@font-face{
	font-family: 'brus445n';
	src: url('fonts/brus445n.TTF') format('truetype');
}
@font-face{
	font-family: 'Calibri';
	src: url('fonts/CALIBRI.TTF') format('truetype');
}
@font-face{
	font-family: 'CalibriBold';
	src: url('fonts/CALIBRIB.TTF') format('truetype');
}
@font-face{
	font-family: 'CalibriLight';
	src: url('fonts/CalibriL.ttf') format('truetype');
}

body {
	font-family: 'CalibriLight';
	margin-top: 141px;
	font-size: 20px;
}

h1 {
	font-size: 35px;
	margin-top: 25px;
	margin-bottom: 35px;
	font-family: 'CalibriBold';
}

.modal h1 {
	margin: 0 auto;
	margin-bottom: 30px;
	font-family: 'CalibriBold';
	text-align: center;
	color: #bd1829;
}

h2 {
	font-family: 'CalibriBold';
	font-size: 30px;
	margin-bottom: 20px;
}

h3 {
	font-family: 'CalibriBold';
	font-size: 25px;
}

a, a:hover, a:visited {
	color: black;
	text-decoration: none;
}

.ersterAbschnitt {
	padding-bottom: 30px;
}

.abschnitt {
	padding-top: 30px;
	padding-bottom: 30px;
}

.subAbschnitt {
	padding-bottom: 50px;
}

.font-brush {
	font-family: 'brus445n';
}

.txt-rot {
	color: #bd1829;
}

.txt-weiss {
	color: white;
}

.txt-gruen {
	color: #0d6938 !important;
}

.bg-grau {
	background-color: #f5f5f5;
}

.bg-weiss {
	background-color: white;
}

.bg-rot {
	background-color: #bd1829;
}

.carousel-control-next-icon, .carousel-control-prev-icon{
    width:50px;
    height:50px;
}

.carousel {
	margin-bottom: 50px;
}

.carousel-indicators {
	bottom: -40px;
	margin-right: 0;
	margin-left: 0;
}

.carousel-indicators li {
	width: 15px;
	height: 15px;
	background-color: #c5c5c5;
	border-radius:10px;
	margin-left: 10px;
	margin-right: 10px;
}

.carousel-indicators .active {
	background-color: #bd1829;
}

#unserHaus img {
	border: solid #bd1829 1px;
	border-radius: 10px;
}

#ueberUns a, #ueberUns a:visited {
	display: block;
	background-color: #bd1829;
	border-radius: 10px;
	color: white;
	font-size: 20px;
	padding: 20px;
	width: 100%;
	margin-bottom: 20px;
}

#modalLeitung p {
	margin: 0;
}

#modalLeitung img {
	margin-top: 15px;
	margin-bottom: 2px;
}

#leistungen p {
	margin-top: 10px;
	font-family: 'CalibriBold'; 
}

#kontakt a, #kontakt a:visited {
	color: white;
}

#kontaktImg {
	margin-bottom: 30px;
	margin-top: 30px;
}

.kontaktIcon {
	margin-right: 10px;
}

.linkKarriere, linkKarriere:visited, linkKarriere:hover{
	color: #bd1829 !important;
}

.impressumLink {
	margin-right: 15px;
	margin-left: 15px;
}

.text-center-mobile{
	text-align: left;
}

@media (max-width: 576px) {
	.text-center-mobile{
		text-align: center;
	}
}

/* Modale */
.modal-xl{
	max-width: 80%;
}
@media (max-width: 992px){
	.modal-xl{
		max-width: 100%;
		margin: 0;
	}
	.modal{
		padding-right: 0px;
	}
}
.modal-header {
	border: none;
	padding-bottom: 0;
}
.modal-body {
	padding-top: 0;
}

.modal img {
	margin-bottom: 20px;
}

