/* Produktauswahl HOME */
.flexbox-produkte { display: flex; flex-flow: row wrap; justify-content: space-around; }
.flexbox-produkte section {
	flex: 0 1 24%;
	background: #ccc;
	padding: 1rem 1rem 1.25rem 1rem;
	margin-bottom: .25rem;
	border-radius: 5px;
	box-sizing: border-box;
}
@media(max-width:1070px){
	.flexbox-produkte { max-width: 600px; margin: auto; }
}
@media(max-width:700px){
	.flexbox-produkte section {
		flex-basis: 100%;
	}
}
.flexbox-produktbox { display: flex; flex-direction: column; justify-content: space-between; height: 100%; }
.flexbox-produktbox h2 a {color: #333;}
.flexbox-produkte nav { flex-grow: 1; }
.flexbox-produkte .button-red { padding-left: 6px; padding-right: 6px; margin-left: -6px; width: 100%; }

/* Produktseiten */
.product-image img {text-align: center;}
.text-4cols-1st {clear: left;}
.text-4cols-1st, .text-4cols {float: left;}
.text-left {width: 50%;}
.text-right {width: 50%;}
.content-wide .text-right {
  width: 40%;
  margin-left: 10%;
}
.produkte h2 { margin-bottom: 1rem; }
.produkte figure { margin: 0; }
.produkte figcaption { font-style: italic; font-weight: bold; }
.produkte dt { font-weight: bold; float: none !important; }
.produkte dd { margin-left: 0; margin-bottom: .5rem; padding-left: 0 !important; }

.text-4cols-1st, .text-4cols {width: 25%; float: left; min-height: 80px; padding-bottom: 20px;}
.text-4cols-1st p, .text-4cols p {margin-right: 17px;}
/* Navi */
.text-4cols nav ul,
.text-4cols-1st nav ul {margin: 0; padding: 0; list-style: none;}
.text-4cols nav ul li,
.text-4cols-1st nav ul li {max-width: 235px; padding-bottom: 4px; float: none;}
.text-4cols nav ul li a,
.text-4cols-1st nav ul li a {text-decoration: none;}


#product_sections {clear: left;height: 300px;overflow: auto;}

.product_table {clear: left;width: 100%;margin: 0 auto 40px auto;border-collapse: collapse;}
.product_table th, .product_table td {width: 155px;padding: 5px;border-bottom: 1px solid gray;border-spacing: 0;text-align: center;}
.product_table th {font-weight: normal; vertical-align: top;}
.product_table img {margin: 0 !important;}
.product_img_row td {vertical-align: bottom; border-bottom: 0;}
.product_table .bg_coloured {background-color: #eee;}
.content-wide .product_table img {
	max-width: 280px;
	height: auto;
}


table.imgleft_textright {margin-top: 20px;border: 0;border-collapse: collapse;}
table.imgleft_textright td {padding: 0 0 14px 0;border: 0;border-spacing: 0;vertical-align: top;}
table.imgleft_textright td:first-child {min-width: 250px;}
table.imgleft_textright td img {margin-right: 14px;}

section#linkbox-produkte {padding-bottom: 20px;}
section.produkte {width: 828px;padding-left: 0;padding-top: 20px;padding-bottom: 20px;border-top: 1px solid black;}

@media (max-width: 870px) {
	.text-4cols-1st, .text-4cols { 
		width: calc(50% - 10px); 
		margin: 0 10px 0 0; 
		border-bottom: 1px solid #999;
	}
	.text-4cols nav ul li, 
	.text-4cols-1st nav ul li {
		max-width: 820px;
	}
}

@media (max-width: 510px) {
	.text-4cols-1st, .text-4cols {width: 100%; float: none; margin: 0; border-bottom: 1px solid #999;}
	.text-4cols nav ul li,
	.text-4cols-1st nav ul li {max-width: 510px;}
}
