@charset "UTF-8";

a.more,
button.more {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #fff !important;
	padding: 10px 20px;
	background: #8f2818;
	border: none;
	text-transform: uppercase;
	text-decoration: none !important;
	cursor: pointer;
}

.more-informations{
	padding:10px 20px;
	color:#8f2818 !important;
	border:2px solid #8f2818;
	display:inline-block;
	text-decoration:none !important;
	/*margin-top:40px;*/
}

a.link-accordeon {
	position: relative;
	display: block;
	margin: 0;
	padding: 20px 45px 20px 15px;
	border-top: solid 1px #e9ecef;
	border-bottom: solid 1px #e9ecef;
	line-height: 1.2;
	font-weight: 700;
	color: #8f2818 !important;
	text-decoration: none !important;
	text-align: left;
}

a.link-accordeon:hover {
	background-color: rgba(233, 236, 239, 0.5);
}

a.link-accordeon::after {
	content: '\f105';
	font-family: "fontello";
	font-size: 22px;
	font-weight: normal;
	line-height: 1;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	right: 15px;
	color: #8f2818;
}

p.picto-maschinen {
	width: 80px;
	height: 80px;
	background-color: #8f2818;
	background-image: url(/fileadmin/inhalte/Startseite/Piktogramme/pikto_maschinen_hover.png);
	background-position: center;
	background-size: cover;
	text-indent: -9999em;	
}

p.picto-werkzeuge {
	width: 80px;
	height: 80px;
	background-color: #8f2818;
	background-image: url(/fileadmin/inhalte/Startseite/Piktogramme/pikto_werkzeuge_hover.png);
	background-position: center;
	background-size: cover;
	color: #000;
	text-indent: -9999em;	
}

p.picto-technologie {
	width: 80px;
	height: 80px;
	background-color: #8f2818;
	background-image: url(/fileadmin/inhalte/Startseite/Piktogramme/pikto_technologien_hover.png);
	background-position: center;
	background-size: cover;
	color: #000;	
	text-indent: -9999em;	
}

p.picto-messtechnik {
	width: 80px;
	height: 80px;
	background-color: #8f2818;
	background-image: url(/fileadmin/inhalte/Startseite/Piktogramme/pikto_messtechnik_hover.png);
	background-position: center;
	background-size: cover;
	color: #000;	
	text-indent: -9999em;	
}

p.picto-service {
	width: 80px;
	height: 80px;
	background-color: #8f2818;
	background-image: url(/fileadmin/inhalte/Startseite/Piktogramme/pikto_service_hover.png);
	background-position: center;
	background-size: cover;
	color: #000;	
	text-indent: -9999em;	
}

p.picto-digitalisierung {
	width: 80px;
	height: 80px;
	background-color: #8f2818;
	background-image: url(/fileadmin/inhalte/Startseite/Piktogramme/pikto_digitalisierung_hover.png);
	background-position: center;
	background-size: cover;
	color: #000;	
	text-indent: -9999em;	
}

span.text-small {
	font-size: 15px;
}