#content-intro
{
	margin: 0px;
}
#content-intro h1
{
	color: #c71c22;
}
#content-intro-inner
{
	padding: 20px;
	background-color: rgba(255,255,255,0.8);
	position: relative;
	display: inline-block;
	top: 40px;
}
#content-navigation-path
{
	min-height: 60px;
	background-color: #c71c22;
	color: #fff; /*border-bottom: 1px solid #c71c22; */ /*padding-top:2px;*/ /*padding-bottom: 15px; 	padding-left: 20px;*/
}

#content-navigation-path .content-section-left
{
	float: none;
}
#content-navigation-path h1
{
	white-space: nowrap;
	line-height: 20px;
	color: #fff;
}
/*#product-menu
{
	text-align: center;
}
#product-menu img
{
	display: none;
}*/
.components-list
{
	width: 100%;
	margin: auto;
}
.components-list li
{
	width: 33.333% !important;
	display: inline-block;
	margin-right: -5px;
	text-align: left;
	padding-top: 30px;
	padding-bottom: 30px;
	white-space: nowrap;
}
.components-list li a
{
	width: 100%;
	text-align: left;
	display: inline-block;
	color: #fff;
}
.components-list img
{
	width: 32px;
	height: 32px;
	transition-duration: 0.2s;
}
.components-list img:hover
{
	transform: scale( 1.1 );
}

#product-menu li:last-child
{
	width: 85px;
}

#product-menu li#kaufen
{
	width: 135px;
}
/*#product-menu > li
{
	background-color: #818284;
	float: none;
	padding: 10px;
	width: 150px;
	display: inline-block;
	border-radius: 5px 5px 0 0;
}
#product-menu > li.active
{
	background-color: #c71c22;
}*/
.red-tab span
{
	color: white;
	font-size: 1.3em;
}

.red-tab li:last-child span
{
	padding:20px 10px;	
}

/*#content-components
{
	margin-bottom: 0;
}*/


/*.emphasized-link
{
	float: none;
	background-color: #c71c22;
	padding: 10px;
	width: 45%;
	display: inline-block;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	font-size: 1em;
	font-weight: normal;
}*/


.content-section.topsection
{
	/*border-top: 1px #c71c22 solid;*/ /*padding: 30px 10% 30px 10%;*/
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

.content-section.topsection > div
{
	padding: 10px;
}

.content-section.topsection p
{
	width: 100%;
	font-size: 1.05em;
	color: #525252;
}

@media screen and (min-width:960px)
{
	.content-section.topsection p
	{
		/*width: 70%;*/
		margin: auto;
	}
}

.content-section.topsection.divider
{
	border-top: 1px solid #ccc;
	margin: 0 70px;
}

/*content-components*/
.content-section.midsection
{
	/*padding: 30px 10% 30px 10%;*/
	padding-top: 30px;
	padding-bottom: 30px;
	margin: 0;
	
}
.content-section.midsection h1
{
	/*color: #c71c22;*/
	padding-bottom: 10px;
}
.content-section.midsection:nth-child(odd)
{
	background-color: #e6e6e6;
}
.content-section.midsection > div
{
	float: none;
	display: inline-block;
	margin: 0;
	padding: 10px;
	vertical-align: top;	
	margin-right: -5px;
	width: 100%;
	text-align: center;
}


@media screen and (min-width:960px)
{
	.content-section.midsection > div
	{
		width: 50%;
		text-align: left;
	}
}

@media screen and (max-width:1100px)
{
	#product-menu > li
	{
		border-radius: 5px;
		margin: 5px;
	}
}

@media screen and (max-width:1100px)
{
	.components-list li, .gallery li
	{
		width: 50% !important;
		float: left;
	}
}

@media screen and (max-width:768px)
{
	.components-list
	{
		width: 50%;
	}
	.components-list li, .gallery li
	{
		width: 100% !important;
	}
}

@media screen and (max-width:480px)
{
	.components-list
	{
		width: 100%;
	}
}

.content-section.midsection .content-image-left img, .content-section.midsection .content-image-right img
{
	max-width: 100%;
}
.content-section.midsection > div.content-image-right
{
	float: right;
}

.content-section.midsection > div.content-centered
{
	width: 100%;
}
.content-section a
{
	color: #c71c22;
}

.content-section a:hover
{
	color: rgba(255, 0, 0, .7);
}


/*bottom part*/
.content-section.bottomsection
{
	background-color: #c71c22; /*padding: 30px 10% 70px 10%;*/
	padding-top: 30px;
	padding-bottom: 70px;
}
.content-section.bottomsection > h1, .content-section.bottomsection > h2
{
	text-align: center;
	padding-bottom: 20px;
	font-weight: 400;
}
.content-section.bottomsection a
{
	color: #fff;
}
.content-section.bottomsection a:hover
{
	color: #fff;
}
.content-section.bottomsection > p.separator
{
	border-top: 1px solid rgba(255, 0, 0, .3);
}

.content-section.bottomsection > div
{
	width: 100%;
}

#bottomnavnew > a:hover
{
	text-decoration: underline;
}



/*gallery page*/
.gallery li
{
	display: inline-block;
	padding: 30px;
}

/*buy page*/

.pricetable
{
	width: 100%;
}
.pricetable tr:nth-child(odd)
{
	background-color: #F5F5F5;
}

/*tr.hide-bottom
{
	visibility: visible;
}*/

tr.hide-bottom > td
{
	text-align: center;
}

td.hide-right
{
	display: none;
}

@media screen and (min-width:480px)
{
	tr.hide-bottom
	{
		/*visibility: hidden;*/
		display: none;
	}

	td.hide-right
	{
		display: block;
	}
}
