/*
 *************************************************************************
 **                                                                     **
 **                               YES!                                  **
 **                  .YOU CAN EDIT THIS FILE MANUALLY.                  **
 **        Place you changes here, this file will be included           **
 **                    in the project automatically.                    **
 **                                                                     **
 **            .DIESE DATEI KANN VON HAND ANGEPASST WERDEN.             **
 **        Fuegen Sie ihre haendischen CSS-Aenderungen hier ein.        **
 **        Diese Datei wird automatisch im Projekt eingebunden.         **
 **                                                                     **
 **                                                                     **
 *************************************************************************
*/

.text ul li a {
  position: relative;
}

.link-download:before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: -3px;
  margin-right: 5px;
  background-image: url(/typo3conf/ext/j77_template/Resources/Public/Icons/Download.svg);
  width: 20.25px;
  height: 18px;
}

.component.audio {
  width: 100%;
}

.social {
  margin-bottom: 10px;
}

.social a:before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: -3px;
  margin-right: 5px;
  width: 20.25px;
  height: 18px;
}

.social.instagram a:before {
  background-image: url(/typo3conf/ext/j77_template/Resources/Public/Icons/Instagram.svg);
}

#c1531 {
  height: unset;
}
