@import url("//hello.myfonts.net/count/417aee");

@font-face {
  font-family: "VerbRegular-Bold";
  src: url('../fonts/VerbRegularBold/font.woff2') format('woff2'), url('../fonts/VerbRegularBold/font.woff') format('woff');
}
@font-face {
  font-family: "VerbRegular";
  src: url('../fonts/VerbRegular/font.woff2') format('woff2'), url('../fonts/VerbRegular/font.woff') format('woff');
}

html {
  position: relative;
  min-height: 100%;
  scroll-behavior:smooth;
}
body {
  font-family: "VerbRegular";
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  color: #00487a;
  background-color: #1e82c8;
}

/* SLIDER Index */
@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}

div#slider { overflow: hidden; }
div#slider figure img { width: 20%; float: left; }
div#slider figure { 
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 17s slidy infinite; 
}

div#slider1 { overflow: hidden; }
div#slider1 figure img { width: 20%; float: left; }
div#slider1 figure { 
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 17s slidy infinite; 
}

div#slider2 { overflow: hidden; }
div#slider2 figure img { width: 20%; float: left; }
div#slider2 figure { 
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 17s slidy infinite; 
}

dl, ol, ul {
  font-family: 'Cardenio Modern' !important;
  color: white !important;
  font-size: 1.5em !important;
  list-style-type: ">> ";
}

a {
    color: white !important;
	text-decoration: none !important;
}

/* Teasermodul-Boxen */
.teasermodul_outer {
    width: 48%;
	background-color: rgb(0, 72, 122,1.0);
	height: 170px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	display: inline-block;
	vertical-align: top;
}

.teasermodul_inner {
    padding-top: 1.5em;
}

.teasermodul_outer img {
    width: 260px;
    /*height: 200px;*/
    float: left;
	margin-right: 15px;
}

.teaser_date {
	margin: 0;
	font-size: 14px;
	padding: 10px 10px 0 10px;
}

.teasermodul_inner h4 {
    margin: 0 0 5px 0;
    color: #76b729;
    text-transform: uppercase;
    line-height: 1.3;
}

.teasermodul_inner p.teasertext {
    font-size: 14px;
    line-height: 22px;
    margin: 10px 0 10px 0;
    height: 70px;
    overflow: hidden;
	padding-left: 0px;
}

.teasermodul_inner p.teasertext p strong {font-weight: 700;}

.teasermodul_inner a {
    font-size: 14px;
}

.shop_downloads_outer .teaserbox_outer {
    width: calc((100% / 4) - 12.5px);
    float: left;
    margin-right: 0;
}

.bilder_outer .teaserbox_outer {
    width: calc((100% / 3) - 10px);
    float: left;
    margin: 0 5px 10px 5px;
}

.bilder_outer h4 {
    height: 40px;
}

.bilder_outer .teaserbox_text {
    height: 56px;
    overflow: hidden;
    line-height: 22px;
    padding-top: 8px;
}

.bilder_outer h3 {
    color: #23554c;
    margin: 10px 5px;
    font-size: 20px;
}

.btn-facebook {
    color: #fff;
    background-color: transparent !important;
    border-color: transparent !important;
}

.btn-instagram {
    color: #fff;
    background-color: transparent !important;
    border-color: transparent !important;
}

.trigger {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background:-moz-linear-gradient(center top, #e9e9e9 50%, #ddd 50%);
	background-color:#eb553c;
	color:#fff;
	cursor:pointer;
	margin-bottom:15px;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:2px;
	width:100%;
}
.trigger_active {
	color:#fff;
}

.toggle_container {
	padding:5px 10px;
	width:100%;
}

.raetsel {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background:-moz-linear-gradient(center top, #e9e9e9 50%, #ddd 50%);
	background-color:#eb553c;
	color:#fff;
	cursor:pointer;
	margin-bottom:15px;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:2px;
	width:90%;
	margin-left: 0.6em;
}
.raetsel_active {
	color:#fff;
}

.raetsel_container {
	padding:5px 10px;
	width:100%;
}

#page-container {
    overflow-x: hidden;
	background: #1e82c8;
}

#oeffnungszeiten {
padding-top: 60px;
margin-top: -60px;
}

#preise {
padding-top: 60px;
margin-top: -60px;
}

#anfahrt {
padding-top: 60px;
margin-top: -60px;
}

img {
    /*padding-bottom: 0.5em !important;*/
	padding-bottom: 0px !important;
}

.nav-footer {
    padding-top: 0.1rem;
    padding-right: 0.2rem;
    padding-bottom: 0.1rem;
    padding-left: 0.2rem;
    font-family: 'Cardenio Modern';
    color: #fff;
    font-size: 1.5em;
}

.nav-footer:focus, .nav-footer:hover {
    text-decoration: none;
}

h1 {
    font-family: "VerbRegular-Bold";
    /*font-weight:700;*/
    font-size:2em;
    line-height: 1em;
    color: #00487a;
}

h3 {
    font-family: "VerbRegular";
    /*font-weight:700;*/
    font-size:1.25em;
    line-height: 1em;
    color: #fff;
}

p.colpos {
    columns: 2 400px !important;
    column-gap: 1em !important;
}

p.white {
	color: #fff;	
}

p.orange {
	color: #eb553c;
	font-family:'Cardenio Modern';font-weight:normal;font-size:2em;
	line-height: 1em;
	
}

.table_element {
  background-color: #b9c8e6;
  border: none;
  border-radius: 10px;
  color: #000;
  padding: 10px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
}

.table_element td p {
	color: #000;
	padding-left: 0 !important;
	line-height: 1em;
	
}

.cardeniowhite {
  font-family: 'Cardenio Modern';
  color: white;
  font-size: 1.5em;
}

.button {
  background-color: #eb553c; /* orange */
  font-family: 'Cardenio Modern';
  border: none;
  border-radius: 15px;
  color: white;
  padding: 7px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.5em;
  margin: 4px 2px;
  cursor: pointer;
}

#einstein {
width: 100%;
}

#wirbel {
width: 80%;
}

#background-video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#overlayimprint {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.9);
  z-index: 1040;
  cursor: pointer;
}

#overlaycorona {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.9);
  z-index: 1040;
  cursor: pointer;
}

#overlaycontact {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.9);
  z-index: 1040;
  cursor: pointer;
}

#overlaydata {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.9);
  z-index: 1040;
  cursor: pointer;
}

#overlaytext{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 20px;
  color: #000;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}

.row {margin-bottom: 0px;}

.scroll_to_top {
    color: rgba(255,255,255,1);
    text-shadow: 0 0px 1px #000;
    font-size: 35px;
    position: fixed;
    bottom: 0.7em;
	right: 0.1em;
    z-index: 20;
    display: none;
    cursor: pointer;
}

.arrow {
    padding-bottom: 15px;
	padding-top: 10px;
}

.arrow img {
	padding-bottom: 1.5em !important;
}

.fixed-top {
    /*left: 12rem !important;*/
    background-color: rgba(0,72,122,0.4);
}

.bg-primary {
    background-color: #00487a !important;
}

.navbar {
padding: 0rem 1rem !important;
}

.whiterowouter a {
   background-color: white;
	width: 100%;
	margin: 0 auto;
	color:#00487a !important;
}

.whiterow {
   	background-color: white;
	max-width: 960px;
	margin: 0 auto;
	padding-bottom: 15px;
	/*border-color: #1e82c8;
	border-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: none;
	border-bottom-style: none;*/
}
.navbar-scroll {
  background-color: rgba(0,123,255,0.4);
  transition: background-color 0.5s;
}

.navbar-dark .navbar-brand {
    color: orange !important;
	width: 100px;
}
}

.navbar-brand img {
    width: 100% !important;
    height: auto;
    /*margin-top: 20px;*/
    border: none;
}

.navbar-brand:hover {
    color: orange !important;
}

.navbar-dark .navbar-nav .nav-link {
	font-size: 1.5em;
	padding-right: 1em;
	color: white !important;
	font-family:'Cardenio Modern';font-weight:normal;
}

/* ============================================================
  PRIMARY STRUCTURE
============================================================ */
.parallax-container {
  max-width: 960px;
  margin-top: 0px;
  margin-right:auto;
  margin-bottom:0px;
  margin-left: auto;
  padding-top: 0.8em;
}

.parallax-subcontainer {
  max-width: 960px;
  margin: 0 auto;
  padding-bottom: 1em;
}

.arrow-container {
  max-width: 960px;
  margin: 0 auto;
  background-color: #1e82c8;
}

/* ============================================================
  SECTIONS
============================================================ */
section.module:last-child {
  margin-bottom: 0;
}
section.module h2 {
  /*margin-bottom: 40px;*/
  padding-left: 1rem;
  padding-top: 0.7em;
  font-family: "VerbRegular";
  font-weight: bold;
  font-size: 1.5em;
  /*line-height: 1.5em;*/
  color: #fff;
}
section.module p {
  margin-bottom: 40px;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 16px;
  /*font-weight: 300;*/
}
section.module p:last-child {
  margin-bottom: 0;
}
section.module.content {
  padding: 0;
  background-color: rgb(30, 130, 200,1.0);
  margin-top: 0.8em;
}
section.module.contentdark {
  padding: 0;
  background-color: rgb(0, 72, 122,1.0);
  margin-top: 0.8em;
}
section.module.content:last-child {
  margin-bottom: 60px;
}
section.module.parallax {
  padding-top: 100px;
  padding-bottom: 0px;
  background-position: 0 0;
  background-color: rgba(0,72,122,1.0);
}
section.module.parallax h1 {
	font-size: 2.5em;
	margin-left: 13px;
	color: #fff;
}
section.module.parallax-1 {
  /*background-image: url("https://dev.bayerwald-xperium.de/upload/gestaltung/bg_einstein.png");*/
  background-position: 50% 0px;
  /*background-repeat: repeat;*/
  /*background-attachment: fixed;*/
  background-size: cover;
  /*background-color: rgba(0,74,118,0.4);*/
  /*background-blend-mode: screen;*/
  /*padding-bottom: 20px;*/
}
section.module.parallax-2 {
  /*background-image: url("https://dev.bayerwald-xperium.de/upload/gestaltung/hintergrundbilder/xperium_1.jpg");*/
  background-position: 50% 0;
  background-repeat: repeat;
  background-attachment: fixed;
  /*background-size: cover;*/
  background-color: rgba(255,255,255,0);
  background-blend-mode: screen;
}
section.module.parallax-3 {
  /*background-image: url("https://dev.bayerwald-xperium.de/upload/gestaltung/hintergrundbilder/xperium_2.jpg*/");
  background-position: 50% 0;
  background-repeat: repeat;
  background-attachment: fixed;
  /*background-size: cover;*/
  background-color: rgba(0,74,118,0.4);
  background-blend-mode: screen;
  padding-bottom: 2em;
}

/*footer*/
.footer .container-fluid {
  height: auto;
}
.footer {
  position: absolute;
  /*float: left;*/
  /*bottom: 0;*/
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 40px;
  background-color: #1e82c8;
}
footer .container-fluid a {
  display: inline-block;
  color: #fff;
  padding-left: 0.5em;
 
}
footer .container-fluid p {
  display: inline-block;
  color: #ddd;
  padding-left: 1em;
  padding-right: 2em;
}
/* ============================================================
  media MIN WIDTH 960px
============================================================ */
@media all and (min-width: 960px) {
  section.module.parallax h1 {
    font-size: 2.5em;
    margin-left: 13px;
    color: #fff;
  }
}
/* ============================================================
  media MIN WIDTH 768px
============================================================ */
@media(max-width: 768px){
	
.navbar {background-color: #00487a !important; }
    .col-md-4 {
      text-align: center;
      line-height: 30px;
  }
h1 {
    font-family: "VerbRegular-Bold";
    font-weight: 500;
    font-size: 1.5em;
    line-height: 1em;
	/*padding-left: 0.4em;*/
}
  
section.module.parallax h1 {
    font-family: "VerbRegular-Bold";
    font-size: 1.5em;
    font-weight: 500;
    margin-left: 18px;
    margin-right: 16px;
  }

.teasermodul_inner img {width: 100%; padding-left: 5px; padding-right: 5px; margin-bottom: 0.7em; height: auto;}
/*.teasermodul_outer {height: auto;}*/
.teasermodul_inner {padding: 10px;}
.teasermodul_text {padding-left: 0.3em;}
}

@media (max-width: 844px) and (orientation: landscape) {
.trigger {
	margin-left: 15px;
}

.navbar {background-color: #00487a !important; }
    .col-md-4 {
      text-align: center;
      line-height: 30px;
  }
  
.navbar-dark .navbar-nav .nav-link {
    font-size: 1.0em;
    padding-right: 0.5em;
    color: white !important;
    font-family: 'Cardenio Modern';
    font-weight: normal;
}

section.module.contentdark {
    margin-top: 0em;
}

/* Teasermodul-Boxen */
.teasermodul_outer {
    width: 48%;
	height: 170px;
}
	
.teasermodul_inner p.teasertext {
    font-size: 14px;
    line-height: 22px;
    margin: 10px 0 10px 0;
    height: 110px;
    overflow: hidden;
	padding-left: 0px;
}
	
.teasermodul_outer img {
    width: 260;
    float: left;
    margin-right: 15px;
}
	
h1 {
	padding-left: 0em;
	padding-bottom: 0.4em;
}

section.module h2 {
    font-size: 1.7em;
	padding-left: 1rem;
	padding-top: 0.8em;
  }
  section.module p {
    font-size: 16px;
  }
  section.module.parallax h1 {
    font-size: 3em;
    letter-spacing: 0.03em;
    padding-left: 15px;
  }
	
section.module.parallax {
    padding-top: 70px;
	/*padding-bottom: 5px;*/
  }
  
.container {
    max-width: 960px;
}
  
#einstein {
width: 60%;
}

#wirbel {
width: 40%;
}
}
@media (max-width: 844px) and (orientation: portrait) {
.trigger {
	width: 92%;
	margin-left: 15px;
}


section.module p {
    margin-bottom: 1em;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1em;
    margin-top: 1em;
}

/* Teasermodul-Boxen */
.teasermodul_outer {
    width: 95%;
	height: auto;
}
	
h1 {
	/*padding-left: 0.3em;*/
}	
	
section.module.parallax {
    padding-top: 68px;
	/*padding-bottom: 68px;*/
  }
	
#einstein {
width: 50%;
}

#wirbel {
width: 40%;
}
	
.col-6 {
    -ms-flex: 0 0 100% !important;;
    flex: 0 0 100% !important;;
    max-width: 100% !important;;
}
	
.right {
    text-align: left;
    padding-left: 30px;
}

.icons {
    text-align: right;
    padding-right: 30px;
}	

}

.icons {
    text-align: right;
    padding-right: 30px;
}	

.right {
  text-align: left;
  padding-right: 30px;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
  /*padding-left: 30px;*/
}