/* Start videoYouTubeStageHeader.ftl */

.video-row {
  justify-content: center;
  padding-top: 30px;
}

.video-desc {
  margin-bottom: 30px;
}

@media screen and (max-width: 420px){
  .video-desc{
    padding-left: 10px;
  }
}

.video-row .main-content{
  padding: 0px 3px;
}

/* End videoYouTubeStageHeader.ftl */
@media screen and (max-width: 768px){
  nav .overview-list .card-body{
    padding-top: 1.875rem;
  }
}


#linklists-container h2 {
  margin-bottom: .9375rem
}

table.table tbody th,
table.table tfoot th,
table.table tbody th[scope="row"] {
  background-color: var(--brand1);
  color: var(--white);
}

/* removed 2022-05-05 because of customer wish */
/*
.container-fluid.page-title.page-title-slider {
  margin-bottom: 30px;
}
*/

.alert-danger .overview .card-title {
  color: #000;
}

.alert-danger .overview li .card {
  border-bottom-color: #a9a9a9
}

.content table p {
  margin-bottom: 0px;
}

.textOnlySlide .card-body {
  padding-left: 5.625rem !important;
  padding-right: 5.625rem !important;
  padding-bottom: 3rem !important;
}

/* auto height slider elements on desktop */
.slick-slide {
  height: 0px!important;
  min-height: 210px;
}

.slick-slide.slick-active {
  height: 100% !important;
}

@media screen and (max-width: 1199px) {
  .slick-slide {
    min-height: 180px;
  }
}

.page-title .slick-prev, .page-title .slick-next {
  top: 40% !important;
}

[data-bb-mashup-item] a.mashup-link:hover {
  text-decoration: underline;
  color: var(--brand1);
}

.publication-item .card {
  margin-bottom: 1.875rem !important;
}

.overview.overview-blocked .card-title .card-title-heading strong {
  display: initial;
}
