/**
* General imports.
*
*/
/*braun*/
/*orange*/
/*yellow*/
/*braun*/
/**
* Generall.
*
*/
* {
  max-width: 2000px;
  margin: auto;
  padding: 0;
  line-height: 1.6;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "PT Sans", sans-serif;
  text-align: left;
  color: #A65D03;
  background: #F2E8B3;
}
body section {
  height: auto;
  margin: 40px 20px;
}
body a {
  font-size: 18px;
}
body p {
  font-size: 18px;
  font-weight: 400;
}
body div {
  margin: 20px;
}

/**
* Custom styles.
*
*/
/**
* Header.
*
*/
body .header {
  position: fixed;
  height: 40px;
  width: 100%;
  top: 0;
  z-index: 3;
  background: #F2C84B;
}
@media (min-width: 1280px) {
  body .header {
    height: 80px;
  }
}
body .header .logo {
  float: left;
  width: auto;
  margin-top: 4px;
}
@media (min-width: 1280px) {
  body .header .logo {
    height: 80px;
    margin-top: 10px;
  }
}
body .header .logo a img {
  height: 40px;
}
@media (min-width: 1280px) {
  body .header .logo a img {
    height: 74px;
  }
}
body .header .menu-btn {
  display: none;
}
body .header .menu-btn:checked ~ .menu-header {
  margin: 0;
  background-color: #F2C84B;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
body .header .menu-btn:checked ~ .menu-header .menu-points {
  max-height: 600px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
body .header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}
body .header .menu-btn:checked ~ .menu-icon .navicon:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
body .header .menu-btn:checked ~ .menu-icon .navicon:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
body .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before, body .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
  background: #8C4303;
}
body .header div.menu-header {
  margin: 0;
}
@media (min-width: 1280px) {
  body .header div.menu-header {
    clear: none;
    float: right;
    max-height: none;
  }
}
body .header div.menu-header ul.menu-points {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media (min-width: 1280px) {
  body .header div.menu-header ul.menu-points {
    margin: 20px;
    clear: none;
    float: right;
    max-height: none;
  }
}
body .header div.menu-header ul.menu-points a {
  font-family: "Kalam", cursive;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 20px;
  color: #D98E04;
  font-weight: 600;
}
body .header div.menu-header ul.menu-points a:hover {
  color: #8C4303;
}
@media (min-width: 1280px) {
  body .header div.menu-header ul.menu-points a {
    padding: 10px 15px;
  }
}
body .header div.menu-header ul.menu-points .active-page a {
  color: #8C4303;
}
@media (min-width: 1280px) {
  body .header li {
    float: left;
  }
}
body .header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 20px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (min-width: 1280px) {
  body .header .menu-icon {
    display: none;
    padding: 28px 20px;
  }
}
body .header .menu-icon .navicon {
  background: #D98E04;
  display: block;
  height: 2px;
  position: relative;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
  width: 18px;
}
body .header .menu-icon .navicon:before, body .header .menu-icon .navicon:after {
  background: #D98E04;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  width: 100%;
}
body .header .menu-icon .navicon:before {
  top: 5px;
}
body .header .menu-icon .navicon:after {
  top: -5px;
}
body .header .menu-points {
  clear: both;
  max-height: 0;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}
@media (min-width: 1280px) {
  body .header .menu-points {
    clear: none;
    float: right;
    max-height: none;
  }
}

/**
* Footer.
*
*/
body .footer {
  width: 100%;
  background: #F2C84B;
  display: block;
  text-align: left;
  margin: 0;
}
body .footer div {
  margin: 0;
}
body .footer .inner-footer {
  margin: auto;
  padding: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body .footer .inner-footer .footer-items {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  body .footer .inner-footer .footer-items {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  body .footer .inner-footer .footer-items {
    width: 33.3%;
  }
}
body .footer .inner-footer .footer-items img {
  max-width: 400px;
  width: 75%;
  padding: 10px 0;
}
body .footer .inner-footer .footer-items p {
  margin-top: 5px;
  color: grey;
  font-size: 16px;
  text-align: left;
  line-height: 25px;
}
body .footer .inner-footer .footer-items .active-page li {
  color: #8C4303;
}
body .footer .inner-footer .footer-items span {
  font-family: "Kalam", cursive;
  margin: 20px 0;
  color: #8C4303;
  font-size: 25px;
  font-weight: 600;
}
body .footer .border {
  height: 2px;
  width: 40px;
  background: #ffffff;
}
body .footer ul {
  padding: 0;
  list-style: none;
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 0.5px;
  text-align: left;
}
body .footer ul a {
  font-size: 18px;
  text-decoration: none;
  outline: none;
  color: #D98E04;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: lighter;
  font-weight: 600;
}
body .footer ul a:hover {
  color: #8C4303;
}
body .footer ul li {
  margin: 10px 0;
  height: 25px;
}
body .footer .sub-footer {
  padding: 10px 20px;
  background: #8C4303;
  color: white;
  font-size: 12px;
}

/**
* Slider - img.
*
*/
body #titel {
  background: url(../img/honig-topf-mit-deko-slider.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top;
  margin-top: 78px;
  height: 600px;
  margin: 0;
}
body #titel .headline-box {
  background: #8C4303;
  position: fixed;
  max-width: 600px;
  margin: auto;
  position: absolute;
  left: 50%;
  top: 35%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
body #titel .headline-box h1 {
  font-family: "Kalam", cursive !important;
  text-align: center;
  padding: 10px 20px;
  color: white;
  font-size: 60px;
}

/**
* Generall.
*
*/
body #gutschein {
  background: #F2C84B;
}
body #gutschein h3 {
  font-size: 30px;
  font-family: "Kalam", cursive;
}
body #gutschein p.price {
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  margin-top: -10px;
}
body #gutschein p.small-print {
  font-size: 15px;
}
body #gutschein p.vorteile {
  font-weight: bold;
}
body #gutschein ul {
  padding-left: 20px;
  margin: 10px 0;
}
body #gutschein button {
  margin: 10px 0;
  width: 200px;
  height: 40px;
  background: transparent;
  border: 2px solid #8C4303;
  font-size: 20px;
  color: #8C4303;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body #gutschein button:hover {
  background: #8C4303;
  color: #fff;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
body #gutschein div.img {
  background: url(../img/honig-topf-mit-deko-slider.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top;
  margin-top: 78px;
  height: 600px;
  background-size: 300px;
}
body #gutschein .gutschein-box {
  margin: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 2fr;
  grid-template-rows: 2fr;
  gap: 20px 20px;
      grid-template-areas: ". .";
}
body #gutschein .gutschein-box > div {
  height: auto;
}
body #gutschein .gutschein-box .img {
  display: block;
  height: auto;
  margin: 0;
  max-width: 100%;
  overflow: hidden;
}
body #gutschein .gutschein-box .img img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 1024px;
  width: auto;
  overflow: hidden;
}
body #gutschein .gutschein-box .img::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: red;
  overflow: hidden;
}

section#content .img-text {
  margin: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 20px 20px;
      grid-template-areas: ". .";
}
section#content .img-text .text-box {
  margin: 0;
}
section#content .img-text .text-box h2.h2 {
  font-size: 40px;
  font-family: "Kalam", cursive;
  line-height: 1;
  margin-bottom: 20px;
}
section#content .img-text .img {
  margin: 0;
}
section#content .img-text .img img {
  float: right;
  width: 100%;
}