@charset "UTF-8";
@import url("https://use.typekit.net/gvv0sfi.css");
html, body {
  font-family: "industry", "Verdana", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.frame-type-uploads .ce-uploads li > div a .ce-uploads-fileName, #header-nav ul li a, h1, h2, h3 {
  font-family: "industry", "Verdana", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*
Sass function and mixin to use rem units with optional pixel fallback.
(https://github.com/pierreburel/sass-rem)

IT License

Copyright (c) 2017 Pierre Burel

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
*/
/*
You can totally disable rem units by setting $rem-px-only to true (for a lt-ie9 only stylesheet for example).

------- Pixel Fallback (zuerst px Wert, dann rem Wert in CSS) --------------------------
$rem-fallback: true;

.demo {
  @include rem(font-size, 24px); // Simple
  @include rem(padding, 5px 10px); // Multiple values
  @include rem(border-bottom, 1px solid black); // Multiple mixed values
  @include rem(box-shadow, 0 0 2px #ccc, inset 0 0 5px #eee); // Comma-separated values
  // Multiple properties
  @include rem((
    margin: 10px 5px,
    text-shadow: (1px 1px #eee, -1px -1px #eee) // Parentheses needed because of comma
  ));
}
*/
html {
  box-sizing: border-box;
}

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

html, body {
  font-size: 16px;
  line-height: 1.5;
  background-color: white;
  color: #0069b3;
}
@media (min-width: 992px) {
  html, body {
    font-size: 20px;
    line-height: 1.8;
  }
}

address {
  font-style: normal;
}

html {
  overflow-x: hidden;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

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

.bfv-image {
  max-width: 100%;
  height: auto;
}

img {
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}

.bfv-content-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.text-center, .ce-headline-center {
  text-align: center;
}

.text-left, .ce-headline-left {
  text-align: left;
}

.text-right, .ce-headline-right {
  text-align: right;
}

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

.text-bold {
  font-weight: bold;
}

.text-italic {
  font-style: italic;
}

.bfv-full-block {
  display: block;
  width: 100%;
}

.btn {
  border: none;
  border-radius: 0;
  background-color: #0069b3;
  color: white;
  padding: 15px 50px;
}

.bfv-hide {
  display: none !important;
}

.bfv-show-block, .bfv-show {
  display: block !important;
}

.bfv-show-inline-block {
  display: inline-block !important;
}

.bfv-display-topleft {
  position: absolute;
  left: 0;
  top: 0;
}

.bfv-display-topright {
  position: absolute;
  right: 0;
  top: 0;
}

.bfv-display-bottomleft {
  position: absolute;
  left: 0;
  bottom: 0;
}

.bfv-display-bottomright {
  position: absolute;
  right: 0;
  bottom: 0;
}

.bfv-display-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.bfv-display-left {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}

.bfv-display-right {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}

.bfv-display-topmiddle {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
}

.bfv-display-bottommiddle {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
}

.bfv-display-container:hover .bfv-display-hover {
  display: block;
}

.bfv-display-container:hover span.bfv-display-hover {
  display: inline-block;
}

.bfv-display-hover {
  display: none;
}

.bfv-display-position {
  position: absolute;
}

.bfv-display-relative {
  position: relative;
}

.bfv-display-fixed {
  position: fixed;
}

@media (max-width: 600px) {
  .bfv-hide-small {
    display: none !important;
  }
  .bfv-mobile {
    display: block;
    width: 100% !important;
  }
}
@media (min-width: 993px) {
  .bfv-hide-large {
    display: none !important;
  }
}
@media (max-width: 992px) and (min-width: 601px) {
  .bfv-hide-medium {
    display: none !important;
  }
}
.bfv-animate-opacity {
  animation: opac 4s;
}

@keyframes opac {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.bfv-animate-top {
  position: relative;
  animation: animatetop 0.8s;
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.bfv-animate-left {
  position: relative;
  animation: animateleft 0.8s;
}

@keyframes animateleft {
  from {
    left: -300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
.bfv-animate-right {
  position: relative;
  animation: animateright 0.8s;
}

@keyframes animateright {
  from {
    right: -300px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}
.bfv-animate-bottom {
  position: relative;
  animation: animatebottom 0.8s;
}

@keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
.bfv-animate-zoom {
  animation: animatezoom 0.8s;
}

@keyframes animatezoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
:root {
  --space-small: 10px;
  --space-medium: 20px;
  --space-large: 40px;
  --grid-gutter-y: 0;
  --grid-gutter-x: 10px;
  --grid-gutter-width: 10px;
  --grid-gutter-height: 0;
}
@media (min-width: 576px) {
  :root {
    --space-small: 20px;
    --space-medium: 40px;
    --space-large: 80px;
  }
}
@media (min-width: 768px) {
  :root {
    --space-small: 30px;
    --space-medium: 60px;
    --space-large: 120px;
  }
}
@media (min-width: 992px) {
  :root {
    --space-small: 40px;
    --space-medium: 80px;
    --space-large: 160px;
  }
}
@media (min-width: 1200px) {
  :root {
    --space-small: 50px;
    --space-medium: 100px;
    --space-large: 200px;
  }
}

.frame-space-after-large {
  margin-bottom: var(--space-large);
}

.frame-space-before-large {
  margin-top: var(--space-large);
}

.frame-space-after-medium {
  margin-bottom: var(--space-medium);
}

.frame-space-before-medium {
  margin-top: var(--space-medium);
}

.frame-space-after-small {
  margin-bottom: var(--space-small);
}

.frame-space-before-small {
  margin-top: var(--space-small);
}

.page-max-width, .frame-pageMaxWidth {
  margin-right: 3%;
  margin-left: 3%;
}
@media (min-width: 992px) {
  .page-max-width, .frame-pageMaxWidth {
    margin-right: 5%;
    margin-left: 5%;
  }
}
@media (min-width: 1200px) {
  .page-max-width, .frame-pageMaxWidth {
    margin-right: 5%;
    margin-left: 5%;
  }
}
@media (min-width: 1450px) {
  .page-max-width, .frame-pageMaxWidth {
    max-width: 1450px;
  }
}
@media (min-width: 1600px) {
  .page-max-width, .frame-pageMaxWidth {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1400px) {
  .frame-layout-300 {
    padding-left: 8%;
    padding-right: 8%;
  }
}

@media (max-width: 768px) {
  body > header {
    height: 100px;
    background-color: #0069b3;
  }
}

#header-main {
  display: none;
  top: -120px;
  transition: 0.5s;
}
#header-main.sticky {
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (min-width: 992px) {
  #header-main {
    display: block;
    position: absolute;
    top: -110px;
    opacity: 0;
    background-color: white;
    box-shadow: 0 0 10px 0 #AFADAB;
    width: 100%;
    height: 100px;
    z-index: 10;
  }
}

#header-inner {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#header-logo-link {
  height: 100%;
  width: 200px;
}

#header-logo {
  background-image: url(../Images/Schriftzug_Event-Arena.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
}

#header-nav {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
#header-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-around;
  -ms-flex-pack: justify;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
}
#header-nav ul li a:hover {
  color: #15395b;
}

.bfv-module-BfvImgOverlay#c22 .overlay--container {
  position: relative;
  background-color: #0069b3;
  color: white;
  width: 100%;
  height: auto;
}
.bfv-module-BfvImgOverlay#c22 .overlay--image {
  position: relative;
  width: 100%;
  height: auto;
}
.bfv-module-BfvImgOverlay#c22 .overlay--image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.bfv-module-BfvImgOverlay#c22 .overlay--content {
  position: relative;
}
.bfv-module-BfvImgOverlay#c22 .overlay--content .ce-bodytext {
  text-align: center;
}
.bfv-module-BfvImgOverlay#c22 .overlay--content .frame-type-image figure, .bfv-module-BfvImgOverlay#c22 .overlay--content .frame-type-textpic figure {
  margin: 0;
}
.bfv-module-BfvImgOverlay#c22 .overlay--content .frame-type-image .ce-image, .bfv-module-BfvImgOverlay#c22 .overlay--content .frame-type-image .ce-textpic, .bfv-module-BfvImgOverlay#c22 .overlay--content .frame-type-textpic .ce-image, .bfv-module-BfvImgOverlay#c22 .overlay--content .frame-type-textpic .ce-textpic {
  margin-top: 25px;
  text-align: center;
}
@media (min-width: 992px) {
  .bfv-module-BfvImgOverlay#c22 .overlay--content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(21, 57, 91, 0.7) 15%, transparent 50%);
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
  }
  .bfv-module-BfvImgOverlay#c22 .overlay--content .ce-bodytext {
    text-align: left;
  }
  .bfv-module-BfvImgOverlay#c22 .overlay--content .ce-bodytext p:last-of-type {
    margin-bottom: 0;
  }
  .bfv-module-BfvImgOverlay#c22 .overlay--content .frame-type-menu_pages ul {
    padding-bottom: 0;
  }
}

.frame-type-grid.oneCol.frame-layout-200 {
  background-color: #0069b3;
  color: white;
  padding: 40px 20px;
}
.frame-type-grid .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.frame-type-grid .row > * {
  padding-right: calc(var(--grid-gutter-x) * 0.5);
  padding-left: calc(var(--grid-gutter-x) * 0.5);
}
.frame-type-grid .row .col-12 {
  width: 100%;
}
@media (min-width: 576px) {
  .frame-type-grid .row .col-sm-12 {
    width: 100%;
  }
  .frame-type-grid .row .col-sm-6 {
    width: 50%;
  }
  .frame-type-grid .row .col-sm-4 {
    width: 33%;
  }
}
@media (min-width: 768px) {
  .frame-type-grid .row .col-md-12 {
    width: 100%;
  }
  .frame-type-grid .row .col-md-6 {
    width: 50%;
  }
  .frame-type-grid .row .col-md-4 {
    width: 33%;
  }
}
@media (min-width: 992px) {
  .frame-type-grid .row .col-lg-12 {
    width: 100%;
  }
  .frame-type-grid .row .col-lg-6 {
    width: 50%;
  }
  .frame-type-grid .row .col-lg-4 {
    width: 33%;
  }
}
@media (min-width: 1200px) {
  .frame-type-grid .row .col-xl-12 {
    width: 100%;
  }
  .frame-type-grid .row .col-xl-6 {
    width: 50%;
  }
  .frame-type-grid .row .col-xl-4 {
    width: 33%;
  }
}
@media (min-width: 1400px) {
  .frame-type-grid .row .col-xxl-12 {
    width: 100%;
  }
  .frame-type-grid .row .col-xxl-6 {
    width: 50%;
  }
  .frame-type-grid .row .col-xxl-4 {
    width: 33%;
  }
}

.back-to-top {
  width: 60px;
  width: 3.75rem;
  height: 60px;
  height: 3.75rem;
  background: url(../Icons/icon_pfeil_oben-weiss.svg);
  background-color: rgba(21, 57, 91, 0.7);
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: center;
  position: fixed;
  bottom: 50px;
  bottom: 3.125rem;
  right: 15px;
  z-index: 50000;
}
.back-to-top:hover {
  background-color: #15395b;
}
@media screen and (min-width: 768px) {
  .back-to-top {
    right: 22px;
    right: 1.375rem;
  }
}
@media screen and (min-width: 992px) {
  .back-to-top {
    right: 50px;
    right: 3.125rem;
  }
}
@media screen and (min-width: 992px) {
  .back-to-top {
    bottom: 100px;
    bottom: 6.25rem;
  }
}
form {
  margin: 0 25px;
  /* Captcha */
}
form .form-group {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}
form .form-group .form-label {
  color: #0069b3;
}
form .form-group .form-control::placeholder {
  color: #15395b;
}
form .form-group input, form .form-group textarea {
  width: 100%;
  border: none;
  color: #0069b3;
  background-color: white;
  border-bottom: 1px solid #15395b;
  border-radius: 0;
}
form .form-group textarea {
  height: 100px;
}
form .form-navigation {
  margin-top: 60px;
  margin-top: 3.75rem;
}
form .form-navigation .btn-group {
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 992px) {
  form {
    /*
    #kontakt-15-captcha-1, .captcha {
      width: 50%;
    }
     */
  }
}

label.hamburg {
  display: block;
  width: 75px;
  height: 50px;
  position: absolute;
  top: 25px;
  left: 25px;
  transition: left 0.5s;
  z-index: 10;
}
@media (min-width: 992px) {
  label.hamburg {
    display: none;
  }
}

input#hamburg {
  display: none;
}

.line {
  position: absolute;
  left: 10px;
  height: 4px;
  width: 55px;
  background: white;
  border-radius: 2px;
  display: block;
  transition: 0.5s;
  transform-origin: center;
}

.line:nth-child(1) {
  top: 12px;
}

.line:nth-child(2) {
  top: 24px;
}

.line:nth-child(3) {
  top: 36px;
}

#hamburg:checked + .hamburg .line:nth-child(1) {
  transform: translateY(12px) rotate(-45deg);
}

#hamburg:checked + .hamburg .line:nth-child(2) {
  opacity: 0;
}

#hamburg:checked + .hamburg .line:nth-child(3) {
  transform: translateY(-12px) rotate(45deg);
}

#hamburg:checked + .hamburg {
  left: 275px;
}

#hamburg:checked + .hamburg + nav.sidebar {
  width: 250px;
}

#hamburg:checked + .hamburg + nav.sidebar + main.bfv-main {
  margin-left: 250px;
}

.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 60;
  top: 0;
  left: 0;
  background-color: #15395b;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s;
}
.sidebar .metaNav {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 105, 172, 0.5);
}
.sidebar .metaNav a {
  font-size: 18px;
}

.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: white;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  color: #1aa0ff;
}

@media screen and (max-height: 450px) {
  .sidebar {
    padding-top: 15px;
  }
  .sidebar a {
    font-size: 18px;
  }
  .sidebar .metaNav a {
    font-size: 15px;
  }
}
.bfv-module-slidingpanel {
  position: relative;
  display: block;
}
.bfv-module-slidingpanel img {
  width: 100%;
  height: 56.25vw;
  display: block;
  object-fit: cover;
}
@media (min-width: 1450px) {
  .bfv-module-slidingpanel img {
    height: 815.625px;
  }
}
.bfv-module-slidingpanel #before-after-slider {
  width: 100%;
  position: relative;
  overflow: hidden;
  border: 3px solid white;
}
.bfv-module-slidingpanel #after-image {
  display: block;
}
.bfv-module-slidingpanel #before-image {
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
}
.bfv-module-slidingpanel #resizer {
  position: absolute;
  display: flex;
  align-items: center;
  z-index: 5;
  top: 0;
  left: 50%;
  height: 100%;
  width: 4px;
  background: white;
  /*Stop vertical scrolling on touch*/
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bfv-module-slidingpanel #resizer:after {
  background: #0069b3;
  background-image: url(../Icons/left-right.svg);
  background-position: center;
  background-size: 40px;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  margin: 0 0 0 -39px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 3px solid white;
}
@media (max-width: 767px) {
  .bfv-module-slidingpanel .container {
    width: 100%;
    padding: 0 20px;
  }
}

.bfv-module-BfvArenaGalerie .bfv-galerie {
  padding: calc(var(--grid-gutter-width));
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bfv-module-BfvArenaGalerie .bfv-galerie > * {
  padding-right: calc(var(--grid-gutter-x) * 0.5);
  padding-left: calc(var(--grid-gutter-x) * 0.5);
}
.bfv-module-BfvArenaGalerie .bfv-galerie a.sd-lightbox {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.bfv-module-BfvArenaGalerie .bfv-galerie a.sd-lightbox::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 105, 172, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.bfv-module-BfvArenaGalerie .bfv-galerie a.sd-lightbox::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  background-image: url("../Icons/icons_suche-weiss.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.bfv-module-BfvArenaGalerie .bfv-galerie a.sd-lightbox::after, .bfv-module-BfvArenaGalerie .bfv-galerie a.sd-lightbox::before {
  opacity: 0;
}
@media (min-width: 992px) {
  .bfv-module-BfvArenaGalerie .bfv-galerie a.sd-lightbox::after, .bfv-module-BfvArenaGalerie .bfv-galerie a.sd-lightbox::before {
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
}
.bfv-module-BfvArenaGalerie .bfv-galerie a.sd-lightbox:hover::after, .bfv-module-BfvArenaGalerie .bfv-galerie a.sd-lightbox:hover::before {
  opacity: 1;
}
.bfv-module-BfvArenaGalerie .bfv-galerie-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
  height: calc(50vw - var(--grid-gutter-width) * 2);
  margin-top: calc(var(--grid-gutter-width) / 2);
  margin-bottom: calc(var(--grid-gutter-width) / 2);
}
.bfv-module-BfvArenaGalerie .bfv-galerie-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 992px) {
  .bfv-module-BfvArenaGalerie .bfv-galerie-image {
    width: 33%;
    height: calc(33.3333333333vw - var(--grid-gutter-width) * 3);
  }
}
@media (min-width: 1200px) {
  .bfv-module-BfvArenaGalerie .bfv-galerie-image {
    width: 25%;
    height: calc(25vw - var(--grid-gutter-width) * 4);
  }
}
@media (min-width: 1450px) {
  .bfv-module-BfvArenaGalerie .bfv-galerie-image {
    width: 25%;
    height: calc(362.5px - var(--grid-gutter-width) * 4);
  }
}

.bfv-module-BfvImgOverlay .overlay--container {
  position: relative;
  width: 100%;
  height: 100%;
}
.bfv-module-BfvImgOverlay .overlay--image {
  position: relative;
  width: 100%;
  height: 100%;
}
.bfv-module-BfvImgOverlay .overlay--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bfv-module-BfvImgOverlay .overlay--content {
  position: relative;
}
@media (min-width: 992px) {
  .bfv-module-BfvImgOverlay .overlay--content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .bfv-module-BfvArenaLocation .image--container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .bfv-module-BfvArenaLocation .image--container .image--item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .bfv-module-BfvArenaLocation .image--container .image--item:first-of-type {
    width: 70%;
    padding-right: 100px;
  }
  .bfv-module-BfvArenaLocation .image--container .image--item:last-of-type {
    width: 30%;
  }
}
.bfv-module-BfvArenaLocation .image--item img {
  width: 100%;
  height: auto;
}
.bfv-module-BfvArenaLocation .image--item:first-of-type {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .bfv-module-BfvTextImg .textimg--container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .bfv-module-BfvTextImg .textimg--container.ImgRight {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.bfv-module-BfvTextImg .textimg--image img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .bfv-module-BfvTextImg .textimg--image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%;
    padding: 0 25px;
  }
}
.bfv-module-BfvTextImg .textimg--text {
  padding: 20px;
}
@media (min-width: 768px) {
  .bfv-module-BfvTextImg .textimg--text {
    width: 50%;
    padding: 40px;
  }
}

.bfv-module-BfvArenaFacts {
  text-align: center;
}
.bfv-module-BfvArenaFacts header {
  margin-top: 50px;
}
.bfv-module-BfvArenaFacts header .header--icon {
  margin-bottom: 15px;
}
.bfv-module-BfvArenaFacts header .header--icon img {
  width: 40px;
  height: 40px;
}
.bfv-module-BfvArenaFacts header .header--title {
  display: inline-block;
  color: #0069b3;
  background-color: white;
  padding: 3px 8px;
  margin-bottom: 25px;
}
.bfv-module-BfvArenaFacts .facts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-around;
  -ms-flex-pack: justify;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bfv-module-BfvArenaFacts .facts .fact--container {
  margin-bottom: 25px;
  margin-right: 10px;
  margin-left: 10px;
}
.bfv-module-BfvArenaFacts .facts .fact--header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.bfv-module-BfvArenaFacts .facts .fact--icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 15px;
}
.bfv-module-BfvArenaFacts .facts .fact--title {
  font-weight: bold;
}
.bfv-module-BfvArenaFacts .facts .fact--description p {
  margin: 0;
}

.bfv-module-BfvArenaCatering {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.bfv-module-BfvArenaCatering .catering-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: calc(var(--grid-gutter-x) * 0.5);
  margin-left: calc(var(--grid-gutter-x) * 0.5);
}
.bfv-module-BfvArenaCatering .catering-image .catering-image--item {
  padding-right: calc(var(--grid-gutter-x) * 0.5);
  padding-left: calc(var(--grid-gutter-x) * 0.5);
  width: 50%;
  height: 300px;
  overflow: hidden;
}
.bfv-module-BfvArenaCatering .catering-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bfv-module-BfvArenaCatering .catering-info {
  position: relative;
  background-color: #15395b;
  color: white;
  text-align: center;
  padding: 25px;
}
.bfv-module-BfvArenaCatering .catering-info a {
  color: #A38A5F;
}
.bfv-module-BfvArenaCatering .catering-info--title {
  color: #1aa0ff;
}
.bfv-module-BfvArenaCatering .catering-info--text h3:after {
  display: block;
  content: "";
  width: 80px;
  height: 2px;
  margin: 10px auto;
  background: white;
}
.bfv-module-BfvArenaCatering .catering-info--logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: auto;
}
.bfv-module-BfvArenaCatering .catering-info--logo img {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .bfv-module-BfvArenaCatering {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .bfv-module-BfvArenaCatering .catering-image {
    width: 50%;
  }
  .bfv-module-BfvArenaCatering .catering-image .catering-image--item {
    height: 100%;
  }
  .bfv-module-BfvArenaCatering .catering-info {
    width: 50%;
    padding: 25px 10%;
  }
  .bfv-module-BfvArenaCatering .catering-info--logo {
    width: 150px;
  }
}

.bfv-module-Contact .contact-image {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.bfv-module-Contact .contact-image img {
  border-radius: 50%;
  max-width: 100%;
  width: 200px;
  height: auto;
}
.bfv-module-Contact .contact-info {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}
.bfv-module-Contact .contact-info .contact-info--container {
  width: 200px;
  text-align: left;
}
.bfv-module-Contact .contact-info .contact-info--title {
  color: black;
}
.bfv-module-Contact .contact-info .contact-info--name h3 {
  margin: 0;
}
.bfv-module-Contact .contact-info .contact-info--details {
  color: black;
}
.bfv-module-Contact .contact-info .contact-info--details figure.table {
  margin: 0;
}
.bfv-module-Contact .contact-info .contact-info--details figure.table td:nth-child(even) {
  font-weight: bold;
}

/* 2-Klick Solution für Openstreetmap/Googlemap */
.osm_wrapper {
  color: white;
  background-image: url("/fileadmin/BFV/Bilder/maps-preview.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 300px;
  text-align: center;
}
.osm_wrapper p {
  padding: 15px;
  background-color: rgba(21, 57, 91, 0.7);
}
.osm_wrapper a {
  color: white;
  text-decoration: underline;
}
@media screen and (min-width: 992px) {
  .osm_wrapper {
    height: 400px;
  }
  .osm_wrapper p {
    padding: 15%;
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .osm_wrapper {
    height: 600px;
  }
}

.osm_wrapper .osm_trigger {
  width: 100%;
  z-index: 9;
}
.osm_wrapper .osm_trigger .btn {
  background-color: #0069b3;
}
.osm_wrapper .osm_trigger .btn:hover {
  background-color: #15395b;
  color: #0069b3;
}

.osm_wrapper .osm_layer {
  position: relative;
  display: none;
  height: 100%;
  width: 100%;
  margin: auto;
}

.osm_wrapper .osm_layer iframe {
  border: 0 none transparent;
  height: 100%;
  width: 100%;
}

.osm_trigger {
  height: auto;
  text-align: center;
}

.frame-type-menu_pages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.frame-type-menu_pages ul {
  padding: 25px;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.frame-type-menu_pages ul li {
  margin-left: 20px;
}

.frame-type-uploads .ce-uploads {
  margin: 0;
  padding: 0;
  list-style: none;
}
.frame-type-uploads .ce-uploads li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.frame-type-uploads .ce-uploads li > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 20px;
}
.frame-type-uploads .ce-uploads li > div a:hover .ce-uploads-fileName {
  color: #1aa0ff;
}

main.bfv-main {
  width: 100%;
  overflow-x: hidden;
  transition: margin-left 0.5s;
}

.bfv-module-BfvImgOverlay#c52 {
  height: 100vh;
}
.bfv-module-BfvImgOverlay#c52 .overlay--content {
  opacity: 0.1;
  background-color: rgba(21, 57, 91, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .bfv-module-BfvImgOverlay #c53 img {
    max-width: 250px;
  }
}

@media (min-width: 768px) {
  #c10 .row > div {
    padding: 0 5px;
  }
  #c10 .row > div:nth-child(2), #c10 .row > div:nth-child(3) {
    border-left: 1px solid white;
  }
}

/*
#c32 {
  .facts {
    @include display-flex();
    @include flex-wrap();
    @include justify-spacearound();
  }
}
 */
#c36 .textimg--image {
  padding: 20px;
}
#c36 .textimg--text {
  width: 75%;
  position: relative;
  top: -140px;
  margin-bottom: -140px;
}
#c36 .textimg--text p {
  border-left: 5px solid #0069b3;
  padding-left: 15px;
}
#c36 .textimg--text p:nth-of-type(2) {
  color: black;
  border-left: 5px solid black;
}
#c36 .textimg--text p:nth-of-type(3) {
  color: #74b62a;
  border-left: 5px solid #74b62a;
}
@media (min-width: 768px) {
  #c36 .textimg--text {
    top: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  #c4 > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #c4 > .row > div:first-child {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  #c4 > .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width: 992px) {
  #c24 img {
    width: 50px !important;
    height: 50px !important;
  }
}

/*# sourceMappingURL=layout.css.map */
