/* FRONTEND CSS
*********************************************/
/*** @import url('https://fonts.googleapis.com/css?family=Dancing+Script|Montserrat:300,400,500'); ***/
@import "fonts.css";
@import "bootstrap.css";
@import "fontawesome.min.css";
@import "scrolling-nav.css";
@import "loaders.min.css";
html {
  /* scrollbar fix (prevent ugly left pull for lower content sites) */
  overflow-y: scroll;
  height: 100%;
  width: 100%;
}
body {
  font-family: 'Montserrat', sans-serif;
  height: 100%;
  width: 100%;
}
a {
  outline: 0;
}
.site-header {
  background-color: #fff;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 9999;
  max-height: 0;
}
.site-header .header-content {
  max-height: 0px;
}
.site-header #social {
  position: absolute;
  right: 0;
  top: 150px;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  transition: all 0.5s;
}
.site-header #social div {
  transition: all 0.5s;
  background: #fff;
  border-left: 1px solid #777;
  border-top: 1px solid #777;
  border-bottom: 1px solid #777;
  padding: 8px;
  margin-bottom: 10px;
}
.site-header #social div a {
  text-decoration: none;
}
.site-header #social div i {
  font-size: 30px;
  color: #777;
  transition: all 0.5s;
  display: block;
  text-align: center;
}
.site-header #social div:hover {
  background: #e2001a;
  border-color: #e2001a;
}
.site-header #social div:hover i {
  color: #fff;
}
.site-header.fixed {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
.site-header.fixed #social {
  pointer-events: auto;
  opacity: 1;
}
.site-header.fixed .logo {
  height: 75px !important;
  margin-top: 12px;
}
.site-header .naviplaceholder {
  pointer-events: none;
}
/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e2001a;
  /* change if the mask should have another color then white */
  z-index: 10000;
  /* makes sure it stays on top */
}
#status {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  margin: -17px 0 0 -17px;
  /* is width and height divided by two */
}
.parallax-window {
  min-height: 500px;
  background: transparent;
}
.parallax-mirror {
  z-index: 0 !important;
}
#cover {
  height: 100%;
  margin: 0;
}
#cover .inner {
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
  position: relative;
}
#cover .inner .infobtn {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  height: 70px;
  width: 70px;
  bottom: 50px;
}
#cover .inner .infobtn .btn {
  padding: 0;
}
#cover .inner .panobtn {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  right: 50px;
  height: 70px;
  width: 70px;
  bottom: 50px;
}
#cover .inner .panobtn .btn {
  padding: 0;
}
#cover .inner .btn-circle {
  width: 70px;
  height: 70px;
  border: 2px solid #fff;
  border-radius: 100% !important;
  font-size: 50px;
  line-height: 70px;
  color: #fff;
  background: 0 0;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
#cover .inner .btn-circle.noborder {
  border: none !important;
  font-size: 40px;
  line-height: 70px;
  background: #e2001a;
}
#cover .inner .btn-circle:focus,
#cover .inner .btn-circle:hover {
  outline: 0;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
#cover .inner .btn-circle.noborder:focus,
#cover .inner .btn-circle.noborder:hover {
  outline: 0;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
#cover .inner .btn-circle i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
}
#cover .inner .btn-circle.noborder i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
}
#cover .inner .btn-circle:hover i.animated {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}
#cover .inner .btn-circle.noborder:hover i.animated {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}
nav.navbar-default {
  border-color: transparent !important;
  background: #fff;
}
#navigation.navbar {
  box-shadow: 0 10px 15px -20px #5f5f5f;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  /*margin-bottom  : 50px;*/
}
#navigation.navbar .navbar-header .navbar-toggle {
  margin-right: 0px;
}
#navigation.navbar #navbar {
  position: relative;
  padding: 0;
}
#navigation.navbar #navbar .col-xs-12,
#navigation.navbar #navbar .col-lg-5,
#navigation.navbar #navbar .col-lg-7,
#navigation.navbar #navbar .col-md-5,
#navigation.navbar #navbar .col-md-7,
#navigation.navbar #navbar .col-sm-5,
#navigation.navbar #navbar .col-sm-7 {
  padding: 0;
}
#navigation.navbar #navbar ul.navbar-nav > li > a {
  padding: 0;
}
#navigation.navbar #navbar .navbar-fixed-top {
  border-width: 0 0 1px;
  height: 100px;
  top: 0;
}
#navigation.navbar #navbar .navbar-fixed-top .navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
}
#navigation.navbar #navbar .left-menu ul li a {
  padding-right: 15px;
}
#navigation.navbar #navbar .logo {
  position: absolute;
  width: 100%;
  transition: all 1s;
}
#navigation.navbar #navbar .logo a {
  position: relative;
  z-index: 1;
}
#navigation.navbar #navbar .logo a img {
  left: auto;
  right: auto;
}
#navigation.navbar #navbar .right-menu ul.navbar-right {
  margin: 0;
}
#navigation.navbar #navbar .right-menu ul.navbar-right > li a {
  padding-left: 15px;
}
#navigation.navbar .container-fluid {
  border-bottom: 1px solid #ccc;
}
#navigation.navbar .logo {
  height: 100px;
  text-align: center;
}
#navigation.navbar .logo img {
  margin: 0 auto;
  height: 100%;
  width: auto;
}
.navbar-collapse {
  border: none !important;
}
ul.nav {
  display: table-row;
}
ul.nav li {
  height: 100px;
  display: table-cell;
  list-style-type: none;
  vertical-align: middle;
}
ul.nav li a {
  vertical-align: middle;
  display: table-cell;
  height: 100px;
  font-weight: 400;
  color: #000;
  font-size: 1em;
  letter-spacing: 1.1px;
}
.facebook img {
  display: none;
  width: 1px;
  height: 1px;
}
.facebook:after {
  font-family: FontAwesome;
  font-size: 1.5em;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f082";
}
.navbar {
  border-radius: 0;
}
.container-fluid {
  padding-left: 75px !important;
  padding-right: 75px !important;
}
header {
  padding: 0 !important;
}
.container-fluid.news {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#fullpage:before {
  content: " ";
  height: 102px;
}
#fullpage .section {
  margin-bottom: 80px;
}
#fullpage .section .itemimage {
  height: 500px;
  overflow: hidden;
  margin-bottom: 50px;
}
#fullpage .section .itemText {
  text-align: center;
  width: 50%;
  margin: 0 auto;
}
#fullpage .section .itemText h2 {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 20px;
  margin-bottom: 30px;
}
#fullpage .section .itemText h3 {
  font-family: 'Dancing Script', cursive;
  font-size: 63px;
  margin-bottom: 50px;
  line-height: 70px;
}
#fullpage .section a {
  color: #c1272d;
}
#fullpage .section .specials-box {
  position: relative;
  margin-bottom: 30px;
}
#fullpage .section .specials-box .specials {
  min-height: 300px;
  width: 66%;
  overflow: hidden;
  margin: 30px auto;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
#fullpage .section .specials-box .specials .maintitle {
  pointer-events: none;
  position: absolute;
  z-index: 998;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  color: #fff;
  font-size: 3.2em;
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#fullpage .section .specials-box .specials .subtitle {
  pointer-events: unset;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(250, 250, 250, 0.8);
  display: table;
  opacity: 0;
  padding: 10px;
  font-size: 1.5em;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#fullpage .section .specials-box .specials .subtitle .subcontent {
  display: table-cell;
  vertical-align: middle;
}
#fullpage .section .specials-box .specials .subtitle .subcontent h3 {
  font-size: 1.5em;
  text-transform: uppercase;
}
#fullpage .section .specials-box .specials .subtitle .subcontent .explanation {
  font-size: 0.6em;
}
#fullpage .section .specials-box .specials.hover .maintitle {
  opacity: 0;
}
#fullpage .section .specials-box .specials.hover .subtitle {
  color: #000;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#fullpage .section .newsfeed-item {
  position: relative;
  padding: 0;
  cursor: pointer;
  margin-bottom: 20px;
}
#fullpage .section .newsfeed-item.hover .newstitle {
  opacity: 0;
}
#fullpage .section .newsfeed-item.hover .newscontent {
  opacity: 1;
}
#fullpage .section .newsfeed-item .newscontent {
  display: table;
  transition: all 0.5s;
  opacity: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(250, 250, 250, 0.8);
  padding: 15px;
}
#fullpage .section .newsfeed-item .newscontent .content-inner {
  display: table-cell;
  vertical-align: middle;
}
#fullpage .section .newsfeed-item .newstitle {
  display: table;
  transition: all 0.5s;
  position: absolute;
  z-index: 999;
  width: 100%;
  bottom: 20px;
  color: #fff;
  font-size: 3em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  text-align: center;
  opacity: 1;
}
#fullpage .section .newsfeed-item .newstitle:after {
  font-family: FontAwesome;
  font-size: 0.8em;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f067";
  margin-top: 5px;
}
#fullpage .section .itemIntroText {
  font-weight: 300;
  font-size: 15px;
  line-height: 30px;
}
#fullpage .section .itemIntroText .jcepopup {
  display: inline-block;
  margin: 10px;
  padding: 8px 35px;
  border: 1px solid #000000;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: none;
  font-size: 18px;
  color: #000;
}
#fullpage .section .itemIntroText .jcepopup a {
  color: #000;
  display: block;
}
#fullpage .section .itemIntroText .jcepopup a:hover {
  text-decoration: none;
}
#fullpage .section .itemIntroText .file {
  display: inline-block;
  margin: 20px 10px;
  padding: 8px 35px;
  border: 1px solid #000000;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  text-decoration: none;
  font-size: 18px;
  color: #000;
}
#fullpage .section .itemIntroText .file a {
  color: #000;
  display: block;
}
#fullpage .section .itemIntroText .file a:hover {
  text-decoration: none;
}
#fullpage section#kontakt .itemText {
  text-align: center;
  width: 75%;
}
#fullpage section#kontakt .itemText .contact {
  text-align: left;
  margin-top: 50px;
  display: block;
}
#fullpage section#kontakt .itemText .contact #map-canvas {
  width: 65%;
  float: left;
  margin-right: 60px;
}
#fullpage section#kontakt .itemText .contact:after {
  content: " ";
  clear: both;
  float: none;
  display: table;
}
#fullpage section#aktuelles > h3 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.newsblock {
  margin: 0;
}
.newsblock .modulePretext {
  margin-bottom: 30px;
}
.newsblock .newsfeed-item {
  overflow: hidden;
}
.newsblock .newsfeed-item .newsfeed-item-content {
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.newsblock .newsfeed-item.lastItem {
  margin-right: 0 !important;
}
.newsblock .newsfeed-item.col-md-3 {
  width: 24%;
}
.newsblock .newsfeed-item.fullwidth .newsfeed-item-content {
  height: auto;
}
span a.logo img {
  height: 100px;
  width: auto;
}
@-webkit-keyframes pulse {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-moz-keyframes pulse {
  0%,
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
}
footer {
  border-top: 1px solid #ccc;
}
footer ul.nav li {
  display: table-cell;
  width: 1%;
  height: 75px;
}
footer ul.nav li a {
  height: 75px;
}
footer .eu {
  text-align: center;
}
#jcemediabox-popup-iframe {
  padding: 20px;
}
/* MEDIA QUERIES
*********************************************/
/*menu dynamic font-size */
@media (max-width: 1085px) {
  #navigation ul.nav li a {
    font-size: 13px;
  }
}
@media (max-width: 1025px) {
  #navigation ul.nav li a {
    font-size: 12px;
  }
}
@media (max-width: 580px) {
  #navigation.navbar #navbar .right-menu ul.navbar-right li > a,
  #navigation.navbar #navbar .left-menu ul.navbar-left li > a {
    font-size: 9px;
    padding-left: 0;
  }
  #navigation.navbar #navbar .right-menu ul.navbar-right li:not(:last-of-type) > a,
  #navigation.navbar #navbar .left-menu ul.navbar-left li:not(:last-of-type) > a {
    padding-right: 10px;
  }
  #fullpage .section .specials-box .specials {
    width: 100%;
  }
  #fullpage .section .specials-box .specials .maintitle {
    font-size: 28px;
  }
  #fullpage .section .specials-box .specials .subtitle {
    font-size: 14px;
  }
}
@media (max-width: 420px) {
  #fullpage .section .specials-box .specials {
    width: 100%;
  }
  #fullpage .section .specials-box .specials .maintitle {
    font-size: 24px;
  }
  #fullpage .section .specials-box .specials .subtitle {
    font-size: 14px;
  }
  #fullpage .section .newsfeed-item.lastItem .newscontent .content-inner {
    font-size: 12px;
  }
}
@media (max-width: 900px) {
  .contact {
    text-align: center !important;
  }
  .contact #map-canvas {
    width: 100% !important;
    margin-bottom: 30px;
  }
}
/* Extra small devices (phones, less than 768px) */
/* No media query -> mobile first strategy */
@media (min-width: 992px) {
  .newsfeed-item:not(:first-of-type) .newsfeed-item-content {
    margin-left: 7px;
  }
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .newsfeed-item:not(:last-of-type) .newsfeed-item-content {
    margin-right: 7px;
  }
  .newsfeed-item:nth-of-type(3) .newsfeed-item-content {
    margin-right: 0px;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-toggle {
    display: none;
  }
  .navbar-header {
    float: left;
  }
}
@media (max-width: 991px) {
  .site-header {
    height: 50px;
  }
  #navigation #navbar.collapse.in {
    padding-bottom: 30px;
  }
  #navigation.navbar #navbar .right-menu ul.navbar-right,
  #navigation.navbar #navbar .left-menu ul.navbar-left {
    display: table;
    margin: 0 auto;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  #navigation.navbar #navbar .right-menu ul.navbar-right li,
  #navigation.navbar #navbar .left-menu ul.navbar-left li {
    height: 30px;
  }
  #navigation.navbar #navbar .right-menu ul.navbar-right li > a,
  #navigation.navbar #navbar .left-menu ul.navbar-left li > a {
    height: auto;
  }
  #navigation.navbar #navbar .right-menu ul.navbar-right > li a {
    padding-left: 0;
    padding-right: 15px;
  }
  #fullpage section#kontakt .itemText {
    width: 90%;
  }
  .logo {
    position: relative !important;
  }
  .specials {
    min-height: 300px;
    width: 90% !important;
  }
  .subcontent h3 {
    font-size: 1.3em;
    text-transform: uppercase;
  }
  .subcontent .explanation {
    font-size: 0.6em;
  }
  .navbar li {
    float: none !important;
  }
}
/* Large devices (large desktops, 1200px and down) */
@media (max-width: 1200px) {
  .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  #fullpage .section .itemText {
    width: 75%;
  }
}
/* custom 1400px */
@media (max-width: 1400px) {
  #navigation.navbar {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    /*margin-bottom  : 50px;*/
  }
}
/* for higher resolutions (android and retina) */
/*# sourceMappingURL=template.css.map */