.padding-top-1 {
    padding-bottom: 5rem;
    padding-top: 0;
}

.pea_cook_wrapper a {
    font-size: 1.1rem;
}

footer img {
    width: 100%;
    max-width: 280px;
    margin: auto;
    position: absolute;
    top: 6rem;
    left: 0;
    bottom: 0;
    right: 0;
}

.footer-copyright2 a {
    color: #baa584;
    float: right; 
    padding: 0 0 0 1rem;
}

.pdficon {
    width: 100%;
    max-width: 100px;
}

.page-id-9 .content p {
    text-align: center;
}

.page-id-9 h1 {
    text-align: center;
}

.page-id-9 h2 {
    text-align: center;
    margin: 5rem 0;
}

.content p.content-eingedrueckt {
    margin: 0 auto;
    width: 75%;
    padding-bottom: 3rem;
    text-align: center;
}

aside .textwidget {
    border-left: 2px solid #baa584;
    margin-bottom: 3rem;    
}

aside .btn-primary {
    font-size: 1.6rem;   
}

.wp-image-294 {
    width: 100%;
    max-width: 250px !important;
    margin: 0 auto;
    display: block;
}

@media (max-width:992px){
.padding-top-1 {
    padding-bottom: 0rem;
    padding-top: 0rem;
}  

.content p.content-eingedrueckt {
    width: 100%;
}  
	.scaling-logo {
		max-width: 60%;
padding-top: 2rem;
	}
}

/* Parallax Responstiv Button Anfang -------------------------------------------------------------------------------------------  */
.para-callout {
    flex-wrap: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-secondary b {
    font-size: 2.5rem;
}

@keyframes cta-animation {
 0%{opacity:1.0;}

 50%{opacity:0.8;}

 100%{opacity:1.0;}

 50%{transform:scale(0.95);}
}

.paralayer {    
    background: rgba(80, 88, 93, 0.7);
    color: #fff;
    width: 800px;
    font-size: 2rem;
    border-radius: 4px;
    height: 150px;
    padding: 3rem 1rem;
    font-weight: 600;
}

.paralayer .btn {
    margin-top: 2rem;
}

@media (max-width: 768px) {
.para-callout {
    justify-content: center !important;
    align-items: center !important;
    width: 100%;
}

.paralayer {    
    height: 200px;
}
}

/* Parallax Responstiv Button Ende ---------------------------------------------------------------------------------------------  */

/* Header Anfang ---------------------------------------------------------------------------------------------------------------  */
.tel-quicklink {
    float: right;
    opacity: 0;
    height: 60px;
    line-height: 40px;
    position: absolute;
    right: 0;
}

.tel-quicklink .telefonlink {
    display: inline-block;
    position: relative;
    top: 11px;
    font-size: 1.8rem;
} 

.head-cts-row {
    background: #baa584;
}
  
.header8 .headline-allgemein a {
    font-size: 1.6rem;
    color: white;
    font-weight: 300;
}

.headline-allgemein p {
    margin:0;
    padding:0.5rem 0rem;
    color: #fff;
    font-weight: 300;
    font-size: 1.6rem;
}

.headline-allgemein p span {
    color: white;
    font-size: 14px;
    padding-right: 0.5rem;
}

@media (max-width:991px){
.call-to-action {
    display: none;
}
}

@media (min-width:992px){
.header8 .menueleiste nav ul li#menu-item-272 a {
    background: #baa584;
    line-height: 35px;
    margin: 1.2rem 1.5rem;
    display: block;
    height: 40px;
    color: #fff;
    padding: 2px 10px;
    border-radius: 4px;
    border: 1px solid transparent;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.header8 .menueleiste nav ul li#menu-item-85 a {
    background: #676b6d;
    line-height: 35px;
    margin: 1.2rem 1.5rem;
    display: block;
    height: 40px;
    color: #fff;
    padding: 2px 10px;
    border-radius: 4px;
    border: 1px solid transparent;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}



.header8 .menueleiste nav ul li#menu-item-272 a:hover {
    background: #fff;
    color: #baa584;
    border: 1px solid #baa584;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.header8 .menueleiste nav ul li#menu-item-85 a:hover {
    background: #fff;
    color: #676b6d;
    border: 1px solid #676b6d;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.header8 .menueleiste nav ul li:hover ul li ul {
    display: none;
}

.header8 nav ul li ul li:hover ul.sub-menu {
    display: block;
    position: absolute;
    width: 285px;
    top: 0;
    z-index: 20;
}
}
/*Header Ende ------------------------------------------------------------------------------------------------------------------  */

/* Background Balken Anfang ----------------------------------------------------------------------------------------------------  */
.background-balken {
    display: grid;
    padding: 4rem 0;
    background: #676b6d;
    margin-top: 0rem;
}

.balken-h2 {
    color: white;
}

.background-balken p {
    text-align: center;
    color: #fff;
}

.background-balken .btn {
    margin-top: 3rem;
    margin-bottom: 4rem;
}

@media (max-width:991px){
.background-balken p {
    width: 75%;
    margin: 0 auto;
}
}
/* Background Balken Ende  -----------------------------------------------------------------------------------------------------  */

/* Themenboxen -----------------------------------------------------------------------------------------------------------------  */

.tb-content {
    margin-top: 0rem;
}

.tb-content h2 {
    color: #fff;
}

.tb-content p strong {
    color: #baa584; 
}

.tb-content .green p strong {
    color: #baa584; 
}

.tb-content .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0rem;
}

.tb > * {
    padding: 0;
}

.tb-img {
    width:100%;
    height: 100%;
}

.green, .grey {
    text-align: center;
    margin-left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight:300;
    align-items: center;
    padding: 0 8rem 0 8rem;
}

.green {
    background-color: #676b6d;
    color: #fff; 
    text-align: center;
}


.green h2:before {
    content: "";
    position: relative;
    display: block;
    background-image: url(/wp-content/uploads/2022/02/logo_zahnaerzte_kaekenflur.png);
    background-repeat: no-repeat;
    background-size: 80px;
    width: 80px;
    height: 110px;
    margin: 0 auto;
}

.green h2:after {
    content: "";
    position: relative;
    display: block;
    background: #ece1db;
    width: 50%;
    height: 1px;
    bottom: 46px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.grey {
    background-color: #676b6d;
    color: #fff; 
    text-align: center;
}

.grey h2:before {
    content: "";
    position: relative;
    display: block;
    background-image: url(/wp-content/uploads/2022/02/logo_zahnaerzte_kaekenflur.png);
    background-repeat: no-repeat;
    background-size: 80px;
    width: 80px;
    height: 110px;
    margin: 0 auto;
}

.grey h2:after {
    content: "";
    position: relative;
    display: block;
    background: #ece1db;
    width: 50%;
    height: 1px;
    bottom: 46px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}


.page-id-9 .green h2 {
    color: #fff;
    text-align: center;
    margin: 2rem 0;
}

.page-id-9 .gray h2 {
    color: #baa584;
    text-align: center;
    margin-top: 2rem;
}

.mobilehidden {
     display: block;
}

.mobile {
   display: none; 
}


@media (max-width: 1199px) {
 .tb-content .row {
    display: block;
    margin-top: 0;
}
  .green, .grey {
    padding: 2rem 2.5rem 3rem 2.5rem;  
}

.btn-secondary {
    padding: 1.5rem 8rem 
}

.mobilehidden {
    display: none;
}

.mobile {
    display: block; 
}
}

@media (max-width: 767px){
.green h2:after {
    bottom: 70px;
}

.grey h2:after {
    bottom: 100px;
}
}


/* Themenboxen Ende ------------------------------------------------------------------------------------------------------------  */

/* Teampic Anfang --------------------------------------------------------------------------------------------------------------  */

.teampic {
    margin: 0 auto;
    display: table;
    text-align: center;
}

.teampic h2 {
    text-align: center;
}

.teampic img {
    margin: 0 auto;
    display: block;
    border-radius: 100%;
	height: auto;
}

figcaption h2 {
    text-align: center;
    margin: 3rem 0 1rem 0 !important;
}

.teampic .btn {
    margin-bottom: 4rem;    
}

@media (min-width: 768px) {
.teampic {
    width: 750px;
}
}

@media (min-width: 992px) {
.teampic {
    width: 970px;
}
}

@media (min-width: 1200px) {
.teampic {
    width: 1200px;
}
}

@media (min-width: 1400px) {
.teampic {
    width: 1400px;
}
}

/* Teampic Ende ----------------------------------------------------------------------------------------------------------------  */

/*Trenner Anfang ---------------------------------------------------------------------------------------------------------------  */
div.trenner {
    width: 60px;
    position: relative;
    margin: 0 auto 2rem auto;
}

@media (max-width:991px){
div.trenner {
    margin: 3rem auto;
}
}

div.trenner:before {
    content: '';
    width: 200px;
    height: 2px;
    background: #b59985;
    position: absolute;
    right: 150%;
    top: 29px;
    border-radius: 1px;
}
    
div.trenner:after {
    content: '';
    width: 200px;
    height: 2px;
    background: #b59985;
    position: absolute;
    left: 127%;
    top: 29px;
    border-radius: 1px;
}
    
.trenner img {
    transition: all .5s ease-in-out;
    width: 100%;
}

.trenner img:hover {
    transform: rotate(-360deg);
    transition: all .5s ease-in-out;
}

/*Trenner Ende -----------------------------------------------------------------------------------------------------------------  */

/* Mobiles Men? Button Anfang --------------------------------------------------------------------------------------------------  */

.derbutton {
    color: #fff;
    position: relative;
    right: 0;
    float: right;
    font-size: 1rem;
    top: -2.2rem;
    padding: 0rem 1rem;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.drehen {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.drehen + .sub-menu {                           
    display: block !important;
}

/* Mobiles Men? Button Ende ----------------------------------------------------------------------------------------------------  */

/* Background-Image Row Anfang -------------------------------------------------------------------------------------------------  */
.row-vorteile2 {
    padding-bottom: 6rem;
    padding-top: 6rem;
    background: #676b6d;
}

.row-vorteile2 .a {
font-size: 2rem;
}

.ul-ok-check-left {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 30px 0 30px;
    list-style-type: none;
}


ul.ul-ok-check-left li {
    display: flex;
    padding-bottom: 4rem;
    font-size: 1.8rem;
    color: #fff;
}

ul.ul-ok-check-left li:before {
    content: "\2714";
    color: #baa584;
    font-size: 2.5rem;
    padding-right: 1rem;
    line-height: 3rem;
}

ul.ul-ok-check-left li a {
    font-size: 2rem;
    display: contents;
    color: #fff;
    font-weight: 600;
}

@media (min-width:1px) and (max-width: 1199px) {
ul.ul-ok-check-left li a {
    font-size: 2rem !important;
}

.ul-ok-check-left {
    margin-top: 0px;
    margin-bottom: 0px;
}

ul.ul-ok-check-left li:before {
    line-height: 1.8rem;
	color: #baa584;
}

}
/* Background-Image Row Ende ---------------------------------------------------------------------------------------------------  */

/* Loading on view Anfang ------------------------------------------------------------------------------------------------------  */
.on-view-fade {
    opacity: 0;
}

@media (max-width:767px) {
.on-view-fade {
    opacity: 1 !important;
}
}

.come-in {
    transform: translateY(300px);
    animation: come-in 1s cubic-bezier(0.11, 0.43, 0.29, 0.92) forwards;      
}

.come-in:nth-of-type(10n-9) {
    animation-delay: 0s; 
}

.come-in:nth-of-type(10n-8) {
    animation-delay: 0.15s; 
}

.come-in:nth-of-type(10n-7) {
    animation-delay: 0.3s; 
}

.come-in:nth-of-type(10n-6) {
    animation-delay: 0.45s; 
}

.come-in:nth-of-type(10n-5) {
    animation-delay: 0.6s; 
}

.come-in:nth-of-type(10n-4) {
    animation-delay: 0.75s; 
}

.come-in:nth-of-type(10n-3) {
    animation-delay: 0.9s; 
}

.come-in:nth-of-type(10n-2) {
    animation-delay: 1.05s; 
}

.come-in:nth-of-type(10n-1) {
    animation-delay: 1.2s; 
}

.come-in:nth-of-type(10n) {
    animation-delay: 1.35s; 
}

@keyframes come-in {
to {                  
    transform: translateY(0);
    opacity: 1;
}
}
/* Loading on view Ende */

/* Teamvorstellung Anfang */


.team-row-1 {
      display: flex;
      justify-content: space-around;
      padding-bottom: 2rem;
      flex-flow: row wrap;
      align-items: flex-start;
      margin: 0 auto;
}

.team-box p {
    font-size: 1.8rem;
	font-weight:300;
}

.team-row-1 .team-box {
    width: 100%;
    flex-basis: 25%;
    position:relative;
    padding: 0 1rem;
}

.team-row-1 .team-box img {
    border-radius: 100%;
    display: flex;
    width: 100%;
}

.abstand-team-block {
    padding-top: 8rem;
    padding-bottom: 10rem;
}  

@media (max-width:991px) {
.abstand-team-block {
    padding-top: 2rem;
    padding-bottom: 4rem;
}

.team-row-1 .team-box {
    flex-basis: 50%;
    margin-bottom: 2rem;
}

.team-row-1 {
    padding-bottom:0;
}   
}  

@media (max-width:767px) {
.team-row-1 {
    padding-bottom:0;
}

.team-row-1 .team-box {
    flex-basis: 100%;
    margin-bottom:2rem;
}
}     
/* Teamvorstellung Ende */

/*  SLIDERBOXEN Anfang  ----------------------------------------------------------------------------------------------  */

svg path {
    fill: #fff;
}

svg:not(:root) {
    width: 2.5rem;
    height: 2.5rem;
}

.slider-boxen {
    position: fixed;
    right: 0;
    z-index: 5000;
    display: flex;
    width:50px;
    flex-flow: column wrap;
    top: 50%;
    transform: translateY(-50%);
    justify-content: center;
}

.slider-boxen .box {
    background: #baa584;
    padding: 1rem 2rem 1rem 2rem;
    margin-bottom: 1rem;
    width: 350px;
    transform: translatex(-10px);
    transition: all .2s ease-in;
}

.slider-boxen .box:hover {
    transform: translatex(-165px);
    transition: all .2s ease-in;
}

.slider-boxen .telefonlink:before {
    display: none;
}

.slider-boxen .box a {
    color: #555;
}       

.slider-boxen .box a img {
    width: 30px;
}

@media (min-width: 767px) {
    .slider-boxen {
        display: none;
    }
	
	.doctolib {
	position: fixed;
    top: 200px;
    right: 0;
    display: block;
    text-align: center;
    background-color: #107ACA;
    color: #ffffff;
    width: 100px;
    border-radius: 4px 0 0 4px;
    padding: 10px;
    z-index: 999;
    box-shadow: 1px 2px 4px rgba(0,0,0,0.2);
    line-height: 1.4;
	}
	
}

@media (max-width: 991px) {
    .slider-boxen .box a img {
        margin-right: 1rem;
    }
}

@media (max-width:767px) {
	
	.doctolib {
		display:none;
	}
	
    .slider-boxen {
        bottom: 0;
        justify-content: center;
        display: block;
        left: 0;
        width: 100%;
        top: auto;
        transform: none;
    }

    svg path {
        fill: #fff;
    }

    svg:not(:root) {
        width: 2rem;
        height: 2rem;
    }

    .slider-boxen .box {
        border: 1px solid #555;
    }

    .slider-boxen .box a img {
        display: none;
    }

    .slider-boxen .box a img.svgwhite {
        display: inline-block;
        width: 2rem;
    }

    .slider-boxen .box a {
        font-size: 1.5rem;
        color: #fff;
        display: flex;
        gap: 1rem;
    }
    
    .slider-boxen > div {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-content: stretch;
        background: #baa584;
    }
    
    .slider-boxen .box {
        transform: none !important;
        margin-bottom: 0;
        border-top-width: 2px;
        width: calc(100% / 2);
        flex-basis: calc(100% / 2);
        max-width: calc(100% / 2);
        border-radius: 0;
        display: flex;
        justify-content: center;
        overflow: hidden;
        background: transparent;
        border-color: #fff;
        padding: 1rem;
    }

}

@media (min-width: 768px) {
    .slider-boxen .box a img.svgwhite {
        display: none;
    }
}

@media (max-width: 380px){
	svg:not(:root){
		display:none;
	}
}
/*  SLIDERBOXEN ENDE  ------------------------------------------------------------------------------------------------------  */