@media only screen and (min-width: 0rem) {
  #kontakt {
    padding: var(--sectionPadding);
    display: flex;
    flex-direction: column;
    gap: clamp(3rem, 6vw, 4rem);
    position: relative;
    z-index: 1;
  }
  #kontakt .cs-container {
    width: 100%;
    max-width: 36.25rem;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #kontakt .cs-content {
    text-align: left;
  }
  #kontakt .cs-title {
    margin-bottom: 2rem;
    max-width: 15ch;
  }
  #kontakt .cs-map {
    width: 100%;
    max-width: 39.375rem;
    height: 25rem;
    position: relative;
    z-index: 1;
    display: block;
  }
  #kontakt .cs-iframe-wrapper {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: clamp(2.5rem, 5vw, 3.5rem);
  }
  #kontakt .cs-iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #kontakt .cs-box {
    width: 90%;
    max-width: 28.125rem;
    padding: clamp(1rem, 3vw, 2rem) clamp(1rem, 2.4vw, 1rem);
    background-color: #fff;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
  }
  #kontakt .cs-box:before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--primary);
    pointer-events: none;
    opacity: 0.1;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #kontakt .cs-icon {
    width: 2rem;
    height: auto;
    display: block;
  }
  #kontakt .cs-flex {
    display: flex;
    flex-direction: column;
  }
  #kontakt .cs-header {
    font-size: 1.25rem;
    font-weight: 700;
    font-family: var(--headerFontFamily);
    text-transform: uppercase;
    line-height: 1.2em;
    margin: 0 0 0.5rem;
    color: var(--headerColor);
  }
  #kontakt .cs-address {
    font-size: clamp(0.75rem, 2.8vw, 1rem);
    line-height: 1.5em;
    margin: 0;
    color: var(--bodyTextColor);
  }
  #kontakt .cs-contact-info {
    width: 100%;
    margin-top: 3rem;
  }
  #kontakt .cs-info-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  #kontakt .cs-info-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem;
    background-color: #f7f7f7;
    border-radius: 0.5rem;
  }
  #kontakt .cs-text-group {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }
  #kontakt .cs-link {
    font-size: 0.875rem;
    color: var(--primary);
    text-decoration: none;
    transition: color 0.3s;
  }
  #kontakt .cs-link:hover {
    color: var(--primaryShade);
  }
  #kontakt .cs-hours {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #kontakt .cs-background {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #kontakt .cs-background:before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.72;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #kontakt .cs-background img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
@media only screen and (min-width: 64rem) {
  #kontakt .cs-container {
    max-width: 80rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 3.25rem;
  }
  #kontakt .cs-container2 {
    max-width: 80rem;
  }
  #kontakt .cs-content {
    max-width: 32.625rem;
    padding: clamp(2rem, 5vw, 5rem) 0;
  }
  #kontakt .cs-info-grid {
    gap: 2rem;
  }
  #kontakt .cs-title, #kontakt .cs-topper, #kontakt .cs-text {
    text-align: left;
    margin-left: 0;
  }
  #kontakt .cs-button-solid {
    margin-left: 0;
  }
  #kontakt .cs-map {
    max-width: 39.375rem;
    height: auto;
    order: -1;
  }
}
@media only screen and (min-width: 0rem) {
  #contact {
    padding: var(--sectionPadding);
    background-color: #f7f7f7;
    position: relative;
    z-index: 1;
  }
  #contact .cs-container {
    width: 100%;
    max-width: 44rem;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
    column-gap: auto;
    row-gap: clamp(3rem, 6vw, 5rem);
    position: relative;
  }
  #contact .cs-content {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #contact .cs-topper {
    color: var(--primary);
  }
  #contact .cs-title {
    max-width: 23ch;
    margin: 0;
    margin-bottom: 1.7rem;
  }
  #contact .cs-picture {
    width: 100%;
    height: clamp(40rem, 50vw, 46rem);
    margin: 0 0 1.5rem;
    border-radius: 1.5rem;
    overflow: hidden;
    display: block;
    position: relative;
  }
  #contact .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
  }
  #contact .cs-contact-text {
    font-size: 1rem;
    line-height: 1.5em;
    text-align: left;
    margin: 0 0 1.5rem;
    color: var(--bodyTextColor);
  }
  #contact .cs-ul {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    position: relative;
  }
  #contact .cs-li {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1.25rem;
  }
  #contact .cs-li:hover .cs-icon-wrapper {
    transform: scale(1.1);
  }
  #contact .cs-header {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 0.75rem;
    color: var(--headerColor);
    display: block;
  }
  #contact .cs-link {
    font-size: 1rem;
    line-height: 1.5em;
    text-decoration: none;
    color: #767676;
    display: block;
    position: relative;
  }
  #contact .cs-link:hover {
    text-decoration: underline;
  }
  #contact .cs-icon-wrapper {
    width: 3.75rem;
    height: 3.75rem;
    margin: 0;
    border-radius: 50%;
    border: 1px solid #bababa;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: none;
    transition: transform 0.3s;
  }
  #contact .cs-icon {
    width: 1.5rem;
    height: auto;
    display: block;
  }
  #contact .cs-form {
    width: 100%;
    padding: clamp(1.5rem, 5.18vw, 3rem) clamp(1rem, 4vw, 2rem);
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 1rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
  }
  #contact .cs-label {
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    width: 100%;
    color: var(--headerColor);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0.25rem;
  }
  #contact .cs-input {
    font-size: 1rem;
    width: 100%;
    height: 3.5rem;
    padding: 0;
    padding-left: 1.5rem;
    color: var(--headerColor);
    background-color: #f7f7f7;
    border-radius: 0.5rem;
    border: none;
    box-sizing: border-box;
  }
  #contact .cs-input::placeholder {
    color: #7d799c;
    opacity: 0.6;
  }
  #contact .cs-textarea {
    min-height: 7.5rem;
    padding-top: 1.5rem;
    margin-bottom: 0.75rem;
    font-family: inherit;
  }
  #contact .cs-button-solid {
    z-index: 1;
    position: relative;
    display: inline-block;
    background-color: var(--primary);
    padding: 0 1.5rem;
    text-decoration: none;
    font-size: 1rem;
    line-height: clamp(2.875em, 5.5vw, 3.5em);
    font-weight: 700;
    text-align: center;
    border-radius: 0.4rem;
    color: #fff;
    transition: color 0.3s;
    transition-delay: 0.1s;
    text-align: center;
    margin: 0;
    border: none;
    min-width: 9.375rem;
    overflow: hidden;
    box-sizing: border-box;
  }
  #contact .cs-button-solid:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0%;
    background: #000;
    opacity: 1;
    top: 0;
    left: 0;
    z-index: -1;
    transition: width 0.3s;
    border-radius: 20px;
  }
  #contact .cs-button-solid:hover {
    color: #fff;
  }
  #contact .cs-button-solid:hover:before {
    width: 100%;
    border-radius: 20px;
  }
  #contact .cs-submit {
    width: 100%;
    min-width: 17.6875rem;
    border-radius: 20px;
  }
  #contact .cs-submit:hover {
    cursor: pointer;
  }
  #contact .cs-graphic {
    display: none;
  }
  #contact .cs-graphic1 {
    width: 13rem;
    height: auto;
    position: absolute;
    left: -7.5rem;
    top: 8.625rem;
  }
  #contact .cs-graphic2 {
    width: 12.8125rem;
    height: auto;
    position: absolute;
    right: -9.75rem;
    top: 0.5rem;
  }
  #contact .cs-social {
    margin-top: clamp(1rem, 3vw, 2rem);
    display: inline-flex;
    justify-content: flex-start;
    gap: 0.75rem;
  }
  #contact .cs-social-link {
    width: clamp(3rem, 4vw, 5rem);
    height: clamp(3rem, 4vw, 5rem);
    background-color: var(--primary);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    transition: transform 0.3s, background-color 0.3s;
  }
  #contact .cs-social-link:hover {
    background-color: var(--primary);
    transform: translateY(-0.1875rem);
  }
  #contact .cs-social-img {
    height: clamp(1.5rem, 2vw, 3rem);
    width: auto;
    display: block;
  }
  #contact .cs-contact-ol {
    text-align: left;
    padding-left: 3rem;
  }
  #contact .cs-contact-li {
    margin: 0.5rem 0;
  }
  #contact .cs-text {
    max-width: 30ch;
  }
}
@media only screen and (min-width: 64rem) {
  #contact .cs-container {
    max-width: 80rem;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #contact .cs-contact-group {
    width: 50%;
    max-width: 39.375rem;
  }
  #contact .cs-text {
    max-width: 30vw;
  }
  #contact .cs-form {
    width: 46%;
    max-width: 36.125rem;
  }
  #contact .cs-submit {
    width: auto;
  }
}
@media only screen and (min-width: 93.75rem) {
  #contact .cs-graphic {
    display: block;
  }
}

/*# sourceMappingURL=kontakt.css.map */
