@import "/css/base.css";
@import "/css/style.css";

.Klasisch .navbar-nav {
  padding-left: 15px;
  padding-left: 30px;
}

.Klasisch .navbar-nav .nav-link.searchModernButton {
  padding-right: 0;
}

.Klasisch .navbar-quick {
  padding-right: 30px;
}

.layoutMargin {
  margin-top: 100px;
  margin-bottom: 100px;
}

.footerAddress .addressIcon {
  align-items: flex-start;
  padding-top: 5px;
}

.counter-element span {
  color: var(--site-primary-color);
}

.Klasisch .umb-block-grid__area .sliderFlexer {
  justify-content: flex-start;
  padding-top: 15px;
}

.newsTag {
  padding: 5px 15px;
  background: var(--site-third-color);
  border-bottom-left-radius: 5px;
  z-index: 20;
}

.header-overlay::before {
  background: var(--site-secondary-color-opacity-08);
  top: auto;
  bottom: 0;
  height: 150px;
}

.modern-slider .slideTextBackground,
.header-overlay .slideTextBackground,
.header-overlay .slideTextBackground h1 {
  color: var(--site-text-background-secondary);
}

.slideTextBackground {
  max-width: initial;
}

.maxSizeList .innerEventList,
.maxSizeList .innerAbstimmungList {
  max-width: 855px;
  margin: 0 auto;
}

.footerNews h4 {
  font-size: inherit;
}

.footerNews .newsImage {
  max-width: 70px;
  margin-left: 10px;
  border-radius: 3px;
  overflow: hidden;
}

.sectionMarginTop {
  margin-top: 0;
}

.sectionMarginBottom {
  margin-bottom: 0;
}

.newsDate {
  padding: 5px 10px;
}

.Klasisch .navbar-nav .nav-link {
  font-size: 20px;
}

.newsLead {
  line-clamp: 3;
  -webkit-line-clamp: 3;
}

.Klasisch .newsContent {
  padding-left: 15px;
  padding-right: 15px;
}

.footerNews .footerNewsItem {
  justify-content: space-between;
  margin-bottom: 15px;
}

.Klasisch .newsItem {
  margin-right: 0;
}

.Klasisch .pureNews {
  width: calc(33% - 30px);
  margin-left: 15px;
  margin-right: 15px;
}

.newsBlockContainer {
  margin: 0 -15px;
}

.eventBlockContainer {
  margin: 0;
}

.Klasisch .pureNews .newsFlexer {
  flex-direction: column;
  justify-content: space-between;
}

.tagContainer {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: flex-start;
}

.tagContainer .newsDate,
.tagContainer .newsTag {
  position: initial;
}

.tagContainer .newsTag {
  text-align: right;
}

.Klasisch .newsItem:hover .kgvTag img {
  transform: none;
}

.Klasisch.hasScrolled .navbar-brand-future {
  top: 10px;
}

.Klasisch .newsFlexer .newsContent {
  padding: 0px;
}

.newsContentInnerText {
  padding: 15px;
  padding-bottom: 0;
}

.Klasisch .pureNews .newsContent {
  padding: 15px;
}

.Klasisch .pureNews .newsFlexer .newsImage {
  height: 250px;
}

.Klasisch .pureNews .newsFlexer .newsImage:not(:has(*)) {
  height: 0px;
  margin-top: 20px;
}

.default-nav .nav-link i {
  margin-top: 5px;
  margin-left: 5px;
}

@media screen and (min-width: 992px) {
  .Klasisch .pureNews {
    width: calc(50% - 30px);
  }
}

@media screen and (min-width: 1400px) {
  .Klasisch .pureNews {
    width: calc(33% - 30px);
  }
}

@media screen and (max-width:991px) {
  .Klasisch .pureNews {
    width: 100%;
  }

  .newsImage img {
    height: 250px;
  }

  .navbar>.container-fluid {
    justify-content: end;
    background: white;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .navbar-toggler {
    background-color: var(--site-primary-color);
    margin: 5px 0;
  }

  .navbar-toggler-icon {
    color: var(--site-text-background-primary);
  }

  .Klasisch .navbar-nav {
    width: 100%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    position: absolute;
    top: 60px;
    padding: 15px;
  }

  .searchForm {
    width: 100%;
  }

  .searchInput {
    width: 100%;
    padding: 10px 15px;
  }

  .Klasisch .navbar-nav .nav-link {
    padding-left: 0px;
    padding-right: 0px;
    justify-content: space-between;
  }

  .chevronClickable {
    padding: 5px 0px;
    padding-left: 30px;
  }

  .navbar .dropdown:hover>.dropdown-menu {
    display: none;
  }

  .hasScrolled .navbar-future .navbar-nav {
    top: 60px;
  }

  .Klasisch.hasScrolled .navbar-brand-future,
  .Klasisch .navbar-brand-future {
    top: 0px;
    padding: 5px;
    left: 15px;
    box-shadow: none;
  }

  .Klasisch .navbar-brand-future {
    position: absolute;
    top: 5px;
  }

  .hasScrolled .navbar-brand-future .logo,
  .navbar-brand-future .logo {
    max-height: 40px;
  }

  .Klasisch .newsFlexer .newsImage {
    height: auto;
  }

  .newsLead {
    line-clamp: none;
    -webkit-line-clamp: none;
  }
}
