#allcontent{
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    width: 70%;
                box-sizing: border-box;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
               
                margin-left: auto;
                margin-right: auto;
                
                overflow: hidden;
}
footer{

}


nav{
    ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        background-color: #5f0b0b;
        display: flex;
        border-radius: 25px;
      }
      
      ul li a {
        display: block;
        color: rgb(255, 255, 255);
        padding: 14px 16px;
        text-decoration: none;
        border-radius: 25px;
      }
      
      ul li a:hover:not(.active) {
        background-color: #9b0a0a;
      }
      
      ul li a.active {
        background-color: #ff0000;
      }
    }
header {
  border-color: #ff0000;
  margin: 10px;
}

article {
  border-color: #5f0b0b;
  margin: 10px;
  margin-bottom: 5px;
  margin-left: 50px;
  float: left;
}

aside {
  margin: 10px;
  margin-top: 5px;
  margin-right: 50px;
  float: right;

}

#produktbild {
	width: 100%;
}


#left{
	float: left ;
	width: 40%;
	/* background-color: yellow; */
}
#right{
	float: right;
	height: 400px;
	width: 60%;
	/* background-color: red; */
}
.eigenschaft-normal {
	
	height: 60px;
	margin: 50px;
	padding: 15px;
	border: gray;
	border-style: solid;
	border-radius: 10px;
	transition: all 0.5s ease;
}
.eigenschaft-betreten {
	
	height: 80px;
	margin: 50px;
	padding: 15px;
	border: blue;
	border-style: solid;
	border-radius: 10px;
	transition: all 0.5s ease;
}
.eigenschaft-titel {
	font-size: large;
	font-weight: bold;
}
.eigenschaft-wert {
	font-weight: lighter;
}
