/*breakpoints*/
.event__header {
  overflow: hidden;
}
.event__header img.header__image {
  border-radius: 300px 0 0 300px;
  transform-origin: left;
  top: 50%;
  transform: translateY(-50%) scale(1.6);
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .event__header img.header__image {
    top: unset;
    border-radius: 100px 100px 0 0;
    transform: none;
  }
}
.event__header img.event__logo {
  position: relative;
  margin-top: 2rem;
  max-width: 200px;
}
.event__header .circleBlue {
  z-index: 10;
  position: relative;
}
.event__header .circleBlue:before {
  z-index: 0;
  left: 0;
  bottom: 0;
  content: url("/resources/themes/ttcfessenbach/images/icons/circle_blue__filled--dark.svg");
  position: absolute;
}
@media screen and (max-width: 767.98px) {
  .event__header .circleBlue:before {
    display: none;
  }
}
.event__header .circleBlue img.event__logo {
  position: absolute;
  bottom: 3rem;
  max-width: 200px;
}
@media screen and (max-width: 767.98px) {
  .event__header .circleBlue img.event__logo {
    position: relative;
    bottom: 0;
  }
}
.event__header .circleGrey {
  z-index: 5;
  position: relative;
}
.event__header .circleGrey:before {
  z-index: 0;
  left: -10rem;
  bottom: 1rem;
  content: url("/resources/themes/ttcfessenbach/images/icons/circle__grey.svg");
  position: absolute;
}
@media screen and (max-width: 767.98px) {
  .event__header .circleGrey:before {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .event__header .btn-download {
    color: #00A4EA !important;
  }
}
@media screen and (min-width: 1400px) {
  .event__header .btn-download {
    color: #00A4EA !important;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%2Fthemes%2Fttcfessenbach%2Fscss%2Fcomponents%2F_events.scss%22%2C%22%2Fthemes%2Fttcfessenbach%2Fscss%2Fcomponents%2F..%2Fsettings%2Fbreakpoints.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAACA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACtBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADkCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAClCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD8CF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAClDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */