@charset "UTF-8";
/*!
Theme Name:  GVC Bassersdorf
Text Domain: GVC Bassersdorf
Author: Jarin Schnierl
Author URI: https://gvc-bassersdorf.ch/
Version: 1.0
*/
/* roboto-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";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/roboto-v30-latin-regular.eot"); /* IE9 Compat Modes */
  src: url("fonts/roboto-v30-latin-regular.eot?#iefix") format("embedded-opentype"), url("fonts/roboto-v30-latin-regular.woff2") format("woff2"), url("fonts/roboto-v30-latin-regular.woff") format("woff"), url("fonts/roboto-v30-latin-regular.ttf") format("truetype"), url("fonts/roboto-v30-latin-regular.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-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";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/roboto-v30-latin-700.eot"); /* IE9 Compat Modes */
  src: url("fonts/roboto-v30-latin-700.eot?#iefix") format("embedded-opentype"), url("fonts/roboto-v30-latin-700.woff2") format("woff2"), url("fonts/roboto-v30-latin-700.woff") format("woff"), url("fonts/roboto-v30-latin-700.ttf") format("truetype"), url("fonts/roboto-v30-latin-700.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* ==========================================================================
	@imports.scss
	Imports
============================================================================= */
/* ==========================================================================
	@colors.scss
	Farben
============================================================================= */
/* ==========================================================================
	@variables.scss 
	Variablen 
============================================================================= */
/* ==========================================================================
	@mixins.scss
	Mixins / Functions
============================================================================= */
/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.4/customize/)
 */
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]: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;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #cccccc;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

.bs-container {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .bs-container {
    width: 640px;
  }
}
@media (min-width: 1024px) {
  .bs-container {
    width: 768px;
  }
}
@media (min-width: 1280px) {
  .bs-container {
    width: 1024px;
  }
}
@media (min-width: 1536px) {
  .bs-container {
    width: 1280px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 1024px -1) {
  .container-fluid {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}
@media only screen and (min-width: 1024px) {
  .container-fluid {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

.container-wide {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1700px;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
@media only screen and (min-width: 1024px) {
  .container-wide {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

.row {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}
@media only screen and (min-width: 1280px) {
  .row {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.row-small-gutters [class*=col-] {
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (min-width: 1536px) {
  .row-small-gutters [class*=col-] {
    padding-right: 25px;
    padding-left: 25px;
  }
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
@media only screen and (min-width: 1280px) {
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 640px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1024px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1280px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.clearfix:before,
.clearfix:after,
.bs-container:before,
.bs-container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  display: table;
  content: " ";
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-xl-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px -1) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px -1) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px -1) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px -1) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 639px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .hidden-xl {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .hidden-xxl {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .visible-xl-block {
    display: block !important;
  }
  .hidden-xl {
    display: none !important;
  }
}
/* ==========================================================================
   @basics.scss
   Base Styles | Typography, Utility classes
============================================================================= */
html {
  font-family: roboto, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000;
  background-color: #ffffff;
}

body {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-x: hidden;
  font-size: 1rem;
  word-break: break-word;
  background-color: #FAFAFA;
  color: #262626;
  line-height: 1.4;
  font-family: "Roboto", sans-serif;
}

h1, h2, h3, h4, h5, h6,
.has-d-1-font-size,
.has-d-2-font-size,
.has-d-3-font-size,
.has-d-4-font-size,
.has-d-5-font-size,
.has-d-6-font-size {
  font-weight: 700;
  margin: 0 0 0.5em 0;
  line-height: 1.2;
  font-family: "Oswald", sans-serif;
}

h1, .has-d-1-font-size {
  line-height: 1.1;
}
@media (max-width: 767px) {
  h1, .has-d-1-font-size {
    font-size: 29px;
  }
}
@media (max-width: 400px) {
  h1, .has-d-1-font-size {
    font-size: 25px;
  }
}
@media (min-width: 768px) {
  h1, .has-d-1-font-size {
    font-size: 2.875rem;
  }
}
@media (min-width: 1024px) {
  h1, .has-d-1-font-size {
    font-size: 3.5rem;
  }
}
@media (min-width: 1280px) {
  h1, .has-d-1-font-size {
    font-size: 72px;
  }
}

h2, .has-d-2-font-size {
  font-size: 2rem;
  font-weight: 800;
}
@media (min-width: 768px) {
  h2, .has-d-2-font-size {
    font-size: 2.875rem;
  }
}

h3, .has-d-3-font-size {
  font-size: 1.5rem;
  font-weight: 800;
}
@media (min-width: 768px) {
  h3, .has-d-3-font-size {
    font-size: 2rem;
  }
}

h4, .has-d-4-font-size {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  h4, .has-d-4-font-size {
    font-size: 1.5rem;
  }
}

h5, .has-d-5-font-size {
  font-size: 1rem;
}
@media (min-width: 768px) {
  h5, .has-d-5-font-size {
    font-size: 1rem;
  }
}

h6, .has-d-6-font-size {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  h6, .has-d-6-font-size {
    font-size: 0.875rem;
  }
}

.has-lead-font-size {
  font-size: 1.25rem;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .has-lead-font-size {
    font-size: 2rem;
  }
}

a:not(.btn) {
  color: #000000;
  text-decoration: none;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 150ms;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 150ms;
  will-change: opacity;
}
a:not(.btn):hover, a:not(.btn):focus, a:not(.btn):active {
  opacity: 0.75;
}

.text-dark a,
.text-light .text-dark a {
  color: #000000;
}

.text-light a,
.text-dark .text-light a {
  color: #ffffff;
}

hr {
  border-color: #00414f;
}

.text-dark hr {
  border-color: #000000;
}

.text-light hr {
  border-color: #ffffff;
}

.block-container p:not(:last-child), .block-container ul:not(:last-child), .block-container ol:not(:last-child) {
  margin: 0 0 1rem;
}

#main ul {
  padding: 0;
  list-style: none;
}
#main ul li {
  padding-left: 1.5rem;
}
#main ul li::before {
  content: "•";
  display: block;
  position: absolute;
  margin-left: -1.5rem;
  height: 16px;
  width: 16px;
  font-size: 28px;
  font-weight: bold;
  color: #D8D5CD;
  margin-top: -10px;
}
#main p a,
#main ul a,
#main ol a {
  border-bottom: 1px solid #000000;
}
#main .text-light li::before {
  color: #ffffff;
}
#main p a,
#main ul a,
#main ol a {
  border-bottom: 1px solid transparent;
}

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

.text-light {
  color: #ffffff;
}

.text-dark {
  color: #000000;
}

.text-blau {
  color: black;
}

.page-wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.home .page-wrap,
.page-template-page_fullpage .page-wrap {
  margin-top: 0;
}

.edit-button,
.admin-button {
  position: fixed;
  z-index: 1000;
  right: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 12px rgba(134, 140, 150, 0.13), 0px 29px 40px rgba(134, 140, 150, 0.2);
          box-shadow: 0px 0px 12px rgba(134, 140, 150, 0.13), 0px 29px 40px rgba(134, 140, 150, 0.2);
}
.edit-button span,
.admin-button span {
  width: 1.5rem;
  height: 1.5rem;
  color: #ffffff;
}

.edit-button {
  bottom: 5rem;
  background-color: #e8b601;
}

.admin-button {
  bottom: 8rem;
  background-color: #2d2e2e;
}

#main {
  overflow: hidden;
  outline: none;
}

.container-wrapper {
  position: relative;
  max-width: 100vw;
}

.container {
  max-width: 60%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-right: auto;
  margin-left: auto;
  clear: both;
}
@media (max-width: 767px) {
  .container {
    width: 100%;
  }
}

.container-padding {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .container-padding {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.container-spacing,
.container-spacing-top {
  padding-top: 3rem;
}
@media (min-width: 768px) {
  .container-spacing,
  .container-spacing-top {
    padding-top: 5rem;
  }
}

.container-spacing,
.container-spacing-bottom {
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .container-spacing,
  .container-spacing-bottom {
    padding-bottom: 5rem;
  }
}

.row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 768px) {
  .row {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}

.row-inner {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.full-bleed {
  width: calc(var(--vw, 1vw) * 100);
  margin-left: calc(50% - var(--vw, 1vw) * 50);
}

.pt-small {
  padding-top: 1rem;
}

.pt-mid {
  padding-top: 2rem;
}

.pt-big {
  padding-top: 4rem;
}

.pt-x-big {
  padding-top: 8rem;
}

.pb-small {
  padding-bottom: 1rem;
}

.pb-mid {
  padding-bottom: 2rem;
}

.pb-big {
  padding-bottom: 4rem;
}

.pb-x-big {
  padding-bottom: 8rem;
}

#main .navigation-posts {
  position: relative;
  margin-bottom: 5rem;
}
#main .navigation-posts ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  #main .navigation-posts ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
#main .navigation-posts ul li {
  margin: 0;
  padding: 0;
  color: #009bbb;
  font-weight: 700;
  margin: 0 0.75rem;
}
#main .navigation-posts ul li::before {
  content: none;
}
#main .navigation-posts ul li a {
  color: #009bbb;
  border-bottom: 0;
}
#main .navigation-posts ul li.active a {
  color: #009bbb;
}
#main .navigation-posts ul li.prev, #main .navigation-posts ul li.next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
  width: 100%;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  #main .navigation-posts ul li.prev, #main .navigation-posts ul li.next {
    margin-top: 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    position: absolute;
    width: auto;
  }
}
#main .navigation-posts ul li.prev a, #main .navigation-posts ul li.next a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #009bbb;
}
#main .navigation-posts ul li.prev a > *:first-child, #main .navigation-posts ul li.next a > *:first-child {
  margin-right: 0.5rem;
}
#main .navigation-posts ul li.prev svg, #main .navigation-posts ul li.next svg {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 1.5rem;
}
#main .navigation-posts ul li.prev {
  left: 0;
}
#main .navigation-posts ul li.next {
  right: 0;
}

.recent-posts {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.recent-posts .recent-posts-title {
  text-align: center;
  margin-bottom: 2.5rem;
}

@media (max-width: 1023px) {
  .footer .block {
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .footer .block {
    margin: 0 45px;
  }
}
@media (min-width: 1280px) {
  .footer .block {
    margin: 0 85px;
  }
}

@media (max-width: 1023px) {
  .block {
    margin: 40px 0;
  }
}
@media (min-width: 1024px) {
  .block {
    margin: 80px 20px;
  }
}
@media (min-width: 1280px) {
  .block {
    margin: 80px 40px;
  }
}

.stellen {
  border: none;
  width: 100%;
  height: 2400px;
}
@media (min-width: 1024px) {
  .stellen {
    height: 1500px;
  }
}

.mainmenu {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.mainmenu .beschreibung {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.mainmenu .mega-sub-menu li {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.logo-div {
  position: fixed;
  left: 0;
  top: 0;
  height: 80px;
  width: 200px;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.logo-div .menu-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
}

.navigation {
  position: fixed;
  width: 100vw;
  z-index: 10;
}

.mega-indicator {
  display: none !important;
}

.footer {
  position: relative;
  z-index: 10;
  background-color: #ffffff;
  width: 100%;
  border-top: 3px solid #4a4a4a;
}
.footer p {
  margin: 0;
}
.footer .footer-bottom {
  background-color: #5c5c5c;
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: white;
}
@media (min-width: 768px) {
  .footer .footer-bottom {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.footer .footer-bottom a {
  color: white;
}
.footer .footer-menu {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style-type: none;
  padding-left: 0;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.footer .footer-menu li {
  font-weight: bold;
  display: inline;
}
.footer .footer-menu li + li::before {
  content: "|";
  margin: 0 0.5em;
  color: #bbb;
}
.footer .social-media-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 35px;
}
.footer .social-media-footer div {
  margin-right: 25px;
}
.footer .social-media-footer .youtube svg {
  fill: white;
}
.footer .social-media-footer .svg-icon path,
.footer .social-media-footer .svg-icon circle {
  fill: white;
}

/* ==========================================================================
   @components.scss
   Component Styles | Specific styles
============================================================================= */
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.75rem 1.5rem;
  border: 2px solid black;
  text-decoration: none;
  font-weight: 700;
  background-color: black;
  color: #000000 !important;
  font-size: 1rem;
  text-align: center;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 150ms;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 150ms;
}
@media (min-width: 640px) {
  .btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.btn .icon-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.5rem;
  width: 1.5rem;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 150ms;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 150ms;
}
.btn .icon-arrow svg {
  width: 100%;
}
.btn:hover, .btn:focus, .btn:active {
  background-color: #D7A927;
  border: 2px solid #D7A927;
}
.btn:hover .icon-arrow, .btn:focus .icon-arrow, .btn:active .icon-arrow {
  -webkit-transform: translateX(0.25rem);
          transform: translateX(0.25rem);
}
.btn:disabled {
  border: 2px solid #6a6b6d;
  background-color: #6a6b6d;
}
.btn.btn-secondary {
  background-color: #ffffff;
  border: 2px solid #ffffff;
  color: #009bbb !important;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active {
  background-color: #f9f9f9;
  border: 2px solid #f9f9f9;
}
.btn.btn-outline {
  background-color: transparent;
  border: 2px solid #009bbb;
  color: #009bbb !important;
}
.btn.btn-outline:hover, .btn.btn-outline:focus, .btn.btn-outline:active {
  border: 2px solid #006e85;
  background-color: transparent;
  color: #006e85 !important;
}
.btn.btn-plain {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid transparent;
  background-color: transparent;
  color: #009bbb !important;
}
.btn.btn-plain:hover, .btn.btn-plain:focus, .btn.btn-plain:active {
  background-color: transparent;
  color: #006e85 !important;
}

.button-primary {
  background: black;
  padding: 24px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 151px;
  height: 46px;
  color: white !important;
}
.button-primary:hover {
  background: #444;
  color: #fff;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.button-primary .button-inner {
  color: white;
  padding: 0;
}
.button-primary .button-inner:hover {
  color: white;
}

.card-item {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.card-item a:not(.btn) {
  display: block;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 300ms;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 300ms;
}
.card-item a:not(.btn):hover, .card-item a:not(.btn):focus .card-item a:not(.btn):active {
  opacity: 1;
}
.card-item a:not(.btn):hover .card-item-img-inner img, .card-item a:not(.btn):focus .card-item a:not(.btn):active .card-item-img-inner img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.card-item a:not(.btn) .card-item-img-inner {
  overflow: hidden;
}
.card-item a:not(.btn) .card-item-img-inner img {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 300ms;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 300ms;
}
.card-item .card-item-inner {
  background-color: #ffffff;
  border-radius: 1rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 12px rgba(134, 140, 150, 0.13), 0px 29px 40px rgba(134, 140, 150, 0.2);
          box-shadow: 0px 0px 12px rgba(134, 140, 150, 0.13), 0px 29px 40px rgba(134, 140, 150, 0.2);
  isolation: isolate;
}
.card-item .card-item-inner img {
  width: 100%;
  height: auto;
}
.card-item .card-top {
  position: relative;
}
.card-item .card-top.has-thumbnail {
  height: 0;
  padding-bottom: 72%;
}
.card-item .card-top.has-thumbnail .wp-post-image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.card-item .card-content {
  padding: 1.5rem;
}

.card-item-horizontal .card-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 12px rgba(134, 140, 150, 0.13), 0px 29px 40px rgba(134, 140, 150, 0.2);
          box-shadow: 0px 0px 12px rgba(134, 140, 150, 0.13), 0px 29px 40px rgba(134, 140, 150, 0.2);
  border-radius: 1rem;
  overflow: hidden;
  isolation: isolate;
}
.card-item-horizontal .card-item-img {
  width: 40%;
}
.card-item-horizontal .card-item-img-inner {
  position: relative;
  background-color: #f1f1f2;
  width: 100%;
  height: 100%;
}
.card-item-horizontal .card-item-img-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-item-horizontal .card-item-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card-item-horizontal .card-item-content-inner {
  padding: 1.5rem;
}

#fullpage .section-header {
  overflow: hidden;
}
#fullpage .section-header video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}
#fullpage .section-header .video-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.4;
}
#fullpage .section-header .section-header-content {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#fullpage .section-header .section-header-content .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-height: 750px) {
  #fullpage .section-header .section-header-content .container {
    padding-bottom: 2rem;
  }
  #fullpage .section-header .section-header-content .container .home-header-text {
    position: absolute;
    top: 10%;
    left: 0;
  }
}
#fullpage .section-header .video-play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem;
  z-index: 2;
}
#fullpage .section-header .video-play a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  background-color: rgba(0, 155, 187, 0.5);
  border: 3px solid #ffffff;
  border-radius: 9999px;
  width: 6rem;
  height: 6rem;
}
#fullpage .section-header .video-play a:hover {
  background: #009bbb;
}
#fullpage .section-header .video-play a svg {
  width: 3.5rem;
  z-index: 2;
}
#fullpage .section-header .video-play .video-name {
  margin-left: 0.75rem;
  font-size: 1rem;
  text-transform: uppercase;
}
#fullpage .section-header .section-header-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
#fullpage .section-header .schweif-top-white {
  display: block;
  width: 100%;
}
#fullpage .section-header .fullpage-scroll-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem;
}
#fullpage .section-header .fullpage-scroll-down svg {
  width: 2rem;
}
#fullpage .section-header .section-header-bottom-inner {
  padding-top: 2rem;
  background: -webkit-gradient(linear, left top, right top, from(#46317C), to(#009BBB));
  background: linear-gradient(90deg, #46317C 0%, #009BBB 100%);
  margin-top: -1px;
}

.featherlight-content {
  width: 85vw;
  height: 47.8125vw;
  max-width: 1024px;
  max-height: 576px !important;
  padding: 0 !important;
  border: none !important;
}

iframe.featherlight-inner {
  display: block;
  border: none;
  width: 100%;
  height: 100%;
}

.block-header-text.has-teaser-video > .container {
  padding-bottom: 8rem;
}
@media (min-width: 1024px) {
  .block-header-text.has-teaser-video > .container {
    padding-bottom: 0;
  }
}
.block-header-text .video-teaser {
  margin-top: 2rem;
}
@media (min-width: 1024px) {
  .block-header-text .video-teaser {
    margin-top: 0;
    position: absolute;
  }
}

::-moz-selection {
  color: white;
  background-color: black;
}

::selection {
  color: white;
  background-color: black;
}

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

::-webkit-scrollbar-track {
  background: white;
}

::-webkit-scrollbar-thumb {
  background: black;
}

::-webkit-scrollbar-thumb:hover {
  background: black;
  cursor: pointer;
}

/* ==========================================================================
   @hero.scss
   Hero / Header styles
============================================================================= */
.content-header {
  position: relative;
}
.content-header .header-image {
  position: absolute;
  height: 185px;
  margin-top: 60px;
  width: 100vw;
  z-index: 1;
}
@media (min-width: 640px) {
  .content-header .header-image {
    height: 315px;
  }
}
@media (min-width: 768px) {
  .content-header .header-image {
    height: 400px;
  }
}
@media (min-width: 1024px) {
  .content-header .header-image {
    height: 500px;
  }
}
.content-header .header-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.content-header .header-image .overlay-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.18);
}

.main-content {
  position: relative;
  z-index: 2;
  margin-top: 95px;
}
@media (min-width: 1024px) {
  .main-content {
    margin-top: 180px;
  }
}
.main-content .title {
  color: black;
}
@media (min-width: 1024px) {
  .main-content .title {
    margin: 0 60px;
  }
}
@media (min-width: 1280px) {
  .main-content .title {
    margin: 0 100px;
  }
}
.main-content .title-white {
  color: white !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 5px;
  text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.8);
}
@media (min-width: 640px) {
  .main-content .title-white {
    padding-bottom: 40px;
  }
}
.main-content .margin {
  height: 150px;
}
@media (min-width: 640px) {
  .main-content .margin {
    height: 300px;
  }
}
@media (min-width: 768px) {
  .main-content .margin {
    height: 400px;
  }
}
@media (min-width: 1024px) {
  .main-content .margin {
    height: 400px;
  }
}

.page-template-tpl-header-titel {
  background-color: #F2F2F2;
}
@media (min-width: 1024px) {
  .page-template-tpl-header-titel .main-content .margin {
    margin-bottom: 220px;
  }
}

.intro-video-container {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.intro-video-container video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.intro-video-container .intro-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
}
.intro-video-container .intro-overlay h1 {
  font-size: 3rem;
  font-weight: bold;
}
.intro-video-container .intro-overlay .scroll-down {
  position: absolute;
  bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  color: #fff;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.intro-video-container .intro-overlay .scroll-down svg.arrow {
  width: 50px;
  height: 50px;
  margin-top: -12px;
  fill: white;
  -webkit-animation: bounce 1.5s infinite ease-in-out;
          animation: bounce 1.5s infinite ease-in-out;
}
.intro-video-container .intro-overlay .scroll-down:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  opacity: 0.8;
}
@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
@keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

@keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
@media (max-width: 768px) {
  .intro-overlay h1 {
    font-size: 2rem;
  }
  .scroll-down {
    font-size: 1rem;
  }
  .scroll-down .arrow {
    font-size: 1.5rem;
  }
}
#content-start {
  scroll-margin-top: 100px; /* Abstand nach oben anpassen */
}

html {
  scroll-behavior: smooth;
}
.aligncenter{
  display: block;
    margin-left: auto;
    margin-right: auto;
}