.elementor-kit-7{--e-global-color-primary:#0F0F0F;--e-global-color-secondary:#F2F2F2;--e-global-color-text:#FFFFFF;--e-global-color-accent:#B99550;--e-global-color-ff19bee:#FFFFFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-primary );color:var( --e-global-color-text );font-family:"raleway", Sans-serif;font-size:17px;line-height:145%;letter-spacing:1px;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:#02010100;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var( --e-global-color-text );border-style:solid;border-width:2px 2px 2px 2px;border-radius:0px 0px 0px 0px;}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{background-color:var( --e-global-color-accent );border-style:solid;border-color:var( --e-global-color-accent );}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-ff19bee );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1800px;}.e-con{--container-max-width:1800px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root {
    --custom-padding: 120px;
    --custom-margin: 150px;
}

@media (width < 768px) {
    :root {
        --custom-padding: 40px;
        --custom-margin: 50px;
    }
}

body {
    margin: 0;
    overflow-x: hidden;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p {
    margin: 0;
}

p+*, *+p, p+p {
    margin-top: 10px;
}

img {
    filter: grayscale(1);
    transition: 500ms;
}

img:hover {
    filter: grayscale(0);
}

h1, h2 {
    font-size: clamp(20px, 5vw, 25px);
    text-transform: uppercase;
    letter-spacing: 3px;
}

.elementor-widget-text-editor a {
    font-weight: 700;
    text-decoration: underline;
}

@media (width > 1200px) {
    .headline-width-40 {
        width: 40%;
    }
}

.fake-h2, .fake-h2 h2 {
    font-weight: 700;
    font-size: clamp(20px, 5vw, 25px);
    text-transform: uppercase;
    letter-spacing: 3px;
}

.padding-0 {
    padding: 0 !important;
}

.section-margin {
    margin-top: var(--custom-margin);
    margin-bottom: var(--custom-margin);
}

.section-padding {
    padding-top: var(--custom-padding);
    padding-bottom: var(--custom-padding);
}

.text-dark {
    color: var(--e-global-color-primary);
}

.text-dark .elementor-button {
    border-color: var(--e-global-color-primary);
    color: var(--e-global-color-primary);
}

.text-dark a {
    color: var(--e-global-color-primary);
}

.nature-meets-dentistry-wrapper {
    container-name: nature;
    container-type: inline-size;
}

.font-color-accent {
    color: var(--e-global-color-accent);
}

.font-accent-big {
    font-family: playfair-display, serif;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(25px, 5vw, 60px);
    text-transform: uppercase;
    letter-spacing: 5px;
}

.font-accent-big span,
.font-accent-small span {
    display: block;
}

.font-accent-small {
    font-family: playfair-display, serif;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(15px, 5vw, 24px);
    text-transform: uppercase;
    letter-spacing: 3px;
}

.font-accent h2 {
    font-family: playfair-display, serif;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(25px, 5vw, 60px);
}

.font-accent.color-accent h2 {
    color: var(--e-global-color-accent);
}

@container nature (width < 400px) {
    .font-accent-big {
        font-size: clamp(25px, 5vw, 48px);
    }
}

@media (width > 1024px) {
    .margin-left {
        margin-left: calc(30% + 25px);
    }
    
    .margin-left-25 {
        margin-left: calc(25% - 25px);
    }
}

@media (width < 1025px) {
    .margin-left,
    .margin-left-25 {
        width: 100%;
    }
}

/* Section: Rahmen rechts */

.section-border-right::before {
    content: '';
    border-width: 5px 0 5px 5px;
    border-style: solid;
    position: absolute;
    top: 0;
    right: 0;
    margin-left: auto;
    width: calc(100% - 30px);
    height: 450px;
}

.section-border-right.normal::before {
    height: 100%;
}

.section-border-right.accent::before {
    border-color: var(--e-global-color-accent);
}

/* Section: Hintergrund rechts */

.section-bg-right {
    background: linear-gradient(-90deg, #fff calc(100% - 30px), transparent calc(100% - 30px));
}

/* Section: Hintergrundbild voll */

.section-image-bg::before {
    content: '';
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 450px;
    width: 100%;
    filter: grayscale(1);
    z-index: -1;
}

.section-image-bg::after {
    content: '';
    background-color: rgba(50, 50, 50, .9);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 450px;
    z-index: -1;
}

.section-overlap-top {
    margin-top: -50px;
    padding-top: 200px !important;
    padding-bottom: 150px;
}

.section-overlay::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: .8;
    z-index: 9;
}

.section-overlay .e-con-inner div:not(.elementor-background-video-container) {
    z-index: 99;
}

.section-overlay.green::before {
    background-color: #01561f;
}

@media (width < 1024px) {
    .section-overlap-top {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
}

/* Section: FAQ */

.section-faq {
    padding: 0 20px;
}

.section-faq .e-con-inner {
    gap: 0;
}

.section-faq img {
    width: 100%;
}

.section-faq .faq-wrapper {
    background-color: #fff;
    padding: 50px;
}

.section-faq .e-n-accordion summary,
.section-faq .e-n-accordion div {
    border: 0 none !important;
}

.section-faq .e-n-accordion .e-n-accordion-item-title,
.section-faq .e-n-accordion .elementor-element {
    padding: 0;
}

.section-faq .e-n-accordion-item-title-text {
    text-transform: uppercase;
    font-weight: 700;
}

.section-faq .e-n-accordion-item {
    border-top: 1px solid #ddd;
}

.section-faq .e-n-accordion-item {
    padding: 20px 0;
}

.section-faq .e-n-accordion-item > .elementor-element {
    width: 90%;
    padding-top: 10px;
}

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

@media (width < 1024px) {
    .section-faq .faq-wrapper {
        padding: 25px;
    }
}

@media (width < 1900px) {
    .section-bg-right {
        padding-left: 40px;
        padding-right: 20px;
        background: linear-gradient(-90deg, #fff calc(100% - 20px), transparent calc(100% - 20px));
    }
    
    .section-border-right {
        padding-left: 40px;
    }
}

/* Header + Hero */

#hero,
#hero > .e-con-inner {
    padding: 0;
    
}

#hero {
    height: calc(100vh + 50px)
}
 
@media (width > 1024px) {    
    #hero .hero-left {
        flex-shrink: 0;
        padding: 50px 0 150px 10px;
    }
    
    #hero .hero-right {
        flex: 1;
        position: absolute;
        height: 100%;
        right: 0;
        padding: 0;
        gap: 0;
    }
}

@media (width < 1800px) {
    #hero .hero-right {
        width: calc(100% - 500px);
    }
}

#hero .hero-menu-button,
#hero-simple .hero-menu-button,
.popup-main-menu .hero-menu-button {
    align-self: flex-end;
}

#hero .hero-menu-button .elementor-button,
#hero-simple .hero-menu-button .elementor-button,
.popup-main-menu .hero-menu-button .elementor-button {
    font-size: 20px;
    color: var(--e-global-color-primary);
    width: 200px;
    height: 130px;
    background-color: #fff;
    border-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-main-menu .hero-menu-button .elementor-button {
    width: 215px;
}

#hero .hero-menu-button .elementor-button .elementor-button-content-wrapper,
#hero-simple .hero-menu-button .elementor-button .elementor-button-content-wrapper,
.popup-main-menu .hero-menu-button .elementor-button .elementor-button-content-wrapper {
    gap: 10px;
}

#hero .hero-slider,
#hero .hero-slider .elementor-main-swiper {
    height: 100% !important;
}

#hero .hero-slider {
    filter: grayscale(1);
    transition: 500ms;
}

#hero .hero-slider:hover {
    filter: grayscale(0);
}

#hero .hero-right-intro ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin-top: 20px;
    gap: 20px;
}

#hero .hero-right-intro ul a {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    border: 2px solid;
    padding: 12px 24px;
    display: block;
    transition: 300ms;
}

#hero .hero-right-intro ul li:last-of-type a {
    color: var(--e-global-color-accent);
}

#hero .hero-right-intro ul a:hover {
    color: #fff !important;
    border-color: var(--e-global-color-accent);
    background-color: var(--e-global-color-accent);
}

#hero .hero-links-wrapper,
.popup-main-menu .hero-links-wrapper {
    padding: 0;
    position: fixed;
    bottom: 0;
    right: 0;
    width: auto;
    gap: 0;
    z-index: 999;
}

#hero-simple .hero-links-wrapper,
.popup-main-menu .hero-links-wrapper {
    gap: 0;
}

.popup-main-menu .hero-links-wrapper {
    position: absolute !important;
}

#hero .hero-socials,
#hero-simple .hero-socials,
.popup-main-menu .hero-socials {
    background-color: #2E2E2E;
    padding: 20px 0 15px 0;
}

#hero .hero-socials .elementor-grid,
.popup-main-menu .hero-socials .elementor-grid {
    --grid-row-gap: 10px;
}

#hero .hero-socials .elementor-icon.elementor-social-icon,
#hero-simple .hero-socials .elementor-icon.elementor-social-icon,
.popup-main-menu .hero-socials .elementor-icon.elementor-social-icon {
    font-size: 20px;
    background-color: transparent;
    height: auto;
}

#hero .hero-socials .elementor-icon i,
#hero-simple .hero-socials .elementor-icon i,
.popup-main-menu .hero-socials .elementor-icon i {
    color: var(--e-global-color-accent);
}

#hero .hero-online-termin .elementor-button-content-wrapper,
.popup-main-menu .hero-online-termin .elementor-button-content-wrapper {
    writing-mode: sideways-lr;
    text-orientation: mixed;
    gap: 10px;
}

#hero .hero-online-termin .elementor-button,
#hero-simple .hero-online-termin .elementor-button,
.popup-main-menu .hero-online-termin .elementor-button {
    background-color: var(--e-global-color-accent);
    border-color: var(--e-global-color-accent);
    display: block;
}

#hero-simple .hero-online-termin .elementor-button {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (width < 1025px) {
    #hero .hero-online-termin .elementor-button-text {
        display: none !important;
    }
    #hero .hero-links-wrapper .elementor-button {
        padding: 12px 15px !important;
    }
}

#hero .hero-image,
#hero .hero-video {
    height: 100%;
    max-height: calc(100% - 100px);
    width: 100%;
}

#hero .hero-video {
    z-index: 9;
    filter: grayscale(1);
    transition: 500ms;
}

#hero .hero-video:hover {
    filter: grayscale(0);
}

#hero .hero-video .e-hosted-video {
    height: 100%;
}

#hero .hero-image img,
#hero .hero-image video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#hero .hero-slider,
#hero .hero-image {
    z-index: 9;
}

@media (width > 1024px) {
    #hero .mobile-menu-button {
        display: none;
    }
}

@media (width < 1025px) {
    #hero {
        height: auto;
        padding: 50px 50px 0 50px;
    }
    
    #hero > .e-con-inner {
        flex-direction: column;
    }
    
    #hero .hero-left {
        width: 100%;
        min-height: auto !important;
    }
    
    #hero .hero-menu-button {
        display: none;
    }
    
    #hero .hero-right {
        width: 100%;
        position: static;
    }
    
    #hero .logo-menu-wrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    
    #hero .logo-menu-wrapper .elementor-button {
        background-color: #fff;
        color: var(--e-global-color-primary);
        border-color: #fff;
    }
    
    #hero #logo img {
        height: 70px !important;
    }
}

@media (width < 768px) {
    #hero {
        padding: 15px 15px 0 15px;
    }
}

/* Menü */

.menu-item-2449.current-menu-ancestor > a {
    color: #fff !important;
    font-weight: 400 !important;
}

/* Main Content */

#content {
    padding: 0 !important;
}

/* Startseite: Leistungen */

.custom-loop-wrapper h3 {
    hyphens: auto;
}

#leistungen.section-image-bg::before {
    background-image: url('https://bergfort.dentalmedia3.de/wp-content/uploads/2025/06/zahnarzt-duesseldorf-169.jpg');
}

body.home #leistungen .custom-loop-wrapper {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
}

#leistungen .custom-loop .custom-loop-item-wrapper .e-con-inner {
    gap: 0;
    padding: 0;
}

#leistungen .custom-loop .custom-loop-item-wrapper,
#leistungen .custom-loop .custom-loop-item-image {
    padding: 0;
}

#leistungen .custom-loop .custom-loop-item-image {
    position: relative;
}

#leistungen .custom-loop .custom-loop-item-image img {
    aspect-ratio: 3/4.5;
    width: 100%;
    height: auto;
    object-fit: cover;
}

#leistungen .custom-loop .custom-loop-item-image::before {
    content: '';
    background: #81BA37;
    background: linear-gradient(0deg,rgba(50, 50, 50, 1) 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    height: 30%;
    bottom: 0;
    margin-top: auto;
    z-index: 9;
}

#leistungen .custom-loop .custom-loop-item-headline {
    width: 100%;
    max-width: 350px;
    font-size: clamp(20px, 5vw, 25px);
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    padding: 30px;
    z-index: 99;
}

#leistungen .custom-loop .custom-loop-item-text {
    padding: 30px;
    background-color: #fff;
}

#leistungen .custom-loop .custom-loop-item-wrapper:hover .custom-loop-item-text {
    background-color: var(--e-global-color-accent);
}

#leistungen .custom-loop .custom-loop-item-wrapper:hover .custom-loop-item-image::before {
    background: linear-gradient(0deg, var(--e-global-color-accent) 0%, rgba(255, 255, 255, 0) 100%);
}

#leistungen .custom-loop .custom-loop-item-wrapper:hover .custom-loop-item-headline {
    color: var(--e-global-color-primary);
}

#leistungen .custom-loop .elementor-button:hover {
    border-color: var(--e-global-color-primary);
    background-color: var(--e-global-color-primary);
    color: #fff;
}

#leistungen .swiper-wrapper .e-loop-item-671  {
    margin-top: 50px; 
}

#leistungen .swiper-wrapper .e-loop-item-674 {
    margin-top: 100px; 
}

#leistungen .swiper-wrapper .e-loop-item-675 {
    margin-top: 35px; 
}

/* Startseite: Referenzen */

#referenzen .custom-loop video.elementor-video {
    aspect-ratio: 1/1 !important;
    width: 100% !important;
    height: auto !important;
}

#referenzen .custom-loop .elementor-element,
#referenzen .custom-loop .e-con-inner {
    padding: 0 !important;
}

#referenzen .custom-loop .elementor-custom-embed-play {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(50, 50, 50, .7);
    border-radius: 100px;
}

#referenzen .custom-loop .elementor-custom-embed-play i {
    font-size: 40px;
    text-shadow: unset;
    opacity: 1;
    margin-left: 5px;
}

#referenzen .custom-loop .elementor-custom-embed-image-overlay {
    filter: grayscale(1);
    transition: 500ms;
}

#referenzen .custom-loop .elementor-custom-embed-image-overlay:hover {
    filter: grayscale(0);
}

.grid-download .grid-item-download {
    background-color: #292929;
    border: 4px solid var(--e-global-color-accent);
    color: #fff;
    padding: 30px;
}

.grid-download .grid-item-download i {
    color: var(--e-global-color-accent);
}

.grid-item-download h3 {
    text-transform: uppercase;
}

/* Element: Listen */

.elementor-widget-icon-list .elementor-icon-list-item {
    align-items: flex-start !important;
    margin: 10px 0 !important;
}

.elementor-widget-icon-list .elementor-icon-list-item:first-of-type {
    margin-top: 0 !important;
}

.elementor-widget-icon-list .elementor-icon-list-icon {
    margin-top: 5px !important;
}

@media (width > 1200px) {
    .card-dentist .elementor-widget-text-editor {
        width: 100%;
        max-width: 450px !important;
    }
}

.contact-grid .elementor-icon-box-wrapper i {
    color: var(--e-global-color-accent);
}

.custom-gallery .elementor-gallery__container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr)) !important;
    grid-gap: 40px;
    grid-auto-flow: row dense;
}

.custom-gallery .elementor-gallery-item {
    position: relative;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.custom-gallery .e-gallery-image {
    height: 100%;
    filter: grayscale(1);
}

.custom-gallery .e-gallery-image:hover {
    filter: grayscale(0);
}

.custom-gallery .elementor-gallery-item:nth-child(7n+6) {
    grid-column: span 2;
    grid-row: span 2;
}

/*.section-dentist-full::after {
    content: '';
    border-style: solid;
    border-color: var(--e-global-color-accent);
    position: absolute;
    bottom: -50px;
    width: calc(100% - 30px);
    height: calc(100% + 100px);
    z-index: -1;
}

.section-dentist-full.right::after {
    border-width: 5px 0 5px 5px;
    right: 0;
    margin-left: auto;
}

.section-dentist-full.left::after {
    border-width: 5px 5px 5px 0;
    left: 0;
}

.section-dentist-full {
    margin-top: 250px;
}

.section-dentist-full img {
    margin-top: -300px;
}*/

.section-dentist-full .font-accent-big {
    font-size: clamp(25px, 5vw, 40px);
}

.section-dentist-full .elementor-widget-text-editor {
    max-width: 80% !important;
}

@media (width < 1650px) {
    .section-dentist-full.right .e-con-inner {
        padding-left: 50px;
    }
    .section-dentist-full.left .e-con-inner {
        padding-right: 50px;
    }
}

.section-team .gallery-item {
    --spacing: 50px;
    padding: 0 var(--spacing) var(--spacing) 0;
}

.section-team .gallery-item img {
    aspect-ratio: 1/.8;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.section-team .gallery-item figcaption {
    background-color: #fff;
    color: var(--e-global-color-primary);
    padding: 30px;
}

.section-team .gallery-item figcaption span {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    display: block;
}

/* Footer */

.footer-top {
    background-color: rgba(255, 255, 255, .96);
    padding: 70px;
}

.footer-top a {
    color: var(--e-global-color-primary);
}

.footer-bottom a {
    text-decoration: none;
}

.footer-bottom {
    padding: 0 85px;
}

.footer-top::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://bergfort.dentalmedia3.de/wp-content/uploads/2025/07/zahnarzt-duesseldorf-114.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

.footer-top::after {
    content: '';
    width: 60%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://bergfort.dentalmedia3.de/wp-content/uploads/2025/07/footer-element.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.footer-top .elementor-element {
    z-index: 9;
}

.footer-top .elementor-icon-list-items li a {
    text-transform: uppercase;
    font-weight: 700;
    color: var(--e-global-color-accent);
    border: 2px solid;
    width: auto;
    padding: 10px 15px;
}

.footer-top .elementor-icon-list-items li a:hover {
    background-color: var(--e-global-color-accent);
    color: #fff;
    border-color: var(--e-global-color-accent);
}

.footer-top_top {
    border-bottom: 1px solid #707070;
    margin-bottom: 20px;
    padding-bottom: 50px;
}

.footer-top_contact {
    text-align: right;
    width: 100%;
    max-width: 455px !important;
}

.footer-top table td:first-of-type {
    font-weight: 700;
    padding-right: 10px;
}

.footer-bottom .elementor-social-icons-wrapper {
    --grid-column-gap: 15px;
}

.footer-bottom .elementor-social-icons-wrapper .elementor-icon {
    background-color: transparent;
    width: auto;
}

@media (width < 1025px) {
    .footer-top {
        padding: 35px;
    }
    
    .footer-bottom {
        padding: 0 35px;
    }
}

@media (width < 768px) {
    .footer-top {
        padding: 20px;
    }
    
    .footer-bottom {
        padding: 0 25px;
    }
}/* End custom CSS */