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

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

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

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

@font-face {
  font-family: 'Google Sans';
  font-style: italic;
  font-weight: bold;
  src: url('./_bundle/GoogleSans-SemiBoldItalic.ttf')format('truetype');
}


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


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


body {
  background-image: url('./_bundle/himmel.jpg');
}


.bg-stick::before {
  background: url("./_shared/left.png") no-repeat left bottom / contain;
}

.bg-stick::after {
  background: url("./_shared/right.png") no-repeat right bottom / contain;
}

.page::after {
  display: none;
}


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

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

.header-fluid img {
  width: 800px;
}

main {
  position: relative;
  flex: 1;
  margin-top: 0;
  min-height: 600px;
}

header {
  margin-bottom: 0;
}


.btn-reset#reset {
  font-size: 1.75em;
  position: relative !important;
  background-color: transparent !important;
  border: none !important;
  color: #F36571 !important;
  padding: 12px 72px;
}

.btn-reset#reset::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  background-image: url('./_shared/bg_reset.png');
}

.modal-footer .btn+.btn,
.modal-footer .btn {
  margin-bottom: 0em;
  margin-top: 0em;
}

.bg-stick {
  position: absolute;
  bottom: 0;
  top: unset;
  pointer-events: none;
  z-index: 10;
  width: 100%;
}

.bg-stick::before {
  z-index: 2;
  background: url(./_shared/bike.png) no-repeat left bottom / contain;
}

.bg-stick::after {
  z-index: 2;
  background: url(./_shared/goose.png) no-repeat left bottom / contain;
}


.flex-row {
  display: flex;
  flex-direction: column;
  gap: 3px;
  align-items: center;
  padding: 0em 6em 1em 6em;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.item {
  position: relative;
  width: auto;
  min-width: 320px;
  margin-bottom: 0.5em;
}

.item a:hover,
.item a:focus,
.item a:visited {
  text-decoration: none;
}

.item1 a::before,
.item3 a::before {
  background-image: url(./_shared/paper1.png);
  opacity: 1;
}

.item2 a::before {
  background-image: url(./_shared/paper2.png);
  opacity: 1;

}

.item1 a h3 {
  position: relative;
}

.item a h3::before {
  content: "";
  position: absolute;
  inset: 0;

  background-repeat: no-repeat;
  opacity: 1;
}

.item1 a h3::before {
  background-size: 100px auto;
  background-image: url(./_shared/bird1.png);
  background-position: left;
  left: -70px;
  top: -50px;
}

.item2 a h3::before {
  background-size: 80px auto;
  background-image: url(./_shared/bird2.png);
  background-position: right;
  right: -60px;
  top: -70px;
}

.item3 a h3::before {
  background-size: 80px auto;
  background-image: url(./_shared/bird3.png);
  background-position: left;
  left: -50px;
  top: -50px;
}

.item a::before,
.item a::after {
  content: "";
  position: absolute;
  inset: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.item {
  transition: all 0.2s;
  transform: translateX(0);
  left: 0px;
}

.item:hover {
  left: 6px;
}


.item h3 {
  font-size: 32px;
}

.item1,
.item3 {
  margin-left: -3em;
}

.item2 {
  margin-right: -3em;
}

.item h3 {
  position: relative;
  z-index: 10;

}

.item1 h3 {
  color: #F36571;
  padding: 6px 24px 18px 36px;
  margin: 24px 12px;
}

.item2 h3 {
  color: #71B62F;
  padding: 12px 24px;
  margin: 24px 12px;
}

.item3 h3 {
  color: #5384AE;
  padding: 6px 24px 18px 36px;
  margin: 24px 12px;
}

.dog {
  width: 350px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

@media(max-width:1500px) {
  .bg-stick::after {
    bottom: -22px;
    width: 400px;
    height: 400px;
  }
}


@media(max-width:1400px) {
  .bg-stick {
    overflow: visible;
  }

  .bg-stick::before {
    left: 12px;
  }

  .bg-stick::after {
    right: 0px;
    width: 420px;
    bottom: -22px;
  }
}

@media(max-width:1350px) {

  .reset-box {
    order: 1;
    width: 100%;
  }

  .logo-box {
    order: 2;
    width: 50%;
  }

  .link-box {
    order: 3;
    width: 50%;
  }
}


@media(max-width:1400px) {

  .reset-box {
    order: 1;
    width: 100%;
  }

  .logo-box {
    order: 2;
    width: 100%;
  }

  .link-box {
    order: 3;
    width: 100%;
  }
}


@media(max-width:1200px) {
  .bg-stick::before {
    width: 200px;
  }

  .dog {
    width: 300px;
  }

  .bg-stick::after {
    width: 320px;
    bottom: -18px;
  }
}



@media(max-width:900px) {
  .dog {
    display: none;
  }

  main {
    min-height: 660px;
  }
}


@media(max-width:600px) {
  .item h3 {
    font-size: 28px;
  }

  .item1 a h3::before {
    background-size: 70px auto;
    left: -50px;
    top: -50px;
  }

  .item2 a h3::before {
    background-size: 60px auto;
    right: -50px;
    top: -50px;
  }


  .item3 a h3::before {
    background-size: 60px auto;
    left: -40px;
    top: -50px;
  }
}


@media(max-width:540px) {

  main {
    min-height: 720px;
  }

  .bg-stick::after {
    background: none
  }

  .bg-stick::before {
    background: url(./_shared/bike.png) no-repeat center bottom / contain;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -12px;
  }
}


@media(max-width:450px) {

  .item1,
  .item2,
  .item3 {
    margin-left: 0em;
    margin-right: 0em;
  }

  .btn-reset#reset {
    font-size: 1.5em;
  }

  .item1 a h3::before {
    background-size: 70px auto;
    left: -30px;
    top: -60px;
  }

  .item2 a h3::before {
    background-size: 60px auto;
    right: -35px;
    top: -60px;
  }


  .item3 a h3::before {
    background-size: 60px auto;
    left: -30px;
  }

}

@media(max-width:400px) {
  .item h3 {
    font-size: 24px;
  }

  .item {
    margin-bottom: 1em;
  }

  main {
    min-height: 680px;
  }
}

@media(min-height:1180px) {
  main {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .flex-row {
    margin-top: -20%;
  }
}
