/*! 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.
 */
/* line 9, import\_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* roboto-condensed-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: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-condensed-v30-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-condensed-v30-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* roboto-condensed-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: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v30-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-condensed-v30-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* roboto-condensed-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: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-condensed-v30-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-condensed-v30-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/**
 * Remove default margin.
 */
/* line 19, import\_normalize.scss */
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.
 */
/* line 32, import\_normalize.scss */
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.
 */
/* line 52, import\_normalize.scss */
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.
 */
/* line 65, import\_normalize.scss */
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.
 */
/* line 75, import\_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 87, import\_normalize.scss */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 95, import\_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

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

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

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 124, import\_normalize.scss */
dfn {
  font-style: italic;
}

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

/**
 * Address styling not present in IE 8/9.
 */
/* line 142, import\_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 151, import\_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 167, import\_normalize.scss */
sup {
  top: -0.5em;
}

/* line 171, import\_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 182, import\_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 190, import\_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 201, import\_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 209, import\_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 219, import\_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 227, import\_normalize.scss */
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.
 */
/* line 250, import\_normalize.scss */
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.
 */
/* line 264, import\_normalize.scss */
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.
 */
/* line 275, import\_normalize.scss */
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.
 */
/* line 288, import\_normalize.scss */
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.
 */
/* line 300, import\_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 309, import\_normalize.scss */
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.
 */
/* line 320, import\_normalize.scss */
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.
 */
/* line 332, import\_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-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`.
 */
/* line 344, import\_normalize.scss */
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).
 */
/* line 355, import\_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 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).
 */
/* line 368, import\_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 377, import\_normalize.scss */
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.
 */
/* line 388, import\_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 397, import\_normalize.scss */
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.
 */
/* line 406, import\_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 417, import\_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 422, import\_normalize.scss */
td,
th {
  padding: 0;
}

/* line 4, import\_helper.scss */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 7, import\_helper.scss */
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

@media print {
  /* line 16, import\_helper.scss */
  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #000 !important;
    nowhitespace: afterproperty;
    text-shadow: none !important;
  }

  /* line 24, import\_helper.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 28, import\_helper.scss */
  a, a:visited {
    text-decoration: underline;
  }

  /* line 32, import\_helper.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 36, import\_helper.scss */
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }

  /* line 40, import\_helper.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 45, import\_helper.scss */
  thead {
    display: table-header-group;
    nowhitespace: afterproperty;
  }

  /* line 50, import\_helper.scss */
  tr, img {
    page-break-inside: avoid;
  }

  /* line 54, import\_helper.scss */
  img {
    max-width: 100% !important;
  }

  /* line 58, import\_helper.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 63, import\_helper.scss */
  h2, h3 {
    page-break-after: avoid;
  }
}
/* line 71, import\_helper.scss */
.cf:after {
  clear: both;
  content: "";
  display: table;
}

/* line 78, import\_helper.scss */
.hide-complete {
  display: none !important;
  visibility: hidden;
}

/* line 84, import\_helper.scss */
.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/* line 91, import\_helper.scss */
.invisible {
  visibility: hidden;
}

/* line 96, import\_helper.scss */
.hide-screen {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 107, import\_helper.scss */
.hide-screen.focusable:active, .hide-screen.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* line 11, screen.scss */
html {
  font: 400 100%/1.6 "Roboto Condensed", sans-serif;
  overflow: hidden;
  overflow-y: scroll;
}

/* line 17, screen.scss */
body {
  background: white;
  color: #333333;
  font-size: 20px;
  font-size: 1.25rem;
  position: relative;
  text-rendering: optimizeLegibility;
}

/* line 25, screen.scss */
a {
  color: #333333;
  text-decoration: underline;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
/* line 4, import\_mixins.scss */
a:hover, a:focus, a:active {
  outline: none;
  text-decoration: none;
}

/* line 35, screen.scss */
.active {
  cursor: default;
}

/* line 39, screen.scss */
b, strong {
  font-weight: 700;
}

/* line 43, screen.scss */
p, li {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

/* line 47, screen.scss */
::-moz-selection {
  background: #1d89af;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #1d89af;
  color: #fff;
  text-shadow: none;
}

/* line 53, screen.scss */
img, embed, object, video {
  height: auto;
  max-width: 100%;
}

/* line 58, screen.scss */
audio, canvas, img, svg, video {
  font-style: italic;
  vertical-align: middle;
}

/* line 63, screen.scss */
hr {
  background: #333333;
  background: -webkit-gradient(linear, left top, right top, from(rgba(51, 51, 51, 0)), color-stop(25%, #333333), color-stop(50%, #333333), color-stop(75%, #333333), to(rgba(51, 51, 51, 0)));
  background: -webkit-linear-gradient(left, rgba(51, 51, 51, 0) 0%, #333333 25%, #333333 50%, #333333 75%, rgba(51, 51, 51, 0) 100%);
  background: linear-gradient(to right, rgba(51, 51, 51, 0) 0%, #333333 25%, #333333 50%, #333333 75%, rgba(51, 51, 51, 0) 100%);
  border: 0;
  height: 1px;
}

/* line 70, screen.scss */
textarea {
  resize: vertical;
}

/* line 74, screen.scss */
address, blockquote, dl, fieldset, figure, form, h1, h2, h3, h4, h5, h6, hr, ol, p, pre, table, ul {
  margin: 0 0 32px 0;
  margin: 0 0 2rem 0;
  padding: 0;
}
ul { 
font-size: 16px; 
margin-left: 15px;
line-height: 20px;
}
/* line 80, screen.scss */
h1, h2, h3, h4, h5, h6 {
  word-wrap: break-word;
}
/* line 83, screen.scss */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #333333;
}
/* line 4, import\_mixins.scss */
h1 a:hover, h1 a:focus, h1 a:active, h2 a:hover, h2 a:focus, h2 a:active, h3 a:hover, h3 a:focus, h3 a:active, h4 a:hover, h4 a:focus, h4 a:active, h5 a:hover, h5 a:focus, h5 a:active, h6 a:hover, h6 a:focus, h6 a:active {
  outline: none;
  color: #333333;
  text-decoration: underline;
}

/* line 93, screen.scss */
h1 {
  font-size: 60px;
  font-size: 3.75rem;
}

/* line 97, screen.scss */
h2 {
  font-size: 55px;
  font-size: 3.4375rem;
}

/* line 101, screen.scss */
h3 {
  font-size: 29px;
  font-size: 1.8125rem;
}

/* line 105, screen.scss */
h4 {
  font-size: 20px;
  font-size: 1.25rem;
}

/* line 109, screen.scss */
h5 {
  font-size: 20px;
  font-size: 1.25rem;
}

/* line 113, screen.scss */
h6 {
  font-size: 20px;
  font-size: 1.25rem;
}

/* line 121, screen.scss */
.button-mehr {
  cursor: pointer;
  width: 95px;
  height: 85px;
  position: absolute;
  bottom: 0;
  padding: 11px;
  overflow: hidden;
  border: solid 1px #e2a600;
  -webkit-box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.5);
  background: #ffd21f;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd21f), color-stop(38%, #ffd21f), color-stop(100%, #ffa301));
  background: -webkit-linear-gradient(top, #ffd21f 0%, #ffd21f 38%, #ffa301 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffd21f), color-stop(38%, #ffd21f), to(#ffa301));
  background: linear-gradient(to bottom, #ffd21f 0%, #ffd21f 38%, #ffa301 100%);
}
/* line 139, screen.scss */
.button-mehr:hover {
  background: #ffc21f;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc21f), color-stop(100%, #ff7401));
  background: -webkit-linear-gradient(top, #ffc21f 0%, #ff7401 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffc21f), to(#ff7401));
  background: linear-gradient(to bottom, #ffc21f 0%, #ff7401 100%);
  border: solid 1px #ee6a00;
}
/* line 149, screen.scss */
.button-mehr p {
  margin: 0;
  padding: 0;
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  display: block;
  text-decoration: none;
  height: 100%;
  width: 100%;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}
/* line 162, screen.scss */
.button-mehr p img {
  position: absolute;
  top: 20px;
  right: 0;
}
/* line 167, screen.scss */
.button-mehr p i.fa-reply {
  /*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=125);*/
  -webkit-transform: rotate(125deg);
  -ms-transform: rotate(125deg);
  transform: rotate(125deg);
  position: absolute;
  right: 0;
  top: 20px;
  font-size: 30px;
  background: transparent;
}

/* line 179, screen.scss */
.button-back {
  cursor: pointer;
  width: 115px;
  height: 50px;
  position: absolute;
  bottom: 0;
  padding: 5px 9px;
  overflow: hidden;
  border: solid 1px #e2a600;
  -webkit-box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.3);
  background: #ffd21f;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd21f), color-stop(38%, #ffd21f), color-stop(100%, #ffa301));
  background: -webkit-linear-gradient(top, #ffd21f 0%, #ffd21f 38%, #ffa301 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffd21f), color-stop(38%, #ffd21f), to(#ffa301));
  background: linear-gradient(to bottom, #ffd21f 0%, #ffd21f 38%, #ffa301 100%);
}
/* line 196, screen.scss */
.button-back:hover {
  background: #ffc21f;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc21f), color-stop(100%, #ff7401));
  background: -webkit-linear-gradient(top, #ffc21f 0%, #ff7401 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffc21f), to(#ff7401));
  background: linear-gradient(to bottom, #ffc21f 0%, #ff7401 100%);
  border: solid 1px #ee6a00;
}
/* line 206, screen.scss */
.button-back p {
  margin: 0;
  padding: 0;
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  display: block;
  text-decoration: none;
  height: 100%;
  width: 100%;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}
/* line 219, screen.scss */
.button-back p img {
  position: absolute;
  top: 14px;
  right: 0;
}
/* line 224, screen.scss */
.button-back p i.fa-reply {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=125);
  -webkit-transform: rotate(125deg);
  -ms-transform: rotate(125deg);
  transform: rotate(125deg);
  position: absolute;
  right: 0;
  top: 8px;
  font-size: 30px;
}

/* line 237, screen.scss */
.global-wrap {
  width: 100%;
  min-width: 920px;
  position: relative;
  height: 560px;
  overflow: hidden;
  z-index: 0;
  margin-bottom: 6px;
  -webkit-perspective: 1000;
  perspective: 1000;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
/* line 14, import\_mixins.scss */
.global-wrap:after {
  clear: both;
  content: "";
  display: table;
}
/* line 252, screen.scss */
.global-wrap .card {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  height: 100%;
  width: 100%;
}
/* line 262, screen.scss */
.global-wrap .card.flipped .front {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  z-index: -1;
}
/* line 268, screen.scss */
.global-wrap .card.flipped .back {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  z-index: 2;
}
/* line 276, screen.scss */
.global-wrap .card.flipped-ie .front {
  opacity: 0;
}
/* line 279, screen.scss */
.global-wrap .card.flipped-ie .back {
  opacity: 1;
}
/* line 283, screen.scss */
.global-wrap .card .front {
  height: 560px;
  width: 100%;
  min-width: 920px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  -webkit-box-shadow: inset 0px 0px 250px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 0px 250px rgba(0, 0, 0, 0.5);
  background-image: url("../img/ebene-bg.jpg");
  background-repeat: repeat-x;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
/* line 305, screen.scss */
.global-wrap .card .ie .front {
  opacity: 1;
}
/* line 308, screen.scss */
.global-wrap .card .back {
  height: 560px;
  width: 100%;
  min-width: 920px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  background: url("../img/ebene-back-bg.jpg");
  background-repeat: repeat-x;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotatex(-180deg);
  -ms-transform: rotatex(-180deg);
  transform: rotatex(-180deg);
}
/* line 323, screen.scss */
.global-wrap .card .back.transition {
  -webkit-transition: 1s;
  transition: 1s;
}
/* line 335, screen.scss */
.global-wrap .card .ie8 .back {
  opacity: 0;
}
/* line 338, screen.scss */
.global-wrap .card .inner {
  width: 920px;
  height: 560px;
  margin: 0 auto;
  position: relative;
}
/* line 343, screen.scss */
.global-wrap .card .inner h2 {
  margin: 0;
  padding: 0;
  line-height: 55px;
  color: #fff;
  font-size: 55px;
  font-weight: 700;
  margin-top: 55px;
  text-transform: uppercase;
}
/* line 353, screen.scss */
.global-wrap .card .inner p {
  margin: 0;
  padding: 0;
  font-size: 24px;
  line-height: 30px;
}

/* line 369, screen.scss */
.page-header {
  width: 100%;
  min-width: 920px;
  height: 30px;
  background: #e2e1e1;
}
/* line 374, screen.scss */
.page-header .page-header__inner {
  width: 920px;
  height: 30px;
  margin: 0 auto;
  text-align: right;
  position: relative;
}
/* line 380, screen.scss */
.page-header .page-header__inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 30px;
}
/* line 385, screen.scss */
.page-header .page-header__inner ul li {
  display: inline-block;
  height: 30px;
}
/* line 388, screen.scss */
.page-header .page-header__inner ul li:last-of-type a:after {
  content: "";
  height: 0;
  width: 0;
  background: transparent;
  margin: 0;
}
/* line 395, screen.scss */
.page-header .page-header__inner ul li a {
  cursor: pointer;
  text-decoration: none;
  color: #808080;
  font-size: 18px;
  line-height: 26px;
  vertical-align: super;
  margin-top: 6px;
}
/* line 403, screen.scss */
.page-header .page-header__inner ul li a:hover {
  text-decoration: underline;
}
/* line 406, screen.scss */
.page-header .page-header__inner ul li a:after {
  content: "";
  width: 5px;
  height: 5px;
  margin-left: 5px;
  margin-right: 1px;
  margin-bottom: 1px;
  display: inline-block;
  background: #717070;
}
/* line 419, screen.scss */
.page-header .page-header__inner .logo {
  position: absolute;
  right: 0;
  top: 30px;
  margin: 0;
  padding: 0;
  z-index: 1000;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
/* line 427, screen.scss */
.page-header .page-header__inner .logo img {
  max-width: 150px;
  max-height: 192px;
}

/* line 439, screen.scss */
.page-ebene1 {
  width: 100%;
  min-width: 920px;
  position: relative;
  margin-bottom: 6px;
  max-height: 703px;
  min-height: 372px;
  height: 0 !important;
  padding-top: -webkit-calc(100% * 0.3692);
  padding-top: calc(100% * 0.3692);
}
/* line 14, import\_mixins.scss */
.page-ebene1:after {
  clear: both;
  content: "";
  display: table;
}
/* line 449, screen.scss */
.page-ebene1 .schlecht-wetter {
  position: absolute;
  top: 0;
  /*height: 709px;*/
  height: 100% !important;
  max-height: 703px;
  width: 100%;
}
/* line 456, screen.scss */
.page-ebene1 .schlecht-wetter .inner {
  width: 920px;
  height: 100%;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
/* line 462, screen.scss */
.page-ebene1 .schlecht-wetter .inner .left {
  float: left;
  width: 50%;
  height: 100%;
  position: relative;
}
/* line 14, import\_mixins.scss */
.page-ebene1 .schlecht-wetter .inner .left:after {
  clear: both;
  content: "";
  display: table;
}
/* line 468, screen.scss */
.page-ebene1 .schlecht-wetter .inner .left .text {
  margin-top: 105px;
  position: absolute;
  right: 85px;
  width: 355px;
  height: 400px;
  overflow: hidden;
}
/* line 475, screen.scss */
.page-ebene1 .schlecht-wetter .inner .left .text.disable {
  -webkit-transition: 1s;
  transition: 1s;
  width: 0px;
}
/* line 479, screen.scss */
.page-ebene1 .schlecht-wetter .inner .left .text h3 {
  font-weight: 700;
  color: #fff;
  margin: 0;
  padding: 0;
  width: 355px;
  height: 285px;
  line-height: 36px;
  text-transform: uppercase;
  text-shadow: 2px 2px 6px #000;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 492, screen.scss */
.page-ebene1 .schlecht-wetter .inner .left .text h3 img {
  display: inline;
  cursor: pointer;
}
/* line 499, screen.scss */
.page-ebene1 .schlecht-wetter .inner .right {
  width: 50%;
  height: 100%;
  float: left;
}
/* line 14, import\_mixins.scss */
.page-ebene1 .schlecht-wetter .inner .right:after {
  clear: both;
  content: "";
  display: table;
}
/* line 504, screen.scss */
.page-ebene1 .schlecht-wetter .inner .right .text {
  opacity: 0;
  /*padding-top: 270px;*/
  position: absolute;
  top: 50%;
  margin-top: -50px;
  padding-left: 130px;
}
/* line 511, screen.scss */
.page-ebene1 .schlecht-wetter .inner .right .text.active {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 1;
}
/* line 515, screen.scss */
.page-ebene1 .schlecht-wetter .inner .right .text.disable {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
}
/* line 519, screen.scss */
.page-ebene1 .schlecht-wetter .inner .right .text h3 {
  font-weight: 700;
  color: #fff;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  width: 225px;
  line-height: 35px;
  text-transform: uppercase;
  text-shadow: 2px 2px 6px #000;
}
/* line 530, screen.scss */
.page-ebene1 .schlecht-wetter .inner .right .text img {
  display: inline;
  cursor: pointer;
}
/* line 534, screen.scss */
.page-ebene1 .schlecht-wetter .inner .right .text.active {
  visibility: visible;
}
/* line 540, screen.scss */
.page-ebene1 .schlecht-wetter > img {
  position: absolute;
  top: 0;
  left: 0;
  /*height: 709px;*/
  height: auto;
}
/* line 548, screen.scss */
.page-ebene1 .gutes-wetter {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  /*height: 709px;*/
  height: 100%;
  max-height: 703px;
  height: 100%;
  overflow: hidden;
  z-index: 5;
}
/* line 559, screen.scss */
.page-ebene1 .gutes-wetter.disable {
  width: 0px;
  -webkit-transition: 1s 1s;
  transition: 1s 1s;
  opacity: 0;
}
/* line 564, screen.scss */
.page-ebene1 .gutes-wetter > img {
  /*height: 709px;*/
  height: auto;
  max-width: none;
  position: absolute;
  top: 0;
  right: 0;
}
/* line 572, screen.scss */
.page-ebene1 .gutes-wetter.gutes-wetter__active {
  width: 100% !important;
  z-index: 1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  opacity: 1;
}
/* line 577, screen.scss */
.page-ebene1 .gutes-wetter.gutes-wetter__active .gwetter {
  width: 100% !important;
}
/* line 581, screen.scss */
.page-ebene1 .gutes-wetter .inner {
  width: 920px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
/* line 587, screen.scss */
.page-ebene1 .gutes-wetter .inner .left .text2 {
  display: none;
  /*margin-top: 270px;*/
  margin-top: -75px;
  top: 50%;
  height: 150px;
  width: 320px;
  position: absolute;
  right: 105px;
  left: 20px;
  overflow: hidden;
  z-index: 1;
}
/* line 599, screen.scss */
.page-ebene1 .gutes-wetter .inner .left .text2.active {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 1;
  display: block;
}
/* line 604, screen.scss */
.page-ebene1 .gutes-wetter .inner .left .text2 h3 {
  margin: 0;
  padding: 0;
  font-weight: 700;
  color: #fff;
  width: 320px;
  color: #1d89af;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
  height: 65px;
  line-height: 36px;
}
/* line 616, screen.scss */
.page-ebene1 .gutes-wetter .inner .left .text2 h3 img {
  display: inline;
  cursor: pointer;
}
/* line 621, screen.scss */
.page-ebene1 .gutes-wetter .inner .left .text2 h4 {
  width: 320px;
  padding-left: 40px;
  font-size: 17px;
  color: #1d89af;
  margin: 0;
  padding: 0;
  line-height: 22px;
  font-weight: 300;
  position: relative;
}

@media (max-width: 1300px) {
  /* line 643, screen.scss */
  .page-ebene1 .schlecht-wetter .inner .left .text {
    margin-top: 55px;
  }
  /* line 649, screen.scss */
  .page-ebene1 .schlecht-wetter .inner .right .text h3 {
    width: 190px;
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 1024px) {
  /* line 661, screen.scss */
  .page-ebene1 .schlecht-wetter,
  .page-ebene1 .schlecht-wetter .inner,
  .page-ebene1 .schlecht-wetter .inner .left,
  .page-ebene1 .schlecht-wetter .inner .right,
  .page-ebene1 .schlecht-wetter > img,
  .page-ebene1 .gutes-wetter,
  .page-ebene1 .gutes-wetter .inner,
  .page-ebene1 .gutes-wetter .gwetter {
    height: 372px;
  }

  /* line 675, screen.scss */
  .page-ebene1 .schlecht-wetter .inner .left .text {
    margin-top: 50px;
  }
  /* line 677, screen.scss */
  .page-ebene1 .schlecht-wetter .inner .left .text h3 {
    font-size: 24px;
  }
  /* line 683, screen.scss */
  .page-ebene1 .schlecht-wetter .inner .right .text {
    position: relative;
    top: 0;
    margin-top: 0;
    padding-top: 130px;
    padding-left: 90px;
  }
  /* line 696, screen.scss */
  .page-ebene1 .gutes-wetter .inner .left .text2 {
    top: 0;
    margin-top: 80px;
  }
}
@media (max-width: 1024px) {
  /* line 706, screen.scss */
  .gwetter {
    /*width: 1030px !important;*/
  }
}
/* line 719, screen.scss */
.page-ebene2__wrap .page-ebene2 .inner > img {
  position: absolute;
  top: -20px;
  left: -220px;
}
/* line 724, screen.scss */
.page-ebene2__wrap .page-ebene2 .inner .inhalt {
  width: 606px;
  height: 560px;
  float: right;
  position: relative;
}
/* line 729, screen.scss */
.page-ebene2__wrap .page-ebene2 .inner .inhalt h2 {
  width: 585px;
  margin-bottom: 60px;
}
/* line 733, screen.scss */
.page-ebene2__wrap .page-ebene2 .inner .inhalt p {
  color: #fff;
  width: 450px;
}
/* line 737, screen.scss */
.page-ebene2__wrap .page-ebene2 .inner .inhalt .button-mehr {
  right: 0;
}
/* line 739, screen.scss */
.page-ebene2__wrap .page-ebene2 .inner .inhalt .button-mehr p {
  width: 100%;
  font-size: 19px;
  font-weight: 700;
  color: #fff;
}
/* line 750, screen.scss */
.page-ebene2__wrap .page-ebene2__back .inner {
  position: static;
}
/* line 752, screen.scss */
.page-ebene2__wrap .page-ebene2__back .inner > img {
  position: absolute;
  left: 0;
}
/* line 756, screen.scss */
.page-ebene2__wrap .page-ebene2__back .inner .inhalt-back {
  width: 616px;
  height: 560px;
  float: right;
  position: relative;
}
/* line 761, screen.scss */
.page-ebene2__wrap .page-ebene2__back .inner .inhalt-back h2 {
  color: #1d89af;
  margin-top: 55px;
  margin-bottom: 40px;
}
/* line 766, screen.scss */
.page-ebene2__wrap .page-ebene2__back .inner .inhalt-back p {
  color: #333333;
  width: 298px;
  float: left;
  margin-left: 20px;
}
/* line 771, screen.scss */
.page-ebene2__wrap .page-ebene2__back .inner .inhalt-back p:first-of-type {
  margin-left: 0px;
}
/* line 774, screen.scss */
.page-ebene2__wrap .page-ebene2__back .inner .inhalt-back p span {
  text-decoration: none;
  color: #1d89af;
}
/* line 778, screen.scss */
.page-ebene2__wrap .page-ebene2__back .inner .inhalt-back p strong {
  color: #333333;
  font-size: 24px;
  display: inline-block;
  font-weight: 400;
  font-weight: 700;
}
/* line 786, screen.scss */
.page-ebene2__wrap .page-ebene2__back .inner .inhalt-back .button-back {
  right: 0;
}
/* line 788, screen.scss */
.page-ebene2__wrap .page-ebene2__back .inner .inhalt-back .button-back p {
  width: 100%;
  font-size: 19px;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 1310px) {
  /* line 802, screen.scss */
  .page-ebene2__wrap .page-ebene2__back .inner {
    position: relative;
  }
  /* line 804, screen.scss */
  .page-ebene2__wrap .page-ebene2__back .inner > img {
    left: -190px;
  }
}
/* line 819, screen.scss */
.page-ebene3__wrap .page-ebene3 .inner > img {
  position: absolute;
  right: -100px;
  bottom: 0;
}
/* line 824, screen.scss */
.page-ebene3__wrap .page-ebene3 .inner .inhalt {
  width: 620px;
  height: 560px;
  float: left;
  position: relative;
}
/* line 829, screen.scss */
.page-ebene3__wrap .page-ebene3 .inner .inhalt h2 {
  margin-bottom: 40px;
}
/* line 832, screen.scss */
.page-ebene3__wrap .page-ebene3 .inner .inhalt p {
  color: #fff;
  width: 420px;
}
/* line 836, screen.scss */
.page-ebene3__wrap .page-ebene3 .inner .inhalt .button-mehr {
  left: 0;
}
/* line 838, screen.scss */
.page-ebene3__wrap .page-ebene3 .inner .inhalt .button-mehr p {
  width: 100%;
  font-size: 19px;
  font-weight: 700;
  color: #fff;
}
/* line 849, screen.scss */
.page-ebene3__wrap .page-ebene3__back .inner {
  position: static;
}
/* line 851, screen.scss */
.page-ebene3__wrap .page-ebene3__back .inner > img {
  position: absolute;
  right: 0;
}
/* line 855, screen.scss */
.page-ebene3__wrap .page-ebene3__back .inner .inhalt-back {
  width: 620px;
  height: 560px;
  float: left;
  position: relative;
}
/* line 860, screen.scss */
.page-ebene3__wrap .page-ebene3__back .inner .inhalt-back h2 {
  color: #1d89af;
  margin-top: 55px;
  margin-bottom: 40px;
  width: 465px;
}
/* line 866, screen.scss */
.page-ebene3__wrap .page-ebene3__back .inner .inhalt-back p {
  color: #333333;
  width: 298px;
  float: left;
  margin-left: 20px;
}
/* line 871, screen.scss */
.page-ebene3__wrap .page-ebene3__back .inner .inhalt-back p:first-of-type {
  margin-left: 0px;
}
/* line 874, screen.scss */
.page-ebene3__wrap .page-ebene3__back .inner .inhalt-back p span {
  text-decoration: none;
  color: #1d89af;
}
/* line 878, screen.scss */
.page-ebene3__wrap .page-ebene3__back .inner .inhalt-back p strong {
  color: #333333;
  font-size: 24px;
  font-weight: 400;
  font-weight: 700;
}
/* line 885, screen.scss */
.page-ebene3__wrap .page-ebene3__back .inner .inhalt-back .button-back {
  left: 0;
}
/* line 887, screen.scss */
.page-ebene3__wrap .page-ebene3__back .inner .inhalt-back .button-back p {
  width: 100%;
  font-size: 19px;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 1410px) {
  /* line 901, screen.scss */
  .page-ebene3__wrap .page-ebene3__back .inner {
    position: relative;
  }
  /* line 903, screen.scss */
  .page-ebene3__wrap .page-ebene3__back .inner > img {
    right: -240px;
  }
}
/* line 918, screen.scss */
.page-ebene4__wrap .page-ebene4 .inner > img {
  position: absolute;
  top: 240px;
  left: -150px;
}
/* line 923, screen.scss */
.page-ebene4__wrap .page-ebene4 .inner .inhalt {
  width: 550px;
  height: 560px;
  float: right;
  position: relative;
}
/* line 928, screen.scss */
.page-ebene4__wrap .page-ebene4 .inner .inhalt h2 {
  margin-bottom: 75px;
  width: 550px;
}
/* line 932, screen.scss */
.page-ebene4__wrap .page-ebene4 .inner .inhalt p {
  color: #fff;
  width: 395px;
}
/* line 936, screen.scss */
.page-ebene4__wrap .page-ebene4 .inner .inhalt .button-mehr {
  right: 0;
}
/* line 938, screen.scss */
.page-ebene4__wrap .page-ebene4 .inner .inhalt .button-mehr p {
  width: 100%;
  font-size: 19px;
  font-weight: 700;
  color: #fff;
}
/* line 949, screen.scss */
.page-ebene4__wrap .page-ebene4__back .inner {
  position: static;
}
/* line 951, screen.scss */
.page-ebene4__wrap .page-ebene4__back .inner > img {
  position: absolute;
  left: 0;
}
/* line 955, screen.scss */
.page-ebene4__wrap .page-ebene4__back .inner .inhalt-back {
  width: 608px;
  height: 560px;
  float: right;
  position: relative;
}
/* line 960, screen.scss */
.page-ebene4__wrap .page-ebene4__back .inner .inhalt-back h2 {
  color: #1d89af;
  margin-top: 55px;
  margin-bottom: 75px;
  width: 395px;
}
/* line 966, screen.scss */
.page-ebene4__wrap .page-ebene4__back .inner .inhalt-back p {
  color: #333333;
  width: 280px;
  float: left;
  margin-left: 20px;
}
/* line 971, screen.scss */
.page-ebene4__wrap .page-ebene4__back .inner .inhalt-back p:first-of-type {
  margin-left: 0px;
}
/* line 974, screen.scss */
.page-ebene4__wrap .page-ebene4__back .inner .inhalt-back p span {
  text-decoration: none;
  color: #1d89af;
}
/* line 978, screen.scss */
.page-ebene4__wrap .page-ebene4__back .inner .inhalt-back p strong {
  color: #333333;
  font-size: 24px;
  font-weight: 400;
  font-weight: 700;
}
/* line 985, screen.scss */
.page-ebene4__wrap .page-ebene4__back .inner .inhalt-back .button-back {
  right: 0;
}
/* line 987, screen.scss */
.page-ebene4__wrap .page-ebene4__back .inner .inhalt-back .button-back p {
  width: 100%;
  font-size: 19px;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 1500px) {
  /* line 1001, screen.scss */
  .page-ebene4__wrap .page-ebene4__back .inner {
    position: relative;
  }
  /* line 1003, screen.scss */
  .page-ebene4__wrap .page-ebene4__back .inner > img {
    left: -285px;
  }
}
/* line 1015, screen.scss */
.page-ebene5 {
  width: 100%;
  min-width: 920px;
  height: 565px;
  background: url("../img/page-ebene5.jpg");
  background-repeat: no-repeat;
  background-position: right;
}
/* line 1022, screen.scss */
.page-ebene5 .page-ebene5__inner {
  width: 920px;
  height: 565px;
  margin: 0 auto;
}
/* line 1026, screen.scss */
.page-ebene5 .page-ebene5__inner .inhalt {
  float: left;
  margin-top: 90px;
  width: 525px;
}
/* line 1030, screen.scss */
.page-ebene5 .page-ebene5__inner .inhalt p {
  margin: 0;
  padding: 0;
  font-size: 27px;
  color: #333;
  line-height: 32px;
}
/* line 1036, screen.scss */
.page-ebene5 .page-ebene5__inner .inhalt p span {
  font-size: 95px;
  color: #1d89af;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 70px;
}
/* line 1042, screen.scss */
.page-ebene5 .page-ebene5__inner .inhalt p span:nth-of-type(2) {
  font-size: 86px;
}
/* line 1045, screen.scss */
.page-ebene5 .page-ebene5__inner .inhalt p span:nth-of-type(3) {
  font-size: 54px;
  line-height: 50px;
}

@media (max-width: 1024px) {
  /* line 1055, screen.scss */
  .page-ebene5 {
    background-position: -700px;
  }
}
/* line 1065, screen.scss */
.formularausgabe {
  width: 400px;
  height: 250px;
  display: block;
  margin: 0 auto;
  background: #fff;
  padding: 55px;
  position: relative;
  border: solid 1px #c4cccf;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
}

/* line 1077, screen.scss */
.page-ebene6 {
  width: 100%;
  min-width: 920px;
  height: 588px;
  background: url("../img/ebene6-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;}
/* line 14, import\_mixins.scss */
.page-ebene6:after {
  clear: both;
  content: "";
  display: table;
}
/* line 1084, screen.scss */
.page-ebene6 .page-ebene6__inner {
  width: 920px;
  height: 588px;
  margin: 0 auto;
}
/* line 1088, screen.scss */
.page-ebene6 .page-ebene6__inner h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  padding-top: 60px;
  margin-bottom: 40px;
}
/* line 1098, screen.scss */
.page-ebene6 .page-ebene6__inner .left {
  width: 510px;
  height: 355px;
  float: left;
  margin-right: 35px;
}
/* line 14, import\_mixins.scss */
.page-ebene6 .page-ebene6__inner .left form:after {
  clear: both;
  content: "";
  display: table;
}
/* line 1105, screen.scss */
.page-ebene6 .page-ebene6__inner .left form label {
  width: 155px;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 18px;
  color: #fff;
}
/* line 1113, screen.scss */
.page-ebene6 .page-ebene6__inner .left form input, .page-ebene6 .page-ebene6__inner .left form textarea {
  float: left;
  width: 350px;
  height: 30px;
  margin-bottom: 5px;
  outline: none;
  padding: 0 10px;
  font-size: 18px;
}
/* line 1122, screen.scss */
.page-ebene6 .page-ebene6__inner .left form textarea {
  height: 155px;
  resize: none;
}
/* line 1126, screen.scss */
.page-ebene6 .page-ebene6__inner .left form .submit {
  width: 112px;
  height: 40px;
  float: right;
  color: #fff;
  margin-top: 7px;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 700;
  border: solid 1px #e2a600;
  -webkit-box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.3);
  background: #ffd21f;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd21f), color-stop(38%, #ffd21f), color-stop(100%, #ffa301));
  background: -webkit-linear-gradient(top, #ffd21f 0%, #ffd21f 38%, #ffa301 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffd21f), color-stop(38%, #ffd21f), to(#ffa301));
  background: linear-gradient(to bottom, #ffd21f 0%, #ffd21f 38%, #ffa301 100%);
}
/* line 1144, screen.scss */
.page-ebene6 .page-ebene6__inner .left form .submit:hover {
  background: #ffc21f;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc21f), color-stop(100%, #ff7401));
  background: -webkit-linear-gradient(top, #ffc21f 0%, #ff7401 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffc21f), to(#ff7401));
  background: linear-gradient(to bottom, #ffc21f 0%, #ff7401 100%);
  border: solid 1px #ee6a00;
}
/* line 1158, screen.scss */
.page-ebene6 .page-ebene6__inner .right h3 {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 25px;
  margin-bottom: 20px;
  margin-top: -5px;
}
/* line 1169, screen.scss */
.page-ebene6 .page-ebene6__inner .right p {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
}
/* line 1175, screen.scss */
.page-ebene6 .page-ebene6__inner .right p span {
  font-weight: 700;
}
/* line 1179, screen.scss */
.page-ebene6 .page-ebene6__inner .right a {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  text-decoration: underline;
  margin-top: 20px;
  display: block;
}
/* line 1186, screen.scss */
.page-ebene6 .page-ebene6__inner .right a:hover {
  text-decoration: none;
}

/* line 1199, screen.scss */
.page-ebene7 {
  height: 565px;
  width: 100%;
  min-width: 920px;
  /*box-shadow: inset 0px 0px 250px rgba(0,0,0,.5);*/
  background-image: url("../img/ebene7-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
/* line 14, import\_mixins.scss */
.page-ebene7:after {
  clear: both;
  content: "";
  display: table;
}
/* line 1208, screen.scss */
.page-ebene7 .page-ebene7__inner {
  width: 920px;
  height: 565px;
  margin: 0 auto;
  position: relative;
}
/* line 14, import\_mixins.scss */
.page-ebene7 .page-ebene7__inner:after {
  clear: both;
  content: "";
  display: table;
}
/* line 1214, screen.scss */
.page-ebene7 .page-ebene7__inner nav {
  position: absolute;
  top: -50px;
  left: 0;
  width: 920px;
  z-index: 100;
}
/* line 1220, screen.scss */
.page-ebene7 .page-ebene7__inner nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 1224, screen.scss */
.page-ebene7 .page-ebene7__inner nav ul li {
  float: left;
  margin-right: 5px;
  cursor: pointer;
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  background: url("../img/contact-nav-inactive.jpg");
  background-repeat: repeat-x;
  height: 50px;
  line-height: 50px;
}
/* line 1239, screen.scss */
.page-ebene7 .page-ebene7__inner nav ul li:hover {
  background-image: url("../img/ebene7-bg.jpg");
}
/* line 1242, screen.scss */
.page-ebene7 .page-ebene7__inner nav ul li.active {
  background-image: url("../img/ebene7-bg.jpg");
  background-repeat: repeat-x;
}
/* line 1249, screen.scss */
.page-ebene7 .page-ebene7__inner h2 {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 40px;
  padding-top: 60px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
/* line 1260, screen.scss */
.page-ebene7 .page-ebene7__inner .anfahrt-offenburg,
.page-ebene7 .page-ebene7__inner .anfahrt-karlsruhe {
  position: absolute;
  width: 920px;
  top: 130px;
  left: 0;
  visibility: hidden;
}
/* line 1267, screen.scss */
.page-ebene7 .page-ebene7__inner .anfahrt-offenburg.active,
.page-ebene7 .page-ebene7__inner .anfahrt-karlsruhe.active {
  visibility: visible;
}
/* line 1273, screen.scss */
.page-ebene7 .page-ebene7__inner .anfahrt-karlsruhe .left .left-anfahrt-ka,
.page-ebene7 .page-ebene7__inner .anfahrt-karlsruhe .left .left-parken-ka {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
/* line 1288, screen.scss */
.page-ebene7 .page-ebene7__inner .anfahrt-karlsruhe.active .left .left-anfahrt-ka.active,
.page-ebene7 .page-ebene7__inner .anfahrt-karlsruhe.active .left .left-parken-ka.active {
  visibility: visible;
  opacity: 1;
  z-index: 5;
}
/* line 1296, screen.scss */
.page-ebene7 .page-ebene7__inner .anfahrt-karlsruhe.active .right .parken2-ka {
  position: absolute;
  bottom: 0;
  right: 0;
  visibility: hidden;
}
/* line 1301, screen.scss */
.page-ebene7 .page-ebene7__inner .anfahrt-karlsruhe.active .right .parken2-ka.active {
  visibility: visible;
}
/* line 1305, screen.scss */
.page-ebene7 .page-ebene7__inner .anfahrt-karlsruhe.active .right .parken.anfahrt-ka {
  visibility: hidden;
}
/* line 1307, screen.scss */
.page-ebene7 .page-ebene7__inner .anfahrt-karlsruhe.active .right .parken.anfahrt-ka.active {
  visibility: visible;
}
/* line 1315, screen.scss */
.page-ebene7 .page-ebene7__inner .anfahrt-offenburg .left .offenburg-anfahrt,
.page-ebene7 .page-ebene7__inner .anfahrt-offenburg .left .offenburg-parken {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
/* line 1330, screen.scss */
.page-ebene7 .page-ebene7__inner .anfahrt-offenburg.active .left .offenburg-anfahrt.active,
.page-ebene7 .page-ebene7__inner .anfahrt-offenburg.active .left .offenburg-parken.active {
  visibility: visible;
  opacity: 1;
  z-index: 5;
}
/* line 1338, screen.scss */
.page-ebene7 .page-ebene7__inner .anfahrt-offenburg.active .right .ob-parken {
  position: absolute;
  bottom: 0;
  right: 0;
  visibility: hidden;
}
/* line 1343, screen.scss */
.page-ebene7 .page-ebene7__inner .anfahrt-offenburg.active .right .ob-parken.active {
  visibility: visible;
}
/* line 1347, screen.scss */
.page-ebene7 .page-ebene7__inner .anfahrt-offenburg.active .right .ob-anfahrt {
  visibility: hidden;
}
/* line 1349, screen.scss */
.page-ebene7 .page-ebene7__inner .anfahrt-offenburg.active .right .ob-anfahrt.active {
  visibility: visible;
}
/* line 1355, screen.scss */
.page-ebene7 .page-ebene7__inner .left {
  width: 655px;
  height: 375px;
  float: left;
  margin-right: 15px;
  position: relative;
}
/* line 1362, screen.scss */
.page-ebene7 .page-ebene7__inner .right {
  float: left;
  width: 220px;
  height: 375px;
  position: relative;
}
/* line 1367, screen.scss */
.page-ebene7 .page-ebene7__inner .right h3 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 18px;
  margin-top: -3px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase;
}
/* line 1378, screen.scss */
.page-ebene7 .page-ebene7__inner .right p {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #fff;
  line-height: 22px;
  margin-bottom: 30px;
}
/* line 1385, screen.scss */
.page-ebene7 .page-ebene7__inner .right p span {
  font-weight: 700;
  text-decoration: underline;
}
/* line 1390, screen.scss */
.page-ebene7 .page-ebene7__inner .right .parken {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 221px;
  height: 40px;
  cursor: pointer;
  border: solid 1px #e2a600;
  -webkit-box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.3);
  background: #ffd21f;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd21f), color-stop(38%, #ffd21f), color-stop(100%, #ffa301));
  background: -webkit-linear-gradient(top, #ffd21f 0%, #ffd21f 38%, #ffa301 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffd21f), color-stop(38%, #ffd21f), to(#ffa301));
  background: linear-gradient(to bottom, #ffd21f 0%, #ffd21f 38%, #ffa301 100%);
}
/* line 1406, screen.scss */
.page-ebene7 .page-ebene7__inner .right .parken:hover {
  background: #ffc21f;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc21f), color-stop(100%, #ff7401));
  background: -webkit-linear-gradient(top, #ffc21f 0%, #ff7401 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffc21f), to(#ff7401));
  background: linear-gradient(to bottom, #ffc21f 0%, #ff7401 100%);
  border: solid 1px #ee6a00;
}
/* line 1416, screen.scss */
.page-ebene7 .page-ebene7__inner .right .parken span {
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px;
  line-height: 19px;
  height: 40px;
  padding-left: 18px;
  display: block;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
}
/* line 1429, screen.scss */
.page-ebene7 .page-ebene7__inner .right .anfahrt {
  left: -11px;
  width: 155px;
}

/* line 1440, screen.scss */
.page-ebene8 {
  width: 100%;
  min-width: 920px;
  background: #e7e6e6;
}
/* line 14, import\_mixins.scss */
.page-ebene8:after {
  clear: both;
  content: "";
  display: table;
}
/* line 1445, screen.scss */
.page-ebene8 .page-ebene8__inner {
  width: 920px;
  margin: 0 auto;
}
/* line 1449, screen.scss */
.page-ebene8 .page-ebene8__inner p {
  font-size: 16px;
  line-height: 22px;
  color: #737373;
  margin: 0;
  padding: 0;
  padding-top: 40px;
  padding-bottom: 22px;
  margin-bottom: 15px;
  border-bottom: solid 1px #d0cfcf;
}
/* line 1459, screen.scss */
.page-ebene8 .page-ebene8__inner p span {
  font-weight: 600;
}
/* line 1463, screen.scss */
.page-ebene8 .page-ebene8__inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  padding: 20px;
  padding-top: 18px;
}
/* line 1469, screen.scss */
.page-ebene8 .page-ebene8__inner ul li {
  display: inline-block;
}
/* line 1471, screen.scss */
.page-ebene8 .page-ebene8__inner ul li a {
  cursor: pointer;
  display: inline;
  margin-right: 10px;
  text-decoration: none;
  color: #737373;
  font-size: 16px;
}
/* line 1478, screen.scss */
.page-ebene8 .page-ebene8__inner ul li a:hover {
  text-decoration: underline;
}

/* line 1487, screen.scss */
.mfp-content #page-ebene8__impressum {
  display: block;
}

/* line 1491, screen.scss */
#page-ebene8__impressum {
  display: none;
  width: 880px;
  margin: 0 auto;
  background: #fff;
  padding: 50px 45px;
  margin-top: 165px;
  border: solid 1px #c4cccf;
  position: relative;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
}
/* line 1501, screen.scss */
#page-ebene8__impressum .impressum {
  padding-bottom: 22px;
  margin-bottom: 25px;
  border-bottom: solid 1px #b8b8b8;
}
/* line 1508, screen.scss */
#page-ebene8__impressum .impressum h2,
#page-ebene8__impressum .haftungsausschluss h2 {
  font-size: 20px;
  line-height: 20px;
  color: #1d89af;
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-weight: 700;
}
/* line 1518, screen.scss */
#page-ebene8__impressum .impressum p,
#page-ebene8__impressum .haftungsausschluss p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 25px;
  color: #333;
}
/* line 1525, screen.scss */
#page-ebene8__impressum .impressum p span,
#page-ebene8__impressum .haftungsausschluss p span {
  display: block;
  font-size: 16px;
  font-weight: 700;
}
/* line 1531, screen.scss */
#page-ebene8__impressum .impressum a,
#page-ebene8__impressum .haftungsausschluss a {
  font-size: 16px;
  color: #333;
  text-decoration: underline;
  font-weight: 700;
}
/* line 1538, screen.scss */
#page-ebene8__impressum .button {
  padding: 0;
  margin: 0;
}
