@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: url('./_bundle/NotoSans-Regular.ttf')format('truetype');
}

@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 500;
  src: url('./_bundle/NotoSans-SemiBold.ttf')format('truetype');
}

@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 400;
  src: url('./_bundle/NotoSans-Italic.ttf')format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('./_bundle/Roboto-Bold.ttf')format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('./_bundle/Roboto-Medium.ttf')format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('./_bundle/Roboto-Medium.ttf')format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('./_bundle/Roboto-Regular.ttf')format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('./_bundle/Roboto-Italic.ttf')format('truetype');
}


.preload {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
  background-image: url("./_shared/inactive.svg"), url("./_shared/active.svg");
}

html,
body {
  height: 100%;
  margin: 0;
}


body {
  display: flex;
  flex-direction: column;
  background-image: url("./_shared/bg_sitemap.jpg");
  background-position: center top;
}

.img-container {
  margin: 0;
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* linker Hintergrund */
.img-container::before,
.img-container::after {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  width: calc((100vw - 1100px) / 2);
  background-repeat: no-repeat;
  background-size: auto 100%;
  pointer-events: none;
}

/* links */
.img-container::before {
  left: 0;
  background-image: url("./_shared/left.jpg");
  background-position: right center;
}

/* rechts */
.img-container::after {
  right: 0;
  background-image: url("./_shared/right.jpg");
  background-position: left center;
}

.container-fluid {
  max-width: 1100px;
  width: 100%;
  padding: 0;
}

.h1-wrapper {
  background-color: var(--dgs-red);
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0.5em 1em;
  margin-top: 0 !important;
}

.h1-wrapper img {
  max-width: 460px;
  width: 100%;
  display: block;
}

.parent {
  background-image: url("./_shared/kinder.png");
  background-position: calc(100% - ((100vw - 1100px) / 2)) 50%;
  background-repeat: no-repeat;
  background-size: 200px auto;
  flex: 1;
  /* füllt alles bis zum Footer */
  display: flex;
  align-items: center;
  /* vertikal zentriert */
  justify-content: center;
}

.kind1 {
  position: absolute;
  width: 300px;
  right: calc(((100vw - 1100px) / 2) - 140px);
  bottom: 0;
  z-index: 5;
}

.flex-row {
  display: flex;
  flex-direction: column;
  gap: 3px;
  align-items: center;
  padding: 1em 0;
}

.footer {
  position: relative;
  padding-top: 0;
}

.item {
  position: relative;
  flex: 1;
}


.item a {
  display: block;
  position: relative;
  width: 430px;
  height: auto;
  min-height: 140px;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
}


.item a::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("./_shared/inactive.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.2s;
}

.item a:hover::before {
  background-image: url("./_shared/active.svg");
}

.item h3 {
  font-size: 22px;
  color: #302B0B;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  margin: 0;
  text-align: left;
  padding-left: 75px;
  z-index: 1;
  width: auto;
  min-width:calc(100% - 185px);
}


.button-row {
  width: 100%;
}


.modal-footer .btn {
  margin-bottom: 0px;
  margin-top: 0px;
  margin-left: 5px;
}




@media (max-width: 1300px) {

  .img-container::before,
  .img-container::after {
    width: calc((100vw - 600px) / 2);
  }

  .parent {
    background-position: calc(100% - ((100vw - 600px) / 2)) 100%;
    background-size: 220px auto;
  }


  .kind1 {
    position: absolute;
    width: 300px;
    right: calc(((100vw - 600px) / 2) - 150px);
    bottom: 0;
    z-index: 5;
  }

}

@media (max-width: 1300px) {
  .kind1 {
    position: absolute;
    width: 300px;
    right: unset;
    left: calc(((100vw - 600px) / 2) - 150px);
    bottom: 0;
    z-index: 5;
  }

}

@media (max-width: 768px) {

  .kind1 {
    display: none;
  }

  .button-row {
    margin-bottom: 1em;
  }


  .item a {
    max-width: 100%;
    width: 320px;
  }

  .item h3 {
    font-size: 18px;
    padding-left: 40px;
  }

}
