@font-face{
	font-family: 'FrutigerLTStd-Bold';
	src: url('fonts/FrutigerLTStd-Bold.otf') format('opentype');
}
@font-face{
	font-family: 'FrutigerLTStd-Roman';
	src: url('fonts/FrutigerLTStd-Roman.otf') format('opentype');
}

.navbar.compressed {
  	height: 50px;
}

.navbar-brand {
	max-width: 70%;
}

body {
	font-family: 'FrutigerLTStd-Roman';
	margin-top: 70px;
	font-size: 16px;
}

#start h1 {
	padding-bottom: 20px;
}

h1 {
	padding-top: 40px;
	padding-bottom: 40px;
	margin: 0;
	font-size: 35px;
	font-family: 'FrutigerLTStd-Bold';
}

.modal h1 {
	font-family: 'FrutigerLTStd-Bold';
}

.modal h2 {
	font-family: 'FrutigerLTStd-Bold';
	font-size: 30px;
	border-bottom: none;
	text-align: left;
	margin: 0;
}

.modal h3 {
	font-size: 20px;
}

h2 {
	font-family: 'FrutigerLTStd-Bold';
	font-size: 30px;
	margin-bottom: 20px;
	border-bottom: 2px solid #d75700;
	min-height: 50px;
	max-width: 350px;
	margin-right: auto;
	margin-left: auto;
}

a, a:hover, a:visited {
	color: black;
	text-decoration: none;
}

.abschnitt {
	padding-top: 30px;
	padding-bottom: 30px;
}

.txt-orange {
	color: #d75700;
}

.txt-grau {
	color: #313131;
}

.txt-weiss {
	color: white;
	border-bottom-color: white;
}

.txt-blau {
	color: #283278;
}

.bg-grau {
	background-color: #f5f5f5;
}

.bg-orange {
	background-color: #d75700;
}

.bg-weiss {
	background-color: white;
}

.btnOrange {
	border: 2px solid #d75700;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	color: #d75700 !important;
	display: inline-block;
	min-width: 200px;
	margin-bottom: 15px;
	text-align: center;
}

.btnOrange:hover {
	background-color: #d75700;
	color: white !important;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width:50px;
    height:50px;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d70' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d70' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

#carouselReiseArchiv .carousel-item{
	max-width: 70%;
	margin-left: auto;
	margin-right: auto;
}

#carouselReiseArchiv {
	margin-bottom: 20px;
}

#kontakt img {
	margin-right: 10px;
}

#kontakt a {
	color: white;
}

#kontakt p {
	margin-bottom: 0;
}

/* Modale */
.modal-xl{
	max-width: 700px;
}
@media (max-width: 991px) {
	.modal-xl {
		max-width: 100%;
		margin: 0;
	}
	.modal {
		padding-right: 0px;
	}
	#reisepreis {
		margin-bottom: 30px;
	}
	#kontakt .row {
		text-align: center;
	}
	#impressumDatenschutz {
		text-align: center !important;
	}
	#trennlinie {
		margin-left: auto;
		margin-right: auto;
	}
}
.modal-header {
	border: none;
	padding-bottom: 0;
}
.modal-body {
	padding-top: 0;
}

.modal img {
	margin-bottom: 20px;
}

#modalArchiv .row > div {
	margin-bottom: 10px;
}