strong {
	font-weight: bold;
}
.btn, button {
	background-color: #B9EFCD !important;
}
.article .body,
.category .body {
	padding: 0 10px;
}
.neuwagen iframe {
	width: 600px;
	margin: 0 auto;
	display: block;
}
.contact-form input {
	width: 100%;
	background: #eee;
}
.contact-form textarea {
	width: 100%;
  	height: 200px;
	background: #eee;
}
input#default0_privacy_policy0 {
	width: auto;
}
.impressum h4 {
	text-align: left;
}
/* Kontaktform Wiunschtermin */

#default0_calendar {
	width: auto;
	float: left;
	min-width: 200px;
	height: 48px;
	margin-right: 5px;
	color: red;
}
.field-calendar .input-group {
	margin: 5px 0 20px;
}
#default0_calendar-lbl {
	margin-top: 20px;
	font-weight: bold;
}
.glyphicon-calendar::before {
	content: "Kalender";
}

@media (max-width: 620px) {
	
  .neuwagen iframe {
	width: 100%;
}
}