@CHARSET "UTF-8";

/* quando-regular - latin */
@font-face {
  font-family: 'Quando';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/quando-v6-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Quando-Regular'),
       url('/fonts/quando-v6-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/quando-v6-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/quando-v6-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/quando-v6-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/quando-v6-latin-regular.svg#Quando') format('svg'); /* Legacy iOS */
}

html {
  overflow-y: scroll;
}

body {
  margin-bottom: 10em;
}

h1 {
  position: absolute;
  top: 42px;
  left: 185px;
  width: 2em;
  text-indent: -4em;
  line-height: 1.5em;
  font-family: 'Quando', serif;
}

h1>a {
  color: #5a5a5a;
}

h1>a:hover {
  text-decoration: none;
}

h2 {
  font-size: 20px;
  font-weight: bold;
}

#header>div {
  background-repeat: no-repeat;
}

#header.index>div {
  background-image: url("/images/headerbild_index.jpg");
}

#header.fewoeg>div {
  background-image: url("/images/headerbild_fewoeg.jpg");
}

#header.fewodg>div {
  background-image: url("/images/headerbild_fewodg.jpg");
}

#header.historisches>div {
  background-image: url("/images/headerbild_historisches.jpg");
}

#header.hollywoodkulisse>div {
  background-image: url("/images/headerbild_hollywoodkulisse.jpg");
}

#header.ziele>div {
  background-image: url("/images/headerbild_ziele.jpg");
}

#header.anfahrt>div {
  background-image: url("/images/headerbild_anfahrt.jpg");
}

#header.kontaktimpressum>div {
  background-image: url("/images/headerbild_kontaktimpressum.jpg");
}

#header.datenschutz>div {
  background-image: url("/images/headerbild_kontaktimpressum.jpg");
}

#header.four04>div {
  background-image: url("/images/headerbild_kontaktimpressum.jpg");
}

#header {
	height: 455px;
}

#menu-button {
  position: absolute;
  top: 400px;
  left: 20px;
  display: none;
  visibility: hidden;
  border: 0px solid #999;
  border-radius: 10px;
}

#menu-button:hover {
  background-color: #f8eedf;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}

.center-image {
  text-align: center;
  padding: 1em 0;
}

div>.floating-images {
  padding: 1em 0;
}

.floating-images img {
  float: left;
  width: 48%;
  padding: 2%;
}

.floating-images img:hover {
  opacity: 0.8;
}

.floating-box {
	float: left;
	width: 33%;
}

.textbox {
  padding: 1.4em;
  background-color: #fce2bb;
  display: block;
}

.list-group-item {
  text-align: center;
}

.list-group>div {
  background-image: url("/images/nav_bg.jpg");
  background-repeat: repeat-y;
  padding-top: 1em;
}

.sidebar {
  padding-left: 15px;
}

.list-group {
  padding-left: 15px;
  width: 240px;
  text-align: center;
}

a.list-group-item {
  color: #888;
}

.list-group-item {
  display: block;
  background-color: unset;
  border: none;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}

.list-group-item.active {
  background-color: #fff0da;
  border-color: #fff0da;
  color: #000;
}

.list-group-item:hover {
  background-color: #fff0da;
  border-color: #fff0da;
  color: #000;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}

.content {
  margin-top: 3em;
}

.jumbotron {
  background-color: green;
}

.content-image {
  max-width: 100%;
}

.hamburger{
  font-family: 'Noto Sans', sans-serif;
  background:none;
  position:absolute;
  top:0;
  right:0;
  line-height:45px;
  padding:5px 15px 0px 15px;
  color:#999;
  border:0;
  font-size:1.4em;
  font-weight:bold;
  cursor:pointer;
  outline:none;
  width:50px;
}

.cross{
  font-family: 'Noto Sans', sans-serif;
  background:none;
  position:relative;
  top:0px;
  right:0;
  padding:7px 15px 0px 15px;
  color:#999;
  border:0;
  font-size:3em;
  /*line-height:65px;*/
  font-weight:bold;
  cursor:pointer;
  outline:none;
  border-radius: 10px;
  height: 50px;
}

.cross:hover {
  background-color: #f8eedf;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}

.list-group img {
	width: 100%;
}

.fix-header {
  position: fixed;
  top: -405px;
  z-index: 999;
}
.fix-burger {
  top: 0px !important;
  left: 0px;
}

.fix-content {
  margin-top: 35em !important;
}
@media screen and (min-width: 1200px) {
  .cross {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .fix-header {
  	width: 970px;
  }
  #menu-button {
    visibility: visible;
    display: block;
  }
  
  .row-offcanvas-fadeleft .sidebar-offcanvas {
    left: -100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  
  .row-offcanvas-fadeleft.active .sidebar-offcanvas {
    left: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 999;
  }
  
  .row-offcanvas-fadeleft.active #sidebar {
    position: fixed;
  }
  
  .row-offcanvas-fadeleft.active .list-group {
    border-right: 1px solid #888;
    border-bottom: 1px solid #888;
    box-shadow: 4px 4px 10px #888;
  }
}

@media screen and (max-width: 991px) {
  .fix-header {
  	width: inherit;
  }
  
  .floating-images, .floating-images>a {
    width: 100%;
    text-align: center;
  }
  
  .floating-images img {
    float: none;
    width: unset;
    margin: auto;
  }
  
  .floating-box {
    float: left;
    width: 100%;
  }
}

.clearfix {
	clear: both;
}

iframe {
	width: 100%;
	height: 400px;
}
