.elementor-kit-6{--e-global-color-primary:#676665;--e-global-color-secondary:#54595F;--e-global-color-text:#4D4D4D;--e-global-color-accent:#61CE70;--e-global-color-ae9b2d9:#D8D7CD;--e-global-color-10b319d:#BABABA;--e-global-color-bb637e0:#6D856F;--e-global-color-bac2d02:#B75F85;--e-global-color-81af2fd:#676665;--e-global-color-c4b502e:#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;font-family:"Cabin", Sans-serif;font-size:18px;font-weight:400;line-height:150%;letter-spacing:0.75px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#02010100;font-size:25px;color:var( --e-global-color-bb637e0 );padding:0px 0px 0px 0px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-bb637e0 );}.elementor-kit-6 h2{font-weight:600;}.elementor-kit-6 h3{font-weight:600;}.elementor-kit-6 h4{font-weight:600;}.elementor-kit-6 h5{font-weight:600;}.elementor-kit-6 h6{font-weight:600;}.elementor-kit-6 img{border-radius:10px 10px 10px 10px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1760px;}.e-con{--container-max-width:1760px;}.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-border-radius: 10px;
    --custom-padding: 80px;
    --custom-margin: 100px;
}

@media (width < 768px) {
    :root {
        --custom-padding: 40px;
        --custom-margin: 50px;
    }
}

body {
    overflow-x: hidden;
}

body::before {
    content: '';
    background-image: url(https://pre.drdietzel.de/wp-content/uploads/2025/07/hero-image.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: fixed;
    opacity: .1;
}

body.page-implantologie {
    background-color: var(--e-global-color-bb637e0);
}

body.page-praxis {
    background-color: var(--e-global-color-81af2fd);
}

body.page-cmd {
    background-color: var(--e-global-color-ae9b2d9);
}

body.page-endo {
    background-color: var(--e-global-color-10b319d);
}

body.page-kinder {
    background-color: var(--e-global-color-bac2d02);
}

p:last-of-type {
    margin-bottom: 0;
}

h2 {
    line-height: 120% !important;
}

ul, ol {
    margin: 0;
    padding: 0 0 0 20px;
}

ul+*, *+ul,
ol+*, *+ol {
    margin-top: 10px;
}

h2 {
    font-size: clamp(23px, 3vw, 35px);
}

h3 {
    font-size: clamp(21px, 3vw, 25px);
}

.text-light {
    color: #fff;
}

.text-light .elementor-widget-text-editor a {
    color: #fff;
    border-bottom: 1px solid;
}

#hero .elementor-widget-text-editor a,
footer .elementor-widget-text-editor a {
    border-bottom: 0 none !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);
}

.padding-0 {
    padding: 0 !important;
}

@media (width > 768px) {
    .list-column {
        column-count: 2;
        hyphens: auto;
    }
}

figcaption {
    background: linear-gradient(180deg, #d0cfc86b 0%, rgba(255, 255, 255, 0) 100%);
    padding: 15px 15px;
    border-radius: var(--custom-border-radius);
    margin-top: 10px !important;
}

.custom-bg {
    background-color: #ccc;
    border-radius: var(--custom-border-radius);
    padding: clamp(25px, 2vw, 50px);
}

.custom-bg.green {
    background-color: var(--e-global-color-bb637e0);
}

.fake-headline-accent {
    font-size: clamp(20px, 5vw, 60px);
    font-weight: 700;
    letter-spacing: 2px;
}


.text-light .elementor-button .elementor-button-text {
    color: #fff;
}

.elementor-button .elementor-button-text {
    padding-right: 35px;
    font-weight: 700;
}

.custom-button-white .elementor-button {
    color: #fff;
}

.custom-button-grey .elementor-button {
    color: var(--e-global-color-text);
}

.elementor-button .elementor-button-text::after {
    content: '';
    background-image: url(https://pre.drdietzel.de/wp-content/uploads/2025/07/arrow-green.svg);
    background-repeat: no-repeat;
    background-size: 95%;
    background-position: center;
    position: absolute;
    top: 5px;
    margin-left: 5px;
    width: 20px;
    height: 20px;
    transition: 300ms;
}

.elementor-button:hover .elementor-button-text::after {
    width: 23px;
    height: 23px;
    top: 3px;
}

.custom-button-white .elementor-button .elementor-button-text::after,
.text-light .elementor-button .elementor-button-text::after {
    background-image: url(https://pre.drdietzel.de/wp-content/uploads/2025/07/arrow-white.svg);
}

.custom-button-grey .elementor-button .elementor-button-text::after {
    background-image: url(https://pre.drdietzel.de/wp-content/uploads/2025/07/arrow-grey.svg);
}

.text-dark {
    color: var(--e-global-color-text) !important;
}

.text-dark .elementor-button .elementor-button-text {
    color: var(--e-global-color-text) !important;
}

.text-dark .elementor-icon-list-icon svg {
    fill: var(--e-global-color-text) !important;
}

header > .e-con-boxed::before {
    content: '';
    position: absolute;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 200px;
    top: 0;
}

body.page-implantologie header > .e-con-boxed::before {
    background: linear-gradient(180deg, var(--e-global-color-bb637e0) 0%, rgba(255, 255, 255, 0) 100%);
}

body.page-praxis header > .e-con-boxed::before {
    background: linear-gradient(180deg, var(--e-global-color-text) 0%, rgba(255, 255, 255, 0) 100%);
}

body.page-cmd header > .e-con-boxed::before {
    background: linear-gradient(180deg, var(--e-global-color-ae9b2d9) 0%, rgba(255, 255, 255, 0) 100%);
}

body.page-endo header > .e-con-boxed::before {
    background: linear-gradient(180deg, var(--e-global-color-10b319d) 0%, rgba(255, 255, 255, 0) 100%);
}

body.page-kinder header > .e-con-boxed::before {
    background: linear-gradient(180deg, var(--e-global-color-bac2d02) 0%, rgba(255, 255, 255, 0) 100%);
}

header .elementor-sticky--effects {
    background-color: rgba(255, 255, 255, .7);
    backdrop-filter: blur(3px);
}

body.page-implantologie .elementor-sticky--effects {
    background-color: rgba(109, 133, 111, .7) !important;
}

body.page-kinder .elementor-sticky--effects {
    background-color: rgba(183, 95, 133, .7) !important;
}

body.page-endo .elementor-sticky--effects {
    background-color: rgba(186, 186, 186, .7) !important;
}

body.page-praxis .elementor-sticky--effects {
    background-color: rgba(103, 102, 101, .7) !important;
}

body.page-cmd .elementor-sticky--effects {
    background-color: rgba(216, 215, 205, .7) !important;
}

header > .e-con-boxed.elementor-sticky--effects::before {
    display: none !important;
}

header .elementor-button .elementor-button-text::after,
.popup-header .elementor-button .elementor-button-text::after {
    content: '';
    display: none;
}

header .elementor-button .elementor-button-text,
.popup-header .elementor-button .elementor-button-text {
    padding-right: 0;
}

header .header-logo {
    gap: 0;
}

header .header-logo .elementor-widget-theme-site-logo a,
.popup-header .header-logo .elementor-widget-theme-site-logo a {
    text-align: left;
}

header .header-logo img,
.popup-header .header-logo img {
    width: 100% !important;
    max-width: 300px !important;
    height: revert-layer;
}

header .elementor-widget-button .elementor-button-content-wrapper,
.popup-header .elementor-widget-button .elementor-button-content-wrapper {
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1.5px !important;
    padding: 10px;
    border-radius: var(--custom-border-radius);
}

header .elementor-widget-button a .elementor-button-text,
.popup-header .elementor-widget-button a .elementor-button-text {
    color: #fff;
}

header .elementor-widget-button .elementor-button-content-wrapper,
.popup-header .elementor-widget-button .elementor-button-content-wrapper {
    border: 2px solid transparent;
}

header .elementor-widget-button:nth-of-type(1) .elementor-button-content-wrapper,
.popup-header .elementor-widget-button:nth-of-type(1) .elementor-button-content-wrapper {
    background-color: var(--e-global-color-ae9b2d9);
}

header .elementor-widget-button:nth-of-type(2) .elementor-button-content-wrapper,
.popup-header .elementor-widget-button:nth-of-type(2) .elementor-button-content-wrapper {
    background-color: var(--e-global-color-bb637e0);
}

header .elementor-widget-button:nth-of-type(3) .elementor-button-content-wrapper {
    background-color: var(--e-global-color-text);
}

header .elementor-button-content-wrapper,
.popup-header .elementor-button-content-wrapper {
    gap: 10px;
}

.popup-header .elementor-widget-button:nth-of-type(3) .elementor-button-content-wrapper {
    background-color: #404040;
}

body.page-implantologie header .elementor-widget-button:nth-of-type(1) .elementor-button-content-wrapper,
body.page-praxis header .elementor-widget-button:nth-of-type(1) .elementor-button-content-wrapper,
body.page-cmd header .elementor-widget-button:nth-of-type(1) .elementor-button-content-wrapper,
body.page-endo header .elementor-widget-button:nth-of-type(1) .elementor-button-content-wrapper,
body.page-kinder header .elementor-widget-button:nth-of-type(1) .elementor-button-content-wrapper {
    background-color: #fff;
}

body.page-implantologie header .elementor-widget-button:nth-of-type(2) .elementor-button-content-wrapper,
body.page-praxis header .elementor-widget-button:nth-of-type(2) .elementor-button-content-wrapper,
body.page-endo header .elementor-widget-button:nth-of-type(2) .elementor-button-content-wrapper,
body.page-kinder header .elementor-widget-button:nth-of-type(2) .elementor-button-content-wrapper {
    border-color: #fff;
    background-color: transparent;
}

body.page-implantologie header .elementor-widget-button:nth-of-type(1) a .elementor-button-text,
body.page-praxis header .elementor-widget-button:nth-of-type(1) a .elementor-button-text,
body.page-cmd header .elementor-widget-button:nth-of-type(1) a .elementor-button-text,
body.page-endo header .elementor-widget-button:nth-of-type(1) a .elementor-button-text,
body.page-kinder header .elementor-widget-button:nth-of-type(1) a .elementor-button-text {
    color: var(--e-global-color-text);
}

body.page-implantologie header .elementor-widget-button:nth-of-type(1) svg,
body.page-praxis header .elementor-widget-button:nth-of-type(1) svg,
body.page-cmd header .elementor-widget-button:nth-of-type(1) svg,
body.page-endo header .elementor-widget-button:nth-of-type(1) svg,
body.page-kinder header .elementor-widget-button:nth-of-type(1) svg {
    fill: var(--e-global-color-text);
}

body.page-praxis header .elementor-widget-button:nth-of-type(3) .elementor-button-content-wrapper {
    background-color: var(--e-global-color-bb637e0);
}

@media (width < 1200px) {
    header .elementor-button-text,
    .popup-header .elementor-button-text {
        display: none !important;
    }
}

@media (width < 768px) {
    header .elementor-widget-button .elementor-button-content-wrapper,
    .popup-header .elementor-widget-button .elementor-button-content-wrapper {
        font-size: 15px;
        padding: 7px;
    }
    
    .header-navi {
        gap: 10px;
    }
}

#hero .hero-text {
    text-align: center;
    width: 100%;
    max-width: 1000px;
    margin: var(--custom-margin) auto;
}

#hero .hero-text h1 {
    font-size: clamp(18px, 5vw, 28px);
}

#hero .hero-text .fake-h1 {
    font-size: clamp(25px, 5vw, 75px);
    font-weight: 700;
    letter-spacing: 5px;
}

body.page-cmd #hero .hero-text .fake-h1 {
    color: #fff;
}

#hero .hero-text .hero-intro-text ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    justify-content: center;
    gap: 40px;
    margin-top: 25px;
}

@media (width > 1400px) {
    #hero .hero-text .hero-intro-text ul {
        margin: 25px -40px 0 -40px;
    }
}

#hero .hero-text .hero-intro-text ul li {
    font-size: 25px;
    padding-right: 25px;
    position: relative;
}

#hero .hero-text .hero-intro-text ul li a::after {
    content: '';
    background-image: url(https://pre.drdietzel.de/wp-content/uploads/2025/07/arrow-green.svg);
    background-repeat: no-repeat;
    background-size: 95%;
    background-position: center;
    position: absolute;
    top: 5px;
    margin-left: 5px;
    width: 20px;
    height: 20px;
    transition: 300ms;
}

#hero .hero-text .hero-intro-text ul li a {
    color: var(--e-global-color-bb637e0);
}

body.page-cmd #hero .hero-text .hero-intro-text ul li a {
    color: var(--e-global-color-text) !important;
}

.text-light #hero .hero-text .hero-intro-text ul li a::after {
    background-image: url(https://pre.drdietzel.de/wp-content/uploads/2025/07/arrow-white.svg);
}

body.page-cmd #hero .hero-text .hero-intro-text ul li a::after {
    background-image: url(https://pre.drdietzel.de/wp-content/uploads/2025/07/arrow-grey.svg);
}

#hero .hero-text .hero-intro-text ul li:hover a::after {
    width: 23px;
    height: 23px;
    top: 4px;
}

.text-light #hero .hero-text .hero-intro-text ul li a {
    color: #fff;
}

body.page-cmd #hero .hero-text.hero-intro-text ul li a::after {
    background-image: url(https://pre.drdietzel.de/wp-content/uploads/2025/07/arrow-grey.svg);
}

body.page-cmd #hero .hero-text .hero-intro-text ul li a {
    color: var(--e-global-color-texte);
}

#hero .hero-image {
    padding: 10px !important;
}

#hero .hero-image img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 7;
    object-fit: cover;
    border-radius: var(--custom-border-radius);
}

#hero .hero-video .elementor-wrapper {
    aspect-ratio: 16 / 7;
}

#hero .hero-video video {
    border-radius: var(--custom-border-radius);
}

/* Sections */

.section-text-floating_text {
    z-index: 9;
}

.section-text-floating .section-text-floating_image img {
    width: 100%;
}

.section-text-floating .elementor-widget-video {
    border-radius: var(--custom-border-radius);
}

@media (width > 1024px) {
    .section-text-floating.top .section-text-floating_image,
    .section-text-floating.bottom .section-text-floating_image {
        margin-left: -100px;
        width: calc(55% + 100px);
    }
    
    .section-text-floating.top .section-text-floating_image {
        margin-top: 50px;
    }
    
    .section-text-floating.bottom .section-text-floating_image {
        margin-bottom: 50px;
    }
}

@media (width > 767px) {
    .section-text-floating_image {
        width: 55%;
    }
}

/* Akkordeon */

.custom-akkordeon .e-n-accordion-item-title-text {
    font-size: clamp(18px, 5vw, 25px) !important;
    font-weight: 600 !important;
}

.custom-akkordeon summary,
.custom-akkordeon .elementor-element {
    border: 0 !important;
    padding: 0 !important;
}

.custom-akkordeon summary {
    line-height: 60px;
}

.custom-akkordeon details {
    border-top: 1px solid;
    border-bottom: 1px solid;
    apadding: 20px 0;
}

.custom-akkordeon details:first-of-type {
    border-top: 0;
    padding-top: 0;
}

.custom-akkordeon details:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
}

.custom-akkordeon details > div:last-of-type {
    padding-bottom: 20px !important;
}

.custom-akkordeon .e-n-accordion-item-title-icon svg,
.custom-akkordeon .e-n-accordion-item-title-icon span {
    height: 25px !important;
}

.text-light .custom-akkordeon .e-n-accordion-item-title-text {
    color: #fff;
}

.text-light .custom-akkordeon .e-n-accordion-item-title-icon svg {
    fill: #fff !important;
}

/* Grid */

.card-square {
    text-align: center;
    padding: 20px;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #70707088;
    border-radius: var(--custom-border-radius);
}

.card-rectangle {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #70707088;
    border-radius: var(--custom-border-radius);
}

.card-square .elementor-heading-title,
.card-rectangle .elementor-heading-title {
    font-size: clamp(18px, 2vw, 35px);
    font-weight: 700;
    color: var(--e-global-color-text);
    letter-spacing: 2px;
    line-height: 130%;
    hyphens: auto;
}

.card-square.card-cmd {
    background-color: var(--e-global-color-ae9b2d9);
    border-color: var(--e-global-color-ae9b2d9);
}

.card-square.card-implantologie {
    background-color: var(--e-global-color-bb637e0);
    border-color: var(--e-global-color-bb637e0);
}

.card-square.card-kinder {
    background-color: var(--e-global-color-bac2d02);
    border-color: var(--e-global-color-bac2d02);
}

.card-square.card-endo {
    background-color: var(--e-global-color-10b319d);
    border-color: var(--e-global-color-10b319d);
}

.card-square.card-implantologie .elementor-heading-title,
.card-square.card-kinder .elementor-heading-title,
.card-square.card-endo .elementor-heading-title {
    color: #fff;
}

.card-image {
    border: 0 none;
}

.page-kinder .custom-grid .card-square,
.page-implantologie .custom-grid .card-square,
.page-praxis .custom-grid .card-square {
    border-color: #fff;
}

.page-kinder .custom-grid .card-square .elementor-heading-title,
.page-implantologie .custom-grid .card-square .elementor-heading-title,
.page-praxis .custom-grid .card-square .elementor-heading-title {
    color: #fff;
}

.page-kinder .card-kleinkinder {
    background-color: #A76984;
}

.page-kinder .card-schulkinder {
    background-color: #6C324B;
}

.page-kinder .card-jugendliche {
    background-color: #4E142E;
}

.card-square:not(.card-image):hover {
    background-color: #d7c18a;
    border: 4px solid #a9996e;
}

.card-square:hover .elementor-heading-title {
    color: #fff;
}

@media (width < 768px) {
    .custom-grid .e-con-inner {
        display: block !important;
    }
    
    .custom-grid .card-image,
    .custom-grid .card-rectangle,
    .custom-grid .card-square {
        margin: 10px 0;
    }
    
    .custom-grid .card-rectangle {
        grid-column: span 1 !important;
        grid-row: span 1 !important;
    }
    
    .custom-grid .card-square {
        aspect-ratio: unset;
    }
    
    .custom-grid .card-image {
        width: 100%;
        height: auto;
        aspect-ratio: 1/1;
    }
}

/* Service */

.card-service {
    padding: clamp(25px, 5vw, 100px);
    border-radius: var(--custom-border-radius);
    overflow: hidden;
}

.card-service::before {
    content: '';
    background-color: #72726e;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .8;
}

/* List */

.text-light .elementor-icon-list-icon svg {
    fill: #fff;
}

.elementor-widget-icon-list .elementor-icon-list-item {
    margin: 5px 0;
    font-size: 18px;
    align-items: baseline;
}

.elementor-widget-icon-list .elementor-icon-list-icon {
    margin-top: 5px;
}

.elementor-widget-icon-list .elementor-icon-list-icon svg {
    width: 17px;
    height: 17px;
}

.elementor-widget-icon-list {
    font-size: 20px;
}

/* News */

.news.custom-grid .e-loop-item .e-con-inner {
    gap: 0;
}

.news.custom-grid .custom-grid_image img {
    width: 100%;
}

.news.custom-grid .custom-grid_content {
    color: #fff;
    background-color: var( --e-global-color-bb637e0 );
    border-radius: 10px;
    padding: clamp(25px, 2vw, 50px);;
    margin-top: -20px;
}

.news.custom-grid .e-loop-item > .elementor-element {
    padding: 0;
}

/* Single Post News */

.single-post-links .elementor-icon-list-item {
    text-transform: uppercase;
    font-size: 16px;
}

.single-post-links .elementor-icon-list-item a {
    color: var(--e-global-color-text);
}

/* Team */

.galerie-team .e-gallery-image {
    border-radius: var(--custom-border-radius);
    height: 100% !important;
    padding-bottom: unset !important;
}

.galerie-team img {
    aspect-ratio: 16/10;
    object-fit: cover;
    width: 100%;
    min-height: 250px;
}

.galerie-team figcaption {
    font-style: normal;
    font-size: inherit;
}

.galerie-team figcaption span {
    display: block;
    font-weight: 700;
}

/* SocMed Feed */

.socmed-feed {
    position: relative;
}

.socmed-feed .instagram-gallery-item__wrap {
    border-radius: 10px;
}

@media (width > 1740px) {
    .socmed-feed {
        min-width: calc(90vw - ((100vw - 1740px) / 2)) !important;
    }
}

@media (width < 767px) {
    .socmed-feed .instagram-gallery-item:nth-of-type(3),
    .socmed-feed .instagram-gallery-item:nth-of-type(4) {
        display: none;
    }
}

/* Patientenstimmen */

.custom-widget-patientenstimmen-wrapper {
    padding: 0;
    background-color: var(--e-global-color-ae9b2d9);
    border-radius: var(--custom-border-radius);
}

.custom-widget-patientenstimmen-wrapper .top {
    padding: 25px;
}

.custom-widget-patientenstimmen-wrapper .bottom {
    padding: 25px;
    background-color: var(--e-global-color-text);
    border-radius: var(--custom-border-radius);
}

.custom-widget-patientenstimmen-wrapper .swiper-slide {
    background: #A5A597;
    border-radius: var(--custom-border-radius);
    padding: 20px 25px;
}

.custom-widget-patientenstimmen-wrapper .swiper-pagination {
    top: -45px !important;
}

.custom-widget-patientenstimmen-wrapper .elementor-widget-n-carousel .swiper-pagination-bullet {
    background: transparent;
    border: 1px solid #fff;
    height: 15px;
    width: 15px;
    opacity: 1;
}

.custom-widget-patientenstimmen-wrapper .swiper-pagination-bullet-active,
.custom-widget-patientenstimmen-wrapper .elementor-widget-n-carousel .swiper-pagination-bullet:hover {
    background-color: #fff !important;
}

.custom-widget-patientenstimmen-wrapper h3 {
    font-size: 25px;
    font-weight: 300;
    line-height: 1;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Cabin';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://pre.drdietzel.de/wp-content/uploads/2025/07/Cabin-Regular.woff') format('woff'),
		url('https://pre.drdietzel.de/wp-content/uploads/2025/07/Cabin-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Cabin';
	font-style: italic;
	font-weight: normal;
	font-display: auto;
	src: url('https://pre.drdietzel.de/wp-content/uploads/2025/07/Cabin-Italic.woff') format('woff'),
		url('https://pre.drdietzel.de/wp-content/uploads/2025/07/Cabin-Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'Cabin';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://pre.drdietzel.de/wp-content/uploads/2025/07/Cabin-Bold.woff') format('woff'),
		url('https://pre.drdietzel.de/wp-content/uploads/2025/07/Cabin-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Cabin';
	font-style: italic;
	font-weight: 700;
	font-display: auto;
	src: url('https://pre.drdietzel.de/wp-content/uploads/2025/07/Cabin-BoldItalic.woff') format('woff'),
		url('https://pre.drdietzel.de/wp-content/uploads/2025/07/Cabin-BoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Cabin';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://pre.drdietzel.de/wp-content/uploads/2025/07/Cabin-SemiBold.woff') format('woff'),
		url('https://pre.drdietzel.de/wp-content/uploads/2025/07/Cabin-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Cabin';
	font-style: italic;
	font-weight: 600;
	font-display: auto;
	src: url('https://pre.drdietzel.de/wp-content/uploads/2025/07/Cabin-SemiBoldItalic.woff') format('woff'),
		url('https://pre.drdietzel.de/wp-content/uploads/2025/07/Cabin-SemiBoldItalic.ttf') format('truetype');
}
/* End Custom Fonts CSS */