body {
    font-family: 'Work Sans', sans-serif;
    color: #000;
    background: #ffffff;
    width: 100%;
    padding: 0;
    margin: 0;
}

div[title="menu"] {
    background-color: #ffffff;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    border: 0 solid #000;
    border-bottom: 1px solid #0000000d;
    flex-flow: row;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    transition: opacity .2s;
    display: flex;
    position: fixed;
    overflow: visible;
    opacity: 1;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    padding: 1rem;
    font-weight: 400;
    z-index: 1000;
    transition: transform 0.3s ease-in-out;
}

div[title="fullHeader"] {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

div[title="logo"] {
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: 3rem;
    display: flex;
}

div[title="logo"] a{
    font-family: Arial, sans-serif;
    font-size: 0.984rem;
    font-weight: bold;
    color: #4a4a4a;
    display: flex;
    align-items: center;
}

div[title="logo"] img{
    flex: none;
    width: 10.125rem;
    height: 3rem;
    padding-left: 4rem;
}


main {
    font-family: 'Work Sans', sans-serif;
    max-width: 75%;
    padding: 6.5% 6rem 2.5em;
}

section {
    max-width: 75%;
}

h1 {
    font-size: 2.2rem;
    font-weight: 900;
    margin-bottom: 1.25rem;
    line-height: 140%;
}

h2 {
    font-size: 1.3rem;
    font-weight: 800;
    margin-top: 1.875rem;
    margin-bottom: 1.25rem;
    line-height: 140%;
}

h3 {
    font-size: 1rem;
    font-weight: bold;
    margin-top: 0.625rem;
    letter-spacing: normal;
    line-height: 140%;
}

a[title="mail"] {
    color: #ffa84b;
    text-decoration: underline;
    font-weight: bold;
}

p {
    color: #333;
    font-size: 0.75rem;
    line-height: 140%;
    margin-bottom: 0.913rem;
}

a {
    text-decoration: none;
    color: #333;
}

ul, ol {
    margin: 0.5rem;
    margin-left: 0;
}

ul li, ol li {
    color: #333;
    font-size: 0.75rem;
    line-height: 140%;
    margin-bottom: 5px;
    font-weight: 100;
}

span[title="cookies-list"] {
    background-color: #83dcd1;
}

li a {
    text-decoration: underline;
    color: blue;
}

li a:visited {
    color: purple;
}


/* FOOTER */

footer {
    background-color: #0d0d0d;
    color: #ffffff;
    padding: 2rem 2rem 0rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
}

.footer-container {
    display: flex;
    justify-content: left;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 2rem;
    padding-top: 3rem;
}

.footer-left {
    text-align: left;
    max-width: 45%;
    padding-right: 5%;
}

.footer-left img {
    width: 45%;
    height: auto;
    
}

.footer-left p {
    font-size: 0.8rem;
    line-height: 140%;
    padding-right: 20%;
    word-spacing: 0.25rem;
    color: #fff;
}


.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-top: 1px solid #ffffff;
    padding-top: 2rem;
}

.footer-bottom p {
    font-size: 0.9rem;
    margin: 0;
    color: #fff;
}

.footer-bottom a {
    font-size: 0.9rem;
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s;
    color: #fff;
}

.footer-bottom a:hover {
    color: #66c2c2;
}

div[title="finalTitle"] {
    width: 100%;
    text-align: left;
    justify-content: left;

}

div[title="finalTitle"] h2 {
    font-size: 10.625rem;
    font-weight: 100;
    margin-top: 0.25rem;
    margin-bottom: 0;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    font-family: 'Work Sans', sans-serif;
}


/* RESPONSIVE */

@media (max-width: 991px) {

    main {
        max-width: 90%;
        padding: 6rem 5% 2.5em;
    }

    section {
        max-width: 90%;
    }

    .footer-left p {
        padding-right: 20%;
    }

    div[title="finalTitle"] h2 {
        font-size: 3.75em;
    }
}

@media (max-width: 480px) { 

    main {
        max-width: 95%;
        padding: 6rem 5% 2.5em;
    }

    section {
        max-width: 95%;
    }

    h1 {
        font-size: 1.65rem;
        font-weight: 900;
        margin-bottom: 1.25rem;
    }

    footer{
        padding: 2em 1em 0;
    }
    


    .footer-container {
        display: flex;
        flex-direction: column;
    }

    .footer-left {
        max-width: 90%;
    }

    .footer-left img {
        max-width: 75%;
        width: auto;
        height: 75%;
    }

    .footer-left p {
        padding: 0;
    }

    .footer-bottom {
        display: flex;
        flex-direction: column;
        gap: 1em;
        text-align: left;
    }

    .footer-bottom a {
        order: 1;
        align-self: start;
        font-size: 0.7rem;
        padding-left: 0.4rem;
    }

    .footer-bottom p {
        text-align: left;
        order: 2;
        font-size: 0.7rem;
    }

    div[title="finalTitle"] h2 {
        font-size: 3.125em;
    }

}