section#programm h6 {
  border-bottom: 3px solid #6e6e6e;
  width: 100%;
  padding: 20px 0 0;
  margin-bottom: 0;
  font-size: 1.3em;
}

section#programm .event {
  width: 100%;
  border-bottom: 1px solid #6e6e6e;
  padding: 0 0 0;
}

section#programm .event .row:first-child {
  padding: 16px 16px 8px;
}

section#programm .event .row:last-child {
  padding: 8px 16px 16px;
}

section#programm .event > .row:first-child {
  line-height: 65px;
}

section#programm a.button-main {
  letter-spacing: 0;
  border: 1px solid #6e6e6e;
}

.hidden {
  display: none;
}

.rotate-45 {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.rotate-0 {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.hidden-events {
  display: none;
}

@media screen and (max-width: 991px) {
  section#programm h6 {
    padding: 10px 0 0;
  }

  section#programm .event .icon {
    float: right;
    font-size: 1.2em;
    margin: 8px 8px 0 0;
    color: #ffffff;
  }

  section#programm .event .row:first-child {
    padding: 8px 0 8px;
  }

  section#programm .event .row:last-child {
    padding: 0 0 8px;
  }

  section#programm .event > .row:first-child {
    line-height: normal;
  }

  section#programm .event {
    padding: 0;
    cursor: pointer;
  }

  section#programm .event > .row div:first-child {
    font-size: 1em;
  }

  section#programm .event > .row div:nth-child(2) {
    font-size: 0.9em;
  }

  section#programm .event .event-body {
    font-size: 0.9em;
  }

  section#programm .event img {
    margin-top: 8px;
  }

  section#programm .event .row {
    padding: 10px 0;
  }
}
a {
  text-decoration: none;
}

.landing-container {
  width: 1240px;
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
}

.landing-container .button-main {
  display: inline-block;
  width: 100%;
  line-height: normal;
  margin: 0;
  border: 1px solid #6e6e6e;
}

.landing-container, .landing-container > div {
  max-width: 100%;
}

.landing-content {
  position: absolute;
  bottom: 100px;
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  flex-basis: 0;
  align-items: flex-end;
  width: 100%;
}

.landing-item {
  -webkit-flex: 1 0 1px;
  margin: 0 2%;
}

.landing-news {
  width: auto;
  padding-bottom: 0;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  color: #000;
  transition: background-color 0.3s ease;
}

.landing-news:hover {
  background-color: rgba(0,0,0,0.5);
  color: #fff !important;
}

.landing-news:hover a{
  color: #fff !important;
}

.landing-news-body {
  padding: 15px 25px !important;
  max-height: 100%;
  overflow-y: auto;
}

.landing-news-header {
  position: relative;
}

.landing-news-header div {
  bottom: 0;
}

.landing-news-header h5 {
  margin: 0;
}

@media screen and (max-width: 992px) {
  .landing-content {
    flex-direction: column;
    bottom: 50px;
  }

  .landing-item {
    width: 100%;
    margin: 5px 0;
    max-height: 50vh;
  }

  .landing-news-body {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .landing-item p {
    margin-bottom: 0;
  }

  .landing-content {
    padding: 0 25px 15px;
  }
}
.landing-btn {
  min-height: 50px;
}

.landing-prime {
  max-width: 500px !important;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  color: black;
  transition: background-color 0.3s ease;
  text-align: center;
  cursor: pointer;
  padding: 0 0 10px;
}

.landing-prime-header {
  color: white;
  background-color: #6e6e6e;
  padding: 10px 0;
  font-family: city, sans-serif;
  letter-spacing: 5px;
  margin-bottom: 20px;
  padding: 5px;
}

.landing-prime-header h5 {
  font-size: 26px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
}

.landing-prime h3 {
  font-size: 22px !important;
}

.landing-prime:hover {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.landing-prime a:hover {
  color: white !important;
}

@media screen and (max-width: 992px) {
  .landing-prime {
    display: none;
  }
}
.dropdown-button {
  border: 1px solid transparent;
  cursor: pointer;
}

.dropdown-button,
.dropdown-button:hover {
  line-height: normal;
  margin: 0;
}

.dropdown-menu {
  background-color: #6e6e6e;
  border: 1px solid transparent;
  border-radius: 0;
  left: auto;
  right: 0;
  padding: 0;
}

.dropdown-menu .dropdown-item {
  color: white;
  font-family: city, sans-serif;
  letter-spacing: 5px;
  font-weight: 400;
  font-size: 100%;
  text-transform: uppercase;
  border: 1px solid transparent;
  padding: 10px 15px;
  cursor: pointer;
}

.dropdown-menu .dropdown-item:hover {
  color: #6e6e6e;
  background-color: white;
  border-color: #6e6e6e;
}

#promotion {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10000001;
  background-color: #ffffffdd;
}
#promotion .promotion-container {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
#promotion .promotion-container .promotion-item {
  position: relative;
  width: 750px;
  max-width: 90vw;
  padding: 15px;
}
#promotion .promotion-container .promotion-item .close {
  position: absolute;
  top: 20px;
  right: 25px;
  color: black;
}
#promotion .promotion-container .promotion-item img {
  width: 100%;
}

.inline-promo {
  margin: 0 auto;
  width: 850px;
  max-width: 100%;
  padding: 30px 40px;
  background-color: #6e6e6e;
  color: #ffffff;
}
.inline-promo a {
  color: #ffffff;
  text-decoration: underline;
}
.inline-promo a:hover {
  color: #ffffff;
}

/*# sourceMappingURL=update.css.map */
