/*------------------------------------------------------------------------------------------------------
-------------------------------------------  Farben Anfang  --------------------------------------------
----------------------------------------------------------------------------------------------------  */

:root {
    --primary-color: #e8e8e8;
    --secondary-color: #3a85eb;
    --tertiary-color: #4e95f5;
    --color-plus: #222d57; 
    --secondary-transparent: rgba(238, 238, 238, 0.9);
    --text-color: #666;
    --background: #fff;
}

/*------------------------------------------------------------------------------------------------------
-------------------------------------------  Farben Ende  ----------------------------------------------
----------------------------------------------------------------------------------------------------  */

/* Content ANFANG ----------------------------------------------------------------------------------------------------------------*/

#logo p {
    font-weight: 700;
    font-size: 2rem;
    text-align: left;
    line-height: 2.5rem;
    margin-left: 4px;
    color: #555;
}

#logo p span {
    font-weight: 300;
    font-size: 1.7rem;
}

@media (min-width: 992px) and (max-width: 1399px) {
   
    #logo p {
         font-size:1.8rem;
    }  

    #logo p span {
    font-size: 1.5rem;
    }

 }

b, strong {
    font-weight: 600;
    font-size: inherit;
}

.h1span {
    color: var(--text-color);
    display: block;
    font-size: 3.5rem;
    margin-bottom: 0rem;
    line-height: 3.5rem;
    margin-top: 0rem;  
    text-transform: uppercase;
    font-weight: 400;
}

.single_h1 {
    margin-bottom: 2rem;
}

.home h1 {
    margin-bottom: 5rem;
    font-weight: 400;
    font-size: 2.5rem;
    letter-spacing: 2px;
    color: var(--text-color);
}

h1+span {
    margin-bottom: 2rem;
    display: block;
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: 2px;
    color: var(--text-color);
}

h2.h2subline {
    margin-bottom: 0;
}

.h2subline+span {
    color: var(--text-color);
    font-size: 2rem;
    margin-bottom: 2rem;
    display: block;
}

.cta .h2subline+span {
    color: var(--primary-color);
    font-size: 2rem;
    margin-bottom: 2rem;
    display: block;
}

section>div>.content>*:last-child {
    padding-bottom: 0rem;
    margin-bottom: 0rem;
}

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

.trustelement img {
    max-width: 300px;
}


.home .content p {
    margin-bottom: 1.7rem;
}

@media (max-width:991px) {
    .home .content p {
        width: 100%;
    }
}

@media (min-width: 767px) {
.flex-li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
}

/* Content ANFANG --------------------------------------------------------------------------------------------------------*/

/* Blauer Hintergrund ANFANG --------------------------------------------------------------------------------------------*/

div.container:before, div.container:after {
    display: none;
}

.color-background {
    background: linear-gradient(to right, #555 25%, #e8e8e8 150%); 
}

.color-background h2 {
    color: var(--primary-color);
    margin-top: 0rem;
}

.color-background li {
    color: var(--background);
    line-height: 2;
}

.color-background a {
    color: var(--primary-color);
}

.color-background a:hover {
    color: var(--tertiary-color);
}

.color-background p {
    color: var(--background);
}

.sprechzeiten p > span {
    float: right;
    text-align: right;
    font-size: inherit;
}

section.color-background > div.container > div.flex-start > div.sprechzeiten p {
    color: var(--text-color);
    font-weight: 600;
}
	
section.color-background .sprechzeiten p > span > span {
	color: var(--primary-color);		
}

@media (min-width: 768px) {
	
    section.color-background > div.container > div.flex-start {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2rem;
	}

	section.color-background > div.container > div.flex-start > div.sprechzeiten p {
    	text-align: left;
	}

    section.color-background.cta > div.container > div.flex-start:last-of-type {
        align-items: flex-end;    
}
	
}

@media (max-width: 767px) {
    .flex-start > .sprechzeiten {
        margin-top: 2rem;
        margin-bottom: 2rem;
}
	
	section.color-background > div.container > div.flex-start > div.sprechzeiten p {
    	text-align: center;
	}

    .color-background.cta .aufzaehlung {
        margin-top: 2rem;
}

}

@media (min-width: 768px) and (max-width: 991px) {
    .flex-start > .sprechzeiten {
        width: calc(100%/1.5);
}
}

@media (min-width: 992px) and (max-width: 1399px) {
    .flex-start > .sprechzeiten {
        width: calc(100%/2);
}      
}

@media (min-width: 1200px) {
    .flex-start > .sprechzeiten {
        width: calc(100%/2);
        margin-bottom: 3rem;
    }
    
    .flex-start {
        max-width:80%;
    } 
}

@media (max-width: 992px) {
    .color-background p {
        text-align: left;
}
}

@media (min-width: 992px) {
    .color-background p {
        text-align: left;  
    }
}


/* Blauer Hintergrund ENDE --------------------------------------------------------------------------------------------------*/

/* Aufzählung Anfang  --------------------------------------------------------------------------------------------------*/

.aufzaehlung {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
}

.aufzaehlung > div {
    flex-basis: 100%;
    background: var(--primary-color);
    color: var(--text-color);
    display: flex;
    justify-content: flex-start;
    padding: 1rem 2rem;
}

.aufzaehlung > div:before {
    content: '';
    background-image: url(images/pfeil.svg);
    height: 2rem;
    width: 2rem;
    transform: rotate(-90deg);
    background-repeat: no-repeat;
    display: block;
}

/* Aufzählung ENDE --------------------------------------------------------------------------------------------------*/

/* Startseite Leistungen ANFANG --------------------------------------------------------------------------------------------*/

.leistungen {
    background: var(--primary-color);
}   

.leistungen .container > div {
    display: flex;
    margin-bottom: 10rem;
    column-gap: 9rem;
}

.leistungen .container > div:last-of-type {
    margin-bottom: 0;
}

.leistungen .container > div > div {
    flex-basis: 50%;
}

.leistungen-image img {
    max-width: 100%;
}

.leistungen-text h2 {
    color: var(--text-color);
    margin: 0;
    font-weight: 700;
}

.leistungen-text span {
    color: var(--text-color);
    display: block;
    font-size: 2.4rem;
    margin-bottom: 2rem;
}

.leistungen-text p {
    color: var(--text-color);
}

@media (min-width:992px) {
    .leistungen .container > div:nth-of-type(2n) {
        flex-direction: row-reverse;
    }

    .leistungen-text {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .leistungen .container > div:nth-of-type(2n) .leistungen-text {
        text-align: right;
    }
}

@media (max-width:991px) {
    .leistungen .container > div > div {
        flex-basis: 100%;
    }

    .leistungen-image {
        margin-bottom: 4rem;
    }

    .leistungen .container > div {
        flex-direction: column;
    }
}

/* Startseite Leistungen ANFANG ---------------------------------------------------------------------------------*/

/* Footer Anfang ----------------------------------------------------------------------------*/

footer img {
    width: 90%;
}

.footer-copyright2 .copy {
    float: right;
}

.footerback .container > .row:before, .footerback .container > .row:after {
    display: none;
} 

.footerback .container > .row {
    display: flex;
} 

@media (max-width: 991px) {
    .footerback .container > .row {
        display: inline-block;
    }

    footer img {
        margin-top: 15rem;
    }
}

@media (max-width: 767px) {
    footer img {
        margin-top: 5rem;
        width: 70%;
    }
}

/* Footer Ende ----------------------------------------------------------------------------*/

/* Galerie Anfang ----------------------------------------------------------------------------*/

.galerie img {
    width: 100%;
    margin-bottom: 3rem;
}

/* Galerie Ende ----------------------------------------------------------------------------*/

/* Sidebar Anfang ----------------------------------------------------------------------------*/

aside > div {
    margin-bottom: 2rem;
    border-left: 2px solid var(--primary-color);
    padding-left: 3rem;
}

aside h3 {
    text-align: left;
    margin-top: 0;
}

aside p {
    margin-bottom: 0;
    padding-bottom: 0;
}

aside img {
    width: 100%;
    max-width: 400px;
}

/* Sidebar Ende ----------------------------------------------------------------------------*/

/* Parallax ANFANG -----------------------------------------------------------------------------  */

section.parallax {
    background: url(/wp-content/uploads/2021/09/parallax.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
    height: 175vh;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    padding-bottom: 24vh;
}

section.parallax > div {
    padding: 10vh 5vw 10vh 5vw;
    background: rgb(255 255 255 / 90%);
    text-align: center;
    position: relative;
    align-self: flex-end
}


.parallax p {
    line-height: 2;
}

.parallax h2 { 
    margin-top: 0rem;
    margin-bottom: 4rem;
    color: var(--primary-color);
}

@media (max-width: 991px) {
    section.parallax {
        background-position: 38% 50%;        
}
}

@supports (-webkit-touch-callout: none) {
    
     .parallax {
        background-image: none !important;
        position:relative;
        background: transparent !important;
    }
    .parallax:before {
        content: "";
        background-image: url(/wp-content/uploads/2021/09/parallax.jpg);
        position: fixed;
        height: 100%; 
        width: 100%;
        z-index: -1;
        top: 0;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    } 
}

/* Parallax ENDE -------------------------------------------------------------------------------------  */

/* Team-Boxen Version 1 Anfang -------------------------------------------------------------------------------------  */

.team-container > .row {
    display: flex;
}

.team-container > .row > div:nth-of-type(3) {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home .content .team-container h2, .home .content .team-container p {
    text-align: left;
    width: 100%;        
}

.team-container img {
    width: 100%;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.team-container ul {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.team-container h3 {
    color: var(--text-color);
    text-align: left;
    margin-top: 0;
}

.team-container > .row > div:nth-of-type(1) > div:hover .hover-box {
    opacity: 1;
}

.hover-box-kasten > div {
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.team-container > .row > div:nth-of-type(1) > div:hover img {
    transform: scale(1.2);
    opacity: 0.2;
}

.hover-box {
    position: absolute;
    display: flex;
    opacity: 0;
    top: 0;
    width: 100%;
    height: 100%;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.hover-box a {
    color: var(--background);
}

@media (max-width: 991px) {
    .team-container > .row {
        display: block;
    }

    .team-container img {
        width: 100%;
    }
}

/* Team-Boxen Version 1 ENDE -------------------------------------------------------------------------------------  */

/* Team-Boxen Version 2 Anfang -------------------------------------------------------------------------------------  */

.team-container h2, .home .team-container2 p {
    text-align: left;
}

.content .team-container2 > div > div > p {
    width: 100%;
} 

.team-container2 > div > div:nth-of-type(2) > p, .team-container2 > div > div:nth-of-type(2) > ul {
    padding-bottom: 0rem;
    margin-bottom: 0rem;
}

.team-container2 > div.row {
    margin-bottom: 5rem;
}

.hover-box-kasten > div {
    position: relative;
}

.team-container2 .arzte {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.team-container2 > div:nth-of-type(odd) h3, .team-container2 > div:nth-of-type(odd) p {
    text-align: left;
}

.team-container2 > div:nth-of-type(even) h3, .team-container2 > div:nth-of-type(even) p {
    text-align: right;
}

.team-container2 div.mitarbeiter h3 {
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 0;
}

.team-container2 div.mitarbeiter p {
    text-align: center;
}

.team-container2 .arzte h3 {
    margin-bottom: 0.5rem;
    font-size: 2.5rem;
}

.team-container2 .arzte span {
    margin-bottom: 2rem;
    display: block;
}

.team-container2 > div:nth-of-type(3) {
    margin-bottom: 11rem;
} 

.team-container2 img {
    width: 100%;
    display: block;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.team-container2 > div:nth-of-type(even) > div > img {
    float: right;
}

.team-container2.mobile-team > div > div > img {
    margin-bottom: 1.5rem;    
}

section.color-background > .team-container2 ul, section.container .team-container2 ul  {
    margin-top: 3rem;
}

.team-container2 h3 {   
    text-transform: none;
    line-height: 1;
}   

.mitarbeiter {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 6rem;
    column-gap: 2rem;
}

.mitarbeiter:before, .mitarbeiter:after {
    display: none;
}

.mitarbeiter > div {
    flex-basis: calc(100%/3 - 2rem*2/3);
}

.mitarbeiter img {
    width: 100%;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.content .mitarbeiter p {
    font-size: 2rem;
    color: var(--text-color);
    font-weight: 400;
    margin-top: 1rem;
    line-height: 1.5;
}

.mitarbeiter p span {
    font-size: 1.6rem;
    color: var(--text-color);
    font-weight: 300;
}

section.color-background > .team-container2 ul+p, section.container .team-container2 ul+p {
    margin-top: 2rem;
}

.team-container2.mobile-team.container > div > div > p span, section.color-background > .team-container2.mobile-team.container > div > div > p span {
    color: var(--primary-color);
    font-weight: 400;   
}

.team-container2.mobile-team.container > div > div > p, section.color-background > .team-container2.mobile-team.container > div > div > p {
    padding-bottom: 0rem; 
    margin-bottom: 0rem;  
}

.hover-box-kasten:hover .hover-box {
    opacity: 1;
}

.hover-box-kasten > div {
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.hover-box-kasten > div:hover img {
    transform: scale(1.2);
    opacity: 0.2;
}


@media (max-width: 991px) {
    .team-container2 h3, section.color-background > .team-container2 h3 {
        margin-top: 4rem;    
}  

.team-container2 > div:nth-of-type(even) > div > img {
    float: left;
}

.team-container2 > div:nth-of-type(even) h3, .team-container2 > div:nth-of-type(even) p {
    text-align: left;
}

.mitarbeiter > div {
    flex-basis: 100%;
}

.team-container2 .arzte {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
} 

.team-container2 .arzte:nth-of-type(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
} 
}

@media (max-width: 767px) {
    .team-container2.mobile-team > div > div:not(:first-of-type) > img {
        margin-top: 6rem;    
}
}

@media (min-width: 768px) and (max-width: 991px) {
    .team-container2.mobile-team > div > div:not(:not-of-type(-n+2)) > img {
        margin-top: 6rem;    
}
}

/* Team-Boxen Version 2 ENDE -------------------------------------------------------------------------------------  */

/* Newsboxen ANFANG -----------------------------------------------------------------------------------------*/

section.newsboxen {
    background: var(--primary-color);
}

section.newsboxen .container > div {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

.news-thumbnail {
    flex-basis: calc(100% / 3 - 2rem);
}

.newsboxen h2 {
    color: var(--background);
}

.newsboxen .h2subline+span {
    margin-bottom: 8rem;
    color: var(--background);
}

.news-thumbnail {
    padding: 5rem 2rem;
    display: flex;
    flex-direction: column;
    background: var(--secondary-color);
    text-align: left;
    border-radius: 5px;
}

 div.news-thumbnail > p.news-headlines {
    font-size: 2rem;
    color: var(--primary-color);
    font-weight: 300;
}

.news-thumbnail p {
    color: var(--text-color);
    font-weight: 300;
    margin-bottom: 1rem;
}

.news-thumbnail h3 {
    margin-bottom: 0.5rem;
}

.more-link {
    margin-top: auto;
}

@media (min-width:992px) {
    .newsbtn {
        display: none;    
    } 
}

@media (max-width: 992px) {
    .news-thumbnail {
        flex-basis: 100%;
    }

    section.newsboxen .container > div {
        gap: 2rem;
    }
}

/* Newsboxen ENDE -----------------------------------------------------------------------------------------------*/

/* Newsseite ANFANG ---------------------------------------------------------------------------------------------*/

.newspage h2 {
    margin-top: 0;
}

/* Newsseite ENDE ---------------------------------------------------------------------------------------------*/


/* Vorstellung ANFANG -------------------------------------------------------------------------------*/

div.container:before, div.container:after {
    display: none;
}

section.vorstellung {
    background: var(--background); 
    padding: 0;
    width: 100%;
}

.vorstellung > .row {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
}

.vorstellung img {
    display: none;
}

.vorstellung > .row > div:nth-of-type(1) {
    background-image: url(/wp-content/uploads/2024/02/birch_freigestellt-1.png) ;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.vorstellung > .row > div:nth-of-type(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding: 15rem 12vw 15rem 4rem;
    gap: 2rem;
}

.vorstellung h2, .vorstellung p, .vorstellung a {
    margin: 0;
}

.vorstellung .btn {
    width: fit-content;
}

.vorstellung h2 {
    margin-top: 0;
    margin-bottom: -2rem;
    text-align: left;
}

.vorstellung li {
    color: var(--text-color);
    line-height: 2;
}

@media (max-width:991px){
    .vorstellung > .row > div:nth-of-type(2) {
        padding: 4rem 10rem;
    }

    .vorstellung > .row {
        flex-direction: column;
    }

    .vorstellung img {
        display: block;
        width: 100%;
    }
}

@media (max-width:767px){
    .vorstellung > .row > div:nth-of-type(2) {
        padding: 4rem 3rem;
    }
}

/* Vorstellung ENDE --------------------------------------------------------------------------------------------------*/

/* Praxisgalerie Anfang -----------------------------------------------------------------------------------------*/

.praxisgalerie img {
    width: 100%;
    transition: all .2s ease-in;
}

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

.praxisgalerie a {
    overflow: hidden;
    position: relative;
}

.praxisgalerie a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: inset 0 0 0 0 rgb(255 255 255 / 50%);
    transition: box-shadow .2s ease;
    pointer-events: none;
}

.praxisgalerie a:hover:after {
    box-shadow: inset 0 0 0 10px rgb(92 38 71 / 70%);
}

.doppelblock {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    margin-bottom: 0.5rem;
    grid-gap: 0.5rem;
}

.doppelblock a:nth-of-type(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}

.doppelblock a:nth-of-type(2) {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}

.doppelblock a:nth-of-type(2) img, .doppelblock a:nth-of-type(3) img {
    object-fit: cover;
    height: 100%;
    width: 100%;    
}

.doppelblock a:nth-of-type(3) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}

.doppelblock a:nth-of-type(4) {
    grid-column: 3 / 4;
    grid-row: 1 / 3;
}

.dreier{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    margin-bottom: 0.5rem;
    grid-gap: 0.5rem;
}

.dreier a:nth-of-type(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}

.dreier a:nth-of-type(2) {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}

.dreier a:nth-of-type(3) {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
}

/* Praxisgalerie Ende ------------------------------------------------------------------------------------------*/

/* Bewegung ANFANG ---------------------------------------------------------------------------------------------*/

.come-in {
    animation: come-in 0.6s ease-out forwards;
    animation-delay: 0.2s;
    opacity: 0;
}
.on-view-fade {
    opacity: 0;
}

@keyframes come-in {
    0% {                  
        opacity: 0;
    }
    100% {                  
        opacity: 1;
    }
}

/* Bewegung ENDE ---------------------------------------------------------------------------------------------------*/

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

svg path {
    fill: var(--text-color);
}

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 {
    border: solid 1px var(--text-color);
    background: var(--background);
    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: var(--text-color);
}       

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

@media (min-width: 768px) {
    .slider-boxen .box a {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        column-gap: 2rem;
    }
}

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

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

    svg path {
        fill: var(--text-color);
    }

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

    .slider-boxen .box {
        border: 1px solid var(--text-color);
    }

    .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: var(--text-color);
        display: flex;
        gap: 1rem;
    }
    
    .slider-boxen > div {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-content: stretch;
        background: var(--primary-color)
    }
    
    .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: var(--text-color);
        padding: 1rem;
    }
    
    .slider-boxen .box.desktop {
        display:none;
    }
}

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


/*  SLIDERBOXEN ENDE  ------------------------------------------------------------------------------------------------------  */

/*  Accordion ANFANG  -----------------------------------------------------------------------------------------------------------------  */

.panel-group .panel.panel-default {
    margin-top: 0;
    border-radius: 0;
    border: none;
    box-shadow: none;
    margin-bottom: 2rem;
}

.panel-group {
    margin-bottom: 0;
}

a.accordion-button.v2 {
    color: var(--text-color);
    font-size: 1.7rem;
    background-color: var(--primary-color);
    background-image: url(images/pfeil.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 3.2rem 100% !important;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

a.accordion-button.collapsed.v2 {
    transition: all .0s ease-in;
}

@media (max-width:991px) {
    .panel-group .panel.panel-default {
        flex-basis: 100%;
    }
}

/*  Accordion ENDE  -----------------------------------------------------------------------------------------------------------------  */

/* Datepicker*/

svg.svg-clock {
    width: 100%;
    height: 100%;
}