/* //////////////////////////////////// ALLGEMEIN //////////////////////////////////// */
html {
	box-sizing: border-box;
	background-color: #ECE5DF;
	scroll-behavior: smooth;
}
*, *:before, *:after {
	box-sizing: inherit;
}

html,
body {
	overflow-x: hidden;
}

body{
	font-family: "dm-sans", sans-serif;
	font-weight: 200;
	font-style: normal;
	color: #665F52;
	margin: 0px;
	line-height: 1.5;
	font-size: 22px;
	scroll-behavior: smooth;
}
h1 {
	font-family: "dm-serif-display", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 45px;
	margin: 0 auto 20px;	
	line-height: 1.1;
	color:#91A767;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}
h2 {
	font-family: "dm-serif-display", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 45px;
	margin: 0 auto 20px;	
	line-height: 1.1;
	color:#91A767;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}
h3, h4, h5, h6 {
	font-family: "dm-sans", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 25px;
	margin: 0 auto 15px;	
	line-height: 1.5;
	color:#787D6E;
	text-transform: uppercase;
}
div p{
	margin: 0px 0px 15px 0px;
}
div p:last-child, p:last-child{
	margin: 0 auto;
}
img, svg, video{
	max-width: 100%;
	height:auto;
}
a{
	color: #AF9241;
	text-decoration: none;
}
a:active, a:hover {
	color: #39501E;
}
ul{
	padding-left: 20px;
	margin: 0 auto 15px;
}
.no_scroll{
	height: 100vh;
	overflow: hidden;
}
.textcenter{
	text-align: center;
}

.w1280 {
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
}
.w900 {
    max-width: 900px;
	padding-left: 20px;
    padding-right: 20px;
}
.margin_oben {
    margin-top: 120px;
}
.margin_unten {
    margin-bottom: 120px;
}


/* //////////////////////////////////// HEADER //////////////////////////////////// */



/* //////////////////////////////////// FOOTER //////////////////////////////////// */



/* //////////////////////////////////// CF7 ANFRAGE FORMULAR //////////////////////////////////// */

.cf7_anfrage {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	color: #665F52;
}

.cf7_anfrage h3 {
	margin: 0 auto 30px;
	font-family: "dm-sans", sans-serif;
	font-size: 21px;
	font-weight: 600;
	line-height: 1.1;
	text-transform: uppercase;
	text-align: center;
}

.cf7_anfrage h3:not(:first-child) {
	margin-top: 55px;
}

.cf7_grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px 30px;
}

.cf7_full {
	width: 100%;
	margin-top: 24px;
}

.cf7_field_wrap {
	width: 100%;
}

.cf7_field_wrap label {
	display: block;
	margin: 0 0 8px;
	font-family: "dm-sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	color: #91A767;
}

.cf7_field,
.cf7_anfrage input[type="text"],
.cf7_anfrage input[type="email"],
.cf7_anfrage input[type="tel"],
.cf7_anfrage select,
.cf7_anfrage textarea {
	width: 100%;
	height: 48px;
	margin: 0;
	padding: 12px 15px 10px;
	border: 1px solid #91A767;
	border-radius: 0;
	background-color: transparent;
	box-shadow: none;
	outline: none;
	font-family: "dm-sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3;
	color: #665F52;
	transition: border-color 0.3s ease, background-color 0.3s ease;
	appearance: none;
}

.cf7_anfrage textarea {
	height: 150px;
	resize: vertical;
}

.cf7_anfrage select {
	background-image: linear-gradient(45deg, transparent 50%, #91A767 50%), linear-gradient(135deg, #91A767 50%, transparent 50%);
	background-position: calc(100% - 18px) 20px, calc(100% - 13px) 20px;
	background-size: 5px 5px, 5px 5px;
	background-repeat: no-repeat;
	padding-right: 40px;
}

.cf7_field:focus,
.cf7_anfrage input[type="text"]:focus,
.cf7_anfrage input[type="email"]:focus,
.cf7_anfrage input[type="tel"]:focus,
.cf7_anfrage select:focus,
.cf7_anfrage textarea:focus {
	border-color: #665F52;
	background-color: rgba(255,255,255,0.18);
}

.cf7_field::placeholder,
.cf7_anfrage input::placeholder,
.cf7_anfrage textarea::placeholder {
	color: #8F8679;
	opacity: 1;
}

.cf7_privacy {
	margin-top: 30px;
	font-family: "dm-sans", sans-serif;
	font-size: 17px;
	line-height: 1.4;
	color: #665F52;
	text-align: center;
}

.cf7_privacy .wpcf7-list-item {
	margin: 0;
}

.cf7_privacy label {
	display: inline-flex;
	align-items: flex-start;
	justify-content: center;
	gap: 10px;
	cursor: pointer;
}

.cf7_privacy input[type="checkbox"] {
	width: 18px;
	height: 18px;
	margin: 3px 0 0;
	accent-color: #91A767;
}

.cf7_submit_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	margin-top: 40px;
}

.cf7_submit_wrap .block_link_line {
	width: 80px;
	height: 1px;
	background-color: #91A767;
}

.cf7_submit_wrap .wpcf7-submit,
.cf7_submit {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 12px 25px 10px;
	border: 1px solid #91A767;
	border-radius: 0;
	background-color: #91A767;
	color: #fff;
	font-family: "dm-sans", sans-serif;
	font-size: 15px;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	cursor: pointer;
	transition: background-color 0.35s ease, border-color 0.35s ease, color 0.35s ease, transform 0.35s ease;
}

.cf7_submit_wrap .wpcf7-submit:hover,
.cf7_submit:hover {
	background-color: #8F8679;
	border-color: #8F8679;
	color: #fff;
	transform: translateY(-2px);
}

.cf7_anfrage .wpcf7-not-valid-tip {
	margin-top: 6px;
	font-size: 14px;
	color: #91A767;
}

.cf7_anfrage .wpcf7-response-output {
	margin: 30px 0 0;
	padding: 15px 20px;
	border: 1px solid #91A767;
	color: #665F52;
	text-align: center;
}
/* Contact Form 7 Spinner ausblenden */

.cf7_anfrage .wpcf7-spinner {
	display: none !important;
}
.cf7_submit_wrap .wpcf7-spinner {
	margin: 0 !important;
	width: 0 !important;
	height: 0 !important;
}
.cf7_anfrage {
	margin: 40px 0; 
}


/* //////////////////////////////////// BLOCK 1 Slider Home //////////////////////////////////// */

/* //////////////////////////////////// BLOCK 2 Slider //////////////////////////////////// */

/* //////////////////////////////////// BLOCK 3 Bild / Titel / Text / Link //////////////////////////////////// */

/* //////////////////////////////////// BLOCK 4 Bild / Titel / Text / Hintergrund //////////////////////////////////// */

/* //////////////////////////////////// BLOCK 5 Titel / Link / 2 Bilder //////////////////////////////////// */

/* //////////////////////////////////// BLOCK 6 Galerie //////////////////////////////////// */

/* //////////////////////////////////// BLOCK 7 Preise //////////////////////////////////// */

/* //////////////////////////////////// BLOCK 8 Accordeon //////////////////////////////////// */

/* //////////////////////////////////// BLOCK 9 Code //////////////////////////////////// */
