h1,
p {
	color: var(--black)
}

.header__content h2,
.header__content h1 {
	animation: 1s ease-in slideInFromRight;
	color: #eee
}

*,
:after,
:before {
	box-sizing: border-box
}

.container,
.device,
.header__left,
.navTrigger {
	position: absolute
}

.__break,
.__card__header,
.header__content,
.navMenu {
	text-align: center
}

.__break {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.__break_content {
	text-align: center
}

.credit a,
.footer__content a,
.navMenu ul li a,
header a {
	text-decoration: none
}

#myBtn,
.navTrigger,
.navTrigger:focus {
	outline: 0
}

@font-face {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 100;
	src: local(""), url("./../fonts/montserrat-v25-latin-100.woff2") format("woff2"), url("./../fonts/montserrat-v25-latin-100.woff") format("woff")
}

@font-face {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 300;
	src: local(""), url("./../fonts/montserrat-v25-latin-300.woff2") format("woff2"), url("./../fonts/montserrat-v25-latin-300.woff") format("woff")
}

@font-face {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 400;
	src: local(""), url("./../fonts/montserrat-v25-latin-regular.woff2") format("woff2"), url("./../fonts/montserrat-v25-latin-regular.woff") format("woff")
}

@font-face {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	src: local(""), url("./../fonts/montserrat-v25-latin-600.woff2") format("woff2"), url("./../fonts/montserrat-v25-latin-600.woff") format("woff")
}

* {
	padding: 0;
	margin: 0;
	transition: .5s;
	scroll-behavior: smooth;
	flex-wrap: wrap;
	font-family: Montserrat, sans-serif
}

:root {
	--orangeBg: #ff8201;
	--orangeBg-transparent: #e3621e8e;
	--blueBg: #0039b7;
	--blueBg-transparent: #003ab786;
	--black: #140903;
}

h1 {
	font-size: 85px
}

p {
	font-size: 20px;
}

body:before {
	content: " ";
	background-image: url("./../img/bg2.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: .1
}

header {
	width: 100%;
	height: 100vh;
	background-color: var(--orangeBg);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.header__left {
	width: 50%;
	height: 100vh;
	background-color: var(--black);
	left: 0;
	top: 0;
}

.header__container {
	width: auto;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom:-100px;
}

.header__content {
	width: auto;
	height: auto;
	z-index: 1
}

.header-logo {
	display: flex;
	align-items: baseline;
	justify-content: center;
}

.header-logo img {
	width: 136px;
	height: auto;
	animation: 1s ease-in slideInFromLeft
}

.header__content .header-logo h3 {
	color: #eee;
	font-size: 203px;
	animation: 1s ease-in slideInFromLeft;
}

.header__content .header-hr {
	display: flex;
	align-items: center;
	justify-content: center
}

.header__content .header-hr hr {
	width: 330px;
	border: none
}

.header__container .header__content h2 {
	font-size: 73px;
	color: #eee;
}

.header__container .header__content h1 {
	font-size: 46.5px;
	color: #eee;
}

.headerBtn {
	width: 100%;
	height: auto;
	display:flex;
	align-items: center;
	justify-content: center;
	animation: 1s ease-in slideInFromBottom;
}

.headerBtn a {
	display:flex;
	align-items: center;
	justify-content: center;
	border:1px solid #fff;
	color:#fff;
	width: 220px;
	height: 50px;
	z-index:1;
	cursor: pointer;
	background-color: #000;
	border-radius:25px 25px;
	margin:10px 20px;
}

.headerBtn a:hover {
	background-color: var(--orangeBg);
}	

.device {
	width: 100%;
	height: 100vh
} 

/*nav*/
.container {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

.navTrigger {
	top: 15px;
	right: 15px;
	z-index: 1000;
	width: 36px;
	height: 36px;
	background: 0 0;
	border: 0;
	border: none;
	cursor: pointer;
	-webkit-appearence: none;
	-webkit-tap-highlight-color: transparent
}

.navMenu,
.navMenu::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0
}

.navTrigger svg {
	width: 64px;
	height: 48px;
	top: -6px;
	left: -14px;
	stroke: #eeeeee;
	stroke-width: 4px;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
	display: block;
	position: absolute
}

.navTrigger svg path {
	transition: stroke-dasharray var(--duration, .85s) var(--easing, ease) var(--delay, 0s), stroke-dashoffset var(--duration, .85s) var(--easing, ease) var(--delay, 0s);
	stroke-dasharray: var(--array-1, 26px) var(--array-2, 100px);
	stroke-dashoffset: var(--offset, 126px);
	transform: translateZ(0)
}

.navTrigger svg path:nth-child(2) {
	--duration: 0.7s;
	--easing: ease-in;
	--offset: 100px;
	--array-2: 74px
}

.navTrigger svg path:nth-child(3) {
	--offset: 133px;
	--array-2: 107px
}

.navTrigger.active svg {
	stroke: #eeeeee
}

.navTrigger.active svg path {
	--offset: 57px
}

.navTrigger.active svg path:first-child,
.navTrigger.active svg path:nth-child(3) {
	--delay: 0.15s;
	--easing: cubic-bezier(0.2, 0.4, 0.2, 1.1)
}

.navTrigger.active svg path:nth-child(2) {
	--duration: 0.4s;
	--offset: 2px;
	--array-1: 1px
}

.navTrigger.active svg path:nth-child(3) {
	--offset: 58px
}

.navMenu {
	right: 0;
	background: var(--orangeBg);
	opacity: 0;
	z-index: -1;
	visibility: hidden;
	transition: 375ms
}

.navMenu.active {
	opacity: 1;
	z-index: 100;
	visibility: visible
}

.navMenu.active::before {
	transform: skew(-14deg) translateX(0)
}

.navMenu.active li {
	opacity: 1;
	transform: translateY(0)
}

.navMenu::before {
	content: "";
	right: -15px;
	background: #060606;
	transform-origin: 0 0;
	transform: skew(-14deg) translateX(-120%);
	transition: 275ms .1s
}

.__content .__child1,
.__content .__child2,
.__content .__child3,
.__content .__child4,
.__content .__child5,
.__content .__child6 {
	background-position: center
}

.__card__about__large__right,
.__content .__child1,
.__content .__child2,
.__content .__child3,
.__content .__child4,
.__content .__child5,
.__content .__child6,
.pimg1,
.pimg2,
.pimg3 {
	background-size: cover;
	background-repeat: no-repeat
}

.navMenu ul {
	list-style: none;
	padding: 0;
	display: inline-flex;
	flex-direction: column;
	height: 93%;
	align-items: flex-end;
	justify-content: center;
	transform: translateX(-18%) skew(-16deg)
}

.navMenu ul li {
	display: block;
	margin: .5rem 0;
	text-align: right;
	opacity: 0;
	transform: translateY(-10px)
}

.navMenu ul li a {
	position: relative;
	left: 0;
	display: block;
	padding: 12px 0;
	color: #eee;
	font-size: 1.4em;
	transform: skew(16deg);
	transition: .25s
}

.navMenu ul li a:hover {
	left: 10px
}

.navMenu ul li:first-child {
	transition: 275ms 275ms
}

.navMenu ul li:nth-child(2) {
	transition: 275ms 325ms
}

.navMenu ul li:nth-child(3) {
	transition: 275ms 375ms
}

.navMenu ul li:nth-child(4) {
	transition: 275ms 425ms
}

.navMenu ul li:nth-child(5) {
	transition: 275ms 475ms
}

.navMenu p {
	color: #eee
}

.unsocial__container {
	position: fixed;
	width: 50px;
	height: auto;
	right: 0;
	top: 40%;
	z-index: 1;
	border-left: 1px solid #aaa
}

.unsocial__container .fa {
	color: #aaa;
	font-size: 30px;
	margin: 0 0 20px 10px
}

.__card__about .fa,
.unsocial__container .fa:hover {
	color: var(--orangeBg)
}

section {
	width: 100%;
	height: auto;
	margin-top: 100px
}

.__container,
.impressum_container {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center
}

.__content,
.footer__container {
	width: 1200px;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.__card__about {
	width: 1200px;
	height: auto;
	padding: 20px
}

.__card__about h2 {
	font-size:50px;
}

.__card__about h3 {
    font-size:30px;
}

.__card__about img {
	width: 200px;
	height: auto;
	float: right
}

.__card__header {
	width: 100%;
	height: 70px;
	background-color: var(--blueBg);
	color: #fff;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px 5px 0 0;
}

.__card__small {
	width: 350px;
	height: 450px;
	margin: 20px;
	border-radius: 5px;
}

.__cardBtn-1 {position: absolute;
	left:50%;
	bottom:5%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	padding:10px 30px;
	color:var(--black);
	border-radius: 5px;
}

.__cardBtn-2 {position: absolute;
	left:50%;
	bottom:5%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	padding: 10px 34px;
	color:var(--black);
	border-radius: 5px;
	z-index:1;
	cursor: pointer;
}

.__cardBtn-3 {position: absolute;
	left:50%;
	bottom:5%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	padding: 20px 50px;
	color:var(--black);
	border-radius: 5px;
	z-index:1;
	cursor: pointer;
}

.__cardBtn-3:hover {
	opacity:60%;
}

.__content .__child1 {
	background-image: url("./../img/planting.webp")
}

.__content .__child2 {
	background-image: url("./../img/grow.webp")
}

.__content .__child3 {
	background-image: url("./../img/harvest.webp")
}

.__content .__child4 {
	background-image: url("./../img/zement.webp")
}

.__content .__child5 {
	background-image: url("./../img/anhydritestrich.webp")
}

.__content .__child6 {
	background-image: url("./../img/leichtestrich.webp")
}

.__overlay__small {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	border-radius: 5px;
}

.__overlay__small p {
	color: #fff;
	font-size: 18px;
}

.__card__small:hover .__overlay__small {
	width: 100%;
	height: 100%;
	opacity: 1;
	background-color: var(--blueBg-transparent);
	border-radius: 5px;
}

.__card__small:hover .__card__header {
	opacity: 0
}

.__card__small:hover .__cardBtn-1 {
	opacity: 0
}

.__card__about__large {
	width: 100%;
	height: auto;
	background-color: var(--blueBg);
	margin: 20px 20px 150px;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.__card__about__large__left,
.__card__about__large__right {
	width: 580px;
	height: 500px;
}

.__card__about__large__left {
	padding: 20px;
	display: flex;
	align-items: center
}

.__card__about__large__left h2 {
	color: #fff
}

.__card__about__large__left p {
	color: #fff;
	font-size: 18px
}

.__card__about__large__right {
	background-image: url("./../img/weed2.webp");
	background-position: center
}

.pimg1,
.pimg2,
.pimg3 {
	position: relative;
	background-position: bottom;
	display: flex;
	align-items: center;
	justify-content: center;
	background-attachment: fixed
}

.__break,
.pimg1in,
.pimg2in,
.pimg3in {
	height: auto;
	align-items: center;
	display: flex
}

.pimg1 {
	background-image: url("./../img/pimg-bg1-1.webp");
	height: auto
}

.pimg2,
.pimg3 {
	background-image: url("#");
	min-height: 550px
}

.pimg1in,
.pimg2in,
.pimg3in {
	width: 100%;
	justify-content: center;
	flex-direction: column
}

.container__faq {
	width: 1200px;
	height: auto;
	margin: 200px 20px
}

.accordion button[aria-expanded=true],
.container__faq h2 {
	color: #fff
}

.accordion .accordion-item,
.accordion .accordion-item button[aria-expanded=true] {
	border-bottom: 1px solid #fff
}

.accordion button {
	position: relative;
	display: block;
	text-align: left;
	width: 100%;
	padding: 1em 0;
	color: #fff;
	font-size: 1.15rem;
	font-weight: 700;
	border: none;
	background: 0 0;
	outline: 0
}

#myBtn,
.__break,
.__card__big img {
	background-color: var(--orangeBg)
}

.accordion button:focus,
.accordion button:hover {
	cursor: pointer;
	color: #fff
}

.accordion button:focus::after,
.accordion button:hover::after {
	cursor: pointer;
	color: #fff;
	border: 1px solid #ec0707
}

.accordion button .accordion-title {
	padding: 1em 1.5em 1em 0
}

.accordion button .icon {
	display: inline-block;
	position: absolute;
	top: 18px;
	right: 0;
	width: 22px;
	height: 22px;
	border: 1px solid;
	border-radius: 22px
}

.accordion button .icon::before {
	display: block;
	position: absolute;
	content: "";
	top: 9px;
	left: 5px;
	width: 10px;
	height: 2px;
	background: #fff
}

.accordion button .icon::after {
	display: block;
	position: absolute;
	content: "";
	top: 5px;
	left: 9px;
	width: 2px;
	height: 10px;
	background: #fff
}

.accordion button[aria-expanded=true] .icon::after {
	width: 0
}

.accordion button[aria-expanded=true]+.accordion-content {
	opacity: 1;
	max-height: 9em;
	transition: .2s linear;
	will-change: opacity, max-height
}

.accordion .accordion-content {
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: opacity .2s linear, max-height .2s linear;
	will-change: opacity, max-height
}

.accordion .accordion-content p {
	font-size: 18px;
	margin: 2em 0;
	color: #fff
}

.__break {
	width: 100%;
	justify-content: center;
	margin-top: 100px
}

.__break h2 {
	color: #eee;
	font-size: 55px;
	padding: 150px 50px
}

.__break span {
	font-size: 40px
}

.__card__big {
	width: 350px;
	height: 350px;
	margin: 10px;
	padding: 10px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .4666666667);
	border-radius: 5px
}

.credit,
.modal-content {
	padding: 20px;
	text-align: center
}

.__card__big img {
	width: 80px;
	height: auto;
	padding: 5px;
	border-radius: 3px
}

.__card__big h2 {
	font-size: 26px
}

.__card__big p {
	font-size: 18px
}

footer {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 200px 0
}

.footer-logo {
	width: 500px;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: center
}

#myBtn,
.modal {
	display: none;
	position: fixed
}

.footer-logo img {
	width: 400px;
	height: auto
}

.footer__content {
	width: 500px;
	height: auto;
	line-height: 40px
}

.footer__content a {
	color: var(--black)
}

.unsocial-bottom .fa {
	color: var(--black);
	font-size: 24px;
	margin-right: 10px;
	margin-top: 10px
}

.credit {
	width: 100%;
	height: auto;
	font-size: 16px
}

.credit a {
	color: #333
}

.credit a:hover {
	opacity: 60%
}

.modal {
	z-index: 99999999999999999999999999999999999999999999999999999999999999999999999999999999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	overflow: auto;
	background-color: rgba(0, 0, 0, .6)
}

.reveal-bottom,
.reveal-bottom2,
.reveal-bottom3 {
	position: relative;
	transform: translateY(150px);
	opacity: 0
}

.modal-content {
	background-color: #fff;
	margin: 5% auto;
	border: 1px solid #888;
	width: 600px;
	height: auto
}

.close {
	color: green;
	float: right;
	font-size: 40px;
	font-weight: 700
}

.close:focus,
.close:hover {
	color: #adff2f;
	text-decoration: none;
	cursor: pointer
}

#myBtn {
	bottom: 50px;
	right: 5px;
	z-index: 99;
	font-size: 14px;
	border: 1px solid #eee;
	color: #eee;
	cursor: pointer;
	padding: 10px;
	border-radius: 5px
}

#myBtn:hover {
	opacity: 50%
}

.impressum_content {
	width: 1200px;
	height: auto;
	padding: 100px 20px
}

@keyframes slideInFromTop {
	0% {
		transform: translateY(-100%)
	}

	100% {
		transform: translateX(0)
	}
}

@keyframes slideInFromLeft {
	0% {
		transform: translateX(-100%)
	}

	100% {
		transform: translateX(0)
	}
}

@keyframes slideInFromRight {
	0% {
		transform: translateX(100%)
	}

	100% {
		transform: translateX(0)
	}
}

@keyframes slideInFromBottom {
	0% {
		transform: translateY(100%)
	}

	100% {
		transform: translateX(0)
	}
}


.reveal-bottom {
	transition: 1s
}

.reveal-bottom.active-bottom,
.reveal-bottom2.active-bottom2,
.reveal-bottom3.active-bottom3 {
	transform: translateY(0);
	opacity: 1
}

.reveal-bottom2 {
	transition: 1.6s
}

.reveal-bottom3 {
	transition: 2.2s
}

.reveal-left,
.reveal-right {
	transition: 1s;
	position: relative;
	opacity: 0
}

.reveal-left {
	transform: translateX(-150px)
}

.reveal-left.active-left,
.reveal-right.active-right {
	transform: translateX(0);
	opacity: 1
}

.reveal-right {
	transform: translateX(150px)
}

.reveal-zoom {
	position: relative;
	transform: scale(.5);
	opacity: 0;
	transition: 1.6s
}

.reveal-zoom.active-zoom {
	transform: scale(1);
	opacity: 1
}

.reveal-rotate {
	transform: rotate(30deg);
	opacity: 0;
	transition: 1s
}

.reveal-rotate.active-rotate {
	transform: rotate(0);
	opacity: 1
}
/*''''''''''''''''''''''''''''''''''''''''''''''''''''''' 1249 **************************/
@media screen and (max-width:1240px) {
	body {
		display: noe
	}

	.unsocial__container {
		display: none;
		width: 40px;
		height: auto;
		right: 0;
		top: 40%;
		border-left: none
	}

	h1 {
		font-size: 32px
	}

	p {
		font-size: 14px !important;
	}

	header {
		width: 100%;
		height: 60vh;
	}

	.header__container {
		margin-bottom:-50px;
	}

	.header__left {
		width: 50%;
		height: 60vh;
	}

	header .headerBtn a {
		margin: 5px 20px;
		width: 200px;
		height: 40px;
	}

	.header-logo img {
		width: 56px;
		height: auto
	}

	.header__content .header-logo h3 {
		font-size: 82px
	}

	.header__content .header-hr hr {
		width: 130px;
		height: 5px !important
	}

	.header__container .header__content h2 {
		font-size: 28px;
	}
	
	.header__container .header__content h1 {
		font-size: 18px;
	}

	.unsocial__container .fa {
		font-size: 30px;
		margin: 0;
		padding-bottom: 15px
	}

	section {
		width: 100%;
		height: auto;
		margin-top: 0;
		padding: 20px
	}

	.__content {
		width: 100%;
		height: auto;
		display: flex;
		align-items: center;
		justify-content: center
	}

	.__card__about {
		width: 100%;
		height: auto;
		padding: 0
	}

	.__card__about h2 {
		font-size:40px;
	}

	.__card__about h3 {
			font-size:24px;
	}

	.__card__about img {
		width: 100px;
		height: auto
	}

	.__card__small {
		width: 100%;
		height: 370px;
		margin: 0 0 20px
	}

	.__card__about__large {
		width: 100%;
		height: auto;
		margin: 0;
		display: flex;
		align-items: center;
		justify-content: center
	}

	.__card__about__large__left {
		width: 100%;
		height: auto;
		padding: 20px 10px
	}

	.__card__about__large__left p {
		font-size: 16px
	}

	.__card__about__large__right {
		width: 100%;
		height: 500px
	}

	.pimg1 {
		background-image: url("./../img/pimg-bg1-1s.webp");
		height: auto
	}

	.container__faq {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 20px
	}

	.accordion .accordion-content p {
		font-size: 16px;
		margin: 0;
		padding: 10px 0
	}

	.__break {
		margin-top: 0
	}

	.__break h2 {
		font-size: 24px;
		padding: 50px 20px
	}

	.__break span {
		font-size: 18px
	}

	.__card__big {
		width: 100%;
		height: auto;
		margin: 0 0 50px;
		padding: 0;
		box-shadow: none
	}

	.credit,
	.footer-logo {
		padding: 20px;
		width: 100%;
		height: auto
	}

	.__card__big img {
		width: 60px;
		height: auto
	}

	.__card__big h2 {
		font-size: 26px
	}

	.__card__big p {
		font-size: 16px
	}

	footer {
		width: 100%;
		height: auto;
		margin: 0
	}

	.footer__container {
		width: 100%;
		height: auto;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center
	}

	.footer-logo {
		display: flex;
		align-items: center;
		justify-content: center
	}

	.footer-logo img {
		width: 70%;
		height: auto
	}

	.footer__content {
		width: 100%;
		height: auto;
		line-height: 28px
	}

	.footer__content p {
		font-size: 14px !important
	}

	.credit {
		text-align: center;
		font-size: 12px
	}

	.modal-content {
		margin: 0;
		padding: 0;
		border: none;
		width: 100%;
		height: auto
	}

	.footer_mail {
		font-size: 14px
	}
}