* {
    margin: 0;
}

html{ 
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
    width: 100%;
    height: 100%;
    font-size: large;




}






body {
      height: 100%;
      width: 100%;
      position: fixed;
      overflow-y:scroll;
      -webkit-overflow-scrolling: touch;
    
    

}




.wrapper {
    width: 100%;
    min-height: 100%;
    padding: 0;
    margin: 0;
    background-color: transparent;

    color: #fff;
}

.wrapper:before {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: white;
    background: 
    url('images/impressum.jpg') no-repeat center center;

    /*background: url('images/aq4.jpg') no-repeat center center;*/
    background-size: cover;
    will-change: transform;

    z-index: -1;
}

.page-wrap {
    min-height: 100%;
    /* equal to footer height */
    margin-bottom: -142px;
}

.page-wrap:after {
    content: "";
    display: block;
}







.footerende {
    background-color: rgba(0, 0, 0, 0.95);
    bottom: 0;
    overflow: hidden;
}


.footerende, .page-wrap:after {
    /* .push must be the same height as footer */
    width: 100%;
    position: relative;
    bottom: 0;
    overflow: hidden;
}






.footer-content {
    position: relative;
    width: 90%;
    height: 100%;
    margin: 0 5%;
    margin-top: 5px;
    margin-bottom: 20px;
    z-index: 2;
}













.page-wrap {
    min-height: 100%;
    /* equal to footer height */
    margin-bottom: -142px;
}






.zwischen {
    background: black;
}

.zwischen, .page-wrap:after {
    /* .push must be the same height as footer */
    height: 1px;
}







.text, .page-wrap:after {
    /* .push must be the same height as footer */

    width: 90%;
    position: relative;
    left: 5%;
    color: #fff;

}

.text {
    background: transparent;
    /*background-image: url();*/
}







#hintergrund {
    position: center;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#scrollbereich {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 2;
}






a {
    text-decoration: none;
    color: #00A5CC;
}





li {
    list-style-type: none;
}





header {
    width: 100%;
    height: 50px;
    margin: auto;
    background-color: rgba(246, 206, 216, 0.05);
    z-index: 2;

    box-shadow: 0 0px 2px #626262;
    position: relative;

}





#brand {
    float: left;
    line-height: 50px;
    color: #E5DAC0;
    font-size: 25px;
    font-weight: bolder;
    margin: 0 0 0 6px;
}






.content {
    padding-top: 90px;
}

.inner-content {
    position: relative;
    width: 90%;
    height: 100%;
    margin: 0 5%;
    z-index: 2;
}









h2 {
    font-family: Arial;
    margin-bottom: 45px;
}









p {
    margin-bottom: 20px;
}







.smallwidht {
    position: relative;
    width: 90%;
    height: auto;
    margin: 0 5%;
    z-index: 2;
}






.gallery img {
    margin-top: 25px;
    margin-bottom: 1px;
}






.textgallery {
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
    background: transparent;
}






.bg-gray {
    background: rgba(0, 0, 0, 0.75);
    position: relative;
    width: 100%;
}







.author-panel {
    width: 100%;
    height: 300px;
}






.pink {
    color: pink;
}





.hotpink {
    color: hotpink;
}






.black {
    color: black;
}







.white {
    color: white;
}







.grey {
    color: grey;
}





.darkred {
    color: darkred;
}





.hellblau {
    color: #ccddff;
}









.author-panel .inner-content {
    text-align: right;
}

.author-panel label {
    position: absolute;
    right: 0;
    bottom: 5%;
}








.zwischen, .page-wrap:after {
  /* .push must be the same height as footer */
	height: 1px; 
}
.zwischen {
  background:white ;
  
}







.space {
    position: relative;
    width: 90%;
    height: 400px;
    margin: 0 5%;
}





.space1 {

    height: 50px;
    position: relative;
}






.space2 {
    width: 100%;
    height: 600px;
    position: relative;
    z-index: 3;
}






.logo img {
    
     margin-bottom: 0px;

}








.credit {
    width: 100%;
    height: 10px;
    font-size: small;
    margin-top: 1px;
    margin-bottom: 30px;
    text-align: right;
}







.awards {
    width: 100%;
    height: 2px;
    font-size: small;
    margin-bottom: 25px;
    text-align: right;
}









.cite {
    margin-top: 100px;
    margin-bottom: 50px;
}








.social {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
}






.intouch {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 60px;

}





.intouch2 {
    text-align: center;
    margin-bottom: 60px;

}









.textcenter {
    text-align: center;
    margin-top: 10px;
    font-size: small;
}







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










