html {
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #EEEEEE;
    font-family: Helvetica Neue, Helvetica, sans-serif;
}

a {
    color: #141E61;
    text-decoration: none;
}

body {
    margin: 0;
    color: #141414;
}

.pageonecolumn {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0vh auto 0vh auto;
    padding: 5vh 0vh 0vh 0vh;
    max-width: 80vw;
}

.pagemulticolumn {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0px auto 0px auto;
    max-width: 80vw;
}

.download {
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: auto;
}

img.hyper {
    margin-left: auto;
    margin-right: 6px;
    float: right;
    vertical-align: middle;
    width: 100px;
    height: 30px;
}

img.download {
    margin-left: auto;
    margin-right: 10px;
    float: right;
    vertical-align: middle;
    width: 100px;
    height: 30px;
}

main {
    top: 200px;
    font-family: Helvetica Neue;
    color: white;
    background-color: transparent;
}

img.logotwitter {
    margin-left: 140px;
    margin-right: 10px;
    margin-bottom: 4px;
    vertical-align: middle;
    width: 32px;
    height: 32px;
}

img.logofacebook {
    margin-right: 10px;
    margin-bottom: 5px;
    vertical-align: middle;
    width: 20px;
    height: 20px;
}

button.nav_button {
    -moz-box-shadow: inset 0px 1px 0px 0px #fce2c1;
    -webkit-box-shadow: inset 0px 1px 0px 0px #fce2c1;
    box-shadow: inset 0px 1px 0px 0px #fce2c1;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
    background: -moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
    background-color: #ffc477;
    -webkit-border-top-left-radius: 7px;
    -moz-border-radius-topleft: 7px;
    border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topright: 7px;
    border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-bottom-left-radius: 7px;
    border: 1px solid #eeb44f;
    color: #ffffff;
    font-family: Roboto;
    font-size: 28px;
    font-weight: bold;
    font-style: normal;
    margin-top: 0px;
    height: 80px;
    width: 140px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #cc9f52;
}

    button.nav_button:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
        background: -moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
        background-color: #fb9e25;
    }

    button.nav_button:active {
        position: relative;
        top: 1px;
    }

.presentation {
    max-width: 990px;
    margin-left: auto;
    margin-right: auto;
    color: white;
}

.columnone {
    max-width: 40vw;
    color: white;
    font-weight: 300;
    text-align: left;
}

    .columnone h2 {
        text-align: left;
       
    }

    .columnone p {
        padding: 0px 10vw 0px 10vw;
    }

.main_column {
    width: 40vw;
    margin-top: 0;
    margin-left: 15px;
    margin-right: 15px;
    color: black;
    font-weight: 300;
    text-align: left;
}

.half_column {
    width: 30vw;
    margin-top: 0;
    margin-left: 15px;
    margin-right: 15px;
    color: black;
    font-weight: 300;
    text-align: left;
}

.two_third_column {
    width: 60vw;
    margin-left: 15px;
    margin-right: 15px;
    text-align: left;
    color: black
}

.two_third_columnFirst {
    width: 600px;
    height: 372px;
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    align-content: center;
}


h2 {
    margin-top: 0;
    font-family: "Helvetica Neue Bold";
    font-style: normal;
    font-weight: bold;
    font-weight: 700;
    font-size: 4.3em;
    text-align: center;
    text-transform: uppercase;
    color: #FFFEFE;
}

h3 {
    font-family: "Helvetica Neue Bold";
    font-style: normal;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 39px;
    color: #111111;
}


h4 {
    font-family: "Helvetica Neue Bold";
    font-style: normal;
    font-weight: bold;
    font-size: 2em;
    line-height: 39px;
    color: #111111;
}

p, a {
    font-family: "Helvetica Neue";
    font-size: 1.2em;
    color: #111111;
}

#featured_pic {
    display: block;
    width: 30vw;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    border-style: none;
    border-width: 1px;
    border-color: red;
}

    #featured_pic img {
        width: inherit;
        height: auto;
    }

#inline_pic {
    float: left;
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
}


#access {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 200px;
    height: auto;
    margin: 0px 0px 0px 0px;
    text-align: center;
}

/*NEW */
#main_banner {
    background-image: url('/Images/main banner.png');
    margin-top: 2vw;
    width: 100vw !important;
    height: 70vh;
    justify-content: center;
    flex-direction: column;
   
}

    #main_banner h2 {
        padding-top: 14vh;
        font-family: "Helvetica Neue";
        letter-spacing: 0.07em;
        animation-duration: 3s;
        animation-name: slidein;
        animation-direction: alternate;
       
    }

@keyframes slidein {
    from {
        margin-top: 100%;
        width: 300%;
    }

    to {
        margin-top: 0%;
        width: 100%;
    }
}


.white_text {
    color: #FFFEFE;
    padding-bottom: 3vw;
    padding-left: 30vw;
    padding-right: 30vw;
}


.button {
    background: linear-gradient(265.65deg, #7B133B 14.52%, #1F1A54 91.1%);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
   
    height: auto;
    padding: 1vw;
    border: none;
    border-radius: 16px;
    display: table;
    box-shadow: 0px 4px 8px 0 rgba(0, 0, 0, 0.4);
    text-align: center;
    margin-left:40vw;
}

    .button a {
        display: table-cell;
        vertical-align: middle;
        text-decoration: none;
        color: #FFFEFE;
        padding-left: 1vw;
    }

    .button img {
        padding-left: 1vh;
       
    }

#picture1{
    padding-top: 10vh;
}

.main_pick img {
   
}

.laptop {
    float: right !important;
    right: 0 !important;
    padding-top: 16vh;
}

.download {
    flex-direction: column;
    justify-content: center;
    
    
}

.button_bottom {
    border: 1px solid red;
}
.impressum{
    font-size: 3.5em;
}
/*footer*/
footer {
    max-width: 990px;
    line-height: 30px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
}

.footer_text {
    line-height: 30px;
    font-size: 12px;
}

footer {
    max-width: 80vw;
    padding-top: 7vh;
    margin-left: auto;
    margin-right: auto;
   
}
.footer_title {
    font-family: "Helvetica Neue";
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #414141;
}

footer div {
    margin: 0 auto;
    width: 80vw;
    text-align: left;
}

.footercolumn {
    display: flex;
    max-width: 80vw;
    justify-content: center;
    vertical-align: top;
    margin-bottom: 2vh;
    padding: 1vw;
    background-color: #D3EEFB;
}

.footer_text {
    flex-basis: auto;
    flex-grow: 1;
    display: inline-block;
    align-items: center;
    vertical-align: top;
    max-width: 20vw;
    margin-left: 1vw;
    font-family: "Helvetica Neue";
    font-weight: 500;
    align-items: center;
}

/*font-face*/
@font-face {
    font-family: "Helvetica Neue Bold";
    src: url("/Fonts/HelveticaNeueBold.ttf") format('opentype');
}


@font-face {
    font-family: "Helvetica Neue";
    src: url("/Fonts/HelveticaNeue-Light.otf") format('opentype');
}


@font-face {
    font-family: "Helvetica Neue";
    src: url("/Fonts/HelveticaNeueLight.ttf") format('opentype');
}

