
.was{
float: left;
margin-right: 10px;
}

nav{
width: 500px;
}


ul{
list-style-type:none;
	padding: 15px
}




a{
color: black;
	text-decoration: none;
}

li:hover{
text-decoration: underline
	
}

div.relative {
  position: relative;
  left: 30px;
}

.fade-in {
	animation-name: fadeIn;
	animation-duration: 1.3s;
	animation-timing-function: cubic-bezier(0, 0, 0.4, 1);
	animation-fill-mode: forwards;
}
@keyframes fadeIn {
  from {
	  opacity: 0;
  }
  to {
	  opacity: 1;
  }
}

/* Nicht relevant für das Skript */
img {
  max-width: 100%;
}

/* See "Broken-Images" (https://codepen.io/Codepalm/pen/rEYWEa) */
img {
    min-height: 50px;
    display: block;
    position: relative;
}
img:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0; 
    left: 0;
    height: -webkit-calc( 100% + 10px );
    height: calc( 100% + 10px );
    width: 100%;
    background-color: rgb(230,230,230);
    border: 2px dotted rgb(200,200,200);
    border-radius: 3px;
}
img:after {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: -webkit-calc( 100% + 10px );
    height: calc( 100% + 10px );
    padding: 10px 0;
    border-radius: 3px;
    content: "\f127   Fehlerhaftes Bild '" attr(alt) "'";
    display: block;
    font-size: 16px;
    font-style: normal;
    font-family: FontAwesome;
    color: rgb(100,100,100);
    text-align: center;
}

/* Image is in Loading-Process */
img.lazy-load:not([src]):after {
    content: "Bild '" attr(alt) "' wird geladen";
}



#box {position: absolute; 
top: 233px;
    left:500px; }

 
    #logoschiesslhaus {
    position: absolute;
    top: 233px;
    left: 400px;
  }


.was {
float: left;
margin-right: 10px;
}
