body,
html {
    overflow-x: hidden
}

.footer-links a,
.menu-container ul li a {
    display: inline-block;
    text-decoration: none
}

#cookie-accept-btn,
#cookie-banner h10,
.footer-content,
.menu-container ul li a {
    font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";
    font-weight: 700
}

.custom-hr,
.impressum-section h2,
.impressum-section p,
h1,
h2,
h3,
h4,
main p {
    margin-bottom: 20px
}

#cookie-accept-btn:hover,
.btn:hover {
    background-color: var(--hover-color)
}

#cookie-banner h10,
.hl-imp,
h3,
h4 {
    text-transform: uppercase
}

.btn,
.footer-links a,
.logo a {
    text-decoration: none
}

:root {
    --primary-color: #74c4ff;
    --secondary-color: #ffffff;
    --text-color: #000000;
    --hover-color: #67b4fb;
    --grey-color: #f0f0f0;
    --background-color: #fcfcfc
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

@font-face {
    font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";
    font-style: normal;
    font-weight: 700
}

html {
    scroll-padding-top: 80px
}

body {
    background-color: var(--background-color);
    font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B"
}

h1,
h2,
h3,
h4,
main p {
    margin-left: 14%;
    margin-right: 14%
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: var(--secondary-color);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 100%
}

#cookie-accept-btn,
.burger-bar {
    background-color: var(--primary-color)
}

#cookie-banner,
.footer {
    box-shadow: 0 -2px 5px rgba(0, 0, 0, .1);
    color: var(--text-color);
    padding: 20px;
    display: flex
}

.burger-menu {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 25px;
    position: relative;
    z-index: 5000
}

.burger-bar {
    width: 100%;
    height: 5px;
    border-radius: 5px;
    z-index: 4999;
    transition: transform .3s, opacity .3s
}

#cookie-banner,
.footer,
.menu-container {
    background-color: var(--secondary-color)
}

.burger-menu.active .burger-bar:first-child {
    transform: rotate(45deg);
    top: 50%;
    transform-origin: center;
    position: absolute;
    z-index: 4999
}

.burger-menu.active .burger-bar:nth-child(2) {
    opacity: 0;
    position: absolute;
    z-index: 4999
}

.burger-menu.active .burger-bar:nth-child(3) {
    transform: rotate(-45deg);
    top: 50%;
    transform-origin: center;
    position: absolute;
    z-index: 4999
}

.menu-container {
    font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";
    position: fixed;
    top: 0;
    z-index: 3000
}

.btn,
.button-container,
.contact,
.footer-links a,
.menu-container ul li,
.svg-container,
section img.image.a,
section img.image.b {
    position: relative
}

.menu-container ul {
    list-style-type: none;
    padding: 0
}

.menu-container ul li {
    padding: 5%;
    text-align: center
}

.menu-container ul li a {
    font-size: 1.4rem;
    padding: 10px;
    color: var(--text-color);
    position: relative
}

.footer {
    justify-content: center;
    align-items: center
}

.footer-content {
    display: flex;
    align-items: center
}

.footer-links a {
    color: var(--text-color);
    padding: 5px 0;
    border-bottom: 2px solid transparent;
    transition: border-color .3s ease-in-out;
    margin-left: 20px
}

.footer-links a:hover {
    border-bottom: 2px solid var(--primary-color)
}

#cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    z-index: 1000
}

#cookie-banner .cookie-text {
    display: flex;
    flex-direction: column;
    max-width: 80%
}

#cookie-banner h10 {
    margin: 0;
    font-size: .9rem;
    text-align: left
}

#cookie-banner p {
    margin: 5px 0 0;
    font-size: .9rem;
    font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";
    text-align: left
}

#cookie-accept-btn {
    padding: 8px 12px;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    transition: background-color .3s
}

section img.image.a {
    padding-left: 14%;
    margin-top: 20px;
    right: -1%
}

section img.image.b {
    padding-right: 14%;
    margin-top: 20px;
    left: -1%
}

@keyframes bounce {

    0%,
    100%,
    50% {
        transform: translateY(0)
    }

    30% {
        transform: translateY(-10px)
    }

    70% {
        transform: translateY(-5px)
    }
}

.Modul1.active {
    animation: 1s ease-out forwards bounce
}

.scrolleffect {
    --scroll-effect-placeholder: 1
}

.impressum-section {
    padding-top: 3%
}

.main-content {
    margin-top: 10%
}

.custom-hr,
.team-member p {
    margin-top: 20px
}

.svg-container {
    width: 120%;
    margin-left: -10%;
    overflow: visible;
    padding-top: 5%
}

.svg-image {
    width: 100%;
    height: auto
}

.highlight-text {
    color: var(--primary-color)
}

.btn,
.scroll-top-btn {
    color: #fff;
    cursor: pointer
}

h3 {
    font-size: 3rem;
    font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";
    font-weight: 700
}

.btn,
h4 {
    font-size: 1.2rem;
    font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";
    font-weight: 700
}

.custom-hr {
    border: 0;
    height: 2px;
    width: 30%;
    background-color: var(--text-color);
    border-radius: 5px;
    margin-left: 14%
}

.btn {
    padding: 8px 12px;
    background-color: var(--primary-color);
    border: none;
    border-radius: 45px;
    transition: background-color .3s, transform .3s;
    min-width: 200px;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    text-align: center
}

.btn:hover {
    transform: scale(1.1) !important
}

.contact {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.button-container {
    margin-top: 5vh;
    margin-bottom: 5vh
}

.scroll-top-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: var(--primary-color);
    border: none;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    transition: opacity .3s, transform .3s, bottom .3s;
    opacity: 1;
    z-index: 100;
    padding: 0;
    display: block
}

.scroll-top-btn:focus {
    outline: 0
}

.scroll-top-btn:active {
    background-color: var(--primary-color);
    transform: scale(1)
}

.scroll-top-btn svg {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    stroke: white;
    transition: transform .3s
}

.hl-imp {
    margin-top: 10px
}

.logo {
    font-size: 24px;
    font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";
    font-weight: 700
}

.logo a {
    color: inherit
}

.links a {
    color: var(--primary-color);
    text-decoration: underline;
    text-underline-offset: 4px
}

@media screen and (max-width:767px) {
    body {
        padding-top: 80px
    }

    .menu-container {
        width: 100%;
        height: 100%;
        right: 0;
        display: none
    }

    .menu-container.open {
        display: block;
        transition: right .3s ease-in-out
    }

    .menu-container ul {
        text-align: center;
        margin-top: 50px
    }

    #cookie-banner {
        flex-direction: column;
        text-align: center
    }

    #cookie-banner .cookie-text {
        max-width: 100%;
        margin-bottom: 10px
    }

    .menu-container ul li a::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: var(--primary-color);
        transform: scaleX(0);
        transform-origin: bottom right;
        transition: transform .3s
    }

    .menu-container ul li a:hover::after {
        transform: scaleX(1);
        transform-origin: bottom left
    }

    .Modul1 .image,
    .Modul2 .image {
        width: 100%;
        height: auto;
        margin-bottom: 50px
    }

    .flow-text-B,
    .hl-B {
        font-size: 1rem;
        text-align: left
    }

    .hl-B {
        font-size: 1.2rem;
        font-weight: 700
    }

    .team-member {
        width: 100%;
        text-align: center;
        margin-bottom: 30px
    }

    .team-member img {
        width: 70%;
        margin-bottom: 20px
    }

    .team-member h4 {
        font-size: 1.1rem
    }

    .footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center
    }

    .footer-content {
        flex-direction: column
    }

    .footer-links a:hover {
        border-bottom-color: var(--primary-color)
    }
}

@media screen and (min-width:768px) {

    .flow-text-B,
    .hl-B {
        font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";
        color: var(--text-color);
        text-align: left;
        font-size: 1.2rem
    }

    .Modul1,
    .Modul2 {
        position: relative;
        display: flex
    }

    body {
        min-height: 100vh
    }

    .menu-container {
        right: -250px;
        width: 250px;
        height: 100vh;
        transition: right .15s ease-in-out;
        padding-top: 50px;
        box-shadow: -2px 0 5px rgba(0, 0, 0, .2)
    }

    .menu-container.open,
    .menu-container.slide-in {
        right: 0
    }

    .menu-container ul li a:hover {
        border-bottom: 2px solid var(--primary-color);
        padding-bottom: 8px
    }

    .Modul1 {
        flex-direction: column;
        justify-content: flex-start;
        width: 100%;
        padding-top: 80px
    }

    .image {
        width: 100%;
        height: auto;
        object-fit: cover;
        margin-bottom: 100px
    }

    .flow-text-B {
        max-width: 100%
    }

    .hl-B {
        max-width: 80%;
        font-weight: 700
    }

    .team-member img {
        width: 33%;
        margin-left: 14%;
        margin-top: 50px;
        margin-bottom: 10px
    }

    .Modul2 {
        flex-direction: column;
        justify-content: flex-start;
        width: 100%
    }

    .scroll-top-btn:hover {
        transform: scale(1.1);
        background-color: var(--hover-color)
    }

    .footer {
        height: 100px
    }

    .footer-content {
        justify-content: space-between;
        width: 100%;
        max-width: 100%
    }
}