@charset "UTF-8";
/*-- -------------------------- -->
<---          Kontakt           -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  :root {
    /* 13px - 16px */
    --topperFontSize: clamp(0.8125rem, 1.6vw, 1rem);
    /* 31px - 49px */
    --headerFontSize: clamp(1.9375rem, 4.5vw, 3.0625rem);
    --bodyFontSize: 1rem;
    /* 60px - 100px top and bottom */
    --sectionPadding: clamp(3.75rem, 7.82vw, 6.25rem) 1rem;
  }
  .sticky-contact {
    display: none;
    position: relative;
    z-index: 1;
    padding: 2.25rem 1.5rem;
  }
  .sticky-contact h2 {
    font-size: 1.5625rem;
    margin-bottom: 0.25rem;
    margin-top: 2rem;
  }
  .sticky-contact a {
    display: block;
  }
  .sticky-contact a img {
    display: inline-block;
    width: 13px;
    margin-right: 0.25rem;
  }
  .cs-button-12 {
    border: none;
    font-size: 1rem;
    /* 46px - 56px */
    line-height: clamp(2.875rem, 8vw, 3.5rem);
    text-decoration: none;
    color: black;
    background-color: var(--primary);
    padding: 0 0 0 1.5rem;
    /* prevents padding from affecting height and width */
    box-sizing: border-box;
    display: inline-flex;
    align-items: stretch;
    gap: 1.5rem;
    position: relative;
    z-index: 1;
    transition: background-color 0.3s;
  }
  .cs-button-12:hover {
    color: #fff;
    background-color: var(--secondary);
  }
  .cs-button-12:hover .cs-button-wrapper:before {
    height: 100%;
  }
  .cs-button-12:hover .cs-button-icon {
    /* turns it white */
    filter: grayscale(1) brightness(1000%);
  }
  .cs-button-12 .cs-button-wrapper {
    width: 3.5rem;
    background-color: #E8E8E8;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    transition: transform 0.3s, background-color 0.3s;
  }
  .cs-button-12 .cs-button-wrapper:before {
    /* button background color */
    content: "";
    width: 100%;
    height: 0%;
    background: var(--primary);
    opacity: 1;
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: height 0.3s;
  }
  .cs-button-12 .cs-button-icon {
    width: 1.75rem;
    height: auto;
    display: block;
  }
  #cs-contact {
    min-height: 70vh;
    padding: var(--sectionPadding);
  }
  #cs-contact .cs-container {
    margin: auto;
    /* changes to 1280px at desktop */
    max-width: 50rem;
    width: 100%;
  }
  #cs-contact .cs-content {
    width: 100%;
  }
  #cs-contact .cs-topper {
    /* 8px - 12px */
    margin-bottom: clamp(0.5rem, 1.4vw, 0.75rem);
    text-align: center;
  }
  #cs-contact .cs-title {
    max-width: 50rem;
    text-align: center;
  }
  #cs-contact .cs-text {
    margin: 0 auto;
    /* 40px - 48px */
    margin-bottom: clamp(2.5rem, 6.3vw, 3rem);
    /* 404px - 522px */
    max-width: clamp(25.25rem, 90vw, 45.625rem);
    text-align: center;
  }
  #cs-contact .cs-text a {
    margin-top: 1.75rem;
  }
  #cs-contact #done {
    text-align: center;
    display: none;
  }
  #cs-contact #cs-form {
    margin-bottom: 2.5rem;
  }
  #cs-contact #cs-form label {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
    /* 12px - 20px */
    margin-bottom: clamp(0.75rem, 1.3em, 1.25rem);
    font-size: 1rem;
    line-height: 1.5em;
    font-weight: 700;
    color: var(--headerColor);
  }
  #cs-contact #cs-form .cs-checkbox-wrapper {
    /* 32px - 48px */
    margin-bottom: clamp(2rem, 6.3vw, 3rem);
  }
  #cs-contact #cs-form input,
  #cs-contact #cs-form textarea {
    border: 1px solid #b4b2c7;
    margin-top: 0.25rem;
    height: 4rem;
    width: 100%;
    /* prevents border & padding from affecting height */
    box-sizing: border-box;
    padding-left: 1.25rem;
    font-size: 1rem;
    transition: border 0.3s;
  }
  #cs-contact #cs-form input:hover,
  #cs-contact #cs-form textarea:hover {
    border: 1px solid var(--primary);
  }
  #cs-contact #cs-form textarea {
    min-height: 7.5rem;
    padding-top: 1.25rem;
    font-family: inherit;
  }
  #cs-contact #cs-form .cs-label-checkbox {
    max-width: none;
    width: 100%;
    flex-direction: row;
    font-weight: normal;
  }
  #cs-contact #cs-form .cs-label-checkbox input {
    margin: 4px 8px 0 0;
    width: 1rem;
    height: 1rem;
  }
  #cs-contact #cs-form .cs-label-checkbox input:checked {
    background-color: var(--primary);
    accent-color: var(--primary);
  }
  #cs-contact #cs-form .cs-label-checkbox span {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  #cs-contact .cs-right-section {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    border-radius: 0.5rem;
    height: 20rem;
    /* cuts off corners on img tag */
    overflow: hidden;
    /* 24px - 40px top & bottom */
    /* 20px - 40px left & right */
    padding: clamp(1.5rem, 3vw, 2.5rem) clamp(1.25rem, 3vw, 2.5rem);
  }
  #cs-contact .cs-header {
    display: block;
    margin-bottom: 0;
    /* 16px - 20px */
    font-size: clamp(1rem, 3vw, 1.25rem);
    line-height: 1.2em;
    font-weight: 700;
    color: black;
  }
  #cs-contact .cs-contact-group {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    padding: 2rem 0 2rem 0;
  }
  #cs-contact .cs-contact-group .cs-contact-link {
    text-decoration: none;
    padding-right: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    transform-style: preserve-3d;
    perspective: 200px;
    gap: 1rem;
  }
  #cs-contact .cs-contact-group .cs-contact-link:first-of-type {
    padding-bottom: 1rem;
  }
  #cs-contact .cs-contact-group .cs-contact-link:hover .cs-wrapper:after {
    opacity: 0.85;
  }
  #cs-contact .cs-wrapper {
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    transition: transform 0.6s;
    /* prevents flexbox from squishing it */
    flex: none;
  }
  #cs-contact .cs-wrapper:after {
    /* backgorund color in pseudo so we can use the primary color variable and use opacity */
    content: "";
    width: 100%;
    height: 100%;
    background-color: #212048;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: opacity 0.2s;
  }
  #cs-contact .cs-icon {
    width: 1.5rem;
    height: auto;
    display: block;
    transition: transform 0.3s;
  }
  #cs-contact .cs-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0.25rem;
  }
  #cs-contact .cs-block {
    /* sends second address line to the bottom on its own line */
    display: block;
  }
  #cs-contact .cs-bg-picture {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    transition: transform 0.6s;
  }
  #cs-contact .cs-bg-picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* Makes img tag act as a background image */
    object-fit: cover;
  }
  #cs-contact .cs-bg-picture:before {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    /* background color overlay */
    content: "";
    display: block;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    height: 100%;
    width: 100%;
  }
  #cs-contact .cs-image {
    max-width: 18.75rem;
    max-height: 18.75rem;
    margin: auto;
    display: flex;
    justify-content: center;
    position: relative;
  }
  #cs-contact .cs-image img {
    width: 100%;
    height: 100%;
    max-height: 18.75rem;
    object-fit: contain;
    z-index: 1;
  }
  #cs-contact .cs-image::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--primary);
    opacity: 0.1;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #cs-contact .cs-image::after {
    content: "";
    width: 75%;
    height: 75%;
    background-color: var(--primary);
    opacity: 0.3;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
/* Tablet - 700px */
@media only screen and (min-width: 43.75em) {
  #cs-contact .cs-contact-group {
    flex-direction: row;
    justify-content: center;
  }
  #cs-contact .cs-contact-group .cs-contact-link {
    padding-bottom: 0;
    padding-right: 1.875rem;
  }
  #cs-contact .sticky-contact {
    text-align: center;
    font-size: min(1.3vw, 1em);
    display: block;
    /* sends it to the right in the 2nd position */
    order: 2;
    background-color: #f7f7f7;
  }
  #cs-contact .sticky-contact .cs-image {
    width: auto;
    height: auto;
    overflow: hidden;
    max-width: 26.75rem;
    max-height: 26.875rem;
  }
  #cs-contact .sticky-contact .cs-image img {
    max-height: 26.875rem;
  }
  #cs-contact #cs-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  #cs-contact #cs-form label {
    width: 48%;
  }
  #cs-contact #cs-form .cs-label-name,
  #cs-contact #cs-form .cs-label-message,
  #cs-contact #cs-form .cs-label-captcha {
    width: 100%;
  }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #cs-contact .cs-contact-group {
    justify-content: flex-start;
  }
  #cs-contact .cs-container {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    max-width: 80rem;
    gap: 5rem;
  }
  #cs-contact #cs-form {
    max-width: 39.375rem;
  }
  #cs-contact #cs-form .cs-topper,
  #cs-contact #cs-form .cs-title,
  #cs-contact #cs-form .cs-text {
    text-align: left;
  }
  #cs-contact #cs-form label {
    width: 100%;
  }
  #cs-contact .cs-block {
    /* goes back to inline so it stays "in line" with the rest of the text */
    display: inline-block;
  }
}
/* Small Desktop - 1300px */
@media only screen and (min-width: 81.25em) {
  #cs-contact .sticky-contact {
    display: block;
  }
  #cs-contact .sticky-contact .cs-image {
    width: 70vw;
    /* for low heights, to make sure everythings visible */
    max-height: 50vh;
    min-height: 20vw;
  }
  #cs-contact #cs-form {
    column-gap: 0rem;
  }
  #cs-contact #cs-form label {
    max-width: 19.0625rem;
    width: 48%;
  }
  #cs-contact #cs-form .cs-label-name,
  #cs-contact #cs-form .cs-label-message,
  #cs-contact #cs-form .cs-label-captcha {
    max-width: 100%;
  }
  #cs-contact .cs-right-section {
    height: 36.125rem;
  }
}
/*-- -------------------------- -->
<---   Terminanfrage-Extras     -->
<--- -------------------------- -*/
@media only screen and (min-width: 0rem) {
  #cs-contact .cs-appointment-intro {
    margin-top: 0.75rem;
    font-size: 1rem;
    line-height: 1.5em;
    color: var(--bodyTextColor);
  }
  #cs-contact .cs-appointment-intro strong {
    color: var(--headerColor);
  }
  #cs-contact .cs-price-note {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
    margin-top: 1.25rem;
    padding: 1rem 1.25rem;
    background-color: #f7f7f7;
    border-left: 4px solid var(--primary);
  }
  #cs-contact .cs-price-note .cs-price-amount {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--headerColor);
  }
  #cs-contact .cs-price-note .cs-price-detail {
    font-size: 0.9375rem;
    color: var(--bodyTextColor);
  }
  #cs-contact #cs-form {
    /* Cloudflare Turnstile: eigene Zeile mit etwas Abstand */
    /* Datumsfeld auf iOS/Safari an die übrigen Felder angleichen:
       Wert linksbündig statt zentriert, Sizing normalisiert,
       Kalender-Icon rechts (Desktop) */
    /* Abschnitts-Überschriften: Legenden der Fieldsets + Überschrift der Kontaktdaten */
    /* Als eigenständige Überschrift braucht sie den Abstand nach oben selbst */
    /* Fieldsets nehmen immer die volle Breite ein und trennen die Abschnitte */
    /* Radio-Zeilen: horizontal, wie die Checkboxen */
  }
  #cs-contact #cs-form .cf-turnstile {
    width: 100%;
    margin-bottom: clamp(0.75rem, 1.3em, 1.25rem);
  }
  #cs-contact #cs-form input[type=date] {
    -webkit-appearance: none;
    appearance: none;
    min-width: 0;
  }
  #cs-contact #cs-form input[type=date]::-webkit-date-and-time-value {
    text-align: left;
  }
  #cs-contact #cs-form input[type=date]::-webkit-calendar-picker-indicator {
    margin-left: auto;
  }
  #cs-contact #cs-form .cs-fieldset legend,
  #cs-contact #cs-form .cs-form-heading {
    padding: 0;
    margin-bottom: 1rem;
    /* gleiche (serifenlose) Schrift wie die übrigen Feld-Labels */
    font-family: inherit;
    /* 22px - 27px : deutlich größer als die Unterfelder (Datum, Zeitfenster …) */
    font-size: clamp(1.375rem, 3vw, 1.6875rem);
    line-height: 1.2em;
    font-weight: 700;
    color: var(--headerColor);
  }
  #cs-contact #cs-form .cs-form-heading {
    width: 100%;
    margin-top: clamp(1.75rem, 5vw, 2.5rem);
  }
  #cs-contact #cs-form .cs-fieldset {
    width: 100%;
    border: none;
    /* großzügiger Abstand nach oben trennt Preis-Box bzw. den vorherigen Abschnitt ab */
    margin: clamp(1.75rem, 5vw, 2.5rem) 0 clamp(0.75rem, 1.3em, 1.25rem) 0;
    padding: 0;
    min-width: 0;
  }
  #cs-contact #cs-form .cs-radio-label {
    display: block;
    margin-top: 0.75rem;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    font-weight: 700;
    color: var(--headerColor);
  }
  #cs-contact #cs-form .cs-radio-group {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
  }
  #cs-contact #cs-form .cs-label-radio {
    width: 100%;
    max-width: none;
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
    font-weight: normal;
    color: var(--bodyTextColor);
    cursor: pointer;
  }
  #cs-contact #cs-form .cs-label-radio input {
    margin: 0 8px 0 0;
    width: 1.125rem;
    height: 1.125rem;
    accent-color: var(--primary);
    flex: none;
  }
  #cs-contact #cs-form .cs-label-radio span {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
/* Tablet - 700px : volle Breite für Termin-spezifische Felder */
@media only screen and (min-width: 43.75em) {
  #cs-contact #cs-form .cs-fieldset,
  #cs-contact #cs-form .cs-label-address {
    width: 100%;
  }
}
/* Small Desktop - 1300px */
@media only screen and (min-width: 81.25em) {
  #cs-contact #cs-form .cs-fieldset,
  #cs-contact #cs-form .cs-label-address {
    max-width: 100%;
    width: 100%;
  }
}
/*-- -------------------------- -->
<---          Spinner           -->
<--- -------------------------- -*/
.lds-ellipsis {
  display: none;
}

.lds-ellipsis,
.lds-ellipsis div {
  box-sizing: border-box;
}

.lds-ellipsis {
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ellipsis div {
  position: absolute;
  top: 33.33333px;
  width: 13.33333px;
  height: 13.33333px;
  border-radius: 50%;
  background: currentColor;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

/*# sourceMappingURL=contact-5.css.map */
