

    header {
      text-align: center;
      position: relative;
      padding: 80px 0px 360px 0px;
    }

    .border {
      overflow: hidden;
    }

    .header-bg > div {
      position: absolute;
      height: 100%; width: 100%;
      z-index: -1;
      bottom: 0%; right: 0px;
      background-position: right bottom;
    }



    .logo {
      width: 315px;
      height: 106px;
      max-width: 100%;
      margin: 0px auto 200px auto;
    }

    .flyer {
      width: 100%;
      bottom: -260px;
      left: 0px;
      z-index: 1;
    }

    .border img {
      height: 4px; width: 674px; max-width: 100%; display: inline-block;
      margin: 0px auto;
    }

    .flyer img {
      height: 500px; width: auto;
      margin: 0px auto 0px auto;
    }

    .download {
      text-align: center;
      padding: 320px 0px 120px 0px;
    }

    .download p {
      margin-bottom: 20px;
      font-size: 1.1rem;
    }

    .btn-group {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 40px;
    }

    .btn {
      border: none;
      padding: 12px 25px;
      border-radius: 6px;
      cursor: pointer;
      transition: background 0.3s;
    }

    .btn:hover {
      background: #be9f56;
    }

    .geschmack:hover {
      color: #eb5e44;
    }

    footer {
      padding: 100px 20px;
      text-align: center;
    }

    footer a {
      text-decoration: none;
            color: #adc3e6;
    }


    footer a:hover {
      color: #be9f56;
    }

     a {
      transition: color 0.5s;
    }

    .contact a:hover {
      color: #be9f56;
    }

    .desktop { display: block; }
    .mobile { display: none; }

@media only screen and (min-width: 0px) and (max-width: 1440px) {
    header {
      padding: 80px 0px 250px 0px;
    }
    .flyer {
      bottom: -280px;
    }
    .flyer img {
      height: 450px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {

    .flyer img {
      width: 100%; max-width: 500px; height: auto;
    }

    .thatflyer span {
      display: block;
    }

    .header-bg {
      background-position: right top;
    }

    header {
      padding: 60px 0px 220px 0px;
    }

    .download {
      padding: 160px 0px 100px 0px;
    }

    .mobile-block {
      display: block;
    }

    .flyer {
      bottom: -150px;
    }


    .logo {
      width: 240px;
      height: auto;
      max-width: 100%;
      margin: 0px auto 150px auto;
    }

    .desktop { display: none; }
    .mobile { display: block; }

}


@media only screen and (min-width: 0px) and (max-width: 480px) {



    header {
      padding: 60px 0px 220px 0px;
    }

    .download {
      padding: 160px 0px 100px 0px;
    }


    .flyer {
      bottom: -100px;
    }

}
