.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
word-break: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }  body {
margin: 0;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; }  a {
background-color: transparent;
} abbr[title] {
border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button,
input { overflow: visible;
} button,
select { text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box; padding: 0; } [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
} body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: sans-serif;
font-size: 16px;
font-size: 1rem;
line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
clear: both;
}
p {
margin: .75em 0;
}
dfn, cite, em, i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code, kbd, tt, var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark, ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit;
}
body {
background: #fff; }
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul, ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; }
figure {
margin: 1em 0; }
table {
margin: 0 0 1.5em;
width: 100%;
}  a {
color: royalblue;
}
a:visited {
color: purple;
}
a:hover, a:focus, a:active {
color: midnightblue;
}
a:focus {
outline: thin dotted;
}
a:hover, a:active {
outline: 0;
} .main-navigation {
clear: both;
display: block;
float: left;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
left: 100%;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation li {
float: left;
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: block;
}
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}  .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
} .widget {
margin: 0 0 1.5em; }
.widget select {
max-width: 100%;
}  .sticky {
display: block;
}
.post,
.page {
margin: 0 0 1.5em;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}  .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
}
.fourblocks { padding: 3em;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-evenly; background-color: #333333;
}
.fourblocks > .fourblockscolumn {
width: 20%;
margin: .75em 0;
display: flex;
flex-wrap: wrap;
align-content: space-between;
}
.fourblocks > .fourblockscolumn > a {
position: relative;
display: block;
background: transparent;
box-shadow: 0px 0px 0px 1px white;
padding: .5em;
color: #fff;
font-size: 0.9em;
width: 100%;
margin: 1.5em auto;
text-align: center;
border: 0;
transition: all ease-in 300ms;
z-index: 9;
}
.fourblocks > .fourblockscolumn > a::before {
content:"";
display: block;
position: absolute;
width: 0%;
top: 0;
left: 0;
bottom: 0;
background: #94BF35;
background-origin: left;
transition: all ease-out 200ms;
z-index: -1;
}
.fourblocks > .fourblockscolumn > a:hover::before {
width: 50%;
}
.fourblocks > .fourblockscolumn > a::after {
content:"";
display: block;
position: absolute;
width: 0%;
top: 0;
right: 0;
bottom: 0;
background: #94BF35;
background-origin: right;
transition: all ease-out 200ms;
z-index: -1;
}
.fourblocks > .fourblockscolumn > a:hover::after {
width: 50%;
}
@media screen and (max-width: 1024px) {
.fourblocks div {
width: 45% !important;
}
.fourblocks div div {
width: 100% !important;
}
}@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: url(//bentfeld-versmold.de/wp-content/themes/bentfeld-child/fonts/open-sans-v34-latin-300.eot); src: local(''),
url(//bentfeld-versmold.de/wp-content/themes/bentfeld-child/fonts/open-sans-v34-latin-300.eot?#iefix) format('embedded-opentype'), url(//bentfeld-versmold.de/wp-content/themes/bentfeld-child/fonts/open-sans-v34-latin-300.woff2) format('woff2'), url(//bentfeld-versmold.de/wp-content/themes/bentfeld-child/fonts/open-sans-v34-latin-300.woff) format('woff'), url(//bentfeld-versmold.de/wp-content/themes/bentfeld-child/fonts/open-sans-v34-latin-300.ttf) format('truetype'), url(//bentfeld-versmold.de/wp-content/themes/bentfeld-child/fonts/open-sans-v34-latin-300.svg#OpenSans) format('svg'); } @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: url(//bentfeld-versmold.de/wp-content/themes/bentfeld-child/fonts/open-sans-v34-latin-regular.eot); src: local(''),
url(//bentfeld-versmold.de/wp-content/themes/bentfeld-child/fonts/open-sans-v34-latin-regular.eot?#iefix) format('embedded-opentype'), url(//bentfeld-versmold.de/wp-content/themes/bentfeld-child/fonts/open-sans-v34-latin-regular.woff2) format('woff2'), url(//bentfeld-versmold.de/wp-content/themes/bentfeld-child/fonts/open-sans-v34-latin-regular.woff) format('woff'), url(//bentfeld-versmold.de/wp-content/themes/bentfeld-child/fonts/open-sans-v34-latin-regular.ttf) format('truetype'), url(//bentfeld-versmold.de/wp-content/themes/bentfeld-child/fonts/open-sans-v34-latin-regular.svg#OpenSans) format('svg'); } @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: url(//bentfeld-versmold.de/wp-content/themes/bentfeld-child/fonts/open-sans-v34-latin-700.eot); src: local(''),
url(//bentfeld-versmold.de/wp-content/themes/bentfeld-child/fonts/open-sans-v34-latin-700.eot?#iefix) format('embedded-opentype'), url(//bentfeld-versmold.de/wp-content/themes/bentfeld-child/fonts/open-sans-v34-latin-700.woff2) format('woff2'), url(//bentfeld-versmold.de/wp-content/themes/bentfeld-child/fonts/open-sans-v34-latin-700.woff) format('woff'), url(//bentfeld-versmold.de/wp-content/themes/bentfeld-child/fonts/open-sans-v34-latin-700.ttf) format('truetype'), url(//bentfeld-versmold.de/wp-content/themes/bentfeld-child/fonts/open-sans-v34-latin-700.svg#OpenSans) format('svg'); } @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 800;
src: url(//bentfeld-versmold.de/wp-content/themes/bentfeld-child/fonts/open-sans-v34-latin-800.eot); src: local(''),
url(//bentfeld-versmold.de/wp-content/themes/bentfeld-child/fonts/open-sans-v34-latin-800.eot?#iefix) format('embedded-opentype'), url(//bentfeld-versmold.de/wp-content/themes/bentfeld-child/fonts/open-sans-v34-latin-800.woff2) format('woff2'), url(//bentfeld-versmold.de/wp-content/themes/bentfeld-child/fonts/open-sans-v34-latin-800.woff) format('woff'), url(//bentfeld-versmold.de/wp-content/themes/bentfeld-child/fonts/open-sans-v34-latin-800.ttf) format('truetype'), url(//bentfeld-versmold.de/wp-content/themes/bentfeld-child/fonts/open-sans-v34-latin-800.svg#OpenSans) format('svg'); }
:root {
font-size:20px;
--swiper-theme-color: #96c239 !important;
}
body {
color:#fff;
font-family: 'Open Sans', sans-serif;
font-weight: 300;
background-color: #3c3c3c;
}
video {
width:100%;
max-width:100%;
}
a {
text-decoration: none;
}
a,
a:visited,
a:focus,
a:hover{
color:#fff;
}
footer a {
color: #96c239 !important;
}
section#galerie.scroll {
min-height: auto;
}
#galerie .inner-content {
background: #3c3c3c;
color: #fff;
padding: 0 1em;
min-height: auto;
}
#galerie .inner-content a {
color: #fff;
}
#galerie .accordionHeadline h4 {
box-shadow: 0 0 0 1px #fff;
}
#galerie .accordionHeadline h4:before, #galerie .accordionHeadline h4:after {
color: #fff !important;
background: #fff !important;
}
#kontaktformular .inner-content,
#unsere-markenhersteller .inner-content {
background: rgba(20,20,20,0.2);
color: rgba(255,255,255,.66) !important;
}
#kontaktformular .mdc-line-ripple {
background: rgba(255,255,255,.66) !important;
}
#kontaktformular input.mdc-text-field__input, textarea {
color: rgba(255,255,255,.66) !important;
}
#kontaktformular textarea {
background: transparent !important;
}
#kontaktformular label {
color: #fff;
}
#kontaktformular .submit-form .focus ~ label.mdc-floating-label, .submit-form label.focus-text.mdc-floating-label {
color: #666;
}
#kontaktformular input[type="radio"]:checked + label::before, input[type="checkbox"]:checked + label::before,
#kontaktformular input[type="checkbox"] + label::before, input[type="radio"] + label::before {
box-shadow: 0 0 0 .15em rgba(255,255,255,.66);
}
#kontaktformular input[type="submit"], input[type="button"] {
box-shadow: inset 0 0 0 .15em rgba(255,255,255,.66);
color: rgba(255,255,255,.66);
}
.hp-message {
display: none;
}
.wpcf7-form-control {
background: transparent;
border: none;
color: transparent;
}
#unsere-markenhersteller div a {
color: #96c239 !important;
}
#unsere-markenhersteller div p {
text-align: center;
}
#unsere-markenhersteller .flow-wrap-l, #galerie .flow-wrap-l  {
flex-wrap: nowrap;
overflow: hidden !important;
transition: all ease-in 300ms;
}
#unsere-markenhersteller .open, #galerie .open  {
flex-wrap: wrap !important;
overflow: auto !important;
}
#unsere-markenhersteller .accordionHeadline h4 {
box-shadow: 0 0 0 1px rgba(255,255,255,.66);
}
#unsere-markenhersteller .accordionHeadline h4:before,
#unsere-markenhersteller .accordionHeadline h4:after {
color: rgba(255,255,255,.66);
background: rgba(255,255,255,.66);
}
#kontakt a {
color: #96c239 !important;
}
h1,h2,h3,h4,h5,h6 {
font-weight: 300;
text-transform: uppercase;
letter-spacing: 0.15em;
line-height: 1.5em;
}
h1 {font-size: 2em;}
h2 {font-size: 1.7em; margin-bottom: 0;}
h3 {font-size: 1.4em;}
h4 {font-size: 1.1em;}
h5 {font-size: 1em;}
.post, 
.page {
margin:0;
}
ul,
ol {
list-style: none;
}
ul:not(.styled) li, 
ol:not(.styled) li {
position: relative;
margin: 0.4em 0;
}
ul:not(.styled) li:hover:before,
ol:not(.styled) li:hover:before  {
transform: rotate(360deg);
} figure {
margin: 0!important;
} .SliderWrapper {
height: 100vH;
position: relative;
}
.SliderWrapper .slogan {
position: absolute;
bottom: 12%;
left: 50%;
transform: translateX(-50%);
text-transform: uppercase;
text-align: center;
font-size: 2.5em;
font-weight: 500;
background: rgba(20,20,20,0.75);
backdrop-filter: blur(6px);
padding: .25em 1em;
z-index: 991;
}
.SliderWrapper .slogan span {
color: #96c239;
}
.swiper-container {
width: 100%;
height: 100%;
}
.swiper-wrapper {
height: auto;
width: 100%;
}
.swiper-slide {
display: flex;
flex-direction: row;
justify-content: flex-end;
align-items: flex-end;
}
.swiper-slide img {
width: 100%;
height: 100%;
} .page-id-1907 ul {
list-style: none outside none;
padding-left: 0;
margin-bottom:0;
}
.page-id-1907 img {
display: block;
height: auto;
max-width: 100%;
}
.page-id-1907 li:hover,
.page-id-1907 li:active 
.page-id-1907 li a:hover,
.page-id-1907 li a:active {
border-radius: 0 !important;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
border-radius: 0 !important;
box-shadow: 0 0 0 2px rgba(50,50,50,.6);
}
.page-id-1907 #fancybox-wrap {
top: -10px !important;
} .asp_tiles {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.asp_tile {
width: 30%;
display: flex;
flex-direction: column;
margin-bottom: 2em;
padding-bottom: 1em;
position: relative;
}
.asp_tile h5 {
margin: .75em 0;
}
.asp_tile p {
margin: 0;
}
.asp_tile p:first-child {
margin-bottom: 1em;
}
.asp_headline {
font-size: 1.25em;
}
.asp_content span {
font-size: .8em;
line-height: .65em !important;
}
.asp_tile .asp_content a {
position: absolute;
bottom: 0;
white-space: nowrap;
}
@media screen and (max-width: 1440px) {
.asp_tiles {
justify-content: space-around;
}
.asp_tile {
width: 45%;
}
} .page-id-1907 .siteMapToggler,
.page-id-1907 .point-navigation {
display: none;
}
.page-id-1907 .ui-accordion-content {
max-width: 100%;
}
.td-set {
width: 23%;
margin: 0 2% 4% 0;
} div.produktseite {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
div.produkt {
width: 45%;
margin: 2em 0;
}
@media screen and (max-width: 768px) {
div.produkt {
width: 100%;
}
}
#post-1907 h1, #post-1907 p {
text-align: center;
}
#post-1907 a {
color: #658424;
}
div.produkt h2 {
text-align: center;
font-size: 1.6em;
letter-spacing: 0.05em;
margin: 0;
}
div.produkt h2 span {
display: block;
font-size: 0.75em;
color: red;
}
div.produktwrapper {
padding: .5em;
margin-top: 1.25em;
flex-wrap: wrap;
}
div.produktwrapper .linkerteil {
width: 60%;
}
.linkerteil img {
max-width: 100%;
}
div.produktwrapper .rechterteil {
width: 40%;
}
.rechterteil {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}
.thumbnails {
max-width: 50%;
padding-right: 3%;
}
.thumbnails a {
padding: 0 5%;
margin-bottom: 0%;
}
.angebot {
padding: 1.65em .5em;
display: inline-block;
width: 50%;
}
.angebot .preis {
font-size: 1.4em;
font-weight: 600;
line-height: 0.85em;
}
.angebot .preis span {
font-size: .75rem;
font-weight: 400;
white-space: nowrap;
}
.angebot .altpreis {
font-weight: 600;
font-size: 0.95em;
color: #aeaeae;
text-decoration: line-through;
white-space: nowrap;
}
ul.technischedaten {
padding-bottom: 2em;
margin-left: 2.25em;
}
ul.technischedaten li i {
position: absolute;
left: -2em;
top: 50%;
transform: translateY(-50%);
color: #94BF3B;
}
.technical_data {
display: none;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
font-size: 0.75em;
overflow: hidden;
transition: all ease-in 400ms;
padding-bottom: 2em;
}
.technical_data .showdata {
max-height: auto;
overflow: auto;
}
.technical_data .data {
width: 33.333333%;
padding: 0 .25em 1em .25em;
}
.technical_data .data span {
display: block;
}
.technical_data .wider {
flex-grow: 2;
}
.technische_daten_button  {
position: relative;
font-size: 0.75em;
font-weight: 500;
display: block;
border: 1px solid #eaeaea;
width: 100%;
padding: .25em .5em;
margin: 0.75em 0 1.75em 0;
}
.technische_daten_button::before {
position: absolute;
content: "+";
height: 100%;
width: 12%;
top: 0;
right: 0;
font-size: 2em;
font-weight: 200;
text-align: center;
line-height: 1em;
transition: all cubic-bezier(0.7, 0, 0.84, 0) 50ms;
}
.technische_daten_button.toggled::before {
transform: rotate(45deg);
}
.data_flexed {
display: flex;
flex-wrap: wrap;
} main>article {
margin: 13.8em auto 5em!important;
display: block;
background: rgb(255 255 255 / 75%);
color: #000;
max-width: 1500px;
width: 90%;
padding: 2em;
}
.page-id-1907 main > article {
background: rgba(20,20,20,0.2);
color: #eaeaea;
}
.page-id-1907 main > article a {
color: #41AF4D !important;
}
@media screen and (max-width: 1280px) {
div.produktwrapper .linkerteil {
width: 100%;
}
div.produktwrapper .rechterteil {
width: 100%;
}
.thumbnails {
max-width: 31%;
padding-left: 0;
}
.technical_data .data {
width: 50%;
}
}
@media(min-width:1140px) {
.SliderWrapper > .slogan {
white-space: nowrap;
}
}
@media(max-width:1280px) {
.SliderWrapper {
height: auto;	
}
.swiper-container {
height: auto;
}
.SliderWrapper > .slogan {
font-size: 2em;
}
.td-set {
width: 31%;
}
}
@media(max-width:945px) {
:root {
font-size: 15px;
}
.SliderWrapper > .slogan {
font-size: 1.6em;
}
}
@media(max-width:585px) {
:root {
font-size: 12px;
}
}
@media(max-width:480px) {
.SliderWrapper > .slogan {
font-size: 1.1em;
}
.td-set {
width: 48%;
}
}
.mailbox {
background: rgba(0, 0, 0, 0.05);
color: #3f8143;
border: 2px solid #3f8143;
transition: 300ms;
padding: 0 5em;
min-height: 120px;
display: inline-block;
position: relative;
float: right;
}
.mailbox div {
top: 50%;
position: absolute;
left: 50%;
transform: translate(-50%,-50%);
text-align: center;
font-size: 1rem;
}
.mailbox div i {
font-size: 1.5em;
}
.mailbox:hover {
background: rgba(255, 255, 255, 1);
}
.mailbox:hover > a > i {
transform: translateY(-15px);
}
@media screen and (max-width: 1280px) {
.mailbox div {
font-size: .9rem;
}
.mailbox {
padding: 0 4em;
}
}
@media screen and (max-width: 945px) {
.mailbox {
min-height: 90px;
}
}
@media screen and (max-width: 768px) {
.mailbox {
padding: 0 5em;
}
}
@media screen and (max-width: 585px) {
.mailbox div {
font-size: 1rem;
}
.mailbox {
min-height: 72px;
}
}
#fancybox-close {
background: #fff!important;
width: 50px !important;
height: 50px !important;
top: 0 !important;
right: 0 !important;
}
#fancybox-close:after, 
#fancybox-close:before {
width: 40px;
height: 2px;
background: #9cc704;
position: absolute;
content: '';
transform: rotate(45deg);
left: 50%;
top: 50%;
margin-left: -20px;}
#fancybox-close:before {
transform: rotate(-45deg);
}
#fancybox-outer {
box-shadow: none!important;
}
#fancybox-right-ico, 
#fancybox-left-ico {
width: 50px!important;
height: 50px!important;
background: #fff!important;
}
#fancybox-right-ico:after,
#fancybox-right-ico:before,
#fancybox-left-ico:after,
#fancybox-left-ico:before {
width: 25px;
height: 2px;
background: #b4c328;
position: absolute;
transform: rotate(45deg) translateX(-50%);
content:'';
top: 25px;
left: 50%;
}
#fancybox-right-ico:before,
#fancybox-left-ico:before  {
transform: rotate(-45deg)  translateX(-50%);
bottom: 25px;
top: auto;
}
#fancybox-left-ico:after,
#fancybox-left-ico:before  {
left:auto;
right:50%;
}
#fancybox-left-ico:after {
transform: rotate(-225deg) translateX(-50%);
}
#fancybox-left-ico:before  {
transform: rotate(225deg)  translateX(-50%);
} div.contactform {
width: 100%;
max-width: 600px;
padding: .5em 0;
margin: 0 auto;
background: #b0c400;
}
div.contactform input,
.contactform textarea {
width: 84%;
box-shadow: none;
border: none;
height: 2rem;
font-weight: 500;
font-size: 1em;
background: none;
}
.contactform input[type="checkbox"] {
left: -5px;
}
div.contactform input[type="submit"] {
background: #22724e;
padding: .5em;
height: auto;
width: 100px;
margin-top: 30px;
color: white !important;
}
.contact-text {
text-align: left;
width: 90%;
margin: 0 auto;
color: #fff;
font-size: 90%;
}
.contact-text h2 {
color: #22724e;
font-family: 'Lato', sans-serif;
}
.contactform .mdc-text-field, .contactform .mdc-select {
margin-bottom: .5em !important;
}
.contactform .mdc-line-ripple:after {
display: none;
}
.contactform .mdc-line-ripple {
position: absolute;
width: 88%;
height: 1px;
background: rgba(255,255,255,0.65);
bottom: 0;
transition: 300ms;
}
.contactform .mdc-text-field {
padding-top: .25em;
}
.contactform span.wpcf7-list-item {
margin: 0;
}
.contactform label.mdc-floating-label {
color: #22723F;
}
#fancybox-content input.mdc-text-field__input, #fancybox-content textarea {
color: #333 !important;
}
.page-id-1790 h2,
.page-id-6 h2 {
padding-top: 2em;
}