html {
    background-color: rgba(38, 46, 52, 1);
    scroll-behavior: smooth;
    height: 100vh;
}

body {
    margin: 0px;
    min-height: 100vh;
}


.menu-bar {
    height: 104px;
    width: 100%;
    background-color: rgba(137, 188, 217, 1);
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.logo-dark-mob {
    width: 48px;
    height: 30px;
    top: 5px;
    left: 2px;
    opacity: 1;
    border-width: 4px;
}

.logo-dark-mob-responsive {
    display: none;
}

.logodark-text-div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1px;
}

.under-logodark-text-name {
    font-family: Anta;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    color: rgba(248, 245, 236, 1);
    margin: 0px;
}

.under-logodark-text-text {
    font-family: Josefin Sans;
    font-weight: 300;
    font-style: Light;
    font-size: 14px;
    color: rgba(38, 46, 52, 1);
    margin: 0px;
}

.menu-text {
    font-family: Josefin Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 26px;
    text-align: center;
    color: rgba(38, 46, 52, 1);
    cursor: pointer;
}

.menu-text:hover {
    color: #F8F5EC;
    transition: color 0.3s ease;
}

.menu-buttons {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 677px;
}

.menu-buttons-language {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 31px;
    width: 92px;
}

.menu-buttons-language-text {
    font-family: Josefin Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    cursor: pointer;
}

.menu-buttons-language-text:hover {
    color: #F8F5EC;
    transition: color 0.3s ease;
}

.menu-bar-highlight {
    background-image: url("../img/Menu-bar-clicked-elipse.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    white-space: nowrap;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F8F5EC;
}

.elipse {
    width: 36px;
    height: 24px;
    background-image: url("../img/Ellipse 24.svg");
    display: flex;
    align-items: center;
    justify-content: center;
}

#why-me, #skills, #projects, #contact-me {
    scroll-margin-top: 100px;
}

.legal-notice-title {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 100px;
    padding-bottom: 60px;
    max-width: 1111px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

.legal-notice-p {
    font-family: Anta;
    font-weight: 400;
    font-size: 54px;
    color: #89BCD9;
}

.menu-bar-content-limit{
    display: flex;
    align-items: center;
    max-width: 1440px;
    justify-content: space-around;
    width: 100%;
}

.legal-notice-small-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.legal-notice-white-text {
    font-family: Josefin Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    color: #F8F5EC;
    line-height: 25px;
}

.legal-notice-blue-text {
    font-family: Josefin Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    color: #89BCD9;
}

.contact-link {
    font-family: Josefin Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    background: #262E34;
    background-color: none;
    text-decoration: none;
    color: #89BCD9;
    cursor: pointer;
}

.burger-menu {
    display: none;
}

.menu-bar-responsive {
    display: none;
}

.halid-logo {
    height: 72px;
    width: 58px;
    cursor: pointer;
}

.arrow-back {
    display: none;
}

.responsive-footer {
    display: none;
}

.hero-section-responsive-impressum {
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-eclipse-responsive {
    position: relative;
    width: 285px;
    height: 350px;
    background-image: url("../img/Menu-responsive-elipse.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.menu-eclipse-responsive img {
    display: none;
}

.menu-buttons-responsive {
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    z-index: 2;
}

.d_none {
    display: none !important;
}

.menu-buttons-language-responsive {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
    top: 250px;
    cursor:pointer;
}

.menu-text-responsive {
    font-family: Josefin Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 22px;
    cursor: pointer;
    line-height: 0.1;
    margin: 14px;
}

.impressum-link-logo{
    text-decoration: none;
}

    #why-me, #skills, #projects, #contact-me {
    scroll-margin-top: 100px;
}

@media (min-width: 540px) and (max-width: 750px) {
    .menu-buttons {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        width: 395px;
        white-space: nowrap;
    }

    .legal-notice-title {
        padding-left: 49px;
        height: auto;
    }

    .arrow-back {
        display: block;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    footer {
        display: none;
    }

    .responsive-footer {
        display: flex;
        background-color: #89BCD9;
        width: 100%;
        height: 214px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 15px;
        margin-top: auto;
    }

    .footer-links-name {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }
}

@media (min-width: 320px) and (max-width: 540px) {

    #why-me, #skills, #projects{
    scroll-margin-top: 100px;
}

    #contact-me{
        scroll-margin-top: 0px;
    }
    .menu-bar {
        display: none;
    }

    .menu-bar-responsive {
        height: 72px;
        display: flex;
        align-items: center;
        justify-content: right;
        margin-right: 15px;
        padding-bottom: 20px;
        z-index: 9999;
    }

    .logo-dark-mob-responsive {
        display: block;
        width: 48px;
        height: 30px;
        top: 5px;
        left: 2px;
        opacity: 1;
        border-width: 4px;
        filter: invert()
    }

    .hero-section-logowhite-center {
        position: absolute;
        left: 14%;
        transform: translateX(-50%);
        display: flex;
        flex-direction: column;
        align-items: center;
        cursor: pointer;
    }

    .burger-menu {
        display: flex;
        cursor: pointer;
    }

    .legal-notice-p {
        font-family: Anta;
        font-weight: 400;
        font-size: 38px;
        color: #89BCD9;
        margin: 0px;
    }

    .legal-notice-title {
        flex: 1;
        padding-left: 33px;
        padding-bottom: 60px;
        height: auto;
    }

    .arrow-back {
        display: block;
        padding-bottom: 15px;
        padding-top: 30px;
    }

    .responsive-footer {
        display: flex;
        background-color: #89BCD9;
        width: 100%;
        height: 214px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 15px;
        margin-top: auto;
    }

    footer {
        display: none;
    }

    .footer-links-name {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }
}

@media(min-width: 540px) and (max-width: 750px) {

   #why-me, #skills, #projects{
    scroll-margin-top: 100px;
}

    #contact-me{
        scroll-margin-top: 0px;
    }

    .menu-text {
        padding: 0px 9px;
        font-size: 20px;
    }

    .menu-buttons-language {
        width: 68px;
    }

    .menu-buttons {
        width: 382px;
    }
}

@media (min-width: 750px) and (max-width: 1300px) {

    .legal-notice-title {
        flex: 1;
        padding-left: 33px;
        padding-bottom: 60px;
        height: auto;
    }

}

@media (min-width: 600px) and (max-width: 1280px) {

    .legal-notice-title {
        flex: 1;
        padding-left: 33px;
        padding-bottom: 60px;
        height: auto;
    }
}

@media (min-width: 1400px) {
    .legal-notice-title{
        height: calc(100vh - 378px);
        margin-top: 0px;
        margin-bottom: 0px;
    }
}