/*
Theme Name: Crossover 
Author: Informationsstelle Gesundheit GmbH, Düsseldorf
Author URI: www.informationsstelle-gesundheit.de
Description: Crossover
Version: 1.0
License: Copyright 2019 Informationsstelle Gesundheit GmbH - keine Vervielfältigung - dieser Teil darf nicht gelöscht, geändert oder umbenannt werden. */

@font-face {
    font-family: 'Material Icons';
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: url('fonts/datepicker-font.woff2') format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.headboxlink:before {
    content: "\e080";
    margin-right: 10px;
    font-size: 12px;
    text-decoration: none;
    font-family: 'Glyphicons Halflings';
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.headboxlink:hover:before {
    padding-left: 10px;
    margin-right: 0px;
}

btn-primary:focus {
    background-color: var(--sip-text-color);;
    border-color: var(--sip-text-color);;
}

html, body {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

p, li {
    font-size: var(--schrift);
    font-weight: 400;
    color: var(--sip-text-color);
    line-height: 2;
}

ul {
    padding-left: 0;
    list-style-position: inside;
}

p {
    margin-bottom: 3rem;
}

p:empty {
    display: none;
}

.pea_cook_wrapper p {
    padding-bottom: 0;
}

a {
    color: var(--sip-primary-color);
    font-size: var(--schrift);
    font-weight: bold;
}

a:hover {
    color: var(--sip-text-color);;
    text-decoration: none;
}

label {
    font-size: var(--schrift);
    font-weight: 400;
}

.checkbox label {
    padding-left: 5px;
    color: var(--sip-text-color);;
}

.checkbox-inline {
    padding-left: 0;
    font-weight: 300;
}

.form-group label {
    color: var(--sip-text-color);;
}

#wide {
    position: relative;
}

.btn-primary {
    display: inline-block;
    color: var(--sip-text-color); ;
    background: var(--sip-background);
    white-space: normal;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
}

.btn-primary:hover {
    background: var(--sip-background);
    color: var(--sip-text-color);
    transition: all 0.2s ease-in-out;
}

.btn {
    border-radius: 4px;
    border: 1px solid var(--sip-text-color);;
}

.up {
    z-index: 5000;
    position: fixed;
    bottom: 3em;
    right: 1em;
    display: block;
    padding-top: 0.2rem;
    width: 4.5rem;
    height: 4rem;
    color: var(--sip-text-color);
    background: var(--sip-background);
    border-radius: 30%;
    border: 1px solid white;
    font-size: 1.5rem;
    text-align: center;
    line-height: 4rem;
    opacity: 0.8;
    filter: alpha(opacity=60);
    box-shadow: 0 6px 13px 0 rgba(0,0,0,.23);
}

.up:hover {
    background: white;
    color: var(--sip-text-color);;
    opacity: 0.6;
    border: 1px solid var(--sip-text-color);;
}

.up:active, .up:focus {
    outline: none;
}

.telefonlink {
    white-space: nowrap;
}

.telefonlink:before {
    content: "\e182";
    font-weight: normal;
    font-size: inherit;
    margin-right: 5px;
    text-decoration: none;
    font-family: 'Glyphicons Halflings';
}

h1 {
    margin-top: 0;
    color: var(--sip-primary-color);
    font-size: var(--ueberschrift-klein);
    font-weight: 700;
    margin-bottom: 2rem;
    line-height: calc(var(--h1span-font-size) * var(--h1span-line-height) + var(--ueberschrift-klein) / 2);
}

h1:after {
    content: '';
    width: 9rem;
    height: 3px;
    background-color: var(--sip-primary-color);
    display: block;
}

section {
    padding: 10rem 0;
    background: var(--sip-background);
}

footer section {
    padding: 0;
}

.footerback {
    background: transparent;
    padding-bottom: 2rem;
}

.copyback {
    background: var(--sip-secondary-color);
}

aside {
    margin-bottom: 4rem;
} 

.accordion_container {
    padding: 0;
}

.accordion_container .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.accordion_container p {
    margin: 0;
    padding: 1rem 0;
}

.accordion {
    border-bottom: 1rem solid transparent;
}

a.accordion-button {
    padding: 0.7rem;
    display: block;
    text-decoration: none;
    -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 .glyphicon {
    position: relative;
    top: 5px;
    padding-right: 0.5rem;
    font-size: 2rem;
}

a.accordion-button:hover {
    text-decoration: none;
}

.panel-group .panel {
    margin-top: 0;
    border-radius: 0;
    border: none;
    box-shadow: none;
}

.panel-group {
    margin-bottom: 0;
}

.panel-body strong {
    color: var(--sip-text-color);
}

a.accordion-button.standart {
    color: var(--sip-text-invert);
    background-color: var(--sip-text-color);
    background-image: url('images/accordion-v1d.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.standart {
    color: var(--sip-text-color);;
    background-color: var(--sip-background);
    background-image: url('images/accordion-v1b.svg');
}

a.accordion-button.standart:hover {
    color: var(--sip-text-color);
    background-color: var(--sip-background);
}

a.accordion-button.collapsed.standart:hover {
    color: var(--sip-text-invert);
    background-color: var(--sip-text-color);;
    background-image: url('images/accordion-v1e.svg');
}

footer {
    background: var(--sip-primary-color);
    padding-top: 3rem;
}

footer .footerback h3 {             
    display: block;
    margin: 20px 0 4rem 0;
    padding: 3rem 0 3rem 0;
    color: var(--sip-text-invert);
    font-size: 2rem; 
    text-transform: none;
    border-bottom: 1px solid;
    font-weight: 700;
}

footer a, footer p {
    text-decoration: none;
    color: var(--sip-text-invert);
}

footer .footer-copyright2 a, footer .footer-copyright2 a:hover, footer .footer-copyright2 p {
    color: var(--sip-text-color);
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: right;
}

footer a {
    color: var(--sip-text-invert);   
}

footer a:hover {
    color: var(--sip-text-invert);
}

.kk-star-ratings {
    margin-top: 3rem;
    line-height: 2;
}

.footer-copyright2 {
    padding-top: 3rem;
} 

html, body {
    width: 100%;
    height: 100%;
}

.parallax-window {
    background: transparent;
    color: white;
    text-align: center;
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 500px;
}

.para-callout {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

h2 {
    font-size: var(--ueberschrift-klein);
    font-weight: 700;
    color: var(--sip-primary-color);
    text-align: left;
    margin-top: 4rem;
    margin-bottom: 3rem;
}

h3 {
    font-size: 20px;
  	text-align:left;
}

body {
    background: white;
    -webkit-font-smoothing: antialiased;
}

.willkommen {
    float: right;
    background: transparent;
}

.form-group p {
    margin: 0;
    padding: 0;
}

div#datetimepicker li {
    text-indent: 0;
    margin: 0;
}

div#datetimepicker li:before {
    content: ' ';
}

.checkbox p {
    margin: 0;
}

blockquote {
    border: none;
    background: var(--sip-background);
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    width: 90%;
    padding: 3rem 2rem 1rem 2rem;
	margin-bottom: 3rem;
}

blockquote h2 {
    color: var(--sip-text-invert);
    margin-top: 0;
}

blockquote p {
    color: var(--sip-text-invert);
}

.kk-star-ratings .kksr-legend {
    color: var(--sip-text-invert);
}

.bildimtext {
    width: 35%;
    float: right;
    padding: 0rem 0 1rem 2rem;
    max-width: 600px;
}

@media (min-width: 992px) {

.slider {
    position: relative;
    overflow: hidden;
}

.sliderdown1 {
    position: absolute;
    top: 65vh;
    left: calc(100%/2 - 40px/2);
    z-index: 2;
    padding-top: 95px;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: var(--sip-text-invert);
    letter-spacing: 0;
    text-decoration: none;
    transition: opacity .3s;
}

.sliderdown1 span {
    position: absolute;
    top: 0;
    width: 40px;
    height: 80px;
    border: 2px solid var(--sip-primary-color);
    border-radius: 50px;
    box-sizing: border-box;
}

.sliderdown1 span:before {
    position: absolute;
    top: 32px;
    left: 50%;
    content: '';
    width: 9px;
    height: 9px;
    margin-left: -4px;
    background-color: var(--sip-primary-color);
    border-radius: 100%;
    -webkit-animation: animation_down 2s ease-in-out infinite;
    animation: animation_down 2s ease-in-out infinite;
    box-sizing: border-box;
}

a.sliderdown:hover {
    opacity: 0.8;
    color: var(--sip-background);
}
    
/*animated arrow animation*/
@-webkit-keyframes animation_down {
    0%   { -webkit-transform:translate(0,-20px); opacity: 0;  }
    50%  { opacity: 1;  }
    100% { -webkit-transform:translate(0,20px); opacity: 0; }
}

@keyframes animation_down {
    0%   { transform:translate(0,-20px); opacity: 0;  }
    50%  { opacity: 1;  }
    100% { transform:translate(0,20px); opacity: 0; }
}
    
.sliderdown1:hover {
    opacity: 1;
}

.sliderdown1 span {
    font-size:40px;
}

.arrow {
    width: 40px;
    height: 40px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
    background-size: contain;
}            


.sprechzeiten {
    max-width: 600px;
}         

}

@media (max-width: 991px) {

h1 {
    font-size: 3rem;
}

h2 {
    font-size: 2rem;
}

footer ul li {
    text-align: center;
}

nav {
    display: block;
}

.header8fix {
    margin-top: 0;
}
 
.sliderdown1 {
    display: none;
}

#logo img {
    display: none;
}

aside {
    display: none;
}

ul, ol {
    padding-left: 3rem;
}

section {
    padding: 5rem 0;
}

}


/* Newsboxen ANFANG -----------------------------------------------------------------------------------------*/

section.newsboxen {
    background: var(--sip-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);
}

.news-thumbnail img {
        width:100%;
}

.newsboxen h2 {
    color: var(--sip-secondary-color);
    text-align: center;
    margin-bottom:0;
    font-size: var(--ueberschrift-gross);
}

.newsboxen .h2subline+span {
    margin-bottom: 8rem;
    color: var(--sip-secondary-color);
    text-align: center;
    display:block;
    font-size: var(--ueberschrift-klein);
}

.news-teaser {
    background-color: var(--sip-background);
    width: 100%;
    border-radius: 4px;
    margin-bottom: 1rem;
    border: 1px solid var(--sip-primary-color);
}

.news-thumbnail {
    padding: 5rem 2rem !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: var(--sip-background);
    text-align: center;
    border-radius: 5px;
}
.news-thumbnail h3 {
    text-align:center;
}

 div.news-thumbnail > p.news-headlines {
    font-size: 2rem;
    color: var(--sip-primary-color);
    font-weight: 300;
}

.news-thumbnail p {
    text-align: center;
    color: var(--sip-text-color);
    font-weight: 300;
}

.news-thumbnail .more-link {
    margin: 0 auto;
    margin-top: auto;
}

.news-teaser h3{
    margin: 0;
}

@media (min-width:992px) {
    .newsbtn {
        display: none;    
    } 
}

@media (max-width: 992px) {
    .news-thumbnail {
        flex-basis: 100%;
    }

    section.newsboxen .container > div {
        gap: 2rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

/* Newsboxen ENDE -----------------------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------------------------------
-------------------------------------------  Custom Stuff Anfang  --------------------------------------
----------------------------------------------------------------------------------------------------  */

/* Allgemein Anfang ---------------------------------------------------------------------*/
.sprechzeiten p > span {
    float: right;
    text-align: right;
    font-size: inherit;
}

*:first-child {
    margin-top: 0;
    padding-top: 0;
}

*:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

@media (max-width: 991px) {
    .sprechzeiten {
        max-width: 100%;
        margin-bottom: 2rem;
    }

    .container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

/* Allgemein Ende ---------------------------------------------------------------------*/

/* Trenner Allgemein Anfang ---------------------------------------------------------------------*/

.trenner {
    background: var(--sip-secondary-color);
}

.trenner h2 {
    text-align: center;
    font-size: var(--ueberschrift-gross);
}

/* Trenner Allgemein Ende ---------------------------------------------------------------------*/

/* Headsubbox Anfang ---------------------------------------------------------------------*/

.headsubbox {
    background: var(--sip-secondary-color);
    padding: 5rem 0;
}

.headsubbox h2 {
    margin-top: 0rem;
}

.headsubbox .telefonlink {
    margin-bottom: 2rem;
}

.headsubbox > .container {
    display: grid;
    grid-template-columns: 1fr 1px 1fr 1px 1fr;
    grid-template-rows: 1fr;
    align-items: stretch;
    padding: 0;
}

.headsubbox .container > div:nth-child(odd) {
    padding: 0 5rem;
    display: flex;
    flex-direction: column;
}

.headsubbox > .container:before, .headsubbox > .container:after {
    display: none;
}

.headsubbox .hintergrund {
    background: black;
    height: 100%;
    align-self: center;
}

.headsubbox .container > div *:last-child {
    margin-bottom: 0;
    margin-top: auto;
}

@media (max-width: 991px){
    .headsubbox {
        display: none;
    }
}

/* Headsubbox Ende ---------------------------------------------------------------------*/

/* Buttons Anfang -----------------------------------------------------------------------------------------------*/

.more-link {
    display: flex;
    align-items: center;
    padding: 1rem 3rem;
    border-radius: 10rem;
    color: var(--sip-text-invert);
    font-size: 1.6rem;
    font-weight: 300;
    border: 1px solid var(--sip-primary-color);
    letter-spacing: 1px;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-decoration: none;
    width: fit-content;
    background: var(--farbverlauf);
}

.more-link:hover {
    color: var(--sip-text-color);
}

.more-link.invert {
    border: 1px solid var(--sip-secondary-color);
}

.more-link:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: var(--sip-secondary-color);
    transition: all .3s;
    border-radius: 10rem;
    z-index: -1;
}

.more-link:after {
    background-image: url(/wp-content/themes/crossover/images/pfeil-icon.png);
    display: inline-block;
    background-size: 20px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    content: '';
    margin: 0.5rem;
    transition: all 0.3s;
}

.more-link:hover:after {
    margin-left: 2rem;
}

.more-link.invert:after {
    background-image: url(/wp-content/themes/crossover/images/pfeil-icon-grau.png);
}

.more-link.invert:hover:after {
    background-image: url(/wp-content/themes/crossover/images/pfeil-icon.png);
}

.more-link:hover:after {
    background-image: url(/wp-content/themes/crossover/images/pfeil-icon-grau.png);
}

.more-link.invert:before {
    background: var(--farbverlauf);
}

.more-link:hover:before {
    width: 100%;
}

.more-link.invert {
    color: var(--sip-text-color);
    background: var(--sip-secondary-color); 
}

.more-link.invert:hover {
    color: var(--sip-text-invert);
}

.more-link img {
    width: 24px;
    vertical-align: bottom;
    margin-left: 1rem;
    transition: all 0.4s ease;
}

/* Buttons Ende -----------------------------------------------------------------------------------------------*/

/* Spanaufteilung Template Anfang -----------------------------------------------------------------------------------------------*/

:root {
    --spangap: 5%;
}

.spanteilung {
    display: flex;
    gap: var(--spangap);
}

.spanteilung:after, .spanteilung:before {
    display: none;
}

.spanteilung .rechteseite h2:first-of-type {
    margin-top: 0;
}

.spanteilung .linkeseite.content > div {
    height: 100%;
}

.spanteilung .linkeseite span {
    font-size: var(--h1span-font-size);
    font-weight: 400;
    float: right;
    line-height: var(--h1span-line-height);
    hyphens: auto;
    position: sticky;
    top: 15rem;
}

.spanteilung .linkeseite .trustelement {
    width: 100%;
    max-width: 300px;
    position: relative;
}

.spanteilung .rechteseite .mobiltrust {
    display: none;
}

@media(min-width: 992px) {
    .spanteilung .linkeseite {
        flex-basis: 30%;
        position: relative;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: flex-end;
        justify-content: space-between;
    }
    
    .spanteilung .rechteseite {
        flex-basis: 65%;
        position: relative;
    }
}

@media (max-width:991px) {
    .spanteilung .linkeseite .trustelement {
        display: none;
    }

    .spanteilung .rechteseite .mobiltrust {
        width: 100%;
        max-width: 400px;
        display: block;
    }

    .spanteilung {
        flex-direction: column;
        gap: 3rem;
    }

    .spanteilung .linkeseite span {
        float: left;
        font-size: 4rem;
    }
}

/* Spanaufteilung Template Ende -----------------------------------------------------------------------------------------------*/

/* Trenner BG Anfang -----------------------------------------------------------------------------------------------*/

.trenner-bg {
    background: url(/wp-content/uploads/2022/09/slider2.jpg);
    background-attachment: fixed;
    position: relative;
    background-size: cover;
    padding: 15rem 0;
}

.trenner-bg::before {
    background-color: var(--sip-secondary-transparent);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
}

.trenner-bg .spanteilung .linkeseite span {
    color: var(--sip-text-invert);
}

.trenner-bg .more-link {
    margin-top: 3rem;
}

.trenner-bg p {
    color: var(--sip-text-invert);
    font-size: 2rem;
}

@media (max-width: 991px) {
    .trenner-bg p {
        position: relative;
    }
}

/* Trenner BG Ende -----------------------------------------------------------------------------------------------*/

/* Leistungshighlight Anfang -------------------------------------------------------------------------------------*/

.leistung-highlight {
    background: var(--sip-primary-color);
    padding: 7.5rem 0;
}

.leistung-highlight h2 {
    color: var(--sip-text-invert);
    text-align: center;
    font-size: var(--ueberschrift-gross);
    font-weight: 400;
    text-transform: none;
}

.leistung-highlight > div {
    width: 100vw;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    padding:5rem 0;
}

.leistung-highlight > div:nth-child(2n) {
    width: 100vw;
    display: flex;
    flex-flow: row-reverse wrap;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.leistung-highlight .image {
    flex-basis: 70%;
    max-width: 70%;
}

.leistung-highlight .image img {
    width:100%;
    height: auto;
}

.leistung-highlight .text {
    flex-basis: 30%;
    max-width: 30%;
    padding-right:5vw;
}

.leistung-highlight #sticky-leistung2 .image img {
    width:100%;
    height: auto;
}

.leistung-highlight > div:nth-child(2n) .text {
    flex-basis: 30%;
    max-width: 30%;
    padding-right:0vw;
    padding-left:5vw;
}

.leistung-highlight > div:nth-child(2n) .text > div {
    margin-left: 0;
    margin-right: -20vw;
}

.leistung-highlight .text > div {
    background: var(--sip-secondary-transparent);
    margin-left: -20vw;
    padding: 10rem;
}

.leistung-highlight .text h3 {
    color: var(--sip-primary-color);
    font-size: var(--ueberschrift-gross);
    padding-bottom: 4vh;
    margin-top:0;
}

@media (max-width:991px) {
.leistung-highlight .image {
    flex-basis: 100%;
    max-width: 100%;
}

.leistung-highlight .text {
    flex-basis: 100%;
    max-width: 100%;
    padding-right:0;
    padding-left:0;
}

.leistung-highlight .text > div {
    margin-left: 0;
    padding: 1.5rem;   
}

.leistung-highlight {
    padding: 4rem 0;
}

.leistung-highlight > div {
    padding:0;
}

.leistung-highlight > div:nth-child(2n) {
        flex-flow: row wrap;
}

.leistung-highlight > div:nth-child(2n) .text {
    flex-basis: 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
}

.leistung-highlight > div:nth-child(2n) .text > div {
    margin-right: 0;
}

.leistung-highlight .text h3 {
    font-size: 2.5rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
}
}

@media (max-width:1199px) {
.leistung-highlight .text > div {
    padding: 5rem;
}
}
/* Leistungshighlight 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 var(--sip-secondary-transparent);
}

.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 ------------------------------------------------------------------------------------------*/

/* 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 > .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(--sip-text-invert);
}

@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;
}

.team-container h3 {
    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;
    column-gap: calc(10%/2);
    row-gap: 6rem;
}

.mitarbeiter:before, .mitarbeiter:after {
    display: none;
}

.mitarbeiter > div {
    flex-basis: 30%;
}

.mitarbeiter img {
    width: 100%;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.content .mitarbeiter p {
    font-size: 2rem;
    text-align: center;
    color: var(--sip-text-color);
    font-weight: 700;
    margin-top: 1rem;
    line-height: 1.5;
}

.mitarbeiter p span {
    font-size: 1.6rem;
    text-align: center;
    color: var(--sip-text-color);
    font-weight: 300;
}

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(--sip-primary-color);
    font-weight: 700;   
}

.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-container h2 {
        margin-top: 3rem;
    }

.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 -------------------------------------------------------------------------------------  */

/* Treppe Anfang -------------------------------------------------------------------------------------  */

@media (min-width: 1400px) {

    :root {
        --containerWidth: 1400px;
    }

}

@media (min-width: 1200px) and (max-width: 1399px) {

    :root {
        --containerWidth: 1170px;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {

    :root {
        --containerWidth: 970px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

    :root {
        --containerWidth: 750px;
    }

}

@media (max-width: 767px) {

    :root {
        --containerWidth: 100vw;
    }

}

:root {
    --background-size-one: calc((((100% - var(--containerWidth)) / 2 ) + ((var(--containerWidth) - 30px) * 0.3) + (((var(--containerWidth) - 30px) * 0.05) / 2) + 15px));
    --background-size-two: calc(100% - var(--background-size-one));
}

.treppe {
    position: relative;
    top: 7rem;
    height: 7rem;
    z-index: 50;
    margin-top: -7rem;
}

.treppe.one {
    background: linear-gradient(to left, #ffffff00 var(--background-size-two), var(--sip-background) var(--background-size-one));
}

.treppe.two {
    background: linear-gradient(to right, #ffffff00 var(--background-size-two), var(--sip-primary-color) var(--background-size-one));
    top: 0;
}

.treppe.three {
    background: linear-gradient(to left, #ffffff00 var(--background-size-two), var(--sip-primary-color) var(--background-size-one));
}

.treppe.four {
    background: linear-gradient(to right, #ffffff00 var(--background-size-two), var(--sip-background) var(--background-size-one));
    top: 0;
}

@media (max-width:991px) {
    .treppe {
        display: none;
    }
}

/* Treppe ENDE -------------------------------------------------------------------------------------  */

/* Vorstellung ANFANG -------------------------------------------------------------------------------*/

div.container:before, div.container:after {
    display: none;
}

section.vorstellung {
    background: var(--sip-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/2022/10/platzhalter-vorschau.jpg) ;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.vorstellung > .row > div:nth-of-type(2) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 15rem 2rem;
    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 a:hover {
    color: var(--sip-text-color);
}

.vorstellung li {
    color: var(--sip-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 --------------------------------------------------------------------------------------------------*/

/*  SLIDERBOXEN Anfang  ----------------------------------------------------------------------------------------------  */

.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: var(--sip-background);
    padding: 1rem 2rem 1rem 2rem;
    margin-bottom: 1rem;
    width: 350px;
    transform: translatex(-10px);
    transition: all .2s ease-in;
    border-radius: 40px 0px 0 40px;
    border: 1px solid var(--sip-text-color);
}

.slider-boxen .box:hover {
    transform: translatex(-165px);
    transition: all .2s ease-in;
}

svg path{
    fill: var(--sip-primary-color);
}

.slider-boxen .telefonlink:before {
    display: none;
}

.slider-boxen .box a {
    color: var(--sip-text-color);
} 

@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: 1rem;
    }
}

@media (max-width: 991px) {
    .slider-boxen .box svg {
        margin-right: 1rem;
    }
}

@media (max-width:767px) {
    .slider-boxen {
        bottom: 0;
        justify-content: center;
        display: block;
        left: 0;
        width: 100%;
        top: auto;
        transform: none;
    }

    .slider-boxen .box path{
        fill: var(--sip-text-invert);
    }

    .slider-boxen svg{
        width: 20px;
        height: 20px;
    }

    .slider-boxen .box a {
        font-size: 1.5rem;
        color: var(--sip-text-invert);
        display: flex;
    }
    
    .slider-boxen > div {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-content: stretch;
        background: var(--farbverlauf)
    }
    
    .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(--sip-text-invert);
    }
}


/*  SLIDERBOXEN ENDE  ------------------------------------------------------------------------------------------------------  */

/* Bewegung ANFANG ---------------------------------------------------------------------------------------------*/

.come-in {
    animation: come-in 0.6s ease-out forwards;
    animation-delay: 0.2s;
    opacity: 0;
}
.on-view-fade {
    opacity: 0;
}

.versetzte-boxen:nth-of-type(odd) > .versetzt-boxen-inner > .versetzt-text.come-in {
    animation-delay: 0s; 
    transform: translateX(-200px);
}

.versetzte-boxen:nth-of-type(even) > .versetzt-boxen-inner > .versetzt-text.come-in {
    animation-delay: 0s; 
    transform: translateX(200px);
}

@keyframes come-in {
    0% {                  
        opacity: 0;
    }
    100% {                  
        opacity: 1;
        transform: translateY(0);
    }
}

/* Bewegung ENDE ---------------------------------------------------------------------------------------------------*/

/* Parallax ANFANG -----------------------------------------------------------------------------  */

section.parallax {
    background: url(/wp-content/uploads/2022/11/parallax-platzhalter.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: var(--sip-secondary-transparent);
    text-align: center;
    position: relative;
    align-self: flex-start;
}


.parallax p {
    line-height: 2;
}

.parallax h2 { 
    margin-top: 0rem;
    margin-bottom: 4rem;
    color: var(--sip-primary-color);
    text-align: center;
}

.parallax .more-link {
    margin: 0 auto;
    margin-bottom: 0rem;
    margin-top: 1.5rem;
}

.wpcf7-submit.more-link:hover {
    color: var(--sip-text-color);
    background: var(--sip-secondary-color);
}

@media (max-width: 991px) {
    section.parallax {
        background-position: 38% 50%;        
    }

    section.parallax > div {
        width: 90%;
    }
}

@supports (-webkit-touch-callout: none) {
    
     .parallax {
        background-image: none !important;
        position:relative;
        background: transparent !important;
    }
    .parallax:before {
        content: "";
        background-image: url(/wp-content/uploads/2022/11/parallax-platzhalter.jpg);
        position: fixed;
        height: 100%; 
        width: 100%;
        z-index: -1;
        top: 0;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    } 
}

/* Parallax ENDE -------------------------------------------------------------------------------------  */


/*------------------------------------------------------------------------------------------------------
-------------------------------------------  Custom Stuff Ende  --------------------------------------
----------------------------------------------------------------------------------------------------  */