@charset "UTF-8";
/*! normalize.css v3.0.2 | 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,
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/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 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: 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.67em 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: 1em 40px;
}

/**
 * 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
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  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;
}

/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/
/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 80%;
    padding: 0;
  }
}
/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 80%;
  }
  .column,
  .columns {
    margin-left: 4%;
  }
  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }
  .one.column,
  .one.columns {
    width: 4.6666666667%;
  }
  .two.columns {
    width: 13.3333333333%;
  }
  .three.columns {
    width: 22%;
  }
  .four.columns {
    width: 30.6666666667%;
  }
  .five.columns {
    width: 39.3333333333%;
  }
  .six.columns {
    width: 48%;
  }
  .seven.columns {
    width: 56.6666666667%;
  }
  .eight.columns {
    width: 65.3333333333%;
  }
  .nine.columns {
    width: 74%;
  }
  .ten.columns {
    width: 82.6666666667%;
  }
  .eleven.columns {
    width: 91.3333333333%;
  }
  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }
  .one-third.column {
    width: 30.6666666667%;
  }
  .two-thirds.column {
    width: 65.3333333333%;
  }
  .one-half.column {
    width: 48%;
  }
  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.6666666667%;
  }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%;
  }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%;
  }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%;
  }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%;
  }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%;
  }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78%;
  }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%;
  }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%;
  }
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 52%;
  }
}
/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%;
}

body {
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222;
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
}

h1 {
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: -0.1rem;
}

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -0.1rem;
}

h3 {
  font-size: 3rem;
  line-height: 1.3;
  letter-spacing: -0.1rem;
}

h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -0.08rem;
}

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
}

h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0;
}

/* Larger than phablet */
@media (min-width: 550px) {
  h1 {
    font-size: 5rem;
  }
  h2 {
    font-size: 4.2rem;
  }
  h3 {
    font-size: 3.6rem;
  }
  h4 {
    font-size: 3rem;
  }
  h5 {
    font-size: 2.4rem;
  }
  h6 {
    font-size: 1.5rem;
  }
}
p {
  margin-top: 0;
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #1EAEDB;
}

a:hover {
  color: #0FA0CE;
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type=submit],
input[type=reset],
input[type=button] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0.1rem;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;
}

.button:hover,
button:hover,
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover,
.button:focus,
button:focus,
input[type=submit]:focus,
input[type=reset]:focus,
input[type=button]:focus {
  color: #333;
  border-color: #888;
  outline: 0;
}

.button.button-primary,
button.button-primary,
input[type=submit].button-primary,
input[type=reset].button-primary,
input[type=button].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0;
}

.button.button-primary:hover,
button.button-primary:hover,
input[type=submit].button-primary:hover,
input[type=reset].button-primary:hover,
input[type=button].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type=submit].button-primary:focus,
input[type=reset].button-primary:focus,
input[type=button].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB;
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}

/* Removes awkward default styles on some inputs for iOS */
input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}

input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0;
}

label,
legend {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

fieldset {
  padding: 0;
  border-width: 0;
}

input[type=checkbox],
input[type=radio] {
  display: inline;
}

label > .label-body {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: normal;
}

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside;
}

ol {
  list-style: decimal inside;
}

ol, ul {
  padding-left: 0;
  margin-top: 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}

li {
  margin-bottom: 1rem;
}

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: 0.2rem 0.5rem;
  margin: 0 0.2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px;
}

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem;
}

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem;
}

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box;
}

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}

.u-pull-right {
  float: right;
}

.u-pull-left {
  float: left;
}

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1;
}

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both;
}

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/
/* quicksand-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 300;
  src: url("../assets/fonts/quicksand-v30-latin-300.woff2") format("woff2"), url("../assets/fonts/quicksand-v30-latin-300.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* quicksand-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  src: url("../assets/fonts/quicksand-v30-latin-regular.woff2") format("woff2"), url("../assets/fonts/quicksand-v30-latin-regular.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* quicksand-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
  src: url("../assets/fonts/quicksand-v30-latin-500.woff2") format("woff2"), url("../assets/fonts/quicksand-v30-latin-500.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* quicksand-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  src: url("../assets/fonts/quicksand-v30-latin-600.woff2") format("woff2"), url("../assets/fonts/quicksand-v30-latin-600.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* quicksand-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
  src: url("../assets/fonts/quicksand-v30-latin-700.woff2") format("woff2"), url("../assets/fonts/quicksand-v30-latin-700.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
html {
  scroll-behavior: smooth;
}

a {
  color: #000;
  text-decoration: none;
}

a:link, a:visited, a:hover, a:active {
  color: #000;
  text-decoration: none;
}

/* Background Color*/
.bg-grey {
  background-color: #c1c1c1;
}

.bg-light-blue {
  background-color: rgba(149, 211, 250, 0.25);
}

.bg-yellow {
  background-color: #eabe01;
}

/* Ende Background Color*/
/* color */
.text-red {
  color: #FF0000;
}

/* Shadow */
/* Ende Shadow*/
/* Box */
.box {
  top: 10px;
  position: sticky;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 20px;
  padding: 15px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}

/*Ende Box*/
body {
  font-family: Quicksand, sans-serif;
  /* image */
}
body a {
  color: #000;
  text-decoration: none;
}
body h1 {
  font-size: 1.2em;
}
body p {
  font-size: 1em;
  color: #000;
}
body input[type=button],
body button {
  font-family: Quicksand, sans-serif;
  margin-left: auto;
  margin-right: auto;
}
body a.button.bg-acid-green {
  background-color: #DCFF50;
  border: 2px solid #DCFF50;
  padding: 5px;
  height: 52px;
  border-radius: 25px;
  color: #000;
  width: 100%;
  margin: 10px 0px;
  font-size: 0.9em;
  transition: all 0.2s;
}
body a.button.bg-acid-green:hover {
  border: 2px solid #243642;
  transition: all 0.2s;
}
body img.icon {
  width: 100%;
  max-width: 44px;
}
body .image-contant-wrapper {
  margin-top: 50px;
  margin-bottom: 25px;
}
body .image-contant-wrapper img {
  width: 100%;
}
body .fa-star, body .fa-star-half {
  color: #fbc42e;
}
body section {
  padding: 20px 0px 25px 0px;
}
body section h2 {
  font-size: 1.2em;
  font-weight: 800;
}
body section p.small {
  margin-bottom: 0px;
  color: #DCFF50;
}
body section p, body section h2 {
  -webkit-hyphens: auto;
          hyphens: auto;
}
body section .container {
  width: 100%;
  padding: 25px;
}

.flex-container {
  display: flex;
}

.flex-container-100 {
  display: flex;
  flex-direction: row;
  justify-content: baseline;
}

section {
  background-color: #fff;
}
section .flex-container {
  display: flex;
  flex-direction: column;
}

.top-header {
  background-color: #DCFF50;
}
.top-header p {
  text-align: center;
  margin: 0px;
  padding: 5px 0px;
  color: #000;
  font-weight: 800;
}

.logo {
  margin-top: 7px;
  width: 50px;
}

header {
  background-color: #f9f9f9;
}
header .userCounter-wrapper {
  float: right;
}
header .userCounter-wrapper p {
  text-align: center;
  line-height: 1.2em;
  margin-top: 15px;
  margin-bottom: 0px;
  color: #272561;
}
header .userCounter-wrapper p strong {
  color: #272561;
  text-decoration: underline;
}

.headline-wrapper {
  position: relative;
  background-color: #272561;
  padding: 10px 0px;
  margin-bottom: 0px;
}
.headline-wrapper h1 {
  color: #fff;
  font-weight: 800;
  text-align: center;
  margin-bottom: 5px;
  letter-spacing: 0.5px;
}
.headline-wrapper p {
  color: #fff;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0px;
  line-height: 1.2em;
}
.headline-wrapper .slogan-fett {
  font-weight: 800;
  color: #DCFF50;
}

form {
  margin-bottom: 0px;
}

.questions p {
  text-align: center;
  font-weight: 800;
  padding: 15px;
  margin-bottom: 5px;
  border-radius: 5px 5px 0px 0px;
}

#step-9 .questions {
  margin-top: 20px;
}
#step-9 .questions p {
  background-color: #272561;
  color: #fff;
}

.step-wrapper {
  background-color: #fff;
  max-width: 450px;
  margin-top: -180px;
  position: relative;
  z-index: 99999;
  width: 95%;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 1rem 4rem;
  margin-left: auto;
  margin-right: auto;
}
.step-wrapper i {
  color: #DCFF50;
  font-size: 1.1em;
}

.benefits {
  font-size: 0.8em;
  text-align: center;
}
.benefits .auszeichnung {
  padding-top: 10px;
}
.benefits .auszeichnung p {
  margin-bottom: 20px;
}
.benefits .auszeichnung p span {
  font-weight: 800;
}
.benefits .benefit {
  font-weight: 400;
  padding: 10px;
  background-color: #272561;
  color: #fff;
  border-radius: 0px 0px 5px 5px;
}
.benefits .benefit svg {
  color: #DCFF50;
}
.benefits .flex-container-100 {
  justify-content: space-around;
}

.answers {
  padding: 0px 15px 5px 15px;
}

.answers.flex-container-100 {
  flex-direction: column;
}

.answer-box {
  display: flex;
  align-items: center;
  background-color: #fff;
  margin-bottom: 10px;
  border: 1px solid #5EB5E8;
  border-radius: 5px;
  padding: 5px 0px;
}

input[type=radio]:checked + label {
  border: 4px solid #5EB5E8;
}

.answer-box-description {
  margin-left: 5px;
}

.answer-box-img {
  margin-left: 10px;
}

.answer-box-description p {
  font-weight: 500;
  margin-bottom: 0px;
}

.answer-box-click {
  position: absolute;
  right: 30px;
}
.answer-box-click input[type=radio] {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #5EB5E8;
  background-color: #fff;
  background-clip: content-box;
  border-radius: 50%;
  transform: skew(100px);
  margin-bottom: 0px;
  margin-top: 5px;
  transition: all 0.2s;
}
.answer-box-click input[type=radio]:checked {
  content: "";
  border: 2px solid #5EB5E8;
  padding: 3px;
  background-color: #5EB5E8;
}

.steps {
  margin-left: auto;
  margin-right: auto;
}
.steps .container {
  width: 100%;
}

#step-2,
#step-3,
#step-4,
#step-5,
#step-6,
#step-7,
#step-8 {
  display: none;
  transition: all 1s;
}

.plz-container-wrapper {
  background-color: #fff;
}

.plz-wrapper {
  background-image: url("/assets/img/Deutschland.svg");
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  min-height: auto;
}

.plz-container {
  padding: 0px 0px 60px 0px;
}

input[type=text]#plz {
  margin-bottom: 25px;
  height: 50px;
  border-color: #243642;
}

input[type=text]#plz:focus {
  border: 1px solid #5EB5E8;
}

.hinweisplz {
  text-align: center;
}

.icon-hinweisplz {
  font-weight: bold;
  background-color: #282561;
  color: #fff;
  line-height: 0px;
  padding: 1px 8px;
  border: 1px solid #282561;
  border-radius: 100%;
}

#plz {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

button.button,
input.button {
  display: block;
  width: 100%;
  max-width: 250px;
  height: 50px;
  background-color: #272561;
  color: white;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: normal;
  border: 2px solid #272561;
  font-size: 1.1em;
  transition: all 0.5s;
}

button.button:hover,
input.button:hover {
  background-color: #fff;
  border-color: #272561;
  color: #272561;
  transition: all 0.25s;
}

a.button {
  display: block;
  width: 100%;
  max-width: 270px;
  background-color: #eabe01;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: normal;
  border: 1px solid #eabe01;
  font-size: 1.1em;
  margin-bottom: 0px;
  padding-top: 5px;
}

#btnform:disabled {
  cursor: not-allowed;
  color: #fff;
  border: 1px solid #c1c1c1;
  background-color: #c1c1c1;
}

#error-math {
  display: block;
}

#error-plz {
  opacity: 0;
  margin: 10px 10px;
  text-align: center;
  color: red;
}

input[type=text] {
  text-align: center;
  color: #000;
}

input::-moz-placeholder {
  color: #000;
  text-align: center;
}

input::placeholder {
  color: #000;
  text-align: center;
}

.questions p {
  margin-bottom: 0px;
}

.spinner-container-wrapper.answers,
.spinner-question {
  background-color: #fff;
  border-radius: 5px;
}

#spinner-container {
  padding: 50px 0px;
}

#check-solid {
  display: none;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
}

#spinner {
  display: block;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.animation-out {
  animation: animation-out 0.25s linear 1;
}

@keyframes animation-out {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
.animation-in {
  animation: animation-in 0.35s linear 1;
}

@keyframes animation-in {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.slide-in {
  animation: slidein 0.35s linear 1;
}

@keyframes slidein {
  0% {
    display: block;
    transform: translateX(0%);
    opacity: 0;
  }
  100% {
    transform: translateX(100%);
    opacity: 1;
  }
}
@keyframes slideOut {}
.progress-bar {
  margin: 0 auto;
  background-color: #c1c1c1;
}

.progress {
  width: 14%;
  height: 5px;
  background-color: #DCFF50;
}

.danke-wrapper .danke-text {
  text-align: center;
}

#step-9 .answer-form,
#step-10 .answer-form {
  margin-bottom: 5px;
}
#step-9 p,
#step-10 p {
  line-height: 18px;
  font-weight: 400;
}
#step-9 input,
#step-9 input,
#step-10 input,
#step-10 input {
  padding: 20px;
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
}
#step-9 input:focus,
#step-10 input:focus {
  border-color: #5EB5E8;
}
#step-9 input::-moz-placeholder, #step-10 input::-moz-placeholder {
  text-align: left;
}
#step-9 input::placeholder,
#step-10 input::placeholder {
  text-align: left;
}
#step-9 .pflichfelder-hinweis,
#step-10 .pflichfelder-hinweis {
  display: block;
  color: #000;
  text-align: right;
  margin-bottom: 10px;
}
#step-9 small,
#step-10 small {
  color: red;
}
#step-9 .disclaimer-wrapper,
#step-10 .disclaimer-wrapper {
  padding: 10px 0px;
  margin-bottom: 10px;
}
#step-9 p#disclaimer,
#step-10 p#disclaimer {
  line-height: 12px;
  color: #000;
  font-size: 12px;
  margin-bottom: 15px;
}
#step-9 #subButton,
#step-10 #subButton {
  position: relative;
}
#step-9 #street,
#step-10 #street {
  display: none;
}
#step-9 #submitButtonForm,
#step-10 #submitButtonForm {
  line-height: 20px;
  display: block;
  width: 100%;
  color: #fff;
  background-color: #272561;
  height: 100%;
  padding: 10px 16px;
  border: 2px solid #272561;
}
#step-9 #submitButtonForm .subButtonText,
#step-10 #submitButtonForm .subButtonText {
  font-size: 1.2em;
}
#step-9 #submitButtonForm .buttonText,
#step-10 #submitButtonForm .buttonText {
  font-size: 1.8em !important;
}
#step-9 #submitButtonForm .show,
#step-10 #submitButtonForm .show {
  display: block;
}
#step-9 #submitButtonForm .hide,
#step-10 #submitButtonForm .hide {
  display: none;
}
#step-9 #submitButtonForm:hover,
#step-10 #submitButtonForm:hover {
  background-color: white;
  border-color: #272561;
  color: #272561;
  transition: all 0.25s;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.check-box-frage {
  display: inline;
}

input[type=number]#result {
  width: 70px;
  display: inline;
}

#number_3,
#number_4 {
  display: none;
}

#danke {
  padding: 20px;
  text-align: center;
}
#danke h2 {
  font-size: 2em;
  font-weight: 800;
}
#danke .terminvorschlag {
  margin-bottom: 0px;
}

.hinweis-text-wrapper {
  padding: 0px 15px 0px 15px;
}
.hinweis-text-wrapper .hinweis-text {
  margin-bottom: 10px;
  font-size: 0.7em;
  color: rgb(120, 120, 120);
  text-align: center;
}

.benefit-container {
  padding: 5px 0px 0px 0px;
}

.benefits-wrapper {
  margin-bottom: 10px;
}
.benefits-wrapper div.benefit-icon {
  display: inline;
  margin-right: 10px;
}
.benefits-wrapper div.benefit {
  margin-bottom: 0px;
}
.benefits-wrapper .flex-container {
  align-items: center;
}
.benefits-wrapper p.benefit-text {
  margin-bottom: 7px;
}

#step-8 {
  background: #fff;
}

.form-wrapper {
  max-width: 400px;
  background-color: #fff;
  padding: 20px;
}

p.small-text {
  font-size: 0.8em;
  margin-bottom: 2px;
}
p.small-text img {
  max-width: 10px;
  height: 10px;
  margin-right: 10px;
}

.cta-box {
  text-align: center;
  margin-bottom: 50px;
}
.cta-box a.button {
  height: 50px;
  background-color: #282561;
}
.cta-box h3 {
  color: #DCFF50;
  font-size: 1.5em;
  font-weight: 800;
}

.form-container {
  display: flex;
  justify-content: space-around;
}

.background-image {
  z-index: -1;
  height: 200px;
  background-image: url("/assets/img/photovoltaik-monteur-600.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#step-7, #step-8, #step-9 {
  border-radius: 5px;
}

#sofunktionierts {
  background-color: #fff;
  margin-top: 35px;
}
#sofunktionierts h2 {
  font-weight: 400;
  text-align: center;
  margin-bottom: 0px;
}
#sofunktionierts p.slogan {
  text-align: center;
  font-weight: 800;
  font-size: 1.4em;
}
#sofunktionierts .sofunktionierts-step-wrapper {
  position: relative;
}
#sofunktionierts .vl {
  top: 0px;
  position: absolute;
  height: 70%;
  border-left: 2px solid #272561;
  margin-left: 21px;
  z-index: 0;
}
#sofunktionierts .sofunktionierts-step {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
#sofunktionierts .sofunktionierts-step .part {
  width: 40px;
  height: 40px;
  text-align: center;
  margin-bottom: 0px;
  border: 2px solid #272561;
  background-color: #fff;
  border-radius: 100%;
  color: #272561;
  z-index: 2;
}
#sofunktionierts .sofunktionierts-step .part1 {
  background-color: #272561;
  color: #fff;
  text-align: center;
}
#sofunktionierts .sofunktionierts-step .part-count {
  font-weight: 800;
  margin-top: 7px;
}
#sofunktionierts .sofunktionierts-step .partcontent {
  width: 80%;
}
#sofunktionierts .sofunktionierts-step .partcontent h3 {
  font-weight: 800;
  font-size: 1.2em;
  margin-bottom: 10px;
}

#bewertung {
  margin-top: 50px;
}
#bewertung .image-bewertung {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
#bewertung p {
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 800;
  text-align: center;
}
#bewertung .bewertungspoints {
  display: flex;
  justify-content: center;
}
#bewertung span {
  margin-top: 1px;
  font-weight: 800;
  margin-right: 5px;
}

#solarkaufen {
  padding-bottom: 0px;
  margin-top: 10px;
}
#solarkaufen .flex-container-100 {
  flex-direction: column;
}
#solarkaufen .solarkaufen-img {
  width: 100%;
  height: 200px;
  background-image: url("/assets/img/Solaranlage-Frau-Haus-400.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0px 50px 0px 0px;
}
#solarkaufen .solarkaufen-content {
  padding-bottom: 30px;
  background-color: rgba(149, 211, 250, 0.25);
}

#kundenstimmen {
  padding: 0px 0px;
}
#kundenstimmen .kundenmeinung.flex-container-100 {
  flex-direction: column;
}
#kundenstimmen .kunden {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  height: 250px;
  max-width: 280px;
  margin-bottom: 20px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}
#kundenstimmen .profil {
  margin-bottom: 10px;
}
#kundenstimmen .profil img {
  margin-right: 20px;
}
#kundenstimmen .kundenmeinung-name {
  margin-bottom: 0px;
  font-weight: 800;
}
#kundenstimmen #kunde1 {
  display: block;
}
#kundenstimmen #kunde2 {
  display: none;
}
#kundenstimmen #kunde3 {
  display: none;
}
#kundenstimmen .fa-star, #kundenstimmen .fa-star-half {
  font-size: 0.8em;
}
#kundenstimmen .flex-container-100 {
  justify-content: start;
}
#kundenstimmen #left-arrow, #kundenstimmen #right-arrow {
  font-size: 20px;
  color: #fff;
  background-color: #272561;
  width: 32px;
  border-radius: 100%;
  text-align: center;
}
#kundenstimmen #left-arrow {
  margin-right: 20px;
}

#faq-wrapper {
  padding-top: 0px;
}
#faq-wrapper .container {
  width: 100%;
  max-width: 960px;
}
#faq-wrapper span {
  color: #5EB5E8;
}
#faq-wrapper .flex-container-100 {
  justify-content: space-between;
  align-items: center;
}
#faq-wrapper .fa-angle-up, #faq-wrapper .fa-angle-down {
  font-size: 1.6em;
}
#faq-wrapper .fa-angle-down {
  display: none;
}
#faq-wrapper .fragen-faq {
  width: 100%;
}
#faq-wrapper .fragen-faq p {
  font-weight: 800;
  margin-bottom: 0px;
}
#faq-wrapper .fragen-faq:hover {
  cursor: pointer;
}
#faq-wrapper .antwort-faq {
  margin-top: 10px;
}
#faq-wrapper #antwort1-faq, #faq-wrapper #antwort2-faq, #faq-wrapper #antwort3-faq {
  display: none;
}
#faq-wrapper hr {
  margin: 10px 0px;
}

footer {
  padding: 25px;
  background-color: rgba(149, 211, 250, 0.25);
  border-radius: 0px 50px 0px 0px;
}
footer p.small-text.flex-container {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-around;
}
footer #hinweise {
  margin-bottom: 10px;
}
footer #hinweise .flex-container-100 {
  align-items: center;
  justify-content: center;
}
footer #hinweise .flex-container-100 p, footer #hinweise .flex-container-100 .fa-angle-up {
  color: #787878;
  font-size: 0.8em;
}
footer #hinweise .flex-container-100 p {
  font-weight: 800;
  margin-bottom: 0px;
}
footer #hinweise .flex-container-100 .fa-angle-up {
  margin-left: 5px;
}
footer #hinweise:hover {
  cursor: pointer;
}
footer #hinweise-content {
  display: none;
  margin: 10px 0px;
}
footer #hinweise-content p {
  color: #787878;
  font-size: 0.8em;
  margin-bottom: 10px;
}

#rechtliches-body header, #dankeseite header {
  background-color: #fff;
}
#rechtliches-body header .logo, #dankeseite header .logo {
  margin-bottom: 5px;
}
#rechtliches-body #rechtliches, #rechtliches-body .dankeseite, #dankeseite #rechtliches, #dankeseite .dankeseite {
  margin-top: 20px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
#rechtliches-body #rechtliches h1, #rechtliches-body .dankeseite h1, #dankeseite #rechtliches h1, #dankeseite .dankeseite h1 {
  font-size: 2em;
  font-weight: 800;
}
#rechtliches-body #rechtliches p, #rechtliches-body .dankeseite p, #dankeseite #rechtliches p, #dankeseite .dankeseite p {
  margin-bottom: 15px;
}
#rechtliches-body footer, #dankeseite footer {
  margin-top: 20px;
}

.dankeseite {
  text-align: center;
}

@media only screen and (min-width: 300px) {
  #kundenstimmen .kunden {
    min-height: 200px;
  }
  .answer-box-click {
    position: absolute;
    right: 25px;
  }
  .answer-box-click input[type=radio] {
    display: block;
  }
}
@media only screen and (min-width: 500px) {
  #kundenstimmen #kunde2 {
    display: block;
  }
  #kundenstimmen .kunden {
    height: 230px;
    width: 100%;
    margin: 10px;
    height: auto;
  }
  #kundenstimmen .kunden p {
    margin-bottom: 0px;
  }
  #kundenstimmen .kundenmeinung.flex-container-100 {
    justify-content: space-around;
    flex-direction: row;
  }
  .kundenslider {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .background-image {
    z-index: -1;
    height: 300px;
    max-width: 1440px;
    background-image: url("/assets/img/photovoltaik-monteur-1000.jpg");
    margin-left: auto;
    margin-right: auto;
  }
  #step-wrapper {
    max-width: 650px;
  }
  #step-wrapper .answers {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
  #step-wrapper .answer-box-img {
    margin-left: 0px;
  }
  #step-wrapper .answer-box {
    width: 200px;
    flex-direction: column;
    margin: 10px 20px;
  }
  #step-wrapper .answer-box-click {
    position: relative;
    display: block;
    justify-content: center;
    align-items: center;
    right: 0px;
  }
  .steps {
    margin-top: -250px;
  }
  #step-9.steps {
    margin-top: -270px;
  }
  #solarkaufen .flex-container-100 {
    flex-direction: row;
  }
  #solarkaufen .solarkaufen-img {
    height: auto;
    order: 2;
  }
  #solarkaufen .solarkaufen-content {
    order: 1;
  }
  #kundenstimmen #kunde2, #kundenstimmen #kunde3 {
    display: block;
  }
  #kundenstimmen .kunden {
    width: 100%;
    margin: 10px;
    height: auto;
  }
  #kundenstimmen .kunden p {
    margin-bottom: 0px;
  }
  #kundenstimmen .kundenmeinung.flex-container-100 {
    justify-content: space-around;
    flex-direction: row;
  }
  .kundenslider {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  #solarkaufen {
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
  }
  .background-image {
    height: 350px;
    background-image: url("/assets/img/photovoltaik-monteur-1400.jpg");
    background-position: 10% 30%;
  }
}/*# sourceMappingURL=style.css.map */