/*
	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 'azo-sans-web', Helvetica, Arial, sans-serif;
	color:#000;
	background-color: #F2F2F5;
	overflow-x: hidden;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

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

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

/* wrapper */
.wrapper {
	width: 100vw;
	margin:0;
	/*padding-left: 110px;*/
	/*right: 0px;
	left: 110px;*/
	position:relative;
}
/* header */
.header {
	position: fixed;
	width: 110px;
	height: 100%;
	left: 0;
	z-index: 5;
	background-color: #F2F2F5;
}
/* logo */
.logo {
	position: absolute;
	width: 64px;
	height: auto;
	top: 30px;
	left: 23px;
}
.logo-img {
	width: 100%;
	height: auto;
}

.logo_h_wrapper {
	position: absolute;
	left: 23px;
	top: 128px;
	width: 64px;
	bottom: 0;
	transition: bottom 0.5s;
}

.logo_h_sides {
	width: 100%;
	position: relative;
	height: 445px;
	border-left: 5px solid #000;
	border-right: 5px solid #000;
	display: flex;
 	justify-content: center;
 	align-items: center;
	transition: all 1s;
}

.logo_mob{
	display: none;
}

.scrld .logo_h_sides {
	height: 100%;
}

.logo_mid_content {
	position: relative;
	width: 100%;
}

.logo_h_center {
	position: relative;
	width: 100%;
	height: 5px;
	background-color: #000;
}

#logo_h_tx1 {
	position: absolute;
	width:100%;
	bottom: 30px;
	left: 27px;
	opacity: 0;
	transition: all 1s;
}

#lh1 {	
	display: inline-block;
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	transform-origin: left center;
	font-size: 14px;
	letter-spacing: 0.05em;
}

#logo_h_tx2 {
	position: absolute;
	width:100%;
	top: 70px;
	left: 27px;
	opacity: 0;
	transition: all 1s;
}

#lh2 {
	display: inline-block;
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	transform-origin: left center;
	font-size: 14px;
	letter-spacing: 0.05em;
	cursor: pointer;
}

.scrld #logo_h_tx1, .scrld #logo_h_tx2 {
	opacity: 1;
}


/* nav */
.nav_wrapper {
	position: fixed;
	height: 100%;
	color: #fff;
	background-color: #9EB550;
	z-index: 50;
	overflow: hidden;
	transition: all 1s;
	opacity: 0;
	width: 0px;
	left: 50%;
}

.mopen .nav_wrapper {
	opacity: 1;
	width: 100%;
	left: 0%;
}

.nav_main_wrapper {
	display: flex;
  justify-content: center;
  align-items: center;
	position: absolute;
	width: 100%;
	height: 100%;
}

.nav_main_wrapper ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

.nav_main_wrapper .menu-item a {
	font-size: 64px;
	font-weight: 400;
	color: #fff;
	padding: 0.15em 0.6em;
	letter-spacing: 0.05em;
	display: inline-block;
	background-color: rgba(255,255,255,0);
	transition: all 0.5s;
}

.nav_main_wrapper .menu-item a:hover {
	background-color: rgba(255,255,255,0.15);
}

.nav_main_wrapper .menu-item a.active {
	background-color: rgba(255,255,255,0.7);
	color: #000;
}

.nav_meta_wrapper {
	text-align: center;
	position: absolute;
	bottom: 50px;
	z-index: 20;
	width: 100%;
}

.nav_meta_wrapper a {
	color: #fff;
	padding: 0.2em 0.8em;
	background-color: rgba(255,255,255,0);
	margin: 0 3em;
	transition: all 0.5s;
}

.nav_meta_wrapper a:hover {
	background-color: rgba(255,255,255,0.15);
}

.hbb_close {
	position: absolute;
	width: 40px;
	height: auto;
	top: 60px;
	right: 60px;
	cursor: pointer;
	cursor: hand;
	z-index: 30;
}



/* main */
main {
	position: relative;
	width: 100%;
	overflow-x: hidden;
	padding-left: 110px;
}
/* footer */
#content_footer {
	background-color: #000;
	color: #fff;
	padding-top: 80px;
	padding-bottom: 100px;
	width: 100vw;
}

#content_footer .content_block {
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0.02em;
	left: 15%;
}

#content_footer .content_block a {
	color: #fff;
}

#content_footer .content_block a.ilk:hover {
	border-bottom: 1px dotted #fff;
}

#content_footer .col1 {
	display: inline-block;
	width: 30%;
	vertical-align: top;
}

.logo_rc {
	width: 70px;
	height: auto;
}

.logo_dm {
	width: auto;
	height: 90px;
}

#content_footer .col2 {
	display: inline-block;
	width: 45%;
	vertical-align: top;
}

#content_footer .col3 {
	display: inline-block;
	width: 20%;
	vertical-align: top;
}

#content_footer .col3 a i {
	background-color: #fff;
	color: #000;
	top: -2px;
	position: relative;
	margin-left: 6px;
    width: 22px;
    height: 22px;
    text-align: center;
    padding: 3px;
	font-size: 16px;
}

#content_footer .col3 a:hover i {
	background-color: #669053;
	color: #fff;
}


.footer_logo {
	height: 130px;
	display: flex;
	width: 100%;
	 align-items: flex-end;
	padding-bottom: 20px;
}

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

.intro_ct {
	position: relative;
	width: 100%;
	height: 100vh;
	/*background-image: url("/wp-content/themes/html5blank-stable/img/img_intro_hhb3.jpg");*/
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.intro_bg {
	position: absolute;
	left: 0px;
	bottom: 0px;
	top: 0;
	right: 0;
	z-index: -10;
	opacity: 0;
	transition: all 2s;
	overflow: hidden;
}

.page_ready .intro_bg {
	opacity: 1;
}

#intro_bgvid {
position: absolute;
  width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.intro_ct .btn_default {
	background-color: rgba(0,0,0,0.3);
}


.intro_info {
	font-weight: 700;
	font-size: 36px;
	letter-spacing: 0.03em;
	color: #fff;
	position: absolute;
	right: 5%;
	bottom: 5%;
	text-shadow: 2px 2px 6px #000000;
}

.intro_txt {
	color: #fff;
	font-size: 84px;
	line-height: normal;
	font-weight: 500;
	display: inline-block;
	margin-bottom: 50px;
	text-shadow: 3px 3px 10px #000000;
}

.intro_ct .content_block {
	position: absolute;
	bottom: 15%;
}

.content_wrapper {
	display: inline-block;
	width: 100%;
	position: relative;
}

#content_subpage.content_wrapper {
	padding-top: 6em;
	padding-bottom: 6em;
}

.content_block {
	width: 80%;
	max-width: 1200px;
	left: 10%;
	position: relative;
	font-size: 21px;
	line-height: 150%;
}

.btn_default {
	 display: flex;
	 justify-content: center;
	 align-items: center;
	color: #fff;
	width: 430px;
	height: 94px;
	background-color: rgba(255,255,255,0);
	border: 3px solid #fff;
	font-size: 32px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	cursor: pointer;
	cursor: hand;
	transition: all 0.5s;
}

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

.btn_black {
	color: #000;
	background-color: #F2F2F5;
	border: 3px solid #000;
	width: 100%;
	max-width: 315px;
}

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

.btn_txt {
	text-align: center;
}

.btn_wrapper_inner {
	display: inline-block;
}

#content_hochhaus {
	background-color: #9EB550 !important;
	color: #fff !important;	
	padding-top: 100px;
	padding-bottom: 100px;
}

#content_hochhaus .content_block {
	display: flex;
  justify-content: center;
  align-items: center;
}

#content_hochhaus .content_block .col1 {
	width: 60%;
}
#content_hochhaus .content_block .col2 {
	width: 40%;
	text-align: right;
}

.iso_hhb {
	width: 80%;
	height: auto;
}


#content_lage {
	
}

#content_lage .content_block {
	width: 100%;
	max-width: 100%;
	padding-left: 10%;
	left: 0;
	display: flex;
  justify-content: center;
  align-items: center;
}

#content_lage .content_block .col1 {
	width: 35%;
	padding-right: 70px;
	padding-top: 100px;
  padding-bottom: 100px;
}
#content_lage .content_block .col2 {
	width: 65%;
	position: relative;
}

#content_lage .content_block .col2 .btn_wrapper {
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: 50px;
}

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

#content_distanzen {
	background-color: #fff;
	padding-top: 100px;
	padding-bottom: 100px;
}

.dist_tab_ct {
	display: inline-block;
	width: 25%;
	float: left;
}

.dist_tab_ct.tab2 {
	margin-left: 10%;
	margin-right: 10%;
}

.dist_tab_ct.tab3 {
	width: 30%;
}

.dist_table {
	margin-top: 1em;
	font-size: 18px;
	width: 100%;
}

.dist_table td {
	border-bottom: 1px solid rgba(0,0,0,0.2);
}

.dist_table td:nth-child(2) {
	text-align: right;
}

.ico_cell {
	padding-right: 2em;
}

#content_newsletter {
	background-color: #9EB550;
	color: #fff;
	padding-top: 100px;
	padding-bottom: 100px;
}

.newsletter_wrapper {
	position: relative;
}

.newsletter_input_wrapper {
	position: relative;
	padding-right: 100px;
}

.newsletter_input_ct {
	background-color: #F2F2F5;
	padding-left: 25px;
	height: 80px;
	position: relative;
	width: 100%;
	 display: flex;
  align-items: center;
}

.newsletter_input_ct input {
	border: none;
	font-size: 36px;
	font-weight: 300;
	color: #000;
	width: 100%;
	background-color: transparent;
}


.newsletter_arrow_ct {
	display: flex;
  	justify-content: center;
  	align-items: center;
	width: 80px;
	height: 80px;
	background-color: #F2F2F5;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	cursor: hand;
	transition: all 0.5s;
}

#newsletter_arrow {
	width: 36px;
	height: auto;
	transition: all 0.5s;
}

.newsletter_arrow_ct:hover {
	background-color: #000;
}

.newsletter_arrow_ct #newsletter_arrow .cls-1 {
	transition: all 0.5s;
}

.newsletter_arrow_ct:hover #newsletter_arrow .cls-1 {
	fill: #ffffff;
}


#content_impressionen {
	float: left;
}

#content_impressionen .content_block {
	position: absolute;
	color: #fff;
	top: 100px;
}

.sld_inner {
	position: relative;
	width: 100%;
	height: 100vh;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.sld_inner.sld1 {
	background-image: url("/wp-content/uploads/2022/01/6185_Hochhaus_Bern_Ostermundigen_Innen_Familie_15OG_K01_141221.jpg");
}
.sld_inner.sld2 {
	background-image: url("/wp-content/uploads/2022/01/6185_Hochhaus_Bern_Ostermundigen_Innen_Familie_15OG_K02_141221.jpg");
}
.sld_inner.sld3 {
	background-image: url("/wp-content/uploads/2022/01/6185_Hochhaus_Bern_Ostermundigen_Innen_Lobby_K01_141221.jpg");
}
.sld_inner.sld4 {
	background-image: url("/wp-content/uploads/2022/01/6185_Hochhaus_Bern_Ostermundigen_Innen_Loft2_12OG_K01_141221.jpg");
}
.sld_inner.sld5 {
	background-image: url("/wp-content/uploads/2022/01/6185_Hochhaus_Bern_Ostermundigen_Innen_Loft2_12OG_Nacht_K03_141221.jpg");
}
.sld_inner.sld6 {
	background-image: url("/wp-content/uploads/2022/01/6185_Hochhaus_Bern_Ostermundigen_Innen_Rooftop_K02_141221.jpg");
}
.sld_inner.sld7 {
	background-image: url("/wp-content/uploads/2022/01/6185_Hochhaus_Bern_Ostermundigen_Innen_Studio1_9OG_K01_141221.jpg");
}

#content_impressionen2 {
	padding-top: 60px;
	padding-bottom: 100px;
}

.gallery_wrapper {
	padding-top: 40px;
	display: flex;
  justify-content: space-between;
	flex-wrap: wrap;
}

.gallery_item_ct {
	width: 23.5%;
	padding-top: 16%;
	margin-bottom: 2%;
	position: relative;
	overflow: hidden;
	transition: all 0.5s;
}

.gallery_item_ct: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);
}

.gallery_item {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.5s;
}

.gallery_item_ct:hover .gallery_item {
	-moz-transform: scale(1.15);
-webkit-transform: scale(1.15);
-o-transform: scale(1.15);
-ms-transform: scale(1.15);
transform: scale(1.15);
}




.compensate-for-scrollbar
{
    margin-right: 0 !important;
}











#content_wohnungstypen {
	background-color: #9EB550;
	color: #fff;
	padding-top: 100px;
	padding-bottom: 100px;
}

.wt_box {
	 display: flex;
  align-items: center;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}

.wt_box .col1 {
	width: 20%;
}

.wt_box .col1 img {
	/*transform: scale(1);
	transition: transform 0.5s;*/
}


.wt_box .col1 img:hover {
	/*transform: scale(1.1);*/
}


.wt_box .col1 img {
	width: 100%; height: auto;
}

.wt_box .col2 {
	width: 80%;
	padding-left: 100px;
}

.fs_btn_ct {
	margin-top: 0.8em;
	display: inline-block;
	
}

.fs_btn {
	padding: 0.4em 1.2em;
	border: 2px solid #fff;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 18px;
	color: #fff;
	background-color: transparent;
	transition: all 0.5s;
}

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


#content_kontakt {
	padding-top: 100px;
	padding-bottom: 100px;
}

#content_kontakt .col1 {
	width: 50%;
	float: left;
}

#content_kontakt .col2 {
	width: 50%;
	float: left;
}

#content_ansprechpartner {
	background-color: #fff;
	padding-top: 100px;
	padding-bottom: 100px;
}

.kontakt_box_outer {
	width: 60%;
	margin: 0 auto;
}

.kontakt_box_wrapper {
	display: flex;
	flex-wrap: wrap;
	padding-left: 240px;
	position: relative;
}

.apt {
	text-align: left;
}

.apt.t2 {
	position: absolute;
	left: 0;
	top: -40px;
}

.apt a {
	color: #000;
}

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


.kontakt_box_wrapper {
	text-align: center;
}

.prt_kontakt {
	background-image: url(/wp-content/uploads/2020/09/prt_ploosli.jpg);
	width: 200px;
	height: 200px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-border-radius: 300px;
border-radius: 300px;
	margin-top: 20px;
	margin-bottom: 20px;
	display: inline-block;
}

#content_kontakt .col2 a:hover {
	border-bottom: 1px dotted #000;
}

.kontaktform_wrapper {
	font-size: 18px;
	padding-top: 60px;
}

.kontaktform_wrapper .col2 {
	padding-left: 40px;
}

.miet_addons_wrapper {
	background-color: #fff;
}

.miet_addons_btn {	
	display: inline-block;
	padding: 0 10px 3px 10px;
	cursor: pointer; 
	cursor: hand;
	position: relative;
}

.miet_updown {
	display: inline-block;
	width: 20px;
	height: 20px;
	top: 5px;
	margin-left: 5px;
	position: relative;
	background-size: auto 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("/wp-content/themes/html5blank-stable/img/hbb_updown.svg");
	transition: all 0.5s;
}

.miet_addons_btn.clk .miet_updown {
	-moz-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}


.miet_addons_ct {
	display: none;
	padding: 10px 0 20px 15px;
}

.miet_addons_ct label input[type="checkbox"] + span::before {
	border: 1px solid #ccc;
}


.info_visus {
	position: absolute;
	bottom: 20px;
	right: 40px;
	font-size: 14px;
	color: #fff;
}

.hhb_footer_logo {
	width: 60px;
	height: auto;
}




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


.slick-prev {
	left: 30px;
	z-index: 40;
	width: 80px;
	height: 80px;
	background-color: #000 !important;
	background-image: url("/wp-content/themes/html5blank-stable/img/hhb_arrow_white_left.svg") !important;
	background-size: 50% auto !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	transition: all 0.5s;
}

.slick-prev:before {
	content: "";
}

.slick-prev:hover {
	background-color: #9EB550 !important; 
	background-image: url("/wp-content/themes/html5blank-stable/img/hhb_arrow_white_left.svg") !important;
	background-size: 50% auto !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}


.slick-next {
	right: 30px;
	z-index: 40;
	width: 80px;
	height: 80px;
	background-color: #000 !important;
	background-image: url("/wp-content/themes/html5blank-stable/img/hhb_arrow_white_right.svg") !important;
	background-size: 50% auto !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	transition: all 0.5s;
}

.slick-next:before {
	content: "";
}

.slick-next:hover {
	background-color: #9EB550 !important; 
	background-image: url("/wp-content/themes/html5blank-stable/img/hhb_arrow_white_right.svg") !important;
	background-size: 50% auto !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}

.slick-dots {
	bottom: 25px;
}



.slick-dots li button:before {
	color: #fff;
	font-size: 14px;
	opacity: 0.4;
}

.slick-dots li.slick-active button:before {
	color: #fff;
	opacity: 1;
}


.slick-dotted.slick-slider {
	margin-bottom: 0;
}


/* Kontaktformular */




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

.wpcf7-list-item label {
	cursor: pointer;
	cursor: hand;
	margin-right: 30px;
	line-height: 175%;
	font-size: 16px;
}



label input[type="checkbox"] + span::before, label input[type="radio"] + span::before {
	content: " ";
	width: 24px;
	height: 24px; 
	background-color: #fff; 
	border: none;
	display: inline-block; 
	margin-left: 0px;
	margin-right: 10px; 
	margin-bottom: 8px;
	margin-top: 5px;
	vertical-align: middle;
}

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

label input[type="checkbox"]:checked + span::before, label input[type="radio"]:checked + span::before {
	content: " ";
	background-image: url("/wp-content/themes/html5blank-stable/img/hhb_check.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 60%;
}



.kontaktform_wrapper input[type="text"], .kontaktform_wrapper input[type="email"], textarea, select {
	padding: 10px 8px 8px 15px;
	width: 100%;
	background-color: #fff; 
	border: none;
	font-family: 'azo-sans-web', Helvetica, Arial, sans-serif;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 10px;
	-webkit-appearance: none;
border-radius: 0
}


.cfbox {
	padding-bottom: 5px;
	padding-top: 5px;
}

.cfbox_half {
	width: 50%;
	display: inline-block;
	float: left;
}


.cfbox label {
	width: 100%;
	display: inline-block;
	font-size: 16px;
}


.tx_pf {
	display: block;
	font-size: 14px;
	line-height: normal;
	margin-bottom: 20px;
}

.tx_pf label input[type="checkbox"] + span::before {
	float: left;
	width: 18px;
	height: 18px;
}

select {
	padding-left: 5px;
}

textarea {
	width: 100%;
	max-height: 150px;
}


.kontaktform_wrapper input[type="text"]:focus, textarea:focus, .kontaktform_wrapper input[type="email"]:focus {
	background-color: rgba(255,255,255,1);outline: none;
}

input[type="submit"], input[type="reset"] {
	background-color: transparent;
	color: #fff;
	text-transform: uppercase;
	border: 2px solid #fff;
	padding: 20px 40px;
	float: none;
	font-family: 'azo-sans-web', Helvetica, Arial, sans-serif;
	font-size: 2.1rem;
	font-weight: normal;
	letter-spacing: 0.15em;
	margin-left: 0px;
	margin-right: 30px;
	margin-top: 30px;
	cursor: pointer;
	cursor: hand;
	transition: all 0.5s;
	-webkit-appearance: none;
border-radius: 0
}

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

#datenschutz_wrapper {
	float: left;
	padding-left: 25px;
	font-size: 14px;
	line-height: normal;
}

.wpcf7-acceptance label {
	font-size: 1.4rem;
	line-height: normal;
	margin-right: auto;
}


.wpcf7-acceptance a {
	font-size: 1.4rem;
	line-height: normal;
	font-weight: 600;
}

#datenschutz_wrapper input[type="checkbox"] + label span {
	margin-top: 0px;
}

input[type="checkbox"] + label span {
	position: absolute;
	margin-left: -25px;
	margin-top: 7px;
}




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

.hpt {
	display: none;
}

.wpcf7-response-output {
	border: none !important;
	background-color: #157DAC !important;
	padding: 20px !important;
	font-weight: bold !important;
	color: #ffffff !important;
	font-size: 1.8rem;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

span.wpcf7-list-item {
	margin-left: 0;
}




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

h2 {
	font-size: 68px;
	font-weight: 500;
	display: inline-block;
	margin: 0;
	padding: 0;
	padding-bottom: 0.3em;
	line-height: normal;
}


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

@media screen and (max-width: 1000px){
	h2 {
    font-size: 50px;
	}
	
	.intro_txt {
	  font-size: 64px;
	}
	
	.btn_default{
	  width: 316px;
		height: 77px;
		font-size: 24px;
	}
	
	.intro_info{ 
    font-size: 26px;
	}
	
	#content_lage .content_block .col1 {
    width: 100%;
	}
	#content_lage .content_block .col2 {
    width: 100%;
	}
	
	#content_lage .content_block {
	flex-direction: column;
	}
	
	.dist_tab_ct {
	display: flex;
	width: 100%;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	float: unset;
	}
	
	.dist_tab_ct.tab2 {
	margin-left: unset;
	margin-right: unset;
	}

	.dist_tab_ct.tab3 {
	width: unset;
	}
	
	.gallery_item_ct {
    width: 31.5%;
	padding-top: 23%;
	margin-bottom: 3%;
	}
	
	.wt_box{
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-around;
	}
	
	.wt_box .col1 {
    width: 30%;
	}
	.wt_box .col2 {
    width: 70%;
    padding-left: 40px;
	}
	#content_kontakt .col1 {
    width: 100%;
    float: left;
	}
	
	#content_kontakt .col2 {
    width: 100%;
    float: left;
	}
	.kontaktform_wrapper .col2 {
    padding-left: 0px; 
	}
	.kontakt_box_outer {
    width: 100%;
	}
}

@media screen and (max-width: 800px){
	.intro_info {
		right: unset;
		left: 10%;
	}
	
	#content_hochhaus .content_block {
    justify-content: space-around;
	flex-direction: column;
	}
	#content_hochhaus .content_block .col1 {
    width: 100%;
	}
	#content_hochhaus .content_block .col2 {
    width: 40%;
	margin-top: 60px;
	}
	
	.iso_hhb {
    width: 100%;
	}
	
	.kontakt_box_wrapper {
		flex-direction: column;
		padding: 0;
		justify-content: space-around;
		align-content: center;
		align-items: center;
	}
	
	.apt.t2 {
    position: relative;
	left: unset;
	top: unset;
	}
	.apt.t3 {
		text-align: center;
	}
	
	#content_footer .content_block {
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		align-content: center;
		align-items: center;
	}
	
	#content_footer .col1, #content_footer .col2, #content_footer .col3 {
		width: 100%;
		margin-bottom: 50px;
		margin-bottom: 50px;
		text-align: center;
		align-content: center;
		align-items: center;
	}
	.footer_logo {
    height: 108px;
   display: block;
		margin-top: 20px;
	}
	
	.nav_main_wrapper .menu-item a {
    font-size: 44px;
	}

}

@media screen and (max-width: 750px){
	.gallery_item_ct {
    width: 48.5%;
    padding-top: 36%;
    margin-bottom: 3%;
	}
	
}


@media screen and (max-width: 600px){
	.intro_txt {
    font-size: 44px;
	}	
	
	.btn_default {
    width: 275px;
    height: 70px;
    font-size: 18px;
	}
	.intro_info {
    font-size: 24px;
	}
	
	h2 {
    font-size: 44px;
	}
	
	.intro_info {
    left: 10%;
	}
	
	.newsletter_input_ct input {
    font-size: 18px;
	}
	
	.newsletter_input_ct {
	padding-left: 14px;
    height: 40px;
	}
	.newsletter_arrow_ct{
	width: 40px;
    height: 40px;
	}
	.newsletter_input_wrapper {
    padding-right: 50px;
	}
	.gallery_item_ct {
    width: 100%;
    padding-top: 70%;
    margin-bottom: 5%;
	}
	.wt_box {
    flex-direction: column;
		justify-content: space-around;
	}
	
	.wt_box .col1 {
    width: 100%;
	}
	
	.wt_box .col2 {
    width: 100%;
	padding-left: 0;
	text-align: center;
	}
	
	#content_lage .content_block {
		padding-left: 0;
		left: 7%;
	}
	
	.header{
	height: 60px;
    width: 100%;
	}
	
	.logo{
		transform: rotate(90deg);
		top: 10px;
		left: unset;
    right: 30px;
	}
	
	.logo_h_center {
	display: none;
	}
	
	.logo_mid_content{
		transform: rotate(90deg);
	}
	
	.logo_h_wrapper {
    position: absolute;
	top: 35px;
	left: 99%;
		transform: translate(-50%, -50%);
}
	
	.logo_h_sides {
	border-left: none; 
    border-right: none;	
	}
	main {
		padding-left: 0;
	}
	
	.logo-img{
		display: none;
	}
	
	#content_impressionen2 .content_block{
		width: 98%;
		left: 1%;
		right: 1%;
	}
	#content_footer .content_block {
		left:0;
		width: 100%;
	}
	.content_block {
    width: 83%;
	}
	.logo_mob{
		display: block;
	}
	.logo-img-mob{
		padding: 10px 40px;
	}
	
	#logo_h_tx1{
		display: none;
	}
	
	.slick-next {
    right: 0px;
	width: 40px;
    height: 40px;
	}
	.slick-prev{
	left: 0;
	width: 40px;
    height: 40px;
	}
	
	.info_visus{
		bottom: 35px;
		left: 50%;
		 transform: translate(-50%, -50%);
	}
	
	.padding7{
		padding-left: 7%;
	}
}
	



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