html {
  font-weight: 300;
}

.uk-text-meta {
  border: 1px solid;
  border-radius: 20px;
  width: fit-content;
  padding: 0 20px;
  white-space: nowrap;
  box-sizing: border-box;
  text-align: center;
}

.uk-text-primary .uk-link, .uk-text-primary a {
  color: #F8EE7D !important;
}

.uk-button {
  transition: all 0.2s ease-in-out;
}

.uk-heading-medium {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.uk-heading-medium .text-raised {
  display: inline-block;
  background-color: #303031;
  color: #F8EE7D;
  border-radius: 50px;
  padding: 5px 40px;
  font-size: 64px;
  margin-left: 80px;
  text-align: center;
  flex: 1;
}

.uk-tile-primary h2,
.uk-section-primary h2 {
  color: #303031 !important;
}
.uk-tile-primary .uk-button-secondary,
.uk-section-primary .uk-button-secondary {
  color: #F8EE7D;
}
.uk-tile-primary .uk-button-secondary:hover,
.uk-section-primary .uk-button-secondary:hover {
  color: #303031;
}

.uk-section-secondary .uk-list .el-content,
.uk-section-secondary .uk-text-primary {
  color: #F8EE7D !important;
}
.uk-section-secondary hr {
  border-top-color: #F8EE7D !important;
}

.section-container-relative > .uk-container {
  position: relative;
}

.section-hero {
  height: 100vh;
  overflow: hidden;
}
.section-hero > div {
  height: 100%;
  position: relative;
}
.section-hero .uk-container {
  height: 100%;
}
.section-hero .heading-top {
  margin-top: -20px;
}
.section-hero .row-container-countdown {
  position: absolute;
  bottom: 64px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 1100px;
  height: auto;
  object-fit: contain;
}
.section-hero .row-container-countdown .html-wrapper-countdown svg {
  width: 100%;
  height: 100%;
}
.section-hero .row-container-countdown .html-wrapper-countdown svg tspan {
  font-family: "commuters-sans" !important;
}
.section-hero .row-logo-bottom {
  position: absolute;
  right: 40px;
  bottom: 120px;
}
.section-hero .row-logo-bottom .el-image {
  width: 150px;
  height: auto;
  object-fit: contain;
}
.section-hero .row-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100vw;
}
.section-hero .row-bottom h1 {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  color: #303031;
}

.ac-infos-list .uk-width-small {
  width: 200px;
}

.ac-timeline-list .uk-first-column .el-title {
  width: 100%;
}
.ac-timeline-list .el-item .raised .uk-text-meta {
  background-color: #303031;
  color: #F8EE7D;
}

.ac-chronik-grid > .uk-grid > div {
  min-height: fit-content;
}
.ac-chronik-grid > .uk-grid > div:nth-child(9n+1) {
  background: #F8EE7D;
  color: #303031 !important;
  height: 50vh;
}
.ac-chronik-grid > .uk-grid > div:nth-child(9n+2) {
  background: #303031;
  color: #F8EE7D !important;
  height: 100vh;
}
.ac-chronik-grid > .uk-grid > div:nth-child(9n+3) {
  background: #ededed;
  color: #303031 !important;
  height: 50vh;
}
.ac-chronik-grid > .uk-grid > div:nth-child(9n+4) {
  background: #F8EE7D;
  color: #303031 !important;
  height: 100vh;
}
.ac-chronik-grid > .uk-grid > div:nth-child(9n+5) {
  background: #ededed;
  color: #303031 !important;
  height: 50vh;
}
.ac-chronik-grid > .uk-grid > div:nth-child(9n+6) {
  background: #303031;
  color: #F8EE7D !important;
  height: 50vh;
}
.ac-chronik-grid > .uk-grid > div:nth-child(9n+7) {
  background: #303031;
  color: #F8EE7D !important;
  height: 50vh;
}
.ac-chronik-grid > .uk-grid > div:nth-child(9n+8) {
  background: #ededed;
  color: #303031 !important;
  height: 100vh;
}
.ac-chronik-grid > .uk-grid > div:nth-child(9n+9) {
  background: #F8EE7D;
  color: #303031 !important;
  height: 50vh;
}
.ac-chronik-grid > .uk-grid > div.force-half {
  height: 50vh;
}
.ac-chronik-grid > .uk-grid > div .el-title {
  color: inherit;
  font-size: 32px;
  width: 800px;
  max-width: 100%;
}
.ac-chronik-grid > .uk-grid > div .el-meta {
  color: inherit;
}
.ac-chronik-grid .uk-link-toggle {
  padding: 80px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.custom-logo-slider {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  gap: 60px;
  animation: scrollleft 60s linear infinite;
  width: fit-content;
  background-color: #ededed;
}
.custom-logo-slider .el-item {
  filter: grayscale(1);
  mix-blend-mode: multiply;
  display: block;
  width: 160px;
  height: 60px;
  object-fit: contain;
}
.custom-logo-slider .el-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@keyframes scrollleft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.uk-navbar-container.uk-dark .uk-navbar-right {
  border-color: #303031;
}
.uk-navbar-container.uk-dark .uk-navbar-right .nav-button-link {
  transform: translate(0px);
}

.uk-navbar {
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 40px;
}
.uk-navbar .uk-navbar-right {
  border: 1px solid #F8EE7D;
  border-radius: 100px;
  background-color: #303031;
  margin-left: 0;
  height: fit-content;
  flex: 1 1;
}
.uk-navbar .nav-button-link {
  background-color: #F8EE7D;
  border: 1px solid #F8EE7D !important;
  padding: 0 40px !important;
  color: #303031 !important;
  border-radius: 100px;
  transform: translate(1px);
  white-space: nowrap;
  transition: all 0.2s ease-in-out;
}
.uk-navbar .nav-button-link:hover {
  background-color: #303031;
  color: #F8EE7D !important;
}
.uk-navbar .uk-navbar-nav {
  width: 100%;
}
.uk-navbar .uk-navbar-nav .item-104 {
  margin-left: auto;
}
.uk-navbar .uk-navbar-nav a {
  color: #F8EE7D;
  padding: 0 40px;
  border-radius: 50px;
  transition: all 0.2s ease-in-out;
  border: 1px solid #303031;
}
.uk-navbar .uk-navbar-nav a:hover {
  color: #F8EE7D;
  border-color: #F8EE7D;
}
.uk-navbar .uk-navbar-nav .uk-active a {
  color: #F8EE7D;
  border: 1px solid #F8EE7D;
}

.uk-logo {
  width: 100px;
  height: 100px;
}
.uk-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero-button-overflow-bottom {
  margin-bottom: -50px;
}
.hero-button-overflow-bottom .uk-container {
  padding-bottom: 140px !important;
}
.hero-button-overflow-bottom .row-button-overflow-bottom {
  transform: translateY(90px);
  width: 100%;
}

.section-button-overflow-bottom {
  padding-bottom: 100px !important;
}
.section-button-overflow-bottom.uk-section-default .uk-button-primary:hover {
  background-color: #303031;
  border-color: #F8EE7D !important;
  color: #F8EE7D !important;
}

.row-button-overflow-bottom {
  position: absolute;
  height: 100px;
  width: 100vw;
  left: 0;
  transform: translateY(50px);
}
.row-button-overflow-bottom .uk-button-secondary {
  box-sizing: border-box;
}
.row-button-overflow-bottom .uk-button-secondary:hover {
  background-color: #F8EE7D;
}

.uk-subnav-pill {
  row-gap: 10px;
}

.ac-logo-grid .el-image {
  filter: grayscale(1);
  mix-blend-mode: multiply;
  width: 200px;
  height: 100px;
  object-fit: contain;
}

.ac-gallery .el-image {
  aspect-ratio: 3/2;
  object-fit: cover;
}

.uk-switcher .el-item .el-image {
  width: 100%;
}

.uk-container.add-removed-padding {
  padding-left: 40px;
  padding-right: 40px;
}

footer .uk-section {
  padding-top: 100px !important;
}

@media screen and (max-width: 1499px) {
  .ac-chronik-grid > .uk-grid > div .el-title {
    font-size: 28px;
  }
  .uk-heading-medium {
    font-size: 40px;
  }
  .uk-heading-medium .text-raised {
    font-size: 48px;
  }
}
@media screen and (max-width: 1199px) {
  .uk-heading-medium {
    font-size: 32px;
  }
  .uk-heading-medium .text-raised {
    font-size: 40px;
  }
  .uk-navbar-nav > li > a {
    font-size: 16px;
  }
  .uk-button-large {
    font-size: 56px;
    padding: 0 80px;
    line-height: 78px;
  }
  .section-hero .row-container-countdown {
    width: 960px;
  }
  .hero-button-overflow-bottom .row-button-overflow-bottom {
    transform: translateY(100px);
  }
  .row-button-overflow-bottom {
    height: 80px;
    transform: translateY(70px);
  }
  .ac-logo-grid .el-image {
    padding: 15px;
  }
  .ac-chronik-grid > .uk-grid > div .el-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 959px) {
  html, .uk-text-small {
    font-size: 18px;
  }
  h3, .uk-h3 {
    font-size: 32px;
  }
  .uk-heading-medium {
    font-size: 28px;
  }
  .uk-heading-medium .text-raised {
    font-size: 32px;
    margin-left: 20px;
    padding: 0 20px;
  }
  .row-button-overflow-bottom {
    height: 64px;
    transform: translateY(70px);
  }
  .uk-button-large {
    font-size: 40px;
    line-height: 62px;
    padding: 0 64px;
  }
  .uk-logo {
    width: 64px;
    height: 64px;
  }
  .uk-navbar {
    gap: 20px;
  }
  .uk-navbar .uk-navbar-nav a,
  .uk-navbar .nav-button-link {
    padding: 0 20px !important;
  }
  .section-hero .heading-top {
    margin-top: 0px;
  }
  .section-hero .row-container-countdown {
    transform: translate(-75%, 20%);
    bottom: 0;
  }
  .hero-button-overflow-bottom .row-button-overflow-bottom {
    transform: translateY(110px);
  }
  .section-chronik-detail {
    padding-top: 100px;
  }
  .ac-timeline-list .uk-width-medium {
    width: 240px;
  }
  .ac-chronik-grid > .uk-grid > div .el-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 639px) {
  html, .uk-text-small {
    font-size: 16px;
  }
  h3, .uk-h3 {
    font-size: 24px;
  }
  .heading-flex-mobile {
    flex-direction: column;
    row-gap: 10px;
    text-align: center;
  }
  .heading-flex-mobile .text-raised {
    margin-left: 0;
    font-size: 40px;
  }
  .uk-logo {
    width: 80px;
    height: 80px;
  }
  .section-button-overflow-bottom {
    padding-bottom: 80px !important;
  }
  .row-button-overflow-bottom {
    height: 46px;
    transform: translateY(50px);
  }
  .uk-button-large {
    font-size: 32px;
    line-height: 48px;
    padding: 0 40px;
  }
  .hero-button-overflow-bottom .row-button-overflow-bottom {
    transform: translateY(115px);
  }
  .section-hero .heading-top {
    margin-top: -40px;
  }
  .section-hero .row-bottom .uk-tile {
    background: transparent;
    padding-bottom: 40px;
  }
  .section-hero .row-logo-bottom {
    bottom: 180px;
    right: 20px;
  }
  .section-hero .row-logo-bottom .el-image {
    width: 120px;
  }
  .section-hero .row-container-countdown {
    width: 520px;
    transform: translate(-75%, 50%);
    bottom: 50%;
  }
  .section-hero .uk-subnav-pill {
    margin-left: 0;
  }
  .section-hero .uk-subnav-pill .el-item {
    width: 100%;
    padding-left: 0;
    margin-top: 0 !important;
  }
  .section-hero .uk-subnav-pill .el-item .el-link {
    justify-content: center;
    line-height: 32px;
    transition: all 0.2s ease-in-out;
  }
  .section-hero .uk-subnav-pill .el-item:last-of-type {
    order: -1;
  }
  .section-hero .uk-subnav-pill .item-jetzt-anmelden {
    background-color: #F8EE7D;
    color: #303031;
    border-color: #F8EE7D;
  }
  .section-hero .uk-subnav-pill .item-jetzt-anmelden:hover {
    border-color: #F8EE7D;
    background-color: #303031;
    color: #F8EE7D;
  }
  .section-padding-top-mobile {
    padding-top: 20px !important;
  }
  .ac-timeline-list .el-item .uk-grid {
    flex-wrap: wrap;
    row-gap: 15px;
  }
  .ac-timeline-list .el-item .uk-grid .uk-width-medium {
    width: 100%;
  }
  .ac-timeline-list .el-item .el-title {
    width: fit-content;
  }
  .ac-chronik-grid > .uk-grid .grid-item {
    min-height: 320px;
    height: auto !important;
  }
  .ac-infos-list.break-small .el-item {
    margin-bottom: 20px;
  }
  .ac-infos-list.break-small .el-item .uk-grid {
    flex-direction: column;
  }
  .ac-infos-list.break-small .el-item .uk-grid .uk-grid-margin {
    margin-top: 5px;
  }
  .custom-logo-slider {
    gap: 40px;
  }
  .custom-logo-slider .el-item {
    width: 100px;
    height: 40px;
  }
}
@media screen and (max-width: 479px) {
  .uk-h1, h1 {
    font-size: 32px;
  }
  .row-button-overflow-bottom {
    height: 40px;
    transform: translateY(60px);
  }
  .uk-button-large {
    font-size: 28px;
    line-height: 38px;
    padding: 0 20px;
  }
  .hero-button-overflow-bottom .row-button-overflow-bottom {
    transform: translateY(120px);
  }
  .section-hero .heading-top {
    width: 200px;
    margin-top: -80px;
  }
  .section-hero .row-logo-bottom .el-image {
    width: 100px;
  }
  .ac-infos-list .el-item {
    margin-bottom: 20px;
  }
  .ac-infos-list .el-item .uk-grid {
    flex-direction: column;
  }
  .ac-infos-list .el-item .uk-grid .uk-grid-margin {
    margin-top: 5px;
  }
  .ac-chronik-grid > .uk-grid .grid-item .el-meta {
    font-size: 24px;
  }
  .uk-subnav-pill > * > :first-child {
    padding: 0 20px;
    font-size: 18px;
  }
  .switcher-with-subnav .uk-subnav-pill {
    margin-left: 0;
    column-gap: 10px;
  }
  .switcher-with-subnav .uk-subnav-pill li {
    padding-left: 0;
  }
}
@media screen and (max-width: 399px) {
  .uk-h2, h2 {
    font-size: 28px;
  }
  .uk-button-large {
    font-size: 24px;
    line-height: 32px;
    padding: 0 15px;
  }
}