@charset "UTF-8";
/* Wordpress CSS */
.button-old {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #019650), color-stop(50%, #4d4d4d));
  background-image: linear-gradient(to right, #019650 50%, #4d4d4d 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  width: 250px;
  padding: 0;
  height: 45px;
  line-height: 45px;
  font-size: 20px;
  color: white;
  text-decoration: none;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  display: block; }

.button:hover {
  background-position: left; }

.button a {
  background-color: #E68C38;
  color: white;
  font-size: 16px;
  font-weight: 600;
  padding: 10px;
  position: relative;
  text-decoration: none;
  display: inline-block;
  position: relative;
  text-transform: uppercase; }

.button a::after {
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
  background-color: #E68C38;
  content: '';
  position: absolute;
  right: calc(-50px + 1px);
  width: 50px;
  height: calc( 100% + 1px);
  top: 0px; }

.bg-green {
  background-color: #00878C; }

.bg-green a,
.bg-green h1,
.bg-green h2,
.bg-green strong,
.bg-green p,
.bg-green img {
  color: white; }

html {
  font-family: 'Helvetica' , sans-serif; }

iframe {
  width: 100% !important;
  height: 560px !important;
  float: left; }

ul {
  padding-left: 0px;
  margin-left: 17px; }

li {
  color: #505050;
  line-height: 27px;
  font-size: 20px;
  width: 100%; }

img {
  float: left; }

.col {
  float: left;
  position: relative;
  min-height: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.container_fw {
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block; }

.center {
  text-align: center; }

.center p {
  margin: 0 auto; }

.container {
  max-width: 1640px;
  width: 100%;
  margin: 0 auto;
  float: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: wrap;
      flex-flow: wrap; }

.aling-flex .pt-80 {
  padding-top: 80px;
  margin-top: auto; }

.aling-flex .pb-80 {
  padding-bottom: 80px;
  margin-bottom: auto; }

.flex-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-flow: wrap;
      flex-flow: wrap; }

.g-1 {
  width: 7.6%; }

.g-2 {
  width: 16%; }

.g-3 {
  width: 24.4%; }

.g-4 {
  width: 32.8%; }

.g-4:nth-child(3n+1) {
  margin-left: 0; }

.qlink {
  width: 32.8333%; }

.g-5 {
  width: 42%; }

.g-5 img {
  height: 100%; }

.g-50 {
  width: 50%; }

.g-6 {
  width: 45%; }

.g-7 {
  width: 58%; }

.g-8 {
  width: 67.2%; }

.g-9 {
  width: 74.8%; }

.g-10 {
  width: 83.2%; }

.g-11 {
  width: 91.6%; }

.g-12 {
  width: 100%; }

.h-700 {
  min-height: 400px;
  max-height: 700px;
  height: auto; }

.h-700 img {
  height: 100%; }

.g-33 {
  width: 32%; }

.orange-order li:before {
  position: absolute;
  content: "•";
  color: #E68C38;
  left: -23px;
  font-size: 30px; }

.orange-order li {
  position: relative;
  list-style-type: none;
  color: white;
  margin-bottom: 30px; }

.formular {
  position: relative; }

.formimg {
  position: absolute;
  top: -150px;
  right: 7.6%; }

.formular select,
.formular label {
  color: #1C1C1C;
  font-size: 20px; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1C1C1C; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #1C1C1C; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #1C1C1C; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #1C1C1C; }

.formular input,
.formular select {
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-right: 16px;
  border: 0px;
  margin-bottom: 16px;
  outline: none; }

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output {
  border: 2px solid #dc3232 !important;
  background: #dc3232 !important;
  margin-left: 0px !important;
  color: white;
  position: relative;
  float: left;
  font-size: 16px !important;
  font-weight: bold;
  padding: 10px !important; }

span.wpcf7-list-item {
  margin-left: 0px !important;
  margin-bottom: 0px !important; }

.wpcf7-not-valid-tip {
  border: 2px solid #dc3232 !important;
  background-color: #dc3232 !important;
  margin-left: 0px !important;
  color: white !important;
  margin-bottom: 30px !important;
  padding: 0.2em 1em;
  font-size: 16px !important;
  font-weight: bold !important;
  padding: 10px !important; }

.wpcf7-not-valid .wpcf7-list-item-label p {
  margin-bottom: 0px !important; }

.g-6 .wpcf7-not-valid-tip {
  margin-top: 0px;
  margin-bottom: 30px !important; }

.formular select {
  width: 340px;
  margin-top: 30px; }

.formular p {
  margin: 0px;
  width: 100%;
  float: left; }

.formular .g-6 {
  width: 50%;
  padding-right: 16px; }

.formular .anrede {
  width: 340px; }

.formular .g-12 input {
  width: auto;
  font-size: 20px;
  background: white; }

.formular br {
  display: none; }

.formular.mt-200 {
  margin-top: -150px; }

.formular h2,
.formular h2 strong {
  padding-right: 0px; }

.page-id-572 .parralax {
  height: 950px !important;
  position: relative;
  max-height: unset; }

.paratxt {
  position: absolute;
  top: 30%;
  left: 30%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.parralax h2 {
  background-color: #E68C38;
  position: relative;
  padding: 25px;
  color: white; }

.page-id-572 .simpleParallax {
  height: 100%; }

.parralax h2 strong {
  color: white; }

.parralax h2::after {
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
  background-color: #E68C38;
  content: '';
  position: absolute;
  right: -99px;
  width: 100px;
  height: 100%;
  top: 0px; }

.wpcf7-acceptance input {
  top: 20px;
  float: left; }

.box {
  position: relative;
  display: inline-block; }

.formular .g-12 .box::after {
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
  background-color: #E68C38;
  content: '';
  position: absolute;
  right: -19px;
  width: 40px;
  height: 100%;
  top: 0px; }

.formular .g-12 input {
  outline: none;
  margin: 0px;
  background-color: #e68c38;
  color: white;
  position: relative; }

.formular a {
  color: #e68c38;
  text-decoration: none;
  cursor: pointer; }

.formarrow {
  top: -270px;
  left: 0px;
  position: absolute; }

.formular br {
  display: block !important; }

.formimg {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }

.formular:hover .formimg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }

.video {
  max-height: 800px;
  height: 60vh; }

video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

video:hover,
.video:hover {
  cursor: url(https://www.pellettracker.de/wp-content/uploads/2020/12/pellet-play-button.png) 40 40, pointer; }

video.vidpause:hover {
  cursor: url(https://www.pellettracker.de/wp-content/uploads/2020/12/pellet-pause-button.png) 40 40, pointer; }

.teilnahmebedingungen .wpcf7-not-valid-tip {
  margin-bottom: 40px !important; }

.wpcf7-acceptance-as-validation .wpcf7-response-output {
  border-color: #46b450 !important;
  background: #46b450 !important;
  float: left;
  color: white !important;
  margin-left: 0px !important;
  padding: 10px !important; }

.invalid .phone,
.valid .phone {
  height: 166px; }

h1, h2 {
  font-size: 50px;
  line-height: 55px;
  font-family: 'Open Sans' , serif;
  font-weight: 100;
  color: #141414;
  margin-bottom: 30px;
  margin-top: 0px;
  -webkit-transition: 0.4s;
  transition: 0.4s; }

h1, h2 {
  -webkit-animation: appear;
          animation: appear;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s; }

@-webkit-keyframes appear {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes appear {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

h1 strong,
h2 strong {
  padding-right: 10px; }

.accordion img {
  float: none; }

.v-align {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  min-width: 70%; }

.app .v-align {
  left: calc(50% - 1px); }

.faq h2 {
  background-color: #eeeeee;
  font-size: 24px;
  padding: 10px; }

.page-id-55 .accord-header h2 {
  font-size: 20px;
  text-align: left;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 20px; }

.page-id-55 .accord-content p {
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  margin-left: 0px;
  line-height: 27px; }

.page-id-105 .g-7 li:nth-of-type(1):before {
  content: url("assets/images/handy-icon.svg");
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  width: 70px; }

.page-id-105 .g-7 li:nth-of-type(2):before {
  content: url("assets/images/pellet-icon.svg");
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  width: 70px; }

.page-id-105 .g-7 li:nth-of-type(3):before {
  content: url("assets/images/wlan-icon.svg");
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  width: 70px; }

.page-id-105 .g-7 li {
  list-style-type: none;
  width: 100%;
  position: relative;
  margin-bottom: 40px;
  padding-left: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.page-id-105 .g-7 li:last-of-type {
  margin-bottom: 60px; }

.page-id-105 .g-7 p {
  width: 70%;
  margin-bottom: 40px; }

.page-id-105 .g-7 ul {
  margin-left: 0px; }

.page-id-55 .accord-header {
  border-top: 2px solid #E68C38;
  display: inline-block;
  width: 100%;
  position: relative; }

.page-id-55 .accord-header::after {
  content: url("assets/images/arrow-top.svg");
  position: absolute;
  right: 20px;
  bottom: 25px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out; }

.page-id-55 .accord-header.on::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.accordion.accord-header:last-of-type {
  margin-bottom: 100px !important; }

.page-id-107 .aling-flex:nth-of-type(2) {
  background-color: rgba(230, 140, 56, 0.1) !important; }

.page-id-5 .aling-flex:nth-of-type(6) {
  background-color: rgba(230, 140, 56, 0.1) !important; }

.page-id-49 .slider {
  margin-bottom: 150px; }

.bg-grey {
  background-color: #eeeeee; }

.font-green h2 {
  color: #019650 !important; }

.bild-text-50-50:last-of-type {
  background-color: rgba(230, 140, 56, 0.1) !important; }

.bild-text-50-50 ul {
  margin-left: 70px;
  margin-right: 0px; }

.bild-text-50-50 li:before {
  text-align: center;
  content: url("assets/images/werkzeug-icon.svg");
  position: absolute;
  left: -70px;
  top: 10px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.bild-text-50-50 li:nth-of-type(2):before {
  content: url("assets/images/wlan-icon.svg");
  top: -10px; }

.bild-text-50-50 li:nth-of-type(3):before {
  content: url("assets/images/frost-icon.svg");
  top: -10px; }

/*

.bild-text-50-50 li:nth-of-type(4):before{
  content: url("assets/images/winter-icon.png");
}

*/
.bild-text-50-50 li {
  position: relative;
  list-style-type: none;
  margin-bottom: 50px;
  max-width: 500px;
  font-size: 20px; }

.accord-content {
  display: none;
  text-align: center;
  max-height: 120px; }

.faqs .accord-content {
  max-height: none; }

.accord-content p {
  margin: 0 auto;
  color: white; }

.accord-header {
  text-align: center; }

.accordion span {
  margin-top: 0px;
  font-size: 50px;
  font-family: 'Open Sans', sans-serif;
  line-height: 55px;
  color: #E68C38;
  width: 100%;
  float: right;
  position: relative;
  bottom: 0px; }

.app span {
  margin-top: 0px;
  font-size: 50px;
  font-family: 'Open Sans', sans-serif;
  line-height: 55px;
  color: #E68C38;
  width: 100%;
  float: right;
  position: relative;
  margin-bottom: 10px; }

.acc-grid {
  background-color: #00878C;
  cursor: pointer;
  min-height: 500px;
  max-height: 500px; }

.accordion .arrow {
  position: absolute;
  left: 50%;
  bottom: 25px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%; }

.flex.app {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start; }

.flex.app .g-33 {
  width: 31%;
  margin-right: 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.page-id-107 .mb-90 {
  margin-bottom: 0px; }

.page-id-107 .g-5 img {
  float: left; }

.page-id-107 ::marker {
  color: #E68C38;
  font-size: 20px; }

.page-id-107 li {
  margin-bottom: 30px; }

.page-id-107 .aling-flex:nth-of-type(3) {
  background-color: #00878C; }

.page-id-107 .aling-flex:nth-of-type(3) h1,
.page-id-107 .aling-flex:nth-of-type(3) h2,
.page-id-107 .aling-flex:nth-of-type(3) strong,
.page-id-107 .aling-flex:nth-of-type(3) li,
.page-id-107 .aling-flex:nth-of-type(3) p {
  color: white; }

.arrow-down {
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.on .arrow-down img {
  -webkit-transition: 0.6s;
  transition: 0.6s; }

.on .arrow-down img {
  -webkit-transform: rotate(180deg) !important;
          transform: rotate(180deg) !important; }

.slick-slider h1, .slick-slider h2 {
  background-color: #E68C38; }

.slick-slider .slider-green h1, .slick-slider .slider-green h2 {
  background-color: #00878C !important; }

.accordion .arrow {
  position: relative;
  left: 0%;
  bottom: 0px;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  width: 100%; }

.nummern {
  bottom: 0px !important;
  -webkit-transition: 0.6s;
  transition: 0.6s; }

.mb-50 {
  margin-bottom: 50px; }

.arrow-down {
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out; }

.accord-header {
  width: 100%;
  display: inline-block;
  position: none;
  margin-bottom: 50px !important; }

.accord-icon {
  height: 200px !important;
  position: relative !important;
  display: inline-block;
  width: 100%;
  float: left;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out; }

video {
  float: left; }

.accord-icon img {
  position: relative;
  width: 50% !important;
  height: 180px !important;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  -webkit-transition: 0.4s;
  transition: 0.4s; }

.accord-content {
  float: left;
  position: relative; }

.accord-home .accord-header {
  margin-bottom: 50px; }

.on .arrow-down {
  -webkit-transform: rotate(180deg) translateX(50%);
          transform: rotate(180deg) translateX(50%); }

.on .nummern {
  bottom: 10px !important; }

.video,
.video video {
  max-height: 1080px;
  height: 100%; }

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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,
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/11, Safari, and Firefox < 22.
  */
[hidden],
template {
  display: none; }

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

/**
  * Improve readability when focused and also mouse hovered in all browsers.
  */
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: 600; }

/**
  * 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.
  */
/**
  * 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; }

img {
  width: 100%;
  max-width: 100vw;
  -o-object-fit: cover;
  object-fit: cover; }

/**
  * Address differences between Firefox and other browsers.
  */
hr {
  -webkit-box-sizing: content-box;
          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"] {
  -webkit-box-sizing: border-box;
          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
  *    (include `-moz` to future-proof).
  */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

/**
  * 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; }

.pngs li::before  {
  content: "it works";
  display: inline-block;
  height: 20px;
  width: 20px; }

li {
  text-decoration: none;
  font-size: 20px; }

del {
  text-decoration: none;
  position: relative; }

del::after {
  content: "";
  background-image: url(https://www.pellettracker.de/wp-content/uploads/2020/12/herzen-baywa-pellettracker.svg);
  width: 80px;
  height: 60px;
  position: absolute;
  right: -70px;
  top: -20px; }

/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/open-sans-v18-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Light"), local("OpenSans-Light"), url("fonts/open-sans-v18-latin-300.eot?#iefix") format("embedded-opentype"), url("fonts/open-sans-v18-latin-300.woff2") format("woff2"), url("fonts/open-sans-v18-latin-300.woff") format("woff"), url("fonts/open-sans-v18-latin-300.ttf") format("truetype"), url("fonts/open-sans-v18-latin-300.svg#OpenSans") format("svg");
  /* Legacy iOS */ }

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/open-sans-v18-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("fonts/open-sans-v18-latin-regular.eot?#iefix") format("embedded-opentype"), url("fonts/open-sans-v18-latin-regular.woff2") format("woff2"), url("fonts/open-sans-v18-latin-regular.woff") format("woff"), url("fonts/open-sans-v18-latin-regular.ttf") format("truetype"), url("fonts/open-sans-v18-latin-regular.svg#OpenSans") format("svg");
  /* Legacy iOS */ }

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url("fonts/open-sans-v18-latin-600.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("fonts/open-sans-v18-latin-600.eot?#iefix") format("embedded-opentype"), url("fonts/open-sans-v18-latin-600.woff2") format("woff2"), url("fonts/open-sans-v18-latin-600.woff") format("woff"), url("fonts/open-sans-v18-latin-600.ttf") format("truetype"), url("fonts/open-sans-v18-latin-600.svg#OpenSans") format("svg");
  /* Legacy iOS */ }

html {
  font-family: 'Open Sans', serif;
  font-weight: 400; }

p {
  line-height: 27px;
  font-size: 20px;
  color: #505050;
  width: 90%;
  margin-bottom: 30px; }

strong {
  color: #141414;
  margin-bottom: 30px; }

/* Slider */
.align {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 140px;
  top: 50%;
  position: absolute; }

.item {
  position: relative; }

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
  float: left; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

:focus {
  outline: none !important; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block;
    outline: 0px !important; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

li button {
  display: none; }

.slick-dots {
  position: absolute;
  left: 140px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: calc(50% + 100px); }

.slick-dots li {
  list-style-type: none;
  height: 17px;
  width: 17px;
  background-color: white;
  border-radius: 100%;
  opacity: 0.3;
  float: left;
  margin-right: 15px;
  cursor: pointer; }

.slick-dots .slick-active {
  opacity: 0.7; }

.slick-slider strong {
  color: white; }

.slick-slider h1,
.slick-slider h2 {
  color: white !important;
  background-color: #E68C38 !important;
  background: #E68C38 !important;
  padding: 25px;
  position: relative; }

.slick-slider h1::after, .slick-slider h2::after {
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
  background-color: #E68C38;
  content: '';
  position: absolute;
  right: -99px;
  width: 100px;
  height: 100%;
  top: 0px; }

.slick-slider .slider-green h1,
.slick-slider .slider-green h2 {
  background-color: #00878C !important; }

.slick-slider .slider-green h1::after, .slick-slider .slider-green h2::after {
  background-color: #00878C; }

@-webkit-keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 61.18059158325195px;
    stroke-dasharray: 61.18059158325195px; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 61.18059158325195px;
    stroke-dasharray: 61.18059158325195px; }
  100% {
    stroke-dashoffset: 0; } }

@-webkit-keyframes animate-svg-fill-1 {
  0% {
    fill: transparent; }
  100% {
    fill: #e68c37; } }

@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent; }
  100% {
    fill: #e68c37; } }

.svg-elem-1 {
  -webkit-animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both, animate-svg-fill-1 0.7s ease-out 0.8s both;
          animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both, animate-svg-fill-1 0.7s ease-out 0.8s both; }

@-webkit-keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 124.5929946899414px;
    stroke-dasharray: 124.5929946899414px; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 124.5929946899414px;
    stroke-dasharray: 124.5929946899414px; }
  100% {
    stroke-dashoffset: 0; } }

@-webkit-keyframes animate-svg-fill-2 {
  0% {
    fill: transparent; }
  100% {
    fill: #00878c; } }

@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent; }
  100% {
    fill: #00878c; } }

.svg-elem-2 {
  -webkit-animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s both, animate-svg-fill-2 0.7s ease-out 0.9s both;
          animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s both, animate-svg-fill-2 0.7s ease-out 0.9s both; }

@-webkit-keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 142.50390625px;
    stroke-dasharray: 142.50390625px; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 142.50390625px;
    stroke-dasharray: 142.50390625px; }
  100% {
    stroke-dashoffset: 0; } }

@-webkit-keyframes animate-svg-fill-3 {
  0% {
    fill: transparent; }
  100% {
    fill: #2d0a0a; } }

@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent; }
  100% {
    fill: #2d0a0a; } }

.svg-elem-3 {
  -webkit-animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s both, animate-svg-fill-3 0.7s ease-out 1s both;
          animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s both, animate-svg-fill-3 0.7s ease-out 1s both; }

@-webkit-keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 97.33975219726562px;
    stroke-dasharray: 97.33975219726562px; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 97.33975219726562px;
    stroke-dasharray: 97.33975219726562px; }
  100% {
    stroke-dashoffset: 0; } }

@-webkit-keyframes animate-svg-fill-4 {
  0% {
    fill: transparent; }
  100% {
    fill: black; } }

@keyframes animate-svg-fill-4 {
  0% {
    fill: transparent; }
  100% {
    fill: black; } }

.svg-elem-4 {
  -webkit-animation: animate-svg-stroke-4 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s both, animate-svg-fill-4 0.7s ease-out 1.1s both;
          animation: animate-svg-stroke-4 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s both, animate-svg-fill-4 0.7s ease-out 1.1s both; }

@-webkit-keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 90.51142120361328px;
    stroke-dasharray: 90.51142120361328px; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 90.51142120361328px;
    stroke-dasharray: 90.51142120361328px; }
  100% {
    stroke-dashoffset: 0; } }

@-webkit-keyframes animate-svg-fill-5 {
  0% {
    fill: transparent; }
  100% {
    fill: black; } }

@keyframes animate-svg-fill-5 {
  0% {
    fill: transparent; }
  100% {
    fill: black; } }

.svg-elem-5 {
  -webkit-animation: animate-svg-stroke-5 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both, animate-svg-fill-5 0.7s ease-out 1.2s both;
          animation: animate-svg-stroke-5 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both, animate-svg-fill-5 0.7s ease-out 1.2s both; }

@-webkit-keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 51.18051528930664px;
    stroke-dasharray: 51.18051528930664px; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 51.18051528930664px;
    stroke-dasharray: 51.18051528930664px; }
  100% {
    stroke-dashoffset: 0; } }

@-webkit-keyframes animate-svg-fill-6 {
  0% {
    fill: transparent; }
  100% {
    fill: black; } }

@keyframes animate-svg-fill-6 {
  0% {
    fill: transparent; }
  100% {
    fill: black; } }

.svg-elem-6 {
  -webkit-animation: animate-svg-stroke-6 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s both, animate-svg-fill-6 0.7s ease-out 1.3s both;
          animation: animate-svg-stroke-6 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s both, animate-svg-fill-6 0.7s ease-out 1.3s both; }

@-webkit-keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 51.18156814575195px;
    stroke-dasharray: 51.18156814575195px; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 51.18156814575195px;
    stroke-dasharray: 51.18156814575195px; }
  100% {
    stroke-dashoffset: 0; } }

@-webkit-keyframes animate-svg-fill-7 {
  0% {
    fill: transparent; }
  100% {
    fill: black; } }

@keyframes animate-svg-fill-7 {
  0% {
    fill: transparent; }
  100% {
    fill: black; } }

.svg-elem-7 {
  -webkit-animation: animate-svg-stroke-7 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both, animate-svg-fill-7 0.7s ease-out 1.4s both;
          animation: animate-svg-stroke-7 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both, animate-svg-fill-7 0.7s ease-out 1.4s both; }

@-webkit-keyframes animate-svg-stroke-8 {
  0% {
    stroke-dashoffset: 90.51311492919922px;
    stroke-dasharray: 90.51311492919922px; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes animate-svg-stroke-8 {
  0% {
    stroke-dashoffset: 90.51311492919922px;
    stroke-dasharray: 90.51311492919922px; }
  100% {
    stroke-dashoffset: 0; } }

@-webkit-keyframes animate-svg-fill-8 {
  0% {
    fill: transparent; }
  100% {
    fill: black; } }

@keyframes animate-svg-fill-8 {
  0% {
    fill: transparent; }
  100% {
    fill: black; } }

.svg-elem-8 {
  -webkit-animation: animate-svg-stroke-8 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s both, animate-svg-fill-8 0.7s ease-out 1.5s both;
          animation: animate-svg-stroke-8 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s both, animate-svg-fill-8 0.7s ease-out 1.5s both; }

@-webkit-keyframes animate-svg-stroke-9 {
  0% {
    stroke-dashoffset: 64.6240463256836px;
    stroke-dasharray: 64.6240463256836px; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes animate-svg-stroke-9 {
  0% {
    stroke-dashoffset: 64.6240463256836px;
    stroke-dasharray: 64.6240463256836px; }
  100% {
    stroke-dashoffset: 0; } }

@-webkit-keyframes animate-svg-fill-9 {
  0% {
    fill: transparent; }
  100% {
    fill: black; } }

@keyframes animate-svg-fill-9 {
  0% {
    fill: transparent; }
  100% {
    fill: black; } }

.svg-elem-9 {
  -webkit-animation: animate-svg-stroke-9 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both, animate-svg-fill-9 0.7s ease-out 1.6s both;
          animation: animate-svg-stroke-9 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both, animate-svg-fill-9 0.7s ease-out 1.6s both; }

@-webkit-keyframes animate-svg-stroke-10 {
  0% {
    stroke-dashoffset: 64.61595916748047px;
    stroke-dasharray: 64.61595916748047px; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes animate-svg-stroke-10 {
  0% {
    stroke-dashoffset: 64.61595916748047px;
    stroke-dasharray: 64.61595916748047px; }
  100% {
    stroke-dashoffset: 0; } }

@-webkit-keyframes animate-svg-fill-10 {
  0% {
    fill: transparent; }
  100% {
    fill: black; } }

@keyframes animate-svg-fill-10 {
  0% {
    fill: transparent; }
  100% {
    fill: black; } }

.svg-elem-10 {
  -webkit-animation: animate-svg-stroke-10 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both, animate-svg-fill-10 0.7s ease-out 1.7s both;
          animation: animate-svg-stroke-10 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both, animate-svg-fill-10 0.7s ease-out 1.7s both; }

@-webkit-keyframes animate-svg-stroke-11 {
  0% {
    stroke-dashoffset: 53.690765380859375px;
    stroke-dasharray: 53.690765380859375px; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes animate-svg-stroke-11 {
  0% {
    stroke-dashoffset: 53.690765380859375px;
    stroke-dasharray: 53.690765380859375px; }
  100% {
    stroke-dashoffset: 0; } }

@-webkit-keyframes animate-svg-fill-11 {
  0% {
    fill: transparent; }
  100% {
    fill: black; } }

@keyframes animate-svg-fill-11 {
  0% {
    fill: transparent; }
  100% {
    fill: black; } }

.svg-elem-11 {
  -webkit-animation: animate-svg-stroke-11 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both, animate-svg-fill-11 0.7s ease-out 1.8s both;
          animation: animate-svg-stroke-11 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both, animate-svg-fill-11 0.7s ease-out 1.8s both; }

@-webkit-keyframes animate-svg-stroke-12 {
  0% {
    stroke-dashoffset: 89.78953552246094px;
    stroke-dasharray: 89.78953552246094px; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes animate-svg-stroke-12 {
  0% {
    stroke-dashoffset: 89.78953552246094px;
    stroke-dasharray: 89.78953552246094px; }
  100% {
    stroke-dashoffset: 0; } }

@-webkit-keyframes animate-svg-fill-12 {
  0% {
    fill: transparent; }
  100% {
    fill: black; } }

@keyframes animate-svg-fill-12 {
  0% {
    fill: transparent; }
  100% {
    fill: black; } }

.svg-elem-12 {
  -webkit-animation: animate-svg-stroke-12 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both, animate-svg-fill-12 0.7s ease-out 1.9s both;
          animation: animate-svg-stroke-12 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both, animate-svg-fill-12 0.7s ease-out 1.9s both; }

@-webkit-keyframes animate-svg-stroke-13 {
  0% {
    stroke-dashoffset: 74.95941162109375px;
    stroke-dasharray: 74.95941162109375px; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes animate-svg-stroke-13 {
  0% {
    stroke-dashoffset: 74.95941162109375px;
    stroke-dasharray: 74.95941162109375px; }
  100% {
    stroke-dashoffset: 0; } }

@-webkit-keyframes animate-svg-fill-13 {
  0% {
    fill: transparent; }
  100% {
    fill: black; } }

@keyframes animate-svg-fill-13 {
  0% {
    fill: transparent; }
  100% {
    fill: black; } }

.svg-elem-13 {
  -webkit-animation: animate-svg-stroke-13 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both, animate-svg-fill-13 0.7s ease-out 2s both;
          animation: animate-svg-stroke-13 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both, animate-svg-fill-13 0.7s ease-out 2s both; }

@-webkit-keyframes animate-svg-stroke-14 {
  0% {
    stroke-dashoffset: 93.7504653930664px;
    stroke-dasharray: 93.7504653930664px; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes animate-svg-stroke-14 {
  0% {
    stroke-dashoffset: 93.7504653930664px;
    stroke-dasharray: 93.7504653930664px; }
  100% {
    stroke-dashoffset: 0; } }

@-webkit-keyframes animate-svg-fill-14 {
  0% {
    fill: transparent; }
  100% {
    fill: black; } }

@keyframes animate-svg-fill-14 {
  0% {
    fill: transparent; }
  100% {
    fill: black; } }

.svg-elem-14 {
  -webkit-animation: animate-svg-stroke-14 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both, animate-svg-fill-14 0.7s ease-out 2.1s both;
          animation: animate-svg-stroke-14 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both, animate-svg-fill-14 0.7s ease-out 2.1s both; }

@-webkit-keyframes animate-svg-stroke-15 {
  0% {
    stroke-dashoffset: 90.52498626708984px;
    stroke-dasharray: 90.52498626708984px; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes animate-svg-stroke-15 {
  0% {
    stroke-dashoffset: 90.52498626708984px;
    stroke-dasharray: 90.52498626708984px; }
  100% {
    stroke-dashoffset: 0; } }

@-webkit-keyframes animate-svg-fill-15 {
  0% {
    fill: transparent; }
  100% {
    fill: black; } }

@keyframes animate-svg-fill-15 {
  0% {
    fill: transparent; }
  100% {
    fill: black; } }

.svg-elem-15 {
  -webkit-animation: animate-svg-stroke-15 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s both, animate-svg-fill-15 0.7s ease-out 2.2s both;
          animation: animate-svg-stroke-15 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s both, animate-svg-fill-15 0.7s ease-out 2.2s both; }

@-webkit-keyframes animate-svg-stroke-16 {
  0% {
    stroke-dashoffset: 53.69259262084961px;
    stroke-dasharray: 53.69259262084961px; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes animate-svg-stroke-16 {
  0% {
    stroke-dashoffset: 53.69259262084961px;
    stroke-dasharray: 53.69259262084961px; }
  100% {
    stroke-dashoffset: 0; } }

@-webkit-keyframes animate-svg-fill-16 {
  0% {
    fill: transparent; }
  100% {
    fill: black; } }

@keyframes animate-svg-fill-16 {
  0% {
    fill: transparent; }
  100% {
    fill: black; } }

.svg-elem-16 {
  -webkit-animation: animate-svg-stroke-16 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both, animate-svg-fill-16 0.7s ease-out 2.3s both;
          animation: animate-svg-stroke-16 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both, animate-svg-fill-16 0.7s ease-out 2.3s both; }

svg .arrow-1 {
  stroke-dashoffset: 1226.97998046875px;
  stroke-dasharray: 1226.97998046875px;
  -webkit-transition: stroke-dashoffset 0.6s ease-out 0s, fill 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
  transition: stroke-dashoffset 0.6s ease-out 0s, fill 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s; }

svg.active .arrow-1 {
  stroke-dashoffset: 0; }

svg .arrow-2 {
  stroke-dashoffset: 1250.1890869140625px;
  stroke-dasharray: 1250.1890869140625px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 0.6s ease-out 0.1s, fill 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
  transition: stroke-dashoffset 0.6s ease-out 0.1s, fill 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s; }

svg.active .arrow-2 {
  stroke-dashoffset: 0;
  fill: #e68c38; }

img.cta {
  max-height: none !important; }

del.hearth::after {
  -webkit-animation: hearth;
          animation: hearth;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out; }

@-webkit-keyframes hearth {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1); }
  80% {
    opacity: 1;
    -webkit-transform: scale(1.3);
            transform: scale(1.3); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes hearth {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1); }
  80% {
    opacity: 1;
    -webkit-transform: scale(1.3);
            transform: scale(1.3); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

::-webkit-scrollbar {
  width: 10px; }

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #E68C38; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #2d0a0a; }

.anim {
  opacity: 0;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px); }

.come-in {
  -webkit-animation: fade-in;
          animation: fade-in;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out; }

.come-in.right {
  -webkit-animation: fade-in-right;
          animation: fade-in-right;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out; }

@-webkit-keyframes fade-in {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0%);
            transform: translate(0%);
    opacity: 1; } }

@keyframes fade-in {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0%);
            transform: translate(0%);
    opacity: 1; } }

@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0%);
            transform: translate(0%);
    opacity: 1; } }

@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0%);
            transform: translate(0%);
    opacity: 1; } }

@-webkit-keyframes appeartxt {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.8; }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 1; } }

@keyframes appeartxt {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.8; }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 1; } }

.grow img {
  -webkit-animation: grow;
          animation: grow;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  opacity: 0; }

.grow:nth-of-type(2) img {
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important; }

.grow:nth-of-type(3) img {
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important; }

.grow:nth-of-type(4) img {
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important; }

.bild-text-50-50 li:before {
  -webkit-animation: grow;
          animation: grow;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  opacity: 0;
  -webkit-animation-delay: 1s;
          animation-delay: 1s; }

.bild-text-50-50 li:nth-of-type(2):before {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s; }

.bild-text-50-50 li:nth-of-type(3):before {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s; }

.bild-text-50-50 li:nth-of-type(4):before {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s; }

@-webkit-keyframes grow {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes grow {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

.on .nummern,
.on .accord-icon {
  -webkit-transform: scale(0.9);
          transform: scale(0.9); }

.parralax {
  height: 800px;
  background-position: center;
  overflow: hidden; }

.parralax.h-600 {
  height: 600px; }

.parralax img {
  max-height: 1000px; }

.accord-icon {
  -webkit-transition: 0.6s;
  transition: 0.6s; }

.page-id-55 .accord-header.on::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.6s;
  transition: 0.6s; }

.pl-1 {
  padding-left: 7.6%; }

.pl-2 {
  padding-left: 16%; }

.pl-3 {
  padding-left: 24.4%; }

.pl-4 {
  padding-left: 32.8%; }

.pl-5 {
  padding-left: 41.2%; }

.pl-6 {
  padding-left: 49.6%; }

.pl-7 {
  padding-left: 58%; }

.pl-8 {
  padding-left: 66.4%; }

.pl-9 {
  padding-left: 74.8%; }

.pl-10 {
  padding-left: 83.2%; }

.pl-11 {
  padding-left: 91.6%; }

.pr-1 {
  padding-right: 7.6%; }

.pr-2 {
  padding-right: 16%; }

.pr-3 {
  padding-right: 24.4%; }

.pr-4 {
  padding-right: 32.8%; }

.pr-5 {
  padding-right: 41.2%; }

.pr-6 {
  padding-right: 49.6%; }

.pr-7 {
  padding-right: 58%; }

.pr-8 {
  padding-right: 66.4%; }

.pr-9 {
  padding-right: 74.8%; }

.pr-10 {
  padding-right: 83.2%; }

.pr-11 {
  padding-right: 91.6%; }

.pd-30 {
  padding: 30px; }

.pd-40 {
  padding: 40px; }

.pd-50 {
  padding: 50px; }

.pt-20 {
  padding-top: 20px; }

.pt-60 {
  padding-top: 60px; }

.pt-80 {
  padding-top: 80px; }

.pt-100 {
  padding-top: 100px; }

.ptb-10 {
  padding: 10px 0; }

.ptb-20 {
  padding: 20px 0; }

.ptb-40 {
  padding: 40px 0; }

.pb-20 {
  padding-bottom: 20px; }

.pb-50 {
  padding-bottom: 50px; }

.pb-80 {
  padding-bottom: 80px; }

.pb-100 {
  padding-bottom: 100px; }

.ptb-60 {
  padding: 60px 0; }

.ptb-100 {
  padding: 100px 0; }

.pl-30 {
  padding-left: 30px; }

.pl-60 {
  padding-left: 60px; }

.pr-30 {
  padding-right: 30px; }

/* Margin Directions */
.mt-10 {
  margin-top: 10px; }

.mt-25 {
  margin-top: 25px; }

.mt-50 {
  margin-top: 50px; }

.mt-100 {
  margin-top: 100px; }

.mt-120 {
  margin-top: 120px; }

.mr-10 {
  margin-right: 10px; }

.mr-80 {
  margin-right: 80px; }

.mb-25 {
  margin-bottom: 25px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-80 {
  margin-bottom: 80px; }

.mb-90 {
  margin-bottom: 90px; }

.mb-100 {
  margin-bottom: 100px; }

.mb-150 {
  margin-bottom: 150px; }

.mt-150 {
  margin-top: 150px; }

.app-pad {
  padding: 30px; }

.pad-txt {
  padding: 80px 100px 80px 100px; }

.absx,
.absy {
  position: absolute; }

.absx {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.absy {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.button a::after {
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
  background-color: #E68C38;
  content: '';
  position: absolute;
  right: calc(-50px + 1px);
  width: 50px;
  height: calc( 100% + 1px);
  top: 0px; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .button a::after {
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
    clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
    background-color: #E68C38;
    content: '';
    position: absolute;
    right: calc(-50px + 1px);
    width: 0px !important;
    height: 0px !important;
    top: 0px;
    display: none; } }

body {
  margin-top: 80px; }

.logo {
  width: 150px;
  height: 50px;
  -o-object-fit: cover;
  object-fit: cover;
  float: left;
  padding-top: 15px; }

.logo svg {
  width: 150px !important;
  height: auto !important; }

#menu-headernavigation a {
  text-decoration: none;
  color: white;
  text-transform: capitalize;
  font-weight: 300;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in; }

#menu-headernavigation li {
  text-decoration: none;
  float: left;
  list-style-type: none;
  margin: 10px 30px 10px 0px;
  padding-bottom: 5px;
  width: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  cursor: pointer; }

#menu-headernavigation li:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  border-bottom: 2px solid #E68C38; }

#menu-headernavigation {
  line-height: 40px;
  display: inline-block;
  width: auto;
  padding-left: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 0px;
  float: right; }

.current_page_item {
  border-bottom: 2px solid #E68C38; }

.h-750 {
  max-height: 750px;
  min-height: 600px;
  overflow: hidden; }

.h-750 img {
  height: 750px; }

header {
  height: 80px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  float: left;
  z-index: 999999;
  background-position: 100px;
  background-color: white; }

.mobile span {
  width: 40px;
  height: 3px;
  background-color: #E68C38;
  display: block;
  margin-bottom: 8px;
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 0.9;
  cursor: pointer; }

.hamburger {
  -webkit-transition: 0.6s;
  transition: 0.6s; }

.hamburger:hover {
  opacity: 1;
  -webkit-transform: scale(1.2);
          transform: scale(1.2); }

.layer {
  visibility: hidden;
  height: 0px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  width: 100vw;
  background-color: #599899;
  top: 80px;
  position: fixed;
  left: 0;
  margin: 0px; }

.open {
  height: calc(100vh - 80px);
  visibility: visible !important;
  z-index: 2; }

#menu-mobile-navigation {
  margin: 0px;
  position: absolute;
  top: 50%;
  left: 40px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  overflow: hidden; }

#menu-mobile-navigation li {
  text-decoration: none;
  float: left;
  width: 200px;
  list-style-type: none;
  margin-bottom: 3vh;
  padding: 10px;
  background-color: #E68C38;
  opacity: 0;
  margin-right: 1000px; }

#menu-mobile-navigation a {
  text-decoration: none;
  color: white;
  font-size: 30px;
  font-weight: 600px;
  text-transform: capitalize; }

#menu-mobile-navigation .current_page_item {
  border-bottom: 0px solid white; }

.open #menu-mobile-navigation li {
  -webkit-animation: fade-left-in 1s;
          animation: fade-left-in 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  display: block;
  position: relative;
  left: 0px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out; }

.open #menu-mobile-navigation li:hover {
  left: 20px; }

.open #menu-mobile-navigation li::after {
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
  background-color: #E68C38;
  content: '';
  position: absolute;
  right: calc(-50px + 0px);
  width: 50px;
  height: calc( 100% + 0px);
  top: 0px; }

.men {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: hidden; }

.men h3 {
  display: none; }

.open .men h3 {
  display: block;
  opacity: 0.1;
  font-size: 500px;
  color: white;
  margin: 0px;
  -webkit-animation: fade;
          animation: fade;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1; }

.men h3:first-of-type {
  line-height: 700px;
  margin-bottom: -200px;
  margin-left: 600px; }

@-webkit-keyframes fade {
  0% {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%); }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); } }

@keyframes fade {
  0% {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%); }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); } }

.open #menu-mobile-navigation li:nth-of-type(2) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s; }

.open #menu-mobile-navigation li:nth-of-type(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s; }

.open #menu-mobile-navigation li:nth-of-type(4) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s; }

.open #menu-mobile-navigation li:nth-of-type(5) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s; }

.open #menu-mobile-navigation li:nth-of-type(6) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s; }

@-webkit-keyframes fade-left-in {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px); } }

@keyframes fade-left-in {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px); } }

.hamburger {
  position: absolute;
  right: 40px;
  top: 30px;
  width: 40px;
  z-index: 5;
  cursor: pointer; }

.rotate span:nth-of-type(1) {
  top: 11px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.rotate span:nth-of-type(2) {
  display: none; }

.border-bottom.wrapper {
  padding-left: 0px;
  padding-right: 0px; }

.rotate span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  mix-blend-mode: exclusion; }

.kontakt {
  background-color: #00878C;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 150px;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left; }

.kontakt img {
  width: auto; }

.kontakt a {
  text-decoration: none; }

.kontakt a,
.kontakt h1,
.kontakt h2,
.kontakt strong,
.kontakt p,
.kontakt img {
  color: white;
  width: auto;
  float: left;
  margin-top: 0px; }

.kontakt img {
  margin-right: 20px; }

.kontakt h2,
.kontakt h1 {
  width: 100%; }

footer {
  width: 100%;
  margin: 0 auto;
  min-height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 50px; }

.kontakt .button {
  position: relative;
  top: -10px; }

.kontakt strong {
  margin-bottom: 0px;
  width: 100%; }

#menu-footernavigation li {
  list-style-type: none;
  float: right;
  width: auto;
  margin-left: 50px; }

#menu-footernavigation li:last-of-type {
  margin-left: 0px; }

#menu-footernavigation li a,
footer p {
  text-decoration: none;
  color: #838383;
  font-weight: 400;
  font-size: 20px;
  line-height: normal;
  -webkit-transition: 0.4s;
  transition: 0.4s; }

footer p {
  margin-top: 15px; }

footer ul {
  margin-top: 15px; }

footer p {
  width: 100%; }

footer .logo {
  padding-top: 0px; }

#menu-footernavigation li a:hover {
  color: #00878C; }

.accord-icon img {
  width: auto !important;
  height: auto !important;
  -o-object-fit: none;
     object-fit: none; }

.slick-initialized .slick-slide {
  max-height: 1080px; }

.mobile {
  display: none; }

.referenzen h1 {
  line-height: normal; }

#my-menu {
  display: none; }

#my-menu2 {
  display: none; }

.mobile {
  display: none; }

.wrapper {
  max-width: 1280px;
  margin: 0 auto; }

@media only screen and (max-width: 1640px) {
  .page-id-572 .pad-text {
    width: 100%; }
  .formimg {
    width: 240px; }
  header {
    background-position: left; }
  .container {
    width: calc(100% - 80px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box; } }

@media only screen and (max-width: 1380px) {
  h1, h2, h1 strong, h2 strong {
    font-size: 3rem; }
  footer p,
  footer a {
    font-size: 16px !important; } }

@media only screen and (max-width: 1360px) {
  .acc-grid {
    width: 48% !important;
    margin-bottom: 50px; }
  .g-33 {
    width: 48%; } }

@media only screen and (max-width: 1200px) {
  .mobile {
    display: block; }
  .not-mobile {
    display: none; }
  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    height: 82px;
    background-position: 10%; } }

@media only screen and (max-width: 1024px) {
  .vidt p {
    font-size: 2rem !important; }
  .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: inherit !important; }
  .slick-slide img {
    height: 100%; }
  .page-id-572 strong {
    padding-right: 0px; }
  .page-id-572 .parralax {
    max-height: 700px; }
  .formimg {
    width: 170px;
    top: -40px;
    right: 60px; }
  .page-id-572 .aling-flex .g-5 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-height: 400px; }
  .page-id-572 .aling-flex .g-7 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .paratxt {
    left: 40px;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    top: 30%; }
  .formarrow {
    display: none; }
  .page-id-572 .container,
  .page-id-572 .g-5,
  .page-id-572 .g-7 {
    width: 100% !important; }
  .page-id-572 .align-flex .g-5 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .parralax {
    max-height: 400px; }
  .parralax .simpleParallax {
    height: 100%; }
  .app .mb-100:nth-of-type(5) {
    margin-bottom: 0px; }
  .app .mb-100:nth-of-type(6) {
    margin-bottom: 0px; }
  .faqs .accord-content.mb-80 {
    margin-bottom: 40px; }
  .faqs .button a {
    margin-top: 50px; }
  .pb-80 {
    padding-bottom: 40px; }
  .flex.app .g-33 {
    width: 48%; }
  .pt-80 {
    padding-top: 40px; }
  h1, h2, h1 strong, h2 strong {
    font-size: 2rem;
    line-height: normal; }
  .txt-50-50 .g-6 {
    width: 50%; }
  .pr-1 {
    padding-right: 40px; }
  .pl-1 {
    padding-left: 40px; }
  .mt-150 {
    margin-top: 100px; }
  .mt-120 {
    margin-top: 100px; }
  .mb-150 {
    margin-bottom: 100px; }
  .page-id-572 .container.center {
    padding: 0px 40px; }
  #menu-footernavigation li {
    list-style-type: none;
    float: left;
    width: auto;
    margin-left: 0;
    margin-right: 30px; }
  footer .g-50 {
    width: 100%; }
  footer .g-50:first-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse; }
  footer ul {
    margin-left: 0; }
  footer .logo {
    float: right; }
  .slider .align {
    left: 40px; }
  .slick-dots {
    left: 40px;
    margin-left: 0px; }
  .page-id-572 footer .container,
  .page-id-572 header .container {
    width: calc(100% - 80px) !important; } }

@media only screen and (max-width: 980px) {
  .slick-slider,
  .slick-slide,
  .slick-slide img {
    min-height: 500px; } }

@media only screen and (max-width: 768px) {
  .page-id-572 .kontakt {
    margin-top: 0px !important; }
  .formular h2 strong {
    width: 100%;
    float: left;
    margin-bottom: 0px; }
  .paratxt {
    display: none; }
  h1, h2, h1 strong, h2 strong {
    text-align: left; }
  .accord-home {
    margin-bottom: 0px !important; }
  .center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    padding-top: 40px; }
  .center h2 {
    margin-bottom: 0px; }
  .center p {
    width: 100%;
    margin-left: 0px;
    text-align: left; }
  .mb-150,
  .mb-100 {
    margin-bottom: 50px; }
  .mt-150,
  .mt-100,
  .mt-120 {
    margin-top: 50px; }
  .aling-flex .pt-80 {
    padding-top: 40px; }
  .aling-flex .pb-80 {
    padding-bottom: 40px; } }

@media only screen and (max-width: 736px) {
  p br {
    display: none; }
  video,
  .video {
    float: left;
    height: auto !important; }
  .formular p {
    width: 100% !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .formular:hover .formimg {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .page-id-572 .parralax {
    max-height: 450px; }
  .formular.mt-200 {
    margin-top: 0px;
    padding-top: 0px; }
  .formular {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap; }
  .formular h2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .formular .wpcf7 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%; }
  .formular .g-6 {
    padding-right: 0px; }
  del::after {
    right: -50px;
    top: -40px; }
  .formimg {
    width: 170px;
    position: relative;
    top: -40px;
    left: 50%;
    right: auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  footer .logo {
    width: 120px !important; }
  .kontakt .mr-80 {
    margin-right: 40px; }
  .accord-content {
    margin-bottom: 40px;
    float: left;
    margin-top: 15px; }
  .bild-text-50-50 li:last-of-type {
    margin-bottom: 0px; }
  .acc-grid {
    min-height: inherit;
    height: auto; }
  .accord-header {
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
    display: inline-block;
    text-align: center; }
  .accordion .arrow {
    position: relative;
    left: 50%;
    bottom: 0px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    margin-top: 50px;
    margin-bottom: 20px; }
  .page-id-5 .bild-text-50-50:first-of-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: wrap-reverse;
            flex-flow: wrap-reverse; }
  .invalid .phone,
  .valid .phone {
    height: auto; }
  .g-6,
  .g-50,
  .g-4,
  .g-7,
  .g-5,
  .g-33,
  .acc-grid {
    width: 100% !important; }
  .app .g-4 {
    width: 32.8% !important; }
  .app .g-8 {
    width: 67.2% !important; }
  .app .mb-100:nth-of-type(5) {
    margin-bottom: 50px; }
  .page-id-105 .g-7 li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  footer .logo {
    float: left;
    margin-bottom: 0px; }
  footer .g-50:first-of-type {
    display: block; }
  #menu-footernavigation li {
    width: 100%; }
  .kontakt {
    margin-right: 0px;
    margin-left: 0px;
    width: 100%;
    margin-top: 0px; }
  footer {
    display: inline-block; }
  .bg-green {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%; }
  .page-id-105 .aling-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: wrap-reverse;
            flex-flow: wrap-reverse;
    margin-bottom: 50px; }
  .page-id-105 .g-7 p {
    width: 100%;
    margin-bottom: 50px; }
  .slick-slider h1, .slick-slider h2 {
    padding: 20px;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 0px; }
  .slick-slider h1::after, .slick-slider h2::after {
    content: none;
    left: 0; }
  .slider .align {
    left: 0px;
    width: 100%; }
  .cta {
    margin-bottom: 20px; }
  .video {
    float: left; }
  .page-id-107 .aling-flex:nth-of-type(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: wrap-reverse;
            flex-flow: wrap-reverse; }
  footer .g-8 p {
    margin-bottom: 0px; }
  footer li {
    width: auto !important; }
  footer .g-4 {
    width: 32.8% !important;
    float: right; }
  .page-id-572 strong {
    display: inline-block;
    margin: 0px;
    width: 100%; }
  del::after {
    right: -100px; }
  .page-id-572 footer .g-4 {
    width: 100% !important; }
  .formular .anrede {
    width: 100%; }
  .formular select {
    width: 100%; }
  .page-id-572 p br {
    display: none; }
  .slick-slider h1,
  .slick-slider h2 {
    font-size: 19px; }
  .slick-slider strong {
    font-size: 25px; }
  .plz input {
    margin-bottom: 25px !important; } }

@media only screen and (max-width: 400px) {
  footer .g-4 {
    width: 100% !important; } }

/*# sourceMappingURL=style.css.map */
