
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}

.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}

html {
  height: 100%;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

body {
  color: #333;
  background-color: #e7f0fa;
  font-family: Exo, sans-serif;
  font-size: 14px;
  line-height: 20px;
  min-width: 320px;
}

h1 {
  color: #63ffbf;
  margin-top: 10px;
  margin-bottom: 50px;
  font-size: 35px;
  font-weight: 700;
  line-height: 33px;
  text-decoration: underline;
  text-decoration-color: currentColor; 
  text-decoration-thickness: 5px;
  text-underline-offset: 5px; 
  text-shadow: 2px 2px 0px #323232;
  }
}

h3 {
  color: #6b6b6b;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #414141;
  text-decoration: none;
}

strong {
  font-weight: bold;
}

.header {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f5f5;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 40px;
  display: flex;
}

.content {
  min-height: 500px;
}

.inhalt-hero {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: stretch;
  min-width: 50%;
  width: 100%;
  min-height: 250px;
}
  
.inhalt {
  padding: 30px 40px;
}

.container {
  background-color: #fff;
  border: 3px solid #fff;
  border-radius: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  background-color: #f5f5f5;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 13px;
  display: flex;
}

.hero {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  border-top: 3px solid #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  min-height: 350px;
}

.hero-image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  align-self: stretch;
  min-width: 50%;
}

.hero-text {
  background-color: #f5f5f5;
  flex: 1;
  align-self: stretch;
  width: 100%;
  padding: 30px 40px;
}

.hero-text h1 {
  color:#6b6b6b;
  font-size: 24px;
  margin-bottom: 18px;
  margin-top: 0;
  line-height: 30px;
  text-decoration: none;
  text-decoration-color: currentColor; 
  text-shadow: none;
}

.hero-text>p {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 28px;
}

.hero-button {
  color: #0a0a0a;
  cursor: pointer;
  background-image: linear-gradient(290deg, #d3b87e, #dfdace);
  border-radius: 10px;
  padding: 12px 42px;
  font-size: 18px;
  font-weight: 600;
}

.hero-button:hover {
  color: #fff;
  background-image: linear-gradient(290deg, #91d37e, #57c54f);
}

.nav {
  text-align: right;
  flex: 1;
  align-self: center;
}

.nav-link {
  color: #1b1b1b;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: inline;
}

.nav-link:hover {
  color: #b13398;
}

.badge {
  letter-spacing: 1px;
  border-radius: 20px;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  inset: -19px -17px auto auto;
  overflow: auto;
  transform: rotate(16deg);
}

.badge.Neu {
  color: #000;
  background-color: #63ffbf;
  box-shadow: 2px 2px 0px #e354ad;
}

.badge.Gratis {
  color: #fff;
  background-color: #e354ad;
  box-shadow: 2px 2px 0px #63ffbf;
}

.badge.Topseller {
  color: #e354ad;
  background-color: #ffe23c;
  box-shadow: 2px 2px 0px #323232;
}


.offers {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start stretch;
  padding: 20px 10px;
  display: flex;
}

.offer {
  background-color: #f5f5f5;
  border-radius: 20px;
  flex: 1;
  align-self: stretch;
  min-width: 380px;
  min-height: 150px;
  margin: 10px;
  display: flex;
  position: relative;
}

.offer-image {
  background-image: url('../images/placeholder.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  flex: 0 auto;
  align-self: stretch;
  width: 160px;
}

.offer-text {
  flex: 1;
  padding: 15px;
}

.offer-button {
  color: #000;
  text-align: center;
  cursor: pointer;
  background-image: linear-gradient(290deg, #d3b87e, #dfdace);
  border-radius: 10px;
  width: 100%;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}

.offer-button:hover {
  color: #fff;
  background-image: linear-gradient(290deg, #91d37e, #57c54f);
}

.logo {
  max-width: 116px;
}

/* Matoki Layout */

.matoki-form {
  padding: 0!important;
  font-family: Exo, sans-serif!important;
}

.matoki-form .btn-primary {
  background-color: aquamarine !important;
  border: none !important;
  color: black !important;
  font-weight: 600 !important;
}

.matoki-form .wev {
  font-size: 13px;
}



@media screen and (max-width: 991px) {
  .hero {
    flex-flow: column;
  }

  .hero-image {
    min-height: 300px;
  }

  .offer {
    margin-top: 10px;
  }

  .offer-image {
    width: 150px;
  }

}

@media screen and (max-width: 600px) {
  .nav {
    display: none;
    }

  .header {
    justify-content: center;
    align-items: center;
    }
}    


@media screen and (max-width: 479px) {
  h1 {
    font-size: 24px;
    line-height: 30px;
  }
  
  .footer {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: column;
  }

  .hero-text {
    padding-left: 25px;
    padding-right: 25px;
  }

  .hero-p {
    font-size: 14px;
    line-height: 24px;
  }

  .hero-button {
    text-align: center;
    width: 100%;
  }

  .offers {
    padding-left: 5px;
    padding-right: 5px;
  }

  .offer {
    flex-flow: column;
    min-width: 220px;
  }

  .offer-image {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
    width: 100%;
    min-height: 150px;
  }
}


