@charset "UTF-8";
/**!
Theme Name: WK LOICK
Author: WEISS&KOHNEN
Author URI: https://www.weiss-kohnen.de
Description: WordPress Theme für Loick Green Tec GmbH
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: loick
*/
#__bs_notify__ {
  display: none !important; }

/**
 * Mixin for clearfix
 *Usage: @include clearfix;
 */
/**
 * Centering
 */
@font-face {
  font-family: 'DM Sans';
  font-weight: 300;
  font-display: optional;
  src: url("/wp-content/themes/wk_loick/fonts/DMSans-Light.woff2") format("woff2"); }
@font-face {
  font-family: 'DM Sans';
  font-weight: 400;
  font-display: optional;
  src: url("/wp-content/themes/wk_loick/fonts/DMSans-Regular.woff2") format("woff2"); }
@font-face {
  font-family: 'DM Sans';
  font-weight: 500;
  font-display: optional;
  src: url("/wp-content/themes/wk_loick/fonts/DMSans-Medium.woff2") format("woff2"); }
@font-face {
  font-family: 'DM Sans';
  font-weight: 700;
  font-display: optional;
  src: url("/wp-content/themes/wk_loick/fonts/DMSans-Bold.woff2") format("woff2"); }
@font-face {
  font-family: 'Rubik';
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  src: url("/wp-content/themes/wk_loick/fonts/Rubik-Light.woff2") format("woff2"); }
@font-face {
  font-family: 'Rubik';
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  src: url("/wp-content/themes/wk_loick/fonts/Rubik-Regular.woff2") format("woff2"); }
@font-face {
  font-family: 'Rubik';
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  src: url("/wp-content/themes/wk_loick/fonts/Rubik-Medium.woff2") format("woff2"); }
@font-face {
  font-family: 'Rubik';
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  src: url("/wp-content/themes/wk_loick/fonts/Rubik-SemiBold.woff2") format("woff2"); }
@font-face {
  font-family: 'Rubik';
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  src: url("/wp-content/themes/wk_loick/fonts/Rubik-Bold.woff2") format("woff2"); }
@font-face {
  font-family: 'Rubik';
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  src: url("/wp-content/themes/wk_loick/fonts/Rubik-ExtraBold.woff2") format("woff2"); }
@font-face {
  font-family: 'Rubik';
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  src: url("/wp-content/themes/wk_loick/fonts/Rubik-Black.woff2") format("woff2"); }
/* Colors */
/* Fonts */
/* Spaces */
.acf-map {
  width: 100%;
  margin: 0;
  height: 400px; }
  @media (min-width: 768px) {
    .acf-map {
      height: 600px; } }

.acf-map img {
  max-width: inherit !important; }

.gm-style .gm-style-iw-c {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2) !important; }

/* 
 * MOBY.LESS VERSION 2.0.7
 */
.moby-overlay {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s; }

.moby-overlay.dark {
  background: rgba(0, 0, 0, 0.7); }

.moby-overlay.light {
  background: rgba(255, 255, 255, 0.65); }

.moby-overlay.moby-overlay-active {
  visibility: visible !important;
  opacity: 1 !important; }

.moby-body-fixed {
  overflow: hidden !important; }

.moby {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fbe20d;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  overflow: auto; }
  .moby * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .moby ul {
    list-style: none;
    padding-top: 15px;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    .moby ul ul {
      display: none;
      padding-top: 0; }
    .moby ul li {
      margin-top: 0; }
      .moby ul li ul {
        background-color: #e1c904;
        padding-top: 15px;
        padding-bottom: 15px; }
        .moby ul li ul a {
          padding: 10px 90px 10px 30px;
          font-weight: normal;
          font-size: 1em; }
      .moby ul li a {
        position: relative;
        color: #fff;
        text-decoration: none;
        font-size: 1.3;
        font-weight: normal;
        display: block;
        padding: 10px 90px 10px 30px;
        text-align: left; }
        .moby ul li a .moby-expand {
          position: absolute;
          width: 66px;
          top: 0;
          right: 0;
          height: 100%;
          text-align: center;
          padding: 10px;
          color: #fff;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: -moz-box;
          display: flex;
          -ms-flex-direction: row;
          -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
          -webkit-align-items: center;
          align-items: center;
          -webkit-justify-content: center;
          justify-content: center;
          background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='6.6px' height='4px' viewBox='0 0 6.6 4' style='enable-background:new 0 0 6.6 4;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23FFFFFF;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cdefs%3E%3C/defs%3E%3Cpolyline class='st0' points='0.4,0.4 3.3,3.3 6.2,0.4 '/%3E%3C/svg%3E%0A");
          background-size: 30%;
          background-repeat: no-repeat;
          background-position: center; }
          .moby ul li a .moby-expand.moby-submenu-open {
            background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='6.6px' height='4px' viewBox='0 0 6.6 4' style='enable-background:new 0 0 6.6 4;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23FFFFFF;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cdefs%3E%3C/defs%3E%3Cpolyline class='st0' points='0.4,3.6 3.3,0.7 6.2,3.6 '/%3E%3C/svg%3E%0A"); }
          .moby ul li a .moby-expand i {
            font-size: 15px; }
          .moby ul li a .moby-expand span {
            opacity: 0; }
  .moby .moby-close {
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 18px 30px;
    background: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap; }
    .moby .moby-close .moby-close-icon {
      font-weight: bold;
      margin-right: 15px;
      position: relative;
      height: 30px;
      width: 30px;
      margin-top: 3px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
      .moby .moby-close .moby-close-icon::before {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background: #fff;
        top: 50%;
        margin-top: -1px; }
      .moby .moby-close .moby-close-icon::after {
        content: '';
        position: absolute;
        left: 50%;
        height: 100%;
        width: 2px;
        background: #fff;
        top: 0%;
        margin-left: -1px; }

.moby.moby-hidden {
  display: none; }

.moby.moby-demo.moby-active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.moby.right-side {
  position: fixed;
  z-index: 3000;
  top: 0;
  height: 100%;
  width: 30%;
  right: 0;
  min-width: 280px;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

.moby.right-side.moby-active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.moby.fade {
  position: fixed;
  z-index: 3000;
  top: 0;
  height: 100%;
  left: 0px;
  width: 100%;
  visibility: hidden;
  opacity: 0; }
  .moby.fade ul {
    width: 100%; }

.moby.fade.moby-active {
  opacity: 1;
  visibility: visible; }

.moby.left-side {
  position: fixed;
  z-index: 3000;
  top: 0;
  height: 100%;
  left: 0px;
  width: 30%;
  min-width: 280px;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

.moby.left-side.moby-active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.moby.top-full {
  position: fixed;
  z-index: 3000;
  top: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  height: 100%;
  left: 0px;
  width: 100%; }
  .moby.top-full ul {
    width: 100%; }

.moby.top-full.moby-active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.moby.bottom-full {
  position: fixed;
  z-index: 3000;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  height: 100%;
  left: 0px;
  width: 100%; }
  .moby.bottom-full ul {
    width: 100%; }

.moby.bottom-full.moby-active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.moby.grow-out {
  position: fixed;
  z-index: 3000;
  top: 0;
  height: 100%;
  left: 0px;
  width: 100%;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  visibility: hidden;
  opacity: 0; }
  .moby.grow-out ul {
    width: 100%; }

.moby.grow-out.moby-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.moby.shrink-in {
  position: fixed;
  z-index: 3000;
  top: 0;
  height: 100%;
  left: 0px;
  width: 100%;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  visibility: hidden;
  opacity: 0; }
  .moby.shrink-in ul {
    width: 100%; }

.moby.shrink-in.moby-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 0; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

body {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.6em;
  color: black; }
  @media (min-width: 768px) {
    body {
      font-size: 1.1rem; } }

:root .spaces_asusual p {
  margin-bottom: 1em; }

.text_smaller * {
  font-size: .9em; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-weight: 600;
  font-family: "Rubik", sans-serif;
  margin-bottom: 35px;
  color: black;
  line-height: 1; }

h1, .h1 {
  font-size: 3.5em;
  line-height: 4em;
  color: black; }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 3.5em; }
      h1.page_title, h1.h1_single, .h1.page_title, .h1.h1_single {
        font-size: 3.5em; } }
  h1 span, .h1 span {
    font-weight: 400; }

h2, .h2 {
  font-size: 3.0em; }
  @media (min-width: 768px) {
    h2, .h2 {
      font-size: 3.0em; } }
  h2 span, .h2 span {
    font-weight: 400; }

h3, .h3 {
  font-size: 2.25em; }
  @media (min-width: 768px) {
    h3, .h3 {
      font-size: 2.25em; } }
  h3 span, .h3 span {
    font-weight: 400; }

h4, .h4 {
  font-size: 1.5em; }
  @media (min-width: 768px) {
    h4, .h4 {
      font-size: 1.5em; } }

h5, .h5 {
  font-size: 1.25em; }

h6, .h6 {
  font-size: 1.1em; }

.service h5, .module h3 {
  margin-bottom: 25px; }

.pagination_bottom {
  margin-top: 60px; }
  .pagination_bottom > div > * {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-right: 10px;
    background-color: #fbe20d;
    color: #fff !important;
    border-radius: 5px; }
  .pagination_bottom .current {
    background-color: black;
    color: #fff; }
  .pagination_bottom .pagination-overview,
  .pagination_bottom .bslash {
    display: none; }

#main-nav {
  float: right;
  position: relative;
  display: none;
  right: 100px; }
  @media (min-width: 992px) {
    #main-nav {
      display: block; } }
  #main-nav li {
    float: left; }
    #main-nav li.current-menu-item {
      font-weight: 400; }
    #main-nav li.current-menu-parent {
      font-weight: 400; }
    #main-nav li + li {
      margin-left: 35px;
      margin-top: 0; }
    #main-nav li a {
      color: black;
      font-weight: 400;
      font-size: 1.15em;
      padding: 0.4em 15px; }
  #main-nav li.menu-item-object-page.current_page_item a {
    color: #328d36; }

.dropotron {
  background: #fbe20d;
  border-radius: 0.5em;
  list-style: none;
  margin: 0;
  min-width: 10em;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.22); }
  .dropotron > li {
    margin: 0;
    padding: 0;
    position: relative; }
    .dropotron > li:first-child {
      border-top: 0; }
    .dropotron > li a {
      color: #fff;
      font-weight: 400;
      font-size: .9em;
      display: block;
      padding: 0.65em 2em 0.65em 2em;
      text-decoration: none;
      background-color: transparent;
      transition: background-color .3s; }
      .dropotron > li a:hover {
        background-color: rgba(255, 255, 255, 0.15); }
  .dropotron.level-0 {
    margin-top: 1em; }
    .dropotron.level-0:before {
      content: '';
      position: absolute;
      border-bottom: solid 0.5em #fbe20d;
      border-left: solid 0.5em transparent;
      border-right: solid 0.5em transparent;
      top: -0.4em;
      margin-left: -.5em; }

.dropotron > li.active > a,
.dropotron > li:hover > a {
  color: #fff; }

.moby-wrap .moby-menu ul.menu ul {
  position: relative !important; }

#moby-button {
  float: right;
  margin-top: 2px;
  background-color: #fff;
  height: 44px;
  width: 44px;
  border-radius: 0px;
  text-indent: -999px;
  overflow: hidden;
  cursor: pointer;
  background-image: url(img/icons/icon_menu.svg);
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat; }
  @media (min-width: 992px) {
    #moby-button {
      display: none; } }
  @media (min-width: 768px) {
    #moby-button {
      margin-top: 8px; } }

#moby-button {
  position: absolute;
  top: 10px;
  right: 20px; }

.moby ul.flex {
  display: flex;
  flex-direction: column; }

.moby ul li a {
  font-size: 1.3rem;
  padding: 5px 90px 5px 30px;
  color: #000; }

.moby .moby-close {
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 18px 30px;
  background: #fbe20d; }

.moby .moby-close .moby-close-icon::before,
.moby .moby-close .moby-close-icon::after {
  background: #000 !important; }

#main-nav ul li a,
#main-nav ul li a:after,
#main-nav ul li a:before {
  transition: all .5s; }

#main-nav ul li a:hover {
  color: #328d36; }

#main-nav ul li a {
  position: relative; }

#main-nav ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #328d36;
  height: 2px;
  opacity: 0.7; }

#main-nav ul li a:hover:after {
  width: 40%; }

#language {
  float: right;
  position: relative;
  right: 45px;
  display: block; }

#language li {
  float: left;
  margin-top: 0; }

#language li a {
  color: #328d36 !important;
  font-weight: 300;
  font-size: 0.9rem;
  padding: 0.4em 5px;
  line-height: 65px; }

#language .current-lang a {
  font-weight: 500; }

#language li:first-child:before {
  content: '';
  margin-right: 0px; }

#language li:before {
  content: '|';
  margin-right: 0px;
  text-align: right;
  color: #328d36 !important;
  font-weight: 300; }

a,
a:link,
a:focus,
a:active,
a:visited {
  color: #000;
  text-decoration: none;
  position: relative;
  opacity: 1;
  transition: opacity .3s; }
  a a:hover,
  a:link a:hover,
  a:focus a:hover,
  a:active a:hover,
  a:visited a:hover {
    color: black; }
  a:hover,
  a:link:hover,
  a:focus:hover,
  a:active:hover,
  a:visited:hover {
    opacity: .7; }

.txt a,
.txt a:link,
.txt a:focus,
.txt a:active,
.txt a:visited {
  color: black;
  text-decoration: none;
  position: relative; }
.txt a:hover {
  color: black; }

.txt a.button,
a.button,
.button {
  background-color: #fbe20d;
  color: #fff;
  font-weight: 700;
  font-size: .85em;
  text-transform: uppercase;
  letter-spacing: .02em;
  padding: 6px 15px;
  padding-right: 35px;
  display: inline-block;
  border-radius: 0px; }
  .txt a.button.button_wide,
  a.button.button_wide,
  .button.button_wide {
    width: 100%; }
  .txt a.button.button_ghost,
  a.button.button_ghost,
  .button.button_ghost {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    color: #fbe20d;
    text-decoration: none;
    position: relative;
    border-bottom: 1px solid rgba(251, 226, 13, 0.5); }
    .txt a.button.button_ghost a:hover,
    a.button.button_ghost a:hover,
    .button.button_ghost a:hover {
      color: #fbe20d;
      border-bottom: 1px solid #fbe20d; }
    .txt a.button.button_ghost::after,
    a.button.button_ghost::after,
    .button.button_ghost::after {
      content: none; }
  .txt a.button.button_light,
  a.button.button_light,
  .button.button_light {
    background-color: #fff;
    color: #fbe20d; }
    .txt a.button.button_light::after,
    a.button.button_light::after,
    .button.button_light::after {
      content: "";
      position: absolute;
      top: 0;
      right: 12px;
      bottom: 0;
      left: 0;
      background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='57.6px' height='101.1px' viewBox='0 0 57.6 101.1' style='enable-background:new 0 0 57.6 101.1;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%2337a7e9;stroke-width:10;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cdefs%3E%3C/defs%3E%3Cpolyline class='st0' points='3.5,97.5 50.5,50.5 3.5,3.5 '/%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-position: right center;
      background-size: 9px; }
  .txt a.button::after,
  a.button::after,
  .button::after {
    content: "";
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='57.6px' height='101.1px' viewBox='0 0 57.6 101.1' style='enable-background:new 0 0 57.6 101.1;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23FFFFFF;stroke-width:10;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cdefs%3E%3C/defs%3E%3Cpolyline class='st0' points='3.5,97.5 50.5,50.5 3.5,3.5 '/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 9px; }
  .txt a.button.download,
  a.button.download,
  .button.download {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    color: #fbe20d;
    text-decoration: none;
    position: relative;
    border-bottom: 1px solid rgba(251, 226, 13, 0.5); }
    .txt a.button.download a:hover,
    a.button.download a:hover,
    .button.download a:hover {
      color: #fbe20d;
      border-bottom: 1px solid #fbe20d; }
    .txt a.button.download::after,
    a.button.download::after,
    .button.download::after {
      content: none; }

.readmore_link {
  color: #fbe20d; }

html {
  overflow-y: scroll;
  overflow-x: hidden; }

html,
body {
  height: 100%;
  width: 100%;
  background-color: #fff;
  color: black; }

img,
svg {
  max-width: 100%;
  height: auto; }

hr {
  display: block;
  clear: both;
  margin-top: 15px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #000; }

.shy {
  clip: rect(1px, 1px, 1px, 1px);
  position: fixed; }

.cf:after {
  content: "";
  display: table;
  clear: both; }

ul, ol {
  padding: 0; }
  ul li, ol li {
    list-style: none;
    margin-left: 0;
    line-height: 1.55; }
    ul li + li, ol li + li {
      margin-top: .5em; }

.txt ul,
.txt ol {
  margin-bottom: 0; }
  .txt ul li,
  .txt ol li {
    list-style: auto;
    margin-left: 1.4em; }

.lcnmb > *:last-child {
  margin-bottom: 0; }

.button span {
  font-size: 1.4em;
  margin-left: .4em;
  position: relative;
  top: .1em; }
  .button span.icon_left {
    margin-left: 0;
    margin-right: .2em; }

.center {
  text-align: center; }

.bg_gelb {
  background-color: #fbe20d !important; }

.bg_grau {
  background-color: #f0f0f0 !important; }

.w-80p {
  width: 50% !important;
  margin: auto; }

.wp-video {
  max-width: 100%;
  height: auto; }

.wp-video {
  position: relative;
  top: 0;
  left: 0;
  width: 100% !important;
  width: auto;
  max-width: 100%; }

.mejs-container .mejs-controls {
  display: none; }

@media (min-width: 992px) {
  main {
    min-height: calc(100vh - 372px); } }
.wrapper {
  background-color: #fff; }
  .wrapper.row_bgcolor {
    padding-top: 20px;
    margin-top: 35px;
    margin-bottom: 35px; }
  .wrapper > .container {
    max-width: 900px; }
    .wrapper > .container > .row > [class*="col-"] {
      padding-top: 35px;
      padding-bottom: 35px; }
      @media (min-width: 768px) {
        .wrapper > .container > .row > [class*="col-"] {
          padding-top: 35px;
          padding-bottom: 35px; } }
  .wrapper.large > .container {
    max-width: 1140px;
    padding-top: 60px;
    padding-bottom: 60px; }
  .wrapper.full > .container {
    width: 100%;
    max-width: none; }
    .wrapper.full > .container > .row > [class*="col-"] {
      padding-right: 0;
      padding-left: 0; }
  .wrapper.totop > .container {
    padding-top: 0px; }

.flex_inner {
  display: block;
  width: 100%; }

.flex_inner_xxs {
  margin-bottom: 0px; }

.children_topmargin_s {
  margin-top: -15px; }
  .children_topmargin_s > .child_topmargin_s,
  .children_topmargin_s > [class*="col-"] {
    margin-top: 15px; }

.flex_accordion .card .card-header button.btn-link[aria-expanded=true] {
  color: #000; }

.flex_accordion .card .card-header button:focus {
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color; }

.card-body {
  padding: 0 !important; }

.flex_accordion .card .card-body p {
  padding-right: 30px !important;
  padding-bottom: 50px !important;
  padding-top: 30px !important;
  width: 80% !important; }

.flex_accordion .card {
  border: 0;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #000;
  background-color: transparent;
  border-radius: 0; }
  .flex_accordion .card:last-child {
    border-bottom: 0; }
  .flex_accordion .card .card-header {
    padding: 0;
    background-color: transparent;
    border-bottom: 0; }
    .flex_accordion .card .card-header button {
      border: 0;
      padding: 0px 10px 0 0;
      width: 100%;
      text-align: left;
      text-decoration: none;
      color: black;
      margin-bottom: 0;
      transition: opacity .3s;
      font-weight: 400;
      font-size: 1.3em; }
      .flex_accordion .card .card-header button:after {
        display: inline-block;
        vertical-align: middle;
        line-height: 25px;
        position: relative;
        float: right;
        top: .1em;
        background: #fff;
        width: 28px;
        background: url(img/icons/accordion-close.svg) left 0px no-repeat;
        background-size: 28px 26px;
        content: "" !important;
        padding: 5px 0 5px 0px;
        height: 26px; }
      .flex_accordion .card .card-header button.collapsed:after {
        background: #fff;
        background: url(img/icons/accordion-open.svg) left 0px no-repeat;
        background-size: 28px 26px;
        content: "" !important;
        padding: 5px 0 5px 0px;
        height: 26px;
        width: 28px; }
  .flex_accordion .card .collapse .card-body {
    padding: 0 !important;
    text-align: left !important; }

.img_text {
  position: relative;
  float: left; }
  .img_text .col_img {
    min-height: 220px; }
    @media (min-width: 768px) {
      .img_text .col_img {
        min-height: 220px; } }
    .img_text .col_img .loader_wrapper {
      height: 100%; }
      .img_text .col_img .loader_wrapper figure {
        background-size: cover;
        background-position: center;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
  @media (max-width: 575.98px) {
    .img_text .col_txt {
      padding-left: 0;
      margin-top: 15px; } }

#produkte h2 {
  margin-bottom: 60px;
  line-height: 1.00; }

.service .spalten .col-12 {
  margin-bottom: 40px; }

.service .spalten figure:last-child {
  margin: auto;
  margin-bottom: 60px; }

.service .spalten h5::before {
  content: '/';
  color: #328d36 !important;
  margin-right: 5px; }

.module {
  margin-top: 60px; }

.module .spalten .col-12 {
  margin-bottom: 40px;
  text-align: center; }

.module .spalten figure {
  margin-bottom: 40px;
  text-align: center; }

.module .spalten figure:last-child {
  margin: auto;
  margin-bottom: 60px; }

.flex_inner.img {
  position: relative; }

#beratung {
  font-weight: 600;
  line-height: 1.25;
  text-align: center; }

#anwendung h2 {
  margin-bottom: 60px;
  line-height: 1.00; }

.download-icon {
  display: inline-block;
  margin-top: 10px; }

.download-icon a {
  font-weight: 600;
  color: #fbe20d;
  text-decoration: none;
  display: inline-block;
  padding: 5px; }

.download-icon a:before {
  background: url(img/icons/download.svg) left 0px no-repeat;
  background-size: 28px 26px;
  content: "" !important;
  padding: 5px 0 5px 50px;
  height: 26px; }

.whatsapp-icon:before {
  background: url(img/icons/whatsapp.png) left 3px no-repeat;
  background-size: auto 25px;
  content: "" !important;
  padding: 5px 0 5px 30px; }

.bt-white {
  background-color: #fff;
  color: #000;
  font-weight: 500;
  padding: 15px 60px;
  display: inline-block;
  border-radius: 8px;
  margin: 25px auto;
  border-bottom: 0px !important; }

.bt-black {
  background-color: #000;
  color: #fff !important;
  font-weight: 500;
  padding: 15px 60px;
  display: inline-block;
  border-radius: 12px;
  border-bottom: 0px !important; }

.bt-gelb {
  background-color: #fbe20d;
  color: #000;
  font-weight: 500;
  padding: 15px 60px;
  display: inline-block;
  border-radius: 8px;
  margin: 25px auto;
  border-bottom: 0px !important; }

.txt.overlayer {
  position: absolute;
  top: 120px;
  width: 100%;
  text-align: center;
  color: #fff; }

.txt.overlayer h2 {
  color: #fff;
  font-size: 4.0em; }

#kontakt .col_txt.links {
  padding-right: 220px;
  padding-left: 0px; }

#kontakt .col_txt.links a {
  text-decoration: underline;
  color: #328d36 !important;
  opacity: 1; }

#kontakt .col_txt.links li::before {
  content: '/';
  color: #328d36 !important;
  margin-right: 5px; }

#kontakt .col_txt.links li {
  margin-top: .0em; }

#kontakt .col_txt.rechts {
  padding-right: 0px;
  padding-left: 0px; }

.flex_inner.spalten_block {
  margin: 50px 0; }

.dp-ge {
  margin: 60px 0;
  font-size: 1.25em;
  font-weight: 600; }

.dp-ge span {
  padding: 0px 40px; }

.kontakt-feld {
  background-color: #328d36;
  color: #fff;
  font-weight: 600;
  padding: 35px 35px;
  border-radius: 5px; }
  .kontakt-feld h2 {
    color: #fff !important;
    font-weight: 600; }

.responsive {
  overflow: hidden;
  padding-top: 20px; }

.flex_inner .row {
  margin-right: 0px;
  margin-left: 0px; }

#solarenergie {
  min-height: 589px;
  background-size: cover;
  background-position: center;
  color: #fff; }
  #solarenergie h2 {
    color: #fff !important;
    font-weight: 600;
    margin-top: 50px; }

.responsive .col_img {
  position: relative;
  opacity: 0.7; }

.col_titel {
  color: #bdbbbb !important;
  font-weight: 500;
  font-size: 1.25em;
  padding: 20px 35px;
  display: inline-block;
  height: 100px;
  background-color: #f0f0f0; }

div.slick-active.slick-current .col_titel {
  height: 120px;
  font-size: 1.48em;
  margin-top: -20px;
  position: relative;
  width: 100%; }

div.slick-active.slick-current .col_img {
  top: -20px;
  position: relative; }

div.slick-active.slick-current .col_titel, div.loader_wrapper.slick-active.slick-current {
  color: #1e1e1c !important;
  background-color: #fbe20d !important; }

.responsive .loader_wrapper.slick-center {
  background-color: #fbe20d !important;
  z-index: 999; }

/*
.responsive .loader_wrapper.slick-center .col_img {
-moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  -webkit-transform: scale(1.08);
  opacity: 1;
  transform: scale(1.08);
}
*/
div.slick-active.slick-current .col_img {
  opacity: 1.0; }

.responsive .loader_wrapper {
  background-color: #f0f0f0; }

.wrapper.tobottom.large > .container {
  padding-bottom: 0px; }

.bttotop {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: .15s;
  padding: 0.5rem;
  background-color: #328d36;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  color: white;
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  vertical-align: middle;
  border: 0; }

.col_bt {
  display: inline-block;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-transform: initial;
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, #000), color-stop(50%, #fff)) right;
  background: -webkit-linear-gradient(right, #000 50%, #fff 50%) right;
  background: -o-linear-gradient(right, #000 50%, #fff 50%) right;
  background: linear-gradient(to left, #000 50%, #fff 50%) right;
  -webkit-background-size: 200% 200%;
  background-size: 200%;
  -webkit-transition: .5s ease-out;
  -o-transition: .5s ease-out;
  transition: .5s ease-out;
  overflow: hidden;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

.col_bt:hover {
  background-position: left;
  color: #000; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none; }

.slick-dots:hover,
.slick-dots:focus,
.slick-active button {
  outline: none; }

.mt-1 {
  margin-top: 1rem !important; }

.pb-2, .pt-2 {
  margin-top: 1rem !important; }

.p-contact {
  margin-bottom: 2px !important;
  font-weight: 600; }

#willkommen .txt {
  margin-bottom: 0px !important;
  margin-top: 40px !important;
  font-weight: 300;
  font-size: 1.18em;
  line-height: 1.5em; }

#produkte .module .spalten {
  margin-right: -10px;
  margin-left: -10px; }

#produkte .module .spalten figure {
  margin-bottom: 0px !important;
  text-align: left !important;
  padding: 0 10px; }

#produkte .module .spalten figure img {
  max-width: 100%;
  height: auto;
  width: 100%; }

.produkte h3 span {
  font-weight: 300;
  font-size: 20px;
  position: absolute; }

.produkte .col-md-6 {
  padding: 0 !important;
  padding-right: 0px !important;
  padding-left: 30px !important; }

.produkte .col-md-6.txt-left {
  padding: 0 !important;
  padding-right: 100px !important;
  padding-left: 0px !important; }

.produkte .row.bg-left {
  padding: 30px 0px 30px 30px;
  height: 100%;
  background-image: linear-gradient(to right, #F5F5F5 65%, white 65%, white 100%); }

.produkte .row {
  padding: 30px 30px 30px 0;
  height: 100%;
  background-image: linear-gradient(to left, #F5F5F5 65%, white 65%, white 100%); }

#produktion .col_txt.links {
  text-align: right !important; }

#produktion .col_txt.links img {
  margin-bottom: 30px !important; }

#produktion h5 {
  margin-top: 20px;
  line-height: 1.3; }

.order-sm-first {
  order: 2 !important; }

.wrap_slider {
  position: relative; }
  .wrap_slider article {
    position: relative; }
  .wrap_slider .container {
    flex-wrap: wrap;
    width: 100%;
    display: flex;
    max-width: 64rem !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10; }
  .wrap_slider .wrap_slider_text {
    text-align: center;
    color: #000;
    z-index: 3;
    display: block;
    height: 25% !important;
    width: 100%;
    top: 10%;
    position: absolute; }
    .wrap_slider .wrap_slider_text h1 {
      font-size: 3.0em;
      color: #000;
      margin-top: 0;
      line-height: 1.3;
      font-weight: 400;
      text-decoration-line: none;
      font-family: "Rubik", sans-serif; }
    .wrap_slider .wrap_slider_text p {
      color: #cc6700;
      text-align: center;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 1.5rem;
      line-height: 2rem; }
  .wrap_slider .slider {
    position: relative;
    height: 700px;
    visibility: hidden; }
    .wrap_slider .slider div,
    .wrap_slider .slider figure {
      height: 100%; }
    .wrap_slider .slider figure .figure_inner {
      background-size: cover;
      background-position: center; }
    .wrap_slider .slider .slick-arrow {
      width: 60px;
      height: 60px;
      border: 0;
      background-color: #fff;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      margin-top: -30px;
      z-index: 2;
      text-indent: -9999px;
      display: none !important; }
      .wrap_slider .slider .slick-arrow.slick-prev {
        left: 35px; }
        .wrap_slider .slider .slick-arrow.slick-prev::before {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: 2;
          background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 24.0.1, SVG Export Plug-In --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='35.4px' height='55.2px' viewBox='0 0 35.4 55.2' style='enable-background:new 0 0 35.4 55.2;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23384773;stroke-width:11;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cdefs%3E%3C/defs%3E%3Cpolyline class='st0' points='31.5,3.9 7.8,27.6 31.5,51.3 '/%3E%3C/svg%3E%0A");
          background-repeat: no-repeat;
          background-position: 19px center;
          background-size: 30%; }
      .wrap_slider .slider .slick-arrow.slick-next {
        right: 35px; }
        .wrap_slider .slider .slick-arrow.slick-next::before {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: 2;
          background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 24.0.1, SVG Export Plug-In --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='35.4px' height='55.2px' viewBox='0 0 35.4 55.2' style='enable-background:new 0 0 35.4 55.2;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23384773;stroke-width:11;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cdefs%3E%3C/defs%3E%3Cpolyline class='st0' points='3.9,51.3 27.6,27.6 3.9,3.9 '/%3E%3C/svg%3E%0A");
          background-repeat: no-repeat;
          background-position: 23px center;
          background-size: 30%; }

body.home .wrap_slider .slider {
  height: 945px; }

.wrap_slider article:nth-child(odd) .wrap_slider_text {
  bottom: auto;
  top: 8%; }

.slick-dots {
  position: absolute;
  bottom: 20px !important;
  text-align: center;
  width: 100%; }
  @media (min-width: 768px) {
    .slick-dots {
      bottom: 0px; } }
  .slick-dots li {
    display: inline-block;
    margin-right: 10px; }
    .slick-dots li.slick-active {
      opacity: .4; }
    .slick-dots li button {
      background-color: #fff;
      border: none;
      border-radius: 50%;
      display: inline-block;
      text-indent: -999px;
      overflow: hidden;
      height: 25px;
      width: 25px;
      padding: 0; }
      @media (min-width: 768px) {
        .slick-dots li button {
          height: 16px;
          width: 16px; } }

.page_headline_only {
  margin-top: 35px;
  margin-bottom: 35px; }

.hide {
  display: none; }

.wrapper_single .h1_single {
  margin-bottom: 20px; }
.wrapper_single figure {
  margin-bottom: 20px; }

.single_more {
  margin-top: 35px; }
  .single_more a {
    display: inline-block;
    margin-right: 10px; }

.highlighter {
  font-size: 1.4rem;
  font-weight: 700; }

.highlighter a {
  color: #000 !important;
  text-decoration: none !important;
  border-bottom: 0px  !important; }

.phone-icon:before {
  background: url(img/icons/Icon_Telefon.svg) center 2px no-repeat;
  background-size: auto 25px;
  content: "" !important;
  padding-left: 35px; }

.mail-icon:before {
  background: url(img/icons/Icon_Email.svg) center 2px no-repeat;
  background-size: auto 25px;
  content: "" !important;
  padding-left: 35px; }

.fax-icon:before {
  background: url(img/icons/Icon_Fax.svg) center 2px no-repeat;
  background-size: auto 25px;
  content: "" !important;
  padding-left: 35px; }

.img_text .col_txt {
  padding-left: 10px;
  min-height: 440px; }

.img_text h3 {
  position: relative; }

.page_headline_only {
  margin-top: 0px;
  margin-bottom: 0px; }

.page_headline_only h1 br {
  content: " "; }

.page_headline_only h1 br:after {
  content: " "; }

.page_headline_only h1 {
  font-size: 2.0rem; }

.flex_accordion .card .card-header button:after {
  padding-left: 1px; }

.main_footer {
  padding: 20px 15px;
  font-size: 1.0em;
  background-color: #f0f0f0;
  min-height: 200px; }
  @media (max-width: 767.98px) {
    .main_footer {
      text-align: center; } }
  .main_footer .txt a {
    border-bottom: 0px; }
  .main_footer .container .row > div .menu {
    text-align: center;
    margin-top: 40px; }
    @media (max-width: 767.98px) {
      .main_footer .container .row > div .menu {
        text-align: center; } }
    .main_footer .container .row > div .menu li {
      display: inline-block;
      margin-top: 0;
      padding: 0 5px; }
    .main_footer .container .row > div .menu li:before {
      content: '|';
      margin-right: 10px;
      text-align: right; }
    .main_footer .container .row > div .menu li:first-child:before {
      content: '';
      margin-right: 0px; }
  @media (max-width: 767.98px) {
    .main_footer .container .row > div:last-child {
      padding-top: 0; } }

@media (min-width: 992px) {
  .header_top_wrapper {
    background-color: #fff;
    height: 100px; } }
.header_top_wrapper .container {
  padding-right: 0px;
  padding-left: 0px; }

.header_top {
  padding: 20px 0px !important;
  transition: padding .3s; }
  @media (min-width: 992px) {
    .header_top {
      padding: 20px 20px; } }
  .header_top .logo {
    float: left;
    height: 55px;
    transition: height .3s;
    margin-top: 5px; }
    @media (min-width: 768px) {
      .header_top .logo {
        height: 50px; } }

div.grecaptcha-badge {
  width: 0 !important; }

div.grecaptcha-badge.show {
  width: 256px !important; }

div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea {
  background-color: #f0f0f0 !important;
  box-sizing: border-box;
  border-radius: 15px !important;
  color: #000 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  float: none;
  font-size: 16px !important;
  border: 0px solid #ccc !important;
  padding: 15px 15px !important;
  height: 60px !important;
  width: 100%;
  line-height: 1.3; }

div.wpforms-container-full .wpforms-form .iti--allow-dropdown input[type=tel] {
  padding-left: 52px !important; }

div.wpforms-container-full .wpforms-form .wpforms-field-label {
  display: block;
  font-weight: 300 !important;
  font-size: 16px;
  float: none;
  line-height: 24px !important;
  margin: 0 0 10px 0 !important;
  padding: 0;
  height: 24px; }

div.wpforms-container-full .wpforms-form textarea.wpforms-field-large {
  height: 150px !important; }

div.wpforms-container-full .wpforms-form .wpforms-field-radio .wpforms-field-label {
  font-weight: 500 !important; }

div.wpforms-container-full .wpforms-form .wpforms-field-label-inline {
  display: inline;
  vertical-align: baseline;
  font-size: 16px;
  font-weight: 300 !important;
  line-height: 1.3; }

div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  text-align: center; }

div.wpforms-container-full .wpforms-form .wpforms-submit-container .bt-gelb {
  background-color: #fbe20d !important;
  color: #000 !important;
  font-weight: 500 !important;
  padding: 15px 60px !important;
  display: inline-block !important;
  border-radius: 8px !important;
  margin: 0px auto 45px !important;
  border-bottom: 0px !important;
  border: 0px solid #ddd !important; }

#wpforms-3171-field_11-container {
  height: 183px !important; }

#wpforms-3171-field_8-container .wpforms-field-label {
  text-indent: -999999em; }

#wpforms-form-3171 div.wpforms-submit-container:before {
  content: "Jetzt unverbindlich beraten lassen!";
  font-weight: 400;
  font-style: normal;
  display: block;
  margin-bottom: 20px; }

#wpforms-form-3369 div.wpforms-submit-container:before {
  content: "Schedule a consultation with no obligation now!";
  font-weight: 400;
  font-style: normal;
  display: block;
  margin-bottom: 20px; }

#wpforms-form-3373 div.wpforms-submit-container:before {
  content: "¡Obtenga asesoramiento sin compromiso!";
  font-weight: 400;
  font-style: normal;
  display: block;
  margin-bottom: 20px; }

@viewport {
  width: auto !important; }
div#ui-datepicker-div {
  z-index: 1000 !important; }

@media (max-width: 767.98px) {
  body {
    font-size: 1.0em;
    line-height: 1.3em; }

  h1, .h1 {
    margin-bottom: 1.5rem;
    font-size: 1.8rem !important;
    line-height: 2.0rem !important; }

  h2, .h2 {
    margin-bottom: 1.5rem;
    font-size: 1.8rem !important;
    line-height: 2.0rem !important; }

  h3, .h3 {
    font-size: 1.4em; }

  h5, .h5 {
    font-size: 1.2em; }

  .header_top_wrapper {
    height: 80px; }

  .header_top {
    padding: 0px 0px !important; }

  header .logo {
    display: inline-block;
    margin-left: 15px !important;
    height: 40px !important;
    margin-top: 20px !important; }

  #topcontrol {
    display: none; }

  .slick-dots {
    display: none !important; }

  .wrap_slider .container {
    flex-wrap: wrap;
    display: flex;
    padding-top: 0rem;
    padding-bottom: 0rem; }

  .wrap_slider .wrap_slider_text {
    height: 20% !important;
    width: 90%;
    bottom: 5%;
    text-align: center;
    	/*
    	padding-top: 8rem;
        padding-left: 0rem;
        padding-right: 1.5rem;
    	*/ }

  .wrap_slider .slider {
    height: 450px !important; }

  .wrap_slider .wrap_slider_text h1 {
    font-size: 1.56rem !important;
    line-height: 1.2 !important; }

  .service h5, .module h3 {
    margin-bottom: 15px; }

  .module {
    margin-top: 25px; }

  .module .spalten figure {
    margin-bottom: 25px;
    text-align: center; }

  .module .spalten figure p {
    font-size: 0.8rem; }

  .module .spalten figure:last-child {
    margin-top: 0px; }

  .module .spalten figure:last-child {
    margin-bottom: 0px; }

  .service .spalten figure:last-child {
    margin-bottom: 25px; }

  .service .spalten .col-12 {
    margin-bottom: 25px; }

  section.large .container {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

  .col_titel {
    height: 80px;
    font-size: 1.1em; }

  div.slick-active.slick-current .col_titel {
    height: 100px;
    font-size: 1.2em; }

  #tab-slider .container {
    padding-bottom: 0px !important;
    padding-right: 0px !important;
    padding-left: 0px !important; }

  #kontakt .container {
    padding-right: 0px !important;
    padding-left: 0px !important; }

  #kontakt .container .col_txt.links {
    padding: 35px 15px !important; }

  #kontakt .kontakt-feld {
    padding: 35px 25px; }

  #beratung .txt br {
    display: none; }

  #anwendung h2 {
    margin-bottom: 1.5rem; }

  #anwendung h5, #ueber-uns h5 {
    margin-top: 25px;
    margin-bottom: 25px; }

  #kontakt h5 {
    line-height: 1.2; }

  #kontakt h5 br {
    display: none; }

  .spalten figure {
    padding-right: 0px;
    padding-left: 0px; }

  .flex_inner.spalten_block {
    margin: 0px 0; }

  .w-80p {
    width: 100% !important;
    margin: auto; }

  .flex_inner .row > [class*="col-"] {
    padding-right: 0px;
    padding-left: 0px; }

  .bt-white {
    margin: 25px auto;
    padding: 15px 30px; }

  div.wpforms-container-full .wpforms-form .wpforms-one-half {
    width: 100% !important;
    margin-left: 0 !important; }

  .dp-ge {
    margin: 20px 0;
    font-size: 1.2em;
    line-height: 1.6em; }

  .dp-ge span {
    padding: 0px 10px;
    display: block; }

  .main_footer .container .row > div .menu {
    margin-top: 0px; }

  footer .container-fluid {
    padding-right: 0px;
    padding-left: 0px; }

  section.large h2 br {
    display: none; }

  section.large .row {
    margin-right: 0px;
    margin-left: 0px; }

  section.large .row .col_txt, section.large .row .col_img {
    padding: 0 !important;
    padding-right: 0rem !important; }

  section.large .row .col_txt.links {
    padding-right: 0rem !important; }

  .img_text .col_txt {
    min-height: auto; }

  .flex_accordion .card .card-header {
    padding-left: 0px !important; }

  .card-body {
    padding-left: 0px !important;
    padding-right: 0px !important; }

  .flex_accordion .card .collapse .card-body {
    padding-left: 0px !important;
    padding-right: 0px !important; }

  #language {
    right: 70px;
    top: 5px; }

  .produkte {
    margin: 0 -15px;
    width: auto; }

  .produkte .col-md-6 {
    padding: 0 !important;
    padding-right: 0px !important;
    padding-left: 0px !important; }

  #produkte .module .spalten figure {
    margin-bottom: 20px !important;
    text-align: center !important;
    padding: 0px; }

  .produkte .row {
    padding: 0px 15px 15px 15px;
    height: 100%;
    background-image: linear-gradient(to top, #F5F5F5 95%, white 95%, white 100%); }

  .produkte .row.bg-left {
    padding: 0px 15px 15px 15px;
    height: 100%;
    background-image: linear-gradient(to top, #F5F5F5 95%, white 95%, white 100%); }

  .produkte .col-md-6.txt-left {
    padding: 0 !important;
    padding-right: 0px !important;
    padding-left: 0px !important; }

  .main_footer {
    min-height: 20px; }

  .kontakt-feld br, #willkommen .txt br {
    display: none; }

  .order-sm-first {
    order: -1 !important; }

  #produktion .col_txt.rechts img {
    margin-bottom: 30px !important; }

  #produktion img {
    width: 100% !important; }

  .hide-mobil {
    display: none !important; }

  .show-mobil {
    display: block !important; }

  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-bottom: 15px; }

  .produkte .bt-black {
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
    text-align: center; }

  #kontakt .links h2 {
    text-align: center; }

  .txt.overlayer {
    top: 40px; } }
@media (min-width: 768px) {
  .hide-mobil {
    display: block !important; }

  .show-mobil {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .flex_accordion .card .card-header {
    padding-left: 0px !important; }

  .card-body {
    padding-left: 0px !important;
    padding-right: 0px !important; }

  .flex_accordion .card .collapse .card-body {
    padding-left: 0px !important;
    padding-right: 0px !important; }

  .wrap_slider .wrap_slider_text {
    position: unset; }

  .wrap_slider .slider {
    height: 620px !important; }

  .wrap_slider .container {
    max-width: 64rem !important;
    padding-top: 4rem;
    padding-bottom: 3rem;
    padding-left: 6rem;
    padding-right: 6rem; }

  .wrap_slider .wrap_slider_text {
    text-align: center;
    margin-bottom: 2rem;
    height: 50% !important; }

  .wrap_slider .wrap_slider_text p {
    text-align: center; }

  .wrap_slider .wrap_slider_img {
    margin-top: 0rem;
    margin-right: -3rem; }

  .wrap_slider .wrap_slider_text h1 {
    font-size: 3.0rem;
    line-height: 1; }

  section.large .row .col_txt {
    padding-right: 0rem !important;
    margin-bottom: 30px; }

  section.large .row .col_txt.rechts {
    border-top: 1px solid;
    border-block-color: #ccc;
    padding-top: 20px !important; }

  section.large h2 {
    font-size: 2.5rem;
    line-height: 1.0;
    margin-bottom: 2.5rem; }

  .flex_inner.spalten_block {
    margin: 20px 0; }

  .col_titel {
    font-size: 1.4em;
    padding: 15px 25px;
    line-height: 1em; }

  div.slick-active.slick-current .col_titel {
    font-size: 1.6em;
    width: 60%; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  section.large .row .col_txt {
    padding-right: 0rem !important;
    margin-bottom: 30px; }

  section.large h2 {
    font-size: 3.0rem;
    line-height: 1.0;
    margin-bottom: 1rem; }

  .wrap_slider .slider {
    height: 580px !important; }

  .wrap_slider .container {
    padding-top: 6rem; }

  .wrap_slider .wrap_slider_img {
    margin-top: 2rem; }

  .slider_responsive div, .slider_responsive figure {
    height: 450px; }

  .flex_accordion .card .card-header {
    padding-left: 0px !important; }

  .card-body {
    padding-left: 0px !important;
    padding-right: 0px !important; }

  .flex_accordion .card .collapse .card-body {
    padding-left: 0px !important;
    padding-right: 0px !important; }

  #tab-slider .container {
    padding-left: 0;
    padding-right: 0; }

  .col_titel {
    font-size: 1.2em;
    padding: 20px 35px;
    line-height: 1.2em; }

  div.slick-active.slick-current .col_titel {
    font-size: 1.4em; }

  .main_footer .container .row > div .menu {
    margin-top: 0px; } }
@media (min-width: 1280px) {
  .container {
    width: 100% !important; } }
@media (min-width: 640px) {
  .container {
    max-width: 640px !important; } }
@media (min-width: 768px) {
  .container {
    max-width: 100% !important;
    width: calc(100% - 30px);
    padding-left: 15px;
    padding-right: 15px; } }
@media (min-width: 1024px) {
  .container {
    max-width: 100% !important; } }
@media (min-width: 1280px) {
  .container {
    max-width: 1280px !important; } }
@media (min-width: 1440px) {
  .container {
    max-width: 1440px !important; } }
