/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++
+        Navigation für Smartphone und Ã¤hnliche         +
++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media screen and (max-width: 800px) {
.zwei_spalten, .drei_spalten {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
}
#cookiecloser {
	float:none;
}
h2 {
  	font-size:2em;
  }
body { 
	font-size:1.1em;
	margin:0px;
}
  
.spezial {
	float:none;
	width:auto;
}
#main {
	width:100%;
	margin-top:0px;
}
#content{
	margin:0px;
	width:100%;
}
#content div{
}
#content img {
/*	width:99% !important;
	padding:0px;
	margin: 0px !important;*/
	max-width:100% !important;
	height: auto !important;
}
 .spalte {
	column-count: 1;
	-moz-column-count: 1;
	column-count: 1;	
	text-align:justify;
}
#sidebar {
	display:none !important;
}
#sidebar_bottom {
  	display:block;
	width: 100%;
	background-color: rgba(128,128,90,0.8);
	color:white;
	border-radius: 5px;
	text-align:center;
	padding: 20px;
  	margin:5px auto;
	box-shadow:0px 0px 15px 5px white;

}
#sidebar_bottom img{
	width:80%;
}
#breathcum {
	font-size: 1.2em;
}

/* NAVIGATION */
label.responsive-nav-label {
   position: relative;
  display: block;
  padding: 10px;
  background: #222;
  cursor: pointer;
  color: #fff;
  width:100%;
}
label.responsive-nav-label span {
  margin-right: 10px;  
}

label.responsive-nav-label span {
  margin-right: 10px;  
}
nav {
  position: absolute;
  top: -9999px;
  padding: 0px;
  background-color: #222;
  text-align:left;
}
input#responsive-nav[type=checkbox]:checked ~ nav {
  position: relative;
  top: -1px;
}
nav ul {
	margin:0px;
	padding:0px;
}
nav ul ul {
	position: relative !important;
	width: 100%;
	left: 0 !important;
	top: 0 !important;
	padding-left:0px;
	opacity:1;
}
nav ul ul li {
	width:100%;
}
nav ul li {
	list-style-type: none;
	display:block;
	padding:0px;
	margin:0px;
	border-radius: 0px;
}
nav ul li a{
	padding:1px;
	margin:4px;
	margin-top:0px;
	border-radius:4px;
}
nav ul li a {
	display:block;
	text-decoration:none;
	padding:4px;
}
nav ul li a:hover{
}
.after {
	display:block;
	width:300px;
	text-align:right;
	padding:auto 5px;
	margin:auto;
}
nav a:after {
	display:none;
}