html{
	background-color: rgba(237,238,240,0.5);
	font-size: 16px;
}

body{ 
	font-family:'Open Sans',sans-serif; 
	text-align: center;
	margin: 0
}

.flowers{ 
	background-image: url('parallax.png');
	opacity: 0.5;
	background-size: 50rem;
	width: 100%;
	height: 100%;
	position: fixed;
}

#flip-this:hover {
	cursor: pointer
}

#flip-this {
	height: 35.625rem;
    width: 50rem;
    margin: 0 auto;  
    position: absolute !important;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}


#flip-this .front {
	height: 35.625rem;
    width: 50rem;
    background: #eaeaea;
    box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.2);
}

#flip-this .back {
	background: #eaeaea;
    color: black;
    text-align: center;
    box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.2);
}


#flip-this .back .container {
    padding: 1.5rem 3.125rem;
    
}

.logo{
	margin-top: 1.6rem; width: 100%
}

.fest1{
	float: left;
	background-image: url('winterkranz2.png');
	background-repeat: no-repeat;
	background-size: 18.75rem;
	width: 18.75rem;
	height: 14.125rem;
	padding-top: 4.5625rem;
	padding-left: 0px;
	margin-top: 1.625rem;
}

.fest2{
	float: right;
	background-image: url('sommerkranz.png');
	background-repeat: no-repeat;
	background-size: 18.75rem;
	width: 18.75rem;
	height: 14.125rem;
	padding-top: 4.5625rem;
	padding-left: 0px;
	margin-top: 1.625rem;
}




.bild1{
	position: absolute; 
	left: 0px; 
	top: 10.4rem; 
	width: 32.0625rem
} 

.bild2{
	position: absolute; 
	right: 0px; 
	top: 10.4rem; 
	width: 17.5rem;
} 

.bild3{
	position: absolute; 
	right: 0px;
	top: 22.6rem;
	width: 17.5rem;
}

.copyright{
	position: absolute;
	right: 0.5rem;
	top: 34.3rem;
	font-size: 0.8rem;
}

@media only screen and (max-device-width: 667px) and (orientation: landscape) {
	
	html{
		font-size: 13px;
	}
	    
}



@media only screen and (max-device-width: 667px) and (orientation: portrait){
	#flip-this, #flip-this .front {
		height: 70rem;
		width: 50rem;
	    
	} 
	.logo{
		margin-top: 3rem;
		
	}
	.bild1{
		width: 100%;
		top: 13rem;
	}

	.bild2{
		width: 24.5rem;
		right: unset;
		left: 0px;
		top: 51rem 
	}

	.bild3{
		right: 0px;
		top: 51rem;
		width: 24.5rem;
	}

	.copyright{
		top: 67.6rem;
		font-size: 1.1rem;
		right: 1rem
	}

	.fest1, .fest2{
		margin: 0 auto;
		float: none;
		background-size: 22.75rem;
		width: 22.75rem;
		height: 18.125rem;
		padding-top: 4.7rem;
		margin-top: 0.625rem;
		font-size: 1.5rem
	}
	
	#flip-this .back {
		font-size: 1.4rem
	}
}

@media only screen and (max-width: 800px) {
	#flip-this {
		width: 35.625rem;
	    height: 48rem;
	    font-size: 1rem;
	    	top: 0%;
		left: 50%;
		-ms-transform: translate(-50%, 0%);
		transform: translate(-50%, 0%);
	} 
	.logo{
		margin-top: 0.9rem;
		
	}
	.bild1{
		width: 100%;
		top: 7.9rem;
	}

	.bild2{
		width: 17.5rem;
		right: unset;
		left: 0px;
		top: 35rem 
	}

	.bild3{
		right: 0px;
		top: 35rem;
		width: 17.5rem;
	}
	
	.copyright{
		top: 46.7rem
	}
	
	.fest1, .fest2{
		margin: 0 auto;
		float: none;
		background-size: 16.75rem;
		width: 16.75rem;
		height: 12.13rem;
		padding-top: 3.7rem;
		margin-top: 0rem;
		font-size: 1rem;
	}
	#flip-this .back .container {
		padding: 1.5rem;
	}


 
}