@media (min-width: 1110px) {
  .offers .offers-main {
    width: 60%;
    height: 410px;
  }
}
.offers .offers-main.worldfeed-main {
  position: relative;
}
@media (min-width: 1110px) {
  .offers .offers-main.worldfeed-main {
    width: 60%;
    height: 450px;
  }
}
.offers .offers-main.worldfeed-main .worldlfeed-synopsis-button {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
@media (min-width: 1110px) {
  .offers .offers-sub {
    width: 40%;
    height: 410px;
  }
}
@media (min-width: 1110px) {
  .offers .offers-sub.worldfeed-sub {
    width: 40%;
    height: 450px;
  }
}
.offers .offers-sub button {
  margin: 0px 10px 0px 0px;
  float: right;
}

.event-description {
  padding-top: 10px;
}

.block-actions {
  margin-top: -50px;
}

.glyphicon-list, .glyphicon-object-align-left {
  font-size: 22px;
  color: #EDEDED;
}

.glyphicon-export.active, .glyphicon-export:hover, .glyphicon-export:focus,
.glyphicon-info-sign.active, .glyphicon-info-sign:hover, .glyphicon-info-sign:focus {
  color: #000000;
  cursor: pointer;
}

.glyphicon-list.active, .glyphicon-list:hover, .glyphicon-list:focus,
.glyphicon-object-align-left.active, .glyphicon-object-align-left:hover, .glyphicon-object-align-left:focus {
  color: #7D7D7D;
  cursor: pointer;
}

.table tbody tr.cancelled-participation {
  background: repeating-linear-gradient(45deg, #fff, #fff 20px, #FCDEB6 21px, #FCDEB6 22px) !important;
  opacity: 0.8;
  background-attachment: fixed;
  color: #B3B3B3 !important;
}

.panel-heading {
  padding: 15px !important;
}

.panel-body {
  padding: 12px !important;
}

.event-subscribe-button {
  padding-top: 5px;
  padding-bottom: 10px;
}
.event-subscribe-button p {
  font-size: 10px;
  color: #fff;
  margin: 0;
}
.event-subscribe-button span {
  display: inline-block;
  vertical-align: text-top;
  line-height: 2.5;
  padding-right: 10px;
}
.event-subscribe-button .button-container .button-wrapper {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #DD0031;
}
@media all and (min-width: 480px) {
  .event-subscribe-button p {
    font-size: 12px;
  }
  .event-subscribe-button span {
    padding-right: 20px;
  }
}
@media all and (min-width: 768px) {
  .event-subscribe-button p {
    font-size: 14px;
  }
  .event-subscribe-button p:before {
    content: "";
    background: url(/build/images/bell-white.dfafdea9.png) no-repeat center;
    background-size: 50%;
    width: 60px;
    height: 60px;
    top: 13px;
    position: absolute;
    border-radius: 50%;
    background-color: #DD0031;
    border: 2px solid #fff;
  }
  .event-subscribe-button span {
    padding-left: 75px;
  }
}
.event-subscribe-button .btn-primary {
  color: #fff;
  background-color: #DD0031;
  border-color: #fff;
}
.event-subscribe-button .btn-primary:hover {
  color: #DD0031;
  background-color: #fff;
  border-color: #fff;
}

.shortcut-booking {
  float: right;
}
.shortcut-booking button {
  width: 150px;
  white-space: inherit;
}

.booking-headline {
  line-height: 8rem;
}

.event-details-tab .event-contact-block {
  border-left: 1px solid #EDEDED;
}
