@media screen and (max-width: 1000px) {
	#container {
	width: 950px;
	}
	.kontaktleft {
	width: 500px;		
	}
	
	.contentright {
	width: 400px;		
	}
}

@media screen and (max-width: 950px) {

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font: normal 100%/1.4 sans-serif;
}

h1 {
	margin: 2em 0 1em 0;
	padding: 0;
	font-size: 160%;
}

h2 {
	margin: 2em 0 1em 0;
	padding: 0;
	font-size: 100%;
}

p {
  margin: 0 0 1em;
}

h1 {
  word-wrap: break-word;
}



header, #logocontent, #logocontent #logo, #navigation, #head_behind, #head, #container, #footer, #footer > div, .content, #kontakt > div, .kontaktleft, .kontaktright, .content > div, .contentleft, .contentright {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  height: auto;
  min-height: auto;
  float:none;
  margin: 0;
  padding: 0;
  min-height: inherit;
}

#logocontent  {
	margin: 0 auto;
	position: inherit;
	z-index: inherit;
	left: inherit;	
}

#logocontent #logo {
    background: transparent;
	padding: 1em 0;  
}

#logocontent #logo img {
	display: block;
	margin: 0 auto 0;
}

#head_behind {
	overflow: auto;
}

#head {
	position: inherit;
	box-shadow: none;
}

#head #circle {
	display: none;
	visibility:hidden;
}

.content, #kontakt > div, .content2 > div {
	background: transparent;
	box-shadow: 0px 0px 5px #ccc;
	padding: 2em;
	margin: 2em 1em;
	overflow: auto;
	clear: both;
}

#kontakt {
	display: inherit;
	-webkit-flex-wrap: inherit;
	flex-wrap: inherit;
	justify-content:inherit;
}

#kontakt > div p.kontakt {
	float: none;
	padding: 0 4px 0 0;
	margin: 0;
	width: auto;
	display:inline;
}




.content2 {
	display: inherit;
	-webkit-flex-wrap: inherit;
	flex-wrap: inherit;
	justify-content:inherit;
}


#footer > div {
	margin: 0 auto;
	padding: 1em;
	text-align:center;
}

#footer > div p.kontakt {
	float: none;
	padding: 0 4px 0 0;
	margin: 0;
	width: auto;
	display:inline;
}

p.quelle {
	margin-top: 1em;
	font-size: 90%;
}










@media screen and (max-width: 480px) {


}



}




