body{
	background: #f08015;
	overflow: hidden;
	min-height: 100vh;
	padding: 0 30 0px;
	position: relative;
	font-family: 'Roboto', sans-serif;
}

img{
	width: 100%;
}

.wrapwrapper{
	overflow: hidden; 
	width: 100%;
	position: absolute;
	bottom: 0;
}

.wrap{
	width: calc(50% - 60px);
	float: left;
	display: block;
	overflow: hidden;
	position: relative;
	padding: 0 30px;
	bottom: 0;
}

.ziegel{
	position: absolute;
	width: 315px;
	display: block;
	top: 30vh;
	margin: 0 auto; 
	left: 0;
	right: 0;	
	cursor: pointer;
}

.popup{
	width: 100%;
	height: 50%;
	display: block;
	overflow: hidden;
	position: relative;	
	text-align: center;
	cursor: pointer;
}

.popup canvas{
	inset: 0 !important;
    top: 0 !important;
    bottom: 0 !important;	
}

.popup img{
	max-width: 35vw;
	margin: 0 auto;
}	

.logo{
	position: absolute;
	left: 0;
	right: 0;
	width: 40vw;
	margin: 4vh auto 0;
	display: none;
	bottom: -56px;
}

.logo svg{
	max-width: 700px;
	margin: 0 auto;
	display: block;
}

.text p{
	margin: 0;
}

.logo .text{
	color: #fff;
	text-align: center;
}

a{
	color: #fff;
	text-decoration: underline;
}

a:hover{
	color: #000;
}


h1, h2, p{
	font-weight: 300;
}

h1{
	margin: 0;
	font-size: 65px;
}

h2{
	margin: 0 0 20px;
	font-size: 30px;
}

p{
	line-height: 1.5em;
	font-size: 18px;
}

.impressumstext{
	padding: 10vw;
	text-align: center;
	color: #fff;
	background: #f08015;
	position: relative;
	font-family: 'Roboto', sans-serif;
}

@media screen and (max-width: 800px) {
	body{
		background: #f08015;
		overflow: hidden;
		min-height: 90vh;
		padding: 0 30 0px;
		position: relative;
		font-family: 'Roboto', sans-serif;
	}	
	
	.wrap {
	    width: calc(100%);
	    float: left;
	    display: block;
	    overflow: hidden;
	    position: relative;
	    padding: 0;
	    bottom: 0;
	}  
	
	.ziegel {
	    position: absolute;
	    width: 90%;
	    top: 10px;
    }	
	
	.popup img {
	    max-width: 100%;
	    margin: 0 auto;
	}  
	
	h1 {
	    margin: 0;
	    font-size: 30px;
	}
	
	h2 {
	    margin: 0 0 20px;
	    font-size: 15px;
	}	
	
	p {
	    line-height: 1.5em;
	    font-size: 13px;
	}

	.logo {
	    position: absolute;
	    left: 0;
	    right: 0;
	    width: 100%;
	    margin: 20px auto 0;
	    display: none;
	    bottom: 0;
	}	  
 }

