@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,200,300,200italic);
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,400italic);

body, #rootsite{
    margin: 0;
    padding: 0;
    height: 100vh;
    width:  100%;
    background: #FFF8F1;
}

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

.show{
    opacity: 1!important;
}

#header{
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 5vh;
    background: rgba(12, 12, 12, 0.79);
    font-family: 'Titillium Web', sans-serif;
    font-size: 2.5vh;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

h1{
    float: left;
    clear: both;
    margin: -1vh 0;
    padding: 0;
    color: rgba(164, 129, 78, 0.7);
    font-family: 'Titillium Web', sans-serif;
    font-weight: 200;
    font-size: 4.5vh;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

#header nav{
    float: right;
    height: 100%;
    padding: 0.5vh 2vw 0px 0px;
}

#header nav a{
    color: rgba(164, 129, 78, 0.7) !important;
    font-weight: 200;
    padding: 1vh;
}

.aktive{
    text-decoration: underline !important;
}

.maxified{
    height: 10vh !important;
    font-size: 5vh !important;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.maxified h1{
    margin: -2vh 0;
    font-size: 9vh;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.maxified nav{
    padding-top: 1vh !important;
    padding-right: 2vw !important;
}

.main-section{
    margin: 0;
    padding: 0;
    height: 100vh;
    width:  100%;
}

#landing-page{
    background: url(../images/landingimage.jpg) no-repeat center;
    background-size: cover;
}

#landing-page > .contentbox{
    padding: 5vmin;
    position: relative;
    left: -35vw;
    top: 17vh;
    width: 30vw;
    background: rgba(0, 0, 0, 0.28) none repeat scroll 0% 0%;
    font-size: 4vh;
    display: inline-block;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.contentbox .content{
    margin-bottom: 2vh;
    font-family: 'Droid Serif', serif;
    display: block;
}

.contentbox .author{
    float: right;
    font-family: 'Droid Serif', serif;
    font-style: italic;
    display: block;
}

#mainpart{
    height: auto !important;
}

h2{
    font-family: 'Titillium Web', sans-serif;
    font-size: 7vh;
    text-align: center;
    font-weight: 300;
    color: rgba(164, 129, 78, 0.7);
}

#mainpart .main-section{
    margin: 0;
    padding: 5vh 0 5vh 0;
}

#mainpart .member-container{
    margin: 3vh 5vh;
    padding: 2vh 10vh;
    display: flex;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

#mainpart .member-container:hover{
    -webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,1);
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.5);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

#mainpart h3{
    font-family: 'Titillium Web', sans-serif;
    font-size: 6vh;
    font-weight: 300;
}

#mainpart .member-image{
    flex: 1;
}

#mainpart .member-image img{
    height: 30vw;
    width: 30vw;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    background: rgba(24, 24, 24, 0.88);
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.4);
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.4);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

#mainpart .member-image img:hover{
    /*-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,1);
    box-shadow: 0 0 20px 0 rgba(0,0,0,1);*/
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

#mainpart .member-content{
    flex: 1;
    font-family: 'Droid Serif', serif;
    font-size: 4vh;
    font-weight: 400;
}

#footer{
    background: #262726;
}

#footer-container{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

#form{
    width: 100%;
    height: 100%;
    flex: 1;
}

#form input, #form textarea{
    font-family: 'Titillium Web', sans-serif;
    font-size: 8vh;
    margin: 1vmin 5vw 1vmin 5vw;
    width: 40vw;
    height: 10vh;
}

#form textarea{
    height: 35vh;
    font-size: 5vh;
}

#form input[type="submit"]{
    width: 20vw !important;
    font-size: 5vh;
}

#footer-information{
    flex: 1;
}

#footer-information p{
    font-family: 'Droid Serif', serif;
    font-size: 5vh;
    color: rgba(253, 247, 240, 0.88);

}

#footer-up{
    display: none;
    position: fixed;
    bottom: 3vh;
    left: 48vw;
    height: 4vw;
    width: 4vw;
}

#footer-up i{
    font-size: 4vw;
    color: rgba(253, 247, 240, 0.88);
}



