html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 93px;
  font-family: 'Raleway'!important; 
}

#section-start{
		background-image: url(../images/Titel.jpg);
		/* background-repeat: no-repeat; */
		/* background-size: 100vw; */
		background-position: top right !important;
	}
.logodiv {
	/* text-align: center; */
    /* padding-top: 14%; */
    /* padding-right: 12%; */
	position: absolute;
    right: 10vw;
    top: 22vh;
}
.logo{
	/* width: 35%; */
	/* padding-top: 100px; */
	max-width:400px;
	width: 25vmax;
}
.banner{
	width: 100%
}	
.zitat{
	position: absolute;
	top: 10vh;
	background-color: #ec008c;
    color: white;
    font-size: 3vmax;
	padding-left: 70px;
	padding-right:30px;
}
.zitat1{
	position: absolute;
	bottom: 10vh;
	width: 60%;
	background-color: #ec008c;
    color: white;
    font-size: 1.5vmax;
	padding-left: 70px;
	padding-right:30px;
}
.arrow{
	text-align: right;
    bottom: 10px;
    position: absolute;
	width: 100%;
	padding-right: 50px;
}
.ebenen{
	color: white;
    line-height: 1.5;
    width: fit-content;
	transform: translateX(-15px);
}	

.content {
	/*margin: 5vw;*/
	text-align: justify;
}

#hauptmenue{
	position: absolute;
	top: calc(100vh - 30px);
	background-color:#9cc938;
	width: 100%;
	height: 30px;
	z-index: 999;
	/* background-color:white; */
	-webkit-animation-name: example; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 2s; /* Chrome, Safari, Opera */
    animation-name: example;
    animation-duration: 2s;
	}
.zentriert {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}	
.menu {
	position: absolute;
	top: calc(100vh - 50px);
	background-color:#9cc938;
	font-weight: 600;
	letter-spacing: 1.5px;
	width: 100%;
	height: 50px;
	z-index: 999;
}
/* nav { */
  /* bottom:0px; */
  /* height:3em; */
  /* left:0px; */
  /* position:absolute; */
  /* width:100%; */
/* } */
/* * html nav { */
  /* top:expression(auto); */
/* } */
.fixed-navi {
  top:0px;
  position:fixed !important;
  position:absolute;
}
* html .fixed-navi {
  top:expression(documentElement.scrollTop);
}
.menu li a, .menu li a:focus {
    color: #ffffff !important;
	text-transform: uppercase;
}

.nav > li {
	position: relative;
    display: block;
}

.nav > li > a {
	position: relative;
    display: block;
    padding: 10px 15px;
}

.anim {
	-webkit-animation: floating-arrow 1.6s infinite ease-in-out 0s;
	-o-animation: floating-arrow 1.6s infinite ease-in-out 0s;
	animation: floating-arrow 1.6s infinite ease-in-out 0s;
	color: #969698;
}
@-webkit-keyframes floating-arrow {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  65% {
    -webkit-transform: translateY(11px);
    transform: translateY(11px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes floating-arrow {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  65% {
    -webkit-transform: translateY(11px);
    transform: translateY(11px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes floating-arrow {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  65% {
    -webkit-transform: translateY(11px);
    transform: translateY(11px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/*######################################################*/

@media only screen and (max-width : 991px) {
	.menu{ 
		top:0px;
		/* position:fixed !important; */
		/* position:absolute; */
	} 

}



	

@media (max-width: 415px){
	.logodiv {
		right: 30vw;
		top: 40vh;	
	}
}
@media screen and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape){
	.logo {
		/* width: 300px; */
	}

}