@font-face {
	font-family: "Lato";
	font-display: swap;
	src: url(/assets/fonts/Lato/lato-bold.woff2) format("woff2");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Lato";
	font-display: swap;
	src: url(/assets/fonts/Lato/lato-boldItalic.woff2) format("woff2");
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: "Lato";
	font-display: swap;
	src: url(/assets/fonts/Lato/lato-italic.woff2) format("woff2");
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: "Lato";
	font-display: swap;
	src: url(/assets/fonts/Lato/lato-regular.woff2) format("woff2");
	font-weight: 300;
	font-style: normal;
}





@font-face {
	font-family: "Jost";
	font-display: swap;
	src: url(/assets/fonts/Jost/Jost-Bold.woff2) format("woff2");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Jost";
	font-display: swap;
	src: url(/assets/fonts/Jost/Jost-BoldItalic.woff2) format("woff2");
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: "Jost";
	font-display: swap;
	src: url(/assets/fonts/Jost/SemiBoldItalic.woff2) format("woff2");
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: "Jost";
	font-display: swap;
	src: url(/assets/fonts/Jost/Jost-SemiBold.woff2) format("woff2");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "Jost";
	font-display: swap;
	src: url(/assets/fonts/Jost/Jost-MediumItalic.woff2) format("woff2");
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: "Jost";
	font-display: swap;
	src: url(/assets/fonts/Jost/Jost-Medium.woff2) format("woff2");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Jost";
	font-display: swap;
	src: url(/assets/fonts/Jost/Jost-Italic.woff2) format("woff2");
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: "Jost";
	font-display: swap;
	src: url(/assets/fonts/Jost/Jost-Regular.woff2) format("woff2");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Jost";
	font-display: swap;
	src: url(/assets/fonts/Jost/Jost-LightItalic.woff2) format("woff2");
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: "Jost";
	font-display: swap;
	src: url(/assets/fonts/Jost/Jost-Light.woff2) format("woff2");
	font-weight: 300;
	font-style: normal;
}


*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    border: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

html {
    background: #fff;
    color: #6B7280;
    min-height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: 'Lato', Helvetica, sans-serif;
}

body {
    margin: 0;
    font-size: 16px;
}

.disableScroll {
    overflow: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}


ul, ol {
    margin-left: 20px;
}

li {
    padding: 5px 0px;
    font-weight: 300;
}

p {
    line-height: 150%;
    margin: 0.5rem 0;
    font-weight: 300;
}

p.bluegrey {
    color: #6B7280;
}

p.blue {
    color: #006583;
}

b {
    color: #006583;
}

lb {
    color: #34c3e2;
}

h1,
h2,
h3 {
    margin: 0.5em 0;
    font-family: 'Jost';
    color: #161d2c;
    font-weight: 500;
}

h1 {
    font-size: 30px;
    font-weight: 700;
}

h2 {
    font-size: 24px;
    font-weight: 600;
}

h3 {
    font-size: 20px;
    font-weight: 500;
}

h3.blue {
    color: #006583;
}

h4 {
    font-size: 18px;
    color: #161d2c;
    font-family: 'Lato';
}

h2.text-center {
    text-align: center !important;
}

a {
    color: #f49d09;
    text-decoration: none;
}

a:hover {
    color: #efab36;
}

b,
strong {
    font-weight: 500;
}

img {
    border-style: none;
    max-width: 100%;
    height: auto;
    display: block;
}

.cf::after {
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}

.clear {
    clear: both !important;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.m-auto {
    margin: 0 auto !important;
}


.mt-25 {
    margin-top: 25px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.my-25 {
    margin-top: 0px !important;
    margin-bottom: 25px !important;
}

.m-25 {
    margin: 25px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.my-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.m-50 {
    margin: 50px !important;
}

.mt-100 {
    margin-top: 80px !important;
}

.mb-100 {
    margin-bottom: 80px !important;
}

.my-100 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
}

.m-100 {
    margin: 80px !important;
}

.mt-150 {
    margin-top: 120px !important;
}

.mb-150 {
    margin-bottom: 120px !important;
}

.my-150 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
}

.m-150 {
    margin: 120px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.p-25 {
    padding: 25px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.p-50 {
    padding: 50px !important;
}

.pt-100 {
    padding-top: 80px !important;
}

.pb-100 {
    padding-bottom: 80px !important;
}

.py-100 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.py-125 {
    padding-top: 125px !important;
    padding-bottom: 140px !important;
}

.p-100 {
    padding: 80px !important;
}

.wrap {
    width: 75%;
    margin: 0 auto;
}

.bigwrap {
    width: 90%;
    margin: 0 auto;
}


.homecontent {
    float: left;
}

.homecontent.text {
    width: 50%;
}

.homecontent.bild {
    width: 50%;
}

.homecontent.bild img {
    margin-top: -100px;
}

.padding-wrapper {
    margin: 0 auto;
    padding: 50px 0px;
}

.nomarg {
    margin: 0px auto;
}


.header.withNotice {
    margin-top: 0px!important;
}

.home .padding-wrapper {
    margin: 0 auto;
    padding: 80px 0px;
}

.home .nomarg {
    margin: 0px auto;
}

.lightbg {
    background-color: #f7f7f8 !important;
}

.pb-1 {
    padding-bottom: 1rem!important;
}

.pb-2 {
    padding-bottom: 2rem!important;
}

.pb-3 {
    padding-bottom: 3rem!important;
}

.pb-4 {
    padding-bottom: 4rem!important;
}

.pb-5 {
    padding-bottom: 5rem!important;
}

.nowidth {
    width: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 78%;
}

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


.navboxes {
    display: flex;
    justify-content: center;
}

.navboxes .cf.fl {
    margin-right: 50px;
}

.home-navboxes .navboxes section {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
    max-width: 31%;
}


.home-navbox,
.home-navbox img {
    width: 100%;
}

.navboximage img {
    height: 175px;
    width: 100%;
    object-fit: cover;
}

.home-navbox-inner-text {
    font-size: 20px;
    color: white;
    background-color: #006583;
    padding: 15px;
    text-align: center;
    font-size: 0.98em;
}

.home-navbox a {
    display: block;
    text-decoration: none;
}

.home-usps {
    background: rgb(0,91,121);
    background: linear-gradient(45deg, rgba(0,71,101,1) 0%, rgba(0,101,131,1) 50%, rgba(0,61,91,1) 100%);
    padding: 50px 0px;
}


.usp {
    width: 33%;
    text-align: center;
}

.usp:nth-child(2) {
    border-left: 1px solid #00A4C3;
    border-right: 1px solid #00A4C3;
}


.usp h3 {
    margin: 20px 0 0 0;
    color: #fff;
}


.usp img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin: 0 auto;
}

.home-aktuelles-wrap {
    background-color: #f2f2f2;
    padding: 50px 0px;
}

.home-news section:nth-child(2) {
    margin: 0% 8%;
}

.home-news section {
    width: 28%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.steps p, .steps h2 {
    margin: 0;
    text-align: center;
    display: block !important;
}

.step-boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.step-box p {
    margin: 0px;
}

.step-box img {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
    width: 50px;
}

.step-box-headline {
    margin-bottom: 5px;
}

.step-box-headline h3 {
    margin-bottom: 0px;
}

.step-box {
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
    padding: 50px 0px 25px 0px;
    text-align: center;
}

.step-box:nth-child(2) {
    margin: 0% 8%;
}

.step-box-text {
    max-width: 300px;
    margin: 0 auto;
}

.home-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.home-contact {
    text-align: center;
    color: #fff;
    background: url(/assets/images/anfrage.jpg);
    background-image: -webkit-image-set(
        url(/assets/images/anfrage.webp) 1x,
        url(/assets/images/anfrage.webp) 2x,
        url(/assets/images/anfrage.webp) 4x,
        url(/assets/images/anfrage.jpg) 1x,
        url(/assets/images/anfrage.jpg) 2x,
        url(/assets/images/anfrage.jpg) 4x
    );
    background-image: image-set(
        url(/assets/images/anfrage.webp) 1x,
        url(/assets/images/anfrage.webp) 2x,
        url(/assets/images/anfrage.webp) 4x,
        url(/assets/images/anfrage.jpg) 1x,
        url(/assets/images/anfrage.jpg) 2x,
        url(/assets/images/anfrage.jpg) 4x
    );
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0;
    background-position-x: -50px;
}

.home-contact .wrap {
    margin: 0 auto;
    color: white;
}

.home-contact .wrap h2 {
    margin: 0;
}

.home-contact .wrap p {
    color: #32373C;
    margin: 0px 0px 15px 0px;
}


.defaultbutton {
    background-color: #f49d09;
    text-align: center;
    width: auto;
    display: inline-block;
    margin-top: 15px;
    border-radius: 8px;
    font-family: 'Lato';
}


.defaultbutton a {
    color: #fff !important;
    text-decoration: none;
    display: block;
    padding: 12px 18px;
    font-weight: 500;
    text-shadow: 1px 1px 3px #00000036;
}

.defaultbutton a:hover {
    text-decoration: none;
}

.defaultbutton:hover {
    background-color: #efab36;
}

.bluebutton {
    background-color: #00A4C3 !important;
    color: #fff;
    text-align: center;
    display: inline-block !important;
    margin-top: 15px;
    border-radius: 8px;
    font-weight: 500;
    padding: 10px 15px;
}

.bluebutton a {
    color: #fff;
}

.kontaktbutton-header {
    border: 1px solid #fff;
    background-color: transparent;
    text-align: center;
    width: auto;
    display: inline-block;
    margin: 15px 10px 0px 0px;
    border-radius: 8px;
    font-family: 'Lato';
}

.kontaktbutton-header a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 11px 18px;
    font-weight: 500;
}

.kontaktbutton-header:hover {
    background-color: #f49d09;
    border: 1px solid #f49d09;
}


.centerbutton {
    display: table;
    margin: 0 auto;
}

.homevideo {
    display: flex;
}

.homevideo > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
}

.homevideo > div:first-child:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.homevideo > div:first-child {
    margin-right: 3%;
}

.homevideo > div:last-child {
    margin-right: 0%;
}

.homevideo-video .bx-wrapper {
    padding: 0px 45px;
}

.homevideo-video .bx-wrapper li {
    margin: 0px 5px;
    display: flex;
    justify-content: center;
}

.accordion-slider-wrap .bx-wrapper {
    padding: 0px 0px;
}

.slide .inner {
    background-color: white;
    border-radius: 1.25rem;
    padding: 25px;
}

.sliderSubline {
    text-align: center;
    font-size: 16px;
    font-style: italic;
    margin-top: 20px;
}

.homevideo-video .landing-video {
    width: 100%;
}

.new {
    position: relative;
    height: 100%!important;
}

.new > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    position: relative;
    height: 100%;
    width: 100%;
    text-decoration: none;
}

.new > a h3 {
    font-weight: 500;
    border-bottom: 1px solid #fff;
    padding-bottom: 0.9rem;
    margin: 0 0 1rem;
    color: white;
}

.new > a .flaotl {
    text-align: center;
    padding: 35px 20px;
    width: 100%;
    z-index: 2;
}

.imgn {
    position: absolute;
    display: block;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.imgn img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.new > a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(0 96 114 / 85%);
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.new:hover > a:after {
    background-color: rgb(0 96 114 / 75%);
}

main {
    position: relative;
}

.maincontent {
    width: 61.5%;
    margin-left: 26.5%;
    margin-right: 12%;
    margin-top: 50px;
}

.maincontent-landing a {
    color: #F49D09;
    text-decoration: none;
    font-weight: 500;
}

.maincontent-landing a:hover {
    text-decoration: underline;
}

.maincontent-landing {
    width: 75%;
    margin: 25px 10% 0 10%;
}



.main-sidebar {
    width: 18%;
    margin-right: 10%;
    margin-top: 55px;
}

.sidebarnav {
    width: 24%;
    background-color: #f2f2f2;
    position: absolute;
    left: 0;
    top: 0;
}

.sidebarmenu li {
    display: block;
    width: 100%;
    margin-right: 0%;
    position: initial;
}

.sidebarmenu {
    margin-bottom: 0px;
    margin-top: 50px;
    margin-left: 22%;
}

.submenu-sidebar {
    margin-bottom: 0px;
    padding-left: 12%;
    display: none;
    margin-bottom: 15px;
}

.is-active-sub {
    display: block;
}

.menu-item-sidebar a {
    color: #303030;
    font-weight: 500;
    text-decoration: none;
}

.text-image {
    width: 23%;
    margin: 0px 2% 25px 0;
}

.text-images.cf img {
    border-radius: 8px;
    box-shadow: 0 5px 10px #6B728025;
    height: 200px;
    object-fit: cover;
}

.text-images.cf img:hover {
    box-shadow: 0 5px 10px #00294715;
}


.landing-intro::after, .landing-text::after {
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}

.text-images.smallBox {
    float: right;
}

.smallBox .text-image {
    width: calc(100% - 25px);
    margin-right: 0px;
    margin-left: 25px;
    margin-top: 15px;
}


.topmenu .wrap ul {
    margin-bottom: 0px;
    width: 100%;
}

.topmenu {
    padding: 10px 0px;
}

.topmenu .top-menu_ul .top-menu_li a {
    text-decoration: none;
}

.top-menu_ul {
    margin: 0px;
    list-style-type: none;
    float: left;
}

.sidebarmenu ul {
    margin-left: 0px;
    margin-bottom: 5px;
}

.landingpage-call-to-action a:hover {
    color: #32d4f7;
}

.top-menu_li {
    margin: 0 7%;
}

hr.solid {
    border-top: 1px solid #f2f2f2;
    margin: 0 auto;
    margin-top: 40px;
}

.headerMenu {
    position: sticky;
    top: 0;
    width: 100%;
    background-color: white;
    z-index: 5000000;
    box-shadow: 0px 0px 30px #6B728025;
}

.headermenu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.headermenu li a {
    color: #32373C;
    font-weight: 300;
    text-decoration: none;
    font-size: 17px;
    display: block;
    font-family: 'Lato';
    padding: 35px 5px;
}

.header-top {
    display: flex;
    justify-content: space-between;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.referenz-detail {
    background-color: #f2f2f2;
    padding: 55px;
    padding-top: 25px;
}

.landingvideos {
    margin-bottom: 30px;
}

.headermenu {
    margin-bottom: 0px;
    list-style-type: none;
    margin-left: 0px;
}

.menu-item {
    margin-right: 50px;
    position: relative;
}

.menu-item:last-child {
    margin-right: 0px;
}

li.fl.menu-item {
    padding: 0;
}

li.fl.menu-item.is-active a {
    color: #f49d09;
}

.submenu {
    position: absolute;
    background-color: #003241;
    display: none;
    width: auto;
    list-style-type: none;
    z-index: 9;
    margin-left: 0px;
    top: 100%;
    margin-bottom: 0px;
    border-radius: 0 0 5px 5px;
}

.submenu li.is-active {
    border-bottom: 1px solid #f49d09;
}

.submenu li.is-active > a {
    color: #f7f7f8;
}

.submenu li.is-active:hover > a {
    color: #f7f7f8;
}

.submenu li a {
    padding: 12px 15px;
    color: #f7f7f8 !important;
    font-size: 16px;
}

.headermenu .submenu li a:hover {
    color: #f7f7f8;
}

.submenu li {
    position: relative;
}

.submenu li:hover, .submenu li:last-child:hover {
    background-color: #004b62;
}

.submenu li:hover > a {
    color: #f7f7f8;
}

.submenu li {
    position: relative;
    border-bottom: 1px solid #004b62;
    padding: 0px;
}

.submenu li:last-child {
    border-bottom: 0;
}


.submenuParentLi {
    background-image: url(/assets/images/more.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position-y: 50%;
    background-position-x: 95%;
}

.secondmenu {
    position: absolute;
    top: 0px;
    left: 100%;
    margin-left: 0px;
    background: #003241;
    z-index: 9999999999;
    width: 150%;
    list-style-type: none;
    display: none;
}

.headermenu li a,
.headermenu li {
    cursor: pointer;
    line-height: initial;
}

.headermenu li .submenu li:hover .secondmenu {
    display: block;
}

.menu-item:hover .submenu {
    display: block;

}

.leistung-image-titel {
    font-size: 20px;
    color: white;
    background-color: #2ea6c4;
    padding: 15px;
}

.headerMenu.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: white;
    z-index: 5000000;
    box-shadow: 0px 0px 30px #6B728025;
}

.slider-header {
    visibility: hidden;
    background-color: #f2f2f2;
}

.slider-headerHome .wrap {
    margin: 0px auto;
    padding: 90px 0px;
    color: #fff;
}

.slider-headerHome .wrap h1, .slider-headerHome .wrap h2 {
    color: #fff;
    margin: 0 !important;
}

.slider-headerHome.ratgeber {
    padding: 25px 0px;
}

.slider-headerHome.ratgeber p {
    margin: 10px 0px 0px 0px;
    width: 60%;
}

.headerHomeSubtext {
    display: table;
    border-top: 1px solid #ffffff50;
    margin-top: 30px;
}

.headerHomeSubtext p {
    padding-bottom: 0px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0px;
    margin-top: 10px;
    color: #fff;
}


.headermenu li a:hover {
    color: #f49d09;
}


.leistung-teaser {
    padding: 0 15px 15px 15px;
}

.leistung {
    margin-bottom: 30px;
    width: 47.5%;
    border: 1px solid #34c3e2;
}

.leistung:nth-child(2n+1) {
    margin-right: 5%;
}

.leistung-image {
    padding-bottom: 25px;
}

.heaader-bot {
    margin-left: 0%;
}

.slider-header {
    border-top: 1px solid #f2f2f2;
}

.menu-item:last-child a {
    margin-right: 0px;
    background-color: #f49d09;
    padding: 12px 18px;
    border-radius: 8px;
}

.menu-item:last-child a, .menu-item:last-child a:hover {
    color: #f7f7f8 !important;
}


.menu-item:last-child:hover a {
    background-color: #efab36;
}

.leistung p:last-child {
    margin-bottom: 0px;
}

.leistung-teaser h1 {
    margin-top: 0px;
    padding-bottom: 16px;
    margin-bottom: 0px;
}

.leistung-image img {
    width: 100%;
    height: 142px;
}

.leistung-image a {
    display: block;
}

.landing-video {
    margin-bottom: 0px;
    position: relative;
    padding-bottom: 53.5%;
    height: 0;
    overflow: hidden;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 20px #6B728025;
}

.landing-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.landingpage-call-to-action {
    background-color: #006583;
    color: #ffffff;
    padding: 15px 15px;
    background-image: url(/assets/images/cta-icon.png);
    margin-bottom: 1.5rem;
    background-repeat: no-repeat;
    background-position: 4% 50%;
    padding-left: 13%;
    background-size: 50px;
    font-size: 1.21rem;
}



.landingpage-call-to-action p {
    margin-bottom: 0px;
}

.menu-item-sidebar>a {
    /* border-bottom: 3px solid #2ea6c4; */
    padding-bottom: 1px;
    margin-bottom: 12px;
    display: inline-block;
    font-size: 18px;
}

.submenu-sidebar li a {
    color: #303030;
    /* border-bottom: 3px solid #2ea6c4; */
    padding-bottom: 1px;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 18px;
}

.is-active-side>a {
    /*border-bottom: 3px solid #f4ae00; */
}

.submenu-sidebar.is-active-sub>li:hover>a,
ul.sidebarmenu>li:hover>a {
    /* border-bottom: 3px solid #f4ae00; */
}

.is-active-sub-li>a {
    /* border-bottom: 3px solid #f4ae00!important; */
}

.flaotl a,
.news-uebersicht-link a,
.news-back-button a,
.ratgeber-element a {
    text-decoration: none;
}

.newsmehr,
.news-uebersicht-link {
    color: #35b4cf;
    font-size: 18px;
    margin-top: 25px;
    font-weight: 500;
    display: block;
}

.newsmehr {
    display: inline-block;
    margin-top: 20px;
}

.newsmehr a {
    background-color: #f49d09;
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 16px;
    display: block;
    border-radius: 8px;
}

.main-sidebar-mobil {
    width: 335px !important;
    float: left;
    margin-left: 5% !important;
    margin-right: 5% !important;
    margin-bottom: 25px;
}

.maincontent-landing-mobil {
    width: 90% !important;
    margin-left: 5% !important;
    margin-right: 5% !important;

}

.imgn {
    margin-right: 5%;
    margin-bottom: 20px;
}

.news-uebersicht-link {
    margin-top: 35px;
    text-align: right;
}

.leistung-image-titel span a {
    text-decoration: none;
}

.leistung-image-titel span a:hover {
    color: white;
}

.leistung-teaser h3 a {
    text-decoration: none;
}

.newspage a {
    text-decoration: none !important;
}


.ratgeber-element a {
    display: block;
    background-image: url(/assets/images/ratgeber-icon.png);
    background-repeat: no-repeat;
    background-size: 15px;
    padding-left: 35px;
    margin-bottom: 20px;
}

.article-data-block {
    background-color: #f7f7f8;
    padding: 10px 13px;
    border-radius: 500px;
    margin-right: 10px;
}

.article-data-block img {
    margin-right: 7px;
    width: 13px;
    height: 16px;
}

.article-data-block span {
    font-weight: 300;
    font-size: 13px;
}

.referenz-text p {
    margin-bottom: 0px;
}

.referenz-text span {
    display: block;
    margin-bottom: 1rem;
}

.referenzslider>span {
    color: #006583;
    font-weight: 500;
    text-transform: uppercase;
    padding-left: 6%;
    padding-top: 25px;
    display: block;
}

.referenzslider {
    background-color: #f2f2f2;
}

.ratgeber-element {
    color: #006583;
}

.referenz-text {
    width: 76%;
}

.referenz-image {
    width: 20%;
    margin-right: 4%;
}

.news-lp .img-ubersicht {
    margin-bottom: 50px !important;
    margin-left: 25px;
}

.news-uebersicht {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news-eintrag {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
    max-width: 31%;
    border-radius: 7.5px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 25px 50px #6b728025;
    margin-bottom: 50px;
}

.img-ubersicht img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.news-back-button {
    margin-top: 25px;
}


.news-back-button a {
    color: #f49d09 ;
    border:  1px solid #f49d09;
    display: inline-block;
    padding: 10px 15px;
    text-align: center;
    border-radius: 8px;
}

.news-back-button a:hover {
    background-color: #f49d09;
    color: #fff
}


.contact_form-rigtside {
    width: 33%;
}

.contact_form-rightside * {
    font-size: 16px;
}

.contact_form-rigtside * {
    font-size: 16px;
}

.contactform-field input,
.textmsg textarea {
    background-color: #f7f7f8;
    display: inline-block;
    padding: 8px 10px;
    font-size: 14px;
    color: #161d2c;
    border-radius: 8px;
    width: 100% !important;
    max-width: 100% !important;
    max-height: 550px;
    font-family: inherit;
    box-shadow: none;
}


.textmsg textarea {
    min-height: 100px;
}

.contactform-field.uploadform-field.fl {
    width: 100%;
}

.file-upload-action {
  position: relative;
}
.file-upload-action > label {
  cursor: pointer;
  background-color: #006583;
  color: #fff;
  padding: 8px 15px;
  display: inline-block;
  border-radius: 4px;
}

.file-upload-action > label::after {
  content: "";
  position: absolute;
  content: "";
  height: 100%;
  left: 0;
  right: 0;
}

.file-upload-action > input {
  display: none;
}

.uploadedFilesList {
  list-style-type: none;
  padding: 0;
  margin: 0;
  border-left: 3px solid #006583;
  padding-left: 1rem;
  background: #f7f7f8;
  border-radius: 4px;
}
.uploadedFilesList li {
  display: flex;
  align-items: center;
  margin: 0.25rem 0;
}

.uploadedFilesList .delete {
  width: 1rem;
  height: 1rem;
  margin-left: 0.5rem;
  background-color: transparent;
  font-size: 0;
  border: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23000' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 7l-.867 12.142A2 2 0 0116.138 21H7.862a2 2 0 01-1.995-1.858L5 7m5 4v6m4-6v6m1-10V4a1 1 0 00-1-1h-4a1 1 0 00-1 1v3M4 7h16' /%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
}

.contactform-field.fl.small {
    width: 16%;
    margin-right: 2%;
}

.contactform-field.fl.medium {
    width: 29%;
    margin-right: 0;
}

.ansprechpartner {
    z-index: 1;
    background-color: #cfeef4;
    clip-path: polygon(44% 12%, 64% 0, 100% 4%, 100% 90%, 83% 93%, 0 101%, 0 17%, 10% 4%);
    position: relative;
}


.ansprechpartner:after {
    content: "";
    position: absolute;
    left: 0; right: 0;
    top: 0; bottom: 0;
    background: url(/assets/images/ansprechpartner_background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0;
    clip-path: polygon(68% 18%, 110% 0, 100% 90%, 56% 72%, 0 98%, 0 3%, -6% 0);
    z-index: 2;
  }

  .ansprechpartner:before{ 
    content: "";
    background: rgb(0,101,131,80%);
    position: absolute;
    left: 0; right: 0;
    top: 0; bottom: 0;
    clip-path: polygon(68% 18%, 110% 0, 100% 90%, 56% 72%, 0 98%, 0 3%, -6% 0);
    z-index: 3;
  }

.ansprechpartnerbild, .ansprechpartnertext {
   position: relative;
    float: left;
}

.ansprechpartnerbild {
    width: 12%;
    margin-right: 3%;
    z-index: 5;
}

.ansprechpartnertext {
    width: 85%;
    color: #ffffff;
    z-index: 4;
}

.ansprechpartnerbild img {
    width: 135px;
    border-radius: 500px;
    display: inline-block;
    box-shadow: 0 0 20px #00658320;
}

.ansprechpartner a {
    color: #f49d09;
    font-weight: 500;
    text-decoration: none;
}

.ansprechpartner h4 {
    color: #ffffff;
}


.contactform-input.radius-right {
    border-radius: 0px 5px 5px 0px;
    border-left: none;
}

.ansprechpartner-fields {
    width: 50%;
    float: left;
}

.ansprechpartner-fields.small {
    width: 30%;
}

.ansprechpartner-fields.big {
    width: 100%;
}


select {
    background-color: #f7f7f8;
    display: inline-block;
    border-right: 1px solid #6B728025;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 300;
    color: #6B7280;
    border-radius: 8px 0px 0px 8px;
    width: 100%;
    font-family: inherit;
    -webkit-appearance: none;
    background-image: url(/assets/images/more.svg);
    background-size: 10px;
    background-position: 90% 50%;
    background-repeat: no-repeat;
}


.uploadform-field input {
    border: 0px;
    margin-bottom: 0px;
}

.uploadform-field {
    border-radius: 8px;
    margin-bottom: 8px;
    background-color: #f7f7f8;
    font-size: 14px;
    width: 100%;
}

.contactform-input:focus-visible,
select:focus-visible {
    outline: none;
}


.data-type p {
    font-size: 13px;
    line-height: 18px;
}

.contact_form-rigtside .sidebar-konatakt-inner, .kontakt-person-name {
    padding: 23px 25px!important;
}


.referenz-text>span {
    font-weight: 500;
    text-transform: uppercase;
}

.contact_form-two #submitbutton {
    background-color: #f49d09;
    font-size: 16px;
    font-family: 'Lato';
    color: #fff;
    padding: 12px 15px;
    cursor: pointer;
    display: block;
    text-align: center;
    margin: 0 auto;
    width: auto;
    border-radius: 8px;
    margin-top: 15px;
}

.contact_form-two #submitbutton:hover {
    background-color: #f4ae00;
}

.datasafe p {
    font-size: 13px;
    background-image: url(/assets/images/lock.svg);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 10px;
    padding-left: 15px;
    display: inline-block;
    margin-top: 10px;
}

.sidebar-konatakt-inner,
.kontakt-person-name {
    padding: 25px 25px;
    color: white;
}

.kontakt-person-name {
    font-weight: 500;
}

.sidebar-konatakt-headline {
    text-transform: uppercase;
    margin-bottom: 25px;
}

.kontakt-option-image {
    width: 23px;
    margin-right: 20px;
}

.kontakt-option {
    margin-bottom: 15px;
    font-size: 18px;
}

.telside .kontakt-option-image {
    width: 20px;
    margin-right: 24px;
}

.kontakt-option:last-child {
    margin-bottom: 0px;
}

.contactform-field.fl.full {
    width: 100%;
    margin-right: 0;
}

.contact_form-one .contactform-field {
    width: 47%;
    margin-right: 6%;
    margin-bottom: 15px;
}

.contactform-field.fl.right {
    margin-right: 0;
}

.fieldsector {
    position: relative;
}

.helpButton {
    text-align: center;
    position: relative;
    background-color: transparent;
    color: #006583;
    font-weight: 500;
    border-radius: 500px;
    border: 1.5px solid #006583;
    width: 17px;
    height: 17px;
    font-size: 14px;
    line-height: 16px;
    padding-left: 1px;
    cursor: pointer;
    background-image: url(/assets/images/i_button_inaktiv.svg);
}

.helpButton.active + .helpInfo {
    visibility: visible;
    opacity: 1;
}

.helpButton.active {
    background-image: url(/assets/images/i_button.svg);
}

.helpButton:first-child {
    margin-bottom: -20px;
}

.helpInfo {
    display: block;
    visibility: hidden;
    position: absolute;
    background-color: #fff;
    border: none;
    padding: 10px;
    border-radius: 8px;
    z-index: 1;
    opacity: 0;
    transition: opacity .6s;
    top: 0px;
    bottom: auto;
    right: 43px;
    width: 425px;
    box-shadow: 0 0 30px #00000015;
}

.helpInfo p {
    text-align: left;
    font-size: 15px;
}

/* .fieldsectorHelp:hover .helpInfo {
    visibility: visible;
    opacity: 1;
} */

.helpInfo p:last-child {
    margin: 0px;
}

.fieldsectorHelp {
    float: right;
}

.helpInfo::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 100%;
    margin-top: -5px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;

}

/* .helpButton:hover {
    background-color: #006583;
    color: #fff;
}
 */

.kontakt-form {
    width: 60%;
    float: left;
}


.kontakt-form a {
    color: #34c3e2;
    text-decoration: none;
    font-weight: 300;
}

.kontakt-form a:hover {
    text-decoration: underline;
}


.kontakt-gm {
    width: 37%;
    margin-left: 3%;
    float: left;
}

.kontakt.fl.right {
    width: 37%;
    margin-right: 3%;
    float: left;
}

.advantagesList ul {
  margin: 0;
  padding: 0;
}

.advantagesList li {
    background-repeat: no-repeat;
    padding-left: 25px;
    list-style-type: none;
    background-position: 0 50%;
    background-size: 3rem;
    padding: 1.25rem 5rem;
}

.textUnderAdvantages hr {
    margin-top: 30px;
}

.textUnderAdvantages {
    padding-bottom: 10px;
}

.anfahrtText {
    margin-top: 30px;
}

.kontakt-gm iframe {
    border-radius: 7.5px;
    margin-top: 25px;
}

.ta-c {
    text-align: center;
}

.landing-besondere-infos {
    background-color: #f2f2f2;
    padding: 25px;
    margin-bottom: 1.5rem;
}

.landing-besondere-infos h1,
.landing-besondere-infos h2,
.landing-besondere-infos h3 {
    color: #007485;
    text-transform: uppercase;
    margin-top: 0px;
}

.landing-intro h1 {
    margin-top: 0px;
}


.ratgeber-uebersicht a {
    border: none;
    border: 1px solid #cdcdcd;
    color: #161d2c;
    border-radius: 8px;
    padding: 15px 20px;
    text-decoration: none;
    width: 49.5%;
    margin-right: 1%;
    float: left;
    margin-bottom: 15px;
}

.ratgeber-uebersicht a:nth-child(even) {
    margin-right: 0;
}

.ratgeber-uebersicht a:hover {
    color: #006583;
    border: 1px solid #006583;
}


/* .ratgeber-uebersicht a:nth-child(7) {
    background-color: #f49d09;
    border: none;
    color: #fff;
    width: 100%;
    text-align: center;
} */

.Lexikon {
    background-color: #f49d09!important;
    border: none!important;
    color: #fff!important;
    width: 100%!important;
    text-align: center!important;
}

/* .ratgeber-uebersicht a:nth-child(7):hover {
    border: none;
    background-color: #efab36;
} */

.Lexikon:hover {
    border: none!important;
    background-color: #efab36!important;
}

.iconlist_wasser+ol {
    list-style-type: none;
}

.ticklist+ul li {
    background-image: url('/assets/images/check.svg');
    background-size: 20px;
    background-repeat: no-repeat;
    padding-left: 30px;
    margin-bottom: 10px;
    background-position: 1px 5px;
}

.ticklist+ul {
    margin: 0px;
    list-style-type: none;
}

.iconlist_wasser+ol li {
    background-size: 65px;
    background-repeat: no-repeat;
    padding-left: 90px;
    margin-bottom: 15px;
    background-position: 0 50%;
}

.iconlist_wasser+ol li:nth-child(1) {
    background-image: url('/assets/images/staerke.png');
}

.iconlist_wasser+ol li:nth-child(2) {
    background-image: url('/assets/images/material.png');
}

.iconlist_wasser+ol li:nth-child(3) {
    background-image: url('/assets/images/geschwindigkeit.png');
}

.iconlist_wasser+ol li:nth-child(4) {
    background-image: url('/assets/images/maschinen.png');
}

footer {
    background: #003241;
    background: linear-gradient(45deg, rgba(0,40,52,1) 0%, rgba(0,60,78,1) 50%, rgba(0,40,52,1) 100%);
    color: white;
    padding: 50px 0px 15px 0px;
    font-size: 15px;
}

.footer p, .footer a {
    line-height: 2rem;
    margin: 0;
}

.footer a {
    color: #fff;
}

.footer a:hover {
    color: #34c3e2;
}

.footer a.mail {
    color: #34c3e2;
}

.footer-col {
    float: left;
    width: auto;
    margin-right: 8.9%;
}

.footer-col.youtube {
    margin-right: 0 !important;
}

.footer-col.youtube a img {
    margin-bottom: 20px;
}

.footer-col p {
    margin: -10px 0 0 0;
}

.footer-col.logo img {
    opacity: 0.5;
}

.menu-header-mobile-wrap {
    background-color: #fff;
    z-index: 9999999999;
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 0 40px #00000040;
}

.menu-header-mobile {
    padding: 15px 25px;
}

.menu-header-mobile .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    margin: 0px;
    width: 100%;
}

.logo {
    width: 14%;
}

.logo img {
    height: auto!important;
}

.menu-header-icons img {
    height: 20px;
    margin: 0 auto;
}

.menu-header-a {
    text-decoration: none;
}

.menu-header-icon:last-child {
    margin-right: 0px;
}

.menu-header-icon {
    margin-right: 25px;
}

.container {
    -webkit-transition-duration: 300ms;
         -o-transition-duration: 300ms;
            transition-duration: 300ms;
    width: 100%;
    position: relative;
    z-index: 999999999;
    background-color: white;
}

.overlay {
    z-index: 9999999999;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    overflow-x: hidden;
}

.new_menu {
    width: 250px;
    height: calc(100% - 101px);
    top: 0;
    right: 0;
    position: fixed;
    background: rgba(0,40,52,1);
    z-index: 10000;
    overflow-y: scroll;
    overflow-x: hidden;
    display: none;
    margin-top: 101px;
}

.menu_closer {
    width: 100%;
    background-color: #2ea6c4;
    text-align: center;
    padding: 11px 0px;
    color: white;
    font-weight: 500;
    border-top: 2px solid white;
}

.new_menu .ul_mainmenu {
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 18px;
}

.new_menu ul {
    margin-left: 0px;
}

li.mobile-mainmenu_li:first-child {
    border-top: 0px;
}

li.mobile-mainmenu_li.is-active {
    background-color: #002834;
}

li.mobile-mainmenu_li {
    padding: 0px;
    text-shadow: none;
    border-bottom: 1px solid rgba(0,80,92,1);
    line-height: 100%;
    list-style-type: none;
    text-align: center;
    position: relative;
}

li.mobile-mainmenu_li a {
    color: #fff;
    padding: 15px;
    text-align: left;
    display: block;
    line-height: 100%;
    text-decoration: none;
    font-family: 'Lato';
    font-size: 16px;
}

.parent-open {
    position: absolute;
    top: 0;
    right: 18px;
    padding: 14px 0px;
    color: white;
    font-weight: 300;
    font-size: 25px;
    z-index: 999999999999999999;
    width: 40px;
}

ul.submenu_mobile {
    display: none;
    z-index: 1;
    list-style-type: none;
    background: rgba(0,60,72,1);
    margin-left: 0px;
    width: 100%;
    border-top: 2px solid #003c4e;
    border-bottom: 1px solid #003c4e;
    margin-bottom: 0px;
}

ul.submenu_mobile.thirdbg {
    background: rgba(0,80,92,1);
}

.submenu_mobile .submenu_li_mobile.is-active {
    background-color: #086583;
}

.sidebarmenu>.menu-item-sidebar a {
    background-image: url(/assets/images/arrow-listed.png);
    background-repeat: no-repeat;
    padding-left: 6%;
    background-size: 8px;
    background-position: 0% 45%;
}

.sidebarmenu>.is-active-side>a,
.submenu-sidebar>.is-active-sub-li>a {
    background-image: url(/assets/images/arrow-listed-orange.png);
    background-repeat: no-repeat;
    padding-left: 6%;
    background-size: 8px;
    background-position: 0% 45%;
}

.opensub {
    display: block !important;
}

li.submenu_li_mobile {
    border-bottom: 1px solid #002834;
    padding: 0px 0px;
    list-style-type: none;
    position: relative;
}

li.mobile-mainmenu_li:last-child {
    border: none;
    background-color: #f49d09;
    border-radius: 8px;
    margin: 10px;
}


li.mobile-mainmenu_li:last-child a{
    text-align: center;
    padding: 15px;
}

.containerslide {
    transition-duration: 300ms;
    -webkit-transform: translate(-270px, 0px);
        -ms-transform: translate(-270px, 0px);
            transform: translate(-270px, 0px);
    overflow-x: hidden;
    -webkit-transform: translate(-250px, 0px);
    -moz-transform: translate(-250px, 0px);
    -ms-transform: translate(-250px, 0px);
    -o-transform: translate(-250px, 0px);
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
}

.slider ul {
    list-style-type: none;
    margin-left: 0px;
}

.slider-header a.bx-prev {
    left: 2% !important;
}

.slider-header .bx-next {
    right: 2% !important;
}

.landing-besondere-infos p {
    margin-bottom: 0px;
}

.sidebarmenu li:hover>a {
    background-image: url(/assets/images/arrow-listed-orange.png) !important;
}

.sidebar-zertifikate {
    background-color: #006583;
    padding: 25px 25px;
    color: white;
    margin-bottom: 25px;
}

.sidebar-zertifikate-headline {
    text-transform: uppercase;
    margin-bottom: 25px;
    display: block;
}

span.imagecount {
    font-size: 13px;
    background: rgba(255, 255, 255, 0.8);
    padding: 2px 5px;
    margin-top: -35px;
    z-index: 400;
    position: relative;
    color: #4D4C4E;
}

.sidebar-zertifikate a {
    text-decoration: none;
}

.kontakt-form-landingpage input,
.kontakt-form-landingpage textarea {
    max-width: initial !important;
    color: #6B7280;
}

.kontakt-form-landingpage textarea#contactform-text {
    margin-bottom: 18px;
}

.fail,
.fail_mail {
    color: #e00606;
    text-align: center;
}

ul.usergallery {
    margin: 20px 0;
    padding: 0;
    list-style: none;
}

ul.usergallery li {
    list-style: none;
    margin: 0 10px 10px 0;
    padding: 0;
    display: inline;
}

ul.usergallery li img {
    border: 8px solid #f2f2f2;
    border-radius: 8px;
}

.anfrage_button a{
  background-color: #f49d09;
  text-decoration: none;
  display: inline-block;
  border-radius: 8px;
  margin-bottom: 50px;
  font-size: 19px;
  line-height: 20px;
  color: #fff;
  min-width: 0px;
  padding: 12px 15px;
  height: auto;
  cursor: pointer;
  z-index: 1000;
  font-family: 'Lato';
  font-weight: 500;
}


.anfrage_button a:hover {
    background-color: #f4ae00;
}

#table {
    border-collapse: collapse;
    width: 100%;
    margin: 20px 0px 50px 0px;
}

#table td, #table th {
    border: 1px solid #ccc;
    padding: 12px 10px;
}

#table th, #table td {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #fff;
    color: #161d2c;
}


#table tr:first-child th {
    font-weight: 500;
}

.accordionInfo {
    margin-bottom: 15px;
}
.accordion-item {
    margin-bottom: 20px;
}
.accordion-item .accordion {
    background-color: transparent;
    border: none;
    box-shadow: 0 0px 50px #6b728025;
    color: #32373C;
    cursor: pointer;
    padding: 12px 15px;
    padding-right: 65px;
    width: 100%;
    border-radius: 8px;
    text-align: left;
    font-weight: 300;
    outline: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.accordion-item .accordion .active+.panel {
    margin-bottom: 15px;
}
.accordion-item .accordion:focus {
    outline: 0;
}
.accordion-item .accordion h1,
.accordion-item .accordion h2,
.accordion-item .accordion h3,
.accordion-item .accordion h4 {
    margin: 0px;
    color: #32373C;
    font-weight: 500;
    font-family: 'Lato';
    font-size: 18px !important;
}
.accordion-item .accordion .ablauf-icon {
    margin-right: 20px;
}
.accordion-item .accordion .ablauf-icon img {
    width: 30px;
}
.accordion-item .accordion.active:after, .accordion-item .accordion.firstaccordion:after {
    content: '\2212';
    background-image: url(/assets/images/less.svg);
}
.accordion-item .accordion:after {
    content: '\002B';
    background-image: url(/assets/images/more.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 50%;
    color: transparent;
    float: right;
    margin-left: 5px;
    position: absolute;
    right: 20px;
    font-size: 25px;
}
.accordion-item .accordion:hover {
    box-shadow: 0 0px 20px #6b728035;
}
.accordion-item .panel {
    padding: 0;
    background-color: #f9f9f9;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.2s ease-out;
    -o-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out;
    width: 98%;
    margin: 0 auto;
}
.accordion-item .panel .panelContent {
    padding: 15px 25px;
    background: rgb(247,247,248);
    background: linear-gradient(180deg, rgba(250,250,252,1) 0%, rgba(255,255,255,1) 100%);
}

.accordion-item .panel .panelContent p {
    text-align: left;
}
.accordion-item .panel .panelContent p:last-child {
    margin: 0px;
}
.accordion-item .firstpanel {
    max-height: 100%;
}
.accordion-item .panelheight {
    max-height: 100%;
}

.accordion-item.vertical {
    width: 32%;
    float: left;
    margin-right: 2%;
}

.accordion-item.vertical:nth-child(4) {
    margin-right: 0;
}

.listitem_plus {
    background-image: url(/assets/images/check.svg);
    background-size: 17px;
    background-repeat: no-repeat;
    padding-left: 25px;
    list-style-type: none;
    background-position: 0% 50%;
    margin: 5px 0px 5px -20px;
}

.listitem_plus.type-2 {
  background-image: url(/assets/images/check-2.svg);
  background-size: 25px;
  padding-left: 35px;
}


.seoaccordeon {
    margin-bottom: 30px;
}

label.contactform-label, label.contactform-label-text {
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
    font-weight: 300;
    color: #32373C;
}

.contact_form-leftside {
    width: 62%;
    margin-right: 5%;
}

.table_type_img th {
    border: 0px !important;
    text-align: left !important;
    padding-bottom: 30px !important;
}

.table_type_img td {
    border: 0px !important;
}

.hinweis {
    display:block;
    background: rgb(0,101,131);
    background: linear-gradient(95deg, rgba(0,101,131,1) 0%, rgba(30,131,161,1) 50%, rgba(0,101,131,1) 100%);
    padding: 10px 50px;
    position: relative;
}

.hinweis_close {
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 500px;
    line-height: 1px;
    font-weight: 500;
    font-size: 15px;
    color: #146c7d;
    background-color: white;
    -webkit-box-shadow: 0 0 10px #6B728025;
            box-shadow: 0 0 10px #6B728025;
    cursor: pointer;
    text-align: center;
    width: 30px;
    height: 30px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hinweis p {
    margin-bottom: 0px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    line-height: 17px;
}

section.kontakt-form-landingpage {
    width: 75%;
    margin: 0 auto;
}


fieldset.kontaktformular {
    background-color: #fff;
    padding: 5px 35px 40px;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0 0 100px #00294715;

}

.kontaktformular-teaser {
    text-align: center;
    background: rgb(0,91,121);
    background: linear-gradient(45deg, rgba(0,71,101,1) 0%, rgba(0,101,131,1) 50%, rgba(0,61,91,1) 100%);
    border: none;
    padding: 25px;
    box-shadow: 0 0 100px #00294725;
    border-radius: 10px 10px 0 0;
}

.kontaktformular-teaser-text {
    max-width: 700px;
    margin: 0 auto;
}

.kontaktformular-teaser h2 {
    margin: 0;
    color: #fff;
}

.kontaktformular-teaser p {
    margin: 0;
    color: #fff;
}

.underContactTeaser {
    display: flex;
    justify-content: right;
}

.kontaktform-head-text {
    margin-bottom: 50px;
}

.kontaktform-head-text a {
    color: #34c3e2;
    text-decoration: none;
    font-weight: 500;
}

.kontaktform-head-text a:hover {
    text-decoration: underline;
}

.header-top-mobil {
    display: none;
}

.slider-headerHome {
    color: white;
}

.slider-headerHome ul {
    margin: 20px 0px 20px 20px;
}

.slider-headerHome h1 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.slider-headerHome h1, .slider-headerHome h2, .slider-headerHome h3 {
    color: white;
}

.content {
    text-align: center;
}

.box {
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 25px 50px #003c4e15;
}

.box:hover {
    box-shadow: 0 25px 50px #003c4e30;
}

.box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    color: #ffffff;
    position: relative;
    height: 100%;
    width: 100%;
    text-decoration: none;
}

.box a .label {
    width: 100%;
    z-index: 2;
    width: 100%;
    z-index: 2;
    display: flex;
    flex-direction: column;
}

.box a .label div {
    display: block;
    background-color: #fff;
}

.box a .label .headline,
.news-eintrag .navboxtext .headline a {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
    font-family: 'Jost';
    color: #161d2c;
}

.box a .label .content {
    padding: 0;
    text-align: left;
    color: #6B7280;
    font-weight: 300;
    margin-bottom: 15px;
}

.navboxtext {
    height: 100%;
    display: flex !important;
    flex-direction: column;
}

.box a .label .navboxtext .bluebutton {
    margin-top: auto;
    width: max-content;
}

.label .content p {
    margin: 0;
}


.box a:hover {
    text-decoration: none;
}

.box a:hover:after {
    background-color: rgba(0,40,55,0.5);
}

.box:nth-child(2n) {
    margin: 0 3rem;
}

.box .background-image.overlay {
    position: absolute;
}

.box .background-image.overlay img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.background-image.overlay {
    position: relative;
    display: block;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.background-image img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.background-image img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.h-100 {
    height: 100%;
}


.beratung-table {
    margin-bottom: 50px;
    border: 2px solid #dedede;
    border-radius: 10px;
}

.beratung-table-headline h2 p {
    margin-bottom: 50px;
    font-weight: 600;
}

.switch-blocks {
    background-color: #f7f7f8;
}

.switch-blocks-inner {
    margin: 0 auto;
    border-radius: 10px;
}

.switch-blocks h1, .switch-blocks h2, .switch-blocks h3{
    margin-bottom: 35px;
}

.switch-blocks-headings {
    display: flex;
}

.switch-block-heading {
    flex: 1;
    width: 33.3333%;
    text-align: center;
    padding: 20px 15px;
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
}

.switch-block-heading.vertical {
    width: 32%;
    text-align: center;
    padding: 20px 15px;
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
    border: none;
    margin-right: 2%;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.switch-block-heading.vertical:last-child {
    margin-right: 0;
}

.switch-block-heading.vertical p {
    margin: 0;
    font-weight: 500;
}

.activeHeading {
    background-color: #fff;
    color: #161d2c;
    border-radius: 7px 7px 0 0;
    box-shadow: 0px -12px 20px #00000008;
}


.switch-block-heading.vertical.activeHeadingvertical {
    border-top: 1px solid #34c3e2;
    color: #161d2c;
    border-radius: 0px;
}
.switch-block-heading.vertical.activeHeading {
    border-top: 1px solid #34c3e2;
    color: #161d2c;
    background-color: transparent;
    border-radius: 0px;
    box-shadow: none;
}

.switch-block-heading:last-child {
    border-right: 0px;
}

.switch-blocks-content {
    padding: 35px;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 0 50px #00000010;
}

.switch-blocks-content ul {
    margin-bottom: 0;
}

.switch-blocks-content #table th, .switch-blocks-content #table td {
    background-color: initial;
    padding: 12px;
    font-weight: 300;
}

.switch-blocks-content #table {
    margin: 0px;
}

.switch-blocks-content.vertical {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}

.switch-3-content.left{
    width: 50%;
    text-align: left;

}

.switch-3-content.right {
    width: 50%;
}

.switch-3-content.right img {
    max-width: 500px;
    width: 100%;
    padding-top: 40px;
}


.materialbox {
    float: left;
    width: 12.5%;
}

.materialimg img {
    border-radius: 500px;
    margin: 0 auto;
    width: 70px;
    height: 70px;
}

.materialname {
    text-align: center;
    margin: 10px 0 0 0;
    color: #161d2c;
}


.landingpage-breadcrumb-item:after {
    display: inline-block;
    padding-right: 5px;
    color: #6c757d;
    content: ">";
}

.landingpage-breadcrumb-item:last-child:after {
    display: none;
}


.landingpage-breadcrumb-item:last-child {
    margin-right: 0
}

.landingpage-breadcrumb-list {
    margin: 0;
    background-color: #f7f7f8;
    padding: 8px 0px;
}

.landingpage-breadcrumb-item a {
    color: #32373C;
    position: relative;
    margin-right: 5px;
}

.landingpage-breadcrumb-item {
    list-style-type: none;
}

.landingpage-breadcrumb-item a {
    display: inline-block;
    text-decoration: underline;
}

.landingpage-breadcrumb-item a:hover {
    color: #34c3e2;
}

li.landingpage-breadcrumb-item.active-crumb {
    color: #34c3e2;
}


li.landingpage-breadcrumb-item, .landingpage-breadcrumb-list li {
    list-style-type: none;
    padding-right: 20px;
    font-size: 13px;
    display: contents;
}

li.landingpage-breadcrumb-item a {
    color: #6B7280;
}



.active-crumb a {
    color: #006583;
    text-decoration: underline;
}

.active-crumb a:hover {
    color: #34c3e2;
}

.steplist .rounded-list a:hover:before {
    background-color: #e0e0e0;
}


hr {
    border: 1px solid #e3e3e3;
    margin: 20px 0;
}

hr.solid-footer {
    border: 1px solid #ffffff50;
    margin: 50px 0 15px 0;
}


.ratgeber-banner {
    background-image: url(/assets/images/banner-bg.png);
    background-image: -webkit-image-set(
        url(/assets/images/banner-bg.webp) 1x,
        url(/assets/images/banner-bg.webp) 2x,
        url(/assets/images/banner-bg.webp) 4x,
        url(/assets/images/banner-bg.png) 1x,
        url(/assets/images/banner-bg.png) 2x,
        url(/assets/images/banner-bg.png) 4x
    );
    background-image: image-set(
        url(/assets/images/banner-bg.webp) 1x,
        url(/assets/images/banner-bg.webp) 2x,
        url(/assets/images/banner-bg.webp) 4x,
        url(/assets/images/banner-bg.png) 1x,
        url(/assets/images/banner-bg.png) 2x,
        url(/assets/images/banner-bg.png) 4x
    );
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding: 50px;
    margin-top: 25px;
    border-radius: 7.5px;
    font-family: 'Lato';

}

.ratgeber-banner h3,
.ratgeber-banner p {
    text-shadow: 0 0 7.5px #00000075;
}

.ratgeber-banner h3 {
    color: #fff;
    margin: 0;
    padding: 0;
}

.ratgeber-banner a {
    color: #006583;
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 8px;
    font-weight: 500;
    display: inline-block;
    box-shadow: 0 5px 10px #00000050;
    margin-top: 10px;
}

.ratgeber-banner a:hover {
    text-decoration: none;
    color: #34c3e2;
}

#fancybox-left, #fancybox-right {
    display:none;
}

.wasserlohn {
    background: rgb(0,101,131);
    background: linear-gradient(95deg, rgba(0,101,131,1) 0%, rgba(30,131,161,1) 50%, rgba(0,101,131,1) 100%);
    padding: 12px 20px;
    text-align: center;
    border-radius: 8px;
    color: #fff;
    margin-bottom: 40px;
    display: inline-block;
}

.wasserlohn a {
    color: #fff;
    font-weight: 500;
    text-decoration: underline;
}

.wasserlohn a:hover {
    color: #34c3e2;
}

/*Neue Landingpages*/

.grey-bg {
    background: rgb(247,247,248);
    background: linear-gradient(45deg, rgba(253,253,255,1) 0%, rgba(243,243,245,1) 100%);
    padding: 80px 0px;
}

.introtext_wrap {
    display: flex;
}

.introtext_wrap .introtext_text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
}

.introtext_wrap .introtext_text:first-child:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.introtext_text h2 {
    margin-top: 0;
}

.introtext_image {
    width: 30%;
    margin-right: 5%;
}

.introtext_image img {
    border-radius: 8px;
}

.introtext a {
    color: #F49D09;
    text-decoration: none;
    font-weight: 500;
}

.vorteilsboxen_wrapper h2 p {
    font-weight: 600;
}

.vorteilsboxen {
    display: flex;
    justify-content: space-between;
}


.vorteilsboxen section {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%;
    margin-bottom: 25px;
}

.vorteilsbox {
    box-shadow: 0 25px 50px #6B728025;
    background-color: #fff;
    border-radius: 8px;
}

.vorteilsboximage {
    background: rgb(0,91,121);
    background: linear-gradient(45deg, rgba(0,71,101,1) 0%, rgba(0,101,131,1) 50%, rgba(0,61,91,1) 50%);
    border-radius: 8px 8px 0 0;
    padding: 20px;
}

.vorteilsboximage img {
    width: 60px !important;
    height: 60px !important;
    margin: 0 auto;
    opacity: 0.9;
}

.vorteilsboxcontent {
    padding: 0 25px 25px 25px;
    text-align: left !important;
}


.vorteilsboxen .headline p {
    margin: 20px 0 0 0;
    font-size: 18px;
    font-family: 'Lato';
    color: #161d2c;
    font-weight: 500;
}

.vorteilsliste h3 p, .vorteilsliste-headline {
    font-weight: 500;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.vorteilsliste_wrap {
    display: flex;
}

.vorteilsliste_wrap .vorteilsliste {
    max-width: 50%;
}

.vorteilsliste_wrap > .vorteilsliste:first-child:last-child {
    max-width: 100%;
}

.vorteilsliste_wrap .vorteilsliste:first-child {
    margin-right: 4%;
}

.vorteilsliste_wrap .vorteilsliste:last-child {
    margin-right: 0%;
}

.vorteilsliste.left {
    width: 48%;
    float: left;
    margin-right: 4%;
}

.vorteilsliste.right {
    width: 48%;
    float: left;
}

.vorteilsliste.left .vorteilslisteintrag {
    background-image: url(/assets/images/check_button.svg);
    background-size: 22px;
    background-position: 0 50%;
    background-repeat: no-repeat;
}

.vorteilsliste.right .vorteilslisteintrag {
    background-image: url(/assets/images/check_serienkunden.svg);
    background-size: 22px;
    background-position: 0 50%;
    background-repeat: no-repeat;
}

.vorteilslisteintrag {
    margin: 0;
    padding: 1px 0px 1px 35px;
    color: #161d2c;
}

.listenpunkt {
    background-size: 35px;
    background-position: 0% 50%;
    background-repeat: no-repeat;
    padding: 15px 50px;
}

.listenpunkt p {
    margin-top: 0;
}

.listenpunkt h3 {
    margin: 0;
}

.listitem_more {
    text-decoration: underline;
    cursor: pointer;
    display: inline-block;
    margin-top: 10px;
}

.listitem_extended:nth-child(n+4) {
    display: none;
}

.imageslider, .accordion-slider {
    margin: 0px;
}

.lexikon h2 {
    margin-top: 25px;
}


.lexikon a {
    color: #6B7280;
}

.lexikon a:hover {
    color: #f49d09;
}

.uploadfail {
    text-align: center;
    margin-bottom: 28px;
    color: red;
    font-weight: bold;
}

#fancybox-title-float-main {
    display: none;
}

.bx-wrapper .bx-controls-direction a {
    top: unset !important;
}

.kundensliderWrap {
    position: relative;
}

.kundensliderWrap .tns-controls {
    position: absolute;
    display: flex;
    justify-content: space-between;
    z-index: 99;
    width: 250px;
    left: 50%;
    transform: translate(-50%, 0%);
    bottom: -7px;
}

.kundenmeinungenHeadline {
    display: flex;
    justify-content: center;
}

.kundenslider .slide {
    padding-top: 15px;
    padding-bottom: 15px;
}

.kundenslider {
    display: flex!important;
}

.slideContent {
    box-shadow: 1px 1px 17px rgba(0,0,0,.15);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 25px;
    border-radius: 20px;
    height: 100%;
}

.slideImage {
    margin-bottom: 20px;
}

.slideImage img {
    border-radius: 100%;
    max-width: 100px;
}

#tns1-iw {
    margin: 0px 0px 0px 0px!important;
}

.slideContent .qoute {
    background-image: url(/assets/images/quote.svg);
    width: 35px;
    height: 35px;
    background-color: #1C6682;
    background-size: 60%;
    border-radius: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    margin: 15px 0px;
}

.slideName {
    color: #161d2c;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 5px;
}

.slidePersonal {
    font-weight: bold;
    font-size: 15px;
}

.slideContent p:first-child {
    margin-top: 0px;
}
.slideContent p:last-child {
    margin-bottom: 0px;
}

.slideContent .text {
    text-align: left;
}

.tns-controls button {
    width: 30px;
    height: 30px;
    background-size: 30px!important;
    opacity: 0.65;
    cursor: pointer;
}

.tns-controls button:hover {
    opacity: 1;
}

.tns-controls button:first-child {
    background: url(/assets/images/prev.svg) no-repeat;
}

.tns-controls button:last-child {
    background: url(/assets/images/next.svg) no-repeat;
}

.tns-nav button {
    width: 10px;
    height: 10px;
    background-color: #CCCCCC;
    border-radius: 100%;
    margin: 0px 5px;
}

.tns-nav button:hover, .tns-nav button.tns-nav-active {
    background-color: #1C6682;
}

.tns-outer {
    position: relative;
    padding-bottom: 50px !important;
}

.tns-controls {
    position: absolute;
    bottom: 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
    z-index: 99;
}

.tns-nav {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 9999;
}

.mt-5, .my-5 {
    margin-top: 3rem !important;
}
.mt-4, .my-4 {
    margin-top: 1.5rem !important;
}
.mt-3, .my-3 {
    margin-top: 1rem !important;
}
.mt-2, .my-2 {
    margin-top: .5rem !important;
}
.mt-1, .my-1 {
    margin-top: .25rem !important;
}

#et-consent-overlay {
    z-index: 9999999999!important;
}

.tns-item picture {
    display: flex;
    justify-content: center;
}

.full-size {
  width: 100%;
  margin: 0 auto;
}

.columns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
}

.columns-2 .column {
  width: calc(50% - 2rem);
}

.columns-40-60 .column:first-child {
  width: calc(40% - 2rem);
}
.columns-40-60 .column:last-child {
  width: calc(60% - 2rem);
}

.person {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 2rem;
}

.person .person-image {
  display: flex;
  justify-content: center;
  flex: 0 0 25%;
}

.person .person-image picture {
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  overflow: hidden;
}

.person .person-image picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.person .person-content {
  display: block;
  flex: 1 0 auto;
}
.person .person-content .headline {
  margin-bottom: 1rem;
}

.person .person-content .text p {
  margin: 1rem 0 0;
}

.person .quote {
  position: relative;
  max-width: 100%;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  padding-left: 3rem;
}

.person .quote::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  mask-image: url(/assets/images/quote.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #1C6682;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1600px) {
    .wrap {
        width: 75%;
    }
    .contact_form-rigtside {
        display: none;
    }

    .contact_form-leftside {
        width: 100%;
        margin-right: 0%;
    }

    .news-uebersicht-link {
        margin-top: 0px;
    }

    .main-sidebar {
        width: 22%;
        margin-right: 7.5%;
        margin-top: 50px;
        float: left;
    }

    .headernav {
        position: initial;
        bottom: 0%;
        right: 0;
        margin-bottom: 0px;
    }

    .headermenu {
        margin-top: 0;
    }

    .headermenu li a {
        font-size: 16px;
    }

    .menu-item {
        margin-right: 40px;
    }

    .logo {
        width: 18%;
    }

    .sidebarmenu {
        margin-bottom: 0px;
        margin-top: 50px;
        margin-left: 11.5%;
    }

    main {
        position: relative;
    }

    .maincontent {
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 50px;
    }

    .menu-item-sidebar>a,
    .submenu-sidebar li a {
        font-size: 16px;
    }

    .maincontent-landing,
    .maincontent {
        width: 80%;
        margin: 50px 10% 0 10%;
    }

    .top-menu_li {
        margin: 0 5.5%;
    }

    .switch-blocks-inner {
        width: 100%;
    }

    .ratgeber-uebersicht a {
        width: 100%;
        margin-right: 0;
    }

    .footer-col {
        margin-right: 5.6%;
    }

    .advantagesList li {
      background-repeat: no-repeat;
      padding-left: 25px;
      list-style-type: none;
      background-position: 0 50%;
      background-size: 3rem;
      padding: 1.25rem 1rem 1.25rem 4.5rem;
    }

}

@media only screen and (max-width: 1240px) {
    .wrap {
        width: 80%;
        margin: 0 auto;
    }

    .kontakt.fl.right {
        width: 100%;
        float: none;
      }

    .home-navboxes .navboxes section {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 31%;
        flex: 0 0 31%;
        max-width: 31%;
    }

    .vorteilsboxen {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .vorteilsboxen section {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        max-width: 48%;
        margin: 15px 0px;
    }


    .materialbox {
        width: 25%;
    }

    .landingvideos {
        margin-bottom: 30px;
        width: 60%;
    }

    .main-sidebar {
        width: 26%;
        margin-right: 5%;
        margin-top: 50px;
    }

    .newsmehr {
        float: left;
        width: 100%;
        display: block;
        margin-top: 10px;
    }

    .imgn {
        margin-right: 5%;
        float: right;
        margin-right: 0%;
    }

    .menu-item {
        margin-bottom: 20px;
    }

    .headernav {
        margin-bottom: 0px;
    }

    .sidebarnav {
        width: 28%;
        background-color: #f2f2f2;
        position: absolute;
        left: 0;
    }

    .maincontent-landing,
    .maincontent {
        width: 90%;
        margin: 50px 5%;
    }


    .text-image {
        width: 31%;
        margin: 0px 2% 25px 0;
    }

    .kontakt-form {
        width: 100%;
        margin: 0;
    }

    .kontakt-form-landingpage {
        width: 100%;
    }

    .top-menu_li {
        margin-right: 5%;
    }

    .switch-3-content.left, .switch-3-content.right {
        width: 100%;
    }

    .homecontent.text {
        width: 100%;
    }

    .homecontent.bild {
        display: none;
    }

    .materialname {
        margin-bottom: 25px;
    }

    .introtext_wrap {
        flex-direction: column;
    }

    .introtext_wrap .introtext_text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .introtext_image {
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 0 50px 0;
    }

    .footer-col {
        margin-right: 2.4%;
    }

    .columns {
      display: flex;
      flex-direction: column;
    }
    .columns-2 .column {
      width: 100%;
    }
    .columns-40-60 .column:first-child {
      width: 100%;
    }
    .columns-40-60 .column:last-child {
      width: 100%;
    }

}

@media only screen and (max-width: 1024px) {
    .wrap {
        width: 85%;
        margin: 0 auto;
    }

    .slider-headerHome.ratgeber p {
        width: 100%;
    }

    .usp {
        float: none;
        width: 100%;
    }

    .usp:nth-child(2) {
        border-left: none;
        border-right: none;
        border-top: 1px solid #00A4C3;
        border-bottom: 1px solid #00A4C3;
        padding: 25px 0px;
        margin: 25px 0px;
    }

    .ansprechpartnerbild {
        width: 18%;
        margin-right: 3%;
    }

    section.kontakt-form-landingpage {
        width: 100%;
        margin: 0 auto;
    }

    .step-box-text {
        max-width: 1000px;
    }

    .ansprechpartnertext {
        width: 79%;
    }

    .box a .label .headline {
        font-size: 1.35rem;
    }

    .navboxes {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .home-navboxes .navboxes section {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 35px;
    }

    .new > a:after {
        background-color: initial;
        background-color: auto;
    }
    .new:hover > a:after {
        background-color: initial;
        background-color: auto;
    }
    .new > a {
        width: 70%;
        float: right;
        color: inherit;
    }
    .new > a .flaotl {
        text-align: left;
        padding: 0px 20px;
    }
    .new > a h3 {
        color: inherit;
    }
    .home-news section {
        width: 100%;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
    }
    .newsmehr {
        width: auto;
        margin-top: 10px;
    }
    .home-news section:nth-child(2) {
        margin: 0% 0%;
    }

    .homevideo {
        display: flex;
        flex-direction: column;
    }

    .homevideo > div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .homevideo-video {
        margin-top: 25px;
    }

    .main-sidebar {
        width: 355px;
        margin-left: 5.5%;
        margin-right: 59.5%;
        margin-top: 25px;
        float: left;
    }

    .imgn {
        margin-right: 5%;
        float: right;
        margin-right: 0%;
        width: 30%;
    }

    .home-news section {
        padding-bottom: 50px;
    }

    .imgn {
        margin-bottom: 20px;
    }

    .maincontent-landing,
    .maincontent {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 50px;
    }

    .sidebarnav {
        width: 100%;
        background-color: #f2f2f2;
        position: initial;
        left: 0;
    }

    .sidebarnav {
        width: 100%;
        background-color: #f2f2f2;
        position: initial;
        left: 0;
        display: none;
    }

    .step-boxes {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .step-box {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }



    .kontakt-gm {
        width: 100%;
        margin: 50px 0;
    }


    .top-menu_li {
        margin-right: 2%;
    }

    .vorteilsliste_wrap {
        display: flex;
        flex-direction: column;
    }

    .vorteilsliste ,.vorteilsliste.left, .vorteilsliste.right {
        width: 100%;
        margin-right: 0;
        float: none;
    }

    .vorteilsliste.left {
        margin-bottom: 50px;
    }

    .switch-block-heading.vertical {
        width: 100%;
    }

    .footer-col {
        width: 100%;
        margin: 0 0 25px 0;
    }

    .footer-col.youtube {
        margin-bottom: 0;
    }

    .news-eintrag {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        max-width: 48%;
    }


    .footer-col.youtube a {
        float: left;
        margin-right: 20px;
    }

    .footer-col.youtube a img {
        height: 40px;
    }

}

@media only screen and (max-width: 768px) {
    .mt-25 {
        margin-top: 20px !important;
    }

    .mb-25 {
        margin-bottom: 20px !important;
    }

    .my-25 {
        margin-top: 0px !important;
        margin-bottom: 20px !important;
    }

    .m-25 {
        margin: 20px !important;
    }

    .mt-50 {
        margin-top: 30px !important;
    }

    .mb-50 {
        margin-bottom: 30px !important;
    }

    .my-50 {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }

    .m-50 {
        margin: 30px !important;
    }

    .mt-100 {
        margin-top: 60px !important;
    }

    .mb-100 {
        margin-bottom: 60px !important;
    }

    .my-100 {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }

    .m-100 {
        margin: 60px !important;
    }

    .mt-150 {
        margin-top: 100px !important;
    }

    .mb-150 {
        margin-bottom: 100px !important;
    }

    .my-150 {
        margin-top: 100px !important;
        margin-bottom: 100px !important;
    }

    .m-150 {
        margin: 100px !important;
    }

    .pt-25 {
        padding-top: 20px !important;
    }

    .pb-25 {
        padding-bottom: 20px !important;
    }

    .py-25 {
        padding-top: 0px !important;
        padding-bottom: 20px !important;
    }

    .p-25 {
        padding: 25px !important;
    }

    .pt-50 {
        padding-top: 30px !important;
    }

    .pb-50 {
        padding-bottom: 30px !important;
    }

    .py-50 {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
        background-position-x: -50px;
    }

    .p-50 {
        padding: 30px !important;
    }

    .pt-75 {
        padding-top: 60px !important;
    }

    .pb-75 {
        padding-bottom: 60px !important;
    }

    .pt-100 {
        padding-top: 60px !important;
    }

    .pb-100 {
        padding-bottom: 60px !important;
    }

    .py-100 {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .p-100 {
        padding: 60px !important;
    }

    .d-mobile-none {
        display: none !important;
    }

    .wrap {
        width: 90%;
    }

    .slider-headerHome .wrap {
        padding: 60px 0px;
    }

    .landing-intro, .landing-text {
        display: flex;
        flex-direction: column;
    }
    .text-images.smallBox {
        order: 2;
    }
    .smallBox .text-image {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
        margin-top: 0px;
    }
    .helpInfo {
        display: block;
        visibility: hidden;
        position: absolute;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        z-index: 1;
        opacity: 0;
        transition: opacity .6s;
        bottom: auto;
        width: 100%;
        padding: 10px 15px;
        top: 45px;
        left: 0%;
    }
    .helpInfo::after {
        content: "";
        position: absolute;
        bottom: 100%;
        right: 8px;
        margin-left: 0px;
        margin-top: -5px;
        top: -10px;
        left: initial;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent transparent;
    }
    .slider-header .bx-wrapper {
        display: none;
    }
    .static-header {
        display:none;
    }

    .contact_form-one .contactform-field {
        width: 100%;
        margin-right: 0;
    }

    .landingpage-call-to-action {
        padding-left: 15%;
    }

    .landingvideos {
        margin-bottom: 30px;
        width: 100%;
    }

    .text-image {
        width: 48%;
        margin: 0px 4% 25px 0;
    }

    .text-image:nth-child(even) {
        margin-right: 0;
    }

    .contactform-field.fl.small {
        width: 37%;
        margin-right: 2%;
    }

    .contactform-field.fl.medium {
        width: 61%;
        margin-right: 0;
    }

    .contactform-field.fl.medium-large {
        width: 63%;
        margin-right: 0;
    }

    .top-menu_li {
        font-size: 14px;
    }


    .ansprechpartnertext, .ansprechpartnerbild {
        width: 100%;
        float: none;
    }

    .ansprechpartnerbild {
        margin-bottom: 25px;
        text-align: center;
    }

    .ansprechpartner:after {
        clip-path: polygon(65% 20%, 109% 0, 100% 90%, 51% 79%, 0 99%, 0 3%, 0% 0);
    }

    .ansprechpartner:before {
        clip-path: polygon(66% 20%, 107% 0, 100% 90%, 51% 80%, 0 100%, 0 10%, 11% 0);
    }

    .ansprechpartner {
        clip-path: polygon(38% 10%, 62% 0, 100% 2%, 100% 90%, 75% 94%, 0 100%, 0 11%, 27% 6%);
    }

}

@media only screen and (max-width: 568px) {
    h4 {
        font-size: 16px;
    }

    .home .padding-wrapper {
        margin: 0 auto;
        padding: 50px 0px;
    }

    .py-100, .grey-bg {
        padding: 50px 0px;
    }
    .my-100 {
        margin: 50px 0px;
    }

    .accordion-item .accordion .ablauf-icon {
        display: none;
    }

    .accordion-item .accordion h4 {
        font-size: 16px !important;
    }
    .switch-blocks-content #table {
        margin: 0px;
        display: table!important;
        overflow: initial;
        font-size: initial;
    }

    .vorteilsboxen section {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .home-news section {
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .bluebutton,
    .defaultbutton,
    .kontaktbutton-header,
    .headerHomeSubtext {
        width: 100%;
        margin-left: 0;
    }

    .materialbox {
        width: 50%;
    }

    .new {
        display: flex;
        flex-direction: column;
    }
    .new > a {
        height: auto;
        width: 100%;
        text-decoration: none;
        order: 1;
    }
    .imgn {
        width: 100%;
        position: relative;
        order: 0;
    }
    .new > a .flaotl {
        text-align: left;
        padding: 0px;
    }
    .imgn img {
        width: auto;
        height: auto;
        -o-object-fit: auto;
        object-fit: auto;
        margin: 0 auto;
    }
    #table {
        display: block!important;
        overflow: auto;
        font-size: 0.75em;
    }

    #table::-webkit-scrollbar {
        -webkit-appearance: none;
    }

    #table::-webkit-scrollbar:vertical {
        width: 11px;
    }

    #table::-webkit-scrollbar:horizontal {
        height: 11px;
    }

    #table::-webkit-scrollbar-thumb {
        border-radius: 8px;
        border: 2px solid white; /* should match background, can't be transparent */
        background-color: rgba(0, 0, 0, .5);
    }

    #table::-webkit-scrollbar-track {
        background-color: #fff;
        border-radius: 8px;
    }

    .news-eintrag>.newspage>.img-ubersicht {
        width: 100%;
        margin-left: 0%;
    }

    .text-image:nth-child(3n+2) {
        margin: 0% 4% 0 0;
    }

    .text-image:nth-child(2n+2) {
        margin: 0%;
    }

    .leistung {
        width: 100%;
    }

    .leistung:nth-child(2n+1) {
        margin-right: 0%;
    }

    .landingpage-call-to-action {
        padding-left: 20%;
    }

    .slider-headerHome.ratgeber {
        padding: 0px;
    }

    li.d-none-mobile {
        display: none;
    }

    .news-eintrag {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 18px;
    }

    body {
        font-size: 15px;
    }

    .kontaktformular-teaser, fieldset.kontaktformular {
        padding: 25px 20px;
    }

    .contact_form-two #submitbutton {
        width: 100%;
    }

    .article-data-block {
        width: 100%;
        margin: 5px 0px;
        background-color: transparent;
        padding: 0;
    }

    .switch-blocks-content #table {
        overflow: auto;
        font-size: 0.75em;
    }
    .new_menu {
        margin-top: 72px;
        height: calc(100% - 72px);
    }

    .logo img {
        width: 150px!important;
    }

    .header {
        margin-top: 72px!important;
    }

    .news-lp .newspage .img-ubersicht {
        margin-top: 0px;
    }

    .landing-video {
        padding-bottom: 53%;
    }

    .news-eintrag {
        margin-bottom: 25px;
    }

    .news-lp {
        border-bottom: initial;
        padding-bottom: 0px;
    }

    .ratgeber-banner {
        padding: 25px;
    }

    .ratgeber-banner p {
        font-size: 16px;
        line-height: 19px;
        padding: 5px 0px 0px 0px;
    }

    .ratgeber-banner a {
        font-size: 16px;
        padding: 10px 12px;
    }


    .top-menu_li {
       width: 100%;
    }

    .headerHomeSubtext {
        text-align: center;
    }
}
@media only screen and (max-width: 375px) {
    .main-sidebar-mobil {
        width: 90%!important;
        margin-left: 5% !important;
        margin-right: 0%!important;
    }


}

@media only screen and (max-width: 360px) {

    .box a .label .headline {
        font-size: 1.3rem;
    }

    .new_menu {
        margin-top: 64px;
        height: calc(100% - 64px);
    }


    .header {
        margin-top: 63px!important;
    }

    .text-image {
        width: 100%;
        margin-bottom: 25px !important;
        margin-right: 0%;
        min-height: initial;
    }

    .logo img {
        width: 120px !important;
    }

    .main-sidebar {
        width: 90% !important;
    }

    .landingpage-call-to-action {
        background-image: initial;
        padding-left: 20px;
    }

    .landing-video {
        padding-bottom: 51%;
    }
}

.switch-blocks-content #table th {
    background-color: #005b7912;
}

.switch-blocks-content #table tr td:first-child {
    background-color: #005b790a;
}

.filetypeError {
    display: none;
}

.costumerOpinionBox {
    box-shadow: 0 25px 50px #003c4e15;
    border-radius: 20px;
    background-color: #fff;
    padding: 25px;
    height: 100%;
}


