@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: 16px;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
	background-color: #fff;
	line-height: normal;
}



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

/* General */

h2 {
	padding: 0px;
	margin: 0px;
	display: inline-block;
	font-size: 32px;
	font-weight: 700;
	color: rgba(226,140,123,1);
	margin-bottom: 10px;
	letter-spacing: 1px;
	line-height: normal;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}

h4 {
	padding: 0px;
	margin: 0px;
	display: inline-block;
	font-size: 21px;
	font-weight: 700;
	color: rgba(226,140,123,1);
	margin-bottom: 5px;
	line-height: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}

.teaser_text {
	font-size: 18px;
	display: inline-block;
	max-width: 550px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #666666;
}

.def_link {
	
}

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

.link_ct {
	display: inline-block;
	padding: 10px;
	position: relative;
	color: rgba(226,140,123,1);
	transition: all 0.5s;
}



.link_ct .link_filler {
	position: absolute;
	background-color: rgba(226,140,123,1);
	width: 100%;
	height: 0%;
	bottom: 0;
	left: 0;
	opacity: 0;
	z-index: -1;
	transition: all 0.5s;
}

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

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






#header {
	position: fixed;
	width: 1200px;
	height: 80px;
	top: 40px;
	left: 50%;
	margin-left: -600px;
	 background: rgb(34,32,34);
background: -webkit-linear-gradient(353deg, rgba(34,32,34,1) 20%, rgba(55,53,55,1) 100%);
background: -o-linear-gradient(353deg, rgba(34,32,34,1) 20%, rgba(55,53,55,1) 100%);
background: linear-gradient(83deg, rgba(34,32,34,1) 20%, rgba(55,53,55,1) 100%);
	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);
}

#logo_ka {
	position: absolute;
	width: auto;
	height: 150px;
	top: -35px;
	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: rgba(255,255,255,0.2);
	width: 80px;
	position: absolute;
	right: 20px;
	top: 20px;
}

#meta_day, #meta_night {
	float: left;
	width: 50%;
	height: 40px;
	display: inline-block;
	font-size: 21px;
	padding: 8px;
	color: rgba(226,140,123,1);
	cursor: pointer;
	cursor: hand;
	background-color: rgba(226,140,123,0);
	transition: all 0.5s;
}

#meta_night {
	padding-left: 12px;
	padding-top: 10px;
	font-size: 19px;
}

#meta_day.active, #meta_night.active {
	background-color: rgba(226,140,123,1);
	color: #fff;
}

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


/* Content Blocks */

#main_wrapper {
	padding-top: 45vw;
	top: 0px;
	position: relative;
}

.content_block_frame {
	 background: rgb(255,255,255);
background: -webkit-linear-gradient(353deg, rgba(252,244,243,1) 0%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(353deg, rgba(252,244,243,1) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(83deg, rgba(252,244,243,1) 0%, rgba(255,255,255,1) 100%); 
	color: #333;
	text-align: center;
	padding: 60px 20px;
	-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);
	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_center {
	display: inline-block;
	width: 50%;
	text-align: left;
}

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

#projekt_inner .col_left {
	width: 68%;
}

#projekt_inner .col_right {
	width: 32%;
}

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


#intro_ct {
	width: 100%;
	height: 45vw;
	position: absolute;
	background-image: url(/img/bg_intro_day.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	top: 0px;
}

#intro_ct_night {
	width: 100%;
	height: 45vw;
	position: fixed;
	background-image: url(/img/bg_intro_night.jpg?v=3);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 0;
}

#intro_overlay_ct {	
	position: relative;
	display: inline-block;
	width: 600px;
	height: 100%;		
}

#intro_overlay_blend {
	mix-blend-mode: multiply;
	background-color: rgb(152,19,72);
	position: absolute;
	width: 100%;
	height: 100%;
}


.osbrowser #intro_overlay_blend {
	background-color: rgba(152,19,72,0.8);
}



#intro_overlay_inner {
	display: flex;
  justify-content: center;
  align-items: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Roboto Condensed', sans-serif;
	position: relative;
	z-index: 5;
	line-height: 160%;
}

#intro_overlay_inner .tf1 {
	font-size: 36px;
	font-weight: 300;
}


#intro_overlay_inner #logo_intro {
	position: absolute;
	top: 50px;
	max-width: 90%;
}



/* Menu */

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

#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: 'Roboto Condensed', sans-serif;
	height: 80px;
	transition: all 0.5s;
}

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

#menu ul li span:hover {
	/*background-color: #B0A89F;*/
	color: rgba(226,140,123,1);
}

#menu ul li span.active {
	background-color: rgba(226,140,123,1);
	color: #fff !important;
	/*height: 100px;
	padding-top: 40px;*/
}

/* 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 {
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0);
	box-shadow: 0 0 15px 0 rgba(0,0,0,0);
	 background: rgba(226,140,123,1);
background: -webkit-linear-gradient(353deg, rgba(231,160,123,1) 0%, rgba(241,201,192,1) 100%);
background: -o-linear-gradient(353deg, rgba(231,160,123,1) 0%, rgba(241,201,192,1) 100%);
background: linear-gradient(83deg, rgba(231,160,123,1) 0%, rgba(241,201,192,1) 100%); 
	font-size: 14px;
}

#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/vis_1_day.jpg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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



/* nightvision */


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


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

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






/* galerie */

#galerie_inner {
	max-width: 1200px;
}

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

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

.imp_frm a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 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;
}


/* 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(226,140,123,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: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	letter-spacing: 1px;
	color: #000;
	margin-top: 10px;
}



#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: 'Source Sans Pro', 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(226,140,123,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: #333333;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0.05em;
	font-family: 'Roboto Condensed', sans-serif;
}

.ple_head td {
	padding-bottom: 5px;
	border-bottom: 2px solid rgba(226,140,123,1);
	text-align: center;
}

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

.wf_row_house {
	text-transform: uppercase;
	color: rgba(226,140,123,1);
	text-align: left;
	font-size: 16px;
}

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

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


.wf_tab_flat td, .wf_tab_pp td {
	border-bottom: 1px solid rgba(226,140,123,0.5);
	text-align: center;
	padding: 5px 0px;
}
.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(226,140,123,0.2);
	/*cursor: default;*/
	cursor: default;
}

.wf_tab_flat .fl_gr:hover, .wf_tab_flat .fl_aus:hover {
	color: rgba(226,140,123,1) !important;
	cursor: pointer; 
	cursor: hand;
}

.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),
.wf_tab_flat.dispo.reserviert td:nth-child(6), .wf_tab_flat.dispo.inabklaerung td:nth-child(6), .wf_tab_flat.dispo.vermietet td:nth-child(6) {
	color: #BB0003;
}

.wf_tab_flat.dispo td:nth-child(7) {
	color: inherit !important;
}


.fl_aus, .inl_aus {
	position: relative;
}

.fl_aus a, .inl_aus a {
	position: absolute; width: 100%; height: 100%; top: 0; left: 0;
}



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


#angebot_inner {
	max-width: 1100px;
}

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

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


#fbase_wrapper {
	text-align: center;
}

#fbase {
	width: auto;
	height:  360px;
	margin-top: -40px;
	margin-bottom: 20px;
	display: inline-block;
}

#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: 30px;
	left: 50%;
	margin-left: -18px;
	width: 36px;
	height: 30px;
	z-index: 30;
}

.mobmenu_line {
	display: inline-block;
	background-color: rgba(226,140,123,1);
	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;
	}
	

.aussicht_mob {
	display: none;
	padding-left: 5px;
	font-size: 13px;
}

.wf_add_row {
	display: none;
}


.vid_wrapper {
	position: relative;
	width: 100%;
	height: auto;
	padding-top: 56.25%;
}

.sold_banner {
	position: absolute;
	background-color: #fff;
	color: rgba(226,140,123,1);
	border: 5px solid rgba(226,140,123,1);
	padding: 0.5em 1em;
	top: 30vw;
	left: 50%;
	font-weight: 700;
	font-size: 28px;
	letter-spacing: 0.05em;
	-moz-transform: rotate(-10deg) translateX(-50%);
-webkit-transform: rotate(-10deg) translateX(-50%);
-o-transform: rotate(-10deg) translateX(-50%);
-ms-transform: rotate(-10deg) translateX(-50%);
transform: rotate(-10deg) translateX(-50%);
	-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);
	z-index: 5;
}






/* Media Queries */




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

	#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%;
	}
	
	#menu_ct {
		display: none;
	}
	
	#mobmenu_ct {
		display: inherit;
	}
	
	#menu_ct {
		left: 0px;
		top: 80px;
		width: 100%;
		position: absolute;
		 background: rgb(34,32,34);
background: -webkit-linear-gradient(353deg, rgba(34,32,34,1) 20%, rgba(55,53,55,1) 100%);
background: -o-linear-gradient(353deg, rgba(34,32,34,1) 20%, rgba(55,53,55,1) 100%);
background: linear-gradient(83deg, rgba(34,32,34,1) 20%, rgba(55,53,55,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;
	}
	
	#logo_ka {
		height: 100px;
		top: -10px;
		left: 10px;
		z-index: 21;
	}
	
	#header {
		width: 100%;
		top: 0;
		left: auto; 
		margin-left: auto;
	}
	
	#main_wrapper {
		top: 80px;
	}
	
	#intro_ct,#intro_ct_night {
		top: 0px;
	}

}





@media only screen and (max-width : 1080px)  {
	
	
	#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);*/
	}
	
	
	.content_block_inner .col_left, .content_block_inner .col_right, #projekt_inner .col_left, #projekt_inner .col_right {
		width: 100%;
		padding: 0px;
	}


	
	#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;
	}
	
	.ple_head {
		font-size: 15px;
	}
	
	.sold_banner {
		font-size: 21px;
		top: 25vw;
	}
	
	
}



@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%;
	}
	
	#Strasse, #Ort {
		width: 73%;
	}
	
	#Strasse_Nr, #PLZ {
		width: 25%;
	}
	
	.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(4), .wf_tab tr td:nth-child(6), .wf_tab tr td:nth-child(8), .wf_tab tr td:nth-child(9) {
		display: none;
	}
	
	.wf_add_row {
		display: table-row;
	}
	
	.wf_add_row td {
		font-size: 14px;
	}
	
	.inl_gr, .inl_aus {
		-webkit-border-radius: 40px;
border-radius: 40px;
		display: inline-block;
		padding: 4px 20px 4px 5px;
		background-color: rgba(0,0,0,0.08);
		margin: 0 10px 5px 10px;
	}
	
	.inl_gr i, .inl_aus i {
		background-color: #fff;
		-webkit-border-radius: 40px;
border-radius: 40px;
		display: inline-block;
		padding: 5px;
		width: 25px;
		height: 25px;
		margin-right: 2px;
	}
	
	.wf_tab_flat td  {
		border-bottom: none;
	}
	
	.wf_tab_flat.ppl .fl_gr, .wf_tab_flat.dispo .fl_gr {
		display: none;
	}
	
	.wf_add_row td {
		border-bottom: 1px solid rgba(226,140,123,0.5);
	}
	
	
	#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;
	}
	

	
	#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, #intro_ct_night {
		position: relative;
		top: 0;
		height: 360px;
	}
	
	
	.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;
	}
	
	.banner_block_frame {
		height: 240px;
		background-attachment: inherit;
	}
	
	.banner_block_frame .night_overlay {
		background-attachment: inherit;
	}
	
	#menu ul li span, #menu ul li span.active {
		margin: 5px 0px;
	}
	

	.def_link i {
		float: left;
		margin-top: -6px;
	}
	

	
	.content_block_inner .col_center {
		width: 100%;
	}
	
	#fbase {
		width: 100%;
		height: auto;
	}
	
	.aussicht_mob {
		display: inline-block;
	}
	
	.sold_banner {
		font-size: 18px;
		top: 35vw;
	}
	
}

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

	.imp_frm {
		width: 100%;
		padding-top: 56%;
		height: auto;
		margin-left: 0;
		margin-right: 0;
	}
	
	.sold_banner {
		font-size: 16px;
		top: 50vw;
	}
	
	
}

@media only screen and (max-width : 700px) and (max-height : 500px)  {
	
	#menu ul li span, #menu ul li span.active {
		margin: 0px 0px;
	}
	
	#menu_ct {
		/*padding-top: 0px;*/
		bottom: 0px;
		overflow: scroll;
		position: fixed;
	}
	

	
	
}



@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#intro_ct { 
		position: absolute !important; 
	} 
	
	html { overflow:hidden; }
body { overflow:auto; height:100%;}
	
}

@supports (-ms-ime-align:auto) {
    #intro_ct { 
		position: absolute !important; 
	} 
	

}


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

 

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









