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

Jessica Schinhofen
Februar 2024 - Website

Version 1.0 - Responsive

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



@import '../fonts/fonts.css';
@import 'slick.css';
@import 'aos.css';
@import 'fancybox.css';
@import 'bfsg.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;
    scroll-behavior: smooth;
}

:target::before {
    content: "";
    display: block;
    height: 100px;
    margin: -100px 0 0;
}



body {
    font-family: 'Akzidenz-GroteskBQ', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #5d5b59;
    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: #bdcfea;

    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(189,207,234, .6);
}



.textbox ul, ol {
    margin-left: 0px;
}

.textbox > ul, .textbox li {
    list-style-position: outside;
    list-style-type: square;
}

.textbox > ol li {
    margin-bottom: 20px;
}


.textbox > ul {
    margin: 35px 0;
}

.blogdetail ul li,
.rechtliches ul li,
.textbox > ul li {
    list-style-type: none;
    padding-left: 30px;
    font-weight: 400;
    position: relative;
    margin-bottom: 5px;
}

.rechtliches ul li:before,
.blogdetail ul li:before,
.textbox > ul li:before {
    content: "///";
    position: absolute;
    color: #bdcfea;
    left: 0;
    font-size: 16px;
    top: 0;
}


.textbox ol {
    margin-left: 20px;
}

.textbox ol li {
    list-style-position: outside;
    list-style-type: decimal;
}

.textbox ol li::marker {
    color: #bdcfea;
    font-weight: bold;
}




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

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

.backcolor-2 h2,
.backcolor-2 h3,
.backcolor-2 h4,
.backcolor-2 p {
    color: #fff;
}

.backcolor-2 p a {
    color: #fff;
    text-decoration: underline;
}

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

.backcolor-3 h2,
.backcolor-3 h3,
.backcolor-3 h4,
.backcolor-3 p {
    color: #fff;
}

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


.backcolor-2 .cta-wrapper a.cta,
.backcolor-3 .cta-wrapper a.cta {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}



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

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

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

}


.biggersubline p strong {
    font-size: 24px;
    line-height: 35px;
    font-weight: 700;
    font-family: "Akzidenz-GroteskBQ", sans-serif;
}




.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: #fff;
    border: 1px solid #bdcfea;
    padding: 15px 20px 10px;
    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: #bdcfea;
    color: #fff;
    border: 1px solid #bdcfea;
}

.cta-wrapper a.cta.sec {margin-left: 10px;}


/* 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; }



.wrapper.content-width {
    max-width: 1440px;
    margin:0 auto;
    position: relative;
    width: calc(100% - 40px);
}



header.headerwrapper {
    width: 100%;
    max-width: 1680px;
    position: relative;
    z-index: 1;
    margin:0 auto;

}

header.headerwrapper > .content {
    display: flex;
}
header.headerwrapper > .content .logomenu {
    width: 27%;
    background: #fff;
    position: relative;
    text-align: center;

    padding: 70px 0;

}
header.headerwrapper > .content .headerbild {
    width: 73%;
}




header .logo {
    position: relative;
    width: 270px;
    height: auto;
    display: inline-block;

}

header .menuwrapper {
    width: 270px;
    position: relative;
    margin-top: 35px;
    display: inline-block;
}


header .menuwrapper .mainmenu  {
    position: relative;
    z-index: 3;
    width: 100%;
    text-align: center;
    display: inline-block;
}




/* Menü */


nav {
    display: inline-block;
    position: relative;
    width: 100%;
    background: #fff;
}

nav .mainmenu, nav .mainmenu li {
    float: left;
    margin: 15px 0;
    list-style-type: none;
    position: relative;
    width: 100%;
    padding: 0px 0;
}


nav .mainmenu {
    background: #fff;
    position: relative;
    z-index: 1;
}

nav .mainmenu li { position: static; }

nav .mainmenu li button {
    border: none;
    background: none;
}


nav .mainmenu li button,
nav .mainmenu li span,
nav .mainmenu li a {
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 20px;
    font-size: 14px;
    letter-spacing: 1.5px;
    width: auto;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

nav .mainmenu li span:after,
nav .mainmenu li button span:after,
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: #bdcfea;
    height: 2px;
    content: "";
    left: 0;
    position: absolute;
    bottom: 0px;
}
nav .mainmenu > li > span:hover:after,
nav .mainmenu > li > button span:hover:after,
nav .mainmenu > li > a:hover:after {
    width: 100%;
}


nav .mainmenu > li.current > span:after,
nav .mainmenu > li.current > button span:after,
nav .mainmenu > li.current > a:after {
    width: 100%;
}

nav .mainmenu > li.currentparent button span,
nav .mainmenu > li.currentparent span,
nav .mainmenu > li.currentparent a,
nav .mainmenu > li.current > span,
nav .mainmenu > li.current > a {
    color: #bdcfea;
}


nav .mainmenu > li button:focus span {
    color: #bdcfea;
}



.submenu {
    /* visibility: hidden;
     opacity: 0;

     */
    display: none;

    opacity: 0;
    visibility: hidden;
    position: absolute;
    background-color: #fff;
    top: -40px;
    left: 220px;
    width: 320px;
    z-index: -1;
    height: 495px;
    padding: 41px 50px 10px 40px;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    text-align: left;

}


.submenu[aria-hidden="true"] { display: none; }
.submenu[aria-hidden="false"] {
        display: block;
        opacity: 1;
        visibility: visible;
        left: 270px;
        transition-delay:.1s;
}




.submenu li.menu-item {
    width: 100%;
    margin: 0;
}
.submenu li.menu-item a {
    text-align: left;
    padding: 10px;
    display: block;
    text-transform: none;
    font-weight: 400;
}

.submenu li.menu-item a:hover:after {
    display: none;
}
.submenu li.menu-item a:hover {
    color: var(--maincolor);
    font-weight: 500;
}


nav .mainmenu > li.currentparent .submenu > li > span:after,
nav .mainmenu > li.currentparent .submenu > li > a:after,
nav .mainmenu > li.current .submenu > li > a:after,
nav .mainmenu > li.current ul.submenu > li:after,
nav .mainmenu > li.current ul.submenu > li:hover:after,
nav .mainmenu ul.submenu > li:after,
nav .mainmenu ul.submenu > li.current span:after,
nav .mainmenu ul.submenu > li.current a:after {
    width: 0%;
    display: none;
}


nav .mainmenu > li > .submenu > li.current a,
nav .mainmenu > li > .submenu > li.current a {

    color: var(--maincolor);
    font-weight: 500;
}





.overlay + .is-drilldown {
    display: none;
}
#burger-toggle {
    position: absolute;
    appearance: none;
    opacity: 0;
}

#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: 33px;
    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;
    transition: 0.5s ease-in-out;
}
.burger-menu .line {
    position: absolute;
    right: 0;
    width: 75%;
    height: 4px;
    background: #000;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.5s ease;


}
.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);
}



.is-drilldown {
    display: none;
}




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

.contentboxwrapper {
    display: flex;
}

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

}

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


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




.start {
    margin-top: 0px;
    margin-bottom: 50px;
    background: #b8b1ae;
    padding: 100px 0;
    text-align: center;
}

.start .contentbox {
    max-width: 1000px;
    margin:0 auto;
}

.start h1 {
    text-align: center;
    color: #fff;
    font-family: 'GothamNarrowLight';
    font-size: 100px;
    line-height: 100px;
    letter-spacing: 8px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.start h1 span {
    text-transform: none;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 1px;
    font-weight: 400;
    display: block;
    margin-top: 10px;
}

.start .contentbox p {
    color: #fff;
}



.container.wi {
    margin-bottom: 80px;
}

.container.wi .contentboxwrapper {
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}
.container.wi .contentboxwrapper .imagebox {
    position: relative;
    padding-right: 50px;
}

.container.wi .contentboxwrapper .imagebox:after {
    content: "";
    background-color: #fff;
    border: 3px solid #fff;
    background-image: url('../images/lueckenlos-logo-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 100px;
    height: 180px;
    right: 0px;
    top: 50%;
    margin-top: -90px;
    z-index: 3;
}



.container.wi .contentboxwrapper .textbox {
    padding-left: 50px;
}
.container.pzrmehr h2,
.container.wi h2 {
    font-family: "GothamNarrowLight";
    margin-bottom: 35px;
}


#overlay {
    background: rgba(0,0,0, 0.8);
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    left: 0;
    z-index: 8;
    display: none;
}

#boxpopup {
    z-index: 9;
    position: fixed;
    top: 50%;
    display: none;
    height: auto;
    width: 650px;
    /*background: #bdcfea;*/
    background: #fff;
    border: 1px solid #101010;
    left: 50%;
    margin-left: -325px;
    margin-top: -300px;
    padding: 35px;
}


#boxpopup .logo {
    width: 60px;
    display: inline-block;
    margin-bottom: 2px;
    float: none;
}

.closePopup {
    cursor: pointer;
    position: absolute;
    top: 25px;
    right: 0%;
    padding: 12px 16px;
    transform: translate(0%, -50%);
    font-size: 25px;
  }

.closePopup:hover {background: #bbb;}


#boxpopup .contentboxwrapper {
    width: 100%;
    justify-content: center;
}

#boxpopup .contentboxwrapper .textbox {
    padding: 15px 20px;
    text-align: center;
    width: 100%;
    /*border: 1px solid #ccc;*/
    margin: 0 15px;
}


#boxpopup .contentboxwrapper .textbox:last-child {
    padding: 15px 20px;
}

.boxclose {
    color: #000;
    font-size: 14px;
    padding: 5px 10px;
    border: 1px solid #000;
    text-decoration: none;
    float: right;
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
}
a.boxclose {
    color: #000;
    position: relative;
    float: right;
    text-align: right;
}


#boxpopup #content {
    float: left;
    width: 100%;
    position: relative;
}



.container.wi.colored.sec {
    margin-top: 120px;
}
.container.wi.colored.sec .contentboxwrapper .imagebox:after {
    content: "";
    background-color: #fff;
    border: 3px solid #fff;
    background-image: url('../images/lueckenlos-logo-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 100px;
    height: 180px;
    right: unset;
    left: 0;
    top: 50%;
    margin-top: -90px;
    z-index: 3;
}

.container.wi.colored.sec .contentboxwrapper .textbox {
    padding-left: unset;
    padding-right: 50px;
}


.container.middlekasten .contentbox {
    max-width: 1000px;
    margin: 0 auto;
    padding: 80px 100px;
}
.container.middlekasten .contentbox h2 {
    font-family: "GothamNarrowLight";
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 25px;
}



.container.middlekasten + .vornachteil .contentboxwrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0px 0px;
}


.container.middlekasten + .vornachteil .contentboxwrapper .textbox:first-child {
    background-color: #b7b1ae;
    width: 50%;
    padding: 50px 80px;
    color: #fff;
}
.container.middlekasten + .vornachteil .contentboxwrapper .textbox:last-child {
     background-color: #d4d0cf;
    width: 50%;
    padding: 50px 80px;
    color: #fff;
 }

.container.middlekasten + .vornachteil .contentboxwrapper .textbox ul li:before {
    color: #fff;
}
.container.middlekasten + .vornachteil .contentboxwrapper .textbox .title {
    text-transform: uppercase;
    font-family: "GothamNarrowLight";
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 3px;
}





.container.middlekasten + .vornachteil .contentbox {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0px 0px;
}


.container.middlekasten + .vornachteil .contentbox .textbox:first-child {
    /*background-color: #d4d0cf;
      color: #fff;
    */
    width: 100%;
    padding: 50px 80px;

}


.container.middlekasten + .vornachteil .contentbox .textbox ul li:before {
    /*color: #fff;*/
}
.container.middlekasten + .vornachteil .contentbox .textbox .title {
    text-transform: uppercase;
    font-family: "GothamNarrowLight";
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 3px;
}




.container.textcol .textbox:first-child {
    width: calc(60% - 50px);
    margin-right: 50px;
}

.container.textcol .textbox:first-child h2 span {
    font-family: 'GothamNarrowLight';
    font-size: 35px;
    margin-bottom: 20px;
}

.container.textcol .textbox:last-child {
    width: calc(40% - 50px);
    margin-left: 50px;
    padding: 20px 20px;
}

.container.textcol .textbox:last-child h2 span {
    font-family: 'GothamNarrowLight';
    font-size: 35px;
    margin-bottom: 20px;
    display: block;
    line-height: 45px;
}
.container.textcol .textbox:last-child ul li:before {
    color: #fff;
}
.container.textcol .textbox:last-child ul li {
    color: #fff;
}

.container.textcol .contentbox {
    margin-top: 35px;
    margin-bottom: 50px;
}




.fullimage .imagebox {
    height: 550px;
    overflow: hidden;
}
.fullimage.bottom .img-cover {
    object-position: bottom;
}


.fullimage.wi:after {
    content: "";
    background-color: #fff;
    border: 3px solid #fff;
    background-image: url('../images/lueckenlos-logo-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 100px;
    height: 180px;
    right: 50%;
    bottom: 0;
    margin-bottom: -90px;
    margin-right: -50px;
    z-index: 3;
}



.fullimage.wi + section {
    margin-top: 130px;
}

.fullimage.wi + section.middlekasten.mt-0 {
    margin-top: 40px;
}

.container.titeltext {
    margin-bottom: 80px;
}

.container.titeltext .contentboxwrapper {
    max-width: 1100px;
    margin: 0 auto;
    align-items: center;
}

.container.titeltext .textbox:first-child h3 {
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    letter-spacing: 8px;
    font-family: "GothamNarrowLight";
    text-align: right;
    margin-bottom: 15px;
}

.container.titeltext .textbox:first-child h4 {
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    letter-spacing: 8px;
    font-family: "GothamNarrowBold";
    text-align: right;
}

.container.titeltext .contentboxwrapper .textbox:first-child {
    padding-right: 10px;
    width: calc(100% / 1/2);
}

.container.titeltext .contentboxwrapper .textbox:last-child {
    padding-left: 10px;
    width: calc(100% / 1/2);
}




.container.titeltext.sec .textbox:first-child h3 {
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-family: "GothamNarrowLight";
    text-align: right;
    margin-bottom: 15px;
}

.container.titeltext.sec .textbox:first-child h4 {
    font-size: 25px;
    line-height: 35px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-family: "GothamNarrowBold";
    text-align: right;
}



.container.titeltext .contentboxwrapper.mvn .textbox:first-child h4 {
    font-size: 30px;
    line-height: 40px;

}


.container.titeltext .vornachteil.contentboxwrapper {
    max-width: 1000px;
    margin: 45px auto 35px;
    padding: 0px 0px;
    align-items: unset;
}


.container.titeltext .vornachteil.contentboxwrapper .textbox:first-child {
    background-color: #bdcfea;
    width: 50%;
    padding: 50px 80px;
    color: #fff;
}
.container.titeltext .vornachteil.contentboxwrapper .textbox:last-child {
    background-color: #d4d0cf;
    width: 50%;
    padding: 50px 80px;
    color: #fff;
}

.container.titeltext .vornachteil.contentboxwrapper .textbox ul li:before {
    color: #fff;
}
.container.titeltext .vornachteil.contentboxwrapper .textbox .title {
    text-transform: uppercase;
    font-family: "GothamNarrowLight";
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 3px;
}


.container.titeltext.sec.team.noslick {
    margin-top: 80px;
}


.container.titeltext.sec.team .textbox:first-child {
    width: calc(45% - 25px);
    margin-right: 25px;

}
.container.titeltext.sec.team .textbox:last-child {
    width: calc(55% - 25px);
    margin-left: 25px;
}

.teamwrapper.noslide {
    display: flex;
    justify-content: center;
}

.teamwrapper.noslide .team {
    width: calc(100% / 1/3 - 30px);
    margin: 0 15px 25px;
}

.teamwrapper .team a {
    display: flex;
    align-items: center;
    margin-bottom: 25px;

}
.teamwrapper .team .imagebox {
    width: 200px;
    height: 200px;
}

.teamwrapper .team a .desc {
    padding-left: 20px;
    color: #5d5b59;
    width: calc(100% - 200px);
}

.teamwrapper .team a .desc p {
    color: #bdcfea;
    font-weight: bold;
    text-transform: uppercase;
}
.teamwrapper .team a .desc p span {
    color: #b8b1ae;
    font-weight: bold;
    display: block;
}

.teamwrapper .team a .desc span {
    color: #b8b1ae;
    font-weight: normal;
    display: block;

}

.teamwrapper .team a .desc .vitabtn {
    border: 1px solid #bdcfea;
    padding: 5px 10px;
    text-transform: uppercase;
    font-family: "GothamNarrowLight";
    display: inline-block;
    margin-top: 15px;
}


.teamwrapper .team a:hover .desc .vitabtn {
    background: #bdcfea;
    color: #fff;
}

.teamwrapper {
    margin-top: 35px;
}

.team h2 span {
    font-size: 25px;
    line-height: 35px;
    display: block;
}

.teamwrapper .team a {
    flex-direction: column;
    margin-right: 20px;
}
.teamwrapper .team .imagebox {
    width: 100%;
    height: 385px;
    margin-bottom: 20px;
}

.implantate .teamwrapper .team .imagebox {
    width: 100%;
    height: 450px;
    margin-bottom: 20px;
}

.teamwrapper .team a .desc {
    padding-left: 0px;
    width: 100%;
}


.teamwrapper div.slick-next,
.teamwrapper div.slick-prev {
    position: absolute;
    top: 20%;
    width: 35px;
    height: 35px;
}

.teamwrapper div.slick-next {
    right: 10px;
}

.teamwrapper .slick-list {
    margin:0 auto;
    max-width: 90%;
}

/*
.teamwrapper div.slick-prev.team {

    width: 35px;
    height: 35px;
    border: 0;
    margin-top: 0;
    margin-bottom: 25px;
}

.teamwrapper div.slick-next.team {

    width: 35px;
    height: 35px;
    border: 0;
    margin-top: 0px;
    padding-left: 0;
}
*/


.teamwrapper.four {
    justify-content: center;
    flex-wrap: wrap;
}

.teamwrapper.four .team {
    display: inline-block;
    width: calc(100% / 1/4 - 20px);
    margin: 0 10px 25px;
}

.teamkasten {
    padding: 0px 0;
    margin-top: 80px;
    margin-bottom: 0;
}
/*


.teamkasten .teaminner {
    display: flex;
    flex-wrap: wrap;
}

.teamkasten .team {
    display: inline-block;
    width: calc(100% / 1/4);
    margin: 0 0px;
    position: relative;
    overflow: hidden;
}
.teamkasten .team .desc {
    width: 100%;
    display: inline-block;
    margin-top: 10px;
    position: absolute;
    z-index: 3;
    visibility: hidden;
    opacity: 0;
    bottom: -50%;

    background: rgba(255,255,255, 0.8);
    left:0;
    padding: 10px 0;
}

.teamkasten .team:hover .imagebox {
    overflow: hidden;
}

.teamkasten .team:hover .imagebox img {
    transform: scale(1.1);
}

.teamkasten .team:hover .desc {
    visibility: visible;
    opacity: 1;
    bottom: 0;
}
*/


.teaminner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.team > .imagebox {
    position: relative;
    aspect-ratio: 1 / 1; /* macht die Bilder quadratisch */
    overflow: hidden;
    border-radius: 0; /* optional: abgerundete Ecken */
}

.team .imagebox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.team .imagebox:hover img {
    transform: scale(1.05);
}


/* Optional responsive */
@media (max-width: 1100px){
    .teaminner{ grid-template-columns: repeat(3,1fr); }
}
@media (max-width: 800px){
    .teaminner{ grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 520px){
    .teaminner{ grid-template-columns: 1fr; }
}


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

.teamkasten .team .desc .name {
    color: #000;
    font-weight: normal;
    text-transform: uppercase;
}


.teamkasten .team .desc p {
    color: #000;
    font-weight: normal;
    display: block;
}

.teamkasten .backcolor-1 h2,
.teamkasten .backcolor-1 p {
    color: #000;
}


.teamkasten .wrapper {
    padding: 35px 25px;
}





.collagen .contentboxwrapper {
    display: flex;
    flex-wrap: wrap;
}

.collagen .colbox {
    display: inline-block;
    width: calc(100% / 1/4 - 20px);
    margin: 0 10px;
    position: relative;
    overflow: hidden;
}


.collagen .colbox:last-child {
    padding-left: 0;
}
.collagen .colbox .desc {
    width: 100%;
    display: inline-block;
    margin-top: 10px;
    position: absolute;
    z-index: 3;
    visibility: hidden;
    opacity: 0;
    bottom: -50%;
    /* background: rgba(189,207,234, 0.8); */
    background: rgba(255,255,255, 0.8);
    left:0;
    padding: 10px 0;
    text-align: center;
}

.collagen .colbox:hover .imagebox {
    overflow: hidden;
}

.collagen .colbox:hover .imagebox img {
    transform: scale(1.1);
}

.collagen .colbox:hover .desc {
    visibility: visible;
    opacity: 1;
    bottom: 0;
}





.contentboxwrapper.hovertext {
    justify-content: center;
    margin-top: 10px;
}

.contentboxwrapper.hovertext .textbox {
    display: flex;
    align-items: center;
    width: calc(100% / 1/4 - 15px);
    margin:0 15px;
    overflow: hidden;
    /*padding: 0 40px;*/
    padding: 0 15px;
    height: 330px;
    position: relative;
    cursor: pointer;
}

.contentboxwrapper.hovertext .textbox:nth-child(1) {
    background-color: #b7b1ae;
}
.contentboxwrapper.hovertext .textbox:nth-child(2) {
    background-color: #d4d0cf;
}

.contentboxwrapper.hovertext .textbox:nth-child(3) {
    background-color: #bcceea;
}

.contentboxwrapper.hovertext .textbox:nth-child(4) {
    background-color: #b6b0ad;
}


.contentboxwrapper.hovertext .textbox .title {
    text-align: left;
    text-transform: uppercase;
    font-family: "GothamNarrowLight";
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 8px;
    color: #fff;
}

.contentboxwrapper.hovertext .textbox .hovercontent {
    visibility: hidden;
    opacity: 0;
    height: 0;
    position: absolute;
    width: 100%;

    color: #fff;
    text-align: left;

    font-size: 14px;
    line-height: 18px;

    left: 40px;
    padding-right: 80px;

    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;

}

.contentboxwrapper.hovertext .textbox:hover .title {
    margin-top: -50px;
}
.contentboxwrapper.hovertext .textbox:hover .hovercontent {
    height: auto;
    opacity: 1;
    visibility: visible;

    bottom: 50px;
}


.contentboxwrapper.hovertext .textbox:hover:nth-child(1) .title {
    margin-top: -215px;
}
.contentboxwrapper.hovertext .textbox:hover:nth-child(2) .title {
    margin-top: -215px;
}

.contentboxwrapper.hovertext .textbox:hover:nth-child(3) .title {
    margin-top: -145px;
}
.contentboxwrapper.hovertext .textbox:hover:nth-child(3) .hovercontent {
    bottom: 70px;
}


.contentboxwrapper.hovertext .textbox:hover:nth-child(4) .title {
    margin-top: -85px;
}
.contentboxwrapper.hovertext .textbox:hover:nth-child(4) .hovercontent {
    bottom: 90px;
}



.mt-80 {
    margin-top: 200px;
}
.mt-40 {
    margin-top: 100px;
}


.fullimage.backtop-col3:before {
    content: "";
    top: -100px;
    width: 1000px;
    height: 100px;
    background: #d5d2d0;
    position: absolute;
    left: 50%;
    margin-left: -500px;
}


.contentunderimage .wrapper {
    max-width: 1000px;
    margin:0 auto;
    text-align: center;

    padding: 80px 80px;
}

.contentunderimage .wrapper h2 {
    font-family: "GothamNarrowLight";
    letter-spacing: 8px;
    font-size: 70px;
    line-height: 80px;
    margin-bottom: 15px;
    color: #fff;
}
.contentunderimage .wrapper h2 span {
    font-family: "GothamNarrowLight";
    letter-spacing: 8px;
    font-size: 30px;
    line-height: 40px;
    display: block;
    margin-top: 15px;
    color: #fff;
}




.container.contentunderimage + .vornachteil .contentboxwrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0px 0px;
}


.container.contentunderimage + .vornachteil .contentboxwrapper .textbox:first-child {
    background-color: #bdcfea;
    width: 50%;
    padding: 50px 80px;
    color: #fff;
}
.container.contentunderimage + .vornachteil .contentboxwrapper .textbox:last-child {
    background-color: #d4d0cf;
    width: 50%;
    padding: 50px 80px;
    color: #fff;
}

.container.contentunderimage + .vornachteil .contentboxwrapper .textbox ul li:before {
    color: #fff;
}
.container.contentunderimage + .vornachteil .contentboxwrapper .textbox .title {
    text-transform: uppercase;
    font-family: "GothamNarrowLight";
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 3px;
}




.vita .contentboxwrapper .imagebox {
    width: 30%;
}
.vita .contentboxwrapper .textbox {
    width: 70%;
    padding-left: 35px;
}

.vita .contentboxwrapper .textbox h2 {
    font-size: 25px;
    line-height: 35px;
}

.vita .contentboxwrapper .textbox.small {
    width: 45%;
}
.vita .contentboxwrapper .jameda {
    width: 280px;
    padding-left: 0;
}

.vita .contentbox {
    margin-top: 35px;
}








.totop {
    position: fixed;
    bottom: 50px;
    right: 15px;
    z-index: 9;
}
.totop a {
    background: #bdcfea;
    color: #fff;
    padding: 5px 10px 0 10px;
    text-align: center;
    margin-bottom: 5px;
    clear:both;
    display: block;
    width: 175px;
    text-transform: uppercase;
    line-height: 25px;

    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.15);
}
.totop a:hover {
    background: #fff;
    color: #000;
}



.fachbereich .wrapper {
    max-width: 1000px;
    margin:0 auto;
    padding: 80px 0 0;
}

.fachbereich .wrapper .contentboxwrapper {
    flex-wrap: wrap;
}


.fachbereich .wrapper .textbox {
    width: calc(100% / 1/2 - 70px);
    margin-bottom: 100px;
}


.fachbereich .wrapper .textbox:nth-child(1n) {
    margin-right: 70px;
}

.fachbereich .wrapper .textbox:nth-child(2n) {
    margin-left: 70px;
    margin-right: 0px;
}

.fachbereich .wrapper .textbox:last-child {
    padding-left: 0;
}

.fachbereich .wrapper .textbox .imagebox {
    margin-bottom: 20px;
}

.fachbereich .wrapper .textbox .imagebox img {
    width: 145px;
    height: auto;
}

.fachbereich .wrapper .textbox .description .title {
    font-family: "GothamNarrowLight";
    letter-spacing: 5px;
    font-size: 30px;
    line-height: 40px;
    color: #b8b1ae;
    margin-bottom: 20px;
    text-transform: uppercase;
}


.smallbigheader {
    margin-bottom: 100px;
}

.smallbigheader .wrapper .contentbox {
    padding: 80px 0;
    max-width: 1000px;
    margin:0 auto;
}


.smallbigheader .wrapper .contentbox h3,
.smallbigheader .wrapper .contentbox h2 {
    font-family: "GothamNarrowLight";
    letter-spacing: 8px;
    font-size: 30px;
    line-height: 40px;
    display: block;
    color: #fff;
}

.smallbigheader .wrapper .contentbox h3 span,
.smallbigheader .wrapper .contentbox h2 span {
    font-family: "GothamNarrowLight";
    letter-spacing: 8px;
    font-size: 70px;
    line-height: 80px;
    color: #fff;
    margin-top: 15px;
    display: block;
}

.smallbigheader .wrapper .contentbox p {
    color: #fff;
    margin-top: 25px;
}

.fullimage.wi + section.smallbigheader.light {
    margin-top: 80px;
}


.smallbigheader.light .wrapper .contentbox h3,
.smallbigheader.light .wrapper .contentbox h2 {

    color: #5d5b59;
}

.smallbigheader.light .wrapper .contentbox h3 span,
.smallbigheader.light .wrapper .contentbox h2 span {
    color: #5d5b59;

}

.smallbigheader.light .wrapper .contentbox p {
    color: #5d5b59;
}




.container.colored .contentboxwrapper {
    max-width: 100%;
    align-items: center;
}

.container.colored .textbox p {
    margin-bottom: 25px;
}
.container.colored .textbox p strong  {
    font-family: "GothamNarrowBold";
    color: #b8b1ae;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.container.colored .textbox p strong span {
    color: #bdcfea;
}

.container.colored .contentboxwrapper .imagebox {
    width: calc(45% - 45px);

}
.container.colored .contentboxwrapper .textbox {
    width: calc(55% - 45px);
}

.container.colored .contentbox:last-child {
    margin-top: 35px;
}



.kooperationspartner {
    margin: 40px 0;
}
/*
.kooperationspartner .contentboxwrapper {
    flex-wrap: wrap;
    justify-content: center;
}
.kooperationspartner .contentboxwrapper .imagebox {
    width: calc(100% / 1/4 - 15px);
    margin: 0 15px 25px;

    border: 1px solid #ccc;
    padding: 10px 15px;
}
*/

/* Grid für Logos */
.partner-list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.partner-item{
    background: #fff;
    border-radius: 0px;
    border: 1px solid #ccc;
    padding: 15px;
    display: grid;
    place-items: center;
    /* feste Höhe für gleichmäßige Kacheln, passt Logos an */
    min-height: 130px;
}
.partner-item .img-contain{
    max-width: 100%;
    max-height: 125px;   /* verhindert „Ausbeulen“, Logos bleiben gleichmäßig groß */
    height: auto;
    width: auto;
    display: block;
}


/* Responsive Breakpoints */
@media (max-width: 1100px){
    .partner-list{ grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 760px){
    .partner-list{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 460px){
    .partner-list{ grid-template-columns: 1fr; }
}

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


.external-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.25em;
}
.icon-external {
    width: 0.9em;
    height: 0.9em;
    fill: currentColor;
}

input[type="checkbox"]:focus {
    outline: 2px solid #005fcc; /* blauer Rahmen */
    outline-offset: 2px;
}

input[type="checkbox"]:focus-visible {
    outline: 3px solid #ff6600; /* auffällige Farbe */
    outline-offset: 3px;
    border-radius: 3px;
}


.field-error {
    color: #c00;
    font-size: 0.9rem;
    margin-top: 0.25rem;
}
input.error, textarea.error {
    border-color: #c00;
    outline: none;
}


input[type="checkbox"] {
    position: relative;
    z-index: 1;
}

input[type="checkbox"]:focus {
    outline: 3px solid red !important;
    outline-offset: 3px;
}

input[type="checkbox"]:focus + label {
    background: rgba(255, 200, 200, 0.5); /* testweise highlight */
}

.container.up h2 {
    font-family: "GothamNarrowBold";
    margin-bottom: 25px;
}
.container.up h2 span {
    font-family: "GothamNarrowLight";
}

.container.up .contentboxwrapper {
    align-items: center;
}

.container.up .imagebox {
    width: calc(45% - 45px);
}
.container.up .textbox {
    width: calc(55% - 45px);
}
.container.up li {
    font-weight: bold;
}



.container.up.sec {
    margin-top: 0px;
}


.container.up.sec li {
    font-weight: normal;
}
.testimonials {
    margin: 100px 0;
}
.testimonials .wrapper {
    max-width: 1000px;
    background: #e1dedd;
    padding: 80px 0;
    text-align: center;

}

.testimonials .wrapper h2 {
    font-family: "GothamNarrowLight";
    letter-spacing: 5px;
}


.testimonials .contentboxwrapper #testi-slider:before {
    content: "";
    background: url('../images/quotes.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 70px;
    height: 85px;
    top: -100px;
    left: 50%;
    margin-left: -35px;
}

.testimonials .contentboxwrapper {
    margin: 120px auto 0;
    width: 85%;
    flex-direction: column;
}

.testimonials .contentboxwrapper > div {
    width: 100%;
}

#testi-slider {
    display: flex;
}



.testimonials button.slick-prev {

    width: 35px;
    height: 35px;
    border: 0;
    margin-top: 25px;
    position: absolute;
    background: transparent;

    left: 0;
}

.testimonials button.slick-next {

    width: 35px;
    height: 35px;
    border: 0;
    margin-top: 25px;
    padding-left: 0;
    position: absolute;
    right: 0;
      background: transparent;
}

.testimonials .contentboxwrapper > div.testi-controls {
    padding-left: 0;
}

.testimonials .contentboxwrapper > div.testi-controls button {
    background: transparent;
    border: 1px solid #000;
    padding: 5px 15px;
    margin-top: 25px;
}


.slick-pause.is-paused { opacity:.15; } /* kleiner visueller Hinweis */
.slick-pause:focus-visible{ outline:3px solid #fff; outline-offset:4px; box-shadow:0 0 0 3px rgba(0,0,0,.25); }


.testimonials .nutzer {
    padding: 0 100px;
}

.testimonials .nutzer span {
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin-top: 20px;
    letter-spacing: 3px;
}



.streetview {
    margin: 65px 0;
}

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




#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;
}




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

.implantologieschritte .contentboxwrapper {
    flex-wrap:wrap;
    margin: 75px auto;
    max-width: 1100px;

}

.implantologieschritte .contentboxwrapper .textbox:first-child {
    width: 100%;
    margin-bottom: 45px;
}

.implantologieschritte .contentboxwrapper .textbox:nth-child(2),
.implantologieschritte .contentboxwrapper .textbox:nth-child(3),
.implantologieschritte .contentboxwrapper .textbox:nth-child(4) {
    width: calc(100% / 1/3 - 40px);
    margin-right: 40px;

}

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

.implantologieschritte .contentboxwrapper .imagebox {
    width: auto;
    margin-bottom: 20px;
}
.implantologieschritte .contentboxwrapper .imagebox img {
    width: 145px;
    height: auto;
}
.implantologieschritte .contentboxwrapper .description .title {
    font-family: "GothamNarrowLight";
    letter-spacing: 5px;
    font-size: 30px;
    line-height: 40px;
    color: #b8b1ae;
    margin-bottom: 20px;
    text-transform: uppercase;
}




/* Kontaktformular */

section.eightmod .contentbox {

}

section.eightmod .fieldbox label.caplabel {
    top: 0;
}

.captcha-row {
    margin-top: 0px;
}

section.eightmod .contentbox {
    align-items: center;
    width: 680px;
    margin: 0 auto;
    padding: 75px 0;
}
section.eightmod .textbox {

    margin: 0;
    position: relative;
    display: inline-block;

    color: #fff;
}

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;*/
    position: relative;
    left: 0px;
    z-index: 1;
    top: 0px;
    text-transform: uppercase;
    transition: 0.2s ease all;
    color: #5d5b59;
}
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;

    color: #5d5b59;
}

section.eightmod .fieldbox textarea {
    height: 250px;
    font-family: 'Akzidenz-GroteskBQ', sans-serif;
    color: #5d5b59;
}

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 {
    top: -5px;
    font-size: 10px;
    color: #5d5b59;
}

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: #fff;
    display: inline-block;
}
section.eightmod .datenschutz {
    width: 100%;
    position: relative;
    margin-top: 20px;
    float: left;
    color: #fff;
}

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 .datenschutz label input + .info a {
    color: #fff;
}

section.eightmod .datenschutz a {
    color: #fff;
}

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

section.eightmod .submit-wrapper .button {
    background: #fff;

    padding: 15px 30px;
    text-align: center;
    text-transform: uppercase;
    color: #5d5b59;
    border-radius: 10px;
    font-weight: 400;
    font-size: 15px;
    border: 1px solid #fff;
}
section.eightmod .submit-wrapper .button:hover {
    background: #bdcfea;
    color: #fff;
    border: 1px solid #fff;
}
section.eightmod .result {
    text-align: center;
    color: #fff;
    padding: 35px 0;
}

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


.checklist {
    margin: 15px 0 65px;
}







.anfrageform {
    padding: 75px 0;
}

.anfrageform form {
    max-width: 75%;
    margin: 0 auto;
    padding: 0;

}

.anfrageform form h2 {
    margin-bottom: 35px;
    font-size: 35px;
    line-height: 45px;
}

.anfrageform form h3 {
    margin-top: 35px;
    margin-bottom: 0px;
    font-size: 35px;
    line-height: 45px;
}

.anfrageform .form-row {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}


.anfrageform .form-row > div {
    flex: 1;
    min-width: 48%;
}

.anfrageform .form-row.check {
    display: flex;
    flex-wrap: unset;
    align-items: baseline;
}

.anfrageform .form-row.check input {
    width: 25px;
}



.anfrageform .inline-options {
    display: flex;
    gap: 2rem;
    margin-bottom: 1rem;
}

.anfrageform .inline-options label {
    font-size: 16px;
    color: #000;
}

.anfrageform label {
    display: block;
    font-size: 16px;
    color:  #000;
    margin: 1rem 0 0.3rem;
}

.anfrageform input,
.anfrageform textarea,
.anfrageform select,
.anfrageform button {
    width: 100%;
    padding: 0.75rem;
    border: 0px solid var(--maincolor);
    border-radius: 10px;
    font-size: 16px;
    background: #fff;
    transition: border 0.3s;
    color: #000;
}

.anfrageform textarea {

}

.anfrageform input:focus,  .anfrageform textarea:focus,  .anfrageform select:focus {
    border-color: var(--maincolor);
    outline: none;
}

.anfrageform input.error,  .anfrageform textarea.error {
    border: 1px solid red;
}

.anfrageform .field-error {
    color: red;
    font-size: 0.75rem;
    margin-top: 0.2rem;
}



.anfrageform button.cta {
    position: relative;
    margin: 25px 0 0;
    padding: 15px 20px;
    transition: all 0.2s ease;
    display: block;
    border: 0;
    width: auto;
    cursor: pointer;

    background: #fff;
    border-radius: 10px;
    color: #000;
}

.anfrageform button.cta span {
    position: relative;
    font-size: 16px;
    line-height: 18px;


    text-transform: uppercase;
    vertical-align: middle;
}

.anfrageform button.cta:hover {
    color: #fff;
    background: var(--maincolor);

}



.anfrageform .captcha-wrapper img {
    display: block;
    margin: 0.5rem 0;
    border: 1px solid var(--backcolor-main);
    border-radius: 0px;
    cursor: pointer;
}

.anfrageform .success {
    color: var(--maincolor);
    margin-top: 1rem;
}

.anfrageform p {
    color: #000;
}

.anfrageform .error {
    color: red;
    margin-top: 0;
}

fieldset {
    border: 0;
}

.anfrageform .form-row.check {
    flex-wrap: wrap;
}

.anfrageform .form-row.check  input {
    width: 25px;
}
.anfrageform .form-row.check  label {
    width: calc(100% - 75px);
    margin-left: 10px;
}


@keyframes shake {
    0% { transform: translateX(0); }
    25% { transform: translateX(-4px); }
    50% { transform: translateX(4px); }
    75% { transform: translateX(-4px); }
    100% { transform: translateX(0); }
}
input.error {
    animation: shake 0.3s ease;
}




footer {
    float: left;
    position: relative;
    width: 100%;
}
footer .wrapper {
    padding: 0;
}

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

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

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

footer .logo img {

    width: 300px;
    text-align: center;
    display: inline;
}
footer .box,
footer .box a {
    color: #5d5b59;
    font-weight: 400;
}

footer img.award {
    height: 250px;
    width: auto;
}

footer .wrapperbox {
    display: flex;
    align-items: end;
    flex-wrap: wrap;
    width: calc(100% - 35%);
}

footer .wrapperbox .box:first-child {
    width: 40%;
    padding-bottom: 45px;
}
footer .wrapperbox .box:nth-child(2) {
    width: 40%;
    padding-bottom: 45px;
}

footer .wrapperbox .box:nth-child(3) {
    text-align: right;
    width: 20%;
    padding-left: 0;
}


footer .logo .social {
    width: 100%;
    display: flex;
    align-content: center;
    margin-top: 20px;
    justify-content: center;
}





footer .logo .social a {
    display: inline-block;
    margin-right: 10px;
    width: 40px;
}

footer .logo .social a img {
    height: 30px;
}


footer .logo .social a:last-child {
    margin-right: 0;
}


footer .box .h3-style {
    font-family: "GothamNarrowLight";
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 5px;
    color: #b8b1ae;
    margin-bottom: 20px;
}



.legal {
    float: left;
    width: 100%;position: relative;
    color:#fff;

    font-size: 14px;
    text-align: center;
    padding: 10px 0;
}

.legal a {
    color: #fff;
}

.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);
}




.blognews .news {
    width: calc(100% / 1/4 - 15px);
    margin: 0 15px 30px;
    padding: 15px;
}

.blognews .news:nth-child(even) {
    background:#d4d0cf;
}


.blognews .news h2 {
    font-size: 22px;
    line-height: 32px;
    font-family: 'GothamNarrowLight';
}

.blognews .news .date {
    font-size: 14px;
    line-height: 18px;
    margin-top: 5px;
    margin-bottom: 5px;
    color:#d4d0cf;
    font-family: 'GothamNarrowLight';
}
.blognews .news:nth-child(even) .date,
.blognews .news:nth-child(even) {
    color: #fff;
}

.nm {
    margin-bottom: 0;
}




@media screen and (max-width: 1480px) {
    .contentboxwrapper.hovertext .textbox {
        padding: 0 20px 0 20px;
    }
    .contentboxwrapper.hovertext .textbox .title {
        letter-spacing: 3px;
    }
    .contentboxwrapper.hovertext .textbox .hovercontent {
        left: 20px;
        padding-right: 40px;
    }


    .container.up .textbox {
        padding-top: 100px;
        padding-bottom: 0px;
    }

}


@media screen and (max-width: 1280px) {
    .contentboxwrapper.hovertext .textbox:hover:nth-child(1) .title {
        margin-top: -245px;
    }
    .contentboxwrapper.hovertext .textbox:hover:nth-child(2) .title {
        margin-top: -245px;
    }
    .contentboxwrapper.hovertext .textbox:hover:nth-child(3) .title {
        margin-top: -185px;
    }
    .contentboxwrapper.hovertext .textbox:hover .hovercontent {
        height: auto;
        opacity: 1;
        visibility: visible;
        bottom: 40px;
    }


    .teamwrapper div.slick-next {
     right: 0;
        width: 35px !important;
    }

    .teamwrapper div.slick-prev {
    left: 0;
        width: 35px !important;
  }


}



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

    header .logo {
        width: 185px;
    }

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

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

    .smallbigheader .wrapper .contentbox h3 span,
    .smallbigheader .wrapper .contentbox h2 span {
        font-size: 50px;
        line-height: 60px;
    }

    .contentboxwrapper.hovertext .textbox {
        width: calc(100% / 1/2 - 30px);
        margin-bottom: 20px;
    }
    .contentboxwrapper.hovertext {
        flex-wrap: wrap;
        justify-content: inherit;
    }
    .contentboxwrapper.hovertext .textbox:hover:nth-child(1) .title {
        margin-top: -35px;
    }
    .contentboxwrapper.hovertext .textbox:hover:nth-child(2) .title {
        margin-top: -35px;
    }
    .contentboxwrapper.hovertext .textbox:hover:nth-child(3) .title {
        margin-top: -35px;
    }
    .contentboxwrapper.hovertext .textbox:hover:nth-child(4) .title {
        margin-top: -35px;
    }


    .vita .contentboxwrapper {
        flex-wrap: wrap;
    }
    .vita .contentboxwrapper .imagebox {
        width: 280px;
    }
    .vita .contentboxwrapper .textbox.small {
        width: calc(100% - 325px);
    }

    .vita .contentboxwrapper .jameda {
        width: 100%;
        margin-top: 35px;
    }



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




}

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

    .container.titeltext.sec.team .textbox:first-child h3 {
        text-align: center;
    }
    .container.titeltext.sec.team .textbox:first-child h4 {
        text-align: center;
    }


    .container.titeltext.sec.team .contentboxwrapper {
        flex-direction: column;
    }

    .container.titeltext.sec.team .textbox:first-child {
        width: 100%;
        margin-right: 0;
    }
    .container.titeltext.sec.team .textbox:last-child {
        width: 100%;
        margin-left: 0;
    }



    .teamwrapper .team a {
        flex-direction: column;
        margin-right: 20px;
    }
    .teamwrapper .team .imagebox {
        width: 100%;
        height: 225px;
        margin-bottom: 20px;
    }
    .teamwrapper .team a .desc {
        padding-left: 0px;
        width: 100%;
    }


    .teamwrapper.noslide {
        flex-wrap: wrap;
    }

    .teamwrapper.noslide .team {
        width: calc(100% / 1/3 - 30px);
        margin: 0 15px 25px;

    }

    .teamwrapper.noslideany {
        flex-wrap: wrap;
    } 

    .teamwrapper.noslideany .team {
        width: calc(100% / 1/3 - 30px);
        margin: 0 15px 25px;
    }


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





    header .menuwrapper {
        width: 200px;
    }

    nav .mainmenu li > .sub-menu {
        left: 150px;
        width: 280px;
    }

    nav .mainmenu li:hover > .sub-menu {
        left: 200px;
    }


    .fullimage.backtop-col3::before {
        content: "";
        top: -100px;
        width: 100%;
        height: 100px;
        background: #d5d2d0;
        position: absolute;
        left: 50%;
        margin-left: -50%;
    }



    .teamwrapper {
        margin-top: 45px;
    }

    .teamwrapper div.slick-next,
    .teamwrapper div.slick-prev {
        position: absolute;
        top: 20%;
    }

    .teamwrapper div.slick-next {
        right: 10px;
    }

    .teamwrapper .slick-list {
        margin:0 auto;
        max-width: 90%;
    }


    footer .logo {
        width: 200px;
        float: left;
        padding: 25px;
    }

    footer .logo img {
        width: 100%;
    }
    footer .wrapperbox {
        float: left;
        width: calc(100% - 200px);
    }


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

    .contentunderimage .wrapper h2 {
        letter-spacing: 5px;
        font-size: 50px;
        line-height: 70px;
    }

    .contentunderimage .wrapper h2 span {
        letter-spacing: 5px;
        font-size: 25px;
        line-height: 35px;
    }

    .container.titeltext .textbox:first-child h4,
    .container.titeltext .textbox:first-child h3 {
        font-size: 25px;
        line-height: 35px;
        letter-spacing: 5px;
    }

    .container.titeltext {
        margin-bottom: 40px;
    }

    .smallbigheader .wrapper .contentbox h3 span, .smallbigheader .wrapper .contentbox h2 span {
        font-size: 35px;
        line-height: 45px;
    }

    .mt-80 {
        margin-top: 130px;
    }


    .teamkasten .team {
        display: inline-block;
        width: calc(100% / 1/2 - 20px);
        margin: 0 10px 25px;
    }

}


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

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

    .contentboxwrapper.hovertext .textbox:hover:nth-child(1) .title {
        margin-top: -75px;
    }
    .contentboxwrapper.hovertext .textbox:hover:nth-child(2) .title {
        margin-top: -95px;
    }
    .contentboxwrapper.hovertext .textbox:hover:nth-child(3) .title {
        margin-top: -65px;
    }
    .contentboxwrapper.hovertext .textbox:hover:nth-child(4) .title {
        margin-top: -35px;
    }
    header .logo {
        width: 145px;
    }

    .fachbereich .wrapper {
        max-width: 90%;
    }
    .fachbereich .wrapper .textbox {
        width: calc(100% / 1/2 - 40px);
        margin-bottom: 100px;
    }
    .fachbereich .wrapper .textbox:nth-child(n) {
        margin-right: 40px;
    }
    .fachbereich .wrapper .textbox:nth-child(2n) {
         margin-left: 40px;
         margin-right: 0px;
     }


    .implantologieschritte .contentboxwrapper .imagebox img {
        width: 95px;
    }

    .implantologieschritte .contentboxwrapper .textbox:nth-child(2), .implantologieschritte .contentboxwrapper .textbox:nth-child(3), .implantologieschritte .contentboxwrapper .textbox:nth-child(4) {
        width: 100%;
        margin-right: 0;
    }

    footer .wrapperbox .box:first-child {
        width: 45%;
        padding-bottom: 0px;
    }

    footer .wrapperbox .box:nth-child(2) {
        width: 35%;
        padding-bottom: 0px;
    }



    .vita .contentboxwrapper {
        flex-wrap: wrap;
    }
    .vita .contentboxwrapper .imagebox {
        width: 100%;
    }

    .vita .contentboxwrapper .imagebox img {
        height: 325px;
        width: 325px;
    }
    .vita .contentboxwrapper .textbox.small {
        width: 100%;
        padding-left: 0;
        margin-top: 35px;
    }

    .vita .contentboxwrapper .jameda {
        width: 100%;
        margin-top: 35px;
    }

}


@media screen and (max-width: 892px) {
    .logomenu .menuwrapper nav {
        display: none;
    }

    #burger-toggle {
        opacity: 1;
    }

    header .logo {
        width: 145px;
        margin-top: 25%;
    }

    .burger-menu {
        visibility: visible;
        opacity: 1;
    }

    #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%;
    }


    .is-drilldown {
        display: block;


        visibility: visible;
        opacity: 1;
        position: fixed;

        overflow: hidden;
        background: #fff;
        top: 0;
        left: 0;
        width: min-content;
        z-index: 9;

        padding: 35px 0;
        height: 100vh;
        border-right: 2px solid var(--backcolor-main);
    }


    #burger-toggle:checked ~ .is-drilldown {
        display: block;

        visibility: visible;
        opacity: 1;
        position: fixed;

        overflow: hidden;
        background: #fff;
        top: 0;
        left: 0;
        width: min-content;
        z-index: 9;

        padding: 35px 0;
        height: 100vh;
        border-right: 2px solid var(--backcolor-main);

    }

    .is-drilldown li {
        display: block;
        padding: 5px 25px;
    }

    .is-drilldown .menu {
        width: 300px;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        list-style: none;
        position: relative;
        padding: 0;
        margin: 0;
    }
    .is-drilldown .menu a {
        line-height: 1;
        display: block;
        text-decoration: none;
        text-align: left;
        color: var(--color-green);
    }

    .drilldown .is-drilldown-submenu {
        position: absolute;
        top: 0;
        left: 100%;
        z-index: -1;
        width: 100%;
        transition: transform 0.3s ease-out, z-index 0.3s ease-out;
        transform: translateY(0em);
        height: 100vh;
        background: #fff;
    }
    .drilldown .is-drilldown-submenu-parent > a {
        position: relative;
    }
    .drilldown .is-drilldown-submenu-parent > a::after {
        position: absolute;
        top: 50%;
        margin-top: -6px;
        right: 1rem;
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: "";
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #000;
    }
    .drilldown .is-drilldown-submenu.is-active {
        z-index: 10;
        transform: translate(-100%);
    }
    .drilldown a {
        padding: 0.7rem 1rem;
        background-color: #fefefe;
        border: 0px solid #000;
    }
    .drilldown .nested.is-drilldown-submenu {
        margin-right: 0;
        margin-left: 0;

    }


    .drilldown .nested.is-drilldown-submenu .js-drilldown-back {
        padding-top: 50px;
    }

    .drilldown .drilldown-submenu-cover-previous {
        min-height: 100vh;
    }
    .drilldown .js-drilldown-back > a::before {
        width: 0;
        height: 0;
        border: inset 6px;
        content: "";
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent var(--maincolor) transparent transparent;
        border-left-width: 0;
        display: inline-block;
        vertical-align: middle;
        margin-right: 0.75rem;
    }

    .submenu.is-active {
        visibility: visible;
        opacity: 1;
    }

    .drilldown li ul li ul.is-drilldown-submenu {
        position: absolute;
        top: 0;
        left: 100%;
        z-index: -1;
        width: 100%;
        transition: transform 0.3s ease-out, z-index 0.3s ease-out;
        height: 100vh;
        background: #fff;
    }

    .drilldown li ul li ul.is-drilldown-submenu.is-active {
        z-index: 10;
        transform: translate(-100%);
    }




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


    section.eightmod form {
        width: 100%;
    }


    .fullimage {
        height: 425px;
    }


    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;
    }

    .container.titeltext .textbox:first-child h4,
    .container.titeltext .textbox:first-child h3 {
        letter-spacing: 5px;
        font-size: 35px;
        line-height: 45px;
    }

    .container.titeltext .textbox:first-child h3,
    .container.titeltext .textbox:first-child h4 {
        text-align: left;
    }

    .container.titeltext .textbox:first-child h3 br,
    .container.titeltext .textbox:first-child h4 br {
        display: none;
    }

    .container.titeltext .contentboxwrapper .textbox:first-child {
        padding-right: 0px;
        width: 100%;
    }

    .container.titeltext .contentboxwrapper .textbox:last-child {
        padding-left: 0;
        width: 100%;
        margin-top: 25px;
    }


    .contentboxwrapper.hovertext {
        flex-direction: row;
    }
    .contentboxwrapper.hovertext .textbox:hover:nth-child(1) .title {
        margin-top: -115px;
    }
    .contentboxwrapper.hovertext .textbox:hover:nth-child(2) .title {
        margin-top: -115px;
    }
    .contentboxwrapper.hovertext .textbox:hover:nth-child(3) .title {
        margin-top: -75px;
    }
    .contentboxwrapper.hovertext .textbox:hover:nth-child(4) .title {
        margin-top: -55px;
    }

    .wrapper.content-width {
        padding-left: 40px;
        padding-right: 40px;
    }

    .container.wi.colored.sec {
        margin-top: 10px;
    }

    .container.textcol .textbox:first-child {
        width: 100%;
        margin-right: 0px;
    }

    .container.textcol .textbox:last-child {
        width: 100%;
        margin-left: 0px;
        margin-top: 35px;
    }

    .container.wi .contentboxwrapper .textbox {
        margin-top: 80px;
    }

    .container.wi .contentboxwrapper .imagebox {
        position: relative;
        padding-right: 0;
        height: 625px;
    }

    .container.wi .contentboxwrapper .imagebox img.img-cover {
        object-position: top;
    }

    .container.wi .contentboxwrapper .imagebox::after {
        content: "";
        background-color: #fff;
        border: 3px solid #fff;
        background-image: url('../images/lueckenlos-logo-icon.svg');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        width: 100px;
        height: 180px;
        right: 50%;
        top: unset;
        margin-top: unset;
        bottom: -90px;

        z-index: 3;
        margin-right: -50px;
    }

    .container.wi .contentboxwrapper .textbox {
        padding-left: 0;
        margin-top: 140px;
    }

    .container.wi h2 br:nth-child(2) {
        display: none;
    }

    .container.middlekasten .contentbox {
        max-width: 1000px;
        margin: 0 auto;
        padding: 80px 50px;
    }
    .fullimage .imagebox {
        height: 425px;
        overflow: hidden;
    }

    .contentunderimage .wrapper h2 {
        letter-spacing: 5px;
        font-size: 50px;
        line-height: 60px;
    }

    .fachbereich .wrapper .contentboxwrapper {
        flex-direction: row;
    }

    .container.wi.colored .contentboxwrapper .imagebox {
        width: 100%;
    }
    .container.wi.colored .contentboxwrapper .textbox {
        width: 100%;
    }

    .smallbigheader .wrapper .contentbox h3 span, .smallbigheader .wrapper .contentbox h2 span {
        font-size: 40px;
        line-height: 50px;
        letter-spacing: 5px;
    }

    .container.up .imagebox {
        width: 100%;
        height: 425px;
    }
    .container.up .textbox {
        width: 100%;
        padding-top: 45px;
    }

    .testimonials .contentboxwrapper {
        margin: 120px auto 0;
        width: 100%;
    }


    .testimonials .contentboxwrapper > div.slick-next,
    .testimonials .contentboxwrapper > div.slick-prev {
        position: absolute;
    }

    .testimonials .contentboxwrapper > div.slick-next {
        right: 0;
    }

    .container.titeltext.sec.team .textbox:first-child h4 {
        hyphens: none;
    }


    footer .logo {
        width: 100%;
    }

    footer .logo img {
        width: 200px;
    }

    footer .wrapperbox {
        float: left;
        width: 100%;
    }

    footer .wrapperbox .box:last-child {
        text-align: right;
        width: 20%;
    }


    footer .wrapperbox .box {
        padding-left: 0;
    }

    .container.titeltext .vornachteil.contentboxwrapper .textbox:first-child,
    .container.titeltext .vornachteil.contentboxwrapper .textbox:last-child,
    .container.contentunderimage + .vornachteil .contentboxwrapper .textbox:first-child,
    .container.contentunderimage + .vornachteil .contentboxwrapper .textbox:last-child,
    .container.middlekasten + .vornachteil .contentboxwrapper .textbox:last-child,
    .container.middlekasten + .vornachteil .contentboxwrapper .textbox:first-child {
        width: 100%;
    }


    .contentunderimage .textbox {
        padding: 0 40px;
    }



    .contentunderimage .backcolor-2 .textbox,
    .contentunderimage .backcolor-3 .textbox {
        padding: 0 20px;
    }



    .teamwrapper.noslide .team {
        width: calc(100% / 1/2 - 30px);
        margin: 0 15px 25px;
    }


}



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

    .smallbigheader {
        margin-bottom: 45px;
    }


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

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

    #boxpopup{
        width: 100%;
        left: 0px;
        margin-left: 0px;
    }



    .fullimage {
        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;
    }



    .contentboxwrapper.hovertext {
        flex-direction: column;
    }
    .contentboxwrapper.hovertext .textbox {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .contentboxwrapper.hovertext .textbox:hover:nth-child(1) .title {
        margin-top: -85px;
    }
    .contentboxwrapper.hovertext .textbox:hover:nth-child(2) .title {
        margin-top: -115px;
    }
    .contentboxwrapper.hovertext .textbox:hover:nth-child(3) .title {
        margin-top: -75px;
    }
    .contentboxwrapper.hovertext .textbox:hover:nth-child(4) .title {
        margin-top: -55px;
    }


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

    .smallbigheader .wrapper .contentbox h3, .smallbigheader .wrapper .contentbox h2 {
        letter-spacing: 5px;
        font-size: 25px;
        line-height: 35px;
    }

    .wrapper.content-width {
        padding-left: 0;
        padding-right: 0;
        width: calc(100% - 20px);
    }

    .container.colored .contentboxwrapper .textbox {
        width: 100%;
        order: 2;
    }

    .container.colored .contentboxwrapper .imagebox {
        width: 100%;
        order: 1;
        height: 525px;
        margin-bottom: 45px;
    }

    .fullimage .imagebox {
        height: 345px;
    }
    .fullimage.wi + section {
        margin-top: 60px;
    }


    .smallbigheader + .wi.colored.faq .imagebox {
        display: none;
    }

    .smallbigheader + .wi.colored.faq .textbox {
        margin-top: 0;
    }

}

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

    .teamwrapper .team .imagebox {
        height: 415px;
    }
    header .logo {
        width: 115px;
        margin-top: 25%;
    }

    footer .wrapperbox {
        flex-direction: column;
    }
    footer .wrapperbox .box:first-child {
        width: 100%;
        padding-bottom: 45px;
        text-align: center;
    }
    footer .wrapperbox .box:nth-child(2) {
        width: 100%;
        padding-bottom: 45px;
        text-align: center;
    }

    footer .wrapperbox .box:last-child {
        text-align: center;
        width: 100%;
    }

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

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

    .start h1 span {
        display: block;

    }


}



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

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


    section.eightmod .row .fieldbox {
        width: 100%;
        margin-right: 0;
    }
    section.eightmod .row .fieldbox:last-child {
        margin-right: 0;
        margin-left: 0;
    }


    .fachbereich .wrapper .contentboxwrapper {
        flex-direction: column;
    }
    .fachbereich .wrapper .textbox {
        width: 100%;
        margin-bottom: 100px;
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
        margin-right: 0;
    }

    .fachbereich .wrapper .textbox:nth-child(2n),
    .fachbereich .wrapper .textbox:nth-child(n) {
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
        margin-right: 0;
    }

    .contentunderimage .wrapper h2 {
        letter-spacing: 5px;
        font-size: 35px;
        line-height: 45px;
    }

    .container.titeltext .textbox:first-child h3 br, .container.titeltext .textbox:first-child h4 br {
        display: inline-block;
    }



    .teamwrapper.noslide .team {
        width: 100%;
        margin: 0 0px 25px;
    }
    .teamwrapper .team a {
        margin-right: 0px;
    }

}


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

    }

    .container.titeltext .textbox:first-child h4, .container.titeltext .textbox:first-child h3 {
        letter-spacing: 3px;
        font-size: 25px;
        line-height: 35px;
    }

    header.headerwrapper > .content .logomenu {
        width: 160px;
        background: rgba(255,255,255,0.9);
        position: absolute;
        padding: 0;
        bottom: -75px;
        left: 50%;
        margin-left: -80px;
        z-index: 6;
    }



    header.headerwrapper > .content .headerbild {
        width: 100%;
        padding: 0px 0 0px 0;
    }

    header .logo {
        width: 135px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    header .menuwrapper {
       display: none;
    }

    .start {
        margin-top: 0px;
    }

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

    .start h1 span {
        text-transform: none;
        font-size: 20px;
        line-height: 30px;
    }


    .smallbigheader .wrapper .contentbox h3, .smallbigheader .wrapper .contentbox h2 {
        letter-spacing: 5px;
        font-size: 25px;
        line-height: 30px;
    }
    .smallbigheader .wrapper .contentbox h3 span, .smallbigheader .wrapper .contentbox h2 span {
        font-size: 25px;
        line-height: 30px;
    }

    .fullimage .imagebox {
        height: 325px;
        overflow: hidden;
    }


    .container.wi .contentboxwrapper .imagebox {
        height: 415px;
    }


    .testimonials .nutzer {
        padding: 0 60px;
    }

    .teamwrapper .slick-list {
        margin: 0 auto;
        max-width: 75%;
    }


    .container.middlekasten .contentbox {
        padding: 80px 20px;
    }

    .container.middlekasten .contentbox h2 {
        font-size: 25px;
        line-height: 35px;
    }


    .contentunderimage .textbox {
        padding: 0;
    }

    .container.titeltext .vornachteil.contentboxwrapper .textbox:first-child,
    .container.titeltext .vornachteil.contentboxwrapper .textbox:last-child,
    .container.contentunderimage + .vornachteil .contentboxwrapper .textbox:first-child,
    .container.contentunderimage + .vornachteil .contentboxwrapper .textbox:last-child,
    .container.middlekasten + .vornachteil .contentboxwrapper .textbox:first-child,
    .container.middlekasten + .vornachteil .contentboxwrapper .textbox:last-child {
        padding: 25px;
    }

    .contentunderimage .wrapper h2 {
        font-size: 25px;
        line-height: 35px;
    }

    .contentunderimage .wrapper h2 span {
        font-size: 20px;
        line-height: 30px;

    }

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

    .container.titeltext .textbox:first-child h4, .container.titeltext .textbox:first-child h3 {
        hyphens: auto;
    }

    .vita .contentboxwrapper .imagebox img {
        height: 80%;
        width: 80%;
    }


    .vita .contentboxwrapper .textbox {
        width: 100%;
        padding-left: 0;
    }

    .vita .contentboxwrapper .imagebox {
        margin-bottom: 25px;
    }

    .vita .contentboxwrapper .textbox h2 {
        font-size: 16px;
        line-height: 25px;
    }

}


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

    .start h1 {
        hyphens: none;
    }

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

}

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

    .wrapper.content-width {

    }

    .container.middlekasten .contentbox {
        padding: 50px 10px;
    }


    section.eightmod .contentbox > .row {
        flex-direction: column;
    }
    section.eightmod .contentbox .row .fieldbox:last-child {
        margin-left: 0;
    }

    .vita {
        width: 95% !important;
        padding: 20px 10px;
    }

    .vita .contentboxwrapper .imagebox img {
        height: 100%;
        width: 100%;
    }



}



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

    .teamkasten .team {
        display: inline-block;
        width: 100%;
        margin: 0 20px 20px;
    }

    footer .logo img {
        width: 230px;
    }


}
