@font-face {
  font-family: 'Playwrite';
  font-style: normal;
  font-weight: 400;
  src: url('./_bundle/PlaywriteDEGrundGuides-Regular.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: normal;
  font-weight: 300;
  src: url('./_bundle/Roboto-Light.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: italic;
  font-weight: 400;
  src: url('./_bundle/Roboto-Italic.ttf') format('truetype');
}

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


html {
  position: relative;
  min-height: 100%;
}

body {
  height: 100%;
  padding-bottom: 10px;

  background-image: url(./_shared/bg.jpg);
}

header nav {
  background-color: #ffffff77;

}



main {
  margin-top: 0;
  min-height: 600px;
}


h3 {
  font-family: 'Playwrite';
  font-size: 28px;
  margin-top: 0px;

}

.item a {
  text-decoration: none;
}


.modul-link {
  text-decoration: none !important;
  text-align: center;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}



header {
  flex: 0 0 auto;
}


main {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
}

.flex-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
  padding: 40px 20px;
  background-image: url("./_shared/moritz_sitemap_002.png");
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  margin-top: auto;
  max-width: 500px;
  height: 700px;
}

.item {
  width: 100%;
  max-width: 500px;
  min-width: 350px;
  text-align: center;
}

.item a {
  display: block;
}

.item a h3 {
  width: 300px;
}

/* Footer unten fixiert durch Layout */
.footer {
  flex: 0 0 auto;
}

.svg-wrapper {
  width: 700px;
  position: relative;

}

.svg-wrapper svg {
  width: 100%;
  position: relative;
  bottom: -10px;
}

svg a {
  text-decoration: none !important;
  fill: inherit;
}

.maus {
  position: absolute;
  bottom: 0;
  right: 200px;
}


.maus {
  position: absolute;
  bottom: 0;
  right: 200px;
}

.wegweiser {
  position: absolute;
  width: 150px;
  z-index: 3;

  left: 50%;
  top: 30px;

  transform: translateX(60px);
  /*von der mitte aus*/
}



@media (max-width: 1500px) {
  .maus {
    right: 100px;
  }
}

@media (max-width: 1200px) {
  .maus {
    right: 20px;
  }
}

@media (max-width: 966px) {
  .maus {
    display: none;
  }
}


@media (max-width: 720px) {

  svg #junge,
  svg #katze {
    display: none;
  }



}

@media (max-width: 500px) {
  .svg-wrapper svg {
    width: 110%;
    left: -5%;
  }

  .svg-wrapper {
    width: 100%;
    overflow: hidden;
  }

  .btn-primary#reset {
    font-family: Playwrite;
    font-size: 1.2em;
    padding: 12px 12px;
  }

  .h1-wrapper img {
    padding-left: 24px;
    padding-right: 24px;
  }

  main {
    min-height: 300px;
  }

  .wegweiser {
    width: 120px;
    transform: translateX(35px);
    top: 20px;
  }

}


@media (max-width: 380px) {
  .svg-wrapper svg {
    width: 150%;
    left: -25%;
  }


}
