

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/


*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* ACCORDION */

/*----- Accordion -----*/
.accordion, .accordion * {
    -webkit-box-sizing:border-box; 
    -moz-box-sizing:border-box; 
    box-sizing:border-box;
}
 
.accordion {
    overflow:hidden;
    background:#f7f7f7;
	border:1px solid #ddd;
	margin-bottom:20px;
}
 
/*----- Section Titles -----*/
.accordion-section-title {
    width:100%;
    padding:15px;
    display:inline-block;
    border-bottom:1px solid #dddddd;
    background:#efefef;
    color:#014289;
	text-transform:capitalize;
	font-size:20px;
	position:relative;
}
 
.accordion-section-title.active, .accordion-section-title:hover {
    background:#efefef;
    color:#014289;
    text-decoration:none;
}

.accordion-section-content {
    padding:30px;
    display:none;
	background:#fff;
}

.accordion-section-title:after {
    content: "\f104";
    font-family: FontAwesome;
    position: absolute;
    right: 20px;
    font-size: 40px;
    top: 15px;
}

.accordion-section-title.active:after {
    content: "\f107";
}

.umweltmonitoring-acc .accordion-section-title {
	color: #018911;
    background: url(../images/monitoring-icon.png) no-repeat;
    padding-left: 40px;
    background-position: 15px center;
}

.druck-gasdichtemessung-acc .accordion-section-title {
	color: #c71c1c;
    background: url(../images/druck-icon2.png) no-repeat;
    padding-left: 50px;
	background-position: 15px center;
}


.accordion .entry-title h5 {
    font-size: 14px;
    font-weight: bold;
	line-height:20px;
	height:70px;
}
.datenblatt-archiv > article {
    margin-bottom: 20px;
}
.accordion .entry-thumb {
    border: 1px solid #ddd;
    margin-bottom: 10px;
}
.accordion .entry-thumb img{
	width:152px;
	height:146px;
}
.accordion .datenblatt-link {
    background: #ddd;
    width: 100%;
    display: block;
    text-align: center;
    padding: 5px;
    font-size: 14px;
    color: white !important;
    font-weight: bold;
}

.accordion .datenblatt-link .fa {
	padding-left:10px;
}

.accordion .ua_kategorien-sensorik .datenblatt-link,
.accordion .ua_kategorien-sensors .datenblatt-link {
	background:#c71c1c;
}

.accordion .ua_kategorien-sensorik .entry-title h5,
.accordion .ua_kategorien-sensors .entry-title h5 {
	color:#c71c1c;
}

.accordion .ua_kategorien-umweltmesstechnik .datenblatt-link,
.accordion .ua_kategorien-environmental-monitoring .datenblatt-link {
	background:#018911;
}

.accordion .ua_kategorien-umweltmesstechnik .entry-title h5,
.accordion .ua_kategorien-environmental-monitoring .entry-title h5 {
	color:#018911;
}

.accordion .ua_kategorien-blindenhilfsmittel .datenblatt-link,
.accordion .ua_kategorien-white-canes .datenblatt-link {
	background:#FFC128;
}

.accordion .ua_kategorien-blindenhilfsmittel .entry-title h5,
.accordion .ua_kategorien-white-canes .entry-title h5 {
	color:#FFC128;
}

.accordion h3 {
    font-weight: bold;
	margin-top:0px;
}

.accordion .datenblatt-archiv {
    margin-bottom: 0;
}
