header .ce_hyperlink figure, footer .inside, main .mod_article .inside {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
body {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  image-rendering: -webkit-optimize-contrast;
}

input,
button,
textarea {
  outline: none;
  line-height: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
  min-height: 100vh;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
button:focus {
  outline: 2px solid #066542 !important;
}
button:focus.save {
  outline: 2px solid rgb(0.2803738318, 4.7196261682, 3.0841121495) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

body {
  font-family: Heebo, Verdana, sans-serif;
  font-weight: 300;
  line-height: 1.3;
  color: #131313;
  font-size: 17px;
}

p {
  margin: 10px 0px 5px;
}

strong, b {
  font-weight: 700;
}

a {
  color: #131313;
  transition: color 0.2s ease-in-out;
}
a:hover {
  color: #797979;
}

h1, h2, body.jetzt-buchen .booking-box .title, h3, h4, h5, h6 {
  font-family: Indie Flower, Verdana, sans-serif;
  font-weight: 300;
  margin: 0px 0px 15px;
}

h1 {
  font-size: 50px;
}
@media (max-width: 700px) {
  h1 {
    font-size: 42px;
  }
}
@media (max-width: 500px) {
  h1 {
    font-size: 36px;
  }
}

h2, body.jetzt-buchen .booking-box .title {
  font-size: 32px;
}
@media (max-width: 500px) {
  h2, body.jetzt-buchen .booking-box .title {
    font-size: 28px;
  }
}

h3 {
  font-size: 24px;
}
@media (max-width: 500px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 26px;
}

h5 {
  font-size: 22px;
}

h6 {
  font-size: 17px;
}

.button, main .ce_download a, main .ce_hyperlink a, button, input[type=submit] {
  display: inline-block;
  padding: 6px 20px;
  background-color: #066542;
  color: white;
  text-decoration: none;
  border: 0;
  transition: background-color 0.2s ease-in-out;
}
.button:hover, main .ce_download a:hover, main .ce_hyperlink a:hover, button:hover, input[type=submit]:hover {
  background-color: rgb(0.2803738318, 4.7196261682, 3.0841121495);
}

.date,
.author {
  display: inline-block;
}
.date:before,
.author:before {
  font-family: "Font Awesome 5 Pro Solid";
  display: inline-block;
  font-size: 15px;
  vertical-align: middle;
}

.date {
  margin-right: 15px;
}

.author:before {
  content: "\f007";
}

.date:before {
  content: "\f073";
  margin-right: 5px;
}

/** 
*   MS Edge background-attachement fix
*/
@supports (-ms-accelerator: true) {
  html {
    overflow: hidden;
    height: 100%;
  }
  body {
    overflow: auto;
    height: 100%;
  }
}
/** 
*   MS IE background-attachement fix
*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  html {
    overflow: hidden;
    height: 100%;
  }
  body {
    overflow: auto;
    height: 100%;
  }
}
header {
  position: relative;
  z-index: 9;
}
header.fixed-nav .mod_navigation.main {
  position: fixed;
  top: 0;
}
@media (max-width: 1100px) {
  header.fixed-nav .mod_navigation.main {
    font-size: 24px;
  }
}
@media (max-width: 900px) {
  header.fixed-nav .mod_navigation.main {
    font-size: 22px;
  }
}
header.fixed-nav .mod_navigation.main .ribbon-left,
header.fixed-nav .mod_navigation.main .ribbon-right {
  transform: translateY(0px);
  background-color: #131313;
  height: 74px !important;
}
header.fixed-nav .mod_navigation.main .ribbon-left:after,
header.fixed-nav .mod_navigation.main .ribbon-right:after {
  top: 0px;
  transform: skewY(0deg);
}
header .inside {
  position: relative;
  min-height: 290px;
  max-height: 90vh;
}
header .mod_article {
  overflow: hidden;
}
header .mod_navigation.main {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
header .mod_navigation.main .ribbon-left,
header .mod_navigation.main .ribbon-right {
  flex: 1 1 auto;
  transform: translateY(-24px);
  position: relative;
}
header .mod_navigation.main .level_1 {
  flex: 0 1 1200px;
  display: flex;
  justify-content: space-between;
}

#container {
  background-image: url(/files/theme_2018/images/mainfloss_bg.jpg?7e469b3e7453fb3e8c8a66e2f7f03285);
  background-repeat: repeat-y;
  background-position: left top;
  background-size: 100%;
  background-attachment: fixed;
}

main .mod_article {
  background-color: #fff;
  padding: 40px;
}
@media (max-width: 1000px) {
  main .mod_article {
    padding: 20px;
  }
}
main .mod_article.major:after {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background-image: url(/files/theme_2018/images/paddel_white.png?f72c55347ca577c2be65b35a2e3b8672);
  background-repeat: no-repeat;
  background-position: center;
}
main .mod_article.major .inside > * {
  flex: 0 1 31%;
  margin-bottom: 40px;
  margin-right: 1%;
  margin-left: 1%;
}
@media (max-width: 1000px) {
  main .mod_article.major .inside > * {
    flex: 0 1 48%;
  }
}
@media (max-width: 900px) {
  main .mod_article.major .inside > * {
    flex: 0 1 100%;
  }
}
main .mod_article.minor .inside > * {
  flex: 0 1 23%;
  margin-bottom: 40px;
  margin-right: 1%;
  margin-left: 1%;
}
@media (max-width: 1000px) {
  main .mod_article.minor .inside > * {
    flex: 0 1 31%;
  }
}
@media (max-width: 900px) {
  main .mod_article.minor .inside > * {
    flex: 0 1 48%;
  }
}
@media (max-width: 600px) {
  main .mod_article.minor .inside > * {
    flex: 0 1 100%;
  }
}
main .mod_article.major, main .mod_article.minor {
  background-color: transparent;
}
main .mod_article.first {
  padding-top: 100px;
}
@media (max-width: 1000px) {
  main .mod_article.first {
    padding-top: 40px;
  }
}
main .mod_article .inside {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
main .mod_article iframe {
  margin: 40px 0;
}

footer .mod_customnav .level_1 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.clearfix:after, main .ce_text:after, .mod_newslist .layout_latest:after {
  content: "";
  display: table;
  clear: both;
}

.invisible {
  position: absolute;
  left: -999em;
}

.box {
  padding: 30px;
  background-color: #f0f0f0;
}

.round:not(img) {
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
}

.float_left {
  float: left;
  margin-right: 1em;
}

.float_right {
  float: right;
  margin-left: 1em;
}

.float_left,
.float_right {
  margin-bottom: 1em;
  max-width: 40%;
}

.float_above {
  margin-bottom: 1em;
}

.float_below {
  margin-top: 1em;
}

.flex-wrap, main .ce_gallery ul, .ce_form .formbody {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-nowrap {
  display: flex;
  justify-content: space-between;
}

.w20 {
  width: 19%;
}

.w25 {
  width: 24%;
}

.w33 {
  width: 32.333%;
}

.w40 {
  width: 39%;
}

.w50 {
  width: 49%;
}

.w60 {
  width: 59%;
}

.w80 {
  width: 79%;
}

.w100 {
  width: 100%;
}

/*$color-active: $primary-color;
$color-active-over: $primary-color-over;
*/
.cookiebar_simple {
  padding: 0;
}
.cookiebar_simple .cc-inner {
  max-width: 100%;
  width: 100%;
  max-height: 700px;
  margin: 0;
  border-radius: 0;
  transition: height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
}
.cookiebar_simple .cc-inner > * {
  max-width: 1200px;
  width: 92%;
  margin: 0 auto;
}
.cookiebar_simple .cc-inner h2, .cookiebar_simple .cc-inner body.jetzt-buchen .booking-box .title, body.jetzt-buchen .booking-box .cookiebar_simple .cc-inner .title {
  color: #131313;
  margin-bottom: 20px !important;
  text-align: left;
  font-size: 35px;
  font-weight: bold;
}
.cookiebar_simple .cc-inner p {
  color: #000;
}
.cookiebar_simple .cc-inner .cc-btn {
  background: #fff;
  border: 2px solid #131313;
  border-radius: 0;
  color: #131313 !important;
  font-weight: bold;
  padding: 10px 20px;
  margin: 10px 5px;
  letter-spacing: 1px;
}
.cookiebar_simple .cc-inner .cc-btn.success, .cookiebar_simple .cc-inner .cc-btn.save {
  background: #066542;
  color: #fff !important;
}
.cookiebar_simple .cc-inner .cc-btn.success:hover, .cookiebar_simple .cc-inner .cc-btn.save:hover {
  background: rgb(0.2803738318, 4.7196261682, 3.0841121495);
}
.cookiebar_simple .cc-inner .cc-groups * {
  border: none;
}
.cookiebar_simple .cc-inner .cc-groups p {
  padding: 5px 15px;
}
.cookiebar_simple .cc-inner .cc-groups .cc-group {
  border: none;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.cookiebar_simple .cc-inner .cc-groups .cc-group input:disabled + label:before {
  background: #eeeeee;
}
.cookiebar_simple .cc-inner .cc-groups .cc-group input:disabled + label:after {
  background: #a3a3a3;
}
.cookiebar_simple .cc-inner .cc-groups .cc-group .cc-cookies {
  background: #fff;
  text-transform: none;
}
.cookiebar_simple .cc-inner .cc-groups .cc-group .cc-cookies .cc-cookie {
  margin-left: 50px;
  padding: 15px 15px 0px 15px;
}
.cookiebar_simple .cc-inner .cc-groups .cc-group .cc-cookies .cc-cookie p,
.cookiebar_simple .cc-inner .cc-groups .cc-group .cc-cookies .cc-cookie .cc-cookie-info,
.cookiebar_simple .cc-inner .cc-groups .cc-group .cc-cookies .cc-cookie .cc-detail-btn-details {
  border: none;
  padding: 5px;
  margin: 0;
  text-decoration: none;
}
.cookiebar_simple .cc-inner .cc-groups .cc-group .cc-cookies .cc-cookie .cookie {
  font-weight: bold;
  font-size: 1rem;
}
.cookiebar_simple .cc-inner .cc-groups .cc-group .cc-cookies .cc-cookie .cc-detail-btn-details {
  color: #066542;
}
.cookiebar_simple .cc-inner .cc-groups .cc-group .cc-cookies .cc-cookie .cc-detail-btn-details:hover {
  color: rgb(0.2803738318, 4.7196261682, 3.0841121495);
}

/* Heebo 300 - latin */
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 300;
  src: local(""), url(/files/theme_2018/fonts/heebo-v10-latin-300.woff2?02682b68cb676bfb854bac8e178a6d89) format("woff2"), url(/files/theme_2018/fonts/heebo-v10-latin-300.woff?1850dd900bb6f90c529eef8950dd89bc) format("woff"); /* Modern Browsers */
}
/* Heebo regular - latin */
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 400;
  src: local(""), url(/files/theme_2018/fonts/heebo-v10-latin-regular.woff2?375dc5fc1d1dcd46d770c3d44cc1c1b4) format("woff2"), url(/files/theme_2018/fonts/heebo-v10-latin-regular.woff?c743ad683f3d676090c47a7247744d77) format("woff"); /* Modern Browsers */
}
/* Heebo 700 - latin */
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 700;
  src: local(""), url(/files/theme_2018/fonts/heebo-v10-latin-700.woff2?f0f2d313539028c5238f1c6c5e16431f) format("woff2"), url(/files/theme_2018/fonts/heebo-v10-latin-700.woff?3b0fa200ad62751020948b9400921e94) format("woff"); /* Modern Browsers */
}
/* Indie Flower - latin */
@font-face {
  font-family: "Indie Flower";
  font-style: normal;
  font-weight: 400;
  src: local(""), url(/files/theme_2018/fonts/indie-flower-v12-latin-regular.woff2?f403a749172b7e38bdfc5ce507275542) format("woff2"), url(/files/theme_2018/fonts/indie-flower-v12-latin-regular.woff?0353e84f8be0cafa07fce91c842cd5fc) format("woff"); /* Modern Browsers */
}
/*Font Awesome */
@font-face {
  font-family: "Font Awesome 5 Pro Regular";
  font-style: normal;
  src: url(/files/theme_2018/fonts/fa-regular-400.eot?6e1c4b9b37c83c63c73e3193982f1af4) format("embedded-opentype"), url(/files/theme_2018/fonts/fa-regular-400.eot?6e1c4b9b37c83c63c73e3193982f1af4?#iefix) format("embedded-opentype"), url(/files/theme_2018/fonts/fa-regular-400.woff2?b2fe3e8f4280df5dc80f3ba58a3cbbd7) format("woff2"), url(/files/theme_2018/fonts/fa-regular-400.woff?32f0d31c584a70692e50514d0bbe5c33) format("woff"), url(/files/theme_2018/fonts/fa-regular-400.ttf?a2de761b600f25389e40907715246252) format("truetype"), url(/files/theme_2018/fonts/fa-regular-400.svg?b7536cc7fdcbacc851047c514e5134bb#fontawesome) format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Pro Light";
  font-style: normal;
  src: url(/files/theme_2018/fonts/fa-light-300.eot?a0e557194563a44930e449165352a9c9) format("embedded-opentype"), url(/files/theme_2018/fonts/fa-light-300.eot?a0e557194563a44930e449165352a9c9?#iefix) format("embedded-opentype"), url(/files/theme_2018/fonts/fa-light-300.woff2?c2570ebec91f98536a6ada97cadf11d3) format("woff2"), url(/files/theme_2018/fonts/fa-light-300.woff?955a5a72fe69a4ab94cf837e9600a7e7) format("woff"), url(/files/theme_2018/fonts/fa-light-300.ttf?9ad123a29a946ea83625425203de32c2) format("truetype"), url(/files/theme_2018/fonts/fa-light-300.svg?0b74a8265584beb99bfb79f6f3e319ec#fontawesome) format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Pro Solid";
  font-style: normal;
  src: url(/files/theme_2018/fonts/fa-solid-900.eot?ff7b0898740228669fde75ff09ed46d6) format("embedded-opentype"), url(/files/theme_2018/fonts/fa-solid-900.eot?ff7b0898740228669fde75ff09ed46d6?#iefix) format("embedded-opentype"), url(/files/theme_2018/fonts/fa-solid-900.woff2?cf54643443b503990d9477d0907c6f74) format("woff2"), url(/files/theme_2018/fonts/fa-solid-900.woff?2ec19990b7fe548c985fdc997dfb52f6) format("woff"), url(/files/theme_2018/fonts/fa-solid-900.ttf?66c1ff509cf9358c6a518c248a3ac1a1) format("truetype"), url(/files/theme_2018/fonts/fa-solid-900.svg?20bccf1001802a7e5506151cc366c4f8#fontawesome) format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Pro Brands";
  font-style: normal;
  src: url(/files/theme_2018/fonts/fa-brands-400.eot?ee24315ffe8fd9db92ccaff47ab66a85) format("embedded-opentype"), url(/files/theme_2018/fonts/fa-brands-400.eot?ee24315ffe8fd9db92ccaff47ab66a85?#iefix) format("embedded-opentype"), url(/files/theme_2018/fonts/fa-brands-400.woff2?edee7f88b2b847a3efbd1042e04e63df) format("woff2"), url(/files/theme_2018/fonts/fa-brands-400.woff?285da15d4381a9fe21753331b0a953b8) format("woff"), url(/files/theme_2018/fonts/fa-brands-400.ttf?2af0d0015cb7ccdaa8d226a0dacd8757) format("truetype"), url(/files/theme_2018/fonts/fa-brands-400.svg?64e01ebcb481c0a3a9fbfe274d96a3f8#fontawesome) format("svg");
}
.ce_form {
  width: 70%;
  margin: 0 auto;
}
.ce_form label {
  font-size: 80%;
  margin-bottom: 6px;
}
.ce_form input[type=text], .ce_form input[type=password], .ce_form input[type=number], .ce_form input[type=date], .ce_form input[type=email], .ce_form input[type=tel], .ce_form input[type=search], .ce_form select, .ce_form textarea {
  font-family: Heebo, Verdana, sans-serif;
  color: #131313;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 2px solid #131313;
  padding: 10px 10px;
  transition: background-color 0.2s ease-in-out, border-bottom 0.1s linear;
}
.ce_form input[type=text]:focus, .ce_form input[type=password]:focus, .ce_form input[type=number]:focus, .ce_form input[type=date]:focus, .ce_form input[type=email]:focus, .ce_form input[type=tel]:focus, .ce_form input[type=search]:focus, .ce_form select:focus, .ce_form textarea:focus {
  border-bottom: 6px solid #131313;
}
.ce_form textarea {
  resize: vertical;
}
.ce_form .formbody {
  flex-flow: column;
}
.ce_form .formbody .widget {
  margin-bottom: 1em;
}
.ce_form .formbody .widget-submit {
  text-align: center;
  font-weight: 700;
}
.ce_form .formbody .widget-submit button {
  background-color: #fff;
  color: #131313;
  border: 2px solid #131313;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.ce_form .formbody .widget-submit button:hover {
  background-color: #131313;
  color: #fff;
}
.ce_form .formbody .widget-captcha {
  display: block !important;
}

.mod_newslist .layout_latest {
  margin-bottom: 40px;
  background-color: #fff;
}
.mod_newslist .layout_latest.last {
  margin-bottom: 0px;
}
.mod_newslist .layout_latest h2, .mod_newslist .layout_latest body.jetzt-buchen .booking-box .title, body.jetzt-buchen .booking-box .mod_newslist .layout_latest .title {
  background-color: #131313;
  padding: 10px;
  margin: 0px;
  color: #fff;
}
.mod_newslist .layout_latest h2 a, .mod_newslist .layout_latest body.jetzt-buchen .booking-box .title a, body.jetzt-buchen .booking-box .mod_newslist .layout_latest .title a {
  color: #fff;
  text-decoration: none;
}
.mod_newslist .layout_latest .text-content {
  padding: 30px;
}
.mod_newslist .layout_latest .more {
  display: none;
}
.mod_newslist .layout_latest figure {
  width: 20%;
  max-width: 200px;
}

header .mod_navigation.main {
  position: absolute;
  bottom: -24px;
  height: 74px;
  font-size: 32px;
  font-family: Indie Flower, Verdana, sans-serif;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1000px) {
  header .mod_navigation.main {
    font-size: 28px;
  }
}
header .mod_navigation.main .ribbon-left,
header .mod_navigation.main .ribbon-right {
  position: relative;
  height: 74px;
  display: inline-block;
  background-color: #1f1f1f;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1200px) {
  header .mod_navigation.main .ribbon-left,
  header .mod_navigation.main .ribbon-right {
    height: 50px;
    transform: translateY(0px);
  }
  header .mod_navigation.main .ribbon-left:after,
  header .mod_navigation.main .ribbon-right:after {
    transform: skewY(0deg);
  }
}
header .mod_navigation.main .ribbon-left:before, header .mod_navigation.main .ribbon-left:after,
header .mod_navigation.main .ribbon-right:before,
header .mod_navigation.main .ribbon-right:after {
  content: "";
  display: block;
  height: 100%;
  width: 50px;
  position: absolute;
  top: 0;
  transition: all 0.5s ease-in-out;
}
header .mod_navigation.main .ribbon-left:before,
header .mod_navigation.main .ribbon-right:before {
  background-color: #1f1f1f;
  z-index: -2;
}
header .mod_navigation.main .ribbon-left:after,
header .mod_navigation.main .ribbon-right:after {
  background-color: #323232;
  z-index: -1;
}
header .mod_navigation.main .ribbon-left:before {
  right: -50px;
}
header .mod_navigation.main .ribbon-left:after {
  right: -50px;
  top: 12px;
  transform: skewY(-25deg);
}
header .mod_navigation.main .ribbon-right:before {
  left: -50px;
}
header .mod_navigation.main .ribbon-right:after {
  left: -50px;
  top: 12px;
  transform: skewY(25deg);
}
header .mod_navigation.main .level_1 {
  position: relative;
  background-color: #131313;
  line-height: 54px;
  z-index: 2;
}
header .mod_navigation.main .level_1 li.submenu:focus-within > .level_2 {
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}
header .mod_navigation.main .level_1 > li {
  position: relative;
  flex: 1 1 auto;
  margin: 0;
  padding: 10px 0px;
  text-align: center;
  transition: transform 0.2s ease-in-out;
  transform: scale(1);
}
header .mod_navigation.main .level_1 > li a:focus + .level_2 {
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}
header .mod_navigation.main .level_1 > li:hover .level_2,
header .mod_navigation.main .level_1 > li a:focus .level_2 {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
header .mod_navigation.main .level_1 > li:not(.active):hover {
  transform: scale(1.03);
}
header .mod_navigation.main .level_1 > li.active:after, header .mod_navigation.main .level_1 > li.trail:after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 8px;
  background-image: url(/files/theme_2018/images/paddel_single_white.png?6b132320f387b112ea0f1d24214025b2);
  background-repeat: no-repeat;
  background-position: center;
}
header .mod_navigation.main .level_1 > li .ribbon-left,
header .mod_navigation.main .level_1 > li .ribbon-right {
  display: none;
}
header .mod_navigation.main .level_1 > li a,
header .mod_navigation.main .level_1 > li strong {
  text-decoration: none;
  color: #fff;
  font-weight: 300;
}
header .mod_navigation.main .level_2 {
  position: absolute;
  top: 72px;
  left: -50%;
  min-width: 300px;
  padding: 30px;
  background-color: #1f1f1f;
  font-size: 24px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
header .mod_navigation.main .level_2:hover,
header .mod_navigation.main .level_2 a:focus {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
header .mod_navigation.main .level_2 > li {
  padding: 10px 0px;
  line-height: 1.4;
  transition: transform 0.2s ease-in-out;
  transform: scale(1);
}
header .mod_navigation.main .level_2 > li:not(.active):hover {
  transform: scale(1.03);
}
header .mod_navigation.main .level_2 > li.active:after, header .mod_navigation.main .level_2 > li.trail:after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 8px;
  background-image: url(/files/theme_2018/images/paddel_single_white.png?6b132320f387b112ea0f1d24214025b2);
  background-repeat: no-repeat;
  background-position: center;
}

.burger {
  display: none;
  width: 40px;
  height: 40px;
  padding: 5px;
  position: fixed;
  cursor: pointer;
  top: 20px;
  right: 20px;
  background-color: #1f1f1f;
  transition: transform 0.25s ease-in-out;
  transform: translateX(0);
  z-index: 999;
}
@media (max-width: 820px) {
  body.mobilemenu .burger {
    display: block;
  }
}
.burger > .burger-inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-around;
}
.burger > .burger-inner > span {
  display: block;
  height: 3px;
  width: 100%;
  background: #fff;
  opacity: 1;
  transition: all 0.25s ease-in-out;
}
.burger > .burger-inner > span:first-child {
  transform: translate(0px, 0px) rotate(0deg);
  transform-origin: left center;
}
body.mobilemenu-active .burger > .burger-inner > span:first-child {
  transform: translate(4px, -1px) rotate(45deg);
}
.burger > .burger-inner > span:nth-child(2) {
  transform-origin: left center;
}
body.mobilemenu-active .burger > .burger-inner > span:nth-child(2) {
  width: 0;
  opacity: 0;
}
.burger > .burger-inner > span:nth-child(3) {
  transform: translate(0px, 0px) rotate(0deg);
  transform-origin: left center;
}
body.mobilemenu-active .burger > .burger-inner > span:nth-child(3) {
  transform: translate(4px, 1px) rotate(-45deg);
}

body.mobilemenu.mobilemenu-active {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
body.mobilemenu.mobilemenu-active header .mod_navigation.main {
  top: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
body.mobilemenu.mobilemenu-active header .ce_hyperlink.if-fixed-nav {
  z-index: 100;
  visibility: visible;
  top: 0px;
  padding-top: 20px;
}

@media (max-width: 820px) {
  header .mod_navigation.main {
    z-index: 99;
    position: fixed;
    left: 0;
    top: -300vh;
    width: 100vw;
    height: 100vh;
    background-color: #131313;
    padding: 180px 0px;
    transition: top 0.7s ease-in-out !important;
  }
  header .mod_navigation.main .level_1 {
    display: block;
    min-height: 100vh;
    font-size: 32px;
  }
  header .mod_navigation.main .level_1 > li {
    flex: 0 1 auto;
  }
  header .mod_navigation.main .level_1 > li.trail:after {
    display: none !important;
  }
  header .mod_navigation.main .level_1 .level_2 {
    position: relative;
    left: initial;
    top: initial;
    visibility: visible;
    opacity: 1;
    padding: 0px;
    pointer-events: auto;
    font-size: 24px;
  }
  header .mod_navigation.main .level_1 .level_2 > li {
    padding: 7px 0px;
  }
}

header .ce_hyperlink {
  z-index: 9;
}
header .ce_hyperlink.ifnot-fixed-nav {
  position: absolute;
  top: 40px;
  width: 100%;
}
header .ce_hyperlink.if-fixed-nav {
  position: fixed;
  top: -300vh;
  width: 100%;
  transition: top 0.5s ease-in-out;
  background-color: #131313;
}
header .ce_hyperlink.if-fixed-nav figure {
  width: 100%;
  height: 100%;
  text-align: center;
}
header .ce_hyperlink img {
  -o-object-fit: cover;
     object-fit: cover;
}
header .ce_hyperlink a {
  width: 160px;
  height: 160px;
}
body.index header .ce_hyperlink a {
  width: 280px;
  height: 280px;
}
@media (max-width: 1100px) {
  header .ce_hyperlink a {
    width: 120px;
    height: 120px;
  }
  body.index header .ce_hyperlink a {
    width: 150px;
    height: 150px;
  }
}
header .ce_hyperlink a {
  display: inline-block;
}

body.index header .ce_image {
  display: none;
}
@media (max-width: 1100px) {
  body.index header .ce_image {
    display: block;
  }
}
header .ce_image picture {
  -o-object-fit: cover;
     object-fit: cover;
}
header .ce_image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body.index header.no-video .ce_image {
  display: block !important;
}

header .ce_player {
  height: 90vh;
}
@media (max-width: 1100px) {
  header .ce_player {
    display: none;
  }
}
header .ce_player video {
  -o-object-fit: cover;
     object-fit: cover;
}

footer .mod_customnav {
  padding: 30px;
}
footer .mod_customnav .level_1 > li {
  padding: 10px;
}
footer .mod_customnav .level_1 > li a, footer .mod_customnav .level_1 > li strong {
  text-decoration: none;
  font-weight: 300;
  transition: none;
}
footer .mod_customnav .level_1 > li a:hover {
  text-decoration: underline;
  color: #131313;
}

.mod_cookiebarOpener {
  text-align: center;
  font-size: 16px;
  padding-bottom: 30px;
}
.mod_cookiebarOpener a {
  text-decoration: none !important;
}
.mod_cookiebarOpener a:hover {
  text-decoration: underline !important;
}

main .ce_text .float_left {
  float: left;
  margin-right: 1em;
}
main .ce_text .float_right {
  float: right;
  margin-left: 1em;
}
main .ce_text .float_left,
main .ce_text .float_right {
  margin-bottom: 1em;
  max-width: 40%;
}
@media (max-width: 1000px) {
  main .ce_text .float_left,
  main .ce_text .float_right {
    max-width: 20%;
  }
}
@media (max-width: 900px) {
  main .ce_text .float_left,
  main .ce_text .float_right {
    max-width: 30%;
  }
}
main .ce_text .float_above {
  margin-bottom: 1em;
}
main .ce_text .float_below {
  margin-top: 1em;
}

/*customizations Impressum */
.impressum .mod_article .inside {
  justify-content: space-around;
}
@media (max-width: 700px) {
  .impressum .mod_article .inside {
    justify-content: left;
  }
}
@media (max-width: 700px) {
  .impressum .mod_article .gestaltung {
    margin-top: 30px;
  }
}

main .ce_hyperlink {
  margin: 40px 0;
  text-align: center;
}
main .ce_image {
  margin: 40px 0;
}

main .ce_gallery {
  margin: 40px 0;
}
main .ce_gallery ul li {
  margin-bottom: 0.5em;
}
main .ce_gallery ul li {
  width: 24%;
}
@media (max-width: 800px) {
  main .ce_gallery ul li {
    width: 49%;
  }
}
@media (max-width: 650px) {
  main .ce_gallery ul li {
    width: 100%;
  }
}
main .ce_gallery ul.cols_3 li {
  width: 32.333%;
}
@media (max-width: 650px) {
  main .ce_gallery ul.cols_3 li {
    width: 100%;
  }
}
main .ce_gallery ul.cols_2 li {
  width: 49%;
}
@media (max-width: 650px) {
  main .ce_gallery ul.cols_2 li {
    width: 100%;
  }
}
main .ce_gallery ul.cols_1 li {
  width: 100%;
}
main .ce_gallery ul a {
  display: block;
  transform: scale(1);
  transition: transform 0.2s ease-in-out;
}
main .ce_gallery ul a:hover {
  transform: scale(1.05);
}

main .ce_list {
  margin: 40px 0;
}
main .ce_list ul {
  list-style: initial;
  list-style-position: outside;
  padding-left: 30px;
}
main .ce_list ol {
  list-style: decimal;
  list-style-position: outside;
  padding-left: 30px;
}
main .ce_list li {
  margin: 0.5em 0;
}

main .ce_table {
  margin: 40px 0;
}
main .ce_table table {
  width: 100%;
}
main .ce_table tr {
  transition: background-color 0.2s ease-in-out;
}
main .ce_table tr th, main .ce_table tr td {
  padding: 0.5em;
}
main .ce_table tr th {
  font-weight: 700;
  text-align: left;
}
main .ce_table tr:hover {
  background-color: #f0f0f0;
}

main .ce_download {
  margin: 40px 0;
  text-align: center;
}
main .ce_download a .size {
  font-size: 80%;
}

main .ce_downloads {
  margin: 40px 0;
}
main .ce_downloads a {
  display: block;
  padding: 0.5em;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
}
main .ce_downloads a:hover {
  background-color: #f0f0f0;
}
main .ce_downloads a .size {
  font-weight: 300;
  font-size: 80%;
}

main .ce_player {
  margin: 40px 0;
}
main .ce_player video {
  width: 100%;
  height: auto;
}

.ce_accordion .accordion {
  height: 100%;
  background-color: #fff;
}
.ce_accordion .toggler {
  display: none;
}
.ce_accordion .ce_hyperlink {
  padding: 0px 30px;
}
.ce_accordion .ce_hyperlink a {
  width: 100%;
}
.ce_accordion .ce_text h2, .ce_accordion .ce_text body.jetzt-buchen .booking-box .title, body.jetzt-buchen .booking-box .ce_accordion .ce_text .title {
  background-color: #131313;
  color: #fff;
  padding: 10px 0px;
  text-align: center;
}
.ce_accordion .ce_text .text-content {
  padding: 0px 30px 20px;
}
.ce_accordion .ce_text .text-content p > a {
  display: block;
  text-align: center;
}
.ce_accordion .days,
.ce_accordion .time,
.ce_accordion .price {
  display: flex;
  padding: 0px 30px;
}
.ce_accordion .days:before,
.ce_accordion .time:before,
.ce_accordion .price:before {
  font-family: "Font Awesome 5 Pro Light";
  display: block;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  align-self: center;
  background-color: #131313;
  border-radius: 50%;
  margin-right: 15px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  font-weight: normal;
}
.ce_accordion .days .text-content,
.ce_accordion .time .text-content,
.ce_accordion .price .text-content {
  flex: 0 1 auto;
  padding: 0px;
}
.ce_accordion .days:before {
  content: "\f073";
}
.ce_accordion .time:before {
  content: "\f017";
}
.ce_accordion .price:before {
  content: "\f153";
}
.ce_accordion .price {
  font-weight: 700;
  font-size: 38px;
}

main .ce_headline {
  width: 100%;
}

.mod_article.instagram {
  background-color: transparent;
  padding: 0px 40px 40px;
  margin-bottom: 40px;
}
.mod_article.instagram > .inside {
  display: block;
}
.mod_article.instagram .mod_cfg_instagram {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.mod_article.instagram .mod_cfg_instagram .item {
  width: 280px;
  height: 280px;
  position: relative;
  padding: 15px;
  background-color: #fff;
  margin: 0 10px 10px;
}
.mod_article.instagram .mod_cfg_instagram .item:hover img {
  transform: scale(1.05);
}
.mod_article.instagram .mod_cfg_instagram .item a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mod_article.instagram .mod_cfg_instagram .item a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  transition: transform 0.4s ease-in-out;
  transform: scale(1);
  transform-origin: center;
  backface-visibility: hidden;
}
.mod_article.instagram .ce_hyperlink {
  margin: 40px 0px 0px;
}
.mod_article.instagram .ce_hyperlink a {
  background-color: transparent;
  font-weight: bold;
}
.mod_article.instagram .ce_hyperlink a:after {
  font-family: "Font Awesome 5 Pro Brands";
  content: "\f16d";
  display: inline-block;
  margin-left: 10px;
  font-size: 20px;
  font-weight: normal;
  vertical-align: middle;
}

body.index header .inside {
  min-height: 450px;
}
body.index main .mod_article.first .ce_text {
  width: 100%;
}
body.index main .mod_article.first .ce_text .float_right {
  margin-top: -5em;
}
@media (max-width: 900px) {
  body.index main .mod_article.first .ce_text .float_right {
    margin-top: 0;
  }
}

body.jetzt-buchen.popup {
  height: 100vh;
  overflow: hidden;
}
body.jetzt-buchen main .mod_article.first .inside {
  flex-wrap: nowrap;
}
@media (max-width: 900px) {
  body.jetzt-buchen main .mod_article.first .inside {
    flex-wrap: wrap;
  }
}
@media (max-width: 900px) {
  body.jetzt-buchen main .mod_article.minor .inside .ce_accordion {
    margin-right: 0 !important;
  }
}
body.jetzt-buchen main .mod_article.minor .inside .ce_accordion {
  margin-right: 2%;
}
body.jetzt-buchen main .box {
  flex: 0 0 480px;
  margin-left: 20px;
}
@media (max-width: 900px) {
  body.jetzt-buchen main .box {
    flex: 0 0 100%;
    margin-left: 0px;
  }
}
body.jetzt-buchen .ce_accordion .close {
  position: absolute;
  background: none;
  padding: 0;
}
body.jetzt-buchen .ce_accordion .ce_text:first-of-type {
  text-align: center;
}
body.jetzt-buchen .ce_accordion .ce_text:first-of-type:after {
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  margin: 25px 0px;
  background-image: url(/files/theme_2018/images/paddel.png?02b80507f78f78be306d43e1decd31f9);
  background-repeat: no-repeat;
  background-position: center;
}
body.jetzt-buchen .ce_accordion .full-text {
  display: none;
}
body.jetzt-buchen .ce_accordion.open-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
body.jetzt-buchen .ce_accordion.open-box .close {
  position: absolute;
  top: 10px;
  right: 0px;
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
  transform: scale(1);
}
body.jetzt-buchen .ce_accordion.open-box .close:hover {
  transform: scale(1.1);
}
body.jetzt-buchen .ce_accordion.open-box .close:after {
  content: "\f00d";
  font-family: "Font Awesome 5 Pro Solid";
  font-size: 25px;
  color: #fff;
}
body.jetzt-buchen .ce_accordion.open-box .accordion {
  position: relative;
  width: 60%;
  height: auto;
  margin: 60px auto 20px;
  padding-bottom: 10px;
  cursor: auto;
}
@media (max-width: 600px) {
  body.jetzt-buchen .ce_accordion.open-box .accordion {
    width: 90%;
  }
}
body.jetzt-buchen .ce_accordion.open-box .accordion .ce_text:first-of-type {
  display: none;
}
body.jetzt-buchen .ce_accordion.open-box .accordion .full-text {
  display: block;
}
@media (max-width: 500px) {
  body.jetzt-buchen .ce_accordion.open-box .accordion .full-text {
    text-align: center;
  }
}
body.jetzt-buchen .ce_accordion.open-box .accordion .full-text .float_left {
  margin-top: 0;
  margin-left: 20px;
}
@media (max-width: 500px) {
  body.jetzt-buchen .ce_accordion.open-box .accordion .full-text .float_left {
    float: none;
    margin: 0 0 20px;
  }
}
body.jetzt-buchen .ce_accordion.open-box .accordion .full-text:after {
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  margin: 25px 0px;
  background-image: url(/files/theme_2018/images/paddel.png?02b80507f78f78be306d43e1decd31f9);
  background-repeat: no-repeat;
  background-position: center;
}
body.jetzt-buchen .booking-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 9999;
}
body.jetzt-buchen .booking-box .whitebox {
  position: relative;
  width: 80%;
  height: auto;
  margin: 60px auto 20px;
  background-color: #fff;
}
@media (max-width: 600px) {
  body.jetzt-buchen .booking-box .whitebox {
    width: 90%;
  }
}
body.jetzt-buchen .booking-box .title {
  background-color: #131313;
  padding: 10px;
  color: #fff;
}
body.jetzt-buchen .booking-box .close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
  transform: scale(1);
}
body.jetzt-buchen .booking-box .close:hover {
  transform: scale(1.1);
}
body.jetzt-buchen .booking-box .close:after {
  content: "\f00d";
  font-family: "Font Awesome 5 Pro Solid";
  font-size: 25px;
  color: #fff;
}
body.jetzt-buchen .booking-box #bookingKitContainer {
  padding: 0 20px;
}
body.jetzt-buchen #booking-box-iframe {
  border: none;
  width: 100%;
  height: calc(100vh - 200px);
}

body.faq .mod_article.faq {
  background-color: transparent;
}
body.faq .mod_article.faq .inside {
  display: block;
}
body.faq .mod_article.faq .ce_text {
  background-color: #fff;
  margin-bottom: 40px;
}
body.faq .mod_article.faq .ce_text h3 {
  color: #fff;
  background-color: #131313;
  margin: 0;
  padding: 10px;
}
body.faq .mod_article.faq .ce_text .text-content {
  padding: 20px 10px;
}

body.blog .mod_article .inside {
  display: block;
}
body.blog .mod_article:not(.first) {
  background-color: transparent;
}

body.intro-anim > #intro-anim {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
}
body.intro-anim > #intro-anim .inside {
  position: relative;
  width: 100%;
  height: 100%;
}
body.intro-anim > #intro-anim .intro-logo {
  width: 100%;
  height: 100vh;
  background-image: url(/files/theme_2018/images/intro_blende.png?5cffeed6a24131b01bfa985cb41194b5);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 999;
}
body.intro-anim > #intro-anim .scroll-icon {
  position: absolute;
  left: 50%;
  bottom: 25%;
  margin-left: -25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  backface-visibility: hidden;
  cursor: pointer;
  background-image: url(/files/theme_2018/images/maus.svg?6a51b1fa0fd5ae1ab598d27d92875739);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
}
body.intro-anim > #intro-anim .scroll-icon:after {
  content: "";
  width: 3px;
  height: 5px;
  background-color: #131313;
  transform: translateY(-7px);
  margin-left: 1px;
  animation: scrollr;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes scrollr {
  0% {
    transform: translateY(-7px);
  }
  50% {
    transform: translateY(-2px);
  }
  100% {
    transform: translateY(-7px);
  }
}
body.intro-anim {
  height: 300vh;
}
body.intro-anim #container,
body.intro-anim #header .main,
body.intro-anim #header .ce_hyperlink,
body.intro-anim #footer {
  visibility: hidden;
  opacity: 0;
}
body.intro-anim #scrollImage {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
body.intro-anim #scrollImage .inside,
body.intro-anim #scrollImage .ce_image,
body.intro-anim #scrollImage figure {
  height: 100vh;
}
body.intro-anim #scrollImage .ce_image img {
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  height: 100%;
  width: auto;
}
body.intro-anim #scrollImage .ce_image img.loaded {
  opacity: 1;
}

#container,
#header .main,
#header .ce_hyperlink.ifnot-fixed-nav,
#footer {
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  opacity: 1;
  visibility: visible;
}
