* {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
* {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	height: 101%;
}
body{
	font-family: Roboto, sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.6em;
	background: #CFD84F;/**/
}
.bold {
  font-weight: bold;
}
/*der obere lila bereich*/
#topNav{
	height: 70px;
	background: #6E1A75;
	/*border: 1px solid yellow;*/
}
#topNavInnen{
	display: flex;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~container in der die nav rechts*/
#navCon{	
	z-index: 10;
	max-width: 850px;	
	height: 70px;
	padding-top: 22px;
	margin-right: 0%;	
}
.abstandshalter {
  flex: auto;
}
#navCon > ul {
	  list-style-type: none;
	  text-align: center;
	  margin: 0;
	  padding: 0;
	  white-space: nowrap;
 }
#navCon > ul > li {
	  display: inline-block;
	  /*margin: 0;*/
}
/*links a:link, a:visited, a:hover, a:active,*/
#navCon > ul > li > a,
/*submenue [impressum und so] wie #navCon*/
 li.sub > ul > li > a{
	display: block;
	text-transform: uppercase;
	padding: 0 10px 6px 10px;
	color: #CFD84F;
	text-decoration: none;
	font-size: 0.9em;
}
 li.sub > ul > li > a:last-child{
 padding-bottom: 10px;
 }
#navCon > ul > li > a:visited,
/*submenue [impressum und so] wie #navCon*/ 
li.sub > ul > li > a:visited{
	color: #CFD84F;
}
#navCon > ul > li > a:hover,
#navCon > ul > li > a:active,
/*submenue [impressum und so] wie #navCon*/
li.sub > ul > li > a:hover,
li.sub > ul > li > a:active{
	color: #BAC6AF;
	text-decoration: underline;
}
#navCon > ul > li> a.linkMitUnter,
/*submenue [impressum und so] wie #navCon*/
 li.sub > ul > li > a.linkMitUnter{
	text-decoration: underline;
	color: #BAC6AF;
}
/*~~~~~~~~~~~~~~~~~~~~~ende container in der die nav rechts*/
#logo {
	/*position: relative;*/
	height: 194px;
	width: 100%;
	max-width: 1260px;
	border: 0;
	background-image: url(../bilder/ein-drittel-rot_0.png);
	background-position: 50% 50%;
	background-size: auto 100%;
	background-repeat: no-repeat;
	clear: both; 
}
#kontakt{
	padding-top: 4px;
	padding-right: 4px;
}
h1, h2, h3{
	padding: 12px 0px;
	margin: 10px 0;
	line-height: 100%;
}
#sollBruch{
	display: none;
}
/*in der topNav ausgemitteld wie #contendCon wegen lila streifen*/
.mitBackground{
  width: 1260px;
  margin: 0px auto;
}
/*linke nav*/
#titleCon{
	width: 300px;	
	height: 70px;
	/*border: 1px solid #fff;*/
	z-index: 10;
	position: relative;
}
#titleCon .h2 {
	font-family: Roboto, sans-serif;
	font-size: medium;
	font-weight: bold;
	font-style: normal;
	line-height: initial;
	color: #CFD84F;
	margin-left: 14px;
}
#titleCon .h1 {
	color: #53421B;  /*#53421B;*/
	background: #CFD84F;
	font-weight: normal;	
}
.h1{
	font-size: large;
	padding-bottom: 10px;
}
/*HEIGHTSIM und Größendiskrimi-nierung*/
#titleCon > div{
	padding-top: 16px;	
}
/*HEIGHTSIM*/
#titleCon > div:nth-child(1){
	color: #53421B;  /*#53421B;*/
	background: #CFD84F;
	text-align: center;
	width: 135px;
}
/*dreieck hinter HEIGHTSIM danke https://pixeltuner.de/css3-formen/*/
.dreieck{ 
	width: 0; 
	height: 0;
	border-top: 80px solid #7E842E;
	border-left: 0px solid transparent; 
	border-right: 45px solid transparent;
	margin-top: -58px;   
}
/*hamburger menue*/
#navCon > ul > .li-kopf{
	display: none;
}
/* ende hamburger menue*/
/*header flex*/
.flex{
	display: flex;
}
/*flexbox im contend*/
.contentFlex{
	display: flex;
	justify-content: center;
}
.contentImg{
	max-width: 100%;
	height: auto;
}
/*container 1260*/
.contentCon {
	  width: 1260px;
	  margin: 0px auto;
}
.contentCon > #mainDiv{
	color: #324323;
}
/*links im content bereich*/
a.contentLink{
	color: #454823;
}
/*--------sub menue von mir------------------------------------------------*/
/*submenue [impressum und so]*/
li.sub > ul > li{
	display: none;		
	width: 230px;	
}
/*container darueber*/
#navCon{
	position: relative;
}
/*submenue [impressum und so]*/
li.sub > ul{
	position: absolute;
}
/*submenue [impressum und so]*/
li.sub:hover ul > li{
	display: block;
	background: #6E1A75;
}
/*--------------------------------------------------------------*/
 @media only screen and (max-width:1390px){
	#navCon{
	margin-right: 1%;
	}	
}
/*--------------------------------------------------------------*/
@media only screen and (max-width:1363px){
	#navCon{
	margin-right: 4%;
	}
	/*alle 1260 elemente*/
	.contentCon,
	.logo,
	.mitBackground{
	padding: 0em 0.5em 0em 0.5em ;	
	width: 100%;	
	}
}
/*------------------------------------------------------------------*/
@media only screen and (max-width:1230px){
	#navCon{
	margin-right: 5%;
	}
}
/*------------------------------------------------------------------*/
@media only screen and (max-width:1050px){
	.contentFlex{
		display: flex;
	    flex-direction: column;
	/*border: 1px solid red;*/	
	}
	.drittel:nth-child(3){
	order: 1;
	}
	.drittel:nth-child(1){
	order: 2;
	}		
	.drittel:nth-child(2){
	order: 3;
	}
}
/*------------------------------------------------------------------*/
@media only screen and (max-width:910px){
/*submenue [impressum und so] trenner fuer untermenue*/
	li.sub > ul{
		border-top: 1px solid #CFD84F;
	}
	#navCon{
		width: 230px;
		background: #6E1A75;
		margin-right: 0%;/*111111111111111111*/
	}
	#navCon > ul{
		/*margin-right: 1%;*/
	}
	#navCon > ul > .li-kopf{
		font-size: 4em;
		display: block;
		padding-bottom: 18px;;
	}
	#navCon > ul > .li-kopf a:link{
		text-decoration: none;
		color: #CFD84F;
	}
	#navCon > ul > li {
		 display: none;
	}
	/*links a:link, a:visited, a:hover, a:active,*/
	#navCon > ul > li > a:link,
	#navCon > ul > li > a:visited, 
	#navCon > ul > li > a:hover,
	#navCon > ul > li > a:active{
		color: #CFD84F;	  
	}
	/*+++++++++++++++hier klappt die LISTE raus+*/
	#navCon ul:hover li {
	    display: block;
		background: #6E1A75;	
	}
}
/*------------------------------------------------------------------*/
@media only screen and (max-width:530px){
	#topNavInnen{
		display: flex;
		flex-wrap: wrap;
	}
	#navCon{
		margin-left: 0px;
		margin-top: 20px;
		margin-right: 0%;		
	}
	#logo{
		margin-top: 70px;
		/*border: 1px solid red;*/
	}
	#sollBruch{
		display: inline;;
	}
}