#content .newscontainer .news-item .row {
  padding: 1rem;
}
#content .teaserFaq {
  margin-bottom: 2em;
}
#content .teaserFaq img.img-responsive {
  border-top-left-radius: 25px;
}
#content .teaserFaq .carousel-indicators li {
  border-radius: 2px;
  background-color: #fff;
  border: none;
}
#content .teaserFaq .carousel-indicators li.active {
  background-color: #31CCAD;
}
@media screen and (max-width: 767px) {
  #content .teaserFaq .carousel-indicators li.active {
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  #content .teaserFaq .carousel-indicators {
    left: 55px;
  }
}
#content .teaserFaq .teaserFaq-caption {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #content .teaserFaq .teaserFaq-caption {
    display: none;
  }
}
#content .teaserFaq .bubble {
  max-height: 459px;
  min-height: 459px;
  padding: 0px;
  background: #31CCAD;
  border-radius: 0px;
  border-bottom-right-radius: 25px;
  margin-left: -15px;
  padding: 15px;
  padding-top: 45px;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #content .teaserFaq .bubble {
    max-height: 334px;
    min-height: 334px;
    padding-top: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #content .teaserFaq .bubble {
    max-height: 254px;
    min-height: 254px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  #content .teaserFaq .bubble {
    height: auto;
    min-height: 0;
    padding-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
  }
}
#content .teaserFaq .bubble a {
  color: #fff;
}
#content .teaserFaq .bubble a h2 {
  text-transform: uppercase;
  text-align: center;
  border-bottom: 2px solid #fff;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #content .teaserFaq .bubble a h2 {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #content .teaserFaq .bubble a h2 {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 5px;
  }
}
#content .teaserFaq .bubble a .text {
  font-size: 17px;
  text-align: center;
  /*@media screen and (min-width: @screen-md-min) and (max-width: @screen-md-max) {
            font-size: 16px;
          }
          @media screen and (min-width: @screen-sm-min) and (max-width: @screen-sm-max) {
            font-size: 16px;
          }*/
}
#content .teaserFaq .bubble a .more-link {
  transition: 0.3s;
  padding-top: 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #content .teaserFaq .bubble a .more-link {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #content .teaserFaq .bubble a .more-link {
    font-size: 13px;
    padding-top: 5px;
  }
}
#content .teaserFaq .bubble a:hover,
#content .teaserFaq .bubble a:focus,
#content .teaserFaq .bubble a:active {
  text-decoration: none;
}
#content .teaserFaq .bubble a:hover .more-link,
#content .teaserFaq .bubble a:focus .more-link,
#content .teaserFaq .bubble a:active .more-link {
  color: #01826C;
}
#content .teaserFaq .bubble:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 20px 20px 20px 0;
  border-color: transparent #31CCAD;
  display: block;
  width: 0;
  z-index: 1;
  margin-top: -20px;
  left: -20px;
  top: 50%;
}
@media screen and (max-width: 767px) {
  #content .teaserFaq .bubble:after {
    display: none;
  }
}

.accordionImage{
  width: 100%;
  height: auto;
  object-fit: contain;
  padding-top: 1em;
  padding-bottom: 1em;
}

.accordionMedia{
  width: 100%;
  height: auto;
  object-fit: contain;
  padding-top: 1em;
  padding-bottom: 1em;
}

.accordionHeading{
  background: #31CCAD;
  border-radius: 0px;
  border-bottom-right-radius: 25px;
  color: #fff;
  padding: 1em;
}
#content .accordionHeading h1{
  color:white;
}

#content .accordionHeading > a:hover{
  color:white;
}
#content .accordionHeading > a:focus{
  color:white;
}

.accordionPanel{
  margin-bottom: 1em;
}

.accordionAnswer{
  padding-top: 1em;
  padding-bottom: 1em;
}

.teaserImage{
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

div.accordionMedia > a > div.videoplayer-overlay {
  position: absolute;
  z-index: 1;
  width: 50px;
  height: 50px;
  margin-top: -75px !important;
  margin-left: 15px;
  background-image: url(/typo3conf/ext/configamk/Resources/Public/Images/play_button.svg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  opacity: .7;
}
.navFlex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:2em;
}
.searchformAlt{
  margin-top: 25px;
}

.flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faqPreview{
  display: flex;
  align-items: baseline;
}
