/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

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

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

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* Fonts */





/* General */

body {
	min-height: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	overflow-y: scroll;
}

strong {
	font-weight: 600;
}

a {
	text-decoration: none;
}

h3 {
	font-size: 54px;
	padding: 0;
	margin: 0;
	letter-spacing: 0.1em;
	padding-bottom: 60px;
	font-weight: 700;
	font-family: 'Quicksand', sans-serif;
	color: #915876;
	line-height: 100%;
	width: 100%;
	text-align: center;
}

h3 span {
	font-size: 28px;
	font-weight: 500;
	letter-spacing: 0.05em;
	display: inline-block;
	margin-top: 5px;
	color: #666;
	text-transform: uppercase;
}

.cat-m h3, .cat-m h5, .cat-m h4 {
	color: #78965E;
}

h4 {
	font-size: 24px;
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
	font-weight: 600;
	color: #915876;
}

h5 {
	font-size: 18px;
	padding: 0;
	margin: 0;
	padding-bottom: 0px;
	font-weight: 600;
	color: rgb(149,91,90);
}

.cat-e .ct_m, .cat-m .ct_e {
	display: none !important;
}

#content ul {
	padding: 0;
	margin: 0;
	padding-left: 0;
	list-style: none;
}

#content ul li {
	line-height: normal;
	margin-top: 10px;
	padding-left: 25px;
	position: relative;
	display: block;
	margin-bottom: 5px;
}

#content ul li::before {
	background-color: #915876;
	display: inline-block;
	width: 12px;
	height: 12px;
	top: 4px;
	left: 0;
	position: absolute;
	content: "";
}

#content a {
	color: #000;
	border-bottom: 1px dotted #000;
	text-decoration: none;
}



#content a:hover {
	border-bottom: 1px solid #000;
}

#mobmenu_ct {
	display: none;
	position: absolute;
	top: 25px;
	right: 23px;
	width: 35px;
	height: 30px;
	z-index: 30;
}

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

.mobonly, .tabonly {
	display: none !important;
}

a .dl_icon {
	background-image: url(../img/dl_arrow2.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: rgb(123,135,106);
	-webkit-border-radius: 13px;
	border-radius: 13px;
	width: 26px;
	height: 26px;
	display: inline-block;
	margin-bottom: -6px;
}

a .vr_icon {
	background-image: url(../img/ico_360.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: rgb(123,135,106);
	-webkit-border-radius: 13px;
	border-radius: 13px;
	width: 26px;
	height: 26px;
	display: inline-block;
	margin-bottom: -6px;
}



a:hover .dl_icon {
	background-color: rgb(0,0,0);
}


a:hover .vr_icon {
	background-color: rgb(0,0,0);
}


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

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

#info_box_content {
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
	position: fixed;
	width: 600px;
	height: 210px;
	border: 5px solid rgb(185, 143, 103);
	background-color: #fff;
	color: #333;
	top: 50%;
	left: 50%;
	margin-top: -105px;
	margin-left: -300px;
	padding: 30px;
	padding-top: 40px;
	font-weight: bold;
	font-size: 15px;
	z-index: 50;
}

#info_box_close {
	width: 30px; height: 30px; padding: 5px; position: absolute; top: 0; right: 0; background-color: rgb(185, 143, 103);
	cursor: pointer;
	cursor: hand;
	z-index: 50;
}

#logo {
	height: 120px;
	width: auto;
	margin-top: 15px;
	position: absolute;
	left: -230px;
	transition: all 0.5s;
}

.scrdn #logo {
	height: 75px;
	margin-top: 7px;
	left: -200px;
}



/* Home */

.page-home #menu, .page-home #bg_ct, .page-home #infobox_ct {
	display: none;
}

.page-home {
	background-image: url(../img/bw_vis2.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}



.page-home #head_ct {
	display: none;
}

.page-home #content_ct {
	background-color: transparent !important;
	padding: 0;
}

.page-home #content {
	width: 1000px;
	height: 400px;
	margin: 0 auto;
	text-align: center;
}

.box_ct {
	display: inline-block;
	margin: 90px 30px;
}

.box_home {
	position: relative;
	width: 215px;
	height: 201px;
	padding: 20px;
	display: inline-block;
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,0.8);
	color: rgb(88,89,91);
	text-align: left;
	font-size: 17px;
	transition: all 0.5s;
}

.box_home:hover {
	background-color: rgba(255,255,255,1);
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
}

.box_home .box_head {
	display: inline-block;
	background-color: #ccc;
	padding: 2px 2px;
	color: #fff;
	font-size: 11px;
	position: absolute;
	width: 175px;
}

#box_eigentum .box_head {
	background-color: rgb(123,135,106);
}

#box_miete .box_head {
	background-color: rgb(185,143,103);
}

.box_home .box_title {
	font-size: 30px;
	display: block;
	padding: 40px 0 3px 0;
}

.box_home .box_line {
	display: block;
	border-bottom: 1px solid #000;
	margin-top: 5px;
	margin-bottom: 10px;
}

.box_home .box_link {
	font-size: 15px;
}

#box_eigentum .box_link {
	color: rgb(123,135,106);
}

#box_miete .box_link {
	color: rgb(185,143,103);
}
.box_home .box_link img {
	height: 10px;
	width: auto;
}

#footer_ct {
	background-color: #915876;
	position: relative;
	bottom: 0;
	width: 100%;
	color: #fff;
	font-size: 14px;
	height: 60px;
	text-align: center;
	padding-top: 20px;
}



#footer {
	display: inline-block;
	max-width: 1000px;
	width: 100%;
	letter-spacing: 0.05em;
}

.footer_trenner {
	color: rgba(255,255,255,0.5);
	margin-left: 1em;
	margin-right: 1em;
	display: inline-block;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	border-bottom: 1px dotted #fff;
}

#footer .footer_right {
	float: right;
	font-size: 13px;
}

.btn_arrow {
	height: 16px; width: auto; vertical-align: middle; margin-top: -3px; margin-right: 5px;
	transition: all 0.5s; display: none;
}

.btn_box:hover .btn_arrow {
	margin-right: 0px;
	margin-left: 5px;
}

.btn_box {
	display: inline-block;
	width: 370px;
	position: absolute;
	color: #fff;
	background-color: #945A5B;
	font-size: 23px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 15px 20px 15px 20px;
	/*-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);
	transition: box-shadow 0.5s;*/
	transition: all 0.5s;
	bottom: 100px;
	left: 50%;
	margin-left: -405px;
	text-align: left;
	text-align: center;
	opacity: 0.9;
}

.btn_box:hover {
	/*-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);*/
	opacity: 1;
}

.btn_box span {
	font-size: 18px;
	display: inline-block;
	text-transform: none;
	padding-bottom: 10px;
}

.page-home {
	background-image: url(/img/bw_aussen2b.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}

#teaser_home {
	position: absolute;
	right: 0;
	top: 10%;
}

.page-home #box_miete {
	background-color: #78965E;
	margin-left: 10px;
}

.page-home #content_ct, .page-home #content {
	position: absolute;
	width: auto;
	height: auto;
}

.page-home #content_ct {
	width: 100%;
	height: 100%;
}

.page-home #content {
	position: absolute;
	width: 100%;
	max-width: 1200px;
	height: 100%;
	left: 50%;
	margin-left: -600px;
}

.page-home #logo {
	position: relativ;
	height: auto;
	width: 330px;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: rgba(255,255,255,0.75);
	padding: 15px;
	-webkit-border-radius: 5px;
border-radius: 5px;
}

.home_circ {
	-webkit-border-radius: 200px;
	border-radius: 200px;
	font-size: 15px;
	background-color: rgba(90,41,83,0.9);
	color: #fff;
	position: absolute;
}

#home_bezug {
	width: 120px;
	height: 120px;
	padding-top: 36px;
	top: 30px; 
	right: 80px;
}

#home_tdot {
	width: 140px;
	height: 140px;
	padding-top: 32px;
	top: 140px; 
	right: 200px;
	font-size: 21px;
	letter-spacing: 1px;
}

#home_tmw {
	width: 200px;
	height: 200px;
	padding-top: 42px;
	top: 100px; 
	left: 220px;
	font-size: 21px;
	letter-spacing: 1px;
	background-color: #D50060;
	color: #fff;
	-webkit-box-shadow:inset 0 0 100px 0 rgba(0,0,0,0.5);
box-shadow:inset 0 0 100px 0 rgba(0,0,0,0.5);
	transition: 1s all;
	cursor: pointer;
	cursor: hand;
}

#home_tmw:hover {
	-webkit-box-shadow:inset 0 0 50px 0 rgba(0,0,0,0.5);
box-shadow:inset 0 0 50px 0 rgba(0,0,0,0.5);
	background-color: #F4006F;
}

#home_wb {
	width: 180px;
	height: 180px;
	padding-top: 35px;
	top: 230px; 
	right: 60px;
	color: #000;
	background-color: rgba(255,229,0,0.8);
	font-size: 18px;
	font-weight: 300;
}

#swt_cat {
	position: absolute;
	left: 1050px;
	top: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: 400;
	font-size: 13px;
	color: #ffffff;
	background-color: #78965E;
}

.cat-m #swt_cat {
	background-color: #945A5B;
}


#swt_cat:hover {
	/*border-bottom: 1px dotted #3a3a39;*/
}

#home_slogan {
	font-size: 42px;
	color: #ffffff;
	font-weight: 200;
	text-shadow: 0 0 10px #000000;
	letter-spacing: 1px;
}

#home_slogan span {
	font-weight: 500;
}

/* Layout */

#head_ct {
	height: 90px;
	position: fixed;
	/* background: rgb(245,245,245);
background: -moz-linear-gradient(135deg, rgba(245,245,245,1) 0%, rgba(236,223,230,1) 100%);
background: -webkit-linear-gradient(135deg, rgba(245,245,245,1) 0%, rgba(236,223,230,1) 100%);
background: linear-gradient(135deg, rgba(245,245,245,1) 0%, rgba(236,223,230,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5f5f5",endColorstr="#ecdfe6",GradientType=1); */
	background-color: #fff;
	width: 100%;
	top: 0;
	z-index: 5;
	transition: box-shadow 0.5s;
}



#head {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

#content_ct {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 100px;
	position: relative;
	background-color: #fff;
}

#content {
	position: relative;
	width: 1000px;
	margin: 0px auto;
	color: #333;
	font-weight: 400;
	font-size: 18px;
	line-height: 160%;
}

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

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

#bg_ct {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.page-lage #bg_ct {
	background-image: url(/img/bng_lage.jpg);
}

.page-architektur #bg_ct {
	background-image: url(/img/4you_imp_vis2.jpg);
}

.page-angebot #bg_ct {
	background-image: url(/img/4you_imp_vis1.jpg);
}

.page-bildwelten #bg_ct {
	background-image: url(/img/4you_imp_vis5.jpg);
}

.page-download #bg_ct {
	background-image: url(/img/4you_imp_vis3.jpg);
}

.page-kontakt #bg_ct {
	background-image: url(/img/4you_imp_vis4.jpg);
}


.imp_cat_title {
	padding-bottom: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: 0.06em;
	color: #915876;
}

.impth {
	float: left;
	display: inline-block;
	position: relative;
	width: 180px;
	margin-right: 25px;
	height: 100px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.map_ct {
	width: 100%;
	display: inline-block;
	position: relative;
	padding-top: 60%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.map_makro {
	background-image: url(/img/map_makro.jpg);
}

.map_mikro {
	background-image: url(/img/map_mikro.jpg);
}


/* Menu */

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

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

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

#menu ul li a {
	color: #666;
	height: 90px;
	padding: 40px 0px 4px 0px;
	margin-right: 40px;
	letter-spacing: 0.05em;
	display: inline-block;
	font-size: 21px;
	font-weight: 500;
	font-family: 'Quicksand', sans-serif;
}

#menu ul li a:hover {
	color: #915876;
}


#menu ul li a.active {
	color: #915876;
}


#bg_ct {
	position: relative;
	width: 100%;
	height: 85vh;
}


#introvid {
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;
}



.dist_tab {
	width: 100%;
	margin-top: -6px;
}

.dist_tab .dt_ico {
	height: 22px;
	width: auto;
	margin-top: -10px;
}

.dist_tab td {
	border-bottom: 1px solid #DAD4CA;
}

.dist_tab .dt_head td {
	border-bottom: 1px solid #97886C;
	font-weight: 600;
}

.dist_tab tr td {
	text-align: right;
	padding-top: 9px;
	padding-bottom: 3px;
}

.dist_tab tr td:first-child {
	text-align: left;
}

.lage_link {
	border-bottom: none !important;
	margin-right: 30px;
	font-size: 14px;
	font-weight: 600;
}

.lage_link img {
	height: 30px; 
	width: auto;
	margin-right: 5px;
}

.lage_link:hover img {
	opacity: 0.6;
}

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

a.lba {
	border-bottom: none !important;
}

/* Content */

#infobox {
	position: absolute;
	-webkit-border-radius: 200px;
	border-radius: 200px;
	font-size: 15px;
	background-color: rgba(90,41,83,0.75);
	color: #fff;
	right: -100px;
	top: 80px;
	width: 120px; height: 120px;
	padding-top: 35px;
	text-align: center;
}





.ct_link {
	position: absolute;
	bottom: -76px;
	left: 0;
	background-color: #fff;
	padding: 4px 5px;
}

.cat-e .ct_link a {
	color: rgb(123,135,106);
}

.ct_link img {
	height: 11px;
	width: auto;
}



#arrow_left, #arrow_right {
	cursor: pointer;
	cursor: hand;
	background-color: rgba(88,89,91,0.7);
	transition: all 0.5s;
}

#arrow_left:hover, #arrow_right:hover {
	background-color: rgb(123,135,106);
}



#e_chinderpalast img {
	float: left;
	width: 180px;
}

#chp_text {
	display: inline-block;
	margin-top: 50px;	
	width: 280px;
	font-size: 15px;
}

/* Angebot */

.wf_content {
	padding-bottom: 50px;
}



.wf_tab {
	width: 100%;
}

.wf_tab td {
	text-align: center;
}

.wf_tab_flat td {
	border-bottom: 1px solid #E8E5DB;
	background-color: #fff;
	padding: 3px 4px;
	font-size: 15px;
	font-weight: 400;
	cursor: default;
}

.wf_tab_flat .fa-eye {
	padding: 0.7em 2em;
}


.wf_tab_flat:hover td {
	background-color: rgba(145, 88, 118, 0.2);
}

.wf_tab_head td {
	border-bottom: 1px solid #3a3a39;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	font-weight: 600;
	letter-spacing: 0.06em;
}

.wf_dispo td, .wf_pp td {
	text-align: left;
}

.wf_tab td:nth-child(8) {
	text-align: right;
}

.wf_tab td:nth-child(10) {
	text-align: center;
	cursor: pointer;
	cursor: hand;
}






.wf_tab .wf_row_house td:nth-child(1) {
	width: 60% !important;
}

.wf_tab .wf_row_house td:nth-child(2) {
	width: 11% !important;
}

.wf_tab .wf_row_house td:nth-child(3) {
	width: 13% !important;
}

.wf_tab .wf_row_house td:nth-child(4) {
	width: 16% !important;
}





.wf_tab_head {
	font-size: 14px;
	font-weight: 400;
}

.wf_tab_content .ico_pdf {
	height: 24px;
	width: auto;
	margin-top: -5px;
	margin-bottom: -2px;
}

.st_reserviert td:nth-child(8), .st_verkauft td:nth-child(8) {
	color: #C00003;
}



.st_verkauft td {
	color: #999;
}

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

.wf_row_house td:nth-child(1) {
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 1px;
}

.wf_row_house td:nth-child(1) strong {
	font-weight: 600;
}

.wf_row_house td:nth-child(4) {
	font-size: 13px;
	line-height: 110%;
	text-align: center;
	padding-bottom: 4px;
}

.wf_row_house {
	transition: opacity 0.5s;
	opacity: 1;
}

.wf_row_house.wf_dez {
	opacity: 0.4;
}

.wf_row_house.wf_dispo {
	color: rgb(145, 88, 118);
}

.wf_tab_flat.wf_dispo td {
	background-color: transparent;
	border-bottom: 1px solid rgb(218,212,202);
	font-size: 14px;
}

.angebot_inner {
	position: relative;
}

.wf_head {
	position: sticky;
	background-color: #fff;
	transition: box-shadow 0.5s;
	width: 100%;
}


.wf_content {

}

#ct_flr {
	width: 100%;
	position: relative;
	display: inline-block;
	padding-top: 0px;
	text-align: center;
	margin-top: -60px;
}

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

.iso_ov {
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.5s;
}

.w1 #iso_w1, .w2 #iso_w2, .w3 #iso_w3, .w4 #iso_w4, .w4v2 #iso_w4v2  {
	opacity: 1;
}


#iso_base {
	height: 400px;
	width: auto;
}







.page-projekt #content_ct, .page-lage #content_ct, .page-kontakt #content_ct, .page-bildwelten #content_ct, .page-download #content_ct {
	-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);
}

#head_ct.scrdn {
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
}

/* Download */

.dl_box {
	display: inline-block;
	margin-right: 50px;
	border-bottom: none !important;
	outline: 0 !important;
	margin-bottom: 50px;
}



.dl_titel {
	display: block;
	clear: both;
	margin-bottom: 10px;
}

.dl_img {
	height: 300px;
	width: auto;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
	transition: all 0.5s;
}

.dl_button {
	display: inline-block;
	background-color: rgba(58,58,57,0.8);
	color: #fff;
	font-size: 21px;
	padding: 6px 18px;
	font-weight: 600;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
	margin-top: 25px;
}

.dl_button .btn_arrow {
	margin-right: 5px;
	transition: all 0.5s;
}

.dl_box:hover .dl_button .btn_arrow {
	margin-right: 0px;
	margin-left: 5px;
}

.dl_box:hover .dl_img, .dl_box:hover .dl_button {
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
	background-color:#915876;
}


.imp_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.bw_box {
	display: inline-block;
	width: 23%;
	padding-top: 15%;	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	border-bottom: none !important;
	outline: 0 !important;
	margin-bottom: 2.66%;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0);
box-shadow: 0 0 10px 0 rgba(0,0,0,0);
	overflow: hidden;
	transition: all 0.5s;
}

.bw_wrp {
	position: absolute !important;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: inline-block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.bw_night {
	display: none;
}

.bw_box:hover {
	-moz-transform: scale(1.05);
-webkit-transform: scale(1.05);
-o-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
	-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);
}

.page-kontakt .bw_box {
	max-width: 280px;
	height: 160px;
}

.bw_box .bw_titel {
	position: absolute;
	width: 100%;
	padding: 16px;
	bottom: 0;
	background-color: rgba(255,255,255,0.75);
	color: #3a3a39;
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1px;
}

.page-lage #thumbbox {
	display: none !important;
}

.tour360_ct {
	position: absolute;
	width: 130px;
	height: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 23px;
	font-weight: bold;
	transition: all 0.5s;
	background-color: #915876;
	-webkit-border-radius: 200px;
border-radius: 200px;
	-moz-transform: rotate(-10deg);
-webkit-transform: rotate(-10deg);
-o-transform: rotate(-10deg);
-ms-transform: rotate(-10deg);
transform: rotate(-10deg);
	right: -150px;
	top: 10px;
}

.tour360_ct:hover {
	-moz-transform: rotate(10deg);
-webkit-transform: rotate(10deg);
-o-transform: rotate(10deg);
-ms-transform: rotate(10deg);
transform: rotate(10deg);
}

.tour360_inner {
	text-align: center;
}

.icon360 {
	height: 40px;
	width: auto;
	margin-bottom: 5px;
}

.nd_switch_ct {
	text-align: center;
	padding-bottom: 20px;
	color: #fff;
}

.nd_switch {
	-webkit-border-radius: 5px;
border-radius: 5px;
	display: inline-block;
	background-color: #ccc;
	overflow: hidden;
	cursor: pointer;
}

.nd_btn {
	background-color: rgba(145, 88, 118, 0);
	transition: all 0.5s;
}

.nd_active {
	background-color:  rgba(145, 88, 118, 1);
}

.nd_btn {
	display: inline-block;
	padding: 3px 9px;
}



/* Kontakt Formular */



.page-kontakt .col_left {
	width: 630px;
	padding: 0;
	min-height: 520px;
}

.page-kontakt .col_right {
	width: 370px;
	padding-left: 120px;
}

.cont_row {
	border-bottom: 1px solid rgb(88,89,91);
}

#Name, #Vorname {
	width: 35%;
}

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(../img/ico_check.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

input[type="text"], textarea, select {
	padding: 12px 10px 0px 0px;
	width: 50%;
	background-color: #fff; 
	border: none;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	letter-spacing: 0.05em;
	font-weight: 600;
	color: #000;
}

textarea {
	width: 100%;
}

#kontakt_form label {
	display: inline-block;
	width: 100px;
	padding-top: 2px;
	float: left;
}

input[type="text"]:focus, textarea:focus {
	background-color: #fff;
	border: none;
	outline: none;
}

input[type="submit"], input[type="reset"] {
	background-color: rgba(58,58,57,1);
	color: #fff;
	border: none;
	padding: 5px;
	float: right;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	letter-spacing: 1px;
	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: #915876;
}



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

.hpt {
	display: none;
}







/* Lightbox */

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

#lightbox_bg {
	width: 100%; 
	height: 100%; 
	background-color: rgba(255,255,255,0.8); 
	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 4px;
}

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


#lightbox_center {
	position: relative;	
}

#lightbox_center img {
	width: 100%;
}

.lba {
	position: relative;
}

#lba_prev, #lba_next, #lba_close {
	position: absolute;
	z-index:500;
	transition: all 0.5s;
	color: rgba(58,58,57,0.5);
	cursor: pointer;
	cursor: hand;
}

#lba_prev:hover, #lba_next:hover, #lba_close:hover {
	color: rgba(58,58,57,1);
}


#lba_prev {
	font-size: 40px;
	top: 50%;
	margin-top: -20px;
	left: -45px;
}

#lba_next {
	font-size: 40px;
	top: 50%;
	margin-top: -20px;
	right: -43px;
}

#lba_close {
	font-size: 40px;
	top: 10px;
	right: -45px;
	margin-top: -20px;
}


#thumbbox {
	position: absolute;
	width: 100%;
	height: 100px;
	bottom: 0px;
	background-color: rgba(255,255,255,0.9);
	text-align: center;
	opacity: 0;
	transition: all 0.5s;
	z-index: 10;
}

#lightbox_image_ct:hover #thumbbox {
	opacity: 1;
}

#thumbbox div {
	position: relative;
	display: inline-block;
	width: 90px; 
	height: 60px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 20px 1px;
	opacity: 0.6;
	cursor: pointer; 
	cursor: hand;
	transition: all 0.5s;
}

#thumbbox div.active {
	opacity: 1;
	width: 120px;
	height: 80px;
	margin: 10px 5px;
}

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

.imp {
	width: 100%;
	height: 300px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.mob_only {
	display: none !important;
}

#mm_toggle {
	z-index: 20;
	position: fixed;
	top: 0;
	right: 0;
	width: 50px;
	height: auto;
	padding: 10px;
	background-color: #fff;
	display: none;
}

.tab_only {
	display: none;
}

#mobmenu_ct {
	display: none;
	position: absolute;
	top: 20px;
	right: 17px;
	width: 30px;
	height: 30px;
	z-index: 30;
}

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

#block_footer a:hover {
	color: #fff;
}

/* Updates */


	/* 160509 Info-Windows Home */
	
	#iw_eigentum, #iw_mieten {
		position: absolute;
		margin-top: 201px;
		cursor: default !important;
	}
	
	#iw_eigentum {
		margin-left: -10px;
	}
	
	#iw_mieten {
		margin-left: -6px;
	}


#teaser_sold {
	width: 60%; position: absolute; margin-left: 20%; margin-top: 200px; background-color: #333; color: #fff; text-align: center; letter-spacing: 5px; padding: 10px; font-size: 21px;
	-moz-transform: rotate(-15deg);
-webkit-transform: rotate(-15deg);
-o-transform: rotate(-15deg);
-ms-transform: rotate(-15deg);
transform: rotate(-15deg);
}



.page-home #home_bezug {
	display:  none;
}


.page-kontakt #bg_ct {
	background-position: center bottom; 
}

.page-kontakt #content {
	padding-bottom: 100px;
}

#panotour_ct {
	position: absolute;
	width: 180px;
	height: 180px;
	top: 300px;
	left: 50%;
	margin-left: -500px;
	z-index: 5;
	color: #fff;
	font-size: 21px;
	font-weight: 600;
	line-height: normal;
	background-color: #97886C;
	border: 3px solid #fff;
	padding-top: 30px;
	text-shadow: 1px 1px 6px rgba(0,0,0,0.5);
	display: flex;
	-webkit-box-shadow: 0 0 10px 0 rgba(198,192,186,0.5), inset 0 0 60px 0 rgba(0,0,0,0.3);
box-shadow: 0 0 10px 0 rgba(198,192,186,0.5), inset 0 0 60px 0 rgba(0,0,0,0.3);
  justify-content: center;
  align-items: center;
	flex-direction: column;
	-webkit-border-radius: 100px;
border-radius: 100px;
}

#ico_tour {
	width: 80px;
	height: auto;
}

#intro_banner_ct {
	position: fixed; left: 0px; width: 100%; background-color: #fff; height: 150px; top: 0px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(/img/header_intro_desk.jpg);
}



/* Flat hlt */


#content_ct.w1a1 .w1a1,
#content_ct.w1a101 .w1a101,
#content_ct.w1a201 .w1a201,
#content_ct.w1b1 .w1b1,
#content_ct.w1b102 .w1b102,
#content_ct.w1b202 .w1b202,
#content_ct.w1c2 .w1c2,
#content_ct.w1d2 .w1d2,
#content_ct.w1c102 .w1c102,
#content_ct.w1c202 .w1c202,
#content_ct.w1d1 .w1d1,
#content_ct.w1d102 .w1d102,
#content_ct.w1d202 .w1d202,
#content_ct.w1d301 .w1d301,
#content_ct.w3a1 .w3a1,
#content_ct.w3a101 .w3a101,
#content_ct.w3a201 .w3a201,
#content_ct.w3b102 .w3b102,
#content_ct.w3b2 .w3b2,
#content_ct.w3c202 .w3c202,
#content_ct.w3c102 .w3c102,
#content_ct.w3c2 .w3c2 {
	fill: #945A5B;
}

#content_ct.w1a202 .w1a202,
#content_ct.w1a102 .w1a102,
#content_ct.w1a2 .w1a2,
#content_ct.w1b201 .w1b201,
#content_ct.w1b101 .w1b101,
#content_ct.w1c201 .w1c201,
#content_ct.w1c101 .w1c101,
#content_ct.w1c1 .w1c1,
#content_ct.w1d201 .w1d201,
#content_ct.w1d101 .w1d101,
#content_ct.w3a202 .w3a202,
#content_ct.w3a102 .w3a102,
#content_ct.w3a2 .w3a2,
#content_ct.w3b201 .w3b201,
#content_ct.w3b101 .w3b101,
#content_ct.w3b1 .w3b1,
#content_ct.w3b202 .w3b202,
#content_ct.w3c201 .w3c201,
#content_ct.w3a202 .w3a202,
#content_ct.w3c201 .w3c201,
#content_ct.w3c101 .w3c101,
#content_ct.w3c1 .w3c1 {
	fill: #945A5B;
}

#content_ct.w1a301 .w1a301,
#content_ct.w1b301 .w1b301,
#content_ct.w1c301 .w1c301 {
	fill: #945A5B;
}


.page-kontakt #logo_immohome{
	height: 100px;
	width: auto;
}

.teaserbox_ct {
	position: absolute;
	padding: 20px;
	background-color: #fff;
	color: #945A5B;
	text-align: center;
	font-weight: 400;
	top: 12%;
	font-size: 16px;
	line-height: 140%;
	left: 20px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
	transition: all 0.5s;
}

.teaserbox_ct2 {
		position: absolute;
	padding: 20px;
	padding-top: 38px;
	background-color: #fff;
	color: #945A5B;
	text-align: center;
	font-weight: 400;
	top: 12%;
	width: 140px;
	height: 140px;
	font-size: 21px;
	line-height: 140%;
	left: 20px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
	transition: all 0.5s;
	-webkit-border-radius: 200px;
border-radius: 200px;
	-moz-transform: rotate(-15deg);
-webkit-transform: rotate(-15deg);
-o-transform: rotate(-15deg);
-ms-transform: rotate(-15deg);
transform: rotate(-15deg);
}

.teaserbox_ct .tx3 {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.teaserbox_ct:hover {
	color: #fff;
	background-color: #945A5B;
}




/* ==========================================================================
   Media Queries
   ========================================================================== */


@media only screen and (max-width: 1500px) {
	
	#menu ul li a {
		font-size: 18px;
		margin-right: 25px;
	}
	
	#head {
		padding-left: 180px;
	}
	
	#logo {
		left: 20px;
	}
	
	.scrdn #logo {
		left: 20px;
	}
	
	.tour360_ct {
		right: 20px;
		top: 120px;
	}
	
}


@media only screen and (max-width: 1400px) {
	#swt_cat {
		display: none;
	}
	
	#bg_ct {
		height: 60vw;
	}
}


@media only screen and (max-width: 1220px) {
	.page-home #content {
		left: auto;
		margin-left: 0;
	}
	#footer_ct {
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 30px;
		height: auto;
		line-height: 200%;
	}
	#infobox {
		display: none !important;
	}
	
	
	

	
}


@media only screen and (max-width: 1020px) {
	
	.tabonly {
		display: block !important;
	}
	
	.tabhide {
		display: none;
	}
	
	#content, #head, .page-home #content {
		width: 100%;
		padding: 0 20px;
	}
	
	#menu ul {
		display: none;
	}
	
	#infobox_ct {
		width: 100%;
		margin: 0px;
		left: auto;
	}
	
	#infobox {
		margin-right: 20px;
	}
	
	.ct_link {
		margin-left: 20px;
	}
	
	#mobmenu_ct {
		display: inline-block;
		top: 40px;
		right: 20px;
	}
	
	
	
	#menu ul {
		background-color: #ffffff;
		width: 100%;
		position: absolute;
		top: 90px;
		left: 0;
		padding: 0;
		margin: 0;
		z-index: -1;
		padding-top: 30px;
		padding-bottom: 25px;
		border-bottom: 3px solid #915876;
	}
	
	#menu ul li a {
		height: auto;
		padding: 5px;
	}

	#logo {
		float: left;
	}
	
	#logo_box {
		right: auto;
		left: 200px;
		height: 100px;
		
	}
	
	#menu ul li {
		width: 100%;
		display: block;
		margin: 5px 0;
		padding-left: 15px;
		text-align: center;
	}
	
	.page-impressionen {
		background-image: none !important;
	}
	
	.page-impressionen #arrow_left, .page-impressionen #arrow_right {
		display: none;
	}
	
	.page-impressionen #content_ct {
		display: block;
	}
	
	.page-impressionen .impimg {
		width: 100%;
		height: auto;
		margin-bottom: 30px;
		-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.7);
		box-shadow: 0 0 5px 0 rgba(0,0,0,0.7);
	}
	
	.page-kontakt .col_left {
		width: 70%;
		min-height: auto !important;
	}
	
	.page-kontakt .col_right {
		width: 30%;
		padding-left: 5%;
	}
	
	.page-angebot .col_left, .page-angebotprv .col_left {
		width: 70%;
		padding-right: 2%;
	}
	
	.page-angebot .col_right, .page-angebotprv .col_right {
		width: 30%;
		position: relative;
		padding: 0;
	}
	
	.page-angebot .col_right img, .page-angebotprv .col_right img {
		width: 30%;
		height: auto;
	}
	
	#infobox, #swt_cat {
		display: none !important;
	}
	
	.wf_head, .wf_head.wf_sticky {
		width: auto;
		left: 20px;
		right: 20px;
	}
	
	.lage_link {
		display: block;
		margin-bottom: 1em;
	}
	
	#content {
		font-size: 16px;
	}
	
	.dl_img {
		height: 220px;
	}
	
}


@media only screen and (max-width: 940px) {
	#ct_filter input[type="checkbox"] + label, #ct_filter input[type="radio"] + label {
		/*font-size: 12px;
		margin-right: 5px;*/
	}
	
	#ct_filter {
		width: 40%;
	}
	
	#ct_flr {
		padding-top: 20px;
		margin-left: 0px;
		margin-right: 20px;
	}
	
	#ct_flat {
		width: 30%;
		margin-right: 0%;
		padding-top: 60px;
	}
	
	#panotour_ct {
		left: 50px;
		margin-left: auto;
		top: 200px;
	}
}


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

.page-home .btn_box {
		left: 5%;
	width: 90%;
	margin-left: auto;
	}
	
	.page-home #box_miete {
		margin-top: 60px;
		margin-left: auto;
		bottom: 80px;
	}
	
	.page-home #box_eigentum {
		bottom: 200px;
	}
	
	#teaser_home {
		top: 3%;
		width: 60%;
		height: auto;
		right: 10%;
		max-width: 300px;
	}
	
	#home_tmw {
	width: 140px;
	height: 140px;
	padding-top: 30px;
	top: 170px; 
	left: 10px;
	font-size: 16px;
	letter-spacing: 1px;
	-webkit-box-shadow:inset 0 0 50px 0 rgba(0,0,0,0.5);
box-shadow:inset 0 0 50px 0 rgba(0,0,0,0.5);
}
	

	
	h3 {
		font-size: 42px;
	}	
	
	h3 span {
		font-size: 21px;
	}
	
}

@media only screen and (max-width: 760px) {
	.page-kontakt .col_left {
		width: 100%;
	}
	
	.page-kontakt .col_right {
		width: 100%;
		padding-left: 0;
		padding-top: 30px;
	}
	
	#e_chinderpalast {
		margin-top: 20px;
	}
	
	#e_chinderpalast img {
		width: 30%;
		margin-right: 5%;	
	}
	
	#chp_text {
		font-size: 12px;
		width: 65%;
		margin-top: 20px;
	}
	
	
	
	#footer_ct {
		position: relative;
		top: auto;
		height: auto;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
	.page-home #footer_ct {
		position: absolute;
		bottom: auto;
		top: 100%;
	}
	
	#footer {
		text-align: center;
	}
	
	#footer .footer_right {
		float: none;
		display: block;
		width: 100%;
		margin-top: 20px;
		text-align: center;
	}
	
	
	
	#content_ct {
	
	}
	
	#bg_ct {
		height: 400px !important;
	}
	
	#ct_flr, #ct_flat {
		
	}
	
	#iso_base {
		height: 200px;
	}
	
	#ct_filter {
		width: 100%;
		padding-left: 0;
	}
	
	.wf_head {
		position: relative;
		width: 100%;
		left: auto;
		right: auto;
	}
	
	.wf_head.wf_sticky {
		position: relative;
		width: 100%;
		box-shadow: none;
		-webkit-box-shadow: none;
		top: auto;
		left: auto;
		right: auto;
	}
	
	.wf_content {
		padding-top: 0;
	}
	
	.wf_tab tr td:nth-child(5), .wf_tab tr td:nth-child(6), .wf_tab tr td:nth-child(7) {
		display:  none;
	}
	
	
	
.wf_tab td:nth-child(1) {
	width: 13%;
}

.wf_tab td:nth-child(2) {
	width: 13%;
}

.wf_tab td:nth-child(3) {
	width: 16%;
}

.wf_tab td:nth-child(4) {
	width: 18%;
}

.wf_tab td:nth-child(5) {
	width: 0%;
}

.wf_tab td:nth-child(6) {
	width: 0%;
}

.wf_tab td:nth-child(7) {
	width: 0%;
}

.wf_tab td:nth-child(8) {
	width: 20%;
}
.wf_tab td:nth-child(9) {
	width: 20%;
}



.wf_tab .wf_row_house td:nth-child(1) {
	width: 100% !important;
}

.wf_tab .wf_row_house td:nth-child(2) {
	width: 0% !important;
	display: none;
}

.wf_tab .wf_row_house td:nth-child(3) {
	width: 0% !important;
	display: none;
}

.wf_tab .wf_row_house td:nth-child(4) {
	width: 0% !important;
	display: none;
}
	
.wf_tab .wf_pp td:nth-child(1) {
	width: 60%;
}	
.wf_tab .wf_pp td:nth-child(2) {
	display: none;
	width: 0%;
}		
.wf_tab .wf_pp td:nth-child(3) {
	display: none;
	width: 0%;
}	
.wf_tab .wf_pp td:nth-child(4) {
	width: 20%;
}	
	
.wf_tab .wf_pp td:nth-child(5) {
	display: none;
}		
	
	
	#introvid {
		display: none;
	}
	.page-projekt #bg_ct {
		background-image: url(/img/4you_imp_vis1.jpg);
	}
	
	h3 {
		font-size: 32px;
	}	
	
	h3 span {
		font-size: 18px;
	}
	
	.dl_img {
		width: 100%;
		max-width: 300px;
	}
	
	.footer_trenner {
		color: transparent;
		display: block;
		height: 2px;
		overflow: hidden;
	}
	
	.page-kontakt #content {
		padding-bottom: 0;
	}
	
}

@media only screen and (max-width: 640px) {
	
	.imp_cat_title {
		font-size: 18px;
	}
	
	.bw_box {
		width: 48%;
		padding-top: 30%;
		margin-bottom: 4%;
	}
	
	.mobonly {
		display: block !important;
	}
	
	.mobhide {
		display: none;
	}
	
	.col_left, .col_right {
		width: 100%;
		padding: 0;
	}
	
	.col_right {
		padding-top: 25px;
	}
	
	h3 {
		font-size: 22px;
		letter-spacing: 1px;
	}
	
	h3 span {
		font-size: 17px;
		margin-top: 10px;
	}
	
	#mobmenu_ct {
		top: 20px;
	}
	
	#logo {
		margin-top: 5px;
	}
	
	#intro_banner_ct {
		background-image: url(/img/header_intro_mob2.jpg);
		height: 100px;
		z-index: 15;
	}
	
	#panotour_ct {
		width: 140px;
		height: 140px;
		left: 20px;
		top: 120px;
		position: fixed;
		font-size: 16px;
	}
	
	.teaserbox_ct {
		top: 2%;
		left: 3%;
		padding: 10px;
		line-height: normal;
		font-size: 13px;
	}
	
	.teaserbox_ct .tx3 {
		font-size: 11px;
	}
	
	.teaserbox_ct2 {
		top: 10px;
		left: 10px;
		font-size: 13px;
		padding: 10px;
		padding-top: 20px;
		width: 80px;
		height: 80px;
	}
	
	
	.page-home #box_eigentum {
		bottom: 140px;
	}
	
	.page-home #box_miete {
		bottom: 40px;
	}
	
	.btn_box span {
		font-size: 14px;
		padding-bottom: 0px;
	}
	
	#infobox {
		font-size: 12px;
		width: 150px;
		height: 55px;
		padding: 5px 5px 0 10px;
	}
	
	#infobox .ct_m {
		font-size: 11px;
	}
	
	.page-home #logo {
		width: 80%;
		max-width: 300px;
		margin-top: 15px
	}
	
	.box_ct {
		margin: 0px;
		margin-top: 20px;
		padding-bottom: 30px;
	}
	
	#iw_eigentum {
		width: 150px;
		height: auto;
		margin-top: 150px;
		margin-left: 43px;
		z-index: 20;
	}
	
	#iw_mieten {
		width: 150px;
		height: auto;
		margin-top: 150px;
		margin-left: 6px;
		z-index: 20;
	}
	
	.box_home {
		font-size: 14px;
		height: 165px;
		width: 195px;
	}
	
	.box_home .box_head {
		font-size: 10px;
		width: 155px;
		margin-top: -5px;
	}
	
	.box_home .box_title {
		font-size: 24px;
		padding: 0;
		padding-top: 30px;
	}
	
	.box_home .box_line {
		margin-bottom: 5px;
	}
	
	.box_home .box_link {
		font-size: 14px;
	}
	
	.page-lage .ct_link {
		display: none;
	}
	
	.page-angebot #content, .page-angebotprv #content {
		min-height: inherit;
	}
	
	.page-angebot .col_right, .page-angebotprv .col_right {
		display: none;
	}
	
	.page-angebot .col_left, .page-angebotprv .col_left {
		width: 100%;
		padding: 0;
	}
	
	.page-angebot .colheads, .page-angebotprv .colheads {
		display: none;
	}
	
	.page-angebot #h1, .page-angebotprv #h1 {
		display: none;
	}
	
	.page-angebot .flattab td, .page-angebotprv .flattab td {
		background-color: #fff;
	}
	
	.page-angebot .flattab tr, .page-angebotprv .flattab tr {
		border-bottom: 1px solid rgb(211,215,208);
		width: 100%;
	}
	
	.page-angebot .flattab .rowtitle, .page-angebotprv .flattab .rowtitle {
		border-top: 10px solid #fff;
		border-bottom: 10px solid #fff;
	}
	
	.page-angebot .flattab .rowtitle td, .page-angebotprv .flattab .rowtitle td {
		background-color: rgb(211,215,208);
	}
	

	.page-angebot .flattab tr.rowh, .page-angebotprv .flattab tr.rowh {
		display: inline-block;
		width: 100%;
	}


	
	#box_eigentum .box_head {
		display: none;
	}
	
	#teaser_sold {
		margin-top: 120px;
	}
	
	.page-home .btn_box {
		left: 10% !important;
		margin-left: 0 !important;
		width: 80%;
		font-size: 16px;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	
	.page-home .btn_arrow {
		height: 11px;
	}
	
	.home_circ {
		font-size: 11px;
	}
	
	#home_bezug {
		height: 80px;
		padding-top: 24px;
		right: 40px;
		width: 80px;
	}
	
	#home_tdot {
		height: 110px;
		padding-top: 25px;
		right: 110px;
		top: 130px;
		width: 110px;
		font-size: 16px;
	}
	
	#home_wb {
		height: 150px;
		width: 150px;
		top: 120px;
		padding-top: 27px;
		font-size: 16px;
		right: 20px;
		background-color: rgba(255,229,0,0.9);
	}
	
	#bg_ct {
		height: 250px !important;
	}
	
	.tour360_ct {
		top: 210px;
		width: 100px;
		height: 100px;
		font-size: 17px;
		position: fixed
	}
	
	.scrdn .tour360_ct {
		right: -120px;
	}
	
	#content_ct {
		padding-top: 100px;
	}
	
	#logo {
		height: 75px;
		margin-top: 12px;
		z-index: 5;
	}
	
	.scrdn #logo {
		height: 46px;
	}
	
	#logo_box {
		margin-top: 10px;
		height: 80px;
		left: 150px;
	}
	
	#head_ct {
		height: 60px;
	}
	
	#menu ul {
		top: 60px;
		z-index: 2;
	}
	
	.lage_link {
		display: block;
		margin-top: 15px;
	}
	
	.dist_tab {
		margin-top: 0px;
		font-size: 13px;
	}
	
	.wf_tab_flat td {
		font-size: 13px;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	
	.wf_tab tr td:nth-child(3),.wf_tab tr td:nth-child(9), .cat-m .wf_tab tr td:nth-child(10), .cat-m .wf_tab tr td:nth-child(8), .cat-m .wf_tab tr td:nth-child(5), .cat-m .wf_tab tr td:nth-child(6), .cat-m .wf_tab tr td:nth-child(7) {
		display:  none;
	}
	
	
	
.wf_tab td:nth-child(1) {
	width: 22%;
}


.wf_tab td:nth-child(2) {
	width: 18%;
}
	


.wf_tab td:nth-child(3) {
	width: 0%;
}

.wf_tab td:nth-child(4) {
	width: 27%;
}


.wf_tab td:nth-child(8) {
	width: 33%;
}
	

.wf_tab td:nth-child(9) {
	width: 0%;
}
	
.wf_tab td:nth-child(9) {
	width: 0%;
}
	


	
	.dl_box {
		display: block;
		margin-right: 0;
		margin-bottom: 50px;
		margin-top: 30px;
	}	
	
	.dl_titel {
		display: inline-block;
		width: 65%;
	}
	
	.dl_img {
		height: auto;
		width: 30%;
		margin-right: 5%;
		float: left;
	}
	
	.dl_button {
		display: inline-block;
		float: left;
		margin-top: -35px;
		margin-left: 36%;
		font-size: 14px;
		padding: 4px 10px;
	}
	
	.dl_box .btn_arrow {
		height: 12px;
		
	}
	
	#lba_close {
		top: -60px;
		right: 20px;
		margin-top: 0;
	}
	
	#lba_prev {
		top: auto;
		bottom: -60px;
		left: 20px;
	}
	
	#lba_next {
		top: auto;
		bottom: -60px;
		right: 20px;
	}
	
	#thumbbox {
		display: none !important;
	}
	
	#home_slogan {
		font-size: 24px;
		font-weight: 300;
	}
	
	
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

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

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}