@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

body {
  font-family: 'Raleway', sans-serif;
  position: relative;
  width: 100%;
  height: 100%;
  color: white;
  font-size: 17px;
  font-weight: 400;
}

a {
  color: #75b7cc;
  text-decoration: none;
}

a:focus, a:hover {
  color: white;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

h1 {
  font-family: "snug-variable", sans-serif;
  font-variation-settings: "wght" 400, "wdth" 1, "XHGT" 100;
  font-size: 51px;
  color: #75b7cc;
  margin-bottom: 5px;
}

h2 {
  color: white;
  font-size: 21px;
  font-weight: 400;
}

h3 {
  font-size: 27px;
  font-weight: 400;
}

h4 {
  font-size: 27px;
  font-weight: 400;
}

h5 {
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
}

h3 a {
  color: white;
}

h3 a:hover {
  color: #dfdfdf;
}

#willkommen {
  margin-top: -60px;
  height: 100vh;
  background-image: url(../dmxDaten/header/willkommen03.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}


.sticky-top {
  padding-top: 40px;
  height: 60px;
  padding-right: 20px;
}

.top-aktu {
  background-color: #5c7d64;
  padding-top: 10px;
  height: 60px;
  border-bottom: 1px solid #aaaaaa;
}

.logo01 h3 {
  font-size: 19px;
  font-weight: 400;
  padding-top: 10px;
}

.logo h3 {
  font-size: 22px;
  font-weight: 400;
  padding-top: 10px;
}

@media (min-width: 577px) {
.logo01 {
  display: none;
}
}

@media (max-width: 576px) {
.logo {
  display: none;
}
}

.btn-light {
  color: #ffffff;
  background-color: transparent;
  border: none;
  font-size: 21px;
}

.btn-light:hover {
  color: #87aebf;
  background-color: transparent;
  border: none;
}

.offcanvas {
  margin-top:85px; 
  background-color: #87aebf;
  opacity: 0.93;
  height:50%; 
}

.col-megamenu {
  color:white;
  font-weight: 700;
}

.col-megamenu a {
  color:white;
  font-weight: 400;
}

.col-megamenu a:hover {
  color: #dfdfdf;
  font-weight: 700;
}

footer {
  background-color: #5c7d64;
}

.footer {
  color: #ffffff;
}


.footer a {
  color: #ffffff;
  text-decoration: none;
}

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

#admin {
  padding-left: 20px;
  font-size: 10px;
  color: #808182;
}

#admin a {
  color: #808182;
}

#admin a:hover {
  color: #494949;
}

.card {
  padding: 9px;
  background-color: #8f9091;
  border-color: #ced0d3;;
  font-size: 15px;
}

