@font-face{
	font-family: 'Futura-Med';
	src: url('fonts/Futura-Med.otf') format('opentype');
}

@font-face{
	font-family: 'Futura-Boo';
	src: url('fonts/Futura-Boo.otf') format('opentype');
}

body {
	font-size: 20px;
  	font-family: "Futura-Boo"; 
}

#menuBtn {
	float: right;
}

.container-fluid{
	padding-left: 0;
	padding-right: 0;
}

.bg-grau {
	background-color: #aaaaaa;
}

.bg-hellgrau {
	background-color: #f0f0f0;
}

.bg-dunkelgrau {
	background-color: #aaaaaa;
}

.bg-orange {
	background-color: #df7019;
}

.txt-orange {
	color: #df7019;
}

.nav-item > a {
	color: white !important;
	font-size: 25px;
}

.nav-link {
	padding-right: 15px !important;
	padding-left: 15px !important;
}

.abschnitt {
	padding-top: 20px;
	padding-bottom: 20px;
}

.subAbschnitt {
	padding-top: 20px;
}

h1 {
	font-size: 50px;
	font-family: Futura-Med;
	margin-top: 20px;
	margin-bottom: 20px;
}

h2 {
	font-size: 30px;
	margin-bottom: 15px;
}

p {
	margin-bottom: 5px;
}

#leistungen div {
	margin-bottom: 20px;
}
#leistungen a, #leistungen a:hover, #leistungen a:visited {
	color: #df7019;
	text-decoration: none;
	font-size: 25px;
	padding-bottom: 20px;
}

#brillux {
	vertical-align: middle;
}
#brillux p {
	font-family: "Renate Handwriting", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#brillux a, #brillux a:hover {
	color: white !important;
	padding: 15px;
	border-radius: 30px;
	background-color: #20137f
}

#brillux a:hover {
	opacity: 0.8;
}

.carousel-inner p {
	background-color: #df7019;
	color: white;
	padding-top: 30px;
	padding-bottom: 10px;
}

.carousel-indicators {
	bottom: 40px;
}

#carouselReferenzenIndicators .carousel-indicators {
	bottom: 60px;
}

.carousel-indicators > li {
	width: 15px;
	height: 15px;
	border-radius: 8px;
	background-color: transparent;
	border: 1px solid white;
}

#ueberUns p 
{
	margin-bottom: 20px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#kontakt a, #kontakt a:hover, #kontakt a:visited, #kontakt p {
	color: white;
	text-decoration: none;
}

#kontakt img {
	margin-right: 15px;
}

.teilenImg {
	margin-top: 30px;
	height: 40px;
	width: 40px;
}

#footer {
	padding: 5px;
}

.modal-xl{
	max-width: 70%;
}


.modal-header {
	border: none;
}

.modalHeadline {
	margin-top: 50px;
	font-size: 50px;
	font-weight: bold;
}

.modalSubheadline {
	margin-top: 30px;
	font-size: 30px;
	color: #df7019;
}

.modalText {
	margin-top: 20px;
}

.modalTextVorgehoben {
	font-size: 25px;
}

.modal-body img {
	margin-top: 20px;
}

button.close {
	position: absolute;
	right: 0;
	background-color: #20137f;
	color: white;
	opacity: 1;
	font-size: 50px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	text-shadow: none;
	z-index: 1;
}

button.close:hover {
	color: #df7019;
	opacity: 1;
}

.txt-orange {
	color: #df7019;
}

@media (max-width: 991px) {
	.modal-xl{
		max-width: 100%;
		margin: 0;
	}
	.modal{
		padding-right: 0px !important;
	}

	.container {
		max-width: 991px;
		padding-left: 0;
		padding-right: 0;
	}

	#kontakt{
		text-align: center;
	}

	h1 {
		font-size: 40px;
	}

	h2 {
		font-size: 30px;
		margin-bottom: 15px;
	}

	.modalHeadline {
		font-size: 40px;
	}

	.modalSubheadline {
		font-size: 30px;
	}

	.modalTextVorgehoben {
		font-size: 25px;
	}
}

@media (max-width: 768px) {
	h1 {
		font-size: 30px;
	}

	h2 {
		font-size: 25px;
		margin-bottom: 15px;
	}
	#leistungen a, #leistungen a:hover, #leistungen a:visited {
		font-size: 20px;
	}
}