@media 
(min-width :770px) {
	
/*Sticky Footer Einstellungen 
**************************************************************/

#wrapper {
	min-height: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#container{
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 120px;
	background-color: white;
}

#footer{
    clear: both;
    height: 120px;
   	margin-top: -120px; /* negative value of footer height */
    position: absolute;
	bottom: 0;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

/*Sticky Footer Einstellungen Ende 
**************************************************************/	
	
	
	
	
#mobileFooter{
	display: none;
}
}

@media 
(min-width : 769px) 
and (max-width : 4000px) 

{

#container{
	width: 660px;
}

#footer .inside{
    margin-left: auto;
    margin-right: auto;
   	width: 1120px;
	color: silver;
	font-size: 16px;
	text-align: center;
}


}


@media

(max-width :960px) {
	
#container{
	width: auto;
}


}



@media 
(max-width: 769px)

{

body{
	background-image: none;
	margin-right: 0;
	color: black;
	background-color: #63A8D9;
}

div#dlh_googlemap_1.dlh_googlemap {
    margin-right: 10px;
    width: auto !important;
}

#header {
	height: auto;
	width: 100%;
	background-color: white;
	text-align: center;
}

/* My Comment */
#header .inside{
	width: 100% !important;
}
#header .inside img{
	text-align: center;
}
#container{
	padding-bottom: 20px;
	background-color: white;
	padding-right: 0;
	padding-left: 0;
}
#main {
	padding: 0;
	width: 100%;
}
#main .inside,
#left .inside,
#right .inside{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5%;
	padding-left: 5%;
	margin-top: 0;
}


h1{
	color: black;
	text-align: left;
	text-transform: uppercase;
	margin: 0 0 10px;
	padding: 0;
	font-size: 1.2em;
}

/* Off Canvas Navigation ***********************************/

.open {
	height: 50px;
	width: 55px;
	background: transparent url(../pics/open.png) no-repeat;
	text-indent:-9999px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999999999;
	display: block !important;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
}

/* Footer ****************************************/

#footer {
	/*height: 140px;
    margin-top: -140px;
	width: 100%;*/
}

#footer .inside{
	width: auto;
}
#footerBig{
	display: none;
}
#mobileFooter{
	background-color: #63A8D9;
	text-align: center;
	width: 100%;
	color: white;
	font-size: 15px;
	line-height: 18px;
}
.mod_navigation{
	display: none;
}
	
}


@media

(max-width :480px) {
	
#container{
	padding-bottom: 160px;
	margin-bottom: 20px;
}
#footer {
	height: 160px;
    margin-top: -160px;
	width: 100%;
}

#footer .inside{
	width: auto;
	font-size: 1em;
}
}








