
.navbar{
	background-color: rgb(29,43,112);
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
	opacity: 1;
	box-shadow: 0px 3px 5px 5px rgba(0,0,0,0.2);
}

img#logo{
	width: min(70%, 450px);
	height: auto;
	padding: 5px 5%;
}

.navbar-expand-lg {
	background-color: rgb(29,43,112);
}


.navbar-nav{
	position: relative;
	font-size: 1.2em;
	text-align: center;
	background-color: rgb(29,43,112);
}

.navbar-nav li {
	padding-right: 5px;
}

a.nav-link{
	color: white!important;
}

.nav-link:hover{
	color: #f7a500!important;
}


.einleitung{
	width: 90%;
}

.imprint .container{
	padding-top: 60px;
}


h1 {
	color: rgb(29,43,112);
	margin-bottom: 0.5em;
}

hr {
	border: 1px solid orange;
	width: 90%;
	opacity: 1;
	margin: 0 auto;
	}

img+p{
	font-size: 0.85em;
	line-height: 1.3em;
	margin-top: 5px;
}

a{
	color: #1d2b70;
	text-decoration: none;
	border-bottom: 1px dotted #1d2b70;
}

.carousel.oben{
	position: relative;
	left: -1%;
	width: 102%;
	top: 40px;
	margin-bottom: 70px;
}


.carousel-caption{
	background-color: rgba(255,255,255,0.8);
	padding: 2px;
	color: black;
}

.carousel-caption p{
	font-size: 1em;
	padding: 3px;
	margin: 0;
}

.opacity-95{
	background-color: rgba(255,255,255,0.95);
}

.opacity-80{
	background-color: rgba(255,255,255,0.8);
}


.collapse .row{
	padding-top: 1em;
}

.accordion-item .row{
	padding: 1em;
}

.termintabelle{
	width: 100%;
	padding: 1em;
	border: 1px solid #f0f0f0;
	margin-bottom: 2em;
}

.termintabelle th{
	background-color: #fff;
	font-weight: normal;
	font-style: italic;
}

.termintabelle table td:first-child{
	width: 25%;
	
}

.termintabelle table td:nth-child(2){
	width: 35%;
}

.termintabelle table td:nth-child(3){
	width: 40%;
}

.termintabelle td, .termintabelle th{
	padding: 5px;
}

.termintabelle tr:nth-of-type(odd){
	background-color: #f0f0f0;
}

.sprung {
    visibility: hidden;
    height: 0px !important;
    position: absolute;
    margin: -120px;
}

footer {
	background-color: rgb(29,43,112);
	color: white;
	padding: 1em 0 0.5em 0;
}

footer a {
	color: rgb(200,200,200);
	text-decoration: none;
}

footer a:hover {
	color: rgb(250,250,250);
}

@media only screen and (max-width: 900px) {

	#logo {
		height: 50px;
		padding: 5px 0;
	}

	hr{
		width: 95%;
	}

	.accordion h3{
		font-size: 1.2em;
	}

	.termintabelle td{
		font-size: 0.8em;
	}

}