/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:400 16px/1.4 brandon-grotesque, sans-serif;
	color:#000;
	background-color: #f1f1f1;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus, .nachricht_ph {
	outline:0;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
	text-align: center;
}
/* header */
.header {
	position: fixed;
	background-color: #f1f1f1;
	z-index: 10;
	padding-top: 5px;
	width: 100%;
	top: 0;
	text-align: center;
}
/* logo */
.logo {
	/*padding: 4vh 0;*/
	padding: 0;
	position: relative;
	display: inline-block;
	/*transition: padding 1s;*/
	width: 100%;
	border-top: 3px solid #000;
}
.logo-img {
	height: 20vh;
	padding: 4vh 0;
	max-height: 240px;
	width: auto;
	transition: all 1s;
	min-height: 80px;
}

.scrld .logo {
	/*padding: 2vh 0;*/
}

.scrld .logo-img {
	height: 10vh;
	padding: 2vh 0;
	min-height: 60px;
}

/* intro */





.intro_home .owl-carousel .owl-stage::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
	background: rgb(0,0,0);
background: -moz-linear-gradient(0deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.1) 100%);
background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.1) 100%);
background: linear-gradient(0deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc",endColorstr="#cccccc",GradientType=1);
}

.intro_home .intro_overlay_wrapper {
	background: rgba(0,0,0,0);
background: -moz-linear-gradient(0deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.1) 100%);
background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.1) 100%);
background: linear-gradient(0deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc",endColorstr="#cccccc",GradientType=1);
}

.home .intro_home .intro_overlay_wrapper {
	background: none;
}

.lage .intro_home {
	height: 80vh;
	background-image: url(/wp-content/uploads/2020/07/hb_banner_lage.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.architektur .intro_home {
	height: 80vh;
	background-image: url(/wp-content/uploads/2020/07/hb_arch1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.der-architekt .intro_home {
	height: 100vh;
	background-image: url(/wp-content/uploads/2020/07/hb_interview1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.der-architekt .intro_overlay_wrapper {
	height: 100vh;
}

.der-architekt .intro_overlay_wrapper .intro_overlay_text {
	padding-top: 1.5em;
}

.wohnungen .intro_home {
	height: 80vh;
	background-image: url(/wp-content/uploads/2020/07/hb_wohnungen1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}


.ausstattung .intro_home {
	height: 10vh;
	background: none;
}


.services .intro_home {
	height: 10vh;
	background: none;
}

.services .intro_home {
	height: 80vh;
	background-image: url(/wp-content/uploads/2020/07/hb_services1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.kontakt .intro_home {
	height: 10vh;
	background: none;
}

/* nav */



.head_menu_wrapper {
	position: relative;
	text-align: center;
	color: #fff;
	background-color: #000;
}

.menuopen .head_menu_wrapper {
	right: 0px;
}

.head_menu ul {
	list-style: none;
	margin: 0 auto;
	padding: 0 20px;
	width: 100%;
	max-width: 1000px;
	display: flex;
  justify-content: space-between;
}

.head_menu ul li {
	text-transform: uppercase;
	font-size: 16px;
	display: inline-block;
	margin: 0.7em 0;
	letter-spacing: 0.05em;
	font-weight: 500;
	cursor: pointer;
	cursor: hand;
}

.head_menu ul li a {
	color: #fff;
	letter-spacing: 0.1em;
}

.head_menu ul li.current_page_item a {
	color: #878C32;
}

.head_menu ul li a:hover {
	color: rgba(255,255,255,0.7);
}


.menu_close {
	position: absolute;
	top: 2em;
	right: 2em;
	cursor: pointer;
	cursor: hand;
	display: inline-block;
	padding-bottom: 10px;
}

.menu_icon {
	position: fixed;
	top: 4vh;
	right: 50px;
	width: 30px;
	height: 30px;
	z-index: 20;
	cursor: pointer;
	cursor: hand;
	display: inline-block;
}

.menu_icon_line {
	position: relative;
	width: 100%;
	height: 2px;
	background-color: #000;
	margin-top: 6px;
	transition: all 0.5s;
}

.menuopen .menu_icon_line.line1 {
	-moz-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0);
box-shadow: 0 0 5px 0 rgba(0,0,0,0);
	margin-top: 14px;
	background-color: #000;
}

.menuopen .menu_icon_line.line2 {
	opacity: 0;
}

.menuopen .menu_icon_line.line3 {
	-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0);
box-shadow: 0 0 5px 0 rgba(0,0,0,0);
	margin-top: -10px;
	background-color: #000;
}

.menu_icon {
	display: none;
}

/* footer */
#block_footer {
	max-width: 100%;
	background-color: #000;
	
	text-transform: uppercase;
	padding: 50px 40px  120px 40px;

	line-height: 180%;
}

.cookies-set #block_footer {
	padding-bottom: 80px;
}

#block_footer .block_content {
	display: flex;
  justify-content: center;
  align-items: flex-end;
	max-width: 100%;
	color: #fff;
	font-size: 13px;
	letter-spacing: 0.05em;
	font-weight: 500;
}

#block_footer a {
	color: #fff;
}

#block_footer a:hover, #block_footer .block_text3 span:hover, #block_footer .block_text2 span:hover {
	border-bottom: 1px dotted #fff;
	cursor: pointer;
}

#block_footer .block_text1 {
	text-align: left;
	width: 33%;
}


#block_footer .block_text2 {
	text-align: center;
	width: 34%;
}



#block_footer .block_text3 {
	text-align: right;
	width: 33%;
}

#block_footer .block_text3 a, #block_footer .block_text2 a {
	color: #fff;
}

.baum_wrapper {
	padding-top: 100px;
}

.baum_img {
	height: 110px;
	width: auto;
}


/* datenschutz */

.datenschutz_wrapper, .impressum_wrapper {
	color: #fff;
	position: fixed;
	text-align: left;
	font-weight: 300;
	width: 960px;
	left: -1000px;
	height: 100%;
	background-color: #000000;
	z-index: 30;	foot
	line-height: 1.8em;	
	transition: left 0.5s;
	transform: translateZ(0);
}

.impressum_wrapper {
	background-color:#7D9692;
	color: #000;
}

.btn_impressum {
	cursor: pointer;
}


.datenschutz_ct {
	padding-left: 10em;
	padding-right: 7em;
	padding-top: 12em;
	padding-bottom: 3em;
	position: fixed;
	overflow-y: auto;
	height: 100%;
	width: 100%;
}

.impressum_wrapper .datenschutz_ct strong {
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.showds .datenschutz_wrapper, .showimp .impressum_wrapper {
	left: 0px;
}

.datenschutz_wrapper h2 {
	padding-bottom: 1em;
	color: #fff;
}

.datenschutz_wrapper h3 {
	padding-bottom: 0em;
	text-transform: uppercase;
	font-weight: 300;
}

.datenschutz_wrapper .shortline {
	position: relative;
	margin-bottom: 10px;
}

.datenschutz_inner {
	position: relative;
}

.datenschutz_close {
	position: fixed;
	top: 5em;
	right: 3em;
	cursor: pointer;
	cursor: hand;
	display: inline-block;
	padding-bottom: 5px;
}

.dsc {
	position: relative;
	width: 40px;
	height: 1px;
	background-color: #fff;
	display: inline-block;
	transition: all 0.5s;
}

.impressum_wrapper .dsc {
	background-color: #000;
}

.datenschutz_close:hover .dsc {
	background-color: #fff;
}

.dsc.line1 {
	-moz-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
	margin-right: -43px;
}

.dsc.line2 {
	-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}


/* cookie notice */

#cookie-notice {
	width: 100%;
	position:fixed;
	min-width: auto;
	padding-left: 50%;
	padding-right: 4em;
	right: 0px;
	bottom: 0px;
	left: auto;
	font-family: brandon-grotesque, sans-serif;
	letter-spacing: 0.05em;
	font-weight: 400;
	font-size: 13px;
	z-index:15;
	line-height: 1.8em;
	background-color: #000000 !important;
}

#cookie-notice .btn_datenschutz {
	cursor:pointer;
	cursor: hand;
	text-decoration:underline;
	
}

.cookie-notice-container {
	text-align: left;
	padding: 0px;
}

#cn-close-notice {
	display: none;
}

#cn-notice-buttons {
	position: absolute;
	left: 50%;
	margin-left: -35px;
	top: 1.2em;
}

#cookie-notice .cn-button {
	margin: 0;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	font-family: brandon-grotesque, sans-serif;
	letter-spacing: 0.1em;
	padding: 8px 25px 6px 25px;
	border: 1px solid #fff;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: rgba(83, 105, 99, 0);
	transition: all 0.5s;
}

#cookie-notice .cn-button:hover {
	background-color: #F7F5F1;
	border: 1px solid #F7F5F1;
	color: #2d2d2d !important;
}

#cn-notice-text {
	color: #fff;
	transition: all 0.5s;
	padding-left: 70px;
		padding-top: 1em;
	padding-bottom: 1em;
	line-height: normal;
}



/*------------------------------------*\
    INTRO
\*------------------------------------*/



.intro_home {
	position: relative;
	width: 100%;
	top: 20vh;
	margin-bottom: 20vh;
}

.intro_home .owl-item div {
	height: 80vh;
	min-height: 80vh !important;
}

section .sa_owl_theme .owl-dots {
	bottom: 120px !important;
}

section .sa_owl_theme .owl-dots .owl-dot span {
	background-color: #ffffff !important;
	width: 16px !important;
	height: 16px !important;
	margin: 0 8px !important;
}

section .sa_owl_theme .owl-dots .owl-dot.active span {
	background-color: #000000 !important;
}

.intro_overlay_wrapper {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 80vh;
	z-index: 5;
	 display: flex;
  justify-content: center;
  align-items: center;
	pointer-events: none;
}

.intro_overlay_text {
	font-size: 58px;
	letter-spacing: 0.05em;
	color: #fff;
	text-transform: uppercase;
	font-family: bodoni-urw, serif;
	font-weight: 500;
}



/*------------------------------------*\
    PAGES
\*------------------------------------*/

a.fancybox {
	display: inline-block;
	overflow: hidden;
}

a.fancybox img {
	transition: all 0.8s;
}

img.fancybox-image {
	border-color: #fff !important;
	border-width: 10px !important;
}

a.fancybox:hover img {
	-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}


.slide_fb {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	/*background-color: rgba(255,0,0,0.2);*/
}

.sa_owl_theme .owl-item .sa_vert_center_wrap .sa_vert_center {
	position: static !important;
	top: auto !important;
	transform: none !important;
}

.inl_sld_wrp {
	overflow: hidden;
}

.inl_sld_wrp .owl-item > div { 
	transition: all 0.8s;
}

.inl_sld_wrp .owl-item:hover > div {
	-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}



.block_wrapper {
	text-align: center;
}


.block_content {
	font-size: 16px;
	display: inline-block;
	text-align: left;
	font-weight: 400;
	width: 100%;	
	max-width: 1000px;	
}

.block_flex_wrapper {
	display: flex;
	flex-wrap: wrap;
}

.block_left, .block_right {
	width: 50%;
}

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

.btn_def_ct {
	font-weight: 500;
	display: inline-block;
	letter-spacing: 0.05em;
	padding-right: 70px;
	background-image: url(/wp-content/themes/html5blank-stable/img/hb_arrow_right3.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: auto 21px;
	transition: all 0.5s;
	cursor: pointer;
}

.btn_def_ct:hover {
	padding-right: 90px;
}


.btn_def_ct.btn_back {
	padding-left: 70px;
	background-image: url(/wp-content/themes/html5blank-stable/img/hb_arrow_left3.svg);
	background-position: left center;
	background-size: auto 21px;
}

.btn_def_ct.btn_back:hover {
	padding-left: 90px;
}


#home1 {
	padding: 6em 20px;
}


#home1 .block_content {
	padding-top: 20px;
	border-top: 3px solid #000;
	padding-bottom: 20px;
	border-bottom: 1px solid #000;
}

#home1 .block_left {
	padding-right: 20px;
}

#home1 .block_right {
	padding-left: 20px;
}

#home1 .image_ph {
	background-image: url("/wp-content/uploads/2020/07/hb_teaser_lage.jpg");
}


#home2 {
	background: rgb(0,0,0);
background: -moz-linear-gradient(0deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.2) 100%);
background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.2) 100%);
background: linear-gradient(0deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.2) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc",endColorstr="#cccccc",GradientType=1);
	background-image: url(/wp-content/uploads/2020/07/hb_teaser_architektur2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	mix-blend-mode: multiply;
	height: 80vh;
	 display: flex;
  justify-content: center;
  align-items: center;	
}

#home2 .block_content {
	color: #fff;
	text-align: center;
}

.imgbg_title {
	font-size: 36px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 120%;
	text-transform: uppercase;
	padding-bottom: 1em;
	display: inline-block;
}

.imgbg_text {
	max-width: 650px;
	display: inline-block;
	padding-bottom: 3em;
	font-size: 18px;
	text-shadow: 0 0 10px #000000;
}

.btn_wrapper {
	display: inline-block;
}

.btn_ghost_ct {
	display: flex;
  justify-content: center;
  align-items: center;	
	width: 220px;
	height: 50px;
	border: 1px solid #fff;
	background-color: rgba(255,255,255,0);
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.1em;
	cursor: pointer;
	transition: all 0.5s;
}

.btn_ghost_ct:hover {
	background-color: rgba(255,255,255,1);
	color: #000;
}



#home3 {
	padding: 6em 20px;
}

#home3 .block_content {
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	padding-bottom: 100px;
}

#home3 .img_fwd {
	padding-bottom: 30px;
}

#home3 .block_left {
	padding-right: 20px;
}

#home3 .block_right {
	padding-left: 20px;
}

#home3 .block_flex_wrapper.row1 {
	padding-bottom: 6em;
}

#home3 .block_left .image_ph {
	background-image: url(/wp-content/uploads/2020/07/hb_teaser_services.jpg);
	margin-bottom: 2em;
}

#home3 .block_right .image_ph {
	background-image: url(/wp-content/uploads/2020/07/hb_teaser_architekt.jpg);
	margin-bottom: 2em;
}


.lage .block_content {
	max-width: 1160px;
}

#lage1 {
	padding: 6em 20px;
}

#lage1 .block_text {
	text-align: center;
	max-width: 900px;
	margin: 0 auto;
}

.line_breaker_ct {
	padding: 1em;
	text-align: center;
}

.line_breaker {
	display: inline-block;
	width: 240px;
	height: 1px;
	background-color: #000;
}

.limg_ct {
	padding: 80px;
}

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

.limg_2col {
	display: flex;
	width: 100%;
}

.limg_2col .limg_ct {
	width: 50%;
}

.limg_2col .limg_ct.col1 {
	padding-left: 0;
}

.limg_2col .limg_ct.col2 {
	padding-right: 0;
}

.btn_gmaps {
	text-align: center;
}

.btn_gmaps .btn_ghost_ct {
	display: flex;
  justify-content: center;
  align-items: center;	
	width: 220px;
	height: 50px;
	border: 1px solid #000;
	background-color: rgba(0,0,0,0);
	color: #000;
	font-weight: 500;
	text-transform: none;
	font-size: 14px;
	letter-spacing: 0.05em;
	cursor: pointer;
	transition: all 0.5s;
	background-image: url(/wp-content/themes/html5blank-stable/img/hb_arrow_right3.svg);
	background-position: 85% center;
	background-repeat: no-repeat;
	background-size: auto 35%;
}

.btn_gmaps .btn_ghost_ct:hover {
	background-color: rgba(0,0,0,1);
	color: #fff;
}

.lage .tx2 {
	padding: 0 80px;
}

.lage_bottom {
	text-align: center;
	padding: 80px 160px 0 160px;
}

.lage_bottom_inner {
	width: 100%;
	height: 1px;
	background-color: #000;
}


.architektur .block_content {
	max-width: 1160px;
}

section .inl_sld_wrp .sa_owl_theme .owl-dots {
	bottom: 30px !important;
}
.inl_sld_wrp .owl-item div {
	height: 65vh;
	min-height: 65vh !important;
}

.arch_link {
	text-align: center;
	padding: 6em 0;
}

.arch_link_inner {
	display: inline-block;
	width: 100%;
	max-width: 500px;
	border-top: 4px solid #000;
	padding-top: 1.6em;
	text-align: left;
}


.der-architekt .block_content {
	max-width: 1200px;
}

.der-architekt .block_flex_wrapper {
	padding: 3em 0 6em 0;
}

.der-architekt .block_flex_wrapper strong {
	text-transform: uppercase;
	font-weight: 500;
}

.der-architekt .block_left {
	padding-right: 30px;
}

.der-architekt .block_right {
	padding-left: 30px;
}

.der-architekt .inl_interview {
	padding-top: 2em;
	border-top: 1px solid #000;
	margin-top: 2em;
}

.btn_back_wrapper {
	text-align: center;
	padding: 2em 0;
}

.wohnungen .block_content {
	max-width: 1200px;
}

.wohnungen_tab_wrapper table {
	width: 100%;
}

.wohnungen_tab_wrapper table td {
	padding: 10px 0;
	border-bottom: 1px solid #000;
}

.wohnungen_tab_wrapper table .tab_head {
	font-size: 18px;
	letter-spacing: 0.1em;
	font-weight: 500;
	text-transform: uppercase;
}

.tab_item td {
	font-weight: 400;
}

.tab_item:hover td {
	background-color: rgba(135, 140, 50, 0.3);
}

.tab_item .mail_icon {
	height: 20px;
	width: auto;
}

.wsit_wrapper {
	display: flex;
	margin-top: 5em;
	margin-bottom: 3em;
}

.wsit_titel {
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 18px;
	padding-top: 0.5em;
}

.wsit_left {
	border-right: 1px solid #000;
}

.wsit_img {
	position: relative;
}

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

#situation_overlay, #geschoss_overlay {
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	z-index: 5;
	opacity: 0.6;
	mix-blend-mode: multiply;
}




.ausstattung #lage1 .block_text {
	max-width: 640px;
}


.ausstattung .block_content {
	max-width: 1200px;
}

.ausstattung .block_flex_wrapper {
	padding: 3em 0 6em 0;
}

.ausstattung .block_flex_wrapper strong {
	text-transform: uppercase;
	font-weight: 500;
}

.ausstattung .block_left {
	padding-right: 30px;
}

.ausstattung .block_right {
	padding-left: 30px;
}

.ausstattung .inl_interview {
	padding-top: 2em;
	border-top: 1px solid #000;
	margin-top: 2em;
}


.services #lage1 .block_text {
	max-width: 700px;
}

.services #lage1 .block_text strong {
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.services .block_sub {
	text-align: center;
	padding-top: 5em;
	margin-top: 5em;
	border-top: 1px solid #000;
}

.services .block_sub strong {
	font-weight: 500;
}

.services .block_sub a {
	color: #000;
}

.services .block_sub a:hover {
	border-bottom: 1px dotted #000;
}


#kontakt1 {
	padding: 6em 20px;
	text-align: center;
}

#kontakt1 .block_content {
	text-align: center;
	border-bottom: 1px solid #000;
}

.kontakt_titel {
	font-family: bodoni-urw, serif;
	font-size: 58px;
	line-height: normal;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.05em;
}

#kontakt1 .block_text {
	display: inline-block;
	text-align: left;
	margin-top: 120px;
	margin-bottom: 150px;
	line-height: 150%;
}

#kontakt1 .block_text img {
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}

#kontakt1 .btn_ghost_ct {
	border: 1px solid #000;
	color: #000; 
	margin-top: 50px;
	width: 200px;
}

#kontakt1 .btn_ghost_ct:hover {
	background-color: #000;
	color: #fff;
}




/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

h2 {
	font-size: 28px;
	color: #000;
	letter-spacing: 0.1em;
	font-weight: 700;
	text-transform: uppercase;
}

h3 {
	display: block;
	font-size: 28px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	line-height: normal;
	font-family: bodoni-urw, serif;
	font-weight: 500;
	margin: 0;
	padding: 0;
	padding-bottom: 0.2em;
}


.mob_subtab {
	display: none;
}

/*------------------------------------*\
    RESPONSIVE

\*------------------------------------*/




@media only screen and (max-width : 1140px)  {
	
	.intro_overlay_text {
		font-size: 46px;
	}
	
	#cookie-notice {
		padding-left: 100px;
	}
	
	#cn-notice-buttons {
		left: 20px;
		margin-left: 0;
	}
	
	#cn-notice-text {
		padding-left: 20px;
	}
	
}

@media only screen and (max-width : 1080px)  {
	
	.wohnungen_tab_wrapper table .tab_head {
		font-size: 16px;
	}
	
	.kontakt_titel {
		font-size: 46px;
	}
	
	.datenschutz_wrapper, .impressum_wrapper {
		width: 680px;
		left: -700px;
	}
	
	.datenschutz_ct {
		padding-left: 2em;
		padding-top: 10em;
	}
	
	
}

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



@media only screen and (max-width : 860px)  {
	
	.wohnungen_tab_wrapper table .tab_head {
		font-size: 13px;
	}
	
	
	.lage_bottom {
		padding: 40px 40px 0 40px;
	}
	
	.kontakt_titel {
		font-size: 36px;
	}
	
	.logo {
		/*padding: 3vh;*/
	}
	
	.logo-img {
		height: 15vh;
		padding: 3vh;
	}
	
	.intro_home {
		top: 15vh;
		margin-bottom: 10vh
	}
	
	.intro_overlay_wrapper, .der-architekt .intro_overlay_wrapper {
		height: 70vh;
	}
	
	
	.lage .intro_home, .architektur .intro_home, .der-architekt .intro_home, .services .intro_home, .wohnungen .intro_home {
	height: 70vh;
}


 
	
	
}


@media only screen and (max-width : 760px)  {
	
	.menu_icon {
		display: inline-block;
		top: 25px;
	}
	
	.head_menu {
		position: fixed;
		width: 100%;
		background-color: #000;
		left: -120%;
		transition: left 0.5s;
	}
	
	.menuopen .head_menu {
		left: 0;
	}
	
	.head_menu ul {
		display: inline-block;
		width: 100%;
		padding: 1em 0;
	}
	
	.head_menu ul li {
		display: block;
		margin: 1.5em 0;
	}
	
	.scrld .logo {
		/*padding: 10px 0;*/
	}
	
	.scrld .logo-img {
		min-height: 0;
		height: 60px;
		padding: 10px;
	}
	
	
	.intro_overlay_text {
		font-size: 36px;
	}
	
	h2 {
		font-size: 21px;
	}
	
	.limg_ct {
		padding: 40px 20px;
	}
	
	.limg_2col {
		flex-wrap: wrap;
	}
	
	.limg_2col .limg_ct {
		width: 100%;
	}
	
	.limg_2col .limg_ct.col1, .limg_2col .limg_ct.col2 {
		padding: 40px 20px;
	}
	
	#block_footer .block_content {
		display: block;
	}
	
	#block_footer .block_text1, #block_footer .block_text2, #block_footer .block_text3 {
		text-align: center;
		width: 100%;
		padding: 20px 0;
	}
	
	.inl_sld_wrp .owl-item div {
		height: 50vh;
		min-height: 50vh !important;
	}
	
	.block_flex_wrapper .block_left, .block_flex_wrapper .block_right {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-bottom: 1em;
	}
	
	.wsit_titel {
		font-size: 13px;
	}
	
	.tab_item .mail_icon {
		height: 14px;
	}
	
	.wohnungen_tab_wrapper table .tab_head {
		font-size: 10px;
		letter-spacing: normal;
	}
	
		.wohnungen_tab_wrapper table  {
		font-size: 12px;
			letter-spacing: normal;
	}
	
	.wohnungen_tab_wrapper table tr td:nth-child(2), .wohnungen_tab_wrapper table tr td:nth-child(3), .wohnungen_tab_wrapper table tr td:nth-child(7), .wohnungen_tab_wrapper table tr td:nth-child(8){
		display: none;
	}
	
	.mob_subtab {
		display: table-row;
	}
	
	.mob_subtab a {
		display: inline-block;
		/*background-color: rgba(0,0,0,0.1);*/
		-webkit-border-radius: 5px;
border-radius: 5px;
		padding:5px 9px;
		padding-left: 0;
	}
	
	.mob_subtab td {
		padding-top: 5px !important;
	}
	
	.subtab_wrapper {
		width: 100%;
		display: flex;
	}
	
	.mob_subtab img {
		height: 20px;
		width: auto;
	}
	
	.mob_tab_gr, .mob_tab_anfr {
		width: 50%;
		text-align: center
	}
	
	.mob_tab_anfr .mail_icon {
		padding: 4px 0;
	}
	
	.wohnungen_tab_wrapper table .tab_item td {
		border-bottom: none;
	}
	
	.wohnungen_tab_wrapper table td {
		padding-right: 5px;
	}
	
	.kontakt_titel {
		font-size: 28px;
	}
	
	.datenschutz_wrapper, .impressum_wrapper {
		width: 100%;
		left: -105%;
	}
	
		#cookie-notice {
		font-size: 10px;
			line-height: normal;
			padding-right: 20px;
	}
	
	.imgbg_title, .imgbg_text {
		padding-left: 1em;
		padding-right: 1em;
	}
	
	.imgbg_title {
		font-size: 32px;
	}
	
	.home #home1 .block_left {
		padding-bottom: 20px;
	}
	
	.home #home3 .block_flex_wrapper.row1 {
		padding-bottom: 4em;
	}
	
	.home #home3 .row2 .block_left {
		padding-bottom: 4em;
	}
	
	.mob_no {
		display: none;
	}
	
	#home3 {
		padding-bottom: 1em;
	}
	
}


@media only screen and (max-width : 640px)  {
	
	
	
	.datenschutz_close {
		top: 2em;
	}
	
	.datenschutz_ct {
		padding-left: 1em;
		padding-top: 5em;
		font-size: 12px;
		line-height: normal;
	}
	
	.imgbg_title {
		font-size: 24px;
	}
	
	.intro_overlay_text {
		font-size: 30px;
		padding-left:1em;
		padding-right: 1em;
	}
	
	.intro_overlay_text br {
		display: none;
	}
	
	.lage .tx2 {
		padding: 0;
	}
	
}




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


/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

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