@charset "utf-8";

*, *:before, *:after {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}


html, body {
	height: 100%;
	padding: 0px;
	margin: 0px;	
}

body {
	color: #000000;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	background-color: #f4f4f4;
	line-height: 180%;
	overflow-y: scroll;
}

img {
	border: none;	
}

.clickable {
	cursor: pointer;
	cursor: hand;
}

a {
	color: #575756;
	text-decoration: none;
}

a.links_left {
	color: #fff; 
	cursor: pointer; 
	cursor: hand; 
	font-size: 14px; 
	line-height: normal; 
	display: inline-block;
}

a.links_left:hover {
	color: rgb(27,20,100);
}

.mob_only {
	display: none !important;
}


/* Colors & Fonts */



/* General Layout */

#head_ct {
	position: fixed;
	width: 100%;
	z-index: 9;
	-webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.5);
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.5);
	background-color: #fff;
	height: 100px;
	background-image: url(/img/bg_header.jpg);
	background-size: cover;
	background-position: center top;
	background-repeat: repeat-y;
}

#head {
	position: relative;
	margin: 0px auto;
	max-width: 1100px;
	width: 100%;
	height: 100px;
}


#menu {
	position: absolute;
	color: #ffffff;
	right: 0;
	bottom: 22px;
}

#banner {
	position: fixed;
	width: 100%;
	height: 550px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	top: 50px;
}

#wave1 {
	position: absolute;
	width: 100%;
	height: auto;
	top: 300px;
}

#footer_ct {
	position: relative;
	bottom: 0px;
	width: 100%;
	z-index: 1;
}

#footer {
	padding: 0 20px;
	padding-top: 2px;
	width: 100%;
	position: absolute;
	text-align: center;
	bottom: 0px;
	border-top: 3px solid rgb(233,81,29);
}

#footer_content {
	color: rgb(154,154,154);
	width: 100%;
	font-size: 14px;
	background-color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	padding: 8px 0;
	padding-bottom: 40px;
}

#footer_content a {
	color: rgb(154,154,154);
	text-decoration: none;
}

.footer_break {
	color: rgb(233,81,29);
	display: inline-block;
	margin: 0 15px;
}

.fte {
	display: inline-block;
	padding: 0 15px;
	border-left: 1px solid #000;
	line-height: 15px;
}

.fte:first-child {
	border-left: none;
}


#content_ct {
	position: relative;
	width: 100%;
	background-color: #f4f4f4;
	padding-bottom: 120px;
-webkit-box-shadow: 0 -10px 8px 0 rgba(0,0,0,0.2);
box-shadow: 0 -10px 8px 0 rgba(0,0,0,0.2);
}

#content {
	position: relative;
	width: 100%;
	max-width: 1100px;
	padding-top: 50px;
	margin: 0 auto;
	text-align: center;
}

#main {
	position: relative;
	padding-top: 550px;
	min-height: 100%;
}

.col_left {
	float: left;
	width: 50%;
	padding-right: 2%;
}

.col_right {
	float: left;
	width: 50%;
	padding-left: 2%;
}

.full_cnt {
	width: 100%; 
	max-width: 900px;
	text-align: center;
	display: inline-block;
}

.cnt_box {
	width: 100%;
	max-width: 1000px;
	background-color: #f4ecdf;
	height: 250px;
}

.cnt_box table {
	width: 100%;
	height: 100%;
}

.cnt_box .cnt_box_slider {
	width: 50%;
	height: 100%;
	position: relative;
	float: left;
}

.cnt_box .cnt_box_slider .carousel {
	width: 100%; 
	height: 250px;
}
.cnt_box .cnt_box_slider .carousel-cell {
	height: 250px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.cnt_box .cnt_box_text {
	width: 50%;
	height: 100%;
	position: relative;
	float: left;
	padding: 0 20px;
}

.page-lieu .col_left {
	width: 70%;
}

.page-lieu .col_right {
	width: 30%;
	padding-left: 6%;
}

.page-download .col_left {
	width: 70%;
}

.page-lage .col_left, .page-lachen .col_left, .page-angebot .col_left {
	width: 70%;
}

.page-lage .col_right, .page-lachen .col_right, .page-angebot .col_right {
	width: 30%;
}

.page-kontakt #banner {
	background-position: center top;
}

#popups_bg {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.8);
	z-index: 40;
}

#popups {
	position: absolute;
	width: 100%;
	min-height: 100%;
	height: 100%;
	display: none;
}

#popup_map1 {
	position: relative;
	margin: 0px auto;
	margin-top: 150px;
	z-index: 9;
	width: 100px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
	text-align: left;
}

.popup_close {
	padding: 5px 10px;
	background-color: #ad9e85;
	text-align: right;
	color: #fff;
}

.sld_navi {
	background-color: rgb(215,216,218);
	width: 90px;
	height: 75px;
	display: inline-block;
	float: left;
	color: rgb(108,118,136);
	font-size: 24px;
	text-align: center;
}

#ref_arrow_left, #ref_arrow_right {
	position: relative; 
	width: 30px;
	height: 30px;
	display: inline-block;
	z-index: 10;
	margin-top: 24px;
	margin-left: -8px;
	margin-right: -8px;
}

#ref_arrow_right {

}

#ref_arrow_left:hover, #ref_arrow_right:hover {
	
}

#ref_arrow_left img, #ref_arrow_right img {
	width: 100%;
	height: 100%;
}

#ref_arrow_left.inactive, #ref_arrow_right.inactive {
	cursor: default !important;
	opacity: 0.3;
}

.th_sld {
	display: inline-block;
	width: 75px;
	height: 75px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	background-position: center center;
	background-size: cover;
	cursor: pointer;
	cursor: hand;
}

.infobox {
	background-color: rgb(233,81,29);
	color: #fff;
	padding: 15px;
	font-size: 15px;
	font-weight: 400;
}

.hlt_text {
	color: rgb(233,81,29);
	font-weight: 400;
}

.hlt_text a {
	color: rgb(233,81,29);
}


/* Content */

#lang_switch {
	position: absolute; 
	right: 12px;
	top: 15px;
	font-size: 13px;
	color: #666666;
}

#lang_switch a {
	display: inline-block;
	margin: 0 15px;
}

#teaser_line {
	position: absolute; 
	right: 25px;
	top: 65px;
	color: #fff;
	font-size: 25px;
	font-family: 'Alegreya', serif;
	font-weight: 700;
	text-transform:uppercase;
}

#mainlogo {
	position: absolute;
	height: 220px;
	width: auto;
	left: 0;
	top: 0px;
	padding: 0px;
}

#chantier {
	position: absolute;
	right: 170px;
	top: -100px;
}


/* General Style */

.hlt_inline {
	color: #0c8a2d;
}

#content a:hover {
	color: #0c8a2d;
}

strong {
	font-weight: 700;
}

h3 {
	font-size: 36px;
	line-height: 130%;
	margin: 0px;
	padding: 0px;
	padding-bottom: 30px;
	color: #009640;
	font-weight: 400; 
	font-style: normal;
	letter-spacing: 1px;
	font-family: 'Courgette', cursive;
}

h4 {
	font-weight: 400; 
	font-style: normal;
	font-size: 28px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 15px;
	color: #E6332A;
	line-height: normal;
	font-family: 'Courgette', cursive;
}

h5 {
	margin: 0px;
	padding: 0px;
	color: #0c8a2d;
	font-weight: 400; font-style: normal;
	font-size: 16px;
}


.imps {
	display: inline-block;
	height: 140px;
	float: left;
	overflow: hidden;
	margin-bottom: 15px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.5s;
	width: 24%;
	margin-right: 1%;
}


.imps:nth-child(5n) {
	/*margin-right: 0;*/
}



.block_head img {
	-webkit-border-radius: 20px;
	border-radius: 20px;
}




.arrow_bb {
	width: 60px;
	height: 60px;
	display: inline-block;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	background-color: rgba(255,255,255,0.2);
	padding: 10px;
	cursor: pointer;
	cursor: hand;
	transition: all 0.5s;
}

.arrow_bb:hover {
	background-color: rgba(255,255,255,0.5);
}

.arrow_bb img {
	width: 100%;
	height: 100%;
}


.arrow_blue {
	width: 70px;
	height: 70px;
	display: inline-block;
	-webkit-border-radius: 35px;
	border-radius: 35px;
	background-color: rgba(126,161,197,0.6);
	padding: 10px;
	cursor: pointer;
	cursor: hand;
	transition: all 0.5s;
}

.arrow_blue:hover {
	background-color: rgba(126,161,197,1);
}

.arrow_blue img {
	width: 100%;
	height: 100%;
}

.ct_imgs {
	width: 100px;
	height: 100px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.ct_imgs:nth-of-type(5n + 0) {
	margin-right: 0;
}

.link_retour {
	font-weight: 700;
	cursor: pointer;
	cursor: hand;
}

.inactive {
	/*color: #999 !important;*/
}



/* Menue */


#menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	position: relative;
	display: inline-block;
	text-align: left;
}

#menu ul li {
	float: left;
	padding: 0px; 
	margin: 0px;
}

#menu ul li a {
	display: inline-block;
	padding: 20px 30px 0px 30px;
	font-weight: 400;
	font-size: 36px;
	transition: all 0.5s;
	color: #fff;
	height: 42px;
	text-shadow: 0 0 5px #000000;
	font-family: 'Courgette', cursive;
}

#menu ul li a:hover {
	text-shadow: 0 0 10px #ffffff;
}

#menu ul li a.active {
	text-shadow: 0 0 10px #ffffff;
}

#mobmenu_ct {
	display: none;
	position: relative;
	top: 15px;
	right: 20px;
	width: 35px;
	height: 35px;
	z-index: 30;
}

.mobmenu_line {
	display: inline-block;
	background-color: #fff;
	width: 100%;
	height: 6px; 
	margin-bottom: 4px;
	float: left;
}



/* Angebot */



.ui-widget-content {
	border: none;
	height: 4px;
	background-image: none;
	background-color: #CECECE;
	margin-top: 10px;
	margin-bottom: 0px;
	border-radius: 0px;
}

.ui-slider .ui-slider-range {
	background-image: none;
	background-color: #706f6f;
	border-radius: 0px;
	height: 4px;
}

.ui-slider .range_overlay {
	width: 300px; 
	height: 6px; 
	display: inline-block; 
	position: absolute; 
	z-index: 2; 
	left: 0;
	background-image: url(../img/bg_range_overlay.png);
}

.ui-slider .ui-slider-handle {
	border: none;
	background: #cbc5b5;
	border-radius: 0px;
	width: 15px;
	height: 15px;
	margin-left: -4px;
	cursor: pointer;
	cursor: hand;	
}


.input_label {
	font-size: 14px;
	float: left;
	display: inline-block;
	line-height: normal;
	margin-right: 5px;
}

.input_slider {
	font-weight: 400 !important;
	width: auto !important;
	padding: 0px !important;
	margin: 0px !important;
	font-size: 14px !important;
	float: left !important;
	background-color: transparent !important;
}

.input_wfl, .input_tfl {
	background-color: #cbc5b6;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	display: inline-block;
	line-height: normal;
	padding: 6px;
	padding-bottom: 4px;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 52px;
	text-align: center;
	cursor: pointer;
	cursor: hand;
	float: left;
}

.input_wfl.active , .input_tfl.active {
	background-color: #ADA58D;;
}



.flattab {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400; 
	font-style: normal;
	font-size: 14px;
}

.flattab td {
	background-color: transparent;
	cursor: pointer;
	cursor: hand;
	padding: 2px 0 2px 5px;
	border-bottom: 1px solid #5B6B78;
	font-weight: 300;
}

.flattab .whg.opt td {
	border-bottom: 1px solid rgba(233, 81, 29, 0.7);
	color: rgba(233, 81, 29, 1);
}

.flattab .whg td:nth-child(4) {
	padding-right: 40px;
}

.flattab .whg td:nth-child(5) {
	padding-right: 30px;
}

.flattab .whg td:nth-child(2) {
	padding-right: 15px;
}

.flattab td img {
	height: 20px;
	width: auto;
}

.flattab .rowtitle td, .flattab .rowtitle_tab td {
	color: #000;
	font-weight: 400;
	line-height: normal;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 2px solid rgb(233, 81, 29);
	border-top: 2px solid #5B6B78;
}

.flattab .rowtitle td, .flattab .rowtitle_tab td {
	cursor: default !important;
}

.flattab .whg td:nth-child(9) span, .flattab .whgc td:nth-child(9) span {
	display: inline-block;
	font-weight: 400;
	background-color: #cbc5b5;
	padding: 0px 6px;
	margin: 2px 0;
	line-height: 20px;
}

.page-wohnungen #content {
	padding-top: 0;
}

.page-wohnungen #apt_mainhead {
	padding-top: 0 !important;
	border-top: 50px solid #f6f3eb;
}

.flattab tr.inactive td {
	color: #666;
	cursor: default !important;
}

.flattab tr.inactive td:nth-child(7) {
	color: #cc3333;
}

.flattab tr.inactive td:nth-child(8) {
	color: #f6f3eb;
}


/* Galerie */

.gallery_cat {
	display: inline-block;
	width: 100%;
	padding: 15px 0;	
	border-bottom: 1px solid #cbc5b5;
}

.gallery_cat .col_right a img, .slg img {
	width: 100%;
	height: auto;
	float: left;
	padding-left: 10%;
}

.gallery_cat .col_right a, .slg {
	float: right;
	margin-right: 0px;
	margin-bottom: 15px;
	display: inline-block;
}

.gallery_cat .col_right a:nth-child(2n) {
	margin-right: 55px;
}

a .ico_lupe {
	position: absolute;
	width: 28px;
	height: 28px;
	bottom: 0;
	right: 0;
	background-color: #BCBDC1;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../img/ico_lupe.png);
	transition: all 0.5s;
}

a:hover .ico_lupe {
	width: 36px;
	height: 36px;
	background-color: rgb(233,81,29);
}





/* Downloads */

.dl_box {
	border-bottom: 1px solid #BCBDC1;
	display: block;
	padding: 10px 0;
	position: relative;
}

.dl_box:first-child {
	border-top: 1px solid #BCBDC1;
}

.dl_box img {
	float: left;
	margin-right: 15px;
	display: inline-block;
}

.dl_box br {
	display: inline-block;
	line-height: 30px;
}

.btn_dl {
	background-color: #5B6B78;
	color: #fff;
	display: inline-block;
	position: absolute; 
	bottom: 10px;
	right: 0;
	font-weight: 400;
	padding: 3px 6px;
	transition: all 0.5s;
}

.btn_dl:hover {
	background-color: #6CCFF6;
}



/* Kontakt Formular */

input[type="checkbox"] {
	float: left; 
	width: 20px;
	margin-top: 3px;
	display: inline-block;
}

input[type="text"], textarea, select {
	padding: 5px 5px;
	width: 100%;
	background-color: rgba(154, 154, 154,0.2); 
	font-family: 'Open Sans', sans-serif;
	font-weight: 400; font-style: normal;
	font-size: 15px;
	margin-bottom: 12px;
	color: #231f20;
	float: left;
	border: none;
}

#contactform label {
	display: inline-block;
	width: 30%;
	padding-top: 5px;
	float: left;
	text-align: left;
	font-size: 15px;
	margin-bottom: 8px;
	text-align: left;
	padding-right: 10px;
}

#contactform .lbl_checkbox {
	width: 17.5%;
}

input[type="text"]:focus, textarea:focus {
	background-color: #0c8a2d;
	color: #fff;
}

input[type="submit"], input[type="reset"], input[type="button"] {
	color: #0c8a2d;
	border: 1px solid #0c8a2d;
	padding: 4px 30px;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	transition: all 0.5s;
	cursor: pointer;
	cursor: hand;
	margin-left: 80px;
	background-color: #fff;
}

input[type="submit"]:hover, input[type="reset"]:hover {
	color: #fff;
	background-color: #0c8a2d !important;
}

form input.hlt, form select.hlt {
	background-color: rgb(204,51,51);
}

.hpt {
	display: none;
}


/* Social Media */

#twitter-widget-0 {
	position: absolute !important;
	top: 17px !important;
	right: 125px !important;
}

.fb_iframe_widget {
	position: absolute !important;
	top: 15px !important;
	right: 195px !important;
}



/* Lightbox */

#lightbox_layer {
	display: none; 
	z-index: 999; 
	position: fixed; 
	width: 100%; 
	height: 100%;
}

#lightbox_bg {
	width: 100%; 
	height: 100%; 
	position: fixed;
	background-color: rgba(255,255,255,0.8);
}

#lightbox_dots span {
	display: inline-block; 
	width: 8px; 
	height: 8px; 
	border-radius: 4px;
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,0.4);
	margin: 4px;
}

#lightbox_dots span.active {
	background-color: rgba(255,255,255,1);	
}


#lightbox_center {
	position: relative;	
}

#lightbox_center img {
	width: 100%;
}

.lba {
	position: relative;
	display: inline-block;
}

a.lba {
	border: none !important;
}

#lba_prev, #lba_next, #lba_close {
}

#lba_prev img, #lba_next img {
	height: 33px;
	padding: 5px;
	margin-left: 15px;
}


.ico_popup {
	position: absolute;
	height: 25px;
	top: 30px;
	right: 10px;
	opacity: 0;
}




/* Intro */

.lg_divs {
	position: absolute;
	opacity: 0;
}











/* Popups */

#popup_layer {
	display: none;
	z-index: 999; 
	position: fixed; 
	width: 100%; 
	height: 100%;
}

#popup_bg {
	width: 100%; 
	height: 100%; 
	background-color: rgba(0,0,0,0.8); 
	position: fixed;
}

.popupframe {
	width: 1100px;
	background-color: #fff;
	position: relative;
	z-index: 99;
	top: 50%;
	left: 50%;
	margin-left: -550px;
	display: none;
}

.popupframe .frametitle {
	width: 100%;
	background-color: #BCBDC0;
	font-size: 18px;
	padding: 5px 10px 2px 10px;
	color: #333;
	letter-spacing: 1px;
}

.framecontent {
	border-bottom: 30px solid #BCBDC0;
}






/* Media Queries */

/* Tablet Landscape */

@media only screen and (max-width : 1130px)  
	{
		
		#content_ct {
			padding-left: 20px;
			padding-right: 20px;
		}

		#vnat {
			bottom: 0px !important;
			right: 340px !important;
		}
		
		.bannerimg {
			width: 100%;
		}

		.gallery_cat .col_right a:nth-child(2n) {
			margin-right: 5%;
		}
		
		.gallery_cat .col_right a img, .slg img {
			width: 100%;
			height: auto;
		}
		
		#addr_box {
			position: absolute;
			left: 20px;
			text-align: left !important;
			margin-top: 120px;
		}
		
		#ctp_minergie {
			margin-top: 50px !important;
		}
		
		#ctp_logos {
			padding-right: 20px;
		}
		
		.page-surfacescom .col_left, .page-surfacescom .col_right, .page-wohnungen .col_left, .page-wohnungen .col_right {
		width: 100% !important;
		padding: 20px !important;
		}
		
		.page-surfacescom #apt_mainhead {
			padding: 0 !important;
		}
		
		
		#fimgc {
			display: none;
		}
		
		#axo_sit, #fimg, #fimg2 {
			display: none !important;
		}
		
		.stf {
			width: 100% !important;
			padding: 0 20px !important;
			margin: 0 !important;
			position: relative !important;
		}
		
		.bts, .page-wohnungen #apt_mainhead, #whgs .rowtitle {
			display: none !important;
		}
		
		.page-wohnungen .col_right {
			margin: 0 !important;
			width: 100% !important;
		}
		
		.flattab {
			width: 100% !important;
		}
		
		#whgs .rowtitle_tab {
			display: table-row;
		}
		
		#mainlogo {
			left: 20px;
		}
		
			.page-wohnungen .col_left {
		display: none;
	}
	
	}

@media only screen and (max-width : 1020px)  {
	
	h3 {
		font-size: 28px !important;
	}
	
	#vnat {
		width: 120px !important;
		right: 75px !important;
	}

	
	#teaser_line {
		display: none;
	}
	
	.page-kontakt .col_left {
		width: 45%;
	}
	
	.page-kontakt .col_right{
		width: 55%;
	}
	
	#cfct {
		width: 100% !important;
	}
	
	#contactform label {
		width: 25%;
	}
	
	input[type="text"], textarea, select {
		width: 75%;
	}
	
	#uplbutton {
		width: 75% !important;
	}
	
	#button3d {
		display: none;
	}
	
		#mobmenu_ct {
		display: inline-block;
		position: absolute;
		top: 15px;
		right: 20px;
	}
	
	#menu_fb1 {
		display: none;
	}
	
	#menu {
		text-align: left;
		position: relative;
		height: auto;
		top: 60px;
		display: none;
		z-index: -1;
		padding-top: 60px;
		padding-bottom: 40px;
		background-image: url(/img/bg_header.jpg);
	background-size: 100% auto;
	background-position: center top;
	background-repeat: repeat-y;
	}
	
	#menu ul {
		width: 100%;
		padding-bottom: 10px;
	}
	
	#menu ul li {
		float: none;
		display: block;
		text-align: center;
	}
	
	#menu ul li a {
		width: 100%;
	}
	
	#mainlogo {
		height: 130px;
		width: auto;
		padding: 0;
		left: 20px;
	}
	
	#head_ct {
		overflow: visible;
		height: 60px;
		position: fixed;
	}
	
	#contactform label {
		width: 100%;
	}
	
	input[type="text"], textarea, select {
		width: 100%;
	}
	
	#banner {
		height: 400px;
	}
	
	#main {
		padding-top: 400px;
	}
	
	
}

@media only screen and (max-width : 760px)  {
	
	.mob_only {
		display: inherit !important;
	}
	
	.mob_no {
		display: none !important;
	}
	
	#twitter-widget-0, .fb_iframe_widget {
		display: none !important;
	}
	
	#head_border {
		display: none;
	}
	
	#chantier {
		height: 100px;
		top: -80px;
		right: 20px;
	}
	
	#content {
		padding: 20px;
		padding-bottom: 150px;
	}
	
	#content_ct {
		padding: 0;
	}
	

	
	#main {
		padding-top: 55px;
	}
	
	
	.col_left, .col_right {
	  display: block !important;
	  padding: 0 0px !important;
	  width: 100% !important;
	}
	
	.page-wohnungen .col_left {
		display: none !important;
	}
	
	.page-wohnungen .col_right {
		padding: 0 !important;
	}
	
	
	
	#vnat, #vpo {
		display: none !important;
	}
	
	
	
	#lang_switch {
		right: 100px;
	}
	
	#banner {
		height: 240px !important;
		position: relative !important;
	}
	
	#main {
		padding-top: 0;
		min-height: 0;
	}
	
	.spct {
		height: 15px !important;
	}
	
	.gallery_cat .col_right a img, .slg img {
		padding-left: 0 !important;
	}
	
	.gallery_cat .col_right a:nth-child(2n) {
		margin-right: 4%;
	}
	
	#addr_box {
		position: relative;
		float: none !important;
		margin-top: 0 !important;
		left: auto;
		clear: both;
		width: 100% !important;
	}
	
	#logo_gwa {
		position: absolute;
		margin-top: 50px !important;
		right: 20px;
		width: 100px !important;
		height: auto;
	}
	
	#ctp_minergie {
		position: absolute;
		margin-top: 0 !important;
		right: 20px;
		width: 100px !important;
		height: auto;
		top: 140px;
	}
	
	#ctp_logos {
		text-align: center !important;
	}
	
	#ctp_logos img {
		width: 30% !important;
		height: auto;
		margin: 0 10% !important;
		float: left;
	}
	
	
	
	
	
	#uplbutton {
		width: 100% !important;
	}
	
	
	.imps {
		width: 48%;
		padding: 20px 1%;
	}
	
	
	
	#apt_sel2 {
		width: 100% !important;
	}
	
	.ui-widget-content {
		margin-bottom: 4px;
		margin-top: 14px;
	}
	
	.ui-slider .ui-slider-handle {
		width: 24px;
		height: 24px;
		margin-top: -3px;
		margin-left: -12px;
	}
	
	.col_left .text_inner {
		padding-left: 0;
	}
	
	
	.page-galerie #content, .page-nc #content {
		padding: 20px;
	}
	
	.dl_box {
		font-size: 13px !important;
	}
	
	.dl_box img {
		width: 80px !important;
	}
	
	.cnt_box {
		height:  auto;
	}
	
	.cnt_box .cnt_box_slider {
		width: 100%;
	}
	
	.cnt_box .cnt_box_slider .carousel {
		height: 200px;
	}
	
	.cnt_box .cnt_box_text {
		padding: 20px;
		width: 100%;
		background-color: #f4ecdf;
	}
	
#contactform .lbl_checkbox {
	width: 50%;
}
	
	
}

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

.imps {
		width: 100%;
		padding: 20px 0px;
		height: 190px;
	}

}
