@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

    
html, body {
    margin: 0;
    padding: 0;
    background-color: #1A1A1A;
    font-family: sans-serif;
}

.wrapper {
	width: 100%;
}


.wrapper img {
	position: relative;
	

}

.active:hover{
	font-weight: bold;
	color: #b3171c;
}

ul{
	font-family: source code pro;
	text-align: left;
	font-weight: 400;
	font-size: 30px;
	line-height: 200%;
	font-style: normal;
	text-indent: 20px;
	color: #CCCCCC;
	padding: 0px 12% 0px;
	
}

											 /*header*/

header {
	width: 100%;
    position: fixed;
    margin: 0;
	z-index: 98;
	height: auto;
}

.logo {
	/*transform: translate(50%, 10px);*/
	display: block;
	z-index: 16;
	float: center;
	width: 50%;
	margin: 0 auto 0 auto;
	padding-top: 0px;

}



												/*main*/






											/*footer*/

footer  {
	height: 140px;
	/*padding-left: 56px;
	padding-left: 100px;*/
	background-color: #1A1A1A;
	text-align: left;
	z-index: 10;
	margin-top: 100px;
}

.foot{
	padding-left: 156px;
}

.icons{
	float: left;
	margin-bottom: 35px;
	margin-top: 35px;
	
	
}

.footertext{
	font-family: source code pro;
	float: right;
	margin-top: 30px;
	margin-right: 100px;
	text-align: right;
	color: #dddddc;
	font-size: 11px;
	
}
											

footer hr{
	width: 92%;
	margin: auto;
	
	
}




										/*index*/
.wrapper_index{
	width: 90%;
	margin: 0 auto;
	display: block;

}

.index_bild1{
	display: block;
	float: left;
	width: 50%;
	margin: 0 0 100 0;
	padding: 0;
	position: relative;
	
}

.index_bild2{
	display: block;
	float: right;
	width: 50%;
	margin: 0 0 100 0;
	padding: 0;
	position: relative;
	
}

.index_off_top{
	display: none;
	position: absolute;
	z-index: 14;
	top: 0;
	left: 0;
	
}
	
.index_bild1:hover .index_off_top {
        display: inline;
    }

.index_bild2:hover .index_off_top {
        display: inline;
    }

.overlay_index {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  z-index: 15;
}

.index_bild1:hover .overlay_index {
        display: inline;
    }

.index_bild2:hover .overlay_index {
        display: inline;
    }



.indexbild{
	position: relative;
	margin-bottom: 100px;
	display: block;
	
	margin: auto;
}

.homepage{
	position: relative;
	width: 50%;
	float: left;

}

.homepage2{
	position: relative;
	width: 50%;
	float: right;
}


.img_homepage1{
	
	display: block;
	width: 100%;
	height: auto;
	opacity: 1;
    transition: .5s ease;
    backface-visibility: hidden;
}

.img_homepage2{
	
	display: block;
	width: 100%;
	height: auto;
}

.homepage:hover .img_homepage1{
  opacity: 0.5;
}

.homepage:hover .overlay{
	opacity: 0.5;
}

.homepage2:hover .img_homepage2{
  opacity: 0.5;
}

.homepage2:hover .overlay{
	opacity: 0.5;
}


.img_homepage2:hover .overlay{
	opacity: 0.5;
}


.overlay {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;

}

.text_in_bild{
 
  color: white;
  font-size: 80px;
  padding: 16px 32px;
}




.indextext{
	padding: 100 15% 100 15%;
	position: relative;
	display: block;
}



.index_logo{
	positon: relative;
	width: 50%;
	margin: 100px auto;
}



.motivationstext_u{
	font-family: source code pro;
	text-align: center;
	font-weight: 500;
	font-size: 50px;
	margin: 20px 0;
	line-height: 200%;
	font-style: bold;
	color: #CCCCCC;
	
}


.a_text{
	display: block;
	margin: 100px 0 100px 0;
}

.a_text a{
	text-decoration: none;
	
}

.a_text:hover{

}

.motivationstext{
	font-family: source code pro;
	text-align: justify;
	font-weight: 400;
	font-size: 30px;
	line-height: 200%;
	font-style: normal;
	text-indent: 20px;
	color: #CCCCCC;
	padding: 0px 12% 0px;
	
}

.ausstellungstext{
	font-family: source code pro;
	text-align: justify;
	font-weight: 400;
	font-size: 30px;
	line-height: 200%;
	font-style: normal;
	text-indent: 20px;
	color: #CCCCCC;
	padding: 40px 12% 0px;
	
}

.motivationstext_h1{
	font-family: source code pro;
	text-align: center;
	font-weight: 500;
	font-size: 35px;
	line-height: 200%;
	font-style: normal;
	text-indent: 20px;
	color: #cccccc;
	padding: 20px 12% 30px;

}



										/*indi*/

.indi_off{
	width: 90%;
	display: block;
	margin: 20px auto 20px auto;
	position: relative;
}

.indi_off_top{
	display: none;
	position: absolute;
	z-index: 14;
	top: 0;
	left: 0;
	
}
	
.indi_off:hover .indi_off_top {
        display: inline;
    }




										/*mass*/



.image{
  position: relative;
}
.image a{
  display: block;      
  position: absolute;
}

.mass_rot{
	width: 50%;
	padding: 250px 0 0;
	text-align: center;
}

.mass_off{
	width: 90%;
	display: block;
	margin: 20px auto 0 auto;
	position: relative;
	text-align: center;
	padding-top: 250px;
	padding-bottom: 1100px;
}



.mass_off_top{
	display: none;
	position: absolute;
	z-index: 14;
	top: 0;
	left: 0;
	
}
	
.mass_off:hover .mass_off_top {
        display: inline;
    }

										/*mass_on*/



.header_mass{
	width: 100%;
    position: relative;
    margin: 0;
	z-index: 98;
	height: auto;
}


.zoom{
	
}

.server{
	
	
}

.wrapper_japan{
	width: 90%;
	margin: auto;
}
.japan{
	float: left;
	display: block;
	height: 300px;
	padding: 3px;
	
	
}

.japan_top{
	
}

.mass_text{
	padding: 0 0 50px;
	width: 100%;
}

.mass_article{
	font-family: source code pro;
	text-align: justify;
	font-weight: 400;
	font-size: 30px;
	line-height: 200%;
	font-style: normal;
	text-indent: 20px;
	color: #CCCCCC;
	
}

.mass_article_u{
	font-family: source code pro;
	text-align: justify;
	font-weight: 400;
	font-size: 30px;
	line-height: 200%;
	font-style: normal;
	text-indent: 20px;
	color: #CCCCCC;
	padding: 0px 12% 0px;
	
	
}

.mass_article2{
	font-family: source code pro;
	text-align: justify;
	font-weight: 400;
	font-size: 30px;
	line-height: 200%;
	font-style: normal;
	text-indent: 20px;
	color: #CCCCCC;
	padding: 0px 12% 0px;
	
}


.mass_article_h1{
	font-family: source code pro;
	text-align: center;
	font-weight: 500;
	font-size: 35px;
	line-height: 200%;
	font-style: normal;
	text-indent: 20px;
	color: #cccccc;
	padding: 20px 12% 30px;

}

.untermeta{
	color: #cccccc;
	font-family: source code pro;
	padding: 3px;

}

.untermeta a{
	color: #cccccc;
	font-family: source code pro;
	padding: 3px;
	text-decoration: none;
}
	
	
.mass1_off{
	width: 100%;
	display: block;
	margin: 20px auto 0 auto;
	position: relative;
	text-align: center;
	
}



.mass1_off_top{
	display: none;
	position: absolute;
	z-index: 14;
	top: 0;
	left: 0;
	
}
	
.mass1_off:hover .mass1_off_top {
        display: inline;
    }

												/*main*/


.content_wrapper {
	margin: 0px;
	background-color: #2c2c2c;
}




