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

}

html {
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
    margin: 0;
}

ul[role='list'],
ol[role='list'] {
    list-style: none;
    padding: 0;
}

body {
    min-height: 100vh;
    line-height: 1.5;
    text-rendering: optimizeLegibility;
}

a:not([class]) {
    text-decoration-skip-ink: auto;
    color: inherit;
}

img,
picture {
    max-width: 100%;
    display: block;
}

input,
button,
textarea,
select {
    font: inherit;
}

a {
    color: var(--color-accent);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


html {
    overflow-x: hidden;
}


:root {
    --color-accent: #a542d7;
    --color-accent-hover: #b254e1;
    --color-accent-medium: #eedff5;
    --color-accent-light: #f4ecfa;
    --text-color: #27212b;


}

@font-face {
    font-family: 'WorkSans';
    src: url('/assets/fonts/WorkSans-Regular.ttf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'WorkSans-Medium';
    src: url('/assets/fonts/WorkSans-Medium.ttf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'WorkSans-SemiBold';
    src: url('/assets/fonts/WorkSans-SemiBold.ttf');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'WorkSans-Bold';
    src: url('/assets/fonts/WorkSans-Bold.ttf');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'JetBrainsMono';
    src: url('/assets/fonts/JetBrainsMono-Regular.ttf');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'JetBrainsMono-SemiBold';
    src: url('/assets/fonts/JetBrainsMono-SemiBold.ttf');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'WorkSans', 'Helvetica Neue', Helvetica, Arial, system-ui, -apple-system, sans-serif;
    display: flex;
    flex-direction: column;
    width: 100vw;
    align-items: center;
    overflow-x: hidden;
    background-color: #f9f6f9;
    color: var(--text-color);
}

a:hover {
    color: var(--color-accent);
    text-decoration: none;
}

#logotype {
    display: flex;
    align-items: center;
    flex-direction: row;
    column-gap: 8px;

}

#logotype #logo {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background-color: var(--color-accent);
}

#logotype h1 {
    font-size: 18px;
    line-height: 18px;

}

#logotype p {
    font-size: 12px;
    line-height: 16px;
    color: #786284;
}

#logotype .text {
    display: flex;
    align-items: left;
    flex-direction: column;
    justify-content: center;
    height: 32px;
    padding-top: 2px;

}

header {
    width: 100vw;
    border-bottom: 1px solid #e4d9e8;
    display: flex;
    justify-content: center;
    background-color: white;
    flex-direction: column;
}

footer {
    width: 100vw;
    min-height: 200px;
    border-top: 1px solid #e4d9e8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: white;

}

.credits {
    font-size: 14px;
    text-align: center;
    gap: 0px;
    row-gap: 0px !important;

}

.credits p {
    margin-bottom: 8px;
}

.icon-in-line a {
    text-decoration: underline;
    text-decoration-thickness: 1.2px;
}

.icon-in-line {
    display: inline-flex;
    gap: 4px;
    align-items: center;

}

.icon-in-line img {
    width: 16px;
}


.content p > #cjk-icon {
    width: 32px;
    margin-right: 4px;
}


.credits p > #cjk-icon {
    width: 24px;
    margin-right: 0px;
}

#cjk-icon:hover {
    transform: scaleX(-1);
}

footer p,
footer li {
    color: #786284;
    font-size: 16px;
    line-height: 1.4em;
    max-width: 400px;
}

footer p {
    margin-bottom: 24px;
}

footer li {
    line-height: 28px;
}

footer h5 {
    font-size: 19px;
}

footer h5.headline-icon {
    display: inline-flex;
    font-size: 19px;
    font-family: 'WorkSans-SemiBold', 'Helvetica Neue', Helvetica, Arial, system-ui, -apple-system, sans-serif;
    gap: 12px;
    align-items: center;
    margin-bottom: 16px;
}

p.text-icon {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 12px;
    color: var(--text-color);
    width: 100%;
    max-width: none;
}

p.text-icon img {
    width: 24px;
}


p.text-icon.no-margin {
    margin-bottom: 0;
}

footer p.text-icon img {
    width: 16px;
}



footer #main {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 64px 16px;
    padding-bottom: 0px;
    max-width: 1400px;
    width: 100%;

}

footer .content {
    width: 100%;
    display: flex;
    flex-direction: column;
}

footer .content hr {
    width: 100%;
}

footer #main>* {
    flex: 1;
}

footer #main div:first-of-type {
    flex: 2;
}

footer h5 {
    margin: 0px;
}

header #main {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    max-width: 1400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;

}

header nav {
    display: flex;
    column-gap: 32px;
}

body>#main {
    width: 100%;

}

section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

section.hero {
    background-image: linear-gradient(to right bottom, #f1def7, #fbf9fb);

}

.content {
    padding: 64px 16px;
    max-width: 1400px;
    display: flex;
    flex-direction: row;
    column-gap: 32px;
    row-gap: 32px;
    flex-wrap: wrap;

}



section.impressum .content {
    flex-direction: column;
    width: 100%;
    row-gap: 8px;
}

.hero .content {
    display: flex;
    flex-direction: row;
}


.hero .content>section {
    flex: 1;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    position: relative;
    justify-content: start;
}


h1 {
    font-family: 'WorkSans-SemiBold', 'Helvetica Neue', Helvetica, Arial, system-ui, -apple-system, sans-serif;
    line-height: 60px;
    font-size: clamp(32px, 52px, 52px);



}

.word-break {
    word-break: break-word;
    overflow-wrap: break-word
}

h2 {
    font-family: 'WorkSans-SemiBold', 'Helvetica Neue', Helvetica, Arial, system-ui, -apple-system, sans-serif;
    line-height: 32px;
    font-size: 32px;


}

section.impressum .content h1 {
    color: var(--color-accent);
    margin-bottom: 16px;

}


section.impressum .content h2 {
    font-size: 20px;
    margin-top: 32px;
}

h2.cta {
    background-color: var(--color-accent);
    align-self: center;
    display: inline-block;
    color: white;
    padding: 12px 24px;
    border-radius: 27.5px;
    height: 55px;
    font-family: "WorkSans-Medium", 'Helvetica Neue', Helvetica, Arial, system-ui, -apple-system, sans-serif;

}


h1 .accent {
    color: var(--color-accent);
}

p {

    font-size: 20px;
    line-height: 28px;
}

p.light {
    color: #786284;
}

button {
    border: solid 1px #e4d9e8;
    color: var(--text-color);
    border-radius: 8px;
    padding: 8px 16px;
    display: flex;
    column-gap: 8px;
    background-color: hsl(290 20% 98%);
    justify-content: center;
    font-size: 18px;
    align-items: center;
    transition: 7ms;
}


.small-buttons > button {
    font-size: 16px;
}

.small-buttons > button > .image-icon {
    width: 18px;
    height: 18px;
}

header button {
    font-size: 16px;
    padding: 4px 10px;
    border-radius: 5px;
}

.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

button>a:hover {
    color: var(--);
}

button:hover {
    background-color: #f1def7;
    transition: 7ms;
}


img.cover {}

img {
    border-radius: 16px;
}

ul {
    list-style: none;
    padding: 0;
}

ul li.item-tel::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background: url('/assets/icons/call.svg');
    background-size: 90%;
    background-position: center;
}

.item {
    display: flex;
    column-gap: 8px;
}

.item p {
    font-size: 16px;
}

.horizontal-box {
    display: flex;
    width: 100%;
    column-gap: 8px;
    flex-direction: row;
}

.horizontal-box button {
    flex: 1;
}

button.cta {
    background-color: var(--color-accent);
    color: white;

}

button.cta:hover {
    background-color: var(--color-accent-hover);
}

#sprechzeiten {
    width: 100%;

}

.box {
    background-color: white;
    padding: 24px;
    border: 1px solid hsl(285 25% 88%);
    border-radius: 8px;
    font-size: 16px;

}

.box p {
    margin-bottom: 12px;
}

.box.fullwidth {
    width: 100%;
}

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

.box p {
    color: #786284;
    font-size: 16px;
    line-height: 1.4em;
}

.box h3 {

    font-family: 'WorkSans-SemiBold', 'Helvetica Neue', Helvetica, Arial, system-ui, -apple-system, sans-serif;
    line-height: 24px;
    font-size: 24px;
    margin: 16px 0px;

}

.box.colored {
    background-color: var(--color-accent-medium);
    border: 1px solid hsl(285 25% 88%);

}

.box.colored h3 {
    color: var(--color-accent)
}

.email {
    background-color: white;
    padding: 10px 14px;
    border: 1px solid hsl(285 25% 88%);
    border-radius: 8px;
    font-size: 16px;
    margin: 16px;
    font-family: 'JetBrainsMono-Regular', Menlo, Consolas, 'Liberation Mono', 'Courier New', monospace;
    letter-spacing: 0.2px;
}

#sprechzeiten h1 {
    font-size: 16px;
    line-height: 32px;

}

#sprechzeiten table {
    width: 100%;
}

#sprechzeiten p {
    font-size: 16px;
    line-height: 26px;

}

#sprechzeiten strong {
    color: var(--color-accent);
}

.stoerer {
    position: absolute;
    background-color: var(--color-accent);
    padding: 32px;
    border-radius: 64px;
    font-size: 24px;
    color: white;
    top: -24px;
    right: -24px;
    text-align: center;
    filter: drop-shadow(0px 6px 10px #786284);
}

.stoerer strong {
    font-size: 32px;
    font-family: 'WorkSans-SemiBold', 'Helvetica Neue', Helvetica, Arial, system-ui, -apple-system, sans-serif;
}

section.claim .content,
section.leistungen .content,
section.kontakt .content,
section.informationen .content {
    text-align: center;
    justify-content: center;
    flex-direction: column;
}

section.claim .content p,
section.leistungen .content p {
    max-width: 800px;
}

section.team .content {
    flex-direction: column;
    text-align: center;
}

.content #team-raster,
.content #fakten-raster,
.content #leistung-raster {
    display: flex;
    flex-direction: row;
    column-gap: 32px;
    row-gap: 32px;
    flex-wrap: wrap;
    align-content: stretch;
    ;
    justify-content: center;

}

.content #fakten-raster {
    align-items: center;
    justify-content: center;
}

.content #team-raster .member,
.content #leistung-raster .leistung {
    min-width: 300px;
    flex: 1 1 400px;
    max-width: calc((100% - 2 * 1.5rem) / 3);
    box-sizing: border-box;
    text-align: left;
}

a div.card {
    max-width: none !important;
}

.content #fakten-raster .fakten {
    min-width: 300px;
    flex: 1 1 300px;
    max-width: calc((100% - 2 * 1.5rem) / 4);
    box-sizing: border-box;
}

.card {
    padding: 20px;
    border: 1px solid hsl(285 25% 88%);
    border-radius: 8px;
    background-color: white;
    filter: drop-shadow(2px 2px 2px transparent);
    transition: filter .1s;
    transition: transform .1s;

}

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

.card:hover {
    filter: drop-shadow(0px 6px 10px hsl(285 25% 88%));
    transform: translateY(-5px);
}

.card.no-hover:hover {
    filter: none;
    transform: none;
}

.member h4,
.lesitung h4 {
    color: var(--color-accent);
    margin-bottom: 12px;
}

.member h3,
.lesitung h3 {
    font-size: 21px;
    margin-bottom: 6px;
    font-family: 'WorkSans-Medium', 'Helvetica Neue', Helvetica, Arial, system-ui, -apple-system, sans-serif;

}

.member p,
.fakten p,
.leistung p {
    font-size: 14px;
    line-height: 1.4em;
    color: #aaaaaa;
}


.leistung p {
    font-size: 14px;
    line-height: 1.4em;
    color: #786284;
    font-size: 16px;
    line-height: 1.4em;
    margin: 10px 0px;

}

.member img {
    width: 100%;
    margin-bottom: 16px;

}

.card ul,
.box ul {
    list-style-type: disc;
    margin-left: 2em;
}

.card ul li::marker {
    color: var(--color-accent);
}

.icon {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: var(--color-accent-light);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.icon.large {
    width: 60px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
}

.icon img {
    width: 70%;
}

.kontakt-cards .content {
    display: flex;
    width: 100%;

}

#kontakt-links {
    flex: 1;
}

#kontakt-rechts {
    flex: 2;

}

.kontakt-column {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    height: 100%;
}

.headline-icon img {
    width: 24px;
    border-radius: none;
}

h4.headline-icon {
    display: inline-flex;
    font-size: 21px;
    font-family: 'WorkSans-SemiBold', 'Helvetica Neue', Helvetica, Arial, system-ui, -apple-system, sans-serif;
    gap: 12px;
    align-items: center;
    margin-bottom: 16px;
}

h1.headline-icon {
    display: inline-flex;
    font-family: 'WorkSans-SemiBold', 'Helvetica Neue', Helvetica, Arial, system-ui, -apple-system, sans-serif;
    gap: 12px;
    align-items: center;
    margin-bottom: 16px;
}

h1.headline-icon img {
    width: 64px;
}

#sprechzeiten-lang {
    padding: 16px 0px;
}

#sprechzeiten-lang table {
    font-size: 16px;
    line-height: 16px;
    width: 100%;
  table-layout: auto;
  white-space: nowrap;

    

}

#sprechzeiten-lang table thead {
    display: none;
}


#sprechzeiten-lang table tr {
    height: 38px;
    line-height: 20px;
}

#sprechzeiten-lang table tr td {
    border: none;
    border-bottom: 2px solid var(--color-accent-light);

}

#sprechzeiten-lang table tr:nth-child(1) td,
#sprechzeiten-lang table tr:nth-child(3) td,
#sprechzeiten-lang table tr:nth-child(6) td,
#sprechzeiten-lang table tr:nth-child(10) td {
    border: none;

}

#sprechzeiten-lang p::after {
    content: "";
    display: inline-block;
    width: 100%;
}

#sprechzeiten-unterzeile {
    font-size: 16px;
    line-height: 20px;
}

#sprechzeiten-lang table tr td:nth-of-type(2) {
        font-family: JetBrainsMono-SemiBold, 'SFMono-Regular', Menlo, Consolas, 'Liberation Mono', 'Courier New', monospace;

}

#sprechzeiten-lang table p strong {
    font-family: 'WorkSans-SemiBold', 'Helvetica Neue', Helvetica, Arial, system-ui, -apple-system, sans-serif;

}

span.number {
    font-family: JetBrainsMono-Regular, 'SFMono-Regular', Menlo, Consolas, 'Liberation Mono', 'Courier New', monospace;
    margin-left: auto;
}

.contact-line {
    display: flex;
    justify-content: space-between;
}

hr {
    border: none;
    border-top: 1px solid var(--color-accent-medium);
    margin: 12px 0px;
    margin-bottom: 24px;

}

#copyright-links {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#impressum-links {
    display: inline-flex;
    gap: 12px;
}

#sprechzeiten-lang * em {
    color: #aaaaaa;
    font-family: 'WorkSans', 'Helvetica Neue', Helvetica, Arial, system-ui, -apple-system, sans-serif;
    font-style: normal;

}

h6 {
    font-size: 18px;
    margin: 0px;
}

h6.headline-icon {
    display: inline-flex;
    gap: 8px;
    align-items: center;
}

.box ul {
    font-size: 14px;
}

.box ul li::marker {
    color: var(--text-color);
}

.box {
    margin-bottom: 14px;
}


#kontakt-links .card h4 {
    margin-bottom: 12px;
}

#kontakt-links .card p,
#kontakt-links .card a {
    font-size: 16px;
    color: #786284;
    line-height: 24px;
}

#kontakt-links .card a {
    text-decoration: underline;
    color: var(--text-color);
    line-height: 30px;
}

#kontakt-links .card a:hover {
    color: var(--color-accent)
}


#kontakt-links .card strong {
    font-family: "WorkSans-SemiBold", 'Helvetica Neue', Helvetica, Arial, system-ui, -apple-system, sans-serif;
    color: var(--text-color);
}

#marquee {
    height: 24px;
    width: 100%;
    display: flex;
    background-color: var(--color-accent);

    align-items: center;
    justify-content: center;
    color: white;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    background: var(--color-accent);
    color: white;
}

#marquee div {
    padding-left: 100%;
    display: inline;
    white-space: nowrap;
    animation: marquee 20s linear infinite;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

#marquee div * {
    display: inline;
    font-size: 16px !important;
    font-family: "WorkSans", 'Helvetica Neue', Helvetica, Arial, system-ui, -apple-system, sans-serif !important;
    letter-spacing: 0.2px !important;
}


#language-select {
    display: flex;
    flex-wrap: wrap;
    column-gap: 12px;
    justify-content: end;
    align-items: end;
    padding-bottom: 12px;
}


.flag-btn {
    border: none;
    padding: 0;
    margin: 0 6px;
    background: none;
    height: 24px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    border-radius: 0px;
    border-radius: 5px;
    overflow: hidden;
    border: solid 1px #e4d9e8;
    margin: 0;
}

.flag-btn img {
    height: 100%;
    width: auto;
    display: block;
    transition: filter 0.15s ease;
    border-radius: 0px;
}

.flag-btn:hover img {
    filter: brightness(80%);
}

.collapsible {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    cursor: pointer;
    transition: all 0.3s ease;
}

.collapsible.expanded {
    -webkit-line-clamp: unset;
    overflow: visible;
}

.collapsible::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2em;
    background: linear-gradient(to bottom, transparent, white);
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.collapsible.expanded::after {
    opacity: 0;
}

.collapsible::after {
    content: "↓";
    color: var(--color-accent);
    font-weight: 600;
    text-align: end;
    font-size: 16px;
}

span.span-value {
    background-color: var(--color-accent-medium);
    padding: 5px 8px;
    border-radius: 6px;
    font-family: JetBrainsMono-SemiBold, 'SFMono-Regular', Menlo, Consolas, 'Liberation Mono', 'Courier New', monospace;
    font-size: 12px;
    margin: 0px 4px;
    border: solid 1px var(--color-accent-medium);
}

button img {
    width: 24px;
    border-radius: 0px;
}

.inhaltsseite>.box {
    max-width: 700px;
}

.inhaltsseite>h3 {
    margin-top: 32px;
}

.inhaltsseite>p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 12px;
    max-width: 700px;
}

.inhaltsseite>ul li {
    font-size: 16px;
    line-height: 26px;
    margin-left: 8px;
    margin-bottom: 12px;
    list-style-type: disc;
    max-width: 700px;
}

.inhaltsseite>ul li::marker {
    color: var(--color-accent);

}

img.image-icon {
    width: 24px;
    height: 24px;
}



.faq-item {
    background-color: var(--color-accent-light);
    border: 1px solid var(--color-accent-medium);
    padding: 12px 16px;
    border-radius: 8px;
    position: relative;
    margin-bottom: 8px;

}

.faq-item h3 {
    font-size: 26px;
    font-family: WorkSans-SemiBold, 'Helvetica Neue', Helvetica, Arial, system-ui, -apple-system, sans-serif;
    padding-right: 32px;
}

.faq-content {
    max-width: 800px;
    padding: 16px;
}

.faq-content p {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 16px;
}

.faq-content p strong {
    font-family: WorkSans-SemiBold, 'Helvetica Neue', Helvetica, Arial, system-ui, -apple-system, sans-serif;
}

.faq-content h4 {

    font-family: WorkSans-SemiBold, 'Helvetica Neue', Helvetica, Arial, system-ui, -apple-system, sans-serif;
}

.faq-content ul {
    list-style-type: disc;
    background-color: white;
    border: solid 1px var(--color-accent-medium);
    border-radius: 8px;
    padding: 16px;
}

.faq-content ul li{
    margin-left: 16px;
}

.faq-content ul li::marker {
    color: var(--color-accent);
}


.faq-item .expand-button {
    width: 32px;
    position: absolute;
    right: 0px;
    top: 0px;
    margin: 12px 12px;
}

.faq-content.collapsed {
    display: none;
}

.expand-button.collapsed {
    transform: rotate(180deg);
}




.cookie-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;

    transform: translateY(100%);
    transition: transform 0.3s ease;

    background-color: #fff;
    border-top: 1px solid var(--color-accent-medium);
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.08);
    z-index: 9999;
    font-size: 14px;
    
    padding-bottom: 16px;
}

.cookie-banner--visible {
    transform: translateY(0);
}

.cookie-banner__inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: start;
    justify-content: space-between;

}

.cookie-banner__inner a {
    text-decoration: underline;
}

.cookie-banner__text {
    flex: 1 1;
}

.cookie-banner__text h4 {
    margin: 0 0 4px 0;
    font-family: 'WorkSans-SemiBold', 'Helvetica Neue', Helvetica, Arial, system-ui, -apple-system, sans-serif;
    font-size: 16px;
}

.cookie-banner__text p {
    margin: 0 0 4px 0;
    font-size: 14px;
    line-height: 1.4;
    max-width: 800px;
}

.cookie-banner__actions {
    display: flex;
    gap: 8px;
    flex-shrink: 0;
}

.cookie-banner__actions button {
    font-size: 14px;
    padding: 6px 12px;
}





section.impressionen {
    width: 100vw;
    position: relative;
    overflow: hidden;
}

section.impressionen > .content {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

section.impressionen .slider-viewport {
    width: 100%;
    position: relative;
}

section.impressionen .slider-track {
    display: flex;
    align-items: center;
    will-change: transform;
}

section.impressionen .slide {
    flex: 0 0 auto;
    transition: 0.15s;
}

section.impressionen .slide :hover {
    transform: scale(1.05);
    transition: 0.2s;
}


section.impressionen .slide img {
    display: block;
    height: 360px;         
    width: auto;
    object-fit: cover;
    border-radius: 8px;     
    margin-right: 16px;   
}

.slider-overlay {
    position: absolute;
    background: linear-gradient(90deg,#f9f6f9ff 0%, #f9f6f900 100%);
    height: 400px;
    width: 230px;
    top: -20px;
    pointer-events: none;


}

.slider-overlay:nth-of-type(3) {
    right: 0px;
    transform: rotate(180deg);
}

#back-to-top {
    display: flex;
    justify-content: end;
}

#back-to-top img {
    width: 32px;
    height: 32px;
    margin-bottom: 16px;

}

.hidden {
    display: none !important;
}

@media (min-width: 1001px) {
    .hidden-on-desktop {
        display: none;
    }
}

@media (max-width: 1000px) {

    .slider-overlay {
    width: 30px;
    opacity: 0.5;

}

#back-to-top {
    justify-content: center;
}

    section.impressionen .slide img {
    height: 200px;   
    }


    .cookie-banner__inner {
        flex-direction: column;
        align-items: flex-end;
    }

    .cookie-banner__actions {
        width: 100%;
        justify-content: flex-end;
        flex-wrap: wrap;
    }

    .credits > .icon-in-line {
        font-size: 14px;
        white-space: nowrap;
    }


    #language-select {
        justify-content: center;
    }

    button {
        font-size: 16px;
    }

    button>.image-icon {
        width: 18px;
        height: 18px;
    }

    .card {
        max-width: calc(100% - 2 * 1.5rem) !important;
    }

    .hidden-on-mobile {
        display: none;
    }

    #hamburger {
        width: 32px;
        height: 32px;
        cursor: pointer;
        position: relative;
        cursor: pointer;

    }

    header {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
    }

    #hamburger-nav {
        max-height: 0px;
        transition: 0.2s ease-out;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        padding: 0px 16px;
        background-color: white;
        filter: drop-shadow(0px 0px 0px var(--color-accent));
    }

    header #main {
        background-color: white;
        z-index: 1;
    }

    #hamburger-nav.open {
        max-height: none;
        transition: height 1s;
        transition: 0.18s ease-in;
        padding-bottom: 16px;
        filter: drop-shadow(0px 0px 20px var(--color-accent));
    }

    #hamburger-nav li {
        font-size: 21px;
        padding-bottom: 10px;
        border-bottom: var(--color-accent-medium) 1px solid;
        margin-bottom: 16px;
        display: flex;

    }

    #hamburger-nav li a {
        width: 100%;
        height: 100%;
    }

    #hamburger-nav li:last-of-type {
        border-bottom: none;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    #hamburger span {
        position: absolute;
        height: 3px;
        width: 24px;
        background: #333;
        border-radius: 2px;
        transition: all 0.3s ease;
    }


    #hamburger span:nth-child(1) {
        top: 7px;
    }

    #hamburger span:nth-child(2) {
        top: 14.5px;
    }

    #hamburger span:nth-child(3) {
        top: 22px;
    }

    #hamburger.active span:nth-child(1) {
        transform: rotate(45deg);
        top: 14.5px;
    }

    #hamburger.active span:nth-child(2) {
        opacity: 0;
    }

    #hamburger.active span:nth-child(3) {
        transform: rotate(-45deg);
        top: 14.5px;
    }

    .horizontal-box {
        flex-direction: column;
        row-gap: 8px;
    }

    .hero .content {
        display: flex;
        flex-direction: column;
    }

    h1 {
        font-size: 32px;
        line-height: 120%;
    }

    section.hero {
        margin-top: 64px;
    }

    #copyright-links {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        row-gap: 8px;
        margin-bottom: 16px;
    }

    #copyright-links p {
        margin-bottom: 0px;

    }

    footer #main {
        flex-direction: column;
        row-gap: 64px;
    }

    .kontakt-column {
        justify-content: center;
        align-items: center;
        position: relative;


    }

    .kontakt-column * {
        width: 100%;
    }

    section.kontakt-cards .content {
        padding-left: 0px;
        padding-right: 0px;
    }

    #sprechzeiten-lang p {
    font-size: 16px;
    line-height: 12px;
    }


    .faq-item h3 {
    font-size: 22px;
    font-family: WorkSans-SemiBold, 'Helvetica Neue', Helvetica, Arial, system-ui, -apple-system, sans-serif;
}

.faq-content {
    max-width: none;
    padding: 0px;
    padding-top: 8px;
}

.faq-item {
    padding: 12px 16px;
}

footer #main div:first-of-type {
    flex: inherit;
}

footer #logo {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    margin-right: 8px;

}

footer #logo > img {
    width: 100%;
    
}

footer #footer-logotype {
    line-height: 24px;
}

footer #main {
    padding-top: 32px;
}


}
