/*
	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:#444B44;
	background-color: #F5F3EF;
	 font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
/* 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 {
	font-size: clamp(21px, 1vw, 36px);
}

article, .article {
	max-width: 60em;
	width:95%;
	margin:0 auto;
	position:relative;
}

/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {
	text-align: center;
	padding-bottom: 2em;
	font-size: 0.8em;
	font-weight: 500;
}

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

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

.intro_logo img {
	height: 28em;
	width: auto;
	transform: translateX(-8%);
	object-fit: contain !important;
}

.intro_text {
	font-weight: 700;
	font-size: 1.4em;
}

.main_text {
	padding: 3em 0;
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
}

.lp_kontakt {
	padding: 3em 0;
}

.textbox_col {
	flex-basis: 40% !important;
}

.imgbox_col {
	flex-basis: 60% !important;
}

.textbox_col p {
	width: 90%;
	max-width: 28em;
	margin-left: auto;
	margin-right: auto;
}

figcaption {
	text-align: center;
	font-size: 0.8em;
	opacity: 0.8;
}


/* Formulare */

.contact_form_wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 0.5em;
	padding-top: 1.5em;
	padding-right: 2em;
}

.contact_form_wrapper br, .contact_form_wrapper p {
	display: contents;
}

.contact_form_wrapper .form_checkbox_wrapper, .contact_form_wrapper [data-name='Mitteilung'], .contact_form_wrapper [data-name='Datenschutz_akzeptiert'], .submit_btn_wrapper {
	grid-column: span 2;
}

.contact_form_wrapper .form_checkbox_wrapper {
	padding-right: 1.4em;
	color: #324D34;
}

.contact_form_wrapper [data-name='Datenschutz_akzeptiert'] .wpcf7-list-item, .contact_form_wrapper [data-name='Interessentenliste_Eigentum'] .wpcf7-list-item, .contact_form_wrapper [data-name='Interessentenliste_Miete'] .wpcf7-list-item {
	margin-left: 0;
}

.contact_form_wrapper input[type="checkbox"] {
	display: none;
}

.contact_form_wrapper input[type="checkbox"] + span::before {
	content: '';
	display: inline-block;
	width: 1em;
	height: 1em;
	border: 2px solid #324D34;
	background-color: transparent;
	margin-right: 0.25em;
	margin-bottom: -0.15em;
	margin-left: 0.1em;
}

.contact_form_wrapper input[type="checkbox"]:checked + span::before {
	background-color: #fff;
	background-image: url(/wp-content/uploads/2025/11/bzh_ico_check.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.form_checkbox_wrapper .wpcf7-list-item {
	display: inline-block;
	margin: 0 2em 0 0;
}


.checkbox_list {
	padding: 1em 0;
}

[data-name='Mitteilung'] {
	margin-top: 2em;
}

.checkbox_line .checkbox_theme {
	margin-right: 2em;
}



.checkbox_list .wpcf7-checkbox {
	display: flex;
	flex-direction: column;
}


.contact_form_wrapper input[type='text'], .contact_form_wrapper input[type='email'], .contact_form_wrapper textarea  {
	background-color: transparent;
	width: 100%;
	padding: 0.6em 0.75em 0.4em 0.15em;
	border: none;
	outline: none;
	border-bottom: 1px solid #324D34;
	font-weight: 400;
	/*border-bottom: 3px solid #F2F2F1;*/
	font-family: "Figtree", sans-serif;
	color: #324D34;
}

.contact_form_wrapper input[type='text']:focus, .contact_form_wrapper input[type='email']:focus, .contact_form_wrapper textarea:focus  {
	background-color: rgba(199, 216, 179, 0.3);
}



.contact_form_wrapper textarea  {
	height: 8em;
}

.contact_form_wrapper input[type='submit'] {
	 border: none;
	background-color: #324D34;
	display: inline-block;
	color: #fff;
	transition: all 0.5s;
	padding: 0.5em 0.9em;
	font-weight: 400;
	letter-spacing: 0.05em;
}

.contact_form_wrapper input[type='submit']:hover {
	background-color: #C7D8B3;
	color: #324D34;
}

.wpcf7-spinner {
	position: absolute;
	right: 8em;
}



.wpcf7-not-valid-tip {
	font-size: 0.6em;
	position: absolute;
	z-index: 2;
	right: 0.3em;
	bottom: 0;
}

.form_row_anrede {
	padding-top: 1em;
}

.form_row_anrede .wpcf7-checkbox span.first {
	margin-left: 0;
}


.wpcf7 form.sent .wpcf7-response-output {
	border: none !important;
	background-color: #629757;
	margin: 1em 0;
	color: #fff;
	font-weight: 500;
	font-size: 0.9em;
	grid-column: span 2;
	padding: 1em 0.6em;
}

.wpcf7 form.invalid .wpcf7-response-output {
	border: none !important;
	background-color: #E48600;
	margin: 1em 0;
	color: #fff;
	font-weight: 500;
	font-size: 0.9em;
	grid-column: span 2;
	padding: 1em 0.6em;
}

.cf-turnstile {
	position: absolute;
}










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



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





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

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

	.textbox_col {
		flex-basis: 50% !important;
	}

	.imgbox_col {
		flex-basis: 50% !important;
	}

}


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

	.wp-block-columns {
		flex-direction: column;
	}
	
	.wp-block-columns.mob_reverse {
		flex-direction: column-reverse;
	}
	
	.main_text {
		padding-top: 0;
	}

}


@media only screen and (max-width : 640px)  {
	
	.intro_logo {
		padding: 0;
	}
	
	.intro_logo img {
		height: auto;
		width: 96vw;
		transform: translateX(-5%);
	}
	
	.intro_text {
		font-size: 1.2em;
	}
	
	.contact_form_wrapper {
		padding-right: 0;
		grid-template-columns: 1fr;
	}
	
	.contact_form_wrapper .form_checkbox_wrapper, .contact_form_wrapper [data-name="Mitteilung"], .contact_form_wrapper [data-name="Datenschutz_akzeptiert"], .submit_btn_wrapper {
		grid-column: span 1;
	}
	
	.checkbox_line .checkbox_theme {
		margin-right: 0;
		display: block;
	}
	
}








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