@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: 14px;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	background-color: #f2f2f2;
	line-height: normal;
	overflow-y: scroll;
	background-image: url(../img/bg_main.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

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: 50;
	background-color: #fff;
	height: 150px;
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
}

#head {
	position: relative;
	max-width: 1500px;
	width: 100%;
	height: 150px;
	padding-left: 100px;
}

#head_kontakt {
	width: 300px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	right: 0;
	position: absolute;
	line-height: 120%;
	letter-spacing: 1px;
	padding-top: 12px;
}

#head_kontakt .telnum {
	font-size: 36px;
}

#bg_fade {
	position: fixed;
	width: 100%;
	height: 100%;
	background-image: url(../img/bg_fade.png);
	background-position: left top;
	background-repeat: repeat-y;
}

#menu {
	position: fixed;
	color: #ffffff;
	top: 200px;
	z-index: 10;
}

#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 {
	padding-bottom: 50px;
}

#content {
	
}

#main {
	position: absolute;
	min-height: 300px;
	width: 800px;
	left: 400px;
	top: 220px;
}

.cbox {
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.4);
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.4);
	padding:25px;
	background-color: #fff;
	margin-bottom: 30px;
}

#ico_box_ct {
	position: absolute;
	width: 400px;
	bottom: -35px;
	left: 600px;
}

.ico_box {
	position: absolute;
	background-color: #8C8C8C;
	overflow: hidden;
	width: 70px;
	height: 70px;
	cursor: pointer;
	cursor: hand;
	transition: all 0.5s;
	bottom: 0;	
}

.ico_box:hover {
	height: 95px;
	background-color: #8fbd35;
}

.ico_box_inner {
	position: absolute;
	bottom: 0;
}

.ico_box .ico_box_titel {
	font-weight: 700;
	text-align: center;
	color: #fff;
	font-size: 14px;
	height: 25px;
	padding-top: 4px;
}

.ico_box .ico_box_image {
	width: 100%;
	float: left;
	padding: 10px;
}

.ico_email {
	left: 80px;
}

.ico_anfahrt {
	left: 160px;
}

.ico_angebot {
	left: 240px;
}

.ico_notfall {
	left: 320px;
	background-color: #E63859;
}

.ico_notfall:hover {
	background-color: #E63859;
}

.img_fw {
	width: 100%;
	height:  auto;
}

.halfpage_ct, .thirdpage_ct {
	display: flex;
}

.halfpage {
	position: relative;
	width: 48%;
	margin-right: 2%;
	float: left;
	display: inline-block;
}

.thirdpage {
	position: relative;
	width: 31%;
	margin-right: 0;
	margin-left: 0;
	float: left;
	display: inline-block;
}

.halfpage_ct .cbox:nth-of-type(2){
	margin-right: 0;
	margin-left: 2%;
}

.thirdpage_ct .cbox:nth-of-type(2){
	margin-right: 4.5%;
	margin-left: 4.5%;
}

.pl_box {
	width: 100%; height: 120px; text-align: center; display: table-cell; vertical-align: middle;
}

.pl_box img {
	max-width: 100%;
	height: auto;
	max-height: 100px;
}

img.team_portrait {
	width: 100%;
	height:  auto;
	margin-bottom: 20px;
}

.cbox ul {
	margin: 0;
	padding: 0;
	list-style: square;
	padding-left: 1em;
}

.cbox ul li {
	line-height: 180%;
	color: #8fbd35;
}

.cbox ul li span {
	color: #000;
}

.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: relative;
	height: auto;
	width: 220px;
	left: 0;
	top: 6px;
}

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


/* General Style */

.hlt_inline {
	border-bottom:1px dotted #8fbd35;
}

.hlt_inline:hover i {
	color: #8fbd35;
}


#content a:hover {
/*	color: #8fbd35;*/
}

strong {
	font-weight: 700;
}

h3 {
	font-size: 36px;
	line-height: 130%;
	margin: 0px;
	padding: 0px;
	padding-bottom: 25px;
	color: #8fbd35;
	font-weight: 700; 
	font-style: normal;
	font-family: 'Open Sans Condensed', sans-serif;
}

h4 {
	font-size: 21px;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	color: #8fbd35;
	font-weight: 700; 
	font-style: normal;
	font-family: 'Open Sans Condensed', sans-serif;
}

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 {
	padding: 0px; 
	margin: 0px;
	margin-bottom: 25px;
}

#menu ul li a {
	display: inline-block;
	padding: 2px 15px 0 15px;
	font-weight: 700;
	font-size: 24px;
	transition: all 0.5s;
	color: #333;
	height: 40px;
	background-color: #8FBD35;
	font-family: 'Open Sans Condensed', sans-serif;
	width: 220px;
	text-align: right;
}

#menu ul li a:hover {
	color: #fff;
	width: 240px;
}

#menu ul li.active a:hover {
	width: 220px;
}

#menu ul li.active a {
	margin-left: 100px;
	color: #fff;
	transition: none;
	text-align: left;
}

#menu ul li ul {
	display:  none;
}

#menu ul li ul li {
	margin-bottom: 0;
}

#menu ul li ul li a {
	display: inline-block;
	padding: 6px 15px 0 15px;
	font-weight: 300;
	font-size: 20px;
	transition: all 0.5s;
	color: #fff;
	min-height: 40px;
	height: auto;
	background-color: rgba(0,0,0,0.5);
	font-family: 'Open Sans Condensed', sans-serif;
	width: 220px;
	text-align: left;
}

#menu ul li ul li a:hover {
	background-color: rgba(0,0,0,0.7);
	transition: all 0.5s;
}

#menu ul li.active ul {
	display: inherit;
}

#menu ul li.active ul li.active a {
	font-weight: 700;
	font-size: 19px;
}

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

.mobmenu_line {
	display: inline-block;
	background-color: #8fbd35;
	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: 8px 12px;
	width: 100%;
	background-color: rgba(0, 0, 0,0.7); 
	font-family: 'Open Sans', sans-serif;
	font-weight: 400; font-style: normal;
	font-size: 15px;
	margin-bottom: 12px;
	color: #fff;
	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: rgba(0,0,0,0.5);
	color: #fff;
}

input[type="submit"], input[type="reset"], input[type="button"] {
	color: #fff;
	border: none;
	font-family: 'Open Sans Condensed',sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 21px;
	transition: all 0.5s;
	cursor: pointer;
	cursor: hand;
	background-color: #8fbd35;
	width: 100%;
	text-align: left;
	padding: 8px 12px;
	letter-spacing: 1px;
}

input[type="submit"]:hover, input[type="reset"]:hover {
	color: #fff;
	background-color: rgba(0,0,0,0.7);
}

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

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255,255,255,0.6);
}
::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255,255,255,0.6);
}
:-ms-input-placeholder { /* IE 10+ */
  color: rgba(255,255,255,0.6);
}
:-moz-placeholder { /* Firefox 18- */
  color: rgba(255,255,255,0.6);
}

::-moz-placeholder {
  opacity: 1;
}

.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;
}

.cf_inner {
	width: 50%; float: left;
}

.cf_inner:nth-child(1) {
	 padding-right: 10px;
}
.cf_inner:nth-child(2) {
	 padding-left: 10px;
}

/* Media Queries */

@media only screen and (max-width : 1320px)  
{
	#ico_box_ct {
		left: 400px;
	}	
	
}



@media only screen and (max-width : 1240px)  
{
	#main {
		left: 0;
		width: 100%;
		padding-left: 400px;
		padding-right: 20px;
	}	
}

@media only screen and (max-width : 1120px)  
	{
		
		#ico_box_ct {
			display: none;
		}
	
	
	}

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

	
	#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: 20px;
		right: 20px;
	}
	
	#menu_fb1 {
		display: none;
	}
	
	#menu {
		text-align: left;
		position: relative;
		height: auto;
		top: 60px;
		display: none;
		z-index: 1;
		padding-top: 30px;
		border-bottom: 3px solid #8fbd35;
		background-color: #f2f2f2;
	}
	
	#menu ul {
		width: 100%;
		padding-bottom: 10px;
	}
	
	#menu ul li {
		float: none;
		display: block;
		text-align: center;
	}
	
	#menu ul li a {
		width: 100%;
		text-align: center;
		background-color: transparent;
	}
	#menu ul li a:hover {
		width: 100%;
		color: #333;
	}
	
	#menu ul li.active a {
		color: #8fbd35;
		text-align: center;
		margin-left: 0px;
	}
	
	#menu ul li ul {
		display: inherit;
	}
	
	#menu ul li ul li a, #menu ul li ul li a:hover {
		width: 100%;
		background-color: transparent;
		text-align: center;
		color: #333 !important;
		transition: none;
	}
	
	#menu ul li.active ul li.active a {
		color: #8fbd35 !important;
	}
	
	#mainlogo {
		height: 50px;
		width: auto;
		padding: 0;
		left: 20px;
		top: 5px;
	}
	
	#head_ct {
		overflow: visible;
		height: 60px;
		position: fixed;
	}
	
	#head {
		height: 60px;
		padding-left: 0px;		
	}
	
	#contactform label {
		width: 100%;
	}
	
	input[type="text"], textarea, select {
		width: 100%;
	}
	
	#banner {
		height: 400px;
	}
	
	#main {
		padding-left: 20px;
		padding-right: 20px;
		top: 100px;
	}
	
	
	
}

@media only screen and (max-width : 760px)  {
	
	.mob_only {
		display: inherit !important;
	}
	
	.mob_no {
		display: none !important;
	}
	
	
	.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%;
}
	
	.pl_box {
		display: block;
		height: auto;
		padding-bottom: 20px;
	}	
	
	.pl_box img {
		width: auto;
		
	}
	
}


@media only screen and (max-width : 580px)  {
	.halfpage_ct, .thirdpage_ct {
		display: inherit;
	}
	.halfpage, .thirdpage {
		width: 100%;
		margin-left: 0 !important;
		margin-right: 0 !important;
	} 	
	
	.cf_inner {
		width: 100% !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	
}


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

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

}
