@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: #666;
	font-size: 18px;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-style: normal;
	font-weight: 400;
	background-color: #fff;
	line-height: normal;
	overflow-y: scroll;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	color: inherit;
}

.dl_cov {
	width: 100%;
	height: auto;
	max-width: 300px;
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.5);
box-shadow: 0 0 15px 0 rgba(0,0,0,0.5);
}

/* General */

h2 {
	padding: 0px;
	margin: 0px;
	display: inline-block;
	font-size: 48px;
	font-weight: 700;
	color: #bcb2a0;
	margin-bottom: 10px;
	letter-spacing: 1px;
	line-height: normal;
	font-family: 'Barlow Semi Condensed', sans-serif;
}

#home_ct h2 {
	font-size: 64px;
}

h4 {
	padding: 0px;
	margin: 0px;
	display: inline-block;
	font-size: 21px;
	font-weight: 700;
	color: #666;
	margin-bottom: 5px;
	line-height: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Barlow Semi Condensed', sans-serif;
}

.teaser_text {
	font-size: 24px;
	display: inline-block;
	max-width: 550px;
	font-weight: 300;
	letter-spacing: 1px;
	color: #bcb2a0;
}

.def_link {
	font-size: 21px;
}

.def_link i {
	font-size: 32px;
	margin-right: 5px;
	vertical-align: bottom;
}

.link_ct {
	display: inline-block;
	padding: 10px;
	margin-top: 10px;
	position: relative;
	color: #bcb2a0;
	transition: all 0.5s;
}

.link_ct .link_filler {
	position: absolute;
	background-color: #bcb2a0;
	width: 100%;
	height: 0%;
	bottom: 0;
	left: 0;
	opacity: 0;
	z-index: -1;
	transition: all 0.5s;
}

a:hover .link_ct .link_filler {
	height: 100%;
	opacity: 1;
}

a:hover .link_ct {
	color: #fff;
	/*letter-spacing: 1px;*/
}






#header {
	position: fixed;
	width: 100%;
	height: 80px;
	background-color: #bcb2a0;
	text-align: center;
	z-index: 30;
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.5);
box-shadow: 0 0 15px 0 rgba(0,0,0,0.5);
}

#header_grad {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
background: -webkit-linear-gradient(left, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.1) 100%);
background: -o-linear-gradient(left, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.1) 100%);
background: linear-gradient(to right, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.1) 100%);
}

#logo_ka {
	position: absolute;
	width: auto;
	height: 40px;
	top: 20px;
	left: 50px;
}

#content a {
	text-decoration: none;
	color: #666;
}

#content a:hover {
	color: #242E71;
}

#content a .fas {
	color: #242E71;
	font-size: 24px;
	margin-right: 5px;
}

#content ul {
	margin: 0px;
	padding: 0px;
	padding-left: 1em;
}

#content ul li {
	list-style: square;
	color: #242E71;
}

#content ul li span {
	color: #666;
}

.btn_box {
	display: inline-block;
	width: 300px;
	background-color: #242E71;
	color: #fff;
	margin-bottom: 10px;
	font-weight: 600;
	padding: 10px;
	padding-left: 50px;
	cursor: pointer;
	cursor:  hand;
	text-transform: uppercase;
	opacity: 1;
	transition: opacity 0.5s;
}

.btn_box:hover {
	opacity: 0.8;
}

.btn_box .fas {
	font-size: 24px;
	margin-left: -40px;
	color: #fff !important;
	position: absolute;
}


#meta_daynight {
	padding: 0px;
	background-color: transparent;
	width: 120px;
	position: absolute;
	right: 50px;
	top: 10px;
}

#meta_day, #meta_night {
	float: left;
	width: 50%;
	display: inline-block;
	font-size: 21px;
	padding: 15px;
	color: #fff;
	cursor: pointer;
	cursor: hand;
	background-color: rgba(152,19,72,0.20);
	transition: all 0.5s;
}

#meta_day.active, #meta_night.active {
	background-color: rgba(152,19,72,1);
}

.meta_item_title {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 15px;
	cursor: pointer;
	cursor: hand;
}

#meta_wetter .meta_item_content {
	font-size: 54px;
	font-weight: 700;
	padding-bottom: 15px;
}

.wetter_grad {
	font-size: 48px;
	font-weight: 700;
}

#ph_wetter {
	width: 60px;
	height: auto;
	vertical-align: bottom;
}

#meta_events .meta_item_content {
	padding: 15px;
	text-align: left;
	font-size: 15px;
}

#meta_events .meta_item_event {
	padding-bottom: 15px;
}

#meta_events .event_image {
	display: inline-block;
	width: 70px;
	margin-right: 10px;
	height: auto;
	float: left;
}

#meta_events .event_date {
	font-weight: 700;
	font-size: 18px;
}

#meta_events a {
	text-decoration: none;
	color: #242E71;
}

#bgn, #bgd {
	position: fixed;
	z-index: 0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

#bgn {
	display: none;
}


.sline {
	width: 110%;
	left: -5%;
	position: absolute;
	background-color: #fff;
	height: 6vw;
	margin-top: -3vw;
	z-index: 0;
-moz-transform: rotate(2.5deg);
-webkit-transform: rotate(2.5deg);
-o-transform: rotate(2.5deg);
-ms-transform: rotate(2.5deg);
transform: rotate(2.5deg);
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
}

.sline.mrd {
	-moz-transform: rotate(-2.5deg);
-webkit-transform: rotate(-2.5deg);
-o-transform: rotate(-2.5deg);
-ms-transform: rotate(-2.5deg);
transform: rotate(-2.5deg);
}


/* Content Blocks */

#main_wrapper {
	top: 80px;
	position: relative;
	background: rgb(188,178,160);
background: -webkit-linear-gradient(left, rgba(188,178,160,1) 0%, rgba(206,199,185,1) 50%, rgba(188,178,160,1) 100%);
background: -o-linear-gradient(left, rgba(188,178,160,1) 0%, rgba(206,199,185,1) 50%, rgba(188,178,160,1) 100%);
background: linear-gradient(to right, rgba(188,178,160,1) 0%, rgba(206,199,185,1) 50%, rgba(188,178,160,1) 100%);
}

.content_block_frame {
	background-color: #fff;
	color: #333;
	text-align: center;
	padding: 10px 20px;
	position: relative;
	z-index: 5;
}

.content_block_inner {
	display: inline-block;
	width: 100%;
	max-width: 1000px;
}

.content_block_inner .col_left, .content_block_inner .col_right {
	display: inline-block;
	width: 50%;
	text-align: left;
	float: left;
	padding-right: 50px;
	line-height: 160%;
}

.content_block_inner .col_right {
	padding-right: 0px;
	padding-left: 50px;
}

.banner_block_frame {
	position: relative;
	width: 100%;
	height: 15vw;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}


#intro_ct {
	width: 100%;
	height: auto;
	position: relative;
	text-align: center;
}

#home_ct {
	padding-top: 0;
}

/* Menu */

#menu_ct {
	display: inline-block;
	z-index: 20;
	position: relative;
}

#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu ul li {
	float: left;
	display: inline-block;
}

#menu ul li span {
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 2px;
	background-color: transparent;
	display: inline-block;
	padding: 30px 20px 10px 20px;
	text-transform: uppercase;
	font-family: 'Barlow Semi Condensed', sans-serif;
	height: 80px;
	transition: all 0.5s;
}

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

#menu ul li span:hover {
	background-color: rgba(255,255,255,0.2);
}

#menu ul li span.active {
	background-color: rgba(0,0,0,0.1);
}

/* Content */

.logo_msw {
	width: 160px;
	height: auto;
}

#meta_block_ct {
	position: fixed;
	top: 0px;
	right: 80px;
	display: inline-block;
	width: 260px;
}

#logo {
	background-color: #fff;
	padding: 20px 50px;
}

#logo img {
	width: 100%;
	height: auto;
}

#content_ct {
	display: inline-block;
	position: absolute;
	top: 350px;
	background-color: #fff;
	color: #666;
	padding: 30px;
	padding-left: 100px;
	width: 100%;
	max-width: 700px;
	font-weight: 400;
	font-size: 15px;
	line-height: 160%;
}

#kontakt_ct .col_left {
	margin-top: 30px;
	width: 40%;
	padding-left: 100px;
}

#kontakt_ct .col_right {
	margin-top: 30px;
	width: 60%;
}

#impressum_ct {
	background-color: transparent;
	color: #fff;
	font-size: 18px;
	display: block;
	padding-bottom: 40px;
	padding-top: 80px;
}

#impressum_ct h2 {
	color: #fff;
	opacity: 0.9;
}




/* banner */


.banner_block_frame .night_overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#banner_projekt {
	background-image: url(/img/bg_projekt_day.jpg);
}

#banner_projekt .night_overlay {
	background-image: url(/img/bg_projekt_night.jpg);
}

#banner_angebot {
	background-image: url(/img/bg_downloads_day.jpg);
}

#banner_angebot .night_overlay {
	background-image: url(/img/bg_downloads_night.jpg);
}

#banner_finanzierung {
	background-image: url(/img/bg_finanzierung_day.jpg);
}

#banner_finanzierung .night_overlay {
	background-image: url(/img/bg_finanzierung_night.jpg);
}

#banner_downloads {
	background-image: url(/img/bg_angebot_day.jpg);
}

#banner_downloads .night_overlay {
	background-image: url(/img/bg_angebot_night.jpg);
}

#banner_galerie {
	background-image: url(/img/bg_galerie_day.jpg);
}

#banner_galerie .night_overlay {
	background-image: url(/img/bg_galerie_night.jpg);
}

#banner_kontakt {
	background-image: url(/img/bg_kontakt_day.jpg);
}

#banner_kontakt .night_overlay {
	background-image: url(/img/bg_kontakt_night.jpg?v=3);
}

#banner_wohnen {
	background-image: url(/img/imp10_day.jpg);
}

#banner_wohnen .night_overlay {
	background-image: url(/img/imp10_night.jpg);
}



/* nightvision */


#header, #meta_daynight, .content_block_frame, .night_overlay, .imp_night {
	transition: all 0.5s;
}

.nightvision #header {
				background-color: #A2988C;
			}

.nightvision #meta_daynight {
	/*background-color: rgba(255,255,255,0.5);*/
}


.night_overlay, .imp_night {
	opacity: 0;
	pointer-events: none;
}

.nightvision .night_overlay, .nightvision .imp_night {
	opacity: 1;
	pointer-events: auto;
}

.nightvision .wf_row_house  {
				color: rgb(255, 0, 102);
			}
.nightvision #wlist_sysfrm {
	background-color: #fff;
	-webkit-border-radius: 8px;
border-radius: 8px;
	color: #333;
}

.nightvision #
ressum_ct {
	background-color: #A2988C;
}

.nightvision .cs_form label {
	color: #fff;
}
.nightvision input[type="checkbox"]:checked + label span, .nightvision input[type="radio"]:checked + label span {
	background-color: rgb(255, 0, 102);
}

/* galerie */

#galerie_inner {
	max-width: 1200px;
}

#galerie_inner .block_inner_content {
	/*text-align: left;*/
}

.imp_frm {
	position: relative;
	width: 210px;
	height: 140px;
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
}

.imp_frm a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
}

.imp_day div, .imp_night div, .imp_none div {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 100%;
}

.wb_button {
	display: inline-block;
	background-color: #C6C0BA;
	color: #fff;
	padding: 8px 15px;
	margin: 0px 10px 20px 10px;
	font-size: 14px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	transition: all 0.5s;
	cursor: pointer;
	cursor: hand;
}

.wb_button:hover {
	background-color: #A2988C;
}

.wb_button.active {
	background-color: rgba(152,19,72,1);
}

.block_wb {
	display: none;
}


.dist_tab {
	width: 100%;
}

.dist_tab td {
	padding: 5px 0px;
	border-bottom: 1px solid #C6C0BA;
}

.dt_head td {
	color: rgba(152,19,72,1);
	border-bottom: 2px solid #C6C0BA;
}

.nightvision .dt_head td {
	color: rgb(255, 0, 102);
}

/* Lightbox */

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

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

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

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

#lba_prev, #lba_next, #lba_close {
	opacity: 0.5;
	color: #fff;
	text-shadow: 0 0 10px #000000;
	font-size: 42px;
	position: fixed;
	z-index: 30;
	cursor: pointer;
	cursor: hand;
}

#lba_close {
	top: 20px;
	right: 20px;
}

#lba_next, #lba_prev {
	top: 50%;
	margin-top: -32px;
	left: 20px;
	font-size: 64px;
}

#lba_next {
	left: auto;
	right: 20px;
}


#lba_prev img, #lba_next img {
	height: 35px;
	padding: 0px;
	margin-top: 5px;
	margin-left: 15px;
	cursor: pointer; 
	cursor: hand;
}



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







/* Kontakt Formular */





input[type="checkbox"], input[type="radio"] {
	display: none;
}

input[type="checkbox"] + label, input[type="radio"] + label {
	cursor: pointer;
	cursor: hand;
	font-size: 15px;
	margin-right: 20px;
	line-height: 175%;
}



input[type="checkbox"] + label span, input[type="radio"] + label span {
	width: 15px;
	height: 15px; 
	background-color: #fff; 
	border: 1px solid rgb(88,89,91);
	border-radius: 0px;
	display: inline-block; 
	margin-left: 0px;
	margin-right: 4px; 
	margin-bottom: 8px;
	margin-top: 5px;
	vertical-align: middle;
}

input[type="checkbox"] + label span {
	border-radius: 0px;
}

input[type="checkbox"]:checked + label span, input[type="radio"]:checked + label span {
	/*background-image: url(ico_check.jpg);*/
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: rgba(152,19,72,1);
}



input[type="text"], textarea, select {
	padding: 5px 10px 4px 10px;
	width: 75%;
	background-color: rgba(138,138,123,0.1); 
	border: none;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size: 15px;
	letter-spacing: 1px;
	color: #000;
	margin-top: 10px;
}

.nightvision input[type="text"], .nightvision textarea, .nightvision select {
	background-color: rgba(255,255,255,0.2); 
	color: #fff;
}

#Strasse {
	width: 53%;
	float: left;
	margin-right: 2%;
}

#Strasse_Nr {
	width: 20%;
	float: left;
}

#PLZ {
	width: 20%;
	float: left;
	margin-right: 2%;
}

#Ort {
	width: 53%;
	float: left;
}

select {
	padding-left: 5px;
}

textarea {
	width: 100%;
}

.cs_form label {
	display: inline-block;
	width: 25%;
	padding-top: 5px;
	float: left;
	margin-top: 10px;
	color: rgba(138,138,123,1); 
	text-transform: uppercase;
	font-size: 15px;
}

.cs_form label.lb_auto {
	width: auto;
	padding-top: 0px;
	margin-top: 10px;
	text-transform: none;
}

input[type="text"]:focus, textarea:focus {
	background-color: rgba(138,138,123,0.2);outline: none;
}

input[type="submit"], input[type="reset"] {
	background-color: rgba(58,58,57,1);
	color: #fff;
	border: none;
	padding: 5px 15px;
	float: right;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size: 13px;
	font-weight: 400px;
	letter-spacing:2px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	cursor: pointer;
	cursor: hand;
	transition: all 0.5s;
}

input[type="submit"]:hover, input[type="reset"]:hover {
	background-color: rgba(152,19,72,1);
}

.cat-m input[type="submit"]:hover, .cat-m input[type="reset"]:hover {
	background-color: #009640;
}

form input.hlt, form select.hlt {
	background-color: rgba(255,0,0,0.2);
}

.hpt {
	display: none;
}


#mob_vis {
	display: none;
}

.cs_rtx {
	line-height: 160%;
}

#cs_realform {
	margin-top: 30px;
}

.printbreak { display: none; }


/* Galerie */

.glbox {
	display: inline-block;
	width: 250px;
	height: 130px;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
	-webkit-box-shadow: 0 0 10px 0 rgba(36,46,113,0);
box-shadow: 0 0 10px 0 rgba(36,46,113,0);
	transition: all 0.5s;
}

.glbox:hover {
	-webkit-box-shadow: 0 0 10px 0 rgba(36,46,113,1);
box-shadow: 0 0 10px 0 rgba(36,46,113,1);
}


.glbox a {
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.gl_night {
	display: none;
}


/* angebot */


#angebot_ct {
	min-height: 950px;
}

#ang_box {
	position: absolute;
	width: 400px;
	height: 340px;
	left: 860px;
	top: 270px;
	background-color: #fff;
	border: 10px solid #fff;
}

.wimgs, #w_base {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #fff;
}

.wimgs {
	display: none;
}

.wf_tab {
	width: 100%;
}

.wf_tab td {
	padding: 2px 2px;
}

.ple_head {
	color: #242E71;
	font-weight: 600;
}

.ple_head td {
	padding-bottom: 5px;
	border-bottom: 1px solid #242E71;
	text-align: center;
}

.ple_head td:nth-child(1) {
	text-align: left;
}

.wf_row_house {
	text-transform: uppercase;
	color: rgba(152,19,72,1);
	text-align: left;
	font-size: 18px;
}

.wf_row_house td {
	padding-top: 10px;
	padding-bottom: 10px;
}

.wf_tab_head td {
	font-weight: 500;
	padding-bottom: 10px;
}


.wf_tab_flat td, .wf_tab_pp td {
	border-bottom: 1px solid #ccc;
	text-align: center;
	font-weight: 400;
	font-size: 14px;	
}
.wf_tab_pp td {
	text-align: left;
}
.wf_tab_pp td:nth-of-type(1) {
	width: 25%;
}
.wf_tab_pp td:nth-of-type(2) {
	width: 75%;
}

.wf_tab_flat:hover td {
	background-color: rgba(198,192,186,0.3);
	/*cursor: default;*/
	cursor: pointer; 
	cursor: hand;
}

.wf_tab_flat:hover td a {
	color: #fff !important;
}

.wf_tab_flat.vermietet td {
	color: #999;
}

.wf_tab_flat.vermietet .ico_pdf {
	opacity: 0.4;
}

.wf_tab_flat.reserviert td:nth-child(7), .wf_tab_flat.inabklaerung td:nth-child(7), .wf_tab_flat.vermietet td:nth-child(7){
	color:rgba(152,19,72,1);
}

.nightvision .wf_tab_flat.reserviert td:nth-child(7), .nightvision .wf_tab_flat.inabklaerung td:nth-child(7), .nightvision .wf_tab_flat.vermietet td:nth-child(7){
	color:rgb(255, 0, 102);
}


.ico_pdf {
	height: 25px;
	width: auto;
}


#angebot_inner {
	max-width: 1100px;
}

#wlist_frm {
	padding-right: 340px;
	position: relative;
}

#wlist_sysfrm {
	position: absolute;
	right: 0px;
	width: 300px;
	padding-top: 10px;
}



#fbase {
	width: 100%;
	height:  auto;
}

#ct_filter {
	text-align: left;
	padding-left: 30px;
	font-size: 14px;
}

#ct_filter input[type="checkbox"] + label, #ct_filter input[type="radio"] + label {
	font-size: 14px;
}

#wflrng_num, #wprrng_num {
	color: rgba(152,19,72,1) !important;
	background-color: #fff !important;
	width: 180px!important;
}

#wflrng_frm, #wprrng_frm {
	padding-left: 10px;
	padding-right: 50px;
}

.ui-state-active {
	background-color: rgba(152,19,72,1) !important;
	border: 1px solid rgba(152,19,72,1) !important;
}


.page-angebot #content_ct {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px;
	max-width: 840px;
}

.ui-slider-horizontal {
	height: 7px !important;
}

.ui-widget-header {
	background-color: rgba(152,19,72,1) !important;
}

.ui-widget.ui-widget-content {
	background-color: #D7D7D7 !important;
	border: none !important;
}


#mobmenu_ct {
	display: none;
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -18px;
	width: 36px;
	height: 30px;
	z-index: 30;
}

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

.mobtx {
	display: none;
}

.stw_label {
display: inline-block; width: 30%; margin-right: 0px !important;
}


#wflrng_num, #wprrng_num {
	letter-spacing: normal;
	padding-left: 0px;
	padding-right: 0px;
}


.mob700only {
		display: none;
	}
	



/* Media Queries */




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

	#meta_block_ct, #impressum_ct {
		right: 20px;
	}
	
	#ang_box {
		display: none;
	}
	
	#menu_ct {
		left: 20px;
	}
	
	#menu ul li a {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	#bgn, #bgd {
		bottom: auto;
		height: 500px;
		top: 60px;
	}
	
	#content_ct {
		position: relative;
		margin-top: 560px;
		top: auto;
		max-width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	#impressum_ct {
		width: 100%;
		text-align: center;
		position: relative;
		right: auto;
	}
	
	#impressum_btn {
		width: 100%; 
		max-width: 260px;
	}
	
	.page-angebot #content_ct {
		max-width: 100%;
	}

}





@media only screen and (max-width : 1080px)  {
	
	#menu_ct {
		display: none;
	}
	
	#meta_block_ct {
		width: 100%;
		right: auto;
		text-align: center;
		padding: 10px 20px;
		height: 60px;
		background-color: #fff;
		position: fixed;
		z-index: 10;
	}
	
	#meta_wetter, #meta_events {
		display: none;
	}
	
	#logo {
		padding: 0px;
		display: inline-block;
	}
	
	#logo img {
		height: 40px;
		width: auto;
	}
	
	#meta_daynight {
	/*	position: absolute;
		right: 0px;
		top: 0px;
		margin-top: 0px;*/
	}
	
	#meta_day, #meta_night {
		/*height: 60px;
		width: 60px;
		padding-top: 18px;
		padding-bottom: 0px;
		background-color: rgba(36,46,113,0.5);
		color: #fff;*/
	}
	
	#meta_day.active, #meta_night.active {
		/*background-color: rgba(36,46,113,1);*/
	}
	
	#mobmenu_ct {
		display: inherit;
	}
	
	#menu_ct {
		left: 0px;
		top: 60px;
		width: 100%;
		position: absolute;
		background: rgb(188,178,160);
background: -webkit-linear-gradient(left, rgba(188,178,160,1) 0%, rgba(206,199,185,1) 50%, rgba(188,178,160,1) 100%);
background: -o-linear-gradient(left, rgba(188,178,160,1) 0%, rgba(206,199,185,1) 50%, rgba(188,178,160,1) 100%);
background: linear-gradient(to right, rgba(188,178,160,1) 0%, rgba(206,199,185,1) 50%, rgba(188,178,160,1) 100%);
		padding: 20px 0px;
	}
	
	#menu ul li {
		float: none;
		width: 100%;
	}
	
	#menu ul li span, #menu ul li span.active {
		padding: 10px;
		height: auto;
		margin: 10px 0px;
	}
	
	
	
	#menu ul li a {
		width: 100%;
		border-top: 1px solid rgb(255,255,255,0.5);
		text-align: center;
		-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0);
		box-shadow: 0 0 10px 0 rgba(0,0,0,0);
	}
	
	#menu ul li a.active, #menu ul li a:hover {
		padding-top: 15px;
	}
	
	.content_block_inner .col_left, .content_block_inner .col_right {
		width: 100%;
		padding: 0px;
	}

	.content_block_inner .col_left {
		margin-bottom: 30px;
	}
	
	
	
	#wlist_frm {
		padding-right: 0px;
	}

	#wlist_sysfrm {
		position: relative;
		width: 100%;
		right: auto;
		top: 0px !important;
	}
	
	.stw_label {
		margin-right: 0px !important;
		width: 20%;
		padding-right: 0px;
		float: left;
	}
	
	#ct_filter {
		padding-left: 0px;
	}
	
	#fbase {
		max-width: 500px;
	}
	
	
	.mob1080no {
		display: none;
	}
	
	#home_ct h2 {
		font-size: 54px;
	}
	
	#header {
		height: 60px;
	}
	
	#main_wrapper {
		top: 60px;
	}
	
}



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

	#bgn, #bgd {
		height: 240px;
	}
	
	#content_ct {
		margin-top: 300px;
	}
	
	
	
	.pht {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	
	h2 {
		font-size: 28px;
		letter-spacing: 1px;
	}
	
	h4 {
		font-size: 18px;
	}
	
	.glbox {
		width: 100%;
		height: 200px;
	}
	
	.cs_form label {
		width: 100%;
	}
	
	input[type="text"], textarea, select {
		width: 100%;
	}
	
	.page-angebot #content_ct {
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.wf_tab {
		font-size: 12px;
	}
	
	.mobtx {
		display: inline-block;
	}
	
	.desktx {
		display: none;
	}
	
	.wf_tab tr td:nth-child(3), .wf_tab tr td:nth-child(5), .wf_tab tr td:nth-child(6) {
		display: none;
	}
	
	
	#intro_overlay_ct {
		width: 100%;
	}
	
	#intro_overlay_inner .tf1 {
		font-size: 26px;
	}
	
	#intro_overlay_inner #logo_intro {
		width: 60%;
		max-width: 150px;
	}
	
	#intro_overlay_inner {
		font-size: 16px;
		padding-top: 50px;
	}
	
	#logo_ka {
		left: 10px;
		height: 30px;
		top: 27px;
	}
	
	#meta_daynight {
		right: 10px;
		top: 20px;
		width: 90px;
	}
	
	#meta_day, #meta_night {
		padding: 10px;
	}
	
	#wlist_frm {
		padding-right: 0px;
	}
	

	
	#kontakt_ct .col_left {
		width: 100%;
		padding-left: 0px;
	}
	
	#kontakt_ct .col_right {
		width: 100%;
		margin-top: 0px;
	}
	
	#main_wrapper {
		padding-top: 0;
	}
	
	#intro_ct {
		position: relative;
		top: 0;
	}
	
	
	.ui-slider .ui-slider-handle {
		width: 1.6em;
		height: 1.6em;
	}
	
	
	.ui-slider-horizontal .ui-slider-handle {
		top: -0.5em;
	}
	
	.wf_row_house {
		font-size: 16px;
	}
	
	.mob700only {
		display: inherit;
	}
	

	
	#menu ul li span, #menu ul li span.active {
		margin: 5px 0px;
	}
	
	.imp_frm {
		margin-left: 0px;
		margin-right: 0px;
		height: 180px;
	}
	
	.def_link i {
		float: left;
		margin-top: -6px;
	}
	
	.nightvision #ct_filter {
		padding-left: 5px;
	}
	
	#home_ct h2 {
		font-size: 36px;
	}
	
	.teaser_text {
		font-size: 21px;
	}
	
	.imp_frm {
		width: 100%;
		height: auto;
		padding-top: 55%;
	}
	
	.imp_frm a {
		top: 0;
	}
	
	.link_ct {
		text-align: left;
	}
	
	.def_link {
		font-size: 18px;
	}
	
	.def_link i {
		font-size: 24px;
		margin-top: -1px;
	}
	
	.content_block_frame {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	
	#main_wrapper {
		overflow-x: hidden;
	}
}



@media print {
    * {
        background: transparent !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

 

	
	.printbreak {page-break-after: always !important;}
	
	.avoidbreak {
       display: table;
    }
	
}









