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

.swiper-modern-inner::before {
  backdrop-filter: blur(2px) brightness(50%);
}

.fullHeightSlider .swiper-modern-inner::before {
  backdrop-filter: none;
}

.modern-slider.slideContainer {
  border-radius: 0;
}

.newsItem,
.Modern iframe {
  border-radius: 0;
}

.searchForm .form-control {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.searchForm .form-control::placeholder {
  font-weight: 500;
}

.searchForm .searchButton {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.searchForm .searchButton:hover {
  box-shadow: 0 0 3px #00000082;
}

.searchForm .searchButton:hover i {
  color: var(--site-text-background-secondary);
}

.secondary-menu .theme-button {
  margin-right: 0;
}

.Modern .navbar-expand-lg .navbar-nav .nav-item:first-child .nav-link {
  padding-left: 0;
}

.swiper-sponsor a,
.sponsor-annotation {
  border-radius: 0;
}

.smallpaddingslider {
  padding: 0;
}

.umb-block-grid__area .customHeightSlider .slideTextBackground {
  top: 0;
  bottom: initial;
}

.Modern .newsItem {
  width: calc(33% - 33px);
  border-radius: 5px;
}

.Modern .newsItem .newsFlexer {
  align-content: space-between;
  height: 100%;
  flex-direction: column;
}

.classicSponsors .Hauptsponsoren {
  width: calc(50% - 30px);

}

.classicSponsors .singleSponsorClassic::after {
  content: none;
}

.singleSponsorClassic {
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  margin: 0 15px;
  margin-bottom: 30px;
  align-content: center;
}

.classicSponsors .row {
  margin-bottom: 20px;
}

.nav-logo-link {
  display: flex;
  align-items: center;
  height: 62px;
  margin-top: -8px;
  margin-bottom: -8px;
  overflow: hidden;
  width: auto;
  transition: 600ms ease;
  width: 0;
}

.hasScrolled .nav-logo-link {
  width: 140px;
  margin-right: 40px;
  margin-left: 0;
}

.nav-logo-link img {
  margin: 5px 10px;
  display: block;
  width: 120px;
  transition: 500ms all;
}

.nav-logo {
  padding-right: 0;
}

.lessdark .swiper-modern-inner::before {
  backdrop-filter: none;
}

.navbar-brand {
  padding: 0;
}

.Modern .theme-button {
  /*border: 2px solid var(--site-secondary-color);*/
  border-radius: 5px;
  padding: 10px 25px;
  border-right: none;
  animation: none;
  background: var(--site-primary-color);
  padding-right: 15px;
}

.umb-block-grid__layout-item .swiper-modern-inner::before {
  background: none;
}

.singleSponsorClassic {
  max-width: calc(33% - 30px);
}

.singleSponsorClassic.Partner {
  max-width: 600px;
}

.classicSponsorsInner {
  margin-bottom: 50px;
}

.singleSponsorClassic img {
  width: auto;
  max-width: 100%;
  max-height: 120px;
  margin: 0 auto;
  display: block;
}

.singleSponsorClassic.Partner img {
  max-height: 160px;
}

.classicSponsors .Hauptsponsoren img {
  width: 250px;
  max-width: 100%;
  max-height: 120px;
}

.Modern .newsContent {
  padding: 15px;
  padding-top: 0px;
  flex-grow: 1;
  max-height: 260px;
  position: relative;
  overflow: hidden;
}

.newsTag {
  padding: 0 15px;
  margin-top: 10px;
  font-weight: bold;
}

.logo {
  max-height: 70px;
  /* max-width: 120px; */
  border-radius: 0px;
}

.footerAddress .addressIcon {
  align-items: flex-start;
  font-size: 22px;
}

.slideTextBackground {
  max-width: none;
}

.sectionMarginTop {
  margin-top: 0;
}

.sectionMarginBottom {
  margin-bottom: 0;
}

.innerNewsList {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}


.newsDate {
  font-weight: bold;
}

.dropdown {
  position: initial;
}

.dropdown-menu {
  width: 100%;
  right: 0;
  left: 0;
  top: 50px;
  border-radius: 0;
  border: none;
  box-shadow: 0px 7px 7px #00000031;
  padding: 10px 0;
}

.dropdown-menu ul {
  display: inline-block;
  padding-right: 20px;
  position: relative;
  padding: 0;
}

.anchorChildren {
  position: absolute;
  width: 100vw;
  left: 100%;
  top: 0;
  display: none;
  height: 100%;
  padding-left: 20px;
  background: white;
  z-index: 1;
}

.dropdown-menu ul li {
  list-style: none;
  transition: 300ms all;
  border-right: 2px solid white;
}

.dropdown-menu ul li>a {
  font-size: 17px;
  font-weight: bold;
}

.dropdown-menu ul li:hover {
  border-right-color: var(--site-secondary-color);
}

.anchorChildren a,
.beautyLinks a {
  text-decoration: none;
  color: var(--theme-text-black);
  position: relative;
  white-space: nowrap;
  display: block;
}

.anchorChildren a::after,
.beautyLinks a::after {
  content: "";
  background: var(--theme-text-black);
  height: 2px;
  width: 10px;
  display: block;
  border-radius: 10px;
  transition: 300ms cubic-bezier(.66, -0.01, .27, 1.55);
  position: absolute;
  left: 0;
  bottom: 0px;
  max-width: 50px;
}

.anchorChildren a:hover::after,
.beautyLinks a:hover::after {
  width: 50px;
}

.dropdown-menu ul li:hover .anchorChildren {
  display: block;
}



.Modern .newsItem h3 {
  margin-bottom: 10px;
}

.newsDate .d-inline-block {
  margin-right: 10px;
}

.eventItem .newsContent {
  padding-top: 10px;
}

.mainInfoEvent .parole {
  margin-right: 20px;
}

.anchorChildren {
  background: white;
}

.anchorChildrenParent {
  display: inline-block;
  position: initial;
  width: initial;
  vertical-align: top;
}

.accordion {
  margin-bottom: 10px;
}

.pinEntry input {
  border-radius: 3px;
  margin-bottom: 15px;
}


.umb-block-grid__layout-item .layoutMargin {
  margin: 0;
  padding: 0;
}


.hasScrolled .secondary-logo-mobile .nav-logo-link {
  margin-right: 0;
}

.dropdown-menu ul li>i {
  display: none;
}

.level0Toggler {
  display: none;
}

.searchContentTeaser {
  max-width: 500px;
}

.customFields label span {
  font-weight: bold;
}

.customFields label .radioValue,
.singleRadio label {
  font-weight: normal;
}

.dataconsent input[type="checkbox"],
.singleCustomField input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.customFields input[type="text"],
.customFields .singleCustomField select {
  width: 100%;
  border: 2px solid var(--site-secondary-color) !important;
  border-radius: 3px;
  padding: 5px;
  background: white;
}

.customFields .singleCustomField>label {
  width: 100%;
}

.singleCustomField,
.umbraco-forms-form input.text,
.umbraco-forms-form input.title,
.umbraco-forms-form select,
.umbraco-forms-form textarea {
  margin-bottom: 15px !important;
}

.umbraco-forms-form .umbraco-forms-field input.text,
.umbraco-forms-form .umbraco-forms-field textarea {
  max-width: 100% !important;
}

.customfieldsform {
  display: none;
}

.default-nav {
  display: block;
}

.fullNavGrid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 60px;
}

.fullNavLinks a:not(:hover)::after,
.singleNavList.fancyLinks a:not(:hover)::after {
  width: 0;
}

.sliderToggleNav {
  display: none;
}

.sliderToggleNav:not(:has(.fullNavLinks>li)) {
  display: none !important;
}

.singleNavList {
  margin: 0 15px;
}

.singleNavList h4 {
  margin-bottom: 0;
}

.fullNavLinks {
  padding-top: 10px;
  list-style: none;
  padding-left: 0;
}

.fullNavLinks a {
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: bold;
}

.fullNavDropdown:has(div) {
  margin-bottom: 20px;
}

.singleDropdownLink a {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: normal;
}

.singleNavList h4 {
  font-size: 1.7rem;
}

.fullNavLinks li .dropdownToggler {
  display: none;
  transition: 300ms ease;
}

.fullNavLinks li:has(.singleDropdownLink) .dropdownToggler {
  display: inline-block;
}

.fullNavigation {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: var(--site-secondary-color);
}

.isKGV .kgvTag {
  display: none;
}

tbody tr:nth-child(2n) {
  background: #eeeeee;
  color: black;
}

.eventMap {
  background: #eee;
  box-shadow: none;
}

.pureNews .newsContent {
  padding-top: 10px;
  transition: 300ms all;
}

.newsFlexer .flexGrow1 {
  padding: 15px;
  display: flex;
  flex-direction: column-reverse;
  padding-top: 0;
}

.newsFlexer .flexGrow1 .newsImage {
  border-radius: 3px;
  overflow: hidden;
}

.newsContent::after {
  content: "";
  height: 60px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.91) 25%, rgba(255, 255, 255, 0) 100%);
}

.newsContent:not(:has(.newsLead))::after {
  content: none;
}

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

.accordion-button {
  background: #eee;
}

.accordion-button:not(.collapsed) {
  background: var(--site-secondary-color);
  color: var(--site-text-background-secondary);
}

.accordion-button:focus {
  box-shadow: none;
}

.downloadItem {
  display: flex;
}

.downloadItem i {
  margin-right: 10px;
}

.parole {
  background: var(--site-primary-color-opacity-05);
  color: black;
}

.parole.Ja {
  background: var(--site-secondary-color-opacity-03);
  color: black;
}

.parole.Nein {
  background: var(--site-primary-color-opacity-08);
  color: black;
}

.abstimmung .box-1 {
  background: var(--site-primary-color-opacity-05);
  color: black;
}

.abstimmung .box-1.Nein {
  background: var(--site-primary-color-opacity-08);
  color: black;
}

.abstimmung .box-1.Ja {
  background: var(--site-secondary-color-opacity-03);
  color: black;
}

.abstimmung .box-1 .parole {
  background: none;
}

.refreshedScroll .nav-logo-link {
  transition: none;
}

.banner .fancyLinks {
  margin-bottom: 10px;
}

.Modern .newsItem .newsImage {
  margin-top: -20px;
  z-index: 10;
}

.Modern .newsItem .newsImage img {
  border-radius: 3px;
}

.Modern .newsItem:hover .newsImage img {
  margin-bottom: -20px;
}

.Modern .newsItem .newsContent {
  max-height: 260px;
  padding-bottom: 40px;
  transition: 300ms all;
}

.Modern .newsItem:hover .newsContent {
  max-height: 280px;
  min-height: 20px;
  padding-bottom: 60px;
}

.Modern .newsItem .newsContent::after {
  transition: 300ms all;
  bottom: 20px;
}

.Modern .newsItem:hover .newsContent::after {
  height: 40px;
}

.Modern .newsItem {
  box-shadow: none;
  border: 2px solid var(--site-secondary-color);
}

.customFields .singleCustomField select {
  margin-bottom: 0px !important;
  padding: 7px 5px;
}

@media screen and (min-width: 992px) {
  .Modern .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 20px;
    font-weight: bold;
    padding-right: 50px;
  }

  .Modern .newsItem {
    width: calc(50% - 30px);
    margin: 15px;
  }

  .dropdown-menu,
  .chevronClickable {
    display: none !important;
  }
}

@media screen and (min-width: 1400px) {
  .Modern .newsItem {
    width: calc(33% - 26px);
    margin: 15px;
  }
}

@media screen and (max-width: 991px) {
  .singleSponsorClassic {
    max-width: calc(50% - 50px);
  }

  .Modern .newsItem {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }

  .innerNewsList {
    margin: 0;
  }

  .anchorChildren {
    position: initial;
    width: 100%;
  }

  .dropdown-menu ul li,
  .dropdown-menu ul {
    width: 100%;
  }

  .dropdown-menu ul li {
    display: flex;
    flex-wrap: wrap;
  }

  .dropdown-menu ul li>a {
    width: calc(100% - 50px);
  }

  .dropdown-menu ul li>i {
    display: block;
    margin: 0 auto;
  }

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

  .nav-logo-link {
    border-bottom-right-radius: 0px;
    margin-left: -12px !important;
  }

  .default-nav .nav-link {
    justify-content: space-between;
    width: 100%;
  }

  .dropdown-menu {
    margin-bottom: 15px;
    box-shadow: none;
  }

  .navbar-collapse>.container {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .searchForm {
    margin-top: 30px;
  }

  .navbar>.container-fluid {
    flex-direction: row-reverse;
  }

  .chevronClickable {
    padding-left: 30px;
  }

  .nav-item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  .level0Toggler {
    display: block;
    cursor: pointer;
    width: 50px;
  }

  .toggleDropdown {
    cursor: pointer;
  }

  .level0Toggler i {
    margin: 0 auto;
    margin-top: 9px;
  }

  .dropdown-menu ul .anchorChildren,
  .dropdown-menu ul li:hover .anchorChildren,
  .dropdown-menu .dropdown-menu {
    display: none;
  }

  .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: space-between;
  }

  .secondary-logo-mobile {
    width: auto;
  }

  .secondary-menu a.theme-button {
    display: inline-block;
  }

  .Modern .secondary-menu .nav-item {
    display: inline-flex;
    width: auto;
    margin-bottom: 10px;
  }

  .quick-nav .d-flex {
    justify-content: end;
  }

  .anchorChildren a {
    width: 100%;
    max-width: calc(100vw - 116px);
    display: block;
    overflow: hidden;
  }

  .umb-block-grid__layout-item .smallpaddingslider {
    margin-bottom: 20px;
  }

  .Modern .newsBlockContainer {
    margin: 0;
  }

  .sliderToggleNav {
    display: block;
  }

  .fullNavigation {
    display: none;
  }
}
