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

Jessica Schinhofen
01.2025 - Website

Version 1.0 - Responsive

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



@import '../fonts/fonts.css';
@import 'slick.css';
@import 'fancy.css';
@import 'aos.css';
/*@import 'jquery.fancybox.min.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;
    overflow-x: hidden;
}
html {
    height: 100%;
}

body {
    font-family: "Rubik", Arial;
    font-weight: 300;
    font-size: 16px;
    /*color: #4a4a49;*/
    color: #000;
    line-height: 28px;
    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%;
    letter-spacing: 1.4px;
}

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



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

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

ol li {
    margin-bottom: 20px;
}


ul li {
    padding-left: 35px;
    position: relative;
}

ul.list li,
ul.list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 22px;
}


ul.list li:before {
    content: "–";
    position: absolute;
    left: 0;
    top: 0;
}


/*
ul li:before {
    content: "";
    position: absolute;
    left:  0;
    top: 3px;
    background-image: url('../images/right-chevron.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 20px;
}
*/





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

.color-2 {
    color: #9d9d9c;
}
.backcolor-2 {
    background-color: #9d9d9c;
}

.color-4 {
    color: #f3c8a6;
}
.backcolor-4 {
    background-color: rgba(243, 200, 166, 0.34);
}

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


.color-5 {
    color: #eee;
}
.backcolor-5 {
    background-color: #eee;
}

.color-6 {
    color: #fff;
}
.backcolor-6 {
    background-color: #fff;
}


.backcolor-7 {
    background-color: rgba(206,179,168,.21);
}


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



h1, .h1-style {
    font-size: 75px;
    line-height: 85px;
    font-weight: 800;
    font-family: "GothamNarrowBlack", Arial;
    margin-bottom: 65px;
    text-transform: uppercase;
}

h2, .h2-style {
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "GothamNarrowLight", Arial;
    margin-bottom: 25px;
}

h2 span {
    font-family: 'GothamNarrowLight';
    font-size: 48px;
    display: inline-block;
}


h2 span.bold {
    font-family: 'GothamNarrowBlack';
    font-size: 50px;
}


h3, .h3-style {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    font-family: "GothamNarrowLight", Arial;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.subtitle {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    font-family: "GothamNarrowLight", Arial;
    margin-bottom: 35px;
}

.underline {
   text-decoration: underline;
}

.bold-color {
    font-weight: bold;
    color: #dfd8d4;

}

.cta-wrapper {
    width: auto;
    display: inline-block;
    margin-top: 15px;
    position: relative;
}
.cta-wrapper a.cta,
.cta-wrapper .cta {

    float: left;
    text-decoration: none;
    position: relative;
    font-weight: 500;

    background: #fff;
    border: 1px solid #000;
    padding: 15px 30px;
    color: #000;
    font-size: 14px;
    margin-right: 10px;
    letter-spacing: 1.4px;

    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;

    text-transform: uppercase;
}




.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: #fff;
    color: #000;
    border: 1px solid #000;
}


header {
    padding: 0px 0 0;
    position: relative;
    z-index: 2;
}

header .content-width {
    display: inherit;
}

.logo {
    width: 360px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 45px;
}

.logo.small {
    width: 250px;
    margin-left:0;
    padding-top: 40px;
}


.impressum .maintop .logo,
.datenschutz .maintop .logo,
.netzwerk .maintop .logo,
.therapie .maintop .logo {
    width: 360px;
    display: block;
    margin-left: 10%;
    margin-right: unset;
    padding-top: 365px;
}


.maintop {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

    height: 920px;
    max-width: 2480px;
    display: block;
    margin: 0 auto;
}

.home .maintop {
   /* background-image: url('../images/AdobeStock_1007502514_Preview.jpeg');*/
    background-image: url('../images/top.jpeg');
}
.therapie .maintop {
    /* background-image: url('../images/AdobeStock_1007502514_Preview.jpeg');*/
    background-image: url('../images/therapie-top.jpeg');
}

.impressum .maintop,
.datenschutz .maintop,
.netzwerk .maintop {
    /* background-image: url('../images/AdobeStock_1007502514_Preview.jpeg');*/
    background-image: url('../images/therapie-top.jpeg');
}

header .navbar {
    width: 100%;
    display: inline-block;
    padding-top: 25px;
    padding-bottom: 25px;
    float: none;
    margin-right: auto;
    margin-left: auto;
}




/* Menü */


nav {
    display: inline-block;
    position: relative;
    float: none;
}

nav .mainmenu {
    float: none;
    text-align: center;
    margin:0;
    padding: 0;
    list-style-type: none;
}

nav .mainmenu li {
    display: inline-block;
    margin:0;
    padding: 0;
    list-style-type: none;
}



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

nav .mainmenu li:last-child {
    margin-right: 0;
}
nav .mainmenu li span,
nav .mainmenu li a {
    color: #9d9d9c;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 20px;
    font-size: 16px;
    letter-spacing: 1.5px;
    cursor: pointer;

}


nav .mainmenu li 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: #9d9d9c;
    height: 2px;
    content: "";
    left: 0;
    position: absolute;
    bottom: 0px;

    display: none;
}
nav .mainmenu > li span:hover,
nav .mainmenu > li a:hover {
    /*opacity: 0.8;*/
    color: #f3c8a6;
}
nav .mainmenu > li span:hover:after,
nav .mainmenu > li a:hover:after {
    width: 100%;
    font-weight: 500;
    display: none;
}


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



nav .mainmenu > li.currentparent > a,
nav .mainmenu > li.current > a {
    color: #f3c8a6;
    /*font-weight: 00;*/
}

nav .mainmenu > li.currentparent > a:hover,
nav .mainmenu > li.current > a:hover {
    color: #f3c8a6;
}

.submenu {
    visibility: hidden; /* hides sub-menu */
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 300px;
    transform: translateY(-2em);
    z-index: -1;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    margin-left: 0;

    background: #fff;
    padding: 10px 0;
    border-bottom: 5px solid #9d9d9c;
}

nav .mainmenu li.child:focus .submenu,
nav .mainmenu li.child:focus-within .submenu,
nav .mainmenu li.child:hover .submenu {
    visibility: visible; /* shows sub-menu */
    opacity: 1;
    z-index: 9;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s; /* this removes the transition delay so the menu will be visible while the other styles transition */
}

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

.submenu li.menu-item a:hover:after {
    display: none;
}
.submenu li.menu-item .submenu li.menu-item.current,
.submenu li.menu-item a:hover {
    color: #f3c8a6;
    font-weight: 300;
}

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.currentparent > .submenu > li.current a,
nav .mainmenu > li.current > .submenu > li.current a {
    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: 0px;
    right: 0px;
    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;
    padding: 0 10px;
    transition: 0.5s ease-in-out;
}
.burger-menu .line {
    position: absolute;
    right: 5px;
    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: 5px;
}
.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(0%);
    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;
}








.overlay {
    position: fixed;

    background: rgba(255, 255, 255, 1);

    transition: 0.5s ease-in-out;
    will-change: transform;
opacity: 0;
visibility: hidden;
    height: 100vh;
    top: 0;
    left: 0;
 z-index: 4;
    width: 100%;
    border-radius: 0;
}


.content-width {
    width: calc(100% - 80px);
    max-width: 1440px;
    margin: 0 auto;
}

section {
    /*
    margin: 45px 0;
    width: 100%;
    position: relative;
    display: inline-block;
*/

    margin: 45px auto;
    width: calc(100% - 80px);
    position: relative;
    display: block;
}


.contentwrapper {
    display: flex;
    align-items: center;
}

.contentwrapper div {
    width: 50%;
    display: inline-block;
}


.hide {
    display: none;
}


.contentbox.center {
    max-width: 85%;
    margin:0 auto;
    text-align: center;
}

.center {
    text-align: center;
}


/******************/
/**    SLICK    **/
/******************/

/* the slides */
.slick-slide {
    margin: 0px;
}

/* the parent */
.slick-list {
    margin-left: 0px;
}

.slick-slider button {
    background: transparent;
    width: 25px;
    height: 40px;
    position: absolute;
    top: 50%;
    border: 0;
    z-index: 5;
}

.slick-slider button.slick-prev {
    margin-top: -17.5px;
    background-image: url('../images/carousel-prev.svg');
    background-size: contain;
    background-repeat: no-repeat;
    left: -30px;
    top: 50%;
    width: 60px;
    height: 60px;
    position: absolute;
    text-indent: -999999px;
}
.slick-slider button.slick-next {
    margin-top: -17.5px;
    background-image: url('../images/carousel-next.svg');
    background-size: contain;
    background-repeat: no-repeat;
    right: -30px;
    top: 50%;
    width: 60px;
    height: 60px;
    position: absolute;
    text-indent: -999999px;
}


.slick-dots {
    width: calc(100% - 80px);
    position: absolute;
    bottom: 35px;
    text-align: center;
    z-index: 3;
}
.slick-dots li {
    display: inline-block;
    width: 20px;
    margin-right: 10px;
}

.slick-dots li button {
    border: 2px solid rgba(255,255,255,0.7);
    background: transparent;
    width: 20px;
    height: 20px;
    color: transparent;
    font-size: 0px;
}

.slick-dots li.slick-active button {
    border: 2px solid #fff;
    background: #fff;
    width: 20px;
    height: 20px;
    color: transparent;
    font-size: 0px;
}




.slick-dots {
    width: calc(100% - 80px);
    position: absolute;
    bottom: 0;
    text-align: center;
    z-index: 99;
}

.slick-dots li {
    width: 15px;
    height: 15px;

}

.slick-dots li button {
    background: transparent;
    border: 2px solid #F6F9FC;
    border-radius: 2348725487px;
}
.slick-dots li.slick-active button {
    background: #F6F9FC;
    border: 2px solid #F6F9FC;
}

@media screen and (max-width: 991px) {
    .slick-slider button.slick-prev {
        left: 5px;
    }
    .slick-slider button.slick-next {
        right: 5px;
    }
}


@media screen and (max-width: 592px) {
    .slick-slide {
        margin-left: 0px;
    }

}



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

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


.handwritten {
    font-family: "Bilanesa";
    font-size: 25px;
    line-height: 30px;
}



#einleitung {
    margin-top: 0;
    margin-bottom: 35px;
}

#einleitung h1 {
    color: #9d9d9c;
    margin-bottom: 0;
    margin-top: 45px;
}

#einleitung h2 {
    margin-bottom: 0;
    text-transform: none;
    font-weight: 300;
}

#einleitung .contentwrapper {
    align-items: center;
}

#einleitung .contentbox {
    width: 50%;
    display: inline-block;
}


#einleitung .contentbox.backcolor-1 {
    color: #fff;

    font-weight: 300;
    padding-right: 95px;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: right;

}


#einleitung .contentbox + .contentbox  {
    width: 50%;
    padding-left: 50px;
    display: inline-block;
    text-align: justify;
    padding-right: 17%;
    padding-top: 50px;
    padding-bottom: 50px;
    hyphens: auto;
}



#einleitung .contentfull {
    margin-top: 0px;
    display: inline-block;
    width: 100%;
    text-align: center;
}




#netzwerk {
    padding: 0px 0px  0px;
}


#netzwerk .icon {
    width: 155px;
    margin-top: 35px;
}


#netzwerksliderbox .content-width:before {
    background-image: url('../images/icon-light.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    position: absolute;
    top: 210px;
    right: 0;
    width: 650px;
    height: 650px;
    opacity: 1;
    z-index: 1;
}


#netzwerksliderbox .content-width {
    z-index: 1;
    position: relative;
    padding: 100px 0;
    max-width: unset;
}


#netzwerksliderbox .slick-list {
    width: 90%;
    margin:0 auto;
}





#netzwerksliderbox {
    margin: 0 auto;
}



#netzwerksliderbox .cta-wrapper {
    margin: 45px auto 0;
    display: block;
    text-align: center;
    position: relative;
    z-index: 2;
}
#netzwerksliderbox .cta-wrapper .cta {
    float: none;
}

.netzwerkslider {
    margin: 0px 80px;
    position: relative;
    z-index: 2;
}

.netzwerkslider .slide {
    margin: 0 10px;
    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;
}



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

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

.netzwerkslider .contentbox {
   /* background: #fff;*/
    padding: 15px 60px 15px 15px;
    position: relative;
   /* height: 115px;*/
    text-align: center;
}

.netzwerkslider .contentbox strong {

    font-size: 17px;
    line-height: 20px;
    display: inline-block;
    margin-top: 10px;
    font-family: "GothamNarrowBold";
    text-transform: uppercase;
    letter-spacing: 1.4px;

}

.netzwerkslider .contentbox span {
    font-weight: 300;
    text-transform: none;
    font-size: 16px;
}


#therapie .contentwrapper {
    align-items: inherit;
    margin-top: 45px;
}



#therapie .imagebox {
    display: inline-block;
    width: 50%;
    padding-left: 17%;
    padding-top: 5%;
    padding-bottom: 5%;
    position: relative;
    z-index: 2;
}
#therapie .contentbox {
    display: inline-block;
    padding: 5% 17% 5% 60px;
    position: relative;
}

#therapie .contentbox:after {
    background: rgba(243, 200, 166, 0.39);
    position: absolute;
    width: 120%;
    height: 100%;
    right: 0px;
    top: 0;
    z-index: 1;
    content: "";
}
#therapie .contentbox .inner {
    display: inline-block;
    position: relative;
    z-index: 2;
    width: 100%;
    color: #7c6456;
    hyphens: auto;
    text-align: justify;
}



#therapie .contentbox ul {
    margin-left: 0;
}

#therapie .contentbox ul li {
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: 600;
    text-align: left;
    padding-left: 35px;
}
#therapie .contentbox ul li:before {
    content: '---';
    background-image: none;
    color: #7c6456;
    left: 0;
    top: 0;
    position: absolute;
    font-family: 'GothamNarrowBold';

}

#therapie h2 {
    text-transform: uppercase;
}

#therapie h3 {
    font-family: 'GothamNarrowLight';
    font-size: 28px;
    margin-bottom: 40px;
    margin-top: 60px;
    text-transform: uppercase;
}


#therapie .cta-wrapper {
    margin-top: 35px;
    width: 100%;
}

#therapie .cta-wrapper .cta {
    background: transparent;
    border: 1px solid #7c6456;
    color: #7c6456;
    line-height: 16px;
}


.fullimage,
#fullimage {
    margin: 0 auto 35px auto;

}

.fullimage .content-width,
#fullimage .content-width {
    overflow: hidden;
    max-width: unset;
    width: 100%;
    height: 725px;
}

.fullimage img,
#fullimage img {
    object-position: top;
}

/* kontaktform */

#kontaktform {
    margin: 0px auto 45px auto;
}

#kontaktform .content-width {
    padding: 45px 0;
  width: 100%;
    max-width: unset;
}

#kontaktformular {
    max-width: 650px;
    margin:0 auto;
}

#kontaktformular .h2-style {
    font-family: 'GothamNarrowLight';
    letter-spacing: 1.4px;

}

#kontaktform .contentbox .innerbox .row {
    display: flex;
    flex-wrap: wrap;

}

#kontaktform .contentbox .innerbox .row .fieldbox {
    width: calc(50% - 15px);
    margin-right: 15px;
    position: relative;
}

#kontaktform .contentbox .innerbox .fieldbox {
    position: relative;
    width: calc(100% - 15px);
}

#kontaktform .contentbox .innerbox .row .fieldbox:last-child {
    margin-right: 0;
}
#kontaktform .contentbox .innerbox .fieldbox label,
#kontaktform .contentbox .innerbox .fieldbox label {
    position: absolute;
    left: 10px;
    z-index: 1;
    top: 10px;
    text-transform: uppercase;
    transition: 0.2s ease all;
    color: #333;
}
#kontaktform .contentbox .innerbox .fieldbox input,
#kontaktform .contentbox .innerbox .fieldbox textarea {
    width: 100%;
    border-radius: 10px;
    background: #fff;
    border: none;
    padding: 15px 20px 15px 20px;
    font-size: 16px;
    font-family: "GothamNarrowLight", Arial;
}

#kontaktform .contentbox .innerbox .fieldbox textarea {
    height: 250px;
}

#kontaktform .contentbox .innerbox .fieldbox input:not([type]):focus,
#kontaktform .contentbox .innerbox .fieldbox input[type=text]:focus,
#kontaktform .contentbox .innerbox .fieldbox input[type=email]:focus,
#kontaktform .contentbox .innerbox .fieldbox textarea:focus {
    outline: none;
}

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


#kontaktform .contentbox .innerbox > .row,
#kontaktform .contentbox .innerbox > .fieldbox {
    margin-bottom: 15px;
}


#kontaktform form .hide {
    display: none;
    width:0px;
    height: 0px;
}

#kontaktform .contentbox .innerbox .pflicht {
    font-size: 14px;
    text-align: left;
    width: 100%;
    position: relative;
   /* color: #fff;*/
}
#kontaktform .contentbox .innerbox .datenschutz {
    width: 100%;
    position: relative;
    margin-top: 20px;
    float: left;
   /* color: #fff;*/
}

#kontaktform .contentbox .innerbox .datenschutz label input {
    width: 25px;
    height: 25px;
    float: left;
    position: relative;
}

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

#kontaktform .contentbox .innerbox .datenschutz a {
  /*  color: #fff;*/
    text-decoration: underline;
}


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

#kontaktform .submit-wrapper .button {
    background: #fff;
    color: #000;
    border: 0px solid #000;
    padding: 15px 25px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 14px;
    font-family: 'GothamNarrowLight';
}
#kontaktform .submit-wrapper .button:hover {
    background: #fff;
    color: #000;
    border: 0px solid #000;
}


#kontaktform .innerbox + .innerbox {
    padding-left: 0px;
    display: inline-block;
}



/* Behandlung */
#behandlung {
    margin-top: 90px;
    margin-bottom: 90px;
}

#behandlung h1 {
    font-family: 'GothamNarrowLight';
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 35px;
}

#behandlung h1 span {
    font-family: 'GothamNarrowLight';
    font-size: 48px;
    display: inline-block;
}
#behandlung h1 span.bold {
    font-family: 'GothamNarrowBlack';
    font-size: 50px;
}




#diagnostik {
    padding: 80px 0;

}


#diagnostik .contentbox h2 {
    color: #7c6456;
    font-size: 55px;
    line-height: 55px;
    font-family: 'GothamNarrowBold';
    margin-bottom: 0;
}

#diagnostik .contentbox h2 span {
    font-family: 'GothamNarrowLight';
    font-size: 48px;
    line-height: 48px;
    font-weight: 300;
    display: inline-block;
    margin-top: 10px;
    color: #7c6456;
    text-transform: none;
}


 .content-two-col {
    margin: 45px 0 0;
    display: inline-block;
}

 .content-two-col .contentbox {
    columns: 2;
    column-gap: 50px;
    width: 100%;
    margin:0 auto;
    display: block;
    padding:0;

    hyphens: auto;
    text-align: justify;
}
#diagnostik p {
    color: #7c6456;
}



#chirurgie {
    margin-top: 90px;
    margin-bottom: 80px;
}

#chirurgie h2 {
    font-family: 'GothamNarrowLight';
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 0px;
}


#chirurgie h2 span {
    font-family: 'GothamNarrowLight';
    font-size: 48px;
    display: inline-block;
    text-transform: none;
}

#chirurgie h2 span.bold {
    font-family: 'GothamNarrowBlack';
    font-size: 50px;
}

#chirurgie img {
    height: 325px;
    margin-bottom: 45px;
}






#systemtherapie {
    margin-top: 140px;
}

#systemtherapie .contentwrapper {
    flex-direction: column;
    align-items: inherit;
}

#systemtherapie .contentwrapper .imagebox {
    margin-left: auto;
    width: 85%;
    position: relative;
    z-index: 3;
    margin-right: auto;
    margin-top: -60px;
}


#systemtherapie:before {
    background: rgba(243, 200, 166, 0.39);
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0px;
    top: 0px;
    z-index: 1;
    content: "";
}
#systemtherapie .contentwrapper .contentbox {

    position: relative;
    width: 100%;
    z-index: 2;
    overflow: hidden;
    margin-top: -115px;
}



#systemtherapie .contentwrapper .contentbox .inner {
    position: relative;
    z-index: 2;
    padding: 170px 10% 80px;
    width: 100%;

}


#systemtherapie .contentwrapper .contentbox p {
    text-align: center;
    width: 85%;
    margin: 45px auto 0 auto;
    color: #7c6456;
}



#systemtherapie .contentbox h2 {
    color: #7c6456;
    font-size: 55px;
    line-height: 55px;
    font-family: 'GothamNarrowBold';
    margin-bottom: 0;
    text-align: center;
}
#systemtherapie .contentbox h2 span {
    font-family: 'GothamNarrowLight';
    font-size: 48px;
    line-height: 48px;
    display: inline-block;

    color: #7c6456;
    text-transform: none;
}



section.nm {
    margin-bottom: 0;
}


#nachsorge {
    margin-top: 0;
    background: rgba(243, 200, 166, 0.36);

}
#nachsorge .contentbox {
    position: relative;
}

#nachsorge .titletwocol {
    padding-top: 80px;
    display: flex;
    align-items: baseline;
}

#nachsorge .titletwocol .contentbox:first-child h2 {
    text-align: right;
    color: #7c6456;
    font-size: 55px;
    line-height: 55px;
    font-family: 'GothamNarrowBold';
    margin-bottom: 0;
    padding-right: 25px;
}
#nachsorge .titletwocol .contentbox:last-child h2 {
    font-family: 'GothamNarrowLight';
    font-size: 48px;
    line-height: 48px;
    display: inline-block;
    padding-left: 25px;
    color: #7c6456;
    text-transform: none;
}

#nachsorge .titletwocol + .content-two-col {
    margin-top: 0;
    margin-bottom: 80px;
    color: #7c6456;
}



#palliativ {
    margin-top: 90px;
}

#palliativ h2 {
    font-family: 'GothamNarrowLight';
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 0px;
}


#palliativ h2 span {
    font-family: 'GothamNarrowLight';
    font-size: 48px;
    display: inline-block;
    text-transform: none;
}

#palliativ h2 span.bold {
    font-family: 'GothamNarrowBlack';
    font-size: 50px;
}


#palliativ .contentfull p {
    width: 85%;
    margin: 45px auto 0;
    display: inline-block;
}


#palliativ .contentwrapper {
    margin: 80px 0 0 0;
    position: relative;
}


#palliativ .contentwrapper .imagebox {
    width: 33%;
    margin: 0 auto;
    border-radius: 1281782482px;
    display: inline-block;
    position: relative;
    z-index: 2;
   overflow: hidden;
}




#vorsorge h2 {
    font-family: 'GothamNarrowBold';
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
}

#vorsorge p {
    width: 85%;
    margin: 0 auto;

}

#vorsorge .imagebox {
    width: 125px;
    margin: 0 auto 45px;
    height: 125px;
}

#vorsorge .borderdot {
    border: 3px dotted #f3c8a6;
    padding: 45px 25px;
}



#netzwerkbehandlung h1 {
    font-size: 45px;
    line-height: 55px;
}
#netzwerkbehandlung h1 span {
    font-size: 45px;
    line-height: 55px;
    font-family: 'GothamNarrowLight';
}


/* Netzwerk */

#netzwerkhome {
    margin-top: 90px;
    margin-bottom: 45px;
}

#netzwerkhome h1 {
    font-family: 'GothamNarrowLight';
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 35px;
}

#netzwerkhome h1 span {
    font-family: 'GothamNarrowLight';
    font-size: 48px;
    display: inline-block;
}
#netzwerkhome h1 span.bold {
    font-family: 'GothamNarrowBlack';
    font-size: 50px;
}


#netzwerk {
    margin-top: 0;
}

#netzwerk h2 {
    font-family: 'GothamNarrowLight';

}
#netzwerk strong {
    font-family: 'GothamNarrowBold';
}



#netzwerk.nw {
    padding-bottom:0;
}

.netzwerkwrapper {
    display: flex;
    flex-wrap: wrap;
}



#netzwerk form.controls {
    display: inline-block;
    width: 100%;
    margin-top: 45px;
}
#netzwerk form.controls fieldset {
    border: 0;
    display: inline-block;
    width: auto;
    position: relative;
    margin-right: 15px;
}

#netzwerk form.controls fieldset:last-child {
    margin-right: 0;
}

#netzwerk form.controls fieldset select {
    padding: 10px 20px;
    border: 1px solid #ededed;
    background: #ededed;
    font-size: 16px;
    line-height: 18px;
}

.netzwerkwrapper {
    overflow: hidden;
    position: relative;
}
.netzwerkwrapper .partner {
    width: calc(100%  / 1/3);
    display: inline-block;
    /*margin-bottom: 25px;*/
    padding: 50px 0 0;
    margin: 0;
    text-align: center;
}

.netzwerkwrapper .partner:nth-child(odd) {
    background: #ededed;
}


.netzwerkwrapper .partner:hover {
    cursor: pointer;
    background: #f3c8a6;
    color: #fff;
}
.netzwerkwrapper .partner:hover a {
    color: #fff;
}

.netzwerkwrapper .partner .imagebox {
    height: 225px;
    margin: 0 auto;
    border-radius: 234768462748px;
    overflow: hidden;
    width: 225px;
}

.netzwerkwrapper .partner .contentbox {
    padding: 50px 25px;
    width: 100%;

}
.netzwerkwrapper .partner .contentbox strong {
    font-family: 'GothamNarrowBold';
    text-transform: uppercase;
    letter-spacing: 1.4px;
}
.netzwerkwrapper .partner .contentbox a {
    font-family: 'GothamNarrowBold';
}



/* Klinik Detail */

body.klinik .maintop {
    height: 140px;
    z-index: 1;
}

body.klinik .maintop .logo {
    width: 240px;
    margin-left: 15px;
    margin-top: 15px;
    padding-top: 0;
}


#klinikhome {
    position: relative;
    margin-top: 25px;
    margin-top: -165px;
    z-index: -1
}

#klinikhome .imagebox {
    position: relative;
    z-index: 1;
    height: 650px;
    filter: grayscale(1);
}


#klinik h1 {
    font-family: 'GothamNarrowLight';
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 35px;
}
#klinik h1 span.bold {
    font-family: 'GothamNarrowBlack';
    font-size: 50px;
}


#klinik {
    margin-top: 0;
}

#klinik h2 {
    font-family: 'GothamNarrowLight';
    font-size: 45px;
    line-height: 65px;
}
#klinik strong {
    font-family: 'GothamNarrowBold';
}


.klinik .subheadline {
    font-family: 'GothamNarrowLight';
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 35px;
}

#klinik .twocol,
#klinik-third .twocol {
    columns: 2;
    column-gap: 60px;
    width: 80%;
    margin:0 auto;
    display: block;
    padding:0;

    hyphens: auto;
    text-align: justify;
}


#klinik-sec .contentboxwrapper {
    display: flex;
    width: 80%;
    margin:0 auto;
}

#klinik-sec h2 ,#klinik-third h2 {
    font-family: 'GothamNarrowLight';
    font-size: 30px;
    line-height: 40px;
}


#klinik-sec .contentboxwrapper .textbox {
    width: calc(100% / 1/2);
}

#klinik-sec .contentboxwrapper .textbox:first-child {
    padding-right: 30px;
}
#klinik-sec .contentboxwrapper .textbox:last-child {
    padding-left: 30px;
}

.klinik #aerzte {
    margin-top: 90px;
}


#klinik .contact {
    color: #f3c8a6;
    font-family: 'GothamNarrowBold';
    margin-top: 45px;
}

#klinik .contact a {
    color: #f3c8a6;
}


#rechtstexte h1,
#rechtstexte h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
    margin-top: 35px;
}

#rechtstexte h3 {
    margin-top: 35px;
}


#kliniktherapie {

}

#kliniktherapie .contentwrapper .contentbox:first-child {
    text-align: right;
    padding-right: 60px;
    width: 40%;
}
#kliniktherapie .contentbox .h2-style {
    font-family: 'GothamNarrowLight';
    font-size: 45px;
    line-height: 60px;
    display: inline-block;
    margin-top: 10px;
    color: #9d9d9c;
    text-transform: none;
    text-align: right;
    width: 70%;
    hyphens: auto;
}

#kliniktherapie .contentwrapper .contentbox:last-child {
    padding-right: 110px;
    text-align: justify;
    hyphens: auto;
    width: 60%;
}


#fachbereich .fachbereichwrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
}
#fachbereich .fachbereichwrapper .fach {
    width: calc(100% / 1/5);
    display: inline-block;
    text-align: center;
    padding: 0 15px;
}



#fachbereich .fachbereichwrapper .fach .iconbox {
    height: 85px;
}
#fachbereich .fachbereichwrapper .fach .title {
    margin: 15px 0;
    display: inline-block;
}
#fachbereich .fachbereichwrapper .fach .checkbox {
    height: 55px;
}
#fachbereich .fachbereichwrapper .fach.inactive {
    filter: grayscale(1);
}
#fachbereich .fachbereichwrapper .fach.inactive .iconbox,
#fachbereich .fachbereichwrapper .fach.inactive .title {
    opacity: 0.4;
}


#fullimage.experten .content-width:before {
    content: "";
    position: absolute;
    background:rgba(243,200,166, 0.7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

#fullimage.experten .content-width {
    background-image: url('../images/experten.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0px -170px;
    position: relative;
}
#fullimage.experten .content-width .h2-style {
    padding: 120px 0;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 2;
}



#aerzte {

    margin-bottom: 0;
}


#aerzte .aerztewrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content : center;
    align-items: flex-start;
}

#aerzte .aerztewrapper .arzt {
    display: inline-block;
    width: calc(100% / 1/3 - 65px);
    margin: 0 25px 75px 40px;
}

#aerzte .aerztewrapper .arzt .imagebox {
    max-width: 250px;
}

#aerzte .aerztewrapper .arzt .imagebox.graybox {
    background: #ededed;
    height: 374px;
}

#aerzte .aerztewrapper .arzt .title {
    font-size: 25px;
    line-height: 35px;
    margin-top: 25px;
    margin-bottom: 25px;
}
#aerzte .aerztewrapper .arzt .title strong {
    display: inline-block;
    font-family: 'GothamNarrowBold';
}
#aerzte .aerztewrapper .arzt .position {
    font-family: 'GothamNarrowBold';
    height: 60px;
}
#aerzte .aerztewrapper .arzt .contact {
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 25px;
    height: 60px;
}


#adress {
    width: 100%;
    margin: 45px 0 0;
    padding: 50px 0 0;
}
#adress .ortewrapper {

    display: flex;
    flex-wrap: wrap;
    justify-content : center;
    align-items: flex-start;
}

#adress .ortewrapper .ort {
    display: inline-block;
    width: 33%;
    text-align: center;
    margin: 0 25px 50px 25px;
}



footer {
    width: 100%;
    padding: 45px 0;
    color: #fff;
    position: relative;
    overflow: hidden;
}


footer .content-width {
    max-width: calc(100% - 80px);
    margin: 0 auto;
}


footer .content-width:after {
    background-image: url('../images/icon-light.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    position: absolute;
    top: 20px;
    right: 25%;
    width: 300px;
    height: 300px;
    opacity: 0.5;
    z-index: 1;
}


footer a,
footer a, footer a:link, footer a:active {
    color: #fff;
}
footer .logo {
    width: 33%;
    max-width: 300px;
}
footer .contentwrapper {
    align-items: end;
}



footer .leftbox {
    width: 33%;
    max-width: 320px;
    display: inline-block;
    margin-left: 45px;
}

footer .logo + .leftbox {
    max-width: 180px;
    margin-left: 75px;
}

footer .copy {
    text-align: right;
    width: 100%;
    margin: 15px 0 0;
    font-size: 14px;
}
footer .copy a {
    color: #fff;
}



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

    #einleitung .contentbox + .contentbox {
        padding-right: 5%;
    }

    #therapie .imagebox {
        padding-left: 5%;
    }

    #therapie .contentbox {
        padding: 5% 5% 5% 60px;
    }
    #therapie .contentbox ul li {
        font-size: 16px;
    }


}


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


    #therapie {
        z-index: 2;
    }


}

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

    .maintop {
        height: 610px;
    }

    .netzwerk .maintop .logo, .therapie .maintop .logo {
        margin-left: 5%;
        padding-top: 245px;
    }

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


    #einleitung .contentbox.backcolor-1 {
        font-size: 45px;
        line-height: 55px;
    }


    #diagnostik {
        padding: 50px 45px;
    }

    #netzwerk {
        margin-top: 20px;
    }


    .fullimage .content-width,
    #fullimage .content-width {
        height: 525px;
    }

    footer .leftbox {
        width: 60%;
    }
    footer .contentwrapper {
        flex-wrap: wrap;
    }
    footer .logo {
        margin-left: 0;
    }

    footer .contentwrapper div.copyright {
        width: 100%;
        display: inline-block;
        margin-top: 35px;
    }
    footer .logo + .leftbox {
        max-width: 300px;
        margin-left: 75px;
    }

    footer .content-width::after {
        top: unset;
        bottom: -40px;
    }

}


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

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


    .netzwerkslider {
        margin: 45px 15px;
    }

    #therapie .contentbox::after {right: -55px;}

}

@media screen and (max-width: 1180px) {
    header .logo {
        width: 200px;
    }



    .contentbox.center {
        max-width: 85%;
    }

    #therapie .contentbox::after {right: -50px;}


    #vorsorge .contentwrapper .contentbox:first-child {
        width:40%;
    }
    #vorsorge .contentwrapper .contentbox:last-child {
        width:60%;
        padding: 110px 140px 110px 30px;
    }

    #aerzte .aerztewrapper .arzt {
        display: inline-block;
        width: calc(100% / 1/2 - 65px);
        margin: 0 25px 75px 40px;
    }

    #therapie .contentbox::after {
        right: 0;
    }


    #klinik .twocol {
        column-gap: 40px;
        width: 90%;

    }



}
@media screen and (max-width: 1120px) {
    footer .logo {
        width: 20%;
        max-width: 300px;
        margin-right: 45px;
    }
}
@media screen and (max-width: 1080px) {


    .contentbox.center {
        max-width: 85%;
    }

    .slick-slider button.slick-prev {
        left: -10px;
        width: 50px;
        height: 50px;
    }
    .slick-slider button.slick-next {
        right: -10px;
        width: 50px;
        height: 50px;
    }


    footer .leftbox {
        width: 30%;
    }


    #klinikhome .imagebox,
    #netzwerkhome .imagebox {

        height: 650px;
    }

    #nachsorge .titletwocol {
        padding-top: 50px;
    }
    #palliativ {
        margin-top: 60px;
    }

    #chirurgie,
    #behandlung {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    h2 span,
    #einleitung h1,
    h2, .h2-style,
    h2 span.bold,
    #palliativ h2 span,
    #palliativ h2 span.bold,
    #nachsorge .titletwocol .contentbox:last-child h2 span,
    #nachsorge .titletwocol .contentbox:first-child h2,
    #systemtherapie .contentbox h2 span,
    #systemtherapie .contentbox h2,
    #chirurgie h2 span.bold,
    #chirurgie h2 span,
    #diagnostik .contentbox h2,
    #diagnostik .contentbox h2 span,
    #behandlung h1 span.bold,
    #behandlung h1 span,
    #behandlung h1 {
        font-size: 40px;
        line-height: 40px;
    }
    #behandlung p br {
        display: none;
    }



    #systemtherapie .contentwrapper .contentbox .inner {
        padding: 170px 0% 80px;
    }
}

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

    .contentbox.center {
        max-width: 95%;
    }

    #klinik h2 {

        font-size: 30px;
        line-height: 40px;
    }


    .maintop {
        height: 420px;
    }
    .netzwerk .maintop .logo, .therapie .maintop .logo {
        margin-left: 5%;
        padding-top: 155px;
        width: 270px;
    }



    #klinik .twocol {
        column-gap: 40px;
        width: 100%;
    }


}


@media screen and (max-width: 991px) {
    .contentwrapper div {
        width: 100%;
        display: inline-block;
    }



    #einleitung .contentwrapper {
        align-items: center;
        flex-direction: column;
    }

    #netzwerksliderbox .content-width {
        padding: 20px 0;
    }

    #einleitung .contentbox.backcolor-1 {
        font-size: 45px;
        line-height: 55px;
        width: 100%;
        margin-top: 35px;
        text-align: left;
        padding-left: 15px;
        padding-right: 0;
    }

    #einleitung .contentbox.backcolor-1 h2 br:nth-child(1),
    #einleitung .contentbox.backcolor-1 h2 br:nth-child(3) {
        display: none;
    }
    #einleitung .contentbox + .contentbox {
        padding-right: 0;
        width: 100%;
        padding-left: 0;
    }

    .netzwerkslider .contentbox {
        height: 145px;
    }



    #therapie .contentwrapper {
        align-items: inherit;
        margin-top: 0px;
        flex-direction: column;
    }

    #therapie .imagebox {
        padding-left: 0;
        height: 345px;
        width: 70%;
        margin: 0 auto;
        padding-top: 0;
        padding-bottom: 0;
    }

    #therapie .contentbox {
        padding: 15% 5% 5% 60px;
        margin-top: -100px;
    }

    #therapie .contentbox::after {
        right: inherit;
        width: 100%;
        left: 0;
    }

    footer .contentwrapper {
        flex-direction: row;
    }
    footer .logo img {
        height: 105px;
    }

    .netzwerkslider {
        margin: 45px 0px;
    }

    .slick-slider button.slick-prev {
        left: -15px;
    }
    .slick-slider button.slick-next {
        right: -15px;
    }

    footer .copy {
        text-align: left;
    }
    header {
       
        z-index: 10;
    }


}


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


    #therapie .contentbox {
        padding: 140px 20px 5% 20px;
    }
    img {
        display: inline-block;
    }

    .contentwrapper {
        flex-direction: column;
    }

    #therapie .imagebox {

        width: 90%;
    }

    #netzwerkhome .imagebox {

        height: 530px;
    }

    #klinikhome .imagebox {
        height: 360px;
    }

    .contentbox.center {
        max-width: 100%;
    }


    #netzwerk .content-width {
        max-width: calc(100% - 0px);
    }



    #klinik h1 span.bold,
    #klinik h1,
    #klinik h1 span,
    h2, .h2-style,
    #palliativ h2 span,
    #palliativ h2 span.bold,
    #nachsorge .titletwocol .contentbox:last-child h2 span,
    #nachsorge .titletwocol .contentbox:first-child h2,
    #systemtherapie .contentbox h2 span,
    #systemtherapie .contentbox h2,
    #chirurgie h2 span.bold,
    #chirurgie h2 span,
    #diagnostik .contentbox h2,
    #diagnostik .contentbox h2 span,
    #behandlung h1 span.bold,
    #behandlung h1 span,
    #behandlung h1 {
        font-size: 30px;
        line-height: 30px;

    }

    #netzwerk h2 {
        text-align: left;
    }

    .content-two-col {
        margin: 30px 0 0;
    }

    .content-two-col .contentbox {
        columns: 1;
    }
    #nachsorge .titletwocol {
        padding-top: 45px;
    }
    #nachsorge .titletwocol + .content-two-col {
        margin-bottom: 45px;
    }

    #nachsorge .titletwocol .contentbox:first-child h2 {
        text-align: left;
    }
    #nachsorge .titletwocol .contentbox:last-child h2 {
        padding-left: 0;
    }

    #palliativ {
        margin-top: 40px;
    }
    #behandlung {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    #palliativ .contentfull p {
        margin-top: 35px;
    }


}


@media screen and (max-width: 768px) {
    .contentbox.center {
        max-width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    h1 {

        hyphens: auto;
    }

    #kontaktform .content-width {
        padding: 45px;
    }


    #palliativ .contentfull p {
        width: 100%;
    }

    .netzwerkslider .contentbox {
        height: 95px;
        padding-right: 15px;
    }


    h2 span, #einleitung h1, h2, .h2-style, h2 span.bold, #palliativ h2 span, #palliativ h2 span.bold, #nachsorge .titletwocol .contentbox:last-child h2 span, #nachsorge .titletwocol .contentbox:first-child h2, #systemtherapie .contentbox h2 span, #systemtherapie .contentbox h2, #chirurgie h2 span.bold, #chirurgie h2 span, #diagnostik .contentbox h2, #diagnostik .contentbox h2 span, #behandlung h1 span.bold, #behandlung h1 span, #behandlung h1 {
        font-size: 28px;
        line-height: 28px;
    }


    #netzwerk form.controls fieldset {
        width: 100%;
        margin-bottom: 5px;
    }

    #chirurgie {
        margin-top: 50px;
        margin-bottom: 40px;
    }

    .fullimage .content-width, #fullimage .content-width {
        height: 315px;
    }
    footer .contentwrapper {
        flex-direction: column;
        align-items: baseline;
    }
    footer .logo {
        width: 100%;
        max-width: unset;
        margin-right: 0;
        text-align: left;
        margin-bottom: 25px;
    }
    footer .logo + .leftbox {
        max-width: unset;
        margin-left: 0px;
        width: 100%;
    }

    footer .leftbox {
        max-width: unset;
        margin-left: 0px;
        width: 100%;
    }



    #klinik .twocol {
       column-count: 1;
    }


    #adress .ortewrapper .ort {
        width: 85%;
    }


}

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


    #netzwerk {
        padding: 0px 0px 45px;
    }

    #kontaktformular {
        max-width: 95%;
    }


    .contentbox.center {

        text-align: justify;
        hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        -moz-hyphens: auto;

    }





    #aerzte .aerztewrapper .arzt {
        width: 100%;
        margin: 0 0px 75px 0px;
        text-align: center;
    }
    #aerzte .aerztewrapper .arzt .imagebox {
        max-width: 250px;
        margin: 0 auto;
    }


    .home .maintop .logo {
        width: 270px;
        padding-top: 35px;
    }
}

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

    #einleitung .contentbox.backcolor-1 h2 br:nth-child(1),
    #einleitung .contentbox.backcolor-1 h2 br:nth-child(2),
    #einleitung .contentbox.backcolor-1 h2 br:nth-child(3) {
        display: none;
    }

    #einleitung .contentbox.backcolor-1 {
        padding-right: 15px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #einleitung .contentbox + .contentbox {
        padding-top: 30px;
    }

    .netzwerkwrapper .partner {
        width: 100%;
        margin: 0 0 25px 0;
    }

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


    #netzwerksliderbox .content-width {
        z-index: 1;
        position: relative;
        padding: 30px 0;
    }
    #netzwerksliderbox .slick-list {
        width: 80%;
    }

        .slick-slider button.slick-prev {
            left: 5px;
            width: 40px;
            height: 40px;
            margin-top: -20px;
        }

 
    .slick-slider button.slick-next {
        right: 5px;
        width: 40px;
        height: 40px;
        margin-top: -20px;
    }
    #netzwerksliderbox .cta-wrapper .cta {
        float: none;
        margin-right: 0;
    }


    #klinikhome .imagebox {
        height: 290px;
    }


    section {
        margin: 25px auto;
        width: calc(100% - 40px);
    }

.maintop {
    height: 310px;
}
    .netzwerk .maintop .logo, .therapie .maintop .logo {
        margin-left: 0;
        padding-top: 115px;
        width: 225px;
    }
    .center {
        text-align: justify;
        hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
    }

    #diagnostik {
        padding: 35px 10px;
    }
    #chirurgie img {
        height: 235px;
        margin-bottom: 45px;
    }

    #systemtherapie .contentwrapper .contentbox p {
        text-align: center;
        width: 100%;
        margin: 45px 0 0 0;
    }
    #palliativ .contentwrapper {
        margin: 40px 0 0 0;
    }
}


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

    /* menü responsiv */
    header {
        display: none;
    }

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

        background: #fff;
        top: 0;
        right: 0;
    }

    .burger-menu .line::after {
        right: 3px;
    }

    .burger-menu .line {
        height: 3px;
        border-radius: 0;
    }

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


    .submenu {
        visibility: unset;
        opacity: unset;
    }


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

    }

    .is-drilldown li {
        display: block;
        padding: 15px 35px;
        margin-bottom: 0;
        position: unset;
    }

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

    .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 #f3c8a6 transparent transparent;
        border-left-width: 0;
        display: inline-block;
        vertical-align: middle;
        margin-right: 0.75rem;
    }

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


    #netzwerk {
        padding: 0px 0px 0px;
    }

    #netzwerksliderbox {
        margin: 0;
        padding: 30px 0;
    }


    body.klinik .maintop .logo {
        width: 180px;
        margin-left: 15px;
        margin-top: 55px;
        padding-top: 0;
    }


    #klinikhome {

        margin-top: -155px;
    }

    #klinik h2 {

        font-size: 23px;
        line-height: 28px;
    }


    #klinikhome .titlebox h1 {
        text-align: left;
    }

    h2, .h2-style, #palliativ h2 span, #palliativ h2 span.bold, #nachsorge .titletwocol .contentbox:last-child h2 span, #nachsorge .titletwocol .contentbox:first-child h2, #systemtherapie .contentbox h2 span, #systemtherapie .contentbox h2, #chirurgie h2 span.bold, #chirurgie h2 span, #diagnostik .contentbox h2, #diagnostik .contentbox h2 span, #behandlung h1 span.bold, #behandlung h1 span, #behandlung h1 {
        text-align: left;
    }

    h2 span br, h1 span br {
        display: none;
    }

    .content-width {
        max-width: calc(100% - 10px);
    }

    #vorsorge .borderdot {
        border: 3px dotted #f3c8a6;
        padding: 45px 15px;
    }

    .home .maintop .logo {
        margin-left: 5px;
        padding-top: 55px;
        width: 165px;
    }

}



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

    .maintop {
        height: 250px;
    }
    .home .maintop .logo ,
    .netzwerk .maintop .logo, .therapie .maintop .logo {
        margin-left: 5px;
        padding-top: 55px;
        width: 165px;
    }

    #kontaktformular .h2-style {
        
        font-size: 20px;
    }


    #kontaktformular p{
        hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
    }



}