              /*00000000 0000000000000000000     0000 00000000000    000000     00000000                  
               00    000 00   000   00  000       00   000     0000    000   0000     0000                
              0000     0 0    000    0  000       00   000       000   000  0000       0000               
               000000         000       000       00   000        000  000  000         0000              
                 0000000      000       000       00   000        000  000  000          000              
                    00000     000       000       00   000        000  000  000          000              
              00      000     000       000       00   000       000   000  0000        000               
              0000    000     000       0000    000    000     0000    000   00000    0000                
               000000000     000000       00000000    00000000000    000000    000000000                  
                                      
  0000000000     000000 000000000000  0000000000     00000000000    000000    000000000  000000   000000  
   000   000000    000   0000    000   000   000000    000  00000    000    00000   0000  000       000   
   000       000   000   0000      00  000       000   000    0000   000   000        00  000       000   
   000        000  000   0000    0     000        000  000    000    000  000          0  000       000   
   000        000  000   000000000     000        000  000000000     000  000             0000000000000   
   000        000  000   0000    0     000        000  000  0000     000  000             000       000   
   000       000   000   0000       0  000       000   000   0000    000  0000         0  000       000   
   000     0000    000   0000     000  000     0000    000    0000   000   0000000 00000  000       000   
  00000000000    000000 0000000000000 00000000000    000000    00000000000   000000000   000000   000000  
                                      www.studiodiedrich.com                                          */



/* ##############   PRESETS   ############## */
*,
*:after,
*:before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

:root {
    --sd_c-black: #000;
    --sd_c-white: #fff;
    --sd_c-beige: #A08F82;
    --sd_c-orange: #E26401;
    --sd_f-size-h1: 40px;
    --sd_f-size-h2: 28px;
    --sd_f-size-h3: 28px;
    --sd_f-size-h4: 22px;
    --sd_f-size-p: 16px;
    --sd_f-size-p-s: 13px;
    --sd_f-line-height: 1.3;
    --sd_f-line-height-p: 1.55;
    --sd_f-letter-spacing: 0.025rem;
    --sd_space-xs: 4px;
    --sd_space-s: 8px;
    --sd_space-m: 12px;
    --sd_space-l: 16px;
    --sd_space-xl: 32px;
    --sd_space-xxl: 48px;
    --sd_space-xxxl: 64px;
    --sd_space-xxxxl: 96px;
    --sd_space-xxxxxl: 128px;
    --sd_max-width: 1400px;
    --sd_app-height: 100vh;
    --sd_dyn-app-height: 100vh;
    --sd-nav-height: 86px;
    --sd_transition-normal: all .3s ease-in-out;
    --sd_transition-short: all .2s ease-in-out;
    --sd_transition-lazyload: filter .3s ease-in-out .3s, opacity .3s ease-in-out;
    --sd_border-black: 1px solid #000;
    --sd_border-black-big: 2px solid #000;
    --sd_border-white: 1px solid #fff;
    --sd_border-white-big: 2px solid #fff;
}

::selection {
    color: var(--sd_c-white);
    background: var(--sd_c-beige);
}


html, body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    min-height: 100%;
}

html {
    font-family: "Montserrat", sans-serif;
    background: var(--sd_c-white);
    overflow-x: hidden;
}

body {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    background: var(--sd_c-white);
    font-size: var(--sd_f-size-p);
    line-height: var(--sd_f-line-height);
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, p, a {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: var(--sd_f-line-height);
    color: var(--sd_c-black);
}

h1 {
    font-size: var(--sd_f-size-h1);
    font-weight: 500;
}

h2 {
    font-size: var(--sd_f-size-h2);
}

h3 {
    font-size: var(--sd_f-size-h3);
}

h4 {
    font-size: var(--sd_f-size-h4);
    font-weight: 600;
}

p,
input,
textarea {
    font-size: var(--sd_f-size-p);
    letter-spacing: var(--sd_f-letter-spacing);
    line-height: var(--sd_f-line-height-p);
}

.p-s {
    font-size: var(--sd_f-size-p-s);
}

a {
    font-size: var(--sd_f-size-p);
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

a,
a p,
.link-hover,
.link-hover a,
.link-hover p {
    transition: var(--sd_transition-normal);
}

.link-hover:hover,
a.link-hover:hover,
.link-hover:hover p,
a.link-hover:hover p {
    opacity: .8;
}

.text-link {
    color: var(--sd_c-orange);
    font-weight: 500;
}

.bold,
strong {
    font-weight: 600;
}

.p-light {
    color: var(--sd_c-white);
    font-weight: 500;
}

.fc-white {
    color: var(--sd_c-white);
}

.fc-beige {
    color: var(--sd_c-beige);
}

.fc-orange {
    color: var(--sd_c-orange);
}

button {
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  line-height: inherit;
  cursor: pointer;
}

.sd_button {
    transition: var(--sd_transition-normal);
    border-radius: 100px;
    border: var(--sd_border-black-big);
    padding: 10px 21px;
    cursor: pointer;
    background-color: transparent;
}

.sd_button.light {
    border: var(--sd_border-white-big);
    background-color: rgb(0, 0, 0, .15);
}

.sd_button p {
    transition: var(--sd_transition-normal);
    color: var(--sd_c-black);
    font-weight: 600;
}

.sd_button.light p {
    color: var(--sd_c-white);
}

.sd_button:hover:not(.no-hover) {
    background-color: var(--sd_c-black);
}

.sd_button:hover:not(.no-hover) p {
    color: var(--sd_c-white);
}

.sd_button.light:hover:not(.no-hover) {
    background-color: var(--sd_c-white);
}

.sd_button.light:hover:not(.no-hover) p {
    color: var(--sd_c-black);
}

.ta-left {
    text-align: left;
}

.ta-center {
    text-align: center;
}

.ta-right {
    text-align: right;
}

.bg-black {
    background-color: var(--sd_c-black);
}

.bg-white {
    background-color: var(--sd_c-white);
}

.bg-beige {
    background-color: var(--sd_c-beige);
}

.hidden {
    display: none !important;
}

img {
    vertical-align: bottom;
    width: 100%;
}

.img-wrapper {
    overflow: hidden;
    height: 100%;
    pointer-events: none;
    position: relative;
}

a.img-wrapper {
    pointer-events: all;
}

.img-wrapper.overlay-dark::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(110, 95, 84, 0.15);
    pointer-events: none;
}

li {
    list-style: none;
}

.mobile-only {
    display: none !important;
}

.top-border {
    border-top: var(--sd_border-black);
}

.lazy-image {
    width: 100%;
    height: auto;
    filter: blur(10px);
    transition: var(--sd_transition-lazyload);
    opacity: 0;
}

.lazy-image.loaded {
    filter: blur(0);
    opacity: 1;
}

/* ##############   PRESETS   ############## */

/* ##############   GENERAL   ############## */

.main {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    min-height: var(--sd_app-height);
}


/* ------[ SD NAV ]------ */

.sd_nav {
    background-color: var(--sd_c-white);
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 9;
    display: flex;
    justify-content: center;
}

.sd-nav-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sd_nav nav {
    display: flex;
    gap: var(--sd_space-s);
    flex-direction: column;
}

.dh-logo svg {
    width: 150px;
    height: auto;
}

.sdn-left,
.sdn-right {
    display: flex;
    gap: var(--sd_space-xxl);
    align-items: center;
}

.sdn-nav ul,
.sdn-c-nav ul {
    display: flex;
    gap: var(--sd_space-xl);
    padding: var(--sd_space-xxl) 0;
}

.sdn-link[aria-current="page"] p {
    font-weight: 600;
}

/* ---^--- SD NAV ---^--- */

/* ##############   GENERAL   ############## */

.content {
    width: 100%;
}

.block {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.block-type-intro-text-block,
.block-type-image-text-block,
.block-type-service-teaser-block,
.block-type-image-block,
.block-type-employee-block,
.block-type-service-block,
.block-type-contact-form-block {
    margin-top: var(--sd_space-xxxxl);
    margin-bottom: var(--sd_space-xxxxl);
}

.block-type-text-block {
    margin-top: var(--sd_space-xxxxl);
    margin-bottom: var(--sd_space-xxxxl);
}

.block-type-contact-block {
    margin-top: var(--sd_space-xxxxxl);
}

.block-type-image-block.less-mt {
    margin-top: var(--sd_space-l);
}

.block-type-image-block.less-bt {
    margin-bottom: var(--sd_space-l);
}

.p-ver {
    padding-left: var(--sd_space-xxl);
    padding-right: var(--sd_space-xxl);
}

.m-hor-xxl {
    margin-top: var(--sd_space-xxl);
    margin-bottom: var(--sd_space-xxl);
}

.m-hor-xxxl {
    margin-top: var(--sd_space-xxxl);
    margin-bottom: var(--sd_space-xxxl);
}

.m-w {
    max-width: var(--sd_max-width);
    width: 100%;
}

.full {
    width: 100%;
}

.block:not(.no-fade), 
.sd_module:not(.no-fade) {
    opacity: 0;
    transition: all 0.4s ease-out;
}

.block.fade-in,
.sd_module.fade-in {
    opacity: 1;
}


/* ------[ BLOCKS ]------ */

/* ------[ HERO-BLOCK ]------ */

.sdh-wrapper {
    position: relative;
    height: 70vh;
}

.sdh-content {
    position: absolute;
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0;
    z-index: 7;
    gap: var(--sd_space-xxl);
    padding: var(--sd_space-xl);
}

.sdh-content svg {
    width: 240px;
    height: auto;
}

.sdh-content-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--sd_space-xl);
}

.sdh-wrapper .swiper {
    height: 100%;
}

.sdh-wrapper img,
.sdh-wrapper video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.sd-swiper-pagination {
    bottom: -30px !important;
    z-index: 1 !important;
}

.sd-swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--sd_c-black);
}

/* ---^--- HERO-BLOCK ---^--- */

/* ------[ INTRO-TEXT-BLOCK ]------ */

.sd_intro-text-block.subpage {
    padding-bottom: var(--sd_space-xxxxl);
}

.sdit-wrapper {
    display: flex;
    flex-direction: column;
    gap: var(--sd_space-l);
}

/* ---^--- INTRO-TEXT-BLOCK ---^--- */

/* ------[ CONTACT-BLOCK ]------ */

.sd_contact-block {
    height: 400px;
    position: relative;
}

.sd_contact-block img {
    height: 100%;
    object-fit: cover;
}

.sdc-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--sd_space-xxl);
    padding: var(--sd_space-xl);
}

/* ---^--- CONTACT-BLOCK ---^--- */

/* ------[ CONTACT-FORM-BLOCK ]------ */

.sd_contact-form-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--sd_space-l);
}

.sdfb-form form {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: var(--sd_space-xl);
}

.sd-form-field {
    display: flex;
    flex-direction: column;
    gap: var(--sd_space-s);
    width: 100%;
}

.sdff-submit {
    width: auto;
}

.sdf-submit-message {
    text-decoration: underline;
}

.sd-form-field input {
    border: none;
    border-bottom: var(--sd_border-black);
    border-left: var(--sd_border-black);
    padding: var(--sd_space-s);
}

.sd-form-field textarea {
    border: var(--sd_border-black);
    padding: var(--sd_space-s);
    max-width: calc(50vw - var(--sd_space-l) - var(--sd_space-xxl));
    min-width: 100%;
    min-height: 200px;
    max-height: 500px;
}

.sdf-checkbox-field {
    display: flex;
    flex-direction: column;
    gap: var(--sd_space-s);
}

.sdf-checkbox-field input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #8f8f8f;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    background-color: #fff;
    position: relative;
}

.sdf-checkbox-field input[type="checkbox"]:checked {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'><path d='M3 6.5l2 2 5-5' fill='none' stroke='%238f8f8f' stroke-width='1.5'/></svg>");
    background-repeat: no-repeat;
    background-position: 75% center;
    background-size: 110%;
}

.sdf-checkbox-field .checkbox-label {
    margin-left: 8px;
}

/* ---^--- CONTACT-FORM-BLOCK ---^--- */

/* ------[ IMAGE-TEXT-BLOCK ]------ */

.sd_image-text-block {
    display: flex;
    flex-direction: column;
    gap: var(--sd_space-xxxl);
}

.sdimt-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--sd_space-l);
}

.sdimt-wrapper.invert .sdimt-text {
    order: 1;
    justify-self: start;
}

.sdimt-wrapper.invert .sdimt-img {
    order: 2;
}

.sdimt-img.double,
.sdimt-img.triple {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--sd_space-l);
}

.sdimt-img.triple {
    grid-template-rows: repeat(2, 1fr);
    grid-auto-flow: column;
}

.sdimt-img.triple .img-wrapper:nth-child(3) {
    grid-row: span 2;
}

.sdimt-img .img-wrapper img {
    height: 100%;
    object-fit: cover;
}

.sdimt-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 600px;
    justify-self: end;
    gap: var(--sd_space-l);
}

.sdimt-text-bottom {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--sd_space-l);
    align-items: end;
}

.sdimt-text-bottom.sdtb-double {
    grid-template-columns: repeat(2, 1fr);
}

/* ---^--- IMAGE-TEXT-BLOCK ---^--- */

/* ------[ SERVICE-TEASER-BLOCK ]------ */

.sd_service-teaser-block .sdimt-text {
    justify-content: start;
    gap: var(--sd_space-xxl);
}

.sd_service-teaser-block .sdimt-text button {
    align-self: start;
}

.sd_service-teaser-block .sdimt-text-bottom {
    flex: 1;
}

.sd_service-teaser-block .sdimt-wrapper.invert .img-wrapper {
    order: 2;
}


/* ---^--- SERVICE-TEASER-BLOCK ---^--- */

/* ------[ TEXT-BLOCK ]------ */

.sdt-wrapper {
    display: flex;
    flex-direction: column;
    gap: var(--sd_space-xxxl);
}

.sdt-item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--sd_space-l);
}

.sdt-item.top-border {
    padding-top: var(--sd_space-xxl);
}

.sdti-col {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.sdti-col.quote-col {
    grid-column: span 2;
}

.sdt-item a {
    text-decoration: underline;
}

/* ---^--- TEXT-BLOCK ---^--- */

/* ------[ SERVICE-BLOCK ]------ */

.sds-wrapper {
    display: flex;
    flex-direction: column;
    gap: var(--sd_space-xxxl);
}

.sds-wrapper.top-border {
    padding-top: var(--sd_space-xxl);
}

.sds-text {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--sd_space-l);
}

.sdst-left {
    display: flex;
    flex-direction: column;
    gap: var(--sd_space-xxl);
    align-items: start;
}

.read-more-btn {
    margin-top: var(--sd_space-xl);
    cursor: pointer;
    font-weight: 500;
    display: inline-block;
}

.read-more-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding-top: var(--sd_space-l);
    transition: all .4s ease;
}

.read-more-content.open {
    opacity: 1;
}

.sdst-right ul,
.sdt-wrapper ul {
    display: flex;
    flex-direction: column;
    gap: var(--sd_space-xs);
    padding-left: 1.5rem;
}

.sdst-right ul li,
.sdt-wrapper ul li {
    list-style: disc;
    line-height: var(--sd_f-line-height-p);
}

.sdst-right ul br,
.sdt-wrapper ul br {
    display: none;
}

/* ---^--- SERVICE-BLOCK ---^--- */

/* ------[ IMAGE-BLOCK ]------ */

.sdib-container.doubleHor,
.sdib-container.doubleVer,
.sdib-container.doubleHorVer,
.sdib-container.doubleHorSqu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--sd_space-l);
}

.sdib-container.doubleVer img {
    height: 100%;
    object-fit: cover;
}

.sdib-container.doubleHorVer {
    grid-template-columns: 2.25fr 1fr;
}

.sdib-container.doubleHorSqu {
    grid-template-columns: 3fr 2fr;
}

.sdib-container.doubleHorVer.invert {
    grid-template-columns: 1fr 2.25fr;
}

.sdib-container.doubleHorSqu.invert {
    grid-template-columns: 2fr 3fr;
}

.sdib-container.doubleHorVer.invert .img-wrapper:nth-child(1),
.sdib-container.doubleHorSqu.invert .img-wrapper:nth-child(1) {
    order: 2;
}

.sdib-container.single {
    position: relative;
}

.sdib-img-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: var(--sd_space-xxl);
    padding: var(--sd_space-xl) var(--sd_space-xl) var(--sd_space-xxxxl) var(--sd_space-xl);
}

/* ---^--- IMAGE-BLOCK ---^--- */

/* ------[ EMPLOYEE-BLOCK ]------ */

.sde-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--sd_space-xxxl);
    padding-top: var(--sd_space-xxl);
}

.sde-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: var(--sd_space-xxl);
    max-width: 600px;
    justify-self: end;
}

.sde-wrapper.invert .img-wrapper {
    order: 2;
}

.sde-wrapper.invert .sde-content {
    order: 1;
    justify-self: start;
}

/* ---^--- EMPLOYEE-BLOCK ---^--- */

/* ---^--- BLOCKS ---^--- */


/* ##############   FOOTER   ############## */

.sd-footer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--sd_space-xxxl);
    padding-top: var(--sd_space-xxxxl);
    padding-bottom: var(--sd_space-xxxxl);
}

.sdf-socials {
    display: flex;
    justify-content: end;
    gap: var(--sd_space-l);
}

.sdf-socials svg {
    width: 35px;
}

.sdf-col svg {
    min-width: 12px;
    min-height: 12px;
}

.sdf-sprechzeiten h4 {
    margin-bottom: var(--sd_space-l);
}

.sdf-sprechzeiten-list {
    margin-top: var(--sd_space-xxl);
    display: flex;
    flex-direction: column;
    gap: var(--sd_space-l);
}

.sdfsl-list {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 var(--sd_space-xxl);
}

.sdfsl-contact {
    display: flex;
    gap: var(--sd_space-xl);
    align-items: end;
}

.sdfslc-list {
    display: flex;
    flex-direction: column;
}

.sdfsl-item {
    display: flex;
    gap: var(--sd_space-l);
}

.sdf-address {
    display: flex;
    flex-direction: column;
    gap: var(--sd_space-l);
    align-items: start;
}

.sdf-legal-nav {
    display: flex;
    gap: var(--sd_space-xl);
    align-items: end;
}


/* ##############   FOOTER   ############## */

/* ##############   COOKIE   ############## */

#cookie-banner {
    max-width: 420px;
    border: var(--sd_border);
    position: fixed;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background: var(--sd_c-white);
    padding: var(--sd_space-m);
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: var(--sd_space-m);
    z-index: 8;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}
  
/* ##############   COOKIE   ############## */



/* ==============   MOBILE   ============== */


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

        :root {
        --sd-nav-height: 92px;
    }

    /* ------[ PRESETS ]------ */

    .desktop-only {
        display: none !important;
    }

    .mobile-only {
        display: block !important;
    }

    .p-ver {
        padding-left: var(--sd_space-l);
        padding-right: var(--sd_space-l);
    }

    /* ---^--- PRESETS ---^--- */

    .dh-logo svg {
        width: 120px;
    }

    .sd-nav-inner {
        padding-top: var(--sd_space-xl);
        padding-bottom: var(--sd_space-l);
        justify-content: center;
        background-color: var(--sd_c-white);
        z-index: 9;
    }

    .sdn-nav-btn {
        width: 30px;
        height: auto;
    }

    .sdn-mobile-toggle {
        position: absolute;
        right: var(--sd_space-l);
        cursor: pointer;
    }

    .sdn-nav.mobile-only {
        position: absolute;
        background: var(--sd_c-white);
        width: 100%;
        top: var(--sd-nav-height);
        left: 0;
        padding: var(--sd_space-l);
        border-top: var(--sd_border-black);
        transition: var(--sd_transition-normal);
        transform: translateY(-100%);
    }

    .sdn-nav.mobile-only.active {
        transform: translateY(0);
    }

    .sdn-nav.mobile-only ul {
        flex-direction: column;
        gap: var(--sd_space-s);
        padding: var(--sd_space-l) 0;
    }

    .sdn-nav.mobile-only h2 {
        color: var(--sd_c-beige);
    }

    .burger-btn {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 24px;
        height: 20px;
        background: transparent;
        border: none;
        padding: 0;
    }

    .burger-btn span {
        display: block;
        height: 2px;
        width: 100%;
        background-color: var(--sd_c-black);
        transition: var(--sd_transition-short);
    }

    .sdn-mobile-toggle.active .burger-btn span:nth-child(1){
        transform: rotate(45deg) translate(6px, 7px);
    }

    .sdn-mobile-toggle.active .burger-btn span:nth-child(2) {
        opacity: 0;
    }

    .sdn-mobile-toggle.active .burger-btn span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -7px);
    }
    
}

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

    :root {
        --sd_f-size-h1: 33px;
        --sd_f-size-h2: 24px;
        --sd_f-size-h3: 20px;
        --sd_f-size-h4: 18px;
        --sd_f-size-p: 14px;
        --sd_f-size-p-s: 13px;
    }


    /* ------[ HERO-BLOCK ]------ */

    .sdh-wrapper {
        height: 50vh;
    }

    .sdh-content {
        width: 100%;
    }

    /* ---^--- HERO-BLOCK ---^--- */

    /* ------[ IMAGE-TEXT-BLOCK ]------ */

    .sd_image-text-block {
        gap: var(--sd_space-xl);
    }

    .sdimt-wrapper {
        grid-template-columns: 1fr;
        gap: var(--sd_space-xl);
    }

    .sdimt-text {
        gap: var(--sd_space-xl);
        max-width: none;
    }

    .sdimt-wrapper.invert .sdimt-img {
        order: 1;
    }

    .sdimt-wrapper.invert .sdimt-text {
        order: 2;
    }

    /* ---^--- IMAGE-TEXT-BLOCK ---^--- */

    /* ------[ TEXT-BLOCK ]------ */

    .block-type-text-block {
        margin-top: var(--sd_space-xxxl);
        margin-bottom: var(--sd_space-xxxl);
    }

    .sdt-item {
        grid-template-columns: 1fr;
    }

    /* ---^--- TEXT-BLOCK ---^--- */


    /* ------[ CONTACT-FORM-BLOCK ]------ */

    .sd_contact-form-block {
        grid-template-columns: 1fr;
        gap: var(--sd_space-xxl);
    }

    .sd-form-field textarea {
        max-width: none;
    }

    /* ---^--- CONTACT-FORM-BLOCK ---^--- */

    /* ------[ IMAGE-BLOCK ]------ */

    .sdib-container.doubleHor {
        grid-template-columns: 1fr;
    }

    .sdib-img-content {
        height: 100%;
        padding: var(--sd_space-xl);
    }

    /* ---^--- IMAGE-BLOCK ---^--- */

    /* ------[ CONTACT-BLOCK ]------ */

    .sd_contact-block {
        margin-top: var(--sd_space-xxl);
    }

    /* ---^--- CONTACT-BLOCK ---^--- */

    

    /* ##############   FOOTER   ############## */

    .sd-footer {
        gap: var(--sd_space-xxl);
        padding-top: var(--sd_space-xxxl);
        padding-bottom: var(--sd_space-xl);
    }

    .sdf-sprechzeiten,
    .sdf-address,
    .sdf-legal-nav {
        grid-column-start: span 2;
    }

    .sdfsl-list {
        grid-template-columns: 1fr;
    }

    .sdfsl-list p:nth-child(2) {
        margin-bottom: var(--sd_space-l);
    }

    .sdf-sprechzeiten-list {
        margin-top: var(--sd_space-xl);
    }

    .sdf-sprechzeiten h4 {
        margin-bottom: var(--sd_space-xs);
    }

    /* ##############   FOOTER   ############## */

}


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

    .block-type-intro-text-block, 
    .block-type-image-text-block, 
    .block-type-service-teaser-block,
    .block-type-image-block, 
    .block-type-employee-block, 
    .block-type-service-block,
    .block-type-contact-form-block {
        margin-top: var(--sd_space-xxxxl);
        margin-bottom: var(--sd_space-xxxxl);
    }

    /* ------[ HERO-BLOCK ]------ */

    .sdh-content-cta {
        gap: var(--sd_space-l);
    }

    .sdh-content svg {
        width: 200px;
    }

    /* ---^--- HERO-BLOCK ---^--- */

    /* ------[ IMAGE-BLOCK ]------ */

    .sdib-container.doubleHor, 
    .sdib-container.doubleVer, 
    .sdib-container.doubleHorVer, 
    .sdib-container.doubleHorSqu,
    .sdimt-img.double, .sdimt-img.triple {
        gap: var(--sd_space-s);
    }

    .block-type-image-block.less-mt {
        margin-top: var(--sd_space-s);
    }

    .block-type-image-block.less-bt {
        margin-bottom: var(--sd_space-s);
    }

    /* ---^--- IMAGE-BLOCK ---^--- */

    /* ------[ SERVICE-BLOCK ]------ */

    .sds-wrapper {
        gap: var(--sd_space-xxl);
    }

    .sds-wrapper.top-border {
        padding-top: var(--sd_space-xl);
    }

    .sds-text {
        grid-template-columns: 1fr;
        gap: var(--sd_space-xxl);
    }

    .sdst-left {
        gap: var(--sd_space-xl);
    }

    .read-more-btn {
        margin-top: var(--sd_space-s);
    }

    /* ---^--- SERVICE-BLOCK ---^--- */

    /* ------[ EMPLOYEE-BLOCK ]------ */

    .sde-wrapper {
        grid-template-columns: 1fr;
        gap: var(--sd_space-xl);
    }

    .sde-wrapper.invert .sde-content {
        order: 2;
    }

    .sde-content {
        max-width: none;
    }

    /* ---^--- EMPLOYEE-BLOCK ---^--- */

    /* ------[ CONTACT-BLOCK ]------ */

    .block-type-contact-block {
        margin-top: var(--sd_space-xxxl);
    }
    /* ---^--- CONTACT-BLOCK ---^--- */
}

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

    /* ------[ IMAGE-TEXT-BLOCK ]------ */

    .sdimt-text-bottom {
        grid-template-columns: 1fr;
    }

    /* ---^--- IMAGE-TEXT-BLOCK ---^--- */

    .sdf-legal-nav {
        gap: var(--sd_space-xs);
        align-items: start;
        flex-direction: column;
    }

    .sdfsl-contact {
        flex-direction: column;
        align-items: start;
    }

    .sdf-logo {
        display: flex;
        align-items: center;
    }

    .sdf-socials svg {
        width: 25px;
    }

}

 /* ==============   MOBILE   ============== */