@charset "UTF-8";
/*
███    ██ ███████ ██     ██ ███████     ████████ ██  ██████ ██   ██ ███████ ██████
████   ██ ██      ██     ██ ██             ██    ██ ██      ██  ██  ██      ██   ██
██ ██  ██ █████   ██  █  ██ ███████        ██    ██ ██      █████   █████   ██████
██  ██ ██ ██      ██ ███ ██      ██        ██    ██ ██      ██  ██  ██      ██   ██
██   ████ ███████  ███ ███  ███████        ██    ██  ██████ ██   ██ ███████ ██   ██
*/

.cyt-ticker-widget .slogan {
  font-family: "Poppins";
}
@media (min-width:992px) {
  .cyt-ticker-widget .slogan {
    margin-top: -1px;
  }
}
.cyt-ticker-widget .slogan.d {
  display: none;
}
@media (min-width:992px) {
  .cyt-ticker-widget .slogan.d {
    display: block;
  }
}
@media (min-width:992px) {
  .cyt-ticker-widget .slogan.m {
    display: none;
  }
}
.cyt-ticker-widget .slogan .countdown {
  display: inline-flex;
  align-items: center;
  margin: -10px 0 -10px 10px;
  padding: 10px;
}
@media (min-width:576px) {
  .cyt-ticker-widget .slogan .countdown {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.cyt-ticker-widget .slogan .countdown.spin .inner {
  display: flex;
}
.cyt-ticker-widget .slogan .countdown.spin .inner span {
  position: relative;
}
.cyt-ticker-widget .slogan .countdown.spin .inner span.d {
  animation: slide1 0.75s infinite linear;
}
.cyt-ticker-widget .slogan .countdown.spin .inner span.h {
  animation: slide2 0.75s infinite linear;
}
.cyt-ticker-widget .slogan .countdown.spin .inner span.m {
  animation: slide1 0.75s infinite linear;
}
.cyt-ticker-widget .slogan .countdown.spin .inner span.s {
  animation: slide2 0.75s infinite linear;
}
.cyt-ticker-widget .slogan .countdown.spin .inner span::after {
  opacity: 0.5;
}
.cyt-ticker-widget .slogan .sm-txt {
  display: inline-block;
}
.cyt-ticker-widget .slogan .timer {
  position: relative;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
@media (min-width:576px) {
  .cyt-ticker-widget .slogan .timer {
    font-size: 18px;
  }
}
@media (max-width:350px) {
  .cyt-ticker-widget .slogan .timer {
    font-size: 14px;
  }
}
.cyt-ticker-widget .slogan .timer .inner i::after {
  display: inline-block;
  padding: 0 3px;
  content: ":";
  font-style: normal;
}
@media (min-width:576px) {
  .cyt-ticker-widget .slogan .timer .inner i::after {
    padding: 0 5px;
  }
}
.cyt-ticker-widget .slogan .timer .inner span {
  display: inline-flex;
  align-items: center;
  /*flex-direction: column;*/
}
.cyt-ticker-widget .slogan .timer .inner span::after {
  display: inline-block;
  padding-right: 2px;
  padding-left: 2px;
  font-size: 10px;
  font-weight: normal;
}
.cyt-ticker-widget .slogan .timer .inner span.d::after {
  content: "Tage";
}
.cyt-ticker-widget .slogan .timer .inner span.h::after {
  content: "Std";
}
.cyt-ticker-widget .slogan .timer .inner span.m::after {
  content: "Min";
}
.cyt-ticker-widget .slogan .timer .inner span.s::after {
  content: "Sek";
}
.cyt-ticker-widget .slogan .timer .inner span.hide {
  display: none !important;
}
@-webkit-keyframes slide1 {
  0% {
    top: 0;
  }
  50% {
    top: -10px;
  }
  100% {
    top: 10px;
  }
}
@-webkit-keyframes slide2 {
  0% {
    top: 0;
  }
  50% {
    top: 10px;
  }
  100% {
    top: -10px;
  }
}
.cyt-ticker-widget .ticker {
  height: auto;
  margin: 0;
  text-align: center;
  font-size: 10px;
}
@media (min-width:576px) {
  .cyt-ticker-widget .ticker {
    font-size: 12px;
  }
}
@media (min-width:576px) {
  .cyt-ticker-widget .ticker i {
    font-size: 13px;
  }
}
.cyt-ticker-widget .ticker .hide + i {
  display: none;
}
.cyt-ticker-widget .ticker .txt {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
}
.cyt-ticker-widget .ticker .fx-container {
  padding-right: 30px;
  padding-left: 30px;
}
.cyt-ticker-widget .ticker li {
  /*display: none;*/
  padding-top: 3px;
  padding-bottom: 3px;
}
@media (min-width:576px) {
  .cyt-ticker-widget .ticker li {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cyt-ticker-widget .ticker li:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cyt-ticker-widget .ticker a {
  text-decoration: underline;
}
.cyt-ticker-widget .ticker a:hover {
  text-decoration: none;
}
.cyt-ticker-widget .widget-preview {
  border: 1px solid lightgrey;
  background: #ebebeb;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.cyt-ticker-widget .widget-preview p {
  margin: 0;
}
.cyt-ticker-widget .widget-preview p strong {
  margin-right: 0.3rem;
}


