.footer_container {
	position: relative;
	top: 0;
    right: 0;
	margin: 0%;
    width: 100%;
	height: auto;
}

.footer_container .desc,
.opening_hours,
#formular,
#phone {
	font-size: 20px;
	font-size: 1.25em;
}

.footer_boxes {
	height: auto;
	background-color: rgb(0,105,190);
	border-top: 1px solid rgb(0,105,190);
}

#app_box,
#contact_box {
	width: 50%;
	height: auto;
	min-height: 350px;
	float: left;
}

#app_box .title,
#contact_box .title,
#menue_add .title {
	font-size: 36px;
	font-size: 2.25em;
	padding: 30px 0;
}

#app_box {
	color: #ffffff;
}

#app_box ul li {
	margin-bottom: 5px;
}

#contact_box {
	background-color: #ffffff;
	min-height: 435px;
}

#contact_box .title {
	color: rgb(0,105,190);
}

#app_box .box_inner{
	margin: 0% 8% 0% 29%;
}

#contact_box .box_inner{
	margin: 0% 29% 0% 8%;
}
/*
#contact_box .desc,
#phone,
.opening_hours,
.phone_desc {
	color: #505050;
}
*/
#formular{
	background-color: #72b518;
	color: #ffffff;
	height: 60px;
    text-decoration: none;
    text-align: left;
    position: relative;
    font-weight: normal;
	margin-bottom: 5px;
	width: 250px;
}

#formular img {
    margin: 17px 17px;
    float: left;
}

#phone img {
    margin: 10px 17px;
    float: left;
}

#formular span,
#phone span {
	float: left;
	margin: 17px 10px 17px 0px;
}

.phone_desc{
	width: 45%;
	font-size: 16px;
	display: block;
}

#bottom_smedia img {
	width: 40px;
}

#bottom_smedia .link_fb {
	margin: 0px 10px 10px 10px;
}

#bottom_smedia {
	margin-bottom: 20px;
}

/*--------- menu additional ----------*/

#menue_add {
	width: 100%;
	background-color: #e5f0f7;
	font-size: 100%;
}

#menue_add .container {
    width: 71%;
	height: auto;
    margin: 0px auto 0px auto;
	background-color: #e5f0f7;
}

#menue_add .title {color: rgb(0,105,190);}

#menue_add .menue {font-size: 1.25em;}

#menue_add .nav_container {
	/*width: 32.33%;
	margin-right: 1%;*/
	width: 30%;
	margin-right: 5%;
	float: left;
	color: #505050;
	margin-bottom: 30px;
	
}

#menue_add .nav_container:nth-child(3){
	margin-right: 0;
}

#menue_add .nav_inner {
	font-weight: bold;
	margin-bottom: 10px;
}

#menue_add a.nav_sub {
	display: block;
	width: auto;
	color: #505050;
	text-decoration: none;
	/*margin-bottom: 5px;*/
	margin-bottom: 10px;
    line-height: 1em;
}

#menue_add a.nav_sub.active,
#menue_add a.nav_sub:hover {
	color: rgb(0,105,190);
}

/*--------- menu bottom ----------*/

#menue_bottom {
    width: 100%;
	min-height: 60px;
	border-top: 1px solid #bbb;
}

#menue_bottom nav.menue {
    float: right;
}

#menue_bottom a.nav {
	font-size: 20px;
	color: #505050;
	text-decoration: none;
	margin: 18px 30px 18px 18px;
}

#menue_bottom .menue a.nav.active,
#menue_bottom .menue a.nav:hover {color: rgb(0,105,190);}

/* scrollTop button */

#scrolltopBTN {
    position: fixed;
    right: 0;
    bottom: 60px;
    font-size: 1.5em;
    line-height: 0.9em;
    padding: 0.5em;
	border: 1px solid rgb(0,105,190);
	background-color: #fff;
}

/***** < tablets  ****/


@media screen and (max-width: 1023px){


	#app_box .box_inner {margin: 0% 8% 0% 10%;}
	
	#contact_box .box_inner {margin: 0% 10% 0% 8%;}
	
	.phone_desc {
		width: 75%;
		font-size: 16px;
		display: block;
	}
	
	#menue_add .container {
		width: 90%;
		height: auto;
		margin: 0px auto 0px auto;
		background-color: #e5f0f7;
	}
}

@media screen and (max-width: 750px) {
	#app_box .title, #contact_box .title, #menue_add .title {
		font-size: 2em;
		padding: 0.5em 0;
	}
	
	#scrolltopBTN {
		font-weight: bold;
		line-height: 0.5em;
	}
}

@media screen and (max-width: 640px) {
	
	#app_box, #contact_box {width: 100%;}
	
	#app_box ul li img {width: 80%;}
	
	#menue_add .nav_container {width: 100%;}
	
	#app_box .box_inner,
	#contact_box .box_inner	{margin: 0% 5% 0% 5%;}
	
	#app_box, #contact_box {min-height: 365px;}
}


/***** >= tablets  ****/

@media screen and (min-width: 1024px) and (max-width: 1299px){
	
	#app_box .box_inner {margin: 0% 8% 0% 20%;}
	
	#contact_box .box_inner {margin: 0% 20% 0% 8%;}
	
	#menue_add .container {width: 80%;}
}

@media screen and (min-width: 1300px){
	
	#menue_add .container {width: 71%;}
}
