/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

p {
	color: #333;
}

h1, h2, h3, h4 {

}

/* Home */
.fsch-home-block {
	text-align: center;
	padding: 1.5rem !important;
	margin-bottom: 1.5rem;
}

.fsch-home-block h2,
.fsch-home-block a {
	color: #2445a2;
	/* color: rgba(46,140,174,1.0) !important; */
}

.fsch-home-block h2 {
	min-height: 45px;
}

.card.card-block table {
	width: 100%;
}

.card.card-block table td {
	padding: 15px;
	vertical-align: top;
}


/* Navigation */

/* Oben */
#header .header-nav {

}

#header .header-top a[data-depth="0"] {
	color: #515252;
	text-transform: uppercase;
}

#header .header-top .menu {
	margin-top: 27px;
}

#_desktop_top_menu .top-menu[data-depth="0"] li:hover .sub-menu {

}


/* Links */
.block-categories ul ul {
	margin-left: 10px;
	padding: 4px;
	background: rgba(100,100,100,0.2);
}

.block-categories ul ul ul {
	margin-left: 2px;
	padding: 6px;
	background: rgba(100,100,100,0.0);
}


/* Kategorien */
#main .block-category {
	min-height: auto;
	color: #333;
}

.block-category #category-description p, 
.block-category #category-description strong {
	font-weight: 400;
	color: #333;
}

#main .block-category ul {
	margin: 8px 0 0 20px;
	color: #333;
}

.table-kat-desc {
	margin-top: 20px;
	border-top: 1px solid rgba(100,100,100,0.5);
}

.table-kat-desc img {
	max-width: 350px;
	height: auto;
	margin-top: 6px;
}

.table-kat-desc .td1 {
	padding: 10px 0 10px 0;
	border-bottom: 1px solid rgba(100,100,100,0.5);
}

.table-kat-desc .td2 {
	padding: 10px 0 10px 15px;
	border-bottom: 1px solid rgba(100,100,100,0.5);
}

.table-uebersicht td {
	vertical-align: top;
	text-align: left;
}

.table-uebersicht .td1 img {
	max-width: 350px;
	height: auto;
	float: left;
	clear: both;
}

.table-uebersicht .td1 {
	padding: 0px 15px 0px 0px;
}

.table-uebersicht .td2 h3 {

}

.table-uebersicht .td2 {
	padding: 0px 0px 0px 0px;
}

.table-uebersicht .td3 {
	padding: 15px 15px 0px 0px;
}

.table-uebersicht .td4 {
	padding: 15px 0px 0px 0px;
}

.table-uebersicht .td5 {
	padding: 15px 10px 0px 0px;
	text-align: right;
}

.table-uebersicht .td3 ul,
.table-uebersicht .td4 ul {
	margin: 0 0 0 25px;
}


/* Produkte */
.table-rows .even {

}

.table-rows .odd {

}

#producttabs {
	float: left;
	clear: both;
	display: block;
	width: 100%;
}

.tab-content .table-prod-desc {
	margin-top: 10px;
	border-top: 1px solid rgba(100,100,100,0.5);
}

.tab-content .table-prod-desc .td1 {
	padding: 10px 0 10px 0;
	border-bottom: 1px solid rgba(100,100,100,0.5);
}

.tab-content .table-prod-desc .td2 {
	padding: 10px 0 10px 15px;
	border-bottom: 1px solid rgba(100,100,100,0.5);
}

.tab-content .table-prod-desc img {
	max-width: 350px;
	height: auto;
}

.tab-content ul {
	margin: 6px 0 10px 30px;
}

.table-techdata {
	width: 100%;
	margin-bottom: 40px;
	border-spacing: 3px;
    border-collapse: separate;
}

.table-techdata td {
	padding: 6px;
}

.table-techdata .td1 {
	width: 50px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	background: rgba(46,140,174,1.0);
}

.table-techdata .td2 {

}

.table-abmessungen {
	width: 100%;
	margin: 0 0 30px 0;
}

.table-abmessungen td {
	width: 50%;
}

.table-abmessungen img {
	max-width: 100%;
	height: auto;
}

.table-datenblatt {
	width: 100%;
	margin: 15px 0 25px 0;
}

.table-datenblatt th {
	padding: 8px 0 8px 8px;
	background: rgba(46,140,174,1.0);
	color: #fff;
}

.table-datenblatt .td1 {
	padding: 8px;
	border-bottom: 1px solid rgba(100,100,100,0.5);
}

.table-datenblatt .td2 {
	padding: 8px 0 8px 8px;
	border-bottom: 1px solid rgba(100,100,100,0.5);
}

.table-produktdetails-tab {
	border-top: 1px solid rgba(100,100,100,0.5);
}

.table-produktdetails-tab .td1 {
	padding: 10px 10px 10px 0;
	border-bottom: 1px solid rgba(100,100,100,0.5);
}

.table-produktdetails-tab .td2 {
	padding: 10px 0 10px 0;
	border-bottom: 1px solid rgba(100,100,100,0.5);
}

.table-produktdetails-tab img {
	max-width: 350px;
	height: auto;
}

#tab-content .btn.btn-default {
	padding-left: 20px;
	background: url(../images/icon-pdf.png) no-repeat 0px 8px;
}

#tab-content .btn.btn-default:hover {
	color: rgba(100,100,100,1.0);
}

