﻿
body {
	--color: rgba(59, 59, 59, 1);
	--red: rgba(137, 36, 62, 1);
	--beige: rgba(59, 53, 48, 1);
	--brown: rgba(71, 71, 71, 1);
	--yellow: rgba(140, 142, 123, 1);
	--formular-font_c: rgba(0, 0, 0, 1);
	--formular-placeholder_c: rgba(87, 87, 87, 1);
	--formular-input_bg: rgba(242, 242, 242, 1);
	--formular-check_bg: rgba(230, 230, 230, 1);
	--formular-option_bg: rgba(242, 242, 242, 1);
	--formular-button_c: rgba(255, 255, 255, 1);
	--formular-button_bg: rgba(137, 36, 62, 1);
	--formular-buttonhover_c: rgba(255, 255, 255, 1);
	--formular-buttonhover_bg: rgba(140, 142, 123, 1);
	--formular-borderbottom: rgba(0, 0, 0, 0);
	--formular-bordererror: rgba(137, 36, 62, 1);
}
.paddingtopbottom {
	padding-top: 60px;
	padding-bottom: 60px;
}
.plantgraphic img {
	width: 80%;
	max-width: 250px;
	margin-top: 60px;
}
.margintop {
	margin-top: 3vw !important;
}
.width90 {
	width: 90% !important;
	max-width: 90% !important;
	margin: 0 auto;
	float: none;
}
.maxwidth {
	max-width: 800px;
	width: 90% !important;
	margin: 0 auto;
	float: none;
	text-align: center;
}
.frame_white_top:before {
	width: 100%;
	background: no-repeat url(../media/border_top_white.png);
	background-size: 100% 100%;
	background-position: top;
	display: block;
	float: none;
	position: absolute;
	top: -10px;
	left: 0;
	content: "";
	height: 25px;
}
.frame_white_bottom:after {
	width: 100%;
	background: no-repeat url(../media/border_top_white.png);
	background-size: 100% 100%;
	background-position: top;
	display: block;
	float: none;
	position: absolute;
	bottom: -10px;
	left: 0;
	content: "";
	height: 25px;
}
.frame_white_top {
	position: relative;
}
.frame_white_bottom {
	position: relative;
}
.headerflex {
	display: flex;
	flex-wrap: wrap;
}
.headerflex > div:nth-child(1) {
	flex: 2;
	color: white;
	background: var(--red);
	padding: 7% 5%;
	min-width: 250px;
	border-right: 2px solid white;
}
.headerflex > div:nth-child(2) {
	width: 3vw;
	min-width: 3vw;
	display: none;
}
.headerflex > div:nth-child(3) {
	flex: 5;
	background-size: cover !important;
	background-position: center !important;
	min-width: 250px;
	min-height: 220px;
}
.fiftyfifty {
	display: flex;
	flex-wrap: wrap;
}
.fiftyfifty > div:nth-child(3) {
	flex: 1;
	min-width: 250px;
	padding: 5%;
	max-width: 500px;
}
.fiftyfifty > div:nth-child(2) {
	width: 3vw;
	min-width: 3vw;
}
.fiftyfifty > div:nth-child(1) {
	flex: 1;
	background-size: cover !important;
	background-position: center !important;
	min-width: 250px;
	min-height: 220px;
}
.green_bg {
	background: var(--yellow);
	color: white;
	background-position: center;
	padding: 25px 0;
}
.green_bg h2 {
	color: white;
}
.paper_bg {
	background: url(../media/paper_bg.jpg);
	background-size: cover;
	background-position: center;
	padding: 25px 0;
}
.paper_bg a {
	color: var(--yellow);
}
.styleset .formular {
	background-color: var(--bgcolor);
	color: var(--color);
}
.formular {
	--font_c: rgba(0, 0, 0, 1);
	--placeholder_c: rgba(87, 87, 87, 1);
	--input_bg: rgba(242, 242, 242, 1);
	--check_bg: rgba(230, 230, 230, 1);
	--option_bg: rgba(242, 242, 242, 1);
	--button_c: rgba(255, 255, 255, 1);
	--button_bg: rgba(137, 36, 62, 1);
	--buttonhover_c: rgba(255, 255, 255, 1);
	--buttonhover_bg: rgba(140, 142, 123, 1);
	--borderbottom: rgba(0, 0, 0, 0);
	--bordererror: rgba(137, 36, 62, 1);
}
.styleset .formular .bhv-form.border_bottom:-ms-input-placeholder {
	color: var(--formular-placeholdercolor) !important;
}
.styleset .formular .bhv-form.border_bottom::-ms-input-placeholder {
	color: var(--formular-placeholdercolor) !important;
}
.styleset .formular .bhv-form.border_bottom::-webkit-input-placeholder {
	color: var(--formular-placeholdercolor) !important;
}
.styleset .formular .bhv-form.border_bottom::-moz-placeholder {
	color: var(--formular-placeholdercolor) !important;
	opacity: 1;
}
.styleset .formular .bhv-form.border_bottom:-moz-placeholder {
	color: var(--formular-placeholdercolor) !important;
	opacity: 1;
}
.styleset .formular .bhv-form.border_bottom::placeholder {
	color: var(--formular-placeholdercolor) !important;
	opacity: 1;
}
@media(max-width: 800px) {
	.headerflex > div:nth-child(1) {
		padding: 80px 35px;
	}
	.headerflex > div:nth-child(2) {
		width: 100%;
		height: 3vw;
	}
	.fiftyfifty > div:nth-child(2) {
		width: 100%;
		height: 3vw;
	}
}
