/* cmsms stylesheet: MarqueeStyles modified: 07. april 2020 kl. 09.30 +0200 */

.no-js #top-nav {
  display: none;
}

.no-js #home-news-slider {
  max-height: 500px;
  overflow: hidden;
}

html, body {
  min-height: 100%;
}

body {
  font-family: 'News Cycle', sans-serif;
  font-weight: 400;
  color: #242038;
}


:focus {outline:none !important;}
::-moz-focus-inner {border:0 !important;}

a {
  color: #725AC1;
  transition: all 0.2s ease;
}

a:hover, a:focus {
  color: #F7ECE1;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

h2 {
  margin-top: 0.2rem;
  font-size: 1.5rem;
  color: #8D86C9;
  border-bottom: 1px solid #F7ECE1;
  margin-bottom: 1rem;
}

h3 {
  color: #725AC1;
  font-size: 1.4rem;
}

h4 {
  color: #242038;
  font-size: 1.3rem;
}

h5, h6 {
  color: #CAC4CE;
  font-size: 1.15rem;
}

.button {
  background: #725AC1;
}

.button:hover, .button:focus {
  background: #242038;
}

.pipe {
  color: #725AC1;
  margin: 0 0.5rem;
}

#header {
  background: #242038;
  position: relative;
  z-index: 2;
}

#header .menu a {
  font-weight: 700;
  color: #F7ECE1;
  text-transform: uppercase;
}

#header .menu a:hover, #header .menu .menuactive, #header .is-active>a {
  color: #8D86C9;
}

#header .is-dropdown-submenu {
  border: 0;
  background: #242038;
}

#header .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
  border-color: #F7ECE1 transparent transparent;
}

#header .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a.menuactive::after {
  border-color: #725AC1 transparent transparent;
}

.dropdown.menu li.opens-right>a::after {
  border-color: transparent transparent transparent #F7ECE1;
}

.dropdown.menu a {
  background: transparent;
}

#nav-date {
  color: #F7ECE1;
  border-left: 1px solid white;
  margin-left: 1rem;
  padding-left: 2rem;
}

#top-nav {
  background: #F7ECE1;
  border-bottom: 1px solid #CAC4CE;
}

#sticky {
  z-index: 1;
}

#top-nav a:hover, #top-nav a:focus {
  color: #242038;
}

.dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a::after, .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
  border-color: #725AC1 transparent transparent;
}

.dropdown.menu .is-active>a {
  color: #242038;
}

.accordion-menu .menu {
  padding-left: 1rem;
}

#top-nav .is-dropdown-submenu {
  background-color: #F7ECE1;
  border: 0;
  border-bottom: 0.25rem solid #725AC1;
}

#top-nav .drilldown .is-drilldown-submenu {
  background-color: #F7ECE1;
}

.drilldown .is-drilldown-submenu-parent>a::after {
  border-color: transparent transparent transparent #725AC1;
}

.title-bar {
  background: #F7ECE1;
}

.title-bar h1 {
  margin: 0;
}

.title-bar a:hover, .title-bar a:focus {
  color: #242038;
}

#home-news-slider {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#home-news-slider .bx-wrapper {
  box-shadow: none;
  border: 0;
  margin: 0;
}

#home-news-slider .responsive-embed {
  margin-bottom: 0;
}

#home-news-slider .play-video {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  opacity: 0.7;
  color: white;
  height: 100%;
  transition: all 0.5s;
  padding-right: 1rem;
}

#home-news-slider .play-video.playing {
  opacity: 0.1;
  font-size: 2rem;
}

#home-news-slider .play-video i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

#home-news-slider .play-video:hover {
  opacity: 0.9;
}

#home-news-slider .play-video.playing:hover {
  opacity: 0.1;
}

.newsslide-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0.5rem;
  color: white;
  background: rgba(0,0,0,0.6);
}

.newsslide-caption i {
  margin: 0 0.5rem;
  color: #F7ECE1;
}

.newsslide-caption h2 {
  margin: 0;
  border: 0;
}

.newsslide-caption h2 a {
  color: #F7ECE1;
}

.newsslide-summary p {
  margin: 0;
}

.newsslide-caption .button {
  margin: 0;
}

#home-news-slider .bx-pager a {
  color: #242038;
  height: 100%;
}

#home-news-slider .bx-pager h5 {
  font-size: 0.8rem;
  padding: 0.25rem;
  margin: 0;
  color: #725AC1;
}

#home-news-slider .bx-pager h5 i {
  color: #CAC4CE;
}

#home-news-slider .bx-pager a.active, #home-news-slider .bx-pager a:hover {
  background: #F7ECE1;
  color: #242038;
}

.news-list-item {
  padding: 0.5rem;
  border-bottom: 1px solid #CAC4CE;
  cursor: pointer;
}

.news-list-item:hover {
  background: #F7ECE1;
}

.news-list-item.active {
  background: #F7ECE1;
}

.news-list-item i {
  color: #CAC4CE;
}

.news-list-text {
  padding-left: 1rem;
}

.news-list h3 {
  font-size: 0.9rem;
  margin: 0;
}

.news-list-large .news-list-item {
  border: 0;
  margin-bottom: 1rem;
}

.news-category-article {
  margin-top: 1rem;
}

.news-category-article h2 {
  font-size: 1.1rem;
  border-bottom: 1px solid #F7ECE1;
}

.taglist {
  margin-bottom: 1rem;
}

.taglist a {
  background: #F7ECE1;
  color: #8D86C9;
  font-size: 0.9rem;
  padding: 0.5rem !important;
  line-height: auto;
  margin-right: 1rem;
}

.news-article .taglist-items a {
  color: #8D86C9;
}

.taglist-items {
  display: inline-block;
  margin-left: 1rem;
}

.taglist-item {
  margin-right: 0.5rem;
  color: #F7ECE1;
}

.taglist a::before, .taglist-item::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f02b';
  margin-right: 0.5rem;
}

.taglist-item::before {
  margin-right: 0.25rem;
}

.taglist .link a::before {
  content: '\f0c1';
}

#pre-footer {
  margin-top: 1rem;
  background: #F7ECE1;
}

#pre-footer a:hover, #pre-footer .menuactive a {
  color: #242038;
}

#footer {
  background: #242038;
  color: #F7ECE1;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#footer .menu {
  text-transform: uppercase;
}

#footer .menuactive {
  color: #F7ECE1;
}

.g-recaptcha {
  margin-bottom: 1rem;
}

.fa-spinner {
  color: #CAC4CE;
}



/* Small only */
@media screen and (max-width: 39.9375em) {
 
  #top-nav .news-menu li a {
    background: #F7ECE1;
    border-bottom: 1px solid white;
  }

  #top-nav .menu li a:hover {
    background: #242038;
    color: #F7ECE1;
  }

  .newsslide-caption h2 {
    font-size: 1rem;
  }

  #home-news-slider .bx-pager a {
    padding: 1px 1px 0 0;
  }

  #home-news-slider .bx-pager li:last-of-type a {
    padding-right: 0;
  }

  #home-news-slider .bx-pager .active {
    opacity: 0.8;
  }

  
  a {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
  }

  
  .g-recaptcha {
    transform: scale(0.85);
    transform-origin: 0 0;
  }

}

/* Medium and up */
@media screen and (min-width: 40em) {

  .medium-align-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .medium-align-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: left;
  }

  .newsslide-caption {
    padding: 1rem;
  }

  #news-detail-container {
    min-height: 1000px;
  }

  #home-news-slider .play-video {
    font-size: 4rem;
  }

}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {

  #home-news-slider .bx-pager a {
    padding: 0.25rem;
  }

}

/* Large and up */
@media screen and (min-width: 64em) {

  .large-align-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .large-align-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: left;
  }

  .menu:not(.bx-pager) li:first-of-type a {
    padding-left: 0;
  }

  .menu:not(.bx-pager) li:last-of-type a, #nav-date {
    padding-right: 0;
  }

  .menu.submenu li:first-of-type a, .menu.submenu li.is-submenu-item a, .taglist.menu li:first-of-type a {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .newsslide-caption {
    padding: 1rem 2rem;
  }

}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}

/* xxl and up */
@media screen and (min-width: 90em) {

}
