@charset "UTF-8";
/*
Theme Name: OLZINGERDESIGN
Author: OLZINGERDESIGN
Author URI: https://olzingerdesign.de
Version: 1.0
*/
/* ============================================
   Wrapper/Container
============================================ */
#wrapper {
  width: 100%;
  height: auto;
  overflow-x: hidden;
}

.container {
  width: 100%;
  margin-top: 4rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .container {
    margin-top: 8rem;
    margin-bottom: 2rem;
  }
}
.container .container-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 auto;
  padding: 1rem;
}
.container .container-inner.large {
  max-width: 1600px;
}
.container .container-inner.medium {
  max-width: 1440px;
}
.container .container-inner.small {
  max-width: 1140px;
}
.container .container-inner.tiny {
  max-width: 800px;
}
.container .container-inner.bg-petrol {
  background-color: #00A8C1;
}
.container .container-inner.bg-petrol h2, .container .container-inner.bg-petrol h3, .container .container-inner.bg-petrol h4, .container .container-inner.bg-petrol p, .container .container-inner.bg-petrol a, .container .container-inner.bg-petrol span, .container .container-inner.bg-petrol li {
  color: white;
}

.column-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 0;
}
.column-wrapper .column {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  -ms-flex-line-pack: baseline;
      align-content: baseline;
}
@media (min-width: 768px) {
  .column-wrapper .column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;
  }
}

/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *  user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

/* Lists
   ========================================================================== */
ol, ul, menu {
  border: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

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

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

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: 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;
}

/**
 * Addresses 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
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

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

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
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.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

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

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
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;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *  (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -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).
 */
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.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
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;
}

/* ============================================
   Allgemeine Definitionen
============================================ */
html, body {
  height: 100%;
  font-size: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

body {
  overflow-y: scroll;
  font-family: "M PLUS Rounded 1c", Helvetica, Arial, sans-serif;
  font-weight: 400;
  min-width: 100%;
  overflow-x: hidden;
  color: #5F5F5F;
}
body::-webkit-scrollbar {
  width: 6px;
}
body::-webkit-scrollbar-track {
  background: white;
}
body::-webkit-scrollbar-thumb {
  background: #00A8C1;
}
body.overflow-hidden {
  overflow: hidden;
}

/*
body > :not(.pace),body:before,body:after {
  	transition:opacity .4s ease-in-out
}

body:not(.pace-done) > :not(.pace),body:not(.pace-done):before,body:not(.pace-done):after {
  opacity:0
}
*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

noscript {
  width: 100%;
  background: red;
  display: block;
  padding: 10px;
  text-align: center;
  color: white;
}

::-moz-selection {
  color: black;
  background: #00A8C1;
}

::selection {
  color: black;
  background: #00A8C1;
}

::-moz-selection {
  color: black;
  background: #00A8C1;
}

/* ============================================
   Helferklassen
============================================ */
.hidden {
  display: none;
  visibility: hidden;
}

#screenwidth {
  position: fixed;
  z-index: 1000000;
  left: 0;
  top: 0;
  background: #ff5d31;
  padding: 5px 10px;
  color: #fff;
  font-size: 12px;
}

.embed-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.embed-container .video, .embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ============================================
   Scroll-Up
============================================ */
.scrollup {
  display: none;
}
@media (min-width: 1140px) {
  .js .scrollup {
    width: 30px;
    height: 30px;
    display: block;
    background: url(assets/img/layout/scrollup.svg) no-repeat 0 0;
    border: 0;
    bottom: -30px;
    position: fixed;
    color: white;
    top: auto;
    margin: 0;
    right: 20px;
    z-index: 9999999;
    text-indent: -999999px;
    opacity: 0.4;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .js .scrollup:hover {
    opacity: 1;
  }
}

/* ============================================
   Schriftarten
============================================ */
@font-face {
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("assets/fonts/roundhouse/m-plus-rounded-1c-v10-latin-300.eot"); /* IE9 Compat Modes */
  src: local("M PLUS Rounded 1c Light"), local("MPLUSRounded1c-Light"), url("assets/fonts/roundhouse/m-plus-rounded-1c-v10-latin-300.eot?#iefix") format("embedded-opentype"), url("assets/fonts/roundhouse/m-plus-rounded-1c-v10-latin-300.woff2") format("woff2"), url("assets/fonts/roundhouse/m-plus-rounded-1c-v10-latin-300.woff") format("woff"), url("assets/fonts/roundhouse/m-plus-rounded-1c-v10-latin-300.ttf") format("truetype"), url("assets/fonts/roundhouse/m-plus-rounded-1c-v10-latin-300.svg#MPLUSRounded1c") format("svg"); /* Legacy iOS */
}
/* m-plus-rounded-1c-regular - latin */
@font-face {
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/roundhouse/m-plus-rounded-1c-v10-latin-regular.eot"); /* IE9 Compat Modes */
  src: local("M PLUS Rounded 1c"), local("MPLUSRounded1c-Regular"), url("assets/fonts/roundhouse/m-plus-rounded-1c-v10-latin-regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/roundhouse/m-plus-rounded-1c-v10-latin-regular.woff2") format("woff2"), url("assets/fonts/roundhouse/m-plus-rounded-1c-v10-latin-regular.woff") format("woff"), url("assets/fonts/roundhouse/m-plus-rounded-1c-v10-latin-regular.ttf") format("truetype"), url("assets/fonts/roundhouse/m-plus-rounded-1c-v10-latin-regular.svg#MPLUSRounded1c") format("svg"); /* Legacy iOS */
}
/* m-plus-rounded-1c-800 - latin */
@font-face {
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("assets/fonts/roundhouse/m-plus-rounded-1c-v10-latin-800.eot"); /* IE9 Compat Modes */
  src: local("M PLUS Rounded 1c ExtraBold"), local("MPLUSRounded1c-ExtraBold"), url("assets/fonts/roundhouse/m-plus-rounded-1c-v10-latin-800.eot?#iefix") format("embedded-opentype"), url("assets/fonts/roundhouse/m-plus-rounded-1c-v10-latin-800.woff2") format("woff2"), url("assets/fonts/roundhouse/m-plus-rounded-1c-v10-latin-800.woff") format("woff"), url("assets/fonts/roundhouse/m-plus-rounded-1c-v10-latin-800.ttf") format("truetype"), url("assets/fonts/roundhouse/m-plus-rounded-1c-v10-latin-800.svg#MPLUSRounded1c") format("svg"); /* Legacy iOS */
}
/* ============================================
   Auszeichnungen
============================================ */
b, strong, .bold {
  font-weight: 400;
}

/* ============================================
   Überschriften
============================================ */
h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 120%;
  font-weight: normal;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  color: #00A8C1;
}

h1 {
  font-size: 2rem;
  margin: 2rem 0 1rem 0;
}

h2 {
  font-size: 1.75rem;
  margin: 2rem 0 1rem 0;
}
@media (min-width: 768px) {
  h2 {
    font-size: 2.5rem;
  }
}

h3, h4, h5 {
  font-weight: 600;
}

/* ============================================
   Paragraphen
============================================ */
p {
  font-size: 1rem;
  margin: 0 0 0.75rem 0;
  line-height: 140%;
  width: 100%;
  font-weight: 300;
}

/* ============================================
   Links
============================================ */
a {
  text-decoration: none;
  color: #5F5F5F;
  font-weight: 800;
}
#mainContent a {
  color: #00A8C1;
}
a:visited {
  text-decoration: underline;
}
a img {
  border: none;
}
a:hover, a:focus, a:visited:hover {
  text-decoration: underline;
}

#header {
  width: 100%;
  height: 90vh;
  max-height: 400px;
  background-image: url("assets/img/content/kreuz.svg"), url("assets/img/content/kreth-header-bg.jpg");
  background-size: 300px, cover;
  background-position: right 5% bottom -100px, bottom center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
}
@media (min-width: 768px) {
  #header {
    background-position: right 5% bottom -40px, bottom center;
    margin-bottom: 2rem;
  }
}
@media (min-width: 800px) {
  #header {
    background-size: 360px, cover;
  }
}
@media (min-width: 1140px) {
  #header {
    max-height: 500px;
    background-size: 420px, cover;
    background-position: right 10% bottom -50px, bottom center;
  }
}
@media (min-width: 1440px) {
  #header {
    min-height: 800px;
    max-height: 1080px;
    background-size: 680px, cover;
  }
}
@media (min-width: 1920px) {
  #header {
    background-position: right 20% bottom -50px, bottom center;
  }
}
@media (min-width: 2560px) {
  #header {
    background-position: right 35% bottom -50px, bottom center;
  }
}
#header .header-inner {
  width: 100%;
  max-width: 1140px;
  height: 100%;
  margin: 0 auto;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 768px) {
  #header .header-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1440px) {
  #header .header-inner {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
#header #logo {
  display: block;
  width: 100%;
  max-width: 430px;
  margin-top: calc(5% - 2rem);
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 35%);
  padding: 2rem;
}
@media (min-width: 768px) {
  #header #logo {
    margin-top: calc(10% - 2rem);
  }
}
@media (min-width: 768px) {
  #header #logo {
    max-width: 500px;
  }
}
@media (min-width: 1140px) {
  #header #logo {
    max-width: 560px;
  }
}
@media (min-width: 1440px) {
  #header #logo {
    margin-top: 0;
    margin-bottom: 20%;
  }
}

#navbar {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%); /* Richtung des Fades 100%*/
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  background-color: white;
}
#navbar.is-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: -1px 0px 4px 0 rgba(0, 0, 0, 0.3);
          box-shadow: -1px 0px 4px 0 rgba(0, 0, 0, 0.3);
}
#navbar-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#navbar-inner #logo {
  display: block;
  width: 100%;
  max-width: 230px;
  margin-bottom: 1rem;
}
@media (min-width: 1140px) {
  #navbar-inner #logo {
    margin-bottom: 0;
  }
}
#navbar-inner #adress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#navbar-inner #adress li {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin-right: 1rem;
}
@media (min-width: 1140px) {
  #navbar-inner #adress li {
    margin-right: initial;
  }
}
#navbar-inner #adress li:last-child {
  margin-right: 0;
}
#navbar-inner #adress li a {
  color: #00A8C1;
}
#navbar-inner #adress span {
  display: none;
}
@media (min-width: 1140px) {
  #navbar-inner #adress span {
    display: block;
    margin: 0 0.5rem;
  }
}

#footer {
  width: 100%;
  background-color: #00A8C1;
  margin: 4rem auto 0 auto;
}
@media (min-width: 768px) {
  #footer {
    margin: 12rem auto 0 auto;
  }
}
#footer #footer-inner {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#footer #footer-inner nav {
  width: 100%;
}
#footer #footer-inner nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#footer #footer-inner nav ul li {
  padding: 10px 1rem;
}
#footer #footer-inner nav ul li a {
  color: white;
}

button, .btn {
  font-size: 1rem;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  text-align: center;
}

.btn {
  display: inline-block;
  background-color: white;
  margin-top: 2rem;
  padding: 0.5rem 1rem;
  color: #00A8C1 !important;
  font-weight: 400;
  font-size: 1.2rem;
  border: 1px solid white;
  border-radius: 30px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn:hover, .btn:focus {
  background-color: transparent;
  color: white !important;
  text-decoration: none;
}
.btn.inverted {
  background-color: #00A8C1;
  border: 1px solid #00A8C1;
  color: #FFFFFF !important;
}
.btn.inverted:hover, .btn.inverted:focus {
  background-color: transparent;
  color: #00A8C1 !important;
  text-decoration: none;
}

#mainContent ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding-left: 24px;
}
#mainContent ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 1rem;
  position: relative;
  font-size: 1rem;
  line-height: 140%;
  font-weight: 300;
}
#mainContent ul li:before {
  content: "";
  position: absolute;
  left: -24px;
  top: 1px;
  display: block;
  width: 20px;
  height: 20px;
  background-position: top 2px left;
  background-image: url("assets/img/layout/kreuz-icon_blau.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

/***************************
    Allgemein
***************************/
.sign {
  max-width: 360px;
}

#scroll-down {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  display: none;
}
@media (min-width: 768px) {
  #scroll-down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#scroll-down.is-active {
  opacity: 1;
}
#scroll-down a {
  width: 100%;
  max-width: 80px;
}

#move {
  margin-top: 0;
  padding-top: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  #move {
    padding-top: 5rem;
    margin-bottom: 5rem;
  }
}

/***************************
    Sektion Leistungen
***************************/
#leistungen {
  background: #00A8C1;
  padding: 2rem 0;
}
@media (min-width: 768px) {
  #leistungen {
    background: rgb(0, 168, 193);
    background: -webkit-gradient(linear, left top, right top, from(rgb(0, 168, 193)), color-stop(57%, rgb(0, 168, 193)), color-stop(57%, rgb(255, 255, 255)));
    background: linear-gradient(90deg, rgb(0, 168, 193) 0%, rgb(0, 168, 193) 57%, rgb(255, 255, 255) 57%);
  }
}
@media (min-width: 1900px) {
  #leistungen {
    background: -webkit-gradient(linear, left top, right top, from(rgb(0, 168, 193)), color-stop(62%, rgb(0, 168, 193)), color-stop(62%, rgb(255, 255, 255)));
    background: linear-gradient(90deg, rgb(0, 168, 193) 0%, rgb(0, 168, 193) 62%, rgb(255, 255, 255) 62%);
  }
}
#leistungen h2, #leistungen h3, #leistungen p, #leistungen a, #leistungen li, #leistungen span {
  color: white;
}
#leistungen h2 {
  margin-top: 0;
}
#leistungen ul {
  padding-left: 2rem;
}
#leistungen ul li:before {
  background-image: url("assets/img/layout/kreuz-icon_weiss.svg");
}
#leistungen p.tiny {
  font-size: 1rem;
  margin-left: 2rem;
}
#leistungen .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
#leistungen .gallery figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
  margin-bottom: 1rem;
}
#leistungen .gallery figure:last-child {
  margin-bottom: 0;
}
#leistungen .column-wrapper .column:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  #leistungen .column-wrapper .column:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 40%;
            flex: 0 1 40%;
    margin-bottom: 0;
  }
}
#leistungen .column-wrapper .column:last-child {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
@media (min-width: 768px) {
  #leistungen .column-wrapper .column:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 56%;
            flex: 0 1 56%;
  }
}

/***************************
    Sektion Fitness
***************************/
#fitness {
  margin-bottom: 0;
}

#aktion .aktion-container, #training-buchen .aktion-container {
  background: #00A8C1;
  padding: 1rem;
}
@media (min-width: 768px) {
  #aktion .aktion-container, #training-buchen .aktion-container {
    background: rgb(0, 168, 193);
    background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), color-stop(18%, rgb(255, 255, 255)), color-stop(18%, rgb(0, 168, 193)));
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 18%, rgb(0, 168, 193) 18%);
  }
}
#aktion .gallery, #training-buchen .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
#aktion .gallery figure, #training-buchen .gallery figure {
  margin-bottom: 1rem;
}
#aktion #angebot h2, #aktion #angebot h3, #aktion #angebot a, #aktion #angebot p, #aktion #angebot span, #training-buchen #angebot h2, #training-buchen #angebot h3, #training-buchen #angebot a, #training-buchen #angebot p, #training-buchen #angebot span {
  color: white;
}
#aktion #angebot h2, #training-buchen #angebot h2 {
  margin-bottom: 2rem;
  line-height: 1;
}
#aktion #angebot h2 span, #training-buchen #angebot h2 span {
  font-size: 1.5rem;
  text-transform: uppercase;
}
#aktion #angebot p, #training-buchen #angebot p {
  font-size: 1.5rem;
  line-height: 1.2;
}

#training-buchen .column:first-child {
  display: none;
}
@media (min-width: 768px) {
  #training-buchen .column:first-child {
    display: block;
  }
}
#training-buchen .aktion-container {
  padding: 1rem 1rem 3rem 1rem;
}
@media (min-width: 768px) {
  #training-buchen .aktion-container {
    padding: 1rem;
  }
}

/***************************
    Sektion Kontakt
***************************/
#kontakt {
  padding: 2rem 0;
}
#kontakt .container-inner {
  background: #00A8C1;
}
@media (min-width: 768px) {
  #kontakt .container-inner {
    background: rgb(0, 168, 193);
    background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), color-stop(35%, rgb(255, 255, 255)), color-stop(35%, rgb(0, 168, 193)));
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 35%, rgb(0, 168, 193) 35%);
  }
}
#kontakt h2, #kontakt h3, #kontakt p, #kontakt a, #kontakt li, #kontakt span {
  color: white;
}
#kontakt h2 {
  margin-top: 0;
}
#kontakt ul {
  padding-left: 2rem;
}
#kontakt ul li:before {
  background-image: url("assets/img/layout/kreuz-icon_weiss.svg");
}
#kontakt p.tiny {
  font-size: 0.8rem;
  margin-left: 2rem;
}
#kontakt .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
#kontakt .gallery figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
#kontakt .column-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#kontakt .column-wrapper .column:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  #kontakt .column-wrapper .column:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 56%;
            flex: 0 1 56%;
    margin-bottom: 0;
  }
}
#kontakt .column-wrapper .column:last-child {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
@media (min-width: 768px) {
  #kontakt .column-wrapper .column:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 40%;
            flex: 0 1 40%;
  }
}

/***************************
    Sektion Aktion
**************************
#aktion {
    text-align: center;
    .container-inner {
        padding: 2rem 0;
    }
    h2 {
        margin-top: 0;
        margin-bottom: 2rem;
        line-height: 1;
        span {
            font-size: 1.5rem;
            text-transform: uppercase;
        }
    }
    p {
        font-size: 1.5rem;
        line-height: 1.2;
        padding: 0 20%;
    }
}*/
/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

/* Slide */
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-slow {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
}

.animated.delay-slower {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.animated.delay-ultraslow {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
/*
==============================================
floating
==============================================
*/
.floating {
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(12%);
            transform: translateY(12%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(12%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript: "]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
    filter: none !important;
    -webkit-filter: grayscale(0%) !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  #header, #footer {
    display: none;
  }
}