select:focus::-ms-value {
  color: white !important;
  background: #ef7a00 !important;
}

.background-custom-img-class:after {
  width: 1470px;
  position: absolute;
  left: 50%;
  margin-left: -735px;
  top: 40px;
  height: 100%;
  /*background: url(https://wm.whitebox-dev.de/wp-content/uploads/2021/11/wm-BG-illus.png);*/
  background-position: 0 60px;
  background-color: #e6f3f6 !important;
  content: "";
  display: block;
}
/*===== Vertical Timeline =====*/
#conference-timeline {
  position: relative;
  max-width: 1470px;
  width: 100%;
  margin: 0 auto;
}
#conference-timeline .timeline-start,
#conference-timeline .timeline-end {
  display: table;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  background: #00b0bd;
  padding: 15px 23px;
  color: #fff;
  max-width: 5%;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
#conference-timeline .conference-center-line {
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -2px;
  background: #00b0bd;
  z-index: -1;
}
#conference-timeline .conference-timeline-content {
  padding-top: 0px;
  padding-bottom: 0px;
}
.timeline-article {
  width: 100%;
  height: 100%;
  position: relative;
  /*overflow: hidden;*/
  margin: 0px 0 180px;
}
.timeline-article .content-left-container,
.timeline-article .content-right-container {
  max-width: 45%;
  width: 100%;
}

.timeline-article .content-left-container:hover,
.timeline-article .content-right-container:hover {
  cursor: pointer;
}
.timeline-article .timeline-author {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #242424;
  text-align: right;
}
.timeline-article .content-left,
.timeline-article .content-right {
  position: relative;
  width: auto;
  background-color: #fff;
  /* box-shadow: 0 1px 3px rgba(0,0,0,.03);*/
  padding: 27px 25px;
  min-height: 550px;
  background-position: center center;
}
.timeline-article p {
  padding: 0;
  font-weight: 400;
  color: #242424;
  font-size: 21px;
  line-height: 28px;
  position: relative;
}
.timeline-article p span.article-number {
  position: absolute;
  font-weight: 300;
  font-size: 44px;
  top: 10px;
  left: -60px;
  color: #00b0bd;
}
.timeline-article .content-left-container {
  float: left;
}
.timeline-article .content-right-container {
  float: right;
  /* margin-top: 80px; */
}
.timeline-article .content-left:before,
.timeline-article .content-right:before {
  position: absolute;
  top: 20px;
  font-size: 23px;
  font-family: "FontAwesome";
  color: #fff;
}
/*.timeline-article .content-left:before {
    content: "\f0da";
    right: -8px;
}
.timeline-article .content-right:before {
    content: "\f0d9";
    left: -8px;
}*/
.timeline-article .meta-date {
  position: absolute;
  top: 0;
  left: 50%;
  width: 62px;
  height: 62px;
  margin-left: -31px;
  color: #fff;
  border-radius: 100%;
  background: #00b0bd;
  display: none;
}
.timeline-article .meta-date .date,
.timeline-article .meta-date .month {
  display: block;
  text-align: center;
  font-weight: 900;
}
.timeline-article .meta-date .date {
  font-size: 30px;
  line-height: 40px;
}
.timeline-article .meta-date .month {
  font-size: 18px;
  line-height: 10px;
}
/*===== // Vertical Timeline =====*/

.timeline-article .mm_caption_content {
  position: absolute;
  bottom: -10%;
  left: 8%;
  background: white !important;
  max-width: 48%;
  min-width: 225px;
}

.timeline-article .mm_caption_content h6 {
  background: #e37400;
  padding-left: 20px;
  margin-bottom: 0px;
  font-size: 21px !important;
  line-height: 46px !important;
  text-transform: uppercase;
  color: white;
}

.mm_caption_content h6 a {
  color: #fff !important;
}

.timeline-article .mm_caption_content p {
  padding-left: 20px;
  color: #000 !important;
  margin: 0;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  min-height: 60px;
}

.timeline-div-container {
  position: relative;
  /*overflow: hidden;*/
}

/*
.timeline-div-container:hover .timeline-bg-container, .timeline-div-container:focus .timeline-bg-container {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
*/

.timeline-bg-container {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.inline-photo {
  /*border: 1em solid #fff;
    border-bottom: 4em solid #fff;
    border-radius: .25em;
    box-shadow: 1em 1em 2em .25em rgba(0,0,0,.2);
    margin: 2em auto;

     */
  opacity: 0;
  transform: translateY(4em);
  transition: transform 4s 0.25s, opacity 0.3s 0.25s ease-out;
  /*max-width: 600px;
    width: 90%;*/
  will-change: transform, opacity;
}

.inline-photo.is-visible {
  opacity: 1;
  transform: rotateZ(-0deg);
}

.timeline-article:after {
  clear: both;
  content: "";
  display: block;
  width: 100%;
}

.inactive-class-select_market {
  color: #fff !important;
  background: #e37400;
  border: 1px solid #fff;
}

@media only screen and (max-width: 768px) {
  .timeline-article .content-left,
  .timeline-article .content-right {
    min-height: 240px;
  }
}

/*===== Resonsive Vertical Timeline =====*/
@media only screen and (max-width: 580px) {
  /*
    .background-custom-img-class:after {
        width: 50%;
        position: absolute;
        left: 25%;
        margin-left: auto;
        top: 0;
        height: 100%;
        background: url(https://wm.whitebox-dev.de/wp-content/uploads/2021/11/wm-BG-illus.png);
        background-color: #EF7A00 !important;
        content: '';
        display: block;
        background-repeat: repeat;
    }

     */

  #conference-timeline .timeline-start,
  #conference-timeline .timeline-end {
    margin: 0;
  }

  .timeline-article {
    margin-bottom: 20px;
  }

  .timeline-article .content-right-container {
    margin-top: 10px;
  }

  #conference-timeline .conference-center-line {
    margin-left: 0;
    left: 50px;
  }
  .timeline-article .meta-date {
    margin-left: 0;
    left: 20px;
  }
  .timeline-article .content-left-container,
  .timeline-article .content-right-container {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left: 0px;
    min-height: 240px;
  }
  .timeline-article .content-left-container {
    margin-bottom: 20px;
  }
  .timeline-article .content-left,
  .timeline-article .content-right {
    padding: 10px 25px;
    /*min-height: 65px;*/
  }
  /*
    .timeline-article .content-left:before {
        content: "\f0d9";
        right: auto;
        left: -8px;
    }

     */
  .timeline-article .content-right:before {
    display: none;
  }

  /*
    a.button.mehr-timeline-read-button{
        margin-bottom: 40px !important;
    }
*/

  .timeline-article:last-child {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 400px) {
  .timeline-article p {
    margin: 0;
  }
  .timeline-article p span.article-number {
    display: none;
  }
}
/*===== // Resonsive Vertical Timeline =====*/

.misha_loadmore {
  background-color: #ddd;
  border-radius: 2px;
  display: block;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 1px;
  cursor: pointer;
  text-transform: uppercase;
  padding: 10px 0;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out,
    color 0.3s ease-in-out;
}
.misha_loadmore:hover {
  background-color: #767676;
  color: #fff;
}

/*-- pager --*/
.custom-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.current-area-7 a.page-numbers {
  color: #fff !important;
  background: #e37400;
  border: 1px solid #fff;
  padding: 0 10px;
  margin: 0 5px;
  font-weight: 600;
  font-size: 110%;
  width: auto;
}

.current-area-77 a.page-numbers {
  color: #fff !important;
  background: #6ac4cd;
  border: 1px solid #fff;
  padding: 0 10px;
  margin: 0 5px;
  font-weight: 600;
  font-size: 110%;
  min-width: 40px;
}

.current-area-77 a.post-page-active {
  color: #6ac4cd !important;
  background: #fff;
}

.current-area-7 span {
  color: #e37400 !important;
  background: #ffffff;
  border: 1px solid #e37400;
  padding: 0 10px;
  margin: 0 5px;
  font-weight: 600;
  font-size: 110%;
  width: 40px;
}

.current-area-7 a.post-page-active {
  color: #e37400 !important;
  background: #ffffff;
  border: 1px solid #e37400;
  padding: 0 10px;
  margin: 0 5px;
  font-weight: 600;
  font-size: 110%;
  width: 40px;
  cursor: pointer;
}

.current-area-77 span {
  color: #6ac4cd !important;
  background: #ffffff;
  border: 1px solid #6ac4cd;
  padding: 0 10px;
  margin: 0 5px;
  font-weight: 600;
  font-size: 110%;
  width: 40px;
}

.current-area- a.page-numbers {
  color: #203c43 !important;
  background: #ffffff;
  border: 1px solid #203c43;
  padding: 0 10px;
  margin: 0 5px;
  font-weight: 600;
  font-size: 110%;
  width: auto;
}

.current-area- span {
  color: #ffffff !important;
  background: #203c43;
  border: 1px solid #ffffff;
  padding: 0 10px;
  margin: 0 5px;
  font-weight: 600;
  font-size: 110%;
  width: auto;
}

.mm-news-class-link {
  text-decoration: none !important;
  color: black;
}
