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

body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Open Sans", sans-serif;
  text-align: left;
  color: #333333;
  background: #BF9B7A;
}
body section {
  height: auto;
}
body a, body li {
  text-decoration: none;
  color: #4D748C;
}
body a:hover, body li:hover {
  color: #D97B29;
}
body a {
  font-size: 18px;
}
body p {
  font-size: 18px;
  font-weight: 400;
}
body div {
  margin: 20px;
}
body section {
  padding-top: 0px;
}

/**
* Custom styles.
*
*/
/**
* Header.
*
*/
body .header {
  position: fixed;
  height: 58px;
  width: 100%;
  top: 0;
  z-index: 3;
  background-color: rgba(217, 217, 217, 0.9);
}
@media screen and (min-width: 1024px) {
  body .header {
    height: 112px;
  }
}
body .header .logo {
  float: left;
  width: auto;
}
body .header .logo a img {
  height: 18px;
}
@media screen and (min-width: 1024px) {
  body .header .logo a img {
    height: 72px;
  }
}
body .header .menu-btn {
  display: none;
}
body .header .menu-btn:checked ~ .menu-header {
  margin: 0;
}
body .header .menu-btn:checked ~ .menu-header .menu-points {
  max-height: 500px;
  background-color: rgba(217, 217, 217, 0.9);
  -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: #D97B29;
}
body .header div.menu-header {
  margin: 0;
}
@media (min-width: 1024px) {
  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: 1024px) {
  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 {
  display: block;
  padding: 20px 20px;
  text-decoration: none;
  font-size: 20px;
  text-transform: uppercase;
  color: #4D748C;
  font-weight: 600;
}
body .header div.menu-header ul.menu-points a:hover {
  color: #D97B29;
}
@media (min-width: 1024px) {
  body .header div.menu-header ul.menu-points a {
    padding: 20px 30px;
  }
}
body .header div.menu-header ul.menu-points .active-page a {
  color: #D97B29;
}
@media (min-width: 1024px) {
  body .header li {
    float: left;
  }
}
body .header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (min-width: 1024px) {
  body .header .menu-icon {
    display: none;
    padding: 28px 20px;
  }
}
body .header .menu-icon .navicon {
  background: #4D748C;
  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: #4D748C;
  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: 1024px) {
  body .header .menu-points {
    clear: none;
    float: right;
    max-height: none;
  }
}

/**
* Footer.
*
*/
body .footer {
  width: 100%;
  background: #D9D9D9;
  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%;
  padding: 10px 20px;
  -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: 25%;
  }
}
body .footer .inner-footer .footer-items img {
  max-width: 200px;
  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: #D97B29;
}
body .footer .inner-footer .footer-items span {
  margin: 20px 0;
  color: #D97B29;
  font-size: 20px;
  text-transform: uppercase;
  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: #4D748C;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: lighter;
  font-weight: 600;
}
body .footer ul a:hover {
  color: #D97B29;
}
body .footer ul li {
  margin: 10px 0;
  height: 25px;
}
body .footer .sub-footer {
  padding: 10px;
  background: #BF9B7A;
  color: white;
  font-size: 12px;
  text-align: center;
}

/* HOME ***************/
#home img {
  width: 32px;
  margin-top: 150px;
  opacity: 0.7;
}

#home img:hover {
  opacity: 1;
}

/* About ***************/
#about img {
  width: 300px;
  border-radius: 100%;
}

#about img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}

#about p {
  color: ffffff;
  width: 700px;
  margin: 50px auto 0 auto;
}

/* Meine hobbys ***************/
#hobbys {
  background: url(../img/img_3.png);
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

.cookie-container {
  position: fixed;
  bottom: 10px;
  left: 10px;
  right: 10px;
  width: 450px;
  background: #ffffff;
  color: #000;
  padding: 0 32px;
  -webkit-transition: 400ms;
  transition: 400ms;
  border-radius: 20px;
}

.cookie-container a {
  color: #009181;
  font-family: Lato, sans-serif;
  font-size: auto;
}

.cookie-container p {
  margin-top: 25px;
  text-align: left;
}

.cookie-btn {
  float: left;
  margin-top: 10px;
  margin-bottom: 25px;
  padding: 12px 50px;
  border-radius: 12px;
  font-size: 20px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
}

.cookie-container .cookie-btn {
  background: #009781;
  color: #fff;
}

.cookie-container .cookie-btn:hover {
  background: #7ac8ff;
  color: #000;
}

h1 {
  font-family: "Lobster", cursive;
  font-weight: 400;
  margin: 240px auto 0 auto;
  font-size: 50px;
  color: #4D748C;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  h1 {
    font-size: 110px;
  }
}
h1 .h1 {
  margin: 0;
  padding: 0 0 20px;
  text-align: center;
  font-size: 36px;
}
@media screen and (min-width: 1024px) {
  h1 .h1 {
    font-size: 40px;
  }
}

h2 {
  font-family: "Lobster", cursive;
  margin: 0 auto 0 auto;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  font-weight: lighter;
}
@media screen and (min-width: 1024px) {
  h2 {
    font-size: 26px;
  }
}

h2.h2 {
  font-family: "Lobster", cursive;
  margin: 20 auto;
  padding: 20px;
  font-size: 30px;
  color: #4D748C;
  text-align: center;
  font-weight: lighter;
}
@media screen and (min-width: 1024px) {
  h2.h2 {
    font-size: 36px;
  }
}

h3 {
  font-family: "Lobster", cursive;
  margin: 10px 0 0;
  padding: 0;
  color: #fff;
  text-align: center;
  font-size: 28px;
}
@media screen and (min-width: 1024px) {
  h3 {
    font-size: 30px;
  }
}

/**
* Headlines XML.
*
*/
h2-primary {
  font-family: "Lobster", cursive;
  margin: 20 auto;
  padding: 20px;
  font-size: 30px;
  color: #D97B29;
  text-align: center;
  font-weight: lighter;
}
@media screen and (min-width: 1024px) {
  h2-primary {
    font-size: 36px;
  }
}

h3-primary {
  font-family: "Lobster", cursive;
  margin: 10px 0 0;
  padding: 0;
  color: #D97B29;
  text-align: center;
  font-size: 28px;
}
@media screen and (min-width: 1024px) {
  h3-primary {
    font-size: 30px;
  }
}

/**
* Headlines colors.
*
*/
.headline-primary {
  color: #D97B29;
}

.headline-secondary {
  color: #4D748C;
}

/**
* Section - home.
*
*/
section#home {
  min-height: 100%;
  background: url(../img/background-mobile-cookies.jpg);
  background-size: cover;
}
@media screen and (min-width: 768px) {
  section#home {
    background: url(../img/cookies-background-startseite-slider.jpg);
    background-position: bottom center;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 0;
  }
}
section#home p.slogan {
  text-align: center;
  color: #fff;
}
section#home .arrow {
  position: absolute;
  top: 80%;
  left: 49%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
section#home .arrow span {
  display: block;
  width: 25px;
  height: 25px;
  border-bottom: 2.5px solid #D97B29;
  border-right: 2.5px solid #D97B29;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: -10px;
  -webkit-animation: scroll1 2s infinite;
          animation: scroll1 2s infinite;
}
section#home .arrow span:nth-child(2) {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
section#home .arrow span:nth-child(3) {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
@-webkit-keyframes scroll1 {
  0% {
    opacity: 1;
    -webkit-transform: rotate(45deg) translate(-20px, -20px);
            transform: rotate(45deg) translate(-20px, -20px);
    border-bottom: 2.5px solid #D9D9D9;
    border-right: 2.5px solid #D9D9D9;
  }
  50% {
    opacity: 1;
    -webkit-transform: rotate(45deg) translate(-20px, -20px);
            transform: rotate(45deg) translate(-20px, -20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(45deg) translate(-20px, -20px);
            transform: rotate(45deg) translate(-20px, -20px);
  }
}
@keyframes scroll1 {
  0% {
    opacity: 1;
    -webkit-transform: rotate(45deg) translate(-20px, -20px);
            transform: rotate(45deg) translate(-20px, -20px);
    border-bottom: 2.5px solid #D9D9D9;
    border-right: 2.5px solid #D9D9D9;
  }
  50% {
    opacity: 1;
    -webkit-transform: rotate(45deg) translate(-20px, -20px);
            transform: rotate(45deg) translate(-20px, -20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(45deg) translate(-20px, -20px);
            transform: rotate(45deg) translate(-20px, -20px);
  }
}

/**
* Section - willkommen.
*
*/
section#willkommen {
  padding-top: 20px;
}
section#willkommen .img-text {
  background: rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  section#willkommen .img-text {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    gap: 0px 0px;
        grid-template-areas: ". .";
  }
}
section#willkommen .img-text .img img {
  max-width: 100%;
  width: auto;
}

/**
* Section - teaser.
*
*/
#teaser {
  background: #fff;
}
#teaser p {
  text-align: center;
}
#teaser div {
  padding-bottom: 20px;
  margin-bottom: 0;
}

section#formular {
  min-height: 100%;
  background: url(../img/background-kontakt-kaffeespezialtitaeten-slider.jpg);
  background-repeat: no-repeat;
}
section#formular .formular {
  margin: 0px;
  width: 100%;
  height: 650px;
  background-color: rgba(217, 217, 217, 0.9);
  color: #333333;
  top: 60%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 70px 30px;
}
@media screen and (min-width: 769px) {
  section#formular .formular {
    width: 80%;
    height: 600px;
  }
}
@media screen and (min-width: 1024px) {
  section#formular .formular {
    width: 60%;
  }
}
section#formular .formular p {
  margin: 0;
  padding: 0;
  font-weight: bold;
  text-align: left;
}
section#formular .formular h1 {
  margin: 0;
  padding: 0 0 20px;
  text-align: center;
  font-size: 30px;
}
section#formular .formular input {
  width: 100%;
  margin-bottom: 20px;
}
section#formular .formular input[type=text] {
  border: none;
  border-bottom: 1px solid #D97B29;
  background: transparent;
  outline: none;
  height: 40px;
  color: #4D748C;
  font-size: 16px;
}
section#formular .formular input[type=submit] {
  border: none;
  outline: none;
  height: 40px;
  width: 200px;
  float: right;
  color: #ffffff;
  background: #4D748C;
  font-size: 18px;
}
section#formular .formular input[type=submit]:hover {
  cursor: pointer;
  background: #D97B29;
}
section#formular textarea {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 10px;
  background-color: transparent;
  outline: none;
}
section#formular textarea[type=text] {
  border: none;
  background: transparent;
  outline: none;
  height: 90px;
  color: #4D748C;
  font-size: 16px;
}

button {
  background: #D97B29;
  color: #fff;
  border: 2px solid #D97B29;
  width: 100%;
  height: 40px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 15px;
}
button:hover {
  background: #fff;
  color: #D97B29;
  border: #fff;
}

rezept {
  padding: 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: #333333;
}
rezept ueberblick {
  margin: 20px;
  margin-top: 50px;
  padding: 0px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: 300px 40px auto;
  grid-template-rows: 300px auto;
  gap: 40px 40px;
      grid-template-areas: "." ".";
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  justify-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (min-width: 768px) {
  rezept ueberblick {
    -ms-grid-rows: 300px auto;
    grid-template-rows: 300px auto;
  }
}
@media screen and (min-width: 1024px) {
  rezept ueberblick {
    margin-top: 150px;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 40px 40px;
        grid-template-areas: ". .";
  }
}
rezept ueberblick bilddatei {
  background: url("../img/brownie-einfach-lecker.jpg");
  background-size: cover;
  height: 100%;
  width: 100%;
}
rezept ueberblick bilddateiblaubeercupcakes {
  background: url("../img/blaubeer-cupcakes.jpg");
  background-size: cover;
  height: 100%;
  width: 100%;
}
rezept ueberblick bilddateibrownies {
  background: url("../img/brownies.jpg");
  background-size: cover;
  height: 100%;
  width: 100%;
}
rezept ueberblick bilddateischokolinsenkekse {
  background: url("../img/leckere-schokolinsen-kekse.jpg");
  background-size: cover;
  height: 100%;
  width: 100%;
}
rezept ueberblick bilddateioreobrownies {
  background: url("../img/oreo-brownies.jpg");
  background-size: cover;
  height: 100%;
  width: 100%;
}
rezept ueberblick bilddateipuddingplaetzchen {
  background: url("../img/puddingplaetzchen.jpg");
  background-size: cover;
  height: 100%;
  width: 100%;
}
rezept ueberblick bilddateischokobrownies {
  background: url("../img/brownies.jpg");
  background-size: cover;
  height: 100%;
  width: 100%;
}
rezept ueberblick bilddateinutellakekse {
  background: url("../img/schnelle-nutella-kekse.jpg");
  background-size: cover;
  height: 100%;
  width: 100%;
}
rezept ueberblick bilddateischokobananenmuffins {
  background: url("../img/schnelle-schoko-bananen-muffins.jpg");
  background-size: cover;
  height: 100%;
  width: 100%;
}
rezept ueberblick bilddateischokoladenfudge {
  background: url("../img/schokoladen-fudge.jpg");
  background-size: cover;
  height: 100%;
  width: 100%;
}
rezept ueberblick einstieg {
  background: #D9D9D9;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 20px auto 20px auto 20px auto 20px auto 20px auto;
  grid-template-rows: auto auto auto auto auto auto;
  gap: 20px 20px;
      grid-template-areas: ". ." ". ." ". ." ". ." ". ." ". .";
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  justify-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
rezept ueberblick einstieg name {
  font-family: "Lobster", cursive;
  font-weight: 400;
  font-size: 40px;
  color: #4D748C;
  text-align: center;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
@media screen and (min-width: 1024px) {
  rezept ueberblick einstieg name {
    font-size: 60px;
  }
}
rezept ueberblick einstieg arbeitszeit, rezept ueberblick einstieg backen, rezept ueberblick einstieg niveau, rezept ueberblick einstieg kuehlen {
  text-align: right;
  margin-right: 20px;
}
rezept ueberblick einstieg arbeitszeittime, rezept ueberblick einstieg backentime, rezept ueberblick einstieg niveaueinheit, rezept ueberblick einstieg kuehlentime {
  text-align: left;
  margin-left: 20px;
}
rezept ueberblick einstieg schwirigkeit {
  font-size: 30px;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}
rezept ueberblick einstieg shortinformation {
  text-align: center;
  padding: 20px;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 7;
  -ms-grid-row-span: 1;
  grid-row: 7/8;
}
rezept content {
  -ms-grid-row-align: start;
      align-self: start;
  margin: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 20px 20px;
      grid-template-areas: "." ".";
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  justify-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (min-width: 1024px) {
  rezept content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
        grid-template-areas: ". .";
  }
}
rezept content > zutaten {
  margin-top: 20px;
  background: #4D748C;
  color: #fff;
  padding: 20px;
  -ms-grid-row-align: start;
      align-self: start;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
@media screen and (min-width: 1024px) {
  rezept content > zutaten {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}
rezept content > zutaten p {
  font-family: "Lobster", cursive;
  font-size: 25px;
  text-align: left;
  margin-left: 0px;
  padding-top: 20px;
  color: #D97B29;
}
rezept content ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 20px auto 20px auto 20px auto 20px auto 20px auto;
  grid-template-rows: auto auto auto auto auto auto;
  gap: 20px 20px;
      grid-template-areas: "." "." "." "." "." ".";
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  justify-items: stretch;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
}
rezept content ul li {
  margin-left: 0px;
}
rezept content steps {
  text-align: center;
  margin-top: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 20px auto 20px auto 20px auto 20px auto 20px auto;
  grid-template-rows: auto auto auto auto auto auto;
  gap: 20px 20px;
      grid-template-areas: "." "." "." "." "." ".";
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  justify-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
rezept content steps stepbystep {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 20px auto 20px auto;
  grid-template-rows: auto auto auto;
  gap: 20px 20px;
      grid-template-areas: "." "." ".";
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  justify-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
rezept content steps stepbystep zutaten {
  font-size: 18px;
}
rezept content steps stepbystep headline {
  display: inline-block;
  position: relative;
  font-family: "Lobster", cursive;
  margin: 10px 0 0;
  padding: 0;
  color: #4D748C;
  text-align: center;
  font-size: 20;
}
@media screen and (min-width: 1024px) {
  rezept content steps stepbystep headline {
    font-size: 25px;
  }
}
rezept content steps stepbystep headline::before, rezept content steps stepbystep headline::after {
  content: "";
  position: absolute;
  border-top: 1px solid #4D748C;
  top: 50%;
  width: 300px;
}
rezept content steps stepbystep headline::before {
  margin-right: 15px;
  right: 55%;
}
rezept content steps stepbystep headline::after {
  margin-left: 15px;
  left: 55%;
}

/**
* Silder image.
*
*/
section#rezepte-titel {
  min-height: 60%;
  height: 60%;
  background: url(../img/lebkuchen-herzen-einfach-lecker.jpg);
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
section#rezepte-titel h1 {
  margin-top: 200px;
}

/**
* Section - Abstaende.
*
*/
#rezepte {
  margin-top: 100px;
}
#rezepte p {
  text-align: center;
}

#impressum div p {
  text-align: center;
  padding: 20px;
}

/**
* Silder image.
*
*/
section#galerie {
  min-height: 60%;
  height: 60%;
  background: url(../img/lebkuchen-herzen-einfach-lecker.jpg);
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
section#galerie h1 {
  margin-top: 120px;
}

/**
* Image Galerie.
*
*/
#image-galarie {
  max-width: 100%;
}
#image-galarie .img-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 20px 20px;
      grid-template-areas: "." "." "." "." "." ".";
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  justify-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (min-width: 768px) {
  #image-galarie .img-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-areas: ". ." ". ." ". ." ". ." ". ." ". .";
  }
}
@media screen and (min-width: 1024px) {
  #image-galarie .img-grid {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-areas: ". . . ." ". . . ." ". . . ." ". . . ." ". . . ." ". . . .";
  }
}
#image-galarie .img-grid div.img {
  margin: 0;
}
#image-galarie .img-grid div.img img {
  width: 100%;
}

/**
* Teaser.
*
*/
.container {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 20px 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px 20px;
        grid-template-areas: ". ." ". .";
  }
}
@media screen and (min-width: 1024px) {
  .container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    gap: 0px 20px;
        grid-template-areas: ". . .";
  }
}
.container div {
  margin: 0;
}
.container .card {
  position: relative;
}
.container .card .face {
  width: 100%;
  height: 200px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .container .card .face {
    height: 300px;
  }
}
.container .card .face.face1 {
  position: relative;
  background: #4D748C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  padding-bottom: 0 !important;
  background-size: cover;
}
.container .card .face.face1 .content {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  width: 100%;
  background: #D97B29;
  padding-bottom: 0px !important;
  bottom: 0%;
}
.container .card .face.face1 .content h3 {
  margin-top: 0px;
}
.container .card .face.face2 {
  position: relative;
  background: #D9D9D9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}
@media screen and (min-width: 768px) {
  .container .card .face.face2 {
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
  }
}
.container .card .face.face2 a {
  margin: 20px 0 0;
  text-decoration: none;
  border: 2px solid #D97B29;
  font-weight: 900;
  height: 30px;
  width: 200px;
  background: #D97B29;
  color: #ffffff;
  text-align: center;
  padding: 5px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container .card .face.face2 a:hover {
  background: transparent;
  color: #D97B29;
}
.container .card:hover .face.face1 {
  background: #D97B29;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  background-size: cover;
}
.container .card:hover .face.face1 .content {
  opacity: 1;
}
.container .card:hover .face.face1 .content p {
  margin: 0;
  padding: 0;
}
.container .card:hover .face.face2 {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

/**
* Cursor Cookie.
*
*/
html, rezeptliste {
  cursor: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.4.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='32' height='32' viewBox='0 0 140 140' style='enable-background:new 0 0 140 140;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23F7B658;%7D .st1%7Bfill:%23E2A359;%7D .st2%7Bfill:%23FFD05A;%7D .st3%7Bfill:%23C68A4F;%7D .st4%7Bfill:%23FFC552;%7D .st5%7Bfill:%23683506;%7D .st6%7Bopacity:0.43;fill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M0,51.2c0.1,1.1,1.1,2.2,2.2,2c0.2,0,0.4-0.1,0.7-0.1c0.7,0.1,0.8,1.2,1.3,1.7c0.3,0.3,0.8,0.4,1.2,0.4 c1,0,2-0.5,2.6-1.3c1-1.4,0.7-3.3,0.2-5C8,48.3,7.7,47.6,7,47.5c-0.5-0.1-1,0.3-1.5,0c-0.2-0.1-0.3-0.4-0.5-0.6 c-0.5-0.5-1.2-0.2-1.8,0.1C1.8,48-0.1,49.2,0,51.2z'/%3E%3Cpath class='st0' d='M21.9,28.5c0.1,0.9,0.2,1.8,0.3,2.8c0.1,0.4,0.1,0.9,0.5,1.1c0.2,0.2,0.5,0.2,0.8,0.2c0.8,0,1.5-0.1,2.3-0.2 c0.4-0.1,0.8-0.1,1.2,0c0.4,0.1,0.8,0.5,1.2,0.5c0.5,0,0.8-0.5,1-1c0.3-0.6,0.6-1.3,0.8-2c0.2-0.8,0.4-1.5,0.2-2.3 c-0.1-0.8-0.6-1.5-1.3-1.8c-0.7-0.3-1.7,0-2,0.7c-0.1,0.2-0.1,0.3-0.3,0.4C25.2,27.5,21.6,25.5,21.9,28.5z'/%3E%3Cpath class='st0' d='M37.6,27.8c-0.1,1.5-0.2,3-0.2,4.5c0,0.4,0,0.8,0.1,1.1c0.2,0.5,0.5,0.8,0.8,1.2c0.9,1,1.5,2.4,1.7,3.7 c0.1,0.4,0.1,0.8,0.4,1.1c0.2,0.1,0.3,0.1,0.5,0.2c1.7,0.3,3.5,0.3,5.2,0c0.2,0,0.5-0.1,0.7-0.2c0.3-0.2,0.4-0.5,0.6-0.9 c0.6-1.8,0.7-4,2.1-5.2c0.6-0.5,1.5-0.8,2-1.5c0.7-1.1,0-2.6-0.7-3.7c-0.3-0.4-0.5-0.9-1-1.1c-0.8-0.4-1.8,0-2.7-0.2 c-0.5-0.2-0.9-0.5-1.4-0.7c-1.3-0.4-2.3,0.8-3.4,1.1C40.8,27.5,39.1,27.4,37.6,27.8z'/%3E%3Cpath class='st0' d='M21.1,53.5c-0.7-2.6-1.2-5.6,0.4-7.7c1.5-2.1,4.4-2.5,6.9-3.4c0.3-0.1,0.7-0.3,0.8-0.6c0.1-0.3,0-0.6,0.1-0.9 c0.1-0.6,0.7-1,1.3-1c0.6,0,1.2,0.2,1.7,0.4c0.9,0.3,1.8,0.7,2.4,1.4c0.9,1.1,0.9,2.7,1.8,3.7c0.8,0.9,2.2,1.2,2.8,2.3 c0.6,1,0.3,2.3-0.1,3.5c-0.1,0.3-0.2,0.6-0.4,0.8c-0.6,0.5-1.5,0.1-2.2-0.1c-1.3-0.3-2.7,0.1-3.6,1.2c-1.2,1.5-1.1,3.8-2.6,5 c-1.9,1.6-3.4-0.3-5.1-0.8C22.7,56.6,21.8,56.2,21.1,53.5z'/%3E%3Cg%3E%3Cpath class='st1' d='M8.3,49.3c-0.2-0.6-0.5-1.4-1.2-1.5c-0.5-0.1-1,0.3-1.4,0c0.4,1.6,0.6,3.4-0.3,4.7c-0.5,0.6-1.2,1.1-2,1.2 c0.3,0.4,0.5,1,0.8,1.4c0.3,0.3,0.8,0.4,1.2,0.4c1,0,2-0.5,2.6-1.3C9.1,52.9,8.8,50.9,8.3,49.3z'/%3E%3Cpath class='st1' d='M1.6,53.4c-0.5-0.5-0.6-1.6-1.3-1.7c0,0-0.1,0-0.1,0c0.1,0.9,0.8,1.7,1.7,1.9C1.8,53.5,1.7,53.5,1.6,53.4z'/%3E%3C/g%3E%3Cpath class='st1' d='M30.2,27.9c-0.1-0.8-0.6-1.5-1.3-1.8c-0.4-0.2-0.9-0.1-1.3,0.1c0.1,0.8,0,1.6-0.2,2.3c-0.2,0.7-0.4,1.4-0.8,2 c-0.2,0.4-0.5,0.9-1,1c-0.4,0-0.8-0.4-1.2-0.5c-0.4-0.1-0.8,0-1.2,0c-0.3,0.1-0.6,0.1-1,0.1c0,0.2,0,0.4,0.1,0.5 c0.1,0.4,0.1,0.9,0.5,1.1c0.2,0.2,0.5,0.2,0.8,0.2c0.8,0,1.5-0.1,2.3-0.2c0.4-0.1,0.8-0.1,1.2,0c0.4,0.1,0.8,0.5,1.2,0.5 c0.5,0,0.8-0.5,1-1c0.3-0.6,0.6-1.3,0.8-2C30.2,29.4,30.4,28.6,30.2,27.9z'/%3E%3Cpath class='st1' d='M50.8,28.2c-0.3-0.4-0.5-0.9-1-1.1c-0.4-0.2-0.9-0.2-1.4-0.2c0.6,1.1,1,2.3,0.4,3.3c-0.4,0.7-1.3,1-2,1.5 c-1.5,1.2-1.5,3.4-2.1,5.2c-0.1,0.3-0.3,0.7-0.6,0.9C44,38,43.8,38,43.5,38.1c-1.2,0.2-2.4,0.3-3.5,0.2c0,0.1,0,0.2,0.1,0.4 c0.1,0.4,0.1,0.8,0.4,1.1c0.2,0.1,0.3,0.1,0.5,0.2c1.7,0.3,3.5,0.3,5.2,0c0.2,0,0.5-0.1,0.7-0.2c0.3-0.2,0.4-0.5,0.6-0.9 c0.6-1.8,0.7-4,2.1-5.2c0.6-0.5,1.5-0.8,2-1.5C52.3,30.8,51.5,29.3,50.8,28.2z'/%3E%3Cpath class='st1' d='M39.3,48c-0.6-1-2-1.4-2.8-2.3c-0.9-1-0.9-2.6-1.8-3.7c-0.6-0.7-1.5-1.1-2.4-1.4c0,0-0.1,0-0.1,0 c0.7,1,0.7,2.5,1.6,3.4c0.8,0.9,2.2,1.2,2.8,2.3c0.6,1,0.3,2.3-0.1,3.5c-0.1,0.3-0.2,0.6-0.4,0.8c-0.6,0.5-1.5,0.1-2.2-0.1 c-1.3-0.3-2.7,0.1-3.6,1.2c-1.2,1.5-1.1,3.8-2.6,5c-1.9,1.6-3.4-0.3-5.1-0.8c-0.3-0.1-0.5-0.1-0.7-0.2c0.7,1.2,1.6,1.5,3.4,2 c1.8,0.5,3.2,2.4,5.1,0.8c1.5-1.2,1.4-3.5,2.6-5c0.8-1,2.3-1.5,3.6-1.2c0.8,0.2,1.7,0.6,2.2,0.1c0.2-0.2,0.3-0.5,0.4-0.8 C39.6,50.3,39.9,49,39.3,48z'/%3E%3Cpath class='st2' d='M19.5,60.2c2.1-0.4,4.3,0.1,6.5-0.2c2.6-0.3,5-1.7,6.9-3.6c0.4-0.4,0.7-0.7,1.2-0.9c0.6-0.2,1.2,0,1.9,0 c3.3,0.3,6.2-2.2,9.5-2.7c1.9-0.3,3.8,0.1,5.7,0.1c1.9,0,4-0.6,4.9-2.3c0.7-1.2,0.6-2.9,1.7-3.8c0.5-0.4,1.1-0.6,1.7-0.7 c1.8-0.5,3.7-1,5.5-1.5c2.3-0.6,4.8-1.4,5.9-3.5c1.9-3.4-1.2-8.4,1.4-11.3c0.5-0.6,1.2-1.1,1.4-1.8c0.3-1.3-1.3-2.2-2.1-3.4 c-0.7-1.1-0.7-2.5-0.5-3.8c0.2-2,0.5-4,1-6c0.2-0.8,0.4-1.6,0.9-2.3c1-1.4,2.9-1.9,4.6-1.8c5,0.4,8.6,5.5,9.3,10.4 c0.7,5-0.7,10-1.6,14.9c-1.2,6.2-1.7,12.6-4.9,18C76.3,61.1,68.5,65,60.8,67S45,69.2,37.3,71c-5.1,1.2-10.2,3-15.5,3 c-1.4,0-2.8-0.2-3.9-1c-2.6-1.9-2-4.9-2.1-7.5C15.6,63,16.1,60.9,19.5,60.2z'/%3E%3Cpath class='st0' d='M140,75.8c-0.3-6.1-3-11.7-4.3-17.7c-2.1-9.9-0.8-21.3-7.1-29.2c-3.2-4-7.8-6.4-12.3-8.7 C105.1,14.5,93.1,8.5,80.6,9.8c-2,0.2-4,0.6-6,1c0.7,0.8,1.4,1.6,2.2,2.3c1.3,1.2,3.3,2.2,3.7,4.1c0.3,1.6-0.9,3.3-1.5,4.7 c-0.9,1.9-0.6,4.2-0.6,6.2c-0.1,4.7-0.8,9-3.3,13c-2.1,3.4-4.9,6.8-8.1,9.2c-1.4,1.1-3,1.9-4.7,2.5c-2.1,0.7-4.4,0.9-6.6,1.2 c-4.3,0.7-8.9,1-12.8,3c-3.4,1.7-6.3,4-9.5,5.9c-3.3,1.9-6.9,3.1-10.7,2.4c-2.3-0.4-4.4-1.3-6.6-2.1c-0.3,0.8-0.6,1.5-0.9,2.3 c-3.3,9.6-1.8,20.1,0.7,30c1.9,7.9,5.1,16.5,12.4,20.2c3.9,2,8.4,2.2,12.5,3.6c3.1,1.1,5.9,2.8,8.8,4.3 c20.4,10.5,46.5,8.9,65.3-4.2c2.2-1.5,4.3-3.2,5.7-5.5c1.6-2.5,2.1-5.5,3.3-8.1c2.8-6.3,9-10.5,12.6-16.4 C139,85.3,140.2,80.5,140,75.8z'/%3E%3Cpath class='st1' d='M135.7,58.1c-1.6-7.3-1.2-15.5-3.5-22.4c0,0.3,0,0.7,0,1c-0.3,5.6-1.2,11.3-0.4,16.9c1.3,9.4,7.4,18.8,4,27.6 c-2.5,6.4-9.3,10-13.3,15.5c-1.7,2.3-3,5.1-5.5,6.4c-2.5,1.3-5.9,0.7-8.1,2.5c-2.7,2.2-2.2,6.6-4.1,9.4c-1,1.4-2.5,2.4-4.1,3.2 c-4.8,2.3-10.3,3.1-15.5,2.3c-6.6-1-12.8-4.5-19.4-4.6c-5.3,0-11.2,2.1-15.7-0.9c-1.5-1-2.6-2.5-4-3.6c-4.9-3.7-12-1.6-17.9-3.3 c-4.9-1.4-8.7-5.4-11.1-10c-0.5-1.1-1-2.2-1.4-3.5c0.1,0.2,0.1,0.5,0.2,0.7c1.9,7.9,5.1,16.5,12.4,20.2c3.9,2,8.4,2.2,12.5,3.6 c3.1,1.1,5.9,2.8,8.8,4.3c20.4,10.5,46.5,8.9,65.3-4.2c2.2-1.5,4.3-3.2,5.7-5.5c1.6-2.5,2.1-5.5,3.3-8.1c2.8-6.3,9-10.5,12.6-16.4 c2.5-4,3.7-8.8,3.4-13.6C139.6,69.7,137,64.1,135.7,58.1z'/%3E%3Cg%3E%3Cpath class='st3' d='M16.7,99c0.9,1.2,1.8,2.3,2.9,3.3c-1-1.3-1.9-2.7-2.7-4.1c-0.5-1.1-1-2.2-1.4-3.5c0.1,0.2,0.1,0.5,0.2,0.7 C16,96.6,16.4,97.8,16.7,99z'/%3E%3Cpath class='st3' d='M140,75.8c-0.3-6.1-3-11.7-4.3-17.7c-1.6-7.3-1.2-15.5-3.5-22.4c0,0.3,0,0.7,0,1c-0.1,1.6-0.2,3.2-0.3,4.9 c0.6,4.8,0.8,9.7,1.8,14.4c1.3,5.9,3.9,11.6,4.3,17.7c0.3,4.7-1,9.5-3.4,13.6c-3.6,5.9-9.8,10.1-12.6,16.4 c-1.2,2.7-1.8,5.7-3.3,8.1c-1.4,2.3-3.6,3.9-5.7,5.5c-18.9,13-45,14.7-65.3,4.2c-2.9-1.5-5.7-3.2-8.8-4.3 c-4.1-1.4-8.6-1.7-12.5-3.6c-1.4-0.7-2.6-1.5-3.7-2.5c1.6,1.9,3.4,3.6,5.7,4.7c3.9,2,8.4,2.2,12.5,3.6c3.1,1.1,5.9,2.8,8.8,4.3 c20.4,10.5,46.5,8.9,65.3-4.2c2.2-1.5,4.3-3.2,5.7-5.5c1.6-2.5,2.1-5.5,3.3-8.1c2.8-6.3,9-10.5,12.6-16.4 C139,85.3,140.2,80.5,140,75.8z'/%3E%3C/g%3E%3Cpath class='st1' d='M112.8,31.1c0.1,1.3-0.7,2.5-1.6,3.3s-2,1.6-2.9,2.5c-0.2,0.2-0.4,0.5-0.5,0.8c0,0.3,0.1,0.7,0.3,1 c0.6,1.2,1.3,2.4,1.6,3.7c0.3,1.3,0.1,2.8-0.9,3.8c-0.9,0.9-2.3,1.1-3.5,0.9c-1.2-0.2-2.4-0.8-3.5-1.4c1.4,1,2.8,1.9,4.5,2.3 c1.6,0.4,3.5,0.2,4.8-0.8c1.4-1,2.1-2.9,1.4-4.5c-0.2-0.4-0.4-0.8-0.5-1.2c-0.1-0.7,0.4-1.4,0.9-1.8c0.6-0.4,1.3-0.6,1.9-0.8 c1.4-0.5,2.7-1.3,3.4-2.5c1.1-2,0.4-4.6-1.2-6.3c-1.5-1.7-3.7-2.6-5.8-3.5c-3.1-1.3-6.6-2.6-10-2.1C104.7,26,112.4,26.4,112.8,31.1 z'/%3E%3Cpath class='st1' d='M32.6,87.1c0.3-0.2,0.6-0.5,1-0.6c0.4-0.1,0.9,0.1,1.3,0.2c1.3,0.5,2.6,1,3.9,1.5c0.6,0.2,1.2,0.5,1.6,1 c0.3,0.4,0.4,0.9,0.8,1.3c0.4,0.5,1,0.7,1.6,0.7c2.4,0.3,4.9-1.5,5.5-3.8c0.1-0.4,0.2-0.8-0.1-1.2c-0.2-0.3-0.5-0.4-0.7-0.5 c-1.4-0.8-1.9-2.9-1.1-4.2c-0.3,0.6,0,1.3,0.4,1.8c0.4,0.5,1,0.8,1.5,1.2c1.2,1,2,2.4,2.2,4c0.1,0.7,0.1,1.5-0.3,2.2 c-0.3,0.5-0.8,0.9-1.2,1.3c-1.1,1-2,2.3-2.6,3.8c-0.2,0.6-0.4,1.2-0.9,1.6c-0.4,0.4-1.2,0.6-1.6,0.2c-0.6-0.6-0.5-2.1-1.4-2 c-0.3,0-0.5,0.4-0.8,0.6c-1,0.8-2.4-0.2-2.9-1.4c-0.5-1.2-0.5-2.5-1.3-3.5c-0.5-0.6-1.2-1-2-1.2c-1.3-0.3-2.6-0.2-3.8,0.4 c-1.5,0.7-2.7,2.2-3,3.9C29.4,90.5,29.7,89.6,32.6,87.1z'/%3E%3Cpath class='st1' d='M100.3,97.2c1.5-0.9,2.5-2.6,2.7-4.3c0.1-0.5,0.1-1,0.4-1.3c0.2-0.2,0.4-0.3,0.6-0.4c2.7-1.3,5.4-2.5,8-3.8 c-2.1,1.7-5.3,2.2-6.7,4.5c-0.4,0.6-0.6,1.3-0.8,1.9c-0.3,1.1-0.7,2.3-1,3.4c-0.1,0.4-0.3,0.8-0.6,1.1c-0.3,0.3-0.7,0.4-1.1,0.5 c-4,1.1-7.4,4-9.1,7.7c0.5-1.8,0.9-4.7,2.1-6.2C96.2,98.5,98.6,98.3,100.3,97.2z'/%3E%3Cpath class='st1' d='M74.9,49.4c-1.4,1.6-3.7,2.4-4.7,4.3c-0.8,1.4-0.7,3.1-0.6,4.7c0.1,1.7,0.2,3.5,0.4,5.2 c0.2-2.6,0.5-5.1,0.7-7.7c0-0.4,0.1-0.8,0.3-1.1c0.3-0.5,0.9-0.8,1.5-1c1.9-0.9,3.3-2.5,4.6-4.1c0.6-0.7,1.2-1.4,1.4-2.3 c0.2-0.7,0.1-1.5,0-2.2c-0.2-2.7,0.1-5.4,0.7-8.1c-1.3,2-2.1,2.8-2.2,5.3C76.8,44.8,76.7,47.4,74.9,49.4z'/%3E%3Cpath class='st4' d='M97.9,16.1c-1.8-1.3-4.1-1.4-6.2-1.1c-2.1,0.3-4.3,0.9-6.4,0.8c-2.2-0.1-4.3-0.9-6.5-1.3c-0.1,0-0.1,0-0.2,0 c0.9,0.7,1.7,1.6,2,2.7c0.3,1.6-0.9,3.3-1.5,4.7c-0.3,0.6-0.4,1.2-0.5,1.8c1.1-0.5,2.3-0.9,3.5-1.4c1.8-0.6,3.7-1.3,5.6-1.5 c3.5-0.4,7.2,0.4,10.4-1.1c0.3-0.2,0.6-0.4,0.9-0.7C99.5,18.1,98.8,16.8,97.9,16.1z'/%3E%3Cpath class='st4' d='M39,59.2c-1.6,1-3.1,2.1-4.7,3.1c-0.4,0.9-0.8,1.7-1.7,2.4c-3.4,2.5-8.2,0.9-11.3,4.5c-1,1.1-1.6,2.5-2.1,3.9 c-1.4,4.1-2,8.5-1.7,12.8c0.1,1.2,0.3,2.4,0.9,3.5c0.8,1.3,2.4,2.2,2.8,3.7c0.2,0.6,0.1,1.3,0.6,1.7c0.7,0.7,2,0,2.3-0.9 c0.3-0.9-0.1-1.9-0.4-2.9c-0.7-2.1-0.9-4.4-0.7-6.6c0.1-1.3,0.5-2.7,1.6-3.4c1.1-0.7,2.6-0.4,3.9-0.1c2.1,0.5,4.6,0.8,6.2-0.7 c1.2-1,1.5-2.7,2.2-4.1c1.2-2.4,3.4-4.2,4.3-6.7c0.9-2.5,0.2-5.3-0.7-7.8C40.2,60.6,39.7,59.7,39,59.2z'/%3E%3Cpath class='st5' d='M38.8,69.7c-1.7,0.2-3.4,1.1-4.3,2.6c-0.6,1-0.8,2.3-0.7,3.5c0,0.9,0.2,1.7,0.5,2.5c1.1,2.4,4.1,3.2,6,5 c0.7,0.7,1.4,1.5,2.4,1.7c0.7,0.1,1.4-0.2,2-0.5c1.8-0.9,3.8-2,4.3-4c0.4-1.5-0.2-3-0.8-4.4C46.5,71.9,43.6,69,38.8,69.7z'/%3E%3Cpath class='st5' d='M68.1,102.7c0.2-2.8,1.9-5.4,4.2-7.1c2.3-1.7,5.1-2.4,8-2.6c2.5-0.2,5.3,0.3,6.7,2.4c1.5,2.2,0.3,5.7-2.2,6.5 c-1.3,0.4-2.9,0.3-3.9,1.3c-1.1,1.1-0.8,2.8-1.1,4.2c-0.6,2.3-3,4-5.4,3.7C71.1,110.8,67.9,105.8,68.1,102.7z'/%3E%3Cpath class='st5' d='M78.5,64.3c-0.6,1.4,0.1,3.1,1.4,3.8c1.3,0.7,2.9,0.3,4.3,0.8c1.4,0.5,2.4,1.7,3.5,2.6c1.1,0.9,2.8,1.6,4,0.9 c1-0.6,1.4-1.9,1.4-3.1c0-0.8-0.1-1.5-0.4-2.2c-0.5-1-1.3-1.8-2.2-2.4C88,63.1,80.1,60.6,78.5,64.3z'/%3E%3Cpath class='st5' d='M116,66c-1.1,1.6-1.4,3.6-1.9,5.5c-0.5,2.1-1.2,4.2-2.8,5.7c-0.6,0.5-1.3,1-1.6,1.7c-0.2,0.4-0.2,0.9-0.1,1.4 c0.4,2.3,2.7,3.9,5.1,4c2.3,0.1,4.6-1.1,6.3-2.6c2.3-1.9,4-4.5,4.9-7.3c0.5-1.7,0.8-3.5,0.4-5.2C125.2,65,118.9,61.8,116,66z'/%3E%3Cpath class='st5' d='M90.5,24.5c-1.5,0-3.1,0.7-3.7,2c-0.6,1.2-0.3,2.6-0.4,4c-0.2,1.8-1.2,3.4-1.7,5.2c-0.3,1-0.3,2.2,0.5,2.9 c1,0.9,2.6,0.2,3.9,0.1c2.4-0.3,4.8,1,7.2,0.8c2-0.2,3.8-1.7,4.5-3.6c0.7-1.9,0.1-4.2-1.3-5.6c-0.7-0.7-1.6-1.2-2.3-1.9 C95.3,26.2,93.6,24.6,90.5,24.5z'/%3E%3Cpath class='st4' d='M70.4,94.6c2.1-1.4,4.6-2.1,7.1-2.5c1.5-0.2,3.1-0.4,4.6-0.2c1.3,0.1,2.6,0.5,3.8,1.1c0.3,0.1,0.7,0.3,1,0.2 c0.3-0.1,0.5-0.4,0.6-0.7c0.4-1.2-0.4-2.4-1.2-3.4c-0.7-0.8-1.6-1.5-2.6-1.8c-2.5-0.8-5,0.7-7.5,1.5c-1.8,0.6-3.8,0.8-5.6,1.5 c-2.7,1-5,3.4-5.1,6.3c0,0.7,0.1,1.4,0,2.1c-0.1,0.6-0.4,1.2-0.3,1.8c0,0.6,0.5,1.2,1.2,1.1C66.4,98.8,68.2,96.2,70.4,94.6z'/%3E%3Cpath class='st4' d='M108,77.1c-0.7,0.7-1.2,1.8-0.8,2.7c0.3,0.8,1.1,1.3,1.8,2c0.6,0.6,0.9,1.8,0.2,2.3c-0.2,0.2-0.5,0.2-0.8,0.2 c-0.9,0-1.7-0.7-2.3-1.4c-0.9-1-1.6-2.2-2-3.5c-0.3-1.3-0.2-2.8,0.6-3.9c0.7-1,1.8-1.7,2.4-2.7c0.5-0.8,0.7-1.6,0.9-2.5 c0.2-0.9,0.5-1.7,1.2-2.4c0.6-0.6,1.7-0.9,2.4-0.4c1.4,0.9,1,4.3,0.5,5.7C111.3,75.1,109.2,75.8,108,77.1z'/%3E%3Cpath class='st4' d='M77.7,61.8c1.1-1.4,2.9-2.1,4.7-1.9c0.8,0.1,1.5,0.4,2.3,0.4c0.8,0,1.6-0.2,2-0.9c0.5-0.9-0.1-2.1-0.9-2.9 c-2-1.8-5.1-2.3-7.6-1.2s-4.2,3.7-4.3,6.4c0,1.7,0.5,3.3,0.1,5c-0.1,0.5-0.4,1.1-0.3,1.7c0.1,1.3,1.8,2,2.9,1.3 c1.4-0.9,0.7-2.2,0.3-3.4C76.2,64.8,76.7,63,77.7,61.8z'/%3E%3Cpath class='st6' d='M81.3,63.7c-0.6,0.2-1.1,0.8-1.3,1.4c-0.1,0.4-0.1,1,0.2,1.3c0.3,0.3,0.9,0.2,1.3,0s0.7-0.5,1.1-0.8 c1.3-0.8,3-0.4,4.6-0.3c0.2,0,0.4,0,0.5-0.1c0.1-0.1,0.1-0.3,0-0.5c-0.1-0.1-0.2-0.2-0.4-0.3C85.8,63.6,82.9,63,81.3,63.7z'/%3E%3Cpath class='st6' d='M36.8,71.7c-0.9,0.7-1.4,1.7-1.5,2.8c0,0.3,0,0.6,0.1,0.9c0.3,1.1,1.6,1.5,2.3,2.4c0.3,0.3,0.5,0.7,0.8,1.1 c0.3,0.3,0.8,0.5,1.2,0.3c0.4-0.2,0.5-0.7,0.4-1.1c-0.1-0.4-0.4-0.8-0.7-1.1c-0.3-0.3-0.6-0.7-0.9-1c-0.3-0.3-0.6-0.7-0.7-1.1 c-0.2-0.9,0.7-1.9,1.6-1.7c0.9,0.2,1.6,1.4,2.5,1.3c0.7,0,1.2-0.7,1.2-1.4c0-0.7-0.5-1.3-1.1-1.6C40.5,70.7,38.1,70.7,36.8,71.7z' /%3E%3Cpath class='st6' d='M71.4,98.3c-0.7,0.6-1.4,1.4-1.7,2.2c-0.4,1.1-0.4,2.3,0.1,3.4c0.2,0.4,0.5,0.8,0.9,1.1c0.4,0.2,1,0.3,1.4,0 c0.7-0.5,0.7-1.5,0.7-2.4c0.1-2.4,2-4.7,4.4-5.2c1.4-0.3,2.9,0,4.4-0.1c0.7,0,1.5-0.2,1.7-0.8c0.2-0.6-0.2-1.3-0.7-1.5 c-0.6-0.3-1.2-0.3-1.8-0.3c-1.7,0-3.3-0.2-4.8,0.6C74.3,96.3,72.7,97.1,71.4,98.3z'/%3E%3Cpath class='st6' d='M119.7,65.6c-0.9,0.3-1.6,1-2.2,1.8c-0.3,0.4-0.6,0.9-0.7,1.4c-0.2,0.7-0.1,1.4-0.1,2.1c0,1.4-0.5,2.7-1.3,3.8 c-0.4,0.5-0.9,1.2-0.5,1.8c0.2,0.4,0.8,0.4,1.2,0.3c0.4-0.2,0.7-0.5,1-0.9c0.6-0.8,1.2-1.6,1.5-2.5c0.2-0.7,0.2-1.4,0.4-2.1 c0.2-0.7,0.7-1.3,1.4-1.4c0.9-0.1,1.7,0.9,2.6,0.9c1.1,0,1.7-1.3,1.4-2.4C124,66.7,121.5,65,119.7,65.6z'/%3E%3Cpath class='st6' d='M88,28.3c0,0.2,0,0.5,0.2,0.7c0.1,0.1,0.2,0.2,0.4,0.2c0.5,0.2,1.2-0.1,1.4-0.6c0.1-0.1,0.1-0.3,0.2-0.4 c0.2-0.2,0.5-0.3,0.7-0.3c0.7,0,1.3,0.5,1.5,1.2c0.1,0.3,0.1,0.6,0.2,0.9c0.2,0.8,0.7,1.5,1.4,1.7c0.5,0.1,1.1,0,1.5-0.4 c0.4-0.4,0.5-1,0.4-1.5c-0.2-0.7-0.9-1.1-1.4-1.6c-0.5-0.5-0.9-1.2-1.5-1.6C91.5,25.3,88,25.9,88,28.3z'/%3E%3Cpath class='st1' d='M128.6,71.9c0,0.9-0.1,1.8-0.4,2.7c-1.1,2.8-4.5,4.5-4.8,7.5c0.9-0.6,1.5-1.6,2.4-2.3c1-0.8,2.3-1.3,3.4-1.8 c1.2-0.6,2.3-1.4,2.8-2.6c0.4-1,0.3-2.1-0.1-3c-0.4-1-0.9-1.8-1.5-2.7c-1-1.4-1.9-2.9-2.9-4.3c-0.2-0.3-0.5-0.7-0.9-0.6 c-1.1,0.3,0.3,2.3,0.6,2.7C128.2,68.8,128.6,70.4,128.6,71.9z'/%3E%3Cpath class='st1' d='M47.1,109c1.4-0.4,3.1-0.4,4.2-1.3c0.9-0.7,1.4-1.8,1.8-2.8c0.9-2.2,1.7-4.5,2.3-6.8c-0.6,3.3-1.4,6.5-2.4,9.6 c-0.2,0.5-0.3,1-0.7,1.3c-0.3,0.3-0.7,0.4-1.1,0.5c-1.2,0.3-2.3,0.7-3.5,1c-0.3,0.1-0.5,0.2-0.7,0.4c-0.3,0.3-0.2,0.8-0.1,1.2 c0.5,1.7,1,3.4,1.6,5c-1.7-0.3-3.2-1.2-4.1-2.6C43.1,112.4,44.9,109.6,47.1,109z'/%3E%3Cpath class='st6' d='M30.3,69.1c-1.9,0.5-3.8,0.6-5.6,1.4c-2.3,1.1-3.9,3.2-4.7,5.6c-0.8,2.4-0.9,4.9-0.7,7.4 c1,0.1,1.9-0.6,2.3-1.4c0.5-0.9,0.6-1.8,0.8-2.8c0.3-1.6,0.9-3.2,2.1-4.4c1.2-1.1,3.2-1.6,4.5-0.6c0.6,0.4,1.1,1,1.8,1 c0.9,0,1.3-1.1,1.6-2c0.6-1.7,1.5-3.2,2.8-4.5c0.9-0.9,1.8-2.7-0.1-2.1C33.5,67.2,32.1,68.6,30.3,69.1z'/%3E%3Cpath class='st1' d='M116.4,43.1c-0.2,0.5,0.1,1.1,0.4,1.5c0.3,0.4,0.8,0.8,1.1,1.2c0.7,0.7,1.1,1.6,1.4,2.6 c0.1,0.3,0.1,0.6,0.4,0.7c0.2,0.1,0.4,0,0.6-0.1c1.3-0.8,2-2.6,1.5-4.1c-0.2-0.5-0.5-0.9-0.8-1.3c-0.4-0.5-0.8-1-1.4-1.3 C118.7,41.9,116.7,42.1,116.4,43.1z'/%3E%3Cpath class='st1' d='M123,37.6c-0.8,0.1-1.6,0.6-1.6,1.3c0,0.5,0.4,1,0.9,1.2c0.5,0.2,1,0.2,1.5,0.2c0.7,0,1.6-0.1,1.8-0.8 c0.1-0.3,0-0.7-0.2-1c-0.6-0.8-1.7-1.2-2.6-0.9L123,37.6z'/%3E%3Cpath class='st1' d='M31.1,94.1c-0.2,0.7-0.3,1.4-0.1,2.1c0.3,0.7,0.9,1.2,1.7,1.1c0.5-0.1,1-0.4,1.3-0.8c0.7-0.7,1.2-1.6,1.3-2.6 C35.4,90.7,31.9,92,31.1,94.1z'/%3E%3Cpath class='st1' d='M32,102.9c-1,0-2,0.5-2.7,1.3c-0.1,0.1-0.2,0.3-0.2,0.4c0,0.2,0,0.4,0.1,0.6c0.4,0.8,1.4,1,2.3,1.2 c0.8,0.1,1.7,0.1,2.3-0.5c0.6-0.6,0.5-1.7-0.1-2.3c-0.6-0.6-1.6-0.7-2.3-0.3L32,102.9z'/%3E%3Cpath class='st1' d='M127.8,52.8c-1,0.9-1.6,2.2-2.5,3.1c-2.1,2-5.3,2.3-8.2,2.2c-2.9-0.1-6-0.3-8.5,1.1c3.6-0.7,7.5-0.5,11,0.6 c1,0.3,2.1,0.7,3.1,0.4c2.2-0.6,3.1-3.8,5.4-3.8c0.9,0,1.6,0.5,2.3,1c1.3,0.9,2.6,1.8,3.9,2.7C133,57.7,132.3,48.3,127.8,52.8z'/%3E%3Cpath class='st4' d='M22.4,46.6c-0.4,0.8-0.5,1.7-0.6,2.6c-0.1,1.2-0.1,2.4,0.5,3.4c0.6,1,2.1,1.5,3,0.7c0.6-0.5,0.8-1.3,1-2.1 c0.4-1.4,1.3-2.8,2.7-3.1c0.4-0.1,0.9-0.1,1.3-0.4c0.8-0.5,0.7-1.8,0.2-2.6C28.5,42.5,23.7,43.9,22.4,46.6z'/%3E%3Cpath class='st4' d='M47.3,64.7c1.6,0.2,3.5,0.3,4.5,1.6c1.5,1.9-0.1,5,1.1,7c0.8,1.3,2.6,1.7,4.2,1.8c2.6,0.1,5.7-0.5,7-2.8 c1.6-2.8-0.3-6.2-0.3-9.4c0-1.9,0.7-3.7,1.9-5.2c0.3-0.4,0.7-0.8,0.7-1.4c-0.1-0.8-1.3-1-2.1-0.8c-2.1,0.4-4,1.3-5.6,2.6 c-0.7,0.5-1.3,1.2-2.1,1.4c-3.3,1.1-7-2.5-10.4-1.1C42.2,60.2,43.4,64.2,47.3,64.7z'/%3E%3C/g%3E%3C/svg%3E%0A") 16 16, pointer;
}
html a:hover, html a:active, html a:visited, html a:focus, html li:hover, html li:active, html li:visited, html li:focus, html button:hover, html button:active, html button:visited, html button:focus, html input:hover, html input:active, html input:visited, html input:focus, html textarea:hover, html textarea:active, html textarea:visited, html textarea:focus, html rezeptliste:hover, html rezeptliste:active, html rezeptliste:visited, html rezeptliste:focus, rezeptliste a:hover, rezeptliste a:active, rezeptliste a:visited, rezeptliste a:focus, rezeptliste li:hover, rezeptliste li:active, rezeptliste li:visited, rezeptliste li:focus, rezeptliste button:hover, rezeptliste button:active, rezeptliste button:visited, rezeptliste button:focus, rezeptliste input:hover, rezeptliste input:active, rezeptliste input:visited, rezeptliste input:focus, rezeptliste textarea:hover, rezeptliste textarea:active, rezeptliste textarea:visited, rezeptliste textarea:focus, rezeptliste rezeptliste:hover, rezeptliste rezeptliste:active, rezeptliste rezeptliste:visited, rezeptliste rezeptliste:focus {
  cursor: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.4.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40' height='40' viewBox='0 0 140 140' style='enable-background:new 0 0 140 140;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23F7B658;%7D .st1%7Bfill:%23E2A359;%7D .st2%7Bfill:%23FFD05A;%7D .st3%7Bfill:%23C68A4F;%7D .st4%7Bfill:%23FFC552;%7D .st5%7Bfill:%23683506;%7D .st6%7Bopacity:0.43;fill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M0,51.2c0.1,1.1,1.1,2.2,2.2,2c0.2,0,0.4-0.1,0.7-0.1c0.7,0.1,0.8,1.2,1.3,1.7c0.3,0.3,0.8,0.4,1.2,0.4 c1,0,2-0.5,2.6-1.3c1-1.4,0.7-3.3,0.2-5C8,48.3,7.7,47.6,7,47.5c-0.5-0.1-1,0.3-1.5,0c-0.2-0.1-0.3-0.4-0.5-0.6 c-0.5-0.5-1.2-0.2-1.8,0.1C1.8,48-0.1,49.2,0,51.2z'/%3E%3Cpath class='st0' d='M21.9,28.5c0.1,0.9,0.2,1.8,0.3,2.8c0.1,0.4,0.1,0.9,0.5,1.1c0.2,0.2,0.5,0.2,0.8,0.2c0.8,0,1.5-0.1,2.3-0.2 c0.4-0.1,0.8-0.1,1.2,0c0.4,0.1,0.8,0.5,1.2,0.5c0.5,0,0.8-0.5,1-1c0.3-0.6,0.6-1.3,0.8-2c0.2-0.8,0.4-1.5,0.2-2.3 c-0.1-0.8-0.6-1.5-1.3-1.8c-0.7-0.3-1.7,0-2,0.7c-0.1,0.2-0.1,0.3-0.3,0.4C25.2,27.5,21.6,25.5,21.9,28.5z'/%3E%3Cpath class='st0' d='M37.6,27.8c-0.1,1.5-0.2,3-0.2,4.5c0,0.4,0,0.8,0.1,1.1c0.2,0.5,0.5,0.8,0.8,1.2c0.9,1,1.5,2.4,1.7,3.7 c0.1,0.4,0.1,0.8,0.4,1.1c0.2,0.1,0.3,0.1,0.5,0.2c1.7,0.3,3.5,0.3,5.2,0c0.2,0,0.5-0.1,0.7-0.2c0.3-0.2,0.4-0.5,0.6-0.9 c0.6-1.8,0.7-4,2.1-5.2c0.6-0.5,1.5-0.8,2-1.5c0.7-1.1,0-2.6-0.7-3.7c-0.3-0.4-0.5-0.9-1-1.1c-0.8-0.4-1.8,0-2.7-0.2 c-0.5-0.2-0.9-0.5-1.4-0.7c-1.3-0.4-2.3,0.8-3.4,1.1C40.8,27.5,39.1,27.4,37.6,27.8z'/%3E%3Cpath class='st0' d='M21.1,53.5c-0.7-2.6-1.2-5.6,0.4-7.7c1.5-2.1,4.4-2.5,6.9-3.4c0.3-0.1,0.7-0.3,0.8-0.6c0.1-0.3,0-0.6,0.1-0.9 c0.1-0.6,0.7-1,1.3-1c0.6,0,1.2,0.2,1.7,0.4c0.9,0.3,1.8,0.7,2.4,1.4c0.9,1.1,0.9,2.7,1.8,3.7c0.8,0.9,2.2,1.2,2.8,2.3 c0.6,1,0.3,2.3-0.1,3.5c-0.1,0.3-0.2,0.6-0.4,0.8c-0.6,0.5-1.5,0.1-2.2-0.1c-1.3-0.3-2.7,0.1-3.6,1.2c-1.2,1.5-1.1,3.8-2.6,5 c-1.9,1.6-3.4-0.3-5.1-0.8C22.7,56.6,21.8,56.2,21.1,53.5z'/%3E%3Cg%3E%3Cpath class='st1' d='M8.3,49.3c-0.2-0.6-0.5-1.4-1.2-1.5c-0.5-0.1-1,0.3-1.4,0c0.4,1.6,0.6,3.4-0.3,4.7c-0.5,0.6-1.2,1.1-2,1.2 c0.3,0.4,0.5,1,0.8,1.4c0.3,0.3,0.8,0.4,1.2,0.4c1,0,2-0.5,2.6-1.3C9.1,52.9,8.8,50.9,8.3,49.3z'/%3E%3Cpath class='st1' d='M1.6,53.4c-0.5-0.5-0.6-1.6-1.3-1.7c0,0-0.1,0-0.1,0c0.1,0.9,0.8,1.7,1.7,1.9C1.8,53.5,1.7,53.5,1.6,53.4z'/%3E%3C/g%3E%3Cpath class='st1' d='M30.2,27.9c-0.1-0.8-0.6-1.5-1.3-1.8c-0.4-0.2-0.9-0.1-1.3,0.1c0.1,0.8,0,1.6-0.2,2.3c-0.2,0.7-0.4,1.4-0.8,2 c-0.2,0.4-0.5,0.9-1,1c-0.4,0-0.8-0.4-1.2-0.5c-0.4-0.1-0.8,0-1.2,0c-0.3,0.1-0.6,0.1-1,0.1c0,0.2,0,0.4,0.1,0.5 c0.1,0.4,0.1,0.9,0.5,1.1c0.2,0.2,0.5,0.2,0.8,0.2c0.8,0,1.5-0.1,2.3-0.2c0.4-0.1,0.8-0.1,1.2,0c0.4,0.1,0.8,0.5,1.2,0.5 c0.5,0,0.8-0.5,1-1c0.3-0.6,0.6-1.3,0.8-2C30.2,29.4,30.4,28.6,30.2,27.9z'/%3E%3Cpath class='st1' d='M50.8,28.2c-0.3-0.4-0.5-0.9-1-1.1c-0.4-0.2-0.9-0.2-1.4-0.2c0.6,1.1,1,2.3,0.4,3.3c-0.4,0.7-1.3,1-2,1.5 c-1.5,1.2-1.5,3.4-2.1,5.2c-0.1,0.3-0.3,0.7-0.6,0.9C44,38,43.8,38,43.5,38.1c-1.2,0.2-2.4,0.3-3.5,0.2c0,0.1,0,0.2,0.1,0.4 c0.1,0.4,0.1,0.8,0.4,1.1c0.2,0.1,0.3,0.1,0.5,0.2c1.7,0.3,3.5,0.3,5.2,0c0.2,0,0.5-0.1,0.7-0.2c0.3-0.2,0.4-0.5,0.6-0.9 c0.6-1.8,0.7-4,2.1-5.2c0.6-0.5,1.5-0.8,2-1.5C52.3,30.8,51.5,29.3,50.8,28.2z'/%3E%3Cpath class='st1' d='M39.3,48c-0.6-1-2-1.4-2.8-2.3c-0.9-1-0.9-2.6-1.8-3.7c-0.6-0.7-1.5-1.1-2.4-1.4c0,0-0.1,0-0.1,0 c0.7,1,0.7,2.5,1.6,3.4c0.8,0.9,2.2,1.2,2.8,2.3c0.6,1,0.3,2.3-0.1,3.5c-0.1,0.3-0.2,0.6-0.4,0.8c-0.6,0.5-1.5,0.1-2.2-0.1 c-1.3-0.3-2.7,0.1-3.6,1.2c-1.2,1.5-1.1,3.8-2.6,5c-1.9,1.6-3.4-0.3-5.1-0.8c-0.3-0.1-0.5-0.1-0.7-0.2c0.7,1.2,1.6,1.5,3.4,2 c1.8,0.5,3.2,2.4,5.1,0.8c1.5-1.2,1.4-3.5,2.6-5c0.8-1,2.3-1.5,3.6-1.2c0.8,0.2,1.7,0.6,2.2,0.1c0.2-0.2,0.3-0.5,0.4-0.8 C39.6,50.3,39.9,49,39.3,48z'/%3E%3Cpath class='st2' d='M19.5,60.2c2.1-0.4,4.3,0.1,6.5-0.2c2.6-0.3,5-1.7,6.9-3.6c0.4-0.4,0.7-0.7,1.2-0.9c0.6-0.2,1.2,0,1.9,0 c3.3,0.3,6.2-2.2,9.5-2.7c1.9-0.3,3.8,0.1,5.7,0.1c1.9,0,4-0.6,4.9-2.3c0.7-1.2,0.6-2.9,1.7-3.8c0.5-0.4,1.1-0.6,1.7-0.7 c1.8-0.5,3.7-1,5.5-1.5c2.3-0.6,4.8-1.4,5.9-3.5c1.9-3.4-1.2-8.4,1.4-11.3c0.5-0.6,1.2-1.1,1.4-1.8c0.3-1.3-1.3-2.2-2.1-3.4 c-0.7-1.1-0.7-2.5-0.5-3.8c0.2-2,0.5-4,1-6c0.2-0.8,0.4-1.6,0.9-2.3c1-1.4,2.9-1.9,4.6-1.8c5,0.4,8.6,5.5,9.3,10.4 c0.7,5-0.7,10-1.6,14.9c-1.2,6.2-1.7,12.6-4.9,18C76.3,61.1,68.5,65,60.8,67S45,69.2,37.3,71c-5.1,1.2-10.2,3-15.5,3 c-1.4,0-2.8-0.2-3.9-1c-2.6-1.9-2-4.9-2.1-7.5C15.6,63,16.1,60.9,19.5,60.2z'/%3E%3Cpath class='st0' d='M140,75.8c-0.3-6.1-3-11.7-4.3-17.7c-2.1-9.9-0.8-21.3-7.1-29.2c-3.2-4-7.8-6.4-12.3-8.7 C105.1,14.5,93.1,8.5,80.6,9.8c-2,0.2-4,0.6-6,1c0.7,0.8,1.4,1.6,2.2,2.3c1.3,1.2,3.3,2.2,3.7,4.1c0.3,1.6-0.9,3.3-1.5,4.7 c-0.9,1.9-0.6,4.2-0.6,6.2c-0.1,4.7-0.8,9-3.3,13c-2.1,3.4-4.9,6.8-8.1,9.2c-1.4,1.1-3,1.9-4.7,2.5c-2.1,0.7-4.4,0.9-6.6,1.2 c-4.3,0.7-8.9,1-12.8,3c-3.4,1.7-6.3,4-9.5,5.9c-3.3,1.9-6.9,3.1-10.7,2.4c-2.3-0.4-4.4-1.3-6.6-2.1c-0.3,0.8-0.6,1.5-0.9,2.3 c-3.3,9.6-1.8,20.1,0.7,30c1.9,7.9,5.1,16.5,12.4,20.2c3.9,2,8.4,2.2,12.5,3.6c3.1,1.1,5.9,2.8,8.8,4.3 c20.4,10.5,46.5,8.9,65.3-4.2c2.2-1.5,4.3-3.2,5.7-5.5c1.6-2.5,2.1-5.5,3.3-8.1c2.8-6.3,9-10.5,12.6-16.4 C139,85.3,140.2,80.5,140,75.8z'/%3E%3Cpath class='st1' d='M135.7,58.1c-1.6-7.3-1.2-15.5-3.5-22.4c0,0.3,0,0.7,0,1c-0.3,5.6-1.2,11.3-0.4,16.9c1.3,9.4,7.4,18.8,4,27.6 c-2.5,6.4-9.3,10-13.3,15.5c-1.7,2.3-3,5.1-5.5,6.4c-2.5,1.3-5.9,0.7-8.1,2.5c-2.7,2.2-2.2,6.6-4.1,9.4c-1,1.4-2.5,2.4-4.1,3.2 c-4.8,2.3-10.3,3.1-15.5,2.3c-6.6-1-12.8-4.5-19.4-4.6c-5.3,0-11.2,2.1-15.7-0.9c-1.5-1-2.6-2.5-4-3.6c-4.9-3.7-12-1.6-17.9-3.3 c-4.9-1.4-8.7-5.4-11.1-10c-0.5-1.1-1-2.2-1.4-3.5c0.1,0.2,0.1,0.5,0.2,0.7c1.9,7.9,5.1,16.5,12.4,20.2c3.9,2,8.4,2.2,12.5,3.6 c3.1,1.1,5.9,2.8,8.8,4.3c20.4,10.5,46.5,8.9,65.3-4.2c2.2-1.5,4.3-3.2,5.7-5.5c1.6-2.5,2.1-5.5,3.3-8.1c2.8-6.3,9-10.5,12.6-16.4 c2.5-4,3.7-8.8,3.4-13.6C139.6,69.7,137,64.1,135.7,58.1z'/%3E%3Cg%3E%3Cpath class='st3' d='M16.7,99c0.9,1.2,1.8,2.3,2.9,3.3c-1-1.3-1.9-2.7-2.7-4.1c-0.5-1.1-1-2.2-1.4-3.5c0.1,0.2,0.1,0.5,0.2,0.7 C16,96.6,16.4,97.8,16.7,99z'/%3E%3Cpath class='st3' d='M140,75.8c-0.3-6.1-3-11.7-4.3-17.7c-1.6-7.3-1.2-15.5-3.5-22.4c0,0.3,0,0.7,0,1c-0.1,1.6-0.2,3.2-0.3,4.9 c0.6,4.8,0.8,9.7,1.8,14.4c1.3,5.9,3.9,11.6,4.3,17.7c0.3,4.7-1,9.5-3.4,13.6c-3.6,5.9-9.8,10.1-12.6,16.4 c-1.2,2.7-1.8,5.7-3.3,8.1c-1.4,2.3-3.6,3.9-5.7,5.5c-18.9,13-45,14.7-65.3,4.2c-2.9-1.5-5.7-3.2-8.8-4.3 c-4.1-1.4-8.6-1.7-12.5-3.6c-1.4-0.7-2.6-1.5-3.7-2.5c1.6,1.9,3.4,3.6,5.7,4.7c3.9,2,8.4,2.2,12.5,3.6c3.1,1.1,5.9,2.8,8.8,4.3 c20.4,10.5,46.5,8.9,65.3-4.2c2.2-1.5,4.3-3.2,5.7-5.5c1.6-2.5,2.1-5.5,3.3-8.1c2.8-6.3,9-10.5,12.6-16.4 C139,85.3,140.2,80.5,140,75.8z'/%3E%3C/g%3E%3Cpath class='st1' d='M112.8,31.1c0.1,1.3-0.7,2.5-1.6,3.3s-2,1.6-2.9,2.5c-0.2,0.2-0.4,0.5-0.5,0.8c0,0.3,0.1,0.7,0.3,1 c0.6,1.2,1.3,2.4,1.6,3.7c0.3,1.3,0.1,2.8-0.9,3.8c-0.9,0.9-2.3,1.1-3.5,0.9c-1.2-0.2-2.4-0.8-3.5-1.4c1.4,1,2.8,1.9,4.5,2.3 c1.6,0.4,3.5,0.2,4.8-0.8c1.4-1,2.1-2.9,1.4-4.5c-0.2-0.4-0.4-0.8-0.5-1.2c-0.1-0.7,0.4-1.4,0.9-1.8c0.6-0.4,1.3-0.6,1.9-0.8 c1.4-0.5,2.7-1.3,3.4-2.5c1.1-2,0.4-4.6-1.2-6.3c-1.5-1.7-3.7-2.6-5.8-3.5c-3.1-1.3-6.6-2.6-10-2.1C104.7,26,112.4,26.4,112.8,31.1 z'/%3E%3Cpath class='st1' d='M32.6,87.1c0.3-0.2,0.6-0.5,1-0.6c0.4-0.1,0.9,0.1,1.3,0.2c1.3,0.5,2.6,1,3.9,1.5c0.6,0.2,1.2,0.5,1.6,1 c0.3,0.4,0.4,0.9,0.8,1.3c0.4,0.5,1,0.7,1.6,0.7c2.4,0.3,4.9-1.5,5.5-3.8c0.1-0.4,0.2-0.8-0.1-1.2c-0.2-0.3-0.5-0.4-0.7-0.5 c-1.4-0.8-1.9-2.9-1.1-4.2c-0.3,0.6,0,1.3,0.4,1.8c0.4,0.5,1,0.8,1.5,1.2c1.2,1,2,2.4,2.2,4c0.1,0.7,0.1,1.5-0.3,2.2 c-0.3,0.5-0.8,0.9-1.2,1.3c-1.1,1-2,2.3-2.6,3.8c-0.2,0.6-0.4,1.2-0.9,1.6c-0.4,0.4-1.2,0.6-1.6,0.2c-0.6-0.6-0.5-2.1-1.4-2 c-0.3,0-0.5,0.4-0.8,0.6c-1,0.8-2.4-0.2-2.9-1.4c-0.5-1.2-0.5-2.5-1.3-3.5c-0.5-0.6-1.2-1-2-1.2c-1.3-0.3-2.6-0.2-3.8,0.4 c-1.5,0.7-2.7,2.2-3,3.9C29.4,90.5,29.7,89.6,32.6,87.1z'/%3E%3Cpath class='st1' d='M100.3,97.2c1.5-0.9,2.5-2.6,2.7-4.3c0.1-0.5,0.1-1,0.4-1.3c0.2-0.2,0.4-0.3,0.6-0.4c2.7-1.3,5.4-2.5,8-3.8 c-2.1,1.7-5.3,2.2-6.7,4.5c-0.4,0.6-0.6,1.3-0.8,1.9c-0.3,1.1-0.7,2.3-1,3.4c-0.1,0.4-0.3,0.8-0.6,1.1c-0.3,0.3-0.7,0.4-1.1,0.5 c-4,1.1-7.4,4-9.1,7.7c0.5-1.8,0.9-4.7,2.1-6.2C96.2,98.5,98.6,98.3,100.3,97.2z'/%3E%3Cpath class='st1' d='M74.9,49.4c-1.4,1.6-3.7,2.4-4.7,4.3c-0.8,1.4-0.7,3.1-0.6,4.7c0.1,1.7,0.2,3.5,0.4,5.2 c0.2-2.6,0.5-5.1,0.7-7.7c0-0.4,0.1-0.8,0.3-1.1c0.3-0.5,0.9-0.8,1.5-1c1.9-0.9,3.3-2.5,4.6-4.1c0.6-0.7,1.2-1.4,1.4-2.3 c0.2-0.7,0.1-1.5,0-2.2c-0.2-2.7,0.1-5.4,0.7-8.1c-1.3,2-2.1,2.8-2.2,5.3C76.8,44.8,76.7,47.4,74.9,49.4z'/%3E%3Cpath class='st4' d='M97.9,16.1c-1.8-1.3-4.1-1.4-6.2-1.1c-2.1,0.3-4.3,0.9-6.4,0.8c-2.2-0.1-4.3-0.9-6.5-1.3c-0.1,0-0.1,0-0.2,0 c0.9,0.7,1.7,1.6,2,2.7c0.3,1.6-0.9,3.3-1.5,4.7c-0.3,0.6-0.4,1.2-0.5,1.8c1.1-0.5,2.3-0.9,3.5-1.4c1.8-0.6,3.7-1.3,5.6-1.5 c3.5-0.4,7.2,0.4,10.4-1.1c0.3-0.2,0.6-0.4,0.9-0.7C99.5,18.1,98.8,16.8,97.9,16.1z'/%3E%3Cpath class='st4' d='M39,59.2c-1.6,1-3.1,2.1-4.7,3.1c-0.4,0.9-0.8,1.7-1.7,2.4c-3.4,2.5-8.2,0.9-11.3,4.5c-1,1.1-1.6,2.5-2.1,3.9 c-1.4,4.1-2,8.5-1.7,12.8c0.1,1.2,0.3,2.4,0.9,3.5c0.8,1.3,2.4,2.2,2.8,3.7c0.2,0.6,0.1,1.3,0.6,1.7c0.7,0.7,2,0,2.3-0.9 c0.3-0.9-0.1-1.9-0.4-2.9c-0.7-2.1-0.9-4.4-0.7-6.6c0.1-1.3,0.5-2.7,1.6-3.4c1.1-0.7,2.6-0.4,3.9-0.1c2.1,0.5,4.6,0.8,6.2-0.7 c1.2-1,1.5-2.7,2.2-4.1c1.2-2.4,3.4-4.2,4.3-6.7c0.9-2.5,0.2-5.3-0.7-7.8C40.2,60.6,39.7,59.7,39,59.2z'/%3E%3Cpath class='st5' d='M38.8,69.7c-1.7,0.2-3.4,1.1-4.3,2.6c-0.6,1-0.8,2.3-0.7,3.5c0,0.9,0.2,1.7,0.5,2.5c1.1,2.4,4.1,3.2,6,5 c0.7,0.7,1.4,1.5,2.4,1.7c0.7,0.1,1.4-0.2,2-0.5c1.8-0.9,3.8-2,4.3-4c0.4-1.5-0.2-3-0.8-4.4C46.5,71.9,43.6,69,38.8,69.7z'/%3E%3Cpath class='st5' d='M68.1,102.7c0.2-2.8,1.9-5.4,4.2-7.1c2.3-1.7,5.1-2.4,8-2.6c2.5-0.2,5.3,0.3,6.7,2.4c1.5,2.2,0.3,5.7-2.2,6.5 c-1.3,0.4-2.9,0.3-3.9,1.3c-1.1,1.1-0.8,2.8-1.1,4.2c-0.6,2.3-3,4-5.4,3.7C71.1,110.8,67.9,105.8,68.1,102.7z'/%3E%3Cpath class='st5' d='M78.5,64.3c-0.6,1.4,0.1,3.1,1.4,3.8c1.3,0.7,2.9,0.3,4.3,0.8c1.4,0.5,2.4,1.7,3.5,2.6c1.1,0.9,2.8,1.6,4,0.9 c1-0.6,1.4-1.9,1.4-3.1c0-0.8-0.1-1.5-0.4-2.2c-0.5-1-1.3-1.8-2.2-2.4C88,63.1,80.1,60.6,78.5,64.3z'/%3E%3Cpath class='st5' d='M116,66c-1.1,1.6-1.4,3.6-1.9,5.5c-0.5,2.1-1.2,4.2-2.8,5.7c-0.6,0.5-1.3,1-1.6,1.7c-0.2,0.4-0.2,0.9-0.1,1.4 c0.4,2.3,2.7,3.9,5.1,4c2.3,0.1,4.6-1.1,6.3-2.6c2.3-1.9,4-4.5,4.9-7.3c0.5-1.7,0.8-3.5,0.4-5.2C125.2,65,118.9,61.8,116,66z'/%3E%3Cpath class='st5' d='M90.5,24.5c-1.5,0-3.1,0.7-3.7,2c-0.6,1.2-0.3,2.6-0.4,4c-0.2,1.8-1.2,3.4-1.7,5.2c-0.3,1-0.3,2.2,0.5,2.9 c1,0.9,2.6,0.2,3.9,0.1c2.4-0.3,4.8,1,7.2,0.8c2-0.2,3.8-1.7,4.5-3.6c0.7-1.9,0.1-4.2-1.3-5.6c-0.7-0.7-1.6-1.2-2.3-1.9 C95.3,26.2,93.6,24.6,90.5,24.5z'/%3E%3Cpath class='st4' d='M70.4,94.6c2.1-1.4,4.6-2.1,7.1-2.5c1.5-0.2,3.1-0.4,4.6-0.2c1.3,0.1,2.6,0.5,3.8,1.1c0.3,0.1,0.7,0.3,1,0.2 c0.3-0.1,0.5-0.4,0.6-0.7c0.4-1.2-0.4-2.4-1.2-3.4c-0.7-0.8-1.6-1.5-2.6-1.8c-2.5-0.8-5,0.7-7.5,1.5c-1.8,0.6-3.8,0.8-5.6,1.5 c-2.7,1-5,3.4-5.1,6.3c0,0.7,0.1,1.4,0,2.1c-0.1,0.6-0.4,1.2-0.3,1.8c0,0.6,0.5,1.2,1.2,1.1C66.4,98.8,68.2,96.2,70.4,94.6z'/%3E%3Cpath class='st4' d='M108,77.1c-0.7,0.7-1.2,1.8-0.8,2.7c0.3,0.8,1.1,1.3,1.8,2c0.6,0.6,0.9,1.8,0.2,2.3c-0.2,0.2-0.5,0.2-0.8,0.2 c-0.9,0-1.7-0.7-2.3-1.4c-0.9-1-1.6-2.2-2-3.5c-0.3-1.3-0.2-2.8,0.6-3.9c0.7-1,1.8-1.7,2.4-2.7c0.5-0.8,0.7-1.6,0.9-2.5 c0.2-0.9,0.5-1.7,1.2-2.4c0.6-0.6,1.7-0.9,2.4-0.4c1.4,0.9,1,4.3,0.5,5.7C111.3,75.1,109.2,75.8,108,77.1z'/%3E%3Cpath class='st4' d='M77.7,61.8c1.1-1.4,2.9-2.1,4.7-1.9c0.8,0.1,1.5,0.4,2.3,0.4c0.8,0,1.6-0.2,2-0.9c0.5-0.9-0.1-2.1-0.9-2.9 c-2-1.8-5.1-2.3-7.6-1.2s-4.2,3.7-4.3,6.4c0,1.7,0.5,3.3,0.1,5c-0.1,0.5-0.4,1.1-0.3,1.7c0.1,1.3,1.8,2,2.9,1.3 c1.4-0.9,0.7-2.2,0.3-3.4C76.2,64.8,76.7,63,77.7,61.8z'/%3E%3Cpath class='st6' d='M81.3,63.7c-0.6,0.2-1.1,0.8-1.3,1.4c-0.1,0.4-0.1,1,0.2,1.3c0.3,0.3,0.9,0.2,1.3,0s0.7-0.5,1.1-0.8 c1.3-0.8,3-0.4,4.6-0.3c0.2,0,0.4,0,0.5-0.1c0.1-0.1,0.1-0.3,0-0.5c-0.1-0.1-0.2-0.2-0.4-0.3C85.8,63.6,82.9,63,81.3,63.7z'/%3E%3Cpath class='st6' d='M36.8,71.7c-0.9,0.7-1.4,1.7-1.5,2.8c0,0.3,0,0.6,0.1,0.9c0.3,1.1,1.6,1.5,2.3,2.4c0.3,0.3,0.5,0.7,0.8,1.1 c0.3,0.3,0.8,0.5,1.2,0.3c0.4-0.2,0.5-0.7,0.4-1.1c-0.1-0.4-0.4-0.8-0.7-1.1c-0.3-0.3-0.6-0.7-0.9-1c-0.3-0.3-0.6-0.7-0.7-1.1 c-0.2-0.9,0.7-1.9,1.6-1.7c0.9,0.2,1.6,1.4,2.5,1.3c0.7,0,1.2-0.7,1.2-1.4c0-0.7-0.5-1.3-1.1-1.6C40.5,70.7,38.1,70.7,36.8,71.7z' /%3E%3Cpath class='st6' d='M71.4,98.3c-0.7,0.6-1.4,1.4-1.7,2.2c-0.4,1.1-0.4,2.3,0.1,3.4c0.2,0.4,0.5,0.8,0.9,1.1c0.4,0.2,1,0.3,1.4,0 c0.7-0.5,0.7-1.5,0.7-2.4c0.1-2.4,2-4.7,4.4-5.2c1.4-0.3,2.9,0,4.4-0.1c0.7,0,1.5-0.2,1.7-0.8c0.2-0.6-0.2-1.3-0.7-1.5 c-0.6-0.3-1.2-0.3-1.8-0.3c-1.7,0-3.3-0.2-4.8,0.6C74.3,96.3,72.7,97.1,71.4,98.3z'/%3E%3Cpath class='st6' d='M119.7,65.6c-0.9,0.3-1.6,1-2.2,1.8c-0.3,0.4-0.6,0.9-0.7,1.4c-0.2,0.7-0.1,1.4-0.1,2.1c0,1.4-0.5,2.7-1.3,3.8 c-0.4,0.5-0.9,1.2-0.5,1.8c0.2,0.4,0.8,0.4,1.2,0.3c0.4-0.2,0.7-0.5,1-0.9c0.6-0.8,1.2-1.6,1.5-2.5c0.2-0.7,0.2-1.4,0.4-2.1 c0.2-0.7,0.7-1.3,1.4-1.4c0.9-0.1,1.7,0.9,2.6,0.9c1.1,0,1.7-1.3,1.4-2.4C124,66.7,121.5,65,119.7,65.6z'/%3E%3Cpath class='st6' d='M88,28.3c0,0.2,0,0.5,0.2,0.7c0.1,0.1,0.2,0.2,0.4,0.2c0.5,0.2,1.2-0.1,1.4-0.6c0.1-0.1,0.1-0.3,0.2-0.4 c0.2-0.2,0.5-0.3,0.7-0.3c0.7,0,1.3,0.5,1.5,1.2c0.1,0.3,0.1,0.6,0.2,0.9c0.2,0.8,0.7,1.5,1.4,1.7c0.5,0.1,1.1,0,1.5-0.4 c0.4-0.4,0.5-1,0.4-1.5c-0.2-0.7-0.9-1.1-1.4-1.6c-0.5-0.5-0.9-1.2-1.5-1.6C91.5,25.3,88,25.9,88,28.3z'/%3E%3Cpath class='st1' d='M128.6,71.9c0,0.9-0.1,1.8-0.4,2.7c-1.1,2.8-4.5,4.5-4.8,7.5c0.9-0.6,1.5-1.6,2.4-2.3c1-0.8,2.3-1.3,3.4-1.8 c1.2-0.6,2.3-1.4,2.8-2.6c0.4-1,0.3-2.1-0.1-3c-0.4-1-0.9-1.8-1.5-2.7c-1-1.4-1.9-2.9-2.9-4.3c-0.2-0.3-0.5-0.7-0.9-0.6 c-1.1,0.3,0.3,2.3,0.6,2.7C128.2,68.8,128.6,70.4,128.6,71.9z'/%3E%3Cpath class='st1' d='M47.1,109c1.4-0.4,3.1-0.4,4.2-1.3c0.9-0.7,1.4-1.8,1.8-2.8c0.9-2.2,1.7-4.5,2.3-6.8c-0.6,3.3-1.4,6.5-2.4,9.6 c-0.2,0.5-0.3,1-0.7,1.3c-0.3,0.3-0.7,0.4-1.1,0.5c-1.2,0.3-2.3,0.7-3.5,1c-0.3,0.1-0.5,0.2-0.7,0.4c-0.3,0.3-0.2,0.8-0.1,1.2 c0.5,1.7,1,3.4,1.6,5c-1.7-0.3-3.2-1.2-4.1-2.6C43.1,112.4,44.9,109.6,47.1,109z'/%3E%3Cpath class='st6' d='M30.3,69.1c-1.9,0.5-3.8,0.6-5.6,1.4c-2.3,1.1-3.9,3.2-4.7,5.6c-0.8,2.4-0.9,4.9-0.7,7.4 c1,0.1,1.9-0.6,2.3-1.4c0.5-0.9,0.6-1.8,0.8-2.8c0.3-1.6,0.9-3.2,2.1-4.4c1.2-1.1,3.2-1.6,4.5-0.6c0.6,0.4,1.1,1,1.8,1 c0.9,0,1.3-1.1,1.6-2c0.6-1.7,1.5-3.2,2.8-4.5c0.9-0.9,1.8-2.7-0.1-2.1C33.5,67.2,32.1,68.6,30.3,69.1z'/%3E%3Cpath class='st1' d='M116.4,43.1c-0.2,0.5,0.1,1.1,0.4,1.5c0.3,0.4,0.8,0.8,1.1,1.2c0.7,0.7,1.1,1.6,1.4,2.6 c0.1,0.3,0.1,0.6,0.4,0.7c0.2,0.1,0.4,0,0.6-0.1c1.3-0.8,2-2.6,1.5-4.1c-0.2-0.5-0.5-0.9-0.8-1.3c-0.4-0.5-0.8-1-1.4-1.3 C118.7,41.9,116.7,42.1,116.4,43.1z'/%3E%3Cpath class='st1' d='M123,37.6c-0.8,0.1-1.6,0.6-1.6,1.3c0,0.5,0.4,1,0.9,1.2c0.5,0.2,1,0.2,1.5,0.2c0.7,0,1.6-0.1,1.8-0.8 c0.1-0.3,0-0.7-0.2-1c-0.6-0.8-1.7-1.2-2.6-0.9L123,37.6z'/%3E%3Cpath class='st1' d='M31.1,94.1c-0.2,0.7-0.3,1.4-0.1,2.1c0.3,0.7,0.9,1.2,1.7,1.1c0.5-0.1,1-0.4,1.3-0.8c0.7-0.7,1.2-1.6,1.3-2.6 C35.4,90.7,31.9,92,31.1,94.1z'/%3E%3Cpath class='st1' d='M32,102.9c-1,0-2,0.5-2.7,1.3c-0.1,0.1-0.2,0.3-0.2,0.4c0,0.2,0,0.4,0.1,0.6c0.4,0.8,1.4,1,2.3,1.2 c0.8,0.1,1.7,0.1,2.3-0.5c0.6-0.6,0.5-1.7-0.1-2.3c-0.6-0.6-1.6-0.7-2.3-0.3L32,102.9z'/%3E%3Cpath class='st1' d='M127.8,52.8c-1,0.9-1.6,2.2-2.5,3.1c-2.1,2-5.3,2.3-8.2,2.2c-2.9-0.1-6-0.3-8.5,1.1c3.6-0.7,7.5-0.5,11,0.6 c1,0.3,2.1,0.7,3.1,0.4c2.2-0.6,3.1-3.8,5.4-3.8c0.9,0,1.6,0.5,2.3,1c1.3,0.9,2.6,1.8,3.9,2.7C133,57.7,132.3,48.3,127.8,52.8z'/%3E%3Cpath class='st4' d='M22.4,46.6c-0.4,0.8-0.5,1.7-0.6,2.6c-0.1,1.2-0.1,2.4,0.5,3.4c0.6,1,2.1,1.5,3,0.7c0.6-0.5,0.8-1.3,1-2.1 c0.4-1.4,1.3-2.8,2.7-3.1c0.4-0.1,0.9-0.1,1.3-0.4c0.8-0.5,0.7-1.8,0.2-2.6C28.5,42.5,23.7,43.9,22.4,46.6z'/%3E%3Cpath class='st4' d='M47.3,64.7c1.6,0.2,3.5,0.3,4.5,1.6c1.5,1.9-0.1,5,1.1,7c0.8,1.3,2.6,1.7,4.2,1.8c2.6,0.1,5.7-0.5,7-2.8 c1.6-2.8-0.3-6.2-0.3-9.4c0-1.9,0.7-3.7,1.9-5.2c0.3-0.4,0.7-0.8,0.7-1.4c-0.1-0.8-1.3-1-2.1-0.8c-2.1,0.4-4,1.3-5.6,2.6 c-0.7,0.5-1.3,1.2-2.1,1.4c-3.3,1.1-7-2.5-10.4-1.1C42.2,60.2,43.4,64.2,47.3,64.7z'/%3E%3C/g%3E%3C/svg%3E%0A") 20 20, pointer;
}

/**
* rotate webside.
*
*/
/*html {
	animation: easteregg 2s linear;
	animation-delay: 10s;

	@keyframes easteregg {
		0% {
			transform: rotate(0deg);
			animation-delay: 10s;
		}

		100% {
			transform: rotate(360deg);
		}
	}
}*/
@media (hover: none) {
  #cookiemonster {
    display: none;
  }
}