/*
	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:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #1B242F;
	font-family: "usual", sans-serif;
	font-weight: 300;
	font-style: normal;
	line-height: 1.6;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

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

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

/* wrapper */
.wrapper {
	/*max-width:1280px;
	width:95%;
	margin:0 auto;*/
	position:relative;
	font-size: 1.8rem;
}
/* header */
.header {
	display: none;
}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

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

/* intro */


.intro_content {
	height: 100vh;
	background-image: url(/wp-content/uploads/2023/04/hb_vis1.jpg);
	background-size: cover;
	background-position: center center;
	position: relative;
}

.intro_content .logo {
	position: absolute;
	height: 20vh;
	width: auto;
	left: 6vw;
	top: 8vh;
}

.stoerer_ct {
	position: absolute;
	z-index: 1;
	width: 9em;
	height: 9em;
	background-color: #1B242F;
	color: #fff;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: 8vh;
	right: calc(300px + 6vw);
	border-radius: 100%;
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.05em;
	transform: rotate(10deg);
}

.page-id-151 .stoerer_ct {
	transition: all 0.5s;
	cursor: pointer;
}

.page-id-151 .stoerer_ct:hover {
	transform: rotate(-10deg);
}


.gr_panel {
	position: absolute;
	height: 100vh;
	width: 50px;
	right: 0;
	top: 0;
	background-color: #ccc;
	z-index: 4;
	display: flex;
	justify-content: flex-end;
	overflow: hidden;
	transition: all 1s;
}

.page-id-151 .gr_panel {
	display: none;
}

.gr_panel.active {
	width: calc(100% - 250px);
}

.gr_tab {
	position: absolute;
	background-color: rgba(161, 196, 238,0);
	height: 100%;
	top: 0;
	right: 0;
	width: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
	cursor: pointer;
	transition: background 0.5s;
}

.gr_tab:hover {
	background-color: rgba(161, 196, 238,1);
}

.gr_tab span {
	writing-mode: tb;
	font-weight: 500;
	color: #fff;
	letter-spacing: 0.06em;
	font-size: 1.4em;
	transform: rotate(180deg);
}

.gr_oc {
	position: absolute;
	z-index: 3;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 0;	
	cursor: pointer;
	transform-origin: center center;
	transform: scale(1);
}

.gr_oc:hover {
	transform: scale(1.1);
}

.gr_panel.active .gr_oc::before, .gr_panel.active .gr_oc::after {
	transform: rotate(45deg);
}

.gr_oc::before {
	content: '';
	position: absolute;
	width: 20px;
	height: 5px;
	background-color: #fff;
	transform-origin: center center;
	transition: all 0.5s;
}

.gr_oc::after {
	content: '';
	position: absolute;
	width: 5px;
	height: 20px;
	background-color: #fff;
	transform-origin: center center;
	transition: all 0.5s;
}

.grp_inner {
	width: calc(100vw - 300px);
	height: 100%;
	/*background-color: rgba(0,255,0,0.2);*/
	padding: 2em 100px 1em 100px;
	display: flex;
	flex-direction: column;
	color: #fff;
	position: relative;
	right: 50px;
	flex-shrink: 0;
	overflow: hidden;
}

.grp_titel {
	font-size: 2.5em;
	font-weight: 500;
}

.grp_gr {
	flex-basis: auto;
	flex-grow: 1;
	flex-shrink: 1;
	height: 20%;
}

.grp_gr img {
	height: 100%;
	width: 100%;
	object-fit: contain;
	object-position: center center;
	filter: invert(1) grayscale(1);
	mix-blend-mode: plus-lighter;
}

.grp_data {
	padding-top: 1.5em;
	display: flex;
}

.grp_spacer {
	display: inline-block;
	width: 8em;
}

.facts_box {
	width: 15em;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 0.2em 0;
	font-size: 0.9em;
	font-weight: 400;
	display: inline-block;
	margin-right: 2em;
}

.facts_box table {
	width: 100%;
}

.facts_box td {
	padding: 0.1em 0;
}

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

.facts_box a {
	color: #fff;
	margin-right: 1em;
}

.facts_box a:hover i {
	transform: scale(1.2);
}


.gr_panel.gr_eg {
	background-color: #819EC1;
	right: 250px;
}

.gr_panel.gr_og1 {
	background-color: #627B98;
	right: 200px;
}

.gr_panel.gr_og2 {
	background-color: #50657E;
	right: 150px;
}

.gr_panel.gr_og3 {
	background-color: #425367;
	right: 100px;
}

.gr_panel.gr_og4 {
	background-color: #303E4E;
	right: 50px;
}

.gr_panel.gr_og5 {
	background-color: #1B242F;
	right: 0;
}

.tab2 .gr_panel.gr_eg, .tab3 .gr_panel.gr_eg, .tab4 .gr_panel.gr_eg, .tab5 .gr_panel.gr_eg, .tab6 .gr_panel.gr_eg {
	right: calc(100% - 50px);
}

.tab3 .gr_panel.gr_og1, .tab4 .gr_panel.gr_og1, .tab5 .gr_panel.gr_og1, .tab6 .gr_panel.gr_og1 {
	right: calc(100% - 100px);
}

 .tab4 .gr_panel.gr_og2, .tab5 .gr_panel.gr_og2, .tab6 .gr_panel.gr_og2 {
	right: calc(100% - 150px);
}

.tab5 .gr_panel.gr_og3, .tab6 .gr_panel.gr_og3 {
	right: calc(100% - 200px);
}

.tab6 .gr_panel.gr_og4 {
	right: calc(100% - 250px);
}



/* content */



main {
	font-size: 2.1rem;
	overflow: hidden;
}

main section {
	padding: 6em 0;
	line-height: 1.6;
}

main article {
	width: 95%;
	max-width: 1100px !important;
	margin: 0 auto;
	position: relative;
}

.bg_blau {
	background-color: #1B242F;
	color: #fff;
}

.bg_blau a {
	color: #fff;
	/*border-bottom: 1px dotted;*/
}

.bg_blau .def_btn:hover {
	background-color: #fff;
	color: #1B242F;
}


#block_projekt article {
	font-size: 1.4em;
	padding: 0 1.5em;
}

#block_objekt {
	position: relative;
	padding-bottom: 10em;
}

#block_objekt article > div {
	padding-right: 50%;
}

#block_objekt::after {
	content: '';
	position: absolute;
	width: 36em;
	height: 36em;
	border-radius: 100%;
	left: calc(50% + 10em);
	top: -5em;
	background-image: url(/wp-content/uploads/2023/04/hb_vis3.jpg);
	background-size: cover;
	background-position: leftcenter;
	z-index: 2;
}

.page-id-151 #block_objekt::after {
	background-image: url(/wp-content/uploads/2024/09/y8SVBiD3-scaled.jpeg);
}


#block_angebot {
	position: relative;
}





#block_angebot article > div {
	padding-left: 50%;
}


#block_angebot::after {
	content: '';
	position: absolute;
	width: 34em;
	height: 34em;
	border-radius: 100%;
	right: calc(50% + 10em);
	top: 0em;
	background-image: url(/wp-content/uploads/2023/04/hb_vis2.jpg);
	background-size: auto 130%;
	background-position: left bottom;
	z-index: 2;
}

.page-id-151 #block_angebot::after {
	background-image: url(/wp-content/uploads/2024/09/0IjFlgqz-scaled.jpeg);
}




.anglist {
	display: grid;
	grid-template-columns: repeat(9, auto);
	padding-bottom: 1em;
	font-size: 0.86em;
}

.ang_row.row_head {
	font-weight: 600;
}

.ang_row {
	display: contents;
}

.ang_row > div {
	border-bottom: 1px solid;
	padding: 0.4em 0;
}

.ang_row .ang_col {
	text-align: right;
}

.ang_row .col1 {
	text-align: left;
}

.ang_row .col9 {
	text-align: center;
	min-width: 3em;
}

.ang_row .col9 i:hover {
	transform: scale(1.2);
}

.dl_kb {
	font-weight: 600;
}

#block_whgliste .btn_ct {
	display: flex;
	justify-content: center;
	padding-top: 1em;
}

main .def_btn:hover {
	background-color: #1B242F;
	color: #fff;
}


#block_lage {
	position: relative;
}

#block_lage article > div {
	padding-right: 50%;
}

#block_lage::after {
	content: '';
	position: absolute;
	width: 36em;
	height: 36em;
	border-radius: 100%;
	left: calc(50% + 10em);
	top: -5em;
	background-image: url(/wp-content/uploads/2023/04/h92_sb2.jpg);
	background-size: cover;
	background-position: center center;
	z-index: 2;
}


#block_footer {
	font-size: 0.8em;
	position: relative;
}

#block_footer::after {
	content: '';
	position: absolute;
	width: 32em;
	height: 32em;
	border-radius: 100%;
	left: calc(50% + 600px);
	top: -8em;
	background-image: url(/wp-content/uploads/2023/04/hb_vis4.jpg);
	background-size: cover;
	background-position: center center;
	z-index: 2;
}




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

.wp-block-gallery figure {
	transform: scale(0.9);
	opacity: 0.7;
	transition: all 0.5s;
}

.wp-block-gallery figure:hover {
	opacity: 1;
	transform: scale(1);
}

.subpage_head {
	padding: 3em;
	display: flex;
	justify-content: center;
}

.subpage_head img {
	height: 9em;
	width: auto;
}


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

h2 {
	font-size: 1.8em;
	margin: 0.5em 0;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.04em;
}

.btn_wrp {
	display: inline-block;
}

.def_btn {
	display: flex;
	text-transform: uppercase;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	padding: 0.5em 1em;
	border: 1px solid;
	font-weight: 400;
	cursor: pointer;
}

.def_btn:hover {
	background-color: #fff;
	color: #819EC1;
}




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


.form_wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 1em 3em;
}


.form_wrapper p {
	display: contents;
}

.cf_cell.double {
	grid-column: span 2;
}

.cf_row_label {
	display: block;
	padding-bottom: 0.4em;
}

.cf_cell_besichtigung {
	padding: 1em 0;
}

.form_wrapper input[type="text"], .form_wrapper input[type="email"], textarea, .form_wrapper select {
	border: none;
	border-bottom: 1px solid;
	width: 100%;
	letter-spacing: 0.05em;
	padding: 0.5em 0.2em;
	color: #000000;
	background-color: #fff;
	font-weight: 300;
	margin-bottom: 1em;
	border-radius: 0;
	-webkit-appearance:none;
	outline: none !important;
}



.wpcf7-list-item-label::before {
	content: "";
	position: relative;
	width: 1em;
	height: 1em;
	border: 1px solid;
	display: inline-block;
	margin-right: 0.25em;
	margin-bottom: -0.1em;
	background-color: #fff;
}

.wpcf7-list-item input[type="checkbox"] {
	display: none;
}

input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
	background-color: #000;
-webkit-box-shadow:inset 0 0 0 2px rgba(255,255,255,1);
box-shadow:inset 0 0 0 2px rgba(255,255,255,1);
}



.form_wrapper_inner p {
	margin: 0;
}

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

.form_line_2col span.PLZ {
	width: 29%;
}

.form_line_2col span.Ort {
	width: 68%;
}

textarea {
	height: 8em;
}

input[type="submit"] {
	display: flex;
	text-transform: uppercase;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	padding: 0.5em 1em;
	border: 1px solid #1B242F;
	font-weight: 400;
	color: #1B242F;
	cursor: pointer;
	background-color: #fff;
	-webkit-appearance: none;
}

input[type="submit"]:hover {
	background-color: #1B242F;
	color: #fff;
}

.submit_btn_wrapper {
	position: relative;
	margin-top: 1vw;
}



.submit_btn_wrapper:hover::before  {
	background-position: 2vw center;
}



span.wpcf7-not-valid-tip {
	/*position: absolute;*/
	font-size: 0.7em;
	bottom: -1.8em;
	left: 1.4em;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	margin-top: 0.5em;
	border: none;
	background-color: rgba(166,0,2,1);
	color: #fff;
	line-height: 150%;
}

div.wpcf7-response-output {
	margin-top: 0.5em;
}

div.wpcf7-mail-sent-ok {
	border: none;
	background-color: rgba(35,135,0,1);
	line-height: 150%;
	color: #fff;
	display: none;
}

.contactform_sent_ct {
	display: none;
}

.contactform_sent {
	display: block;
	width: 100%;
	height: 100px;
}

.wpcf7-spinner {
	position: absolute;
}

.wpcf7 form .wpcf7-response-output {
	margin: 0;
	margin-top: 1vw;
	border: none;
	background-color: #168300;
	color: #fff;
	font-weight: 600;
	padding: 1em;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border: none;
	background-color: #ffb900;
	color: #000;
}



.txt_development_ct {
		position: absolute;
		color: #fff;
		right: 6vw;
		top: 5.8vw;
	}


.wpcf7-list-item {
	margin: 0 1em 0 0;
}












.btn_wrp.st_vermietet, .btn_wrp.st_reserviert {
	display: none;
}

.ang_row.st_vermietet .col8 {
	color: #B80F29;
}









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

@media only screen and (max-width: 1600px) {
	
	#block_footer::after {
		display: none;
	}
	
	#block_objekt::after {
		width: 28em;
		height: 28em;
		left: calc(50% + 4em);
	}
	
	#block_angebot::after {
		width: 24em;
		height: 24em;
		right: calc(50% + 4em);
	}
	
	#block_lage::after {
		width: 26em;
		height: 26em;
		left: calc(50% + 4em);
	}
	
	
	
}


@media only screen and (max-width: 1400px) {
	
	.grp_inner {
		padding: 2em 20px 1em 50px;
	}
	
	
	.grp_spacer {
		width: 2em;
	}
	
	.intro_content {
		height: 100vmin;
	}
	
	

	
	
}

@media only screen and (max-width: 1140px) {
	
	main {
		font-size: 1.8rem;
	}
	
	#intro_wrapper {
		position: relative;
	}
	
	.stoerer_ct {
		bottom: 8vmin;
		right: 8vmin;
		font-size: 1em;
	}
	
	
	.gr_tab {
		width: 100%;
		height: 50px;
	}
	
	.gr_tab span {
		writing-mode: lr;
		transform: none;
	}
	
	.gr_panel {
		height: auto;
		width: 100%;
		right: auto !important;
		top: auto !important;
		position: relative;
	}
	
	.gr_panel.active {
		width: 100%;
	}
	
	.grp_inner {
		width: 100%;
		height: auto;
		right: auto;
		padding: 25px 50px;
		max-height: 50px;
	}
	
	.gr_panel.active .grp_inner {
		padding: 50px 50px;
		max-height: 100%;
	}
	
	.grp_titel {
		display: none;
	}
	
	.grp_gr {
		display: flex;
		justify-content: center;
		height: auto;
	}
	
	.grp_gr img {
		width: 90vmin;
		height: 50vmin;
	}
	
	.grp_data {
		padding-bottom: 1em;
	}
	
	
	
	
}

@media only screen and (max-width: 940px) {
	
	
	.grp_data {
		flex-direction: column;
	}
	
	.grp_spacer {
		height: 2em;
	}
	
	.grp_data .def_btn {
		display: inline-block;
		margin-top: 1em;
	}
	
	.anglist {
		font-size: 0.72em;
	}
	
	
}


@media only screen and (max-width: 760px) {
	
	.intro_content .logo {
		height: 20vmin;
		left: 5vmin;
		top: 5vmin;
	}
	
	.stoerer_ct {
		font-size: 0.7em;		
	}
	
	.gr_tab span {
		font-size: 1.2em;
	}
	
	main section {
		padding: 4em 0;
	}
	
	
	
	#block_projekt article {
		padding: 0;
		font-size: 1.2em;
	}
	
	
	#block_objekt {
		display: flex;
		flex-direction: column-reverse;
	}
	
	#block_objekt article > div {
		padding-right: 0;
	}
	
	#block_objekt::after {
		position: relative;
		width: 100vmin;
		height: 100vmin;
		display: inline-block;
		left: 15vmin;
		margin-top: -30vmin;
		top: auto;
	}
	
	#block_angebot {
		display: flex;
		flex-direction: column-reverse;
	}
	
	#block_angebot article > div {
		padding-left: 0;
	}
	
	
	#block_angebot::after {
		position: relative;
		width: 100vmin;
		height: 100vmin;
		display: inline-block;
		left: -15vmin;
		margin-top: -40vmin;
		margin-bottom: 5vmin;
		top: auto;
	}
	
	.anglist {
		grid-template-columns: repeat(7, auto);
	}
	
	.ang_row .ang_col.col6, .ang_row .ang_col.col7 {
		display: none;
	}
	
	#block_lage {
		display: flex;
		flex-direction: column-reverse;
	}
	
	#block_lage article > div {
		padding-right: 0;
	}
	
	#block_lage::after {
		position: relative;
		width: 100vmin;
		height: 100vmin;
		display: inline-block;
		left: 15vmin;
		margin-top: -25vmin;
		margin-bottom: 5vmin;
		top: auto;
	}
	
	
	body figure.is-layout-flex {
		flex-wrap: nowrap;
	}
	
	
}

@media only screen and (max-width: 600px) {
	
	.anglist {
		grid-template-columns: repeat(5, auto);
	}
	
	.ang_row .ang_col.col4, .ang_row .ang_col.col5 {
		display: none;
	}
	
	.wp-block-gallery {
		flex-direction: column;
		align-items: center !important;
	}
	
	.wp-block-gallery figure {
		width: 80vmin !important;
		height: 80vmin !important;
	}
	
	.form_wrapper {
		grid-template-columns: 1fr;
		grid-gap: 1em 0;
	}
	
	.cf_cell.double {
		grid-column: span 1;
	}
	
	
}



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