/*
 Theme Name:     Dr Sterkrade
 Theme URI:      https://aweos.de
 Description:    Das ist das offizielle Theme von Dr Sterkrade. Entwickelt von der Werbeagentur AWEOS.
 Author:         AWEOS
 Author URI:     https://aweos.de
 Template:       Divi
 Version:        1.0.0
*/

/* =============================================
   NEUES DESIGN-SYSTEM: Zahnarzt Sterkrade
   Fonts: Playfair Display + DM Sans
   ============================================= */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&family=Playfair+Display:wght@400;500;600;700&display=swap');

:root {
    --zs-primary: #2C3E6B;
    --zs-primary-dark: #1F2D4D;
    --zs-accent: #D4A054;
    --zs-accent-light: #E8D5B5;
    --zs-highlight: #E85D4A;
    --zs-primary: #0c5a9e;
    --zs-bg-warm: #F4F1EC;
    --zs-bg-cream: #F0EDE7;
    --zs-footer: #1A1E2E;
    --zs-text: #2B2B3D;
    --zs-text-muted: #636E72;
    --zs-font-body: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --zs-font-heading: 'Playfair Display', Georgia, 'Times New Roman', serif;
}
body.page-template-unterseite-leistungen div#nav_menu-4 {
    background: #F4F1EC;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0px 0px 40px #00000029;
}

body.page-template-unterseite-leistungen .box {
    left: 10%;
    position: absolute;
    top: 30%;
    z-index: 9;
    width: 40%;
    background: none;
    padding: 0px;
}

body.page-template-unterseite-leistungen .box:before {
    transform: skew(10deg, 10deg);
    background-color: #ffffffa6;
    border-radius: 20% 10% 20% 10%;
    width: 100%;
    height: 250px;
    content: '';
    top: -30px;
    left: -35px;
    position: absolute;
}

.unterseite-kopfbereich img {
    width: 100%;
    height: 100%;
}

.box-inhalt {
    position: absolute;
    top: 0px;
    padding: 10px;
    left: 0px;
    line-height: 150%;
}

.box-inhalt li {
    color: #333;
    position: relative;
    padding-left: 25px;
    margin-right: 20px;
}

.box-inhalt li:before {
    content: '\4e';
    font-family: etmodules;
    background: #333;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    border-radius: 50%;
    margin-right: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.box-inhalt ul {
    display: flex;
    padding: 0px;
    margin-bottom: 15px;
}

/*Neu*/
.box .buchung a:before {
    content: '';
    background-image: url(/wp-content/uploads/2019/09/buchung.svg);
    width: 24px;
    height: 24px;
    position: absolute;
    left: 20px;
    top: 5px;
}

.box .buchung a {
    padding: 8px 20px 7px 60px;
    border-radius: 10px;
}

.button-banner .buchung a:before {
    content: '';
    background-image: url(/wp-content/uploads/2020/09/zahnarzt-sterkrade-thumb.jpg);
    width: 24px;
    height: 24px;
    position: absolute;
    left: 20px;
    top: 5px;
    border-radius: 50%;
}

.text-bild .et_pb_module.bild-row img, .text-bild iframe {
    border-radius: 0px 0px 20px 20px;
}

.text-bild .et_pb_module.text-row {
    padding: 40px;
    margin: 0px !important;
    background: #F4F1EC;
    border-radius: 20px 20px 0px 0px;
}

.et_pb_row_inner.text-bild {
    padding-bottom: 50px !important;
}

tr {
    font-size: 16px;
}

.ablauf ul {
    padding: 0px;
}

.ablauf li strong {
    color: #000;
}

.ablauf li {
    position: relative;
    counter-increment: my-awesome-counter;
    padding-left: 35px;
    list-style: none;
    padding-bottom: 20px;
    font-size: 18px;
}

.ablauf li:before {
    content: counter(my-awesome-counter);
    background: #D4A054;
    width: 26px;
    height: 26px;
    line-height: 24px;
    position: absolute;
    left: 0;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    z-index: 2;
    font-size: 14px;
}

.ablauf li:after {
    border-left: 1px solid #cecece;
    position: absolute;
    left: 12px;
    top: 0;
    height: 100%;
    content: "";
}

.ablauf li:last-child:after {
    border: none;
}

.faq .et_pb_toggle.et_pb_module.et_pb_accordion_item.et_pb_toggle_close {
    border: none;
}

.unterseite-kopfbereich {
    position: relative;
    line-height: 0;
}

.box p {
    padding-bottom: 10px !important;
    color: black;
    font-size: 20px;
}

.page-template-unterseite-leistungen .et_pb_module.grau {
    background: #F4F1EC;
    padding: 40px;
    border-radius: 20px;
}

.et_pb_toggle.et_pb_module.et_pb_accordion_item {
    border-radius: 20px;
}

.form1 form.wpcf7-form {
    border: none;
    border-radius: 10px;
    padding: 40px;
    padding-bottom: 0;
    background: #F4F1EC;
    text-align: left;
}

.form1 .kontakt-formular h2 {
    font-size: 30px;
    padding-bottom: 20px;
}

.form1 p.cta-text {
    padding-bottom: 40px;
    position: relative;
    padding-left: 60px;
    font-size: 14px;
    line-height: 23px;
}

.form1 .wps-form-column {
    padding: 0.5rem 0;
    width: 100%;
    text-align: left;
    position: relative;
    margin-bottom: 10px;
}

.form1 .wps-form-row.text {
    width: 100%;
}

.form1 .wpcf7-list-item label {
    position: relative;
    left: 0;
    padding: 0;
}

.form1 .wps-form span.wpcf7-list-item, .form1 .rechtstext {
    margin-left: 0px;
    font-size: 15px;
    line-height: 1.4;
}

.form1 input.wpcf7-form-control.wpcf7-submit {
    background: black;
    border: none;
    color: white;
    font-weight: bold;
    padding: 7px 20px;
    line-height: normal;
    margin-top: 10px;
    width: 100%;
}

.form1 .wps-form-row .wpcf7-list-item-label a {
    color: #000;
    text-decoration: none;
    border-bottom: dashed 1px #000;
}

.form1 .acceptance-52 input[type=checkbox] {
    width: 15px !important;
    height: 15px;
    top: 3px;
    position: relative;
}

.form1 .wps-form-row .kuerzer .wpcf7-form-control {
    width: 97%;
}

.form1 p.cta-text:before {
    background-image: url(/wp-content/uploads/2020/09/zahnarzt-sterkrade-thumb.jpg);
    width: 46px;
    height: 46px;
    content: '';
    position: absolute;
    bottom: 30px;
    left: 0;
    background-size: 100%;
    border-radius: 50%;
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
}

.form1 .wps-form-row .wpcf7-form-control {
    width: 100%;
}

.form1 .wps-form-row {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

.form1 .wps-form-row input.wpcf7-form-control, .form1 .wps-form-row textarea.wpcf7-form-control {
    background: #F4F1EC;
    border: 1px solid #000 !important;
    padding: 10px;
    padding-left: 20px;
    font-size: 16px;
    border-radius: 3px;
    margin-bottom: 0px;
    box-shadow: none;
    color: #000;
}

.form1 label {
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 2;
    background: #F4F1EC;
    font-size: 14px;
    line-height: 100%;
    padding: 0px 10px;
}

.seitenleiste-sterkrade div#custom_html-8 {
    padding: 20px;
    background: #F4F1EC;
    border-radius: 20px;
}

.person-box {
    color: #000;
    padding-top: 20px;
}

.person-img {
    width: 30%;
    display: inline-block;
    padding-top: 6px;
}

.person-img img {
    border-radius: 50%;
    width: 100%;
}

.person-info {
    display: inline-block;
    width: 68%;
    padding-left: 10px;
    vertical-align: top;
}

span.bewertungen {
    display: block;
    font-size: 14px;
}

span.bewertungen:before {
    content: '\e033 \e033 \e033 \e033 \e033';
    font-family: etmodules;
    color: #D4A054;
    font-size: 16px;
    padding-right: 10px;
}

.person-kontakt {
    padding-top: 15px;
    padding-bottom: 10px;
}

.seitenleiste-sterkrade .person-kontakt a {
    display: block;
    position: relative;
    padding-left: 30px;
    font-weight: 500;
    color: black !important;
}

.person-kontakt a.tel:before {
    content: '';
    background-image: url(/wp-content/uploads/2019/09/telefon.svg);
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 5px;
    background-repeat: no-repeat;
    background-size: 100%;
}

/** Temp setting **/
.et_pb_section.startseite-slide.et_pb_fullwidth_section.et_section_regular {
    height: 71vh;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold !important;
}

.et_pb_module.et_pb_fullwidth_code.erfahrung {
    max-width: 1180px;
    width: 90%;
    margin: 0 auto;
}

.erfahrung h5:before {
    content: '\4e';
    font-family: etmodules;
    position: absolute;
    top: -5px;
    right: 5px;
    background: hsl(58deg 67% 46%);
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
}

.erfahrung h5 {
    background: #2C3E6B;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    text-align: center;
    color: hsl(0deg 0% 100%);
    line-height: 120%;
    padding-top: 31px;
    border: 2px dashed hsl(0deg 0% 100%);
    font-size: 14px;
}

.erfahrung .et_pb_code_inner {
    position: absolute;
    right: 0;
    bottom: 100px;
}

.startseite-slide .et_pb_module.et_pb_fullwidth_image {
    height: 100%;
}

.startseite-slide img {
    height: 100%;
    object-fit: cover;
}

@-moz-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@-webkit-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.arrow {
    width: 40px;
    height: 40px;
    background-size: contain;
    margin: 0 auto;
}

.et_pb_module.et_pb_fullwidth_code.arrow-absolute {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    z-index: 1;
}

.arrow.bounce:before {
    font-family: 'quadmenu' !important;
    content: '\e900';
    font-size: 18px;
    color: hsl(0deg 0% 100%);
    background: #2C3E6B;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

#leistungen-farben .et_pb_column.et_pb_column_1_5 {
    background: #2C3E6B;
    padding: 30px;
    margin-right: 1%;
    width: 19.2%;
}

.team-portraits h4.et_pb_module_header {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
}

.team-portraits .et_pb_blurb_container:before {
    content: '\42';
    font-family: etmodules;
    position: absolute;
    top: -13px;
    left: 41%;
    font-size: 50px;
    color: hsl(0deg 0% 94%);
}

.team-portraits .et_pb_blurb_container a {
    border: none;
}

.team-portraits .et_pb_column.et_pb_column_1_4 {
    margin-right: 2%;
    width: 23.5%;
}

.team-portraits .et_pb_blurb_container {
    background: hsl(0deg 0% 94%);
    padding: 15px 0;
    position: relative;
}

#leistungen-farben .et_pb_module.et_pb_image {
    text-align: center;
}

#leistungen-farben h4 {
    text-align: center;
    color: hsl(0deg 0% 100%);
    font-weight: bold;
}

#leistungen-farben a.et_pb_button {
    width: 100%;
    height: 100%;
    border: none;
    line-height: 0;
    font-size: 0;
}

div#leistungen-farben {
    padding-top: 0;
}

#leistungen-farben .et_pb_module.et_pb_text {
    margin-bottom: 0;
}

#leistungen-farben .et_pb_button_module_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 0;
    font-size: 0;
}

#leistungen-farben .et_pb_button:after {
    display: none;
}

.et_pb_column.et_pb_column_1_5:last-child {
    margin-right: 0;
}

#leistungen-farben img {
    height: 75px;
}

.et_pb_row_inner.fragen-banner {
    background: #F4F1EC;
    padding: 40px;
    margin-bottom: 40px;
    border-radius: 20px;
}

.et_pb_row_inner.fragen-banner h3 {
    font-weight: bold;
}

.et_pb_row_inner.fragen-banner .fragen a {
    position: relative;
    background: #2C3E6B;
    color: hsl(0deg 0% 100%);
    padding: 17px 20px;
    border-radius: 30px;
    padding-left: 70px;
    font-weight: bold;
    border: none;
}

.fragen a:before {
    position: absolute;
    content: '';
    background-image: url(https://zahn-sterkrade.de/wp-content/uploads/2018/09/foto-zahnarzt-sterkrade.png);
    display: block;
    width: 55px;
    height: 55px;
    background-size: 100%;
    border-radius: 50%;
    top: 0px;
    left: 0px;
    background-repeat: no-repeat;
}

.start-kacheln {
    padding: 0px;
}

.start-kacheln .et_pb_column.et_pb_column_1_3 {
    width: 33.3%;
    margin: 0px;
    padding: 30px;
    color: white;
    background: #2C3E6B;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .1)
}

.start-kacheln .et_pb_column.et_pb_column_1_3.et_pb_column_0 {
    border-radius: 0px 0px 0px 15px;
}

.start-kacheln .et_pb_column.et_pb_column_1_3.et_pb_column_2 {
    border-radius: 0px 0px 15px 0px;
}

.start-kacheln h2 {
    color: hsl(0deg 0% 100%);
    padding-bottom: 20px;
    text-align: center;
    font-weight: bold;
}

.anliegen-open:hover .anliegen-popup {
    display: block;
}

.anliegen-popup a {
    color: hsl(0deg 0% 100%);
    font-size: 16px;
    font-weight: bold;
}

.anliegen-open h4 {
    background: hsl(0deg 0% 21%);
    display: inline-block;
    color: hsl(0deg 0% 100%);
    font-weight: bold;
    padding: 10px 15px;
    cursor: pointer;
}

.anliegen-popup ul {
    padding: 0;
    list-style: none;
}

.anliegen-open {
    padding-top: 10px;
    position: relative;
    display: inline-block;
    z-index: 9;
}

.anliegen-popup a:hover {
    text-decoration: underline;
}

.anliegen-popup {
    position: absolute;
    top: 49px;
    background: hsl(0deg 0% 21%);
    width: 100%;
    left: 0;
    color: hsl(0deg 0% 100%);
    padding: 10px 15px;
    border-top: 1px solid hsl(0deg 0% 35%);
    display: none;
}

.start-kacheln ul, .start-kacheln .et_pb_row {
    padding: 0px;
}

.start-kacheln li img.lazy-loaded {
    width: 50px;
    height: 25px;
    margin: 0 auto;
    object-fit: cover;
    vertical-align: middle;
}

.start-kacheln li {
    list-style: none;
    display: inline-flex;
    font-weight: bold;
    width: 24%;
    align-items: center;
}

.start-kacheln span.sofort-btn, .start-kacheln span.buchen-btn {
    color: white;
}

.start-kacheln .et_pb_text_inner a, .start-kacheln .et_pb_blurb_container a {
    border: 1px solid hsl(0deg 0% 100%);
    background: #2C3E6B;
}

.start-kacheln .et_pb_text_inner a, .start-kacheln .et_pb_blurb_container a:hover {
    text-decoration: none;
}

.start-kacheln span.sofort-btn:before, .start-kacheln span.sofort-btn:after {
    display: none;
}

.start-kacheln .et_pb_module.et_pb_text.et_pb_text_2.buchung.et_pb_bg_layout_light.et_pb_text_align_left {
    margin: 0 auto;
}

.jameda-siegel {
    position: fixed;
    right: 0px;
    top: 50%;
    z-index: 99999;
}

.glyph .author-name {
    display: none;
}

.glyph .class-name {
    color: #adacac;
}

.glyph {
    display: inline-block;
    width: 9em;
    margin: 1em;
    text-align: center;
    vertical-align: top;
    background: #FFF;
}

.banner-menu-a {
    text-align: center;
    padding-top: 20px;
}

#quadmenu h3 {
    font-weight: bold;
}

#quadmenu .open-row {
    padding: 12px 0px;
}

#quadmenu .textwidget {
    font-weight: 500;
    color: hsl(0, 0%, 0%);
}

#quadmenu .kontakt-sterkrade a {
    color: hsl(0, 0%, 11%);
    padding-left: 46px;
    font-size: 15px !important;
    font-weight: 600 !important;
}

.open-row {
    font-size: 0px;
}

.open-row * {
    font-size: 16px;
}

#quadmenu .quadmenu-navbar-nav .quadmenu-dropdown-menu .kontakt-sterkrade ul {
    padding-top: 20px;
}

#quadmenu .widget .kontakt-sterkrade ul li {
    padding-bottom: 14px;
}

.banner-menu-a a {
    background: #2C3E6B !important;
    color: hsl(0, 0%, 100%);
    padding: 5px 14px !important;
    border-radius: 15px !important;
}

h4.banner-menu {
    font-weight: bold;
    text-align: center;
    color: hsl(0, 0%, 0%);
    padding-bottom: 6px;
}

p.banner-menu {
    font-weight: 500;
    text-align: center;
    color: hsl(0, 0%, 0%);
}

.glyph .glyph-icon {
    padding: 10px;
    display: block;
    font-family: "dentist-icons";
    font-size: 64px;
    line-height: 1;
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-size: 96px !important;
}

/** END Temp setting **/
.vorteile .et_pb_blurb_content {
    max-width: 100%;
}

.et_pb_section.leistungen-container.et_section_regular {
    padding-top: 0;
    background: hsl(0deg 0% 95%);
    z-index: 1;
}

.leistungen-chefarzt h2 {
    padding-bottom: 0;
    font-weight: bold;
    color: hsl(0deg 0% 40%);
}

.leistungen-chefarzt .et_pb_text_inner {
    position: relative;
    padding-left: 75px;
}

.leistungen-chefarzt .et_pb_text_inner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/wp-content/uploads/2020/09/zahnarzt-sterkrade-zahnarzt-oberhausen.jpg);
    width: 65px;
    height: 65px;
    background-size: 100%;
    border-radius: 50%;
}

.leistungen-container .et_pb_column.et_pb_column_1_3.et_pb_css_mix_blend_mode_passthrough {
    background: hsl(0deg 0% 100%);
    padding: 30px;
    margin-top: -80px;
    width: 34%;
}

.leistungen-container .leistungen-top a {
    font-size: 18px;
    color: hsl(0deg 0% 40%);
    border-color: hsl(0deg 0% 40%);
    font-weight: bold;
}

.leistungen-top ul {
    padding: 0;
    list-style: none;
}

.leistungen-top li {
    display: inline-block;
    width: 32%;
    padding-bottom: 6px;
}

.leistungen-container .et_pb_column_1_3 .buchung a {
    color: hsl(0deg 0% 100%);
    border: none;
}

.leistungen-container .et_pb_column.et_pb_column_2_3.et_pb_css_mix_blend_mode_passthrough {
    width: 60%;
}

.startseite-icons .leistungskachel {
    background: transparent;
}

.startseite-icons .leistungskachel .et_pb_module_header {
    color: #fff;
    text-align: center;
    background: #2C3E6B;
    padding: .5em;
    border-radius: 20px;
    position: relative;
}

.startseite-icons .leistungskachel .et_pb_module_header:before {
    -webkit-transition: all 2s ease 0s;
    transition: all 2s ease 0s;
    top: 0;
}

.startseite-icons .leistungskachel:hover .et_pb_module_header:before {
    display: block;
    position: absolute;
    color: #2C3E6B;
    content: "|";
    top: -.65em;
    width: 100%;
    text-align: center;
    font-size: 2em;
    left: 0;
    -webkit-transition: top 200ms;
    transition: top 200ms;
}

.startseite-icons .vorteile .et_pb_blurb span.et-pb-icon:before {
    font-size: 64px;
}

.startseite-icons .vorteile .et_pb_blurb_container .et_pb_module_header a,
.startseite-icons .vorteile .et_pb_blurb_container .et_pb_module_header {
    font-size: 24px;
}

.sterkrade-head div#mtphr-dnt-3572 {
    display: none;
}

.startseite-icons .vorteile .et_pb_blurb_container .et_pb_blurb_description {
    font-size: 18px;
}

.startseite-icons .vorteile .et_pb_blurb .et-pb-icon {
    background-color: #2C3E6B;
    padding: 16px;
}

.startseite-icons .vorteile .et_pb_blurb .et_pb_blurb_container {
    vertical-align: middle;
}

.startseite-icons .vorteile .et_pb_blurb .et-pb-icon:before {
    font-family: "dentist-icons";
}

.vorteile .termine-24h .et-pb-icon:before {
    content: "\f106";
}

.vorteile .service .et-pb-icon:before {
    content: "\f118";
}

.vorteile .germany .et-pb-icon:before {
    content: "\f12a";
}

.vorteile .implantate .et-pb-icon:before {
    content: "\f100";
}

.startseite-icons .et_pb_blurb.leistungskachel .et-pb-icon:before {
    color: #666;
    font-size: 96px;
    font-family: "dentist-icons";
    margin: .2em 0;
    display: block;
    border-radius: 50%;
    padding: .2em;
}

.startseite-icons .et_pb_blurb.leistungskachel:hover .et-pb-icon:before,
.startseite-icons .vorteile .et_pb_blurb:hover .et-pb-icon {
    -webkit-animation: pulse 2s infinite;
    animation: pulse 1.8s infinite;
    background: rgba(44, 62, 107, 1);
    color: #fff;
}

.startseite-icons .vorteile .et_pb_blurb .et-pb-icon {
    border-radius: 50%;
}

.startseite-icons .vorteile .et_pb_blurb .et-pb-icon.et_pb_animation_top.et-animated {
    -webkit-animation: none;
    animation: none;
}

.startseite-icons .et_pb_blurb.leistungskachel .et_pb_main_blurb_image {
    margin-bottom: 0;
}

.startseite-icons .et_pb_blurb.leistungskachel.implantologie .et-pb-icon:before {
    content: "\f100";
}

.startseite-icons .et_pb_blurb.leistungskachel.prophylaxe .et-pb-icon:before {
    content: "\f128";
}

.startseite-icons .et_pb_blurb.leistungskachel.aesthetik .et-pb-icon:before {
    content: "\f11c";
}

.startseite-icons .et_pb_blurb.leistungskachel.endodontie .et-pb-icon:before {
    content: "\f105";
}

.startseite-icons .et_pb_blurb.leistungskachel.bleaching .et-pb-icon:before {
    content: "\f11f";
}

.startseite-icons .et_pb_blurb.leistungskachel.zahnersatz .et-pb-icon:before {
    content: "\f101";
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(44, 62, 107, 0.6);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(44, 62, 107, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(44, 62, 107, 0);
    }
}

@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(44, 62, 107, 0.6);
        box-shadow: 0 0 0 0 rgba(44, 62, 107, 0.6);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(44, 62, 107, 0);
        box-shadow: 0 0 0 10px rgba(44, 62, 107, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(44, 62, 107, 0);
        box-shadow: 0 0 0 0 rgba(44, 62, 107, 0);
    }
}

/* New navigation */
nav#top-menu-nav {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-right: 2em;
}

header.et-fixed-header #top-menu-nav #quadmenu .quadmenu-navbar-nav>li>a>.quadmenu-item-content {
    color: #000;
}

nav#quadmenu.quadmenu-divi_primary_menu .quadmenu-navbar-nav .quadmenu-dropdown-menu li.quadmenu-item:last-child>a {
    border: none;
}

nav#quadmenu.quadmenu-divi_primary_menu .quadmenu-navbar-nav>li.quadmenu-item>a,
#top-menu-nav #quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav>li>a {
    padding-bottom: 0;
    font-size: 1.5em;
    line-height: 3;
}

nav#quadmenu.quadmenu-divi_primary_menu .quadmenu-navbar-nav>li>a>.quadmenu-item-content {
    color: #000;
}

#quadmenu.quadmenu-divi_primary_menu .quadmenu-navbar-nav .quadmenu-dropdown-menu li.quadmenu-item.submenu-title>a>.quadmenu-item-content {
    color: #000;
    font-weight: bold;
}

#quadmenu.quadmenu-divi_primary_menu .quadmenu-navbar-nav .quadmenu-dropdown-menu li.quadmenu-item.submenu-title>a>.quadmenu-item-content {
    color: #000;
    font-weight: bold;
}

#quadmenu.quadmenu-divi_primary_menu .quadmenu-navbar-nav .team-menu .quadmenu-dropdown-menu .quadmenu-title {
    min-height: 4.2em;
}

nav#quadmenu.quadmenu-divi_primary_menu .quadmenu-navbar-nav .quadmenu-dropdown-menu li.quadmenu-item>a {
    color: hsl(0, 0%, 0%);
    font-weight: 500;
    font-size: 16px;
    border-bottom: 1px solid hsl(0, 0%, 90%);
}

div#button_321med {
    bottom: 120px !important;
}
div#notification_321med {
    bottom: 150px !important;
}
div#info_321med {
    bottom: 170px !important;
}
div#button_321med_animation {
    bottom: 120px !important;
}

@media screen and (min-width: 1200px) {
    nav#top-menu-nav nav#quadmenu {
        display: block;
    }

    div#et_mobile_nav_menu {
        display: none;
    }
}

@media (max-width: 1300px) {
    .box {
        top: 25%;
    }

    .unterseite-kopfbereich {
        height: 350px;
    }
}

@media (min-width: 576px) {
    #quadmenu .team-menu li.col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 33.33%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 1000px) {
    #top-header div.container {
        width: 100%;
    }
}

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

    div.custom-top-head,
    div.mtphr-dnt {
        display: block !important;
    }

    div.custom-top-head a.online-booking,
    div.custom-top-head a.mbl-icons,
    div.custom-top-head-left,
    div.custom-top-head a.location {
        display: none !important;
    }

    .custom-mbl-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 2.5%;
    }
}

@media (max-width: 678px) {
    .custom-top-head {
        margin-bottom: 0;
    }
}

/* Startseite */
.kontakt-sterkrade ul {
    padding: 0;
    list-style: none;
}

.kontakt-sterkrade .et_pb_text_inner a {
    color: hsl(0, 0%, 11%);
    border: none;
    position: relative;
    padding-left: 46px;
}

.et_pb_row.kontakt-row {
    width: 53%;
}

.open-row .one-half:nth-child(2n) {
    text-align: right;
}

.lSSlideOuter .lSPager.lSpg>li a {
    background-color: hsl(0deg 0% 69%);
}

.lSSlideOuter .lSPager.lSpg>li:hover a, .lSSlideOuter .lSPager.lSpg>li.active a {
    background-color: #2C3E6B;
}

#responsive strong {
    display: block;
}

#responsive strong:after {
    content: '\e033 \e033 \e033 \e033 \e033';
    font-family: etmodules;
    color: hsl(45deg 100% 53%);
    letter-spacing: 3px;
    padding-left: 10px;
}

.open-row .one-half:first-child {
    font-weight: bold;
}

#responsive li {
    font-style: italic;
}

.open-row .one-half {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

.open-row {
    border-bottom: 1px solid hsl(0, 0%, 92%);
    padding: 5px 0;
}

.kontakt-sterkrade li {
    padding-bottom: 20px;
    font-size: 16px;
}

.kontakt-sterkrade li:last-child {
    padding-bottom: 0;
}

.kontakt-row h3 {
    padding-bottom: 18px;
}

.kontakt-sterkrade a:before {
    background-size: 38%;
    position: absolute;
    left: 0;
    top: -7px;
    content: '';
    width: 34px;
    height: 34px;
    background-color: #2C3E6B;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 50%;
}

a.map-icon:before {
    background-image: url(/wp-content/uploads/2020/07/pin-white.svg);
}

a.tel-icon:before {
    background-image: url(/wp-content/uploads/2020/07/telefon-white.svg);
}

a.mail-icon:before {
    background-image: url(/wp-content/uploads/2020/07/email-white.svg);
}

#quadmenu .quadmenu-navbar-nav .team-menu li.quadmenu-item .quadmenu-item-widget {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.quote-header .mtphr-dnt {
    line-height: 14px;
}

.sterkrade-startseite img {
    MAX-width: 600px;
}

#top-menu-nav nav#quadmenu {
    display: block !important;
}

div.quadmenu-dropdown-menu {
    background: white !important;
}

#main-header .container .logo_container {
    position: relative;
    display: inline-block;
    width: 20%;
    vertical-align: middle;
}

#quadmenu .team-menu img {
    border-radius: 50%;
    height: 130px !important;
    width: 130px;
}

#quadmenu .team-menu .quadmenu-item-2835 img {
    padding: 32px;
    background: hsl(0deg 0% 96%);
}

#quadmenu .team-menu .textwidget {
    text-align: center;
    color: hsl(0deg 0% 66%);
    padding-top: 15px;
    padding-bottom: 5px;
}

#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item.open.team-menu>.quadmenu-dropdown-menu.quadmenu_fadeIn {
    width: 600px;
}

#quadmenu .team-menu strong {
    display: block;
    font-size: 16px;
    line-height: 130%;
    color: hsl(0deg 0% 0%);
    padding-bottom: 10px;
}

#quadmenu.quadmenu-divi_primary_menu .quadmenu-navbar-nav .team-menu .quadmenu-dropdown-menu .quadmenu-title {
    order: 3;
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 25px;
    text-align: center;
    color: hsl(0deg 0% 0%);
}

.usp-box.et_section_regular {
    padding: 0;
}

.international .et_pb_module.et_pb_image {
    display: inline-block;
    width: 9%;
    margin-right: 0%;
    margin-bottom: 0;
    vertical-align: text-bottom;
}

.international .et_pb_column.et_pb_column_1_4 {
    width: 12%;
    margin-right: 2%;
}

.international .et_pb_column.et_pb_column_3_4 {
    width: 86%;
}

.international span.et_pb_image_wrap {
    width: 24px;
    height: 24px;
    margin: 0 auto;
}

.international .et_pb_row {
    padding: 10px 0;
}

.international h4 {
    padding-bottom: 0;
    font-size: 22px;
    top: 3px;
    position: relative;
}

.usp-box .et_pb_column.et_pb_column_1_4:nth-child(1) {
    background: #0c5a9e;
}

.usp-box .et_pb_column.et_pb_column_1_4:nth-child(2) {
    background: #5B7BB5;
}

.usp-box .et_pb_column.et_pb_column_1_4:nth-child(3) {
    background: #E85D4A;
}

.usp-box .et_pb_column.et_pb_column_1_4:nth-child(4) {
    background: #8B5CF6;
}

.usp-box .et_pb_column.et_pb_column_1_4 {
    padding: 40px 30px;
    color: white;
    margin-right: 2%;
    width: 23%;
    border-radius: 20px;
    transition: 200ms;
    position: relative;
    bottom: 0;
}

.usp-box .et_pb_column.et_pb_column_1_4:hover {
    bottom: 20px;
}

.usp-box .et_pb_text_inner {
    text-align: center;
}

.usp-box .et_pb_column.et_pb_column_1_4 h4 {
    font-weight: bold;
    color: white;
}

.et_pb_section.international {
    padding: 0;
}

.international img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.international .et_pb_row {
    background: #F0EDE7;
    padding: 8px 25px;
}

/* Borlabs */
a._brlbs-btn._brlbs-btn-accept-all.cursor {
    width: 100%;
}

a._brlbs-btn.cursor {
    width: 100%;
}

.BorlabsCookie ._brlbs-checkbox {
    padding-left: 24px !important;
}

/* Header */
.tel-header a:before {
    background-image: url(/wp-content/uploads/2019/09/telefon.svg);
    background-size: 100%;
    position: absolute;
    left: 28px;
    top: 8px;
    content: '';
    width: 34px;
    height: 34px;
}

body #top-menu-nav #quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav>li.last-menu>a {
    border: none;
}

header .tel-header span {
    display: block;
    font-weight: 500;
    font-size: 15px;
}

.buchung-absolute {
    position: absolute;
    right: 0;
    top: 0px;
    display: block;
}

.slider-header .et_pb_code_inner {
    max-width: 1180px;
    margin: 0 auto;
}

.et_pb_module.slider-header {
    position: absolute;
    left: 0;
    top: 35%;
    width: 100%;
}

.slider-header h1 {
    background: #1F2D4D;
    display: inline-block;
    color: white;
    padding: 10px 30px;
    font-weight: bold;
}

.slider-header span {
    background: #0c5a9e;
    font-size: 22px;
    color: white;
    padding: 10px 30px;
    display: inline-block;
}

.anliegen-open h4:after {
    font-family: 'quadmenu';
    content: '\e900';
    padding-left: 8px;
    vertical-align: middle;
}

span.sofort-btn:before {
    background-image: url(/wp-content/uploads/2019/09/logo-radius.svg);
    width: 40px;
    height: 40px;
    position: absolute;
    left: -7px;
    top: -11px;
    content: '';
    background-size: 100%;
    z-index: 222222;
}

span.sofort-btn:after {
    background-image: url(/wp-content/uploads/2019/09/logo-radius-bottom-right.svg);
    width: 38px;
    height: 47px;
    position: absolute;
    right: 11px;
    bottom: -27px;
    content: '';
    background-size: 100%;
    z-index: 22222;
    transform: translate3d(50%, -50%, 0) rotate(174deg);
}

.buchung a {
    display: block;
    color: white;
    position: relative;
    background: #1F2D4D;
    padding: 8px 20px 7px 70px;
    border-radius: 10px;
}

body.logged-in #quadmenu.quadmenu-divi_primary_menu .quadmenu-navbar-nav>li:not(.quadmenu-item-type-button)>a>.quadmenu-item-content {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.buchung {
    display: inline-block;
}

.startseite-titel ul {
    list-style: none;
    padding: 0;
}

.anliegen-open:hover h4 {
    color: hsl(0deg 0% 47%);
}

.startseite-titel li:before {
    content: '\4e';
    font-family: etmodules;
    background: #E8D5B5;
    color: white;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
    border-radius: 50%;
    margin-right: 12px;
    position: absolute;
    left: 0;
    top: 0;
}

.startseite-titel li {
    padding-bottom: 8px;
    position: relative;
    padding-left: 38px;
}

.et_pb_section.willkommen {
    padding-top: 60px;
    padding-bottom: 50px;
}

/*-----.willkommen .et_pb_column.et_pb_column_1_2:first-child {
    top: 51px;
}------*/

.buchung a:before {
    content: '';
    background-image: url(/wp-content/uploads/2019/09/buchung.svg);
    width: 34px;
    height: 34px;
    position: absolute;
    left: 19px;
    top: 10px;
}

.buchung span {
    line-height: 20px;
    font-weight: bold;
}

span.sofort-btn {
    display: block;
    font-weight: 500;
}

span.buchen-btn {
    font-size: 18px;
}

header .quote-header p {
    text-align: center;
    font-style: italic;
    color: black;
}

.tel-header a {
    position: relative;
    padding-left: 80px;
    display: block;
    color: black;
    font-size: 22px;
    font-weight: bold;
}

.two-third {
    display: inline-block;
    width: 59%;
    vertical-align: middle;
}

.one-third {
    width: 21%;
    display: inline-block;
    vertical-align: middle;
}

header .container * {
    font-size: 16px;
}

header .container {
    font-size: 0;
    padding-top: 20px;
}

div#et-top-navigation {
    padding: 0 !important;
    display: block;
    float: unset;
    background: #F0EDE7;
}

nav#top-menu-nav {
    float: unset;
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
}

body #quadmenu.quadmenu-is-horizontal.quadmenu-align-right .quadmenu-navbar-nav {
    text-align: left;
}

header#main-header {
    box-shadow: unset;
}

body #top-menu-nav #quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav>li>a {
    padding-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    border-right: 1px solid #e6e6e6;
    min-width: 150px;
    text-align: center;
}

body #quadmenu.quadmenu-divi_primary_menu .quadmenu-navbar-nav>li:not(.quadmenu-item-type-button)>a>.quadmenu-item-content {
    color: black;
}

@media (max-width: 1120px) {
    #top-menu-nav #quadmenu {
        display: none;
    }

    #et_mobile_nav_menu {
        display: block !important;
    }

    #top-menu-nav nav#quadmenu {
        display: none !important;
    }

    .et_pb_section.willkommen {
        padding-top: 0;
        padding-bottom: 20px;
    }

    .willkommen .et_pb_column.et_pb_column_1_2.et_pb_column_1.et_pb_css_mix_blend_mode_passthrough {
        padding-top: 20px;
    }

    .slider-header h1 {
        font-size: 23px;
    }

    .slider-header span {
        font-size: 16px;
    }

    .international .et_pb_row {
        display: none;
    }

    #main-header .container .logo_container {
        margin-top: 0 !important;
    }

    header#main-header {
        width: 90%;
        position: relative;
        z-index: 22;
    }

    #quadmenu .quadmenu-navbar-nav .col-4 {
        width: 50% !important;
        max-width: 50% !important;
    }

    .et_header_style_left #logo {
        width: 170px;
        max-width: 170px !important;
    }

    header .container {
        padding-bottom: 20px;
    }

    .sterkrade-head {
        position: relative;
    }

    div#et-top-navigation {
        position: absolute;
        top: 27px;
        right: 0;
        width: 100%;
        background: none !important;
        z-index: 22;
    }

    .one-third.tel-header, .two-third.quote-header, .buchung.buchung-absolute {
        display: none;
    }

    header#main-header {
        position: relative !important;
        top: 0 !important;
    }

    div#page-container {
        padding-top: 0 !important;
    }
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .contact-link {
        max-width: 33.6% !important;
    }
}

@supports (-ms-ime-align: auto) {
    .contact-link {
        max-width: 33.6% !important;
    }
}

/** General purpose styles **/
.zahnarzt-oberhausen {
    text-align: center;
    background-color: #2C3E6B;
    color: white;
    padding: 5px;
    border-top: 1px solid white;
    margin-top: 5px;
    font-weight: bold;
}

.text-is-centered .et_pb_text_inner,
.text-is-centered .et_pb_module_header,
.text-is-centered .et_pb_blurb_description {
    text-align: center;
}

.container,
.et_pb_row {
    width: 90%;
}

#top-header .container {
    font-weight: 300;
    padding-bottom: .75em;
}

#cookie-law-info-bar {
    z-index: 999999;
    position: fixed;
}

.footer-icons a {
    display: inline-block;
    margin-right: 10px;
}

.footer-award {
    display: block;
    width: 220px;
    position: fixed;
    bottom: 120px;
    z-index: 999;
    right: 30px;
    text-align: right;
}
.footer-siegel {
    display: block;
    width: 130px;
    position: fixed;
    bottom: 300px;
    z-index: 999;
    right: 30px;
    text-align: right;
}

.mobile_menu_bar:before {
    font-weight: bold;
}

footer#main-footer .footer-icons a:hover {
    text-decoration: none;
    color: #2C3E6B;
}

[data-icon]:before {
    font-family: etmodules;
    content: attr(data-icon);
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 35px;
    vertical-align: middle;
}

.teli:before {
    font-size: 20px;
    margin-right: 10px;
}

::-moz-selection {
    background: #E8D5B5;
    color: black;
}

::selection {
    background: #E8D5B5;
    color: black;
}

::-moz-selection {
    background: #E8D5B5;
    color: black;
}

body.admin-bar.et_fixed_nav.et_secondary_nav_enabled #main-header {
    top: 92px;
}

.pd5 {
    padding: 5px 0px !important;
}

.custom-top-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.et_pb_slider .et_pb_slide:first-child {
    display: list-item;
    /**height: 620px;**/
    min-height: 450px;
}

body.home .et_pb_fullwidth_slider_0.et_pb_slider {
    max-height: 500px;
}

.custom-top-head-left {
    font-size: 16px;
    font-weight: bold;
    margin-right: 20px;
}

.et_pb_column.et_pb_column_1_3.et_pb_column_1.et_pb_css_mix_blend_mode_passthrough.et_pb_column_single {
    padding-top: 0px;
}

div#top-header #et-info a,
div#top-header a,
div.et-fixed-header#top-header a {
    color: #1A1E2E;
}

div#mtphr-dnt-1656, div#mtphr-dnt-3572 {
    padding: 10px 0px;
    color: #2C3E6B;
    font-weight: bold;
    background-color: white;
    font-size: 16px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.mtphr-dnt-tick-contents {
    height: 25px !important;
}

#top-header .custom-top-head a {
    margin-right: 10px;
    margin-left: 20px;
    font-size: 16px;
}

.zahnersatz img {
    height: 180px;
    width: 360px;
    object-fit: cover;
}

.online-booking:before {
    content: '\e023';
    font-family: 'ETmodules';
    /*content: '\f106';
    font-family: 'dentist-icons';*/
    font-size: 24px;
    margin-right: 5px;
}

.location:before {
    content: '\e01d';
    font-family: 'ETmodules';
    /*content: '\f120';
    font-family: 'dentist-icons';*/
    font-size: 27px;
    margin-right: 5px;
}

/*.teli:before {
  content: '\f11e' !important;
  font-family: 'dentist-icons' !important;
  font-size: 29px;
}*/
#et-top-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#top-menu-nav nav#quadmenu {
    display: none;
}

#top-header {
    display: block;
    border-bottom: 1px solid #2C3E6B;
}

.mtphr-dnt-tick.mtphr-dnt-default-tick.mtphr-dnt-clearfix {
    padding-top: 2px;
}

.post-content p {
    margin-bottom: 20px;
}

.booking {
    z-index: 9999;
    margin-right: 25px;
}

.booking-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #2C3E6B;
    color: white;
    border: 1px solid #2C3E6B;
    border-radius: 50px;
    padding: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 225px;
}

.booking-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0.5em;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.2em;
}

.booking-icon:after {
    content: '\e909';
    font-family: 'icons';
    padding-left: 10px;
    /*content: '\f106';
    font-family: 'dentist-icons';*/
    font-size: 40px;
    line-height: 1;
    font-weight: normal;
}

.et_pb_blurb_description {
    line-height: 1.7em;
}

.blog-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.hyperlink-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.faq-text {}

ul.faq-points a {
    font-size: 15px;
}

.faq-points {
    background: #F4F1EC;
    padding: 2em !important;
}

.faq-points li {
    list-style: none;
    font-size: 18px;
    line-height: 2em;
    counter-increment: inst;
    position: relative;
    padding-left: 45px;
    padding-bottom: 10px;
}

.faq-points li:last-child {
    padding-bottom: 0;
}

.faq-points li:before {
    content: counter(inst);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: 1px solid #2C3E6B;
    text-align: center;
    position: absolute;
    left: 3px;
    color: black;
    top: 4px;
    line-height: 30px;
}

.faq-points span {
    color: #2C3E6B;
    font-weight: bold;
    margin-right: 5px;
}

.faq-text h2 {
    background: #2C3E6B;
    color: white;
    padding: 10px;
}

.faq-text p {
    padding: 10px;
}

.faq-text .et_pb_column {
    border: 1px solid #d9d9d9;
}

.online-btn {
    color: white;
    padding: 1em 2em;
    background: #1F2D4D;
}

.has-brand-bg a {
    color: #fff;
}

.has-brand-bg .et_pb_text,
.has-brand-bg .et_pb_text h2,
.has-brand-bg .et_pb_text h3,
.has-brand-bg .et_pb_text h4,
.has-brand-bg .et_pb_text h5,
.has-brand-bg .wpcf7-list-item-label,
.has-brand-bg .et_pb_blurb_content,
.has-brand-bg .et_pb_blurb_content .et_pb_module_header {
    color: #fff !important;
}

.has-brand-bg .et_pb_text h2 {
    color: #1c1c1c !important;
}

.et_pb_text_inner a, .et_pb_blurb_container a {
    color: #1F2D4D;
    border-bottom: dashed 1px #D4A054;
}

.cta-kontakt a {
    border-bottom: none;
}

.startseite-google-map {
    line-height: 0;
}

.startseite-leistungen .et_pb_column_1_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.startseite-leistungen .et_pb_column_1_3 .et_pb_blurb_content {
    text-align: left;
}

.startseite-icons .et_pb_blurb .et-pb-icon {
    color: transparent;
    font-size: 0px;
}

.startseite-icons .et_pb_blurb .et-pb-icon:before {
    font-family: icons;
    color: #fff;
    font-size: 96px;
}

.termine-24h .et-pb-icon:before {
    content: "\e905";
}

.service .et-pb-icon:before {
    content: "\e902";
}

.germany .et-pb-icon:before {
    content: "\e906";
}

.implantate .et-pb-icon:before {
    content: "\e913";
}

.startseite_titel h1 {
    color: white;
    background-color: #2C3E6B;
    width: 100%;
    font-size: 36px;
    padding: 20px 25px;
    text-align: center;
    padding-top: 20px;
    margin: 0 auto;
    position: absolute;
    bottom: -25px;
}

.startseite_titel_praxis h1 {
    color: white;
    background-color: #2C3E6B;
    width: 100%;
    font-size: 36px;
    padding: 20px 25px;
    text-align: center;
    padding-top: 20px;
    margin: 0 auto;
    position: absolute;
    bottom: 23px;
}

.wpcf7-form {
    width: 100%;
    background-color: #2C3E6B;
    text-align: center;
}

.has-brand-bg .et_pb_row.et_pb_row_4 {
    padding: 0px !important;
}

.et_pb_row.et_pb_row_10.termin-vereinbaren-align h2 {
    text-align: left;
}

input.wpcf7-form-control.wpcf7-submit {
    color: white;
    font-size: 16px;
    margin-left: 0%;
    height: 45px;
    text-align: center;
    border: none;
    background-color: #333333;
    display: inline-block;
    padding: 12px;
    cursor: pointer;
    width: 33%;
}

input.wpcf7-form-control, textarea {
    padding: 13px 10px;
    border: none !important;
    -webkit-box-shadow: 1px 1px 1px 1px #00000033;
    box-shadow: 1px 1px 1px 1px #00000033;
    width: 100%;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    margin-top: 15px;
}

.page-id-176 textarea.wpcf7-form-control.wpcf7-textarea {
    height: 152px;
    margin-top: 8px;
}

.wpcf7-acceptance {
    font-size: 14px;
}

.one-halfmg-r {
    vertical-align: top;
    text-align: left;
    max-width: 700px;
    margin: 0 auto;
}

.GenderButton {
    vertical-align: middle;
    margin: 20px;
    font-size: 20px;
    color: #fff;
}

div#anchor-bar a {
    padding: 10px 0;
}

div#anchor-bar {
    width: 100%;
    background: white;
    display: grid;
}

div#anchor-bar a:before {
    content: '›';
    border: none;
    padding-right: 10px;
    color: #000;
}

@media (min-width: 910px) {
    div#anchor-bar {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}

.wpcf7-form-control-wrap {
    position: inherit;
}

.CommentArea {
    width: 100%;
    display: inline-block;
    max-width: 700px;
}

.CommentArea a {
    text-decoration: underline;
}

.mobile_menu_bar:before {
    position: relative;
    top: 0;
    left: 0;
    font-size: 45px;
    content: "\61";
    cursor: pointer;
    color: #2C3E6B;
    margin-right: 10px;
}

.cta-kontakt p:nth-child(1):before {
    content: "\e01d";
    font-family: "etmodules";
    font-size: 26px;
    /*content: "\f120";
  font-family: "dentist-icons";
  font-size: 30px;*/
    vertical-align: middle;
    padding-right: 5px;
}

.cta-kontakt p:nth-child(3):before {
    content: "\e090";
    font-family: "etmodules";
    font-size: 23px;
    /*content: "\f11e";
  font-family: "dentist-icons";
  font-size: 30px;*/
    vertical-align: middle;
    padding-right: 5px;
}

.cta-kontakt p:nth-child(4):before {
    content: "\e076";
    font-family: "etmodules";
    font-size: 23px;
    /*content: "\f126";
  font-family: "dentist-icons";
  font-size: 25px;*/
    vertical-align: middle;
    padding-right: 5px;
}

.cta-kontakt a[href^="mailto:"],
.cta-kontakt a[href^="tel:"] {
    font-size: 28px;
    display: block;
    color: #2C3E6B;
    margin-top: 10px;
}

.cta-kontakt h3 {
    color: #2C3E6B;
}

.et_pb_text p {
    font-size: 18px;
    line-height: 32px;
}

.fixsl .et_pb_slide {
    background-size: cover !important;
    background-position: 50% 12%;
}

.termin-button .et_pb_button {
    color: #ffffff !important;
    border-color: #1F2D4D;
    border-radius: 0px;
    background-color: #1F2D4D;
}

.termin-button .et_pb_button:hover {
    background-color: rgba(0, 0, 0, 1);
}

.kontakt-textalign {
    font-size: 19px;
    font-weight: 300;
    line-height: 32px;
    color: #000000;
}

/*------.et_pb_column.et_pb_column_1_2.et_pb_column_2.et_pb_css_mix_blend_mode_passthrough {
    padding-top: 53px;
}-----*/

.et_pb_column.et_pb_column_1_2.et_pb_column_1.et_pb_css_mix_blend_mode_passthrough {
    padding-top: 53px;
}

.et_pb_column.et_pb_column_1_2.et_pb_column_1.et_pb_css_mix_blend_mode_passthrough h3 {
    padding-bottom: 1em;
}

/* Blog module */
.et_pb_salvattore_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.et_pb_blog_grid .column.size-1of3 {
    width: 31%;
    display: inline-block;
    margin-right: 2%;
    vertical-align: top;
    padding-bottom: 20px;
}

.et_pb_blog_grid .column.size-1of3 article {
    position: relative;
}

div#cookie-law-info-bar {
    opacity: 1;
    z-index: 2222222222;
}

span.mobile_menu_bar.mobile_menu_bar_toggle {
    padding-bottom: 21px;
}

.et_pb_specialty_fullwidth .et_pb_column_1_3 article {
    background-color: #F4F1EC;
    border: none;
}

.et_pb_specialty_fullwidth .et_pb_column_1_3 .et_pb_blog_grid article.et_pb_post a.more-link {
    position: relative;
    bottom: 0;
    margin-top: 2em;
    color: #fff;
    background: #666;
}

.et_pb_blog_grid h2 {
    font-size: 26px;
}

.et_pb_blog_grid article.et_pb_post a.more-link {
    text-transform: uppercase;
}

.et_pb_blog_grid .et_pb_image_container img {
    border: solid 1px gainsboro;
}

body.home .et_pb_blog_grid article.et_pb_post a.more-link {}

.et_pb_blog_grid article.et_pb_post a.more-link:before {
    font-family: etmodules;
    content: "\3d";
    display: inline-block;
    margin-right: .5em;
    vertical-align: bottom;
    padding-left: 10px;
}

.et_pb_blog_grid article.et_pb_post:last-of-type {
    margin-right: 0;
}

.et_pb_post a img {
    height: 300px;
    max-height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
}

.et_pb_blog_grid .et_pb_post {
    border: 1px solid #d8d8d8;
    padding: 19px;
    background-color: #fff;
    word-wrap: break-word;
    -webkit-box-shadow: 0 10px 40px rgb(0 0 0 / 10%);
    box-shadow: 0 10px 40px rgb(0 0 0 / 10%);
}

.et_pb_post .entry-title a, .et_pb_post h2 a {
    text-decoration: none;
    font-size: 20px;
}

/** Content **/
.buchen-btn {
    width: 100%;
}

.termin-button-buchen-text {
    width: 100% !important;
    text-align: center !important;
}

.buchen-text {
    display: inline-block;
    vertical-align: middle !important;
    margin-bottom: 7px !important;
}

.unterseite-kopfbereich img {
    width: 100%;
    object-fit: cover;
}

.page-child .et_pb_slider .et_pb_slide_0 {
    background-size: cover;
}

article p a:hover {
    text-decoration: underline;
}

/* Team page */
.leistungs-bereich .et_pb_blurb_content {
    text-align: left;
}

.leistungs-bereich .et_pb_main_blurb_image {
    display: block;
}

.team-title h1 {
    font-size: 38px;
}

.team-title span {
    color: #2C3E6B;
}

.team-title h2 {
    font-size: 18px;
}

.team-title h1:before {
    content: '';
    border-left: 3px solid #2C3E6B;
    position: absolute;
    height: 50%;
    top: 1px;
    left: -5px;
}

.team-portfolio img {
    width: 75%;
}

.team-portfolio .team-left {
    width: 35%;
    margin-right: 5%;
}

.team-portfolio .team-right {
    width: 60%;
}

.team-text strong {
    color: #2C3E6B;
}

.team-date {
    width: 22%;
    margin-right: 4%;
    float: left;
    position: relative;
}

.team-tt {
    width: 74%;
    margin-right: 0%;
    float: left;
}

.team-text .et_pb_text_inner {
    line-height: 2em;
}

.team-icons-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2em;
}

.team-icons-flex:last-child {
    margin-bottom: 0;
}

.team-icons-flex img {
    margin-right: 2em;
    width: 10%;
    height: 5%;
}

.team-icons-flex img:last-child {
    margin-right: 0%;
}

.team-icons-sn a img {
    width: 10%;
    margin-right: 2em;
}

.team-portraits .et_pb_main_blurb_image .et_pb_image_wrap img {
    height: 300px;
    max-height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
}

/* Blog page + posts */
body.archive #main-content .container:before,
body.single-post #main-content .container:before {
    content: none;
}

body.archive #sidebar,
body.single-post #sidebar {
    width: 29.667%;
}

body.archive #left-area,
body.single-post #left-area {
    width: 69.833%;
}

body.archive #sidebar ul li a,
body.single-post #sidebar ul li a {
    padding: 10px 35px;
    background-color: #2C3E6B;
    margin-bottom: 1px;
    color: #fff;
    display: block;
    font-weight: 300;
    position: relative;
    font-size: 18px;
}

body.archive #sidebar .widget_categories ul li a,
body.single-post #sidebar .widget_categories ul li a {
    background-color: #F4F1EC;
    color: #7F8C8D;
}

body.archive #sidebar ul li a:before,
body.single-post #sidebar ul li a:before {
    content: "›";
    position: absolute;
    left: 20px;
    font-size: 25px;
    margin-top: -3px;
}

body.archive #sidebar ul li,
body.single-post #sidebar ul li {
    margin-bottom: 0;
}

/* Hauptmenü */
img#logo {
    float: left;
}

#main-header {
    min-height: 140px;
}

#main-header.et-fixed-header {
    min-height: 110px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.jameda-header {
    position: absolute;
    top: 140px;
    right: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.et-fixed-header .jameda-header {
    top: 110px;
}

body.admin-bar #offcanvas_container {
    top: 32px;
}

body #offcanvas_container {
    background-color: #1A1E2E;
    width: 320px;
    left: -320px;
}

#offcanvas_container #offcanvas_menu_inner>li.menu-item>a:hover {
    background: #F4F1EC;
    color: #1A1E2E !important;
}

ul#offcanvas_menu_inner li.menu-item>a {
    color: #2C3E6B;
}

ul#offcanvas_menu_inner li.menu-item .sub-menu li a,
ul#offcanvas_menu_inner>li.menu-item.visible>a {
    color: #909495;
}

ul#offcanvas_menu_inner li.menu-item .sub-menu li a:hover {
    color: #000;
}

#offcanvas_container #offcanvas_menu_inner>li.menu-item>a {
    text-transform: uppercase;
    margin-left: 1px;
    padding: 0 0 0 15px;
    line-height: 3;
    font-size: 13px;
}

#offcanvas_container #offcanvas_menu_inner>li.menu-item.menu-item-has-children>a {
    line-height: 3;
}

div#offcanvas_container #offcanvas_menu_inner>li.menu-item.menu-item-has-children>a:after {
    width: 40px;
    text-align: center;
    content: '\43';
    background-color: transparent;
    color: #2C3E6B;
    font-size: 1.5em;
    line-height: 2;
}

div#offcanvas_container #offcanvas_menu_inner>li.menu-item.menu-item-has-children.visible>a:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#offcanvas_container .social-link-oc a:before,
#offcanvas_container .contact-link a:before {
    font-family: ETModules;
    color: #434349;
    font-weight: 400;
    font-size: 20px;
    vertical-align: middle;
    -webkit-transition: color 400ms;
    transition: color 400ms;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#offcanvas_container .contact-link a:hover:before {
    color: #909495;
}

.mobile-phone-cta {
    display: none;
}

#offcanvas_container .contact-link a:before {
    color: #fff;
}

div#offcanvas_container .close-sidebar-inner {
    border-bottom: none;
}

.social-link-oc,
.contact-link {
    display: inline-block;
    text-align: center;
}

.contact-link {
    width: 33.3%;
    float: left;
}

.contact-link a {
    background: #2C3E6B;
    border-left: 0px !important;
    padding: 5px !important;
    line-height: 1.5 !important;
    margin: 0px !important;
    color: white !important;
    border-right: solid 1px #073f7096;
}

.contact-link.tel-link a:before {
    content: '\e090';
}

.contact-link.maps-link a:before {
    content: '\e081';
}

.contact-link.termin-link a:before {
    content: '\e025';
}

/* Footer */
footer#main-footer {
    background-color: #1A1E2E;
}

footer#main-footer a:hover {
    text-decoration: underline;
}

#footer-widgets .footer-widget li:before {
    display: none;
}

div#nav_menu-2 {
    -webkit-text-decoration: Uppercase;
    text-decoration: Uppercase;
}

#menu-hauptseiten .menu-item {
    padding: 12px 0;
}

#menu-hauptseiten {
    font-weight: 400;
    text-transform: uppercase;
}

#main-footer .container {
    width: 100%;
    max-width: 1180px;
}

.et_pb_gutters3 .footer-widget {
    margin-right: 5%;
    margin-bottom: 5%;
}

.et_pb_gutters3.et_pb_footer_columns4 .footer-widget .fwidget {
    margin-bottom: 4.347% !important;
    float: none;
}

#nav_menu-3 {
    margin-top: 8px;
    font-weight: 400;
}

footer#main-footer .footer-widget h4 {
    color: white;
}

#footer-widgets .footer-widget li {
    padding-left: 0;
}

#menu-leistungen-im-ueberblick .menu-item {
    margin-top: 15px;
}


a.pfeil-code-area:before {
    content: "3";
    font-size: 50px;
    font-family: etmodules;
    position: relative;
    color: #2C3E6B;
    -webkit-animation: pfeilanimation 2s infinite;
    animation: pfeilanimation 2s infinite;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    display: block;
    text-align: center;
}

a.pfeil-code-area {
    display: block;
}

@-webkit-keyframes pfeilanimation {
    0% {
        top: 0px;
    }

    50% {
        top: 10px;
    }

    100% {
        top: 0px;
    }
}

@keyframes pfeilanimation {
    0% {
        top: 0px;
    }

    50% {
        top: 10px;
    }

    100% {
        top: 0px;
    }
}

ul#menu-leistungen {
    font-size: 18px;
    color: white;
}

.menu-ratgeber-container {
    font-size: 18px;
}

.seitenleiste-sterkrade {
    padding-right: 0;
    border-right: 0px;
}

.seitenleiste-sterkrade .et_pb_widget ul li {
    padding: 7px 20px;
    margin-bottom: 10px;
    cursor: pointer;
    padding-left: 25px;
    cursor: pointer;
    border-bottom: 1px solid #ececec;
}

.seitenleiste-sterkrade a {
    color: black !important;
}

.seitenleiste-sterkrade a:hover {
    text-decoration: underline;
}

.seitenleiste-sterkrade a:before {
    content: "›";
    position: absolute;
    left: 0;
    font-size: 31px;
    margin-top: -3px;
}

body.page-template-unterseite-leistungen .seitenleiste-sterkrade #nav_menu-4 a:before {
    left: 20px;
}

#sidebar .widget_categories {
    margin-bottom: 20px;
}

.et_pb_post p {
    line-height: 1.7em;
}

.hacken-icons-bereich {
    font-size: 18px;
}

ul.hacken-icons-bereich {
    padding: 0;
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

ul.liste {
    padding: 0px;
}

.hacken-icons-bereich li, .liste li {
    padding-bottom: 10px;
    position: relative;
    padding-left: 30px;
    list-style: none;
}

.hacken-icons li:before, .liste li:before {
    content: "N";
    font-family: "etmodules";
    background: #2C3E6B;
    color: #fff;
    position: absolute;
    -webkit-border-radius: 100%;
    left: 0px;
    top: 5px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
}

.container.ovc {
    margin-top: -49px;
}

.et_pb_text_3 ul {
    font-size: 18px !important;
    line-height: 32px !important;
}

.unterseite-breadcrumb {
    background: #F4F1EC;
    padding: 10px 0px;
}

p#breadcrumbs {
    font-size: 16px;
    width: 82%;
    max-width: 100%;
    margin: 0 auto;
}

.container.ovc h1 {
    font-size: 48px;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-top: 32px;
}

#sidebar .widget h4.widgettitle,
.seitenleiste-sterkrade .et_pb_widget h4.widgettitle,
#sidebar .et_pb_widget h4.widgettitle {
    font-size: 22px;
    text-align: center;
    color: hsl(0deg 0% 20%);
    margin-bottom: 10px;
    text-align: left;
}

.aktuelles-bereiche h4 {
    padding: 10px;
}

.aktuelles-bereiche h3 {
    padding: 10px;
    padding-bottom: 10px !important;
}

.aktuelles-bereiche p {
    padding: 10px;
    padding-bottom: 10px !important;
}

.sprache {
    display: inline-block;
    text-align: center;
}

#sprachen h2, #sprachen h3 {
    font-size: 36px;
    color: #1c1c1c;
}

#sprachen p {
    font-size: 18px;
    color: #1c1c1c;
}

#sprachen {
    text-align: center;
    padding: 5em 0;
}

#sprachen span {
    font-size: 24px;
    color: black;
    font-weight: 300;
}

body .wp-gr .wp-google-badge-fixed {
    bottom: 40px !important;
}

.zertifikat-focus {
    position: fixed;
    right: 30px;
    z-index: 99;
    bottom: 125px;
}

.zertifikat-focus img {
    width: 125px;
}

.flagge {
    height: 75px;
    width: 75px;
    display: block;
    background-image: url(/wp-content/uploads/2018/09/flaggen%402x-sterkrade.png);
    border-radius: 50%;
    margin-left: 58px;
    margin-right: 58px;
    margin-bottom: 10px !important;
    margin-top: 37px !important;
}

.flagge.one {
    background-position: 0px 0px;
}

.flagge.two {
    background-position: -90px 0px;
}

.flagge.three {
    background-position: -175px 0px;
}

.flagge.four {
    background-position: -257px -1px;
}

.flagge.five {
    background-position: -343px 0px;
}

.flagge.six {
    background-position: -939px -2px;
}

.flagge.seven {
    background-position: -1280px 0px;
}

.flagge.eight {
    background-position: -1200px 0px;
}

.flagge.nine {
    background-position: -770px 0px;
}

.flagge.ten {
    background-position: -515px 0px;
}

.flagge.eleven {
    background-position: -1110px 0px;
}

.et_pb_module.et_pb_code.et_pb_code_1 {
    text-align: center;
}

.da-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#offcanvas_container a {
    font-family: var(--zs-font-body) !important;
}

.social-link-oc a {
    border: none !important;
}

#main-footer .container {
    width: 90%;
    margin: auto;
}

.custom-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    max-width: 1180px;
    margin: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 1em;
    padding-bottom: 1em;
    border-top: 1px solid #8f9598;
}

.custom-footer a {
    color: white;
    line-height: 1;
}

.custom-footer #et-footer-nav {
    background: none;
}

.custom-footer #et-footer-nav .bottom-nav {
    padding: 0;
}

.custom-footer #et-footer-nav .bottom-nav a:hover {
    opacity: 1;
}

.aweos-logo {
    max-width: 200px;
    min-width: 6em;
    padding-top: .5em;
}

#footer-bottom {
    display: none;
}

@media only screen and (min-width: 981px) {
    #et_mobile_nav_menu {
        margin-top: .75em;
    }

    #main-header.et-fixed-header img#logo {
        max-height: 110px;
    }

    img#logo {
        max-height: 130px;
    }

    .custom-mbl-top {
        display: none;
    }
}

@media only screen and (max-width: 1000px) {
    .buchen {
        display: unset !important;
    }

    .booking {
        display: inline-block;
    }

    .booking #termin-button-text {
        display: none;
    }

    .buchen .termin-button-buchen-text {
        display: block !important;
    }

    .booking-icon:after {
        padding: 2px;
    }

    .booking-btn {
        width: auto;
    }

    #et-top-navigation {
        min-width: 100px;
        z-index: 99999999999999999;
        position: relative;
        padding-left: 190px;
    }

    .et_header_style_left #logo {
        max-width: 100%;
        max-height: 100%;
    }

    #top-header .container {
        width: 95%;
    }
}

@media only screen and (max-width: 981px) {
    .et_pb_blog_grid article.et_pb_post a.more-link {
        position: unset;
    }

    .et_pb_blog_grid article.et_pb_post a.more-link:before {
        padding-left: 0px;
    }

    div#nav_menu-4 {
        width: 100%;
    }

    .et_pb_module.et_pb_image.et_pb_image_1.et_always_center_on_mobile {
        margin-left: 0px !important;
    }

    .et_pb_module.et_pb_sidebar_0.seitenleiste-sterkrade.et_pb_widget_area.et_pb_bg_layout_light.clearfix.et_pb_widget_area_left {
        width: 48%;
        display: inline-block;
        vertical-align: top;
        margin-right: 3.5%;
    }

    .et_pb_salvattore_content {
        display: unset;
    }

    .et_pb_column .et_pb_blog_grid .column.size-1of2, .et_pb_column .et_pb_widget {
        width: 100%;
    }
}

@media (max-width:1024px) {
    div#nav_menu-4 {
        width: 100%;
        margin-top: 0;
    }

    .start-kacheln {
        display: none;
    }

    span.mobile_menu_bar.mobile_menu_bar_toggle {
        padding-bottom: 57px;
    }
}

@media only screen and (max-width:980px) {
    .custom-top-head {
        display: none !important;
    }

    .sterkrade-startseite img {
        MAX-width: 100%;
    }

    body.et_fixed_nav.et_secondary_nav_enabled #main-header,
    body.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_enabled #main-header {
        top: 8%;
    }

    #top-header {
        background-color: #D4A054 !important;
    }

    .custom-mbl-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .mbl-icons {
        font-family: 'ETmodules';
        font-size: 30px !important;
        color: white !important;
        line-height: 0.9;
        padding: 4% !important;
    }

    .mbl-booking:before {
        content: '\e023';
    }

    .mbl-location:before {
        content: '\e01d';
    }

    .mbl-phone:before {
        content: '\e090';
    }

    #main-header {
        min-height: initial;
    }

    .hacken-icons-bereich {
        padding: 0px 21px;
        font-size: 18px;
    }

    .container.ovc h1 {
        font-size: 35px;
        padding-bottom: 5px;
        padding-top: 15px;
        margin-top: 20px;
    }

    .et_pb_column .et_pb_module.seitenleiste-sterkrade.et_pb_widget_area.et_pb_bg_layout_light.clearfix.et_pb_widget_area_left {
        width: 100%;
    }

    .ask-sterkrade .et_pb_button_module_wrapper {
        margin: auto 0 !important;
    }

    .et_pb_row .et_pb_column .ask-sterkrade-box {
        padding-top: 30px !important;
    }

    .startseite-leistungen .et_pb_column_1_3 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .startseite-leistungen .et_pb_column_1_3 .et_pb_blurb_content {
        margin: 0px;
    }

    .startseite-leistungen .et_pb_column.et_pb_column_1_3 {
        padding-top: 30px;
    }

    .leistungs-bereich .et_pb_blurb_content {
        margin: 0;
    }

    .da-box {
        display: block;
    }

    .aktuelles-posts {
        padding: 0px;
    }

    .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post:last-child {
        margin-bottom: 100px;
    }

    .jameda-header {
        display: none;
    }
}

@media (max-width: 768px) {
    .box {
        width: 65%;
    }

    .container.ovc h1 {
        font-size: 26px;
    }

    .erfahrung h5 {
        width: 80px;
        height: 80px;
        padding-top: 21px;
        font-size: 12px;
    }

    .et_pb_section.startseite-slide.et_pb_fullwidth_section.et_section_regular {
        height: 350px;
    }

    .leistungen-container .et_pb_column.et_pb_column_2_3.et_pb_css_mix_blend_mode_passthrough {
        width: 100%;
    }

    .leistungen-container .et_pb_column.et_pb_column_1_3.et_pb_css_mix_blend_mode_passthrough {
        background: hsl(0deg 0% 100%);
        margin-top: 0;
        width: 100%;
    }

    #quadmenu .textwidget {
        padding: 0 15px;
    }

    #quadmenu .kontakt-sterkrade {
        padding-bottom: 20px;
    }

    #quadmenu h3 {
        font-weight: bold;
        font-size: 16px;
    }

    li#menu-item-3479 {
        display: none !important;
    }

    li#menu-item-2852 {
        display: none !important;
    }

    #quadmenu .quadmenu-navbar-nav .col-sm-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    span.mobile_menu_bar.mobile_menu_bar_toggle {
        padding-bottom: 44px;
    }
}

@media (max-width:678px) {
    .custom-top-head {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 8px;
    }

    .team-title h1 {
        font-size: 30px;
    }

    .team-portfolio .team-left, .team-portfolio .team-right {
        width: 100%;
    }

    .team-portfolio .team-left .et_always_center_on_mobile {
        text-align: left !important;
    }

    .team-portfolio .et_always_center_on_mobile img {
        width: 100%;
    }
}

@media only screen and (max-width: 512px) {
    .container.ovc h1 {
        font-size: 20px;
    }

    span.mobile_menu_bar.mobile_menu_bar_toggle {
        padding-bottom: 21px;
    }

    .container.clearfix.pd5 {
        margin: 0px auto !important;
        padding: 0% !important;
    }

    .footer-widget .menu-hauptseiten-container ul li {
        font-weight: bold;
        margin-right: 6px;
    }

    .team-title h1 {
        font-size: 26px;
    }

    .footer-widget h4 {
        font-size: 26px;
        font-weight: bold;
        line-height: 1.7em;
    }

    .footer-widget .menu-leistungen-im-ueberblick-container ul li {
        font-weight: bold;
    }

    .footer-widget img {
    margin-left: 0px !important;
}

    .team-title h1:before {
        border-left: 0;
    }

    .team-title h1, .team-title h2 {
        line-height: 1.2em;
    }

    .team-portfolio img {
        float: left;
    }

    .et_pb_blurb_description {
        line-height: 1.7em;
        font-size: 16px !important;
    }

    .et_pb_blurb_container h1 {
        line-height: 1.7em;
    }

    .team-portraits .et_pb_column.et_pb_column_1_4 {
        width: 100%;
        margin-right: 0px;
    }

    .hacken-icons-bereich p:before {
        left: -9% !important;
    }

    .booking {
        display: none;
    }

    .custom-footer {
        display: block;
    }

    .custom-footer div {
        text-align: center;
    }

    .custom-footer .aweos-logo {
        margin: 10px auto 0;
        width: 30%;
    }

    .et_pb_slider .et_pb_slide_0 {
        height: 130px;
    }

    body.home .et_pb_slider .et_pb_slide_0 {
        background-position: left;
    }

    body.home .et_pb_section_0 .et_pb_fullwidth_image img {
        height: 27vh;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: left;
        object-position: right;
    }

    .et_pb_row.kontakt-row {
    width: 70%;
}

    .page-id-201 .container.ovc h1 {
        word-break: break-word;
    }

    .ask-sterkrade .et_pb_button_module_wrapper {
        margin-top: 10px !important;
        margin-left: 0px !important;
    }

    .ask-sterkrade .et_pb_button_module_wrapper .ask-sterkrade-btn {
        padding-left: 0px !important;
        padding-right: 0px !important;
        width: 100%;
    }

    .ask-sterkrade-box .et_pb_image {
        margin-left: 0 !important;
    }

    .container.ovc {
        margin: 0 auto;
        margin-top: -49px;
    }

    .hacken-icons-bereich {
        padding: 0px;
        padding-left: 47px;
        padding-right: 5px;
        padding-bottom: 23px;
    }

    .hacken-icons-bereich p:before {
        left: 2%;
    }

    #et-top-navigation {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .booking-text {
        display: none;
    }

    .booking-btn {
        width: unset;
        border-radius: 50%;
    }

    .booking-btn .booking-icon:after {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 1.5em;
        padding-left: 0px;
    }

    h2.et_pb_module_header {
        line-height: 1.2em !important;
    }

    .CommentArea, .one-halfmg-r {
        width: 100%;
    }

    .one-halfmg-r {
        padding: 0;
    }

    .menu-hauptseiten-container #menu-hauptseiten {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    #et-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .hacken-icons-bereich p {
        margin-left: 0px;
    }

    .blog-btn {
        display: block;
    }

    .blog-btn .et_pb_module a {
        text-align: center;
        width: 100%;
    }

    .startseite_titel_praxis h1 {
        /*padding: 8px 10px;*/
        font-size: 20px;
    }

    .startseite_titel h1 {
        font-size: 20px;
        /*bottom: -45px;*/
    }

    span.wpcf7-list-item {
        text-align: justify;
        margin-left: 0px;
    }

    #et-info {
        display: none;
    }

    .hacken-icons-bereich p:before {
        left: -8% !important;
    }

    .hacken-icons p:before {
        padding: 5px;
    }

    div#button_321med {
    bottom: 190px !important;
    right: 10px !important;
    }
    div#button_321med_animation {
    bottom: 190px !important;
    right: 10px !important;
    }
    div#notification_321med {
    bottom: 230px !important;
    }
}

@media (max-width:580px) {
    .hero-slide-sterkrade .et_pb_module.et_pb_fullwidth_image:before {
        content: '';
        position: absolute;
        top: 25px;
        z-index: 22;
        right: 15px;
        background-image: url(/wp-content/uploads/2025/09/2025_dr-efthymios-sterkrade_zahnarzt_düsseldorf_focus-gesundhe_medium.png);
        width: 105px;
        height: 100%;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    body .wp-gr .wp-google-badge-fixed {
        bottom: 100px !important;
        right: 10px !important;
    }

    .wp-google-badge.wp-google-badge-fixed.wp-google-badge-hide {
        display: block !important;
    }
    body.page-template-unterseite-leistungen .box {
        left: 0;
        right: 0;
        position: absolute;
        top: 30%;
        width: 90%;
        margin: 0 auto;
        background: none;
        padding: 0px;
    }
    body.page-template-unterseite-leistungen .box:before {
        transform: skew(0deg, 0deg);
        background-color: #ffffffa6;
        border-radius: 20px;
        width: 100%;
        height: 250px;
        content: '';
        top: -30px;
        left: 0;
        right: 0;
        position: absolute;
    }
    body.page-template-unterseite-leistungen .box-inhalt ul {
        flex-direction: column;
    }
    body.page-template-unterseite-leistungen .box-inhalt li {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

@media (max-width: 513px) {
    .et_pb_code_inner .buchen {
        display: none !important;
    }

    .sterkrade-head div#mtphr-dnt-3572 {
        position: fixed;
        bottom: 45px;
        left: 0;
        width: 100%;
        z-index: 2222;
        display: block;
    }

    body.home h2 {
        font-size: 28px !important;
    }

    body.home .leistungen-chefarzt h2 {
        font-size: 17px !important;
    }

    .et_pb_column.et_pb_column_1_2.et_pb_column_1.et_pb_css_mix_blend_mode_passthrough {
        padding-top: 70px;
    }
}

@media (max-width: 479px) {
    .et_pb_code_inner .buchen {
        display: none;
    }
    .footer-award {
    display: none;
}
    .footer-siegel {
    display: none;
}

.focus-siegel {
    max-width: 47%;
    float: left;
    margin-right: 10px;
}

    .zertifikat-focus {
        display: none;
    }

    .logo_container {
        max-width: 54% !important;
        min-width: 195px !important;
    }

    p.post-meta {
        margin-top: 10px;
    }

    h3#moderne-zahnmedizin br, .brmobile .et_pb_blurb_description p br {
        display: none;
    }

    .mobile-phone-cta {
        display: block;
        position: fixed;
        bottom: 0px;
        width: 100%;
        z-index: 999999;
    }

    .mobile-phone-cta svg#Layer_1 {
        fill: white;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    a.big-cta:before {
        content: '\e090';
        font-family: etmodules;
        vertical-align: bottom;
    }

    a.small-cta:before {
        content: url(/wp-content/uploads/2019/09/buchung.svg);
        position: absolute;
        left: 15px;
        top: 7px;
        width: 30px;
    }

    .mobile-phone-cta .big-cta {
        background: #2C3E6B;
        position: relative;
        bottom: 0;
        z-index: 9999;
        display: inline-block;
        width: 50%;
        font-size: 18px;
        padding: 11px;
        text-align: center;
    }

    a.small-cta {
        border-left: solid 2px #ffffff4a;
        background: #2C3E6B;
        position: relative;
        bottom: 0;
        z-index: 9999;
        display: inline-block;
        width: 50%;
        font-size: 17px;
        padding: 11px;
        text-align: center;
        color: white;
        padding-left: 50px;
    }

    .box {
        width: 90%;
        left: 5%;
    }

    .box:before {
        transform: skew(0deg, 0deg);
        background-color: #ffffffa6;
        border-radius: 10%;
        width: 100%;
        height: 200px;
        content: '';
        top: -30px;
        left: 0;
        position: absolute;
    }

    .text-bild .et_pb_module.text-row, .page-template-unterseite-leistungen .et_pb_module.grau {
        padding: 20px;
    }

    ul.hacken-icons-bereich {
        width: 100%;
    }

    .box h1 {
        font-size: 24px;
    }

    .page-template-unterseite-leistungen h3 {
        line-height: 130%;
    }

    .et_pb_row_inner.fragen-banner {
        padding: 20px;
    }

    .erfahrung h5 {
        width: 70px;
        height: 70px;
        padding-top: 18px;
        font-size: 10px;
    }

    .erfahrung .et_pb_code_inner {
        top: 100px;
    }

    .anliegen-popup {
        top: 37px;
    }

    header#main-header {
        z-index: 99;
        width: 80%;
    }

    .leistungen-chefarzt .et_pb_text_inner {
        padding-left: 65px;
    }

    .leistungen-chefarzt .et_pb_text_inner:before {
        width: 55px;
        height: 55px;
    }

    .leistungen-top li {
        display: inline-block;
        width: 49%;
        padding-bottom: 6px;
    }

    .et_pb_row_inner.fragen-banner .fragen a {
        padding: 12px 17px;
        padding-left: 60px;
        font-size: 16px;
    }

    .fragen a:before {
        width: 44px;
        height: 44px;
        top: -1px;
    }

    .et_pb_module.slider-header {
        bottom: 0px;
        width: 100%;
        position: relative;
        top: 0;
    }

    .anliegen-open h4 {
        font-size: 16px;
        display: block;
        text-align: center;
    }

    .anliegen-open {
        display: block;
        padding-top: 0;
    }

    .et_pb_module.et_pb_fullwidth_code.arrow-absolute {
        display: none;
    }

    .et_pb_section.startseite-slide.et_pb_fullwidth_section.et_section_regular {
        height: 100%;
    }

    .slider-header span, .slider-header h1 {
        border-radius: 0;
        width: 100%;
        margin: 0px;
    }

    .jameda-siegel {
        display: none;
    }

    #menu-hauptseiten .menu-item {
        display: block;
        width: 100%;
    }

    footer#main-footer {
        margin-bottom: 45px;
    }

    .et_pb_module.et_pb_text.et_pb_text_1.startseite-titel.et_pb_bg_layout_light.et_pb_text_align_left h2 {
        font-size: 40px;
    }

    .hacken-icons-bereich p:before {
        left: -10% !important;
    }

    body #page-container .et_pb_button_2 {
        font-size: 19px !important;
    }

    .et_pb_text_4 h2 {
        font-size: 33px !important;
    }

    .flagge {
        margin-right: 40px;
        margin-left: 40px;
    }

    .team-menu span.quadmenu-title {
        text-align: center;
    }

    #quadmenu .quadmenu-navbar-nav .team-menu .col-4 {
        flex: none;
        -webkit-box-flex: none;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
    }

    #quadmenu .quadmenu-navbar-nav .team-menu .col-4 {
        padding-bottom: 20px;
    }

    #quadmenu .quadmenu-navbar-nav .team-menu .col-4:nth-child(4) {
        display: none;
    }
    .team-portraits .et_pb_main_blurb_image .et_pb_image_wrap img {
    max-height: 400px;
    height: 400px;
}
}

@media (max-width: 375px) {
    a.big-cta:before {
        font-size: 21px;
    }

 .focus-siegel {
    max-width: 47%;
    float: left;
    margin-right: 10px;
}

    a.small-cta {
        font-size: 17px;
    }

    .mobile-phone-cta .big-cta {
        font-size: 18px;
    }

    .bottom-nav li {
        display: block;
        padding-right: 0;
    }

    .hacken-icons-bereich p {
        padding: 20px 0 20px 30px;
    }

    .flagge {
        margin-left: 30px;
        margin-right: 30px;
    }

    h3 {
        line-height: 1.5em;
    }

    .column .et_pb_post h2.entry-title {
        line-height: 1.5em;
        font-size: 21px;
        padding-bottom: 10px;
    }

    .home p {
        font-size: 16px;
    }

    .home h2 {
        font-size: 20px;
    }

    .leistungen-container p {
        font-size: 11px;
    }
}

@media (max-width: 350px) {
    .box-inhalt ul {
        display: block;
    }

    .box-inhalt li {
        padding-bottom: 10px;
    }

    .focus-siegel {
    max-width: 47%;
    float: left;
    margin-right: 10px;
}

    a.small-cta {
        font-size: 14px;
    }

    .mobile-phone-cta .big-cta {
        font-size: 14px;
    }

    .container.ovc h1 {
        font-size: 18px;
    }

    h2.entry-title {
        font-size: 20px;
    }

    .et_pb_blurb_0.et_pb_blurb h2.et_pb_module_header {
        font-size: 16px !important;
        font-weight: bold !important;
    }

    h2.et_pb_module_header {
        font-size: 16px !important;
        font-weight: bold !important;
    }
}

#additional-siegel {
    position: absolute;
    right: 108%;
    top: 0;
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
}

#additional-siegel img {
    max-width: 100px;
    height: auto;
}
img#siegel2024 {
    position: relative;
}

span.siegelspan:before {
    content: '';
    position: absolute;
    bottom: -1px;
    width: 24px;
    height: 24px;
    background-image: url(/wp-content/uploads/2024/09/klicken.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
    z-index: 2;
    background-color: white;
    border-radius: 50%;
    background-size: 58%;
    border: 1px solid #b0b5b6;
    right: -7px;
}
span.siegelspan {
    position: relative;
    display: block;
}
span.siegelspan:hover{
    cursor: pointer;
}
/* PERF: CLS/LCP Stabilisierung (sterkrade.aweos.ai) */

/* Slider/Testimonials im #willkommen: Platz reservieren, damit Init (lightslider) weniger shiftet */
#willkommen .bewertung-kunden {
  min-height: 180px;
}
#willkommen ul#responsive {
  min-height: 120px;
}

@media (max-width: 767px) {
  #willkommen .bewertung-kunden { min-height: 220px; }
  #willkommen ul#responsive { min-height: 150px; }
}

/* Wenn Icon-Font spät kommt, verhindert diese Zeile zumindest Reflow durch Inline-Layoutwechsel */
#responsive strong { display: block; }
/* PERF: Borlabs Overlay (CLS) */

/* Cookie-Box soll Overlay sein und nicht Inhalt verschieben */
#BorlabsCookieBox {
  position: fixed !important;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
}

/* Widget Container soll keinen Flow beeinflussen */
#BorlabsCookieWidget {
  position: fixed !important;
  z-index: 999998;
}

/* Behandlungsbilder gleiche Groesse */
.startseite-leistungen .et_pb_blurb .et_pb_main_blurb_image .et_pb_image_wrap img {
    height: 250px !important;
    width: 100% !important;
    object-fit: cover !important;
}

/* =============================================
   Text-Sichtbarkeit auf blauen Hintergründen
   ============================================= */

/* Blurb-Beschreibung und Header in blauen Sektionen */
.et_pb_section[style*="background-color: #2C3E6B"] .et_pb_blurb_description,
.et_pb_section[style*="background-color:#2C3E6B"] .et_pb_blurb_description,
.et_pb_section[style*="background-color: #1F2D4D"] .et_pb_blurb_description,
.et_pb_section[style*="background-color:#1F2D4D"] .et_pb_blurb_description {
    color: #ffffff !important;
}

.et_pb_section[style*="background-color: #2C3E6B"] .et_pb_module_header,
.et_pb_section[style*="background-color:#2C3E6B"] .et_pb_module_header,
.et_pb_section[style*="background-color: #1F2D4D"] .et_pb_module_header,
.et_pb_section[style*="background-color:#1F2D4D"] .et_pb_module_header {
    color: #ffffff !important;
}

/* Text-Module in blauen Sektionen */
.et_pb_section[style*="background-color: #2C3E6B"] .et_pb_text,
.et_pb_section[style*="background-color:#2C3E6B"] .et_pb_text,
.et_pb_section[style*="background-color: #1F2D4D"] .et_pb_text,
.et_pb_section[style*="background-color:#1F2D4D"] .et_pb_text {
    color: #ffffff !important;
}

/* Blurbs mit eigenem blauen Hintergrund */
.et_pb_blurb[style*="background-color: #2C3E6B"] .et_pb_blurb_description,
.et_pb_blurb[style*="background-color:#2C3E6B"] .et_pb_blurb_description,
.et_pb_blurb[style*="background-color: #1F2D4D"] .et_pb_blurb_description,
.et_pb_blurb[style*="background-color:#1F2D4D"] .et_pb_blurb_description {
    color: #ffffff !important;
}

/* Divi-Icons in blauen Sektionen: weiss statt dunkel */
.et_pb_section[style*="background-color: #2C3E6B"] .et-pb-icon,
.et_pb_section[style*="background-color:#2C3E6B"] .et-pb-icon,
.et_pb_section[style*="background-color: #1F2D4D"] .et-pb-icon,
.et_pb_section[style*="background-color:#1F2D4D"] .et-pb-icon {
    color: #ffffff !important;
}

/* Buttons mit blauem Hintergrund: Text weiss */
.et_pb_button[style*="background-color: #2C3E6B"],
.et_pb_button[style*="background-color:#2C3E6B"],
.et_pb_button[style*="background-color: #1F2D4D"],
.et_pb_button[style*="background-color:#1F2D4D"] {
    color: #ffffff !important;
}



/* =============================================
   DESIGN-UEBERARBEITUNG: Neue Typografie + Stil
   ============================================= */

/* --- Globale Schriftart --- */
body,
body *:not([class*="etmodules"]):not([class*="ETmodules"]):not([class*="et-pb-icon"]):not([class*="flaticon"]):not([class*="dentist-icon"]):not([class*="quadmenu"]):not(.mobile_menu_bar):not([class*="icons"]) {
    font-family: var(--zs-font-body) !important;
}

/* --- Heading-Schriftart (Serif) --- */
h1, h2, h3, h4, h5, h6,
.et_pb_module_header,
h1 *, h2 *, h3 *, h4 *,
.slider-header h1,
.slider-header span,
.box p,
.container.ovc h1,
#sprachen h2, #sprachen h3,
.faq-text h2,
.kontakt-row h3,
.team-title h1 {
    font-family: var(--zs-font-heading) !important;
    letter-spacing: -0.01em;
}

/* --- Verbesserte Typografie --- */
body {
    color: var(--zs-text) !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.et_pb_text p {
    line-height: 1.8;
    color: var(--zs-text);
}

/* --- Links: Gold-Unterstrich statt grüne gestrichelte Linie --- */
.et_pb_text_inner a, .et_pb_blurb_container a {
    color: var(--zs-primary) !important;
    border-bottom: 2px solid var(--zs-accent) !important;
    text-decoration: none;
    transition: border-color 0.2s ease, color 0.2s ease;
}

.et_pb_text_inner a:hover, .et_pb_blurb_container a:hover {
    color: var(--zs-primary-dark) !important;
    border-bottom-color: var(--zs-highlight) !important;
}

/* --- Buttons: Neue Form und Farbe --- */
.buchung a {
    background: var(--zs-highlight) !important;
    border-radius: 8px !important;
    transition: background 0.25s ease, transform 0.15s ease;
    box-shadow: 0 4px 15px rgba(232, 93, 74, 0.3);
}

.buchung a:hover {
    background: #d14d3a !important;
    transform: translateY(-1px);
}

.et_pb_row_inner.fragen-banner .fragen a {
    background: var(--zs-primary) !important;
    border-radius: 8px !important;
    transition: background 0.25s ease;
}

.et_pb_row_inner.fragen-banner .fragen a:hover {
    background: var(--zs-primary-dark) !important;
}

/* --- Navigation: Modernisiert --- */
div#et-top-navigation {
    background: var(--zs-bg-warm) !important;
    border-bottom: 2px solid var(--zs-accent);
}

body #top-menu-nav #quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav>li>a {
    border-right-color: rgba(44, 62, 107, 0.12) !important;
    transition: background 0.2s ease;
}

body #top-menu-nav #quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav>li>a:hover {
    background: rgba(44, 62, 107, 0.06);
}

/* --- Header: Sauberer Look --- */
header#main-header {
    box-shadow: 0 2px 20px rgba(0,0,0,0.06) !important;
    border-bottom: none !important;
}

.sterkrade-head {
    background: #fff;
}

/* --- Karten und Boxen: Weichere Schatten --- */
.et_pb_blog_grid .et_pb_post {
    border: none !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06) !important;
    transition: box-shadow 0.25s ease, transform 0.15s ease;
}

.et_pb_blog_grid .et_pb_post:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,0.1) !important;
    transform: translateY(-2px);
}

/* --- USP-Boxen: Abgerundeter --- */
.usp-box .et_pb_column.et_pb_column_1_4 {
    border-radius: 16px !important;
    box-shadow: 0 6px 24px rgba(0,0,0,0.08);
}

/* --- Leistungen-Kacheln: Moderner --- */
#leistungen-farben .et_pb_column.et_pb_column_1_5 {
    background: var(--zs-primary) !important;
    border-radius: 12px !important;
    transition: transform 0.2s ease;
}

#leistungen-farben .et_pb_column.et_pb_column_1_5:hover {
    transform: translateY(-4px);
}

/* --- FAQ/Accordion: Neue Abrundung --- */
.et_pb_toggle.et_pb_module.et_pb_accordion_item {
    border-radius: 12px !important;
    border: 1px solid rgba(44, 62, 107, 0.1) !important;
    overflow: hidden;
}

/* --- Sidebar: Wärmer --- */
body.page-template-unterseite-leistungen div#nav_menu-4 {
    background: var(--zs-bg-warm) !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06) !important;
}

/* --- Formular: Modernisiert --- */
.form1 form.wpcf7-form {
    background: var(--zs-bg-warm) !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
}

.form1 input.wpcf7-form-control.wpcf7-submit {
    background: var(--zs-highlight) !important;
    border-radius: 8px !important;
    transition: background 0.25s ease;
    font-weight: 600 !important;
    font-family: var(--zs-font-body) !important;
}

.form1 input.wpcf7-form-control.wpcf7-submit:hover {
    background: #d14d3a !important;
}

.form1 .wps-form-row input.wpcf7-form-control,
.form1 .wps-form-row textarea.wpcf7-form-control {
    background: #fff !important;
    border: 1px solid rgba(44, 62, 107, 0.2) !important;
    border-radius: 8px !important;
    font-family: var(--zs-font-body) !important;
}

.form1 .wps-form-row input.wpcf7-form-control:focus,
.form1 .wps-form-row textarea.wpcf7-form-control:focus {
    border-color: var(--zs-accent) !important;
    box-shadow: 0 0 0 3px rgba(212, 160, 84, 0.15) !important;
    outline: none;
}

/* --- Footer: Tiefes Navy --- */
footer#main-footer {
    background: var(--zs-footer) !important;
    border-top: 3px solid var(--zs-accent);
}

.custom-footer {
    border-top-color: rgba(255,255,255,0.15) !important;
}

/* --- Mobile CTA: Neuer Look --- */
.mobile-phone-cta .big-cta {
    background: var(--zs-primary) !important;
}

a.small-cta {
    background: var(--zs-highlight) !important;
    border-left-color: rgba(255,255,255,0.2) !important;
}

/* --- Kontakt-Icons: Neue Farbe --- */
.kontakt-sterkrade a:before {
    background-color: var(--zs-primary) !important;
}

.cta-kontakt a[href^="mailto:"],
.cta-kontakt a[href^="tel:"] {
    color: var(--zs-primary) !important;
}

.cta-kontakt h3 {
    color: var(--zs-primary) !important;
}

/* --- Breadcrumb: Wärmer --- */
.unterseite-breadcrumb {
    background: var(--zs-bg-cream) !important;
    border-bottom: 1px solid rgba(44, 62, 107, 0.08);
}

/* --- Slider-Header: Neuer Look --- */
.slider-header h1 {
    background: var(--zs-primary-dark) !important;
    border-radius: 4px;
}

.slider-header span {
    background: var(--zs-primary) !important;
    border-radius: 4px;
}

/* --- Team-Seite: Akzente --- */
.team-title span {
    color: var(--zs-accent) !important;
}

.team-title h1:before {
    border-left-color: var(--zs-accent) !important;
}

.team-text strong {
    color: var(--zs-primary) !important;
}

/* --- Text-Selektion: Warm Gold --- */
::selection {
    background: var(--zs-accent-light) !important;
    color: var(--zs-text) !important;
}

::-moz-selection {
    background: var(--zs-accent-light) !important;
    color: var(--zs-text) !important;
}

/* --- Hacken/Checklisten: Neue Farbe --- */
.hacken-icons li:before, .liste li:before {
    background: var(--zs-primary) !important;
}

/* --- Offcanvas Menu: Navy --- */
body #offcanvas_container {
    background-color: var(--zs-footer) !important;
}

ul#offcanvas_menu_inner li.menu-item>a {
    color: var(--zs-accent) !important;
}

div#offcanvas_container #offcanvas_menu_inner>li.menu-item.menu-item-has-children>a:after {
    color: var(--zs-accent) !important;
}

/* --- Booking-Button: Highlight-Farbe --- */
.booking-btn {
    background-color: var(--zs-highlight) !important;
    border-color: var(--zs-highlight) !important;
}

/* --- Mobile Menu Icon: Navy --- */
.mobile_menu_bar:before {
    color: var(--zs-primary) !important;
}

/* --- Top-Header: Goldener Akzent statt grüne Linie --- */
#top-header {
    border-bottom: 2px solid var(--zs-accent) !important;
}

/* --- Startseite Icons: Hover-Effekt --- */
.startseite-icons .et_pb_blurb.leistungskachel:hover .et-pb-icon:before,
.startseite-icons .vorteile .et_pb_blurb:hover .et-pb-icon {
    background: var(--zs-primary) !important;
}

/* --- Divi-Buttons auf blauen Hintergründen --- */
.et_pb_section[style*="background-color: #2C3E6B"] .et_pb_blurb_description,
.et_pb_section[style*="background-color:#2C3E6B"] .et_pb_blurb_description,
.et_pb_section[style*="background-color: #1F2D4D"] .et_pb_blurb_description,
.et_pb_section[style*="background-color:#1F2D4D"] .et_pb_blurb_description {
    color: #ffffff !important;
}

/* --- Generell glattere Übergänge --- */
a, button, .et_pb_button, .et_pb_blurb, .usp-box .et_pb_column {
    transition: all 0.25s ease;
}

/* --- Willkommen-Sektion: Etwas mehr Luft --- */
.et_pb_section.willkommen {
    padding-top: 80px !important;
    padding-bottom: 70px !important;
}

/* --- Kontaktformular auf blauen Hintergründen: Weisser Text --- */
.wpcf7-form {
    background-color: var(--zs-primary) !important;
}

/* --- Start-Kacheln: Navy statt altes Blau --- */
.start-kacheln .et_pb_column.et_pb_column_1_3 {
    background: var(--zs-primary) !important;
}

.start-kacheln .et_pb_text_inner a, .start-kacheln .et_pb_blurb_container a {
    border: 1px solid rgba(255,255,255,0.4) !important;
    background: var(--zs-primary) !important;
}

/* --- Banner-Menu-Link: Primärfarbe --- */
.banner-menu-a a {
    background: var(--zs-primary) !important;
    border-radius: 8px !important;
}

/* === Sterkrade CI Fixes === */
/* Hero section: solid blue background when no image */
.hero-slide-sterkrade {
    background-color: #0c5a9e !important;
    min-height: 500px;
    position: relative;
}
.hero-slide-sterkrade .et_pb_fullwidth_image {
    display: none !important;
}

/* Fix the willkommen section doctor image placeholder */
.willkommen .et_pb_image {
    display: none !important;
}

/* Fix blurb icons when image is missing - use a placeholder icon */
.startseite-leistungen .et_pb_blurb .et_pb_main_blurb_image {
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.startseite-leistungen .et_pb_blurb .et_pb_main_blurb_image img[src=""] {
    display: none !important;
}

/* Hide broken seals/awards section */
.et_pb_image img[src=""],
img[removed_src] {
    display: none !important;
}

/* Ensure sidebar contact info is properly styled */
.kontakt-sterkrade {
    border-top: 3px solid #0c5a9e;
}
