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

*{
 	margin:0px;
 	padding: 0px;
	border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
 	font-family: Helvetica;
	box-sizing: border-box;
 	text-decoration: none;
	line-height: 1.3;
 	background-color:#010912;
  
}
* a:link, a:visited{
	color: white;
}

#titel{
    font-size: 25px;
	font-weight: 100;
}
#titelBold{
	font-weight: 700;  
}
#headerContainer{
	width:80%;
	height: 90px;
	margin-left: 10%;
    display: flex;
	align-items: baseline;
	justify-content: space-between;
	color: white;
}

.headerElement{
	margin-top: 35px;
	font-size: 15px;
	font-weight: 100;
}
.headerMenue{
	width: 230px;
	display: flex;
	align-items: baseline;
    justify-content: space-between;
}

.img_row_container{
	margin-left: 10%;
    margin-right: 10%;
    margin-bottom: .8%;
	max-height: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
	text-align: center;
}
.img_fullSize{
	width: 100%;
	object-fit: cover;
}
.img_scale{
	max-width: 100%;
	max-height: 100%;
}
.img_container{
    position: relative;
	text-align: center;
	line-height: 150%;
}

.onHover{
	display: none;
	width: 100%;
    
}
.hoverContainer:hover .onHover {
	display: block;
	position: absolute;
    top: 50%;
    left: 50%;
	width: 100%;
    transform: translate(-50%, -50%);
    color: #FFF;
	background-color: transparent;
	font-size: 35px;
	font-weight: 600;
}
.hoverContainer:hover > img {
    max-width:100%;
    max-height:100%;
    position:relative;
    background-color:#000;
    opacity:0.4;
}

.img_small{
	width: 35.5%;
}

.img_medium{
	width: 49.3%;
}

.img_large{
	width: 63.05%;
}

.copyright{
	text-align: center;
	font-size: 15px;
	padding: 20px;
	margin-bottom: 30px;
	color: #424E6B;
}
.copyright a:link, .copyright a:valid, .copyright a:visited{
	color: #424E6B;
}

#inprintContainer{
	max-width: 80%;
    margin: 0px 10%;
    padding: 0% .5%;
	font-weight: bold;
}

#inprintContainer h1{
	font-size: 40px;
}

#inprintContainer h2{
    margin:30px 0px 15px 0px;
	font-size: 30px;
}

#inprintContainer h3{
	margin:20px 0px 10px 0px;
	font-size: 20px;
}

#inprintContainer p{
	margin-left: 20px;
	font-weight: 100;
}

#inprintContainer li{
	margin: 10px 30px;
	font-weight: 100;
}

.inprintText{
	margin: 20px;
    color: #C3C3C3;
}

@media (max-width:768px){
	
	*{
 	margin:0px;
 	padding: 0px;
	border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
 	font-family: Helvetica;
	box-sizing: border-box;
 	text-decoration: none;
	line-height: 1;
 	background-color:#021223;
  
}
* a:link, a:visited{
	color: white;
}

#titel{
    font-size: 4vw;
	font-weight: 100;
}
#titelBold{
	font-weight: 600;  
}
#headerContainer{
	width:90%;
	margin-left: 5%;
    display: flex;
	align-items: baseline;
	justify-content: space-between;
	color: white;
	height: auto;
	margin-bottom: 5vw;
}

.headerElement{
	margin-top: 5vw;
	font-size: 2vw;
	font-weight: 100;
}
.headerMenue{
	width: 30vw;
	display: flex;
	align-items: baseline;
    justify-content: space-between;
}

.img_row_container{
	margin-left: 0%;
    margin-right: 0%;
    margin-bottom: .8%;
	max-height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	text-align: center;
}
.img_fullSize{
	width: 100%;
	object-fit: cover;
}
.img_scale{
	max-width: 100%;
	max-height: 100%;
}
.img_container{
    position: relative;
	text-align: center;
	line-height: 150%;
}

.onHover{
	display: none;
    
}
.hoverContainer:hover .onHover {
	display: block;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
	background-color: transparent;
	font-size: 5vw;
	font-weight: 600;
}
.hoverContainer:hover > img {
    max-width:100%;
    max-height:100%;
    position:relative;
    background-color:#000;
    opacity:0.4;
}

.img_small{
	width: 100%;
}
.img_medium{
	width: 100%;
}
.img_large{
	width: 100%;
}

.copyright{
	text-align: center;
	font-size: 2vw;
	padding: 5vw;
	margin-bottom: 30px;
	color: #424E6B;
}
.copyright a:link, .copyright a:valid{
	color: #424E6B;
}
	
}
