/*
Template: skenty Interimsseite
Author: ants and butterflies
Version: 1.0
Design and Developed by: ants and butterflies
*/




body {
	font-size: 20px; 
	font-family: Helvetica, Arial, sans-serif;	
	font-style: bold;
	line-height: 24px;
	color: #000;
	background-color: #fff;
}

.wrapper {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	margin: 0 auto;
	padding: 15px;
	text-align: center;
	max-width: 900px;
}

#footer {
	position: fixed;
    left: 0;
    bottom: 50px;
    width: 100%;
    max-width: 1280px;
    padding-left: 50px;
    z-index: 100;
	font-size: 14px;
	line-height: 20px;
	font-family: Helvetica, Arial, sans-serif;
	
	}
	
#footer a, .imprint a, a {
	color: #000;
	text-decoration: none;
	}
	
#footer a:hover, .imprint a:hover, a:hover {
	color: #999;
}	

img {
	max-width: 100%;
}

#work {
	display: block;
	position: absolute;
	top: calc(50vh - 50px);
    left: 50%;
    margin-top: -150px;
    margin-left: -225px;
	opacity: 1;
	z-index: 3;
	text-align: center;
}

#content {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	padding: 50px;
}

.imprint {
	font-size: 14px;
	line-height: 18px;
}


@media only screen and (max-width: 375px) {
	#content {
	padding:10px;
	}
	
	#footer {
    padding-left: 10px;
    bottom: 10px;
}