/*
Theme Name: 	Serverbase
Description: 	Custom theme for Serverbase
Version: 		1.0
Author: 		xeit.ch
*/


/*** Sensible Defaults ***/

@import "css/reset.css";
@import "css/uikit.min.css";
@import "css/flickity.css";
div,
article,
section,
header,
footer,
nav,
li {
    position: relative;
    /* For absolutely positioning elements within containers (add more to the list if need be) */
}

body {
    background: #fff;
    /* Don't forget to style your body to avoid user overrides */
}

em {
	color: unset !important;
}


/*::-moz-selection 	{ background:#ff0; color:#333; }
::selection 		{ background:#ff0; color:#333; } */

* {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.wf-loading {
    visibility: hidden;
    opacity: 0;
}

.wf-active,
.wf-inactive {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

em {
	font-style: italic;
}


/* Helper Classes */

.clear {
    clear: both;
}

strong {
    font-weight: bold;
}


/* a, a:link, a:visited, a:hover, a:focus { color: inherit; } */

html,
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 150%;
    color: #707070;
    background: #f1f1f1;
    overflow-x: hidden;
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

.content-container {
    flex: 1 0 auto;
}


/* @media (min-width: 800px) {
		html, body {
			font-size: 18px;
			line-height: 150%;
		}
	}

	@media (min-width: 1000px) {
		html, body {
			font-size: 19px;
			line-height: 150%;
		}
	}

	@media (min-width: 1200px) {
		html, body {
			font-size: 21px;
			line-height: 150%;
		}
	}

	@media (min-width: 1400px) {
		html, body {
			font-size: 23px;
			line-height: 150%;
		}
	} */

.wrap,
.wrap.outer {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

@media (min-width: 450px) {
    .wrap,
    .wrap.outer {
        padding: 0 1rem;
    }
}

@media (min-width: 800px) {
    .wrap.outer {
        width: 90%;
    }
}

@media (min-width: 1400px) {
    .wrap,
    .wrap.outer {
        max-width: 1522px;
    }
}

header {
    height: 4.0625rem;
    background: #fff;
    z-index: 999;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    flex: 0 0 auto;
}

@media (min-width: 800px) {
    header {
        height: 145px;
        box-shadow: none;
    }
}

header .wrap {
    position: relative;
    height: 100%;
}

header a.logo {
    /* background: url(css/img/logo-serverbase.svg) no-repeat top center; */
    background: url(css/img/logo-serverbase-10.png) no-repeat top center;
    background-size: contain;
    background-position: center left;
    text-indent: -1000px;
    overflow: hidden;
    width: 12rem;
    height: 3rem;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

@media (min-width: 800px) {
    header a.logo {
        top: 50%;
        transform: translateY(-50%);
    }
}

@media (min-width: 1020px) {
    header a.logo {
        width: 25rem;
        /* height: 4.5rem; */
        height: 6rem;
        top: 50%;
        transform: translateY(-50%);
    }
}

header .navToggle {
    position: absolute;
    right: 0;
    margin-right: 5px;
    padding: 15px;
    width: 60px;
    height: 60px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

@media (min-width: 800px) {
    header .navToggle {
        display: none;
    }
}

header .navToggle span {
    width: 30px;
    background: #4D4A4D;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 15px;
    display: block;
    transition: all 0.2s ease-in-out;
}

header .navToggle span:nth-child(1) {
    transform: translateY(8px);
}

header .navToggle span:nth-child(3) {
    transform: translateY(-8px);
}

header.open .navToggle span:nth-child(1) {
    transform: translateY(0) rotate(45deg);
}

header.open .navToggle span:nth-child(2) {
    transform: scaleX(0);
}

header.open .navToggle span:nth-child(3) {
    transform: translateY(0) rotate(-45deg);
}

header {
    height: 100px;
    background-color: #fff;
}

header a.logo {
    height: 65px;
    background: url(https://serverbase.ch/wp-content/themes/theme/css/img/logo-serverbase.svg) no-repeat top center;
    width: 300px;
    background-size: contain;
    background-position: center left;
    position: absolute;
}

header nav {
    display: block;
    text-align: right;
    position: unset;
}

header nav ul.menu>li>a {
    color: #1D62AB;
    margin-top: 0;
    padding: 0 1.5em;
    font-weight: 600;
    line-height: 70px;
}

header nav ul.menu>li {
    display: inline-block;
    position: unset;
}

header nav ul.menu li.back {
    display: none;
}

header nav ul.menu li.wpml-ls-item {
    display: none;
}

header .top-nav {
    height: 25px;
    margin-top: 5px;
}

header nav ul li.button>a {
    border-radius: 4px;
    padding: 0 1em;
    line-height: 38px;
    margin: 15px 1.5em;
    background-color: #1D62AB;
    color: #fff;
    transition: background-color 0.2s linear, color 0.2s linear;
    border: #1D62AB 1px solid;
    display: inline-block;
}

div.top-nav ul li a {
    color: #666;
    padding: 0 1em;
}

div.top-nav ul li a:hover {
    text-decoration: none;
}

div.top-nav ul li {
    display: inline-block;
}

div.top-nav ul {
    padding: 0;
    text-align: right;
    margin-right: -1em;
    font-size: 12px;
}

div.top-nav ul li a img.wpml-ls-flag {
    height: 15px;
}

div.top-nav .status-widget {
    margin-right: 2px;
}

header nav ul.menu>li>ul {
    position: absolute;
    right: 0;
    left: 0;
    background-color: #1D62AB;
    color: #fff;
    display: flex;
    justify-content: center;
    box-shadow: 0 5px 7px 0px rgba(0, 0, 0, 0.2);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.2s linear, opacity 0.2s linear;
    padding: 0;
}

nav div {
    position: unset;
}

header>.wrap.outer {
    height: 100px;
    position: unset;
}

header nav ul ul li a {
    color: #fff;
}

header nav ul.menu>li>ul>li {
    display: block;
    width: 30%;
    margin: 25px 0;
    max-width: 496px;
    text-align: left;
    overflow: hidden;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    transition: background-color 0.2s linear;
}

header nav ul.menu>li>ul>li>ul {
    padding: 0;
}

header nav a:hover {
    text-decoration: none;
}

header nav ul.menu>li.menu-item-has-children:hover {
    background-size: 25px;
    background-image: url(https://serverbase.ch/wp-content/themes/theme/css/img/menu-triangle.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
}

header nav ul.menu>li>ul>li img {
    height: 100px;
    display: block;
    margin: 0 auto 20px;
}

header nav ul.menu>li>ul>li>ul>li>a {
    padding: 10px 40px;
    display: block;
    margin: 0 0px;
    font-weight: 600;
    border-radius: 0px;
}

header nav ul.menu>li>ul>li>a {
    display: block;
    padding: 20px 40px;
    margin: 0 0px;
    line-height: 1.8;
    border-radius: 0px;
    transition: background-color 0.2s linear;
    height: 100%;
}

header nav ul.menu>li>ul>li a:hover {
    color: #fff;
    text-decoration: none;
}

header nav ul.menu>li>ul>li a h3 {
    color: #fff;
    margin: 0;
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

header nav ul.menu>li>ul>li:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

header nav ul.menu {
    margin-right: -1.5em;
    padding-left: 0;
}

header nav ul.menu>li:hover>ul {
    visibility: visible;
    opacity: 1;
}

header nav ul.menu>li>ul li:not(.menu-item-has-children):hover {
    background-color: rgba(255, 255, 255, 0.1);
}

header nav ul.menu>li>ul>li.menu-item-has-children>a {
    padding: 10px 40px;
    text-transform: uppercase;
    height: auto;
}

header nav ul li.button>a:hover {
    background-color: #fff;
    color: #1D62AB;
}

header nav ul.menu>li>ul li:not(.menu-item-has-children) {
    transition: background-color 0.2s linear;
}

@media (max-width: 1199px) {
    header .navToggle {
        display: unset;
    }
    header {
        height: 80px;
    }
    header.open {
        position: fixed;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9999;
    }
    header .top-nav {
        display: none;
    }
    header nav>div {
        position: absolute;
        left: 0;
        width: 100%;
        top: 80px;
        color: #fff;
        background-color: #fff;
        display: none;
    }
    header.open nav>div {
        display: block;
    }
    header>.wrap.outer {
        height: 80px;
        position: relative;
        margin: 0;
        width: 100%;
    }
    header nav ul.menu li {
        display: block;
        text-align: center;
        font-size: 18px;
    }
    header nav ul.menu li:last-child>a {
        border-bottom: unset;
    }
    header nav ul.menu li>a {
        color: #fff;
        display: block;
        padding: 0 10px;
        line-height: 50px;
        background-color: #1D62AB;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 0;
    }
    header nav ul.menu {
        margin: 0;
        text-align: center;
    }
    header nav ul li.button>a {
        margin: 0;
    }
    header a.logo {
        height: 50px;
        width: 220px;
    }
    header nav ul.menu>li>ul {
        position: unset;
        visibility: unset;
        opacity: unset;
        display: none;
        justify-content: unset;
        box-shadow: unset;
    }
    header.open nav ul.menu>li.open-submenu>ul {
        display: unset;
    }
    header nav ul.menu>li>ul>li {
        width: 100%;
        margin: 0;
        max-width: unset;
        border-left: unset;
        border-right: unset;
        text-align: center;
    }
    header nav ul.menu>li>ul>li a {
        font-size: 16px;
        line-height: 1.5;
        padding: 10px !important;
        background-color: rgba(29, 98, 171, 0.9);
    }
    header nav ul.menu>li>ul>li a h3 {
        font-size: 16px !important;
        font-weight: 600;
        margin: 0;
        padding: 0;
        text-transform: none;
        line-height: 1.5;
    }
    header nav ul.menu>li>ul>li a p {
        display: none
    }
    header nav ul.menu>li>ul>li:last-child {
        border-right: unset;
    }
    header nav ul.menu>li>ul>li.menu-column-title>a {
        display: none;
    }
    header nav ul.menu>li.menu-item-has-children:hover {
        background-image: none;
    }
    header nav ul li.button>a:hover {
        background-color: #1D62AB;
        color: #FFF;
    }
    header nav ul.menu li.wpml-ls-item {
        display: block;
        font-size: 0.875rem;
        margin-top: 5px;
    }
    header nav ul.menu li.wpml-ls-item a {
        display: inline-block;
        background: none;
        color: #707070;
        font-weight: normal;
    }
    header nav ul.menu li.wpml-ls-item .wpml-ls-flag {
        margin-right: 5px;
        margin-bottom: -3px;
    }
}

header nav a.nav-menu-button {
    border-radius: 4px;
    border: 1px solid #1D62AB;
    color: #1D62AB;
    height: 40px;
    width: 40px;
    display: inline-block;
    margin: 20px 0 20px;
    line-height: 36px;
    text-align: center;
    transition: color 0.2s linear, background-color 0.2s linear;
}

header nav a.nav-menu-button:hover {
    background-color: #1D62AB;
    color: #fff;
}

header nav ul.menu>li>ul>li a p {
    margin: 0;
    padding: 0;
}

header nav ul.menu>li>ul>li.menu-column-title>a {
    pointer-events: none;
}

jdiv>jdiv>jdiv {
    z-index: 1500 !important;
}

footer {
    display: block;
    padding: 5rem 0 3rem;
    background: #3B373B;
    color: #fff;
    flex-shrink: 0;
}

footer h3 {
    color: #fff;
    width: 100%;
    display: block;
}

footer p {
    line-height: 150%;
}

footer form {
    width: 100%;
    position: relative;
}

@media (min-width: 800px) {
    footer form {
        width: calc(100% - 6rem);
        margin-left: 25%;
        margin-bottom: 6rem;
    }
}

footer form::before {
    content: "";
    width: 4rem;
    height: 4rem;
    display: block;
    background: url(css/img/icon_newsletter.svg) no-repeat center;
    margin: 0 auto;
}

@media (min-width: 800px) {
    footer form::before {
        position: absolute;
        left: -6rem;
        top: 50%;
        transform: translateX(0) translateY(-50%);
    }
}

.inner #mc_embed_signup_scroll {
    display: flex;
    flex-flow: row wrap;
}

.inner #mc_embed_signup_scroll input[type="email"] {
    width: 60%;
}

.inner #mc_embed_signup_scroll input[type="submit"] {
    width: 35%;
}

#mce-responses,
#mce-responses .response {
    width: 100%;
}

#mce-responses .response#mce-error-response {
    background: #e6bf68;
    color: #111;
    border: none;
    padding: 0.5rem 0.75rem;
}

#mce-responses .response#mce-success-response {
    background: #53b663;
    color: #fff;
    border: none;
    padding: 0.5rem 0.75rem;
}

footer form input[type='email'],
form input.email-input {
    font: inherit;
    font-size: 0.875rem;
    padding: 0.5rem 0.75rem;
    margin-bottom: 3px !important;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 60%;
    margin-right: 5px;
}

footer form input[type='submit'],
form.wpcf7-form input[type='submit'],
form.wpcf7-form input[type='button'],
input.submit-button {
    font: inherit;
    font-size: 0.875rem;
    padding: 0.5rem 1.2rem;
    margin-bottom: 3px !important;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: #1A6AB1;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 150%;
    border-radius: 3px;
    width: auto;
    display: inline-block;
    cursor: pointer;
}

.background-color-blue footer form input[type='submit'],
.background-color-blue form.wpcf7-form input[type='submit'],
.background-color-blue form.wpcf7-form input[type='button'],
.background-color-blue input.submit-button {
    background: rgba(113, 184, 222, 0.34);
}

.background-color-blue footer form input[type='submit']:hover,
.background-color-blue form.wpcf7-form input[type='submit']:hover,
.background-color-blue form.wpcf7-form input[type='button']:hover,
.background-color-blue input.submit-button:hover {
    background: #fff;
    color: #1A6AB1;
    cursor: hand;
}

footer .footer-nav {
    display: flex;
    flex-flow: row wrap;
}

footer .footer-nav .footer-area:nth-last-child(1) {
    border-right: 0;
}

footer .footer-nav .footer-area h2 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1rem;
    color: #fff;
    margin-bottom: 1.5rem;
}

footer .footer-nav .footer-area p {
    margin: 0 0 0.5rem 0;
}

footer .footer-nav .footer-area p a {
    text-decoration: none;
    color: inherit;
}

.block-1 .text-block,
.block-1 .testimonials {
    padding-top: 2rem;
}

.content-block-preview {
    position: relative;
}

.content-block-preview::before {
    position: absolute;
    z-index: 9999;
    content: "Preview";
    padding: 0.5em 2em;
    font-size: 12px;
    text-transform: uppercase;
    background: #000;
    color: #fff;
    top: 0;
    right: 0;
    letter-spacing: 0.3em;
    font-weight: bold;
}

p {
    line-height: 150%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
}

h1,
h2 {
    font-size: 1.8rem;
    line-height: 120%;
    color: #112536;
    margin-bottom: 1em;
    margin-top: 2em;
    font-weight: 300;
}

*>h1:first-child,
*>h2:first-child,
*>h3:first-child {
    margin-top: 0;
}

.background-color-blue h1,
.background-color-blue h2 {
    color: #fff;
}

.background-color-dark h1,
.background-color-dark h2 {
    color: #fff;
}

.background-color-lightblue h1,
.background-color-lightblue h2 {
    color: #3B373B;
}

@media (min-width: 600px) {
    h1 {
        font-size: 2.1739130435rem;
        line-height: 120%;
    }
}

h3 {
    font-size: 1.3rem;
    color: #757575;
    line-height: 120%;
    margin-top: 1.5rem;
    margin-bottom: 1em;
    font-weight: 300;
}

.bullet-point h3 {
    color: #1A6AB1;
}

.background-color-blue h3 {
    color: #fff;
}

.background-color-dark h3 {
    color: #fff;
}

@media (min-width: 600px) {
    h3 {
        font-size: 1.5rem;
        line-height: 120%;
    }
}

.highlight {
    background-color: #1D62AB;
    color: #fff;
}

.area ul:not(.uk-grid) {
    padding-left: 20px;
    margin: 1em 0;
}

.area ul.uk-list {
    padding-left: 0;
}

.area ul li {
    list-style-type: disc;
    margin: 0.5em 0;
}

.area ul.uk-slideshow-nav li {
    list-style-type: none;
    margin: 0;
}

.area ol {
    list-style-type: decimal;
}

.area ol li {
    margin: 0.5em 0;
}

.area ul.uk-list li {
    list-style-type: none;
}

.area ul.uk-accordion {
    padding-left: 0;
}

.area ul.uk-accordion li {
    list-style-type: none;
}

.area .uk-accordion-title {
    cursor: pointer;
}

ul.uk-slider-items {
    padding-left: 0;
}

ul.uk-slider-items li {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-slider ul.uk-slider-items img {
    max-height: 60px;
    width: auto;
    max-width: 200px;
}

.uk-slider ul li {
    list-style-type: none;
    margin: 0;
}

.area p {
    margin-bottom: 1.4rem;
}

a {
    color: #1a6ab1;
}

.background-color-blue a,
.background-color-dark a {
    color: #c9e6ff;
}

.background-color-blue .uk-card-default a,
.background-color-dark .uk-card-default a {
    color: #1a6ab1;
}

.tile-nav-link span.title {
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: bold;
}

.tile-nav-link {
    color: inherit;
    text-decoration: inherit;
    display: block;
    transition: background-color 0.2s linear, color 0.2s linear;
    padding: 20px;
    border-radius: 4px;
    cursor: pointer;
}

.tile-nav-link:hover {
    color: #fff;
    background-color: #1D62AB;
}

.background-color-blue .tile-nav-link:hover,
.background-color-dark .tile-nav-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

a.uk-label {
    color: #fff;
}

a.uk-label:hover {
    text-decoration: none;
}

.uk-label.green {
    background-color: #95C11F;
    color: #fff;
}

@media screen and (max-width: 799px) {
    .area .tablecontainer {
        overflow-y: auto;
    }
}

.area table {
    width: 100%;
}

.area table:not(.uk-table) tr {
    border-bottom: 1px solid #ccc;
}

.area table:not(.uk-table) tr td,
.area table:not(.uk-table) tr th {
    padding: 0.75rem 1rem 0.75rem 1rem;
}

.area .wp-caption {
    width: auto !important;
    margin: 40px 0;
}

.area .wp-caption .wp-caption-text {
    text-align: center;
    font-size: 80%;
    font-style: italic;
}

.area.icon-list {
    padding: 3rem 0;
}

.icon-list-holder {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.icon-list-item {
    font-weight: bold;
    color: #1A6AB1;
    text-align: center;
    padding: 1rem;
    width: 50%;
    line-height: 120%;
}

@media (min-width: 500px) {
    .icon-list-item {
        width: 50%;
    }
}

@media (min-width: 700px) {
    .icon-list-item {
        width: 33.33%;
    }
}

@media (min-width: 1000px) {
    .icon-list-item {
        width: 25%;
    }
}

@media (min-width: 1400px) {
    .icon-list-item {
        width: 16.66%;
    }
}

.icon-list-item .icon {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 0.3rem;
}

.icon-list-item .icon::before {
    content: "";
    display: block;
    padding-top: 50%;
}

.area.pricetable {
    padding: 3rem 0;
}

.options-holder {
    display: flex;
    flex-flow: row wrap;
}

.pricetable .option {
    text-align: center;
}

.options-holder .option {
    width: 100%;
    margin: 0 auto 1rem auto;
    background: #fff;
    border-radius: 4px;
    padding-bottom: 4rem;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    max-width: 250px;
}

.options-holder .option.has-buttons-2 {
    padding-bottom: 8rem;
}

.options-holder .option.has-buttons-3 {
    padding-bottom: 11.5rem;
}

.options-holder .option.has-buttons-4 {
    padding-bottom: 15rem;
}

@media (min-width: 500px) {
    .options-holder .option {
        width: calc(50% - 0.8rem);
        margin: 0 0.4rem 0.8rem 0.4rem;
    }
}

@media (min-width: 700px) {
    .options-holder .option {
        width: calc(33.33% - 0.8rem);
        margin: 0 0.4rem 0.8rem 0.4rem;
    }
}

@media (min-width: 1000px) {
    .options-holder .option {
        width: calc(20% - 0.8rem);
        margin: 0 1rem 1rem 0;
    }
    .options-holder {
        justify-content: center;
    }
    .options-holder.num-options-4 .option {
        width: calc(25% - 1rem);
        margin: 0.5rem;
    }
    .options-holder.num-options-3 .option {
        width: calc(33.33% - 1rem);
        margin: 0.5rem;
    }
    .options-holder.num-options-2 .option {
        width: calc(50% - 1rem);
        margin: 0.5rem;
    }
    .options-holder .option:nth-child(5n) {
        margin-right: 0;
    }
}

.option:hover {
    /* background: #1A6AB1; */
}

.option .headline {
    background: #1A6AB1;
    color: #fff;
    padding: 1rem 1rem 0 1rem;
    border-radius: 4px 4px 0 0;
    margin-bottom: -4px;
}

.option .price {
    background: #1A6AB1;
    color: #fff;
    padding: 1rem;
    border-radius: 4px 4px 0 0;
}

.option .price .value {
    font-size: 3rem;
    line-height: 100%;
    font-weight: bold;
}

.option .price .value.value-long-text {
    line-height: 3rem;
    font-size: 1.5rem;
}

.option .price .label {
    font-size: 0.6rem;
    font-weight: bold;
    position: absolute;
    right: 1rem;
    top: 50%;
    /* transform: translateY(-50%); */
}

.option .price .label>span {
    display: block;
    transform: rotate(90deg);
    transform-origin: center right;
}

.option .content {
    padding: 1rem;
    font-size: 0.875rem;
    color: #707070;
}

.option .content p {
    line-height: 2;
    margin: 0;
}


/* .option:hover .content {
					color: #fff;
				} */

.option .action {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 1rem;
}

.option .button {
    font-size: 0.875rem;
    text-transform: uppercase;
    text-align: center;
    padding: 0.75rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    background: #1A6AB1;
    border-radius: 4px;
    width: 100%;
    display: block;
    text-decoration: none;
    font-weight: bold;
}

.option .button:hover {
    background: #08335A;
    color: #fff;
}

.option .button+.button {
    margin-top: 0.5rem;
}

.area.image-slider {
    background: #ccc;
}

.image-slides {
    min-height: 40vw;
    height: 25rem;
    overflow: hidden;
}

.image-slides .image-slide {
    width: 100%;
    display: block;
    min-height: 40vw;
    height: 25rem;
    background-size: cover;
    background-position: center;
    float: left;
    position: relative;
}

.image-slide .wrap {
    height: 100%;
}

.image-slide .slide-text {
    position: absolute;
    width: 100%;
    background: rgba(59, 55, 59, 0.6);
    color: #fff;
    bottom: 1rem;
    font-size: 1rem;
    text-align: center;
    line-height: 120%;
    padding: 1rem;
    width: 65.96343179%;
    left: 50%;
    transform: translateX(-50%);
}

@media (min-width: 800px) {}

.image-slide .slide-text h1,
.image-slide .slide-text h2,
.image-slide .slide-text h3 {
    font-size: 1rem;
    line-height: 120%;
    color: #fff;
}

.area.story-slider {}

.story-slides {
    min-height: 40vw;
    height: 25rem;
    overflow: hidden;
    margin-bottom: 50px;
}

.story-slides .story-slide {
    width: 100%;
    display: block;
    min-height: 40vw;
    height: 25rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    position: relative;
}

.story-slide .wrap {
    height: 100%;
}

.story-slide .slide-text {
    position: absolute;
    width: 100%;
    background: rgba(59, 55, 59, 0.6);
    color: #fff;
    top: 2rem;
    font-size: 1rem;
    text-align: center;
    line-height: 120%;
    padding: 1rem;
    width: 65.96343179%;
    left: 50%;
    transform: translateX(-50%);
}

@media (min-width: 800px) {}

.story-slide .slide-text h1,
.story-slide .slide-text h2,
.story-slide .slide-text h3 {
    font-size: 1rem;
    line-height: 120%;
    color: #fff;
}

.area.hero-slider {
    background: #ccc;
}

.hero-slides {
    min-height: 40vw;
    height: 25rem;
    overflow: hidden;
}

.hero-slides .hero-slide {
    width: 100%;
    display: block;
    min-height: 40vw;
    height: 25rem;
    background-size: cover;
    background-position: center;
    float: left;
}

.hero-slides .hero-slide::before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    z-index: 0;
    background: rgba(26, 106, 177, 0.27);
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
}

.hero-slides .hero-slide::after {
    content: "";
    position: absolute;
    width: 100%;
    right: 0;
    height: 100%;
    top: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.6);
}

@media (min-width: 800px) {
    .hero-slides {
        height: 25rem;
    }
    .hero-slides .hero-slide {
        height: 25rem;
    }
    .hero-slides .hero-slide::before {
        width: 50%;
        height: 100%;
    }
    .hero-slides .hero-slide::after {
        width: 50%;
        height: 100%;
        top: 0;
    }
}

.hero-slides .wrap {
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.hero-slides .slide-text {
    padding: 0 1.5rem 0;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.4;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
}

@media (min-width: 600px) {
    .hero-slides .slide-text {
        font-size: 1.5rem;
    }
}

@media (min-width: 800px) {
    .hero-slides .slide-text {
        width: 50%;
        right: 0;
        position: absolute;
        padding: 3rem 0 0 3rem;
    }
}

@media (min-width: 1300px) {
    .hero-slides .slide-text {
        font-size: 2rem;
        padding: 3rem 0 0 5rem;
    }
}

.hero-slides .slide-text h1 {
    color: #fff;
    font-size: 2rem;
    font-weight: normal;
    margin: 0 0 0.7rem;
}

@media (min-width: 600px) {
    .hero-slides .slide-text h1 {
        font-size: 2rem;
    }
    .hero-slides .slide-text a.button-link {
        padding: 0.8em 1.2em;
        margin-top: 2rem;
    }
}

@media (min-width: 1300px) {
    .hero-slides .slide-text h1 {
        font-size: 3.5rem;
        margin: 0 0 1.5rem;
    }
}

.hero-slides .slide-text h1+br {
    display: none;
}

.hero-slides .slide-text a.button-link {
    margin-top: 1.2rem;
}

.flickity-prev-next-button {
    top: auto;
    bottom: 2.1rem;
    transform: translateY(50%);
    z-index: 9;
    display: none;
}

@media (min-width: 800px) {
    .flickity-prev-next-button {
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
        display: block;
    }
}

.hero-slider .flickity-page-dots {
    position: absolute;
    bottom: 1.5rem;
    z-index: 2;
}

.flickity-page-dots .dot {
    background: none;
    border: #fff 2px solid;
    width: 1rem;
    height: 1rem;
    opacity: 0.8;
    position: relative;
    transition: all 0.2s ease-in-out;
}

.flickity-page-dots .dot.is-selected {
    background: #fff;
    opacity: 0.8;
}

.area.text-block {
    padding: 3rem 0;
}

@media (min-width: 800px) {
    .area.text-block {
        padding: 5rem 0;
    }
}

.text-area-center {
    width: 100%;
    margin: 0 auto;
}

@media (min-width: 800px) {
    .text-area-center {
        width: 65.96343179%;
    }
}

.area.content-boxes {
    padding: 3rem 0;
}

.boxes-intro {
    margin-bottom: 2rem;
}

.boxes-holder {
    display: flex;
    flex-flow: row wrap;
}

.boxes-holder .content-box {
    width: 100%;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 2rem;
    margin: 0 0 1rem 0;
    text-align: center;
    position: relative;
}

@media (min-width: 750px) {
    .boxes-holder .content-box {
        width: 33.33%;
        width: calc(33.33% - 0.6666rem);
        margin: 0 1rem 1rem 0;
        padding: 2rem 1rem 3rem 1rem;
    }
    .boxes-holder .content-box:nth-child(3n) {
        margin-right: 0;
    }
}

.content-box .boxlink {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    display: block;
}

.content-box .icon {
    max-height: 4.5rem;
    margin-bottom: 1rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.content-box .icon::before {
    content: "";
    display: block;
    padding-top: 60%;
}

.content-box .inner-content {
    width: 100%;
}

.content-box h3 {
    font-weight: bold;
    margin-bottom: 1.2em;
    font-size: 1.4rem;
    line-height: 120%;
    color: #1A6AB1;
}

@media (min-width: 1000px) {
    .content-box h3 {
        font-size: 1.8rem;
        line-height: 120%;
    }
}

.content-box .content {
    color: #4D4A4D;
    font-size: 0.875rem;
    line-height: 150%;
}

@media (min-width: 450px) and (max-width: 749px) {
    .boxes-holder .content-box {
        display: flex;
        flex-flow: row wrap;
        align-items: flex-start;
    }
    .content-box .icon {
        width: 5rem;
        margin-right: 2rem;
    }
    .content-box .icon::before {
        padding-top: 100%;
    }
    .content-box .inner-content {
        width: auto;
        flex: 1;
    }
    .content-box .content,
    .content-box .content p {
        text-align: left !important;
    }
    .content-box h3 {
        text-align: left !important;
    }
}

.area.logo-slider {
    padding: 3rem 0;
}

.area.logo-slider .logos-holder {
    height: 2rem;
    overflow: hidden;
}

.area.logo-slider .logos-holder .logo-slide {
    height: 100%;
    padding: 0 3rem 0 0;
    display: inline-block;
}

.area.logo-slider .logos-holder .logo-slide img {
    height: 100% !important;
    width: auto;
    /* margin: 0 4rem; */
}

@media (min-width: 800px) {
    .area.logo-slider .logos-holder {
        height: 3rem;
    }
    .area.logo-slider .logos-holder .logo-slide {
        padding: 0 6rem 0 0;
    }
}

.area.bullet-list {
    padding: 3rem 0;
}

.bullet-list .bullet-point {
    margin-bottom: 1.5rem;
    position: relative;
    padding-left: 4rem;
}

.bullet-point::before {
    content: "";
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    left: 0;
    background: url(css/img/tick.png) no-repeat center center;
    background-size: contain;
}

.bullet-point .bullet-text {
    font-size: 0.875rem;
    line-height: 120%;
    color: #4D4A4D;
}

.background-color-blue .bullet-point .bullet-text {
    color: #fff;
}

.background-color-dark .bullet-point .bullet-text {
    color: #fff;
}

ul.green-bullet-list li {
    padding-left: 1.5rem;
    list-style: none;
}

ul.green-bullet-list li::before {
    content: "";
    display: block;
    width: 1.3rem;
    height: 1.3rem;
    background: url(css/img/tick.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    left: -0.5rem;
    top: 50%;
    transform: translateY(-50%);
}

.area.testimonials {
    padding: 3rem 0;
}

.testimonials-holder {
    display: flex;
    flex-flow: row wrap;
}

.testimonials-holder .testimonial {
    width: 100%;
    background: #f5f5f5;
    border-radius: 4px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    margin: 0 0 1rem 0;
    text-align: center;
    position: relative;
    padding-bottom: 7rem;
}

.testimonials-holder ul li a,
.testimonials-holder ul li a:hover {
    color: inherit;
    text-decoration: none;
}

.testimonial .inner {
    font-style: italic;
}

@media (min-width: 800px) {
    .testimonials-holder .testimonial {
        width: 33.33%;
        width: calc(33.33% - 0.6666rem);
        margin: 0 1rem 1rem 0;
    }
    .testimonials-holder .testimonial:nth-child(3n) {
        margin-right: 0;
    }
}

.num-testimonials-1 .testimonial {
    margin: 0 auto;
    padding-bottom: 0;
}

@media (min-width: 800px) {
    .num-testimonials-1 .testimonial {
        width: 65.96343179%;
    }
}

.num-testimonials-2 {
    justify-content: center;
}

.num-testimonials-2 .testimonial {
    width: 100%;
    margin: 0.5rem;
    padding-bottom: 7rem;
}

@media (min-width: 800px) {
    .num-testimonials-2 .testimonial {
        width: 50%;
        width: calc(50% - 1rem);
    }
}

.testimonial .content {
    padding: 2rem 1rem 2rem 1rem;
    color: #4D4A4D;
    font-size: 1.4rem;
    line-height: 105%;
}

.num-testimonials-1 .testimonial .content .inner {
    width: 100%;
    margin: 0 auto;
    font-size: 1.2rem;
    line-height: 105%;
}

@media (min-width: 800px) {
    .num-testimonials-1 .testimonial .content .inner {
        width: 66%;
        max-width: 616px;
        margin: 0 auto;
        font-size: 1.7391304348rem;
        line-height: 105%;
    }
}

.testimonial .meta {
    background: #EDF0F2;
    text-align: left;
    display: flex;
    flex-flow: row wrap;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.num-testimonials-1 .testimonial .meta {
    position: relative;
    bottom: auto;
}

.testimonial .meta .image {
    width: 7rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.testimonial .meta .image::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.testimonial .meta .person {
    padding: 1rem;
    flex: 1;
}

.testimonial .meta .person .name {
    font-size: 0.875rem;
    line-height: 120%;
    color: #4D4A4D;
}

.testimonial .meta .person .company {
    font-size: 0.7rem;
    line-height: 120%;
    margin-top: 1em;
    color: #4D4A4D;
}

@media (min-width: 600px) and (max-width: 799px) {
    .testimonials-holder .testimonial {
        padding-bottom: 0;
        display: flex;
        flex-flow: row-reverse wrap;
    }
    .testimonials-holder .testimonial .content {
        width: 60%;
    }
    .testimonials-holder .testimonial .meta {
        width: 40%;
        position: relative;
        flex-flow: row wrap;
        border-right: 1px solid #ddd;
        align-items: flex-start;
    }
    .testimonials-holder .testimonial .meta .image {
        border-radius: 4px;
    }
}

.two-columns-header {
    display: flex;
    flex-flow: row wrap;
}

.two-columns-header .column {
    width: 100%;
    padding: 2rem 0;
}

@media (min-width: 800px) {
    .two-columns-header .column {
        width: 50%;
        padding: 4rem 0;
    }
}

.two-columns-header .column .inner {
    width: 100%;
    padding: 0 1rem;
}

.two-columns-header .column.column-left {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 50vw;
}

@media (min-width: 800px) {
    .two-columns-header .column.column-left {
        height: auto;
    }
}

.two-columns-header h1,
.two-columns-header h2,
.two-columns-header h3 {
    font-weight: bold;
}

.area.two-columns-header ul {
    padding-left: 2rem;
}

.area.two-columns-header ul li {
    list-style-type: none;
}

.area.two-columns-header ul li::before {
    content: "";
    display: block;
    width: 1.3rem;
    height: 1.3rem;
    background: url(css/img/tick.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    left: -2rem;
    top: 50%;
    transform: translateY(-50%);
}

@media (min-width: 800px) {
    .two-columns-header.align-left {
        flex-flow: row-reverse wrap;
    }
    .two-columns-header .column {
        padding: 5rem 0 5rem 0;
    }
    .block-1 .two-columns-header .column {
        padding-top: 10rem;
    }
    .two-columns-header .column .inner {
        width: 45vw;
    }
    .two-columns-header .column.column-left .inner,
    .two-columns-header.align-left .column.column-right .inner {
        float: right;
    }
    .two-columns-header .column.column-right .inner {
        float: left;
    }
}

@media (min-width: 1400px) {
    .two-columns-header .column .inner {
        max-width: 761px;
    }
}

.two-columns-header .column .inner .maxwidth {
    max-width: 500px;
    margin: 0 auto;
}

.two-columns-product {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.two-columns-product .column {
    width: 100%;
    padding: 2rem 0;
}

@media (min-width: 800px) {
    .two-columns-product .column {
        width: 50%;
        padding: 4rem 0;
    }
}

.two-columns-product .column .inner {
    width: 100%;
    padding: 0 2rem;
}

@media (min-width: 1400px) {
    .two-columns-product .column .inner {
        padding: 0 6rem;
    }
}

.two-columns-product .column img.inner {
    /* padding: 2rem 4rem 0; */
    max-height: 350px;
    width: auto;
    float: none !important;
}

@media (min-width: 800px) {
    .two-columns-product .column img.inner {
        /* padding: 0 4rem; */
    }
}

.two-columns-product .column.column-left {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@media (min-width: 800px) {
    .two-columns-product .column.column-left {
        height: auto;
        max-height: 50vw;
    }
}

.area.two-columns-product ul:not(.uk-list) {
    padding-left: 2rem;
}

.area.two-columns-product ul li {
    list-style-type: none;
}

.area.two-columns-product ul:not(.uk-list) li::before {
    content: "";
    display: block;
    width: 1.3rem;
    height: 1.3rem;
    background: url(css/img/tick.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    left: -2rem;
    top: 50%;
    transform: translateY(-50%);
}

.two-columns-product .column img.img-screenshot {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    padding: 0;
    border-radius: 5px;
    max-width: 90%;
}

@media (min-width: 800px) {
    .two-columns-product.align-left {
        flex-flow: row-reverse wrap;
    }
    .two-columns-product .column {
        padding: 5rem 0 5rem 0;
    }
    .block-1 .two-columns-product .column {
        padding-top: 10rem;
    }
    .two-columns-product .column .inner {
        width: 45vw;
    }
    .two-columns-product .column.column-left .inner,
    .two-columns-product.align-left .column.column-right .inner {
        float: right;
    }
    .two-columns-product .column.column-right .inner {
        float: left;
    }
    .two-columns-product.align-left .column.column-left img.inner {
        float: left;
    }
    .two-columns-product .column img.img-screenshot {
        max-width: none;
    }
}

@media (min-width: 1400px) {
    .two-columns-product .column .inner {
        max-width: 761px;
    }
}

.two-columns-product .column .inner .maxwidth {
    max-width: 500px;
    margin: 0 auto;
}

.fullwidth-image-header {
    display: flex;
    flex-flow: row wrap;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.fullwidth-image-header .column {
    width: 100%;
    padding: 1rem;
    background: transparent;
}

@media (min-width: 500px) {
    .fullwidth-image-header .column {
        padding: 2rem;
    }
}

@media (min-width: 800px) {
    .fullwidth-image-header .column {
        width: 50%;
        padding: 4rem 0;
    }
}

.fullwidth-image-header .column .inner {
    width: 100%;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
}

@media (min-width: 800px) {
    .fullwidth-image-header .column .inner {
        padding: 2rem;
    }
}

.fullwidth-image-header .column.column-left {
    height: 30vw;
}

@media (min-width: 800px) {
    .fullwidth-image-header .column.column-left {
        height: auto;
    }
}

.fullwidth-image-header h1,
.fullwidth-image-header h2,
.fullwidth-image-header h3 {
    font-weight: bold;
}

.area.fullwidth-image-header ul {
    padding-left: 2rem;
}

.area.fullwidth-image-header ul li {
    list-style-type: none;
}

.area.fullwidth-image-header .inner ul li::before {
    content: "";
    display: block;
    width: 1.3rem;
    height: 1.3rem;
    background: url(css/img/tick.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    left: -2rem;
    top: 50%;
    transform: translateY(-50%);
}

.fullwidth-image-header .column p:last-of-type {
    margin-bottom: 0;
}

.fullwidth-image-header .column p:last-of-type a.button-link {
    margin-bottom: 0;
}

@media (min-width: 800px) {
    .fullwidth-image-header.align-left {
        flex-flow: row-reverse wrap;
    }
    .fullwidth-image-header .column {
        padding: 5rem 0 5rem 0;
    }
    .fullwidth-image-header .column .inner {
        width: 45vw;
    }
    .fullwidth-image-header .column.column-left .inner,
    .fullwidth-image-header.align-left .column.column-right .inner {
        float: right;
    }
    .fullwidth-image-header .column.column-right .inner {
        float: left;
    }
}

@media (min-width: 1400px) {
    .fullwidth-image-header .column .inner {
        max-width: 761px;
    }
}

.fullwidth-image-header .column .inner .maxwidth {
    max-width: 500px;
    margin: 0 auto;
}

.employee-two-columns {
    display: flex;
    flex-flow: row wrap;
}

.employee-two-columns .column {
    width: 100%;
    padding: 2rem 0;
}

@media (min-width: 800px) {
    .employee-two-columns .column {
        width: 50%;
        padding: 4rem 0;
    }
}

.employee-two-columns .column .inner {
    width: 100%;
    padding: 0 1rem;
}

.employee-two-columns .column.column-left {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
}

@media (min-width: 800px) {
    .employee-two-columns .column.column-left {
        height: auto;
    }
}

.employee-two-columns .column.column-left::before {
    content: "";
    display: block;
    padding-top: 56%;
}

.employee-two-columns h1,
.employee-two-columns h2,
.employee-two-columns h3 {
    font-weight: bold;
}

.area.employee-two-columns ul {
    padding-left: 2rem;
}

.area.employee-two-columns ul li {
    list-style-type: none;
}

.area.employee-two-columns ul li::before {
    content: "";
    display: block;
    width: 1.3rem;
    height: 1.3rem;
    background: url(css/img/tick.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    left: -2rem;
    top: 50%;
    transform: translateY(-50%);
}

@media (min-width: 800px) {
    .employee-two-columns.align-left {
        flex-flow: row-reverse wrap;
    }
    .employee-two-columns .column {
        padding: 5rem 0 5rem 0;
    }
    .block-1 .employee-two-columns .column {
        /* padding-top: 10rem; */
        margin-top: 6rem;
    }
    .employee-two-columns .column .inner {
        width: 45vw;
    }
    .employee-two-columns .column.column-left .inner,
    .employee-two-columns.align-left .column.column-right .inner {
        float: right;
    }
    .employee-two-columns .column.column-right .inner {
        float: left;
    }
}

@media (min-width: 1400px) {
    .employee-two-columns .column .inner {
        max-width: 761px;
    }
}

.employee-two-columns .column .inner .maxwidth {
    max-width: 500px;
    margin: 0 auto;
}

.two-columns-block {
    display: flex;
    flex-flow: row wrap;
}

.two-columns-block .column {
    width: 100%;
    padding: 3rem 0;
}

@media (min-width: 600px) {
    .two-columns-block .column {
        width: 50%;
        padding: 3rem 0;
    }
}

.two-columns-block .column .inner {
    width: 100%;
    padding: 0 20px;
}

@media (min-width: 450px) {
    .two-columns-block .column .inner {
        padding: 0 1rem;
    }
}

@media (min-width: 800px) {
    .two-columns-block .column .inner {
        width: 45vw;
    }
    .two-columns-block .column.column-left .inner {
        float: right;
    }
    .two-columns-block .column.column-right .inner {
        float: left;
    }
}

@media (min-width: 1400px) {
    .two-columns-block .column .inner {
        max-width: 761px;
    }
}

.two-columns-block .column .inner .maxwidth {
    max-width: 500px;
    margin: 0 auto;
}

a.button-link {
    font-size: 1rem;
    line-height: 120%;
    text-transform: uppercase;
    text-align: center;
    padding: 1em 1.5em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    background: #1D62AB;
    border-radius: 4px;
    display: inline-block;
    width: auto;
    margin: 1.5em auto;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
}

.button-link.uk-position-bottom-center {
    left: auto;
}

@media (min-width: 800px) {
    a.button-link {
        padding: 1em 3em;
    }
}

a.button-link:hover {
    background: #08335A;
    color: #fff;
}

.background-color-dark a.button-link {
    background: rgba(113, 184, 222, 0.34);
}

.background-color-dark a.button-link:hover {
    background: #fff;
    color: #1A6AB1;
}

.background-color-blue a.button-link {
    background: rgba(113, 184, 222, 0.34);
}

.background-color-blue a.button-link:hover {
    background: #fff;
    color: #1A6AB1;
}

a.button-link-secondary {
    background: transparent;
    color: #999;
    border: 1px solid #999;
}

.background-color-dark a.button-link-secondary,
.background-color-blue a.button-link-secondary {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

a.button-link-secondary:hover {
    background: rgba(0, 0, 0, 0.05);
    color: #999;
}

.background-color-dark a.button-link-secondary:hover,
.background-color-blue a.button-link-secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.background-color-white {
    background-color: #fff;
    color: #707070;
}

.background-color-gray {
    background-color: #FAFAFA;
    color: #707070;
}

.background-color-dark {
    background-color: #4D4A4D;
    color: #FFFFFF;
}

.background-color-blue {
    background: linear-gradient(135deg, #6299cd 0%, #0a5095 100%);
    color: #FFFFFF;
}

.background-color-lightblue {
    background: linear-gradient(135deg, #F2F7FC 0%, #A6C2DF 100%);
    color: #3B373B;
}

a.background-color-dark,
a.background-color-dark:hover,
a.background-color-blue,
a.background-color-blue:hover {
    color: #FFFFFF !important;
}

.area.news-overview {
    padding: 3rem 0;
}

.news-item {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: -1px;
}

.news-item .news-head {
    font-size: 1.2rem;
    padding: 1rem 0 1rem 0;
    display: flex;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.news-item .news-head:hover {
    background: #fff;
}

.news-item .news-head .date {
    min-width: 15%;
    padding-right: 1rem;
    display: block;
}

.news-item .news-head .title {
    flex: 1;
    font-weight: bold;
    display: block;
    padding-right: 4rem;
}

.news-item .news-head .icon {
    width: 1.2rem;
    height: 1.2rem;
    position: absolute;
    right: 1rem;
}

.news-item .news-head .icon span {
    width: 100%;
    height: 1px;
    background: #999;
    display: block;
    top: 50%;
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.news-item .news-head .icon span:nth-child(1) {
    transform: rotate(0deg);
}

.news-item .news-head .icon span:nth-child(2) {
    transform: rotate(-90deg);
}

.news-item.open .news-head .icon span:nth-child(1) {
    transform: rotate(180deg);
}

.news-item.open .news-head .icon span:nth-child(2) {
    transform: rotate(0deg);
}

.news-item .news-body {
    display: none;
    width: 85%;
    margin-left: 15%;
    padding: 2rem 0;
}

.search-result {}

.search-result a.title {
    font-size: 1rem;
    display: block;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-top: -1px;
    padding: 0.5rem;
    transition: all 0.3s ease-in-out;
}

.search-result a.title:hover {
    background: #fff;
}

@media (min-width: 800px) {
    .search-result a.title {
        font-size: 1.2rem;
        line-height: 120%;
        padding: 1rem 0.5rem;
    }
}

.sticky-chat,
.sticky-phone {
    position: fixed;
    right: 0;
    z-index: 99999;
    width: 45px;
    height: 45px;
    top: 50%;
    cursor: pointer;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background: #1A6AB1 url(css/img/serverbase-phone.svg) no-repeat center;
    background-size: 50% auto;
    display: none;
}

.sticky-chat {
    margin-top: -45px;
    background: #4D4A4D url(css/img/serverbase-chat.svg) no-repeat center;
    background-size: 50% auto;
}

@media (min-width: 800px) {
    .sticky-chat,
    .sticky-phone {
        display: block;
    }
}

.form-area {}

.form-intro {
    margin-bottom: 2rem;
}

.form-area form.wpcf7-form {
    display: flex;
    flex-flow: row wrap;
    text-align: left;
    max-width: 450px;
    margin: 0 auto;
}

.form-area .column {
    width: 100%;
}

@media (min-width: 800px) {
    .form-area form.wpcf7-form {
        max-width: 100%;
    }
    .form-area .column {
        width: 33.33%;
        padding: 0 1rem;
    }
}

form input,
form textarea {
    width: 100%;
}

form input[type='submit'],
form input[type='button'] {
    width: auto;
    height: 42px;
    padding: 0.5rem 1.2rem;
}

form input[type='checkbox'],
form input[type='radio'] {
    width: auto;
}

form input[type='text'],
form input[type='password'],
form input[type='email'],
form textarea {
    border: 1px solid #A5A5A5;
    border-radius: 4px;
    background: #fff;
    font: inherit;
    padding: 0.5rem 0.75rem;
    margin-bottom: 0.5rem;
    appearance: none;
    outline: none;
}

.form input[type='text']:focus,
.form input[type='email']:focus,
.form textarea:focus {
    border-color: #1A6AB1;
}

.form textarea {
    height: 12rem;
}

@media (min-width: 450px) and (max-width: 799px) {
    .form-area .column .two-columns {
        column-count: 2;
    }
}

@media (min-width: 1250px) {
    .form-area .column .two-columns {
        column-count: 2;
    }
}

.form-area .column span.wpcf7-list-item {
    margin: 0 0 0.5rem 0;
    width: 100%;
}

.form-area .column input[type='submit'],
.form-area .column input[type='button'] {
    margin-bottom: 0;
}

.form-area .wpcf7-response-output {
    width: 100%;
}

.wpcf7-response-output.wpcf7-validation-errors {
    background: #e6bf68;
    color: #111;
    border: none;
    padding: 0.5rem 0.75rem;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
    background: #53b663;
    color: #fff;
    border: none;
    padding: 0.5rem 0.75rem;
}

.angebot-anfragen .wpcf7-list-item {
    display: block;
}

.price-amount {
    font-size: 2em;
    color: #1a6ab1;
    padding: 40px 0 10px;
}

.price-unit {
    font-size: 1em;
    color: #1a6ab1;
    padding: 40px 0 10px;
}

.country-ch,
.country-de,
.country-at {
    display: none !important;
}

body.country-set-to-ch .country-ch,
body.country-set-to-de .country-de,
body.country-set-to-at .country-at {
    display: inline !important;
}


/* Blog Formatting */

body.single-post .avatar {
    border-radius: 50%;
}

body.single-post .fullwidth-image-header .column,
body.single-kb_item .fullwidth-image-header .column,
body.page-template-archive-post .fullwidth-image-header .column,
body.page-template-archive-kb_item .fullwidth-image-header .column,
body.archive.category .fullwidth-image-header .column,
body.archive.tax-kb-category .fullwidth-image-header .column {
    width: 90%;
    max-width: 1522px;
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

body.single-post .fullwidth-image-header h1,
body.single-kb_item .fullwidth-image-header h1,
body.page-template-archive-post .fullwidth-image-header h1,
.page-template-archive-post .article_title_container,
.page-template-archive-post p.blog_title_container,
body.page-template-archive-kb_item .fullwidth-image-header h1,
body.page-template-archive-kb_item .content-boxes .article_title_container,
body.page-template-archive-kb_item .content-boxes p.blog_title_container,
body.archive.category .fullwidth-image-header h1,
body.archive.category .text-block .article_title_container,
body.archive.category .text-block p.blog_title_container,
body.archive.tax-kb-category .fullwidth-image-header h1,
body.archive.tax-kb-category .content-boxes .article_title_container,
body.archive.tax-kb-category .content-boxes p.blog_title_container {
    margin: 0;
    font-weight: 200;
    line-height: 1.5;
    font-size: 3em;
    color: #fff;
}

body.single-kb_item .fullwidth-image-header h1,
body.page-template-archive-kb_item .fullwidth-image-header h1,
body.page-template-archive-kb_item .content-boxes .article_title_container,
body.page-template-archive-kb_item .content-boxes p.blog_title_container,
body.archive.tax-kb-category .fullwidth-image-header h1,
body.archive.tax-kb-category .content-boxes .article_title_container,
body.archive.tax-kb-category .content-boxes p.blog_title_container {
    color: #666;
}

@media screen and (max-width: 799px) {
    body.single-post .fullwidth-image-header h1,
    body.single-kb_item .fullwidth-image-header h1,
    body.page-template-archive-post .fullwidth-image-header h1,
    .page-template-archive-post .article_title_container,
    .page-template-archive-post p.blog_title_container,
    body.page-template-archive-kb_item .fullwidth-image-header h1,
    body.page-template-archive-kb_item .content-boxes .article_title_container,
    body.page-template-archive-kb_item .content-boxes p.blog_title_container,
    body.archive.category .fullwidth-image-header h1,
    body.archive.category .text-block .article_title_container,
    body.archive.category .text-block p.blog_title_container,
    body.archive.tax-kb-category .fullwidth-image-header h1,
    body.archive.tax-kb-category .content-boxes .article_title_container,
    body.archive.tax-kb-category .content-boxes p.blog_title_container {
        font-size: 2em;
    }
}

body.page-template-archive-kb_item .content-boxes a:hover,
body.archive.tax-kb-category .content-boxes a:hover {
    text-decoration: none;
}

body.single-post .fullwidth-image-header h1 .blog_title,
body.single-kb_item .fullwidth-image-header h1 .blog_title,
body.page-template-archive-post .fullwidth-image-header h1 .blog_title,
.page-template-archive-post p .blog_title,
body.page-template-archive-kb_item .fullwidth-image-header h1 .blog_title,
body.page-template-archive-kb_item .content-boxes p .blog_title,
body.archive.category .fullwidth-image-header h1 .blog_title,
body.archive.category .text-block p .blog_title,
body.archive.tax-kb-category .fullwidth-image-header h1 .blog_title,
body.archive.tax-kb-category .content-boxes p .blog_title {
    font-style: italic;
    font-size: 0.8em;
}

body.single-kb_item .fullwidth-image-header h1 .blog_title a,
body.page-template-archive-kb_item .fullwidth-image-header h1 .blog_title a,
body.page-template-archive-kb_item .content-boxes p .blog_title a,
body.archive.tax-kb-category .fullwidth-image-header h1 .blog_title a,
body.archive.tax-kb-category .content-boxes p .blog_title a,
body.single-post .fullwidth-image-header h1 a,
body.archive.category .fullwidth-image-header h1 a {
    color: #fff;
    text-decoration: none;
}

body.single-post .fullwidth-image-header h1 .article_title,
body.single-kb_item .fullwidth-image-header h1 .article_title,
body.page-template-archive-post .fullwidth-image-header h1 .article_title,
.page-template-archive-post h2 .article_title,
body.page-template-archive-kb_item .fullwidth-image-header h1 .article_title,
body.page-template-archive-kb_item .content-boxes h2 .article_title,
body.archive.category .fullwidth-image-header h1 .article_title,
body.archive.category .text-block h2 .article_title,
body.archive.tax-kb-category .fullwidth-image-header h1 .article_title,
body.archive.tax-kb-category .content-boxes h2 .article_title {
    color: #fff;
}

.page-template-archive-post a.uk-card,
body.page-template-archive-kb_item a.uk-card,
body.archive.category a.uk-card,
body.archive.tax-kb-category a.uk-card {
    background: linear-gradient(to bottom, #b7b7b7 0%, #cacaca 100%);
    background-color: #cacaca;
    background-size: cover;
    background-position: center;
    text-decoration: none;
    box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 0.3);
}

body.single-post ul.post-categories,
body.single-kb_item ul.post-categories,
.page-template-archive-post ul.post-categories,
body.page-template-archive-kb_item ul.post-categories,
body.archive.category ul.post-categories,
body.archive.tax-kb-category ul.post-categories {
    margin: 0;
    padding: 0;
}

body.single-post ul.post-categories li,
body.single-kb_item ul.post-categories li,
.page-template-archive-post ul.post-categories li,
body.page-template-archive-kb_item ul.post-categories li,
body.archive.category ul.post-categories li,
body.archive.tax-kb-category ul.post-categories li {
    display: inline-block;
    list-style-type: none;
    margin: 2px 1px;
}

body.single-post ul.post-categories li a,
body.single-kb_item ul.post-categories li a,
.page-template-archive-post ul.post-categories li,
body.page-template-archive-kb_item ul.post-categories li,
body.archive.category ul.post-categories li,
body.archive.tax-kb-category ul.post-categories li {
    text-transform: uppercase;
    font-size: 0.8em;
    color: #fff;
    text-decoration: none;
    padding: 3px 10px;
    border-radius: 3px;
    background: #358dde;
}

body.single-post ul.post-categories li a:hover,
body.single-kb_item ul.post-categories li a:hover {
    background: #64a2dc;
}

.page-template-archive-post .article_title_container,
.page-template-archive-post p.blog_title_container,
body.page-template-archive-kb_item .content-boxes .article_title_container,
body.page-template-archive-kb_item .content-boxes p.blog_title_container,
body.archive.category .text-block .article_title_container,
body.archive.category .text-block p.blog_title_container,
body.archive.tax-kb-category .content-boxes .article_title_container,
body.archive.tax-kb-category .content-boxes p.blog_title_container {
    font-size: 2em;
}

body.page-template-archive-kb_item .content-boxes .article_title_container,
body.archive.tax-kb-category .content-boxes .article_title_container {
    font-size: 1.2em;
}

.page-template-archive-post p .blog_title,
body.page-template-archive-kb_item .content-boxes p .blog_title,
body.archive.category .text-block p .blog_title,
body.archive.tax-kb-category .content-boxes p .blog_title {
    font-size: 0.7em;
}

.page-template-archive-post ul.post-categories,
body.page-template-archive-kb_item ul.post-categories,
body.archive.category ul.post-categories,
body.archive.tax-kb-category ul.post-categories {
    margin: 10px 0;
    line-height: 1;
}

.page-template-archive-post ul.post-categories li,
body.page-template-archive-kb_item ul.post-categories li,
body.archive.category ul.post-categories li,
body.archive.tax-kb-category ul.post-categories li {
    background: #358dde;
    opacity: 0.9;
    font-size: 0.6em;
    display: inline-block;
    margin: 1px;
    padding: 4px 10px;
}

.page-template-archive-post ul.cat-list,
body.page-template-archive-kb_item ul.cat-list,
body.archive.category ul.cat-list,
body.archive.tax-kb-category ul.cat-list,
body.single-kb_item ul.cat-list {
    padding: 5px 0;
    margin-top: 0;
}

body.page-template-archive-kb_item ul.cat-list ul,
body.archive.tax-kb-category ul.cat-list ul,
body.single-kb_item ul.cat-list ul {
    margin: 0;
    padding: 0;
    padding-left: 15px;
}

body.page-template-archive-kb_item ul.cat-list ul li a,
body.archive.tax-kb-category ul.cat-list ul li a,
body.single-kb_item ul.cat-list ul li a {
    margin-left: -15px;
    padding: 7px 15px;
    display: block !important;
    width: auto;
}

body.page-template-archive-kb_item ul.cat-list>li,
body.archive.tax-kb-category ul.cat-list>li,
body.single-kb_item ul.cat-list>li {
    font-weight: bold;
}

body.page-template-archive-kb_item ul.cat-list ul.children li a,
body.archive.tax-kb-category ul.cat-list ul.children li a,
body.single-kb_item ul.cat-list ul.children li a {
    display: inline-block;
}

body.page-template-archive-kb_item ul.cat-list ul.children,
body.archive.tax-kb-category ul.cat-list ul.children,
body.single-kb_item ul.cat-list ul.children {
    font-weight: normal;
}

body.page-template-archive-post li.cat-item,
body.page-template-archive-kb_item li.cat-item,
body.archive.category li.cat-item,
body.archive.tax-kb-category li.cat-item,
body.single-kb_item li.cat-item {
    list-style-type: none;
    margin: 0;
}

body.page-template-archive-post li.cat-item a,
body.archive.category li.cat-item a {
    padding: 10px 20px;
}

body.page-template-archive-post li.cat-item a:hover,
body.archive.category li.cat-item a:hover {
    background-color: #eee;
}

body.page-template-archive-post .cat-list-button,
body.page-template-archive-kb_item .cat-list-button,
body.archive.category .cat-list-button,
body.archive.tax-kb-category .cat-list-button {
    background-color: rgb(201, 201, 201);
}

@media (min-width: 500px) {
    body.page-template-archive-post .cat-list-container,
    body.page-template-archive-kb_item .cat-list-container,
    body.archive.category .cat-list-container,
    body.archive.tax-kb-category .cat-list-container {
        float: right;
    }
}


/*body.single-post .alignright,
body.single-kb_item .alignright,
body.page-template-archive-post .alignright,
body.page-template-archive-kb_item .alignright,
body.archive.category .alignright,
body.archive.tax-kb-category .alignright*/

.alignright {
    float: right;
    margin: 0 0 20px 20px;
}


/*.aligncenter,
body.single-post .aligncenter,
body.single-kb_item .aligncenter,
body.page-template-archive-post .aligncenter,
body.page-template-archive-kb_item .aligncenter,
body.archive.category .aligncenter,
body.archive.tax-kb-category .aligncenter*/

.aligncenter {
    display: block;
    margin: 20px auto 20px;
    text-align: center;
}


/*body.single-post .alignleft,
body.single-kb_item .alignleft,
body.page-template-archive-post .alignleft,
body.page-template-archive-kb_item .alignleft,
body.archive.category .alignleft,
body.archive.tax-kb-category .alignleft*/

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

body.page-template-archive-post .nav-previous,
body.page-template-archive-post .nav-next,
body.page-template-archive-kb_item .nav-previous,
body.page-template-archive-kb_item .nav-next,
body.archive.category .nav-previous,
body.archive.category .nav-next,
body.archive.tax-kb-category .nav-previous,
body.archive.tax-kb-category .nav-next {
    margin-top: 40px;
}

body.single-post .uk-button,
body.single-kb_item .uk-button,
body.page-template-archive-post .uk-button,
body.page-template-archive-kb_item .uk-button,
body.archive.category .uk-button,
body.archive.tax-kb-category .uk-button {
    border-radius: 4px;
}

body.single-kb_item .area table {
    background: none;
    box-shadow: none;
}

body.single-kb_item .area table tr:hover td {
    background: none;
}

body.single-kb_item .area th,
body.single-kb_item .area td {
    vertical-align: middle;
}

.kb-article-link .uk-icon polyline {
    stroke-width: 0.5;
}

.kb-article-link .uk-icon {
    color: #444;
}

.kb-article-link {
    padding: 20px 15px;
    transition: background-color 0.2s, color 0.2s;
}

.kb-article-link:hover {
    background-color: #e8e8e8;
}

.kb-article-list.uk-list-divider>li:first-child {
    border-top: 1px solid #e5e5e5;
}

.kb-article-list.uk-list-divider>li:last-child {
    border-bottom: 1px solid #e5e5e5;
}

.kb-nav-list {
    margin-right: -70px !important;
}

.kb-nav-list li a {
    display: block;
    width: 100%;
    color: #666 !important;
}

.kb-nav-list>.current-cat-ancestor {
    pointer-events: none;
}

.kb-nav-list>.current-cat-ancestor>a {
    background-color: #3C78B6;
    color: #fff !important;
}

.kb-nav-list>.current-cat-ancestor ul {
    display: block !important;
    pointer-events: initial;
}

.kb-nav-list.uk-nav>li>a {
    padding: 10px;
    margin: 0 1px;
    border-top: 1px solid #e5e5e5;
}

.kb-nav-list.uk-nav a {
    border-top: 1px solid #e5e5e5;
}

.kb-nav-list.uk-nav {
    border-bottom: 1px solid #e5e5e5;
    padding: 0 !important;
}

.kb-nav-list.uk-nav>li>ul>li a:hover,
.kb-nav-list.uk-nav>li>ul li.current-cat>a,
.kb-nav-list.uk-nav>li>ul>li.uk-open>a {
    background-color: #e8e8e8;
}

.kb-nav-list.uk-nav>li>a:hover,
.kb-nav-list.uk-nav>li.current-cat>a,
.kb-nav-list.uk-nav>li.uk-open>a {
    color: #fff !important;
    background-color: #3C78B6;
}

@media (min-width: 800px) {
    body.single-kb_item .fullwidth-image-header .column,
    body.page-template-archive-kb_item .fullwidth-image-header .column,
    body.archive.tax-kb-category .fullwidth-image-header .column {
        padding: 4rem 0 4rem;
    }
}

.kb-search-form,
.quick-form {
    display: inline-flex;
    flex-direction: row;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 40px;
}

.kb-search-form {
    display: flex;
}

.kb-search-form input.kb-search[type='text'],
.quick-form .quick-form-input {
    height: 60px;
    font-size: 24px;
    font-weight: lighter;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    flex-grow: 2;
    color: #666;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0;
    border-radius: 0;
}

.quick-form .quick-form-input {
    border-radius: 5px 0 0 5px;
    font-size: 18px;
}

.quick-form .wpcf7-form-control-wrap {
    flex-grow: 2;
}

.kb-search-form input.kb-search[type='text']:focus {
    outline: none;
}

.kb-search-form button[type='submit'],
.quick-form .quick-form-submit {
    border: none !important;
    background: #95C11F !important;
    color: white !important;
    height: 60px !important;
    font-family: "Open Sans", sans-serif !important;
    font-size: 24px !important;
    padding-left: 30px !important;
    padding-right: 40px !important;
    margin: 0 !important;
    margin-left: 1px !important;
    border-radius: 0 !important;
    font-weight: lighter !important;
}

.quick-form .quick-form-submit {
    border-radius: 0 5px 5px 0 !important;
    font-size: 18px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.kb-pagination-button,
.kb-category-badge {
    background-color: #3C78B6 !important;
}

.fullwidth-image-header .awesomplete {
    width: 100%;
}

.fullwidth-image-header .awesomplete input[type=text] {
    margin-bottom: 0;
    margin-top: 70px;
}

.fullwidth-image-header .awesomplete ul,
div.area .search-form .awesomplete ul {
    padding: 0 !important;
    width: 100%;
    margin: 0;
    border-radius: 5px;
}

.fullwidth-image-header .awesomplete ul {
    background: rgba(255, 255, 255, 0.8);
}

header .topnav .awesomplete ul li,
div.area .search-form .awesomplete ul li {
    display: block;
    margin: 0;
    width: 100%;
}

header .topnav .awesomplete ul {
    margin-top: -8px;
    border-radius: 5px;
}

.wp-video,
.wp-video div {
    position: initial;
}

.mejs-container,
.mejs-time-rail {
    position: relative !important;
}

.mejs-overlay,
.mejs-background,
.mejs-mediaelement,
.mejs-controls {
    position: absolute !important;
}

.mejs-container .mejs-overlay-play {
    background: rgba(0, 0, 0, 0.3);
}

.wpml-ls-legacy-list-horizontal {
    padding: 0;
}

.wpml-ls-legacy-list-horizontal a {
    padding: 0;
}

.wpml-ls-item .wpml-ls-flag {
    height: 16px !important;
    width: 16px !important;
}

.top-nav .wpml-ls-item .wpml-ls-flag {
    height: 12px !important;
    width: 12px !important;
}

.footer-nav a.wpml-ls-link {
    color: #fff;
}

.footer-nav .wpml-ls-current-language {
    font-weight: bold;
}

.footer-nav .wpml-ls-item {
    margin-right: 20px;
}

.footer-nav .wpml-ls {
    margin-top: 20px;
}

footer .uk-icon-button {
    background-color: rgba(255, 255, 255, 0.2);
}

footer .uk-icon-button:hover,
footer .uk-icon-button:active,
footer .uk-icon-button:focus {
    background-color: rgba(255, 255, 255, 0.4);
}

footer .textwidget {
    margin-bottom: 30px;
}

footer .partnerschaften img {
    margin-bottom: 30px;
}

footer .uk-grid-divider>:not(.uk-first-column)::before,
footer .uk-grid-divider.uk-grid-stack>.uk-grid-margin::before {
    border-color: rgba(255, 255, 255, 0.3)
}

.wpml-ls-legacy-list-horizontal .wpml-ls-native {
    margin-left: .4em;
}


/* DIV Tables */

.divtablecontainer {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    margin: 0 -1rem;
    border-radius: 5px;
    overflow: hidden;
    overflow-x: auto;
}

.divtable {
    width: 100%;
    display: table;
}

@media screen and (max-width: 799px) {
    .divtablecontainer {
        box-shadow: none;
        margin: 0;
        overflow: visible;
    }
    .divtable {
        display: block;
    }
}

.divtable .row {
    display: table-row;
    background: #f6f6f6;
}

.divtable .row:nth-of-type(odd) {
    background: #e9e9e9;
}

.divtable .row.header {
    font-weight: 900;
    color: #ffffff;
    background: #1D6BB4;
}

.divtable .row.content {
    font-size: 0.9em;
}

.divtable .row.content .headercell,
.divtable .row.content .footercell,
.divtable .row.content .pricecell {
    font-weight: bold;
    font-size: 1.3em;
}

.divtable .row .headercell,
.divtable .row .footercell,
.divtable .row .pricecell {
    text-align: center;
}

@media screen and (max-width: 799px) {
    .divtable .row {
        padding: 14px 0 7px;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        margin: 30px 0px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
        font-size: 0.9em;
        border-radius: 5px;
        overflow: hidden;
    }
    .divtable .row:nth-of-type(odd) {
        background: #f6f6f6;
    }
    .divtable .row.header {
        padding: 0;
    }
    .divtable .row.header .cell {
        display: none;
    }
    .divtable .row .cell {
        margin-bottom: 10px;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }
    .divtable .row .cell:before {
        margin-bottom: 3px;
        content: attr(data-title);
        min-width: 98px;
        font-size: 10px;
        line-height: 10px;
        font-weight: bold;
        text-transform: uppercase;
        color: #969696;
        display: block;
    }
    .divtable .row.content .headercell:before,
    .divtable .row.content .footercell:before {
        display: none;
    }
    .divtable .row.content .pricecell:before {
        margin-bottom: 6px;
    }
}

.divtable .cell {
    padding: 15px 10px;
    display: table-cell;
    vertical-align: middle;
}

@media screen and (max-width: 799px) {
    .divtable .cell {
        padding: 2px 16px;
        display: block;
        margin: 2px 0;
    }
    .divtable .content .cell.headercell {
        grid-column-start: 1;
        grid-column-end: -1;
        background: #1A6AB1;
        color: #fff;
        margin-top: -14px;
        padding: 14px 0;
        font-size: 1.3em;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .divtable .content .cell.footercell {
        grid-column-start: 1;
        grid-column-end: -1;
        margin: 5px 0 15px;
    }
    .divtable .content .cell.pricecell {
        grid-column-start: 1;
        grid-column-end: -1;
        font-size: 1.7em;
        font-weight: bold;
        margin-top: 15px;
    }
}

.divtable .filter__link {
    color: white;
    text-decoration: none;
    position: relative;
    display: inline-block;
}

.divtable .filter__link::after {
    content: '';
    color: white;
    font-size: 0.8em;
    margin-left: 3px;
}

.divtable .filter__link.desc::after {
    content: '\2191';
}

.divtable .filter__link.asc::after {
    content: '\2193';
}

.divtable a.button-link,
.uk-table a.button-link {
    margin: 0;
    padding: 0.7em 1em;
    margin-bottom: -5px;
}

.edit-post-badge {
    position: absolute;
    transform: translateX(-100%) rotate(-90deg);
    transform-origin: top right;
    z-index: 999;
}

.edit-post-badge:hover {
    text-decoration: none;
    color: #fff;
}

.footer-nav .wpml-ls {
    margin-bottom: 30px;
}

.wp-gr span.wp-google-rating {
    color: #A6C2DF !important;
}

.uk-text-center>.wp-gr.wpac {
    text-align: center !important;
}

@media (max-width: 1199px) {
    .wp-gr.wpac {
        text-align: center !important;
    }
}

.background-color-dark .wp-gr.wpac,
.background-color-dark .wp-gr.wpac div.wp-google-powered,
.background-color-dark .wp-gr.wpac .wp-google-text,
.background-color-dark .wp-gr.wpac .wp-google-right a.wp-google-name,
.background-color-dark .wp-gr.wpac .wp-google-url,
.background-color-dark .wp-gr.wpac .wp-google-time,
.background-color-blue .wp-gr.wpac,
.background-color-blue .wp-gr.wpac div.wp-google-powered,
.background-color-blue .wp-gr.wpac .wp-google-text,
.background-color-blue .wp-gr.wpac .wp-google-right a.wp-google-name,
.background-color-blue .wp-gr.wpac .wp-google-url,
.background-color-blue .wp-gr.wpac .wp-google-time {
    color: unset !important;
}

.wp-gr.wpac .wp-google-url {
    font-weight: bold !important;
}

.wp-gr.wpac .wp-google-review .wp-google-stars {
    display: block !important;
}

.wp-gr.wpac div.wp-google-powered {
    line-height: 1 !important;
}

.wp-gr.wpac div.wp-google-powered img {
    max-width: 144px !important;
}

.wp-gr.wpac div.wp-google-reviews {
    border-top: 1px solid #e5e5e5 !important;
    border-bottom: 1px solid #e5e5e5 !important;
    padding-bottom: 15px !important;
    margin-top: 15px !important;
}

.background-color-blue .wp-gr.wpac div.wp-google-reviews,
.background-color-dark .wp-gr.wpac div.wp-google-reviews {
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.wp-gr div.wp-google-name,
.wp-gr div.wp-google-left {
    display: none !important;
}

.inpage-nav {
    list-style: none;
    text-align: center;
}

.inpage-nav li {
    display: inline-block;
    margin: 6px 4px !important;
}

.inpage-nav li a {
    background-color: #3C78B6;
    color: #fff;
    border-radius: 5px;
    padding: 5px 15px;
    text-decoration: none;
    transition: background-color 0.2s;
    font-size: 1.2em;
    display: inline-block;
}

.inpage-nav li.current a {
    background-color: #1D62AB;
}

.inpage-nav li a:hover {
    background-color: #1D62AB;
}

.background-color-blue .inpage-nav li a {
    background-color: #6194C9;
}

.background-color-blue .inpage-nav li.current a {
    background-color: #95bae0;
}

.background-color-blue .inpage-nav li a:hover {
    background-color: #95bae0;
}

.uk-table-hover tbody tr:hover,
.uk-table-hover>tr:hover {
    background: rgba(0, 0, 0, 0.03);
}

.uk-card {
    border-radius: 5px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.action-button {
    position: fixed;
    left: 0;
    bottom: 0;
    transform-origin: top left;
    background-color: #95C11F;
    color: #fff;
    z-index: 1000;
    border: 1px solid #e5e5e5;
    width: 100%;
    font-size: 1.2em;
    padding-top: 5px;
    padding-bottom: 5px;
}

.action-button:hover {
    background-color: #769C0E;
    color: #fff;
}

@media (min-width: 800px) {
    .action-button {
        transform: rotate(-90deg);
        left: -1px;
        top: 60%;
        bottom: auto;
        animation: pop-out-animation 60s infinite;
        line-height: 2.5em;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
    }
}

@keyframes pop-out-animation {
    15% {
        padding-top: 0;
    }
    16% {
        padding-top: 50px;
    }
    18% {
        padding-top: 50px;
    }
    19% {
        padding-top: 0;
    }
}

.uk-offcanvas-bar {
    background-color: #1D62AB;
}

.uk-offcanvas-bar .wrap.outer,
.uk-offcanvas-bar .text-area-center {
    padding: 0;
    width: 100%;
}

.uk-offcanvas-bar input[type='submit'],
.uk-offcanvas-bar input[type='button'] {
    background-color: #6194C9 !important;
    width: 100% !important;
}

.uk-offcanvas-bar input[type='submit']:hover,
.uk-offcanvas-bar input[type='button']:hover {
    background-color: #95bae0 !important;
}

.assistent-back-button {
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 5px;
    z-index: 1010;
}

a.button-link-large {
    font-size: 1.3em;
}

@media (min-width: 800px) {
    a.button-link-large {
        font-size: 1.5em;
    }
}

.background-color-blue a.button-link-large,
.background-color-grey a.button-link-large {
    background-color: #95C11F;
}

.assistent-back-button {
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 5px;
    z-index: 1010;
}

.uk-modal-header,
.uk-modal-footer {
    border: none;
}

.uk-modal-dialog {
    border-radius: 10px;
    padding: 20px 10px;
}

a.produkt-assistent-button {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #95C11F;
    color: #fff;
    padding: 10px 20px;
    font-size: 1.1em;
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-top-right-radius: 4px;
    z-index: 999;
}

a.produkt-assistent-button:hover {
    background-color: #769C0E;
    color: #fff;
}

a.produkt-assistent-button img {
    height: 35px;
    margin-right: 15px;
}

.produkt-assistent.uk-modal-dialog {
    top: 50%;
    transform: translateY(-50%);
    width: 700px;
}

.produkt-assistent.uk-modal-dialog .button-link {
    margin: 0 5px;
}

.produkt-assistent.uk-modal-dialog .button-link.uk-width-1-1 {
    width: 100%;
}

@media (max-width: 799px) {
    a.produkt-assistent-button {
        left: 0;
        border-left: none;
        border-top-left-radius: 0;
        padding: 5px 20px;
    }
    a.produkt-assistent-button img {
        height: 30px;
    }
    .produkt-assistent.uk-modal-dialog {
        top: 20px;
        transform: none;
    }
}

a.uk-card {
    color: inherit;
}

a.uk-card:hover {
    text-decoration: none;
}

.uk-card>a>span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

th.blue,
td.blue {
    background-color: #3C78B6;
    color: #fff;
}

th.blue a,
td.blue a,
th.blue a:hover,
td.blue a:hover {
    color: #fff;
}

.grecaptcha-badge {
    display: none;
}