
body {
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 1.5;
	background-color: #DEB887;
	width: 100%;
	margin: 0px;}
	
	
header {
	position: relative;		
	height: 210px;
	margin: 10px 10px 10px 10px;
	background:  rgb(240, 255, 255) right; 
	background-image: url("../geschlossen/img/start/rgsb.JPG");
	background-size: contain; 	
	background-repeat: no-repeat;
	opacity: 1;		 
	padding: 0 0 0 20px;
	font: normal 1.2em Arial, sans-serif;  
	z-index: 10;	
}



header h1
{			
	font-size: 2.6em;	
}


header a h1,
header a p {			
	color: white; 
	border-left: 0;
	padding: 0;
    display: table;		
}

div.ribbon:hover .nachher
{
  display: block;
}

div.ribbon:hover .vorher
{
  display: none;
}

.ribbon .vorher, 
.ribbon .nachher
 {
	font-size: 1em;
	position: absolute;
	left:-10px;
	top: 20px;	
	padding:22px 30px;
	background: #800000;
	opacity: 0.8;
	box-shadow: 60px 20px 20px rgba(0,0,0,.8);
	z-index: 15;
}

.ribbon .nachher

{
  display: none;
  z-index: 30;

}
.ribbon .vorher
{
  display: block;
  z-index: 20;
}


.ribbon .nachher p 
{
	color: #000080;
}


h1,
h2,
h4{
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; 
	font-size: 2.6em;
	padding-left: 0px; 
	color: #666; 
	text-transform: uppercase;
	line-height: 1.3em;

}


h4 {
	font-size: 1.6em;
	padding-left: 10px;
	margin: 0px 10px;
	color: #666;
	line-height: 1em;
	text-align: center;
	text-transform: none;
}
	


h3	{ 
	font-size: 1.25em; 
	font-weight: normal; 
	padding: 0px; 
	margin: 0px; 
	color: #4E68AD; 
}		

p {
	text-align: left; 
	font-size: 1em;
	line-height: 1.6em; 
	padding: 0px 5px
}



h2 {
	font-weight: normal;
	font-size: 2.2em;
	margin: 0 0 10px
}
	
	
h2 span {
	font-size: 0.70em; 
	color: #818181; 
	text-transform: none;
}
	


h3 {
	font-size: 16px;}


a	
{ 
	font-family: 'Source Sans Pro', sans-serif;
	outline: none; 
	text-decoration: none; 
	font-size: 1em;
	color: #ababab;
}


a:hover 
{
    border-color: #800;
    color: #800000;
}
	

	

#top
{
	position: fixed;
	bottom: .4em;
	right: 1em;
	z-index: 99;
	font-size: 1em;
	border: solid;
	border-color:  #DEB887;
	outline: none;
	background-color: transparent;
	color: grey;
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
}

/*Format für die Text-Boxen*/
.infoblock-format {
	background: rgb(255, 250, 240);
	background-size: cover;
	margin: 10px;
	padding: 10px;}
	
.infoblock-format-grid

{
    display: grid;
  	grid-template-columns: 1fr 1fr 1fr 1fr; 
}

.gallery
{
  display: grid;
  background: rgb(255, 250, 240);
  grid-template-columns: repeat(6, auto);
  row-gap: 30px;
  column-gap: 20px;
  padding: 30px;
  max-width: 100%;
  margin: 10px 10px 0px 10px; 


}

.gallery-text,    
.gallery-bild 
{
    background-color:#f5deb3;
    box-shadow: 20px 10px 10px rgba(0,0,0,.6); 

}


.gallery-text 
{
	color: #666;
	text-align: center;
	padding: 1em;     
	line-height: 1em;
  	font-size: 1.2em;
}
.gallery-bild 
{
	background-color: black;
	padding: 5px;
}

.gallery-bild img 
{
	object-fit: contain;
	width: 100%;
	height: 400px;
}


label {
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1.2em;
	text-transform: uppercase;
	text-align: left;
	margin:0px 0px 0px 30px;
	z-index:1000;	
}

form {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 0px;
 /* justify-content: center;
  align-self: center;
  text-align: center;*/
	margin: auto;

}
form label {
  display: block;
}


form input,
form select,
form button{
	font-size: 20px;
    color: #666;
	background:  rgb(245, 222, 179);
	text-align: center;
	align-self: center;
	width: 80%;
	height: 40px;
	border-radius: 40px;
	margin: 0.6em;
	padding: 0;
}

form button {
	border: 0;
	font-size: 25px;
	text-transform: uppercase; 
}

select option {
	font-size: 1.2em;
	background: rgb(245, 222, 179);
	color: grey;
	position: center;
	position: relative;
	z-index: 1000;
}


.full-width {
  grid-column: 1/5;
  grid-row: auto;
  margin:0px 0px 10px 0px;
  text-align: center;
  width: 100%;
}



form p{
	font-size: 1.4em;
	color: black;
	margin: 0px 0px 0px 0px ;
	padding: 10px 10px 10px 10px ;
	line-height: 1.2em;		
	justify-content: center;
	align-content: stretch;
	align-items: center;}	

.headline_selection,
.headline_selection_breit	{
	font-size: 2em;
	text-align: center;		
	margin: 40px 0px 0px 0px ;
}  	

.headline_selection_breit		{
	grid-column: 3/4;
}  	

::placeholder{
	color: #666;
}


 		/*Start iPad quer*/
		@media screen and (max-width: 1370px) 
		{

			
			header h1
			{			
				font-size: 2.2em;	
			}
			.gallery 
			{
			    display: grid;
			    grid-template-columns: repeat(4, auto); 
			}
			.ribbon .vorher,
			.ribbon .nachher
			{
				background: #800000;
			    opacity: 0.8;
				box-shadow: 0px 0px 0px 0px rgba(0,0,0, .0);
				-webkit-box-shadow: none;
				-moz-box-shadow: none;
			}
			label 
			{
				font-size: 1.2em;
			}
			.gallery-text 
			{
			  	font-size: 0.8em;
			}
		} 
		/* Ende iPad quer */

			@media screen and (max-width: 1023px) 
			{
				.gallery 
				{
				    display: grid;
				    grid-template-columns: repeat(4, auto)
			    }	
				  	
				    
				.headline_selection,
				.headline_selection_breit	
				{
					text-align: center;		
					margin: 5px 0px 0px 0px ;  
				}	
				
				    
				.infoblock-format p 
				{
				    font-size: 1.0em;
			    }	
				    
			    form p 
			    {
				    padding: 2px;
			    }
			    
				label 
				{
				    font-size: 1em;
			    }
				    
				.headline_selection_breit		
				{
					grid-column: 3;
				}  	 
				
				.gallery-text 
				{
				font-size: 0.6em;
				} 			   
				 .gallery-bild img 
				{
					height: 200px;
				}
			      
			}  	

		
	/*		@media screen and (max-width: 1001px) 
			{
				.gallery 
				{
				    display: grid;
				    grid-template-columns: 1fr 1fr; 
			    }	
			    

			    
			    }
				  	*/



			
		

	

  
  
  

  
  
  
  
  
  
  
  
  
  
  
