body {
    font-family: "boschsans";
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    font-size: 16px;
    line-height: 20px;
    overflow-x: hidden;
}

h1, h2, h3 {
    line-height: initial;
    font-weight: 100;
}

h1 {
    font-size: 34px;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: #00639a;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}

a:hover {
    color: #009bd9;
}

a.link-external {
    color: #879baa;
}

a.link-external:hover {
    color: #becdd7;
}

label {
    color: #232d32;
    display: inline-block;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 0 7px;
    font-size: 14px;
    width: 100%;
}

select {
    width: 100%;
    height: 50px;
    border: 1px solid #e6e6e6;
    padding: 0 8px;
    cursor: pointer;
    font-family: "boschsans";
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    border-radius: 0;
    position: relative;

    background-image: 
	linear-gradient(45deg, transparent 50%, #888 50%),
	linear-gradient(135deg, #888 50%, transparent 50%);
    background-position: 
	calc(100% - 9px) calc(1em + 10px), 
	calc(100% - 5px) calc(1em + 10px), 
	calc(100% - 2.5em) 0.5em;
    background-size: 
	4px 4px,
	4px 4px,
	1px 1.5em;
    background-repeat: no-repeat;
    outline: none;
}

select:focus {
    background-image:
	linear-gradient(45deg, #888 50%, transparent 50%),
	linear-gradient(135deg, transparent 50%, #888  50%);
    background-position:
	calc(100% - 5px) calc(1em + 10px), 
	calc(100% - 9px) calc(1em + 10px), 
	calc(100% - 2.5em) 0.5em;
}

/*
select option:first-child {
    color: #999;
}
*/
label.label-file-upload,
input:not([type="radio"]),
input:not([type="submit"]) {
    border: 1px solid #e6e6e6;
    height: 48px; 
    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: #00639a;
}


input:focus {
    background-color: #f7f7f7 !important;
    border-color: #00639a !important;
    outline: none !important
}

.cookies button,
input[type="submit"] {
    border: 1px solid #00639a;
    background: #00639a;
    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;
}

.a-link-button {
    border: 1px solid #00639a;
    background: #00639a;
    color: #fff;
    height: auto;
    padding: 10px 50px;
    width: auto;
    cursor: pointer;
    margin: 30px 0 15px;
    transition: all 0.2s ease-in-out;
    display: inline-block;
}

.a-link-button:hover,
input[type="submit"]:hover {
    border: 1px solid #cdd9e1;
    background: #cdd9e1;
}

.site {
    margin: 0 auto;
    max-width: 1920px;
}

.section-logo {
    position: absolute;
    top: 13.5px;
    left: 20px;
}

.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;
    }

    .section-logo img {
	max-width: inherit;
    }

}


ol li{
    font-size: 16px;
    line-height: 25px;
}

@media screen and (max-width: 749px){
    body {
	font-size: 12px;
	line-height: 20px;
    }

    p {
	font-size: 13px;
	line-height: 19px;
    }


    ol li{
        font-size: 14px;
        line-height: 16px;
    }
}


/************** Banner **************/

.banner {
    /*max-width: 1440px;*/
    overflow: hidden;
    position: relative;
    max-width: 3200px;
    margin: 0 auto;
}
.banner-teaser {
    background: rgba(255,255,255,0.5);
    height: auto;
    margin: auto;
    padding: 15px;
    position: relative;
    width: calc(100% - 30px);
    color: #000;
}

.banner-teaser h2 {
    font-size: 34px;
}

.banner-teaser .a-link.a-button {
    position: relative;
    color: #fff;
    font-weight: bold;
}

.banner-teaser p {
    margin-top: 20px;
    margin-bottom: 30px;
}

.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: #009bd9;
}

.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
}

.home h1 {
    max-width: 1280px;
    margin: 0 auto 50px;
    padding: 0 25px;
}

@media (min-width: 1000px) {

    .banner-teaser {
	width: 680px;
	position: absolute;
	right: 10%;
	top: 10%;
    max-width: 90%;
    }

    .home .banner-teaser {
        right: 2%;
        top: 5%;
    }
    
    .bottom .banner-teaser {
	bottom: 10%;
	top: initial;
    }
    
    .left .banner-teaser {
	left: 10%;
	right: initial;
    }

    .home .left .banner-teaser {
        left: 2%;
    }
    
}


/*@media (min-width: 1600px) {
    .banner-teaser h2  {
	font-size: 30px;
	line-height: 33px;
	width: 100%;
    }
}*/

/********** Content *********/

.content {
    background: #fff;
    display: inline-block;
    width: 100%;
}

.content-row {
    margin: 30px auto;
    max-width: calc(1440px - 160px);
    padding: 15px;
    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-6 {
    width: calc(50% - 5px);
    margin-right: 5px;
}

.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 #00639a;
    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;
}

.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: 820px;
    }
}

@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 .col.error {
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    speak: none;
    color: #af235f;
    position: relative;
}

.form-row.error .col.error select,
.form-row.error .col.error .control_indicator,
.form-row.error .col.error .select-selected,
.form-row.error .col.error .label-file-upload,
.form-row.error .col.error textarea:not(:focus),
.form-row.error .col.error input:not(:focus) {
    border-color: #af235f;
}

.col.error .form-error-wrapper:after, .col.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) {
    .col.error .form-error-wrapper:after, .col.error .form-error-wrapper:before {
	right: -17px;
    }
}

.col.error .form-error-wrapper:before {
    transform: rotate(45deg);
}

.col.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 {
    width: 100%;
    background: #fff;
    display: block;
    margin: 0 auto;
    max-width: 1440px;
}

.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: #000;
    font-size: 12px;
}

.footer-content-links {
    /*font-size: 16px;*/
}

.footer-content-links a:hover {
    color: #ccc;
}

.footer-content-links ul li {
    margin-right: 24px;
    position: relative;
}

.footer-content-links ul li:last-child {
    margin-right: 0;
}

@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 {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 99;
}


.cookies-content {
    max-width: 1170px;
    margin: 0 auto;
    background-color: #fff;
    color: #000;
    width: 100%;
    max-height: 500px;
    transition: all 0.5s ease-in-out;
    -webkit-box-shadow: 0 0 20px 0 #000;
    box-shadow: 0 0 20px 0 #000;
    position: relative;
    top: 10vh;
}

@media screen and (min-width: 900px) {
    .cookies-content {
	background-image: url(../images/supergraphic-gray-light.svg);
	background-size: cover;
	background-position: center center;
    }
}

.cookies .icon {
    font-family: 'icons';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    speak: none;
    font-size: 25px;
}

.cookies-content {

}

.cookies-row {
    padding: 20px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cookies h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    margin: 0;
    margin-bottom: 40px;
}

.cookies p {
    margin-top: 0;
    font-size: 12px;
}

.cookies-right {
    text-align: right;
}

.cookies button.js-deny,
.cookies button.js-accept {
    height: auto;
    padding: 10px 50px;
    width: auto;
    margin: 0;
    width: 100%;
}
.cookies button.js-deny {
    margin-top: 15px;
    background: #009bd9;
    border-color: #009bd9;
}

.icon-close:before {
    content: '\e012';
    color: #000;
    cursor: pointer;
    display: block;
    padding: 10px 0;
}

.cookies-head {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.cookies-left {
    max-width: 75%;
}

.cookies-right {
    max-width: 25%;
}

@media screen and (max-width: 940px){
    .cookies-left ,
    .cookies-right {
        width: 100%;
        text-align: left;
    }

    .icon-close {
        position: absolute;
        right: 15px;
        top: 15px;
    }
}

@media screen and (max-width: 768px){
    .cookies button.js-deny ,
    .cookies button.js-accept {
        width: 100%;
    }
}

.hide-cookie {
    max-height: 0px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}

.header {
    max-width: 1280px;
    padding: 0 15px;
    margin: 20px auto 50px;
    position: relative;
}

.a-identifier {
    display: none;
}
@media screen and (min-width: 768px){

    .header {
	padding: 0 80px;
    }

    .a-identifier {
    	display: block;
    	position: absolute;
    	right: 80px;
    	top: 20px;
    	font-size: 17px;
    	color: #000;
    	font-weight: 600;
    }

    .a-identifier:hover {
	color: #ccc;
    }
}

.footer-shape,
.header-shape {
    background: url(../images/shape_horizontal.svg) no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 6px;
}

.header-shape {
    position: relative;
}

.footer-shape {
    position: absolute;
    left: 0;
    content: "";
    display: none;

}


.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;
}

span.small {
    display: block;
    font-size: 12px;
    margin-top: 30px;
}

span.warning {
    color: #af235f;
}

span.warning a{
    color: #af235f;
}

span.warning a:hover{
    text-decoration: underline;
}


.banner-teaser .a-button.a-link,
.banner-teaser .a-button {
    overflow: hidden;
    border: 1px solid transparent;
    width: auto;
    position: relative;
    height: 48px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    background: #00639a;
}

.banner-teaser .a-link.a-button.a-button-primary:before {
    content: initial;
}

.banner-teaser .a-link.a-button.a-button-primary span {
    margin: 0;
}

.banner-teaser .a-button.a-link {
    padding: 13px 26px;
}

.contenttextmedia {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contenttextmedia .media,
.contenttextmedia .content {
    width: 48%;
}

@media screen and (max-width: 768px) {
    .contenttextmedia .media,
    .contenttextmedia .content {
        width: 100%;
    }
}

.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;
    }
}
