/*responsive design*/
@media only screen and (min-width: 768px) {
	.mobile_logo, #mobile_nav, .band-mobile, .mobile-gallery {
	display: none;
}
}
	
@media only screen and (max-width: 768px) and (min-width: 240px) {
	
body {
	overflow-y:hidden;
}	

/*Alles ausblenden*/
.limiterl, .logo, .left, .band, .right, .footer, .copy, .desktop {
	display: none;
}

h1 {
    color: #3C643A;
    font-family: Times,Arial,sans-serif;
    font-size: 36px;
    font-weight: normal;
    padding-top: 0;
}


#wrapper {
	position: absolute;
	z-index: 4;
	width: 100%;
	background: transparent;
	padding-top: 38px;
	/*margin-top: 38px;*/
	height: 100%;
	overflow: hidden;
	
	
}

.right1 {
	width: 100%;
	opacity: 1;
	height: 100% !important;
}

#content {
  	height:100%;
  	margin:0;
}

#s5	{
	padding-bottom: 100px;
}

.limiter {
    overflow: inherit;
    padding: 10px 0px 0px 0px;
    width: 100%;
    height: 100% !important;
}

.mobile_logo {
    clear: both;
    display: block;
    float: left;
    left: 10px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: relative;
    top: -15px;
}

.mobile_logo img{
    width: 120px;
}

.band-mobile {
	display: block;
}

#mobile_nav {
	cursor: pointer;
	position: absolute;
	top: 56px;
	right: 20px;
	display: block;
	font-family: Arial,sans-serif;
    font-size: 15px;
    color: #fff;
    text-align: right;
    z-index: 9999;
}

#wrapper .navigation {
	width:150px;
	display: none;
	height: 100%;
	background-color: #fff;
	margin-top: 20px;
	padding: 10px;
	float: none;
}



#mobile_nav .nav li {
    display: inline;
    float: none;
    padding: 0;
    text-align: left;
    
}

#mobile_nav .nav ul {
  display:block;
  height:100%;

}

#mobile_nav .nav li a {
    color: #999;
    font-family: Arial,sans-serif;
    font-size: 15px;
    display: inline-table;
    padding: 5px 0px 5px 0px;
    border-bottom: 1px dotted #999;
    width: 150px;
}

#mobile_nav .nav li a:hover {
    color: #000;
    text-shadow: none;
}

#mobile_nav .nav li a.last-child {
    border-bottom: none;
    padding-bottom: 0;
}

#mobile_nav .nav li a.first-child {
    padding-top: 0px;
}

.mobile-gallery {
	display: inline-table;
}

.gallery {
	padding-top: 30px;
	width:280px;
	/*width:100%;*/
	float:left;
	height: 167px;
	overflow: hidden;
	white-space: nowrap;
	z-index: 999;
}

.gallery a  {	
	margin: 0px 10px 0px 0px;
	display: inline-flex;

}

.gallery img {
	/*height: 88px;*/
	height: 165px;
	vertical-align: top;
}

#li, #re {
	display: none;
}


.band-mobile {
	height: 65px;
	width: auto !important;
	background-image: url(../img/band-mobile.png);
	background-repeat: repeat-x;
	z-index: 2;
	position: absolute;
	min-width: 100%;
	top: 30px;
}


}
