@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Berkshire+Swash&display=swap');

body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  position: relative;
  width: 100%;
  height: 100%;
  color: #423E34;
  font-size: 17px;
  background-color: #a5d1f2;
}


blockquote {
  padding-left: 15px;
  border-left: 5px solid #e2e2e2;
}

.carousel-inner {
  width: 100%;
  max-height: 500px;
}

a {
  color: #ffffff;
}

a:focus, a:hover {
  color: #2A434D;
  text-decoration: none;
}

h1 {
  font-family: 'Berkshire Swash', cursive;
  font-size: 57px;
  color: #ffffff;
}

h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 19px;
  font-weight: 300;
  color: #ffffff;
}

h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 19px;
  font-weight: 300;
  color: #efca52;
  margin-top: 11px;
}

h4 {
  font-family: 'Sacramento', cursive;
  font-size: 37px;
  color: #efca52;
}

.logo {
  position: fixed;
  top: 5px;
  left: 0;
  z-index: 2600;
  opacity: 0.97;
  width: 270px;
}

@media (max-width: 992px) {
  .logo {
    width: 230px;
    top: 87px;
}

}

.icon {
    position: absolute;
    top: -100px;
    right: 30px;
    height: 150px;
}

@media (min-width: 992px) {
#header01 {
   margin-top: 0;
}
}




#mainbox {
 background-image: url('../dmxDaten/ground_trans.png');
}

/* Navigation */

.sticky-top {
background: rgb(51,164,205);
background: -webkit-gradient(linear, left top, left bottom, color-stop(14%, rgba(51,164,205,0.8281906512605042)), to(rgba(255,255,255,0)));
background: linear-gradient(180deg, rgba(51,164,205,0.8281906512605042) 14%, rgba(255,255,255,0) 100%);
}

@media (min-width: 992px) {
.sticky-top  {
   height: 110px;
}
}

.aktu-top {
background: rgb(51,164,205);
background: -webkit-gradient(linear, left top, left bottom, color-stop(14%, rgba(51,164,205,0.8281906512605042)), to(rgba(255,255,255,0)));
background: linear-gradient(180deg, rgba(51,164,205,0.8281906512605042) 14%, rgba(255,255,255,0) 100%);
}

@media (min-width: 992px) {
.aktu-top  {
   height: 110px;
}
}

.navbar {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}


.navbar-nav .nav-link, .nav-item {
  color: #ffffff;
  font-size: 18px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 16px;
}

@media (max-width: 992px) {
.navbar-nav .nav-link, .nav-item {
  padding: 1px 0;
  margin: 0;
}
.navbar-nav {
  text-align: center;
  padding: 10px 0;
}
}

.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus {
  color: #efca52;
}

.navbar-nav .show > .nav-link,
.navbar-nav .active > .nav-link,
.navbar-nav .nav-link.show,
.navbar-nav .nav-link.active {
  color: #efca52;
}

.navbar-toggler {
  margin-top: 0;
  padding-bottom: 9px;
}

.dropdown-item {
  font-family: 'Source Sans Pro', sans-serif;
}

.dropdown-item:hover, .dropdown-item:focus {
  background-color: rgb(206, 206, 206);
  color: #ffffff;
}

.dropdown .active {
  color: #ffffff;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 241, 210, 1)' stroke-width='2' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

footer {
  background-color: #33a4cd;
  opacity: 0.93;
  color: #2A434D;
}

.footer a {
  color: #2A434D;
}

.footer a:hover {
  color: #efca52;
}

#collapsesidenav {
	list-style-type: none;
}

#collapsesidenav ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
}

#collapsesidenav  a {
	color: #2A434D;
}

#collapsesidenav .active a {
	color: #efca52;
}

#collapsesidenav a:hover {
	color: #efca52;
}