/*--------------------------------------------------------------
# Module
--------------------------------------------------------------*/

.jumppoint { position: absolute; width:1px; height:1px; z-index:-1; top:-150px; left:0; }
/* Hero Content */
.hero-content,
.hero-content > .item-box             { overflow:hidden; min-height:300px;  }
.hero-content.small-hero,
.hero-content.small-hero  > .item-box { min-height:119px;  }
.hero-content > .item-box             { height:100%;}
.hero-content .full-size.item-box     { min-height:100vh; height:inherit;}
.hero-item-wrapper                    { width:100%; max-width:100%; }
.hero-content .count-to-zero .hero-item-wrapper { padding:10px 0 0 0; max-width:1080px;}
.hero-content > .item-box .item-box   { overflow:inherit;}
.hero-item-box                    { position:relative; z-index:11; }
.hero-item-box .text-box          { max-width:760px; width:100%;}
.company-page .hero-content .item-box             { overflow:hidden; min-height:550px; max-width: 1380px; }
/* .company-page .hero-content .bg-image:after {
  content:'';
  width:100%;
  height:260px;
  position: absolute;
  top:0; left:0; z-index:10;
  background: rgba(0, 0, 0, 1.0);
  background: -webkit-linear-gradient(rgba(0, 0, 0, 1.0), rgba(255, 255, 255, 0.0));
  background: -o-linear-gradient(rgba(0, 0, 0, 1.0), rgba(255, 255, 255, 0.0));
  background: linear-gradient(rgba(0, 0, 0, 1.0), rgba(255, 255, 255, 0.0));
} */
.company-page .intro-box               { max-width:920px; margin:0 auto; width:100%; padding:2rem; }
.company-page .intro-box img { max-width:165px; }
.company-page .intro-box .image-box   { width:auto; }
.company-page .intro-box .text-box { margin:auto auto auto 3rem; }
/* .logo-gallery .image-box img { width:auto; } */
.live .hero-content.full-size { max-height: 135rem; height:100%;}
.live .hero-content.full-size .content-box { max-width: 960px; margin: 0 auto 45rem auto; }
.live .hero-content.full-size .content-box .call-to-action { margin-top:5rem; min-width:260px; }

.modul-intro-text .text-box { max-width:560px; margin:0 auto; }
.modul-start-login .form-box { max-width:560px; margin:0 auto; padding:1.5rem; }
.modul-start-login .field-item .button, .modul-start-login .field-item button { min-width:inherit; }
.modul-start-login .login-input .field-item:nth-of-type(2) { width:auto; }
.hero-content .item-box > .button { position:absolute; left:0; z-index: 11;}

@media (max-width:1180px) {
.hero-content .item-box > .button { position:absolute; top:100px; }
}

@media (min-width:980px) {
  .hero-content.small-hero,
  .hero-content.small-hero  > .item-box { min-height:242px;  }
}
@media (min-width:1280px) {
  .countdown .hero-content              { min-height:calc(100vh - 57px); }
  .hero-content .count-to-zero .hero-item-wrapper { padding:10px 0 50px 0}
}
@media (max-width:980px) {
  .hero-content.small-hero, .hero-content.small-hero > .item-box { min-height: 106px; }
}

@media (max-width:660px) {
  .live .hero-content.full-size .content-box .call-to-action { margin-top:0; }
  .backend .hero-content.small-hero,
  .backend .hero-content.small-hero  > .item-box { min-height:80px;  }
  .company-page .hero-content .bg-image { position: relative; width: 100%; margin-top: 60px; }
  .company-page .hero-content.flex-box  { display:block; }
  .company-page .hero-content .item-box {  position:static; height: auto; min-height: auto;  max-width: 1380px; width: 100%;padding: 0; }
  .member-badge { right: 2rem; top: inherit; padding: 0.6rem 6rem 1rem 0; z-index: 11; top: 10rem; }
 }
@media (max-width:380px) {
 .hero-content.small-hero, .hero-content.small-hero > .item-box { min-height: 92px; }
 }

/* Hero Video */
.video-box { position: relative;}
.video-box  video    { width:100%; height:auto; position: relative;  }
footer .iframe-box,
footer .iframe-box iframe { width:100%; }
.bg-video            { position:absolute; top:0; left:0; height:100vh; width:100%; overflow:hidden;}
.bg-video video      { position: fixed; top: 0; left: 0; width: 100%; height: 100%; }

#video-overlay .overlay-container .iframe-box,
.iframe-box  {
  position: relative;
  overflow: hidden;
  padding-top: 57.25%;
}

#livestream-overlay  .overlay-container .iframe-box { padding-top: 51.25%; }
#livestream-overlay  .overlay-container .iframe-box + h5 { margin-top:1rem; }
@media (max-width:960px) {

  #livestream-overlay  .overlay-container > .iframe-box { padding-top:200%; }
  #livestream-overlay  .overlay-container .iframe-box .iframe-box { padding-top:100%; }

}
@media (max-width:760px) {
  footer .iframe-box { margin-top:3rem; }
}

#video-overlay .overlay-container .iframe-box iframe,
.iframe-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.news-container .item-box,
.news-container .overlay-container { height:100%; }
.news-container .overlay-container .iframe-box { padding:0; height:100%;  }
.video-box .activator { position: absolute; z-index: 12; width: 100%; height: 100%; top: 0; left: 0; cursor:pointer; background-position: center center; background-size: cover; background-repeat:no-repeat;}
.video-box .activator.clicked { z-index:0; display:none; }

@media (min-aspect-ratio: 16/9) {
  .bg-video video { width: 130%; height: auto; }
}
@media (max-aspect-ratio: 16/9) {
  .bg-video video { width: auto; height: 110vh; }
}
@supports (object-fit: cover) {
  .bg-video video  { position: fixed; top: 0; left: 0; object-fit: cover; width: 100vw; height: 100vh; }
}

/* BG Image */
.bg-image                         { position:absolute; z-index:0; height: 100%;  width: 100%; top:0; top:0; left:0; }
.bg-image .image-box              { position:relative; z-index:1; height:100%; width:100%; }

@supports (object-fit: cover) {
  .object-fit,
  .bg-image                            { position:absolute; top:0; left:0; width:100%; height:100%; z-index:1;   }
  .object-fit img,
  .bg-image .image-box img,
  .fit-image img                       { object-fit: cover; object-position:50% 50%;  height: 100%; width: 100%; transform:none; left:0; top:0; }
  .small-hero .bg-image .image-box img,
  .footer-meta-box .bg-image .image-box img  { object-fit: cover; object-position:0 0;  height: 100%; width: 100%; transform:none; left:0; top:0; }
}

/* Polyfill BG Object fit images for IE */
.bg-image .image-box.ie-polyfill            { background-repeat:none; background-size: cover; background-position: center center;}
.small-hero .bg-image .image-box.ie-polyfil,
.footer-meta-box .bg-image .image-box.ie-polyfil  { background-repeat:none; background-size: cover; background-position: top left;}
.bg-image .image-box.ie-polyfill img        { display:none; }




/* Countdown Timer*/

.running {transform: scale(0.60) translatex(45%);}

.count-to-zero         { padding:20rem 0 5rem 0; }
.counter               { position: absolute; top:9rem;}
.counter .timer,
.counter .labels       {width:428px;}
.counter .timer span    { display: inline-block;
  font-size: 9rem;
  margin: 0 0 0 1.5rem;
  letter-spacing:-2px;
  /* width: 92px; */
  /* min-width:92px;
  max-width:92px; */
  line-height: 8rem;
  /*font-family: 'B612 Mono';*/
}

.counter .timer .days {
  margin-left: 0px;
}

.counter .labels span   { display:inline-block; font-weight:600; font-size:1.5rem; margin: 0 0 0 0.5rem; width: 90px; text-transform:uppercase; }


@media (max-width:1100px) {
  .countdown .intro-time  { font-size:2rem; padding-top: 0;  }
  .counter { top: 6rem; }
  .meta-box .counter { top: 6rem; right: -8px; }
  .running {transform: scale(0.30) translatex(500px);margin-top: -0.5rem;}
  .scroll-box .running {transform: scale(0.30) translatex(500px);}
  .count-to-zero         { padding:10rem 0 5rem 0; }
  .countdown .hero-item-wrapper h1 { margin-bottom:1rem;}
  .countdown .hero-item-wrapper .text-box ul  { margin-bottom:0;  }
}

@media (max-width:768px) {
  .running {transform: scale(0.30) translatex(520px);margin-top: -4.5rem;}
  .meta-box .counter { top: 10rem; right: -8px; }
}

@media (max-width:520px) {
  .countdown .intro-time  { font-size:1.2rem  }
  .running {transform: scale(0.25) translatex(667px);margin-top: -70px;}
}


/*
@media (max-width:480px) {
  .counter timer,
  .counter .labels      { width: 100%; }
  .counter timer span   { font-size: 6rem; margin: 0 1rem 0 0; letter-spacing: -2px; width: calc(25% - 1rem); min-width: inherit; max-width: inherit; line-height: 7rem; }
  .counter .labels span { display:inline-block;  font-weight:600; font-size:1.5rem; margin: 0 1.5rem 0 0; width: calc(25% - 1.5rem); text-transform:uppercase; }
}*/

.modul.program-tabs { max-width:100%; }
/* Teaserbox */
.teaser-box              { width:100%; margin-top: 0; }
.login-home .hero-item-box { padding-top:5rem; }
.countdown .teaser-box  { max-width:860px; }
.teaser-box .content-box { padding:3rem 3rem 12rem 3rem; position: relative; height:100%; }

.teaser-box .button-box  { position:absolute; left:3rem; bottom:3rem; width:calc(100% - 6rem);  }
.teaser-box .button-box .button { width:100%; }

.login-home .form-row.flex-box { display:flex; }
.login-home .modul-start-login .form-box { padding:3rem; }
.login-home .modul-start-login .form-box .form-box { padding:0; }

.form-row p:empty { display: none; }
@media (max-width:960px) {
  .teaser-box .content-box h3 { font-size: 2.5rem; line-height:1.2; }
  .login-home .intro-time {padding-top:0;font-size: 1rem;}
  .login-home .hero-item-box.flex-box.wrap.center-center { -webkit-box-align:flex-start; -ms-flex-align:start; align-items:flex-start; }
  .login-home .button-box.flex-box.center-right.small-box .field-item { width:auto; }
  .login-home .button-box.flex-box.center-right.small-box .field-item .button { width:100%; display:block; margin:0 0 1rem 0; }
}
@media (max-width:460px) {
  .teaser-box .content-box { padding:2rem 2rem 12rem 2rem; }
  .login-home .modul-start-login .form-box { padding:2rem; text-align: left;}
  .teaser-box .button-box { width:calc(100% - 4rem);  bottom:2rem; left:2rem;}
  .teaser-box .content-box h3 { margin-bottom:1rem; }
  .teaser-box .content-box p { margin: 0 0 2rem 0; }
  .login-home .form-row.flex-box { display:block; }
  .login-home .form-row.flex-box .field-item.standard-radio { text-align:left; padding-bottom: 1rem; }
  .login-home .form-row.login-input .field-item:last-of-type { text-align:right; margin-right: 0;}
  .login-home .modul.modul-image-slider .item-box { width:100%; }
  .login-home .button-box.flex-box.center-right.small-box { display:block; }
  .login-home .button-box.flex-box.center-right.small-box .field-item { margin-bottom:1rem; }
}

/* Tabs */

/* Tab items */
.tab-box               { padding:5rem 0 15rem 0; position:relative; max-width: 980px; margin: 0 auto;}
.tab-box.link-box      {  padding:5rem 0 0 0; max-width: inherit; }
.program-tabs .tab-box.link-box {  padding:0 0 0 0; }
.tab-item:after { content: ''; position: absolute; left: 50%; height: 3px; width:150%; background-color: #CECECE; bottom: -76px; z-index: 0;}
.tab-item:last-of-type::after { display:none; }
.tab-item              { margin:0 3rem; position:relative; padding-bottom:0.5rem;}
.tab-item span {display:inline-block; position: relative; padding-bottom:2px;}
.program-tabs .tab-item span { width:100%; }
.tab-item.active span:after { content:''; position: absolute; bottom:0; width:80%; height:3px; background-color:#000; left:10%; display: none;}
.tab-box.link-box:after,
.tab-box.link-box .tab-item:after,
.tab-box.link-box .tab-item:before  { display:none; }


.program-tabs .link-box .tab-item .tabbutton {padding: 1.4rem 4rem 1rem 4rem; }
.program-tabs .tab-item span.tradeshow-button,
.program-tabs .tab-item span.speakersforum-button,
.program-tabs .tab-item span.conference-button {   position: absolute;
  right: 1rem;
  top: calc(50% - 20px);
  width: 40px;
  transform: rotate(45deg);
}

.tab-item.active + .tab-item,
.tab-item.active + .tab-item + .tab-item,
.tab-item.active + .tab-item + .tab-item + .tab-item,
.tab-item.active + .tab-item + .tab-item + .tab-item + .tab-item { color:#8A8A8A; }
.tab-item:before {
  content:'01';
  position: absolute;
  bottom:-10rem;
  width:55px;
  height:55px;
  text-align:center;
  line-height:56px;
  letter-spacing:-1px;
  font-weight:600;
  font-size:2.4rem;
  border-radius:50%;
  background-color:#CECECE;
  color:#fff;
  left:calc(50% - 27px);
  z-index: 2;
}
.tab-item.active:before         { background-color:#FF9E00;}
.tab-item:nth-of-type(2):before { content:'02'; }
.tab-item:nth-of-type(3):before { content:'03'; }
.tab-item:nth-of-type(4):before { content:'04'; }
.tab-item:nth-of-type(5):before { content:'05'; }

.link-box .tab-item {  margin:0 4px 4px 0; padding:0; text-align:center; width:calc(33.33333% - 24px);}
.backend .link-box .tab-item { min-width:245px; }
.program-tabs .link-box { min-width: calc(100% + 4px); margin-left: -4px; position:relative; }
.program-tabs .link-box  .tab-item {width:calc(33.33333% - 4px); margin:0 0 4px 4px;}
.link-box .tab-item a { background-color:#CECECE; height:100%; color:#000; text-decoration:none; padding:2rem 4rem; display:block; width:100%; }
.link-box .tab-item a:hover,
.link-box .tab-item .tabbutton:hover { background-color:#FF9E00;  height:100%; color:#fff; }

.link-box .tab-item.active .tabbutton.conference:hover { background-color:#CC1F2F; }
.link-box .tab-item.active .tabbutton:hover {background-color:#74B1DD; }
.link-box .tab-item .tabbutton { width:100%; height:100%; color:#fff; font-size:2.5rem; text-transform:uppercase; }

.link-box .tab-item.active { margin-bottom:0; }
.program-tabs .link-box .tab-item.active  .tabbutton { border-bottom: 4px solid currentColor;  }
.program-tabs .link-box .tab-item.active > .tradeshow { border-color: #74B1DD; }
.program-tabs .link-box .tab-item.active > .teletalk { border-color: #CECECE; }
.program-tabs .link-box .tab-item.active > .conference { border-color: #CC1F2F; }
.program-tabs .link-box .tab-item.active > .teletalk:hover {background-color:#FF9E00!important; border-color:#FF9E00!important; }
.program-tabs .tab-item.active span.tradeshow-button,
.program-tabs .tab-item.active span.speakersforum-button,
.program-tabs .tab-item.active span.conference-button { transform:rotate(0) translate(3px, 1px); }



.link-box .tab-item.active a { pointer-events: none; }

@media (max-width:960px) {
  .program-tabs .link-box .tab-item  .tabbutton {text-align: left; padding: 1.4rem 4rem 1rem 2rem; }
  .tab-item         { margin:0 1.5rem; }
  .tab-item:after { width:120%; }
  .program-tabs .link-box { min-width:calc(100% + 9.5rem); margin-left: -3.5rem; position:relative; }
  .link-box .tab-item .tabbutton { font-size:1.8rem; text-transform:none; }


}
@media (max-width:860px) {
  .tab-box           { padding: 5rem 0 13rem 0; }
  .tab-item          { font-size:1.6rem; }
  .tab-item::before  { bottom: -6rem; width: 40px; height: 40px; line-height: 42px; letter-spacing: 0; font-size: 1.6rem; left: calc(50% - 23px); }
.tab-item:after { bottom: -42px; }

}
@media (max-width:760px) {
  .tab-box           { margin-left:-2rem; margin-right:-2rem; width:calc(100% + 4rem)}
  .program-tabs .tab-item span.tradeshow-button,
  .program-tabs .tab-item span.speakersforum-button,
  .program-tabs .tab-item span.conference-button {
    position: absolute;
    right: 1rem;
    top: calc(50% - 12px);
    width: 24px;
    transform: rotate(45deg);
  }
  .programm-select-form .form-row {    padding-right: 0; width: 100%; }
  .backend .tab-content.faq-box { padding: 0 2rem; }
  .tab-box .nav-box {padding:0 2rem 2rem 2rem;}
  .tab-box .nav-box .nav-tab {margin: 0 1rem 1rem 0; }
  .tab-box .accordion-title {padding:1rem 4rem 1rem 0; margin-bottom:2rem; }
  .tab-box .accordion-title::after { width: 20px; height: 20px; top: calc(50% - 10px); }
}
@media (max-width:660px) {
  .tab-item::after    { display:none!important;}
  .tab-box           { margin-left:-2rem; margin-right:-2rem; width:calc(100% + 4rem); padding: 5rem 0 2rem 0; }
  .tab-box.center-center  { -webkit-box-pack:flex-start; -ms-flex-pack:start; justify-content:flex-start; }
  .tab-item          { margin-left: 0; padding-left: 3rem; margin-bottom:2rem;   }
  .tab-item::before  { bottom: 5px; width: 25px; height: 25px; line-height: 27px; letter-spacing: 0; font-size: 1.2rem; left: 0; }
  .link-box .tab-item .tabbutton { font-size:1.6rem; padding:0.5rem;  }
  .backend .link-box .tab-item { min-width:inherit; }
  .backend .link-box  .tab-item a {padding: 1rem 1.5rem; white-space: nowrap;}
}
@media (max-width:530px) {
  .tab-box            { width:100%; }
  .backend .tab-box {
    margin-left: -2rem;
    margin-right: -2rem;
    width: calc(100% + 4rem);
    padding: 3rem 0 0 0;
  }
  .backend .link-box .tab-item { width: calc(50% - 4px); }
    .link-box .tab-item .tabbutton { font-size:1.3rem; padding:0.5rem; min-width: inherit; }
    #speakersforum {color:#000; }
    #speakersforum svg path,
    #speakersforum svg circle { stroke:currentColor;}
    .program-tabs .link-box .tab-item .tabbutton {
  text-align: left;
  padding:0.8rem 2rem 0.4rem 1rem;
}
    .program-tabs .tab-box.link-box {
      padding: 0 0 0 0;
      margin-left: -3.5rem;
min-width: calc(100% + 9.5rem); }
.program-tabs .tab-item span.tradeshow-button,
.program-tabs .tab-item span.speakersforum-button,
.program-tabs .tab-item span.conference-button {
  position: absolute;
  right: 0.5rem;
  top: calc(50% - 13px);
  width: 25px;
  transform: rotate(45deg);
}
  }

@media (max-width:460px) {
  .program-tabs .tab-box.link-box {
    padding: 0 0 0 0;
    margin-left: -2.4rem;
    min-width: calc(100% + 4.4rem);
  }
  .program-tabs .link-box .tab-item .tabbutton { padding:0.8rem 2.2rem 0.4rem 2rem }
  .program-tabs .link-box .tab-item .tabbutton#speakersforum,
  .program-tabs .link-box .tab-item .tabbutton#conference {padding-left:1rem; }
}
@media (max-width:380px) {
  .program-tabs .tab-item span.tradeshow-button,
  .program-tabs .tab-item span.speakersforum-button,
  .program-tabs .tab-item span.conference-button {
  position: absolute;
  right: 0.3rem;
  top: calc(50% - 10px);
  width: 21px;
  transform: rotate(45deg);
}
  .program-tabs .tab-item span.conference-button { right:1.4rem;}
}
@media (max-width:330px) {
.program-tabs .tab-box.link-box {
  padding: 0 0 0 0;
  margin-left: -2.4rem;
  min-width: calc(100% + 3.4rem);
  width: calc(100% + 3.4rem);
}}


  .tx-exhibitor .accordion-content table { width:100%; }
  .tx-exhibitor .accordion-content table tr { position:relative; }
  .tx-exhibitor .accordion-content table td { display:block; }
  .tx-exhibitor .accordion-content table td .no-edit { display:none; }
  .tx-exhibitor .accordion-content table td:last-of-type { padding:0; border: 0;}
  .tx-exhibitor .accordion-content table td .delete {
      position: absolute;
      top: 1px;
      right: 1px;
      background-color: #fff;
      width: 50px;
      padding: 1rem;
      min-width: 50px;
      height: calc(100% - 4px);
      border-left: 1px solid #ccc;
  }
.accordion-content .form-row.flex-box { text-align:left; }



.tab-content { position:relative; width: 100%; }
.program-tabs .tab-content:before {content:''; width:200vw; height:100%; position: absolute; z-index:-1; background-color:inherit; top:0; left:-50vw; }
.program-tabs .tab-content hr { margin: 0.5rem 0 0; border-top:1px solid #74B1DD;}
.program-tabs .tab-content #stream2-container hr { border-color:#000;}
.program-tabs .tab-content #stream3-container hr { border-color:#CC1F2F}
.tab-content hr.small-box {margin: 0.5rem auto 4rem auto;}

.programm-select-form h3 { margin:0; font-size: 3rem; }
.program-date-time h3 { margin-bottom:1rem;  }
.programm-select-form .program-date-time.box-100 { display:none; }
.programm-select-form .program-date-time.box-100:first-of-type { display:block; }
.program-date-time {  padding-top: 2rem; position: sticky; top: 74px; z-index: 2; }
.halls {  position: sticky; top: 118px;
z-index: 1; padding: 0.5rem 0; }
.halls .flex-item.box-50 { margin-bottom:0;}
.program-time {  position: sticky; top: 130px; z-index: 1;  padding-top: 1rem;}
.programm-event-box { padding: 3rem 0 0 0;}
.title-box span {display: block;}
.title-item-de > br,
.title-item-en > br { display:none; }

.conference .title-item-de,
.conference .text-item-de { color:rgba(0,0,0,1)!important; }
.conference .title-item-en,
.conference .text-item-en { color:rgba(0,0,0,0.4)!important; }

.conference.tab-content.personal-event  .programm-text-box  { opacity:1!important; }
.conference.tab-content.personal-event  .programm-text-box p + p  { color:rgba(0,0,0,0.4); }
.conference.tab-content.personal-event  .programm-text-box ul + ul { color:rgba(0,0,0,0.4); }

.programm-event-box .title-box { font-weight:700; padding-bottom:0; font-size: 2.5rem;}
.programm-event-box .stream-info-box span:empty,
.programm-event-box .programm-text-box:empty,
.programm-event-box .programm-text-box:empty { display:none;}

@media (max-width:980px) {
.program-date-time { top: 74px; }
 }

 @media (max-width:380px) {
 .program-date-time { top: 48px; }
 .program-time { top: 98px; }
  }

@media (min-width:920px) and  (max-width:1300px) {
  .chat-active .programm-select-form h3 { margin: 0; font-size: 2.4rem; }
}

#stream1-container .program-date-time,
#stream1-container .halls,
#stream1-container .program-time {  background-color: #B0E9FE; }
#stream2-container .program-date-time,
#stream2-container .halls,
#stream2-container .program-time  {  background-color: #CECECE }
#stream3-container .program-date-time,
#stream3-container .halls,
#stream3-container .program-time { background-color:#e7d5d1 }


.programm-select-form .program-date-time,
.programm-select-form .halls { display:none; }
.programm-select-form .program-date-time:first-of-type { display:block; }
.programm-select-form .program-date-time:first-of-type + .halls { display:flex; }

.programm-select-form .form-row { padding-right:2.5rem; }
.programm-select-form .form-row .field-item { max-width: inherit !important; margin: 0 !important; width: 100% !important; }
.programm-select-form .form-row p,
.programm-select-form .form-row ul,
.programm-select-form .form-row * { margin:1rem 0;}
.programm-select-form  .standard-radio input[type="checkbox"]:checked + label::after { background-color:#000; }


@media (max-width:760px) {
.programm-select-form .form-row {    padding-right: 0; width: 100%; }
.programm-event-box .title-box {padding-top:0; }
.programm-event-box p + br { display:none; }
.programm-event-box p + br + div,
.programm-event-box p + br + button,
.programm-event-box p + br + .button {margin-top:2rem; }
}

.recording-available,
#stream3-container .recording-available {  padding:1rem 0 1rem 5rem; background:transparent url(https://conference-demo.codersunlimited.com/images/icon-movie.svg) 0 0 no-repeat; background-size:40px auto; color:#000; }
.recording-available:hover,
#stream3-container .recording-available:hover {background-color:transparent; color:#FF9E00; }
.res-show { display:block; }
.programm-select-form h3.res-show { margin-bottom:3rem; }
.res-hide { display:none; }
.tab-page,
.tab-page-counter { padding:0.5rem 1rem; font-size:1.8rem; }
.tab-previous-page,
.tab-next-page    {
  padding:0.5rem;
  background-color:#000;
  position: relative;
  width: 30px;
  height: 30px;
  padding: 0;
  min-width: inherit;
  margin:0 4px 8px 0;
}
.tab-previous-page:after,
.tab-next-page:after { content:''; width:11px; height:11px; border-style:solid; border-width:2px 2px 0 0; border-color:#fff; position: absolute; top:10px; left:10px; }
.tab-previous-page:after { -webkit-transform:rotate(-135deg);transform:rotate(-135deg); left: 12px; }
.tab-next-page:after { -webkit-transform:rotate(45deg);transform:rotate(45deg) }

.tab-previous-page.first-page::after {left:15px !important;}
.tab-previous-page.first-page:before {content:'';width: 11px;height:11px;border-style:solid;border-width:2px 2px 0 0;border-color:#fff;position: absolute;top: 9px;left:10px;}
.tab-previous-page.first-page:before {-webkit-transform:rotate(-135deg);transform:rotate(-135deg);left: 8px;}

.tab-next-page.last-page::after {left: 2px !important;}
.tab-next-page.last-page:before {content:'';width: 11px;height:11px;border-style:solid;border-width:2px 2px 0 0;border-color:#fff;position: absolute;top: 9px;left:10px;}
.tab-next-page.last-page:before {-webkit-transform:rotate(45deg);transform:rotate(45deg)}


.results-pagination .match-page-link,
.program-pagination .page-link {
    padding: 3px 10px;
    margin: 0 4px;
    border: solid 1px;
    position: unset;
    width: unset;
    min-width: unset;
    text-decoration: none;
}
.results-pagination .match-page-link {margin:-1px 4px 6px 0 ; min-height: 30px;}

.results-pagination .tab-previous-page,
.results-pagination .tab-next-page    { width: 49px; height: 30px; top: -1px; max-width: 30px; }
.results-pagination .tab-previous-page::after { top:9px; left: 10px;}
.results-pagination  .tab-next-page::after { top:9px;  left:7px; }
.match-page-link[data-page="..."] {cursor:default; background-color:transparent; border-color:transparent;  pointer-events: none; padding:0; }

.results-pagination .match-page-link.active,
.program-pagination .page-link.active {
    font-weight: bold;
    color:#fff;
    background-color: #FF9E00;border-color: #FF9E00;
}
.company-filter-pagination { flex-wrap:wrap;}
.company-filter-pagination .company-filter-page-link {
    padding: 3px 10px;
    margin:0 4px 8px 0;
    border: solid 1px;
    position: unset;
    width: unset;
    min-width: unset;
}

.company-filter-pagination .company-filter-page-link.active {
    background-color: #FF9E00;
    color: #fff;
}

.programm-select-form .box-100 { width:100%; }
.company-filter-pagination .tab-previous-page,
.company-filter-pagination .tab-next-page    { background-color: #585858; }

@media (max-width:560px) {
  .results-pagination .tab-previous-page,
  .results-pagination .tab-next-page { display:none; }
  .results-pagination { font-size:1.4rem;}
  .results-pagination .match-page-link { min-height:28px; padding: 3px 8px;}
}

.grey-stage-event .field-item.standard-radio,
.grey-stage-event .programm-text-box,
.grey-stage-event .res-show,
.grey-stage-event .accordion-content .text-box,
.grey-stage-event .accordion-content .image-box,
.grey-stage-event .accordion-content .speaker-box,
.grey-stage-event .accordion-content .product-list,
.grey-stage-event .accordion-title .personal-event-stageinfo,
.grey-stage-event .accordion-title .personal-event-title  {opacity:0.4}

.delete-aganda-item {
    background: url(https://conference-demo.codersunlimited.com/images/icon-delete.svg) 0 0 no-repeat;
    background-size: 24px auto;
    width: 23px;
    height: 23px;
    position: absolute;
    top: 7px;
    right: 3px;
    opacity: 0.2;
    cursor:pointer;
  }
.to-be-deleted { opacity:0.2; }
.to-be-deleted .accordion-content { display:none!important; }
.delete-aganda-item:hover,
.delete-aganda-item:focus { opacity: 1; }
.delete-aganda-item input { opacity:0; height:100%!important; width:100%!important; }
.delete-aganda-item input:hover {cursor: pointer;}

h3.res-show.regular { margin:0.5rem; border-bottom:2px solid #000;   }

@media (min-width:790px) {
  .program-time { top: 170px; }
  .res-show { display:none; }
  .res-hide { display:block; }
  .programm-select-form >.flex-item:nth-of-type(2) .program-date-time div {opacity:0;}
.program-pagination { padding:3rem 0; }
}

.field-item .button.info,
.button.info {
    background-color: #43A2AA;
    background-image: url('https://conference-demo.codersunlimited.com/images/icon-info.svg');
    width: 32px;
    min-width:inherit;
    height: 32px;
    border-radius: 50%;
    padding: 0;
    background-repeat: no-repeat;
    background-size: 28px 29px;
    background-position: center center;
    position: absolute;
    top: -5px;
    right: -5rem;
    z-index:22;
}
.field-item.box-50 .button.info { right:-3.6rem; }
.col-item .button.info { right:-0.5rem; }
.button.open-tooltip           { cursor:pointer; width: 30px; height: 31px; min-height: auto;  position: absolute; }
.tooltip                       { display:none; position:absolute; top :22px; right:-2rem; z-index:22; background-color:#000; color:#fff; padding:2rem; width:560px; }
.open-tooltip:hover + .tooltip { display:block; }

.form-box td, .form-box th {
    padding: 0.5rem;
    border-style: solid;
    border-width: 1px;
    text-align: left;
    background-color: #fff;
    border-color: #cecece !important;
}
.form-box input[type="text"], .form-box input[type="email"], .form-box select, .form-box textarea {color:#000;}
.form-box .button.call-to-action { border:1px solid #fff; }

.free-text-search .text-search  { border: solid 1px; background-color: #f2f2f2; color:#000; padding: 0.5rem 1rem; margin-right: 1rem;}
.free-text-search button { background-color:#585858; color:#fff; }
.free-text-search button:hover { background-color:#FF9E00; }
@media (max-width:660px) {
  .button.open-tooltip         { display:none; }
}
@media (max-width:790px) {
    .field-item.box-50 .button.info { right: -1.6rem; }
 }
/* Forms */
.form-row                      { margin-bottom:4rem; position: relative;}
.form-row.wrap                 { margin-bottom:1rem; }
.field-item                    { position: relative; margin-right:1rem; margin-bottom:1rem; width:100%;}
.form-row.wrap .field-item     {}
.backend #sticky-box.button-box { position:fixed; top: 10px; max-width: 760px; z-index: 211; margin-left: 20rem; }
.backend .scroll-box #sticky-box.button-box  { top:0; }
.backend .position-static { position:static!important;  }
.backend #sticky-box.button-box button { margin-right:2rem;}
.backend #sticky-box.button-box button.call-to-action { border:1px solid #FF9E00!important; }
.backend #sticky-box.button-box button.call-to-action:hover { background-color:#000; color:#FF9E00; }



@media (max-width:980px) {
  .backend #sticky-box.button-box { display:flex; }
  .backend #sticky-box.button-box,
  .backend .scroll-box #sticky-box.button-box { top: 6px; margin-left: 0; right: 0; padding-top: 2rem; }
  .backend #sticky-box.button-box button {
      margin-right: 1rem;
      font-size: 1.2rem;
      min-width: inherit;
      padding: 0.5rem;
      white-space: nowrap;
  }
}

@media (max-width:440px) {
  .backend #sticky-box.button-box,
  .backend .scroll-box #sticky-box.button-box { display:block; top: -22px; margin-left: 0; right: 0;}
  .backend #sticky-box.button-box button { min-width:140px; }
}


/* Chat Active */
@media (min-width:920px) and  (max-width:1300px) {
  .chat-active .programm-select-form h3 { margin: 0; font-size: 2.4rem; }
  .chat-active .programm-select-form .program-date-time {top: 65px;}
  .chat-active  .halls { top: 114px; padding: 0 0 0.5rem 0; }
  .chat-active  .program-time { top: 143px; padding-top: 0.5rem; }
}


.login-box .field-item         { width:auto;}
.form-row .field-item:only-of-type { margin: 0 auto auto; max-width: 560px;}
.form-row .field-item.box-100  {max-width:100%; width:100%; }
.form-row.small-box,
.field-item.small-box,
.user-detail .small-box          { margin-left:auto; margin-right:auto; max-width: 560px; border:1px solid transparent;}
.user-detail .small-box { padding:3rem 0 2rem 0;}
.user-detail .button + .small-box { padding:2rem 0 1rem 0;}
.user-detail .small-box  .button { margin:0 auto 2.5rem auto; display:block;  }
.user-detail .small-box  .button.call-to-action,
.user-detail .small-box  .button.appointment { display:inline-block; }
.user-detail .small-box .small-box { padding:0; }
@media (max-width:660px) {
  .user-detail .small-box { padding:1rem 0 0 0;}
}

.field-item-wrapper            { position: relative;}
.field-item-wrapper + .field-item-wrapper { margin-top:2rem;}
.field-item.right-item         { margin: 0 0 0 auto; }
.field-item.left-item          { margin:auto 0 0 0 ; }
.countdown .field-item.right-item         { margin: 0 0 0 auto;width: auto; }
.countdown .field-item.left-item          { margin:auto 0 0 0 ;width: 100%; text-align:left; }
.field-label                   { display:block; width:100%!important; margin-top:-2rem; }
.form-row.button-box           { padding-top:3rem; }
.box-50 .field-item            { width:calc(50% - 4rem); margin-right:4rem; }

input + .field-label,
textarea + .field-label        { position:absolute; top:0; }
.block-label                   { font-weight:700; display:block;  width:100%; padding-bottom:1rem; }
.info-text,
.login-box .info-text          { max-width:560px; }
.txt-center .info-text         { margin:0 auto 3rem auto; }
.info-text.long-info-text      { max-width:720px; margin:0 auto 5rem auto; }
.txt-left .info-text           { margin-left:0; }
.txt-center .info-text.no-margin { margin:0; }
form                           { display: inline-block; width: 100%; }
input[type="text"],
input[type="email"],
select,
textarea {
  height: 50px;
  border:0;
  background-color:#fff;
  padding:1.8rem 1rem 0.5rem 1rem;
  text-align:left;
  font-weight:400;
  position: relative;
  z-index:2;
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  width:100%;
}
textarea                       { height:200px; }
textarea:focus, input:focus    { outline: none; }
input.disabled-field           { background-color:#CECECE; border-color:#CECECE; color:#969696; }
.checkbox-label                { display:inline-block; padding-left:5px; width: calc(100% - 40px);}
.standard-radio                { margin-right:3rem; }
.standard-radio input[type="radio"],
.standard-radio input[type="checkbox"],
.standard-checkbox input[type="checkbox"]   { position: absolute; z-index:-1; opacity:0;  }
.standard-radio label,
.standard-checkbox label  {
  display:inline-block;
  padding:0 0 0 45px;
  position: relative;
  cursor:pointer;
  font-size:2rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin:0;
}
.standard-radio input[type="radio"] + label:before           { content:''; width:34px;  height:34px; position: absolute; left:0; top: calc(50% - 17px);  border:0; background-color:#fff; border-radius:50%; }
.standard-radio input[type="radio"]:checked + label:after    { width:18px; height:18px; content:''; position: absolute; top: calc(50% - 9px); left: 8px; background-color:#FF9E00;  border-radius:50%;  }
.standard-radio input[type="checkbox"] + label:before        { content:''; width:34px;  height:34px; position: absolute; left:0; top: calc(50% - 17px); border:0; background-color:#fff; }
.standard-radio input[type="checkbox"]:checked + label:after { width:18px; height:18px; content:''; position: absolute; top: calc(50% - 9px); left: 8px; background-color:#FF9E00;   }
.programm-event-box .standard-radio input[type="checkbox"] + label:before { top: -6px; }
.programm-event-box .standard-radio input[type="checkbox"]:checked + label:after {top: 2px;}
/* only for modern browsers */
@supports (object-fit: cover) {
  .form-row               { margin-bottom:2rem; }
  .field-label            { margin-top:0; border:2px solid #fff; }
  input[type="text"],
  input[type="email"],
  select                { margin-top:0; background-color:transparent;}
  input + .field-label,
  textarea + .field-label { position:relative; top:inherit; background-color: #fff;}
  input:not(:placeholder-shown) + label.field-label,
  input:placeholder-shown + label.field-label,
  input:focus + label.field-label                      { position: absolute; z-index:1;  top: 0; left: 0; height: 100%; padding: 1rem;}

  textarea:not(:placeholder-shown) + label.field-label,
  textarea:placeholder-shown + label.field-label,
  textarea:focus + label.field-label                   { position: absolute; top: 0; left: 0; height: 100%;}
  input[type="text"]:focus + label.field-label,
  input[type="text"]:not(:placeholder-shown) + label.field-label,
  input[type="email"]:focus + label.field-label,
  input[type="email"]:not(:placeholder-shown) + label.field-label,
  textarea:focus + label.field-label,
  textarea:not(:placeholder-shown) + label.field-label,
  input.disabled-field + label.field-label              { font-size:1.1rem; top:0; left:0; padding:0.5rem;}

  input.disabled-field                     { background-color:transparent; }
  input.disabled-field + label.field-label { border-color:#CECECE; background-color:#CECECE; color:#969696;  }
}

.feedback-form label { color:#000; }
.feedback-form .standard-radio label { color:#fff; }
.feedback-form .field-item.standard-radio { width:auto; }

.free-text-element .free-text { display:none; }

.free-text-element input[type="radio"]:checked + label + .free-text { display:block; margin-top:1rem; }
.free-text-element input[type="radio"]:checked + label + .free-text .field-label { background-color:#F2F2F2}
@media (max-width:790px) {
  .programm-event-box .standard-radio input[type="checkbox"] + label:before { top: -10px; }
  .programm-event-box .standard-radio input[type="checkbox"]:checked + label:after {top: -1px;}
  .standard-radio label, .standard-checkbox label { font-size:1.6rem; }
  .form-row.flex-box { display:block; margin-bottom:1.5rem; }
  .button-box.form-row.flex-box { display: -webkit-box; display: -ms-flexbox; display: flex; }
}


@media (max-width:660px) {
.programm-select-form .box-100 { width:100%;  display:block; }
  .button-box.form-row.flex-box { display: block; }
  .button-box.form-row.flex-box .field-item { margin-bottom:1rem; }
  .standard-radio { margin-bottom:2rem;}
  .button-box.form-row.flex-box .field-item.left-item,
  .button-box.form-row.flex-box .field-item.right-item { text-align:right;}
}


@media (min-width:790px) {
.standard-radiob {margin-top: 1rem;}
  input[type="text"],
  input[type="email"],
  select,
  textarea,
  .empty-spacer                   {  width: 100%;}

  .field-item .button,
  .field-item button              { min-width: 232px;}
  .login-box input[type="email"]  { min-width:420px; }
  .login-box .field-item button,
  .login-box .field-item .button  { min-width:120px;  }
  .field-item.box-50 input[type="text"],
  .field-item.box-50 input[type="email"] { max-width:100%!important; width:560px; min-width:inherit; }
  .field-item.box-33 input[type="text"],
  .field-item.box-33 input[type="email"] { max-width:100%!important; width:100%;  min-width:inherit; }
  .auto-size .field-item { width:auto;}
  .auto-size .field-item input[type="text"],
  .auto-size .field-item input[type="email"] { max-width:100%; min-width:inherit; width:auto; }
}

.validation-box                   { border:1px solid transparent; padding:1rem 4rem 1rem 1rem; position: relative; display:none;}
.validation-box.invalid           { display:inline-block; }
.validation-box.valid             { display:inline-block; }
.invalid                          { border-color:#CC1F2F!important; color:#CC1F2F;}
.valid                            { border-color:#43A2AA!important; color:#43A2AA;}
.validation-box.valid:after,
.valid + label.field-label:after  {
  content: '';
  width: 18px;
  height: 29px;
  position: absolute;
  right: 13px;
  border-right: 7px solid #43A2AA;
  border-bottom: 7px solid #43A2AA;
  -webkit-transform:perspective(999px)  rotate(45deg);
  transform:perspective(999px)  rotate(45deg);
  top: calc(50% - 16px);
}
.validation-box.valid:after       { top:50%; right:10px; margin-top:-15px; }
.invalid  + label.field-label:after,
.invalid  + label.field-label:before,
.validation-box.invalid:after,
.validation-box.invalid:before    { content: ''; position: absolute; width:29px; height:7px; background-color:#d50303; right: 4px; top: 45%; }
.invalid  + label:after,
.validation-box.invalid:after     { -webkit-transform: rotate(45deg); transform: rotate(45deg);}
.invalid  + label.field-label:before,
.validation-box.invalid:before    { -webkit-transform: rotate(-45deg); transform: rotate(-45deg);}

input.invalid,
select.invalid,
textarea.invalid,
input.invalid,
select.invalid,
textarea.invalid                  { padding:1.8rem 4rem 0.5rem 1rem!important; }

.active + .matchmaking-box        { margin-top: 3rem; display: block; }
.matchmaking-box                  { margin-top: 3rem; display: none; }
.active .no-matchmaking           { display: none; }

.ck-editor__editable              { min-height: 200px !important; }
.user-image-preview               { position: relative; z-index:1; min-height:150px; vertical-align:top;}

.user-image-preview img           { max-width: 150px;  min-width: 150px; width: 100%; height: auto; display: inline-block; }
.label-fileupload                 { position: absolute; width:100%; height:100%; max-width:390px; top:0; left:0; z-index:2; cursor: pointer; }
.uploaded-video-box + input +input + .label-fileupload.movie,
.uploaded-video-box + .label-fileupload.pdf,
.uploaded-video-box + input + .label-fileupload.pdf,
.uploaded-video-box + input + input + .label-fileupload.pdf,
.uploaded-video-box + .label-fileupload.pdf + .description,
.uploaded-video-box + input  + .label-fileupload.pdf + .description,
.uploaded-video-box + input + input + .label-fileupload.pdf + .description,
.uploaded-video-box + input .label-fileupload.pdf + .description,
.uploaded-video-box + input +input .label-fileupload.pdf + .description {display:none; }


.uploaded-video-box span,
.uploaded-video-box a { display:inline-block; margin-right:1rem;}
.label-fileupload.movie,
.label-fileupload.podcast,
.label-fileupload.pdf          { position: relative; width:auto; height:auto; top:inherit; left:inherit; white-space: nowrap; display: block;}
.label-fileupload.movie .button   { background:#cecece url(https://conference-demo.codersunlimited.com/images/icon-movie.svg) 6px 5px no-repeat; background-size:35px auto; display: block; }
.label-fileupload.podcast .button { background:#cecece url(https://conference-demo.codersunlimited.com/images/icon-upload.svg) 6px 5px no-repeat; background-size:35px auto; display: block; }
.label-fileupload.pdf .button { background:#cecece url(https://conference-demo.codersunlimited.com/images/icon-pdf.svg) 6px 5px no-repeat; background-size:35px auto; display: block; }
.download { background:#cecece url(https://conference-demo.codersunlimited.com/images/icon-pdf.svg) 6px 5px no-repeat; background-size:30px auto; display: inline-block; padding:1rem 4.5rem;  }

.label-fileupload.movie:hover .button,
.label-fileupload.podcast:hover .button,
.label-fileupload.pdf:hover .button,
.download.button:hover { background-color:#FF9E00; color:#fff; }
.label-fileupload.movie strong,
.label-fileupload.podcast strong,
.label-fileupload.pdf strong {
    font-weight: 400;
    position: relative;
    padding:1rem 4.5rem;
    display: block;
    color: #000;
}
.data-title:empty,
.ext-data-title:empty             { display: none; }
.data-title                       { position: absolute; top: 20px; left: 130px; }
.label-fileupload.movie .data-title  { right:0; left:inherit; top:10px;}
.ext-data-title                   { position: relative; top:inherit; left:inherit;display:inline-block; padding-left:160px; padding-top:10px; }
.label-fileupload strong          { font-weight: 400; position: relative; padding-left: 160px; padding-right: 45px; padding-top: 66px; display: block; color:#000; }
.video-label label,
.podcast-label label { min-width: 280px; }
#youtube-link,
#podcaste-youtube-link { width: 100%; min-width: 360px; }

.upload-container                 { position: relative;}
.checkmark-text                   { position: relative; padding:0 5rem 0 0;}
.checkmark                        { position: absolute; margin-left: 5rem; }
.data-title::before,
.checkmark::before                {
    content: '';
    width: 18px;
    height: 29px;
    position: absolute;
    left: -29px;
    top: -9px;
    border-right: 7px solid #43A2AA;
    border-bottom: 7px solid #43A2AA;
    -webkit-transform: perspective(999px) rotate(45deg);
    transform: perspective(999px) rotate(45deg);
}

.checkmark.error:after,
.checkmark.error:before  { content: '';position: absolute; width:29px; height:7px; background-color:#CC1F2F; border-color:#CC1F2F;left: inherit; right: 8px; top: 7px; }
.checkmark.error:after   { transform: rotate(45deg);}
input.required-field:not(:placeholder-shown):invalid  + label.field-label:before,
.checkmark.error:before  {transform: rotate(-45deg);}

.errorDiv { max-width:560px;  border:1px solid #CC1F2F; margin:0 auto 2rem auto; }
.errorDiv p { position: relative; padding:5px; font-weight:700; height:35px; background-color:#CC1F2F; color:#fff; text-align:left;  }
.errorDiv p:after,
.errorDiv p:before  { content: '';position: absolute; width:29px; height:7px; background-color:#fff; border-color:#fff;left: inherit; right: 3px; top: 14px; }
.errorDiv p:after   { transform: rotate(45deg);}
.errorDiv p:before  {transform: rotate(-45deg);}
.errorDiv ul { color:#CC1F2F; margin:0; }

label.error,
h5.error { border:1px solid #CC1F2F; position: relative;}
.error-info {
    position: absolute;
    background-color: #CC1F2F;
    color: #fff;
    top: -22px;
    font-weight: 500;
    display: block;
    padding: 3px 10px;
    font-size: 14px;
    right: 61px;
      filter: drop-shadow(0 2px 3px rgba(204,31,47,0.7));
}
.error-info:after {content: '';
position: absolute;
bottom: -9px;
left: 20px;
width: 0;
height: 0;
border-left: 11px solid transparent;
border-right: 11px solid transparent;
border-top: 9px solid #CC1F2F;}

@media (max-width:400px) {
  .checkmark {right: 0; top: calc(50% - 10px); }
  .matchmaking-activate { text-align:left;}
  .matchmaking-activate .standard-radio input[type="checkbox"] + label::before { top:0; }
  .matchmaking-activate  .standard-radio input[type="checkbox"]:checked + label::after {top:9px; }
  .user-image-preview { min-height:80px; }
  .label-fileupload strong {
    min-width: 100%;
    font-size: 1.6rem;
    padding-right: 10px;
    position: static;
    padding: 2rem 0 0 7rem;
}
  .user-image-preview img {
    max-width: 50px;
    min-width: 50px;
}
.preview-box .user-image-preview {
    margin-right: 1rem;
}
  .data-title {   position: absolute!important;  top: 15px; }
}

[type="file"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  white-space: nowrap;
  width: 1px;
}
[type="file"]:focus + label
[type="file"]:focus + label    { outline: none; }


/* Questions */
.block-label.selector           { font-weight:700; cursor:pointer; display:flex; padding:0.5rem 5rem 0.5rem 1rem;  background-color:#fff; position: relative; min-height:5rem; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;  }

.block-label.selector>span      { margin:auto 0;}
.description                    { display: block; font-size: 1.2rem; font-weight: 400;}
.block-label.selector:after     { content:''; }
.block-label + .hashtag-box     { display:none;  }
.block-label + .hashtag-box .standard-radio label::before { border:2px solid #CECECE!important  ;}
.block-label.selector.active + .hashtag-box  { display:flex; position: relative; z-index: 100; background-color: #fff; width: 100%; padding: 1rem; }
.block-label.selector.max-50.active + .hashtag-box  { padding-top:2rem }
.block-label.selector.active.relative + .hashtag-box { position: relative;}
.block-label + .hashtag-box .field-item      { margin:0 0 2rem 0;}
.box-50 .block-label + .hashtag-box .field-item { width:100%;}
.col-2 .hashtag-box .field-item.box-33 { width:calc(50% - 3rem); }
.tx-exhibitor section.bg-white + section { background-color:#F2F2F2; }


.block-label.selector:before                 { content:'';  background-color:#CECECE; width:50px; height:100%; position: absolute; right:0; top:0; z-index:1; }
.block-label.selector:after  {
  content:'';
  width:16px;
  height:16px;
  border-style:solid;
  border-width:2px 2px 0 0;
  border-color:#fff;
  position: absolute;
  z-index:2;
  right: 18px;
  top: calc(50% - 8px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.block-label.selector:hover::before  { background-color:#FF9E00;}
.block-label.selector.active:before       { background-color:#FF9E00; }
.block-label.selector.active:after        { right: 16px; top: calc(50% - 11px);-webkit-transform: rotate(135deg); transform: rotate(135deg); }
@media (min-width:790px) {
  .block-label.selector.active + .hashtag-box  { position: absolute; }
  .block-label.selector.max-50    { max-width:calc(50% - 2rem); }
}

@media (min-width:440px) {
  .block-label + .hashtag-box .field-item {  margin: 1rem 0 1rem 0; }
}


/* preview */
.preview-box           { max-width: 760px; margin: 0 auto; }
.profile-data          { margin-bottom:2rem; }
.preview-text-label    { display:block; }
.preview-box .user-image-preview { margin-right:3rem; }
.preview-box .hashtag-label { position: relative; padding:1rem 0 0 2.6rem; display: block;}
.preview-box .hashtag-label:before { content:'#'; position:absolute; top:0; left:0; font-size:3.4rem; color:#FF9E00; }
@media (min-width:440px) {
  .preview-box .user-image-preview { margin-right: 1rem; }
}

/* Preview Page */
.member-badge { position: absolute; right:0; top: 10px; padding:0.7rem 5rem 0.7rem 0; }
.member-badge.platin-partner,
.member-badge.Platin-Partner { background:url(https://conference-demo.codersunlimited.com/images/icon-star-premium-white.svg) top right no-repeat; background-size:36px auto}
.member-badge.master-partner,
.member-badge.Master-Partner { background:url(https://conference-demo.codersunlimited.com/images/icon-star-master-white.svg) top right no-repeat; background-size:36px auto}
.member-badge.basic-partner,
.member-badge.Basic-Partner { background:url(https://conference-demo.codersunlimited.com/images/icon-star-basic-white.svg) top right no-repeat; background-size:36px auto}
@media (min-width:660px) {
  .member-badge-mobile { display: none; }
}
@media (max-width:660px) {
.member-badge { right: 10px; top: 105px; display: none; }
}

/*Fair Map Modul*/
.fair-map-box {}
.open-map { min-width:180px; padding: 1.4rem 4rem 1rem 4rem; text-align:left; background-color:transparent!important; color:#000!important; margin-top:3rem; margin-bottom:3rem;  background-image:url('https://conference-demo.codersunlimited.com/images/icon-mapmarker.svg'); background-repeat: no-repeat; background-position: left top; }
.open-map .open,
.open-map.active .close { display:inline-block; }
.open-map .close,
.open-map.active .open { display:none; }

.open-map.active:before { content:''; background:url(https://conference-demo.codersunlimited.com/images/icon-close.svg) top right no-repeat; background-size:30px auto; width:30px; height:30px; position:absolute; top:calc(50% - 15px); right:0;  }
.open-map + .image-box {display:none; }
.open-map.active + .image-box {display:block; }
.product-range { padding:0; margin:0; }
.product-range li { padding:1rem; margin:0 0.5rem 1rem 0.5rem; background-color:#F2F2F2; list-style-type: none; font-size:1.8rem}

@media (max-width:660px) {
  .fair-map-box{margin: 8px 0;}
  .open-map {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
/* Staff box */
.staff-box .flex-item { width:50%; }
.staff-box .image-box { max-width:330px; height:100%;  }
.staff-box .image-box { display:flex; }
.staff-box .image-box img[src="https://conference-demo.codersunlimited.com/images/icon-user.svg"] { width:250px; height:250xp; max-width:100%; margin: auto;}

@media (min-width:420px) {
.staff-box .image-box img { object-fit:cover; height:100%; width:100%; }
.staff-box .image-box img[src="https://conference-demo.codersunlimited.com/images/icon-user.svg"] { height:auto;}
 }


/*
.staff-box .image-box + .flex-item { flex-basis:calc(100% - 330px); min-width: 48%; }
*/

.staff-box .text-box  { padding:4rem 2rem 4rem 2rem; position:relative; height:100%; }
.staff-box .col-box .col-item:nth-of-type(3n+3) .image-box,
.staff-box .col-box .col-item:nth-of-type(4n+4) .image-box { order:2; }
.staff-box .col-box .col-item:nth-of-type(3n+3) .image-box + .flex-item,
.staff-box .col-box .col-item:nth-of-type(4n+4) .image-box + .flex-item { order:1; }
.staff-box .text-box .button {margin: auto 2rem 0 2rem; background-color:#000; }
.staff-box .text-box .button:hover { background-color:#FF9E00;}

@media (max-width:1080px) {
  .staff-box .text-box  { padding:2rem 2rem 2rem 2rem; }
  .staff-box .text-box .button {margin: auto 0 0 0;}
}

@media (max-width:960px) {
  .staff-box .text-box  { padding:2rem 2rem 2rem 2rem; }
  .staff-box .text-box .button { margin: auto 0 0 0;}
}

@media (max-width:890px) {
  .staff-box .col-box { margin:0; }
  .staff-box .col-box > .col-item { width:100%;   margin: 0 0 2  rem 0; }
  .staff-box .text-box .button {margin: auto 2rem 0 2rem;max-width:260px;   }
  .staff-box .col-box .col-item:nth-of-type(3n+3) .image-box,
  .staff-box .col-box .col-item:nth-of-type(4n+4) .image-box { order:1; }
  .staff-box .col-box .col-item:nth-of-type(3n+3) .image-box + .flex-item,
  .staff-box .col-box .col-item:nth-of-type(4n+4) .image-box + .flex-item { order:2; }
}

@media (max-width:580px) {
  .staff-box .flex-item { width:60%; }
  .staff-box .image-item { width:40%; }
}

@media (max-width:420px) {

    .staff-box .image-box { max-width:100%; }
  .staff-box .col-item.flex-box { flex-wrap:wrap}
  .staff-box .flex-item { width:100%; }
  .staff-box .text-box .button { max-width:100%; width:100%; margin:auto auto 0 auto; }
  .staff-box .image-box img[src="https://conference-demo.codersunlimited.com/images/icon-user.svg"] { width:320px; height:320px; max-width:100%; }
}

/* Articel Content*/
.company-page .main-content .article-content-box .item-box { max-width:1080px; }
.exhibitor-content { display:none; }
.article-content-box .active .exhibitor-content { display:block; position: relative; z-index:1; padding:5rem 0; }
.active .exhibitor-content::before {
    content: '';
    display: block;
    width: 200vw;
    /* position: ; */
    position: absolute;
    background-color: #000;
    top: 0;
    left: -50vw;
    height: calc(100% + 5rem);
    z-index: -1;
}
.open-company-content { background-color:#000; color:#fff; }
.open-company-content:hover {  background-color:#FF9E00; }
.open-company-content .open,
.open-company-content.active .close { display:inline-block; }
.open-company-content.active .open,
.open-company-content .close { display:none; }

/* Company Live-stream box */
.ls-teaser-box              { margin-top: 0; }
.ls-teaser-box .content-box { padding:2rem 3rem 2rem 3rem; position: relative; height:100%; min-height: 400px; display:flex; flex-direction: column;}
.ls-teaser-box .content-box > p:first-of-type { margin-bottom:0.5rem; }
.ls-teaser-box .content-box p { margin:0 0 2rem 0; font-size:1.8rem; }
.ls-teaser-box .content-box p:first-of-type { margin:0 0 0.5rem 0; }

.ls-teaser-box .content-box p:last-of-type { margin:0 0 3rem 0; }
.ls-teaser-box .content-box p:empty,
.ls-teaser-box .content-box p + br { display:none; }
.ls-teaser-box .content-box h3  { margin:2rem 0 1.5rem 0; font-size: 2.5rem; }
.ls-teaser-box .content-box h3 + br { display:none; }
.ls-teaser-box .button-box  { position:relative; left:inherit; bottom:inherit; width:100%; text-align: center;  margin:auto auto 0 auto; }
.ls-teaser-box .button-box > span.strong { display:inline-block; padding: 1.4rem 2rem 1rem 2rem;}
.ls-teaser-box .button-box .button { width:80%; max-width:260px;  background-color:#000; }
.ls-teaser-box .button-box .button[style="margin-right: 10px;"] { margin:0!important; }
.ls-teaser-box .button-box .button + .button { margin-top: 10px; }
.ls-teaser-box .button-box .button:hover {  background-color:#FF9E00; }
.ls-teaser-box  { margin:0; }
.ls-teaser-box .col-item { width:100%; margin:0 0 2rem 0; }
.ls-teaser-box .product-list { margin-top:3rem; }

  @media (min-width:960px) {
    .ls-teaser-box  { margin:0 0 0 -2rem; }
    .ls-teaser-box .col-item { width:calc(33.33333% - 2rem); margin:0 0 2rem 2rem; }
  }

@media (max-width:960px) {
  .ls-teaser-box .content-box h3 { font-size: 2.5rem; line-height:1.2; }
}

/* Whats hot box */
.whats-hot-box .subline { margin:0 0 0 auto; }
.no-function-button { pointer-events: none }
.whats-hot-wrapper { position: relative; width:100%; }
.whats-hot-wrapper .button-box { position:absolute; bottom:5rem; left:0; width:100%; text-align:center; }
@media (max-width:760px) {
  .whats-hot-box .subline { width:100%; margin:0,5rem 0 0 0; }
}

/* Exhibitor Masonry Content */
.masonry,
.events { margin:0 0 0 -2rem; }
.first-view-box { margin-top:-45rem; }
.events-box { margin-top:-45rem; }
.first-view-box + .events-box,
.events-box + .events-box,
.first-view-box + .chat-window + .events-box { margin-top:0; }
.first-view-box .item-box > h5,
.events-box:first-of-type .item-box > h5 {color:#fff;}
.first-view-box .image-box { max-width: 150px; margin: 0 auto; }

@media (min-width:920px) {
.chat-active #page-top,
.chat-active #masthead,
.chat-active .scroll-box #filter-nav-section {  width:calc(100% - 350px); -webkit-transition: all 0.3s ease;
transition: all 0.3s ease;}

.chat-active { background-color:#000; }

.chat-active .main-content { background-color:#fff; }
.chat-active .static-links {right:360px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease;}
}

/* first View COntent */
.first-view { padding:5rem 3rem; }
.first-view .flex-item a { font-style: italic; text-decoration:none; background-color:transparent!important; color:#8A8A8A; }
.first-view .flex-item-wrapper .button-box { position:static;}
.first-view .flex-item-wrapper a::before {
  content: '';
  width: 96%;
  height: 380px;
  display: block;
  position: absolute;
  top: -344px;
  left: 0;
}
.first-view .flex-item a:hover { color:#FF9E00; }
.first-view .flex-item-wrapper { padding:2rem 1rem 3rem; position: relative; height:100%; }
.first-view .flex-item-wrapper a { position: absolute; bottom:0; left:0; display:block; width:100%; }


@media (max-width:960px) {
  .first-view.flex-box { -webkit-box-align:flex-start; -ms-flex-align:start; align-items:flex-start; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; }
  .first-view .flex-item.box-20 { width:33.33333%; }
}

@media (max-width:760px) {
  .first-view .flex-item.box-20 { width:50%; }
}

@media (max-width:460px) {
  .first-view .flex-item.box-20 { width:100%; }
}

.masonry-spacer { width:calc(25% - 2rem); }
.narrow-item,
.small-item {
  margin:0 0 2rem 2rem;
  width:calc(25% - 2rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  align-self: flex-start;
}
.wide-item,
.big-item {
  margin:0 0 2rem 2rem;
  width:calc(50% - 2rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap:wrap; flex-wrap:wrap;
  align-self: flex-start;
}
.events .wide-item,
.events .big-item,
.events .narrow-item,
.events .small-item { align-self: stretch; align-content: flex-start; }


.next-on-stage .events .flex-item { flex-direction: column; }
.masonry .masonry-item,
.masonry .masonry-item .box-title { border:0; }
.masonry .flex-item .image-box { padding:1px;}
.news-masonry-box .box-title
.masonry .narrow-item .box-title { order:1; }
.masonry .narrow-item .image-box {order:4;}
.masonry .narrow-item .text-box {order:2;}
.masonry .narrow-item .product-overview-box {order:3;}

.masonry .wide-item .box-title { order:2; }
.masonry .wide-item .image-box {order:1;}
.masonry .wide-item .text-box {order:3;}
.masonry .wide-item .product-overview-box {order:4;}

.masonry .small-item .box-title { order:1; }
.masonry .small-item .text-box {order:2;}
.masonry .small-item .product-overview-box {order:3;}

.masonry .big-item .box-title { order:1; }
.masonry .big-item .image-box {order:4;}
.masonry .big-item .text-box {order:2;}
.masonry .big-item .product-overview-box {order:3;}

/*.podcast-box .box-title {
    z-index: 0;
    height: 50px;
    pointer-events: none;
}*/
.audio-box { margin:2rem 0; }
.audio-box  audio { width:100%; }

.podcast-box.youtube-podcast .box-title{
    position:absolute; top:0; left:0; width:100%; height:100%; font-weight:700; z-index:20;
    pointer-events:auto;
}


.box-title {position:absolute; top:0; left:0; width:100%; height:100%; font-weight:700; z-index:20;}
.box-title:hover:before { content:''; background-color:rgba(0,0,0,0.3); position: absolute; top:0; left:0; width:100%; height:100%; z-index:0; }

.box-title button,
.box-title .button { background:transparent; position: relative; height:100%; width:100%; text-align:left; z-index:1;}
.lightbox .video-opener { min-height:50px; }

.box-title .video-opener,
.box-title button.video-opener,
.box-title .button.video-opener { background:transparent url('https://conference-demo.codersunlimited.com/images/icon-masonry-play.svg') top right no-repeat; background-size:50px auto; }
.box-title .podcast-opener,
.box-title button.podcast-opener,
.box-title .button.podcast-opener { background:transparent url('https://conference-demo.codersunlimited.com/images/icon-masonry-podcast.svg') top right no-repeat; background-size:50px auto; }
.box-title .whitepaper-opener,
.box-title .button.whitepaper-opener,
.box-title .button.whitepaper-opener { background:transparent url('https://conference-demo.codersunlimited.com/images/icon-masonry-whitepaper.svg') top right no-repeat; background-size:50px auto; }

@media (max-width:1080px) {

  .box-title .video-opener,
  .box-title button.video-opener,
  .box-title .button.video-opener { background:transparent url('https://conference-demo.codersunlimited.com/images/icon-masonry-play.svg') top right no-repeat; background-size:30px auto; }
  .box-title .podcast-opener,
  .box-title button.podcast-opener,
  .box-title .button.podcast-opener { background:transparent url('https://conference-demo.codersunlimited.com/images/icon-masonry-podcast.svg') top right no-repeat; background-size:30px auto; }
  .box-title .whitepaper-opener,
  .box-title .button.whitepaper-opener,
  .box-title button.whitepaper-opener { background:transparent url('https://conference-demo.codersunlimited.com/images/icon-masonry-whitepaper.svg') top right no-repeat; background-size:30px auto; }

}

.video-content .overlay-title,
.podcast-content .overlay-title,
.whitepaper-content .overlay-title { min-height:50px; margin-bottom:1rem;  }



.video-content .overlay-title strong,
.podcast-content .overlay-title strong,
.whitepaper-content .overlay-title strong { min-height:50px; line-height:58px; padding-right:60px; background:transparent url('https://conference-demo.codersunlimited.com/images/icon-masonry-play.svg') top right no-repeat; background-size:50px auto; }
.podcast-content .overlay-title strong {background:transparent url('https://conference-demo.codersunlimited.com/images/icon-masonry-podcast.svg') top right no-repeat;}
.whitepaper-content .overlay-title strong {background:transparent url('https://conference-demo.codersunlimited.com/images/icon-masonry-whitepaper.svg') top right no-repeat;}

.video-content,
.podcast-content,
.whitepaper-content { position: relative;}
.video-content:before,
.podcast-content:before,
.whitepaper-content:before { content: '';
z-index: -1;
width: 600px;
height: 600px;
position: absolute;
top: 0;
left: calc(50% - 250px);
background: transparent url('https://conference-demo.codersunlimited.com/images/icon-masonry-play.svg') top center no-repeat;
    background-size: auto;
background-size: cover;
opacity: 0.2;
overflow-x: hidden;
 }
.podcast-content:before {background: transparent url('https://conference-demo.codersunlimited.com/images/icon-masonry-podcast.svg') top center no-repeat;}
.whitepaper-content:before {background: transparent url('https://conference-demo.codersunlimited.com/images/icon-masonry-whitepaper.svg') top center no-repeat;}

.podcast-content .audio-box  { border:1px solid #fff; }
.podcast-content figure.image-box,
.video-content figure.image-box,
.whitepaper-content figure.image-box { text-align:right;}
.podcast-content figure.image-box img,
.video-content figure.image-box img,
.whitepaper-content figure.image-box img { max-width:250px; display:inline-block;}

.video-content .call-to-action:hover,
.podcast-content .call-to-action:hover,
.whitepaper-content .call-to-action:hover { background-color:#fff; color:#000;}
.box-title button span,
.box-title .button span { position: absolute; top:1.5rem; left:2rem; color:#fff; }
.box-title .button span.button-label { width: calc(100% - 82px); }


@media (max-width:790px) {
  .overlay .item-box { overflow-x: hidden;}
  .shrink-overlay #livestream-overlay .item-box,
  .shrink-overlay #stream-archive .item-box,
  .shrink-overlay #stream-popup .item-box { overflow:hidden;  }
  .video-content .overlay-title + .col-box.col-2 .col-item:nth-of-type(2) .image-box,
  .podcast-content .overlay-title + .col-box.col-2 .col-item:nth-of-type(2) .image-box,
  .whitepaper-content .overlay-title + .col-box.col-2 .col-item:nth-of-type(2) .image-box { display:none;  }

  .overlay-container { overflow:hidden; height:100%; min-height:760px;}
  .video-content:before,
  .podcast-content:before,
  .whitepaper-content:before { width: 420px; height: 420px; left: calc(50% - 160px); opacity: 0.1; }

}
@media (max-width:560px) {
  .video-content:before,
  .podcast-content:before,
  .whitepaper-content:before { width: 320px; height: 320px; left: calc(50% - 120px); }
}


.stage-box { padding:2rem 2rem 1.5rem 2rem; font-weight:700;}
.time-box { font-size:2rem;padding:0 2rem 0.5rem 2rem;  }
.stream-title-box {font-size:3.6rem;padding:0 2rem 1rem 2rem; }
.stream-title-box h4,
.events .text-box h4 { margin:0 0 0.5rem 0; font-size: 2.5rem;}
.speaker-box { padding:0 2rem 1.5rem 2rem; }
.events { font-size: 1.8rem; }
.events .flex-item { padding-bottom: 9rem; }
.events .flex-item.conference {padding-bottom: 12rem;}
.events .text-box { padding:0 2rem 2rem 2rem; }
.events .text-box h4 { font-size:1.8rem; }
.events .wide-item .text-box h4 { font-size:2.4rem; }
.events .wide-item.reduced .text-box h4 { font-size:1.8rem; margin: 0; }
.events .text-box p { line-height:1.1; font-size:1.8rem;   -webkit-line-clamp: 3;}
.events .button-box { padding: 2rem; text-align:center; width: 100%;  position: absolute; bottom:0; left: 0;}
.events .button-box button,
.events .button-box .button { width: 90%; max-width: 260px; background-color:#000; color:#fff; font-size:1.8rem; }

.events .button-box .button[style="margin-right: 10px;"] { margin:0!important; }
.events .button-box [style="margin-right: 10px;"] + .button  { margin-left:10px; }

.events .button-box button,
.events .button-box .button
.events .button-box button:hover,
.events .button-box .button:hover {  background-color:#FF9E00; }
.masonry .text-box { padding:7rem 2rem 3rem 2rem; line-height:1.2; /*min-height:200px;*/}
.masonry .text-box h4 { margin-bottom:1rem;   word-wrap: break-word; webkit-hyphens: auto;  -ms-hyphens: auto; hyphens: auto; font-size: 2.5rem;}
.masonry .text-box p { line-height:1.1 }
.masonry .text-box p:last-child { margin: 0; }
.product-list { margin:0; padding:0; }
.product-list li { margin:0; padding:0; list-style-type: none; position: relative; font-size:1.8rem; font-weight:700;}
.product-list li:before { content:'#'; position:relative; }
.product-list.editor-view li { display:inline-block; margin-right:2rem; margin-bottom:1rem; }

.product-overview-box { padding:1.5rem 2rem; }

@media (max-width:560px) {
  .masonry .text-box { padding: 6rem 2rem 3rem 2rem; min-height: inherit; }
  .masonry .text-box p:last-of-type { margin:0; }
}

.masonry .flex-item .image-box { padding:2px;  }

@media (max-width:860px) {
.events .flex-item .image-box { padding:2px;  }
}

.wide-item .image-box,
.wide-item .events-info { width:50%; align-self: flex-start; }
.wide-item .image-box   {width: calc(50% - 1rem);}
.events .wide-item  .text-box { padding-top:1.5rem;  }
.wide-item .box-title button span,
.wide-item .box-title .button span { left:calc(50% + 2rem); }
.masonry .wide-item .text-box { width:50%; min-height:inherit; }
.masonry-item h4 { font-size:2.4rem;}
.wide-item .product-overview-box { width:100%; }
.masonry-item h4 { fon-size:2.4rem;}
.big-item .image-box { max-height:280px; overflow:hidden; }

.wide-item.reduced { display:block; }
.wide-item.reduced > div,
.wide-item.reduced > figure { float:left; }
.wide-item.reduced .text-box { width:50%; }
.wide-item.reduced .speaker-box { padding: 0 2rem 0 2rem; }

.upcoming .wide-item.reduced .product-overview-box,
.upcoming .wide-item.reduced .text-box p,
.upcoming .narrow-item .product-overview-box,
.upcoming .narrow-item .text-box p,
.upcoming .small-item .product-overview-box,
.upcoming .small-item .text-box p { display:none; }
.upcoming .flex-item  { padding:0; }
.upcoming .button-box { display:none; }

/* .next-on-stage .narrow-item .image-box { order:8; margin: auto 0 0 0;} */
/* .next-on-stage .narrow-item .button-box { position: relative; bottom:inherit; } */
/* .next-on-stage .narrow-item { padding-bottom:0; } */

.next-on-stage .events .button-box { position: relative; left:inherit; bottom:inherit; margin:auto auto 0 auto; }
.next-on-stage .events .open-info-box +  .button-box  { padding-top:0; }

.next-on-stage .events-info { order:1;}
.next-on-stage .text-box { order:2;}
/* .next-on-stage .narrow-item .image-box { order:8; margin: auto 0 0 0;} */
.next-on-stage .product-overview-box { order:3; height: 100%;}
.product-overview-box:empty { display: none; }
.next-on-stage .button-box { order:4;}

.next-on-stage .text-box:empty,
.next-on-stage .strong:empty,
.next-on-stage p:empty { display: none; }
p > p { margin:0; }

.next-on-stage .text-box p:only-child { margin-bottom:0; }
.next-on-stage .events .flex-item { padding-bottom:0; }
.next-on-stage .events .flex-item.conference { padding-bottom: 0; }
.next-on-stage .wide-item .image-box { margin-left:auto; order: 2; }


.events .text-box ul:last-of-type { margin-bottom:0}
  .next-on-stage  .stage-box{ padding:2rem 2rem 0 2rem }
.next-on-stage .wide-item .events-info { width:calc(50%+2rem); padding-right:0;  position: static;}
.next-on-stage .wide-item .stream-title-box { padding: 0 2rem 1rem 2rem; }
.next-on-stage  .time-box { padding: 0 2rem 1rem 2rem; }



/*
@media (min-width:860px) {
.next-on-stage .wide-item.conference .stream-title-box { padding: 0 2rem 1rem 2rem; }
  .next-on-stage .wide-item.conference .events-info {  padding-top: 2rem; position: static;}
  .next-on-stage  .stage-box{ padding:2rem 2rem 0 2rem }
.next-on-stage .stream-title-box { padding-bottom:0; }
.next-on-stage .wide-item.conference .events-info .stage-box { position: absolute; top:0; }
.next-on-stage .wide-item.conference .events-info .time-box { position: absolute; top:46px; }
}
.next-on-stage .wide-item.conference .events-info { width: 100%; order:2; }
*/




.next-on-stage .wide-item .events-info { width: calc(50% + 1rem); padding-right: 1rem; }

.next-on-stage .wide-item .stream-title-box { min-height: 190px;}
@media (min-width:1280px) {
  .next-on-stage .wide-item .stream-title-box { min-height: 17vw; }
}
@media (min-width:1500px) {
  .next-on-stage .wide-item .stream-title-box { min-height: 254px; }
}
.next-on-stage .wide-item.tradeshow .stream-title-box { min-height:inherit;}
.next-on-stage .events .flex-item.conference .stream-title-box  { min-height:inherit;}
.stream-title-box h4 + br { display: none; }
.next-on-stage .wide-item .text-box,
.next-on-stage .wide-item .speaker-box,
.next-on-stage .wide-item .product-overview-box,
.next-on-stage .events .flex-item.conference .stream-title-box { width:calc(100% + 100% - 2rem)}
.next-on-stage .events .flex-item.conference .speaker-box { width:100%; min-height: calc(18vw + -23px); }

@media (min-width:1180px) {
.next-on-stage .events .flex-item.conference .speaker-box { width:100%; min-height:18vw; }
}
@media (min-width:1500px) {
  .next-on-stage .events .flex-item.conference .speaker-box { width:100%; min-height: 270px; }
}
.next-on-stage .wide-item.tradeshow  .text-box,
.next-on-stage .wide-item.tradeshow .speaker-box,
.next-on-stage .wide-item.tradeshow .product-overview-box { width:100%; }
.next-on-stage .wide-item.tradeshow .image-box { padding:2px;}
.next-on-stage .image-box { padding:2px;}

.next-on-stage .tradeshow .speaker-box,
.next-on-stage .tradeshow .text-box { width: 100%; }

.next-on-stage .wide-item.reduced  .image-box {float:right}
.next-on-stage .wide-item.reduced .button-box { bottom:0; }

.open-info-box { width:100%; background:transparent!important; }
.open-info-box svg { width:45px; height:auto; -webkit-transform:rotate(45deg); transform:rotate(45deg); }
.open-info-box:hover svg circle,
.close-info-box:hover svg circle { fill:#FF9E00; }
.close-info-box {     width: 100%;
    background: transparent !important;
    text-align: right;
    top: -1rem;
    right: -1rem;
    padding: 0;
  }
.close-info-box svg { width:45px; height:auto; }

.events-info-box { display:none; }
.events-info.active .events-info-box {
  display:block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 2rem;
    background-color: rgb(0, 0, 0);
    z-index: 11;
    height: 100%;
    width: 100%;
}
.events-info-box h3 { font-size:2.4rem; }
.wide-item .width-content { align-self: stretch;align-content: flex-start; display: flex; flex-flow: row wrap}

@media (max-width:1080px) {

}



@media (max-width:860px) {
.events .flex-item.conference { order:1; }
.events .flex-item:nth-of-type(1) { order:2;}
.events .flex-item:nth-of-type(2) { order:3;}
.events .flex-item:nth-of-type(4) { order:4;}
.events .flex-item:nth-of-type(5) { order:5;}

  .masonry-spacer { width:calc(33.33333% - 2rem)}
  .narrow-item,
  .small-item,
  .wide-item,
  .big-item { width:calc(33.333% - 2rem ) }
  .events .narrow-item,
  .events .small-item,
  .events .wide-item  { width:calc(100% - 2rem ) }

  .events .flex-item .image-box { width: calc(30% - 1rem); order: 2!important; /* margin:0 */ margin:0 0 0 auto;  }
  .events .narrow-item.tradeshow .width-content { display:flex; }
  .next-on-stage .wide-item .text-box,
  .next-on-stage .wide-item .speaker-box,
  .next-on-stage .wide-item .product-overview-box { width: calc(100% + 49% - 2rem); }
  .next-on-stage .wide-item.tradeshow .speaker-box,
  .next-on-stage .wide-item.tradeshow .text-box { width: 100%; }
  .stream-title-box,
  .next-on-stage .wide-item .stream-title-box { min-height:150px; }
.next-on-stage .events .flex-item.conference .stream-title-box {width: calc(100% + 100% - 23rem)}
  .next-on-stage .events .flex-item.conference .speaker-box { width:100%;   min-height: calc(19vw);}

  .events .flex-item .events-info { width: calc(70% - 1rem); padding-right: 1rem; order: 1!important;}
  .events .flex-item .product-overview-box { padding:0; margin:0; order:4; }
  .events .flex-item .time-box { font-size: 1.6rem;   padding: 0 2rem 0 2rem; }
  .events .flex-item .button-box { padding:0 0 2rem 0;}
  .events .narrow-item,
  .events .small-item {
      margin: 0 0 2rem 2rem;
      width: calc(100% - 2rem);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-self: flex-start;
      -ms-flex-direction: row;
      flex-direction: row;
      order:5;
  }
  .events .flex-item .text-box { padding: 3rem 3rem 0 3rem!important; order:3; }
.events .button-box button, .events .button-box .button { max-width:100%!important; }

  .masonry .wide-item .image-box,
  .masonry .wide-item .text-box { width:100%; }
  .wide-item .box-title button span,
  .wide-item .box-title .button span { left:2rem; }

  .masonry .narrow-item .box-title,
  .masonry .wide-item .box-title,
  .masonry .small-item .box-title,
  .masonry .big-item .box-title { order:1; }
  .masonry .big-item .image-box,
  .masonry .small-item .text-box,
  .masonry .wide-item .image-box,
  .masonry .narrow-item .image-box {order:4;}
  .masonry .narrow-item .text-box,
  .masonry .small-item .text-box,
  .masonry .wide-item .text-box,
  .masonry .big-item .text-box  {order:2;}
  .masonry .narrow-item .product-overview-box,
  .masonry .wide-item .product-overview-box,
  .masonry .small-item .product-overview-box,
  .masonry .big-item .product-overview-box {order:3;}
}



@media (max-width:790px) {
  .masonry { margin-left:-1rem; }
  .masonry-item.narrow-item,
  .masonry-item.small-item,
  .masonry-item.wide-item,
  .masonry-item.big-item
  .masonry .narrow-item,
  .masonry .small-item,
  .masonry .wide-item,
  .masonry .big-item,
  .masonry .flex-item { width: calc(50% - 1rem ); margin:0 0 1rem 1rem;}
  .masonry .text-box { padding:5rem 2rem 0 2rem;  min-height:auto; }
}

@media (max-width:660px) {
  .events .flex-item .image-box { width: calc(45% - 1rem); }
  .events .flex-item .events-info { width: calc(55% - 1rem); }
  .wide-item.reduced { display:flex;}
  .wide-item.reduced > div,
  .wide-item.reduced > figure { float:none!important; }

  .stream-title-box,
  .next-on-stage .wide-item .stream-title-box { min-height:175px; }
  .next-on-stage .wide-item .text-box, .next-on-stage .wide-item .speaker-box, .next-on-stage .wide-item .product-overview-box {
    width: calc(100% + 99% - 2rem);
  }

.next-on-stage .events .flex-item.conference .stream-title-box {width: calc(100% + 100% - 2rem)}
  .next-on-stage .events .flex-item.conference .speaker-box { width:100%;   min-height: calc(32vw);}
}


@media (max-width:520px) {
  .events .flex-item .image-box {
    width: 100% !important;
    order: 1 !important;
    margin: 0;
  }
  .events .flex-item .events-info {
  width: 100% !important;
  padding-right: 1rem;
  order: 2 !important;
}
.events .narrow-item.tradeshow .width-content { display:block;}
.stream-title-box, .next-on-stage .wide-item .stream-title-box { min-height: auto; }
.next-on-stage .wide-item .text-box, .next-on-stage .wide-item .speaker-box, .next-on-stage .wide-item .product-overview-box { width:100%; }
.events .flex-item .text-box {
  padding: 2rem 2rem 0 2rem !important;
}

.next-on-stage .events .flex-item.conference .stream-title-box {width:100%}
  .next-on-stage .events .flex-item.conference .speaker-box { width:100%;   min-height:inherit;}
}


@media (max-width:440px) {
  .masonry { margin-left:0; }
  .masonry-item.narrow-item,
  .masonry-item.small-item,
  .masonry-item.wide-item,
  .masonry-item.big-item,
  .masonry .flex-item { width:100%; margin:0 0 2rem 0;}
  .masonry .text-box { padding:5rem 2rem 2rem 2rem;  min-height:auto; }
}

@media (max-width:400px) {
  /*.events .flex-item .image-box { width: 100%; order:2!important; float:none!important; }
  .events .flex-item .events-info { width: 100%; padding-right:0;  order:1!important; float:none!important; }*/
}

@media (max-width:1280px) {
.events .button-box .button + .button,
.events .button-box [style="margin-right: 10px;"] + .button  { margin-top:10px; margin-left:0;  }
}
/* Chat Active */

@media (min-width:920px) and (max-width:1280px) {
.chat-active  #newsroom-container .masonry { flex-wrap:wrap;}
.chat-active  #newsroom-container .masonry > div { min-width:280px; }
.chat-active  .personal-event-stageinfo {min-width: 230px;}
.chat-active .personal-events-box .personal-event-info { padding-left: 3rem; }
.chat-active  .program-tabs .link-box .tab-item .tabbutton {padding: 1.4rem 2rem 1rem 1rem; font-size: 1.4rem; }
.chat-active  .program-pagination button.program-day.active { font-size:1.4rem; }
.chat-active  .program-tabs .tab-item span.tradeshow-button,
.chat-active  .program-tabs .tab-item span.speakersforum-button,
.chat-active  .program-tabs .tab-item span.conference-button { width:25px; top:calc(50% - 13px); right: 0.5rem;}

.chat-active .events .flex-item.conference { order:1; }
.chat-active .events .flex-item:nth-of-type(1) { order:2;}
.chat-active .events .flex-item:nth-of-type(2) { order:3;}
.chat-active .events .flex-item:nth-of-type(4) { order:4;}
.chat-active .events .flex-item:nth-of-type(5) { order:5;}

.chat-active   .masonry-spacer { width:calc(50% - 2rem)}

.chat-active   .narrow-item,
.chat-active   .small-item,
.chat-active   .wide-item,
.chat-active   .big-item { width:calc(33.333% - 2rem ) }

.chat-active   .events .narrow-item,
.chat-active   .events .small-item,
.chat-active   .events .wide-item  { width:calc(100% - 2rem ) }
.chat-active   .masonry-item { width:calc(50% - 2rem)}

.chat-active   .events .flex-item .image-box { width: calc(30% - 1rem); order: 2!important; margin: 0 0 0 auto;}
.chat-active   .events .flex-item .events-info { width: calc(70% - 1rem); padding-right: 1rem; order: 1!important;}
.chat-active   .events .flex-item .product-overview-box { padding:0; margin:0; order:4; }
.chat-active   .events .flex-item .time-box { font-size: 1.6rem;   padding: 2 2rem 0 2rem; }
.chat-active   .events .flex-item .button-box { padding:2rem 0 2rem 0; max-width: 360px;}
.chat-active   .events .narrow-item,
.chat-active   .events .small-item {
      margin: 0 0 2rem 2rem;
      width: calc(100% - 2rem);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-self: flex-start;
      -ms-flex-direction: row;
      flex-direction: row;
      order:5;
  }
.chat-active   .events .flex-item .text-box { padding: 3rem 3rem 0 3rem!important; order:3; }
.chat-active .events .button-box button, .events .button-box .button { max-width:100%!important; }

.chat-active .masonry .wide-item .image-box,
.chat-active .masonry .wide-item .text-box { width:100%; }
.chat-active .wide-item .box-title button span,
.chat-active .wide-item .box-title .button span { left:2rem; }

.chat-active  .newsroom-container .masonry > div { flex:1 1 20% }

.chat-active .masonry .narrow-item .box-title,
.chat-active .masonry .wide-item .box-title,
.chat-active .masonry .small-item .box-title,
.chat-active .masonry .big-item .box-title { order:1; }
.chat-active .masonry .big-item .image-box,
.chat-active .masonry .small-item .text-box,
.chat-active .masonry .wide-item .image-box,
.chat-active .masonry .narrow-item .image-box {order:4;}
.chat-active .masonry .narrow-item .text-box,
.chat-active .masonry .small-item .text-box,
.chat-active .masonry .wide-item .text-box,
.chat-active .masonry .big-item .text-box  {order:2;}
.chat-active .masonry .narrow-item .product-overview-box,
.chat-active .masonry .wide-item .product-overview-box,
.chat-active .masonry .small-item .product-overview-box,
.chat-active .masonry .big-item .product-overview-box {order:3;}

.chat-active .news-masonry-box .flex-item.masonry-item { width: calc(50% - 2rem ); }
.chat-active .logo-gallery .col-item {
    width: calc(33.33333% - 1rem)!important;
    margin: 0 0 1rem 1rem;
}
.chat-active .width-content {
  align-self: stretch;
  align-content: flex-start;
  display: flex;
  flex-flow: row wrap;width: 100%;
}

.chat-active .next-on-stage .wide-item .text-box,
.chat-active .next-on-stage .wide-item .speaker-box,
.chat-active .next-on-stage .wide-item .product-overview-box,
.chat-active .next-on-stage .events .flex-item.conference .stream-title-box {width:calc(100vw - 430px); padding-top: 3rem; }
.chat-active .first-view .flex-item.box-20 { width: 33.33333%; }

.chat-active .next-on-stage .wide-item .speaker-box  {width:calc(100vw - 430px) }
}
/*
@media (max-width:760px) {

  .masonry-spacer { width:calc(50% - 2rem)}
  .narrow-item,
  .small-item,
  .wide-item,
  .big-item { width:calc(50% - 2rem ) }

  .events .narrow-item,
  .events .small-item{ width:calc(50% - 2rem ) }
   .next-on-stage .events-info,
  .wide-item .events-info { width:100%!important;  padding:1rem 0 0 0; }
  .events .wide-item .text-box h4,
  .time-box  { font-size: 2.5rem; }

  .video-content .col-item p,
  .podcast-content .col-item p,
  .whitepaper-content .col-item p,
  .video-content .col-item figure,
  .podcast-content .col-item figure,
  .whitepaper-content .col-item figure { display:none; }
}
*/


/* Personal Events */

.personal-event  .button-box .button,
.personal-event .button-box button {max-width: 260px; background-color:#000; color:#fff; font-size:1.8rem; }
.events .button-box button:hover,
.events .button-box .button:hover,
.personal-event  .button-box .button:hover,
.personal-event .button-box button:hover{  background-color:#FF9E00; }

.personal-event.list-item { border-bottom:1px solid #fff; }
.button.open-all { background-color:transparent!important; color:#000!important; position: relative; padding-bottom:5rem; }
.button.open-all:after { content:''; position:absolute; width:50px; height:50px; border-bottom:5px solid #000; border-right:5px solid #000; left:calc(50% - 25px); bottom:0; transform: rotateX(45deg) rotateZ(45deg);}
.button.close-all { background-color:transparent!important; color:#000!important; position: relative; padding-top:5rem; }
.button.close-all:after { content:''; position:absolute; width:50px; height:50px; border-bottom:5px solid #000; border-right:5px solid #000; left:calc(50% - 25px); top:0; transform: rotateX(45deg) rotateZ(225deg);}

.accordion-title {
  padding:3rem 8rem 3rem 0;
  position: relative;
  cursor:pointer;
  -ms-user-select:none;
   -moz-user-select:none;
   -webkit-user-select:none;
   -webkit-touch-callout: none;
   -khtml-user-select: none;
    user-select:none;
}
.accordion-title.selector { padding: 0.5rem 5rem 0.5rem 1rem; text-align: left;  background: #fff; margin:3rem 0 0 0; }

.accordion-title:after { content:''; position:absolute; width:30px; height:30px; border-top:5px solid #000; border-right:5px solid #000; right:2rem; top:calc(50% - 15px);-webkit-transform:rotate(45deg); transform:rotate(45deg);}
.accordion-title.active:after {-webkit-transform:rotate(135deg); transform:rotate(135deg); top:calc(50% - 20px);}
.accordion-content { display:none; }
.accordion-title.selector + .accordion-content {
padding: 3rem 1rem;
border: 3px solid #fff;
background-color: rgba(255,255,255,0.3);}


.accordion-title.selector:before                 { content:'';  background-color:#CECECE; width:50px; height:100%; position: absolute; right:0; top:0; z-index:1; }
.accordion-title.selector:after  {
  content:'';
  width:16px;
  height:16px;
  border-style:solid;
  border-width:2px 2px 0 0;
  border-color:#fff;
  position: absolute;
  z-index:2;
  right: 18px;
  top: calc(50% - 8px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.accordion-title.selector:hover,
.accordion-title.selector.active{ color:#FF9E00;}
.accordion-title.selector:hover::before  { background-color:#FF9E00;}
.accordion-title.selector.active:before       { background-color:#FF9E00; }
.accordion-title.selector.active:after        { right: 16px; top: calc(50% - 11px);-webkit-transform: rotate(135deg); transform: rotate(135deg); }

.accordion-content { display:none; }
.accordion-title.active + .accordion-content { display:block; }
.accordion-content video { max-width:100%; width:100%; height:auto; }
.personal-event .stage-box { font-size: 2.2rem; padding: 0 0 0.5rem 0; }

.personal-events-box .accordion-title { padding:3rem 8rem 3rem 3rem;  }
.personal-event .time-box { font-size: 3.2rem; padding: 0; }
.personal-event .personal-event-title h3 { margin:0; font-size:1.8rem; }
.personal-event .personal-event-title p { margin:0; padding-top:1rem; font-style:italic; }
.personal-event-stageinfo { margin-right:2rem; min-width:320px; }
.personal-event-info { padding:3rem;}
.personal-events-box .personal-event-info { display:block; padding-left: 370px; }
.personal-event-info .image-box { margin-right:2rem; max-width:250px; }
.personal-event-info .speaker-box { width:40%; margin-right:2rem; }
.personal-event-info .text-box { width:60%; margin-right:2rem; padding-bottom: 5rem; position: relative;padding: 0 0 6rem 0; }
.personal-event-info .text-box .button-box,
.personal-event-info .text-box a.button.call-to-action { position: absolute; right:0; bottom:0; white-space: nowrap; }

@media (max-width:960px) {
  .personal-event-stageinfo {   margin-right: 2rem; min-width: 230px; }
  .personal-events-box .personal-event-info { display:block; padding-left: 282px; }
  .personal-event .speaker-box br:nth-of-type(2) { display: none; }
  .personal-event { padding-top:0; }
  .personal-event .accordion-title { padding: 2rem 8rem 2rem 3rem; }
  .personal-event-title.flex-box.center-center {-webkit-box-align:flex-start; -ms-flex-align:start; align-items:flex-start;}
  .personal-event .time-box { font-size: 2.4rem; }
  .personal-event-info {-ms-flex-wrap:wrap; flex-wrap:wrap;}
.personal-event-info .image-box {margin-right: 1rem; max-width: 140px;}
.personal-event-info .speaker-box { width: calc(100% - 179px); margin-right: 2rem;  }
.personal-event-info .text-box { width:100%; margin-right: 0; margin-top:2rem;  }
}
@media (max-width:760px) {
  .accordion-title.selector::before { width:30px; }
  .accordion-title.selector { padding: 0.5rem 3.5rem 0.5rem 1rem; }
  .accordion-title.selector::after { right:10px; }
  .accordion-title.flex-box,
  .accordion-title.flex-box .personal-event-title { display:block;}
.personal-event-stageinfo { margin-right:2rem; width:95%; min-width:inherit;}
.personal-events-box .personal-event-info:empty { display:none;}
.personal-events-box .personal-event-info { display:block; padding-left: 3rem; }

}
@media (max-width:420px) {
  .personal-event-info .speaker-box { width:100%; margin:2rem 0;}
}
@media (max-width:440px) {
  .block-label.selector {padding: 0.5rem 3rem 0.5rem 1rem; }
  .block-label.selector::before { width:30px; }
  .block-label.selector::after { right:10px; }
  .block-label.selector.active::after,
  .accordion-title.selector.active::after { right: 7px; }
  .accordion-content hr { display:none; }
}
/* Newsroom */


/* Company Filter */
.logo-gallery {margin: 0px 0 0 -1rem;}
.logo-gallery .col-item { width:calc(16.66666% - 1rem); margin:0 0 1rem 1rem; }
.filter-masonry-box .logo-gallery .col-item { min-height:300px; }
.logo-gallery .col-item .image-box {  height: 100%; padding: 5px; display: -webkit-box; -ms-flex-wrap: wrap; flex-wrap: wrap; display: -ms-flexbox; display: flex;  -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;}
.logo-gallery .col-item .image-box img { margin:auto; }
.filtering-item figcaption { display:flex; padding:1rem 0.5rem; margin:auto 0 0 0; width:100%; text-align:left; font-size: 1.5rem;
min-height: 55px; align-items: flex-end; }
.filtering-item figcaption span {  margin:auto auto 0 auto; }
.sorting-box a { position: absolute; top:0; left:0; width:100%; height:100%; z-index:2;}
.company-filter-box { margin-bottom:3rem;}
.filter-select { background-color:#fff; color:#000; }
.logo-gallery .col-item .image-box,
.backend .modul.backend-form,
.backend .modul.backend-form .item-box { position: static!important; }


.filter-masonry-box .ui-group { background-color:#585858; position: relative; margin-right: 1rem; width: calc(45% - 1rem); }
.filter-masonry-box .ui-group:before { content:'';  background-color:#000000; width:50px; height:100%; position: absolute; right:0; top:0; z-index:1; }
.filter-masonry-box .ui-group:after  {
  content:'';
  width:16px;
  height:16px;
  border-style:solid;
  border-width:2px 2px 0 0;
  border-color:#fff;
  position: absolute;
  z-index:2;
  right: 18px;
  top: calc(50% - 8px);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
select.filter-select {
  padding:1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background:transparent;
  padding-right: 55px;
  border:1px solid transparent;
  color:#fff;position: relative;
  z-index: 3;
  background-color: #585858;
}

.reset-button.filter-topics {
  color:#fff;
 padding: 1rem 5rem 1rem 1rem;
 background:transparent url(https://conference-demo.codersunlimited.com/images/icon-close-white.svg) center right no-repeat;
 background-size:40px auto;
 mmargin: 0 auto 0 1rem;
}
.reset-button.filter-topics:hover { background-color:#FF9E00; }

@media (max-width:1120px) {
  .logo-gallery .col-item { width:calc(20% - 1rem); margin:0 0 1rem 1rem; }
}


@media (max-width:960px) {
  .logo-gallery .col-item { width:calc(25% - 1rem); margin:0 0 1rem 1rem; }
  .filtering-item figcaption { font-size:1.2rem; }
}

@media (max-width:760px) {
  .logo-gallery .col-item { width:calc(33.33333% - 1rem); margin:0 0 1rem 1rem; }
}

@media (max-width:620px) {

  .company-filter-box { margin-bottom: 3rem; display: block; }
  .filter-masonry-box .ui-group { width:100%; margin:0 0 1rem 0; }
  .logo-gallery .col-item { width:calc(50% - 1rem); margin:0 0 1rem 1rem; }
}
@media (max-width:380px) {

}


/* Nav tabs */
.nav-box { position: relative; padding-right:150px; }
.nav-tab { background-color:transparent; color:#585858; padding:0;  margin: 0 5rem 3rem 0; position: relative; min-width: inherit; }
.nav-tab:hover { color:#FF9E00; background-color:transparent; }
.nav-tab.active:hover { color:#000; background-color:transparent; }
.nav-tab.active { font-weight:700; color:#000;  }
.nav-tab.active:after { content:''; width:70%; background-color:#000; position: absolute; bottom:0; left:15%; display:block; height:2px; }
.bookmark-counter {
  display: inline-block;
  background: url(https://conference-demo.codersunlimited.com/images/icon-bookmark-orange.svg) 0 0 no-repeat;
  background-size: auto;
  background-size: contain;
  min-width: 25px;
  min-height: 40px;
  position: absolute;
  top: calc(50% - 16px);
  line-height: 31px;
  margin-left: 2rem;
  color: #fff;
  font-size: 1.4rem;
 }
 .nav-box .reset-button {
   -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  padding-right: 55px;
  border: 1px solid transparent;
  color: #585858;
  padding: 0.5rem 5rem 0.5rem 1rem;
  background: transparent url(https://conference-demo.codersunlimited.com/images/icon-close.svg) center right no-repeat;
     background-size: auto;
  background-size: 40px auto;
  margin: 0 0 0 auto;
  position: absolute;
  right: 0;
  top: -7px;
 }
 .nav-box .reset-button:hover { background-color:transparent;  color:#FF9E00; }
.matchmaking-filter-box { margin:0 0 3rem -1rem;}
.matchmaking-filter-box .filter-select {  color:#000; font-size:1.8rem; }

.matchmaking-filter-box .ui-group { background-color:#F2F2F2; position: relative; margin-left: 1rem; width: calc(25% - 1rem); border:1px solid #585858;}
.matchmaking-filter-box .ui-group:before { content:'';  background-color:#585858; width:50px; height:100%; position: absolute; right:0; top:0; z-index:1; }
.matchmaking-filter-box .ui-group:after  {
  content:'';
  width:16px;
  height:16px;
  border-style:solid;
  border-width:2px 2px 0 0;
  border-color:#fff;
  position: absolute;
  z-index:2;
  right: 18px;
  top: calc(50% - 10px);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.matchmaking-filter-box select.filter-select {
  padding:1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background:transparent;
  padding-right: 55px;
  border:1px solid transparent;
  color:#585858;
  position: relative;
  z-index: 3;
}
.matchmaking-list-box { margin:0 0 0 auto; }
.matchmaking-list-box .nav-tab { margin:0 0 0 3rem; min-width:65px;}

@media (max-width:790px) {
  .filter-select,
  .matchmaking-filter-box .filter-select { font-size:1.4rem; }
}

@media (max-width:690px) {
  .nav-box { padding-right: 0; padding-bottom: 40px; }
  .nav-box .reset-button { bottom:0.5rem; right:inherit; left:0; padding-left: 0; max-height: 50px; top: inherit;}
  .matchmaking-filter-box { }
  .matchmaking-filter-box .ui-group { width:calc(50% - 1rem); margin-bottom:1rem; }
  .nav-tab { margin: 0 2rem 1rem 0; }
}


/* matchmaking */

.modul.user-matchmaking.bg-4 { min-height:70vh;}
.matchmaking-results{ padding:1.5rem; margin-bottom:2rem; border:1px solid #ffffff; position: relative; }
.user-image { max-width: 190px; min-width: 100px; width: 25%; margin-right: 1.5rem; margin-right:1.5rem; }

.user-nameset { font-size:2rem; margin-bottom: 2rem;}
.user-nameset + .user-status-freetext { margin-bottom:2rem; margin-top:-1rem }
.user-information { width:70%}
.user-nameset strong {font-size:2.2rem; display:block; padding-top:0.6rem; }
.user-information-item { height:100%; width:100%; position: relative; padding-bottom:5rem;  margin-right:1.5rem;}
.user-information-item .hashtag-label {
    position: relative;
    padding: 0.5rem 0 0 1.2rem;
    display: block;
}
.user-information-item  .hashtag-box .field-item { margin: 0 1rem 0.5rem 0; font-size: 1.6rem; width: auto; }
.user-information-item .hashtag-label::before {
    content: '#';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 2.4rem;
    color: #FF9E00;
}

.user-status { position: absolute; bottom: -1rem; left: 0; font-size:1.6rem; -ms-flex-wrap:wrap; flex-wrap:wrap; width: calc(100% + 100%);}
.online-state:empty,
.speaker:empty,
.exhibitor:empty { display:none; }
.online-state { padding-left:3.5rem; margin-right: 1.5rem; margin-bottom:0.5rem; position: relative; white-space: nowrap; width:100%; }
.online-state:before { content:''; position: absolute; left:0; top:2px; background-color:#8CE200; width:28px; height:16px;  display:inline-block; }

.speaker { background:url(https://conference-demo.codersunlimited.com/images/icon-speaker.svg) 0 0 no-repeat; background-size:15px auto; background-size: 15px auto; padding-left: 2rem; margin-right: 1.5rem;  margin-bottom:1rem;}
.exhibitor { background:url(https://conference-demo.codersunlimited.com/images/icon-exhibitor.svg) 0 0 no-repeat; background-size:15px auto; background-size: 15px auto; padding-left: 2rem;  margin-bottom:1rem;}

.user-action { max-width:238px; min-width: 155px; width:30%; }

.user-action .button { width:100%; margin:1rem 0 0 0;}
.user-action .bookmark,
.user-image .bookmark  { text-align: left;color:#585858; background:transparent url('https://conference-demo.codersunlimited.com/images/icon-bookmark.svg') 0 0 no-repeat; background-size:20px auto; padding:0.5rem 0 0.5rem 3.5rem; }
.user-action .bookmark:hover,
.user-image .bookmark:hover { color: #FF9E00; }
.user-action .bookmark.active,
.user-image .bookmark.active { background:transparent url('https://conference-demo.codersunlimited.com/images/icon-bookmark-orange.svg') 0 0 no-repeat;  }
.user-image .bookmark { margin-top:1rem; width:100%; }
.user-action .call-to-action { font-weight:700; }

.score-box {  }
.score-box span              { display:none; font-size:2rem; text-transform:uppercase; font-weight:700; padding:0.7rem 5rem 0.5rem 0; white-space: nowrap;}

.top-match span.top-match        { display:block; background:url('https://conference-demo.codersunlimited.com/images/icon-star-premium-black.svg') top right no-repeat;  }
.good-match span.good-match      {  display:block; background:url('https://conference-demo.codersunlimited.com/images/icon-star-master-black.svg') top right no-repeat;  }
.match span.match                {  display:block; background:url('https://conference-demo.codersunlimited.com/images/icon-star-basic-black.svg') top right no-repeat;  }
@media (min-width:960px) {
.matchmaking-results .user-image { min-width: 50px; }
   }
@media (min-width:1320px) {
  .user-action { max-width:238px; min-width: 180px; width:30%; }
   }
@media (max-width:1190px) {
.user-information-item { min-height: 220px; }
}

@media (max-width:960px) {
  .user-information-item { min-height: inherit; }
 }
@media (max-width:790px) {
  .user-image { max-width: 100px;  }
  .user-action { max-width:150px;  }

}
@media (max-width:760px) {
.matchmaking-results { -ms-flex-wrap:wrap; flex-wrap:wrap; }
.user-information { width: 100%; padding-top: 1rem; }
.user-information-item { padding-bottom:0; }
.user-status { position: relative; bottom: inherit; left: inherit; /*display: block; */font-size:1.2rem; }
.user-status span { display:block; margin-bottom:1rem; }
.user-action {max-width:100%; position: static; padding-top:1rem; width: 100%;}
.score-box { position: absolute; top: 1rem; right: 1rem; }
.user-action .bookmark, .user-image .bookmark { background-size: 18px auto; }
.user-status {  paddin-bottom:0; }
}
/* User detail */
.button-box button { /*min-width: 180px;*/ }
.appointment { background:transparent url('https://conference-demo.codersunlimited.com/images/icon-appointment.svg') top right no-repeat; background-size: auto 95%; padding-right: 7rem;  }
.appointment:hover { background-color:transparent; color: #FF9E00;  }
.user-detail-box    { padding:1.5rem; margin-bottom:2rem; position: relative;}
.user-information { width: calc(100% - 220px); height: 100%; }
.user-detail-box .score-box { position: absolute; top: 1rem; right: 1rem; }
.user-detail-box .user-status { position: relative; bottom:inherit; left:inherit; padding: 2rem 0;}
.user-detail-box .user-information-item { padding-bottom:0;}
.user-detail-box .user-information-item  .product-list { display:flex; flex-wrap:wrap;}

.user-detail-box .user-information-item .product-list li { margin-right:10px;flex-shrink: 0; }
.user-detail-box .user-information-item .product-list li::before { margin-right:2px; color: #FF9E00; }
@media (max-width:760px) {
  .user-detail-box { display:block; }
  .user-information { padding-top:0; height:auto; width: calc(100% - 315px);}
  .user-detail-box  .user-information { width:100%; }
}

@media (max-width:620px) {
  .user-action { max-width: 100%; position: static; width: 100%; }
  .user-information { padding-top: 0; height: auto; width:calc(100% - 192px); }
  .user-information-item { padding-bottom:0; }
  .user-nameset strong { padding-top:0.62rem;}

    .user-image { max-width: 60px; min-width: 60px; }
  .score-box {
    top: 1.5rem;
    width:123px;
    background-image:none;
  }
  .score-box span { font-size:1.6rem; background-size:25px auto; }
  .top-match span.top-match,
  .good-match span.good-match,
  .match span.match         { background-size:25px auto; padding:0.5rem 3.5rem 0.5rem 0;   text-align: right; }
}

@media (max-width:520px) {
  .user-image { max-width: 100px; min-width: 100px; }
  .user-information {
    padding-top: 1.5rem;
    height: auto;
    width: 100%;
  }
  .score-box {
    top: 1.5rem;
  }
  .user-action {padding-top: 1rem;}
}

/* modul-bg-image-text */
.modul-bg-image-text { padding-top:25rem; }
.modul-bg-image-text .item-box { max-width:760px; }
.modul-bg-image-text .text-box { padding:3rem; }


/* Copany gallery */
.company-masonry-item { margin:0.5rem;  }
.company-masonry-item .image-box { display:flex; padding:1rem; }
.company-masonry-item .image-box img { margin:auto; width:auto; height:auto; max-width:100%; }
.thumb-small-xx .image-box { width:150px; height:150px; }
.thumb-small-x .image-box { width:210px; height:200px}
.thumb-small .image-box { width:280px; height:280px; }
.thumb .image-box { width:350px;  height:350px;  }

.company-masonry-item  img,
.sponsor-slider .swiper-slide img {mix-blend-mode: multiply; }
.sponsor-slider .image-box { width:100%; padding:0.5rem; margin:auto; }
.sponsor-slider .swiper-slide { display:flex; }

@media (min-width:920px) and  (max-width:1300px) {
  .chat-active .thumb-small-xx .image-box { width:80px; height:80px; }
  .chat-active .thumb-small-x .image-box { width:90px; height:90px}
  .chat-active .thumb-small .image-box { width:110px; height:110px; }
  .chat-active .thumb .image-box { width:120px;  height:120px;  }
}

@media (max-width:760px) {
  .thumb-small-xx .image-box { width:80px; height:80px; }
  .thumb-small-x .image-box { width:90px; height:90px}
  .thumb-small .image-box { width:110px; height:110px; }
  .thumb .image-box { width:120px;  height:120px;  }
}
@media (max-width:440px) {
  #company-box { height:auto!important; }
  .company-masonry-item {
      margin: 0.5rem;
      position: relative !important;
      left: inherit !important;
      top: inherit !important;
      width: calc(33.33333% - 1rem);
  }
  .company-masonry-item .image-box { width: 100%;
height: 100%; }
}



/* Footer */
footer { font-size:1.8rem; color:#fff; position: relative;z-index: 21; }
footer .footer-nav { margin:0 8rem 0 auto; }
footer .company-nav { margin: 0; position: absolute;   bottom: 0; left: 0; }
footer .footer-nav a { display:inline-block; margin-left: 4.5rem; color:#fff; text-decoration:none; }
footer .company-nav a { margin-left:0; margin-right:4.5rem; }
footer .footer-nav a:hover { color:#FF9E00;}
.footer-content-box { width:100%;}
.footer-content-box .flex-item { max-width:380px;  }
.company-page .footer-content-box .flex-item { max-width:100%; align-self: stretch; }
.footer-content-box img { width: 260px; max-width: 100%; margin-bottom: 3rem; }
footer .social_media-box a { display:inline-block; width:35px; height:35px; border:1px solid #fff; border-radius:50%; margin-right:1.5rem; }

.facebook svg { width:auto; height:20px; margin:7px 0 0 6px }
.twitter svg { width:20px; height:auto; margin:7px 0 0 7px }
.youtube svg { width:20px; height:auto; margin:7px 0 0 7px }
footer .social_media-box a:hover { background-color:#fff; }
footer .social_media-box a:hover svg path { fill:#FF9E00;}
.totop { position: absolute;
top: -25px;
left:calc(50% - 25px);
background-color: #FF9E00;
width: 50px;
height: 25px;
border-top-left-radius: 100px;
border-top-right-radius: 100px;
}
.totop::after {
  content: '';
  width: 13px;
  height: 13px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #fff;
  position: absolute;
  z-index: 2;
  right: 18px;
  top: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width:790px) {
  footer .company-nav { position:relative; bottom:inherit; margin:3rem 0; }
  footer { font-size:1.8rem; }
  footer .flex-box                { display:block; padding-bottom:2rem; }
}


@media (max-width:690px) {
footer .footer-nav  { margin-top:2rem; }
footer .footer-nav { margin:2rem 0 0 auto; }
footer .footer-nav a { margin-left:0; margin-right: 2.5rem;}
}
@media (max-width:420px) {
footer .footer-nav  { margin-top:2rem 0 0 auto;}
footer .footer-nav a { display:block; margin:0 0 1rem 0;}
}


/* Overlay */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: #000;
    z-index: 110;
    display:none;
    overflow:auto;
}

#saves.overlay {  background-color:rgba(0,0,0,0.8); z-index:11!important;}
.overlay.active { display:block; }
.overlay .close-overlay {
  width:50px;
  height:50px;
  position: absolute;
  top:2rem;
  right:.1rem;
  background:transparent;
  min-width:inherit;
  padding: 0;
  z-index: 11;
}
.overlay .close-overlay svg,
.overlay .shrink-enlarge svg { width:100%; height:auto; }
.overlay .close-overlay svg path,
.overlay .shrink-enlarge svg path {stroke:#fff }
.overlay .close-overlay svg circle,
.overlay .shrink-enlarge svg circle  {stroke:#fff }
.overlay .close-overlay:hover svg circle,
.overlay .shrink-enlarge:hover svg circle { fill:#FF9E00;}

.overlay .shrink-enlarge {
  width:50px;
  height:50px;
  position: absolute;
  top:2rem;
  left: 13rem;;
  background:transparent;
  min-width:inherit;
  padding: 0;
  z-index: 11;
}
.overlay .shrink-enlarge:before {
  position: absolute;
  right: 40px;
  top: 0;
  display: block;
  content: 'Shrink window';
  color: #fff;
  display: block;
  text-transform: uppercase;
  width: 145px;
  padding-right: 2rem;
  line-height: 5rem;
}

.shrink-overlay .static-links { top:260px; }
.open-stream-box {cursor:pointer;}
#enlarge { display:none; }
.shrink-overlay .fixed .site-header { position: absolute;}
.shrink-overlay #enlarge { display:block; }
.shrink-overlay #shrink { display:none; }
.shrink-overlay #livestream-overlay,
.shrink-overlay #stream-archive,
.shrink-overlay #stream-popup { overflow: hidden; max-width: 420px; width:100%;  height: 260px; padding: 3rem;}
.shrink-overlay #livestream-overlay .overlay-container,
.shrink-overlay #stream-archive .overlay-container,
.shrink-overlay #stream-popup .overlay-container { padding:0;}
.shrink-overlay #livestream-overlay,
.shrink-overlay #stream-archive,
.shrink-overlay #stream-popup  { left: 0; right: inherit; }
.shrink-overlay #livestream-overlay .item-box,
.shrink-overlay #stream-archive .item-box,
.shrink-overlay #stream-popup .item-box { height:100%; width:100%; max-width:100%; position: static;}
.shrink-overlay #livestream-overlay  .overlay-container .iframe-box,
.shrink-overlay #stream-archive .overlay-container .iframe-box,
.shrink-overlay #stream-popup .overlay-container .iframe-box  { padding-top: 56.25%; }

.shrink-overlay #livestream-overlay  button,
.shrink-overlay #stream-archive button,
.shrink-overlay #stream-popup button { top:0; width:35px; height:35px;}
.shrink-overlay #livestream-overlay  button.shrink-enlarge,
.shrink-overlay #stream-archive  button.shrink-enlarge,
.shrink-overlay #stream-popup  button.shrink-enlarge { left: 2px; }
.shrink-overlay #livestream-overlay  button.shrink-enlarge:before,
.shrink-overlay #stream-archive button.shrink-enlarge:before,
.shrink-overlay #stream-popup button.shrink-enlarge:before   {display:none; }
.overlay-title h6 { display:inline-block; padding:2rem 8rem 2rem 0; min-height:5rem; background:transparent url('https://conference-demo.codersunlimited.com/images/icon-masonry-play.svg') top right no-repeat; background-size:50px auto; }

button.position-button { display:none; position: absolute; background-color:#000; min-width: Inherit !important; padding: 0 !important; z-index:2;}
.shrink-overlay button.position-button { display:block;  }
/*.shrink-overlay button.position-button span { z-index:1; position: absolute;  width:15px; height:15px; border-style: solid; border-color:#fff; border-width: 1px 1px 0 0}
*/


.shrink-overlay button.position-button span {
    z-index: 1;
    position: absolute;
    width: 25px;
    height: 25px;
    border: 0;
    border-radius: 50%;
    background-color: #FF9E00;
}
.shrink-overlay button.position-button span::after {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    border: 2px solid #fff;
    left: 6px;
    top: 9px;
    border-bottom: 0;
    border-left: 0;
}
.position-button.position-top { width:100%!important; height:30px!important; left:0; top:0!important; }
.position-button.position-top span { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); top: 2px;}
.position-button.position-bottom { width:100%!important; height:30px!important; left:0; top:inherit!important; bottom:0; }
.position-button.position-bottom span { -webkit-transform: rotate(135deg); transform: rotate(135deg); top: 2px;}
.position-button.position-left { height:100%!important; width:30px!important; left:0; top:0!important; }
.position-button.position-left span { -webkit-transform: rotate(-135deg); transform: rotate(-135deg); left: 3px; top:calc(50% - 15px)}
.position-button.position-right { height:100%!important; width:30px!important; right:0; top:0!important; }
.position-button.position-right span { -webkit-transform: rotate(45deg); transform: rotate(45deg); right: 2px; top:calc(50% - 15px)}

.shrink-overlay.shrink-left #livestream-overlay,
.shrink-overlay.shrink-left #stream-archive { left:0!important; }
.shrink-overlay.shrink-right #livestream-overlay,
.shrink-overlay.shrink-right #stream-archive { left:inherit!important; right:0!important }
.shrink-overlay.shrink-top #livestream-overlay,
.shrink-overlay.shrink-top #stream-archive { bottom:inherit!important; top:0!important }
.shrink-overlay.shrink-bottom #livestream-overlay,
.shrink-overlay.shrink-bottom #stream-archive { bottom:0!important; top:inherit!important }


.position-button:hover::after {
    position: absolute;
    content: 'move box right';
    display: block;
    width: 86px;
    font-size: 12px;
    color: #fff;
    background-color: #000;
}
.position-button.position-right:hover::after {
  content: 'move to right';
  right: 33px;
  top: 120px;
}
.position-button.position-left:hover::after {
  content: 'move to left';
  left: 33px;
  top: 120px;
}
.position-button.position-top:hover::after {
  content: 'move to top';
  right:155px;
  top:33px;
}
.position-button.position-bottom:hover::after {
  content: 'move to bottom';
bottom: 33px;
right: 135px;
width: 120px;
}

.shrink-overlay
.overlay-content .small-box { max-width:560px; }
.overlay-content  .hashtag-label {
    position: relative;
    padding: 0.5rem 0 0 2rem;
    display: block;
}
.overlay-content .hashtag-box .field-item { margin: 0 1rem 0.5rem 0;  width: auto; }
.overlay-content .hashtag-label::before {
    content: '#';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 2.4rem;
    color: #FF9E00;
}

.overlay-content .image-content { width:calc(50% - 1.5rem); margin-left:1.5rem; order:2; }
.overlay-content .image-content + .text-content {  width:calc(50% - 1.5rem); margin-right:1.5rem; order:1;  }
.overlay-active,
.overlay-active body { overflow:hidden; }


#matchmaking-overlay { display:block; -wekit-transform:translateX(460px);  transform:translateX(460px); -webkit-transition:all 0.3s ease;
transition:all 0.3s ease;}
#matchmaking-overlay.active {-webkit-transform:translateX(0);  transform:translateX(0);     z-index: 320;
}

/*chat*/
.overlay.chat-notifications {-webkit-box-shadow: -1px 0px 7px 3px rgba(255,255,255,0.5);  box-shadow: -1px 0px 7px 3px rgba(255,255,255,0.5); height:100vh; overflow:hidden;}
.overlay.chat-notifications .close-overlay {
   width: 40px; height: 40px; /*position: relative;*/ position: fixed; top: 10px; right: 10px; margin: 1rem 0; z-index: 111;
   border:1px solid transparent;
 }

.overlay.chat-notifications { min-width: 320px; max-width:360px; left: inherit; right: 0;}
.overlay.chat-notifications .item-box { width: calc(100% - 2rem);   margin: 6rem 1rem 0 1rem; height: calc(100% - 6rem); }
.notification-chat-item { background:#000; padding:1rem 0; position:fixed; top:0; width: 100%; z-index:11;}
.notification-chat-item .search-notification {
  background: #fff url(https://conference-demo.codersunlimited.com/images/icon-chat-search.svg) right center no-repeat;
  background-size: 35px auto;
  color: #000;
  border: 0;
  padding: 1rem;
  height: auto;
  border-bottom:1px solid #fff;
}
#notification-list { height:100vh; padding-top:6rem; overflow:auto; position: relative;}



.overlay.feedback .item-box,
.overlay.hallplan .item-box { height: 100%; }
.overlay.chat-notifications .overlay-container,
.overlay.feedback .overlay-container,
.overlay.hallplan .overlay-container { width:100%; height: 100%; }
.overlay.chat-notifications .overlay-container { min-height:inherit;}


.overlay.hallplan .item-box { height: auto; overflow:hidden;}


.overlay.chat-notifications .iframe-box,
.overlay.feedback .iframe-box,
.overlay.hallplan .iframe-box  {
    position: relative;
    overflow: auto;
    padding-top: 0;
    height: 100%;
}
.overlay.chat-notifications .iframe-box { height: calc(100% - 70px); }



.notification-item { border-bottom:1px solid #fff; padding:0.5rem 0; margin-top:0.5rem; cursor:pointer;}
.notifications .user-status { position: relative; bottom:inherit;  font-size: 1.4rem; margin-bottom:1rem; }
.notifications .user-status span { display:inline-block; }
.notification-info { min-height:60px; }
.notification-info .user-image { max-width: 60px; min-width: 60px; margin-right:0.5rem; position: relative;}
.notification-info .user-image .bg-image { width:56px; height:56px; border:2px solid #fff; overflow:hidden; border-radius:50%; }
.notification-info .info-box { font-size:1.6rem; height:100%; position: relative; padding-bottom:0.5rem; width: 100%;}
.notification-info .info-box .user-name {display:block; padding:1rem 0; }
.notification-info .button-box {  }
.notification-info .time-box { padding:0; display:block; }
.notification-info .button-box .button,
.notification-info .button-box button {
    padding: 0.5rem;
    min-width: 90px;
    font-size: 1.6rem;
    font-weight: 700;
}
#notification-back { color: #fff; background-color: #FF9E00; position: relative; padding: 1.2rem 1rem 1rem 2rem; margin-right:1rem; }

#notification-back:hover { background-color: #fff; color: #FF9E00; }
#notification-back span {
    position: absolute;
    border-left: 2px solid #fff;
    width: 15px;
    height: 15px;
    left: 13px;
    top: 14px;
    border-top: 2px solid #fff;
    transform: rotate(-45deg);
}
#notification-back:hover span { border-color: #FF9E00; }
#notification-detial .notification-item { border:0; }
#notification-detial .notification-item .user-name { margin:auto; }
#rocket-chat-iframe { height: calc(100vh - 100px); width: 100%;}

.notification-info .button-box .button:hover,
.notification-info .button-box button:hover { background-color:#fff; color:#000; }
.notification-item .speaker { background: url(https://conference-demo.codersunlimited.com/images/icon-speaker-white.svg) 0 0 no-repeat; }
.notification-item .exhibitor { background: url(https://conference-demo.codersunlimited.com/images/icon-exhibitor-white.svg) 0 0 no-repeat; }



.notification-info .button-count  { position: absolute; width:30px; height:30px; right:0; top:5px; text-align:center; }
.notification-info .button-count:before  {background-color:#ff0000; content:''; width:30px; height:30px; display:block; border-radius:50%;  position: absolute; z-index:-1; top:-5px;}



/* reset */
#leads-analytics .button { margin-bottom:1rem; }
@media (max-width:860px) {
  .modul.user-matchmaking .item-box { padding:0; }
  .pd-5.matchmaking-results-box  { padding:0; }
  .matchmaking-results-box  #holmes-placeholder { padding-top:3rem; }
  #filter-nav-section .item-box { padding:2rem 3rem 2rem 0; font-size: 1.6rem; }
  .matchmaking-filter-box .filter-select { color: #000;   font-size: 1.6rem; padding: 0.5rem; padding-right: 29px; height: 40px;}
  .matchmaking-filter-box .ui-group::before { width: 30px; }
  .matchmaking-filter-box .ui-group::after { right:6px }
  .matchmaking-filter-box { margin: 0 0 1rem -1rem; }
  .nav-tab { margin: 0 2rem 3rem 0; }
  #filter-nav-section .nav-box {
    padding-right: 0;
    padding-bottom: 0;
}
}
@media (max-width:720px) {
  #filter-nav-section .item-box { padding: 2rem 0 2rem 0; }
  #filter-nav-section #reset-filter { margin-top:1rem; position: relative;
bottom: inherit;
right: inherit;
left: inherit;}
#filter-nav-section .nav-tab  { margin:0 auto auto 0; font-size: 1.4rem;}
#filter-nav-section #reset-filter {
  margin: 0.7rem 0 0 0;font-size: 1.4rem;background-size: 24px auto;  padding:0 25px 0 0;border: 0; min-width: auto;
}
#filter-nav-section .nav-box { margin-bottom:2rem; }

.user-matchmaking .bookmark-counter { margin-left:0.5rem; }
}
@media (max-width:690px) {
    #filter-nav-section #reset-filter { margin:0;  }
}
@media (max-width:660px) {
  #filter-nav-section #reset-filter .button-label {max-width: 30px;
overflow: hidden;
display: inline-block;
white-space: nowrap;
min-width: auto; }
  .modul.product-categories-box.pd-t8.pd-b4 { padding: 3rem 0 0 0; }
  #filter-nav-section .item-box {padding: 2rem 0 2rem 0;}
  #filter-nav-section #reset-filter { margin:0;  }
}
@media (max-width:520px) {

    #filter-nav-section #reset-filter { margin:-6px 0 0 auto; font-size: 1.2rem; }
    .nav-box .reset-button { background-size:20px auto; padding: 0.5rem 1rem 0.5rem 1rem;}
    #filter-nav-section #reset-filter  .button-label {max-width: 1px;
overflow: hidden;
display: inline-block;
white-space: nowrap;}
}
@media (max-width:480px) {
  #filter-nav-section .nav-box { /*display:block;*/  padding-bottom: 2rem;}
  #filter-nav-section .nav-tab {
    margin: 0 2rem 1rem 0;
    font-size:1.2rem;
}
  .free-text-search .text-search {
  border: solid 1px;
  background-color: #f2f2f2;
  color: #000;
  padding: 0.5rem 0.5rem;
  margin-right: 0;
  height: 35px;
}
.free-text-search button {
  background-color: #585858;
  color: #fff;
  height: 35px;
  padding: 0.5rem 2rem;
  width: auto;
  min-width: auto;
  overflow:hidden;
  text-indent:-1000rem;
  background-image: url('https://conference-demo.codersunlimited.com/images/icon-search-white.svg');
background-repeat: no-repeat;
background-size: 22px auto;
background-position: center center;
}
.bookmark-counter {
  min-width: 18px;
    min-height: 29px;
    top: calc(50% - 12px);
    line-height: 23px;
}
}
@media (max-width:400px) {
  .product-range{ display:block; }
  .nav-tab { margin: 0 0 1rem 0;   width: auto; text-align: left; }
  .newsroom-tabs .nav-tab { margin: 0 2rem 1rem 0;  }
  #news-most-viewed { margin-left: 1rem; }
  .bookmark-counter { text-align:center; margin-left:1rem; }
  #filter-nav-section +  .user-matchmaking .flex-box.pd-t3 { padding-top: 0;}
  #filter-nav-section .nav-tab { font-size:1.2rem!important; }
  .matchmaking-filter-box select.filter-select {
  padding: 0.2rem;
    padding-right: 0.2rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  padding-right: 36px;
  border: 1px solid transparent;
  color: #585858;
  position: relative;
  z-index: 3;
  font-size: 1.2rem;
  height: 30px;
}
}




@media (max-width:360px) {
#filter-nav-section .nav-tab {
  margin: 0 1rem 1rem 0;
}
}
@media (max-width:320px) {
    /*.free-text-search { display:none; }*/

}


@media (min-width:920px) and (max-width:1280px) {
  .chat-active .modul.user-matchmaking .item-box { padding:0; }
  .chat-active .pd-5.matchmaking-results-box  { padding:0; }
  .chat-active #filter-nav-section .item-box { padding:2rem 3rem 2rem 0; font-size: 1.6rem; }
  .chat-active .matchmaking-filter-box .filter-select { color: #000;   font-size: 1.6rem; padding: 0.5rem; padding-right: 19px; height: 40px;}
  .chat-active .matchmaking-filter-box .ui-group::before { width: 30px; }
  .chat-active .matchmaking-filter-box .ui-group::after { right:6px }
  .chat-active .matchmaking-filter-box { margin: 0 0 1rem -1rem; }
  .chat-active .nav-tab { margin: 0 2rem 3rem 0; }
  .chat-active .bookmark-counter { margin-left:0.5rem; }
  .chat-active #filter-nav-section .nav-box { padding-right: 0; padding-bottom: 0; }
  .chat-active #filter-nav-section .nav-box { display:block;  padding-bottom: 2rem;}
  .chat-active #filter-nav-section .nav-tab { margin: 0 0.8rem 1rem 0; font-size:1.4rem; }
  .chat-active .matchmaking-filter-box .filter-select { font-size: 1.2rem; height: 30px; }
  .chat-active .matchmaking-filter-box .ui-group::before { width: 20px; }
  .chat-active .matchmaking-filter-box .ui-group::after { width: 11px; height: 11px; right: 4px;  top: calc(50% - 6px); }
  .chat-active .free-text-search .text-search { font-size: 1.2rem; height: 35px; }
  .chat-active .free-text-search button { height: 35px; padding: 0.5rem; min-width: auto; font-size: 1.2rem; }
  .chat-active #filter-nav-section,
  .chat-active .scroll-box #filter-nav-section { width: 100%; }
  .chat-active div.match-results { display: grid; grid-template-columns: unset; grid-gap: 2rem; }
  .chat-active .first-view-box.flex-box > .box-20 { width: 33.33333%; }
}


/* OVERWRITE STREAMBOX */
.shrink-overlay #livestream-overlay .fullwidth,
.shrink-overlay #stream-archive .fullwidth,
.shrink-overlay #stream-popup .fullwidth,
.live-stream-box.col-box > .fullwidth  { width:100%!important;}
.col-box.col-2.live-stream-box { flex-direction:column; }
#livestream-overlay .overlay-container .iframe-box { height: auto !important;}
@media (min-width:790px) {
  .col-box.col-2.live-stream-box { flex-direction:row; }
.shrink-overlay .col-box.live-stream-box { flex-wrap: wrap;   -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; }
.live-stream-box.col-box { flex-wrap: nowrap;   -ms-flex-wrap: nowrap; -webkit-flex-wrap: nowrap; }
.live-stream-box.col-box > .col-item.box-70 { flex-grow:1; }
.live-stream-box.col-box { margin-left:-1rem; }
.live-stream-box.col-box > .col-item { margin: 0 0 4rem 1rem; min-width:270px; }

}

/*chat changes - 15.02.2023 */
.notification-chat-item {position: absolute;}
#notification-list {height: 100%; padding-right:10px; }
#rocket-chat-iframe {position: relative;height: calc(100vh - 210px);}
/*chat changes ----*/
