a {
  color: #0147ff;
}

.main-menu ul.nav li>a,
.main-menu ul.nav li>div a.dropdown-item:hover {
  color: #333;
}

.main-menu ul.nav li>a:hover {
  text-decoration: underline;
}

.main-menu ul.nav li>div a.dropdown-item {
  color: #aaa;
}

.main-menu ul.nav li>div a.dropdown-item {
  color: #0f2943;
}

.main-menu ul.nav li>div a.dropdown-item:hover {
  text-decoration: underline;
}

.main-content {
  padding-bottom: 40px;
}

.footer-top {
  background: #0f2943;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 3px solid #484848;
}

.footer-top h2 {
  color: #fff;
  font-size: 25px;
}

.footer-top ul li a {
  color: #fff;
}

.footer-copyright {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
  background: #444;
}

.footer-copyright a {
  color: #fff
}

.footer-cols ul {
  padding-left: 0;
}

.footer-cols ul li {
  list-style: none;
}

.footer-cols ul li a {
  line-height: 26px;
}

.header {
  background: #0f2943;
}

.main-menu {
  border-top: 1px solid;
  border-top-color: rgba(240, 240, 240, .25);
  padding-left: 0;
  margin-top: 10px;
}

.logo {
  padding-left: 0;
}

.logo a {
  float: left;
}

.logo a img {
  float: left;
}

.logo a span {
  float: left;
  text-transform: uppercase;
  color: #fff;
  font-size: 12.7px;
  margin-left: 5px;
}

.SButtons_bottom{
	margin: 2em;
	}

.Bild_Legende{
	font-size:0.50em;
	color:#888888;
	margin: 2em;
	}

.Bild_Lizenz{
	font-size:0.50em;
	color:#888888;
	vertical-align:top;
	}

.gross_Text{
	font-size:150%
	}

.alignleft {
	text-align:left;
	}
.aligncenter {
	text-align:center;
	}
.alignright {
	text-align:right;
	}
.alignjustify {
	text-align:justify;
	}
	
	
img {
  max-width: 100%;
  height: auto;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-light.navbar-toggler {
  border-color: rgb(255, 255, 255);
}

.bildoverlay {
  position: relative;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 3rem;
  letter-spacing: .5px;
  line-height: 1.135
}

.bildoverlay img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*Menü*/

.name {
  display: none
}

#responsive-nav {
  display: none
}

.responsive-nav-label {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  font-size: 3em;
  color: white;
  margin: 0;
  padding: 0 .5em;
}

nav {
  display: none
}

input[type=checkbox]:checked~nav {
  display: block;
}

nav ul {
  list-style-type: none
}

ul.mainmenu {
  padding: 0;
}

li.mainmenu {
  text-transform: uppercase;
}

li.detailmenu {
  text-transform: none;
}
#dscookie {position: fixed; top: 30px; left: 30px; right: 30px; background: #fff; padding: 20px; font-size: 24px; font-family: verdana; border: silver 11px solid;}
#dscookie a.button {cursor: pointer; color: #fff; background: #0147ff; padding: 8px 20px; margin-left: 10px; border-radius: 5px; font-weight: bold; float: right;}
#dscookie a.button:hover {background-color: #fff;}
#dscookie p.cookiemessage {display: block; padding: 0; margin: 0;}

li.mainmenu a:hover {
  color: #fff;
  font-weight: 700;
}

li.detailmenu a:hover {
  color: #292b2c
}

nav ul ul {
  padding-right: 1em
}

nav a {
  display: flex;
  padding: 1em;
  text-decoration: none;
  color: white
}

.mainmenu a {
  border-top: 1px solid rgba(255, 255, 255, 0.3)
}

/*Menü Ende*/

@media only screen and (min-width: 992px) {
  nav {
    display: block
  }
  nav ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    padding: 0;
    margin: 0;
  }
  nav a:hover {}
  .mainmenu a {
    border: none;
  }
  nav ul ul {
    position: absolute;
    list-style: none;
    visibility: hidden;
    display: flex;
    padding: 0;
    z-index: 1;
    width: 100%;
    background-color: #fff;
    left: 0;
  }
  nav ul li:hover ul {
    visibility: visible
  }
  nav ul ul a {
    color: #292b2c
  }
  .responsive-nav-label {
    display: none
  }
  .main-content {padding-top:56px}
}
