/* dosis-200 - latin */
@font-face {
  font-family: "Dosis";
  font-style: normal;
  font-weight: 200;
  src: local(""), url("/fileadmin/templates/fonts/dosis-v27-latin-200.woff2") format("woff2"), url("/fileadmin/templates/fonts/dosis-v27-latin-200.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* dosis-300 - latin */
@font-face {
  font-family: "Dosis";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("/fileadmin/templates/fonts/dosis-v27-latin-300.woff2") format("woff2"), url("/fileadmin/templates/fonts/dosis-v27-latin-300.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* dosis-regular - latin */
@font-face {
  font-family: "Dosis";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("/fileadmin/templates/fonts/dosis-v27-latin-regular.woff2") format("woff2"), url("/fileadmin/templates/fonts/dosis-v27-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* dosis-500 - latin */
@font-face {
  font-family: "Dosis";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("/fileadmin/templates/fonts/dosis-v27-latin-500.woff2") format("woff2"), url("/fileadmin/templates/fonts/dosis-v27-latin-500.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* dosis-600 - latin */
@font-face {
  font-family: "Dosis";
  font-style: normal;
  font-weight: 600;
  src: local(""), url("/fileadmin/templates/fonts/dosis-v27-latin-600.woff2") format("woff2"), url("/fileadmin/templates/fonts/dosis-v27-latin-600.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* dosis-700 - latin */
@font-face {
  font-family: "Dosis";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("/fileadmin/templates/fonts/dosis-v27-latin-700.woff2") format("woff2"), url("/fileadmin/templates/fonts/dosis-v27-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* dosis-800 - latin */
@font-face {
  font-family: "Dosis";
  font-style: normal;
  font-weight: 800;
  src: local(""), url("/fileadmin/templates/fonts/dosis-v27-latin-800.woff2") format("woff2"), url("/fileadmin/templates/fonts/dosis-v27-latin-800.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body {
  font-family: "Dosis", sans-serif;
  overflow-x: hidden;
}

body .main-page {
  transition: filter;
}

body.blur {
  background-color: #162c2e;
  overflow-y: hidden;
}

body.blur .main-page {
  filter: blur(3px);
  opacity: 0.1;
}

p {
  font-size: 18px;
}

.navbar {
  height: 80px;
  color: #fff;
  transition: background-color 0.2s;
  background-color: rgba(49, 70, 75, 0.35);
}

.navbar.navbar-bg {
  background-color: #31464b;
}

.navbar .logo {
  font-family: Courier New;
  font-weight: bold;
  font-size: 24px;
  line-height: 80px;
}

.navbar .logoLink {
  color: #fff;
}

.navbar .logoLink:hover {
  text-decoration: none;
}

.navbar .navbar-nav {
  line-height: 80px;
}

.navbar .navbar-nav li {
  font-size: 18px;
  font-weight: 200;
  text-transform: uppercase;
  margin-left: 30px;
  padding: 0px 10px;
}

.navbar .navbar-nav li:hover {
  text-decoration: underline;
  cursor: pointer;
}

.navbar .navbar-nav li.no-underline > a {
  margin-left: 10px;
}

.navbar .navbar-nav li.no-underline:hover {
  text-decoration: none;
}

.navbar .navbar-nav li a {
  padding: 0px;
  display: inline;
  color: #fff;
}

.navbar .navbar-nav li a:hover {
  background-color: transparent;
  text-decoration: none;
}

.navbar .navbar-nav li a img {
  margin-top: -2px;
}

.page-wrap {
  position: relative;
}

.start-screen {
  width: 100%;
  background-color: #162c2e;
}

.start-screen .container {
  height: 100%;
  position: relative;
}

.start-screen .start-video {
  background-color: #000;
  top: 0px;
  bottom: 80px;
  right: 0px;
  left: 0px;
  position: absolute;
  overflow: hidden;
}

.start-screen .start-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  overflow: hidden;
}

.start-screen .start-video .start-video-overlay {
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  position: absolute;
  opacity: 1;
  background-image: url("/fileadmin/templates/img/black-fly-screen.png");
  background-repeat: repeat;
}

.start-screen .start-menu {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  margin: 0px;
}

.start-screen .start-menu .start-menu-button {
  font-weight: bold;
  color: #fff;
  width: 300px;
  max-width: 90%;
  height: 60px;
  border: 3px solid #fff;
  text-align: center;
  text-transform: uppercase;
  line-height: 54px;
  font-size: 24px;
  margin: 0px auto;
  cursor: pointer;
}

.start-screen .start-menu .start-menu-button:hover {
  background-color: #ee7912;
  border: 0px;
  line-height: 60px;
  color: #fff;
}

.termine-screen {
  background-color: #162c2e;
  z-index: 15;
}

.termine-screen .termine-empty {
  text-align: center;
  padding: 40px 0px 60px;
  color: #fff;
  font-size: 16px;
}

.termine-screen .filter-box {
  color: #fff;
  position: absolute;
  right: 0px;
  top: 10px;
  font-size: 18px;
}

.termine-screen .filter-box .filter-toggle {
  cursor: pointer;
}

.termine-screen .filter-box .event-filters {
  float: right;
}

.termine-screen .filter-box .event-filters .event-filters-inner {
  width: 250px;
}

.termine-screen .filter-box .circle {
  width: 8px;
  display: inline-block;
  height: 8px;
  background-color: #fff;
  border-radius: 8px;
  top: -2.5px;
  position: relative;
  margin-left: 10px;
  margin-right: 5px;
  cursor: pointer;
}

.termine-screen .filter-box .circle.active {
  border: 2px solid #fff;
  background-color: #000;
}

.termine-screen .filter-box span {
  cursor: pointer;
}

.termine-screen .termine {
  margin-top: 100px;
  overflow: hidden;
}

.termine-screen .termine .termin-box {
  background-color: #903f37;
  position: relative;
  cursor: pointer;
  margin-bottom: 30px;
}

.termine-screen .termine .termin-box:hover img {
  filter: grayscale(1) contrast(1.2);
}

.termine-screen .termine .termin-box:hover .termin-info {
  height: 100% !important;
  overflow: hidden;
}

.termine-screen .termine .termin-box:hover .termin-info p {
  display: block;
  opacity: 1;
}

.termine-screen .termine .termin-box img {
  width: 100%;
  height: 100%;
  transition: filter 0.2s;
  filter: grayscale(0);
}

.termine-screen .termine .termin-box .termin-info {
  transition: height 0.2s;
  color: #fff;
  font-size: 30px;
  background-color: rgba(239, 122, 20, 0.75);
  padding: 10px;
  line-height: 30px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.termine-screen .termine .termin-box .termin-info .date {
  font-weight: 600;
}

.termine-screen .termine .termin-box .termin-info .time {
  font-weight: 200;
}

.termine-screen .termine .termin-box .termin-info .name {
  font-weight: 800;
}

.termine-screen .termine .termin-box .termin-info p {
  transition: opacity 0.5s;
  display: none;
  opacity: 0;
}

.termine-screen .termine-more {
  width: 140px;
  margin: 30px auto;
  text-transform: uppercase;
  font-weight: 200;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.28em;
  text-align: center;
  cursor: pointer;
}

.termine-screen .termine-more .down-button {
  margin-top: 15px;
}

.video-play-button {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  background-color: red;
  z-index: 200;
}

.gallery-screen {
  padding-top: 30px;
}

.gallery-screen .gallery {
  margin-top: 100px;
  margin-bottom: 60px;
  position: relative;
}

.gallery-screen .gallery .slick-next,
.gallery-screen .gallery .slick-prev {
  background-position: center;
  width: 100px;
  height: 100%;
  position: absolute;
  cursor: pointer;
  z-index: 1;
  background-repeat: no-repeat;
  border: 0px;
  background-color: transparent;
  font-size: 0px;
  top: 0px;
  outline: none;
  transition: transform 0.2s;
}

.gallery-screen .gallery .slick-next:hover,
.gallery-screen .gallery .slick-prev:hover {
  transform: scale(1.1);
}

.gallery-screen .gallery .slick-next {
  right: 15px;
  background-image: url("/fileadmin/templates/img/left-arrow.png");
}

.gallery-screen .gallery .slick-prev {
  left: 15px;
  background-image: url("/fileadmin/templates/img/right-arrow.png");
}

.gallery-screen .gallery .gallery-box {
  position: relative;
  cursor: pointer;
  margin: 0px 15px;
}

.gallery-screen .gallery .gallery-box img {
  width: 100%;
  height: 100%;
}

.gallery-screen .gallery .gallery-box .info {
  background-color: rgba(239, 122, 20, 0.75);
  padding: 10px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  display: none;
}

.gallery-screen .gallery .gallery-box .info .inner {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  top: 20px;
  color: #fff;
  font-size: 60px;
  word-break: break-all;
  text-align: center;
  border: 1px solid #fff;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery-screen .gallery .gallery-box .info .inner .innter-text {
  display: inline-block;
  line-height: 60px;
}

.gallery-screen .gallery .gallery-box:hover .info {
  display: block;
}

.about-us-1-screen {
  background-color: #162c2e;
  color: #fff;
}

.about-us-1-screen p {
  padding: 40px 0px 40px;
  font-size: 18px;
}

.about-us-2-screen {
  background-color: #fff;
  color: #162c2e;
  padding: 20px 0px 80px;
}

.about-us-2-screen img {
  max-width: 100%;
  height: auto;
}

.about-us-2-screen .row {
  margin-bottom: 20px;
}

.about-us-2-screen .imagewrap {
  margin-bottom: 150px;
  transition: transform 0.4s;
  position: relative;
}

.about-us-2-screen .imagewrap:hover {
  transform: rotate(180deg);
}

.about-us-2-screen .imagewrap .image-1-1-color {
  position: absolute;
  top: -160px;
  left: -80px;
  width: 250px;
  height: 377px;
  background-image: url(../img/color2.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.about-us-2-screen .imagewrap .image-1-2-color {
  position: absolute;
  top: 280px;
  left: 120px;
  width: 250px;
  height: 377px;
  background-image: url(../img/color1.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.about-us-2-screen .imagewrap .image-2-color {
  position: absolute;
  top: 320px;
  left: -50px;
  width: 200px;
  height: 377px;
  background-image: url(../img/color4.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.about-us-2-screen .imagewrap .image-3-color {
  position: absolute;
  top: -150px;
  left: -120px;
  width: 300px;
  height: 377px;
  background-image: url(../img/color3.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.contact-screen {
  background-color: #162c2e;
  color: #fff;
  padding-top: 50px;
}

.contact-screen .contact-text {
  margin-top: 180px;
  font-size: 18px;
}

.contact-screen .contact-text a {
  color: #fff;
}

.contact-screen #map {
  margin-top: 40px;
  max-width: 100%;
  margin-bottom: 40px;
  width: 100%;
  height: 380px;
}

.impressum-screen {
  background-color: #162c2e;
  color: #fff;
  padding-top: 80px;
}

.footer {
  background-color: #31464b;
  padding: 40px 0px;
  font-size: 18px;
  color: #fff;
}

.footer a {
  color: #fff;
}

.footer .footer-navi {
  float: left;
  text-transform: uppercase;
}

.footer .footer-navi .navi-item {
  margin-right: 15px;
  float: left;
}

.footer .footer-copyright {
  float: right;
  font-family: Courier New;
  font-weight: bold;
}

.headline {
  height: 3px;
  width: 100%;
  background-color: #fff;
  padding: 0px;
  position: relative;
  margin: 30px 0px;
}

.headline .headline-box {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  font-weight: bold;
  width: 300px;
  max-width: 90%;
  height: 60px;
  border: 3px solid #fff;
  background-color: #162c2e;
  margin: auto;
  z-index: 1;
}

.headline .headline-box h1 {
  margin: 0px;
  color: #fff;
  line-height: 54px;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
}

.headline.white {
  background-color: #162c2e;
}

.headline.white .headline-box {
  border: 3px solid #162c2e;
  background-color: #fff;
}

.headline.white .headline-box h1 {
  color: #162c2e;
}

.down-button {
  height: 22px;
  width: 88px;
  background-image: url("/fileadmin/templates/img/down-arrow.png");
  margin: 30px auto 20px;
  cursor: pointer;
}

.background-brush {
  z-index: 2;
  position: relative;
}

.background-brush.background-brush-1 {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.background-brush.background-brush-1 .background-brush-image {
  height: 200px;
  width: 100%;
  background-image: url("/fileadmin/templates/img/bg_brush_1_min.png");
  background-position: top center;
  background-repeat: repeat-x;
}

.background-brush.background-brush-1 .background-brush-bottom {
  height: 140px;
  background-color: #162c2e;
}

.background-brush.background-brush-2 {
  width: 100%;
}

.background-brush.background-brush-2 .background-brush-image {
  height: 294px;
  width: 100%;
  background-image: url("/fileadmin/templates/img/bg_brush_2_min.png");
  background-position: top center;
  background-repeat: repeat-x;
}

.background-brush.background-brush-3 {
  width: 100%;
}

.background-brush.background-brush-3 .background-brush-image {
  height: 247px;
  width: 100%;
  background-image: url("/fileadmin/templates/img/bg_brush_3_min.png");
  background-position: top center;
  background-repeat: repeat-x;
}

.background-brush.background-brush-4 {
  width: 100%;
}

.background-brush.background-brush-4 .background-brush-image {
  height: 296px;
  width: 100%;
  background-image: url("/fileadmin/templates/img/bg_brush_4_min.png");
  background-position: top center;
  background-repeat: repeat-x;
}

.background-brush.background-brush-5 {
  width: 100%;
}

.background-brush.background-brush-5 .background-brush-image {
  height: 273px;
  width: 100%;
  background-image: url("/fileadmin/templates/img/bg_brush_5_min.png");
  background-position: top center;
  background-repeat: repeat-x;
}

.event-lightbox-wrap {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 10000;
}

.event-lightbox-wrap .container {
  max-height: 90%;
  background-color: #fff;
  box-shadow: 0px 0px 10px #000;
  top: 5%;
  position: relative;
  padding-top: 15px;
  padding-top: 15px;
  overflow-y: auto;
}

.event-lightbox-wrap .container img {
  width: 100%;
  height: auto;
}

.event-lightbox-wrap .container .text {
  font-size: 18px;
}

.event-lightbox-wrap .container iframe {
  float: right;
  margin-bottom: 15px;
}

.event-lightbox-wrap .container iframe.size-2 {
  float: none;
  margin-top: 10px;
  display: block;
}

.event-lightbox-wrap .container iframe.size-3 {
  float: none;
  display: block;
}

.event-lightbox-wrap .container h1 {
  margin-top: 0px;
}

.event-lightbox-wrap .container a {
  color: #000;
  text-decoration: underline;
}

.event-lightbox-wrap .container .close-button {
  height: 56px;
  width: 56px;
  position: absolute;
  background-image: url("/fileadmin/templates/img/close.png");
  right: 0px;
  top: 0px;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 10;
}

.gallery-lightbox-wrap {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 10000;
}

.gallery-lightbox-wrap img {
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 90%;
  border: 15px solid #fff;
  box-shadow: 0px 0px 10px #000;
  margin: auto;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
}

.supporter-banner {
  width: 800px;
  margin: 0px auto 40px;
  margin-top: -30px;
  max-width: 100%;
}

#navigation-cta {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}

#navigation-cta .button {
  color: #fff;
  line-height: 54px;
  font-size: 24px;
  border: 3px solid #fff;
  text-align: center;
  padding: 0px 25px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none !important;
}

#navigation-cta .button:hover {
  background-color: #ee7912;
  border-color: #ee7912;
  text-decoration: none;
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
  .termine-screen .filter-box {
    top: 45px;
  }
  .start-screen .start-menu {
    bottom: 60px;
  }
  .down-button {
    top: 55px;
    position: relative;
  }
  .supporter-banner {
    margin-top: 30px;
  }
  .about-us-2-screen .ce-gallery .image {
    text-align: center;
  }
  .contact-text .text-right {
    text-align: left;
  }
  #navigation-cta {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .navbar {
    background-color: #31464a;
    margin-bottom: 0px;
  }
  .navbar .navbar-header {
    padding-left: 25px;
  }
  .navbar .navbar-header .mobile-navi-button {
    width: 28px;
    height: 28px;
    background-image: url("/fileadmin/templates/img/menu-button.png");
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    right: 25px;
    cursor: pointer;
  }
  .navbar .navbar-nav {
    margin: 0px -15px;
    line-height: 50px;
    background-color: rgba(49, 70, 74, 0.95);
    display: none;
  }
  .navbar .navbar-nav.active {
    display: block;
  }
  .navbar .navbar-nav li {
    margin-left: 15px;
  }
  .start-screen .start-menu .start-menu-button {
    margin-top: 10px;
  }
  .termine-screen .filter-box {
    top: 45px;
  }
  .event-lightbox-wrap .container .close-button {
    background-color: #fff;
    box-shadow: 0px 0px 5px;
  }
  .contact-text .text-right {
    text-align: left;
  }
  #navigation-cta {
    margin-top: 40px;
  }
  #navigation-cta .button {
    font-size: 20px;
  }
  .footer {
    padding: 30px 0px;
  }
  .footer .footer-navi {
    width: 100%;
    float: none;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }
  .footer .footer-copyright {
    text-align: center;
    float: none;
  }
}
