*, *::after, *::before {
    box-sizing: border-box;
}

img {
    user-select: none;
}

input,
label,
select,
button,
textarea {
    margin: 0;
    border: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    background: none;
    line-height: 1;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
}

input:focus,
label:focus,
select:focus,
button:focus,
textarea:focus {
    outline: 0;
}

label {
    cursor: pointer;
}

input[type=file] {
    height: auto;
}

input[type=submit],
input[type=button],
input[type=reset] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea {
    resize: vertical;
    vertical-align: top;
    overflow: auto;
    white-space: pre-line;
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
}

::-webkit-search-decoration {
    display: none;
}

form,
fieldset {
    padding: 0;
    margin: 0;
}

input:-webkit-autofill, input:-internal-autofill-previewed, input:-internal-autofill-selected,
textarea:-webkit-autofill,
textarea:-internal-autofill-previewed,
textarea:-internal-autofill-selected {
    background-color: #ffffff !important;
    -webkit-box-shadow: 0 0 0 10px #ffffff inset;
    -webkit-text-fill-color: #000000;
}

:root {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: unset;
}

/* custom */
::selection {
    background: #a98c52;
}

hr {
    width: 70vw;
    border-radius: 50%;
    border-color: #a98c52;
}

.container {
    max-width: 1640px;
    margin: 180px auto 0;
    padding: 0 120px;
    display: block;
    position: relative;
}

body {
    background-color: #fffdfd;
    line-height: 1.3;
    font-weight: 400;
    font-size: 20px;
    color: #1a1919;
    font-family: "Roboto", sans-serif;
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

.logo {
    max-width: 250px;
    margin: 0 auto;
    display: block;
    position: fixed;
    top: 35px;
    left: 40px;
    z-index: 5000;
}

.copyright {
    font-weight: 700;
    color: #a98c52;
    text-align: center;
}

.header {
    overflow: hidden;
    transform: translateY(0);
    width: 100vw;
}

.header img {
    width: 100vw;
    max-height: 600px;
    object-fit: cover;
    object-position: center;
}

h1 {
    text-align: center;
    font-weight: 700;
    font-size: 46px;
    color: #a98c52;
    display: block;
}

h2 {
    text-align: center;
    font-weight: 700;
    font-size: 42px;
    color: #a98c52;
    display: block;
}

#intro {
    margin-top: 140px;
}

#intro p {
    text-align: center;
    font-size: 24px;
    max-width: 70%;
    margin: 40px auto 0;
}

#intro p:after {
    content: '';
    display: block;
    height: 2px;
    background-color: #a98c52;
    width: clamp(40px, 10vw, 150px);
    margin: 30px auto 0;
}

.container__uber-uns {
    margin-top: 85px;
    margin-bottom: 170px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: clamp(40px, 8vw, 200px);
    justify-content: space-between;
}

.container__uber-uns::after {
    content: '';
    display: block;
    width: 100%;
    background-color: rgba(169, 140, 82, 0.11);
    height: 450px;
    position: absolute;
    z-index: -1;
    left: 0;
    border-radius: 5px;
}

.container__uber-uns .container__inner:first-of-type {
    font-weight: 400;
    font-size: clamp(18px, 1.39vw, 22px);
}

.container__uber-uns .container__inner:last-of-type img {
    height: clamp(450px, 46vw, 700px);
    border-radius: 5px;
    object-position: center;
    object-fit: cover;
}

.dienstleistungen__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    max-width: 500px;
}


#dienstleistungen {
    padding-bottom: 1px;
}

.dienstleistungen__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.dienstleistungen__wrapper-outer {
    margin-bottom: 100px;

}

.dienstleistungen__inner:nth-child(2) {
    margin-top: 40px;
}

@media (max-width: 1099px) {
    .dienstleistungen__wrapper {
        margin-bottom: 40px;
    }
}

@media (min-width: 1100px) {
    .dienstleistungen__inner {
        margin: 60px 0;
    }

    .dienstleistungen__wrapper {
        flex-direction: row;
        gap: 140px;
        align-items: flex-start;
    }

    .dienstleistungen__inner:nth-child(2) {
        margin-top: 60px;
    }

}

#dienstleistungen h3 {
    color: #a98c52;
    font-weight: 600;
    text-align: center;
}

#dienstleistungen h2 {
    margin-bottom: 0;
}

.dienstleistungen__inner .dienstleistungen__item {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

@media (min-width: 1100px) {
    .dienstleistungen__inner .dienstleistungen__item--indented {
        margin-left: 30px;
    }
}

.dienstleistungen__inner .dienstleistungen__item .noIcon {
    color: #a98c52;
    font-weight: 600;
}

.dienstleistungen__inner .dienstleistungen__item.noIcon::before {
    content: none;
}

.dienstleistungen__inner .dienstleistungen__item::marker {
    display: none;
}

.dienstleistungen__inner .dienstleistungen__item::before {
    content: '';
    background-image: url("/images/icons/messer.svg");
    background-position: center;
    background-size: cover;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    color: #a98c52;
}

.dienstleistungen__inner .dienstleistungen__item--title {
    font-weight: bold;
}

.dienstleistungen__inner .dienstleistungen__item--title::before {
    content: none;
}

#termine {
    position: relative;
    text-align: center;
    line-height: 2.5;
    height: 400px;
    margin-top: 350px;
    margin-bottom: 100px;
}

#termine p {
    position: relative;
    z-index: 10;
    filter: drop-shadow(-5px 0px 1px #ffffff) drop-shadow(5px 0px 0px #ffffff) drop-shadow(0px 5px 1px #ffffff) drop-shadow(0px -5px 1px #ffffff);
    font-size: 24px;
}

#termine svg {
    position: absolute;
    top: -400px;
    right: 0;
    transform: rotate(180deg);
}

#galerie .swiper {
    max-width: 100vw;
}

#galerie .swiper-slide {
    width: auto;
    max-height: 500px;
    border-radius: 5px;
    object-fit: cover;
    cursor: grab;
}

.heading--small {
    margin-top: -20px;
    font-size: 24px;
}

#galerie .swiper-slide:active {
    cursor: grabbing;
}

#info {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: clamp(40px, 8vw, 200px);
}

#info p {
    margin: 20px 0;
}

#info p:first-of-type {
    margin: 0 0 20px;
}

#social-media {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 20px;
}

#social-media a {
    width: 40px;
    height: 40px;
}

#social-media img {
    transition: opacity 0.2s ease-out;
}

#social-media a:hover img {
    opacity: 80%;
}

footer {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 80px;
}

.zeiten__wrapper {
    display: flex;
    flex-direction: row;
    gap: 40px;
}

.meta {
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.meta a {
    color: #000000;
    text-decoration: none;
    transition: color 0.2s ease-out;
}

.meta a:hover {
    color: #a98c52;
}

#map {
    margin-top: 180px;
    width: 100vw;
}

#map iframe {
    width: 100vw;
    height: 600px;
    filter: grayscale(100%) invert(92%) contrast(95%);
}

.impressum span {
    display: block;
}

.impressum h3 {
    margin-top: 40px;
    margin-bottom: 5px;
}

small {
    display: block;
    font-size: 12px;
}

.dienstleistungen__cancer {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 24px;
    margin-top: 100px;
    gap: 20px;
    max-width: 882px;
    margin-left: auto;
    margin-right: auto;
}

.dienstleistungen__cancer img {
    height: 120px;
    width: auto;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .dienstleistungen__cancer {
        margin-top: 60px;
        gap: 10px;
        font-size: 19px;
        padding-bottom: 40px;
    }

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 27px;
    }

    .container {
        margin: 40px auto 0;
        padding: 0 20px;
    }

    #intro {
        margin-top: 60px;
    }

    .header img {
        object-position: right;
        height: 300px;
    }

    .logo {
        max-width: 150px;
        left: 50%;
        top: 10px;
        transform: translateX(-50%);
    }

    #intro p {
        font-size: 18px;
        max-width: none;
    }

    #uber-uns {
        padding: 0;
    }

    .container__uber-uns {
        flex-direction: column-reverse;
        background-color: rgba(169, 140, 82, 0.11);
        padding: 20px;
        gap: 10px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .container__uber-uns p {
        font-size: 18px;
    }

    .container__uber-uns::after {
        content: none;
    }

    .dienstleistungen__inner {
        margin-top: 00px;
        padding: 0 40px;
    }

    #termine {
        margin-top: 200px;
    }

    #termine p {
        font-size: 19px;
        padding: 0 40px;
        line-height: 2;
    }

    #galerie .swiper-slide {
        max-height: 300px;
        margin-right: 20px !important;
    }

    #info {
        flex-direction: column-reverse;
        margin-top: 60px;
    }

    #map {
        margin-top: 40px;
    }

    .heading--small {
        margin-top: -10px;
        font-size: 18px;
    }

    .info-header {
        text-align: center;
    }
}

@media (max-width: 768px) {
    #termine {
        margin-top: 100px;
    }
}

a {
    color: #a98c52;
    transition: color 0.2s ease;
    text-decoration: none;
}

a:hover {
    color: #7e683c;
}
