*{
	font-family: Arial, sans-serif;
}

.logo{
	float:left;
	width:220px;
	height:70px;
}

.claim{
    font-family: Arial, sans-serif;
    float: left;
    width: calc(100% - 220px);
    height: 70px;
    text-align: right;
    line-height: 20px;
    padding-top: 15px;
    color: #4998d2;
}
.navigation{
	font-family: Arial, sans-serif;
	background-color:#F2F3F5;
	color:#121212;
	margin-bottom: 3em;
}

.navi{
	list-style-type: none;
	margin: 0px;
    padding: 0px;
}

.navi>li{
	float: left;
    width: calc((100% / 6) - 1px);
    border-right: 1px solid #d8d9dd;
    text-align: center;
	line-height: 40px;
    font-size: 13px;
}

.navi>li>a{
	display:block;
	color:#121212;
	text-decoration: none; 
}

.navi>li>a:hover{
	display:block;
	background-color:#4998d2;
	color:#ffffff;
	text-decoration: none; 
}

.navi:after{
	clear:both;
	content: " ";
    display: table;
}

.clear{
	clear:both;
}


dl#simple-gallery {
    width:475px;
    position: fixed;
    height:475px;
    background-color:#ffffff;
}
dl#simple-gallery dt{
    width: 111px;
    cursor: pointer;
    position: relative;
    top: 485px;
    float: left;
    margin-right: 10px;
}

dl#simple-gallery dt.last-child{
    margin-right: 0;
}

dl#simple-gallery dt img {   
  width: 111px;
}

dl#simple-gallery dt:hover + dd { 
  opacity:1;
}

dl#simple-gallery dd {
  position: absolute;
  top: 0;
  margin: 0;
  opacity: 0;
  transition: .7s opacity;
}
dl#simple-gallery dd img {
    width: 475px;
    height: 475px;
}
.bilder{
	width:500px;
	height:600px;
	overflow:hidden;
	float:left;
}
.des_right{
	width:calc(100% - 500px);
	float:left;
}

.des_right h1{
	font-family: Arial, sans-serif;
	letter-spacing: 0.03em;
	margin: 0;
    color: #333333;
    font-weight: 500;
    font-size: 2em;
    margin-bottom: 5px;
}

.wrapper{
	margin:auto;
	max-width:1200px;
}

.produktdetails{
	font-family: Arial, sans-serif;
    font-size: 14px;
}

.produktdetails ul{
	background-color: #f0f0f0;
    padding: 1em 3em;
	line-height:1.5em;
}

.titel{
	border-bottom: 3px solid #259fe2;
}

.ext_prod{
	float:left;
	width:calc((100% / 6) - 22px);
	border:1px solid #F2F3F5;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:20px;
}
.prod_foto img{
	width:100%;
}

.prod_name{
	background-color:#F2F3F5;
	text-align:center;
	font-size:12px;
	line-height:1.5em;
	height:6em;
	padding:10px;
	overflow:hidden;
	color:#121212;
}

.ext_prod a{
	text-decoration:none;
}


