body {
   padding: 0;
   margin: 0;
   font-family: sans-serif;
}

header {
margin-top: 1px;
margin-bottom: 1px;
}

.mitte {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; 
}

.mitte1 {
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; 
  }

.mittenav {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
   
  }

.rechts {
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 600px;
    padding-right: 16px;
  }

#links {
    display: flex;
    justify-content: left;
    align-items: center;
    margin: 1px;
    padding: 1px;
  }

#links img{
   size: 100px;
}
@media screen {
    #links img {
        height: 100px;
    } 
}

#teserkonfi {
    width: 100%;
    height: 300px;
}

#teaserkonfi img {
    width: 75%;
    height: 50%;
    object-fit: cover;
    padding-top: 0px;
    margin-top: 0px;

}
@media screen and (min-width:800px){
    #teaserkonfi {
        height: 600px;
    } 
}

.autobildunten {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    font-size: small;
    color: white;
}

.ja {
   color: white;
   font-size: larger;
   font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
#teaser {
 width: 100%;
 height: 100%;
}

#teaser img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (min-width:800px){
    #teaser {
        height: 800px;
    } 
}

nav {
    position: sticky;
    top: 0;
    backdrop-filter: blur(11px);
    box-shadow: 2px 2px 4px black(o,0,0,0.11);
}

nav ul li{
    position: relative;
}

nav ul li a{
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    color: gray;
}

nav ul li a:hover{
    backdrop-filter: blur(10px);
}

nav ul li:hover ul{
    display:block;
}

nav ul li ul li a{
    color: white;
    padding: 16px 20px;
    border-radius: 10px;

}

nav ul li ul li a:hover{
    background-color: grey;
}
footer ul, nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 5px;
    padding-bottom: 5px;

}

footer ul li a,nav ul li a {
    font-weight: 600;
    padding: 16px;
}

.section {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
}

.kleinertext {
    font-size: x-small;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px;
}

.text {
    margin-top: 15px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: larger;
}

#farbe {
    width: 100%;
    height: 100%; 
    justify-content: center;
    align-items: center;
}

#farbe img {
    width: 9%;
    height: 9%;
    object-fit: contain;
    padding-top: 10px;
    margin-top: 10px;
    margin-left: 100px;

}
@media screen and (min-width:800px){
    #farbe {
        height: 600px;
    } 
}

#innenraum {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #farbe2 {
    width: 100%;
    height: 100%;
}

#farbe2 img {
    width: 10%;
    height: 10%;
    object-fit: contain;
    padding-top: 10px;
    margin-top: 10px;
    margin-left: 250;
    margin-right: 250;
}
    @media screen and (min-width:800px){
    #farbe2 {
        height: 600px;
    } 
}

#felge {
    width: 100%;
    height: 100%;
}

#felge img {
    width: 40%;
    height: 20%;
    object-fit: contain;
    padding-top: 10px;
    margin-top: 10px;
    margin-left: 100px;

}
@media screen and (min-width:100px){
    #felge {
        height: 600px;
    } 
}

<<<<<<< HEAD
.dropbtn {
    float: right;
    justify-content: right;
    color: rgb(0, 0, 0);
    padding: 16px;
    font-size: 16px;
    margin-right: 150px;

  }
  
  .dropdown {
    position:absolute
    display: inline-block;
  }
  
  .dropdown-content {
    justify-content: left;
    float: left;
    display: none;
    position: relative;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    justify-content: left;
    float: left;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-content a:hover {background-color: #ddd;}
  
  .dropdown:hover .dropdown-content {display: block;}
  
  .dropdown:hover .dropbtn {background-color: #b7b7b7;}

  .tabelle {
      background-color: black;
      color: white;

  }

  .tabellediv {
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; 
}

.technischedaten {
    background-color: black;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; 
}

.glow-on-hover {
    width: 220px;
    height: 50px;
    border: none;
    outline: none;
    color: #fff;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover:active {
    color: #000
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
   100% { background-position: 0 0; }
}

