@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
}
body {
  background-color: black;
  font-family: "Open Sans";
}

.marker {
  background-color: yellow;
}

.carousel {
  z-index: -9999;
}

.blur-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9); /* Schwarz mit 50% Transparenz */
    background-size: cover;
    z-index: 9999;
    display: none;
  }
  
  .popup-image {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
    z-index: 10000;
  }

.carousel img {
  height: 100%;
}

.spacer {
  background-color: black;
  padding-top: 20%;
  height: 20%;
}

.navigation img {
  height: 50px;
  width: 10px;
}

.py-3 img {
  width: 300px;
  margin-top: -40px;
  margin-bottom: -55px;
}

#mainNavigation a {
  font-family: "Cabin", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.dropdown-menu {
  background: black;
}

a.dropdown-toggle {
  color: #dfdfdf !important;
}

a.dropdown-item:hover {
  color: #03727d !important;
}

.nav-item a {
  color: #dfdfdf;
}

.nav-item a:hover {
  color: #fff;
}

.nav-item {
  min-width: 12vh;
}

#mainNavigation {
  left: 0;
  width: 100%;
  height: 210px;
  z-index: 123;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=0 );
}

#navbarNavDropdown.collapsing .navbar-nav,
#navbarNavDropdown.show .navbar-nav {
  background: black;
  padding: 12px;
}

.dartteam button {
  width: 100%;
  min-height: 100px;
  background-color: black;
  color: white;
}

.dartteam img {
  width: 200px !important;
  height: 200px !important;
  max-height: 200px;
  object-fit: cover;
	object-position: 50%;
}

.navbar-toggler {
  border: none;
}

div.stars {
  width: 270px;
  display: inline-block;
}

input.star {
  display: none;
}

.veranstaltung {
    max-width: 700px;
}

.likebutton {
    width: 200px;
}

.like {
    font-size: 12px;
}
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 500,
  'GRAD' 200,
  'opsz' 20
}

label.star {
  float: right;
  padding: 10px;
  font-size: 36px;
  color: #444;
  transition: all 0.2s;
}

input.star:checked ~ label.star:before {
  content: "\f005";
  color: #fd4;
  transition: all 0.25s;
}

input.star-5:checked ~ label.star:before {
  color: #fe7;
  text-shadow: 0 0 20px #952;
}

input.star-1:checked ~ label.star:before {
  color: #f62;
}

label.star:hover {
  transform: rotate(-15deg) scale(1.3);
}

label.star:before {
  content: "\f006";
  font-family: FontAwesome;
}

.gradient-custom-2 {
  background: #fccb90;
  background: linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593);
}

.login {
  position: fixed;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.loginbg {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.closebtn {
  position: absolute;
  right: 10px;
  top: 10px;
}

.dart {
  width: 100%;
}


.fa-star-o {
  color: black;
}
.bgnews {
  font-family: "Droid Serif", serif;
  font-size: 14px;
  color: #2f2f2f;
  background-color: #f9f7f1;
  padding-top: 5%;
  min-height: 100%;
  float: left;
  padding-bottom: 5%;
}


.row {
  margin-left: 0;
  margin-right: 0;
}

header {
  font-family: "Playfair Display", serif;
  font-weight: 900;
  font-size: 3rem;
  text-transform: uppercase;
  display: inline-block;
  line-height: 72px;
  margin-bottom: 20px;
  padding-top: 30px;
}

.subhead {
  text-transform: uppercase;
  border-bottom: 2px solid #2f2f2f;
  border-top: 2px solid #2f2f2f;
  padding: 12px 0 12px 0;
}

.hotnews {
  width: 100%;
  float: right;
  font-family: serif;
}

.news img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

.hotnews img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

footer {
  float: left;
}

.news {
  width: 100%;
  float: left;
}

.newscontent {
  width: 100%;
  text-align: center;
}

.newscontent p {
  width: 100%;
}
.hotcontent {
  margin-top: 20px;
  width: 33%;
}

.hotnews .col {
  margin-top: 30px;
  border-right: 1px solid black;
}

.minisubhead {
  font-weight: 100;
  font-style: italic;
  font-size: 13px;
  box-sizing: border-box;
  padding: 10px 0 10px 0;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 20%;
  margin-right: 20%;
  border-bottom: 2px solid #2f2f2f;
  border-top: 2px solid #2f2f2f;
}

.news .headline {
  margin-top: 40px;
  font-weight: 700;
  font-size: 35px;
  text-transform: uppercase;
  padding: 10px 0 10px 0;
}

.headline {
  margin-top: 40px;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  padding: 10px 0 10px 0;
}

.container2 {
  max-width: 400px;
  margin: 0 auto;
  padding: 20px;
  background-color: #333;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.form-label {
  font-weight: bold;
}

.form-control {
  margin-bottom: 10px;
}

.guestbook-entry {
  background-color: #222;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.guestbook-entry h5 {
  margin-bottom: 5px;
}

.star-rating {
  color: gold;
  margin-top: 10px;
}

.star-rating .fa-star {
  font-size: 16px;
}

.starimg {
  width: 100%;
  height: 100%;
  background-image: url(img/star-icon.png);
}

.loginarea {
  position: absolute;
  right: 10px;
  width: 100px;
  top: 50px;
  border-radius: 5px;
  background-color: #2f2f2f;
}



 @media (min-width: 768px) {
  .gradient-form {
    height: 100vh !important;
  }
}
@media (min-width: 769px) {
  .gradient-custom-2 {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
  }
}
@media only screen and (min-width: 960px) {


  .carousel img {
    margin-top: -20%;
    margin-bottom: -20%;
  }
  .py-3 img {
    width: 400px;
    margin-top: -40px;
    margin-bottom: -55px;
  }
  .spacer {
    background-color: black;
    padding-top: 10%;
  }
  .dart {
    float: left;
    width: 49%;
  }
  

  .card {
    margin-right: 0.5%;
    margin-left: 0.5%;
  }
  .news img {
    width: 200px !important;
    height: 100% !important;
    object-fit: contain !important;
  }
  .hotnews {
    width: 100%;
  }

  .hotnews img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }
  header {
    font-family: "Playfair Display", serif;
    font-weight: 900;
    font-size: 80px;
    text-transform: uppercase;
    display: inline-block;
    line-height: 72px;
    margin-bottom: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .news .headline {
    margin-top: 40px;
    font-weight: 700;
    font-size: 70px;
    line-height: 70px;
    text-transform: uppercase;
    padding: 10px 0 10px 0;
  }
  .headline {
    margin-top: 40px;
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    padding: 10px 0 10px 0;
  }
} /*# sourceMappingURL=stylesheet.css.map */

@media only screen and (max-width: 959px) {
  .news img {
    width: 70% !important;
    max-height: 100% !important;
    object-fit: contain !important;
  }

  .hotnews img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }

  .dartteam img {
    width: 150px;
    height: 150px ;
    max-height: 200px;
    object-fit: fill;
  }
}

/* Team navigation shares the existing website menu, including smaller laptops. */
@media (min-width: 768px) {
  #navbarNavDropdown .navbar-nav { flex-wrap: wrap; justify-content: center; gap: 4px 8px; }
  #navbarNavDropdown .nav-item { min-width: 0; }
  #navbarNavDropdown .nav-link { padding-left: 10px; padding-right: 10px; }
}
