@font-face {
  font-family: "Goldplay";
  src: url("../fonts/Goldplay-Medium.woff2") format("woff2"),
    url("../fonts/Goldplay-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Goldplay";
  src: url("../fonts/Goldplay-SemiBold.woff2") format("woff2"),
    url("../fonts/Goldplay-SemiBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

*:where(
    :not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)
  ) {
  all: unset;
  display: revert;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
a,
button {
  cursor: revert;
}
ol,
ul,
menu {
  list-style: none;
}
img {
  max-width: 100%;
}
table {
  border-collapse: collapse;
}
input,
textarea {
  -webkit-user-select: auto;
}
textarea {
  white-space: revert;
}
meter {
  -webkit-appearance: revert;
  appearance: revert;
}
::placeholder {
  color: unset;
}
:where([hidden]) {
  display: none;
}
:where([contenteditable]:not([contenteditable="false"])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}
:where([draggable="true"]) {
  -webkit-user-drag: element;
}
:root {
  --varcoffeeListPHeight: 66px;
}
html {
  font-size: 16px;
  line-height: 1.67rem;
  scroll-behavior: smooth;
}

*,
body {
  font-family: "Goldplay";
}
strong {
  font-weight: normal;
}
a {
  color: #555;
  text-decoration: underline;
}
p sup {
  line-height: inherit;
  vertical-align: 0.5em;
  font-size: 0.75em;
}
.container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.button {
  font-family: "Goldplay";
  font-weight: normal;
  white-space: nowrap;
  background: #cf0a2c;
  border-radius: 6px;
  text-decoration: none;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  line-height: 25px;
  outline: 0;
  padding: 12px 25px;
  transition: box-shadow 0.3s;
  width: fit-content;
}
.button:hover {
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.3s;
}
h1 {
  font-size: 44px;
  line-height: 52px;
  font-weight: bold;
  font-family: "Goldplay", Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 1024px) {
  h1 {
    font-size: 28px;
    line-height: 28px;
  }
}
h2 {
  font-size: 34px;
  line-height: 42px;
  font-weight: bold;
  font-family: "Goldplay", Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
h3 {
  font-size: 38px;
  line-height: 50px;
  font-family: "Goldplay", Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 32px;
    line-height: 40px;
  }
}
h4 {
  font-size: 1rem;
  line-height: 24px;
  font-weight: bold;
  font-family: "Goldplay", Arial, Helvetica, sans-serif;
}

p {
  padding: 0;
  font-size: 12px;
  line-height: 18px;
  color: #000;
  font-family: "Goldplay";
}
p + p {
  padding: 35px 0 0 0;
}
.color-aroma {
  color: #f9ab00;
}
.color-excel {
  color: #0c5a7f;
}
.color-select {
  color: #4d693d;
}
.color-class {
  color: #886758;
}
header {
  display: block;
  width: 100%;
  height: 47px;
  background-color: #fff;
}
header .container {
  position: relative;
}
header img {
  position: relative;
  width: 113px;
  height: auto;
  margin-top: 15px;
  margin-left: 45px;
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  header img {
    width: 97px;
  }
}
.stoererwrap {
  position: relative;
}
@media screen and (max-width: 480px) {
  .stoererwrap {
    margin-bottom: -30px;
  }
}
.stoererwrap .stoerer {
  display: block;
  position: absolute;
  z-index: 2;
  right: 0;
  translate: 60% 0;
  top: 120px;
  width: 240px;
  height: 240px;
}
@media screen and (max-width: 2220px) {
  .stoererwrap .stoerer {
    right: 15px;
    top: 160px;
    translate: 0;
  }
}
@media screen and (max-width: 1024px) {
  .stoererwrap .stoerer {
    top: 50%;
    translate: 0 -50%;
    width: 160px;
    height: 160px;
  }
}
@media screen and (max-width: 480px) {
  .stoererwrap .stoerer {
    position: relative;
    top: 100%;
    left: 50%;
    translate: -50% -10%;
  }
}
.hero {
  position: relative;
}

.hero--video video {
  width: 100%;
  height: auto;
}
.hero h1 {
  position: absolute;
  color: #fff;
  top: 67%;
  left: 9%;
}
@media screen and (max-width: 480px) {
  .hero h1 {
    top: 220px;
    left: 40px;
  }
}
@media screen and (max-width: 375px) {
  .hero h1 {
    top: 170px;
  }
}
.hero .background {
  line-height: 0;
  width: 100%;
}
.hero .background img {
  width: 100%;
  height: auto;
}
.hero .packshot {
  line-height: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30%;
}
@media screen and (max-width: 480px) {
  .hero .packshot {
    right: 4%;
    width: 35%;
  }
}
@media screen and (max-width: 375px) {
  .hero .packshot {
    right: 0;
    width: 30%;
  }
}
.hero .packshot img {
  width: 100%;
  height: auto;
}
.hero-text {
  padding: 70px 150px 70px 150px;
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .hero-text {
    padding: 70px 18px;
  }
}

.hero-text h1 {
  margin-bottom: 1rem;
}
.hero-text p {
  font-size: 1.25rem;
  line-height: 1.5em;
}
.hero-text p + p {
  padding-top: 0;
}
.hero-image {
  background-image: url("/images/Rote-Kaffeekirschen.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.hero-image::before {
  display: block;
  content: "";
  background-color: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.hero-image h1,
.hero-image p {
  color: #fff;
  z-index: 2;
  position: relative;
}

article.simple-content {
  padding: 135px 190px;
}
@media screen and (max-width: 768px) {
  article.simple-content {
    padding: 60px 40px;
  }
}

.banner {
  display: grid;
  grid-template-columns: 2fr 3fr 1fr;
}
.banner > div {
  background-color: #f51e26;
  color: #fff;
  padding: 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner div:first-child {
  padding: 0;
}

.banner img {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-content {
  justify-content: center;
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}

.banner-content div {
  position: relative;
  text-align: left;
  align-self: center;
  display: flex;
  flex: 1;
}

.banner-content div:nth-child(1),
.banner-content div:nth-child(2),
.banner-content div:nth-child(3) {
  flex: 1.5;
}
.banner-content div img.big {
  object-fit: contain;
  object-position: bottom;
  height: 200px;
  width: auto;
  padding-right: 0;
}
.banner-content div img.small {
  height: auto;
  width: 100px;
  object-fit: contain;
  object-position: bottom;
}
.banner-content div img.small:not(:only-child) {
  position: absolute;
  left: 25%;
  bottom: 0;
}

.banner-content div:nth-child(3) img.small {
  left: 115px;
}

.banner-content h3 {
  text-transform: uppercase;
}
.banner .banner-content:last-child {
  justify-content: start;
}
@media screen and (max-width: 768px) {
  .banner {
    display: flex;
    flex-direction: column;
  }
  .banner-content {
  }
}

@media screen and (max-width: 1100px) {
  .banner-content div img.big {
    height: 110px;
  }
  .banner-content div img.small {
    height: 45%;
    object-position: left;
  }
  .banner-content div:nth-child(3) img.small {
    left: 52%;
  }
}
@media screen and (max-width: 768px) {
  .banner-content div {
    flex: 1;
  }
  .banner .banner-content:last-child {
    justify-content: center;
    padding-top: 0;
  }
}

.coffee-compare {
  padding: 20px 18px;
}

.coffee-compare-wrapper {
  display: flex;
  position: relative;
  color: #000;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .coffee-compare-wrapper {
    flex-direction: column;
  }
}
.coffee-compare-wrapper > div {
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #f2f3f3;
  flex: 1;
  padding: 2rem;
}

@media screen and (max-width: 768px) {
  .coffee-compare-wrapper > div {
    padding: 32px 18px;
  }
}

.coffee-compare figure.productshot {
  line-height: 0;
  text-align: center;
  width: 100%;
}
.pods-compare figure.productshot {
  min-height: initial;
}
.coffee-compare figure.productshot figcaption {
  padding-top: 30px;
  padding-bottom: 10px;
  text-align: left;
}
.coffee-compare figure.productshot img {
  width: 100%;
  max-width: 80%;
  height: auto;
}

.coffee-compare figure.productshot img {
  max-width: 40%;
}
.pods-compare figure.productshot img {
  max-width: 40%;
}
.coffee-compare h2,
.coffee-compare h3,
.coffee-compare p,
.coffee-compare span {
  color: #000;
}

.coffee-compare h2 {
  margin-bottom: 2rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .coffee-compare h2 {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 28px;
    padding-left: 18px;
    padding-right: 18px;
  }
}

.coffee-compare h4 {
  text-align: left;
}
.coffee-compare p.subline {
  text-align: left;
  width: 100%;
  font-family: "Goldplay";
  font-weight: bold;
}

.title .coffee-compare p.subline {
  padding-bottom: 0;
}

.coffee-compare p.description {
  text-align: left;
  width: 100%;
  padding: 10px 0;
}

.coffee-compare .intense,
.coffee-compare .roast {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 25px;
}

.coffee-compare .intense .title,
.coffee-compare .roast .title {
}

.coffee-compare .intense .value,
.coffee-compare .roast .value {
  display: flex;
  align-items: flex-end;
}
.coffee-compare .intense .value span,
.coffee-compare .roast .value span {
  width: 14px;
  height: 19px;
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .coffee-compare .intense .value span,
  .coffee-compare .roast .value span {
    width: 14px;
    height: 23px;
  }
}
.coffee-compare .intense .value span:first-child,
.coffee-compare .roast .value span:first-child {
  margin-left: 0;
}
.coffee-compare .intense .value span {
  /* background: url(../images/compare/bean-outline.png) 0 0 no-repeat; */
  background: url('data:image/svg+xml,<svg version="1.1" id="Layer_1" xmlns:serif="http://www.serif.com/" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="530.03px" height="599.73px" viewBox="150 76.345 530.03 599.73" enable-background="new 150 76.345 530.03 599.73" xml:space="preserve"><g transform="matrix(1,0,0,1,-1152,-256)"><rect id="Icons" x="-13236.999" y="-2961.002" fill="none" width="16000" height="10000"/><g id="Icons1" serif:id="Icons"><g transform="matrix(0.638317,0.368532,-0.368532,0.638317,785.021,-208.975)"><g id="coffee-beans"><g id="coffee-bean1" serif:id="coffee-bean"></g></g></g><g id="coffee-bean-filled" transform="matrix(0.866025,0.5,-0.5,0.866025,717.879,-387.292)"><g transform="matrix(1,0,0,1,0,-0.699553)"><path fill="transparent" stroke="black" stroke-width="10px" d="M1198.861,162.32c10.263-2.187,20.763,2.45,26.05,11.513c2.476,3.888,4.363,7.125,4.363,7.125s63.75,110.738-8.463,288.251c-29.376,72.212-36.712,166.262-12.425,236.212c3.274,9.337,0.587,19.737-6.813,26.313s-18.037,8.025-26.938,3.663c-69.287-33.776-171.337-112.738-171.425-275.963C1003.136,312.258,1088.099,187.92,1198.861,162.32z"/></g><g transform="matrix(-1,0,0,-1,1483.03,703.293)"><path fill="transparent" stroke="black" stroke-width="10px" d="M187.318-52.273c10.7-2.326,21.688,2.501,27.199,11.962c2.313,3.588,4.013,6.488,4.013,6.488s63.751,110.738-8.463,288.251c-29.112,71.562-36.574,164.575-13.075,234.313c3.288,9.712,0.4,20.462-7.337,27.2c-7.738,6.75-18.775,8.162-27.95,3.575C92.456,485.165-7.444,406.153-7.532,244.652C-7.594,97.84,76.943-26.247,187.318-52.273z"/></g></g><g transform="matrix(0.638317,0.368532,-0.368532,0.638317,913.062,-208.975)"><g id="coffee-beans-filled"><g id="coffee-bean2" serif:id="coffee-bean"></g></g></g><g id="clipboard"></g><g transform="matrix(1,0,0,1,128.011,1.35415)"><g id="clipboard-paste"></g></g><g id="clipboard-copy"></g><g id="Layer1"></g></g></g></svg>')
    0 0 no-repeat;
  background-position-y: center;
  background-size: contain;
}
.coffee-compare .intense .value span.full {
  /* background: url(../images/compare/bean-filled.png) 0 0 no-repeat; */
  background: url('data:image/svg+xml,<svg version="1.1" id="Layer_1" xmlns:serif="http://www.serif.com/" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="530.03px" height="599.73px" viewBox="150 76.345 530.03 599.73" enable-background="new 150 76.345 530.03 599.73" xml:space="preserve"><g transform="matrix(1,0,0,1,-1152,-256)"><rect id="Icons" x="-13236.999" y="-2961.002" fill="none" width="16000" height="10000"/><g id="Icons1" serif:id="Icons"><g transform="matrix(0.638317,0.368532,-0.368532,0.638317,785.021,-208.975)"><g id="coffee-beans"><g id="coffee-bean1" serif:id="coffee-bean"></g></g></g><g id="coffee-bean-filled" transform="matrix(0.866025,0.5,-0.5,0.866025,717.879,-387.292)"><g transform="matrix(1,0,0,1,0,-0.699553)"><path fill="currentColor" d="M1198.861,162.32c10.263-2.187,20.763,2.45,26.05,11.513c2.476,3.888,4.363,7.125,4.363,7.125s63.75,110.738-8.463,288.251c-29.376,72.212-36.712,166.262-12.425,236.212c3.274,9.337,0.587,19.737-6.813,26.313s-18.037,8.025-26.938,3.663c-69.287-33.776-171.337-112.738-171.425-275.963C1003.136,312.258,1088.099,187.92,1198.861,162.32z"/></g><g transform="matrix(-1,0,0,-1,1483.03,703.293)"><path fill="currentColor" d="M187.318-52.273c10.7-2.326,21.688,2.501,27.199,11.962c2.313,3.588,4.013,6.488,4.013,6.488s63.751,110.738-8.463,288.251c-29.112,71.562-36.574,164.575-13.075,234.313c3.288,9.712,0.4,20.462-7.337,27.2c-7.738,6.75-18.775,8.162-27.95,3.575C92.456,485.165-7.444,406.153-7.532,244.652C-7.594,97.84,76.943-26.247,187.318-52.273z"/></g></g><g transform="matrix(0.638317,0.368532,-0.368532,0.638317,913.062,-208.975)"><g id="coffee-beans-filled"><g id="coffee-bean2" serif:id="coffee-bean"></g></g></g><g id="clipboard"></g><g transform="matrix(1,0,0,1,128.011,1.35415)"><g id="clipboard-paste"></g></g><g id="clipboard-copy"></g><g id="Layer1"></g></g></g></svg>')
    0 0 no-repeat;
  background-position-y: center;
  background-size: contain;
}
.coffee-compare .roast .value span {
  /* background: url(../images/compare/drop-outline.png) 0 0 no-repeat; */
  background: url('data:image/svg+xml,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="660px" height="820px" viewBox="58.501 -9.979 660 820" enable-background="new 58.501 -9.979 660 820" xml:space="preserve"><g id="Dribbble-Light-Preview" transform="translate(-224.000000, -7882.000000)"><g id="icons" transform="translate(56.000000, 160.000000)"><path fill="transparent" stroke="black" stroke-width="10px" d="M876.501,8202.021c0,176.745-143.254,320-320,320c-176.747,0-320-143.255-320-320s240-480,320-480S876.501,8025.276,876.501,8202.021"/></g></g></svg>')
    0 0 no-repeat;
  background-position-y: center;
  background-size: contain;
}
.coffee-compare .roast .value span.full {
  /* background: url(../images/compare/drop-filled.png) 0 0 no-repeat; */
  background: url('data:image/svg+xml,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="660px" height="820px" viewBox="58.501 -9.979 660 820" enable-background="new 58.501 -9.979 660 820" xml:space="preserve"><g id="Dribbble-Light-Preview" transform="translate(-224.000000, -7882.000000)"><g id="icons" transform="translate(56.000000, 160.000000)"><path fill="currentColor" d="M876.501,8202.021c0,176.745-143.254,320-320,320c-176.747,0-320-143.255-320-320s240-480,320-480S876.501,8025.276,876.501,8202.021"/></g></g></svg>')
    0 0 no-repeat;
  background-position-y: center;
  background-size: contain;
}
.roast.flex-direction-column {
  flex-direction: column;
  margin-top: 0.5rem;
}
.value.align-items-start {
  align-items: flex-start !important;
  gap: 5px;
  display: flex;
}
.value img {
  width: 1.24rem;
  height: auto;
  margin: auto auto 0 auto;
}
.value figure {
  text-align: center;
  line-height: 1;
  align-self: stretch;
  display: grid;
  grid-gap: 3px;
  grid-template-rows: 1fr 1fr;
}
.value figcaption {
  font-size: 8px;
  min-height: 2rem;
}

@media screen and (max-width: 768px) {
  .coffee-compare .collection {
    padding-top: 7px;
  }
}
.coffee-compare .collection .title p.subline {
  width: 100%;
  max-width: none;
  text-align: center;
}
.coffee-compare .collection ul.coffeelist {
  padding-top: 55px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .coffee-compare .collection ul.coffeelist {
    padding-top: 10px;
  }
}
.coffee-compare .collection ul.coffeelist li {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 50px;
  width: 33.33333%;
}
@media screen and (max-width: 1280px) {
  .coffee-compare .collection ul.coffeelist li {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .coffee-compare .collection ul.coffeelist li {
    width: 33.3333%;
  }
}
@media screen and (max-width: 480px) {
  .coffee-compare .collection ul.coffeelist li {
    width: 50%;
  }
}
.coffee-compare .collection ul.coffeelist li figure img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1280px) {
  .coffee-compare .collection ul.coffeelist li figure img {
    width: 90px;
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .coffee-compare .collection ul.coffeelist li figure img {
    width: 64px;
  }
}
.coffee-compare .collection ul.coffeelist li p {
  padding: 0;
  font-size: 22px;
  line-height: 22px;
  height: var(--varcoffeeListPHeight);
}
@media screen and (max-width: 1920px) {
  .coffee-compare .collection ul.coffeelist li p {
    font-size: 1vw;
    line-height: 130%;
  }
}
@media screen and (max-width: 1280px) {
  .coffee-compare .collection ul.coffeelist li p {
    font-size: 22px;
    line-height: 22px;
  }
}
@media screen and (max-width: 768px) {
  .coffee-compare .collection ul.coffeelist li p {
    font-size: 16px;
    line-height: 24px;
  }
}
footer {
  padding: 18px;
  display: block;
  width: 100%;
  height: 47px;
}
@media screen and (max-width: 768px) {
  footer {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1680px;
}
@media screen and (max-width: 768px) {
  footer .container {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  footer .container div:nth-child(1) {
    order: 3;
  }
  footer .container div:nth-child(2) {
    order: 1;
  }
  footer .container div:nth-child(3) {
    order: 2;
  }
}
footer img {
  width: 107px;
  height: auto;
}
footer p {
  font-size: 16px;
}
footer ul {
  display: flex;
}
@media screen and (max-width: 768px) {
  footer ul {
    padding-bottom: 30px;
    flex-direction: column;
    justify-content: center;
  }
}
footer ul li {
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  footer ul li {
    padding-right: 0;
    padding-bottom: 15px;
    text-align: center;
  }
}
footer ul li a {
  color: #fff;
  font-family: "Goldplay";
  text-decoration: none;
}
#back-to-top {
  background-color: #cf0a2c;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: 0.3s ease all;
  cursor: pointer;
}
#back-to-top:hover {
  background-color: #b00925;
}
#back-to-top svg {
  height: 50%;
  width: auto;
}

.outro-shops {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 12%;
  grid-template-areas: "headline copy" "shops search";
  padding: 135px 190px;
}
@media screen and (max-width: 1280px) {
  .outro-shops {
    display: block;
    padding: 70px 18px 30px 18px;
  }
}
.outro-shops .headline {
  grid-area: headline;
}
.outro-shops .copy {
  display: flex;
  align-items: center;
  grid-area: copy;
}
@media screen and (max-width: 1280px) {
  .outro-shops .copy {
    margin-top: 50px;
  }
}
.outro-shops .search {
  grid-area: search;
  padding-top: 35px;
}
.outro-shops .search a {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
  height: 47px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.231372549);
  font-size: 14px;
  text-transform: none;
}
.outro-shops .search a:last-child {
  margin-right: 0;
}
.outro-shops .shops {
  display: block;
  grid-area: shops;
  padding-top: 40px;
}
.outro-shops .shops img {
  vertical-align: middle;
  margin-right: 60px;
  margin-bottom: 35px;
  width: 100%;
  max-width: 350px;
}
@media screen and (max-width: 480px) {
  .outro-shops .shops img {
    margin-right: 0;
  }
}
.outro-shops .shops img:last-child {
  margin-right: 0;
}
.outro-shops .shops .info img {
  margin-bottom: 3px;
}
.outro-shops .shops .info div {
  margin-bottom: 35px;
}
.product-teaser {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 12%;
  padding: 100px 190px;
  background: linear-gradient(to right, #f9ab00 50%, #0c5a7f 50%, #0c5a7f 100%);
}
@media screen and (max-width: 1280px) {
  .product-teaser {
    display: block;
    background: none;
    padding: 0;
  }
}
.product-teaser h3 {
  line-height: 51px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .product-teaser h3 {
    font-size: 32px;
    line-height: 40px;
  }
}
.product-teaser h3 span {
  display: block;
  padding-top: 10px;
  text-transform: initial;
  font-size: 90%;
}
.product-teaser p {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .product-teaser p {
    font-size: 18px;
    line-height: 150%;
  }
}
@media screen and (max-width: 768px) {
  .product-teaser p + p {
    padding-top: 15px;
  }
}
.product-teaser .tile {
  background-color: currentColor;
}
@media screen and (max-width: 1280px) {
  .product-teaser .inner {
    padding: 70px 18px 30px 18px;
  }
}
.product-teaser .inner * {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .product-teaser .inner * {
    text-align: center;
  }
}
.product-teaser .spr {
  display: flex;
  gap: 100px;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .product-teaser .spr {
    padding-top: 15px;
    flex-direction: column;
  }
}
.product-teaser .spr a.button {
  display: inline-block;
  text-transform: initial;
  transform: scale(1.7);
  margin-left: 46px;
}
@media screen and (max-width: 768px) {
  .product-teaser .spr a.button {
    margin-left: 0;
  }
}
.product-teaser .spr p.space {
  padding-top: 60px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .product-teaser .spr p.space {
    padding-top: 25px;
    padding-bottom: 30px;
  }
}
.product-teaser .spr > div {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .product-teaser .spr > div {
    width: 100%;
  }
}
.product-teaser .spr .bimage {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .product-teaser .spr .bimage {
    text-align: unset;
  }
}
.product-teaser .spr .bimage img {
  width: min(252px, 100%);
  height: auto;
  pointer-events: none;
}
@media screen and (max-width: 1280px) {
  .product-teaser .spr .bimage img {
    translate: -45px 0;
  }
}
@media screen and (max-width: 768px) {
  .product-teaser .spr .bimage img {
    width: min(350px, 60%);
    margin: 0 auto;
    height: auto;
    translate: 0;
  }
}

#instagram {
  padding: 70px 18px 30px 18px;
}
#instagram .icons {
  display: flex;
  align-items: center;
  gap: 1rem;
}
#instagram svg {
  width: auto;
  height: 2rem;
  vertical-align: middle;
}
#instagram a {
  text-decoration: none;
  transition: 0.3s ease all;
  opacity: 1;
  display: inline-block;
}
#instagram a:hover {
  opacity: 0.75;
}
#instagram h3 {
  color: #000;
  font-size: 1rem;
  display: inline-block;
  font-weight: bold;
}
.instagram-feed {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
}

@media screen and (max-width: 768px) {
  .instagram-feed {
    grid-template-columns: repeat(2, 1fr);
  }
}
.instagram-feed > div {
  aspect-ratio: 0.75;
  overflow: hidden;
}
.instagram-feed > div img {
  aspect-ratio: 0.75;
  vertical-align: middle;
  object-fit: cover;
  transition: 0.3s ease all;
  transform: scale(1);
}
.instagram-feed > div a {
  position: relative;
  transition: 0.3s ease all;
}
.instagram-feed > div a::after {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  inset: 0;
  opacity: 0;
}
.instagram-feed > div a::after:hover {
  opacity: 1;
}
.instagram-feed > div a:hover img {
  transform: scale(1.05);
}
