.custom-module-container {
display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.custom-module {
  flex: 1 1 calc(33.333% - 15px);
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  .custom-module {
    flex: 1 1 calc(50% - 10px);
  }
}

@media (max-width: 600px) {
  .custom-module {
    flex: 1 1 100%;
  }
}

.header-box {
  color: white;
  text-align: center;
  padding: 30px 0;
  border: none;
  border-radius: 10px;
  width: 100%;
  cursor: pointer;
  display: block;
font-size: 20px;
  font-weight: bold;
}

.header-box:hover {
  opacity: 0.9;
}

.button-container {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}

.custom-button {
  background-color: inherit;
  color: white;
  border: none;
  border-radius: 10px;
  width: 49%;
  padding: 5px 0;
  cursor: pointer;
  text-align: center;
font-size: 16px;
  font-weight: bold;
}

.custom-button:hover {
  opacity: 0.9;
}

.orange { background-color: #FFA500; }
.bordeaux { background-color: #800020; }
.green { background-color: #008000; }
.darkblue { background-color: #00008B; }
.black { background-color: #000000; }
.red { background-color: #FF0000; }
.purple { background-color: #800080; } /* Purple */
.gray { background-color: #333333; } /* Antrazit Gray */
.pink { background-color: #f12a81; border:1px solid #fff;}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  display: block;
  padding: 0 5px;
  position: relative;
  border-radius: 9px;
  margin-bottom: 5px;
}
.sp-megamenu-parent .sp-dropdown li.orange > a,
.sp-megamenu-parent .sp-dropdown li.bordeaux > a,
.sp-megamenu-parent .sp-dropdown li.green > a,
.sp-megamenu-parent .sp-dropdown li.darkblue > a,
.sp-megamenu-parent .sp-dropdown li.black > a,
.sp-megamenu-parent .sp-dropdown li.red > a {
  color: #fff;
  font-weight: bold;
}
.featured-article-badge{
display:none;
}
ul.menu.nav-pills ul.menu-child li a{
    color: white;       /* Textfarbe auf weiß setzen */
    font-weight: bold;  /* Text fett setzen */
}

.menu-child li {
  border-radius: 10px;
  padding: 5px;
  margin: 5px;
}

li::marker {
  color: #fff;
}