@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: #333;
	font-size: 14px;
	overflow-y: scroll;
	overflow-x: hidden;
	font-weight: normal;
	line-height: normal;
	font-family: "proxima-nova",sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	border: none;	
}

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

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

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

strong {
	font-weight: 600;
	font-style: normal;
}

img[usemap], map area{
    outline: none;
}
a, img {outline:none;}
map > area,
map > area:active,
map > area:focus {outline: none; border:0; }

/* Colors & Fonts */






h3 {
	padding: 0;
	margin: 0;
	width: 100%;
	display: block;
	font-size: 13px;
	text-align: center;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-weight: 600;
	font-style: normal;
	line-height: normal;
	color: #858585;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-top: 25px;
	padding-bottom: 25px;
}



h4 {
	margin: 0;
	width: 100%;
	text-align: center;
	font-size: 19px;
	font-weight: 400;
	font-style: normal;
	padding: 0px;
	padding-bottom: 20px;
	line-height: normal;
	color: #000000;
	letter-spacing: 1px;
}

h5 {
	padding: 0;
	margin: 0;
	font-size: 25px;
	display: inline;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	color: #48080e;
	text-transform: uppercase;
}



/* General Layout */

.block_container {
	width: 100%;
	padding: 10px 0;
	line-height: 140%;
}

.block_frame {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	padding: 0;
}

.col_right, .col_left {
	float: left;
	width: 50%;
	position: relative;
	text-align: center;
}

.col_center {
	display:  inline-block;
	width: 80%;
}

.col_left {
	padding: 0 15px 0 0;
}

.col_right {
	padding: 0 0 0 15px;
}

.col_full {
	width: 100%;
	padding: 0;
}

.col_half {
	width: 50%;
	margin: 0 auto;
	marign-left: 25%;
}

.btn_mehr {
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 30px;
	font-size: 13px;
	letter-spacing: 1px;
	color: #000;
	display: inline-block;
	text-decoration: none;
	transition: 0.5s all;
}

a.btn_mehr:hover {
	color: #513f3d;
}

.btn_mehr .bm_line_left, .btn_mehr .bm_line_right {
	position: relative;
	display: inline-block;
	width: 8px;
	height: 2px;
	margin-left: 4px;
	margin-right: 6px;
	margin-bottom: 3px;
	background-color: #000;
	transition: 0.5s all;
}

a.btn_mehr:hover .bm_line_left, a.btn_mehr:hover .bm_line_right {
	background-color: #513f3d;
	width: 20px;
	opacity: 0.5;
}

.block_struc {
	background-image: url(../img/struc1.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#block_head {
	position: relative;
	height: 100%;
	background-image: url(../img/bg_head.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0;
}


#block_frame_head {
	width: 100%;
	height: 100%;
	position: absolute;
	max-width: 100%;
	padding: 0;
	z-index: 10;
	display: none;
}

.block_break {
	clear: both;
	padding-top: 40px;
}

.inner_break {
	clear: both;
	height:  40px;
}

.arrow_down_head {
	position: absolute;
	width: 100px;
	left: 50%;
	margin-left: -50px;
	bottom: 40px;
	cursor: pointer;
	cursor: hand;
}

.btn_head {
	position: absolute;
	width: 188px;
	text-align: center;
	padding: 15px;
	font-size: 15px;
	color: #fff;
	border: 1px solid #fff;
	font-weight: normal;
	font-style: normal;
	bottom: 160px;
	left: 50%;
	margin-left: -94px;
	transition: 0.5s all;
	cursor: pointer;
	cursor: hand;	
	z-index: 10;
}

.btn_head:hover {
	background-color: rgba(72,8,14,1);
}


#logo_head, #logo_head_n18 {
	display: inline-block;
	margin-top: 23px;
	transition: all 0.5s;
	width: 208px;
	height: auto;
}

.text_link {
	color: inherit;
	border-bottom: 1px dotted #000;
}

.text_link:hover {
	color: #48080e;
	border-bottom: 1px solid #48080e;
}



/* General Style */




/* Menue */



/* Content */

#block_kontakt_form .block_frame {
	padding: 0 260px;
}


#block_footer {
	background-color: #f4f4f4;
	color: #666;
	font-size: 14px;
	text-align: center;
	position: relative;
	margin-top: 80px;
	padding: 20px 0 40px 0;
}

.footer_contact {
	display: inline-block;
	position: relative;
	text-align: center;
	padding-top: 10px;
	line-height: 140%;
	margin-left: 40px;
	margin-right: 40px;
}

.footer_inner {
	display: inline-block;
	width: 100%;
	max-width: 840px;
	padding: 20px;
	position: relative;
	text-align: center;
}

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

#web_by_mov {
	position: absolute;
	right: 60px;
	bottom: 18px;
	color: #999 !important;
	font-size: 12px;
	z-index: 5;
}

#projekt_inner {
	padding: 20px 100px;
	text-align: center;
}

#projekt_inner a {
	color: #666;
	text-decoration: underline;
}

#projekt_inner a:hover {
	color: #48080e;
}

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

#block_footer a:hover {
	text-decoration: none;
	color: rgba(255,255,255,1);
}

#block_footer .block_frame {
	text-align: center;
}

#block_footer .block_frame #webby {
	position: absolute;
	right: 100px;
	margin-top: 40px;
}





.flexslider, .slides, .slides li {
	width: 100%;
	height: 100%;
}


.fs_slide {
	width: 100%;
	height: 100%;
	display: inline-block;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}

#fs_head .flex-direction-nav {
	display: none;
}

#fs_head .fs_slide {
	background-position: center top;
}

.slide_inner_ct {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(../img/overlay_tile_sld.png); 
	background-repeat: repeat;
}

.slide_inner {
	width: 100%;
	position: absolute;
	top: 50%;
	margin-top: -150px;
	text-align: center;
	font-weight: normal;
	font-style: normal;
}

.slide_title {
	color: #fff;
	font-size: 38px;
	line-height: normal;
	display: block;
}

.slide_title img {
	width: auto !important;
	display: inline-block !important;
}

.slide_text {
	color: #fff;
	font-size: 76px;
	line-height: 95%;
}

.flex-viewport{
    position: absolute;
    width: 100%;
    height: 100%;
	z-index: 1;
}

.flex-control-nav {
	bottom: 0px !important;
	z-index: 4;
	background-color: #fff;
	padding-top: 20px !important;
	padding-bottom: 10px !important;
}

.flex-direction-nav {
	z-index: 4;
}

.flex-control-paging li a {
	background-color: #fff !important;
	box-shadow: none !important;
	border: 1px solid #48080e;
	width: 14px !important;
	height: 14px !important;
}

.flex-control-paging li a.flex-active {
	background-color: #48080e !important;
	box-shadow: none !important;
}

#fsh_nav {
	z-index: 12;
	position: absolute;
	width: 100%;
	height: 100%;
}

#fsh_left, #fsh_right {
	position: absolute;
	top: 50%;
	margin-top: -105px;
	cursor: pointer;
	cursor: hand;
	opacity: 0.75;
	transition: all 0.5s;
	z-index: 10;
}

#fsh_left:hover, #fsh_right:hover {
	opacity: 1;
}

#fsh_left {
	left: 3%;
}

#fsh_right {
	right: 3%;
}

#col_ct_buero, #col_ct_miete {
	text-align: center;
}

#col_ct_buero .col_inner, #col_ct_miete .col_inner {
	padding: 0 70px;
	text-align: left;
}

.faico {
	height: 21px;
	width: auto;
	margin-right: 10px;
}

.block_ct {
	position: relative;
	padding-top: 50px;
	padding-bottom: 10px;
	text-align: center;
	line-height: 170%;
}

.block_inner {
	display:  inline-block;
	width: 100%;
	max-width: 1140px;
	position: relative;
}

.page-home .block_inner {
	max-width: 970px;
}



.lb_img, .fw_img {
	width: 100%;
	height:  auto;
}

#block_home {
	position:  relative;
	width: 100%;
	height: 100%;
}

.single_spacer {
	height: 130px;
}

.page .menu_button {
	color: #513f3d;
}

.page .hamburger::before, .page  .hamburger .icon, .page  .hamburger::after {
	background-color: #513f3d;
}

.page-home .menu_button {
	color: #fff;
}



.page-home .hamburger::before, .page-home  .hamburger .icon, .page-home  .hamburger::after {
	background-color: #fff;
}

.page-home .small_menu .hamburger::before, .page-home .small_menu  .hamburger .icon, .page-home .small_menu  .hamburger::after {
	background-color: #513f3d;
}

.flexslider {
	position:  relative;
	width: 100%;
	height:  100%;
}

.flexslider .slides li {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.menu_button {
	position: fixed;
	z-index: 110;
}

.history_back, .open_map {
	color: #333;
	font-weight: 600;
	text-decoration: none;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.history_back {
	margin-right: 14px;
}

.open_map {
	text-align: center;
	cursor: pointer;
	cursor: hand;
}

.history_back img {
	height: 13px;
	width: auto;
	margin-right: 6px;
	margin-left: 8px;
	margin-top: 1px;
	vertical-align: text-top;
	transition: 0.5s all;
}

.history_back:hover img {
	margin-right: 14px;
	margin-left: 0px;
}

.open_map img {
	height: auto;
	width: 13px;
	margin-top: 6px;
	margin-bottom: 8px;
	transition: 0.5s all;
}

.open_map:hover img {
	margin-top: 14px;
	margin-bottom: 0px;
}

.btn_switch {
	display: inline-block;
	margin: 0 25px;
	cursor: pointer;
	cursor:  hand;
}

.btn_switch.active {
	color: #000;
}

.fw_img_overlay {
	display:  none;
	position: absolute;
	height: auto;
	width: 100%;
}

.fw_img_overlay img {
	width: 100%;
	height: auto;
}

.page-lage #block_footer {
	margin-top: 0;
}

#map_wrapper {
	position: relative;
	width: 100%;
	height: 0;
}

#map_bpb {
	height: 100%;
	width: 100%;
	position: absolute;
}

#home_teaser {
	background-color: #566655;
	color: #fff;
	font-weight: 300;
	font-size: 28px;
	text-align: center;
	position: absolute;
	width: 250px;
	height: 250px;
	top: 10%;
	left: 15%;
	z-index: 10;
	letter-spacing: 1px;
	-webkit-border-radius: 200px;
border-radius: 200px;
	padding-top: 75px;
-moz-transform: rotate(-7deg);
-webkit-transform: rotate(-7deg);
-o-transform: rotate(-7deg);
-ms-transform: rotate(-7deg);
transform: rotate(-7deg);
}

#comeandsee_teaser {
	background-color: #5b6679;
	color: #fff;
	font-weight: 300;
	font-size: 18px;
	text-align: center;
	position: absolute;
	width: 250px;
	height: 250px;
	top: 10%;
	margin-top: 200px;
	left: 10%;
	z-index: 11;
	letter-spacing: normal;
	line-height: normal;
	-webkit-border-radius: 200px;
border-radius: 200px;
	padding-top: 35px;
-moz-transform: rotate(-3.5deg);
-webkit-transform: rotate(-3.5deg);
-o-transform: rotate(-3.5deg);
-ms-transform: rotate(-3.5deg);
transform: rotate(-3.5deg);
}

#comeandsee_teaser .txb1 {
	font-size: 21px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: 0px;
	display: inline-block;
}

#comeandsee_teaser .txb2 {
	font-size: 32px;
	line-height: 34px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0px;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
}

#comeandsee_teaser .txb3 {
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	display: inline-block;
}



#comeandsee_teaser_xmas {
	background-image: url(/img/teaser_bg_xmas18.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #fff;
	font-weight: 300;
	font-size: 18px;
	text-align: center;
	position: absolute;
	width: 250px;
	height: 600px;
	top: 0;
	margin-top: 0px;
	left: 10%;
	z-index: 3;
	letter-spacing: normal;
	line-height: normal;
}

#comeandsee_teaser_xmas_inner {
	padding-top: 40px;	
	padding-right: 5px;
	height: 250px;
	width: 250px;
	position: absolute;
	bottom: 0px;
	-webkit-border-radius: 200px;
border-radius: 200px;	
-moz-transform: rotate(-7deg);
-webkit-transform: rotate(-7deg);
-o-transform: rotate(-7deg);
-ms-transform: rotate(-7deg);
transform: rotate(-7deg);
}

#comeandsee_teaser_xmas .txb1 {
	font-size: 21px;
	line-height: 22px;
	font-weight: 400;
	letter-spacing: 0px;
	display: inline-block;
}

#comeandsee_teaser_xmas .txb2 {
	font-size: 32px;
	line-height: 30px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0px;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
}




/* Kontakt Formular */


.cf_interesse{
	text-align: left;
	padding-bottom: 50px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #333;
	font-weight: 300;
}

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

input[type="checkbox"] + label, input[type="radio"] + label {
	cursor: pointer;
	cursor: hand;
	font-family: "proxima-nova",sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 15px;
}

input[type="checkbox"] + label span, input[type="radio"] + label span {
	width: 36px; 
	height: 36px; 
	background-color: #f4f4f4; 
	border: 10px solid #f4f4f4;
	display: inline-block; 
	margin-left: 5px;
	margin-right: 10px; 
	margin-bottom: 2px;
	margin-top: 1px;
	vertical-align: middle;
}
input[type="radio"] + label span {
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

input[type="checkbox"]:checked + label span, input[type="radio"]:checked + label span {
	background-color: #513f3d;
}

#Interesse1:checked + label span {
	background-color: #938c55;
}

#Interesse2:checked + label span {
	background-color: #556E84;
}
#Interesse3:checked + label span {
	background-color: #566655;
}

#termin_ct {
	padding-left: 45px;
	padding-top: 5px;
	display: none;
}

#termin_ct input[type="checkbox"] + label span {
	width: 24px; 
	height: 24px; 
	background-color: #f4f4f4; 
	border: 7px solid #f4f4f4;
	display: inline-block; 
	margin-left: 5px;
	margin-right: 10px; 
	margin-bottom: 2px;
	margin-top: 1px;
	vertical-align: top;
}


#termin_ct #Termin:checked + label span {
	background-color: #666666;
}

.termin_text {
	display: inline-block;
	width: 210px;
	line-height: normal;
	text-transform: none;
	font-size: 14px !important;
	letter-spacing: 0px;
}


input[type="text"], textarea, select {
	padding: 10px;
	width: 100%;
	background-color: #f7f7f7; 
	border: none;
	border-bottom: 1px solid #fff;
	font-family: "proxima-nova",sans-serif;
	font-size: 15px;
	margin-bottom: 15px;
	font-weight: 300;
	color: #000;
}

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

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

input[type="submit"], input[type="reset"] {
	background-color: #000000;
	color: #fff;
	border: none;
	padding: 8px;
	font-family: "proxima-nova",sans-serif;
	font-size: 15px;
	cursor: pointer;
	cursor: hand;
	width: 100%;
	font-weight: 300;
	font-style: normal;
	transition: all 0.5s;
	-webkit-appearance: none;
	border-radius: 0 !important;
}



input[type="submit"]:hover, input[type="reset"]:hover {
	background-color: #513f3d;
}

form input.hlt, form select.hlt {
	border-bottom: 1px solid #f00;
}

form span.hlt {
	outline: 1px solid #f00;
}

.hpt {
	display: none;
}

.form_subtitle {
	font-weight: normal;
	font-style: normal;
	font-size: 23px;
	padding-bottom: 20px;
	display: inline-block;
}

::-webkit-input-placeholder {
   color: #333;
}

:-moz-placeholder { /* Firefox 18- */
   color: #333;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #333; 
}

:-ms-input-placeholder {  
   color: #333;  
}



/* 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 2px;
}

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

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

#lba_close img {
	height: 30px;
	padding: 5px;
	float: right;
	margin-top: -5px;
	margin-right: -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: relative;
	top: 15px;
	left: 17px;
	width: 30px;
	height: 30px;
	z-index: 30;
}

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

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




/* Adjustments Am Ufer */

		#block_head {
			padding-top: 130px !important;
			padding-bottom: 0px !important;
		}

		#header_ct {
			position: fixed;
			width: 100%;
			height: 130px;
			background-color: transparent;
			text-align: center;
			z-index: 50;
			transition: all 0.5s;
		}

#header_ct {
	background-color: #fff;
}

.page-landing #header_ct {
	background-color: transparent;
}

.page-home #header_ct {
	background-color: transparent;
}

		#header_ct.small_menu {
			height: 90px;
			background-color: #ffffff;
		}



		
		.small_menu.menu_button {
			top: 29px;
			color: #513f3d; 
		}

		#header_ct.small_menu .hamburger::before, #header_ct.small_menu .hamburger .icon, #header_ct.small_menu .hamburger::after {
			background-color: #513f3d; 
		}
		
		#logo_head, #logo_head_n18 {
			transition: all 0.5s;
		}
		
		#header_ct.small_menu #logo_head, #header_ct.small_menu #logo_head_n18 {
			width: 188px;
			height: auto;
			margin-top: 10px;
		}
		
		.menu_button {
			left: 100px;
			top: 54px;
			cursor: pointer;
			cursor: hand;
			transition: all 0.5s;
			color: #fff;
		}
		.menu_button.active {
			color: #000;
		}
		#menu_icon_txt {
			display: inline-block;
			font-size: 21px;
			margin-left: 15px;
			padding-top: 3px;
		}
		
		#menu_ct {
			position: fixed;
			padding-top: 130px;
			padding-left: 100px;
			background-color: #ffffff;
			z-index: 60;
			height: 100%;
			width: 400px;
			left: -400px;
			opacity: 0;
		}
		
		#menu {
			list-style: none;
			padding: 0;
			margin: 0;
		}
		
		#menu li {
			display: block;
			margin-top: 30px;
		}
		
		#menu li a {
			color: rgba(0,0,0,1);
			text-decoration: none;
			font-size: 19px;
			text-transform: uppercase;
			font-weight: 400;
			letter-spacing: 1px;
			transition: opacity 0.5s;
			opacity: 0.5;
		}
		
		#menu li a.active {
			color: #513f3d;
			opacity: 1;
		}
		
		#menu li a:hover {
			opacity: 1;
		}
		
	
.sld_text {
	position: absolute;
	text-align: center;
	top: 49%;
	width: 100%;
}

.sld_text img {
	display: inline-block !important;
	width: auto !important;
	height: auto !important;
}


#block_projekt {
	margin-top: 40px;
}


#block_wohneigentum .col_center, #block_mietwohnungen .col_center {
	padding-top: 25px;
}

#block_kontakt .col_center {
	max-width: 320px;
}

#block_kontakt form {
	padding-top: 50px;
}

#block_kontakt h4 {
	font-size: 37px;
	padding-bottom: 25px;
	padding-top: 10px;
}

.img_lb_ct {
	position: relative;
}

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

.img_overlay {
	position: absolute;
	background-color: rgba(255,255,255,0.5);
	width: 80%;
	height:  80%;
	top: 10%;
	left: 10%;
	background-image: url(../img/img_expand.png);
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0;
	transition: all 1s;
}

.img_lb_ct:hover .img_overlay {
	opacity: 0.9;
	width: 100%;
	height:  100%;
	top: 0;
	left: 0;
}

.page-projekt .col_left, .page-projekt .col_right, .page-gewerbe .col_left, .page-gewerbe .col_right {
	text-align: left;
}

.page-projekt .col_left, .page-gewerbe .col_left {
	padding-right: 30px;
}

.page-projekt .col_center, .page-gewerbe .col_center {
	width: 90%;
}

.leg_line {
	display: inline-block;
	padding-left: 50px;
}

.leg_box {
	background-color: #ccc;
	width: 42px;
	height: 17px;
	margin-top: 3px;
	position: absolute;
}

#leg_eigentum {
	background-color: #938c55;
}

#leg_miete{
	background-color: #556E84;
}

#leg_gewerbe {
	background-color: #566655;
}

.page-wohneigentum .row2 .col_right,.page-wohneigentum .row3 .col_left {
	padding-top: 150px;
}

.page-wohneigentum .row1 .col_left {
	padding-top: 60px;
}

.page-mietwohnungen .row2 .col_right,.page-mietwohnungen .row1 .col_left {
	padding-top: 15px;
}



.def_text a {
	text-transform: uppercase;
	font-weight: 600;
	color: #000;
	text-decoration: none;
}

.def_text a:hover {
	color: #513f3d;
	border-bottom: 1px dotted #513f3d;
}

.btn_wf {
	text-transform: uppercase;
	padding: 12px 30px 8px 30px;
	border: 1px solid #000;
	color: #000;
	font-weight: 600;
	font-size: 13px;
	margin-top: 10px;
	letter-spacing: 1px;
	transition: all 0.5s;
}

.btn_wf:hover {
	border: 1px solid #513f3d;
	background-color: #513f3d;
	color: #fff;
}

.btn_wf.mietwf:hover {
	background-color: #556E84;
	border: 1px solid #556E84;
	color: #fff;
}

.btn_wf.eigentumwf:hover {
	background-color: #938c55;
	border: 1px solid #938c55;
	color: #fff;
}


.btn_mehr2 {
	text-transform: uppercase;
	padding: 8px 25px 6px 25px;
	border: 1px solid #000;
	color: #000;
	font-weight: 600;
	font-size: 13px;
	margin-top: 20px;
	letter-spacing: 1px;
	transition: all 0.5s;
	display: inline-block;
}

.btn_mehr2:hover {
	border: 1px solid #513f3d;
	background-color: #513f3d;
	color: #fff;
}

.btn_mehr3 {
	text-transform: uppercase;
	padding: 8px 25px 6px 25px;
	border: 1px solid #000;
	color: #000;
	font-weight: 600;
	font-size: 13px;
	margin-top: 20px;
	letter-spacing: 1px;
	transition: all 0.5s;
	display: inline-block;
}

.btn_mehr3:hover {
	border: 1px solid #566655;
	background-color: #566655;
	color: #fff;
}



#whl_cur, #bf_cur {
	position: absolute;
	z-index: -1;
	width: 100%;
}

.wf_lage_base, .wf_ebene_base {
	position: relative;
}

.page-wohneigentum_wf .col_center, .page-mietwohnungen_wf .col_center {
	width: 100%;
}

.page-mietwohnungen_wf .col_center {
	position: relative;
}

#mwf_prvgr {
	position: absolute;
	width: 500px;
	height: auto;
	left: 50%;
	margin-left: -570px;
	display: none;
	z-index: 100;
}

.page-wohneigentum_wf .col_center .col_left, .page-wohneigentum_wf .col_center .col_right, .page-mietwohnungen_wf .col_center .col_left, .page-mietwohnungen_wf .col_center .col_right {
	text-align: left;
}

.page-wohneigentum_wf input[type="checkbox"] + label, .page-wohneigentum_wf input[type="radio"] + label, .page-mietwohnungen_wf input[type="checkbox"] + label, .page-mietwohnungen_wf input[type="radio"] + label {
	font-size: 14px;
}

.page-wohneigentum_wf input[type="checkbox"] + label span, .page-wohneigentum_wf input[type="radio"] + label span, .page-mietwohnungen_wf input[type="checkbox"] + label span, .page-mietwohnungen_wf input[type="radio"] + label span {
	width: 16px;
	height: 16px;
	background-color: #fff;
	border: 1px solid #666;
}

.page-wohneigentum_wf input[type="checkbox"]:checked + label span, .page-wohneigentum_wf input[type="radio"]:checked + label span, .page-mietwohnungen_wf input[type="checkbox"]:checked + label span, .page-mietwohnungen_wf input[type="radio"]:checked + label span {
	background-color: #938c55;
}

 .page-mietwohnungen_wf input[type="checkbox"]:checked + label span, .page-mietwohnungen_wf input[type="radio"]:checked + label span {
	background-color: #556E84; 
}

.wf_arrow {
	opacity: 0.5;
	height: 14px;
	width: auto;
	display: inline-block;
}

#menu li.smp a, #menu li.smp span {
	text-transform: none !important;
	font-size: 18px;
}

#menu li.smp {
	margin-top: 5px;
	padding-left: 20px;
	
}

.wf_filter {
	float: left;
	margin-right: 30px;
	margin-top: 20px;
}

.wf_cat {
	font-size: 16px;
	font-weight: 600;
}

.inl_tab {
	display: inline-block;
	width: 70px;
}

.wf_ebene_base {
	margin-top: 40px;
}

.tab_wf {
	width: 100%;
	font-size: 13px;
	text-align: left;
}

.tab_wf td {
	border-bottom: 1px solid #666;
	padding: 6px 0;
}

.tab_wf .wf_head {
	font-weight: 600;
	font-size: 14px;
}

.tab_wf .wf_row {
	text-transform: uppercase;
	font-weight: 400;
}

.tab_wf .wf_row td {
	padding-left: 5px;	
}

.wf_dl_mob {
	display: none;
}

.wf_dl_gr {
	margin-right: 25px;
}

.wf_dl_gr:hover, .wf_dl_bew:hover {
	text-decoration: underline;
	cursor: pointer;
}

/* Eigentum WF */

.tab_wf td:nth-child(1) {
	width: 12.28%;
}

.tab_wf td:nth-child(2) {
	width: 9.47%;
}

.tab_wf td:nth-child(3) {
	width: 9.47%;
}

.tab_wf td:nth-child(4) {
	width: 10.28%;
}

.tab_wf td:nth-child(5) {
	width: 19.79%;
}

.tab_wf td:nth-child(6) {
	width: 10.72%;
}

.tab_wf td:nth-child(7) {
	width: 12.28%;
	text-transform: none;
}

.tab_wf td:nth-child(8) {
	width: 8.71%;
}

.tab_wf td:nth-child(9) {
	width: 7%;
}

.tab_wf td:nth-child(6) {
	text-transform: none;
}



/*Mietwohnungen WF */

.page-mietwohnungen_wf .tab_wf td:nth-child(1) {
	width: 11.28%;
}

.page-mietwohnungen_wf .tab_wf td:nth-child(2) {
	width: 10.47%;
}

.page-mietwohnungen_wf .tab_wf td:nth-child(3) {
	width: 10.47%;
}

.page-mietwohnungen_wf .tab_wf td:nth-child(4) {
	width: 10.28%;
}

.page-mietwohnungen_wf .tab_wf td:nth-child(5) {
	width: 12.79%;
}

.page-mietwohnungen_wf .tab_wf td:nth-child(6) {
	width: 11.72%;
}

.page-mietwohnungen_wf .tab_wf td:nth-child(7) {
	width: 13.28%;
}

.page-mietwohnungen_wf .tab_wf td:nth-child(8) {
	width: 19.71%;
	cursor: default;
}

.page-mietwohnungen_wf .tab_wf td:nth-child(5), .page-mietwohnungen_wf .tab_wf td:nth-child(8) {
	text-transform: none;
}


/*Gewerbe */

.page-gewerbe .tab_wf td:nth-child(1) {
	width: 13%;
}

.page-gewerbe .tab_wf td:nth-child(2) {
	width: 12%;
}

.page-gewerbe .tab_wf td:nth-child(3) {
	width: 12%;
}

.page-gewerbe .tab_wf td:nth-child(4) {
	width: 12%;
}

.page-gewerbe .tab_wf td:nth-child(5) {
	width: 15%;
}

.page-gewerbe .tab_wf td:nth-child(6) {
	width: 16%;
}

.page-gewerbe .tab_wf td:nth-child(7) {
	width: 20%;
	cursor: default;
}

.page-gewerbe .tab_wf td:nth-child(4), .page-gewerbe .tab_wf td:nth-child(5), .page-gewerbe .tab_wf td:nth-child(6), .page-gewerbe .tab_wf td:nth-child(7) {
	text-transform: none;
}




.tab_wf .wf_row:hover td {
	background-color: #938c55;
	color: #fff;
}

.page-mietwohnungen_wf .tab_wf .wf_row:hover td {
	background-color: #556E84;
	color: #fff;
}

.page-gewerbe .tab_wf .wf_row:hover td {
	background-color: #566655;
	color: #fff;
}

.tab_wf .wf_row.st3 td {
	color: #999;
}



#tab_wf_ct {
	min-height: 250px;
	overflow-y: scroll;
	position: relative;
}

#tab_wf_wrapper {
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}

#tab_wf_header_ct {
	position: relative;
	width: 100%;
	background-color: #fff;
}

.wf_row td {
	cursor: default;
}

.wf_row td:nth-child(8) {
	cursor: pointer;
	cursor: hand;
}

#whl_basenr {
	position: absolute;
	width: 100%;
	height:  auto;
	z-index: -2;
	opacity: 0.8;
	transition: opacity 0.5s;
}

#whl_basenr.subvs {
	opacity: 0.4;
}

		
.hamburger {
  font-size: 25px;
  display: inline-block;
  width: 1em;
  height: 1em;
  padding: 0;
  cursor: pointer;
  transition: transform .2s ease-in-out;
  vertical-align: middle;
  border: none;
  background: transparent;
	color: #fff;
	margin-top: -3px;
}

.menu_button {
	/*display:  none;*/
}

#ct_bfs {
	border-left: 1px solid #666;
}

.doc_link{
	color: #333;
	font-weight: 600;
}
.doc_link:hover {
	text-decoration: none;
	color: #513f3d;
	border-bottom: 1px dotted #513f3d;
}

.sbl_link {
	font-weight: 400 !important;
	text-transform: none !important;
	border-bottom: 1px dotted #333;
}

#footer_logo {
		width: 180px;
		height: auto;
	}


.nosl:hover {
	border-bottom: none !important;
}


/**
 * Button height fix for Firefox
 */
.hamburger::-moz-focus-inner {
  padding: 0;
  border: 0 none;
}

/**
 * Focus fix for Chrome
 */
.hamburger:focus {
  outline: 0;
}

.hamburger:before,
.hamburger:after {
  content: "";
}

.hamburger:before,
.hamburger .icon,
.hamburger:after {
  display: block;

  width: 100%;
  height: 0.08em;
  margin: 0 0 .16em;

  transition: all .5s ease-in-out;

  border-radius: 0;
  background-color: #ffffff;
}

/**
 * Styles for the active `.hamburger` icon
 */
.hamburger.active {
	transition: 0.5s all;
	color: #000;
}

.hamburger.active:before,
.hamburger.active .icon,
.hamburger.active:after {
 margin: 0 0 0.16em;
	background-color: #000;	
}




#gr_frame_ct {
	position: relative; width: 100%; height: 540px; text-align: center;
}

#titel_stichworte {
	text-align: center;  color: #fff; font-size: 56px; text-transform: uppercase; padding: 40px; display: block; line-height: normal;
}

.tab_wf .wf_row.st3:hover td {
	background-color: #f4f4f4;
	color: #666;
}

.page-rundgang360 #block_footer {
	margin-top: 0px;
}

.ewf_pano {
	position: relative;
	display: inline-block;
	width: 45px;
	height: 22px;
	background-image: url(../img/pano_black.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: 3px;
	margin-bottom: -8px;
}

.wf_row:hover .ewf_pano {
	background-image: url(../img/pano_white.png);
}

.ewf_pano_ct {
	display: inline-block;
	position: relative;
	width: 45px;
	height: 22px;
	margin-right: 2px;
	vertical-align: middle;
}

.ewf_pano_btn {
	position: absolute;
	display: inline-block;
	width: 45px;
	height: 22px;
	background-image: url(../img/pano_black.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	left: 0px;
	transition: all 0.5s;
}

.ewf_pano_btn.white {
	opacity: 0;
	background-image: url(../img/pano_white.png);
}

.btn_wf:hover .ewf_pano_btn.black {
	opacity: 0;
}

.btn_wf:hover .ewf_pano_btn.white {
	opacity: 1;
}

.mob_only_1000 {
	display: none;
}

/* update april19 */

#logo_pawefa {
	height: 70px;
	width: auto;
	margin-bottom: 0px;
	margin-left: 0px;
}



			 
			 
			 .page-landing .menu_button, .page-landing #block_footer {
				 display: none;
			 }			 
			 
			 
			 .landing_bubble {
				 background-color: #5b6679;
	color: #fff;
	font-weight: 300;
	font-size: 18px;
	text-align: center;
	position: absolute;
	width: 250px;
	height: 250px;
	top: 10%;
	margin-top: 200px;
	left: 5%;
	z-index: 11;
	letter-spacing: normal;
	line-height: normal;
	-webkit-border-radius: 200px;
border-radius: 200px;
	padding-top: 40px;
-moz-transform: rotate(-3.5deg);
-webkit-transform: rotate(-3.5deg);
-o-transform: rotate(-3.5deg);
-ms-transform: rotate(-3.5deg);
transform: rotate(-3.5deg) ;
				 transition: all 0.5s;
			 }	
			 
			 .landing_bubble:hover {
				 -moz-transform: rotate(3.5deg) scale(1.1);
-webkit-transform: rotate(3.5deg) scale(1.1);
-o-transform: rotate(3.5deg) scale(1.1);
-ms-transform: rotate(3.5deg) scale(1.1);
transform: rotate(3.5deg) scale(1.1);	
			 }	
			 
			 #home_teaser {
				 transition: all 0.5s;
			 }
			 
			  #home_teaser:hover {
				 -moz-transform: rotate(3.5deg);
-webkit-transform: rotate(3.5deg);
-o-transform: rotate(3.5deg);
-ms-transform: rotate(3.5deg);
transform: rotate(3.5deg);	
			
			 }
			 
.landing_bubble .txb1 {
	font-size: 21px;
	line-height: 24px;
	font-weight: 300;
	letter-spacing: 1px;
	display: inline-block;
}			 
			 
.landing_bubble .txb2 {
	font-size: 32px;
	line-height: 34px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
}
			 
			 #teaser12 {
				 margin-top: 0px;
				 background-color: #566655;
			 }
			 
			 #teaser34 {
				 margin-left: 140px;				
				 margin-top: 180px;
			 }

#home_ovis {
	position: fixed;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('/img/img_landing2.jpg');
	display: none;
	z-index: 5;
}



/* Media Queries */


@media only screen and (max-width : 1240px)  {
	.sld_text img {
		width: 80% !important;
	}
	.block_ct {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.wf_filter {
		margin-right: 15px;
	}
	.wf_filter_st {
		margin-right: 0px;
	}
	
	.landing_bubble .txb2 {
		font-size: 28px; 
	}
}

@media only screen and (max-width : 1020px)  {
	.sld_text img {
		width: 90% !important;
	}
	
	.mob_only_1000 {
	display: inherit !important;
}
	
	.mob_no_1000 {
		display: none;
	}
	
	#footer_logo {
		width: 150px;
		height: auto;
	}
	
	
	
	#web_by_mov {
		bottom: 20px;
		right: 20px;
	}
	
	#block_footer {
		padding: 0px;
	}
	
	.footer_inner {
		padding: 20px;
		padding-bottom: 60px;
	}
	
	.page-wohneigentum_wf .col_left, .page-wohneigentum_wf .col_right, .page-mietwohnungen_wf .col_left, .page-mietwohnungen_wf .col_right {
		width: 100%;
	}
	
	#ct_bfs {
		border-left: none;
		padding-top: 20px;
		border-top: 1px solid #ccc;
		margin-top: 20px;
	}
	
	#ct_bfs .col_left, #ct_bfs .col_right {
		width: 50%;
	}
	
	.page-wohneigentum .row1 .col_left, .page-wohneigentum .row2 .col_right, .page-wohneigentum .row3 .col_left {
		padding-top: 0;
	}
	.wf_docs {
		text-align: left;
		padding-left: 0;
		margin-bottom: 10px;
	}
	
	.mws_mob {
		text-align: left !important;
	}
	
	#mwf_prvgr {
		display: none !important;
	}
	
	.landing_bubble {
		width: 180px;
		height: 180px;
		padding-top: 15px;
		top: 8%;
		left: 5%;
	}
	
	#teaser34 {
		margin-left: 120px;
		margin-top: 125px;
	}
	
	.landing_bubble .txb1 {
		font-size: 18px;
		line-height: normal;
	}
	

	
	.landing_bubble .txb2 {
		font-size: 23px;
		line-height: normal;
		margin-top: 5px;
	}
	
}


@media only screen and (max-width : 760px)  {
	
	
	.landing_bubble {
		top: 100px;
		left: 50%;
		padding-top: 25px;
	}
	
	#teaser12 {
		margin-left: -170px;
	}
	
	#teaser34 {
		margin-left: -20px;
		margin-top: 80px;
	}
	
	.landing_bubble .txb1 {
		font-size: 15px;
	}
	
	.landing_bubble .txb2 {
		font-size: 21px;
	}
	

	
	.ewf_pano {
		display: none;
	}	
	
	
	.footer_contact {
		width: 100%;
		margin: 0px;
		padding-top: 20px;
		padding-bottom: 20px;
		text-align: center;
	}
	
	
	#home_teaser {
	font-size: 14px;
	text-align: center;
	position: absolute;
	width: 130px;
	height: 130px;
	top: 15%;
	left: 5%;
	padding-top: 36px;
}
	
#comeandsee_teaser {
	font-size: 14px;
	text-align: center;
	position: absolute;
	width: 160px;
	height: 160px;
	top: 15%;
	margin-top: 0px;
	left: auto;
	right: 2%;
	padding-top: 24px;
}	
	
#comeandsee_teaser .txb1 {
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 16px;
}

#comeandsee_teaser .txb2 {
	font-size: 18px;
	letter-spacing: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 20px;
}

#comeandsee_teaser .txb3 {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 14px;
}	
	
	
#comeandsee_teaser_xmas {
	font-size: 14px;
	text-align: center;
	position: absolute;
	width: 160px;
	height: 220px;
	margin-top: 0px;
	left: auto;
	right: 2%;
}	
	
#comeandsee_teaser_xmas_inner {
	text-align: center;
	position: absolute;
	width: 160px;
	height: 160px;
	padding-top: 30px;
}	
	
#comeandsee_teaser_xmas .txb1 {
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 14px;
}

#comeandsee_teaser_xmas .txb2 {
	font-size: 18px;
	letter-spacing: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 18px;
}

	
	
	
	#logo_head, #logo_head_n18 {
		margin-top: 8px;
		width: 120px;
		height: auto;
	}
	
	#header_ct.small_menu #logo_head, #header_ct.small_menu #logo_head_n18 {
		width: 120px;
		margin-top: 8px;
	}
	
	.small_menu.menu_button {
		top: 20px;
	}

	.reset_height {
		height: 0 !important;
	}
	.set_height30 {
		height: 30px !important;
	}
	.mob_no {
		display: none !important;
	}
	.mob_only {
		display: inherit !important;
	}

	.btn_head {
		bottom: 30px;
		font-size: 14px;
		margin-left: -74px;
		padding: 8px;
		width: 148px;
	}
	.slide_inner {
		margin-top: -100px;
	}
	
	.block_frame {
		padding: 0 20px;
	}
	
	.wf_dl_mob {
		display: inherit;
	}
	
	.wf_dl_gr, .wf_dl_bew {
		display: none;
	}

	
	#img_spinnerei {
		max-width: 50%;
	}
	
	#img_fassade {
		max-width: 100%;
	}
	
	#block_projekt .block_frame {
		padding-top: 30px;
	}
	
	#projekt_inner {
		padding: 20px 0;
		padding-bottom: 40px;
	}
	
	#block_kontakt_form .block_frame {
		padding: 0 20px;
		padding-bottom: 50px;
	}
	
	#block_head {
		height: 50%;
	}
	
	.flex-control-nav {
		bottom: -50px !important;
	}
	
	#block_footer {
		padding: 20px 0;
	}
	
	#img_logo {
		max-width: 50%;
	}
	
	#block_footer .block_frame #webby {
		position: relative;
		display: block; 
		margin-top: 30px;
		right: auto;
	}
	
	
	#header_ct, #header_ct.small_menu {
		height: 60px;
		padding-right: 20px;
	}
	
	.menu_button {
		top: 20px;
		left: 20px;
	}
	

	
	#menu_ct {
		padding-left: 20px;
		padding-top: 60px !important;
		width: 260px;
	}
	
	#menu_icon_txt {
		display: none;
	}
	
	/**
 * CLOSE/CANCEL/CROSS
 */
.hamburger.hamburger-cancel.active .icon {
  transform: scale(0);
}

.hamburger.hamburger-cancel.active:before {
  transform: translateY(.4em) rotate(135deg);
}

.hamburger.hamburger-cancel.active:after {
  transform: translateY(-.3em) rotate(-135deg);
}
	
.hamburger.active:before,
.hamburger.active .icon,
.hamburger.active:after {
 margin: 0 0 0.25em;
	background-color: #000;	
}	
	
	#menu li {
		margin-top: 10px;
	}
	
	#menu li a {
		font-size: 18px;
	}
	
	#menu li.smp a, #menu li.smp span {
		font-size: 16px;
		letter-spacing: 0;
	}
	
	#block_head {
		padding-top: 60px !important;
		height: 280px;
	}
	
	#sld_home_button {
		width: 50px;
		bottom: 20px;
		margin-left: -25px;
	}
	
	.flex-control-nav {
		display: none;
	}
	
	.image_container {
		height: 250px;
		overflow: auto;
	}
	
	#block_konzept2 .block_inner, #block_lage2 .block_inner, #block_investition2 .block_inner, #block_grundrisse2 .block_inner, #block_history2 .block_inner {
		margin: 0 !important;
		float: none;
		width: 100%;
		padding: 0;
	}
	
	#block_lage2 .block_inner {
		padding: 10px;
	}
	
	.block_frame {
		padding: 0;
	}
	
	.cs_box {
		width: 50%;
		float: left;
		text-align: center;
		font-size: 13px;
		margin-bottom: 30px;
	}
	
	#block_konzept2 .cs_box {
		width: 33%;
	}
	
	#block_konzept2 .cs_box_text {
		line-height: normal;
		padding: 0 10px;
		margin-top: -3px;
	}
	
	.cs_button {
		width: 60px; height: 60px;
		float: none;
		margin: 0px;
	}
	
	#block_konzept {
		padding-bottom: 0px !important;
		padding-top: 40px !important;
	}
	


	#lage_image2 {
		background-size: auto 120%;
	}
	
	#gr_frame_ct {
		display: none;
	}
	
	#axo_hlt {
		display: none;
	}
	
	#axo_base {
		width: 80%;
		margin-left: 10%;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	#block_grundrisse2 .block_inner {
		position: relative;
		padding: 10px;
		bottom: 0;
	}
	
	#flattab .trow {
		font-size: 18px;
	}
	
	#flattab td {
		font-size: 13px;
	}
	
	.lst_ico {
		width: 20px;
		height: auto;
	}
	
	#flattab td {
		padding-top: 4px;
		padding-bottom: 4px;
	}
	
	#flattab .wrow.active td {
		background-color: transparent;
		color: #000;
	}
	
	#flattab .wrow:hover td {
		background-color: #48080e;
		color: #fff;
	}
	
	#block_wohnstile_image {
		display: none;
	}
	
	.wstbox_ct {
		width: 100%;
		padding: 0 !important;
		margin-bottom: 40px;
	}
	
	.wstbox {
		height: auto;
	}
	
	.wsttxt {
		padding-bottom: 20px;
		display: inherit !important;	
	}
	
	.wst_mob_img {
		width: 100%; 
		height: auto;
	}
	
	h5 {
		font-size: 21px;
	}
	
	#titel_stichworte {
		font-size: 24px;
		padding: 20px;
	}
	
	#block_stichworte {
		padding-bottom: 0px !important;
	}
	
	#stw_col1, #stw_col2, #stw_col3 {
		width: 100% !important;
		margin: 0 !important;
		padding: 0 20px;
	}
	
	#stw_col1 h5, #stw_col2 h5, #stw_col3 h5 {
		font-size: 18px;
	}
	
	.stwitem {
		display: none !important;
	}
	
	.stwmobitem {
		margin-bottom: 5px !important;
	}
	
	.stwcorner {
		display: none;
	}
	
	.stwbox {
		width: 100%;
		margin: 0 !important;
		padding: 10px;
		position: relative;
		display: none;
	}
	.col_right, .col_left, .col_center {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	
	
	
	.block_break img {
		width: 100px;
		height: auto;
	}
	
	.block_ct {
		padding-top: 25px;
	}
	
	#block_projekt {
		margin-top: 0;
	}
	
	#block_projekt .col_left .def_text {
		padding-bottom: 20px;
		display:  inline-block;
	}
	
	.inner_break {
		height: 20px;
	}
#block_kontakt h4 {
  font-size: 19px;
  letter-spacing: 1px;
  padding: 0 0 20px;
}
	
	
	
	
	
	.single_spacer {
		height: 60px;
	}
	
	#block_projekt .col_right h4 {
		display: none;
	}
	
	#block_projekt .col_right .def_text {
		display: inline-block;
		padding-top: 20px;
	}
	
	#menu_ct {
		z-index: 100;
		-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
		box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
	}
	
	.menu_button {
	display:  inherit;
		
}
	
	.btn_switch {
		margin: 0 15px;
	}
	
	.page-projekt .col_center, .page-gewerbe .col_center {
		width: 100%;
	}
	
	.page-projekt .col_left, .page-gewerbe .col_left {
		text-align: center;
	}
	.page-projekt .col_right, .page-gewerbe .col_right {
		padding-top: 20px;
	}
	
	.page-wohneigentum .row1 .col_left, .page-wohneigentum .row2 .col_right, .page-wohneigentum .row3 .col_left {
		padding-top: 20px;
		padding-bottom: 30px;
	}
	
	#ct_bfs {
		border-left: none;
		padding-top: 20px;
		border-top: 1px solid #ccc;
	}
	
	#ct_bfs .col_left, #ct_bfs .col_right {
		width: 50%;
	}
	
	.page-mietwohnungen_wf #ct_bfs .col_left {
		width: 100%;
	}
	
	.page-mietwohnungen_wf #mob_bzg {
		/*display: none;*/
		width: 100%;
		margin-bottom: 30px;
		display:  inline-block;
	}
	
	
	
	
	
	.page-wohneigentum_wf .tab_wf td:nth-child(2), .page-wohneigentum_wf .tab_wf td:nth-child(3), .page-wohneigentum_wf .tab_wf td:nth-child(5), .page-wohneigentum_wf .tab_wf td:nth-child(9) {
		display: none;
	}
	
	.page-wohneigentum_wf #tab_wf_header_ct {
		padding-right: 0px !important;
	}
	
	.page-wohneigentum_wf .tab_wf td:nth-child(1) {
		width: 21.75%;
	}
	.page-wohneigentum_wf .tab_wf td:nth-child(6) {
		width: 20.19%;
	}
	.page-wohneigentum_wf .tab_wf td:nth-child(7) {
		width: 32.07%;
	}
	
	
	
	
	.page-mietwohnungen_wf .tab_wf td:nth-child(2), .page-mietwohnungen_wf .tab_wf td:nth-child(3), .page-mietwohnungen_wf .tab_wf td:nth-child(7) {
		display: none;
	}
	
	.page-mietwohnungen_wf #tab_wf_header_ct {
		padding-right: 0px !important;
	}
	
	.page-mietwohnungen_wf .tab_wf td:nth-child(1) {
		width: 19.75%;
	}
	.page-mietwohnungen_wf .tab_wf td:nth-child(5) {
		width: 18.19%;
	}
	.page-mietwohnungen_wf .tab_wf td:nth-child(6) {
		width: 32.07%;
	}
	
	.page-mietwohnungen_wf .tab_wf td:nth-child(6) {
		width: 23.71%;
	}
	
	
	
	.page-gewerbe .tab_wf td:nth-child(2), .page-gewerbe .tab_wf td:nth-child(3), .page-gewerbe .tab_wf td:nth-child(6) {
		display: none;
		width: 0%;
	}
	
	.page-gewerbe .tab_wf td:nth-child(1) {
		width: 20%;
	}
	
	.page-gewerbe .tab_wf td:nth-child(4) {
		width: 20%;
	}
	
	.page-gewerbe .tab_wf td:nth-child(5) {
		width: 35%;
	}
	
	.page-gewerbe .tab_wf td:nth-child(7) {
		width: 25%;
	}
	
	
	
	.page-wohneigentum #header_ct, .page-projekt #header_ct {
		background-color: #fff;
	}
	
	.img_overlay {
		background-size: 60px 60px;
	}
	
	.page-mietwohnungen .block_break {
		padding-top: 0px;
	}
	
	.page-mietwohnungen .row1 .col_left {
		padding-bottom: 25px;
	}
	
	
	#lightbox_dots span {
		margin: 6px 2px;
	}
	
	#lightbox_footer {
		padding: 10px 0px !important;
	}
	
}





@media print {

}