.fenster-tueren h5 {
	border-bottom: 1px solid;
    color: #a6a6a6;
    font-size: 16px;
    font-style: italic;
    letter-spacing: 0.8px;
    margin: 0;
    padding: 0 0 8px;
}

.button-red {
	float: right;
	padding: 12px 30px;
	background-color: #65a615;
	font-size: 13px;
	color: #ffffff;
	text-transform: uppercase;
	margin: 20px 40px 0 0;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	border-radius: 3px;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.button-red:hover {
	background-color: #333;
	color: #fff;
	text-decoration: none;
}

.full-width-img {
	margin-bottom: 1em;
}

.mobile-padding {
	display: none;
	width: 0;
	height: 0;
}

/* -- max-width: 767 */
@media (max-width: 767px) {
	.mobile-padding {
		display: block;
		width: 0;
		height: 4em;
		clear: both;
	}
	
	.mobile-padding-small {
		display: block;
		width: 0;
		height: 2em;
		clear: both;
	}
	
	.fenster-tueren img, .innenausbau img, .holzbau img {
		width: 100%;
	}
}

.notoeffnung-banner {
	background-image: url("img/banner.jpg");
}
.notverschliessung-banner {
	background-image: url("img/banner.jpg");
}
.schliessanlagen-banner {
	background-image: url("img/banner.jpg");
}
.rauchmelder-banner {
	background-image: url("img/banner.jpg");
}
.ueberwachungstechnik-banner {
	background-image: url("img/banner.jpg");
}
.kontakt-banner {
	background-image: url("img/banner.jpg");
}
.impressum-banner {
	background-image: url("img/impressum-banner.jpg");
}