/* gallery */
.gg-item:hover {
  border-bottom: 0 !important;
}
/* besucherstimmen */
.besucherstimmen {
  margin-bottom: 50px;
  position: relative;
}
.besucherstimmen img {
  float: left;
  width: 30%;
  height: auto;
  margin-top: 25px;
}
.besucherstimmen .besucherstimmen-content {
  width: 70%;
  float: right;
  background-color: white;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.08);
  padding: 30px;
}
.besucherstimmen .besucherstimmen-content .besucherstimmen-text {
  font-size: 20px;
  min-height: 100px;
  font-weight: 600;
  padding-bottom: 30px;
}
.besucherstimmen .besucherstimmen-content .besucherstimmen-titel {
  text-transform: uppercase;
  padding-left: 40px;
  position: relative;
}
.besucherstimmen .besucherstimmen-content .besucherstimmen-titel::before {
  width: 25px;
  content: " ";
  height: 1px;
  background-color: #222222;
  position: absolute;
  left: 0px;
  top: 10px;
}
#slideshow .besucherstimmen {
  margin-bottom: 100px;
}
#slideshow .besucherstimmen img {
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
#slideshow .besucherstimmen .besucherstimmen-content {
  width: 60%;
  margin-top: 54px;
  position: relative;
  z-index: 1;
}
#slideshow .besucherstimmen .besucherstimmen-text {
  font-size: 36px;
  line-height: 40px;
  min-height: 190px;
}
@media screen and (max-width: 501px) {
  .besucherstimmen img {
    width: 60% !important;
    float: none !important;
    position: relative !important;
  }
  .besucherstimmen .besucherstimmen-content {
    float: right;
    width: 90% !important;
    margin-top: -30px !important;
    z-index: 2 !important;
    position: relative;
  }
  #slideshow .besucherstimmen img {
    width: 90% !important;
  }
  #slideshow .besucherstimmen-text {
    font-size: 24px !important;
    line-height: 28px !important;
    min-height: 80px !important;
  }
}
/* twitter */
.twitter {
  padding: 15px;
  background-color: white;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 501px) {
  .twitter iframe {
    height: 500px !important;
  }
}
/* icon text */
.icon-text {
  margin-bottom: 15px;
  background-color: white;
  display: inline-block;
  padding: 40px 20px;
  text-align: center;
  font-weight: 600;
  min-height: 186px;
  vertical-align: top;
}
.icon-text i {
  font-size: 40px;
  display: block;
}
.icon-text span {
  display: block;
  margin-top: 20px;
  font-size: 16px;
}
#sidebar .icon-text:nth-child(2) {
  margin-left: 2.5%;
}
#sidebar.sidebar-small .icon-text {
  width: 100% !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
@media screen and (max-width: 501px) {
  #sidebar .icon-text {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
/* sidebar buttons */
.sidebar-buttons a {
  display: block;
  margin-bottom: 14px;
}
.sidebar-buttons a i {
  padding-left: 15px;
  display: inline-block;
}
/* text button */
.text-button {
  background-color: white;
  margin-bottom: 20px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.08);
  padding: 30px;
}
.text-button a {
  display: block;
  margin-top: 20px;
}
/* kontakt */
.kontakt {
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
}
.kontakt img {
  max-width: 100%;
  height: auto;
}
.kontakt strong {
  color: #222222 !important;
}
.kontakt i {
  padding-right: 12px;
}
/* newsletter */
.w3-mailchimp-newsletter-block {
  background-color: white;
  margin-bottom: 20px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.08);
  padding: 30px;
}
.w3-mailchimp-newsletter-block input[type="email"] {
  background-color: #eaeaea !important;
  text-indent: 5px;
  margin-bottom: 15px;
}
.w3-mailchimp-newsletter-block input[type="submit"] {
  display: block !important;
  width: 100%;
}
/* sidebar text */
.sidebar-text {
  background-color: white;
  margin-bottom: 20px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.08);
  padding: 15px 30px;
  font-size: 18px;
}
.sidebar-text a {
  font-weight: 600;
}
/* image background */
.image-background {
  background-color: white;
  margin-bottom: 14px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.08);
  text-align: center;
  display: inline-block;
}
.image-background a {
  display: block;
}
.image-background img {
  max-width: 90%;
  width: auto;
  display: inline-block;
  margin: 0 auto;
}
.image-background.image-full {
  width: 100%;
  padding: 50px 30px;
}
.image-background.image-full img {
  max-height: 80px;
}
.image-background.image-half {
  width: 100%;
  padding: 50px 30px;
}
.image-background.image-half img {
  max-height: 80px;
}
.bigger .image-background img {
  max-height: none;
}
.ccm-custom-style-container.first {
  display: inline-block;
  width: 48%;
  margin-right: 1.4%;
}
.ccm-custom-style-container.second {
  display: inline-block;
  width: 48%;
  margin-left: 1.5%;
}
.sidebar-small .image-background.image-half,
.sidebar-small .image-background.image-third {
  width: 100%;
}
.sidebar-small .ccm-custom-style-container.first {
  margin-right: 1.1%;
}
.sidebar-small .ccm-custom-style-container.second {
  margin-left: 1.2%;
}
#sidebar .image-background.image-full {
  width: 100%;
}
.image-background.image-third {
  width: 32.5%;
  padding: 50px 20px;
}
.image-background.image-third img {
  max-height: 80px;
}
#main .image-background.image-full {
  padding: 50px 30px;
}
#main .image-background.image-full img.bigger {
  max-height: 227px;
}
@media screen and (max-width: 501px) {
  .image-background.image-third,
  .image-background.image-half,
  .image-background.image-full {
    width: 100%;
  }
  #sidebar .image-background.image-full {
    width: 100%;
  }
  .ccm-custom-style-container.second {
    width: 47%;
  }
}
/* agenda */
.agenda {
  margin-bottom: 10px;
  padding: 20px;
}
.agenda .agenda-time {
  float: left;
  width: 100px;
  font-weight: 600;
}
.agenda .speaker p {
  margin: 0;
}
.agenda .agenda-right {
  float: right;
  width: calc(100% - 120px);
  position: relative;
  padding-right: 30px;
}
.agenda .agenda-right .highlight {
  position: absolute;
  left: -30px;
  top: 3px;
  font-size: 13px;
}
.agenda .open-agenda {
  position: absolute;
  right: 0;
  top: 4px;
}
.agenda .agenda-content {
  display: none;
  padding-left: 120px;
}
.agenda .agenda-content.has-image {
  padding-top: 20px;
}
.agenda .agenda-content.has-image .agenda-image {
  width: 150px !important;
  height: 150px !important;
  background-size: cover;
  float: left;
}
.agenda .agenda-content.has-image ul,
.agenda .agenda-content.has-image p,
.agenda .agenda-content.has-image ol {
  float: right;
  width: calc(100% - 180px);
}
.agenda .agenda-content.has-image ol {
  padding-left: 16px;
}
.agenda.white {
  background-color: white;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.08);
}
.agenda.white .agenda-title {
  font-weight: 600;
}
@media screen and (max-width: 501px) {
  .agenda-time,
  .agenda-right {
    float: none !important;
    width: 100% !important;
  }
  .agenda .agenda-right .highlight {
    top: -19px;
    left: 80px;
  }
  .agenda-content {
    padding-left: 0 !important;
  }
  .agenda .agenda-content.has-image ul,
  .agenda .agenda-content.has-image p,
  .agenda .agenda-content.has-image ol {
    float: none;
    width: 100%;
  }
}
/* referenten */
.referenten {
  margin-bottom: 20px;
}
.referenten .referenten-left {
  float: left;
  width: 150px;
}
.referenten .referenten-left img {
  width: 150px;
  height: 150px;
}
.referenten .referenten-right {
  border-bottom: 5px solid white;
  position: relative;
  float: right;
  width: calc(100% - 170px);
  background-color: white;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.08);
  padding: 45px 20px 20px 20px;
  min-height: 160px;
}
.referenten .referenten-right .referenten-highlight {
  float: left;
  opacity: 0.4;
  padding-left: 15px;
}
.referenten .referenten-right .referenten-highlight i {
  font-size: 13px;
  padding-right: 4px;
}
.referenten .referenten-right .referenten-name {
  float: left;
  font-size: 20px;
  font-weight: 600;
}
.referenten .referenten-right .referenten-position {
  padding-top: 5px;
}
.referenten .referenten-text {
  display: none;
}
.referenten .open-referent {
  position: absolute;
  right: 20px;
  top: 65px;
}
.referenten.layout-hoch .referenten-left,
.referenten.layout-hoch .referenten-right {
  width: 100%;
  float: none;
}
.referenten.layout-hoch .referenten-left img,
.referenten.layout-hoch .referenten-right img {
  width: 100%;
  max-width: none;
}
.referenten.layout-hoch .referenten-right {
  padding: 30px 20px 0px 20px;
}
.referenten.layout-hoch .referenten-right .referenten-name {
  padding-bottom: 30px;
}
.referenten.layout-hoch .open-referent {
  display: none;
}
.referenten.layout-hoch img {
  display: block !important;
}
@media screen and (max-width: 501px) {
  .referenten-left,
  .referenten-right {
    float: none !important;
  }
  .referenten-right {
    width: 100% !important;
  }
  .open-referent {
    top: 20px !important;
  }
  .referenten-left {
    width: 100% !important;
  }
  .referenten-left img {
    max-width: 100%;
    width: auto !important;
  }
}
/* partner accordion */
.partner-acc {
  margin-bottom: 20px;
}
.partner-acc .partner-acc-left {
  float: left;
  width: 150px;
  background-color: white;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.08);
  text-align: center;
  min-height: 150px;
  vertical-align: middle;
}
.partner-acc .partner-acc-left a {
  border: none !important;
}
.partner-acc .partner-acc-left img {
  max-width: 90%;
  height: auto;
  display: inline-block;
}
.partner-acc .partner-acc-right {
  position: relative;
  float: right;
  width: calc(100% - 170px);
  background-color: white;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.08);
  padding: 67px 20px 67px 20px;
}
.partner-acc .partner-acc-right .partner-acc-text {
  display: none;
}
.partner-acc .partner-acc-right .partner-acc-titel {
  font-size: 20px;
  font-weight: 600;
}
.partner-acc .open-partner-acc {
  position: absolute;
  right: 20px;
  top: 65px;
}
@media screen and (max-width: 501px) {
  .partner-acc-left,
  .partner-acc-right {
    width: 100% !important;
    float: none !important;
  }
  .partner-acc-left img {
    max-width: 200px !important;
  }
  .partner-acc-right {
    padding: 30px 20px 30px 20px !important;
  }
  .open-partner-acc {
    top: 32px !important;
  }
  .partner-acc .partner-acc-right {
    box-shadow: none !important;
  }
}
/* accordion */
.accordion {
  position: relative;
  margin-bottom: 20px;
  background-color: white;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.08);
  padding: 30px;
}
.accordion .accordion-titel {
  font-weight: 600;
  font-size: 18px;
}
.accordion .accordion-text {
  display: none;
  padding-top: 20px;
}
.accordion .open-accordion {
  position: absolute;
  right: 20px;
  top: 33px;
}
.accordion .accordion-text.has-image img {
  float: left;
  max-width: 150px !important;
  padding-top: 20px;
}
.accordion .accordion-text.has-image ul,
.accordion .accordion-text.has-image p,
.accordion .accordion-text.has-image ol {
  padding-left: 170px;
}
.accordion .accordion-text.has-image ol {
  margin-left: 18px;
}
@media screen and (max-width: 501px) {
  .accordion-text.has-image img {
    float: none !important;
  }
  .accordion-text.has-image p,
  .accordion-text.has-image ul,
  .accordion-text.has-image ol {
    padding-left: 0 !important;
  }
}
/* events slider */
.events {
  position: relative;
}
.event {
  margin-top: 20px;
  margin: 20px;
  outline: 0;
  margin-bottom: 20px;
  background-color: white;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.08);
}
.event .event-background {
  height: 180px;
  text-align: center;
}
.event .event-background img {
  display: inline-block;
  position: relative;
  padding: 0px 20px;
  top: 50%;
  transform: translateY(-50%);
}
.event .event-content {
  padding: 20px;
  min-height: 195px;
}
.event .event-date {
  text-transform: uppercase;
  font-size: 14px;
}
.event .event-title {
  font-weight: 600;
  font-size: 20px;
  padding-bottom: 60px;
  min-height: 106px;
}
.event a {
  font-weight: 600;
}
.slick-prev,
.slick-next {
  position: absolute;
  top: 45%;
  border: 0;
  background: transparent;
  padding: 10px;
  font-size: 30px;
  outline: none !important;
}
.slick-prev {
  left: -20px;
}
.slick-next {
  right: -20px;
}
@media screen and (max-width: 501px) {
  .slick-prev,
  .slick-next {
    display: none !important;
  }
  .event {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
/* video vimeo */
.video {
  margin-bottom: 20px;
  background-color: white;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.08);
}
.video .video-content {
  padding: 28px 30px;
  border-bottom: 5px solid white;
}
.video .title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
}
.video .title span {
  font-weight: normal;
  display: block;
  font-size: 14px;
}
.video iframe {
  border: 0;
  width: 100%;
  display: block;
}
.breit .video-iframe {
  float: left;
  width: 300px;
}
.breit .video-content {
  width: calc(100% - 300px);
  float: right;
}
.breit iframe {
  height: 170px;
}
.hoch .video-content {
  padding-top: 20px;
}
.hoch .video-content .title {
  padding-bottom: 60px;
}
.hoch iframe {
  height: 180px;
}
@media screen and (max-width: 501px) {
  .breit .video-iframe,
  .breit .video-content {
    width: 100% !important;
    float: none !important;
  }
  .hoch .video-content .title {
    padding-bottom: 0;
    margin-bottom: 10px;
  }
}
.item_button {
  margin-bottom: 20px;
  clear: both;
}
.item_button .item_button-left {
  float: left;
  width: 200px;
}
.item_button .item_button-left img {
  padding-top: 15px;
  width: 200px;
  height: auto !important;
  max-width: none;
}
.item_button .item_button-right {
  border-bottom: 5px solid white;
  position: relative;
  float: right;
  width: calc(100% - 220px);
  background-color: white;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.08);
  padding: 20px 20px 20px 20px;
  min-height: 160px;
}
.item_button .item_button-right .item_button-name {
  font-size: 20px;
  font-weight: 600;
}
.item_button .item_button-right .item_button-name h2 {
  margin-bottom: 0;
}
.item_button .item_button-right .item_button-text {
  padding-top: 5px;
}
.item_button .item_button-right .item_button-text p {
  margin: 0;
}
.item_button .item_button-right .btn {
  margin-top: 10px;
}
@media screen and (max-width: 501px) {
  .item_button-left,
  .item_button-right {
    width: 100% !important;
    float: none !important;
  }
}
.lhi-event-registration {
  /* Loadspinner */
  /* Absolute Center Spinner */
  /* Transparent Overlay */
  /* :not(:required) hides these rules from IE9 and below */
  /* Animation */
  /* Loadspinner  end*/
  /* toaster */
  /* The snackbar - position it at the bottom and in the middle of the screen */
  /* The snackbar - position it at the bottom and in the middle of the screen */
  /* Show the snackbar when clicking on a button (class added with JavaScript) */
  /* Animations to fade the snackbar in and out */
  /* toaster end */
}
.lhi-event-registration .intro-padding-bottom {
  padding-bottom: 50px;
}
.lhi-event-registration .error_msg {
  font-size: 12px;
  color: red;
  width: 100%;
}
.lhi-event-registration .success_msg {
  font-size: 12px;
  color: green;
  width: 100%;
}
.lhi-event-registration #success-after-book {
  display: none;
  margin-top: 50px;
}
.lhi-event-registration #success-after-book h2 {
  margin-bottom: 30px;
}
.lhi-event-registration h4 {
  margin-top: 23px;
}
.lhi-event-registration .collapse-wrap .hidden-input:checked ~ .form-container {
  display: flex;
  flex-direction: column;
}
.lhi-event-registration .collapse-wrap .collapse-label {
  position: relative;
}
.lhi-event-registration .collapse-wrap .collapse-label h2 {
  margin-top: 35px;
  background-color: var(--primary-color);
  color: white;
  padding: 15px;
  margin-bottom: 0px;
}
.lhi-event-registration .collapse-wrap .collapse-label h2::after {
  content: "+";
  position: absolute;
  right: 24px;
}
.lhi-event-registration .collapse-wrap .h-no-margin-bottom {
  margin-bottom: 0px !important;
}
.lhi-event-registration .collapse-wrap .hidden-input:checked ~ .collapse-label h2::after {
  content: "-";
}
.lhi-event-registration .collapse-wrap .form-container {
  display: none;
  padding-bottom: 15px;
}
.lhi-event-registration .collapse-wrap h4,
.lhi-event-registration .collapse-wrap .ev {
  display: block;
  flex-basis: 100%;
}
.lhi-event-registration .event-wrapper {
  flex-basis: 100%;
  width: 100%;
}
.lhi-event-registration .kacheln {
  justify-items: stretch;
  flex-wrap: wrap;
}
.lhi-event-registration .kacheln .kachel {
  display: inline-block !important;
  text-align: center;
  flex-basis: 31%;
  background-color: white;
  padding: 30px 15px;
  margin-right: 2%;
  min-width: 200px;
  max-width: 200px;
  margin-bottom: 5px;
  margin-top: 5px !important;
}
.lhi-event-registration .kacheln .kachel:not(:first) {
  padding-right: 20px;
}
.lhi-event-registration .kacheln .kachel .booking-price {
  display: block;
  width: 100%;
  font-weight: normal;
  cursor: pointer;
}
.lhi-event-registration .kacheln .kachel .booking-price.fat {
  cursor: default;
  font-weight: bold;
}
.lhi-event-registration .kacheln .kachel .fake-radio-wrapper {
  display: flex;
  justify-content: center;
  justify-items: center;
  position: relative;
  width: 100%;
  margin: 0 0 20px 0;
}
.lhi-event-registration .kacheln .kachel .fake-radio-wrapper .fake-radio {
  margin: 0 auto;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  border: 2px solid lightgrey;
}
.lhi-event-registration .kacheln .kachel-titel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-items: center;
  word-break: break-word;
  min-height: 60px;
  font-size: 22px;
  font-weight: bolder;
}
.lhi-event-registration .kacheln .date-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: lighter;
  font-size: 18px;
  min-height: 50px;
  margin-top: 5px;
  margin-bottom: 15px;
}
.lhi-event-registration .kacheln input:checked ~ .fake-radio-wrapper .fake-radio::before {
  content: "";
  background-color: var(--primary-color);
  border-radius: 50%;
  width: 25px;
  height: 25px;
  box-sizing: border-box;
  display: inline-block;
  position: absolute;
  left: 3px;
  top: 3px;
  /* border: 3px solid black; */
}
.lhi-event-registration .kacheln input:checked ~ .fake-radio-wrapper .fake-radio {
  border: 2px solid var(--primary-color);
}
.lhi-event-registration .personal-data-wrapper {
  display: inline-flex;
  align-content: flex-start;
  justify-content: stretch;
  flex-wrap: wrap;
  gap: 10px;
}
.lhi-event-registration .personal-data-wrapper .p-col {
  display: inline-flex;
  flex-basis: 50%;
  flex-wrap: wrap;
}
.lhi-event-registration .personal-data-wrapper .spot {
  flex-basis: 45%;
  flex-grow: 1;
  display: inline-block;
  min-width: 200px;
  max-width: 50%;
}
.lhi-event-registration .personal-data-wrapper .spot:nth-child(2n - 1) {
  padding-left: 0px;
}
.lhi-event-registration .personal-data-wrapper .spot:nth-child(2n) {
  padding-right: 0px;
}
.lhi-event-registration .personal-data-wrapper .spot .form-field {
  margin-top: 7px;
}
.lhi-event-registration .global-values {
  display: block;
  width: 100%;
}
.lhi-event-registration .global-values .spot {
  margin-top: 0px !important;
  min-width: 100%;
  max-width: 100%;
  flex: 1 1 100%;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.lhi-event-registration .global-values select {
  margin-top: 0px !important;
}
.lhi-event-registration .global-value {
  flex: 1 1 100% !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  width: 100%;
  flex-basis: 100%;
  min-width: 100% !important;
}
.lhi-event-registration .not-clickable {
  pointer-events: none;
  opacity: 0.4;
}
.lhi-event-registration #price-wrapper {
  width: 100%;
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
}
.lhi-event-registration #price-wrapper small {
  color: black;
  padding-left: 5px;
}
.lhi-event-registration #price-wrapper .formatted-price {
  width: 100%;
  display: block;
  background-color: transparent;
  /* color:#9A8700; */
  color: var(--primary-color);
  text-transform: none;
  padding-left: 5px;
  font-size: 26px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.lhi-event-registration #stripe-wrapper {
  padding-top: 10px;
  display: none;
  width: 100%;
  margin-bottom: 30px;
  flex-wrap: wrap;
  padding-bottom: 30px;
  padding-left: 10px;
  border: 2px solid white;
}
.lhi-event-registration #stripe-wrapper .spot {
  flex-basis: 50%;
  padding-right: 10px;
}
.lhi-event-registration #stripe-wrapper #price-wrapper {
  margin-bottom: 0px;
}
.lhi-event-registration #card-element {
  background-color: white;
  padding: 10px;
  margin-top: 15px;
  flex-basis: 100%;
  max-height: 35px;
  margin-right: 10px;
}
.lhi-event-registration .btn-submit-stripe {
  padding: 10px 7px;
  flex-basis: 30%;
  width: 100%;
}
.lhi-event-registration .card-button-wrapper {
  flex-basis: 50%;
  padding-right: 10px;
  padding-top: 15px;
}
.lhi-event-registration .close-button-wrapper {
  flex-basis: 100%;
  width: 100%;
  min-width: 100%;
}
.lhi-event-registration #close-button {
  float: right;
  display: inline-block;
  max-width: 40px;
  padding: 3px;
  font-weight: bolder;
}
.lhi-event-registration .register-participants-blur {
  filter: blur(1px);
  pointer-events: none;
}
.lhi-event-registration #success-after-book {
  display: none;
  margin-top: 50px;
}
.lhi-event-registration #success-after-book h2 {
  margin-bottom: 30px;
}
.lhi-event-registration .checkbox label {
  display: flex !important;
  align-items: center;
  min-height: 40px;
  padding-left: 50px !important;
  margin-top: 12px !important;
}
.lhi-event-registration .submit-wrapper {
  padding-top: 40px;
  display: block;
  width: 100%;
}
.lhi-event-registration #loading {
  display: none;
}
.lhi-event-registration .loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.lhi-event-registration .loading:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.lhi-event-registration .loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.lhi-event-registration .loading:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.lhi-event-registration #snackbar {
  visibility: hidden;
  /* Hidden by default. Visible on click */
  min-width: 250px;
  /* Set a default minimum width */
  margin-left: -125px;
  /* Divide value of min-width by 2 */
  background-color: #333;
  /* Black background color */
  color: #fff;
  /* White text color */
  text-align: center;
  /* Centered text */
  border-radius: 2px;
  /* Rounded borders */
  padding: 16px;
  /* Padding */
  position: fixed;
  /* Sit on top of the screen */
  z-index: 1;
  /* Add a z-index if needed */
  left: 50%;
  /* Center the snackbar */
  bottom: 30px;
  /* 30px from the bottom */
}
.lhi-event-registration #snackbar.show {
  visibility: visible;
  /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
@media (max-width: 750px) {
  .lhi-event-registration .spot,
  .lhi-event-registration .btt-submit-stripe,
  .lhi-event-registration #card-element {
    flex: 1 1 100% !important;
    max-width: 100% !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .lhi-event-registration .card-button-wrapper {
    min-width: 100%;
    padding-top: 7px;
    padding-left: 0px;
  }
  .lhi-event-registration #card-element {
    margin-right: 10px;
  }
}
@media (max-width: 500px) {
  .lhi-event-registration .kacheln .kachel {
    flex-basis: 100%;
    margin-right: 0px;
    min-width: 100%;
  }
}
.lhi-event-registration .chk-container {
  position: relative;
  padding-left: 50px;
  font-weight: normal !important;
}
.lhi-event-registration .chk-container input {
  top: -4px !important;
}
.lhi-event-registration input[type="radio"] {
  position: relative;
  margin: 0px 20px 10px 10px;
}
.lhi-event-registration input[type="radio"]::before {
  content: "";
  background-color: white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -10px;
  left: -10px;
}
.lhi-event-registration input[type="radio"]:checked::after {
  top: -5px;
  left: -5px;
  content: "";
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  background-color: var(--primary-color);
}
.lhi-event-downloads {
  /* DOWNLOADABLE LIST*/
}
.lhi-event-downloads h1 {
  margin-right: 0px;
  margin-bottom: 30px;
}
.lhi-event-downloads h5 {
  margin-bottom: 10px;
}
.lhi-event-downloads .downloadable .download-container {
  display: flex;
  margin-top: 5px;
  font-size: 12px;
}
.lhi-event-downloads .downloadable .download-container .dc-name {
  flex-basis: 60%;
  padding-right: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1em;
}
.lhi-event-downloads .downloadable .download-container .dc-button {
  margin-left: 1%;
  flex-basis: 19%;
  border: none;
  color: white !important;
  background-color: var(--primary-color);
  padding: 0px 5px;
  cursor: pointer;
  text-align: center;
  border: 2px solid var(--primary-color);
}
.lhi-event-downloads .downloadable .download-container .dc-button:hover {
  color: var(--primary-color) !important;
  background-color: white;
  border: 2px solid var(--primary-color);
}
.lhi-event-downloads .downloadable .download-container .ul-date {
  position: relative;
  font-size: 11px;
  color: gray;
}
.lhi-event-downloads .downloadable .types-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.lhi-event-downloads .downloadable .types-wrapper .dates-wrapper {
  flex-basis: 100%;
  min-width: 100%;
  display: flex;
  margin-bottom: 30px;
  align-content: stretch;
  align-items: stretch;
  cursor: pointer;
}
.lhi-event-downloads .downloadable .types-wrapper .dates-wrapper div {
  margin-right: 15px;
  display: inline-block;
}
.lhi-event-downloads .downloadable .types-wrapper .dates-wrapper div:hover {
  border-bottom: 5px solid var(--primary-color);
  color: var(--primary-color);
}
.lhi-event-downloads .downloadable .types-wrapper .date-checked {
  border-bottom: 5px solid var(--primary-color);
  color: var(--primary-color);
}
.lhi-event-downloads .downloadable .types-wrapper .downloads-wrapper {
  display: none;
  width: 100%;
  flex-wrap: wrap;
}
.lhi-event-downloads .downloadable .types-wrapper .show {
  display: flex;
}
.lhi-event-downloads .downloadable .types-wrapper .item {
  flex-basis: 50%;
  min-width: 200px;
  display: flex;
  align-items: stretch;
  align-content: stretch;
  flex-direction: column;
  padding-right: 20px;
  padding-bottom: 40px;
}
.lhi-event-downloads .downloadable .types-wrapper .item .pic {
  min-height: 250px;
  display: inline-block;
  background-color: white;
  border-bottom: 5px solid var(--primary-color);
}
.lhi-event-downloads .downloadable .types-wrapper .item .background {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.lhi-event-downloads .downloadable .types-wrapper .item h5 {
  min-height: 46px;
  margin-top: 30px;
}
.lhi-event-downloads .downloadable .types-wrapper .item h5 small {
  text-transform: none;
}
.lhi-event-downloads .downloadable .types-wrapper.by-code .item {
  flex-basis: 100%;
  padding-right: 0px;
  padding-bottom: 0px;
}
.lhi-event-downloads .downloadable p {
  margin-bottom: 20px;
}
.lhi-event-downloads .downloadable .download-button {
  display: none;
  cursor: pointer;
  padding: 10px 0px;
  width: 100%;
  text-align: center;
  background-color: var(--primary-color);
  color: white;
  border: none;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
}
.lhi-event-downloads .downloadable .code-field {
  width: 100%;
  border: none;
  background-color: white;
  padding: 10px 5px;
  margin-bottom: 10px;
}
.lhi-event-downloads .error_msg {
  font-size: 12px;
  color: red;
  width: 100%;
}
.lhi-event-downloads .success_msg {
  font-size: 12px;
  color: green;
  width: 100%;
}
.lhi-event-downloads .play-button {
  flex-basis: 39% !important;
}
.lhi-event-downloads #preview-modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 10;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100vw;
  /* Full width */
  height: 100vh;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}
.lhi-event-downloads #preview-modal .modal-content {
  background-color: #fefefe;
  margin: 60px auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  /* Could be more or less, depending on screen size */
  height: 80%;
  max-height: 900px;
  max-width: 900px;
}
.lhi-event-downloads #preview-modal .modal-content iframe {
  height: 95%;
  width: 100%;
}
.lhi-event-downloads #preview-modal .close-preview {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.lhi-event-downloads #preview-modal .close-preview:hover,
.lhi-event-downloads #preview-modal .close-preview:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.lhi-event-downloads #preview-modal .preview-img {
  min-height: 230px;
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 500px) {
  .lhi-event-downloads .downloadable .types-wrapper .item {
    flex-basis: 100%;
  }
  .lhi-event-downloads #preview-modal .modal-content {
    width: 95%;
  }
}
.lhi-event-summary {
  width: 100%;
}
.lhi-event-summary h5 {
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  margin-top: 0px;
  vertical-align: top;
  line-height: 1em;
}
.lhi-event-summary .first-part {
  display: flex;
  align-items: stretch;
  align-content: stretch;
  flex-wrap: nowrap;
  margin: 30px 0px;
}
.lhi-event-summary .first-part .left {
  display: inline-block;
  flex-basis: 40%;
  background-color: white;
  border-bottom: 5px solid var(--primary-color);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.lhi-event-summary .first-part .right {
  display: inline-block;
  flex-basis: 60%;
  padding-left: 20px;
}
.lhi-event-summary .first-part .right h5 {
  margin-bottom: 0px;
}
.lhi-event-summary .first-part .right p {
  margin-bottom: 5px;
  transform: translateY(-10px);
}
.lhi-event-summary .first-part .right .buttons {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.lhi-event-summary .first-part .right .buttons .btn {
  white-space: nowrap;
  display: inline-block;
  padding: 5px 18px;
  border: 2px solid var(--primary-color);
  text-transform: uppercase;
  font-weight: 600;
  margin-right: 15px;
  font-size: 12px;
  margin-bottom: 10px;
  transform: translateY(10px);
}
.lhi-event-summary .first-part .right .buttons .more-info,
.lhi-event-summary .first-part .right .buttons .to-subscription {
  background-color: white;
  color: var(--primary-color);
}
.lhi-event-summary .first-part .right .buttons .more-info:hover,
.lhi-event-summary .first-part .right .buttons .to-subscription:hover {
  background-color: var(--primary-color);
  color: white;
}
.lhi-event-summary .social-buttons {
  width: 100%;
  display: flex;
  justify-content: stretch;
}
.lhi-event-summary .social-buttons a {
  flex-basis: 10%;
  min-height: 50px;
}
.lhi-event-summary .social-buttons a i {
  font-size: 48px;
  margin-right: 10px;
}
.lhi-event-summary .social-buttons a:first-child i {
  position: relative;
  bottom: 2.5px;
}
.lhi-event-summary .social-buttons a:hover {
  text-decoration: none !important;
  border-bottom: none !important;
}
@media (max-width: 860px) {
  .lhi-event-summary .first-part .left,
  .lhi-event-summary .first-part .right {
    flex-basis: 50%;
  }
}
@media (max-width: 507px) {
  .lhi-event-summary .first-part .right .social-buttons {
    justify-content: space-between;
  }
  .lhi-event-summary .first-part .right .buttons {
    justify-content: space-between;
  }
  .lhi-event-summary .first-part .right .buttons .btn {
    flex-basis: 100%;
    margin-right: 0px;
    text-align: center;
  }
}
@media (max-width: 460px) {
  .lhi-event-summary .first-part {
    flex-direction: column;
  }
  .lhi-event-summary .first-part .right {
    padding-left: 0px;
    padding-top: 15px;
  }
  .lhi-event-summary .first-part .left {
    min-height: 200px;
  }
}
.lhi-event-lists {
  width: 100%;
}
.lhi-event-lists p {
  padding: 40px 0;
}
.lhi-event-lists .list-el-wrap {
  display: flex;
  flex-wrap: nowrap;
  align-content: stretch;
  align-items: stretch;
  margin-bottom: 30px;
}
.lhi-event-lists .list-el-wrap .left {
  display: inline-block;
  flex-basis: 30%;
  background-color: white;
  border-bottom: 5px solid var(--primary-color);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.lhi-event-lists .list-el-wrap .right {
  display: inline-block;
  flex-basis: 70%;
  padding-left: 20px;
}
.lhi-event-lists .list-el-wrap .right .title {
  margin-top: 0px;
  background-color: transparent;
  color: black;
  text-align: left;
  padding: 0px;
  vertical-align: top;
  line-height: 1em;
}
.lhi-event-lists .list-el-wrap .right .description {
  height: 90px;
  max-height: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  padding: 0px;
  margin-bottom: 20px;
}
.lhi-event-lists .list-el-wrap .right .buttons {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.lhi-event-lists .list-el-wrap .right .buttons .btn {
  white-space: nowrap;
  display: inline-block;
  padding: 5px 18px;
  border: 2px solid var(--primary-color);
  text-transform: uppercase;
  font-weight: 600;
  margin-right: 15px;
  font-size: 12px;
  margin-bottom: 10px;
  transform: translateY(10px);
}
.lhi-event-lists .list-el-wrap .right .buttons .more-info {
  background-color: white;
  color: var(--primary-color);
}
.lhi-event-lists .list-el-wrap .right .buttons .to-subscription {
  background-color: var(--primary-color);
  color: white;
}
.lhi-event-lists .list-el-wrap .right .buttons .more-info:hover {
  background-color: var(--primary-color);
  color: white;
}
.lhi-event-lists .list-el-wrap .right .buttons .to-subscription:hover {
  background-color: white;
  color: #9A0083C58700;
}
@media (max-width: 725px) {
  .lhi-event-lists .list-el-wrap .right .buttons {
    justify-content: space-between;
  }
  .lhi-event-lists .list-el-wrap .right .buttons .btn {
    flex-basis: 48%;
    margin-right: 0px;
    text-align: center;
  }
}
@media (max-width: 660px) {
  .lhi-event-lists {
    /* EVENT LIST */
  }
  .lhi-event-lists .list-el-wrap {
    flex-direction: column;
  }
  .lhi-event-lists .list-el-wrap .left {
    margin-top: 20px;
    min-height: 200px;
  }
  .lhi-event-lists .list-el-wrap .right {
    padding-left: 0px;
  }
  .lhi-event-lists .list-el-wrap .right .title {
    margin-top: 20px;
  }
  .lhi-event-lists .list-el-wrap .right .description {
    height: auto;
    max-height: 96px;
  }
  .lhi-event-lists .list-el-wrap .right .buttons button {
    margin-top: 10px;
  }
}
@media (max-width: 452px) {
  .lhi-event-lists .list-el-wrap .right .buttons {
    justify-content: space-between;
  }
  .lhi-event-lists .list-el-wrap .right .buttons .btn {
    flex-basis: 100%;
    margin-right: 0px;
    text-align: center;
  }
}
.lhi-graphic-recordings .title {
  font-size: 18px;
  margin-bottom: 18px;
}
.lhi-graphic-recordings .error_msg {
  font-size: 12px;
  color: red;
  width: 100%;
}
.lhi-graphic-recordings .item {
  cursor: pointer;
  margin-bottom: 15px;
}
.lhi-graphic-recordings .item img {
  height: auto;
  width: 100%;
}
.lhi-graphic-recordings .item .dl-gr {
  font-weight: bold;
}
.lhi-graphic-recordings .item .btn-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 15px;
}
.lhi-graphic-recordings .item .btn-container .code-field {
  max-width: 100%;
  border: none;
  padding: 17px 0px 17px 10px;
}
.lhi-graphic-recordings .item .btn-container button {
  transition: all 0.1s ease-in;
  background-color: var(--primary-color);
  padding: 10px;
  text-align: center;
  color: #ffffff;
  border-radius: 0px;
  border: 2px solid var(--primary-color) !important;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}
.lhi-graphic-recordings .item .btn-container button:hover {
  background-color: transparent;
  color: var(--primary-color);
}
.lhi-graphic-recordings .item .margin-top {
  margin-top: 15px;
}
.lhi-graphic-recordings .item .chk-container {
  font-weight: normal !important;
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lhi-graphic-recordings .item .chk-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.lhi-graphic-recordings .item .chk-container .chk-checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: white;
}
.lhi-graphic-recordings .item .chk-container .chk-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.lhi-graphic-recordings .item .chk-container:hover input ~ .chk-checkmark {
  background-color: #f5f3e6;
}
.lhi-graphic-recordings .item .chk-container input:checked ~ .chk-checkmark {
  background-color: var(--primary-color);
}
.lhi-graphic-recordings .item .chk-container input:checked ~ .chk-checkmark:after {
  display: block;
}
.lhi-graphic-recordings .item .chk-container .chk-checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.lhi-graphic-recordings h4 {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 700;
}
.lhi-graphic-recordings .download-container {
  display: flex;
  margin-top: 5px;
  font-size: 12px;
}
.lhi-graphic-recordings .download-container a:hover {
  border-bottom: none !important;
}
.lhi-graphic-recordings .download-container .dc-name,
.lhi-graphic-recordings .download-container .do-al {
  flex-basis: 60%;
  padding-right: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1em;
  margin-bottom: 16px;
  font-size: 16px;
}
.lhi-graphic-recordings .download-container .do-al {
  margin-top: 20px;
}
.lhi-graphic-recordings .download-container .dc-button {
  margin-left: 1%;
  flex-basis: 19%;
  border: none;
  color: white !important;
  padding: 0px 5px;
  cursor: pointer;
  text-align: center;
}
.lhi-graphic-recordings .download-container .dc-button:hover {
  background-color: white;
}
.lhi-graphic-recordings .download-container .ul-date {
  position: relative;
  font-size: 11px;
  color: gray;
}
.lhi-graphic-recordings .visible-radio div {
  position: relative;
}
.lhi-graphic-recordings .visible-radio input {
  opacity: 1 !important;
  left: -44px !important;
  top: -6px !important;
}
.lhi-graphic-recordings .visible-radio input:checked {
  background-color: var(--primary-color) !important;
}
.newsletter_old_mailchimp {
  background-color: white;
  padding: 30px;
  margin-bottom: 20px;
}
.newsletter_old_mailchimp input[type="email"] {
  background-color: #e5e5e5 !important;
}
.newsletter_old_mailchimp input[type="submit"] {
  width: 100%;
}
.lhi-linkedin-feed .referral {
  display: none !important;
}
.lhi-linkedin-feed .juicer-about {
  display: none !important;
}
.lhi-linkedin-feed .feed-item .j-poster {
  display: none !important;
}
.lhi-linkedin-feed .feed-item::before {
  display: none !important;
}
