/* Font Awesome */
#events_hubdb p.categories.sectors::before {
    content: '\f02c';
}
#events_hubdb p.ort.sectors::before {
    content: '\f041';
}
#events_hubdb p.date.sectors::before {
    content: '\f017';
}

#events_hubdb p.sectors::before {
    content: '';
    font-family: fontAwesome;
    width: 20px;
    height: auto;
    display: inline-block;
}

#events_hubdb.references-listing-wrapper {
  background: transparent;
}
#events_hubdb.references-listing-wrapper .refbox:after {
  background-image: url(//5039277.fs1.hubspotusercontent-na1.net/hubfs/5039277/raw_assets/public/Custom/Gruppenunternehmen/proALPHA%20Gruppenunternehmen%20tisoware/images/pA-Sprite.png);
  background-image: url();
  display:none;
}

#events_hubdb select.selectpicker.form-control
  {
    width:100%;
  }
#events_hubdb.references-listing-wrapper .row.filterwrap.row-fluid {
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
  display:inline-flex;
}

#events_hubdb.references-listing-wrapper .span2.filter-item {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  position: relative;
}

#events_hubdb a.refbox {
  text-decoration: none;
}
#events_hubdb.references-listing-wrapper .refbox:hover {
  box-shadow: 5px 5px 10px #CCC;
  transform: translateY(-2px);
  transition: all .2s ease-in;
}
#events_hubdb .dropdown-toggle, .open {
    border-radius: 8px!important;
}
  
#events_hubdb  .span3.filter-item {
    padding-bottom: 40px;
}
  
#events_hubdb.references-listing-wrapper .refbox {
  background: #f1f1f1 !important;
    border-radius: 20px !important;
  border: 1px solid #8e8e93 !important;
    color: #555;
    display: flex;
    hyphens: manual;
    margin-top: 20px;
    min-height: 540px;
    height: 100%;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
}
  
#events_hubdb.references-listing-wrapper .refbox .img-wrap {
  height: auto;
  display: table;
  width: 100%;
  table-layout: fixed; 
  padding:20px;

}
  
#events_hubdb img:not([src$=".svg"]):hover {
   box-shadow: none; 
  }
#events_hubdb.references-listing-wrapper .refbox * {
  transition: color 0.15s ease-in;
  word-wrap: break-word;
}

/* #events_hubdb.references-listing-wrapper .refbox:hover * {
  color: var(--primary-color) !important;
  transition: color 0.15s ease-in; */
}
#events_hubdb.references-listing-wrapper .refbox .img-wrap > div {
  display: table-cell;
  vertical-align: middle;
 
}
#events_hubdb.references-listing-wrapper .refbox .img-wrap > div img {
  margin: 0 auto;
}
#events_hubdb.references-listing-wrapper .refbox h3 {
  font-size: 20px;
  font-weight: 500 !important;
  line-height: 130% !important;
}
#events_hubdb a.refbox .topsector {
  display: block;
  margin: 0 !important;
padding: 15px 20px !important;
  color: #222 !important;
  line-height: 110%;
  font-weight: 500 !important;
}

#events_hubdb .bottomsector {
  height: 60%;
  position: relative;
  padding: 18px 20px 20px 20px;
margin: 0 !important;
}

#events_hubdb .topsector, .download-description {
  padding: 10px;
  color: #777777;
  font-size: 14px;
  line-height: 16px;
}

#events_hubdb .refbox .topsector .category {
font-size: 18px;
letter-spacing: 0.1em;
font-variant: all-small-caps;
}

#events_hubdb .bottomsector h3.event, #events_hubdb .bottomsector .additional {
margin: 0 !important;
}

#events_hubdb .bottomsector .eventcontent {
 margin: 10px 0 !important;
  color: #222;
}

#events_hubdb.references-listing-wrapper .refbox .additional {
  font-size: 12px;
  text-overflow: ellipsis;
}
#events_hubdb.references-listing-wrapper .refbox .additional p {
  color: #777777;
  line-height: 150% !important;
  margin: 0;
  font-size: 14px;
}

.bottomsector .eventcontent .eventdescription {
line-height: 150%;
  color: #222;
}


#events_hubdb.references-listing-wrapper .yttoggle.refbox-list {
  position: absolute;
  width: 30px;
  height: 30px;
  z-index: 10000000;
  bottom: 13px;
  left: 23px;
}

#events_hubdb.references-listing-wrapper .bootstrap-select.form-control {
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  vertical-align: middle;
  position: relative;
  padding: 0;
  border: none;
  height: auto;
  border-radius: 0;
  width: 100%;
  float: none;
  display: inline-block;
  margin-left: 0;
  margin-bottom: 0;
}
#events_hubdb.references-listing-wrapper .bootstrap-select.form-control .btn {
  font-size: 15px;
  border: none;
  border-radius: 0;
  color: #fff;
  font-weight: 600;
  padding: 7px 25px 7px 15px;
  white-space: nowrap;
  z-index: 1;
  width: 100%;
  position: relative;
  float: left;
  background-color: var(--primary-color) !important;
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: inherit;
}
#events_hubdb.references-listing-wrapper .bootstrap-select.form-control .btn:hover {
  background-color: #e6e6e6;
}
#events_hubdb.references-listing-wrapper .bootstrap-select.form-control .btn .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
  float: left;
}
#events_hubdb.references-listing-wrapper .bootstrap-select.form-control .btn .caret {
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
  margin-left: 0;
  display: inline-block;
  width: 0;
  height: 0;
}
#events_hubdb.references-listing-wrapper .bootstrap-select.form-control.dropup .btn .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
}
#events_hubdb.references-listing-wrapper .bootstrap-select.form-control .dropdown-menu {
  position: absolute;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  padding: 5px 0;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  font-size: 16px;
  top: 100%;
  min-width: 100%;
  border: none;
  border-radius: 0;
  margin: 0;
}
#events_hubdb.references-listing-wrapper .bootstrap-select.form-control.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}
#events_hubdb.references-listing-wrapper .bootstrap-select.form-control .dropdown-menu .inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#events_hubdb.references-listing-wrapper .bootstrap-select.form-control .dropdown-menu .inner li {
  position: relative;
}
#events_hubdb.references-listing-wrapper .bootstrap-select.form-control .dropdown-menu .inner li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
#events_hubdb.references-listing-wrapper .bootstrap-select.form-control .dropdown-menu .inner li a .text {
  display: inline-block;
}
#events_hubdb.references-listing-wrapper .bootstrap-select.form-control .dropdown-menu .inner li a .check-mark {
  display: none;
}
#events_hubdb.references-listing-wrapper .bootstrap-select.form-control .dropdown-menu .inner li a:hover,
#events_hubdb.references-listing-wrapper .bootstrap-select.form-control .dropdown-menu .inner li a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
#events_hubdb.references-listing-wrapper .bootstrap-select.form-control > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
#events_hubdb.references-listing-wrapper .bootstrap-select.form-control.open > .dropdown-menu {
  display: block;
}
#events_hubdb.references-listing-wrapper .bootstrap-select.form-control.open .btn {
  box-shadow: none;
  background-color: #e6e6e6;
  background-image: none;
}
#events_hubdb.references-listing-wrapper .bootstrap-select.form-control .dropdown-menu.open .inner {
  display: block;
}

#events_hubdb.references-listing-wrapper .bootstrap-select.form-control.open .btn:hover,
#events_hubdb.references-listing-wrapper .bootstrap-select.form-control.open .btn:focus {
  background-color: #d4d4d4;
  border-color: #8c8c8c;
  color: #333;
}
#events_hubdb.references-listing-wrapper .bootstrap-select.form-control .btn:active,
#events_hubdb.references-listing-wrapper .bootstrap-select.form-control .btn:focus {
  box-shadow: none;
  background: #fff;
}

/* CUSTOM CSS */

#events_hubdb.references-listing-wrapper .refbox .logogroup {
  position: absolute;
  bottom: 0;
}
#events_hubdb.references-listing-wrapper .refbox .logogroup img{
    height: 20px;
    width: auto;
    padding-left: 10px;
    margin-top: 15px;
}
#events_hubdb.references-listing-wrapper .refbox {
padding: 0px 0px 25px;
}

#events_hubdb .span2:hover::after {
    content: '\f1c1';
    font-family: fontAwesome !important;
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    color: var(--primary-color) !important;
    font-size: 2em;
    opacity: .8;
    bottom: 15px;
    right: 20px;
  transition: all 2s;
}

#events_hubdb .thumbnail {
    float: left;
    width: 35%;
    padding: 10px;
}
#events_hubdb .thumbnail img {
    width: 100%;
}
  #events_hubdb.references-listing-wrapper .row-fluid.row {
    margin-left:-10px;
    margin-right:-10px;
  }
@media (min-width: 768px) {
  #events_hubdb.references-listing-wrapper .span2.filter-item {
    width: 50%;
  }
  #events_hubdb.references-listing-wrapper .filterbar.sticky .form-group {
    margin: 0;
  }
  #events_hubdb.references-listing-wrapper .filterbar.sticky .form-group .bootstrap-select.form-control .btn {
    background: #737f87;
    color: #fff;
  }
  #events_hubdb.references-listing-wrapper .filterbar.sticky {
    top: 0!important;
    background: #111111;
    border-bottom: 1px solid #eeeeee;
    position: fixed;
    z-index: 999;
    width: 100%;
    left: 0;
    padding: 10px 0;
    padding-left: 25px;
  }
}

@media (min-width: 1200px) {
  #events_hubdb.references-listing-wrapper .span2.filter-item {
    width: 25%;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  #events_hubdb.references-listing-wrapper .filterbar .span3 {
    width: 33.33333333%;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  #events_hubdb.references-listing-wrapper .filterbar .span3 {
    width: 50%;
  }
}
@media (max-width: 1199px) {
 #events_hubdb.references-listing-wrapper .refbox {
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  #events_hubdb.references-listing-wrapper .span2.filter-item {
    width: 100%;
  }
}

#events_hubdb iframe.size
{
width: 800px;
height:650px;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
max-width: 90%!important;
}
  
#events_hubdb .row-fluid.row {
   width: 100%;
}
  
#events_hubdb .row-fluid [class*="span"] {
  margin-left: 0; 
}

/* Select Styling */
#events_hubdb select.selectpicker {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    border-radius: 5px;
    border-width: 0px;
    color: rgba(255,255,255,1.0);
    padding-left: 10px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}
#events_hubdb .selectpicker option.standardRadius {
    background: white;
    color: black;
    border-radius: 0px !important;
}
