/* MONTSERRAT */
@font-face { 
    font-family: 'Montserrat';
    src:url('/assets/fonts/Montserrat-Medium.ttf');
    font-weight: 500;
} 
@font-face { 
    font-family: 'Montserrat';
    src:url('/assets/fonts/Montserrat-SemiBold.ttf');
    font-weight: 600;
} 
@font-face { 
    font-family: 'Montserrat';
    src:url('/assets/fonts/Montserrat-Bold.ttf');
    font-weight: 700;
}

/* OPEN SANS */
@font-face { 
    font-family: 'Open Sans';
    src:url('/assets/fonts/OpenSans-Regular.ttf');
    font-weight: 400;
} 
@font-face { 
    font-family: 'Open Sans';
    src:url('/assets/fonts/OpenSans-SemiBold.ttf');
    font-weight: 600;
} 


#logo-hell, #logo-dunkel {
    height: 50px;
    max-width: 70vw;
}

menu {
    float: right;
    z-index: 10000;
}

menu ul {
    list-style: none;
    margin: 0;
}

menu ul li {
    display: inline-block;
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
}

menu a {
    color: #3A405A;
    text-decoration: none;
    text-transform: lowercase;
    font-family: 'Open sans';
    font-weight: 600;
    font-size: 16px;
    padding: 20px 15px !important;
    line-height: 26px;
    margin: 0 !important;
}
@media screen and (min-width: 851px) {
    menu a:hover {
        color: rgba(83, 161, 190, 0.932);
    }
}

#camps {
    background-color: rgba(247, 244, 244, 0.7);
    border-top: 2px solid #3A405A;
    position: absolute;
    top: 35px;
    left: -30px;
    z-index: 1000000;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    display: none;
}

#camps a {
    padding: 9px 15px !important;
    font-weight: 400;
    display: block;
    text-align: left;
    margin: 0;
    text-transform: none !important;
    white-space: nowrap;
}

ul li:hover #camps {
    display: block;
}

#camps:hover {
    display: block;
}

#span-menu {
    display: none;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 45px;
    right: 5.2vw;
    z-index: 100000;
}

#span-menu div {
    width: 25px;
    height: 3px;
    background:rgba(36, 39, 54);
    border-radius: 3px;
    position: absolute;
    transition: all .3s ease-in;
}

#span-menu div:nth-of-type(2) {
    top: 10px;
}

body footer {
    width: 60vw;
    margin: 0 20vw;
    padding-bottom: 20px;
    padding-top: 10px; 
    position: relative;
    top: 100%;
    margin-top: 40px;
}
    
body footer a {
    color: black;
    text-decoration: none; 
}

body footer a:nth-of-type(1) {
    margin-right: 40px; 
}

body footer a:nth-last-of-type(1) {
    float: right; 
}

@media screen and (max-width: 940px) {
    menu {
        background-color: rgba(83, 161, 190, 0.932);
        position: fixed;
        top: 0;
        right: -100vw;
        height: 100vh;
        width: 100vw;
        opacity: 0;
        transition: right .7s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    menu ul li:nth-of-type(1) {
        margin-top: 80px !important;
    }

    menu ul li {
        display: block;
        z-index: 1000;
        margin-top: 18px;
        text-align: center;
        margin: 10px 0px !important;
    }

    menu ul li a {
        padding: 0px !important;
        color: white !important;
        animation: none;
        font-weight: 400;
        font-size: 20px;
    }

    #camps {
        position: relative;
        margin-bottom: 40px;
        margin-top: -20px;
        width: 40vw;
        left: 30vw;
        background: rgba(255,255,255,0.4);
        border-radius: 6px;
        border: 0;
    }

    #camps a {
        text-align: center;
        font-size: 18px;
        padding: 9px 10px !important;
    }

    #span-menu {
        display: block;
    }
}
@media screen and (max-width: 800px) {
    footer {
        width: 80vw !important;
        margin: 0 10vw !important; 
        margin-top: 40px !important;
    } 
}

@media screen and (max-width: 650px) {
    footer a {
        margin: 0 !important;
        float: none !important;
        text-align: center;
        display: block;
        margin-bottom: 10px !important; 
    } 
}

@media screen and (max-width: 450px) {
    #camps {
        width: 70vw;
        left: 15vw;
    }
}