@font-face {
  font-family: "Roboto-Regular";
  src: url(../fonts/Roboto-Regular.woff2) format("woff2");
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Medium";
  src: url(../fonts/Roboto-Medium.woff2) format("woff2");
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Bold";
  src: url(../fonts/Roboto-Bold.woff2) format("woff2");
  font-display: swap;
  font-style: normal;
}

/*
  !This CSS resource incorporates links to font software which is 
  the valuable copyrighted property of Monotype Imaging and/or its suppliers. 
  You may not attempt to copy, install, redistribute, convert, modify or reverse engineer this font software. 
  Please contact Monotype Imaging with any questions regarding Web Fonts: http://www.monotype.com/
*/
@font-face {
  font-family: "PantonW05-SemiBold";
  src: url(../fonts/PantonW05-SemiBold.woff2) format("woff2");
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "PantonW05-Bold";
  src: url(../fonts/PantonW05-Bold.woff2) format("woff2");
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "PantonW05-Extrabold";
  src: url(../fonts/PantonW05-ExtraBold.woff2) format("woff2");
  font-display: swap;
  font-style: normal;
}

/*
hartmann dunkel-blau: RGB: 0 22 137
hartmann dunkel-blau: #001689;

hartmann highligt-blau: RGB: 0 69 255
hartmann highligt-blau: #0045ff

hartmann button-higlight dark-blue: RGB 37 49 143
hartmann button-higlight dark-blue: #25318F
hartmann button-higlight dark-blue: #3345A1;

hartmann button grey: RGB 242 242 242
hartmann button grey: #F2F2F2

hartmann button-higlight grey: RGB 228 229 237
hartmann button-higlight grey: #E4E5ED
*/

:root {
  /* --primary: #0F89CB; */ /* bial blau */
  --primary: #001689; /* hartmann dunkel-blau */
}

body {
  /* font-family: "PantonW05-SemiBold", "Roboto-Regular", "Helvetica Neue", Arial, sans-serif; */
  font-family: "Roboto-Regular", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

strong {
  font-family: "Roboto-medium", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700 !important;
}


urg-main {
  /*
  margin: 0 auto;
  text-align: center;
  max-width: 1280px;
  background: #ffa;
  */
}

/* start sticky navbar */
/* Page content */
.urg-content {
  /* padding: 16px !important; */
  margin: 0 !important;
  padding: 0 !important;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.urg-sticky {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 10 !important;
}

/* Add some top padding to the page content to prevent sudden quick movement 
   (as the navigation bar gets a new position at the top of the page (position:fixed and top:0)
*/
.urg-sticky + .urg-content {
  padding-top: 90px !important;
  padding-top: 30px !important;
}
/* end sticky navbar */


/* START pure CSS Nav-Bar */
  /* https://codepen.io/iamsofiullah/pen/zYwBEQo */
  .urg-navbar {
    position: relative !important;
    display: flex !important;
    justify-content: space-between;
    padding: 10px 5% !important;
    align-items: center !important;
    background: #fff !important;
  }
  .urg-nav-logo {
    color: #FFF !important;
    font-size: 22px !important;
  }
  .urg-navbar ul {
    list-style: none !important;
    padding-top: 8px !important;
  }

  .urg-navbar ul li {
    display: inline-block !important;
  }

  .urg-navbar ul li a {
    text-decoration: none !important;
    color: #808080 !important;
    color: rgba(0,0,0, .5) !important;
    padding: 8px 20px !important;
    border-radius: 7px !important;
    transition: all .3s ease !important;
  }

  .urg-navbar ul li a:hover,
  .urg-navbar ul li a.active {
    color: #fff !important;
    background: #0F89CB !important; /* bial */
    background: #001689 !important; /* hartmann dark-blue */
  }
  
  .urg-navbar ul li a.urg-green:hover,
  .urg-navbar ul li a.urg-green {
    color: #fff !important;
    background: #090 !important;
  }
  
  .urg-navbar #icon {
    background-color: #fff !important;
    color: #0F89CB !important;
    padding: 5px 7px 3px 7px !important;
    border-radius: 4px !important;
    border: 1px solid #0F89CB !important;
    cursor: pointer !important;
    transition: all .3s ease !important;
  }

  .urg-navbar #icon svg {
    color: #0F89CB !important;
    height: 28px !important;
    transition: all .3s ease !important;
  }

  .urg-navbar #icon:hover {
    background: #FFF !important;
    background: #0F89CB !important;
  }
  
  .urg-navbar #checkbox:checked~#icon {
    background: #0F89CB !important;
    color: #fff !important;
  }
  
  .urg-navbar #checkbox:checked~#icon svg {
    background: #0F89CB !important;
    color: #fff !important;
  }
  
  .urg-navbar #icon:hover svg {
    color: #fff !important;
  }

  .urg-navbar #checkbox,
  .urg-navbar #icon {
    display: none !important;
  }
  
  @media screen and (max-width: 992px) {
    .urg-navbar {
      border-bottom: 1px solid #f2f2f2;
    }

    .urg-navbar ul {
      position: absolute !important;
      z-index: 10 !important;
      /* width: 100%; */
      /* height: calc(100vh - 71px); */
      background-color: #18283B;
      background-color: #fff !important;
      /* left: 0; */
      right: 0 !important;
      top: 0 !important;
      text-align: center !important;
      display: none !important;
      margin-top: 71px;
      margin-top: 64px !important;
    }

    .urg-navbar ul li {
      display: block !important;
      padding: 0px 50px !important;
    }
    .urg-navbar ul li:last-child {
      padding-bottom: 10px !important;
    }

    .urg-navbar ul li a {
      display: block !important;
      padding: 10px 20px !important;
    }

    .urg-navbar #icon {
      display: block !important;
    }

    .urg-navbar #checkbox:checked~ul {
      display: block !important;
    }
  }
/* END pure CSS Nav-Bar */



#mainContent.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.bial-blue {
  color: #0F89CB;
}
.bial-dark-blue {
  color: #00498C;
}

.hsc-dark-blue {
  color: #001689;
}

.hsc-bright-blue {
  color: #0045FF;
}

h1, h2, h3, h4, h5, h6 {
  /* font-family: "PantonW05-SemiBold", "Roboto-Medium", "Helvetica Neue", Arial, sans-serif !important; */
  /* font-family: "Roboto-Medium", "Helvetica Neue", Arial, sans-serif !important; */
  font-family: "Roboto-Regular", "Helvetica Neue", Arial, sans-serif !important;
  color: #0F89CB;
  color: #001689; /* hsc-dark-blue */
  font-weight: bold;
}
h1 {
  font-size: calc(1rem + 2.5vw) !important;
}
h2 {
  font-size: calc(1rem + 2vw) !important;
}
h3 {
  font-size: calc(1rem + 1.75vw) !important;
}
h4 {
  font-size: calc(1rem + 1.5vw) !important;
}
h5 {
  font-size: calc(1rem + 1.25vw) !important;
}
h6 {
  font-size: calc(1rem + 1vw) !important;
}

a {
  color: #001689; /* hsc-dark-blue */
  text-decoration: none;
}
a:hover {
  color: #001689; /* hsc-dark-blue */
  text-decoration: underline;
}


.blog-footer a,
.blog-footer a:link,
.blog-footer a:active,
.blog-footer a:focus,
.blog-footer a:hover {
  color: #f2f2f2;
}



/* pure CSS Tabs */
/* https://codepen.io/markcaron/pen/MvGRYV */
  
  /* CSS for the main interaction */
  .tabset > input[type="radio"] {
    position: absolute;
    left: -200vw;
  }

  .tabset .tab-panel {
    display: none;
  }

  .tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
  .tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
  .tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
  .tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
  .tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
  .tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
    display: block;
  }

  /* Styling */
  
  .tabset > label {
    position: relative;
    display: inline-block;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 8px 20px;
    margin-right: 10px;
    color: #333;
    background: transparent;
    /*
    padding: 15px 15px 25px;
    border: 1px solid transparent;
    border-bottom: 0;
    font-weight: 600;
    */
    cursor: pointer;
  }

  .tabset > label:hover,
  .tabset > input:focus + label,
  .tabset > input:checked + label:hover {
    color: #fff;
    background: #0F89CB;
    background: #001689; /* hsc-dark-blue */
    background: #3345A1; /* hsc-dark-blue step-2 */
  }

  .tabset > label:hover::after,
  .tabset > input:focus + label::after,
  .tabset > input:checked + label::after {
    color: #fff;
    background: #0F89CB;
    background: #001689; /* hsc-dark-blue */
  }

  .tabset > input:checked + label {
    /*
    border-color: #ccc;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
    */
    color: #fff;
    background: #0F89CB;
    background: #001689; /* hsc-dark-blue */
  }

  .tab-panel {
    /*
    padding: 30px 0;
    border-top: 1px solid #ccc;
    */
  }
  
  

.program-item .program-time,
.program-item .program-title {
  font-size: 1.2rem;
  font-weight: 600;
}

.program-item .program-headline {
  /* font-family: "PantonW05-SemiBold", "Roboto-Medium", "Helvetica Neue", Arial, sans-serif !important; */
  font-family: "Roboto-Medium", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 1.6rem;
  font-weight: 700;
}

.program-item .program-speakers {
  font-style: italic;
  color: #0045FF !important;
}

.container-speakers {
  background: rgba(15, 137, 203, 0.2);  
}
.speaker-image {
  width: 100% !important;
}
.speaker-image img {
  width: 100% !important;
  object-fit: contain !important;
}

a.nav-link {
  padding-top: 12px !important;
}
  
@media (min-width: 576px) {
  /* sm */
  .speaker-image {
    width: 20vw !important;
    height: 20vw !important;
    max-width: 190px !important;
    max-height: 190px !important;
    min-width: 120px !important;
    min-height: 120px !important;
    
    width: 20vw !important;
    height: calc(20vw / 3 * 4) !important;
    max-width: 190px !important;
    max-height: calc(190px / 3 * 4) !important;
  }
  .container-speakers {
    background: transparent;
  }
  
}

@media (min-width: 768px) {
  /* md */
  .speaker-image {
    width: 22.5vw !important;
    height: 22.5vw !important;
    max-width: 210px !important;
    max-height: 210px !important;
    
    width: 22.5vw !important;
    height: calc(22.5vw / 3 * 4) !important;
    width: 210px !important;
    height: calc(210px / 3 * 4) !important;
  }
  .container-speakers {
    background: rgba(15, 137, 203, 0.2);
    background: transparent;
  }
}

.location-details {
  padding-left: 15px;
  padding-right: 15px;
}


@media (min-width: 992px) {
  /* lg */
  a.urg-nav-pill {
    background: #0F89CB;
    color: #ffffff !important;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding-top: 12px;
  }
  .speaker-image {
    width: 12.5vw !important;
    height: 12.5vw !important;
    max-width: 190px !important;
    max-height: 190px !important;
    
    width: 12.5vw !important;
    height: calc(12.5vw / 3 * 4) !important;
    max-width: 190px !important;
    max-height: calc(190px / 3 * 4) !important;
  }
  .container-speakers {
    background: #fed;
    background: transparent;
  }
}

@media (min-width: 1200px) {
  /* xl */
  .speaker-image {
    width: 12.5vw !important;
    height: 12.5vw !important;
    max-width: 190px !important;
    max-height: 190px !important;
    
    width: 12.5vw !important;
    height: calc(12.5vw / 3 * 4) !important;
    max-width: 190px !important;
    max-height: calc(190px / 3 * 4) !important;
  }
  .container-speakers {
    background-color: rgba(15, 137, 203, 0.2);
    background: transparent;
  }
}

.speaker-title {
  font-size: 1.2rem;
  font-family: "Roboto-Bold", "Helvetica Neue", Arial, sans-serif !important;
}
.speaker-bio {
  /* font-family: "PantonW05-SemiBold", "Roboto-Medium", "Helvetica Neue", Arial, sans-serif !important; */
  /* font-family: "Roboto-Medium", "Helvetica Neue", Arial, sans-serif !important; */
  font-family: "Roboto-Regular", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 1rem;
  /* letter-spacing: 0.05rem; */
  color: #aaa;
}

.nav-link-bial {
  color: #666;
  background-color: transparent;
  border-color: transparent;
}

.nav-link-bial.active {
  color: #fff;
  background-color: #0F89CB !important;
  border-color: #0F89CB !important;
}

.btn-primary {
  color: #fff;
  background-color: #0F89CB;
  border-color: #0F89CB;
  
  background-color: #001689;
  border-color: #001689;
}

.btn-primary:hover {
  color: #fff;
  background-color: #5A85B9;
  border-color: #0F89CB;
  
  background-color: #3345A1;
  border-color: #3345A1;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #5A85B9;
  border-color: #0F89CB;
  
  background-color: #3345A1;
  border-color: #3345A1;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

ul.list-no-bullets {
  list-style-type: none;
  margin-left: 20px;
  padding-left: 0;
}
ul.list-no-bullets li {
  margin-bottom: 6px;
}

ul.list-with-bullets {
  margin-left: 0;
  padding-left: 10px;
}

/*
.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
}
*/

.card-img-right {
  height: 100%;
  border-radius: 0 3px 3px 0;
}

.flex-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.h-250 { height: 250px; }
@media (min-width: 768px) {
  .h-md-250 { height: 250px; }
}

/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}
.blog-pagination > .btn {
  border-radius: 2rem;
}

/*
 * Blog posts
 */
.blog-post {
  margin-bottom: 4rem;
}
.blog-post-title {
  margin-bottom: .25rem;
  font-size: 2.5rem;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #999;
}

/*
 * Footer
 */
.blog-footer {
  padding: 2.5rem 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  background-color: #3a3a3a;
  border-top: .05rem solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}

/*
HSC-Footer
*/
footer {
  background-color: #0045ff;
  color: #fff;
  isolation: isolate;
  padding: 10px var(--site-gap) 0;
  position: relative;
}

footer::before {
  /*
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 250 100' preserveAspectRatio='none'%3E%3Cellipse cx='125' cy='50' rx='125' ry='50' fill='%230045ff' /%3E%3C/svg%3E");
  */
  background-image: url("../img/footer-curve-02.png");
  /* background-position: 25% 0;
  background-position: 0 0; */
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: 5px solid #0045ff;
  content: "";
  display: block;
  inset: auto 0 calc(100% - 5px);
  position: absolute;
  height: 70px;
  z-index: -1;
}




/* =========================================== */
/* ====== Player & Chat ====================== */
/* =========================================== */
/* Error-Messages vom JW-Player NICHT anzeigen */
.jw-error-msg {
  display: none !important;
}

/* Custom-Chat-Button im JW-Player */
.jw-icon.chat-btn {
  opacity: 0.8 !important;
}
.jw-icon.chat-btn:active,
.jw-icon.chat-btn:focus,
.jw-icon.chat-btn:hover {
  opacity: 1.0 !important;
}

/* title aus player.setup() einblenden */
.jwplayer.jw-state-playing:hover .jw-title,
.jwplayer.jw-state-paused:hover .jw-title {
  display: block !important;
}

/* title aus player.setup() NICHT einblenden, wenn Vorschaubild angezeigt wird */
.jwplayer.jw-state-error:hover .jw-title {
  display: none !important;
}

/* JW-eigenen Fullscreen Button ausblenden */
.jw-icon-fullscreen{
  /* display: none !important; */
}

.urg-btn-fullscreen,
.chat-btn {
  background-color: rgba(10,10,10, .25) !important; 
}

* {
  box-sizing: border-box;
}

/* +++++++ mobile +++++++++ */
.livestream-container,
.main-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex-flow: column wrap;
  justify-content: flex-start;
  padding: 10px;
  margin: 0 auto;
  width: 100%;
  min-height: calc(100vh - 44px - 170px); /* minus header-height: 170px; minus footer-total-height: 44px; */
  /* background-color: rgba(255,0,0,0.5); */
}

.item-16to9 {
  flex-grow: 0;
  width: 100%;
  /* height: calc((100vw - 60px) * 0.5625); */ /* 100vw - 2x margin: 60px */
  height: calc( (100vw - var(--scrollbar-width) - 60px) * 0.5625); /* 100vw - var(--scrollbar-width) - 2x margin: 60px */
  margin: 0;
  padding: 0;
  /* background: #666; */
}

.item-16to9.no-chat {

}

.item-chat,
.item-chat-dummy {
  flex-grow: 10;
  position: realtive;
  margin: 0;
  margin-top: 30px;
  padding: 0;
  min-height: 240px;
  height: 240px;
  min-height: 300px;
  height: 300px;
  /* background: rgba(0,0,0,0.3); */
}

.item-chat-dummy {
  background: rgba(255,255,255, 1.0);
  background: #ffffff;
}

.item-chat.hide {
  display: none;
}


/* +++++++ tablet +++++++++ */
@media screen and (min-width: 576px) and (max-width: 999px) {
  .livestream-container,
  .main-inner {
    /* display: block; */
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    flex-flow: column wrap;
    justify-content: flex-start;
    padding: 20px;
    margin: 0 auto;
    max-width: 1920px;
    min-height: calc(100vh - 44px - 217px); /* minus header-height: 217px; minus footer-total-height: 44px; */
    /* background-color: rgba(0,255,128,0.5); */
  }

  .item-chat,
  .item-chat-dummy {
    min-height: 180px;
    /* max-height: calc( 100vh - 44px - 217px - (100vw - var(--scrollbar-width) - 90px) * 0.5625) ); *//* minus header-height: 217px; minus footer-total-height: 44px; minus video-height */
    /* video height= (100vw - var(--scrollbar-width) - 90px) * 0.5625) */
  }
}


/* +++++++ desktop +++++++++ */
@media screen and (min-width: 1000px) {
  .livestream-container,
  .main-inner {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 40px;
    margin: 0 auto;
    max-width: 1920px;
    max-width: 1280px;
    min-height: calc(100vh - 44px - 180px); /* minus header-height: 180px; minus footer-total-height: 44px; */
    min-height: calc(100vh - 44px - 280px);
    min-height: 480px;
    /* background-color: rgba(0,0,255,0.5); */
  }

  .item-16to9 {
    flex-grow: 0;
    margin: 0;
    padding: 0;
    width: calc(100vw - 450px); /* minus 2x margin 45px = 90; minus 310px for chat; minus 50px space between player & chat */
    /* max-width: calc(1920px - 450px); */
    max-width: calc(1280px - 450px);
    height: calc( (100vw - 450px) * 0.5625);
    height: calc( (100vw - var(--scrollbar-width) - 450px) * 0.5625); /* 100vw - var(--scrollbar-width) - 450px */
    height: calc( (1185px - var(--scrollbar-width) - 450px) * 0.5625);
    max-height: calc( (1920px - 450px) * 0.5625);
    max-height: calc( (1920px - var(--scrollbar-width) - 450px) * 0.5625); /* 100vw - var(--scrollbar-width) - 450px */
    max-height: calc( (1280px - var(--scrollbar-width) - 450px) * 0.5625);
  }
  .item-16to9.no-chat {
    width: calc(100vw - 90px);
    max-width: calc(1920px - 90px);
    max-width: calc(1280px - 90px);
    height: calc( (100vw - var(--scrollbar-width) - 90px) * 0.5625);
    max-height: calc( (1920px - var(--scrollbar-width) - 90px) * 0.5625);
    max-height: calc( (1280px - var(--scrollbar-width) - 90px) * 0.5625);
  }

  .item-chat,
  .item-chat-dummy {
    flex-grow: 0;
    margin: 0;
    padding: 0;
    width: 310px;
    min-height: 200px;
    height: calc( (100vw - 450px) * 0.5625);       /* same height as video-player */
    max-height: calc( (1920px - 450px) * 0.5625);  /* same height as video-player */
    max-height: calc( (1280px - 450px) * 0.5625);
    /* background: rgba(255,0,0,0.3); */
  }
}
