.col-1 {
    width: 100%;
    max-width: 8.3333333333%;
}
@media (max-width: 767px) {
    .col-1 {
        max-width: 100%;
    }
}
.col-2 {
    width: 100%;
    max-width: 16.6666666667%;
}
@media (max-width: 767px) {
    .col-2 {
        max-width: 100%;
    }
}
.col-3 {
    width: 100%;
    max-width: 25%;
}
@media (max-width: 767px) {
    .col-3 {
        max-width: 100%;
    }
}
.col-4 {
    width: 100%;
    max-width: 33.3333333333%;
}
@media (max-width: 767px) {
    .col-4 {
        max-width: 100%;
    }
}
.col-5 {
    width: 100%;
    max-width: 41.6666666667%;
}
@media (max-width: 767px) {
    .col-5 {
        max-width: 100%;
    }
}
.col-6 {
    width: 100%;
    max-width: 50%;
}
@media (max-width: 767px) {
    .col-6 {
        max-width: 100%;
    }
}
.col-7 {
    width: 100%;
    max-width: 58.3333333333%;
}
@media (max-width: 767px) {
    .col-7 {
        max-width: 100%;
    }
}
.col-8 {
    width: 100%;
    max-width: 66.6666666667%;
}
@media (max-width: 767px) {
    .col-8 {
        max-width: 100%;
    }
}
.col-9 {
    width: 100%;
    max-width: 75%;
}
@media (max-width: 767px) {
    .col-9 {
        max-width: 100%;
    }
}
.col-10 {
    width: 100%;
    max-width: 83.3333333333%;
}
@media (max-width: 767px) {
    .col-10 {
        max-width: 100%;
    }
}
.col-11 {
    width: 100%;
    max-width: 91.6666666667%;
}
@media (max-width: 767px) {
    .col-11 {
        max-width: 100%;
    }
}
.col-12 {
    width: 100%;
    max-width: 100%;
}
@media (max-width: 767px) {
    .col-12 {
        max-width: 100%;
    }
}
.entry-content a{
    color:#5688B1;
    text-decoration:none;
}
.flexgrid {
    display: flex;
    flex-wrap: wrap;
}

.cf-body {
	justify-content: space-between;
}
.cf-body input[type="text"],
.cf-body input[type="number"],
.cf-body input[type="email"],
.cf-body textarea {
    border: 0;
    border-radius: 0;
    padding: 12px 0;
    border-bottom: 1px solid black;
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px !important;
}
.cf-body input[type="text"]:focus-visible,
.cf-body input[type="number"]:focus-visible,
.cf-body input[type="email"]:focus-visible,
.cf-body textarea:focus-visible {
    box-shadow: none;
    outline: none;
    font-weight: 600;
}
.cf-body textarea {
    min-height: 200px;
    max-height: 400px;
	height: 200px;
}
.cf-body > div {
    position: relative;
}
.cf-body > div .cf-input::placeholder {
    color: rgba(255, 255, 255, 0);
}
.cf-body > div .cf-input ~ label {
    position: absolute;
    left: 0;
    top: 12px;
    transition: all 0.5s ease-in-out;
}
.cf-body > div .cf-input:focus ~ label,
.cf-body > div .cf-input:-webkit-autofill ~ label {
    top: -4px;
    font-size: 12px;
}
.cf-body > div .cf-input:not(:placeholder-shown) {
    font-weight: 600;
}
.cf-body > div .cf-input:not(:placeholder-shown) ~ label {
    top: -4px;
    font-size: 12px;
}
.cf-body .cf-wrapper_dsgvo .wpcf7-list-item {
    margin-left: 0;
    margin-bottom: 30px;
}
.cf-body .cf-wrapper_dsgvo .wpcf7-list-item label {
    position: relative;
    padding-left: 30px;
    display: block;
}
.cf-body .cf-wrapper_dsgvo .wpcf7-list-item label input {
    opacity: 0;
    left: 0;
    position: absolute;
}
.cf-body .cf-wrapper_dsgvo .wpcf7-list-item label span:before {
    content: '';
    display: block;
    border: 1px solid black;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    cursor: pointer;
}
.cf-body .cf-wrapper_dsgvo .wpcf7-list-item label span:after {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    position: absolute;
    font-size: 14px;
    left: 5px;
    top: 2px;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    pointer-events: none;
}
.cf-body .cf-wrapper_dsgvo .wpcf7-list-item label input:checked ~ span:after {
    opacity: 1;
}
.cf-body [type="submit"] {
    border: 0;
    background-color: #5688B1;
    color: white;
    padding: 15px 30px;
}
.cf-body .cf-wrapper_required {
    font-size: 12px;
    font-style: italic;
    margin-top: 15px;
}
#page .cf-body .col-6 {
	max-width: calc(50% - 10px);
}
@media (max-width: 600px) {
	#page .cf-body .col-6 {
		max-width: 100%;
	}
}

/*
@media (max-width: 600px) {
    .admin-bar #wpadminbar {
        display: none;
    }
}
.admin-bar .iw-site {
    margin-top: 0;
    padding-top: 120px;
}
@media (max-width: 600px) {
    .admin-bar .iw-site {
        padding-top: 75px;
    }
}
.admin-bar .iw-site #masthead {
    top: 32px;
}
@media (max-width: 782px) {
    .admin-bar .iw-site #masthead {
        top: 46px;
    }
}
@media (max-width: 600px) {
    .admin-bar .iw-site #masthead {
        top: 0;
    }
}
*/

body {
    margin-bottom: 0 !important;
}


#klaro .cookie-modal span {
    font-weight: 400;
    line-height: 1.4rem;
}
#klaro .cookie-modal .cookie-notice {
    background-color: rgba(0, 0, 0, 0.85);
    padding: 20px;
    /*margin-left: auto;
    margin-right: 15px;
    top: calc(100% - 15px);
    transform: translatey(-100%);*/
}
#klaro .cookie-modal .cm-btn {
    background-color: #5688B1;
    padding: 10px 20px;
    border-radius: 1px;
}
#klaro .cm-modal {
    background-color: rgba(0, 0, 0, 0.85);
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
#klaro .cm-modal::-webkit-scrollbar {
    width: 0;
    height: 0;
}
#klaro .cm-modal .cm-header {
    padding: 20px;
    font-weight: 400;
    line-height: 1.2rem;
    border-bottom: 0;
}
#klaro .cm-modal .cm-header span {
    font-weight: 400;
    line-height: 1.4rem;
}
#klaro .cm-modal .cm-header a {
    color: #5688B1;
}
#klaro .cm-modal .cm-header .title {
    font-size: 21px;
    padding-bottom: 20px;
}
#klaro .cm-modal .cm-header .hide {
    padding: 5px;
    background-color: #5688B1;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#klaro .cm-modal .cm-header .hide svg {
    stroke: white;
}
#klaro .cm-modal .cm-body {
    padding: 20px;
    border-bottom: 0;
}
#klaro .cm-modal .cm-body .cm-toggle-all {
    border-color: #5688B1;
}
#klaro .cm-modal .cm-footer {
    padding: 20px;
    border-top: 0;
}
#klaro .cm-modal input ~ label .slider {
    background-color: white;
}
#klaro .cm-modal input ~ label .slider:before {
    background-color: #e6e6e6;
}
#klaro .cm-modal input ~ label .slider.active {
    background-color: white;
}
#klaro .cm-modal input:checked ~ label .slider {
    background-color: white;
}
#klaro .cm-modal input:checked ~ label .slider:before {
    background-color: white;
}
#klaro .cm-modal input:checked ~ label .slider.active {
    background-color: #5688B1;
}
#klaro .cm-modal .cm-btn {
    background-color: #5688B1;
    padding: 10px 20px;
    border-radius: 1px;
}
#klaro .cm-modal .cm-powered-by {
    display: none;
}

.hero-banner_wrapper .wpb_single_image {
    display: flex;
}
.hero-banner_wrapper .wpb_single_image * {
    max-width: 100% !important;
    width: 100% !important;
    display: flex !important;
}
.hero-banner_wrapper img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-banner_wrapper {
    position: relative;
}
.hero-banner_wrapper .wpb_single_image {
    z-index: 0;
    position: relative;
}
.hero-banner_wrapper .wpb_single_image ~ .wpb_content_element {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    z-index: 1;
    max-width: 1500px;
    padding: 15px;
    transform: translatex(-50%) translatey(-50%);
}
.hero-banner_wrapper .wpb_single_image ~ .wpb_content_element .wpb_wrapper {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 30px;
    margin: 0 -15px;
}
.hero-banner_wrapper .wpb_single_image ~ .wpb_content_element .wpb_wrapper * {
    margin: 0;
    font-weight: 700;
    font-size: 48px;
    color: #008cea;
    letter-spacing: 0;
    line-height: 4rem;
    margin: 0;
}
@media (max-width: 1199px) {
    .hero-banner_wrapper .wpb_single_image ~ .wpb_content_element .wpb_wrapper * {
        font-size: 28px;
        line-height: 1.8rem;
    }
}
.halffull--img--contentbox .vc_custom_heading{
    color:#008CEA;
    font-weight:600;
    font-size:18px;
}
.halffull--img--contentbox .vc_toggle_active .vc_custom_heading{
    color:#fff;
}
#refslider .refslider_controls-arrows {
    position: absolute;
    max-width: 1560px;
    width: 100%;
    left: 50%;
    transform: translatex(-50%);
    padding: 15px 30px;
    display: flex;
    justify-content: flex-end;
}
#refslider .refslider_controls-arrows .slick-arrow {
    background-color: unset;
    border-radius: 0;
    border: 0;
    cursor: pointer;
}
#refslider .refslider_controls-arrows .slick-arrow.custom-arrow-prev {
    display: flex;
    width: 50px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('/wp-content/uploads/2022/06/chevron-left.svg');
}
#refslider .refslider_controls-arrows .slick-arrow.custom-arrow-next {
    display: flex;
    width: 50px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('/wp-content/uploads/2022/06/chevron-right.svg');
}
#refslider .refslider_controls-arrows .slick-arrow.custom-arrow-next:before,
#refslider .refslider_controls-arrows .slick-arrow.custom-arrow-prev:before {
    background: unset;
}
.refslide-image--container {
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.refslide-image--container img {
    width: 80%;
}
.refslide {
    padding: 0 0 0 80px;
}
@media (max-width: 767px) {
    #refslider .refslider_controls-arrows {
        top: -10px;
    }
}
@media (max-width: 576px) {
    .refslider--wrapper {
        padding-top: 50px;
    }
    .refslide {
        padding: 0;
    }
    #refslider .headline {
        text-align: left!important;
    }
    #refslider {
        margin: 50px 0;
    }
}
.refslider_controls-arrows{
    z-index:1;
}
.klima--table > .vc_col-sm-6 > .vc_column-inner {
    padding: 0 50px;
}
.klima--table > .vc_col-sm-6 > .vc_column-inner .wpb_wrapper > .wpb_row {
    border-bottom: 1px solid #000;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.klima--table > .vc_col-sm-6 .vc_col-sm-6 p {
    font-size: 20px;
}
.klima--table > .vc_col-sm-6 .vc_col-sm-6 p .top--headline {
    font-size: 30px;
}
.klima--table > .vc_col-sm-6 {
    display: flex;
    min-width: 600px;
}
.klima--table .main--headline {
    font-size: 36px;
}
@media (max-width: 1199px) {
    .klima--table > .vc_col-sm-6 {
        width: 100%;
        min-width: unset;
    }
    .klima--table > .vc_col-sm-6 > .vc_column-inner .wpb_wrapper > .wpb_row {
        height: unset;
    }
}
.halffull--img--container__faq .vc_toggle {
    padding-left: 100px;
}


.check-list.cross li:before{
    background-image:url('/wp-content/uploads/2023/02/cross-big.svg');
}

.header--breadcrumbs{
    width:100%;
    max-width:1500px;
    margin-left:auto;
    margin-right:auto;
    margin-top:120px;
    padding-left:15px;
}