@font-face {
    font-family: 'danielregular';
    src: url('incl/daniel-webfont.woff2') format('woff2'),
         url('incl/daniel-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


body {
  /*font-family: 'danielregular';*/
  font-family: 'Amatic SC', cursive;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

h1 {

  text-shadow: 0.1em 0.1em 0.1em #0f0f6e;
}

#hintergrund {
 position: fixed;
 left:0px;
 top:0px;
 width:100%;
 height:100%;
  z-index: -1;
}
#hintergrund img {
 width:100%;
 height:100%
}

#container {
  width:80%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.zauberwort {
  text-align:center;
  font-size:7vh;
  text-shadow: 0.05em 0.05em 0.1em white;
  font-weight: bold;
}
#fest, #versprochen {
  width:60%;
  font-size:10vh;
  
  text-shadow: 0.05em 0.05em 0.1em white;
  font-weight: bold;
}

#fest {
  padding-top: 1em;
  text-align:left;
}
#versprochen {
  text-align:right;
  }
#frage {
  padding-top: 1em;
}
 



form {
  margin-top: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
form input[type="password"] { 
   font-size: 1.2em; 
   border: 1px solid gainsboro;
   color: gold;
   font-family: inherit;
   font-weight:300; 
   background-color::#e2fefd;
   border-radius: 8px;
   border-color:#0f0f6e;
}	

.button {
  display: flex;
  height: 10vh;
  margin-top: 2em;
  border-radius: 8px;
  font-family : inherit;
  font-weight: bold;
  font-size:6vh;
  background:#e2fefd;
  border-color:#0f0f6e;
  
}

#kopfbild {
  position: relative;
  width: 85vw;
  height: 25vh;
  overflow: hidden;
}

#kopfbild img {
  position: absolute;
  left: 33%;
  top: 33%;
  height: auto;
  width: 100%;
  transform: translate(-33%,-66%);
}

#fussbild {
  overflow:hidden;
  width: 85%;
  height: auto;
}

#fussbild img {
  height: auto;
  width: 100%;
  max-width:800px;
}

ul.sidenav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 25%;
  background-color: #f1f1f1;
  position: fixed;
  height: 100%;
  overflow: auto;
  font-weight: bold;
  font-size: 1.5em;
}

ul.sidenav li a {
  display: block;
  color: #000;
  padding: 8px 16px;
  text-decoration: none;
}
 
ul.sidenav li a.active {
  background-color: #0f0f6e;
  color: white;
}

ul.sidenav li a:hover:not(.active) {
  background-color: #555;
  color: white;
}

div.content {
  margin-left: 25%;
  padding: 1px 16px;
  height: 1000px;
}

@media screen and (max-width: 4000px) {
  ul.sidenav {
    width: 85vw;
    height: auto;
    position: relative;
  }
  
  ul.sidenav li a {
    float: left;
    padding: 15px;
  }
  
  div.content {margin-left: 0;}
}

@media screen and (max-width: 300px) {
  ul.sidenav li a {
    text-align: center;
    float: none;
  }
}


#maincontent {
	width:85vw;
	text-align: left;
	font-size: 1.5em;
}


ul.timeline li
{
    position: relative;
   /*height: 3em;*/
    color: black;
}


ul.timeline li:before
{
    content: "";
    display: inline-block;
    height: 4em;
    width: 1px;
    background: black;
    margin: 0;
    padding: 0;
    position: absolute;
    left: -11px;
    top: -0.4em;
    z-index: -1;
}

ul.timeline:before
{
    content: "●";
    color:#0f0f6e;
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    left: -1em;
    top: 0.1em;
    color: black;
}

ul.timeline:after
{
    content: "●";
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    left: -1em;
    top: -1em;
    color: black;
}


$dark-blue: #222;
$green: #90feb5;
$action-color: $green;

* {
  box-sizing: border-box;
}

div{
  display: block;
  height: 100%;
  animation: hue-rotate 10s linear infinite;
}



