@import "../lib/bootstrap-3.3.7-dist/css/bootstrap.css";
@import "Font/Franklin-Gothic-FS-Webfont/Webfonts/franklingothicfs_demi_macroman/stylesheet.css";
@import "Font/Franklin-Gothic-FS-Webfont/Webfonts/franklingothicfs_book_macroman/stylesheet.css";
@import "Font/Franklin-Gothic-FS-Webfont/Webfonts/franklingothicfs_bookitalic_macroman/stylesheet.css";
@import "Font/Franklin-Gothic-FS-Webfont/Webfonts/franklingothicfs_medium_macroman/stylesheet.css";
@import "Font/Franklin-Gothic-FS-Webfont/Webfonts/franklingothicfs_demicondensed_macroman/stylesheet.css";
/* Fonts */
/* Base Colors */
/* Transitions */
/* General */
* {
  outline: 0 !important;
}
html,
body {
  font-size: 100%;
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
}
body {
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  background-color: #fff;
}
strong {
  font-weight: normal;
}
a {
  text-decoration: none;
}
a:active,
a:visited,
a:focus,
a:hover {
  text-decoration: none;
}
ul {
  padding: 0px;
  margin: 0px;
}
ul li {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.tr {
  display: table;
  width: 100%;
  height: 100%;
}
.tr .td {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
.tr .td.bottom {
  vertical-align: bottom;
}
.abs {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}
.abs.height-auto {
  bottom: inherit;
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
svg {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
/* Relative Objects */
.sixteen-nine {
  position: relative;
}
.sixteen-nine:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.sixteen-nine > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.quadrat {
  position: relative;
}
.quadrat:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.quadrat > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.text-xs-left {
  text-align: left;
}
.text-xs-right {
  text-align: right;
}
.text-xs-center {
  text-align: center;
}
.text-xs-justify {
  text-align: justify;
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-justify {
    text-align: justify;
  }
}
/* Bootstrap Overrides */
.close {
  float: none;
  font-size: inherit;
  font-weight: inherit;
  line-height: auto;
  color: inherit;
  text-shadow: none;
  opacity: 1;
  filter: none;
}
.close:hover {
  opacity: 1;
}
/* temporary Message COVID-19 ---------------------- begin */
#corona-message {
  position: absolute;
  top: 280px;
  width: 300px;
  z-index: 10000;
  left: 50%;
  transform: translateX(-50%);
}
#corona-message img {
  -webkit-filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.3));
  transform: rotate(-20deg);
}
/* temporary Message COVID-19 ---------------------- begin */
body header {
  width: 100%;
  min-height: 100px;
  position: relative;
  background-image: url(../img/header_xs.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
}
body header .headline {
  position: absolute;
  bottom: 40px;
}
body header #header-prop {
  position: relative;
  z-index: -1;
}
body header #header-prop img {
  width: 100%;
  height: auto;
}
body header #social {
  position: absolute;
  top: 10px;
  right: 10px;
}
body header #social .fb {
  width: 20px;
  height: 20px;
}
body header #social .youtube {
  width: 24.5px;
  height: 20px;
}
body header #social .insta {
  width: 20px;
  height: 20px;
}
body header #social a {
  display: block;
  position: relative;
  float: right;
  margin-left: 5px;
  -webkit-box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.2);
}
body header #social a svg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
body header #social a svg path {
  fill: #fff;
}
body header #logo {
  display: inline-block;
  display: none;
  width: 150px;
  margin-top: 10px;
}
body header #logo img {
  display: block;
  width: 100%;
  height: auto;
}
body header #clock {
  position: absolute;
  bottom: -35px;
  left: 0px;
  right: 0px;
  font-size: 95%;
}
body header #clock > div {
  display: inline-block;
  position: relative;
  width: 75px;
  margin-right: 25px;
  -webkit-box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.2);
}
body header #clock > div:after {
  content: ":";
  font-family: "franklin_gothic_fsdemiCn";
  display: block;
  font-size: 2.625em;
  position: absolute;
  top: 11px;
  right: -17px;
}
body header #clock > div:last-child {
  margin-right: 0px;
}
body header #clock > div:last-child:after {
  display: none;
}
body header #clock > div > .quadrat > .content {
  background-color: #fff;
}
body header #clock > div > .quadrat > .content > span {
  font-family: "franklin_gothic_fsdemiCn";
  display: block;
}
body header #clock > div > .quadrat > .content > span:first-child {
  font-size: 2.625em;
  margin-top: 4px;
}
body header #clock > div > .quadrat > .content > span:last-child {
  font-size: 0.875em;
  text-transform: uppercase;
  margin-top: -10px;
}
body article {
  padding-top: 30px;
  text-align: center;
}
body article .mainlogos:before {
  display: table;
  content: ' ';
}
body article .mainlogos:after {
  display: table;
  content: ' ';
  clear: both;
}
body article .mainlogos > img,
body article .mainlogos > a {
  width: 160px;
  height: auto;
  float: right;
}
body article .mainlogos > img {
  transform: translateY(25%);
  margin-right: 16px;
}
body article .mainlogos > a > img {
  display: block;
  width: 100%;
  height: auto;
}
body article h1 {
  font-family: "franklin_gothic_fsdemiCn";
  font-size: 28px;
}
body article h2 {
  font-family: 'franklin_gothic_fsdemi';
  font-size: 20px;
  padding: 0px;
  margin: 0px;
  margin-bottom: 40px;
}
body #filter {
  display: block;
  text-align: center;
  margin: 20px 0px;
}
body #filter.test {
  display: block;
}
body #filter .filter-bar {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 280px;
  height: 38px;
  background-color: #f6f6f7;
  text-align: left;
}
body #filter .filter-bar select {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 4;
  opacity: 0.001;
}
body #filter .filter-bar:after {
  position: absolute;
  content: "";
  top: 15px;
  right: 15px;
  width: 12px;
  height: 8px;
  z-index: 3;
  background-image: url(../img/selector.png);
  background-size: cover;
  background-repeat: no-repeat;
}
body #filter .filter-bar .flabel {
  font-family: 'franklin_gothic_fsmedium';
  font-weight: normal;
  font-size: 20px;
  line-height: 38px;
  padding-left: 20px;
  padding-right: 41px;
  width: 100%;
  color: #000;
  cursor: pointer;
}
body #filter .filter-bar .flabel span {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
body #filter .filter-bar .list {
  position: absolute;
  top: 38px;
  left: 0px;
  width: 420px;
  height: 204px;
  z-index: 3;
  background-color: #f6f6f7;
  text-align: left;
  display: none;
  overflow: scroll;
  overflow-x: hidden;
  box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.2);
}
body #filter .filter-bar .list > div {
  font-family: 'franklin_gothic_fsmedium';
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  padding-left: 20px;
  color: #000;
  cursor: pointer;
  padding: 5px 20px;
  border-top: 1px solid #ccc;
}
body #filter .filter-bar.open .list {
  display: block;
}
body #filter .filter-bar.open:after {
  transform: rotate(180deg);
}
body #load-more {
  display: inline-block;
  font-size: 20px;
  line-height: 32px;
  color: #000;
  font-family: 'franklin_gothic_fsbook';
  border: 1px solid #000;
  border-radius: 6px;
  padding: 0px 25px;
  margin: 30px 0px;
}
body .item {
  margin-bottom: 15px;
}
body .item .inner {
  border: 10px solid #FFD500;
}
body .item .inner .pad {
  padding: 10px;
}
body .item .inner .img {
  position: relative;
  display: block;
}
body .item .inner .img .video,
body .item .inner .img .fbvideo {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
}
body .item .inner .img .video.playing .play,
body .item .inner .img .fbvideo.playing .play {
  display: none;
}
body .item .inner .img .video .play,
body .item .inner .img .fbvideo .play {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}
body .item .inner .img .video .play svg,
body .item .inner .img .fbvideo .play svg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
body .item .inner .img .video .play svg path,
body .item .inner .img .fbvideo .play svg path {
  fill: #fff;
}
body .item .inner .img img {
  display: block;
  width: 100%;
  height: auto;
}
body .item.facebook .title .social .fb {
  display: block;
}
body .item.insta .title .social .insta {
  display: block;
}
body .item.youtube .title .social .youtube {
  display: block;
}
body .item .title {
  position: relative;
  margin-bottom: 4px;
}
body .item .title > span {
  display: block;
  padding-right: 45px;
  font-family: 'franklin_gothic_fsdemi';
  font-size: 12px;
  color: #000;
}
body .item .title .social {
  position: absolute;
  top: 0px;
  right: 0px;
}
body .item .title .social .fb {
  width: 20px;
  height: 20px;
}
body .item .title .social .youtube {
  width: 24.5px;
  height: 20px;
}
body .item .title .social .insta {
  width: 20px;
  height: 20px;
}
body .item .title .social div {
  display: none;
  position: relative;
  float: right;
  margin-left: 5px;
}
body .item .title .social div svg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
body .item .title .social div svg path {
  fill: #000;
}
body .item .description {
  font-family: 'franklin_gothic_fsbook';
  font-size: 12px;
  color: #000;
}
body .item .description i {
  font-style: normal;
  font-family: 'franklin_gothic_fsbook_italic';
}
body footer {
  background-color: #dedede;
  padding: 20px 0px 20px 0px;
  margin-top: 40px;
}
body footer .links {
  text-align: center;
  margin-bottom: 40px;
}
body footer .links a {
  display: inline-block;
  font-size: 22px;
  line-height: 32px;
  font-family: 'franklin_gothic_fsdemi';
  border: 3px solid #fff;
  color: #fff !important;
  padding: 0px 20px;
  border-radius: 10px;
  margin-right: 15px;
}
body footer .hashtag {
  display: inline-block;
  font-size: 28px;
  line-height: 32px;
  font-family: "franklin_gothic_fsdemiCn";
  color: #fff;
  position: relative;
  top: 6px;
  margin-top: 20px;
}
body footer .logos {
  text-align: center;
}
body footer .logos .logo-footer {
  display: block;
}
body footer .logos .logo-footer img {
  display: inline-block;
  width: 100%;
  height: auto;
}
body footer .logos .logo-footer.logo-a {
  width: 160px;
  height: auto;
  margin-top: 25px;
}
body footer .logos .logo-footer.logo-b {
  width: 82px;
  height: 62px;
}
body footer .logos .logo-footer.logo-c {
  width: 89px;
  height: 62px;
}
body footer .clear {
  clear: both;
}
body footer .copyright {
  width: 100%;
  padding-top: 2em;
  font-family: 'franklin_gothic_fsdemi';
  font-size: 20px;
  color: #fff;
  text-align: center;
}
body footer .copyright a {
  color: #fff;
  text-decoration: underline;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  body header {
    background-image: url(../img/header_sm.jpg);
  }
  body header #logo {
    width: 200px;
    margin-top: 20px;
  }
  body header #social {
    position: absolute;
    top: auto;
    bottom: 15px;
    right: 15px;
  }
  body header #social .fb {
    width: 20px;
    height: 20px;
  }
  body header #social .youtube {
    width: 24.5px;
    height: 20px;
  }
  body header #social .insta {
    width: 20px;
    height: 20px;
  }
  body header #social a {
    margin-left: 7.5px;
  }
  body header #social a svg {
    -webkit-box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.2);
  }
  body header #clock {
    position: absolute;
    bottom: 15px;
    left: 0px;
    right: 0px;
    font-size: 105%;
  }
  body header #clock > div {
    display: inline-block;
    position: relative;
    width: 80px;
    margin-right: 54px;
    -webkit-box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.2);
  }
  body header #clock > div:after {
    content: ":";
    font-family: "franklin_gothic_fsdemiCn";
    display: block;
    font-size: 2.625em;
    position: absolute;
    top: 5px;
    right: -32px;
  }
  body header #clock > div:last-child {
    margin-right: 0px;
  }
  body header #clock > div:last-child:after {
    display: none;
  }
  body header #clock > div > .quadrat > .content {
    background-color: #fff;
  }
  body header #clock > div > .quadrat > .content > span {
    font-family: "franklin_gothic_fsdemiCn";
    display: block;
  }
  body header #clock > div > .quadrat > .content > span:first-child {
    font-size: 2.625em;
    margin-top: 6px;
  }
  body header #clock > div > .quadrat > .content > span:last-child {
    font-size: 0.875em;
    text-transform: uppercase;
    margin-top: -15px;
  }
  body article {
    padding-top: 20px;
  }
  body .container.feed {
    padding-right: 0px;
    padding-left: 0px;
  }
  body .container.feed .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  body .container.feed .row .col-xs-12 {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
  body footer .copyright {
    float: right;
    width: 55%;
    text-align: right;
    padding-top: 0;
  }
  body footer .logos {
    float: left;
    width: 45%;
    text-align: left;
  }
  body footer .logos .logo-footer {
    float: left;
    margin: 10px 20px 10px 0;
  }
  body footer .logos {
    text-align: left;
  }
  body footer .logos .logo-footer {
    float: left;
    display: block;
    margin: 0px;
    margin-right: 20px;
  }
  body footer .logos .logo-footer:last-child {
    margin: 0px;
  }
}
/* Medium devices (desktops, 1024px and up) */
@media (min-width: 992px) {
  body header {
    background-image: url(../img/header.jpg);
  }
  body header #logo {
    width: 250px;
    margin-top: 40px;
  }
  body header #social {
    position: absolute;
    bottom: 15px;
    right: 15px;
  }
  body header #social .fb {
    width: 30px;
    height: 30px;
  }
  body header #social .youtube {
    width: 44px;
    height: 30px;
  }
  body header #social .insta {
    width: 30px;
    height: 30px;
  }
  body header #social a {
    margin-left: 12px;
  }
  body header #clock {
    position: absolute;
    bottom: 20px;
    left: 0px;
    right: 0px;
    font-size: 120%;
  }
  body header #clock > div {
    display: inline-block;
    position: relative;
    width: 90px;
    margin-right: 65px;
    -webkit-box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.2);
  }
  body header #clock > div:after {
    content: ":";
    font-family: "franklin_gothic_fsdemiCn";
    display: block;
    font-size: 2.625em;
    position: absolute;
    top: 6px;
    right: -38px;
  }
  body header #clock > div:last-child {
    margin-right: 0px;
  }
  body header #clock > div:last-child:after {
    display: none;
  }
  body header #clock > div > .quadrat > .content {
    background-color: #fff;
  }
  body header #clock > div > .quadrat > .content > span {
    font-family: "franklin_gothic_fsdemiCn";
    display: block;
  }
  body header #clock > div > .quadrat > .content > span:first-child {
    font-size: 2.625em;
    margin-top: 5px;
  }
  body header #clock > div > .quadrat > .content > span:last-child {
    font-size: 0.875em;
    text-transform: uppercase;
    margin-top: -20px;
  }
  body .item:hover .inner {
    border-color: #000;
  }
  body footer .clear {
    display: none;
  }
  body footer .copyright {
    text-align: right;
  }
  body footer .copyright a:hover {
    color: #62bfeb !important;
  }
  body footer .links a:hover {
    color: #62bfeb !important;
    border-color: #62bfeb;
  }
  body #filter .filter-bar {
    max-width: 500px;
  }
  body #filter .filter-bar select {
    display: none;
  }
}
/* Large devices (large desktops, 1280px and up) */
@media (min-width: 1200px) {
  body header {
    background-image: url(../img/header.jpg);
  }
  body header #logo {
    width: 300px;
    margin-top: 40px;
  }
  body header #social {
    position: absolute;
    bottom: 15px;
    right: 15px;
  }
  body header #social .fb {
    width: 40px;
    height: 40px;
  }
  body header #social .youtube {
    width: 59px;
    height: 40px;
  }
  body header #social .insta {
    width: 40px;
    height: 40px;
  }
  body header #social a {
    margin-left: 15px;
  }
  body header #clock {
    position: absolute;
    bottom: 15px;
    left: 0px;
    right: 0px;
    font-size: 140%;
  }
  body header #clock > div {
    display: inline-block;
    position: relative;
    width: 100px;
    margin-right: 85px;
    -webkit-box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.2);
  }
  body header #clock > div:after {
    content: ":";
    font-family: "franklin_gothic_fsdemiCn";
    display: block;
    font-size: 2.625em;
    position: absolute;
    top: 4px;
    right: -50px;
  }
  body header #clock > div:last-child {
    margin-right: 0px;
  }
  body header #clock > div:last-child:after {
    display: none;
  }
  body header #clock > div > .quadrat > .content {
    background-color: #fff;
  }
  body header #clock > div > .quadrat > .content > span {
    font-family: "franklin_gothic_fsdemiCn";
    display: block;
  }
  body header #clock > div > .quadrat > .content > span:first-child {
    font-size: 2.625em;
    margin-top: 3px;
  }
  body header #clock > div > .quadrat > .content > span:last-child {
    font-size: 0.875em;
    text-transform: uppercase;
    margin-top: -20px;
  }
  body footer .copyright {
    padding-top: 1.45em;
  }
}
/* Large devices (large desktops, 1920px and up) */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
  /* STYLES GO HERE */
}
/* Ipad Landscape */
/* rx temporary inserted ---------------- begin */
@media (max-width: 992px) {
  body header .headline {
    bottom: 15px;
  }
  body header .headline h1,
  body header .headline h2 {
    max-width: 90%;
  }
  body header .headline h1 {
    font-size: 24px;
  }
  body header .headline h2 {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  body header .headline {
    bottom: 5px;
  }
  body header .headline h1,
  body header .headline h2 {
    max-width: 95%;
  }
  body header .headline h1 {
    font-size: 18px;
  }
  body header .headline h2 {
    font-size: 12px;
  }
  .mainlogos {
    margin: 1em auto 0 auto;
    width: 370px;
  }
}
/* rx temporary changed ---------------- begin */
body article h1,
body header .headline h1 {
  font-family: "franklin_gothic_fsdemiCn";
  font-size: 28px;
}
body article h2,
body header .headline h2 {
  font-family: 'franklin_gothic_fsdemi';
  font-size: 20px;
}
body header .headline h1,
body header .headline h2 {
  max-width: 80%;
  padding: 0;
  margin: 0 auto 10px auto;
}
/* rx temporary changd ---------------- end */
/* rx temporary deactivated ---------------- begin  */
.container.mainHead {
  display: none;
}
@media (max-width: 640px) {
  body header .headline {
    display: none;
  }
  .container.mainHead {
    display: block;
  }
}
/* rx temporary deactivated ---------------- end  */
/* Countdown activted ---------------------- begin  

body header .headline {
  display: none;
}

/* Countdown activted ---------------------- end  */


/* Livestream ---------------------- begin  */

#livestream {
  max-width: 40%;
  margin: 0 auto 15px auto;
}
#livestream .wrapper{
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
#livestream iframe,
#livestream object,
#livestream embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1000px) {
  #livestream { max-width: 80% }
}

@media (max-width: 640px) {
  #livestream { max-width: 100%; margin: 15px; }
}
/* Livestream ---------------------- end  */
