@font-face {
    font-family: 'Noto Serif';
    src: url('../fonts/notoserif-regular-webfont.woff2') format('woff2'),
         url('../fonts/notoserif-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Serif Bold';
    src: url('../fonts/notoserif-bold-webfont.woff2') format('woff2'),
         url('../fonts/notoserif-bold-webfont.woff') format('woff');
}

@font-face {
    font-family: 'Noto Serif Italic';
    src: url('../fonts/notoserif-italic-webfont.woff2') format('woff2'),
         url('../fonts/notoserif-italic-webfont.woff') format('woff');
}

@font-face {
    font-family: 'Noto Serif BoldItalic';
    src: url('../fonts/notoserif-bolditalic-webfont.woff2') format('woff2'),
         url('../fonts/notoserif-bolditalic-webfont.woff') format('woff');
}

:root {
  --dunkelblau: #08428e;
  --orange: #fdb016;
}

.gallerie img{
  width: 100%;
  margin-top: 2em;
}

html{
  background-color: #f0f0f0;
}

body{
font-size: 1.2rem;
font-family: "Roboto", sans-serif;
background-size: cover;
margin: 0 auto;
background-color: rgba(255,255,255, 0.9)!important;
padding: 100px 0 0 0;
}

nav {
  border-bottom: 4px solid var(--orange);
  background-color: var(--dunkelblau);
}

#logo {
	height: auto;
	margin-top: 1rem;
	width: 300px;
}


.navbar-brand {
	padding: 0;
}




.navbar-toggler{
  background-image: url("../images/menu.png");
  background-size: contain;
  margin: 0 auto;
  width: 2em;
  height: 2em;
}

.nav-link{
  margin: 5px 5px 0 0;
}

.nav-link:hover{
  color: white;
}

footer a:hover{
	color: white;
	border-bottom: 2px solid white;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0;
}

.active{
  color: white !important;
  font-weight: 600;
}


h1, h2, h3, h4{
  color: var(--dunkelblau);
  margin-top: 2rem;
  margin-bottom: 2rem;
}

h5{
  color: var(--dunkelblau);
  margin-top: 2rem;
}

.lightweight-accordion{
	margin-bottom: 0.5em;
	border: 1px solid lightgrey;
	padding: 0.5em 1em;
}

.lightweight-accordion-title h5{
	display: inline-block;
	margin: 0 0 0 0.5em;
}


p{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

a {
	text-decoration: none;
	color: var(--dunkelblau);
}

.grundsaetze a:hover {
	color: var(--orange);
}


.titellogos img{
	padding: 2em 2em 2em 0;
	width: 70%;
}

hr{
	border: none; 
	border-bottom: 2px solid var(--orange);
	margin: 3em 0;
}

table tr td:nth-child(even){
  text-align: end;
}
table th:nth-child(even){
  text-align: end;
}
  

button:focus:not(:focus-visible){
    outline: none!important;
}
button:focus:not(:focus-visible) {
    outline: 0;
}



footer{
    margin-top: 1rem;
	background-color: var(--dunkelblau);
	border-top: 4px solid var(--orange);
	color: white;
  }

footer img{
  margin-top: 2rem;
  margin-bottom: 2rem;
  width: 100%;
}

footer a{
	color: white;
  text-decoration: none;
}

footer p {
  padding-top: 1rem;
}

footer .text-end{
  padding-top: 2rem;
}

@media only screen and (max-width: 900px) {
  .slide-textbereich {
    display: none;
  }
    footer img{
    width: auto;
    max-height: 200px;
  }
}

@media only screen and (max-width: 700px) {
  .slideshow-behaelter {
    display: none;
  }
  table{
    font-size: medium;
  }
  table td, table th{
    min-width: 100px;
  }
}




  