/* Impressum / Datenschutz */

.lang {
  position: fixed;
  right: 0;
  margin-top: 0em;
	width: 60px;
	border: 0;
	background: rgba(167,189,55,1);
  height: 40px;
  /*! background: 0; */
  cursor: pointer;
}
.lang img {
  width: 50px;
}



.headline {
	font-size: 1.2em;
	padding: 1em;
	margin: 0.2em 0 0 0em;
  text-align: left; 
}

#row1 {
	width: 100%;
	background-color: #a7bd37;
	text-align: center;
	height: 3em;

	padding: 0 4em;
}

#row1 h1 {
	font-size: 1.3em;
	ont-weight: 600;
	ine-height: 1.2em;
	padding: 0.6em;
  }

#row2 {
	min-height: 350px;
	background-color: #fff;
	color: #555;
	padding: 1em ;
}



#rechteinfo {
	border: 0px solid #0f0;
	line-height: 1.5em;
}

#rechteinfo h2{
  font-weight: 700;
	argin: 1.8em 0 0 0em;
	color: #a7bd37;}


#rechteinfo h3{
	text-decoration: underline;
	argin: 0.5em 0em 0;
	color: #a7bd37;
}


#rechteinfo p, 
#rechteinfo ul{
	margin-bottom: 1.2em;
}


#rechteinfo strong{
  font-weight: 700;
}

@media only screen and ( min-width: 750px ) {
	.eadline {
		text-align: center;
		font-size: 1.3em;
  }
	#rechteinfo {
		ext-align: center;
		padding: 0 1em;
  }
	#rechteinfo p,
	#rechteinfo ul {
	 margin-left: 0;
	}
	#rechteinfo h2 {
	 margin: 1.8em 0 0 0;
	}
	
}

@media only screen and ( min-width: 1050px ) { 
	/* breites Browserfenster 
	body { ackground-color: #aa0;}
*/
		padding: 1em 4em;
	}