main.catalog-page.audurra-home-page .audurra-home-scope {
  padding-top: 40px;
}

.audurra-home-scope .component.headline {
  text-align: center;
}

.audurra-home-scope .component.headline h2 {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 500;
  text-transform: none;
  text-align: center;
  margin: 0 0 0.35em;
  color: rgba(33, 202, 44, 1);
}

.audurra-home-scope .component.headline h3 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  text-transform: none;
  text-align: center;
  margin: 0 0 1em;
  color: #c82127;
}

.audurra-home-scope .component.headline hr {
  width: 227px;
  max-width: 100%;
  border: 0;
  border-top: 2px solid #c82127;
  margin: 10px auto 35px;
}

.audurra-home-teasers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .audurra-home-teasers {
    grid-template-columns: 1fr;
  }
}

.audurra-home-teaser {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  border: 1px solid #e0e0e0;
  background: #fff;
}

.audurra-home-teaser:hover,
.audurra-home-teaser:focus-visible {
  text-decoration: none;
  color: inherit;
}

.audurra-home-teaser-img {
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.audurra-home-teaser-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.audurra-home-teaser-text {
  padding: 16px 18px 20px;
}

.audurra-home-teaser-text h3 {
  font-size: 20px;
  line-height: 1.3;
  margin: 0 0 10px;
  font-weight: 500;
  text-transform: none;
  text-align: center;
  color: #c82127;
}

.audurra-home-teaser-text p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 12px;
  color: #333;
}

.audurra-home-teaser-more {
  font-size: 14px;
  font-weight: 700;
  color: #666;
}

.audurra-home-teaser:hover .audurra-home-teaser-more,
.audurra-home-teaser:focus-visible .audurra-home-teaser-more {
  color: #c82127;
}

.audurra-home-teaser-more i {
  margin-right: 6px;
}

.audurra-home-video-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-bottom: 48px;
  align-items: start;
}

@media (max-width: 991px) {
  .audurra-home-video-row {
    grid-template-columns: 1fr;
  }
}

.audurra-home-video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.audurra-home-video-wrap iframe,
.audurra-home-video-wrap > div,
.audurra-home-video-wrap .audurra-local-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.audurra-home-scope .audurra-home-intro h3 {
  font-size: 20px;
  line-height: 1.3;
  margin: 0 0 14px;
  font-weight: 500;
  text-transform: none;
  text-align: center;
  color: #c82127;
}

.audurra-home-scope .audurra-home-intro p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 12px;
  color: #333;
}

.audurra-home-icon-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .audurra-home-icon-grid {
    grid-template-columns: 1fr;
  }
}

.audurra-home-icon-col {
  min-width: 0;
}

.audurra-home-icon-grid .component.mediaTeaser.icon {
  margin: 30px 0;
}

.audurra-home-icon-grid .component.mediaTeaser.icon > a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.audurra-home-icon-grid .component.mediaTeaser.icon > a:hover,
.audurra-home-icon-grid .component.mediaTeaser.icon > a:focus-visible {
  text-decoration: none;
  color: inherit;
}

.audurra-home-icon-grid [class^="icon-"]:before,
.audurra-home-icon-grid [class*=" icon-"]:before {
  font-family: "Linearicons", sans-serif;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 0;
}

.audurra-home-icon-grid .icon-play:before { content: "\e906"; }
.audurra-home-icon-grid .icon-register:before { content: "\e908"; }
.audurra-home-icon-grid .icon-question:before { content: "\e907"; }
.audurra-home-icon-grid .icon-papers:before { content: "\e905"; }
.audurra-home-icon-grid .icon-cog:before { content: "\e672"; }
.audurra-home-icon-grid .icon-camera-play:before { content: "\e901"; }
.audurra-home-icon-grid .icon-sort-alpha-asc:before { content: "\e9b5"; }
.audurra-home-icon-grid .icon-paste:before { content: "\e6c8"; }
.audurra-home-icon-grid .icon-flag:before { content: "\e691"; }

.audurra-home-icon-grid .component.mediaTeaser.icon .img {
  text-align: center;
  font-size: 40px;
  line-height: 1;
  color: #c82127;
  margin-bottom: 6px;
  transition: transform 0.25s ease;
}

.audurra-home-icon-grid .component.mediaTeaser.icon .img span {
  display: inline-block;
}

.audurra-home-icon-grid .component.mediaTeaser.icon:hover .img,
.audurra-home-icon-grid .component.mediaTeaser.icon:focus-within .img {
  transform: scale(1.2);
}

.audurra-home-icon-grid .component.mediaTeaser.icon .text {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.audurra-home-icon-grid .component.mediaTeaser.icon .text h3 {
  margin: 0;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 26px;
  text-transform: none;
  letter-spacing: normal;
  text-align: center;
  color: #c82127;
}
