/* <----- HEADER ----> */

*{
    margin: 0;
}

.welcome {
    margin-top: 15px;
}

.logo {
    margin: 40px;
    margin-bottom: 20px;
}

.lig-logo {
    align-content: center;
    width: 100%;
    max-width: 650px;
    opacity: 0;
}

.en, .de {
    text-decoration: none;
    display: inline-block;
    padding: 10px;
}

.de {
    opacity: 0.4;
} 

.de:hover {
    opacity: 0.9;  
}

.button {
    display: block;
    margin-top: 80px;
    opacity: 0;
}

header {
    height: 100vh;
    background-image: url(images/wall-street-blur-dark-shader-vs2.png);
    background-size: cover;
    
    background-position: center;
    margin-left: 0px;
    padding: 0px 0px 0px 0px;
    padding-left: -50px;
    font-family: "Open Sans", "Helvetica Neue", Helvetiva, Arial;
    border: 
    
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
          flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
          justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 4;
    overflow: hidden;
}

.flags {
    
    display:inline-block;
    text-align: center;
    opacity: 0;
}


/* <----- CONTENT ----> */

.main-content {
    
    width: 100%;
    height: 100%;
    
    z-index: 5;
    overflow: hidden;
    
    padding-top: 15px;
    background-color: white;
}

.content {
    max-width: 650px;
    margin: auto;
    padding-top: 50px;
    /*
    border: 3px solid #73AD21;
    */
    color: #292929;
    padding-right: 30px;
    padding-left: 30px;

    position: relative;
    z-index: 3;
    background: white;
    margin-bottom: 40px;
    overflow: hidden;
    
    background-color: white;
}


.about-h1 {
    margin: 0px auto;
    font-family: "Open Sans", "Helvetica Neue", Helvetiva, Arial;
    font-weight: 300;
    
    text-align: left;
    font-size: 2.3em;
    letter-spacing: -0.1px;
}

.about-p {
    margin: 0px;
    margin-top: 10px;
    margin-right: 2px;

    text-align: left;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial;
    margin-right: 2px;
    
    font-size: 1.2em;
    font-weight: 200; 
    letter-spacing: -0.1px;
    line-height: 35px;
}


.contact-div {
    margin: 0px;
    margin-top: 70px;
    
    font-family: "Open Sans", "Helvetica Neue", Helvetiva, Arial;
    font-weight: 300;
    
    text-align: left;
    font-size: 2.3em;
    letter-spacing: -0.1px;
}

.contact-p {
    margin: 0px auto;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: left;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial;
    font-size: 1.2em;
    font-weight: 200; 
    letter-spacing: -0.1px;
    line-height: 35px;
}

br {
    font-size: 0px;
}


ul {
    list-style-type: none;
    padding-left: 2px;
}

a {
    text-decoration: none;
    font-style: italic;
    color: #0078EF;
}

en {
    opacity: 0.4;
}

/* <----- FOOTER ----> */

footer {
    position: relative;
    background: black;
    width: 100%;
    padding: 29px 0;
    bottom: 0;
}

.footer-text {
    font-family: "Open Sans", "Helvatica Neue", Helvativa, Arial;
    color: #F9F9F9;
    text-align: center;
    letter-spacing: -0.1px;
    font-weight: 200;
    font-size: 0.9em;
}

#impressum, #privacy {
    color: #2FA8FF;
}


/* <----- MEDIA QUERIES ----> */


@media only screen and (max-width: 800px) { 
    
    header {
        height: 100vh;
        background-image: url(images/wall-street-blur-dark-shader-vs2-mobile.png);
        background-size: cover;

        background-position: center;
        margin-left: 0px;
        padding: 0px 0px 0px 0px;
        padding-left: -50px;
        font-family: "Open Sans", "Helvetica Neue", Helvetiva, Arial;
        border: 

        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
              flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
              justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        position: relative;
        z-index: 4;
        overflow: hidden;
    }
}