@font-face {
	font-family: 'MyFont';
	src: url('../cpfont/Roboto-Regular.woff2') format('woff2'),
         url('../cpfont/Roboto-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'MyFont';
	src: url('../cpfont/Roboto-Italic.woff2') format('woff2'),
         url('../cpfont/Roboto-Italic.woff') format('woff');
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'MyFont';
	src: url('../cpfont/Roboto-BoldItalic.woff2') format('woff2'),
         url('../cpfont/Roboto-BoldItalic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'MyFont';
	src: url('../cpfont/Roboto-Bold.woff2') format('woff2'),
         url('../cpfont/Roboto-Bold.woff') format('woff');
	font-weight: bold;
	font-display: swap;
}
@font-face {
    font-family: 'Bio';
    src: url('../cpfont/Rubik-Bold.woff2') format('woff2'),
        url('../cpfont/Rubik-Bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
/*
farben sollten in der programmierung immer in englisch erfolgen
var(--xxx)
*/
:root {
	--black: #000000;
	--white: #ffffff;
	--grey: #e6e6e6;
	--green: #1b583f;
	--darkgreen: #325047;
	--orange: #ef7d18;
	--width: calc(1400px + 4rem);
	--half: calc(700px + 2rem);
	--part: 10rem;
	--edge: 2rem;
	--space: 4rem;
}
/*
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;
}
html {
	font-size: 19px;
}
body {
	color: var(--darkgreen);
	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: var(--white);
	font-synthesis: none;
}
* {
	box-sizing: border-box;
}
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(--green);
	text-decoration: none;
}
a:hover {
	color: var(--orange);
}
.home a, .modell .m_text a, .kontakt a, .gruenbild a, .teilbild a, .modell a, .zubeh a {
	color: var(--white);
	background-color: var(--orange);
	text-transform: uppercase;
	border: 3px solid var(--orange);
	padding: 0.5rem 1.5rem;
	font-size: 0.84rem;
	line-height: 1rem;
	display: inline-block;
	border-radius: 3rem;
	font-weight: bold;
}
.home a:hover, .modell .m_text a:hover, .kontakt a:hover, .gruenbild a:hover, .teilbild a:hover, .modell a:hover, .zubeh a:hover {
	background-color: var(--white);
	color: var(--orange);
}
a.anker {
	margin: -5rem 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;
}
/*basic*/
.gruen {
	background-color: var(--green);
}
.orange {
	background-color: var(--orange);
}
.dunkelgruen {
	background-color: var(--darkgreen);
}
.grau {
	background-color: var(--grey);
}
/* 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 {
	font-family: Bio;
	letter-spacing: -1px;
	line-height: 1.1em;
	font-weight: normal;
	font-style: normal;
}
h1 {
	font-size: 2.5rem;
	color: var(--green);
}
h2 {
	font-size: 2.4rem;
}
h3 {
	font-size: 1.9rem;
}
h4 {
	font-size: 1.1rem;
}
h5 {
	font-size: 1.1rem;
}
h6 {
	font-size: 1.1rem;
}
p {
}
main ol {
	margin-left: 1rem;
}
main ul {
	margin-left: 1rem;
}
.gruen h1, .gruen h2, .gruen h3, .gruen h4, .gruen h5, .gruen h6, .gruen p, .gruen ul, .orange h1, .orange h2, .orange h3, .orange h4, .orange h5, .orange h6, .orange p, .orange ul {
	color: var(--white);
}
.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;
}
/* 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 {
	margin-left: 1rem;
}
.mce-content-body td {
	border: 1px dotted #999999;
	min-width: 20px;
}
.mce-content-body img {
	height: 60px;
	width: auto;
}
/*
allgemein
*/
.flex {
	display: flex;
	flex-wrap : wrap;
	justify-content: space-between;
}
.spalte {
	width: calc(50% - 3rem);
}
.spalte14 {
	width: calc(25% - 2rem);
}
.spalte13 {
	width: calc(33% - 2rem);
}
.spalte23 {
	width: calc(67% - 2rem);
}
.spalte14 img {
	width: 100%;
	height: auto;
}
/*
header
*/
header {
	height: 4.74rem;
	width: 100%;
	margin: 0;
	text-align: left;
	position: fixed;
	background-color: var(--green);
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.75);
	z-index: 1000;
}
a.logo, a.logo:visited {
	display: inline-block;
	height: 167%;
	float: left;
	background-color: var(--white);
	border-bottom-right-radius: 1rem;
	border-bottom-left-radius: 1rem;
	padding-right: 2rem;
	padding-left: 2rem;
	margin-left: 3.5rem;
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.25);
}
a.logo img {
	display: inline-block;
	height: 59%;
	width: auto;
	margin-top: 20%;
}
header p {
	color: var(--white);
	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: 4.74rem;
}
section {
	width: 100%;
	min-height: 100px;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	z-index: 0;
}
section.startseite {
	margin-top: 6rem;
	margin-bottom: 6rem;
}
.content {
	width: calc(100% - 3rem);
	max-width: var(--width);
	margin-right: auto;
	margin-left: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: left;
	position: relative;
}
img.stoerer {
	position: absolute;
	z-index: 10;
	top: 5rem;
	right:  calc(50% + 4rem);
	width: 11rem;
	height: 11rem;
}
.home {
	width: 100%;
	display: flex;
	flex-wrap : wrap;
	justify-content: space-between;
}
.startbild {
	width: 50%;
	background-size: cover;
	background-position: center center;
}
.starttext {
	width: 50%;
	text-align: center;
}
.starttext > div {
	text-align: left;
	display: inline-block;
	margin-top: 10rem;
	position: relative;
	margin-bottom: 10rem;
	width: calc(100% - 2rem);
	max-width: 580px;
}
.starttext > div::before {
	content: '' !important;
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	background-image: url('/images/made_in.svg');
	position: absolute;
	width: 5rem;
	height: 3rem;
	top: -5rem;
}
.starttext h1 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.starttext h3 {
	color: var(--orange);
	text-transform: uppercase;
	font-size: 1.1rem;
}
.starttext a {
	text-align: center;
	font-size: 0.85rem;
	margin-right: 2rem;
}
.feld.grau, .feld.gruen, .feld.orange, .feld.weiss, .vorteil_list {
	width: 100%;
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.vorteil_list ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.vorteil_list li {
	display: inline-block;
	list-style: none;
	width: calc(25% - 3rem);
}
.vorteil_list li strong {
	margin-left: 2.5rem;
	margin-bottom: 1rem;
	position: relative;
	display: inline-block;
	width: 100%;
}
.vorteil_list li strong::before {	
	content: '';
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	background-image: url('/images/hakenkreis.svg');
	position: absolute;
	width: 1.5rem;
	height: 1.5rem;
	left: -2.5rem;
	top: -0.1rem;
}
/*
slider
*/
.lSAction > a {
	background-image: none;
	opacity: 1;
}
.lSAction > .lSNext, .lSAction > .lSPrev {
	background-size: cover;
	background-position: center center;
	width: 3rem;
	height: 3rem;
}
/*
fakten
*/
.fakten .lSAction > .lSNext {
	background-image: url(../images/pfeil.svg);
	right: 0;
}
.fakten .lSAction > .lSPrev {
	background-image: url(../images/pfeil.svg);	
	transform: rotate(180deg);
	left: 0;
}
.fakten .lSSlideOuter .lSPager.lSpg {
	display: none;
}
.fakten {
	position: relative;
	width: 100%;
}
.fakten ul {
	padding-right: 0;
	padding-left: 0;
}
.fakten li {
	margin-left: 0;
}
.fakten .cont {
	width: calc(100% - 20rem);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-left: 10rem;
}
.fakten li div.a_text {
	width: calc(60% - 8rem);
	margin-right: 8rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: center;
}
.fakten li div.a_text h2 {
	margin-bottom: 1rem;
}
.fakten li div.a_bild {
	max-width: 40%;
	border: 0.5rem solid var(--white);
	border-radius: 1.5rem;
	display: inline-block;
	background-color: var(--white);
	position: relative;
}
.fakten li div.a_bild img {
	max-width: 100%;
	border-radius: 1rem;
}
.fakten li div.a_bild img.a_bg {
	width: 100%;
	height: auto;
	border-radius: calc(0.5rem - 5px);
	z-index: 10;
}
.fakten li div.a_bild h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	padding-right: 1rem;
	padding-left: 1rem;
	padding-bottom: 2rem;
}
/*
modell
*/
.modell .lSAction {
	display: none !important;
}
.modell {
	position: relative;
	width: 100%;
	margin-top: 1rem;
	margin-bottom: 2rem;
}
.modell ul {
	padding-right: 0;
	padding-left: 0;
	height: 100%;
	overflow: hidden;
	margin: 0;
}
.modell li {
	margin-left: 0;
	height: 100%;
	border-radius: 1.5rem;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.modell li div {
	height: 100%;
	display: inline-block;
	top: 0;
}
.modell li div:first-of-type {
	width: 18rem;
}
.modell li div:last-of-type {
	width: calc(100% - 18rem);
	background-size: cover;
	background-position: center center;
	height: 35rem;
}
.modell li div h2 , .modell li div p {
	padding: 1rem;
}
.modell li div h2 {
	margin-top: 1rem;
}
.modell li div p strong {
	text-transform: uppercase;
}
.modell .lSSlideOuter .lSPager.lSpg {
	position: absolute;
	width: 100%;
	text-align: center;
	margin-top: 1rem !important;
}
.modell .lSSlideOuter .lSPager.lSpg > li a {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	border-radius: 1rem;
	cursor: pointer;
	border: 2px solid var(--green);
	margin: 0.35rem;
	font-size: 1rem;
	box-shadow: none;
}
.modell .lSSlideOuter .lSPager.lSpg > li.active a {
	background-color: var(--green);
}
/*
vorteile
*/
.vorteile {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.vorteile .orange, .vorteile .gruen {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.vorteile .orange {
	width: calc(50% - var(--part));
	text-align: right;
}
.vorteile .orange > div {
	text-align: left;
	width: calc(100% - var(--space));
	max-width: calc(var(--half) - var(--part) - var(--space));
	display: inline-block;
	margin-right: var(--space);
}
.vorteile .orange h2 {
	color: var(--white);
}
.vorteile .gruen {
	width: calc(50% + var(--part));
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: left;
}
.vorteile .gruen > div {
	width: calc(100% - var(--space));
	max-width: calc(var(--half) + var(--part) - var(--space));
	margin-left: var(--space);
}
.vorteile .gruen > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.vorteile .gruen .spalte {
	width: calc(50% - 2rem);
}
.vorteile .gruen li {
	margin-left: 0.75rem;
	margin-bottom: 1rem;
	position: relative;
	display: inline-block;
	width: 100%;
}
.vorteile .gruen li::before {	
	content: '';
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	background-image: url('/images/hakenkreis.svg');
	position: absolute;
	width: 1.25rem;
	height: 1.25rem;
	left: -1.75rem;
	top: 0.1rem;
}
/*
konfigurator
*/
.konfig {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.konfig .cont {
	width: calc(var(--half) + var(--part) - var(--space));
	position: relative;
}
.konfig .cont img {
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
}
.konfig .cont #konf6 {
	z-index: 1;
}
.konfig .cont #konf4 {
	z-index: 2;
}
.konfig .cont #konf2 {
	z-index: 3;
}
.konfig .cont #konf3 {
	z-index: 4;
}
.konfig .cont #konf5 {
	z-index: 5;
}
.konfig .cont #konf1 {
	z-index: 6;
	position: relative;
}
.konfig .cont img.zeichn {
	position: absolute;
	display: none;
}
.konfig .cont img.zeichn.akt {
	display: block;
}
.konfig .men {
	width: calc(var(--half) - var(--part) - var(--space));
	margin-left: var(--space);
}
.konfig .men p {
	margin-top: 0.5rem;
	margin-bottom: 1rem;
}
.konfig .men > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 15rem;
}
.konfig .men span {
	color: var(--white);
	background-color: var(--green);
	text-transform: uppercase;
	border: 3px solid var(--green);
	padding: 0.5rem 1.5rem;
	font-size: 0.84rem;
	line-height: 1rem;
	display: inline-block;
	border-radius: 3rem;
	font-weight: bold;
	width: 100%;
	text-align: center;
	margin-top: 1rem;
}
.konfig .men span.konf::before {
	content: '+ ';
}
.konfig .men span.konf.akt::before {
	content: '- ';
}
.konfig .men span:first-of-type::before {
	display: none;
}
.konfig .men span:hover {
	background-color: var(--white);
	color: var(--green);
}
/*
materiel
*/
.material {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 1rem;
}
.material > div {
	display: inline-block;
	width: calc(25% - 2rem);
}

.material img {
	width: 100%;
	border-radius: 0.5rem;
	margin-bottom: 1rem;
}
.material h4 {
	font-size: 1.1rem;
	margin-top: 1rem;
	margin-bottom: 0.5rem;
}
/*
zubehör
*/
.zubeh .lSAction {
	display: none !important;
}
.zubeh {
	position: relative;
	width: 100%;
	margin-top: 1rem;
	margin-bottom: 2rem;
}
.zubeh ul {
	padding-right: 0;
	padding-left: 0;
	height: 100%;
	overflow: hidden;
	margin: 0;
}
.zubeh li {
	margin-left: 0;
	border-radius: 1.5rem;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: calc(50% - 2rem);
	position: relative;
}
.zubeh li div {
	display: inline-block;
	top: 0;
}
.zubeh li div:first-of-type {
	width: 18rem;
}
.zubeh li div:last-of-type {
	width: calc(100% - 18rem);
	background-size: cover;
	background-position: center center;
	height: 35rem;
}
.zubeh li div h2 , .zubeh li div p {
	padding: 1rem;
}
.zubeh li div h2 {
	margin-top: 1rem;
	font-size: 1.8rem;
}
.zubeh li div p strong {
	text-transform: uppercase;
}
.zubeh .lSSlideOuter .lSPager.lSpg {
	position: absolute;
	width: 100%;
	text-align: center;
	margin-top: 1rem !important;
}
.zubeh .lSSlideOuter .lSPager.lSpg > li {
	width: auto;
}
.zubeh .lSSlideOuter .lSPager.lSpg > li a {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	border-radius: 1rem;
	cursor: pointer;
	border: 2px solid var(--green);
	margin: 0.35rem;
	font-size: 1rem;
	box-shadow: none;
}
.zubeh .lSSlideOuter .lSPager.lSpg > li.active a {
	background-color: var(--green);
}
/*
faq
*/
div.content.faq {
	margin-top: 1rem;
	margin-bottom: 1rem;
	cursor: pointer;
	background-color: var(--white);
	border-radius: 1.5rem;
}
.faq > div {
	position: relative;
}
.faq .mehrhead {
	padding: 0.75rem 1.5rem;
	width: 100%;
	border-radius: 1.5rem;
}
.faq.akt .mehrhead {
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.25);
}
.mehrhead h5 {
	font-size: 1rem;
	color: var(--green);
	display: inline-block;
	width: auto;
}
.mehrhead span.mehrlink {
	display: inline-block;
	background: url(/images/plus.svg) center center no-repeat;
	background-size: contain;
	width: 1.5rem;
	height: 1.5rem;
	line-height: 0;
	position: absolute;
	right: 1.5rem;
}
.faq.akt span.mehrlink {
	background-image: url(/images/minus.svg);
}
.faq .mehrtext {
	height: 0;
	max-height: 0;
	overflow: hidden;
	transition: max-height 2s ease-in-out 0s;
}
.faq .mehrtext p, .faq .mehrtext li {
	color: var(--green);
}
.faq.akt .mehrtext {
	height: auto;
	max-height: 100rem;
	transition: max-height 2s ease-in-out 0s;
	padding: 0.75rem 1.5rem;
}
div.mehrtext p {
	padding-top: 0;
}
/*
aktuelles
*/
.aktuell {
	position: relative;
	width: calc(100% - 10rem);
	margin: 1rem auto 2rem;
}
.aktuell ul {
	padding-right: 0;
	padding-left: 0;
	height: 100%;
	overflow: hidden;
	margin: 0;
}
.aktuell li {
	margin-left: 0;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: calc(50% - 2rem);
	position: relative;
}
.aktuell li img {
	width: 100%;
	height: auto;
	border-radius: 1.5rem;
}
.aktuell li div {
	margin-top: 1rem;
}
.aktuell li div h3 , .aktuell li div p {
}
.aktuell li div h3 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.aktuell li div a {
	color: var(--green);
	background-color: var(--white);
	text-transform: uppercase;
	border: 3px solid var(--white);
	padding: 0.5rem 1.5rem;
	font-size: 0.84rem;
	line-height: 1rem;
	display: inline-block;
	border-radius: 3rem;
	font-weight: bold;
	text-align: center;
	margin-top: 1rem;
}
.aktuell li div a:hover {
	background-color: var(--green);
	border-color: var(--green);
	color: var(--white);
}
.aktuell .lSAction {
	display: none !important;
}
.aktuell .lSSlideOuter .lSPager.lSpg {
	position: absolute;
	width: 100%;
	text-align: center;
	margin-top: 1rem !important;
}
.aktuell .lSSlideOuter .lSPager.lSpg > li {
	width: auto;
}
.aktuell .lSSlideOuter .lSPager.lSpg > li a {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	border-radius: 1rem;
	cursor: pointer;
	border: 2px solid var(--green);
	margin: 0.35rem;
	font-size: 1rem;
	box-shadow: none;
}
.aktuell .lSSlideOuter .lSPager.lSpg > li.active a {
	background-color: var(--green);
}




























/*
formulartremplates
*/
.formular {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.formular div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.formular div.normal, .formular div.breit {
	display: inline-block;
	margin-bottom: 1rem;
	font: 0.9rem/1em var(--sans);
}
.formular div.normal {
	width: calc(50% - 20px);
}
.formular div.breit {
	width: 100%;
	text-align: left;
}
#datenschutz {
	float: left;
}
.formular h5 {
}
.formular p {
}
.formular label {
	width: 100%;
	display: inline-block;
	color: var(--darkgreen);
	font-size: 1rem;
	line-height: 1em;
	margin-bottom: 3px;
	padding-right: 10px;
}
.formular label.pflicht::after {
	content: ' *';
}
.formular span {
	margin-right: 1em;
	font-size: 0.9em;
}
.formular label span {
	margin-left: 0.3em;
}
.formular input, .formular select, .formular textarea {
	margin: 0;
	padding: 1rem;
	border: none;
	font: 0.9rem/1.5em var(--sans);
	color: #666666;
	background-color: #f0f0f0;
	border-radius: 0.3rem;
}
.formular .standard, .formular .lang {
	width: 100%;
}
.formular .kurz {
	width: 27%;
}
.formular .mittel {
	width: 67%;
}
.formular .inputgroup {
	line-height: 1.5em;
}
.formular input[type='checkbox'], .formular input[type='radio'] {
	margin-right: 0.3em;
	font: 0.9rem var(--sans);
}
.formular input.agb {
	float: left;
	margin-right: 1rem;
}
#f59 {
	font-size: 0.6rem;
	white-space: normal;
	margin-right: 0;
	margin-left: 0;
}
#f59 input {
	float: left;
	width: auto;
}
#f59 span {
	width: calc(100% - 2rem);
	float: right;
	white-space: normal;
}
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;
	color: var(--white);
	background-color: var(--orange);
	text-transform: uppercase;
	border: 3px solid var(--orange);
	padding: 0.75rem 2rem;
	font-size: 0.84rem;
	line-height: 1rem;
	border-radius: 3rem;
}
input[type='submit']:hover {
	background-color: var(--white);
	border-color: var(--darkgreen);
	color: var(--darkgreen);
}
.formular .fehler {
	color: var(--orange);
}
.formularfehler {
	background-color: var(--orange);
	padding: 5px;
}



.kontaktform .formular input, .kontaktform .formular select, .kontaktform .formular textarea {
	margin: 0;
	padding: 2px 5px;
	border: 2px solid var(--darkgreen);
	font: 0.9rem var(--sans);
	color: #666666;
	background-color: var(--white);
	border-radius: 0;
}

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;
	color: var(--white);
	background-color: var(--orange);
	text-transform: uppercase;
	border: 3px solid var(--orange);
	padding: 0.75rem 2rem;
	font-size: 0.84rem;
	line-height: 1rem;
	border-radius: 3rem;
}
input[type='submit']:hover, .sendbutton:hover {
	background-color: var(--white);
	color: var(--orange);
}
.formularfehler {
	background-color: #f7b982;
	padding: 5px;
}
/*
artikel thumbs
*/
.artikel_thumbs {
	width: calc(66% - 2rem);
	display: flex;
	flex-wrap : wrap;
	justify-content: space-between;
}

.artikel_thumbs a {
	background-color: var(--green);
	color: var(--white);
	position: relative;
	border-radius: 0.5rem;
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.25);
	display: inline-block;
	overflow: hidden;
	width: calc(50% - 2rem);
	line-height: 0;
	margin-bottom: 4rem;
}
.artikel_thumbs a img {
	width: 100%;
	height: auto;
}
.artikel_thumbs a div {
	position: relative;
	text-align: center;
	padding: 0 2rem;
}
.artikel_thumbs a span, .artikel_thumbs a:visited span {
	color: var(--green);
	background-color: var(--white);
	text-transform: uppercase;
	border: 3px solid var(--white);
	padding: 0.75rem 2rem;
	font-size: 0.84rem;
	line-height: 1rem;
	display: inline-block;
	border-radius: 3rem;
	margin-top: -1.6rem;
}
.artikel_thumbs a span:hover {
	color: var(--white);
	background-color: var(--green);
}
.artikel_thumbs a h4 {
	font-size: 1.9rem;
	line-height: 1.1em;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
/*
einzeldarstellung
*/
.artikel_einzel {
	display: flex;
	flex-wrap : wrap;
	justify-content: space-between;
	width: 100%;
}
.artikel_infos {
	width: calc(75% - 1rem);
}
.artikel_bilder {
	width: 100%;
	display: flex;
	flex-wrap : wrap;
	justify-content: space-between;
	margin-bottom: 2rem;
}
.artikel_bilder div {
	width: calc(33% - 1rem);
	display: flex;
	flex-wrap : nowrap;
	flex-direction: column;
	justify-content: space-between;
}
.artikel_bilder div span {
	display: inline-block;
	width: 100%;
	height: calc(33% - 1rem);
	background-size: cover;
	background-position: center center;
	border-radius: 0.6rem;
}
.artikel_bilder > img {
	width: calc(66% - 1rem);
	display: inline-block;
	background-size: cover;
	background-position: center center;
	border-radius: 0.6rem;
}
.artikel_order {
	width: calc(25% - 1.5rem);
	display: inline-block;
	position: relative;
}
.artikel_order h2 {
	font-size: 1.79rem;
}
.artikel_order h6 {
	margin-top: 1.5rem;
	margin-bottom: 0.5rem;
}
.artikel_order div {
	display: flex;
	flex-wrap : wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 2rem;
	width: 100%;
}
.artikel_order .formular div span.preis {
	font-size: 1.79rem;
	color: var(--orange);
	font-weight: bold;
}
.artikel_order input[type="submit"] {
	width: 100%;
}
.artikel_order .formular span {
	font-size: 1rem;
	margin-right: 0.5rem;
}
.artikel_order .formular span .ui-icon {
	margin-right: 0;
}
.artikel_zubeh {
	margin-top: 4rem;
}
.artikel_zubeh, .artikel_zubeh h3 {
	width: 100%;
	display: flex;
	flex-wrap : wrap;
	justify-content: flex-start;
	gap: 2.5rem;
}
.artikel_zubeh a {
	display: inline-block;
	width: calc(25% - 1.2rem);
	text-align: center;
	margin-top: 1rem;
}
.artikel_zubeh a img {
	border-radius: 0.6rem;
	width: 100%;
	border: 1px solid #bebebe;
	margin-bottom: 1rem;
}
/*
warenkorb
*/
.korblink {
	display: inline-block;
	width: 4.74rem;
	height: 100%;
	top: 0;
	right: 4.74rem;
	background: url(/images/korb.svg) center center no-repeat;
	text-align: center;
	position: absolute;
	background-color: var(--orange);
	background-size: 2rem;
}
a.korblink:hover {
	background: url(/images/korb_o.svg) center center no-repeat;
	background-color: var(--white);
	background-size: 2rem;
}
.korblink span {
	border-radius: 1rem;
	background-color: var(--white);
	color: var(--orange);
	text-align: center;
	width: 1.5rem;
	display: inline-block;
	height: 1.5rem;
	position: absolute;
	top: 0.75rem;
	right: 0.75rem;
}
a.korblink:hover span {
	color: var(--white);
	background-color: var(--orange);
}
.warenkorb, .waren_liste, .waren_item, .waren_summe {
	width: 100%;
}
.warenkorb {
	display: flex;
	flex-wrap : wrap;
	justify-content: space-between;
}
.waren_item {
	display: flex;
	flex-wrap : wrap;
	justify-content: space-between;
	margin-top: 2rem;
	margin-bottom: 2rem;
	border-bottom: 1px solid #bcbcbc;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.waren_item:first-of-type {
	border-top: 1px solid #bcbcbc;
}
.waren_item img {
	display: inline-block;
	width: calc(25% - 1rem);
	background-size: cover;
	background-position: center center;
	border-radius: 0.6rem;
}
.waren_text {
	width: calc(50% - 2rem);
}
.waren_text h3 {
	margin-bottom: 0.5rem;
}
.waren_zahl {
	width: calc(25% - 1rem);
}
.waren_zahl div {
	display: flex;
	flex-wrap : wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 2rem;
	width: 100%;
}
.waren_zahl div span.preis {
	font-size: 1.79rem;
	color: var(--orange);
	font-weight: bold;
}
.waren_summe div {
	width: 100%;
}
.waren_summe span {
	float: right;
}
.waren_summe .summe, .waren_summe .gesamt {
	font-size: 2rem;
	font-weight: bold;
}
.waren_summe .versand, .waren_summe .mwst {
	font-size: 1.2rem;
	font-weight: bold;
}
.waren_summe .gesamt {
	color: var(--orange);
}
.waren_summe .buttons {
	margin-top: 2rem;
}
.waren_summe .buttons a {
	color: var(--green);
	background-color: var(--white);
	text-transform: uppercase;
	border: 3px solid var(--green);
	padding: 0.75rem 2rem;
	font-size: 0.84rem;
	line-height: 1rem;
	display: inline-block;
	border-radius: 3rem;
}
.waren_summe .buttons a:hover {
	color: var(--white);
	background-color: var(--green);
}
.waren_summe .buttons form {
	float: right;
	display: inline-block;
	width: auto;
}
/*
adressseingabe
*/
.adresseingabe {
	width: 100%;
	display: flex;
	flex-wrap : wrap;
	justify-content: space-between;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.adresseingabe h3, .adresseingabe div {
	width: calc(50% - 1.5rem);
}
.adresseingabe .zahlart span input {
	line-height: 1.5rem;
}
.adresseingabe .zahlart rb img {
	height: 1.5rem;
	margin-bottom: -0.5rem;
}
.adresseingabe .zahlart span {
	display: inline-block;
	margin-top: 0.5rem;
	margin-left: 1.2rem;
	font-size: 0.8rem;
}
.adresseingabe .ds_agb {
	width: 100%;
	margin-bottom: 1rem;
}
.adresseingabe .ds_agb span {
	display: inline-block;
	width: calc(100% - 2rem);
}
.adresseingabe .ds_agb input {
	margin-top: 0.25rem;
}
/*
check
*/
.formular div.adresscheck, .formular div.artikelcheck {
	width: calc(50% - 2rem);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
.adresscheck_adr, .adresscheck_zahl {
	background-color: #f4f4f4;
	border-radius: 0.6rem;
}
.adresscheck_adr {
	width: calc(50% - 1rem);
}
.adresscheck_adr h6, .adresscheck_adr p, .adresscheck_zahl h6 {
	margin: 1rem;
}
.adresscheck_zahl {
	width: 100%;
	margin-top: 2rem;
}
.adresscheck_zahl img {
	float: right;
	height: 2rem;
}
.formular div.sendcheck {
	width: 100%;
	margin-top: 2rem;
	justify-content: flex-end;
}
.formular div.artikelcheck {
	display: table;
}
.artikelcheck > div {
	display: table-row;
}
.artikelcheck > div div, .artikelcheck > div h6 {
	display: table-cell;
	padding: 0.75rem 0.5rem;
}
.adresscheck_adr h6, .artikelcheck > div h6 {
	font-size: 1rem;
}
.artikelcheck > div:last-of-type h6 {
	color: var(--orange);
	border-top: 1px solid #bcbcbc;
}
.artikelcheck > div:first-of-type h6 {
	border-bottom: 1px solid #bcbcbc;
	padding-top: 0;
}
.artikelcheck > div div:last-of-type, .artikelcheck > div h6:last-of-type {
	white-space: nowrap;
}
.artikelcheck > div div {
	border-bottom: 1px solid #bcbcbc;
}
.artikelcheck > div h6.sum {
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
}











.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: auto;
}
ui-button {
	color: var(--green);
	background-color: var(--white);
	text-transform: uppercase;
	border: 3px solid var(--white);
	padding: 0.75rem 2rem;
	font-size: 0.84rem;
	line-height: 1rem;
	display: inline-block;
	border-radius: 3rem;
	margin-top: -1.6rem;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
	border-bottom-right-radius: 1.2rem;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
	border-bottom-left-radius: 1.2rem;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
	border-top-right-radius: 1.2rem;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
	border-top-left-radius: 1.2rem;
}
.ui-selectmenu-button.ui-button, .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
	color: var(--green);
	background-color: var(--white);
	border: 3px solid var(--green);
}
.ui-menu {
	margin-top: -3px;
	color: var(--green);
	background-color: var(--white);
	border: 3px solid var(--green);
}
.ui-menu-item {
	color: var(--green);
	background-color: var(--white);
	border: none;
}
.ui-widget.ui-widget-content {
	border: 3px solid var(--green);
	border-top: none;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	color: var(--white);
	background-color: var(--green);
	border: none;
}
.ui-button .ui-icon, .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
	background-image: url(/images/pulldown.svg);
	margin-top: 4px;
}
.ui-icon-triangle-1-s {
	background-position: center;
}



.kontakt {
	width: 100%;
	background-color: var(--white);
	border-radius: 0.5rem;
	color: var(--darkgreen);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: left;
	z-index: 20;
}
.kontakt h3, .kontakt p {
	color: var(--darkgreen);
}
.kontakt p {
	font-size: 1.25rem;
}
.kontakt .spalte {
	padding: 2rem 0;
}
.kontakttext a {
	margin-top: 2rem;
	margin-right: 1rem;
}
.kontakttext a:first-of-type::before, .kontakttext a:nth-of-type(2)::before {
	content: '' !important;
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	height: 0.7rem;
	width: 0.9rem;
	margin: 0 0.4rem -0.1rem 0;
}
.kontakttext a:first-of-type::before {
	background-image: url('/images/telefon.svg');
}
.kontakttext a:nth-of-type(2)::before {
	background-image: url('/images/mail.svg');
}
/* navigation */
.nav_icon, .nav_close {
	display: block;
	position: absolute;
	cursor: pointer;
	font-size: 0.9rem;
	text-align: center;
	line-height: 1rem;
}
.nav_icon {
	width: 4.74rem;
	height: 100%;
	top: 0;
	right: 0;
	background-color: var(--orange);
	text-align: center;
}
.nav_icon:hover {
	background-color: var(--white);
}
.nav_icon:hover span {
	background-color: var(--orange);
}
.nav_icon div {
	width: 33%;
	display: inline-block;
	margin-top: 33%;
}
.nav_icon span, .nav_close span {
	display: block;
	width: 100%;
	height: 4px;
	background-color: var(--white);
	margin-bottom: 7px;
}
.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.;
	display: block;
	transition: opacity 0.3s, display 0s;
}
nav {
	position: fixed;
	top: 0;
	height: 100%;
	background-color: var(--orange);
	z-index: 1000;
	overflow: auto;
	right: 0;
	width: 0;
	max-width: 0%;
	transition: width 0.4s;
}
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: var(--white);
	text-decoration: none;
}
nav ul li a:hover {
	color: var(--darkgreen);
	text-decoration: 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: var(--white);
}
/*
footer
*/
footer {
	font-size: 0.7em;
	clear: none;
	width: 100%;
	margin: 0;
	background-color: var(--green);
	text-align: left;
	padding: 2em 0;
	color: var(--white);
	overflow: visible;
	z-index: 200;
	position: relative;
	padding-top: 2rem;
}
footer.startfuss {
	padding-top: 8rem;
}
footer .fuss {
	border-top: 2px solid var(--orange);
	width: calc(100% - 7rem);
	margin-left: 3.5rem;
	margin-bottom: 3rem;
	padding-top: 1rem;
}
footer .fuss div {
	display: inline-block;
}
footer .fuss p {
	font-size: 0.84rem;
}
footer .name {
	margin-right: 8rem;
}
footer .recht a, footer .recht a:visited {
	color: var(--white);
	text-decoration: none;
}
footer .social {
	float: right;
}
footer .social img {
	margin-left: 1rem;
}
/*
seite
*/
.image {
	width: 100%;
	height: 39vw;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: right;
	background-size: cover;
	background-position: center center;
	z-index: 0;
}
.main img {
	max-width: 100%;
	height: auto;
}
/*
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: 100%;
	height: 60vh;
	max-height: 400px;
	min-height: 200px;
	margin-top: 2rem;
}
.map:hover .map_hinweis {
	background-color: #cccccc !important;
}
/* 1024 < laptop, pad quer < 1450 */
@media(max-width: 1450px) {
	html {
		font-size: 17px;
	}
}
@media(max-width: 1200px) {
	html { }
	.content {
		width: calc(100% - 2rem);
	}
	.aktuell li div.a_first {
		margin-left: 5rem;
	}
	.aktuell li div.a_text {
		width: calc(68% - 13rem);
	}
	.aktuell li div.a_bild h3 {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
		padding-bottom: 1.5rem;
	}
	.aktuell li div.a_bild, .tipp li div.a_bild {
		border-width: 6px;
		border-radius: 0.5rem;
	}
	.aktuell li div.a_bild img.a_bg {
		border-radius: calc(0.5rem - 3px);
	}
}
/* pad hochkant, smartphone quer */
@media(max-width: 1000px) {
	html {
		font-size: 15px;
	}
}/* pad */@media(max-width: 950px){
	html { }
	.aktuell li div.a_bild h3 {
		font-size: 1.5rem;
		padding-bottom: 2rem;
	}
	.home {
	}
	.startbild {
		padding-top: 100vw;
	}
	.starttext > div {
		margin-bottom: 5rem;
		margin-top: 6rem;
	}
	.artikel_thumbs, .artikel_thumbs a, .spalte13, .spalte23, .artikel_infos, .artikel_order, .waren_text, .waren_zahl, .adresseingabe div {
		width: 100%;
	}
	.artikel_zubeh a {
		width: calc(50% - 2rem);
	}
	.artikel_order, .adresseingabe div {
		margin-top: 2rem;
	}
	.modell_t.spalte13 {
		margin-bottom: 2rem;
	}
	.bildhead, .bildcontent {
		width: 100%;
	}
	.spalte14 {
		width: calc(50% - 2rem);
		margin-bottom: 4rem;
	}
	.starttext h2 {
		font-size: 2.2rem;
	}}@media(max-width: 750px) {
	html { }
	header {
		height: 3.5rem;
	}
	a.logo, a.logo:visited {
		height: 140%;
		padding-right: 1rem;
		padding-left: 1rem;
		margin-left: 2rem;
	}
	a.logo img {
		display: inline-block;
		height: 59%;
		width: auto;
		margin-top: 20%;
	}
	header p {
		display: none;
	}
	.startbild {
		width: 100%;
	}
	.nav_icon div {
		margin-top: 22%;
	}
	.nav_icon span, .nav_close span {
		height: 3px;
	}
	main {
		padding-top: 3.5rem;
	}
	.home_image {
		height: 80vw;
	}
	.home_image, .home, .spalte {
		width: 100% !important;
	}
	.home_image {
		height: 80vw;
	}
	.home {
		margin-right: 0;
		padding: 0;
	}
	.aktuell li div.a_first, .aktuell li div.a_text {
		width: calc(100% - 3rem);
		margin-left: 1.5rem;
		margin-right: 1.5rem;
	}
	.aktuell li div.a_first {
		margin-bottom: 2rem;
	}
	.aktuell li div.a_text {
	}
	.tipp li div.a_bild, .tipp li div.a_text {
		width: calc(100% - 3rem);
		margin-left: 1.5rem;
		margin-right: 1.5rem;
	}
	.tipp li div.a_bild {
		margin-bottom: 2rem;
	}
	.tipp li div.a_text {
	}
	.lSAction > a {
		top: 38vw;
	}
	.lSAction > .lSNext, .lSAction > .lSPrev {
		width: 2rem;
		height: 2rem;
	}
	.modell_t {
		width: 100% !important;
		margin-bottom: 0;
	}
	.modell {
		width: 100% !important;
		margin-top: 2rem;
	}
	.spalte14 {
		width: 100% !important;
	}
	.starttext {
		width: 100%;
	}
	.starttext > div h2 {
	}
	.textbild {
		flex-wrap: wrap;
	}
	.gruentext, .gruenbild {
		width: 100%;
	}
	.gruenbild div {
		width: 100%;
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	.gruenbild div a {
		margin-top: 4rem;
	}
	.teilbild div {
		width: 100%;
		margin-top: 0;
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.teilbild img {
		width: 100%;
		padding-bottom: 2rem;
	}
	.teilbild a {
		width: 100%;
		display: inline-block;
		margin-top: 0;
		padding-top: 4rem;
		z-index: 1;
		padding-bottom: 4rem;
		border-style: none;
	}
	.teilbild a.textgrau {
		border-radius: 0;
		border-top-left-radius: 0.5rem;
		border-top-right-radius: 0.5rem;
	}
	.teilbild a.textgruen {
		border-radius: 0;
		border-bottom-left-radius: 0.5rem;
		border-bottom-right-radius: 0.5rem;
	}
	
	
	
	.korb img {
		height: 45vw;
		width: 60vw;
		margin-top: -20vw;
		margin-left: -4vw;
	}
	
	
	
	
	
}
/* smartphone, schmal */@media(max-width: 400px) {
	html { }
	h2, .starttext h2 {
		font-size: 2rem;
	}
	h3 {
		font-size: 1.5rem;
	}
	.kontakt {
		padding-right: 0;
	padding-left: 0;
	}
}