@import url(fonts/opensans_regular_german/stylesheet.css);
@import url(fonts/pacifico/style.css);

:root {
  --weiss: #faf7f4;
  --schwarz: #61594C;
  --farbe1: #e2d7ae; /*hellgrün*/
  --farbe2: #a87329 ; /*gold*/
  --farbe3: #2e4653; /*petrol*/
}


body {    
 	background-color: var(--farbe1); 
	/*background-image: url("background.jpg");*/
 	text-align: center; 
 	margin-top: 2%;
 	font-family: 'open_sansregular';
 	font-size: 14pt;
	color: var(--schwarz);
}

a {
	color: var(--farbe2);
	font-weight: 600;
	text-decoration: none;
}

.datenschutzlink a {
	color: var(--schwarz);
	text-align: center;
}
   	


.bild1 { -webkit-transform: rotate(-3.5deg);  /* Saf3.1+, Chrome */
	   -moz-transform: rotate(-3.5deg);  /* FF3.5+ */
		-ms-transform: rotate(-3.5deg);  /* IE9 */
		 -o-transform: rotate(-3.5deg);  /* Opera 10.5 */
			transform: rotate(-3.5deg);
		-webkit-border-radius: 20px 20px 20px 20px;
 		 -moz-border-radius: 20px 20px 20px 20px;
 		border-radius: 20px 20px 20px 20px;
		border: 0px solid var(--schwarz);
-webkit-box-shadow: 5px 5px 15px 5px rgba(97,89,76,0.35); 
box-shadow: 5px 5px 15px 5px rgba(97,89,76,0.35);
	color: var(--schwarz);
	max-width: 500px;
	margin-top: 3%;
}

.bild2 { -webkit-transform: rotate(3.5deg);  /* Saf3.1+, Chrome */
	  -moz-transform: rotate(3.5deg);  /* FF3.5+ */
		-ms-transform: rotate(3.5deg);  /* IE9 */
		 -o-transform: rotate(3.5deg);  /* Opera 10.5 */
			transform: rotate(3.5deg);
	-webkit-border-radius: 20px 20px 20px 20px;
 		 -moz-border-radius: 20px 20px 20px 20px;
 		border-radius: 20px 20px 20px 20px;
		border: 0px solid var(--weiss);
-webkit-box-shadow: 5px 5px 15px 5px rgba(97,89,76,0.35); 
box-shadow: 5px 5px 15px 5px rgba(97,89,76,0.35);
	color: var(--schwarz);
	max-width: 500px;
	margin-top: 3%;
}

#content { 
 	padding: 0;
 	width: 80%;
 	text-align: center;
	margin: 0 auto;
 	font-weight: normal;
 	z-index: 666;
	position: relative;
	margin: 1% auto 0 auto;
 	float: none;
 	width: 60%;
}

#content h1 {
	font-size: 220%;
	font-family: 'Pacifico Regular';
	margin-bottom: 5px;
	color: var(--schwarz);
}


#content h2 {
	font-size: 180%;
	padding:0;
	margin: 0;
}

.datenschutz { 
 	text-align: left;

}





/************************************************************************************************************/

@media all and (min-width: 1600px) and (max-width: 1680px) {
	#content {
    width: 70%;
}
}



/************************************************************************************************************/

@media all and (min-width: 1280px) and (max-width: 1599px) {
	#content {
    width: 85%;
}	
	
}


/************************************************************************************************************/

@media all and (min-width: 1024px) and (max-width: 1279px) {
	
	#content {
    width: 95%;
	}
	


}


/************************************************************************************************************/

@media all and (min-width: 768px) and (max-width: 1023px) {
	
	#content {
    width: 95%;
	}
	


}





/************************************************************************************************************/

@media all and (min-width: 160px) and (max-width: 767px) {
	
	#content {
    width: 95%;
	}
	
	.bild1 { 
	width: 90%;
	height: auto;
	}
	.bild2 { 
	width: 90%;
	height: auto;
	}
	
	#content h1 {
	line-height: 120%;
}
	
	}
	



	

