#inhalt{
	min-height: 480px;
}

#inhalt h1{
	white-space:nowrap;
}
#inhalt > article.uebersicht{
	margin-bottom: 20px;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;   
	display: -ms-flexbox;  
	display: -webkit-flex;    
	display: flex; 
}

/*Produkt-Übersicht*/

#Produkte .produkt{
	width: 518px;
	margin-bottom: 10px;
	background: linear-gradient(to bottom, #E9E9E9 0%, #FFF 74%) repeat scroll 0% 0% transparent;
	min-height: 80px;
	display: table;
}

#Produkte .produkt-image{
	width: 84px;
	height: 100%;
	background-color:rgba(0,56,130,1.00);
	text-align:center;
	display: table-cell;
	vertical-align: middle;
	padding: 10px 0;
}

#Produkte .produkt .produkt-image img{
    width: 60px;
}

#Produkte .produkt-text{
	border: 1px solid #E9E9E9;
	width: 392px;
	padding: 0 20px;
	margin-top: 10px;
}

#Produkte #spalte-links{
	width: 480px;
	margin-right: 80px;
}


#Produkte #spalte-rechts{
	width: 520px;
	padding-top: 17px;
}

#Produkte article a{
	font-size: 1em;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color:rgba(0,0,0,1.00);
	text-decoration: none;
}

.produkt-rahmen{
	width: 100%;
	display:block;
}
.produkt-rahmen #spalten-wrapper{
	width: 100%;
	
	-webkit-box-orient: horizontal;
  	-moz-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	-moz-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction:row;
	
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	
	-ms-flex-wrap: wrap; // IE10
	-webkit-flex-wrap: wrap; // Safari / iOS
	flex-wrap: wrap;
}

.produkte-img-wrapper{
	margin-right: 40px;
	margin-top: 20px;
}

.produkte-img-wrapper > img{
	width: 100%;
}

#listen{
	width: 540px;
	margin-top: 20px;
}

#listen p{
	margin-top: 0px;
}

#listen ul{
	list-style: none;
	padding: 0;
}


#listen ul li firstletter{
	color:rgba(103,174,229,1.00);
	margin: -2px 10px 0px 0px;
}

#listen ul li{
	color:rgba(0,56,130,1.00);
	font-size: 14px;
	font-weight: bold;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction:row;
	direction:ltr;     
	margin-bottom: 0px;
}

#listen h2{
	font-weight: normal;
	text-transform: uppercase;	
}

.lang{
	white-space:nowrap;
}

@media (max-device-width: 767px){	
	nav{
		display: none;
	}
	
	#Produkte, #Produkte #spalte-links, #Produkte #spalte-rechts, #Produkte .produkt{
		width: 100%;
	}
	#Produkte #inhalt article{
		-webkit-box-orient: vertical ;
  		-moz-box-orient: vertical ;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	#Produkte .produkt{
		height:auto;
		min-height: 126px;
	}
	
	#Produkte .produkt-image{
        padding: 0 5px;
	}
	
	#Produkte .produkt-text{
		width: auto;
	}
	
	#Produkte .produkt-text > p{
		text-align:left;
		text-align-last: left;
        -ms-text-align-last: left;
	}
	
	#Produkte .produkt-text > p > br{
		display:none;
	}
	
	#Produkte .produkt-text{
		padding: 0 10px;
		min-height: 126px;
	}
	
	.produkt-rahmen #spalten-wrapper, #inhalt > article.uebersicht{
		display:block;
	}
		
	#listen{
		width: 100%;
	}
	
	#listen ul li.lang {
  		white-space: normal;
	}
	
	#fibu #inhalt h1 {
  		font-size: 28px;
	}
	#inhalt h1{
		white-space:normal;
	}
}

@media (min-width: 768px) and (max-device-width: 939px){
	#inhalt{
		padding: 20px 20px;
	}
	
	#inhalt h1{
		text-align:center;
		white-space:normal;
	}
	
	#inhalt > article.uebersicht{
		display: block;
	}
	
	#Produkte #spalte-links, #Produkte #spalte-rechts, #inhalt > h1{
		margin: 0 auto;
		width: 518px;
	}
	
	#Produkte #spalte-links p{
		-moz-hyphens: auto;
   		-o-hyphens: auto;
   		-webkit-hyphens: auto;
   		-ms-hyphens: auto;
   		hyphens: auto; 
	}
	
	#Produkte .produkt-text{
		width: 100%;
	}
	
	.produkt-rahmen #spalten-wrapper{
		display: block;
	}
	
	.produkte-img-wrapper{
		text-align: center;
	}
	
	.produkte-img-wrapper > img {
		width: auto;
		height: 340px;
	}
	
	#listen{
		margin: 0 auto;
	}
}

@media (min-width: 940px) and (max-width: 1079px){
	
	#inhalt{
		padding: 0 20px;
	}
	
	#inhalt > article.uebersicht{
		display: -webkit-box;
		display: -moz-box;   
		display: -ms-flexbox;  
		display: -webkit-flex;    
		display: flex; 
	}
	
	#inhalt > article.produkt-rahmen{
		display:block;
	}
	
	#Produkte .produkt-text, #Produkte .produkt{
		width: 100%;
	}
	
	#inhalt h1{
		white-space:normal;
	}
}

/*@media only screen and (min-width: 1080px) and (max-resolution: 1dppx){
	#inhalt > article{
		display: -webkit-box;
		display: -moz-box;   
		display: -ms-flexbox;  
		display: -webkit-flex;    
		display: flex; 
	}
	
	#inhalt > article.produkt-rahmen{
		display:block;
	}	
	
	.produkte-img-wrapper > img{
		width: 100%
	}
	
	.produkte-img-wrapper{
		width: 400px;
	}
	
	#listen{
		width: 544px;
	}
		
	#listen ul li.lang{
		white-space:normal;
		white-space-collapse:preserve;
	}
	
	#listen ul li{
		padding-left: 0;
	}
}*/
















