/* Custom styles for SpiceNerds
   generationdigitale.net | 2019
*/

/* my fonts */

@import url("//hello.myfonts.net/count/36fd50");
@font-face {
  font-family: 'FuturaPT-Book';
  src: url('webfonts/36FD50_0_0.eot');
  src: url('webfonts/36FD50_0_0.eot?#iefix') format('embedded-opentype'), url('webfonts/36FD50_0_0.woff2') format('woff2'), url('webfonts/36FD50_0_0.woff') format('woff'), url('webfonts/36FD50_0_0.ttf') format('truetype');
}

@font-face {
  font-family: 'FuturaPT-BookObl';
  src: url('webfonts/36FD50_1_0.eot');
  src: url('webfonts/36FD50_1_0.eot?#iefix') format('embedded-opentype'), url('webfonts/36FD50_1_0.woff2') format('woff2'), url('webfonts/36FD50_1_0.woff') format('woff'), url('webfonts/36FD50_1_0.ttf') format('truetype');
}

@font-face {
  font-family: 'FuturaPT-Bold';
  src: url('webfonts/36FD50_2_0.eot');
  src: url('webfonts/36FD50_2_0.eot?#iefix') format('embedded-opentype'), url('webfonts/36FD50_2_0.woff2') format('woff2'), url('webfonts/36FD50_2_0.woff') format('woff'), url('webfonts/36FD50_2_0.ttf') format('truetype');
}

html {
  height: 100%;
  background-color: rgb(254, 254, 254);
  font-size: 16px;
}

body {
  background-color: rgb(254, 254, 254);
  font-family: 'FuturaPT-Book', 'Helvetica', sans-serif;
  letter-spacing: 0;
  color: #444;
  font-size: calc(16px + 4 * ((100vw - 320px) / 960));
  line-height: calc(1.2em + 0.6 * ((100vw - 20em) / 60));
}

h1, h2, h3, h4, h5, h6, .headline, .content h1, .content h2, .content h3, .content h4, .content h5, .content h6, strong, .is-h1, .is-h2, .is-h4, .is-h5, .is-h6 {
  font-family: 'FuturaPT-Bold', Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: .5em;
}

h1, .is-h1 {
  font-size: calc(16px + 1.4vw);
}

h2, .is-h2 {
  font-size: calc(16px + 1.2vw);
}
h1.headline,
h2.subline {
  padding-left: .75rem;
  padding-right: .75rem;
}
h3, .is-h3 {
  font-size: calc(16px + .75vw);
}

h3.rezept-zutaten-headline {
  margin-top: 1rem;
}

h4, .is-h4 {
  font-size: calc(16px + .65vw);
}

h5, .is-h5 {
  font-size: calc(16px + .55vw);
}

h6, .is-h6 {
  font-size: calc(16px + .45vw);
}

.is-h3.icon-time, .is-h3.icon-person {
  font-size: calc(16px + .45vw);
}
.article-text-centered h1, h2 {
  text-align: center;
}
.content h3:not(:first-child) {
  margin-top: 0;
}

strong {
  font-weight: 500;
}

img {
  display: block;
}

.content h1.headline, .content h1, .content h1:not(:first-child) {
  letter-spacing: 0;
  margin-top: 0
}

.contactform h1.headline, .contact h2.headline {
  text-align: center;
}

.content ul {
  list-style: disc inside;
}

.input, .textarea {
  border-radius: 0;
}

a.button.is-sn {
  border-radius: 0;
  font-weight: 700;
  box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

a.button.is-sn:hover {
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
  transition: box-shadow .2s ease-in-out;
}

/* Top */

/* USP-Banner vor Header 16-07-20 US */
.uspSection {
	background-color: #fff;
    display: block;
}
.header .container.usp {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.usp {
  font-size: 14px;
  font-weight: 900;
  color: #222;
  line-height: 1;
  padding: 8px 0 4px 8px;
}
.usp span {
  display: inline-flex;
  align-items: center;
}
.usp span + span {
  margin-left: 20px;
}
.usp svg {
  height: 14px;
  width: auto;
  margin-right: 4px; 
}
.fa-truck {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}

@media (max-width: 700px) {
	.header .container.usp {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}
	.usp span:last-child {display:none;}
	.usp {line-height: 1.4;}
}



.header {
  border-bottom: solid 0px rgba(51, 51, 51, 0);
  background-color: rgba(110,155,53,1);
}




@media screen and (min-width: 1087px) {
  section.header {
    position: fixed;
    z-index: 1800;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.3);
    width: 100vw;
  }
  .home .slider, .cat .main, .product .main, .about .main, .contact .main, .imprint .main, .presse .main, .faq .main, .privacy .main {
    padding-top: 52px;
  }
}
.home .product-teaser-row h3 {
    text-align: center;
}
.header .container {
  display: grid;
  grid-template-rows: 1fr;
}

.section {
  padding: 0;
}

.columns {
  margin: 0 !important;
}

.header .column {
  padding: .5rem 0 0 2rem;
}

.header .tsr {
  padding-left: 1.667rem;
}

.header .tsr img {
  max-height: 200px;
}

.header .brand {
  /* LOGO */
  display: flex;
  align-items: center;
  padding-left: 0;
  padding-top: 0.25rem;
  grid-row: 1;
}

.logo img {
  height: 30px;
}

.shop {
  text-align: right;
  padding-right: 30px !important;
}

.shop img {
  max-width: 45px;
  opacity: 0;
}

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

/* Top navigation */

.header .navbar {
  background: transparent;
}

.navbar {
  font-family: 'FuturaPT-Bold', Helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: 0;
}

.navbar-item {
  padding: 1rem 1rem .5rem 1rem;
  color: rgba(255,255,255,.75);
}
@media (min-width: 1088px){
	.top-navigation {
		grid-row: 1;
		margin-left: auto;
	}
}
.top-navigation a.navbar-item.current, .top-navigation a.navbar-item.current:hover, .top-navigation a.navbar-item:hover {
  color: rgba(255,255,255,1);
}

.navbar-link.is-active, .navbar-link:hover, a.navbar-item.is-active, a.navbar-item:hover {
  background: transparent;
}

/* Slider */

.slider {
  overflow: hidden;
}

.slider img {
  display: block;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: rgba(0, 0, 0, .3);
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: rgba(0, 0, 0, .6);
}

/* Footer global */

footer {
  background-color: rgba(206, 90, 49, 1);
  margin-top: 5rem;
  width: 100vw;
  position: fixed;
  z-index: 101;
  bottom: 0;
}

footer .container {
  padding: .5rem 1.667rem;
}

footer a.link {
  padding: 0 .5em;
}

footer a.link:first-child {
  padding-left: 0;
}

footer a.link:last-child {
  padding-right: 0;
}

footer a.link span, footer a.link span:hover, footer a.link span:active, footer .copy {
  background: transparent;
  color: #fff;
  text-decoration: none;
}

footer a.link span:hover {
  border-bottom: 1px solid #fff;
  padding-bottom: .2em;
}

footer a.smoothScroll {
  background: url(../img/arrow-up-bold.svg) no-repeat 0 -3px;
  opacity: 0;
}

footer a.smoothScroll:hover, footer a.smoothScroll:active {
  opacity: 1;
}

footer a.smoothScroll span {
  display: inline-block;
  width: 30px;
  height: 21px;
  opacity: 0;
  overflow: hidden;
}

footer .column.is-1.social {
  display: inline-flex;
  justify-content: space-around;
  align-items: center;
}

footer {
  font-size: 16px;
}

footer .column.navi.is-hidden-touch {
  text-align: right;
}

/* Wrapper container */

.wrapper.container {
  background-color: #ffffff;
  box-shadow: none;
  position: relative;
  overflow: hidden;
  padding-bottom: 150px;
}

/* Page specific */

/* Home */

.home .main .container .content {
  padding: 0;
  text-align: left;
}

.home .main .container:first-child .content {
  margin-top: 6rem;
  padding: 0;
}

.home footer::after {
  background-image: none;
  height: 0;
}

.column.is-7.intro {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0;
}

.teaser-title, .product-teaser-row, .about-teaser-title, .contact-teaser-row, .edit-teaser, .rezept-teaser-title {
  margin-top: 5rem !important;
}

@media (max-width: 768px) {
    .home .main .container:first-child .content, .edit-teaser:first-child {
    	margin-top: 0 !important;
  }
	.columns.edit-teaser {
		display: flex;
		flex-direction: column;
	}
	.intro {
		order: -1;
	}
}

.rezept-der-woche .column.is-6:nth-child(1) {
  padding: 0 .5em 0 0;
}

.rezept-der-woche .column.is-6:nth-child(1) img {
  display: block;
}

.rezept-der-woche .column.is-6:nth-child(2) {
  background-color: #f1f1f1;
  padding: 1.5rem;
}

.rezeptliste .main .column {
  padding: 3rem;
  background-color: #f1f1f1;
  margin: .5rem;
}

@media screen and (max-width: 1088px) {
  .main {
    padding: 1rem;
  }
  .rezeptliste .main .column {
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .rezeptliste .main .columns {
    margin-top: 2rem !important;
  }
}

.rezept .subnavi {
  display: none;
}

.rezeptliste .rezept-zutaten-headline {
  margin-top: 2.5rem;
}

.rezeptliste .no-padding img {
  object-fit: cover;
  height: 100%;
}

.rezeptliste .content h1, .rezeptliste .content h2 {
  text-align: center;
}

.zutaten {
  margin-bottom: 1rem;
}

.zutaten span {
  display: block;
  /* line-height: 1.4em; tbd */
}

.rezept h1:first-child {
  margin-bottom: 1rem;
}

.rezept .produktbild {
  margin: auto;
}

.no-padding {
  padding: 0 !important;
}

.product-teaser-row {
  flex-wrap: wrap;
}

.product-teaser-row .column img {
  max-width: 50%;
  display: block;
  margin: 0 auto;
}

.is-h3.icon-time, .is-h3.icon-person {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "FuturaPT-Book", Helvetica, sans-serif;
}

.half {
  display: inline-flex;
  flex-basis: 50%;
  align-items: center;
}

.is-h3.icon-time img, .is-h3.icon-person img {
  width: 40px;
  opacity: .5;
}

.button {
  font-size: 1.1rem;
}

.button.is-success, .button.is-primary {
  border-radius: 17px;
  border-width: 2px;
  font-family: "FuturaPT-Bold", Helvetica, sans-serif;
}

.btn-link {
  margin: 1rem 0;
}

.button.is-warning, .button.is-warning.is-outlined {
  font-family: "FuturaPT-Bold", Helvetica, sans-serif;
  background: #fff;
  border-width: 2px;
  border-radius: 17px;
  border-color: orange;
  color: orange;
}

.button.is-warning {
  color: #fff;
  background-color: orange;
}

.button.is-warning:hover {
  background-color: #fff;
  color: orange;
  border-color: orange;
}

.button.is-warning.is-outlined:hover {
  border-color: orange;
  background-color: orange;
  color: #fff;
}

.button.is-success {
  background-color: rgba(93, 184, 89, 1);
  color: #fff;
}

.button.is-success:hover {
  background-color: rgba(93, 184, 89, 0);
  border-color: rgba(93, 184, 89, 1);
  color: rgba(93, 184, 89, 1);
}

.about-teaser-text .color2 {
  color: #fff;
  background-color: rgba(196, 212, 77, 1);
  padding: 3rem 5rem;
}

.about-teaser-text .color2 h2 {
  color: #fff;
}

.about-teaser-text .buttons {
  display: flex;
  justify-content: space-between;
}

.about .column.is-6 img {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .about .column.is-6 img {
    margin: auto;
  }
}
@media screen and (max-width: 1087px) {
  .home .wrapper.container .after {
    height: 100px;
    width: 150px;
    position: absolute;
    bottom: 15px;
    right: -23px;
    z-index: 100;
  }
}

/* Category */

.cat .wrapper.container {
  width: 100%;
  overflow: hidden;
  background-size: 100% auto;
}

.cat.cat.cat--toppings .wrapper.container {
  width: 100%;
  overflow: hidden;
  background-size: 100% auto;
}

.cat .section.main {
  position: relative;
  z-index: 200;
}

.container.products {
  max-width: 90%;
  margin-bottom: 50px;
}

.cat .main .content {
  text-align: center;
  margin: 90px auto 30px;
  max-width: 65ch;
}

.cat .main .container .content p {
    max-width: 50ch;
    line-height: 1.2;
    margin: 0 auto;
}

.rezept-liste .main, .rezept .main, .main .content {
  margin-top: 90px;
}

.cat .main .content h4.subline {
  padding-bottom: 2.5rem;
}

.cat .column.product a {
  color: #4a4a4a;
  display: flex; 
  justify-content: center;
  align-items: center;
}

.cat .product a img {
  transition: scale 1s ease-in-out;
}

.cat .product a:hover img {
  transform: scale(1.1);
}

.cat .column.product figure {
  background-color: transparent;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  min-height: 700px;
}

.cat.cat--gemuese .column.product figure {
  min-height: 500px;
}

.cat.cat--salat .column.product:first-child figure {
  background: transparent;
}

.cat.cat--salat .column.product:nth-child(2) figure {
  background: transparent;
}

.cat.cat--salat .column.product:last-child figure {
  background: transparent;
}

.cat .column.product figure>img {
  max-height: 415px;
  display: block;
  margin-left: 2rem;
}

.cat .column.product figure figcaption {
  text-align: center;
  padding: 1rem;
  min-height: 12rem;
}

.cat .column.product figure figcaption p {
  font-family: 'FuturaPT-Book', 'Helvetica', sans-serif;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  margin-top: 1rem;
}

.cat .column.product figure figcaption>img {
  max-height: 26px;
  margin: 0 auto;
}

.cat footer {
  background-color: rgba(206, 90, 49, 1);
  height: auto;
  width: 100vw;
  margin-top: 5rem;
  position: fixed;
  bottom: 0;
  z-index: 101;
}

.cat footer a.link span:hover {
  border-bottom: 1px solid #fff;
}

.cat footer .column.is-3, .cat footer a.link span, .cat footer a.link span:hover, .cat footer a.link span:active {
  color: #fff;
}

.cat footer a.link span, .cat footer a.link span:hover, .cat footer a.link span:active {
  color: #fff;
}

/* Products page */

/* Subnavi */

section.subnavi {
  padding-top: 0px;
  margin: 0;
  background-color: rgba(150,192,32,1);

}

@media screen and (min-width: 1087px) {
  section.subnavi {
    padding-top: 76px;
    margin: 0;
	width: 100%;
  }
  .subnavi .columns {
  	display: grid;
	grid-template-columns: 1fr repeat(6, minmax(0, 130px));
	grid-template-rows: 1fr;
  }
  .subnavi .product--link:nth-child(1) {
  	grid-column: 2;
  }
  .subnavi .product--link:nth-child(2) {
  	grid-column: 3;
  }
  .subnavi .product--link:nth-child(3) {
  	grid-column: 4;
  }
  .subnavi .product--link:nth-child(4) {
  	grid-column: 5;
  }
  .subnavi .product--link:nth-child(5) {
  	grid-column: 6;
  }
  .subnavi .product--link:nth-child(6) {
  	grid-column: 7;
  }
}
.product--link a {
  background-size: 70% auto;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: auto;
  height: auto;
  overflow: hidden;
  transition: all ease-in 300ms;
  opacity: .75;
  padding: 0;
  font-family: FuturaPT-Bold;
  font-size: 14px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .product--link a {
	background-size: 50% auto;}
}
.product--link a.current,
.product--link a:hover,
.product--link a:focus {
    opacity: 1;
}
/*
.product--link:nth-child(1) a {
  background-image: url(../img/subnav/radical-radish-active.png);
}
.product--link:nth-child(2) a {
  background-image: url(../img/subnav/yellow-mellow-active.png);
}
.product--link:nth-child(3) a {
  background-image: url(../img/subnav/nippon-express-active.png);
}
.product--link:nth-child(4) a {
  background-image: url(../img/chiChlorella-active.png);
}
.product--link:nth-child(5) a {
  background-image: url(../img/moRocNRoll-active.png);
}
.product--link:nth-child(6) a {
  background-image: url(../img/vivaAviv-active.png);
}
*/
/* Product */

.product .main {
  max-width: 90%;
  margin: 0 auto;
}

.product figure {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

.product .column.is-6 figure img {
  max-width: 60%;
}

.cat.cat--gemuese .product figure img {
  max-width: 70%;
}

.product.product--vulcano figure {
  background: transparent;
}

.product.product--green-madness .product--img {
  background: transparent;
}

.product.product--juicy-lucy .product--img {
  background: transparent;
}

.product.product--radical-radish .product--img {
  background: transparent;
}

.product.product--yellow-mellow .product--img {
  background: transparent;
}

.product.product--nippon-express .product--img {
  background: transparent;
}

/* Product badge */

.product .product--img figure figcaption {
  width: 120px;
  height: 120px;
  background: #000000;
  border-radius: 50%;
  position: absolute;
  top: 20%;
  left: 20%;
  color: #fff;
  transform: rotate(-15deg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: 'FuturaPT-Bold', 'Helvetica', sans-serif;
  padding: .5em;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 1087px) {
  .product .product--img figure figcaption {
    top: 0;
  }
}

@media screen and (max-width: 500px) {
  .product .product--img figure figcaption {
    display: block;
    top: 40px;
    left: 30px;
    width: 100px;
    height: 100px;
    transform: rotate(-15deg);
  }
}

.product.product--vulcano .product--img figure figcaption,
.product.product--green-madness .product--img figure figcaption,
.product.product--juicy-lucy .product--img figure figcaption,
.product.product--radical-radish .product--img figure figcaption,
.product.product--yellow-mellow .product--img figure figcaption,
.product.product--nippon-express .product--img figure figcaption,
.product.product--chi-chlorella .product--img figure figcaption,
.product.product--morocnroll .product--img figure figcaption,
.product.product--viva-aviv .product--img figure figcaption
{
  display: none;
}

/* Product description */

.product .product--desc h2 {
  line-height: 1.1;
  text-align: left;
}

.ingredients {
  padding-bottom: 1.75rem;
}

.ingredients span {
  font-family: 'FuturaPT-BookObl';
  letter-spacing: 0;
}

.ingredients span::after {
  display: inline-block;
  content: "";
  height: 4px;
  width: 4px;
  background-color: #000;
  border-radius: 50%;
  margin: 0 5px 3px;
}

.ingredients span:last-child::after {
  display: inline-block;
  content: "";
  height: 4px;
  width: 4px;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 5px 3px;
}

.product .product--desc p {
  margin: 1.5rem 0;
}

.product .product--desc p:first-of-type {
  margin: 0 0 1.5rem;
}

.product footer .column.is-3, .product footer a.link span, .product footer a.link span:hover, .product footer a.link span:active {
  color: #fff;
}

.product footer a.link span, .product footer a.link span:hover, .product footer a.link span:active {
  color: #fff;
}

/* Toppings page */

.cat.cat--toppings main {
  min-height: 600px;
  padding-top: 3rem;
}

.cat.cat--toppings .container .content {
  max-width: 70%;
  margin: 2.5rem auto;
}

/* About + contact page */

.about .wrapper.container {
  background: none;
}

.about .wrapper.container .columns, .rezept .main .columns {
  flex-wrap: wrap;
}

.about .wrapper.container .column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about .wrapper.container .column.intro {
  align-items: center;
}

.contact .wrapper.container, .imprint .wrapper.container, .terms .wrapper.container, .privacy .wrapper.container {
  background: none;
  background-size: contain;
}

.about .container .content, .contact .container .content, .imprint .wrapper.container .content, .terms .wrapper.container .content, .privacy .wrapper.container .content, .faq .wrapper.container .content, .presse .wrapper.container .content {
  margin: 2.5rem auto 0;
  padding: 0 5rem 5rem;
}

.about .container .content {
  align-items: center;
  padding: 0 5rem;
}

.contact .main .container:last-child .content, .imprint .main .wrapper.container:last-child .content, .terms .main .wrapper.container:last-child .content, .privacy .main .wrapper.container:last-child .content {
  margin-bottom: 0px;
}

.about .container .content p, .imprint .wrapper.container .content p, .terms .wrapper.container .content p, .privacy .wrapper.container .content p {
  max-width: initial;
  margin: 0;
}

.about footer, .contact footer, .imprint footer, .terms footer, .privacy footer {
  display: flex;
  align-items: flex-end;
  width: 100vw;
  background-color: rgba(206, 90, 49, 1);
  height: auto;
}

.about footer a.link span:hover, .contact footer a.link span:hover, .imprint footer a.link span:hover, .terms footer a.link span:hover, .privacy footer a.link span:hover {
  border-bottom: 0px solid #fff;
}

.about footer .column.is-3, .contact footer .column.is-3, .imprint footer .column.is-3, .terms footer .column.is-3, .privacy footer .column.is-3, .about footer a.link span, .about footer a.link span:hover, .about footer a.link span:active, .contact footer a.link span, .contact footer a.link span:hover, .contact footer a.link span:active, .imprint footer a.link span, .imprint footer a.link span:hover, .imprint footer a.link span:active, .terms footer a.link span, .terms footer a.link span:hover, .terms footer a.link span:active, .privacy footer a.link span, .privacy footer a.link span:hover, .privacy footer a.link span:active {
  color: #fff;
}

/* Special typo styles in contact page */

.contact .main .container .content p {
  font-family: 'FuturaPT-Book', 'Helvetica', sans-serif;
}

/* Contact page + contact form styles */

.form-handler {
  width: 70%;
  margin: 1.5rem auto;
}

.form-handler .formgroup {
  width: 100%;
}

.form-handler .formgroup:nth-child(2) {
  margin-top: 1.5rem;
}

.form-handler .control .button {
  border: 2px solid orange;
  border-radius: 17px;
  color: orange;
  /* font-size: 1.1rem; */
  font-weight: 700;
  transition: none;
}

.form-handler .control:first-child .button {
  background-color: orange;
  color: #fff;
  margin-right: 3rem;
}

.form-handler .control .button:hover {
  box-shadow: 0 0 0 0;
  background-color: orange;
  color: #fff;
}

.form-handler .control:first-child .button:hover {
  background-color: #fff;
  color: orange;
}

.column.download a {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.column.download a img {
  max-width: 100px;
  height: auto;
  display: block;
  margin-bottom: .5rem;
}

.column.is-6.no-padding {
  background-color: transparent;
}

/* Styles for new category "Jobs" */

.job-detail .subnavi .columns {
  display: inline-flex;
}
.job-detail .column.product--link {
  display: inline;
}
.job-detail .subnavi .container {
  text-align: center;
}
.job-detail p, .job-detail ul {
  max-width: 70ch;
  margin: auto;
}
.job-detail li {
  list-style-position: outside;
  margin-left: 2em;
}
.job-detail .headline-wrap {
	max-width: 70ch;
	margin: 0 auto;
}


/* Cookie Consent additional styles */

.cc-window.cc-banner {
  margin: 0 auto;
  padding: 2.8em 1.8em 1.8em;
}

.cc-compliance a.cc-btn.cc-dismiss {
  max-width: 220px;
}

.cc-compliance a.btn-close {
  width: 25%;
  max-width: 60px;
}

.cc-btn, .cc-compliance a.btn-close {
  display: block;
  padding: .4em .8em;
  border-width: 2px;
  border-style: solid;
  font-size: .9em;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}

.cc-btn {
  margin: 0 2%;
}

.cc-compliance a.btn-close {
  text-align: center;
  color: silver;
}

.cc-compliance a.btn-close {
  background: none;
  border: none;
  line-height: 1.0rem;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  text-decoration: none;
  padding-left: 1.8em;
}

.cc-compliance a.btn-close:hover, .cc-compliance a.btn-close:focus {
  color: #fff;
}

.cc-banner .cc-message {
  display: block;
  margin-top: 3em;
  text-align: center;
}

.cc-message {
  text-align: left;
}

.cc-window.cc-floating {
  padding-top: 3em;
}

.cc-floating .cc-compliance a.cc-btn.cc-dismiss {
  margin-left: 0;
}

.cc-revoke, .cc-window {
  display: block;
  float: left;
  text-align: center;
}

.cc-compliance {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 2em;
}

.cc-compliance a.btn-close {
  display: flex;
  padding: .5em 80px .5em 80px;
  font-size: .9em;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  outline: 1px solid;
  justify-content: center;
  margin: 1em auto;
}

.cc-compliance a.btn-close::after {
  border: none;
}

@media (max-width: 500px) {
  .cc-banner .cc-message {
    margin-top: 1em;
  }
  .cc-floating .cc-compliance a.cc-btn.cc-dismiss {
    margin-left: 0;
    margin-right: 0;
  }
  .cc-compliance {
    flex-direction: column;
    margin-top: 2em;
  }
  .cc-compliance a.btn-close {
    display: flex;
    padding: .5em 80px .5em 80px;
    font-size: .9em;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    outline: 1px solid;
    justify-content: center;
    margin: 1em auto;
  }
  .cc-compliance a.btn-close::after {
    border: none;
  }
}

/* CR Client 31-03-20 */

.cc-color-override-1787663820.cc-window {
  background-color: rgba(0, 0, 0, .65) !important;
  display: block;
  color: rgb(255, 255, 255) !important;
  height: 60vh;
  position: fixed;
  top: 50%;
  transform: translatey(-50%);
}
/* OptOut Cookies */
.content.settings {
	margin-top: 0 !important;
	padding-bottom: 0 !important;
}
.accordions {
  margin: 2.5rem 0;
}

.accordion-item.is-active {
  margin-bottom: .5em;
}

.accordion-header {
  background: #c5c5c5 url(/css/images/icon-open-down.png) no-repeat 99% 50%;
  display: block;
  padding: .5em;
  font-weight: 700;
  color: #444;
  cursor: pointer;
}

.accordion-item.is-active .accordion-header:focus, .accordion-item.is-active .accordion-header:hover {
  background: #c5c5c5 url(/css/images/icon-close-up.png) no-repeat 99% 50%;
}

.accordion-body {
  visibility: hidden;
  opacity: 0;
  height: 0;
  padding: 0;
  line-height: 1.5;
  border: 1px solid #c5c5c5;
  transition: height .5s ease-in-out;
}

.accordion-item.is-active .accordion-body {
  visibility: visible;
  opacity: 1;
  height: auto;
  padding: 1em;
}

.accordion-content {
  margin-bottom: 1em;
}

.optOut-link {
  display: flex;
  position: relative;
  color: rgba(0, 0, 0, .6);
  line-height: 1;
  transition: .5s;
}

.optOut-link::before {
  content: "";
  width: 60px;
  height: 30px;
  display: block;
  border: 2px solid #c5c5c5;
  border-radius: 30px;
  margin-right: .5em;
}

.optOut-link::after {
  content: "";
  width: 27px;
  height: 27px;
  display: block;
  border: 1px solid #c5c5c5;
  border-radius: 50%;
  margin-right: .5em;
  position: absolute;
  left: 2px;
  top: 2px;
  background: linear-gradient(118deg, #32CD32, #d8d32a, #00FFFF, #df37ff);
  background-size: 500% 500%;

  -webkit-animation: hyper 2s linear infinite;
  -moz-animation: hyper 2s linear infinite;
  -o-animation: hyper 2s linear infinite;
  animation: hyper 2s linear infinite;
}
.optOut-link::after:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(50, 205, 50, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(50, 205, 50, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(50, 205, 50, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(50, 205, 50, 0.4);
    box-shadow: 0 0 0 0 rgba(50, 205, 50, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(50, 205, 50, 0);
      box-shadow: 0 0 0 10px rgba(50, 205, 50, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(50, 205, 50, 0);
      box-shadow: 0 0 0 0 rgba(50, 205, 50, 0);
  }
}

@-webkit-keyframes hyper {
    0%{background-position:18% 0%}
    50%{background-position:83% 100%}
    100%{background-position:18% 0%}
}
@-moz-keyframes hyper {
    0%{background-position:18% 0%}
    50%{background-position:83% 100%}
    100%{background-position:18% 0%}
}
@-o-keyframes hyper {
    0%{background-position:18% 0%}
    50%{background-position:83% 100%}
    100%{background-position:18% 0%}
}
@keyframes hyper { 
    0%{background-position:18% 0%}
    50%{background-position:83% 100%}
    100%{background-position:18% 0%}
}
.deactivated {
  display: flex;
  align-items: center;
  position: relative;
  line-height: 1;
  transition: .5s;
}

.deactivated::before {
  content: "";
  width: 60px;
  height: 30px;
  display: block;
  border: 2px solid #c5c5c5;
  border-radius: 30px;
  margin-right: .5em;
}

.deactivated::after {
  content: "";
  width: 27px;
  height: 27px;
  display: block;
  border: 1px solid #c5c5c5;
  border-radius: 50%;
  margin-right: .5em;
  position: absolute;
  left: 32px;
  top: 2px;
  background: #c5c5c5;
}

/* Google Store Locator Map */

.embed-ratio > a{
	position: relative;
	padding-bottom: 50%;
	height: auto;
	max-width: 70%;
	margin: 0 auto;
	overflow: hidden;
	display: block;
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.embed-ratio a > iframe {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100% !important;
	height: 100% !important;
	transform: translateX(-50%);
}
.embed-item {
    margin: 1em auto;
    text-align: center;
}
.embed-ratio a.GoogleMaps {
    background: url(/img/uk-icon-location-930x790.png) no-repeat center;
    background-size: cover;
    display: block;
    min-width: 400px;
    min-height: 400px;
    border: 1px solid rgba(255, 165, 0, .5);
    margin: 0 auto 1rem;
    position: relative;
}
.embed-ratio a.GoogleMaps > h4 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 12%;
}
.embed-ratio a.GoogleMaps:hover > h4 span {
    border-color: currentColor;
}
/* Responsive views */
@media screen and (max-width: 768px) {
.google360pano,
.embed-ratio {
	position: relative;
	padding-bottom: 75%;
	overflow: hidden;
	width: 100%;
	max-width: 100%;
	}
.google360pano iframe,
.embed-ratio iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	transform: translateX(0);
	}
  }
@media screen and (max-width: 1086px) {
  /* Header */
  .header .container {
    display: flex;
    flex-direction: column-reverse;
  }
  .header .container .brand {
    position: absolute;
    top: 10px;
    left: 20px;
  }
  .header .container .brand .shop {
    display: none;
  }
  .header .container .column.is-4 a/* .logo img.is-hidden-tablet */
    {
    width: 55%;
    position: absolute;
    top: 6px;
    left: 8px;
    z-index: 130;
  }
  /* Mobile navigation */
  .header .container .top-navigation {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
  }
  .navbar-burger {
	margin-right: 20px;
  }
  .top-navigation .navbar-burger span {
    height: 2px;
    width: 24px;
    color: #fff;
  }
  .navbar-burger:hover {
    background-color: rgba(0, 0, 0, 0);
  }
  .navbar-menu {
    box-shadow: none;
    text-align: center;
  }
  .navbar-start.is-expanded,
  .subnavi .columns{
    display: grid;
    /*grid-template-rows: repeat(14, 1fr);*/
    grid-template-columns: 1fr 1fr;
  }
  .salat .subnavi .product--link:last-child {
    grid-column: 1/3;
  }
  .navbar-start.is-expanded a:first-child,
  .navbar-start.is-expanded a:last-child {
    grid-row: 1;
  }
  /* Main */
  .home .main {
    padding-top: 0 !important;
  }
  .home .main .container .content {
    padding: 0;
    text-align: center;
    max-width: 95%;
    margin: 0 auto;
  }
  .content h1.headline, .content h1 {
    letter-spacing: 0;
  }
  .home .main .container:first-child .content {
    margin-top: 0;
  }
  .main .container .content h1:first-child {
    padding: 0rem .5rem 1rem;
  }

  /* Categories */
  .container.products {
    margin-bottom: 0;
  }
  .cat .column.product figure {
    min-height: auto;
  }
  .cat.cat--gemuese .column.product figure {
    min-height: auto !important;
  }
  .cat.cat--gemuese .column.product figure {
    min-height: auto;
    margin-bottom: 30px;
  }
  .cat .column.product figure>img {
    margin-left: 1rem;
  }
  .cat .column.product figure figcaption {
    text-align: center;
    padding: 1rem .5rem 1rem;
  }
  .cat .column.product figure figcaption p {
    padding: 0;
  }
  /* Footer */
  .cat footer, .about footer, .product footer, .contact footer, .imprint footer, .terms footer, .privacy footer {
    background-color: #e94c26;
    height: 130px;
    display: none;
  }
  footer .columns {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
    position: relative;
    z-index: 150;
  }
  footer .columns .column:nth-of-type(1) {
    order: 1;
  }
  footer .columns .column:nth-of-type(2) {
    order: 2;
  }
  footer .columns .column:nth-of-type(3) {
    order: 3;
  }
  /* Cat toppings */
  .cat.cat--toppings .container .content {
    max-width: 90%;
    margin: 50px auto;
  }
  .cat .wrapper.container, .cat.cat.cat--toppings .wrapper.container {
    width: 100%;
    overflow: hidden;
    background-image: none;
    background-size: 100% auto;
  }
  .about .wrapper.container, .contact .wrapper.container, .imprint .wrapper.container, .terms .wrapper.container, .privacy .wrapper.container, .product .wrapper.container {
    background-image: none;
  }
  .about .container .content, .contact .container .content, .imprint .wrapper.container .content, .terms .wrapper.container .content, .privacy .wrapper.container .content {
    padding: 0;
  }
  .about .container .content, .product .container .content, .product .main, .contact .container .content, .imprint .container .content, .terms .container .content, .privacy .container .content, .main .container .content, .columns.content-content{
    max-width: 90%;
    margin: 0 auto 3.5rem !important;
  }
  .column.is-4.logo .is-hidden-tablet {
    display: block !important;
    max-height: 58px;
  }
  .column.is-4.logo img.is-hidden-mobile {
    display: none !important;
  }
  .product footer .column.is-6 {
    height: 0;
    padding: 0;
  }
  .is-h3.icon-time img, .is-h3.icon-person img {
    width: 30px;
  }
}

@media screen and (max-width: 768px) {
  .rezeptliste .main .column.intro {
	order: -1;
  }
  .header .container .column.is-4.logo img.is-hidden-tablet {
    max-width: 200px;
    position: absolute;
    top: 6px;
    left: 8px;
  }
  .contact .main .container .content p {
    letter-spacing: 0;
  }
  .rezeptliste .main {
    padding: 0 1rem;
  }
  .rezeptliste .main .columns {
    display: flex;
    flex-direction: column;
  }
  .rezeptliste .main .column.is-6.no-padding img {
    margin: 0 auto;
    width: 100%
  }
  .rezeptliste .main .column:not(.no-padding) {
    padding: 15px;
  }
  .is-h3.icon-time, .is-h3.icon-person {
    flex-direction: column;
    align-items: flex-start;
  }
  .about .columns {
    display: flex;
    flex-basis: 100%;
    flex-shrink: 0;
    flex-direction: column;
    flex-wrap: nowrap !important;
  }
  .about .wrapper.container .column {
    display: block;
  }
  footer .column.is-1.social {
    justify-content: center;
  }
  footer .column.is-1.social a img:last-child {
    margin: 0 1rem;
  }
  .is-h3.icon-time img, .is-h3.icon-person img {
    width: 30px;
  }
  .home .columns.edit-teaser:nth-child(2),
  .home .columns.edit-teaser:nth-child(5){
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .home .columns.edit-teaser .is-6.intro {
    padding: 0;
  }
  .home .rezept-der-woche {
    display: flex;
    flex-direction: column;
  }
  .home .rezept-der-woche .column.is-6:nth-child(1) {
    padding: 0;
  }
  .home .rezept-der-woche .column.is-6 img {
    width: 120%;
  }
  .home .is-h3.icon-time.icon-person span img {
    width: 30px;
  }
}

@media only screen and (min-width:500px) and (max-width: 1024px) and (orientation: portrait) {
  .header .container .columns.brand {
    flex-direction: column;
  }
}

footer .alt-teaser {
  display: none;
}

@media only screen and (min-width:500px) and (max-width: 1024px) and (orientation: landscape) {
  .tsr.rotate {
    display: none;
  }
  footer .alt-teaser {
    display: inline;
  }
}

@media only screen and (max-width: 767px) {
  body {
    letter-spacing: 0;
  }
  .main .container .content h1:first-child {
    padding: 2rem 0 1rem;
  }
}

@media (min-width: 480px) and (max-width: 599px) {
  .product .product--img figure figcaption {
    left: 20%;
    top: 20%;
    width: 100px;
    height: 100px;
  }
}

/* Spicenerds Landingpage Crowdfunding 27-09-19/ US */

@media (max-width: 768px) {
  .sticky.banderole {
      right: auto;
      left: 50%;
      transform: translateX(-50%);
  }
  .landing .main .content:first-of-type {
    margin-top: 0px;
  }
  .landing .main .columns {
    display: flex;
    flex-direction: column;
  }
  .landing .main .content:first-of-type {
    margin-top: 0px;
  }
  .landing .main .columns:nth-of-type(2),
  .landing .main .columns:nth-of-type(3) {
    flex-direction: column-reverse;
  }
  .landing .main {
  padding-bottom: 125px;
  }
  .landing .main .columns,
  .landing .main .content {
    margin-top: 40px !important;
  }
}
  .landing .sticky.banderole {
    background: white;
    border: 8px solid orangered;
    box-shadow: 5px 5px 10px 0 rgba(0,0,0,.3);
    width: 170px;
    height: 170px;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 10%;
    right: 5%;
  }
  .landing .sticky.banderole .gr-logo {
    display: inline-block;
    width: 55%;
  }
  .landing .sticky.banderole .note {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    padding: 4px;
    display: inline-block;
    max-width: 80%;
    font-family: "FuturaPT-Bold", Helvetica, sans-serif;
  }
  .landing .cta-vid {
      width: 50%;
      max-width: 640px;
      display: block;
      margin: 0 auto;
  }
@media (max-width: 1087px) {
	.navbar-menu {
		background-color: rgba(110, 155, 53);
	}
}

/* Landingpage Brigitte 02.01.2020 / US */
@media screen and (max-width: 768px) {
.brigitteLP .edit-teaser {
  flex-direction: column;
  display: flex;
}
.brigitteLP .edit-teaser:nth-child(3) {
  margin-top: 0 !important;
}
.brigitteLP .edit-teaser .intro {
  order: -1;
}
.brigitteLP .edit-teaser .intro img {
  margin: 0 auto;
}
.brigitteLP .edit-teaser .intro:last-child {
  margin-top: 5rem;
}
}
/* Original Styles vom Slick Slider 14.08.2020 / US */

/* Slider */
.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Neues Modul: Testimonials Pager 13.08.2020 / US */
    .clients-wrapper h2 {
      text-align: center;
    }
    .clients-wrapper {
      max-width: 1344px;
      margin: 5rem auto 0;
      padding: 0 3rem;
      overflow: hidden;
    }

@media screen and (max-width: 500px) {
	.clients-wrapper {
		padding: 0;
	}
}

    .clients .slick-track {
      background: #fff;
	  margin-bottom: 30px;
    }

    .clients .slick-slide {
      box-sizing: border-box;
      background-color: #fff;
    }

    .clients .slick-slider {
      margin: 0 2rem;
    }

    /* Arrows */
    .slick-prev,
    .slick-next {
      font-size: 30px;
      line-height: 0;
      position: absolute;
      top: 50%;
      display: none;
      width: 20px;
      height: 20px;
      padding: 0;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      cursor: pointer;
      color: transparent;
      border: none;
      outline: none;
      background: transparent;
    }

    .slick-prev:hover,
    .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
      color: transparent;
      outline: none;
      background: transparent;
    }

    .slick-prev:hover:before,
    .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1;
    }

    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before {
      opacity: .25;
    }

    .slick-prev:before,
    .slick-next:before {
      display: block;
      font-size: 20px;
      line-height: 1;
      opacity: .75;
      color: #000;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }

    .slick-prev {
      left: -25px;
    }

    .slick-prev:before {
      content: "";
      width: 30px;
      height: 24px;
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PCEtLSBHZW5lcmF0b3I6IEdyYXZpdC5pbyAtLT48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHN0eWxlPSJpc29sYXRpb246aXNvbGF0ZSIgdmlld0JveD0iMCAwIDQwIDgwIiB3aWR0aD0iNDBwdCIgaGVpZ2h0PSI4MHB0Ij48ZGVmcz48Y2xpcFBhdGggaWQ9Il9jbGlwUGF0aF9BQlExQ2QzMWMxSXhtbkpsTExmbHNuY0YzM3JKejNYViI+PHJlY3Qgd2lkdGg9IjQwIiBoZWlnaHQ9IjgwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI19jbGlwUGF0aF9BQlExQ2QzMWMxSXhtbkpsTExmbHNuY0YzM3JKejNYVikiPjxyZWN0IHdpZHRoPSI0MCIgaGVpZ2h0PSI4MCIgc3R5bGU9ImZpbGw6cmdiKDAsMCwwKSIgZmlsbC1vcGFjaXR5PSIwIi8+PHBhdGggZD0iIE0gNDAgMCBMIDAgNDAgTCA0MCA4MCBMIDQwIDAgWiAiIGZpbGw9InJnYigwLDAsMCkiLz48L2c+PC9zdmc+');
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
    }

    .slick-next {
      right: -25px;
    }
    @media screen and (max-width: 1024px) {
      .slick-prev {left: -4px;}
      .slick-next {right: 10px;}
    }
    .slick-next:before {
      content: "";
      width: 30px;
      height: 24px;
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PCEtLSBHZW5lcmF0b3I6IEdyYXZpdC5pbyAtLT48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHN0eWxlPSJpc29sYXRpb246aXNvbGF0ZSIgdmlld0JveD0iMCAwIDQwIDgwIiB3aWR0aD0iNDBwdCIgaGVpZ2h0PSI4MHB0Ij48ZGVmcz48Y2xpcFBhdGggaWQ9Il9jbGlwUGF0aF8yTnE0eUpNUENLanJLdmNnM0VNcnRZUmxrM3E1UmlqdyI+PHJlY3Qgd2lkdGg9IjQwIiBoZWlnaHQ9IjgwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI19jbGlwUGF0aF8yTnE0eUpNUENLanJLdmNnM0VNcnRZUmxrM3E1UmlqdykiPjxyZWN0IHdpZHRoPSI0MCIgaGVpZ2h0PSI4MCIgc3R5bGU9ImZpbGw6cmdiKDAsMCwwKSIgZmlsbC1vcGFjaXR5PSIwIi8+PHBhdGggZD0iIE0gMCAwIEwgNDAgNDAgTCAwIDgwIEwgMCAwIFogIiBmaWxsPSJyZ2IoMCwwLDApIi8+PC9nPjwvc3ZnPg==');
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
    }

    /* Dots */
    .slick-dotted.slick-slider {
      margin-bottom: 20px;
    }

    .slick-dots {
      position: absolute;
      bottom: 5px;
      display: block;
      width: 100%;
      padding: 0;
      margin: 0;
      list-style: none;
      text-align: center;
    }

    .slick-dots li {
      position: relative;
      display: inline-block;
      width: 16px;
      height: 16px;
      margin: 0 10px;
      padding: 0;
      cursor: pointer;
    }

    .slick-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      width: 16px;
      height: 16px;
      padding: 10px;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: none;
      background: transparent;
    }

    .slick-dots li button:hover,
    .slick-dots li button:focus {
      outline: none;
      background: rgba(0, 0, 0, .75);
    }

    .slick-dots li button:hover:before,
    .slick-dots li button:focus:before {
      opacity: 1;
    }

    .slick-dots li button:before {
      font-size: 0px;
      line-height: 20px;
      position: absolute;
      top: 0;
      left: 0;
      width: 15px;
      height: 15px;
      content: '•';
      text-align: center;
      opacity: .25;
      color: #000;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }

    .slick-dots li.slick-active button:before {
      opacity: .75;
      color: #000;
    }

    .slick-dots li button {
      background-color: rgba(0, 0, 0, .25);
      border-radius: 50%;
      /* border: 2px solid rgba(0, 0, 0, 1); */
    }

    .slick-dots li.slick-active button {
      background: rgba(0, 0, 0, .5);
    }

    .clients .slick-slide {
      height: auto;
    }

    .clients .slick-slide figure {
      margin: 0 auto;
      padding: 20px 40px 0;
      /* Farbkleckse */
      background-position: top 20px right 10%;
      background-repeat: no-repeat;
      background-size: 160px;
    }

@media screen and (min-width: 1300px) {
  .clients .slick-slide figure {
      background-position: top 20px right 20%;
    }
}
@media screen and (max-width: 600px) {
  .clients .slick-slide figure {
      background-position: top 20px right 20%;
    }
}
    .clients .slick-slide figcaption {
      font-size: .85rem;
      font-weight: 700;
      text-align: center;
      white-space: nowrap;
    }

    .clients .slick-slide blockquote {
      font-size: 1.2rem;
      font-style: italic;
      text-align: center;
	  line-height: 1.3;
	  margin: 1em 0;
    }

    .clients .slick-slide img {
      max-width: 150px;
      width: 150px;
      border-radius: 100%;
      margin: 1em auto 0;
    }