/* Media Queries
------------------------------------------------- */


/* Phones, Kindles, Tablets */

/*@media only screen 
    and (max-device-width: 640px), 
    only screen and (max-device-width: 667px), 
    only screen and (max-width: 480px),
	only screen and (min-width: 533px) and (max-width:767px) and (orientation : portrait) 
{ */
@media only screen and (max-width: 760px)
{
html {-webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */}
#wrapper {max-width: 98%;border:0;margin:0 auto;}
img {max-width: 100%; height: auto; vertical-align: middle;}

/* Startseite */

#header {height:auto;}
#logo {left:20%;right:20%;}
#kopfzeile {height:auto;text-align:center}
#kopfzeile h1 {font-size:20px;margin:0;}
span.space {letter-spacing:-10px;}

@media only screen and (max-width: 760px) and (orientation:landscape)
{
#kopfzeile {height:170px;text-align:center}
#kopfzeile h1 {font-size:20px;margin:50px 0 0;}
}

/* Slider */
#mycontentslider {width:100%; height:auto;}
.content-slider {height:auto;}
.slider-wrapper > div {width:80%;min-height:auto;}
.ce_text.slidebox1 {width:80%;}
.slider-text {margin:30px 32% 10px 10px;text-align:left;}
	
.slider-text h2 {font-size:18px;margin-bottom:0;color:#000;}
.slider-text h1 {font-size:24px;line-height:24px;}
.slider-text p {font-size:14px;}
.slider-text .slide-big {font-size:30px;line-height:34px;}
.slider-text .slide-small {font-size:16px;line-height:20px;}


.nav {display:none;}
#mobilenavi {display:block;margin:0;width:100%;}
#mobilenavi.mod_quicknav .select {display:block;height:50px;border:1px solid #ccc; width:100%;padding-left:15px;}
#mobilenavi.mod_quicknav option {padding:5px;}
#mobilenavi.mod_quicknav button.submit {display:none;}

.startseite #container, #container {margin-top:0;}
#main {width:100%;}
.mod_article {padding:10px 0;}

#right {background: #ffb200;padding-top:10px}
#angebote-left  {width:100%;background:none;padding-bottom: 20px;border-bottom:1px solid #b81614;}
.angebote {font-size:15px;}

#tuv-right {float:left;width:100%;}
#leistungen-left, #zeiten-right {float:left;width:100%;margin:0;}

.mod_pageImage {height:auto;margin-bottom:10px;}

/* Google Maps */
.ce_dlh_googlemaps {margin-left:20px}
.askmap {margin:10px 0 20px 20px}

.ce_gallery ul li {width:100%;}
.ce_gallery .image_container{width:100%;}
.ce_gallery img {width:100%;display: block}


}

