/************

Jessica Schinhofen
04.09.2024 - Duschking Website

Version 1.0 - Responsive

************/



@import '../fonts/fonts.css';
@import 'slick.css';
@import 'aos.css';
@import 'fancybox.css';



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;


    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}


.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

::-moz-selection {
    /* Code for Firefox */
    color: rgba(0, 0, 0, 1);
    background: rgba(0, 0, 0, 0.2);
}

::selection {
    color: rgba(0, 0, 0, 1);
    background: rgba(0, 0, 0, 0.2);
}


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


html,
body {
    margin: 0;
}

html {
    height: 100%;
    overflow-x: hidden;
}


body {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #000;
    line-height: 26px;
    background-color: #FFFFFF;

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;

    min-height: 100%;
    position: relative;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    max-width: 100%;
}

body .nohyphens {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

a,
a:link,
a:active {
    text-decoration: none;
    color: #000;

    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

a:hover {
    color: rgba(0, 0, 0, .6);
}



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

ul,
li,
ol li {
    list-style-position: outside;
    list-style-type: square;
}

ol li {
    margin-bottom: 20px;
}

.color-1 {
    color: #000;
}

.backcolor-1 {
    background-color: #000;
}

.color-2 {
    color: #c28562;
}

.backcolor-2 {
    background-color: #c28562;
}



.color-3 {
    color: #f3efed;
}

.backcolor-3 {
    background-color: #f3efed;
}

.backcolor-4 {
    background-color: #fbfbfb;
}


.ptb {
    padding: 35px 0;
}

h1,
.h1-style {
    font-size: 50px;
    line-height: 65px;
    font-weight: 400;
    font-family: 'GothamNarrowBook', sans-serif;
    text-transform: uppercase;
    letter-spacing: 5px;
}

h1.small {
    line-height: 45px;
}

h1 span.sm {
    font-size: 25px;
    line-height: 40px;
    display: inline-block;
}

h2 span.sm {
    font-size: 25px;
}

h2,
.h2-style {
    font-size: 40px;
    line-height: 55px;
    font-weight: 300;
    font-family: "Rubik", sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
}

h3,
.h3-style {
    font-size: 15px;
    line-height: 25px;
    font-weight: 700;
    font-family: "Rubik", sans-serif;
    text-transform: uppercase;

}




.cta-wrapper.centered {
    margin: 10px auto 0;
}

.cta-wrapper {
    width: auto;
    display: inline-block;
    position: relative;
}

.cta-wrapper a.cta,
.cta-wrapper .cta {

    float: left;
    text-decoration: none;
    position: relative;
    font-weight: 400;
    text-transform: uppercase;
    background: transparent;
    border: 1px solid #000;
    padding: 10px 40px;
    color: #000;
    font-size: 14px;
    line-height: 18px;
    margin-top: 20px;
    border-radius: 0px;
    letter-spacing: .8px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.cta-wrapper a.cta:hover,
.cta-wrapper .cta:hover {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;

    background: #c28562;
    color: #fff;
    border: 1px solid #fff;
}






/* Content */

.img-fill {
    object-fit: fill;
}

.img-contain {
    object-fit: contain;
    width: 100%;
    height: 100%;
    object-position: center;
}

.img-cover {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
}

.img-scale-down {
    object-fit: scale-down;
}

.img-none {
    object-fit: none;
    object-position: 50% 50%;
}





.container {
    position: relative;
    width: 100%;
    float: left;
}

.wrapper {
    max-width: calc(100% - 80px);
    margin: 0 auto;
    position: relative;
    z-index: 2;
}




.vertical {
    writing-mode: vertical-rl;
    transform: rotate(-180deg);
    white-space: nowrap;
    display: inline-block;
}

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

.justi {
    text-align: justify;
}



.wrapper.content-width {
    width: 1440px;
    margin: 0 auto;
    position: relative;

}



.topmenu {
    background: #fff;
    padding: 0;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    height: 70px;
}

body {
    padding-top: 80px;
}

header .menuwrapper {
    width: 100%;
    float: left;
    position: relative;
}


header .menuwrapper .mainmenu {
    position: relative;
    width: 100%;
    text-align: center;
    float: left;
}


/* Menü */


nav {
    display: inline-block;
    position: relative;
    float: none;
    padding: 20px 0 0 0;
}

nav .mainmenu,
nav .mainmenu li {
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;

}

nav .mainmenu li {
    margin-right: 35px;
    position: relative;
}

nav .mainmenu li:last-child {
    margin-right: 0;
}

nav .mainmenu li a {
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 20px;
    font-size: 14px;
    letter-spacing: 1.5px;
}

/*
.home nav .mainmenu li a {
    color: #fff;
}

*/

nav .mainmenu li a:after {
    width: 0;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    background: #c28562;
    height: 2px;
    content: "";
    left: 0;
    position: absolute;
    bottom: 0px;
}

nav .mainmenu li a:hover:after {
    width: 100%;
}

nav .mainmenu li.current a:after {
    width: 100%;
}

nav .mainmenu li.current a {
    color: #c28562;
}




.overlay+.nav {
    display: none;
}

#burger-toggle {
    position: absolute;
    appearance: none;
    opacity: 0;

}

#burger-toggle:checked~.overlay {
    opacity: 1;
    transform: scale(160);
}

#burger-toggle:checked~nav {
    pointer-events: auto;
}

#burger-toggle:checked~nav ul li {
    opacity: 1;
    transform: translateX(0);
}

#burger-toggle:checked~main {
    opacity: 0.5;
    filter: blur(5px);
    pointer-events: none;
}

#burger-toggle:checked~.burger-menu .line:nth-child(1) {
    transform: translateY(calc(var(--burger-menu-radius) / 5)) rotate(45deg);
}

#burger-toggle:checked~.burger-menu .line:nth-child(2) {
    transform: scaleX(0);
}

#burger-toggle:checked~.burger-menu .line:nth-child(3) {
    transform: translateY(calc(var(--burger-menu-radius) / -5)) rotate(-45deg);
}

.burger-menu {
    visibility: hidden;
    --burger-menu-radius: 4em;
    position: fixed;
    opacity: 0;
    top: 20px;
    right: 15px;
    z-index: 100;
    width: var(--burger-menu-radius);
    height: var(--burger-menu-radius);
    background-color: transparent;
    border: solid 0px rgba(149, 166, 167, 0.4);
    border-radius: 0;
    outline: none;
    cursor: pointer;
    z-index: 99;
    transition: 0.5s ease-in-out;
}

.burger-menu .line {
    position: absolute;
    right: 0;
    width: 75%;
    height: 4px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.5s ease;


    -webkit-box-shadow: 3px 3px 2px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 3px 3px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 3px 3px 2px 0px rgba(0, 0, 0, 0.15);
}

.burger-menu .line:nth-child(1) {
    top: 30%;
}

.burger-menu .line:nth-child(2) {
    top: 50%;
    width: 50%;
    right: 0;
}

.burger-menu .line:nth-child(3) {
    top: 70%;
    width: 25%;
}

.burger-menu .line::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    transform: translateX(-100%);
    transition: all 0.25s ease;
}

.burger-menu .line:nth-child(2)::after {
    transition-delay: 0.1s;
}

.burger-menu .line:nth-child(3)::after {
    transition-delay: 0.2s;
}

.burger-menu:hover {
    /* box-shadow: 0.4px 0.4px 0.8px rgba(0, 0, 0, 0.042), 1px 1px 2px rgba(0, 0, 0, 0.061), 1.9px 1.9px 3.8px rgba(0, 0, 0, 0.075), 3.4px 3.4px 6.7px rgba(0, 0, 0, 0.089), 6.3px 6.3px 12.5px rgba(0, 0, 0, 0.108), 15px 15px 30px rgba(0, 0, 0, 0.15); */
}

.burger-menu:hover .line::after {
    transform: translateX(0);
}


.headerwrapper {
    width: 100%;

    position: relative;
    height: 425px;
    z-index: 1;
    margin: 0 auto;
    background-image: url('../images/topnew-1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}



.home .headerwrapper {
    width: 100%;
    /* max-width: 1680px; */
    position: relative;
    height: 900px;
    z-index: 1;
    margin: 0 auto;
    background-image: url('../images/topnew-1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.bad-teilsanierung .headerwrapper {
    background-image: url('../images/sametop.jpg');
    background-position: center;
}

.neues-bad .headerwrapper {
    background-image: url('../images/komplett-top.jpg');
    background-position: center;
}

.barrierefreies-bad .headerwrapper {
    background-image: url('../images/barriere-top.jpg');
    background-position: center;
}

.ueber-uns .headerwrapper {
    background-image: url('../images/badezimmer.jpg');
    background-position: center;
}

.gewerbe .headerwrapper {
    background-image: url('../images/top-gewerbe.jpg');
    background-position: center;
}

/*
header.headerwrapper:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,.15) 0%, rgba(255,255,255,255.75) 100%);
    width: 100%;
    height: 100%;
    z-index: 1;
}
*/

.impressum header.headerwrapper,
.datenschutz header.headerwrapper {
    height: 500px;
    background-image: url('../images/showroom.jpg');
    background-position: center;
}

.impressum header.headerwrapper:after,
.datenschutz header.headerwrapper:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, .6);
    width: 100%;
    height: 100%;
    z-index: 1;
}

.impressum header.headerwrapper .wrapper,
.datenschutz header.headerwrapper .wrapper {
    z-index: 2;
}


.headerwrapper .logo {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -200px;
    width: 400px;
    height: auto;
    background: #fff;
    padding: 15px 30px;
}

.rechtlichesmenu {
    float: right;
    text-align: right;
    padding-top: 15px;

}

.rechtlichesmenu a {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
}

.rechtlichesmenu a:last-child {
    margin-left: 15px;
}


.badge {
    position: absolute;
    background: #fff;
    border: 5px solid #c28562;
    border-radius: 23874627845px;
    width: 300px;
    height: 300px;
    padding: 3px;
    transform: rotate(15deg);
    top: 50%;
    right: 15%;
    margin-top: -150px;
    z-index: 3;
    display: flex;
    align-content: center;
}

.badge>div {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 25px;
    line-height: 35px;
    border: 1px solid #c28562;
    padding: 40px 15px 0;
    border-radius: 2384725834px;
}

.badge>div small {
    font-size: 16px;
    line-height: 26px;
    display: inline-block;
    margin-top: 10px;
}




.badge.small {
    position: absolute;
    background: #fff;
    border: 5px solid #c28562;
    border-radius: 23874627845px;
    width: 180px;
    height: 180px;
    padding: 3px;
    transform: rotate(15deg);
    top: 40px;
    left: -45px;
    margin-top: -90px;
    z-index: 3;
    display: flex;
    align-content: center;
}

.badge.small>div {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 22px;
    line-height: 35px;
    border: 1px solid #c28562;
    padding: 38px 15px 0;
    font-weight: bold;
    border-radius: 2384725834px;
}


.barrierefreies-bad .badge,
.neues-bad .badge,
.gewerbe .badge,
.bad-teilsanierung .badge,
.ueber-uns .badge {
    transform: scale(.8) rotate(15deg);
}


.contentbox ul,
.textbox ul {
    list-style-type: none;
    margin-left: 0;
}

.contentbox ul li,
.textbox ul li {
    list-style-type: none;
    padding-left: 45px;
    position: relative;
    font-family: 'Rubik', sans-serif;

}

.contentbox ul li:before,
.textbox ul li:before {
    content: "///";
    position: absolute;
    left: 0;
    top: 0;
    color: #c28562;
    font-size: 16px;
    line-height: 28px;
    font-style: italic;
    letter-spacing: 3px;
}



.centric .wrapper.content-width {
    width: 1000px;
}

.contentboxwrapper {
    display: flex;
}

.contentboxwrapper>div {
    width: calc(100% / 1/2 - 45px);

}

.contentboxwrapper>div:last-child {
    padding-left: 45px;
}



.contentbox.twocol {
    columns: 2;
    column-gap: 50px;
    margin: 45px 0;
}

.contentbox.twocol.nm {
    columns: 2;
    column-gap: 50px;
    margin: 0px 0;
}

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

.start {
    margin-top: -60px;
    margin-bottom: 40px;
}

.start h1 {
    text-align: center;
    color: #c28562;
    font-family: 'GothamNarrowBold';
    font-size: 120px;
    line-height: 130px;
    letter-spacing: .7px;
}

.start h1 span {
    border-top: 5px solid #c28562;
}




.barrierefreies-bad .start h1,
.bad-teilsanierung .start h1 {
    font-size: 100px;
    line-height: 100px;
}

.start h1 span.smaller {
    font-size: 65px;
    line-height: 75px;
    position: relative;
}

.start h1 span.smaller {
    border-top: 0px solid #c28562;
}

.start h1 span.smaller:before {
    border-top: 5px solid #c28562;
    content: "";
    position: absolute;
    top: -18px;
    width: 100%;
}



.ueber-uns .showroom-first .contentboxwrapper,
.bad-teilsanierung .showroom-first .contentboxwrapper {
    align-items: center;
}

.bad-teilsanierung .showroom-first h1 {
    font-size: 40px;
    line-height: 60px;
}

.showroom-first .contentboxwrapper>div:last-child {
    padding-left: 35px;
    text-align: justify;
    width: 60%;
}

.showroom-first .contentboxwrapper>div:first-child {
    width: 40%;
}





.phones {
    display: flex;
    justify-content: center;

    margin: 35px 0;
}

.phones a {
    background: #c28562;
    padding: 10px 20px 8px;
    border-radius: 10px;
    color: #fff;
    margin-right: 10px;
}

.phones.small a {
    padding: 10px 15px 8px;
    font-size: 14px;
}


.phones a.default {
    background: #fff;
    color: #000;
    border: 1px solid #000;
    border-radius: 0;

}

.phones a:last-child {
    margin-right: 0;
}

.rechtliches {
    padding: 45px 0;
}

.gallery {
    margin: 45px 0;
}

.gallery .gallerybox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.gallery .gallerybox .galbox {
    width: calc(100% / 1/4 - 50px);
    margin: 0 25px 25px 25px;
    height: 325px;
    overflow: hidden;
}

.gallery .gallerybox .galbox a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.gallery .gallerybox .galbox a img {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.gallery .gallerybox .galbox a:hover img {
    transform: scale(1.2);
}



.walkin .content-width {
    width: 1000px;
}

.walkin {
    margin-top: 75px;
}

.walkin .contentboxwrapper {
    align-items: center;
}

.walkin .contentboxwrapper .textbox h2 span {
    color: #c28562;
    font-size: 70px;
    line-height: 80px;

    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 20px;
}

.walkin .contentboxwrapper .textbox h2 {
    margin-bottom: 20px;
}

.walkin .contentboxwrapper .textbox:first-child {
    width: 50%;
    display: inline-block;
}

.walkin .contentboxwrapper .textbox:last-child {
    width: 50%;
    padding-left: 45px;
    text-align: justify;

}



.walkin.boxleft:before {
    content: "";
    position: absolute;
    background: #c28562;
    width: 40%;
    left: 0;
    top: 0;
    height: 100%;

}

.walkin.boxleft .wrapper {
    padding: 75px 0;
}

.walkin.boxleft .contentboxwrapper .textbox h2 {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 30px;
    text-align: left;
}

.walkin.boxleft .contentboxwrapper .textbox h2 span {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 20px;
}


.walkin.boxright:before {
    content: "";
    position: absolute;
    background: #c28562;
    width: 40%;
    right: 0;
    top: 0;
    height: 100%;

}

.walkin.boxright .wrapper {
    padding: 75px 0;
}

.walkin.boxright .contentboxwrapper .textbox h2 {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 30px;
    text-align: left;
}

.walkin.boxright .contentboxwrapper .textbox h2 span {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 20px;
}



.walkin.ebenerdig .contentboxwrapper .textbox h2 {
    font-size: 25px;
    line-height: 35px;
    text-align: left;
    letter-spacing: 0;
}

.walkin.ebenerdig .contentboxwrapper .textbox h2 span {
    text-align: left;
    font-size: 25px;
    line-height: 35px;
    letter-spacing: 0;
    color: #000;
}




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

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

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

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

.walkin .phones {
    display: block;
}


.walkin.fh .contentboxwrapper {
    align-items: unset;
}



.centric.angebot {
    margin-bottom: 45px;
}

.centric.angebot .wrapper.content-width {
    width: 1100px;
}

.angebot .textbox:first-child {
    padding-right: 75px;
}

.angebot .textbox {
    position: relative;
}


.twotext {
    margin: 45px 0;
}

.twotext .textbox h2 {
    text-align: left;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 1px;
}



.twotext .textbox h2 span {
    text-align: left;
    font-size: 25px;
    line-height: 35px;
    letter-spacing: 0;
    color: #000;
}


.twotext .textbox {
    width: 50%;
}

.twotext .textbox:first-child {
    padding-right: 30px;
}

.twotext .textbox:last-child {
    padding-left: 30px;
}

.duschvorteil .content-width {
    width: 1000px;

}

.duschvorteil {
    margin-top: 75px;
}

.duschvorteil .contentboxwrapper {
    align-items: center;
}

.duschvorteil .contentboxwrapper .textbox h2 {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 30px;
    text-align: left;
}

.duschvorteil .contentboxwrapper .textbox h2 span {
    font-size: 50px;
    line-height: 60px;

    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 20px;
}



.duschvorteil .contentboxwrapper .textbox:first-child {
    width: 50%;
    display: inline-block;
}

.duschvorteil .contentboxwrapper .textbox:last-child {
    width: 50%;
    padding-left: 45px;
    text-align: justify;
}









.vorteile {
    width: 100%;
    position: relative;
    margin-top: 270px;
    padding-top: 210px;
}

.vorteile:before {
    content: "";
    background-image: url('../images/duschking-icon.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 200px;
    height: 350px;
    position: absolute;
    top: -180px;
    left: 50%;
    margin-left: -100px;
    z-index: 2;
}

.vorteile .wrapper.content-width {
    width: 1000px;
    margin-top: 110px;
    padding-bottom: 15px;
}

.vorteile .wrapper.content-width .contentbox {

    display: inline-block;
    margin: -100px auto;
    width: 100%;
}

.vorteile .wrapper.content-width .contentbox .imagebox {
    border: 40px solid #fff;
    width: calc(100% - 200px);
    margin: 0 auto;
}


.vorteile h2 {
    color: #fff;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 20px;
    letter-spacing: 7px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
}

.vorteile h2 span {
    font-size: 40px;
    line-height: 40px;
    display: block;
    margin-bottom: 15px;
}

.vorteile:after {
    background-color: #f3efed;
    content: "";
    position: absolute;
    top: 0;
    height: 85%;
    width: 100%;
    z-index: 1;
}


.newvorteil {
    margin: 50px 0;
}

.newvorteil .vorteilbox h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 15px;
}

.newvorteil .vorteilbox .imagebox {
    width: 40%;

}

.newvorteil .vorteilbox .textbox {
    width: 60%;
}

.textbox.ws h2 span {
    font-size: 30px;
    line-height: 35px;
}

.fugenlos {
    width: 100%;
    position: relative;
    margin-top: 270px;
    padding-top: 210px;
}

.fugenlos:before {
    content: "";
    background-image: url('../images/duschking-icon.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 200px;
    height: 350px;
    position: absolute;
    top: -180px;
    left: 50%;
    margin-left: -100px;
    z-index: 2;
}

.fugenlos .wrapper.content-width {
    width: 1000px;
    margin-top: 110px;
    padding-bottom: 15px;
}

.fugenlos .wrapper.content-width .contentbox {

    display: inline-block;
    margin: -100px auto;
    width: 100%;
}

.fugenlos .wrapper.content-width .contentbox .imagebox {
    border: 40px solid #fff;
    width: calc(100% - 200px);
    margin: 0 auto;
}


.fugenlos h2 {
    color: #fff;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 20px;
    letter-spacing: 7px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
}

.fugenlos h2 span {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 3px;
}

.fugenlos:after {
    background-color: #f3efed;
    content: "";
    position: absolute;
    top: 0;
    height: 85%;
    width: 100%;
    z-index: 1;
}



.vorteilmodulbau {
    margin-top: 85px;
}


.vb {
    display: flex;
    justify-content: center;
    margin: 50px 0;
    flex-wrap: wrap;
}

.vb .vorteil {
    width: calc(100% / 1/4 - 50px);
    margin: 0 25px 35px 25px;

    display: flex;
    flex-direction: column;
}


.vb .vorteil:last-child {
    padding-left: 0;
}


.vb .vorteil .imagebox {
    margin-bottom: 25px;
}

.vb .vorteil .imagebox img {
    height: 90px;
}



.vorteileicons .wrapper.content-width {
    width: 1000px;
    margin-top: 110px;
}


.vorteileicons .contentboxwrapper {
    flex-wrap: wrap;
    justify-content: center;
}

.vorteileicons .contentboxwrapper .vorteilbox {
    width: calc(100% / 1/3 - 20px);
    margin: 0 10px 80px;
    text-align: center;
}


.vorteileicons .contentboxwrapper .vorteilbox .imagebox {
    margin-bottom: 20px;
}

.vorteileicons .contentboxwrapper .vorteilbox .imagebox img {
    height: 100px;
}

.vorteileicons .contentboxwrapper .vorteilbox strong {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
}


.vorteileicons .contentboxwrapper .vorteilbox:last-child {
    width: 400px;
}


.goview iframe {
    max-width: 1000px;
    margin: 0 auto;
    display: block;
}




.fullimage {
    height: 550px;
}


.fullimage img {
    width: calc(100% - 80px);
    margin: 0 auto;
}

.fullimage.full img {
    width: 100%;
}

.fullimage.quadrat {
    height: 850px;
}

.fullimage.quadrat .imagebox {
    height: 850px;
}


.fullimage.wi {
    margin-top: 250px;
    height: auto;
}

.fullimage.wi::before {
    content: "";
    background-image: url('../images/duschking-icon.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 200px;
    height: 350px;
    position: absolute;
    top: -180px;
    left: 50%;
    margin-left: -100px;
    z-index: 3;
}

.fullimage.wi .imagebox {
    width: 65%;
    height: 425px;
    overflow: hidden;
    margin: 0 auto;
}

.fullimage.wi+.ihrweg.backcolor-3 {
    margin-top: -200px;
    padding-top: 250px;
}


.fullimage.bottom .img-cover {
    object-position: bottom;
}


.asse {
    margin: 90px 0;
}

.asse .contentboxwrapper {
    align-items: center;
}

.asse .textbox:first-child h2 {
    text-align: center;
    font-size: 120px;
    line-height: 130px;
    float: right;
}


.asse.sec .textbox:first-child h2 {
    text-align: center;
    font-size: 40px;
    line-height: 50px;
    float: right;
}

.asse .textbox:first-child {
    width: 35%;
}

.asse .textbox:last-child {
    width: 55%;
    text-align: justify;
}

.asse .textbox:last-child h2 {
    text-align: left;
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 25px;
}



.duschgreen.asse .contentboxwrapper.flex-start {
    align-items: start;
}

.duschgreen.asse .contentboxwrapper.flex-center {
    align-items: center;
}

.duschgreen.asse .contentboxwrapper {
    align-items: start;
}

.duschgreen .content-width {
    width: 1400px;
}

.duschgreen .contentboxwrapper:first-child>div:first-child {
    width: 25%;
}

.duschgreen .contentboxwrapper:first-child>div:last-child {
    width: 75%;
}

.duschgreen .contentboxwrapper:nth-child(2)>div:first-child,
.duschgreen .contentboxwrapper:nth-child(3)>div:first-child {
    width: 50%;
    padding-right: 0px;
}

.duschgreen .contentboxwrapper:nth-child(2)>div:nth-child(2) {
    /*text-align: left;*/
}

.duschgreen .contentboxwrapper:nth-child(2)>div:last-child,
.duschgreen .contentboxwrapper:nth-child(3)>div:last-child {
    width: 50%;
}

.duschgreen .contentboxwrapper.top .imagebox img {
    max-width: 300px;
    display: inline-block;
}

.duschgreen .contentboxwrapper.top {
    margin-top: 50px;
}

.duschgreen .contentbox:nth-child(3) {
    width: 800px;
    margin: 50px auto 45px;
    hyphens: none;
}

.duschgreen .contentbox:nth-child(3)>div {
    width: 66%;
    margin: 0 auto;
    text-align: left;
}

.duschgreen .contentbox:nth-child(4)>div {
    width: 65%;
    margin: 0 auto;
    text-align: center;
}



.innerimage {
    margin: 45px 0;
}


.innerimage .imagebox:before {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 14px;
    padding: 5px;
    line-height: 14px;
    background: rgba(255, 255, 255, .6);
    content: "Vorher";
}

.innerimage .imagebox:after {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 14px;
    padding: 5px;
    line-height: 14px;
    background: rgba(255, 255, 255, .6);
    content: "Nachher";

}

.vornachteilimages {
    margin-top: 250px;
}

.vornachteilimages:before {
    content: "";
    background-image: url('../images/duschking-icon.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 150px;
    height: 300px;
    position: absolute;
    top: -150px;
    left: 50%;
    margin-left: -75px;
    z-index: 2;
}


.vornachteilimages .imagebox:first-child:before {
    content: "Vorher";
    text-transform: uppercase;
    font-size: 16px;
    left: 10px;
    top: 60%;
    position: absolute;
}

.vornachteilimages .imagebox:first-child {
    padding-left: 90px;
    padding-right: 10px;
    width: 50%;
}

.vornachteilimages .imagebox:last-child:before {
    content: "Nachher";
    text-transform: uppercase;
    font-size: 16px;
    right: 0;
    top: 60%;
    position: absolute;
}

.vornachteilimages .imagebox:last-child {
    padding-right: 90px;
    padding-left: 10px;
    width: 50%;
}

.vornachteilimages .wrapper {
    padding-top: 170px;
}



.beforeafter {
    display: grid;
    place-content: center;
    position: relative;
    overflow: hidden;
    border-radius: 0rem;
    --position: 50%;
    width: 430px;
    margin: 0 auto;
}

.beforeafter .image-container {
    width: 430px;
    height: 600px;
    aspect-ratio: 1/1;
}

.beforeafter .slider-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}

.beforeafter .image-before {
    position: absolute;
    inset: 0;
    width: var(--position);
    /*  filter: grayscale(100%); */
}

.beforeafter .slider {
    position: absolute;
    inset: 0;
    cursor: pointer;
    opacity: 0;
    /* for Firefox */
    width: 100%;
    height: 100%;
}

.beforeafter .slider:focus-visible~.slider-button {
    outline: 5px solid black;
    outline-offset: 3px;
}

.beforeafter .slider-line {
    position: absolute;
    inset: 0;
    width: 0.2rem;
    height: 100%;
    background-color: #fff;
    /* z-index: 10; */
    left: var(--position);
    transform: translateX(-50%);
    pointer-events: none;
}

.beforeafter .slider-button {
    position: absolute;
    background-color: #fff;
    color: black;
    padding: 0.5rem;
    border-radius: 100vw;
    display: grid;
    place-items: center;
    top: 50%;
    left: var(--position);
    transform: translate(-50%, -50%);
    pointer-events: none;
    /* z-index: 100; */
    box-shadow: 1px 1px 1px hsl(0, 50%, 2%, 0.5);
}







.varianten:before {
    content: "";
    background-color: #f3efed;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.varianten {
    margin: 45px 0;
    padding: 65px 0;
}

.varianten .contentboxwrapper {
    align-items: start;
    justify-content: center;
}

.varianten .contentboxwrapper .textbox:first-child {
    width: 40%;
}

.varianten .contentboxwrapper .textbox:last-child {
    width: 55%;
}

.varianten .contentboxwrapper .variantenbox {
    display: inline-block;
    align-items: center;
    margin-bottom: 65px;
    width: calc(100% / 1/3 - 30px);
    padding: 0 15px;
}


.varianten .contentboxwrapper .variantenbox>.title {
    text-align: center;
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 15px;

}

.varianten .contentboxwrapper .variantenbox .imageboxdesc {
    background: #fff;
    padding: 20px 15px 70px;
    text-align: center;
    position: relative;
    -webkit-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.75);

    width: 275px;
    /*height: 275px; */
    height: 335px;
}

.varianten .contentboxwrapper .variantenbox .imageboxdesc .title {
    color: #c28562;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 5px;
    min-height: 110px;
}


.varianten .contentboxwrapper .variantenbox .imageboxdesc .title small {
    color: #000;
    font-weight: normal;
    font-size: 14px;
    text-transform: none;
    display: inline-block;
    margin-top: 10px;
}

.varianten .contentboxwrapper .variantenbox .imageboxdesc .imagebox {
    height: 120px;
    margin-top: 10px;
}

.varianten .contentboxwrapper .variantenbox .imageboxdesc .desc {
    background: #c28562;
    width: calc(100% - 40px);
    position: absolute;
    bottom: -25px;
    left: 20px;
    padding: 10px 15px;
    text-align: center;
    text-transform: none;
    font-weight: 600;
    color: #fff;
    font-size: 14px;
    line-height: 20px;

    -webkit-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.75);
}



.varianten .contentboxwrapper .variantenbox .cta-wrapper {
    margin: 30px 30px 0 35px;
}

.varianten .contentboxwrapper .variantenbox .cta-wrapper a {
    padding: 11px 40px 8px;
}


.varianten .contentboxwrapper .textbox:last-child h2.mt {
    margin-top: 85px;
}

.varianten .contentboxwrapper .textbox:last-child .bigger {
    font-size: 16px;
    color: #c28562;
    line-height: 26px;
    font-weight: 600;
}

.varianten .contentboxwrapper .textbox:last-child .bigger strong {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
}

.ihrweg .contentbox {
    position: relative;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 65px;
}



.hinweis {
    border: 1px solid #c38663;
    padding: 20px 35px;
    margin: 35px 0 45px 0;
}

.hinweis h2 {
    margin-bottom: 15px !important;
}

.ihrweg.npb .contentbox {
    padding-bottom: 0;
}

.ihrweg .contentbox h2 {
    color: #c28562;
    font-size: 70px;
    line-height: 80px;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
}

.ihrweg .contentbox h2 span {
    color: #000;
    font-size: 50px;
    line-height: 60px;
}

.ihrweg .contentbox .schritte {
    display: flex;
    justify-content: center;
    margin-top: 45px;


}




.ihrweg .contentbox .schritte .schritt {
    width: calc(100% / 1/5 - 15px);
    margin: 0 15px;
    text-align: center;
    position: relative;
    cursor: pointer;
    display: block;

}

.ihrweg .contentbox .schritte .schritt:after {
    content: '';
    height: 1px;
    width: 100px;
    position: absolute;
    right: -65px;
    top: 50%;
    margin-top: -5px;
    border-bottom: 2px dotted #000;
}

.ihrweg .contentbox .schritte .schritt:nth-child(4):after {
    border-bottom: 2px dotted #000;
}

.ihrweg .contentbox .schritte .schritt:last-child:after {
    display: none;
}

.ihrweg .contentbox .schritte .schritt .title {
    color: #000;
    font-size: 45px;
    font-weight: 300;
    font-family: 'Noto Sans';
}


/*
.ihrweg .contentbox .schritte .schritt:nth-child(3) .title {
    color: #c28562;
}
*/
.ihrweg .contentbox .schritte .schritt .check {
    background-image: url('../images/check.svg');
    width: 100%;
    height: 120px;
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 20px 0;

    overflow: hidden;
}

.ihrweg .contentbox .schritte .schritt:hover .check {
    background-image: url('../images/checkhover.svg');
    width: 185px;
    height: 120px;
    background-size: 185px 120px;
}

.ihrweg .contentbox .schritte .schritt .check.sec {
    background-image: url('../images/check-2.svg');
}

.ihrweg .contentbox .schritte .schritt:hover .check.sec {
    background-image: url('../images/check-2hover.svg');
    width: 185px;
    height: 120px;
    background-size: 185px 120px;
}


.ihrweg .contentbox .schritte .schritt .description {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 20px;
}

/*
.ihrweg .contentbox .schritte .schritt:nth-child(3) .description {
    color: #c28562;
}
*/

.ihrweg .contentbox .schritte.smaller .schritt .description {
    color: #000;
    font-size: 15px;
    font-weight: 300;
    text-transform: none;
    line-height: 20px;
}

.ihrweg .contentbox .schritte.smaller .schritt .description strong {
    font-weight: 600;
}

.ihrweg .contentbox .schritte.smaller .schritt:nth-child(3) .title {
    color: #000;
}

.ihrweg .contentbox .schritte.smaller .schritt:nth-child(4) .title {
    color: #000;
}

.ihrweg .contentbox .schritte.smaller .schritt:nth-child(5) .title {
    color: #000;
}

.ihrweg .contentbox .schritte.smaller.strong .schritt .description {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
}

.ihrweg .contentbox .schritte.smaller.strong .schritt:nth-child(3) .description {
    color: #000;
}

.ihrweg .contentbox .schritte.smaller.strong .schritt:nth-child(4) .description {
    color: #000;
}

.ihrweg .contentbox .schritte.smaller.strong .schritt:nth-child(5) .title {
    color: #000;
}

.ihrweg .contentbox .schritte.smaller .schritt:nth-child(4)::after {
    border-bottom: 2px dotted #000;
}

.ihrweg .contentbox .schritte.smaller .schritt .check {
    width: 185px;
    height: 120px;
    background-size: 185px 120px;
}

.ihrweg .contentbox .schritte.smaller .schritt:hover .check {
    width: 185px;
    height: 120px;
    background-size: 185px 120px;
}


/* Schritte mit Icons - Gewerbe */


.ihrweg .contentbox .schritte.icons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.ihrweg .contentbox .schritte.icons .schritt {
    width: calc(100% / 1/3 - 70px);
    margin: 0 35px 75px;
    text-align: center;

    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;

}


.ihrweg .contentbox .schritte.icons .schritt::after {
    display: none;
}

.ihrweg .contentbox .schritte.icons .schritt .description {
    font-weight: 300;
    text-transform: none;
}

.ihrweg .contentbox .schritte.icons .schritt .description strong {
    font-weight: 600;
}

.ihrweg .contentbox .schritte.icons .schritt {
    padding: 10px 15px;
}

.ihrweg .contentbox .schritte.icons .schritt:hover {
    box-shadow: 0 5px 35px #ddd;
}

.ihrweg .contentbox .schritte.icons .schritt .check {
    width: 135px;
    height: 135px;
    margin: 0 auto 20px;

}

.ihrweg .contentbox .schritte.icons .schritt:hover .check {
    width: 135px;
    height: 135px;
    background-size: contain;


}

.ihrweg .contentbox .schritte.icons .schritt:first-child .check {
    background-image: url('../images/planung.svg');
}

.ihrweg .contentbox .schritte.icons .schritt:first-child:hover .check {
    background-image: url('../images/planung-hover.svg');
}

.ihrweg .contentbox .schritte.icons .schritt:nth-child(2) .check {
    background-image: url('../images/kosteneffizienz.svg');
}

.ihrweg .contentbox .schritte.icons .schritt:nth-child(2):hover .check {
    background-image: url('../images/kosteneffizienz-hover.svg');
}

.ihrweg .contentbox .schritte.icons .schritt:nth-child(3) .check {
    background-image: url('../images/gestaltungsvielfalt.svg');
}

.ihrweg .contentbox .schritte.icons .schritt:nth-child(3):hover .check {
    background-image: url('../images/gestaltungsvielfalt-hover.svg');
}

.ihrweg .contentbox .schritte.icons .schritt:nth-child(4) .check {
    background-image: url('../images/minimaleraufwand.svg');
}

.ihrweg .contentbox .schritte.icons .schritt:nth-child(4):hover .check {
    background-image: url('../images/minimaleraufwand-hover.svg');
}

.ihrweg .contentbox .schritte.icons .schritt:nth-child(5) .check {
    background-image: url('../images/komplettservice.svg');
}

.ihrweg .contentbox .schritte.icons .schritt:nth-child(5):hover .check {
    background-image: url('../images/komplettservice-hover.svg');
}

.ihrweg .contentbox .schritte.icons .schritt:nth-child(5) .description {
    color: #000;
}


.ihrweg .contentbox .schritte.icons .schritt:nth-child(6) .check {
    background-image: url('../images/alle-raeume.svg');
}

.ihrweg .contentbox .schritte.icons .schritt:nth-child(6):hover .check {
    background-image: url('../images/alle-raeume-hover.svg');
}

.ihrweg .contentbox .schritte.icons .schritt:nth-child(6) .description {
    color: #000;
}




.bild5schritt {
    margin-top: -80px;
    border: white 20px solid;
    margin-bottom: 50px;
}


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


#loading {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .8);
    text-align: center;
}

#loading:after {
    content: "einen Augenblick...";
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    top: 50%;
    margin-top: -15px;
    color: #000;
    font-weight: 600;
    position: absolute;
    z-index: 2;
}


.badsanierung.centric {
    margin: 50px 0;
}

.badsanierung.centric .content-width {
    width: 850px;
}

.badsanierung .contentbox h2 span {
    color: #c28562;
    font-size: 80px;
    line-height: 90px;

    letter-spacing: 10px;
    text-transform: uppercase;
    /*text-align: left;*/
    margin-bottom: 20px;
}

.badsanierung .contentbox h2 {
    margin-bottom: 40px;
    letter-spacing: 7px;
}


.badsanierung .vorteile h2 span.color-2 {
    color: #fff;
    font-size: 20px;
    line-height: 20px;
}



.badteilsanierung.centric {
    margin: 50px 0;
}

.badteilsanierung.centric .content-width {
    width: 850px;
}

.badteilsanierung .contentbox h2 span {
    color: #c28562;
    font-size: 55px;
    line-height: 65px;

    letter-spacing: 10px;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 20px;
}

.badteilsanierung .contentbox h2 {
    margin-bottom: 40px;
    letter-spacing: 7px;
    font-size: 35px;
}

.badteilsanierung .contentbox p {
    padding: 0 45px;
}


.centric.asse.st .textbox:last-child h2 {
    font-size: 22px;
    line-height: 36px;
}

.centric.asse.st .textbox:last-child h2 span {
    font-size: 20px;
    letter-spacing: 2px;
}

.centric.asse.st .phones {
    display: block;
}


.wandverkleidung {
    margin: 50px 0;

}

.wandverkleidung h2 {
    font-size: 40px;
    line-height: 55px;
}

.wandverkleidung h2 span {
    color: #000;
    font-size: 30px;
    line-height: 40px;
    display: inline-block;
}






.badezimmer .contentbox {
    position: relative;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 120px;
}

.badezimmer .contentbox h2 {
    text-align: center;
}

.badezimmer .contentbox .schritte {
    display: flex;
    justify-content: center;
    margin-top: 80px;
    margin-bottom: 40px;
}

.badezimmer .contentbox .schritte .schritt {
    width: calc(100% / 1/6 - 5px);
    margin: 0 5px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.badezimmer .contentbox .schritte .schritt:after {
    content: '';
    height: 1px;
    width: 75px;
    position: absolute;
    right: -43px;
    top: 50%;
    margin-top: -0px;
    border-bottom: 2px dotted #c28562;
}


.badezimmer .contentbox .schritte .schritt:last-child:after {
    display: none;
}

.badezimmer .contentbox .schritte .schritt .title {
    color: #000;
    font-size: 45px;
    font-weight: 300;
    font-family: 'Noto Sans';

}

.badezimmer .contentbox .schritte .schritt .check {
    background-image: url('../images/check-3.svg');
    width: 100%;
    height: 120px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 20px 0;
}

.badezimmer .contentbox .schritte .schritt .check:hover {
    background-image: url('../images/check-3hover.svg');
}

.badezimmer .contentbox .schritte .schritt .description {
    color: #c28562;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 20px;

}

.teambox {
    margin: 45px 0 0;
}

.teambox h2 {
    margin-bottom: 35px;
}

.teambox .contentboxwrapper {
    justify-content: center;
}

.teambox .contentboxwrapper .textbox {
    width: calc(100% / 1/2 - 40px);
    margin: 0 20px;
}

.teambox .textbox .imagebox {
    margin-bottom: 15px;
}

.teambox .contentboxwrapper .textbox:last-child {
    padding-left: 0;
}

.ihrweg .contentbox .schritte .schritt .check {
    background-image: url('../images/check.svg');
    width: 185px;
    height: 120px;
}


.ihrweg .contentbox .schritte .schritt .check.sec {
    background-image: url('../images/check-2.svg');
    width: 185px;
    height: 120px;
}



.duschking .content-width {
    width: 1000px;

}

.duschking {
    margin-top: -70px;
}


.duschking .contentboxwrapper .textbox:first-child {
    width: 55%;
    display: inline-block;
}

.duschking .contentboxwrapper .textbox:last-child {
    width: 45%;
    text-align: justify;
    padding: 150px 0 150px 40px;
}

.duschking .contentboxwrapper .textbox h2 span {
    color: #c28562;
    font-size: 70px;
    line-height: 80px;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 20px;
}

.duschking .contentboxwrapper .textbox h2 {
    margin-bottom: 20px;
    text-align: left;
    font-size: 30px;
    line-height: 40px;
}




.maps {
    width: 100%;
    position: relative;
    margin-top: 270px;
    padding-top: 120px;
}

.maps:before {
    content: "";
    background-image: url('../images/duschking-icon.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 200px;
    height: 350px;
    position: absolute;
    top: -180px;
    left: 50%;
    margin-left: -100px;
    z-index: 2;
}

.maps .wrapper.content-width {

    margin: -120px auto 0;
    position: relative;
    z-index: 1;
}

.maps .wrapper.content-width .contentbox {
    display: inline-block;
}

.maps .wrapper.content-width .contentbox .imagebox {
    width: 100%;
}





.overlay {
    position: fixed;
    top: 50px;
    left: 50px;
    width: 2em;
    height: 2em;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    opacity: 0;
    transition: 0.5s ease-in-out;
    will-change: transform;
    z-index: 8;
}


/* Kontaktformular */

section.eightmod {
    background: #f3efed;
}

section.eightmod .contentboxwrapper {
    align-items: center;
    width: 1000px;
    margin: 0 auto;
    padding: 75px 0;
}

section.eightmod .textbox {
    width: calc(100% / 1/2 - 0px);
    margin: 0;
    position: relative;
    display: inline-block;
}

section.eightmod .textbox:first-child .h2-style {
    margin-bottom: 20px;
}

section.eightmod .row {
    display: flex;
    flex-wrap: wrap;
}

section.eightmod .row .fieldbox {
    width: calc(50% - 15px);
    margin-right: 15px;
    position: relative;
    display: inline-block;
}

section.eightmod .fieldbox {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

section.eightmod .row .fieldbox:last-child {
    margin-right: 0;
    margin-left: 15px;
}

section.eightmod .fieldbox label,
section.eightmod .fieldbox label {
    position: absolute;
    left: 10px;
    z-index: 1;
    top: 10px;
    text-transform: uppercase;
    transition: 0.2s ease all;
}

section.eightmod .fieldbox input,
section.eightmod .fieldbox textarea {
    width: 100%;
    border-radius: 10px;
    background: #fff;
    border: none;
    padding: 15px 20px 15px 20px;
    font-size: 16px;

    font-family: "Akzidenz-Grotesk BQ";
}

section.eightmod .fieldbox textarea {
    height: 250px;
}

section.eightmod .fieldbox input:not([type]):focus,
section.eightmod .fieldbox input[type=text]:focus,
section.eightmod .fieldbox input[type=email]:focus,
section.eightmod .fieldbox textarea:focus {
    outline: none;
}

section.eightmod .fieldbox input:not([type]):focus+label,
section.eightmod .fieldbox input[type=text]:focus+label,
section.eightmod .fieldbox input[type=email]:focus+label,
section.eightmod .fieldbox textarea:focus+label,
section.eightmod .fieldbox.foc input:not([type])+label,
section.eightmod .fieldbox.foc input[type=text]+label,
section.eightmod .fieldbox.foc input[type=email]+label,
section.eightmod .fieldbox.foc textarea+label,
section.eightmod .fieldbox.foc.has-error input:not([type])+label,
section.eightmod .fieldbox.foc.has-error input[type=text]+label,
section.eightmod .fieldbox.foc.has-error input[type=email]+label,
section.eightmod .fieldbox.foc.has-error textarea+label {
    top: -5px;
    font-size: 10px;
    color: #808080;
}

section.eightmod>.row {
    display: flex;
}

section.eightmod>.row,
section.eightmod>.fieldbox {
    margin-bottom: 15px;
    float: left;
    width: 100%;
}


section.eightmod form .hide {
    display: none;
    width: 0px;
    height: 0px;
}

section.eightmod .pflicht {
    font-size: 14px;
    text-align: left;
    width: 100%;
    position: relative;
    color: #000;
    display: inline-block;
}

section.eightmod .datenschutz {
    width: 100%;
    position: relative;
    margin-top: 20px;
    float: left;
    color: #000;
}

section.eightmod .datenschutz label input {
    width: 25px;
    height: 25px;
    float: left;
    position: relative;
}

section.eightmod .datenschutz label input+.info {
    float: left;
    position: relative;
    width: calc(100% - 45px);
    margin-left: 20px;
}


section.eightmod .submit-wrapper {
    width: 100%;
    position: relative;
    margin-top: 20px;
    float: left;
}

section.eightmod .submit-wrapper .button {
    background: #fff;
    border: none;
    padding: 15px 30px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    border-radius: 10px;
    font-weight: 400;
    font-size: 15px;
}

section.eightmod .submit-wrapper .button:hover {
    background: #c28562;
    color: #fff;
}


section.eightmod .contentbox .innerbox+.innerbox {
    padding-left: 35px;
}


section.eightmod .contentbox.centric {
    width: 1000px;
    margin: 0 auto;
    padding-top: 50px;
}

section.eightmod .contentbox.centric+.contentboxwrapper {
    padding-top: 35px;
    padding-bottom: 35px;
    align-items: start;
}

section.eightmod .contentbox.centric+.contentboxwrapper .textbox:first-child {
    width: 35%;
}

section.eightmod .contentbox.centric+.contentboxwrapper .textbox:last-child {
    width: 65%;
}


section.eightmod .contentbox.centric+.contentboxwrapper .textbox:first-child .fieldbox {
    margin-bottom: 15px;
}

section.eightmod .contentbox.centric+.contentboxwrapper .textbox:last-child .fieldbox {
    background: #fff;
    border-radius: 15px;
    padding: 10px 15px;
}

section.eightmod .contentbox.centric+.contentboxwrapper .textbox:last-child .fieldbox p {
    text-transform: uppercase;
}

section.eightmod .contentbox.centric+.contentboxwrapper .textbox:last-child .fieldbox label {
    position: relative;
    display: flex;
    margin-bottom: 15px;
}

section.eightmod .contentbox.centric+.contentboxwrapper .textbox:last-child .fieldbox label input {
    visibility: hidden;
    position: absolute;
}

section.eightmod .contentbox.centric+.contentboxwrapper .textbox:last-child .fieldbox label .info:before {
    margin-right: 2px;
    content: " ";
    display: inline-block;
    vertical-align: baseline;
    width: 20px;
    height: 20px;
    left: 0;
    position: absolute;
    border-radius: 12378123px;
    border: 1px solid #c28562;
}

section.eightmod .contentbox.centric+.contentboxwrapper .textbox:last-child .fieldbox label input[type="checkbox"]:checked+.info:before {
    background-color: #c28562;
}

section.eightmod .contentbox.centric+.contentboxwrapper .textbox:last-child .fieldbox label .info {
    width: calc(100% - 40px);
    padding-left: 40px;
}

section.eightmod .contentbox.centric+.contentboxwrapper+.contentbox.centric {
    padding-top: 0;
}

section.eightmod .contentbox.centric+.contentboxwrapper+.contentbox.centric .datenschutz {
    float: none;
    display: inline-block;

}

section.eightmod .contentbox.centric+.contentboxwrapper+.contentbox.centric .datenschutz label {
    position: relative;
}

section.eightmod .contentbox.centric+.contentboxwrapper+.contentbox.centric .datenschutz label input {
    visibility: hidden;
    position: absolute;
}

section.eightmod .contentbox.centric+.contentboxwrapper+.contentbox.centric .datenschutz label input+label+.info,
section.eightmod .contentbox.centric+.contentboxwrapper+.contentbox.centric .datenschutz label input+.info {
    padding-left: 35px;
    margin-left: 0;
    text-transform: none;
}

section.eightmod .contentbox.centric+.contentboxwrapper+.contentbox.centric .datenschutz label input+label+.info:before,
section.eightmod .contentbox.centric+.contentboxwrapper+.contentbox.centric .datenschutz label input+.info:before {
    margin-right: 2px;
    content: " ";
    display: inline-block;
    vertical-align: baseline;
    width: 20px;
    height: 20px;
    left: 0;
    background: #fff;
    position: absolute;
    border-radius: 12378123px;
    border: 1px solid #fff;
}

section.eightmod .contentbox.centric+.contentboxwrapper+.contentbox.centric .datenschutz label input[type="checkbox"]:checked+label+.info:before,
section.eightmod .contentbox.centric+.contentboxwrapper+.contentbox.centric .datenschutz label input[type="checkbox"]:checked+.info:before {
    background-color: #c28562;
}


section.eightmod .contentbox.centric+.contentboxwrapper+.contentbox.centric .submit-wrapper {
    float: none;
    padding-bottom: 35px;
}

section.eightmod label.error {
    display: none !important;
}

section.eightmod .fieldbox.has-error {
    border: 1px solid #ff0000;
}

section.eightmod .fieldbox.has-error .info {
    color: #ff0000;
    text-transform: none;
}

section.eightmod .contentbox.centric+.contentboxwrapper+.contentbox.centric .datenschutz.has-error label input[type="checkbox"]:checked+label+.info {
    color: #000;
}

#datenschutz-error {
    display: none !important;
}

section.eightmod .fieldbox.datenschutz.has-error {
    padding-bottom: 15px;
    border: 0px solid #ff0000;
}


footer {
    float: left;
    position: relative;
    width: 100%;
    background: #575452;
}

footer .wrapper {
    padding: 0;

}

footer .social {
    display: flex;
}

footer .social a {
    margin-right: 15px;
}

footer .social a img {
    height: 40px;
    width: 40px;
}

footer .contentbox {
    display: flex;
    padding: 70px 0;
}

footer .contentbox .box {
    width: auto;
    padding-left: 35px;
}

footer .contentbox .contactboxen {
    display: flex;
    flex-wrap: wrap;
}

footer .contentbox .contactboxen .box.last {
    width: 100%;
    margin-top: 35px;
}

footer .logo {
    width: 35%;
    height: 100%;
    padding-left: 50px;
    display: inline-block;
    padding-right: 50px;
}

footer .logo img {

    width: 100%;
    text-align: center;
    display: inline;
}

footer .box,
footer .box a {
    color: #fff;
    font-weight: 400;
}

footer .copyright {
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
}


.copyrightbox {
    float: left;
    width: 100%;

}


.overlay+nav {
    display: none;
}



#modal {
    background: rgba(0, 0, 0, 0.72);
    color: #fff;
    width: 75%;
    max-width: 600px;
    margin: -250px 0px 0 -300px;
    border-radius: 15px;
    padding: 25px;
    position: fixed;
    top: 50%;
    height: 360px;
    left: 50%;
    z-index: 9999;
    display: none;

}

#modalheader {
    display: flex;
    width: 100%;
}

#modaltitle {
    text-align: center;
    font-size: 28px;
    width: 100%;
    line-height: 40px;
    border-bottom: 2px solid white;
}

#modalbody {
    padding: 10px;
    font-size: 35px;
    color: #fff;
}

#modalbody .infowrapper {
    display: flex;
    align-items: center;

}

#modalbody .infowrapper .imagebox {
    width: 50%;
    display: inline-block;
}

#modalbody .infowrapper .contentbox {
    width: 50%;
    display: inline-block;
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
    padding-left: 25px;
    color: #fff;
}

#modalbody .infowrapper .imagebox img {
    display: inline-block;
    width: 100%;
    height: auto;

}

#close {
    position: absolute;
    right: -10px;
    top: -10px;
    height: 40px;
    cursor: pointer;
    width: 40px;
    font-size: 22px;
    font-weight: 900;
    border-radius: 32423487px;
    margin: -1px 0 0 -1px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ccc;
    background: #fff;
    color: #000;
}

#close:hover {
    background: rgba(0, 0, 0, 0.2);
}




.mt-45 {
    margin-top: 45px;
}

.mt-85 {
    margin-top: 85px;
}


.dksystem .cta-wrapper {
    width: auto;
    display: inline-block;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.dksystem .cta-wrapper a.cta {
    text-decoration: none;
    position: relative;
    font-weight: 400;
    text-transform: uppercase;
    width: calc(100% / 1/3 - 30px);
    padding: 10px 40px;
    font-size: 14px;
    line-height: 18px;
    margin-top: 20px;
    border-radius: 0px;
    letter-spacing: .8px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    margin-right: 30px;
    background: #c28562;
    color: #fff;
    border: 1px solid #fff;
    float: none;
}


.standorte .box {
    padding: 0px 0 35px;
    text-align: center;
}


.standorte .box a {
    background: #c28562;
    padding: 10px 20px 8px 35px;
    border-radius: 10px;
    color: #fff;
    margin-right: 0px;
    position: relative;
    display: inline-block;
    margin-top: 10px;
    line-height: 18px;

}

.standorte .box a:before {
    content: "";
    background: url('../images/call.svg');
    background-size: contain;
    left: 10px;
    top: 10px;
    position: absolute;
    width: 15px;
    height: 15px;
}



fieldset {
    border: 0;
}

#datenschutz+.field-error {
    position: absolute;
    margin-top: -10px;
}

.error-message {
    color: red;
    font-size: 0.9em;
    margin-top: 0.25rem;
}

.error {
    color: red;
    font-size: 0.9rem;
}

.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.hp-field {
    position: absolute;
    left: -9999px;
    top: -9999px;
    height: 0;
    overflow: hidden;
}

.form-section {
    background-color: #f3efed;
    padding: 50px 0;
}

#kontakt {
    margin: 0 auto;
    width: 75%;
}

#kontakt h2 {
    margin-bottom: 45px;
}

form fieldset {
    display: inline-block;
    width: calc(100% / 1/2);
    float: left;
}

form fieldset:nth-child(1) {
    width: 40%;
}

form .fieldbox {
    display: inline-block;
    margin-bottom: 35px;
    width: 100%;
}

form .fieldfull {
    display: flex;
    margin-top: 0;
    column-gap: 15px;
}



form input,
form textarea {
    width: 100%;
    border-radius: 10px;
    background: #fff;
    border: none;
    padding: 15px 20px 15px 20px;
    font-size: 16px;
    font-family: "Rubik";
}

form textarea {
    height: 200px;
}

form button:hover {
    background: var(--maincolor);
    color: #fff;
}

form button {
    background: #fff;
    border: none;
    padding: 15px 30px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    border-radius: 10px;
    font-weight: 400;
    font-size: 15px;
}

form .datenschutz label {
    display: inline-block;
    width: 100%;
}

form .datenschutz input {
    width: 25px;
    margin-right: 15px;
}

form small {
    display: block;
    width: 100%;
    margin-top: 25px;
}




@media screen and (min-width: 1641px) {
    header .logo {
        position: absolute;
        top: 120px;
        left: 50%;
        margin-left: -250px;
        width: 500px;
        height: auto;
    }
}

@media screen and (min-width: 1780px) {
    header .logo {
        position: absolute;
        top: 120px;
        left: 50%;
        margin-left: -240px;
        width: 480px;
        height: auto;
    }
}

@media screen and (min-width: 1940px) {
    header .logo {
        position: absolute;
        top: 90px;
        left: 50%;
        margin-left: -240px;
        width: 480px;
        height: auto;
    }
}

@media screen and (max-width: 1640px) {
    header .logo {
        position: absolute;
        top: 120px;
        left: 50%;
        margin-left: -250px;
        width: 500px;
        height: auto;
    }

}

@media screen and (max-width: 1480px) {
    nav .mainmenu li {
        margin-right: 25px;
    }

}

@media screen and (max-width: 1440px) {
    .wrapper.content-width {
        max-width: 100%;
        width: calc(100% - 40px);
    }


    header .badge {
        width: 250px;
        height: 250px;
        top: 55%;
    }

    header .badge>div {
        width: 100%;
        height: 100%;
        text-align: center;
        font-size: 25px;
        line-height: 35px;
        border: 1px solid #c28562;
        padding: 80px 15px 0;
        border-radius: 2384725834px;
    }


}


@media screen and (max-width: 1320px) {
    nav .mainmenu li {
        margin-right: 20px;
    }

    nav .mainmenu li:last-child {
        margin-right: 0;
    }

    nav .mainmenu li a {
        font-size: 13px;
    }

    .wrapper {
        max-width: 100%;
    }

    header .menuwrapper .rightsmenu {
        padding-top: 10px;
    }

    header .menuwrapper .rightsmenu,
    header .menuwrapper>.mainmenu {
        padding-right: 15px;
    }

    header .menuwrapper .logo {
        padding-right: 10px;
    }

}

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

    .home .headerwrapper {
        height: 595px;
    }

    .badge {
        top: 60%;
        right: 5%;
    }

    .start h1 {
        font-size: 90px;
        line-height: 100px;
    }

    .fugenlos {
        margin-top: 240px;
        padding-top: 160px;
    }

    .fugenlos::before {
        content: "";
        background-image: url('../images/duschking-icon.svg');
        background-repeat: no-repeat;
        background-size: contain;
        width: 150px;
        height: 300px;
        position: absolute;
        top: -150px;
        left: 50%;
        margin-left: -75px;
        z-index: 2;
    }

    .fugenlos .wrapper.content-width .contentbox .imagebox {
        border: 20px solid #fff;
    }

    .badsanierung .contentbox h2 span {
        font-size: 60px;
        line-height: 70px;
    }

    h2,
    .h2-style {
        font-size: 30px;
        line-height: 45px;
    }


    form fieldset:nth-child(1) {
        width: 100%;
    }

}

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

    .start h1 {
        font-size: 90px;
        line-height: 100px;
    }

    h1,
    .h1-style {
        font-size: 40px;
        line-height: 55px;
    }

    h2,
    .h2-style {
        font-size: 30px;
        line-height: 45px;
    }

    .centric .wrapper.content-width {
        width: calc(100% - 40px);
    }

    .fullimage img {
        width: calc(100% - 40px);
        margin: 0 auto;
    }

    .ihrweg .contentbox h2,
    .duschking .contentboxwrapper .textbox h2 span,
    .badsanierung .contentbox h2 span,
    .walkin .contentboxwrapper .textbox h2 span {
        font-size: 60px;
        line-height: 70px;
    }

    .maps::before,
    .vorteile::before {
        width: 150px;
        height: 250px;
        top: -125px;
        margin-left: -75px;
    }


    .vorteile {
        margin-top: 220px;
    }

    .vorteile h2 {
        font-size: 50px;
        line-height: 60px;
    }



    .ihrweg .contentbox {
        width: 100%;
    }



    .badge {
        transform: scale(0.6) rotate(15deg)
    }

    .duschvorteil .contentboxwrapper .textbox h2 {
        margin-bottom: 20px;
        font-size: 25px;
        line-height: 30px;
        text-align: left;
        letter-spacing: 1px;
    }


    .duschvorteil .contentboxwrapper .textbox h2 span {
        font-size: 40px;
        line-height: 50px;
    }


    footer .contentbox {
        display: inline-block;
        width: 100%;
        padding: 30px 0;
    }

    footer .logo {
        width: 100%;
        padding: 0;
        text-align: center;
        margin-bottom: 25px;
    }

    footer .logo img {
        max-width: 300px;
    }

    footer .contentbox .box {
        padding-left: 0;
        text-align: center;
    }


    form {
        padding: 0 35px;
    }

    section.eightmod .contentboxwrapper,
    section.eightmod .contentbox.centric {
        width: calc(100% - 40px);
    }

    footer .contentbox .box {
        width: calc(100% / 1 / 3);
    }

}


@media screen and (max-width: 991px) {
    .home .headerwrapper {
        height: 455px;
    }

    .headerwrapper .logo {
        position: absolute;
        top: 0px;
        left: 0;
        margin-left: 0;
        width: 300px;
        height: auto;
        background: #fff;
        padding: 15px 30px;
    }


    .badge {
        top: 50%;
    }

    .walkin .contentboxwrapper .textbox:last-child {
        padding-left: 30px;
    }



    .contentboxwrapper {
        flex-direction: column;
    }

    .contentboxwrapper>div {
        width: 100%;
    }

    h1 {
        hyphens: none;
        -webkit-hyphens: none;
        -ms-hyphens: none;
        -moz-hyphens: none;
        text-align: center;
    }


    .start h1,
    .barrierefreies-bad .start h1,
    .bad-teilsanierung .start h1 {
        font-size: 60px;
        line-height: 60px;
    }

    h1 br {
        /*display: none;*/
    }


    .start h1 span.smaller {
        font-size: 25px;
        line-height: 25px;

    }

    .start h1 {
        line-height: 60px;
    }

    .start {
        margin-top: 30px;
        margin-bottom: 25px;
    }


    .gewerbe .start h1 span.smaller {
        font-size: 50px;
        line-height: 50px;
    }

    .gewerbe .start h1 span.smaller+br+span.smaller {
        font-size: 25px;
        line-height: 25px;
    }

    .badsanierung.centric {
        margin: 10px 0 30px;
    }

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

    .contentboxwrapper>div:last-child {
        padding-left: 0px;
    }


    .duschvorteil .contentboxwrapper .textbox:first-child {
        width: 100%;
    }

    .duschvorteil .contentboxwrapper .textbox:last-child {
        width: 100%;
        padding-left: 0;
        margin-top: 35px;
    }

    .ihrweg .contentbox .schritte .schritt::after {
        width: 85px;
        right: -57px;

    }

    .walkin.boxleft::before {
        width: 100%;
        background-color: rgba(38, 38, 38, 1);
    }

    .walkin .contentboxwrapper .textbox:first-child {
        width: 100%;

    }

    .walkin .contentboxwrapper .textbox:first-child img {
        height: 425px;
    }

    .walkin.boxleft .contentboxwrapper .textbox:last-child {
        width: 100%;
        color: #fff;
        margin-top: 35px;
    }

    .walkin.boxleft .contentboxwrapper .textbox:last-child .cta-wrapper a.cta {
        border: 1px solid #fff;
        color: #fff;
    }



    .walkin.boxright::before {
        background-color: rgba(38, 38, 38, 1);
        width: 100%;
    }


    .walkin.boxright .contentboxwrapper .textbox:last-child {
        width: 100%;
        color: #fff;
        margin-top: 35px;
    }

    .walkin.boxright .contentboxwrapper .textbox .cta-wrapper a.cta {
        border: 1px solid #fff;
        color: #fff;
    }

    .walkin.boxright h2,
    .walkin.boxright ul li,
    .walkin.boxright p,
    .walkin.boxright .textbox {
        color: #fff;
    }

    .walkin.boxright .contentboxwrapper .textbox:first-child {
        height: auto;
    }





    .walkin .contentboxwrapper .textbox:last-child {
        width: 100%;
        padding-left: 0;
        margin-top: 35px;
    }

    .twotext .textbox {
        width: 100%;
    }

    .twotext .textbox:first-child {
        padding-right: 0px;
    }

    .twotext .textbox:last-child {
        padding-left: 0px;
        margin-top: 35px;
    }

    .varianten .contentboxwrapper {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .varianten .contentboxwrapper .variantenbox {
        display: inline-block;
        align-items: center;
        margin-bottom: 65px;
        width: calc(100% / 1/2 - 30px);
        padding: 0 15px;
    }


    .varianten .contentboxwrapper .variantenbox .imageboxdesc {
        width: 100%;
    }

    .varianten .contentboxwrapper .variantenbox .cta-wrapper {
        width: calc(100% - 65px);
    }

    .varianten .contentboxwrapper .variantenbox .cta-wrapper a {
        padding: 11px 40px 8px;
        text-align: center;
        float: none;
        display: block;
    }


    section.eightmod .contentbox.centric+.contentboxwrapper {
        flex-direction: row;
    }

    section.eightmod .contentbox.centric+.contentboxwrapper .textbox:first-child {
        width: 50%;
        padding-right: 10px;
    }

    section.eightmod .contentbox.centric+.contentboxwrapper .textbox:last-child {
        width: 50%;
        padding-left: 10px;
    }


    .showroom-first .contentboxwrapper>div:first-child {
        width: 100%;
    }

    .showroom-first .contentboxwrapper>div:last-child {
        padding-left: 0;
        width: 100%;
    }


    .vornachteilimages .contentboxwrapper {
        flex-direction: row;
    }




    .duschgreen .contentboxwrapper:first-child>div:first-child {
        display: none;
    }

    .duschgreen .contentboxwrapper:first-child>div:last-child {
        width: 100%;
    }

    .duschgreen .contentboxwrapper:nth-child(2)>div:first-child {
        width: 100%;
        order: 2;
        margin-bottom: 35px;
    }

    .duschgreen .contentboxwrapper:nth-child(2)>div:nth-child(2) {
        order: 1;
    }

    .duschgreen .contentboxwrapper:nth-child(2) ul li br {
        display: none;
    }


    .duschgreen .contentboxwrapper:nth-child(2)>div:last-child {
        width: 100%;
        order: 3;
    }

    .duschgreen .contentboxwrapper:nth-child(3) {
        width: 100%;
        margin: 50px auto 45px;
        hyphens: none;
    }

    .duschgreen .contentboxwrapper:nth-child(3)>div:first-child {
        width: 100%;
        margin-bottom: 35px;
    }

    .duschgreen .contentboxwrapper:nth-child(4)>div:last-child {
        width: 100%;
    }

    .duschgreen .contentbox:nth-child(3) {
        margin: 50px auto;
        width: 100%;
    }

    .duschgreen .contentbox:nth-child(3)>div {
        width: 100%;
        margin: 0 auto;
        text-align: left;
    }

    .duschgreen .contentboxwrapper:nth-child(3)>div:last-child {
        width: 100%;
    }


    .asse .textbox:first-child {
        width: 100%;
    }

    .asse .textbox:first-child h2 {
        text-align: left;
        font-size: 85px;
        line-height: 100px;
        float: left;
    }

    .vertical {
        transform: none;
        writing-mode: unset;
    }

    .asse .textbox:last-child {
        width: 100%;
    }


    h1 span.smaller {
        clear: both;
        display: inline-block;
    }




    .contentboxwrapper.vb {
        flex-direction: row;
    }

    .vb .vorteil {
        width: calc(100% / 1/2 - 50px);
        margin: 0 25px 35px 25px;
        display: flex;
        flex-direction: column;
    }



}


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

    section.eightmod form {
        width: 100%;
    }



    .badezimmer .contentbox .schritte,
    .ihrweg .contentbox .schritte {
        flex-wrap: wrap;
    }

    .badezimmer .contentbox .schritte .schritt,
    .ihrweg .contentbox .schritte .schritt {
        width: calc(100%);
        margin-right: 0;
        padding-bottom: 65px;
    }

    .badezimmer .contentbox .schritte .schritt:last-child,
    .ihrweg .contentbox .schritte .schritt:last-child {
        padding-bottom: 25px;
    }

    .badezimmer .contentbox .schritte .schritt::after,
    .ihrweg .contentbox .schritte .schritt::after {
        width: 1px;
        right: 50%;
        top: inherit;
        bottom: 12px;
        height: 50px;
        border-bottom: 0;
        border-right: 2px dotted #000;
    }


    .fullimage {
        height: 425px;
    }

    .badsanierung .contentbox h2,
    .badsanierung .contentbox h2 span {
        letter-spacing: 2px;
    }

    .badezimmer .contentbox h2 {
        letter-spacing: 1px;
    }

    .badezimmer .contentbox .schritte {
        margin-top: 40px;
        margin-bottom: 0;
    }


    .duschking .contentboxwrapper .textbox:first-child {
        width: 50%;
    }

    .duschking .contentboxwrapper .textbox:last-child {
        width: 50%;
        text-align: justify;
        padding: 150px 0 90px 30px;
    }


    section.eightmod .contentboxwrapper {
        width: calc(100% - 40px);
        flex-direction: column;
    }

    section.eightmod .textbox {
        width: 100%;
    }

    .contentboxwrapper>div:last-child {
        padding-left: 0px;
    }

    .contentboxwrapper {
        flex-direction: column;
    }

    .contentboxwrapper>div {
        width: 100%;
    }

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

    .maerkisch h1>br:nth-child(1),
    .maerkisch h1>br:nth-child(3) {
        display: none;
    }

    .maerkisch h1 {
        margin-bottom: 35px;
    }


    .walkin .contentboxwrapper .textbox:first-child {
        width: 100%;
        height: 425px;
    }

    .walkin .contentboxwrapper .textbox:last-child {
        width: 100%;
        padding-left: 0;
        margin-top: 35px;
    }

    .walkin .contentboxwrapper .textbox h2 br:nth-child(1),
    .walkin .contentboxwrapper .textbox h2 br:nth-child(3) {

        display: none;
    }


    .vorteile {
        margin-top: 180px;
        padding-top: 120px;
    }

    .vorteile::before {
        width: 100px;
        height: 160px;
        top: -115px;
        margin-left: -50px;
    }

    .vorteile .wrapper.content-width {
        width: 100%;
        margin-top: 70px;
    }

    .vorteileicons .contentboxwrapper {
        flex-direction: row;
    }


    .asse .textbox:first-child {
        width: 100%;
    }

    .asse .textbox:last-child {
        width: 100%;
        text-align: justify;
    }

    .asse .textbox:first-child h2 {
        text-align: left;
        font-size: 20px;
        line-height: 30px;
        float: left;
    }






    .vertical {
        writing-mode: unset;
        transform: unset;
        white-space: nowrap;
        display: inline-block;
    }


    .fullimage.wi .imagebox {
        width: 100%;

    }


    .asse {
        margin: 45px 0;
    }

    .asse .textbox:first-child {
        width: 100%;
    }

    .asse .textbox:last-child {
        width: 100%;
        text-align: justify;
    }


    .asse .textbox:first-child h2 {
        text-align: left;
        font-size: 70px;
        line-height: 80px;
        float: left;
    }

    .asse .textbox:first-child h2 br {
        display: none;
    }

    .asse .textbox:last-child h2 br:nth-child(1) {
        display: none;
    }

    .duschking .contentboxwrapper .textbox:first-child {
        width: 100%;
        height: 425px;
    }

    .duschking .contentboxwrapper .textbox:last-child {
        width: 100%;
        text-align: justify;
        padding: 35px 0 35px 0px;
    }

    .duschking .contentboxwrapper .textbox h2 span br {
        display: none;
    }



    .showroom-first .contentboxwrapper>div:first-child {
        width: 100%;
    }

    .showroom-first .contentboxwrapper>div:last-child {
        padding-left: 0px;

        text-align: justify;
        width: 100%;
    }



    section.eightmod .contentbox.centric+.contentboxwrapper {
        flex-direction: column;
    }

    section.eightmod .contentbox.centric+.contentboxwrapper .textbox:first-child {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 25px;
    }

    section.eightmod .contentbox.centric+.contentboxwrapper .textbox:last-child {
        width: 100%;
        padding-left: 0px;
    }


    .schritte .schritt .check {
        display: inline-block;
    }


}



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

    .barrierefreies-bad .start h1,
    .bad-teilsanierung .start h1 {
        font-size: 70px;
        line-height: 80px;
    }

    .burger-menu {
        visibility: visible;
        opacity: 1;
        z-index: 9999;
        top: 0;


    }

    .dksystem .cta-wrapper a.cta {
        width: 100%;
        margin-right: 0;
    }


    .burger-menu .line {
        background: #000;
    }


    .contentbox.twocol {
        columns: 1;
        column-gap: 0px;
    }


    .badteilsanierung .contentbox h2 {
        letter-spacing: 5px;
        font-size: 25px;
    }

    nav {
        position: fixed;
        top: 0px;
        left: 0;
        width: 100vw;
        /*height: 100vh;*/
        height: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        pointer-events: none;
        z-index: 8;
        visibility: hidden;
        opacity: 0;
    }

    .overlay+nav {
        display: inline-block;
        visibility: visible;
        opacity: 1;
        padding-top: 75px;
    }

    nav .desktop-menu {
        width: 100%;
        text-align: center;
    }

    nav .desktop-menu ul {
        position: fixed;
        z-index: 101;
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
        list-style-type: none;
        width: 100%;
    }

    nav .desktop-menu ul li {
        padding: 6px 0;
        margin: 1em;
        opacity: 0;
        transition: 0.6s cubic-bezier(0.365, 0.84, 0.44, 1);
    }

    nav .desktop-menu ul li:last-child {
        margin-right: 1em;
    }

    nav ul li:nth-child(odd) {
        transform: translateX(-100%);
    }

    nav ul li:nth-child(even) {
        transform: translateX(100%);
    }

    nav ul li:nth-child(1) {
        transition-delay: 0.05s;
    }

    nav ul li:nth-child(2) {
        transition-delay: 0.1s;
    }

    nav ul li:nth-child(3) {
        transition-delay: 0.15s;
    }

    nav ul li:nth-child(4) {
        transition-delay: 0.2s;
    }

    nav .mainmenu li a {
        color: #c28562;
        transition: 0.5s;
        padding: 0 10px;
        font-size: 20px;
    }

    nav .mainmenu li a::after {
        background: #c28562;
    }

    /*nav .mainmenu li a::after {
        display: none;
    }
    nav .mainmenu li a:hover::after {
        transform: scaleX(1);
        transform-origin: left;
    }*/

    nav .mainmenu li a:hover {
        color: #c28562;
    }

    nav .mainmenu .sub-menu {
        display: inline-block;
        position: relative;
        width: unset;
        clear: both;
        top: unset;
    }

    nav .mainmenu li .sub-menu li {
        width: 100%;
        background: transparent;
    }


    #burger-toggle:checked~.burger-menu .line:nth-child(1) {
        background-color: #000;
    }

    #burger-toggle:checked~.burger-menu .line:nth-child(3) {
        background-color: #000;
        width: 75%;
    }


    .walkin .contentboxwrapper .textbox:first-child {
        height: 325px;
        overflow: hidden;
    }



    .start {
        margin-top: -40px;
    }

    .start h1 {
        font-size: 70px;
        line-height: 80px;
    }

    .walkin .contentboxwrapper .textbox:first-child {
        height: 325px;
    }

    .vorteile .wrapper.content-width .contentbox .imagebox {
        border: 20px solid #fff;
    }

    .vorteile h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .innerimage .imagebox {
        height: 325px;
    }




    .fullimage {
        height: 325px;
    }

    .duschking .contentboxwrapper .textbox:first-child {
        height: 325px;
    }


    section.eightmod .contentbox {
        width: 100%;
    }

    section.eightmod .headlinebox {
        width: 80%;
        margin: 125px auto 55px 0px;
    }

    section.eightmod .contentbox .innerbox {
        padding-bottom: 35px;
        width: 100%;
    }

    section.eightmod .contentbox .innerbox+.innerbox {
        padding-left: 0;
    }


    .gallery .gallerybox .galbox {
        width: calc(100% / 1/3 - 50px);
        margin: 0 25px 25px 25px;
        height: 245px;
        overflow: hidden;
    }



    .ihrweg .contentbox .schritte.icons .schritt {
        width: calc(100% / 1 / 2 - 70px);
    }



    .ihrweg .contentbox .schritte .schritt .check,
    .ihrweg .contentbox .schritte.smaller .schritt .check {

        margin: 20px auto;
    }



    .walkin .contentboxwrapper .textbox:first-child {
        width: calc(100% - 0px);
        padding: 0;
    }

    .walkin .contentboxwrapper .textbox:last-child {
        width: calc(100% - 0px);
        padding: 0;
    }

    .walkin.angebot .contentboxwrapper .textbox:first-child {
        width: calc(100% - 40px);
        padding: 0;
    }

    .walkin.angebot .contentboxwrapper .textbox:last-child {
        width: calc(100% - 40px);
        padding: 0;
    }


    h1 span.sm {
        font-size: 20px;
        line-height: 25px;
    }

    .business-steps__headline h2,
    .two-columns__headline h2 {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 3px;
    }

    .walkin.ebenerdig .contentboxwrapper .textbox h2 span {
        text-align: left;
        font-size: 25px;
        line-height: 35px;
        color: #fff;
    }

    .business-steps__middle p br {
        display: none;
    }

    .twotext .textbox h2 span,
    .twotext .textbox h2 {
        font-size: 25px;
        line-height: 34px;
    }

    .walkin.angebot .contentboxwrapper .textbox:first-child {
        height: auto;
    }



}



@media screen and (max-width: 620px) {
    .badge {
        top: 65%;
        transform: scale(1) rotate(15deg);
    }

    .headerwrapper .logo {
        width: 200px;
    }

    .rechtlichesmenu a {
        clear: both;
        display: block;
    }

    .fugenlos h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .fugenlos h2 span {
        font-size: 20px;
        line-height: 20px;
    }

    h1,
    .h1-style {
        font-size: 30px;
        line-height: 45px;
    }


    .ihrweg .contentbox h2 span {
        font-size: 30px;
        line-height: 45px;
    }

    .asse .textbox:first-child h2,
    .asse .textbox:last-child h2,
    .ihrweg .contentbox h2,
    .duschking .contentboxwrapper .textbox h2 span,
    .badsanierung .contentbox h2 span,
    .walkin .contentboxwrapper .textbox h2 span {
        font-size: 30px;
        line-height: 45px;
    }

    .vorteile h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .vorteileicons .contentboxwrapper {
        flex-direction: row;
    }

    .vorteileicons .contentboxwrapper .vorteilbox {
        width: calc(50% - 20px);
        margin: 0 10px 50px;
        text-align: center;
    }



    .varianten .contentboxwrapper .variantenbox {
        width: 100%;
    }

    .badteilsanierung .contentbox h2 {
        margin-bottom: 40px;
        letter-spacing: 3px;
        font-size: 25px;
        line-height: 35px;
    }

    .badteilsanierung .contentbox h2 span {
        font-size: 35px;
        line-height: 45px;
        letter-spacing: 3px;
    }

    .vornachteilimages .beforeafter {
        width: 350px;
    }

    .vornachteilimages .image-container {
        width: 350px;
        height: 410px;
        aspect-ratio: 1/1;
    }

    .phones {
        flex-direction: column;
    }

    .phones a {
        margin-right: 0;
        margin-bottom: 10px;
    }

    footer .contentbox .box {
        width: 100%;
        margin-bottom: 25px;
    }



    .fugenlos .wrapper.content-width .contentbox .imagebox {
        border: 20px solid #fff;
        width: calc(100% - 100px);
        margin: 0 auto;
    }

}


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

    .fullimage.wi .imagebox {
        width: 100%;
    }

    .ihrweg .contentbox .schritte.icons .schritt {
        width: calc(100% - 70px);
    }


    .walkin .contentboxwrapper p br {
        display: none;
    }

    .headerwrapper {
        height: 235px;
    }

    .home .headerwrapper {
        height: 345px;
    }

    header .logo {
        position: absolute;
        top: 90px;
        left: 50%;
        margin-left: -125px;
        width: 250px;
        height: auto;
    }

    .bad-teilsanierung .showroom-first h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .badge {
        width: 165px;
        height: 165px;
        top: 70%;

    }

    .badge>div {
        width: 100%;
        height: 100%;
        text-align: center;
        font-size: 14px;
        line-height: 22px;
        border: 1px solid #c28562;
        padding: 22px 0px 0;
        border-radius: 2384725834px;
    }

    .badge>div small {
        font-size: 14px;
        display: block;
    }

    .barrierefreies-bad .badge,
    .neues-bad .badge,
    .gewerbe .badge,
    .bad-teilsanierung .badge,
    .ueber-uns .badge {
        transform: scale(.8) rotate(15deg);
        width: 200px;
        height: 200px;
        right: 25%;
    }


    .start h1 {
        font-size: 60px;
        line-height: 60px;
    }

    .start {
        margin-top: 20px;
    }

    .vorteile h2 {
        letter-spacing: 5px;
    }


    .gallery .gallerybox .galbox {
        width: calc(100% / 1/2 - 50px);
        margin: 0 25px 25px 25px;
        height: 245px;
        overflow: hidden;
    }


    .vorteile h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .textbox.ws h2 span {
        font-size: 18px;
        line-height: 28px;
    }

    .wandverkleidung h2 {
        font-size: 30px;
        line-height: 45px;
    }

    .wandverkleidung h2 span {
        font-size: 20px;
        line-height: 30px;
    }


    .badteilsanierung .contentbox h2 {
        letter-spacing: 1px;
        font-size: 18px;
    }




    .fugenlos h2 {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 1px;
    }

    .fugenlos h2 span {
        font-size: 14px;
    }

    .barrierefreies-bad .start h1,
    .bad-teilsanierung .start h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .start h1 span.smaller::before {
        display: none;
    }



    .contentboxwrapper.vb {
        flex-direction: column;
    }

    .vb .vorteil {
        width: 100%;
        margin: 0 25px 35px 0px;
    }



    .badge>div small {
        font-size: 10px;
        display: inline-block;
        line-height: 12px;
        margin-top: 0px;
    }



}


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

    .ihrweg .contentbox.text-center br {
        display: none;
    }


    .maerkisch h1>br {
        display: none;
    }

    .maerkisch h1 {
        margin-bottom: 15px;
    }

    .walkin .contentboxwrapper .textbox h2 {
        text-align: left;
    }


    .vorteile .wrapper.content-width .contentbox .imagebox {
        border: 10px solid #fff;
        width: calc(100% - 100px);
    }

    .vorteileicons .contentboxwrapper .vorteilbox {
        width: 100%;
    }

    .badezimmer .contentbox h2 br {
        display: none;
    }

    .duschking .contentboxwrapper .textbox h2,
    .badsanierung .contentbox h2,
    h2,
    .h2-style {
        font-size: 25px;
        line-height: 35px;
    }


    section.eightmod .contentbox .row .fieldbox {
        width: 100%;
        margin-right: 0px;
        position: relative;
        margin-bottom: 15px;
    }


    .barrierefreies-bad .badge,
    .neues-bad .badge,
    .gewerbe .badge,
    .bad-teilsanierung .badge,
    .ueber-uns .badge {
        transform: scale(.6) rotate(15deg);
        width: 200px;
        height: 200px;
        right: 0%;
        top: 80%;
    }


    form .fieldfull {
        display: inline-block;
    }

}

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


    .gallery .gallerybox .galbox {
        width: 100%;
        margin: 0 25px 25px 25px;
        height: 245px;
        overflow: hidden;
    }

}



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



    .badge {
        width: 160px;
        height: 160px;
        top: 79%;
        right: 30%;
        margin-right: -75px;
    }

    .barrierefreies-bad .badge,
    .neues-bad .badge,
    .gewerbe .badge,
    .bad-teilsanierung .badge,
    .ueber-uns .badge {

        right: 45px;

    }

    .fugenlos .wrapper.content-width .contentbox .imagebox {
        border: 10px solid #fff;
        width: calc(100% - 90px);
        margin: 0 auto;
    }


    .wandverkleidung h2 {
        font-size: 22px;
        line-height: 35px;
    }

    .wandverkleidung h2 span {
        font-size: 18px;
        line-height: 28px;
    }

    .start {
        margin-bottom: 15px;
    }

    .start h1 {
        font-size: 45px;
        line-height: 45px;
    }

    h1,
    .h1-style {
        font-size: 25px;
        line-height: 35px;
    }

    .vorteile::before {
        width: 60px;
        height: 100px;
        top: -65px;
        margin-left: -30px;
    }

    .vorteile {
        margin-top: 100px;
        padding-top: 90px;
    }

    .vorteile h2 {
        font-size: 25px;
        line-height: 35px;
        letter-spacing: 0;
    }

    .vorteileicons .wrapper.content-width {
        width: 100%;
        margin-top: 35px;
    }


    .asse .textbox:last-child h2 br {
        display: block;
    }



    footer .logo img {
        width: 230px;
    }

    .home .headerwrapper {
        height: 345px;
    }

    .headerwrapper .logo {
        width: 170px;
    }


    .vornachteilimages {
        margin-top: 50px;
    }

    .vornachteilimages::before {
        width: 100px;
        height: 150px;

        top: -90px;
        margin-left: -45px;
    }

    .vornachteilimages .wrapper {
        padding-top: 110px;
    }

    .vornachteilimages .beforeafter {
        width: 300px;
    }

    .vornachteilimages .image-container {
        width: 300px;
        height: 220px;
    }

    .badteilsanierung .contentbox p {
        padding: 0 15px;
    }

    form {
        padding: 0 5px;
    }

    body {
        font-size: 14px;
    }

    section.eightmod .datenschutz label input+.info {
        width: calc(100% - 15px);
    }


    .walkin {
        margin-top: 25px;
    }

    .duschking .contentboxwrapper .textbox h2,
    .badsanierung .contentbox h2,
    h2,
    .h2-style {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0;
        margin-bottom: 25px;
    }


    .vornachteilimages .contentboxwrapper {
        flex-direction: column;
    }

    .vornachteilimages .imagebox:first-child {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        position: relative;
    }

    .vornachteilimages .imagebox:last-child {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        position: relative;
    }


    .vornachteilimages .imagebox:first-child::before {
        left: 0;
        top: 0;
        background: rgba(255, 255, 255, .7);
        padding: 10px 15px;
    }


    .vornachteilimages .imagebox:last-child::before {

        right: 0;
        top: 0;
        background: rgba(255, 255, 255, .7);
        padding: 10px 15px;
    }


    .headerwrapper .logo {
        left: -20px;
    }



}