:root {
    --white: #fafafa;
}
body {
    background-color: #fafafa;
}
@font-face {
    font-family: "neuzeitgrotesk-light";
    src: url("fonts/fonnts.com-Neuzeit_Grotesk_Light.otf") format("opentype");
    font-weight: light;
    font-style: normal;
}
@font-face {
    font-family: "neuzeitgrotesk-bold";
    src: url("fonts/fonnts.com-Neuzeit_Grotesk_Bold.otf") format("opentype");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "neuzeitgrotesk";
    src: url("fonts/fonnts.com-Neuzeit_Grotesk.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}
ul {
    padding-left: 1rem;
}
.center {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.section0 {
    background-color: #152f30;
    color: white;
}
.section1 {
    background-color: #152f30;
    color: white;
}
.section11 {
    background-color: #152f30;
    color: white;
}
.section2 {
    background-color: var(--white);
    color: black;
}
.section3 {
    background-color: var(--white);
}
.section4 {
    background-color: var(--white);
    color: black;
}
.section5 {
    background-color: var(--white);
    color: black;
}
.section6 {
    background-color: var(--white);
    color: white;
}
.section7 {
    background-color: var(--white);
    color: black;
}
.section8 {
    background-color: #136652;
    color: white;
}
.section9 {
    background-color: #2b9b83;
    color: white;
}

@media (min-width: 500px) {
    * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        font-family: "neuzeitgrotesk-light", sans-serif;
        font-weight: 300;
        font-size: 20px;
        line-height: 1.5em;
    }
    .maxwidth {
        max-width: 42.5rem;
        padding-left: 2rem;
        padding-right: 2rem;
        width: 100%;
    }
    .maxwidthplus {
        max-width: 47.5rem;
        padding-left: 1rem;
        padding-right: 1rem;
        width: 100%;
    }
    .header {
        position: relative;
        width: 100%;
        aspect-ratio: 16/3;
        background-image: url(images/headerbg.jpg);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        min-height: 180px;
        width: 100%;
    }
    /* .header-image {
        background-image: url(headerbg.jpg);
        background-size: cover;
        background-position: center;
    }
    .header-title {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
    .header-title1 {
        font-size: 3rem;
        font-weight: 500;
        letter-spacing: 2px;
        line-height: 3.2rem;
    }
    .header-title2 {
        font-weight: 1rem;
        font-weight: 500;
        letter-spacing: 2px;
    } */
    .row {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .section0 {
        height: 6rem;
    }
    .section1 {
        width: 100%;
    }
    .section11 {
        display: none;
    }
    .section2 {
        padding-top: 2rem;
    }
    .section25text {
        padding: 2rem;
        background-color: #2b9b83;
        color: white;
        font-family: "neuzeitgrotesk-bold", sans-serif;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .section3 {
        padding-top: 2rem;
    }
    .section4 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .section5 {
    }
    .section6 {
        padding-bottom: 3rem;
    }
    .section7 {
        padding-bottom: 4rem;
    }
    .section8 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .section9 {
        height: 3rem;
    }
    .bigtext {
        font-size: 3rem;
        font-weight: bold;
        font-family: "Bebas Neue", sans-serif;
        font-weight: 400;
        font-style: normal;
    }
    .mediumtext {
        font-size: 2rem;
        line-height: 3rem;
        font-family: "Bebas Neue", sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        padding-bottom: 2rem;
        max-width: 35rem;
    }
    li {
        padding-bottom: 0.75rem;
    }
    .image-div {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .contact-icon {
        font-size: 1.5rem; /* Vagy 1.5rem, ahogy szeretnéd */
        color: white; /* Példa: Kék szín */
        margin-right: 0.5rem;
        margin-left: 0.5rem;
    }
    .contact-text {
        font-size: 1rem;
        font-family: "neuzeitgrotesk", sans-serif;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        color: white;
        text-decoration: none !important;
    }
    .zoldhatter {
        background-color: #2b9b83;
        padding: 2rem 4rem;
    }
    .contact-name {
        font-size: 1.5rem;
        font-family: "Bebas Neue", sans-serif;
    }
    .contact-description {
        font-size: 1rem;
        font-family: "neuzeitgrotesk-light", sans-serif;
    }
    .contact-email {
        font-size: 1rem;
        font-family: "neuzeitgrotesk-light", sans-serif;
        display: flex;
        align-items: center;
        font-weight: 100;
    }
}
@media (max-width: 499px) {
    * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        font-family: "neuzeitgrotesk-light", sans-serif;
        font-weight: 300;
        font-size: 1rem;
        line-height: 1.5em;
    }
    .maxwidth {
        max-width: 54rem;
        padding-left: 2rem;
        padding-right: 2rem;
        width: 100%;
    }
    .maxwidthplus {
        max-width: 58rem;
        width: 100%;
    }
    .header {
        position: relative;
        width: 100%;
    }
    .header-image {
        background-image: url(images/headerbgnl2.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        height: 10rem;
    }
    .header-logo {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .row {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .section0 {
        height: 4rem;
        border-bottom: 1px solid var(--white);
    }
    .section1 {
        display: none;
    }
    .section11 {
        width: 100%;
    }
    .section2 {
        padding-top: 2rem;
    }
    .section25text {
        padding: 2rem;
        background-color: #2b9b83;
        color: white;
        display: flex;
        font-family: "neuzeitgrotesk-bold", sans-serif;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .section3 {
        padding-top: 2rem;
    }
    .section4 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .section5 {
    }
    .section6 {
        padding-bottom: 3rem;
    }
    .section7 {
        padding-bottom: 3rem;
    }
    .section8 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .section9 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .bigtext {
        font-size: 3rem;
        font-weight: bold;
        font-family: "Bebas Neue", sans-serif;
        font-weight: 400;
        font-style: normal;
    }
    .mediumtext {
        font-size: 2rem;
        line-height: 2.5rem;
        font-family: "Bebas Neue", sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        padding-bottom: 2rem;
        max-width: 35rem;
    }
    li {
        padding-bottom: 0.75rem;
    }
    .image-div {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .contact-icon {
        font-size: 1rem;
        color: white;
        margin-right: 0.5rem;
        margin-left: 0.5rem;
    }
    .contact-text {
        font-size: 0.75rem;
        text-decoration: none;
        font-family: "neuzeitgrotesk", sans-serif;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        text-decoration: none !important;
    }
    .zoldhatter {
        background-color: #2b9b83;
        padding: 2rem 2rem;
    }
    .contact-name {
        font-size: 1.5rem;
        font-family: "Bebas Neue", sans-serif;
    }
    .contact-description {
        font-size: 1rem;
        font-family: "neuzeitgrotesk-light", sans-serif;
    }
    .contact-email {
        font-size: 1rem;
        font-family: "neuzeitgrotesk-light", sans-serif;
        display: flex;
        align-items: center;
        gap: 0.75rem;
        font-weight: 100;
        color: white;
        text-decoration: none !important;
    }
}
