@media only screen and (max-width: 500px) {

    /* Overwrite Section */
    
    #col-center,
    #col-left,
    #col-right { float: none; }
    
    #subslider,
    #col-center,
    #col-left,
    #col-right,
    #footer,
    #footer-wrapper,
    .inner,
    #col-wrapper,
    #header,
    #header-wrapper,
    .page-wrapp {
        min-width: 100%;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
    
    /* Page Section */
        
    /* Header Section */
    #header-wrapper { background: none; }
    #header { height: 120px; }
    #logo { display: none; }
    #logo.m-logo {
        top: 10px;
        left: 10px;
        display: block;
    }
    #search-wrapper {
        position: absolute;
        right: 10px;
        top: 10px;
        left: auto;
    }
    #search-wrapper input {
        background-size: 100%;
        width: 158px;
        height: 35px;
        font-size: 11px;
        padding-left: 10px;
        padding-right: 40px;
    }
    #search-wrapper button { right: 2px; top: -11px; width: 40px; }
    #search-wrapper button span img { width: 22px; height: auto; }
    .faq-link {
        background: none;
        padding-left: 0px;
        top: 114px;
        right: 61px;
        left: auto;
        width: 150px;
        display: none;
    }
    .header-btn {
        right: 10px;
        top: 34px;
        font-size: 11px !important;
        height: 44px;
        width: 120px;
    }
    .header-btn .no-link { font-size: 11px; }
    .header-btn a { font-size: 12px; }
    .header-btn.service { right: 10px; width: 94px; }
    .header-btn.times { right: 100px; }
    .phone-link {
        background: none;
        padding-left: 12px !important;
        padding-top: 1px;
    }
    .social { display: none; }
    
    /* Slider Section */
    #subslider { height: auto; }
    #subslider img { width: 100%; height: auto; }
    
    /* Navigation Section */
    #main-nav.mobile { display: block; }
    
    #build-menu #main-nav.mobile,
    #build-menu #col-left { display: block !important; }
    #build-menu #col-left { margin-top: -100px; }
    
    #mobile-bar {
        display: block !important;
        margin-bottom: 10px;
        margin-top: 5px;
    }
    
    #mobile-bar a {
        background: url("../img/m-nav.jpg") no-repeat scroll left top;
        padding: 10px 15px 10px 40px;
        margin-left: 4px;
        color: #575656;
        font-size: 16px;
    }
    
    #main-nav.mobile > li > ul > li > ul,
    #main-nav.mobile > li > ul { display: none; }
    
    #main-nav.mobile > li > ul > li:target > ul,
    #main-nav.mobile > li > ul > li.hover > ul,
    #main-nav.mobile > li.hover > ul,
    #main-nav.mobile > li:target > ul { display: block; }
    
    #main-nav > li > ul > li:hover > a {
        background: url("../img/bg-subnav.png") no-repeat scroll 150px center;
        color: #575656;
    }
    
    #main-nav li ul li ul li:hover a {
        background: none;
        color: #575656;
    }
    
    #main-nav > li > ul > li { border-top: 1px solid #EBEBEB; }

    #main-nav > li > ul > li:hover { border-top: 1px solid #EBEBEB; }
    #main-nav > li > ul > li:hover + li { border-top: 1px solid #EBEBEB; }
    #main-nav > li > ul > li:first-child { border-top: 1px solid #EBEBEB; }
    
    /* Col Section */
    #col-left { display: none; }
    #col-center {
        margin: 0px auto;
        margin-top: 60px;
        width: 96%;
        min-width: 96%;
    }
    #col-right {
        background: #F2F2F9;
        margin: 0px auto;
        width: 96%;
        min-width: 96%;
        padding-top: 20px;
        margin-top: 10px;
    }
    
    /* Box Section */
    #boxWetter .box-content {
        margin-bottom: -30px;
        padding-left: 23px;
    }
    .box h1 { margin-left: 0px; }
    .box .contents p { margin-bottom: 8px; }
    
        
    /* Content Section */
    #breadcrumb { float: none; width: 100%; margin-bottom: 2px; }
    #breadcrumb li a { font-size: 10px; }
    .tools { margin-top: 2px; }
    #map_canvas { width: 100% !important; }
    .township #col-center .content-cols:first-child + .content-cols .col:first-child h1 { width: 100%; }
    .township #col-center .content-cols:first-child + .content-cols .col:first-child {
        width: 93%;
        margin-bottom: 16px;
    }
    .township #col-center .content-cols:first-child + .content-cols .col:first-child + .col { width: 98%; }
    .contents h1 { font-size: 24px; line-height: 28px; }
    #col-center .content-cols .contents img {
        max-width: 96%;
        height: auto;
    }    
    
    /* Accordion Section */
    .content-accordion { overflow: hidden; }
    .ui-accordion .ui-accordion-content { width: auto !important; }
	
	.accordion h4 a,
    .ui-accordion-header h4,
	.wrapp.even .ui-accordion-header h4 {
        background-position: 98% center;
    }
	
	.accordion h4 a.open,
	.accordion h4 a:hover,
    .ui-accordion-header:hover h4,
    .wrapp .ui-accordion-header:hover h4,
    .ui-accordion-header.head-wrapper.ui-state-active h4,
    .wrapp .ui-accordion-header.head-wrapper.ui-state-active h4 {
        background-position: 97.6% center;
    }
    
	#acc1 { overflow: hidden; margin-top: 12px; }
	#acc1 .outer { width: 92%; }
	
    /* iFrame Section */
    iframe { width: 100% !important; }
    
    /* Township Section */
    #township-map { display: none; }
    #townships {
        background-size: 100%;
        width: 100%;
        height: auto;
    }
    
    /* Forms */
    #contact select { width: 100%; }
    
    .input input[type="text"],
    .input input[type="password"],
    #contact textarea {
        width: 98%;
    }
    
    .input label.error { margin-left: 4px; }
    div.submit button { margin-left: 0px; width: 100%; }
        
    /* Footer Section */
    #footer-wrapper { height: auto; }
    ul.imprint { padding-left: 10px !important; }
    ul.imprint > li:first-child { width: 80px; min-width: 1px; margin-bottom: 8px; }
    ul.imprint > li:first-child + li + li + li { margin-left: 0px; margin-top: 2px; margin-bottom: 8px; }
    ul.imprint > li:first-child + li + li + li + li { margin-left: 0px; width: 100%; }    
    ul.imprint > li:first-child + li + li + li + li ul li {
        display: inline-block;
        float: left;
        padding-bottom: 9px;
        padding-top: 4px;
        margin-right: 5px;
    }
    .imprint .space { width: 94px; }
	
	/* Startpage Section */
	.home #slider-wrapper { min-width: 100% !important; margin-top: 0px; height: auto; }
	.home #slider img,
	.home #slider {
		max-width: none;
		width: 100% !important;
		height: auto;
		min-width: 100% !important;
	}
	.home #content-wrapper {
		background: none;
		min-width: 100%;
	}
	
	#cat-nav { background: #F1F0EF; }
	#cat-nav > li:first-child,
	#cat-nav > li { margin-left: 17px; margin-bottom: 17px; height: 100px; }
	#cat-nav > li > a {
		background-position: 80px bottom;
		height: 87px;
		font-size: 13px;
	}
	
	.home .news { width: 100%; float: none; }
	.home #home-footer-wrapper { width: 100%; min-width: 100%; display: none; }
	.home .news > li:first-child {
		margin-bottom: 15px;
		margin-left: 26px;
	}
	.home .news > li { margin-bottom: 11px; float: none; }
	.home .news a.more { bottom: 8px; }
	
	.jobs {
		float: none;
		margin-bottom: 20px;
		margin-left: 25px;
		margin-top: 0;
	}
	.nivo-caption {
		margin-left: 0px;
		left: 0%;
		top: -69px;
	}
	
	.nivo-caption span { font-size: 12px; }
	.nivo-caption a { font-size: 11px; bottom: 240px; }
	
	.nivo-caption h1,
	.nivo-caption h2 { display: none; }
}

/* iPhone portrait Section */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (orientation: portrait) {

}

/* iPhone landscape Section */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (orientation: landscape) {

}