body {
    margin:0px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

#kopf {
    background-image: url(./background_images/background_image_01.jpg);
    background-size: cover;
    background-color:#3c6382;
    padding-top: 75px;
    padding-bottom: 75px;
    border: solid rgba(0, 0, 0, 0.5);
    
}

#kopf a{
    display: inline-block; 
    text-decoration: none;
    font-size: 180%;
    font-weight: normal;
    color:whitesmoke;
    margin-top: 30px; 
}

#navigation {
    margin-top: 8px;
    margin-bottom: 10px;
    background-color: rgb(114, 114, 114);
    background-image: url(./background_images/background_image_01.jpg);
   /* background-blend-mode: multiply; */
    
}

#navigation a{

    font-size: 110%;
    font-weight: normal;
    color: whitesmoke;
  
    

}
#navigation .link {

    width: 15%;
    display: inline-block;
    padding: 20px;
    
    
   

}

#navigation .link:hover {
    padding: 20px;
    background-color: rgb(211, 207, 227, 0.2);
    cursor: pointer;
   
}

#kontakt p{

    color: black;
}

.showroom img {
    width: 100%;
    max-width: 240px;
}


.showroom {

    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
   /*  border: solid rgba(0, 0, 0, 0.5);
   
   
    background-color: rgb(114, 114, 114);
   background-image: url(./background_images/background_image_06.jpg);
    background-blend-mode: multiply; */
    
    margin: 10px 0; 
  

   
}


.showroom .box {

    width: 200;
    height: 402px;
    margin-top: 40px;
    margin-left: 37px; 
    background-color: whitesmoke;
    border: 1.5px solid black;
    text-align: center;
}

.showroom .box>* {
    display: flex;
    justify-content: center;
    align-items: center;
   
    
}

.showroom .box header {

    height: 40px;
    color: black;
    background-color: whitesmoke;
    border: 1.5px solid white;
    

}

.showroom .box footer {

    height: 60px;
    color: black;
    background-color: whitesmoke;
    
    

}

.showroom .box p{
    color: rgb(93, 93, 93);
    font-weight: bold;
}

.showroom .box div {
    height: -220px;
    transition: all ease-in-out .2s;
}

.showroom .box div:hover {
    transform: scale(1.2);
}

.showroom .box img {
    height: -150px;
    width: -150px;
}


.showroom .box {

    width: 200px;
    float: left;
    
}



