body {
    font-family: "Siemens";
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #2d373c;
    font-size: 18px;
    line-height: 20px;
}

h1, h2, h3 {
    line-height: initial;
    font-weight: 400;
}

h1 {
    font-size: 22px;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: #41aaaa;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}

a:hover {
    color: #a5e1e1;
}

a.link-external {
    color: #879baa;
}

a.link-external:hover {
    color: #becdd7;
}

label {
    color: #232d32;
    display: inline-block;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 7px;
    font-size: 12px;
    width: 100%;
}

label.label-file-upload,
input:not([type="submit"]) {
    border: 1px solid #cdd9e1;
    height: 40px; 
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #2d373c;
    padding: 10px;
    width: 100%;
}

input[type="checkbox"] {
    width: auto;
    height: auto;
}

input:not([type="submit"]):hover {
    border-color: #41aaaa;
}


input:focus {
    background-color: #ebf0f5 !important;
    border-color: #ebf0f5 !important;
    outline: none !important
}

.cookies button,
input[type="submit"] {
    border: 1px solid #41aaaa;
    background: #41aaaa;
    color: #fff;
    height: auto;
    padding: 10px 50px;
    width: auto;
    cursor: pointer;
    margin: 30px 0 15px;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    letter-spacing: 0.2em;
}

input[type="submit"]:hover {
    border: 1px solid #cdd9e1;
    background: #cdd9e1;
}

.site {
    margin: 0 auto;
    max-width: 1440px;
}

.section-logo {
    position: absolute;
    top: 13.5px;
    left: 20px;
    z-index: 99;
}

.section-logo img {
    max-width: 120px;
}

.section-identifier {
    text-align: right;
}

.section-identifier .lang {
    margin: 0 0 14px;
    display: none;
}

.section-identifier .identifier {
    color: #fff;
}



@media (min-width: 750px) {

    .section-logo {
	position: absolute;
	top: 30px;
	left: 30px;
    z-index: 999;
    }

    .section-logo img {
	max-width: inherit;
    }

}

@media screen and (max-width: 749px){
    body {
	font-size: 12px;
	line-height: 20px;
    }

    p {
	font-size: 13px;
	line-height: 19px;
    }
}

/************** Banner **************/

.banner {
    max-width: 1440px;
    overflow: hidden;
    position: relative;
}
.banner-teaser {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #50bebe), color-stop(50%, #41aaaa), to(#0099cb));
    background: -webkit-linear-gradient(left, #50bebe 0, #41aaaa 50%, #0099cb 100%);
    background: linear-gradient(to right, #50bebe 0, #41aaaa 50%, #0099cb 100%);
    height: auto;
    margin: auto;
    padding: 20px 22.5px;
    position: relative;
    width: calc(100% - 45px);
    color: #fff;
}

.banner-teaser h2 {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

.banner-teaser .a-link.a-button {
    position: relative;
    color: #fff;
    font-weight: bold;
}

.banner-teaser .a-link.a-button:before {
    display: inline-block;
    font-family: 'icons';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    speak: none;
    position: absolute;
    top: -2px;
    content: '\e008';
    font-size: 10px;
}

.banner-teaser .a-link.a-button span {
    margin: 0 0 0 16px;
}

.banner-teaser .a-link.a-button:hover {
    color: #a5e1e1;
}

.banner-teaser .a-link.a-button:hover:before  {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: arrowSlide;
    animation-name: arrowSlide;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.banner-teaser h2 {
    font-size: 24px;
    line-height: 29px;
    font-weight: 400;
    width: 90%;
}


@media (min-width: 1000px) {
    .banner-teaser h2 {
	font-size: 24px;
	line-height: 29px;
    font-weight: 400;
	width: 90%;
    }

    .banner-teaser {
	width: 450px;
	position: absolute;
	bottom: 40px;
	right: 40px;
    }
}


@media (min-width: 1600px) {
    .banner-teaser h2  {
	font-size: 30px;
	line-height: 33px;
    font-weight: 400;
	width: 100%;
    }
}

/********** Content *********/

.content {
    background: #fff;
    display: inline-block;
    width: 100%;
}

.content-row {
    margin: 30px auto;
    max-width: 1360px;
    padding: 23px;
    position: relative;
}

.content-row h1 {
    padding-top: 50px;
}

.content-row a.identifier {
    position: absolute;
    right: 80px;
    color: #879baa;
}

@media screen and (max-width: 768px) {
    .content-row a.identifier {
	position: relative;
	right: 0;
    }

    .content-row h1 {
	padding-top: 20px;
    }

    .content-row {
	margin-top: 10px;
    }
}

.form {
}

.form h3 {
    /*font-size: 24px;*/
    font-weight: normal;
    margin-top: 80px;
}

.form-row {
    display: flex;
    margin: 0 0 25px; 
}

.col-12 {
    width: 100%;
    position: relative;
}

.col-8 {
    width: calc(66.6667% - 5px);
    margin-right: 5px;
}

.col-4 {
    width: calc(33.3333% - 5px);
    margin-left: 5px;
}


.col-8-l {
    width: calc(66.6667% - 5px);
    margin-left: 5px;
}

.col-4-l {
    width: calc(33.3333% - 5px);
    margin-right: 5px;
}

.include label{
    position: relative;
    padding-left: 37px;
    padding-top: 10px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-weight: bold;
    color: #232d32;

}

.include label:last-child {
    margin-bottom: 15px;
}

.include  label input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 28px;
    width: 28px;
    background: #ffffff;
    border: 1px solid #879baa;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.include label:hover input ~ .control_indicator,
.include label input:focus ~ .control_indicator {
    background: #ffffff;
}

.include label input:checked ~ .control_indicator {
    background: #ffffff;
}
.include label:hover input:not([disabled]):checked ~ .control_indicator,
.include label input:checked:focus ~ .control_indicator {
    background: #ffffff;
}
.include label input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.include label input:checked ~ .control_indicator:after {
    display: block;
}
.include label .control_indicator:after {
    left: 13px;
    top: 7px;
    width: 3px;
    height: 8px;
    border: solid #41aaaa;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.include label:hover .control_indicator {
    border-color: #5f7586;
}

.include label:hover {
    color: #5f7586;
}
.include label input:disabled ~ .control_indicator:after {
    border-color: #7b7b7b;
}

input:not([type="submit"]).inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    padding: 0;
}

label.label-file-upload span {
    margin-left: 20px;
    color: #bfbfbf;
}

.banner.full {
    max-width: 3840px;
    margin: 0 auto;
}

.content-row .form-row.small,
.content-row .form-row.full {
    max-width: 90%;
}
@media (min-width: 900px) {
    .content-row {
	padding: 0 80px;
    }

    .content-row .form-row.full {
	max-width: 1000px;
    }
}

@media (min-width: 750px) {

    .content-row .form-row.small,
    .content-row .form-row {
	max-width: 457px;
    }

}

@-webkit-keyframes arrowSlide {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    20% {
        -webkit-transform: translateX(-1px);
        transform: translateX(-1px)
    }

    40% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }

    60% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px)
    }

    80% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }

    100% {
        -webkit-transform: translateX(-1px);
        transform: translateX(-1px)
    }
}

@keyframes arrowSlide {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    20% {
        -webkit-transform: translateX(-1px);
        transform: translateX(-1px)
    }

    40% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }

    60% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px)
    }

    80% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }

    100% {
        -webkit-transform: translateX(-1px);
        transform: translateX(-1px)
    }
}


.custom-select {
    position: relative;
}

.custom-select select {
    display: none; /*hide original SELECT element: */
}

.select-selected {
    background-color: transparent;
}

/* Style the arrow inside the select element: */
.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: solid #cdd9e1;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
    color: #2d373c;
    padding: 8px 16px;
    border: 1px solid #cdd9e1;
    cursor: pointer;
    position: relative;
    height: 22px;
}

.select-items div {
    border-color: transparent #cdd9e1 #cdd9e1 #cdd9e1;
}

/* Style items (options): */
.select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

.select-selected.select-arrow-active {
    background-color: #ebf0f5;
}

/* Hide the items when the select box is closed: */
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: #ebf0f5 !important;
}

.form-row.error {
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    speak: none;
    color: #af235f;
    position: relative;
}

.form-row.error .control_indicator,
.form-row.error .select-selected,
.form-row.error .label-file-upload,
.form-row.error textarea:not(:focus),
.form-row.error input:not(:focus) {
    border-color: #af235f;
}

.error .form-error-wrapper:after, .error .form-error-wrapper:before {
    color: #af235f;
    content: '';
    display: block;
    right: -22px;
    height: 1px;
    width: 10px;
    background: #af235f;
    position: absolute;
    top: 50%;
}

@media screen and (max-width: 768px) {
    .error .form-error-wrapper:after, .error .form-error-wrapper:before {
	right: -17px;
    }
}

.error .form-error-wrapper:before {
    transform: rotate(45deg);
}

.error .form-error-wrapper:after {
    transform: rotate(-45deg);
}

.errormessage {
    font-size: 11px;
    margin-top: 5px;
}

.is-sent .content-default,
.content-sent {
    display: none;
}

.is-sent .content-sent {
    display: block;
}

/********* Footer **************/

.footer {
    border-top: 1px solid #e3e9ef;
    width: 100%;
    background: #fff;
    display: inline-block;
}

.footer-row {
    padding: 0 23px;
    margin: 0 auto;
}

.footer-content-social {
    display: flex;
    justify-content: flex-end;
    padding: 16px 0 13px;
    border-bottom: 1px solid #e3e9ef;
}

.footer-content-links ul,
.footer-content-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-content-links ul li,
.footer-content-social ul li{
    display: inline-block;
    vertical-align: top;
}

.footer-content-social ul li a {
    margin-right: 30px;
    color: #879baa;
}
.footer-content-social ul li a:hover {
    color: #becdd7;
}

.footer-content-social ul li:last-child a {
    margin-right: 0;
}

.footer-content-social ul a .icon {
    display: inline-block;
    font-family: 'icons';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    speak: none;
    font-size: 20px;
}

.icon-instagram:before {
    content: '\e026';
}

.footer-content-social ul a .icon.icon-youtube {
    font-size: 28px;
}

.icon-facebook:before {
    content: '\e01c';
}

.icon-youtube:before {
    content: '\e058';
}

.footer-content-links {
    padding: 22px 0;
    font-size: 12px;
    position: relative;

}

.footer-content-links,
.footer-content-links a {
    color: #879baa;
}

.footer-content-links ul li {
    margin-right: 24px;
    position: relative;
}

.footer-content-links ul li:last-child {
    margin-right: 0;
}

.footer-content-links ul li:not(:first-child):before {
    background: #879baa;
    content: '';
    height: 12px;
    position: absolute;
    right: -14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
}
.footer-content-links ul li:last-child:before {
    content: none
} 

@media screen and (min-width: 900px) {
    .footer-row {
	padding: 0 80px;
    }
}

@media screen and (max-width: 768px) {

    .footer-content-social {
        justify-content: initial;
    }

    .footer-content-social ul li a {
	margin-right: 5px;
    }
}

/*modal*/

.modal {
    display: block; /* Hidden by default */
    visibility: hidden;
    opacity: 0;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out;
    z-index: 99999;
}

.modal-body {
    position: absolute;
    left: 50%;
    top: -100%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transition: top 0.5s ease-in-out;
    border-radius: 5px;
    background-color: #fefefe;
    padding: 20px;
    border: 1px solid #888;
    width: 100%;
    max-width: 750px;
    min-height: 150px;
}

.modal.open {
    opacity: 1;
    visibility: visible;
}

.modal.open .modal-body {
    top: 50%;
}

.modal-body a {
    padding: 10px 30px; 
    text-decoration: underline;
    background: #999999;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
}

.modal-body a:hover {
    box-shadow: 3px 5px 4px #ccc;
}

.modal-body .modal-header h3 {
    color: #999999;
}
.modal-body .modal-content {
    text-align: center;
    margin: 20px 0; 
}

.modal-body .modal-content img{
    max-width: 450px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.modal-body .modal-content p{
    padding: 20px 20px;
}

.close {
    color: #605757;
    position: absolute;
    right: 3%;
    width: 25px;
    height: 25px;
    z-index: 999;
}

.close:after,
.close:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #605757;
    left: 0px;
    top: 23px;
}

.close:after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}

.close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

@media screen and (min-width: 769px) and (max-width: 1366px) {
    .modal-body {
        /*width: 80%;*/
    }
}

@media screen and (max-width: 768px){
    .modal-body {
        width: 80%;
        padding: 20px;
    }

    .modal .modal-body .vc_row .vc_column-inner {
        padding: 0 !important;
    }

    .modal.open .modal-body {
        top: 90%;
    }

    .close {
        position: absolute;
    }

    .modal .modal-body .vc_section .vc_row div {
        border: 0 !important;
    }

}


/*************************** Cookies ************************/

.cookies {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
}


.cookies-content {
    max-width: 1440px;
    margin: 0 auto;
    background-color: #3c464b;
    color: #fff;
    width: 100%;
    max-height: 500px;
    transition: all 0.5s ease-in-out;
    position: relative;
    top: 10vh;
}

.cookies-row {
    padding: 30px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cookies h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    margin: 0;
}

.cookies p {
    margin-top: 0;
}

.cookies-left {
    width: 70%;
}

.cookies-left a {
    display: block;
}

.cookies-right {
    width: 25%;
}

.cookies button.js-accept {
    margin-bottom: 10px;
}

.cookies button.js-accept:hover {
    background: #a5e1e1;
}

.cookies button.js-deny,
.cookies button.js-accept {
    height: auto;
    padding: 10px 50px;
    width: 100%;
    text-transform: uppercase;
    margin-top: 0;
}

.cookies button.js-deny {
    border: 1px solid #41aaaa;
    background: transparent;
    color: #41aaaa;
    letter-spacing: 0.2em;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.cookies button.js-deny:hover {
    border: 1px solid #a5e1e1;
    color: #a5e1e1;
}

.icon-close:before {
    content: '\e011';
    color: #41aaaa;
    cursor: pointer;
    display: block;
    padding: 10px 0;
}

@media screen and (max-width: 940px){
    .cookies-left ,
    .cookies-right {
        width: 100%;
        text-align: left;
    }

    .icon-close {
        position: absolute;
        right: 0;
        top: 0;
    }

    .icon-close:before {
        padding: 30px;
    }
}

@media screen and (max-width: 768px){
    .cookies button.js-accept {
        width: 100%;
    }
}

.hide-cookie {
    max-height: 0px;
    overflow: hidden;
}

.small {
    display: block;
    font-size: 11px;
}

.form-row {
    position: relative;
}

.addClone {
    cursor: pointer;
    transition: all .3s ease-in-out;
    margin-top: -20px;
    font-weight: bold;
    font-size: 12px;
}


.addClone:hover {
    opacity: .8;
}

.addButton {
    position: relative;
    width: 20px;
    height: 20px;
    display: inline-block;
    top: 3px;
}


.removeButton:before,
.addButton:before,
.addButton:after {
    width: 10px;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: 50%;
    top: 50%;
    content: '';
    display: block;
}

.addButton:after {
    transform: rotate(90deg);
}

.removeButton {
    position: absolute;
    left: -30px;
    top: 63%;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.clone-row {
    flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
    .flex-row {
        display: flex;
    }
}

.models {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.models .model {
    width: 100%;
}

@media screen and (min-width: 900px) {
    .models .model {
    width: 33%;
    }

}

.models .model table {
    border-collapse: collapse;
    border-spacing: 0;
}

.models .model table td {
    padding: 10px 15px 10px;
    width: 18%;
}

.models .model table td:nth-child(odd){
    background: #f7f7f7;
}


.m-contentteaser {
    margin: 40px 0 0;
}

.m-contentteaser+.m-contentteaser {
    margin-top: 13.5px
}

.m-contentteaser .contentteaser-wrap {
    display: block;
    margin: 0;
    padding: 0
}

.m-contentteaser .contentteaser-wrap .media {
    margin: 0;
    overflow: hidden
}

.m-contentteaser .contentteaser-wrap .media .a-image img,.m-contentteaser .contentteaser-wrap .media .a-image picture {
    width: 100%
}

.m-contentteaser .contentteaser-wrap .media .m-video .video-wrapper {
    margin-bottom: -2px
}

.m-contentteaser .contentteaser-wrap .content {
    background: -webkit-gradient(linear,left top,right top,color-stop(0,#50bebe),color-stop(50%,#41aaaa),to(#0099cb));
    background: -webkit-linear-gradient(left,#50bebe 0,#41aaaa 50%,#0099cb 100%);
    background: linear-gradient(to right,#50bebe 0,#41aaaa 50%,#0099cb 100%);
    height: 100%;
    margin: 0 auto;
    opacity: .9;
    padding: 17px 20px;
    position: relative;
    top: -20px;
    width: 100%;
    z-index: 102
}

.m-contentteaser .contentteaser-wrap .content .heading .a-heading {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0
}

.m-contentteaser .contentteaser-wrap .content .heading h3 {
    display: none
}

.m-contentteaser .contentteaser-wrap .content .heading+p {
    margin-bottom: 0
}

.m-contentteaser .contentteaser-wrap .content p {
    color: #fff;
    margin-top: 11px
}

.m-contentteaser .contentteaser-wrap .content p:empty {
    display: none
}

.m-contentteaser .contentteaser-wrap .content ul {
    color: #fff;
    margin: 11px 0 0
}

.m-contentteaser .contentteaser-wrap .content ul li {
    margin: 0 0 5px
}

.m-contentteaser .contentteaser-wrap .content ul .a-link-secondary {
    display: none
}

.m-contentteaser .contentteaser-wrap .content ul:not(.list-unstyled) {
    margin-left: 15px
}

.m-contentteaser .contentteaser-wrap .content .a-link:not(.a-link-secondary) {
    color: #fff
}

.m-contentteaser .contentteaser-wrap .content .a-link:not(.a-link-secondary):hover {
    color: #a5e1e1
}

.m-contentteaser .contentteaser-wrap.a-area-primary .content,.m-contentteaser .contentteaser-wrap.a-area-secondary .content {
    width: -webkit-calc(100% - 27px);
    width: calc(100% - 27px)
}

.m-contentteaser .contentteaser-wrap:not(.a-area-primary):not(.a-area-secondary) .content {
    background: #3c464b;
    top: 0;
    width: calc(100% - 40px);
}

.m-contentteaser .contentteaser-wrap:not(.a-area-primary):not(.a-area-secondary) .content ul {
    margin-top: 17px
}

.m-contentteaser .contentteaser-wrap:not(.a-area-primary):not(.a-area-secondary) .a-link,.m-contentteaser .contentteaser-wrap:not(.a-area-primary):not(.a-area-secondary) .content .a-link {
    color: #fff
}

.m-contentteaser .contentteaser-wrap:not(.a-area-primary):not(.a-area-secondary) .a-link.a-button-primary,.m-contentteaser .contentteaser-wrap:not(.a-area-primary):not(.a-area-secondary) .a-link.a-link-primary.a-button {
    color: #fff!important;
    padding-left: 20px
}

.m-contentteaser .contentteaser-wrap:not(.a-area-primary):not(.a-area-secondary) .a-link.a-button-primary:hover,.m-contentteaser .contentteaser-wrap:not(.a-area-primary):not(.a-area-secondary) .a-link.a-link-primary.a-button:hover {
    color: #fff!important
}

.m-contentteaser .contentteaser-wrap:not(.a-area-primary):not(.a-area-secondary) .a-link:hover {
    color: #a5e1e1
}

.m-contentteaser .contentteaser-wrap.a-area.a-area-mobile.a-area-primary {
    background: 0 0
}

.m-contentteaser .contentteaser-wrap.a-area.a-area-mobile.a-area-primary .content .a-link.a-button {
    background-color: transparent!important;
    border: 1px solid #fff;
    color: #fff;
    padding-left: 20px;
    position: relative
}

@media (min-width: 900px) {
    .m-contentteaser .contentteaser-wrap.a-area.a-area-mobile.a-area-primary .content .a-link.a-button,.m-contentteaser .contentteaser-wrap:not(.a-area-primary):not(.a-area-secondary) .a-link.a-button-primary,.m-contentteaser .contentteaser-wrap:not(.a-area-primary):not(.a-area-secondary) .a-link.a-link-primary.a-button {
        padding-left:50px
    }
}

.m-contentteaser .contentteaser-wrap.a-area.a-area-mobile.a-area-primary .content .a-link.a-button:hover {
    border: 1px solid #a5e1e1;
    color: #a5e1e1
}

.m-contentteaser .contentteaser-wrap.a-area.a-area-mobile.a-area-secondary {
    background: 0 0
}

.m-contentteaser .contentteaser-wrap.a-area.a-area-mobile.a-area-secondary .content .a-link.disableicon {
    color: #41aaaa
}

.m-contentteaser .contentteaser-wrap.a-area.a-area-mobile.a-area-secondary .content .a-link.disableicon:hover {
    color: #a5e1e1
}

.m-contentteaser .contentteaser-wrap.a-area.a-area-mobile.a-area-secondary .content .a-link:not(.a-link-secondary) {
    color: #41aaaa
}

.m-contentteaser .contentteaser-wrap.a-area.a-area-mobile.a-area-secondary .content .a-link:not(.a-link-secondary):hover {
    color: #a5e1e1
}

.m-contentteaser .contentteaser-wrap.a-area.a-area-mobile.a-area-secondary .content .a-link.a-button-primary,.m-contentteaser .contentteaser-wrap.a-area.a-area-mobile.a-area-secondary .content .a-link.a-link-primary.a-button {
    color: #fff;
    padding-left: 20px
}

.m-contentteaser .contentteaser-wrap.a-area.a-area-mobile.a-area-secondary .content .a-link.a-button-primary:hover,.m-contentteaser .contentteaser-wrap.a-area.a-area-mobile.a-area-secondary .content .a-link.a-link-primary.a-button:hover {
    color: #a5e1e1
}

@media (min-width: 750px) {
    .m-contentteaser {
        margin:50px -23px 0;
        width: -webkit-calc(100% + 46px);
        width: calc(100% + 46px)
    }

    .m-contentteaser+.m-contentteaser {
        margin-top: 16px
    }

    .m-contentteaser .contentteaser-wrap .content {
        margin: 0 23px 0 auto;
        max-width: -webkit-calc(100% - 46px);
        max-width: calc(100% - 46px);
        padding: 20px 25px;
        top: -25px;
        width: 58%
    }

    .m-contentteaser .contentteaser-wrap .content .content-inner {
        margin: 0;
        padding: 0
    }

    .m-contentteaser .contentteaser-wrap .content .heading {
        margin-bottom: 0
    }

    .m-contentteaser .contentteaser-wrap .content .heading .a-heading {
        font-size: 24px;
        line-height: 29px
    }

    .m-contentteaser .contentteaser-wrap .content p {
        display: block;
        margin-top: 13px
    }

    .m-contentteaser .contentteaser-wrap .content ul {
        display: block;
        margin: 16px 0 0
    }

    .m-contentteaser .contentteaser-wrap .content ul .a-link:before {
        margin-right: 6px
    }

    .m-contentteaser .contentteaser-wrap .media-inner {
        margin: 0;
        padding: 0
    }

    .m-contentteaser .contentteaser-wrap.media-right .media {
        width: 100%
    }

    .m-contentteaser .contentteaser-wrap.media-right .content {
        margin: 0 0 0 23px;
        width: 100%
    }

    .m-contentteaser .contentteaser-wrap.media-right .content .content-inner {
        margin: 0;
        padding: 0
    }

    .m-contentteaser .contentteaser-wrap.a-area-primary,.m-contentteaser .contentteaser-wrap.a-area-secondary {
        margin-bottom: -25px
    }

    .m-contentteaser .contentteaser-wrap.a-area-primary .content,.m-contentteaser .contentteaser-wrap.a-area-secondary .content {
        width: 58%
    }

    .m-contentteaser .contentteaser-wrap:not(.a-area-primary):not(.a-area-secondary) .content {
        max-width: -webkit-calc(100% + 46px);
        max-width: calc(100% + 46px);
        padding-bottom: 25px;
        top: 0
    }

    .m-contentteaser .contentteaser-wrap:not(.a-area-primary):not(.a-area-secondary) .content .content-inner {
        width: 83.3333%
    }

    .m-contentteaser .contentteaser-wrap:not(.a-area-primary):not(.a-area-secondary) .content ul {
        margin: 20px 0 0
    }

    .m-contentteaser .contentteaser-wrap:not(.a-area-primary):not(.a-area-secondary).media-right .content {
        margin: 0
    }
}

@media (min-width: 900px) {
    .m-contentteaser .contentteaser-wrap.a-area.a-area-mobile.a-area-secondary .content .a-link.a-button-primary,.m-contentteaser .contentteaser-wrap.a-area.a-area-mobile.a-area-secondary .content .a-link.a-link-primary.a-button {
        padding-left:50px
    }

    .m-contentteaser {
        margin: 8px 0 0;
        width: 100%
    }

    .m-contentteaser+.m-contentteaser {
        margin-top: 8px
    }

    .m-contentteaser .contentteaser-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .m-contentteaser .contentteaser-wrap .media {
        -webkit-flex-basis: 74.85%;
        -ms-flex-preferred-size: 74.85%;
        flex-basis: 74.85%;
        width: 74.85%
    }

    .m-contentteaser .contentteaser-wrap .content {
        -webkit-align-self: start;
        -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
        -webkit-flex-basis: 27.35%;
        -ms-flex-preferred-size: 27.35%;
        flex-basis: 27.35%;
        margin: 30px 0 0 -30px;
        max-width: 27.35%;
        padding: 25px 30px;
        top: 0;
        width: 100%
    }

    .m-contentteaser .contentteaser-wrap .content .heading {
        margin-bottom: 0
    }

    .m-contentteaser .contentteaser-wrap .content .heading .a-heading {
        font-size: 24px;
        line-height: 30px
    }

    .m-contentteaser .contentteaser-wrap .content p {
        margin-top: 18px
    }

    .m-contentteaser .contentteaser-wrap .content ul {
        margin: 21px 0 0
    }

    .m-contentteaser .contentteaser-wrap.media-right {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-shrink: inherit;
        -ms-flex-negative: inherit;
        flex-shrink: inherit;
        -webkit-flex-wrap: inherit;
        -ms-flex-wrap: inherit;
        flex-wrap: inherit;
        -webkit-box-pack: inherit;
        -webkit-justify-content: inherit;
        -ms-flex-pack: inherit;
        justify-content: inherit
    }

    .m-contentteaser .contentteaser-wrap.media-right .content {
        margin: 30px -30px 0 0
    }

    .m-contentteaser .contentteaser-wrap.a-area-primary,.m-contentteaser .contentteaser-wrap.a-area-secondary {
        margin-bottom: 0
    }

    .m-contentteaser .contentteaser-wrap.a-area-primary .content,.m-contentteaser .contentteaser-wrap.a-area-secondary .content {
        width: 100%
    }

    .m-contentteaser .contentteaser-wrap:not(.a-area-primary):not(.a-area-secondary) {
        background: #3c464b
    }

    .m-contentteaser .contentteaser-wrap:not(.a-area-primary):not(.a-area-secondary) .content {
        background: #3c464b;
        -webkit-flex-basis: 25.1%;
        -ms-flex-preferred-size: 25.1%;
        flex-basis: 25.1%;
        height: auto;
        margin-left: 0;
        margin-top: 0;
        max-width: 25.1%;
        width: 25.1%
    }

    .m-contentteaser .contentteaser-wrap:not(.a-area-primary):not(.a-area-secondary) .content .content-inner {
        /*width: 100%*/
    }

    .m-contentteaser .contentteaser-wrap:not(.a-area-primary):not(.a-area-secondary) .media {
        background: #fff;
        -webkit-flex-basis: 74.9%;
        -ms-flex-preferred-size: 74.9%;
        flex-basis: 74.9%;
        width: 74.9%
    }

    .m-contentteaser .contentteaser-wrap:not(.a-area-primary):not(.a-area-secondary).media-right .content {
        margin-right: 0
    }
}


@media (min-width: 750px) {
    .m-contentteaser .contentteaser-wrap .media {
        -webkit-flex-basis:67%;
        -ms-flex-preferred-size: 67%;
        flex-basis: 67%;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-bottom: 0
    }

    .m-contentteaser .contentteaser-wrap .content {
        -webkit-flex-basis: 33%;
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%
    }

    .m-contentteaser .contentteaser-wrap .content .content-inner {
        padding-left: 1.3888888889%;
        padding-right: 1.3888888889%;
        margin: 0 20px
    }

    .m-contentteaser .contentteaser-wrap.media-right .media {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .m-contentteaser .contentteaser-wrap.media-right .content {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .m-contentteaser .contentteaser-wrap.media-right .content .content-inner {
        padding-top: 10px;
        padding-bottom: 10px;
        margin: 0 10px
    }
}

@media (min-width: 900px) {
    .banner-teaser {
        opacity: .9;
    }
}

span.link {
    position: relative;
    color: #fff;
    font-weight: bold;
}

span.link.green {
    color: #41aaaa;
}

span.link:after {
    background-color: #fff;
    bottom: -5px;
    content: "";
    display: block!important;
    height: 2px;
    left: 0;
    margin-left: 0!important;
    position: absolute;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 35px;
}

span.link:hover:after {
    width: 70px
}

span.link.green:after {
    background-color: #41aaaa;
}

.carousel-container {
    position: relative;
}

.carousel-dots {
    list-style: none;
    text-align: center;
}

.carousel-dots li {
    margin: 0 2px!important;
    width: 30px!important;
    cursor: pointer;
    display: inline-block;
    padding: 0;
    position: relative;
}

.carousel-dots li button {
    width: 30px!important;
    background-color: #e2e3e4;
    border: none;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    line-height: 0;
    margin: 0;
    outline: 0;
    overflow: hidden;
    padding: 0;
    border-radius: 0;
    height: 2px;
}

.carousel-dots li button:before {
    background-color: #41aaaa;
    content: "";
    display: block!important;
    height: 2px!important;
    left: 0;
    position: absolute;
    top: 0;
}
.carousel-dots li.slick-active button:before {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: colorIn;
    animation-name: colorIn;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes colorIn {
    0% {
        width: 0%
    }

    100% {
        width: 100%
    }
}

.carousel-slider .slick-next, 
.carousel-slider .slick-prev {
    position: absolute;
    top: 50%;
    background: 0 0!important;
    color: #fff!important;
    height: 50px;
    margin-top: 0!important;
    opacity: .9;
    overflow: hidden;
    width: 50px;
    border: 0;
    cursor: pointer;
    z-index: 99;
    text-indent: -9999999px;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%)
}

.carousel-slider .slick-next {
    right: 0;
}

.carousel-slider .slick-next:after, 
.carousel-slider .slick-prev:after {
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    content: "";
    padding: 3px;
    width: 7px;
    height: 7px;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.carousel-slider .slick-prev:after {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
.carousel-slider .slick-next:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.section-spotrebice {
    display: none;
}

@media (min-width: 750px) {
    .section-spotrebice {
        position: absolute;
        top: 20px;
        right: 30px;
        z-index: 999;
        color: #fff;
        font-size: 12px;
        font-weight: 100;
        letter-spacing: .03em;
        line-height: 18px;
        display: block;
    }    
}


span.warning {
    color: #af235f;
}

span.warning a{
    color: #af235f;
}