

.Kontainer{
display: flex;
align-items: center;
position: relative;
top: 10vw;
}

.Bild1{
    width: 39vw;
    height: auto;
    order: 1;
}
.Bild2{
    width: 40vw;
    height: auto;
    order: 3;
}
.Bild3{
    width: 20vw;
    height: auto;
    order: 2;
}

.text{
color:white;
text-decoration: none;
font-size: 3vw;
text-decoration: underline;
position: relative;
top: 3vw;
}

.Kontainer1{
display: flex;
justify-content: center;
justify-content:space-between;
justify-content:space-around;
}

 /* Navigationsleiste Start */
 .navigationstext
 {
   color: greenyellow;
   position: relative;
   font-size: 1.3vw;
   line-height: 7.5vw;
   top: 2vw;
   text-align: left;
   z-index: 2;
 }

.flex-item
{
 position: absolute;
 
}
 
 #knochen{
   width: 10vw;
   height: 8vw;
   cursor: pointer;
   z-index: 3;
 }  
#pfotenbild{
left: 0vw;  
width: 15vw;
height: 47vw;
border-radius: 0vw;
top: 0%;
bottom: 5%;
background-repeat: no-repeat;
background-size: cover;
background-attachment:fixed;
float: left;
padding: 0;
margin: 0;
border: 0vw;
position: absolute;
}


#knochen{
 width: 10vw;
 position: absolute;
 height: 8vw;
 z-index: 2;
}

#englisch {
bottom: 0vw;
z-index: 4;
width: 7vw;
height: 7vw;
float: left;
position: absolute;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
 display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
#dropdown-content {
 float: left;
 width: 10vw;
 border-width: 0.5vw;
 margin: 0%;
 padding: 0%;
 display: none;
 min-width: 97%;
 z-index: 3;
}

/*  Links inside the dropdown */
#dropdown-content a {
 padding: 7.5% 5%;
 text-decoration: none;
 display: block;
} 
/* Change color of dropdown links on hover */
#dropdown-content a:hover{
 font-weight: bold;
}

/*  Show the dropdown menu on hover  */
.dropdown:hover .dropdown-content {
 display: block;
}
