@font-face {
	font-family: 'MyFont';
	src: url('../cpfont/montserrat_regular.woff2') format('woff2'),
         url('../cpfont/montserrat_regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'MyFont';
	src: url('../cpfont/montserrat_italic.woff2') format('woff2'),
         url('../cpfont/montserrat_italic.woff') format('woff');
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'MyFont';
	src: url('../cpfont/montserrat_bold_italic.woff2') format('woff2'),
         url('../cpfont/montserrat_bold_italic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'MyFont';
	src: url('../cpfont/montserrat_bold.woff2') format('woff2'),
         url('../cpfont/montserrat_bold.woff') format('woff');
	font-weight: bold;
	font-display: swap;
}
@font-face {
    font-family: 'Medium';
    src: url('../cpfont/montserrat_medium.woff2') format('woff2'),
        url('../cpfont/montserrat_medium.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Semibold';
    src: url('../cpfont/montserrat_semibold.woff2') format('woff2'),
        url('../cpfont/montserrat_semibold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
/*
basic
var(--gruen)
var(--grau)
var(--dunkelgrau)
*/
:root {
  --gruen: #23ab61;
  --dunkelgruen: #1b583f;
  --grau: #42454a;
}
.gruen {
	background-color: #23ab61;
	color: #ffffff;
}
.dunkelgruen {
	background-color: #1b583f;
	color: #ffffff;
}
.grau {
	background-color: #42454a;
}
.dunkel {
	color: #ffffff;
}
html {
	font-size: 19px;
}
/*
html
*/
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, em, img, ol, ul, li, form, table, tbody, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}
* {
	box-sizing: border-box;
}
body {
	color: var(--grau);
	text-align: center;
	margin: 0;
	background-size: auto 100%;
	font: normal 1rem/1.4 MyFont, Helvetica, Arial, Verdana, sans-serif;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: #ffffff;
}
img {
	border-style: none;
}
.noborder {
	border-style: none !important;
}
form {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
}
td, th {
	vertical-align: top;
	font-size: 1rem;
}
/* linksteuerung */
a, a:visited {
	color: var(--gruen);
	text-decoration: none;
}
.gruen a, .gruen a:visited {
	color: #ffffff;
}
a:hover {
	color: var(--grau);
}
a.anker {
	margin: -7rem 0 0;
	width: 0 !important;
	height: 0 !important;
	padding: 0 !important;
	font-size: 0 !important;
	position: absolute !important;
	border-style: none !important;
	background-color: transparent !important;
}
a.anker::before {
	display: none!important;
}
/* schriftformatierung:
headline					h1
kleine headline			h2
überschrift				h3
kleine überschrift		h4
z.B. Überschrift News	h5
z.B. Datum in News		h6
normale Schrift			p
kleine Schrift			span'kl' */
h1, h2, h3, h4, h5, h6, p, main ul, main li {
	font-family: MyFont, Helvetica, Arial, Verdana, sans-serif;
	line-height: 1.55em;
}
h1, h2, h3, h4, h5, h6, p {
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	letter-spacing: -1px;
	line-height: 1.1em;
}
h1 {
	font-size: 3.1rem;
	color: var(--grau);
	letter-spacing: -2px;
}
h2 {
	text-transform: uppercase;
	font-size: 3rem;
	color: var(--grau);
	letter-spacing: -2px;
}
.dunkel h2 {
	color: #ffffff;
}
h2 b, h2 strong {
	position: relative;
	display: inline-block;
	z-index: 1;
}
h2 b::before, h2 strong::before {
	content: '';
	display: inline-block;
	background-color: var(--gruen);
	height: 1rem;
	width: 100%;
	position: absolute;
	bottom: 0.3rem;
	z-index: -1;
}
h3 {
	font-size: 1.25rem;
	color: var(--gruen);
	position: relative;
	display: inline-block;
	margin-left: 1.25rem;
	margin-bottom: 1rem;
}
h3::before {
	content: '';
	display: inline-block;
	position: absolute;
	left: -1.25rem;
	height: 100%;
	width: 0.5rem;
	background-color: var(--gruen);
}
h4 {
	font-size: 1.35rem;
	line-height: 1.4em;
}
h5 {
	font-size: 1.15rem;
}
h6 {
	font-size: 1.1rem;
}
p {
}
main ol {
	margin-left: 1.3rem;
}
main ul {
	margin-left: 1.3rem;
}
main ul ul {
	list-style-type: disc;
}
.small, .kl {
	font-size: 0.8rem !important;
}
b, .b {
	font-weight: bold;
	text-transform: uppercase;
}
.i, .italic {
	font-style: italic;
}
.u, .underline {
	text-decoration: underline;
}
.links, .l {
	text-align: left !important;
}
.center, .c {
	text-align: center !important;
}
.rechts, .r {
	text-align: right !important;
}
main img {
	height: auto;
	width: auto;
	max-width: 100%;
}
/* cms */
.fliessend {
	float: left;
	margin-right: 1em;
	display: block;
	margin-bottom: 0.5em;
}
.float_l {
	float: left;
	display: inline-block;
}
.float_r {
	float: right;
	display: inline-block;
}
.trennlinie, hr {
	font-size: 0;
	width: auto;
	height: 0;
	clear: both;
	border-bottom: 1px solid #999999;
	margin-top: 1em;
	margin-bottom: 1em;
}
.hide {
	display: none;
}
.clearer {
	clear: both;
	width: 100%;
}
.clearfix::after {
	content: "";
	display: table;
	clear: both;
}
.flex {
	display: flex;
	flex-wrap : wrap;
	justify-content: space-between;
}
.mce-content-body  {
	text-align: left;
}
.mce-content-body ul, .mce-content-body ol {
	margin-left: 1.3rem;
}
.mce-content-body td {
	border: 1px dotted #999999;
	min-width: 20px;
}
.mce-content-body img {
	height: 60px;
	width: auto;
}
/*
allgemein
*/
.mehrlink span {
	cursor: pointer;
	background-color: var(--gruen);
	color: #ffffff;
}
.mehrlink span:hover {
	color: var(--gruen);
	background-color: #ffffff;
}
.mehrtext {
	height: 0;
	max-height: 0;
	overflow: hidden;
	transition: max-height 1s ease-in-out 0s;
}
.mehrtext.akt {
	height: auto;
	max-height: 1000rem;
	transition: max-height 1s ease-in-out 0s;
}
/*
header
*/
header {
	height: 5rem;
	width: 100%;
	margin: 0;
	text-align: left;
	position: fixed;
	background-color: var(--gruen);
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.75);
	z-index: 1000;
}
header content {
	height: 100%;
}
a.logo, a.logo:visited {
	display: inline-block;
	width: 13rem;
	position: relative;
	margin-left: -13rem;
}
a.logo img {
	display: inline-block;
	height: auto;
	width: 100%;
}
header h5 {
	width: auto;
	display: inline-block;
	font-size: 1.3rem;
	color: #ffffff;
	padding-top: 2rem;
	font-family: Semibold, Helvetica, Arial, Verdana, sans-serif;
}
header p {
	color: #ffffff;
	font-size: 1.2rem;
	position: relative;
	width: auto;
	display: inline-block;
	line-height: 100%;
	margin-left: 2rem;
	margin-top: 1.5rem;
}
/*
seiteninhalt
*/
main {
	padding-top: 5rem;
}
.image {
	width: 100%;
	height: 45vw;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: right;
	background-size: cover;
	background-position: center center;
	z-index: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.image h5 {
	text-transform: uppercase;
	font-size: 4.9rem;
	color: #ffffff;
	text-shadow: 0px 0px 0.75rem rgba(0,0,0,0.5);
}
.image h5 b {
	position: relative;
	display: inline-block;
	z-index: 1;
}
.image h5 b::before {
	content: '';
	display: inline-block;
	background-color: var(--gruen);
	height: 1.2rem;
	width: 100%;
	position: absolute;
	bottom: 0.3rem;
	z-index: -1;
}
.image h6 {
	font-size: 1.6rem;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
	font-family: Medium, Helvetica, Arial, Verdana, sans-serif;
	margin-bottom: 0.5rem;
	text-shadow: 0px 0px 0.5rem rgba(0,0,0,0.5);
}
.image video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.image img.expo {
	position: absolute;
	bottom: 20%;
	right: 10%;
	height: 30%;
	width: auto;
}
.main img {
	max-width: 100%;
	height: auto;
}
section {
	width: 100%;
	min-height: 100px;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	z-index: 0;
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}
section > div {
	margin-top: 4rem;
	margin-bottom: 4rem;
}
.content {
	width: calc(100% - 5rem);
	margin-right: auto;
	margin-left: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: left;
	position: relative;
}
.content {
	max-width: 1162px;
}
.content > div {
	width: 100%;
	background-position: center center;
	background-size: cover;
}
/*
spalten
*/
.flex {
	display: flex;
	flex-wrap : wrap;
	justify-content: space-between;
}
.spalte {
	width: calc(50% - 1rem);
}
.spalte4 {
	width: calc(25% - 1rem);
}
.spalte3 {
	width: calc(33% - 1rem);
}
.spalte11 > div {
	width: calc(50% - 1rem);
}
.spalte21 > div:first-of-type {
	width: calc(33% - 1rem);
}
.spalte21 > div:last-of-type {
	width: calc(67% - 1rem);
}
.spalte32 > div:first-of-type, .spalte32 .bild {
	width: calc(40% - 1rem);
}
.spalte32 > div:last-of-type {
	width: calc(60% - 1rem);
	height: auto;
}
.spalte11 > div {
	width: calc(50% - 1rem);
	background-size: cover;
	background-position: center center;
}
.content > div.spalte2 {
	width: calc(50% - 1rem);
	margin-bottom: 1.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.spalte2 img {
	width: calc(40% - 0.5rem);
	border-radius: 0.6rem;
	float: left;
	display: inline-block;
}
div.spalte2 div {
	width: calc(60% - 0.5rem);
	display: inline-block;
	position: relative;
}
.reverse {
	flex-direction: row-reverse;
}
.bildwechsel:nth-child(odd) {
	flex-direction: row-reverse;
}
.bildwechsel:nth-child(even) {
	flex-direction: row;
}
/*
allgemein
*/
.startgal {
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.25);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: baseline;
}
.startgal div {
	display: inline-block;
	width: calc(20% - 2rem);
	text-align: center;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.startgal div p {
	font: 0.95rem Semibold, Helvetica, Arial, Verdana, sans-serif;
	color: var(--grau);
	padding-top: 0.5rem;
}
.startgal div img {
	width: auto;
	height: auto;
	max-width: 4rem;
	max-height: 4rem;
}
.startlinks a, .startlinks a:visited {
	width: calc(33% - 0.33rem);
	display: inline-block;
	position: relative;
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.25);
}
.startlinks a img {
	max-width: 100%;
	height: auto;
	margin: 0;
	z-index: 0;
	position: relative;
}
.startlinks a > div, .startlinks a:visited > div {
	display: inline-block;
	font-size: 0.9rem;
	position: absolute;
	padding-top: 1rem;
	z-index: 1;
	bottom: 0;
	background: url(/images/bogen_bild.svg) center top no-repeat;
	background-size: 100%;
	margin-bottom: 0;
	font-weight: bold;
	padding-bottom: 1rem;
	left: 0;
	width: 100%;
}
.startlinks a > div h5, .startlinks a > div p {
	width: 100%;
	text-align: center;
	color: #ffffff;

}
.startlinks a > div h5 {
	text-transform: uppercase;
	text-align: center;
	font-size: 0.95rem;
}
.startlinks a > div p {
	font-weight: normal;
	font-style: normal;
	margin-top: 0.5rem;
	padding-right: 1rem;
	padding-left: 1rem;
	transition: opacity 0.2s ease-in-out 0s;
	display: none;
}
.startlinks a:hover > div p {
	display: inline-block;
	transition: opacity 0.2s ease-in-out 0s;
}
.startlinks a span {
	position: relative;
	border: 1px solid #ffffff;
	border-radius: 0.4em;
	padding: 0.1rem 0.5rem;
	margin-top: 0.25rem;
	display: inline-block;
	font-size: 0.8rem;
}
.startlinks a span::before {
	content: '';
	background: url(/images/pfeil.svg) left center no-repeat;
	background-size: contain;
	height: 0.7em;
	width:  1.5em;;
	display: inline-block;
}
.bildbreit {
	background-size: cover;
	background-position: center center;
}
.bildbreit img {
	width: calc(100% - 5rem);
	border-radius: 0.6rem;
}

.bildbreit > div {
	padding-top: 6rem;
	padding-bottom: 6rem;
}
.bildbreit div.content > div:first-of-type {
	position: relative;
}
.bildbreit div.content > div:first-of-type::before {
	content: '';
	width: 8rem;
	height: 8rem;
	background: url(/images/made_in.png) left top no-repeat;
	background-size: contain;
	display: inline-block;
	margin-bottom: 1rem;
}
.bildbreit.ueber a, .bildbreit.ueber a:visited {
	border: 2px solid var(--gruen);
	color: #ffffff;
	font-size: 0.9rem;
	padding: 0.25rem 0.5rem;
	font-weight: bold;
	border-radius: 0.4rem;
}
.bildbreit.ueber a:hover {
	background-color: var(--gruen);
}

.buttonlink a, .buttonlink a:visited {
	display: inline-block;
	text-align: center;
	color: #ffffff;
	border: 2px solid var(--gruen);
	background-color: var(--gruen);
	font-size: 0.95rem;
	font-weight: bold;
	border-radius: 0.6rem;
	transition: all 0.2s ease-in-out 0s;
	line-height: 3rem;
	padding-left: 2.5rem;
	width: auto;
	padding-right: 1rem;
	margin-top: 1rem;
	margin-right: 2rem;
	position: relative;
	padding-right: 1rem;
}
.buttonlink a:last-of-type {
	margin-right: 0;
}
.buttonlink a:hover {
	color: var(--grau);
	transition: all 0.2s ease-in-out 0s;
}
.buttonlink a::before {
	content: '';
	width: 1.2rem;
	height: 1.2rem;
	display: inline-block;
	position: absolute;
	background-position: left center;
	left: 0.75rem;
}
.buttonlink a:first-of-type::before {
	top: 0.9rem;
	background: url(/images/telefon.svg) no-repeat;
	background-size: contain;
}
.buttonlink a:last-of-type::before {
	top: 1rem;
	background: url(/images/mail.svg) no-repeat;
	background-size: contain;
}
.buttonlink a.anker::before {
	display: none;
}






/*
produkte
*/
section.produkt {
	padding: 0 0 4rem;
}
.content > div.produktbilder {
	width: calc(60% - 1rem);
	height: auto;
	position: relative;
	display: inline-block;
}
.produktbild {
	width: 100%;
	position: relative;
	padding: 0;
	font-size: 0;
}
.produktbild img {
	width: 100%;
	height: auto;
	margin: 0;
	z-index: 0;
	position: relative;
	display: inline-block;
}
.produktbild div {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-size: cover;
	background-position: center center;
	display: block;
}
.produktgal {
	float: right;
	width: 100%;
	max-width: 100%;
	margin-bottom: 1.5rem;
}
.produktgal img {
	width: calc(25% - 0.5rem);
	height: auto;
	cursor: pointer;
	margin-top: 0.75rem;
}
.content > div.produkttext {
	width: calc(40% - 1rem);
	text-align: left;
}
.produkttext > div {
	width: calc(1162px / 2 + 200px - 2rem);
	margin-top: 3rem;
	margin-bottom: 2rem;
}
.produkttext .cms_table td {
	padding: 0.25rem 1rem 0.25rem 0;
	color: var(--grau);
}
.produkttext .cms_table tr td {
	border-top: 1px solid var(--grau);
}
.produkttext .cms_table tr:first-of-type td {
	font-weight: bold;
	border-top-style: none !important;
}
.produkttext .cms_table tr:hover td {
	background-color: var(--grau);
}
.produkttext .cms_table td:first-of-type {
	color: var(--gruen);
}
.produkttext ul {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}
.produkttext ul li {
	padding-left: 1.8rem;
	position: relative;
	margin-top: 0.75rem;
}
.produkttext ul li::before {
	content: '';
	height: 1.2rem;
	width: 1.2rem;
	background-image: url('/images/haken.svg');
	background-size: contain;
	display: block;
	position: absolute;
	left: 0rem;
	top: 0.15rem;
}
/*
ansprechpartner
*/
.ansprechp > div:first-of-type {
	text-align: center;
}
.ansprechp pre {
	width: calc(100% - 6rem);
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.ansprechp pre img {
	max-width: 100%;
	height: auto;
	margin: 0;
	z-index: 0;
	position: relative;
}
.ansprechp pre p {
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-size: 0.9rem;
	position: absolute;
	padding-top: 0.85rem;
	z-index: 1;
	bottom: 0;
	background: url(/images/bogen_bild.svg) center top no-repeat;
	background-size: 100%;
	margin-bottom: 0;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 1rem;
	left: 0;
}

.ansprechp a, .ansprechp a:visited {
	position: relative;
	color: var(--grau);
	margin-right: 2rem;
	margin-left: 1.5rem;
	margin-top: 0.5em;
	display: inline-block;
}
.ansprechp a:hover {
	color: var(--gruen);
}
.ansprechp a::before {
	content: '';
	width: 1.5rem;
	height: 1rem;
	display: inline-block;
	position: absolute;
	background-position: left center;
	top: 0.2rem;
	left: -1.5rem;
	background: url(/images/gr_mobil.svg) no-repeat;
	background-size: contain !important;
}
.ansprechp a:first-of-type::before {
	background: url(/images/gr_telefon.svg) no-repeat;
}
.ansprechp a:last-of-type::before {
	top: 0.3rem;
	background: url(/images/gr_mail.svg) no-repeat;
	background-size: 80% !important;
}
.ansprechp a:nth-of-type(2)::before {
	background: url(/images/gr_mobil.svg) no-repeat;
	background-size: contain !important;
}
.ansprechp a.anker::before {
	display: none;
}
/*
referenzen
*/
section > div.referenzen, section > div.referenzinfo {
	margin-top: 0;
}
section > div.referenzinfo {
	margin-bottom: 0;
}
.referenzen p a, .referenzen p a:visited {
	border-radius: 0.3rem;
	color: #ffffff;
	background-color: --gruen;
	text-decoration: none;
	font: 1.25rem/1em Hand;
	display: inline-block;
	padding: 1rem 1.5rem;
	margin-top: 1.5rem;
}
.referenzen p a:hover {
	color: --gruen;
}
.referenzen p {
	text-align: center;
}
.referenzen {
	width: 100%;
}
a.ref {
	z-index: 0;
	position: relative;
	line-height: 0;
	margin-bottom: 30px;
	display: inline-block;
}
a.ref {
	width: calc(33% - 15px);
}
a.ref img {
	z-index: 0;
	width: 100%;
	height: auto;
}
a.ref div {
	width: calc(100% - 2rem);
	height: calc(100% - 2rem);
	background-color: rgba(35, 171, 97, .80);
	position: absolute;
	top: 1rem;
	left: 1rem;
	display: flex;
	transition: all 0.2s;
	opacity: 0;
	justify-content: center;
	align-items: center;
}
a.ref:hover div {
	transition: all 0.2s;
	opacity: 1;
}
a.ref div span {
	color: #ffffff;
	font-size: 1.1rem;
 	text-align: center;
	display: inline-block;
	position: relative;
	text-transform: uppercase;
}
a.ref div span::before {
	content: '';
	background-image: url(/images/lupe.svg);
	background-size: contain;
	width: 1.5rem;
	height: 1.5rem;
	display: block;
	position: absolute;
	left: -1.75em;
	top: -0.9rem;
}
.referenz-4 > div {
	width: 100%;
}
.referenznavi {
	width: 100%;
	text-align: left;
	margin-bottom: 50px;
}
.referenznavi a, .referenznavi a:visited {
	display: inline-block;
	text-align: center;
	color: #ffffff;
	border: 2px solid var(--gruen);
	background-color: var(--gruen);
	font-size: 0.95rem;
	font-weight: bold;
	border-radius: 0.6rem;
	transition: all 0.2s ease-in-out 0s;
	line-height: 3rem;
	padding-left: 1rem;
	width: auto;
	padding-right: 1rem;
	margin-top: 1rem;
	margin-right: 2rem;
	position: relative;
	padding-right: 1rem;
}
.referenznavi a:hover {
	color: var(--grau);
	transition: all 0.2s ease-in-out 0s;
}
.referenzjump {
	float: right;
	display: inline-block;
	margin-bottom: 2rem;
}
.referenz {
	width: 100%;
	margin-top: 2rem;
}
.referenz content {
}
.referenzinfo h1 {
	margin-bottom: 50px;
}
.referenzinfo .refinfo p {
	color: --gruen;
	font-size: 1.1rem;
	line-height: 1.7em;
}
.referenzbilder {
	width: 100%;
}
.referenzbilder a {
	width: calc(33% - 15px);
	line-height: 0;
	margin-bottom: 30px;
	position: relative;
}
.referenzbilder a img {
	z-index: 0;
	width: 100%;
	height: auto;
}
.referenzbilder a div {
	width: calc(100% - 2rem);
	height: calc(100% - 2rem);
	background-color: rgba(35, 171, 97, .80);
	position: absolute;
	top: 1rem;
	left: 1rem;
	display: flex;
	transition: all 0.2s;
	opacity: 0;
	justify-content: center;
	align-items: center;
}
.referenzbilder a:hover div {
	transition: all 0.2s;
	opacity: 1;
}
.referenzbilder a div span {
	color: #ffffff;
	font-size: 1.1rem;
 	text-align: center;
	display: inline-block;
	position: relative;
	text-transform: uppercase;
}
.referenzbilder a div span::before {
	content: '';
	background-image: url(/images/lupe.svg);
	background-size: contain;
	width: 1.5rem;
	height: 1.5rem;
	display: block;
	position: absolute;
	left: -1.75em;
	top: -0.9rem;
}
/*
suche
*/
.textsuche .kontaktform {
	margin-bottom: 2rem;
}
.textsuche .kontaktform label{
	width: auto;
}
.textsuche .kontaktform .standard{
	width: auto;
	display: inline-block;
}
.textsuche .liste {
	margin-top: 1rem;
}
.textsuche h4 {
	text-transform: none;
}
.textsuche h4 a, .textsuche h4 a:visited {
	color: var(--gruen);
}
.textsuche h4 a:hover {
	color: var(--orange);
}
.suchlink {
	text-align: right;
}
/*
formulartremplates
*/
form, .kontaktform {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.kontaktform div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.kontaktform div.normal, .kontaktform div.breit {
	display: inline-block;
	margin-bottom: 1rem;
	font: 0.9rem/1em var(--sans);
}
.kontaktform div.normal {
	width: calc(50% - 20px);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.kontaktform div.breit {
	width: 100%;
	text-align: left;
}
.kontaktform div.input_anrede {
	justify-content: flex-start;
}
#datenschutz {
	float: left;
}
.kontaktform h5 {
}
.kontaktform p {
}
.kontaktform label {
	width: 100%;
	display: inline-block;
	color: var(--dunkelgruen);
	font-size: 1rem;
	line-height: 1em;
	margin-bottom: 0.5rem;
	padding-right: 10px;
	font-weight: bold;
}
.kontaktform label.pflicht::after {
	content: ' *';
}
.kontaktform span {
	margin-right: 1em;
	font-size: 0.9em;
}
.kontaktform label span {
	margin-left: 0.3em;
}
.kontaktform input, .kontaktform select, .kontaktform textarea {
	margin: 0;
	padding: 0.3rem;
	font: 0.9rem/1.5em MyFont;
	color: var(--dunkelgruen);
	background-color: #ffffff;
	border-radius: 0.3rem;
	border: 2px solid var(--dunkelgruen);
}
.kontaktform .standard, .kontaktform .lang {
	width: 100%;
}
.kontaktform .kurz {
	width: 27%;
}
.kontaktform .mittel {
	width: 67%;
}
.kontaktform .inputgroup {
	line-height: 1.5em;
}
.kontaktform input[type='checkbox'], .kontaktform input[type='radio'] {
	margin-right: 0.3em;
	font: 0.9rem MyFont;
}
.kontaktform input.agb {
	float: left;
	margin-right: 1rem;
}
input[type='submit'], input[type='button'], button, .sendbutton, a.sendbutton, a.sendbutton:visited {
	display: inline-block;
	text-align: center;
	font: bold 1.1rem MyFont, Helvetica, Arial, Verdana, sans-serif;
	cursor: pointer;
	float: left;
	background-color: var(--gruen);
	color: #ffffff;
	text-transform: uppercase;
	border: 3px solid var(--gruen);
	padding: 0.75rem 1.5rem;
	font-size: 0.84rem;
	line-height: 1rem;
	border-radius: 0.6rem;
}
input[type='submit']:hover, .sendbutton:hover {
	background-color: #ffffff;
	color: var(--gruen);
}
.kontaktform .fehler {
	color: var(--gruen);
}
.kontaktformfehler {
	background-color: var(--gruen);
	padding: 5px;
}
/*
navigation
*/
nav {
	position: relative;
	z-index: 2000;
	margin-top: 1.6rem;
	display: inline-block;
}
nav > ul{
	text-align: left;
	display: inline-block;
}
nav > ul li {
	list-style: none;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
nav > ul li a, nav > ul li a:visited {
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
	position: relative;
	margin: 0 0.5rem;
	padding: 0;
	line-height: calc(3rem - 6px);
	font-family: Medium;
	font-size: 0.95rem;
	letter-spacing: -0.25px;
	transition: color 0.2s;
	white-space: nowrap;
	transition: all 0.2s ease-in-out 0s;
}
nav > ul li:hover a, nav > ul li.aktuell a {
	color: var(--grau);
	text-decoration: none;
	transition: color 0.2s;
	transition: all 0.2s ease-in-out 0s;
}
nav ul li ul {
	position: absolute;
	display: none;
	margin: 0;
	top: 3rem;
	width: auto;
	height: auto;
	max-height: calc(100vh - 100px);
	overflow-y: auto;
	overflow-x: hidden;
	background-color: var(--gruen);
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	border-bottom-left-radius: 0.6rem;
	border-bottom-right-radius: 0.6rem;
}
nav ul li:hover ul, nav ul li:focus ul {
	display: block;
}
nav ul li ul li {
	float: none;
	margin: 0 0.5rem;
	font-size: 0.5rem;
	font-weight: normal;
	font-style: normal;
}
nav ul li ul li a, nav ul li.aktuell ul li a, nav ul li ul li a:visited {
	width: 100%;
	margin: 0;
	padding: 0 0.4rem;
	display: block;
	border-style: none;
	font-size: 1.1rem;
}
nav ul li ul li.aktuell a, nav ul li ul li a:hover {
}
nav ul li ul li.thirdmen a {
	font-family: Myfont;
	padding-left: 1.5rem;
}
.nav_icon {
	display: none;
}
/*
footer
*/
footer {
	clear: none;
	width: 100%;
	margin: 0;
	text-align: left;
	padding: 6rem 0 2em;
	color: #ffffff;
	overflow: visible;
	z-index: 200;
	position: relative;
	background: url(/images/bogen_fuss.svg) center top no-repeat;
	background-size: 200%;
}
footer > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-right: auto;
	margin-left: auto;
	width: calc(100% - 5rem);
}
footer .fusstitle {
	order: -1;
}
footer .fusstitle p {
	font-size: 1.2rem;
	line-height: 1.25em;
}
footer a:hover {
	color: var(--gruen);
}
footer td {
	line-height: 1.55em;
	padding-right: 1rem;
}
footer .social {
	float: right;
	font-size: 0.9rem;
	text-align: right;
	text-transform: uppercase;
}
footer .social p {
	font-size: 0.75rem;
}
footer .social img {
	height: 2rem;
	width: auto;
	margin-left: 1rem;
	margin-bottom: 0.6rem;
}
footer a, footer a:visited {
	color: #ffffff;
	text-decoration: none;
}
footer .fusstrenner {
	display: none;
}
/*
galerie
*/
.galerie {
	width: 100%;
}
.galerie_zeile {
	width: 100%;
	height: 0;
}
.galerie_image {
	width: 33%;
	text-align: center !important;
	display: inline-block;
	margin-bottom: 1em;
}
.galerie_image img {
	margin-bottom: 0.3em;
	height: auto;
}
/*
karte
*/
.map {
	width: calc(100% - 5rem);
	border-radius: 0.6rem;
	height: 60vh;
	max-height: 400px;
	min-height: 200px;
	margin: 4rem auto;
	overflow: hidden;
	text-align: left;
}
.map iframe {
	width: 100%;
}
.map:hover .map_hinweis {
	background-color: #cccccc !important;
}
/*
responsive
*/
@media(max-width: 1650px) {
	html { }
	header .content {
		max-width: calc(100% - 5rem);
	}
	a.logo, a.logo:visited {
		width: 10rem;
		margin-left: 0;
	}
	footer {
		background-size: 150%;
		padding-top: 5rem;
	}
}
@media(max-width: 1380px) {
	html { }
	header {
		height: 4rem;
	}
	header .content {
		width: calc(100% - 3rem);
		max-width: calc(100% - 3rem);
	}
	a.logo, a.logo:visited {
		width: 9rem;
	}
	header h5 {
		display: none;
	}
	nav {
		margin-top: 1rem;
	}
	main {
		padding-top: 4rem;
	}
	.image h5 {
		font-size: 3.5rem;
	}
	.image h6 {
		font-size: 1.5rem;
	}
	h1 {
		font-size: 2.8rem;
	}
	h2 {
		font-size: 2.5rem;
	}
	section > div {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
	.startgal div p {
		font-size: 0.75rem;
	}
	.startgal div img {
		max-width: 3.5rem;
		max-height: 3.5rem;
	}
	.image h5 b::before {
		height: 1rem;
	}
	.image img.expo {
		height: 50%;
	}
	h2 b::before, h2 strong::before {
		height: 0.7rem;
	}
	footer {
		background-size: 120%;
		padding-top: 4rem;
	}
}
@media(max-width: 1050px) {
	html { }
	nav > ul li a, nav > ul li a:visited {
		font-size: 0.9rem;
	}
}
@media(max-width: 990px) {
	html {
		font-size: 17px;
	}
	.image h5 {
		font-size: 3.2rem;
	}
	.image h6 {
		font-size: 1.2rem;
	}
	h1 {
		font-size: 2.4rem;
	}
	h2 {
		font-size: 2.1rem;
	}
	/* navigation */
	.nav_icon, .nav_close {
		display: inline-block;
		position: absolute;
		cursor: pointer;
		font-size: 0.9rem;
		text-align: center;
		line-height: 1rem;
		z-index: 1000;
	}
	.nav_icon {
		width: 4rem;
		height: 100%;
		top: 0;
		right: 0;
		text-align: center;
	}
	.nav_icon div {
		width: 50%;
		display: inline-block;
		margin-top: 25%;
	}
	.nav_icon span, .nav_close span {
		display: block;
		width: 100%;
		height: 3px;
		background-color: #ffffff;
		margin-bottom: 8px;
	}
	.nav_icon:hover span, .nav_close:hover span {
	}
	.nav_close  {
		width: 1.8rem;
		height: 1.8rem;
		top: 1.6rem;
		right: 1.5rem;
		position: absolute;
	}
	.nav_close span {
		position: absolute;
		top: 33%;
		left: 0;
	}
	.nav_close span:first-of-type {
		transform: rotate(45deg);
	}
	.nav_close span:last-of-type {
		transform: rotate(-45deg);
	}
	
	#nav_bg {
		background-color: #000;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 999;
		margin: 0;
		display: none;
		opacity: 0.05;
		transition: opacity 0.3s, display 0.3s;
	}
	#nav_bg.akt {
		opacity: 0.3;
		display: block;
		transition: opacity 0.3s, display 0s;
	}
	nav {
		position: fixed;
		top: 0;
		height: 100%;
		background-color: var(--gruen);
		z-index: 1000;
		overflow: auto;
		right: 0;
		width: 0;
		max-width: 0%;
		transition: width 0.4s;
		margin: 0;
	}
	nav.akt {
		width: 300px;
		max-width: 100%;
		transition: width 0.4s;
	}
	nav > ul {
		margin: 30vh 0.5rem 0.5rem 1.5rem;
	}
	nav ul li {
		list-style: none;
		font: 1.9rem/3rem Bio;
		font-weight: bold;
		text-align: left;
		width: 100%;
	}
	nav ul li a, nav ul li a:visited {
		color: #ffffff;
		text-decoration: none;
	}
	nav ul li a:hover {
		color: #ffffff;
		text-decoration: none;
	}
	nav ul li ul, nav ul li ul li {
		display: none;
	}
	nav div {
		margin-top: 20vh;
		margin-left: 1.5rem;
	}
	nav img {
		margin-right: 0.5rem;
	}
	nav p {
		line-height: 1.3rem;
		font-size: 0.84rem;
		margin-left: 0;
	}
	nav p a, nav p a:visited {
		color: #ffffff;
	}
	.bildbreit > div {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.social {
		width: 100%;
		margin-top: 1rem;
	}
}
@media(max-width: 750px){
	html { }
	.startgal div {
		width: calc(33% - 2rem);
	}
	.spalte11 > div, .spalte21 > div:first-of-type, .spalte21 > div:last-of-type, .spalte32 > div:first-of-type, .spalte32 .bild, .spalte32 > div:last-of-type, .spalte11 > div, .content > div.produktbilder, .content > div.produkttext, .content > div.spalte2 {
		width: 100%;
	}
	.reverse, .bildwechsel:nth-child(odd), .bildwechsel:nth-child(even) {
		flex-direction: row;
	}
	.spalte2 img, div.spalte2 div {
	}
	.bild {
		min-height: 13rem;
		margin-bottom: 1rem;
	}
	.spalte21 > div:first-of-type, .spalte32 > div:first-of-type, .spalte32 .bild, .spalte2 img, .ansprechp > div:first-of-type {
		margin-bottom: 1rem;
	}
	.kontaktform {
		margin-top: 2rem;
	}
	.image h5 b::before {
		height: 0.8rem;
	}
	h2 b::before, h2 strong::before {
		height: 0.5rem;
	}
	a.ref, .referenzbilder a {
		width: calc(50% - 15px);
	}
}
@media(max-width: 550px){
	html {
		font-size: 15px;
	}
	.image h5 {
		font-size: 2.7rem;
	}
	.image h6 {
		font-size: 1rem;
	}
	.image img.expo {
		bottom: 10%;
		right: 5%;
		height: 50%;
	}
	h1 {
		font-size: 2rem;
	}
	h2 {
		font-size: 1.8rem;
	}
	.content, .bildbreit img, footer > div {
		width: calc(100% - 3rem);
	}
	header .content {
		max-width: calc(100% - 3rem);
	}
	.startgal div {
		width: calc(50% - 2rem);
	}
	.startgal div img {
		max-width: 3.5rem;
		max-height: 3.5rem;
	}
	footer > div > div {
		width: 100%;
	}
	.startlinks a, .startlinks a:visited {
		width: 100%;
		margin-bottom: 1rem;
	}
	a.ref, .referenzbilder a {
		width: 100%;
	}
}
@media(max-width: 480px) {
	html { }
}
@media(max-width: 400px) {
	html { }
	.content > div.spalte2, .spalte2 img, div.spalte2 div, .content > div.produktbilder, .content > div.produkttext {
		width: 100%;
	}
	.image h5 {
		font-size: 2rem;
	}
	.image h6 {
		font-size: 0.9rem;
	}
	h1 {
		font-size: 1.6rem;
	}
	h2 {
		font-size: 1.4rem;
	}
	.image h5 b::before {
		height: 0.4rem;
	}
	h2 b::before, h2 strong::before {
		height: 0.3rem;
	}
}