:root {
  --colour-four: black;
  --colour-two: #777;
  --colour-one: #f3f3f3;
  --colour-three: #d1d1cf;
  --colour-four-transparent: #0000004d;
  --contrast: #ea6987;
  --colour-one-transparent: #fff9;
  --relume-library-lite-rl-black: black;
  --relume-library-lite-rl-white: white;
  --relume-library-lite--rl-gray: #f4f4f4;
}

body {
  color: var(--colour-four);
  text-transform: none;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.4;
}

h1 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Julius Sans One, sans-serif;
  font-size: 3.6vw;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
}

h2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Julius Sans One, sans-serif;
  font-size: 2.8vw;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

h3 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Julius Sans One, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Julius Sans One, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

h5 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Julius Sans One, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

h6 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Julius Sans One, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--colour-two);
  font-family: Barlow, sans-serif;
  line-height: 1;
  text-decoration: none;
  transition: opacity .4s, color .4s;
}

a:hover {
  opacity: .7;
  color: var(--colour-two);
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 24px;
  line-height: 34px;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  display: flex;
  position: relative;
}

.section._100-vh {
  height: 100vh;
}

.section.colour-one {
  background-color: var(--colour-one);
}

.section.z {
  z-index: 4;
}

.section._400-px {
  min-height: 400px;
}

.section._400-px.bottom {
  justify-content: flex-end;
}

.section.this, .section.colour-one {
  background-color: var(--colour-one);
}

.section.colour-one._100-vh.diese-film {
  height: auto;
}

.section.colour-white {
  background-color: #fff;
}

.section.colour-white.z {
  z-index: 4;
  z-index: 4;
}

.section.colour-three {
  background-color: var(--colour-three);
}

.container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5vw 10vw;
  display: flex;
  position: relative;
}

.container.container-extra-padding {
  padding-top: 150px;
}

.container.under-gallery {
  display: none;
}

.container.nav {
  flex-direction: row;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
}

.container.colour-four {
  background-color: var(--colour-four);
}

.button-basic-one {
  background-color: var(--colour-four);
  height: 60px;
  color: var(--colour-one);
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 12px;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.button-basic-one:hover {
  opacity: .9;
  color: var(--colour-two);
}

.button-basic-one.book {
  width: 100%;
  margin-top: 40px;
}

.button-basic-one.wide {
  width: 100%;
}

.line-hover {
  background-color: var(--colour-four);
  color: #0000;
  width: 30%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.line-hover.invisible-mobile {
  background-color: var(--contrast);
  background-color: var(--contrast);
}

.nav-menu {
  z-index: 1;
  background-color: var(--colour-one);
  flex-direction: row;
  align-items: flex-end;
  height: 100vh;
  padding-top: 20vh;
  display: none;
  inset: 0% 0% auto;
}

.brand {
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 100%;
  display: flex;
}

.brand.margin-right {
  width: 140px;
  margin-right: 10vw;
}

.nav-bar {
  z-index: 10;
  background-color: #0000;
  height: 80px;
  position: fixed;
  inset: 0% 0% auto;
}

.navlink {
  opacity: .8;
  color: var(--colour-four);
  padding: 0;
  font-size: 24px;
}

.navlink:hover {
  opacity: 1;
  color: var(--colour-two);
}

.navlink.w--current {
  color: var(--colour-two);
  font-style: italic;
  font-weight: 400;
}

.navlink.invisible-mobile-tablet {
  font-size: 22px;
}

.menu-icon-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.line-horizontal {
  background-color: var(--colour-four-transparent);
  width: 100%;
  height: 1px;
  display: flex;
  position: static;
  inset: auto auto 0%;
}

.line-horizontal._01 {
  color: #ea6987;
  background-color: #ea6987;
  justify-content: flex-start;
  align-items: stretch;
  height: 3px;
  display: flex;
  position: relative;
  top: -5px;
  left: 0%;
  right: 0%;
}

.line-horizontal._02 {
  background-color: var(--contrast);
  color: #ea6987;
  height: 2px;
}

.line-horizontal.short {
  width: 100px;
  margin-top: 40px;
  margin-bottom: 50px;
}

.search-wrapper {
  justify-content: flex-end;
  height: 50px;
  margin-right: 40px;
  display: flex;
}

.search-wrapper.mobile {
  display: none;
}

.search {
  align-items: center;
  width: 200px;
  margin-bottom: 0;
  display: none;
}

.search-input {
  border-style: none none solid;
  border-width: 1px;
  border-color: transparent transparent var(--colour-four);
  width: 100%;
  height: 36px;
  color: var(--colour-one);
  background-color: #0000;
  margin-bottom: 0;
  padding: 0;
  font-style: italic;
}

.search-input:active {
  background-color: #0000;
}

.search-input::placeholder {
  color: var(--colour-four);
}

.search-button {
  opacity: .8;
  background-color: #0000;
  background-image: url("https://cdn.prod.website-files.com/655e0131459a7b08370a9dad/655e0131459a7b08370a9e89_icons8-search.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  width: 46px;
  height: 36px;
  transition: opacity .2s;
}

.search-button:hover {
  opacity: 1;
}

.brand-nav {
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.menu-button {
  margin-left: 10px;
}

.no-margin {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 11px;
  position: relative;
}

.no-margin.text-light.text-caps.right-margin, .no-margin.text-light.text-caps.right-margin-60px {
  margin-right: 20px;
}

.no-margin.hier-anders.nochmal {
  font-size: 34px;
}

.no-margin.kontakts.nur-hier {
  font-size: 36px;
  line-height: 1.2;
}

.no-margin.klein {
  font-size: 11px;
}

.no-margin.text-light.text-caps.right-margin, .no-margin.text-light.text-caps.right-margin-60px {
  margin-right: 20px;
}

.no-margin.text-light.text-caps {
  transition: color .4s;
}

.no-margin.text-light.text-caps.right-margin, .no-margin.text-light.text-caps.right-margin-60px, .no-margin.text-light.text-caps.right-margin, .no-margin.text-light.text-caps.right-margin-60px {
  margin-right: 20px;
}

.success-message {
  background-color: #917e8d33;
}

.success-message.dark {
  background-color: #90707033;
}

.newsletter-grid {
  z-index: 2;
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  height: auto;
  position: relative;
}

.div-block {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.footer-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 80px 1fr 1fr 1fr;
  width: 100%;
}

.copyright-wrapper {
  background-color: var(--colour-four);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 10px 10vw 20px;
  display: flex;
}

.footer-wrapper {
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.footer-wrapper.bottom {
  align-items: flex-end;
  display: flex;
}

.footer-wrapper.so, .footer-wrapper.anders {
  justify-content: center;
  align-items: center;
}

.footer-wrapper.right {
  align-items: flex-end;
}

.footer-wrapper.left-margin {
  align-items: center;
  margin-left: 40px;
}

.footer-wrapper.anders {
  justify-content: center;
  align-items: center;
}

.footer-links-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.footer-links-wrapper.bottom-margin {
  margin-bottom: 80px;
}

.brand-footer {
  width: 190px;
}

.link-caps {
  color: var(--colour-four);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 11px;
  display: flex;
}

.link-caps.top-margin-10px {
  margin-top: 10px;
}

.text-caps {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 11px;
}

.text-light {
  color: #fff;
  position: relative;
}

.text-light.top-margin-20px {
  margin-top: 20px;
}

.link-light-reversed {
  color: var(--colour-one-transparent);
  transition: color .4s;
}

.link-light-reversed:hover {
  opacity: .8;
  color: var(--colour-one);
}

.link-light-reversed.datenschutz {
  color: var(--colour-one);
}

.search-cart-menu {
  align-items: center;
  display: flex;
}

.search-wrapper-mobile {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.search-wrapper-mobile.w--current {
  color: #326660;
  border-bottom: 1px #326660;
  overflow: hidden;
}

.full-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.full-image {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 0 100%;
  background-size: cover;
  width: 100%;
  height: 120vh;
  position: absolute;
  inset: auto 0% 0%;
}

.full-image.contacts-01-image-01 {
  background-image: url("https://cdn.prod.website-files.com/655e0131459a7b08370a9dad/6574c63bf5303e36c368ae03_32_1.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.center {
  text-align: left;
}

.center._70 {
  width: 100%;
  font-style: normal;
}

.center._70.andere-berschrift {
  letter-spacing: 0;
  width: 100%;
  font-size: 2vw;
  font-style: italic;
}

.center._70.andere-berschrift.diese {
  width: 100%;
  font-size: 2vw;
}

.center._70 {
  text-align: center;
  width: 80%;
}

.colour-one {
  background-color: var(--colour-one);
}

.image-vertical {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 140%;
  position: relative;
}

.image-vertical.support-image-01 {
  background-image: url("https://cdn.prod.website-files.com/655e0131459a7b08370a9dad/65773af84559d03a6a433a00_Art%20Gallery%20Promotion%20Instagram%20Story.png"), url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50% 65%, 50%;
  background-size: cover, cover;
}

.image-vertical.packages-image-01 {
  background-image: url("https://cdn.prod.website-files.com/655e0131459a7b08370a9dad/65773672bd9cdca7946d2447_Elegant%20Girl%20Photo%20Romance%20Book%20Cover.png");
  background-position: 50%;
  background-size: cover;
}

.image-vertical.intro-l01-image-01 {
  background-image: url("https://cdn.prod.website-files.com/655e0131459a7b08370a9dad/655e0131459a7b08370a9e56_nati-melnychuk-oO0JAOJhquk-unsplash.jpg");
}

.image-vertical.opt-in-01-image-01, .image-vertical.opt-in-01-image-01.blog-style {
  z-index: 1;
  background-image: url("https://cdn.prod.website-files.com/655e0131459a7b08370a9dad/65a2b4967a94950c7e78200c_aaf60a7b-746d-4d2c-8ca2-02896afe5a90.svg");
}

.image-vertical.accent-c06-image-01 {
  background-image: url("https://cdn.prod.website-files.com/655e0131459a7b08370a9dad/655e0131459a7b08370a9e57_mojtaba-mosayebzadeh-UzqLTRZorBg-unsplash.jpg");
  height: 100%;
}

.image-vertical.accent-l04-image-01 {
  background-image: url("https://cdn.prod.website-files.com/655e0131459a7b08370a9dad/6574c63e5b191847713ebba6_57_1.jpg");
}

.image-vertical.accent-l04-image-02 {
  background-image: url("https://cdn.prod.website-files.com/655e0131459a7b08370a9dad/6594cb6bad9572ec83c361a0_63.jpg");
  background-position: 100%;
}

.image-vertical.showcase-l01-image-01 {
  background-image: url("https://cdn.prod.website-files.com/655e0131459a7b08370a9dad/6594d338f7d50303903700e8_DSC_0844.jpg");
}

.image-vertical.showcase-l01-image-03 {
  background-image: url("https://cdn.prod.website-files.com/655e0131459a7b08370a9dad/6565bc7a72f80ca170555474_DSC_8149.jpg");
  background-position: 30%;
}

.image-vertical.showcase-l01-image-04 {
  background-image: url("https://cdn.prod.website-files.com/655e0131459a7b08370a9dad/6594d34a51c7c21c9b7faacb_DSC_0831.JPG");
  background-position: 25%;
}

.image-vertical.showcase-l05-image-01 {
  background-image: url("https://cdn.prod.website-files.com/655e0131459a7b08370a9dad/655e0131459a7b08370a9e5f_Art05.jpg");
}

.image-vertical.showcase-l05-image-02 {
  background-image: url("https://cdn.prod.website-files.com/655e0131459a7b08370a9dad/655e0131459a7b08370a9e56_nati-melnychuk-oO0JAOJhquk-unsplash.jpg");
}

.image-vertical.showcase-l05-image-03 {
  background-image: url("https://cdn.prod.website-files.com/655e0131459a7b08370a9dad/655e0131459a7b08370a9e58_bekah-allmark-CkH8PiV2qsA-unsplash%20(1).jpg");
}

.image-vertical.project-01-image-01 {
  direction: ltr;
  background-image: url("https://cdn.prod.website-files.com/655e0131459a7b08370a9dad/6566160f52f7acca58158d0e_csm_Maye_f7b6c7b815.jpg");
  background-position: 16%;
  background-size: cover;
}

.image-vertical.project-image-04 {
  background-image: url("https://cdn.prod.website-files.com/655e0131459a7b08370a9dad/6565bc7c02c9a3052f246604_DSC_8154.jpg");
  background-position: 20%;
}

.image-vertical.project-image-03 {
  background-image: url("https://cdn.prod.website-files.com/655e0131459a7b08370a9dad/6565bc7dba7a2c77379ad4db_DSC_8204.jpg");
}

.image-vertical.tes-c02-image-02 {
  background-image: url("https://cdn.prod.website-files.com/655e0131459a7b08370a9dad/655e0131459a7b08370a9e78_geordanna-cordero-5NE6mX0WVfQ-unsplash.jpg");
}

.image-vertical.tes-c02-image-03 {
  background-image: url("https://cdn.prod.website-files.com/655e0131459a7b08370a9dad/655e0131459a7b08370a9e83_jason-briscoe-UV81E0oXXWQ-unsplash.jpg");
}

.image-vertical.tes-c02-image-04 {
  background-image: url("https://cdn.prod.website-files.com/655e0131459a7b08370a9dad/655e0131459a7b08370a9e73_jean-philippe-delberghe-exBd9GXAFhs-unsplash.jpg");
}

.image-vertical.tes-c02-image-05 {
  background-image: url("https://cdn.prod.website-files.com/655e0131459a7b08370a9dad/655e0131459a7b08370a9e76_annie-spratt-b0XSjnITSoA-unsplash.jpg");
}

.image-vertical.tes-c02-image-06 {
  background-image: url("https://cdn.prod.website-files.com/655e0131459a7b08370a9dad/655e0131459a7b08370a9e74_darshan-patel-LWNKjKmxRrE-unsplash.jpg");
}

.image-vertical.tes-c02-image-01 {
  background-image: url("https://cdn.prod.website-files.com/655e0131459a7b08370a9dad/655e0131459a7b08370a9e84_armin-djuhic-mcL2f-J74GY-unsplash.jpg");
}

.image-vertical.tutorials-image-02 {
  background-image: url("https://cdn.prod.website-files.com/655e0131459a7b08370a9dad/655e0131459a7b08370a9e85_Screenshot%202022-03-04%20at%208.18.08%20PM.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 260%;
}

.image-vertical.opt-in-01-image-01, .image-vertical.opt-in-01-image-01.blog-style {
  z-index: 1;
  background-image: url("https://cdn.prod.website-files.com/655e0131459a7b08370a9dad/65a2b4967a94950c7e78200c_aaf60a7b-746d-4d2c-8ca2-02896afe5a90.svg");
}

.contacts-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 50%;
  width: 100%;
  min-height: 100vh;
}

.top-margin-20px {
  margin-top: 20px;
  font-size: 16px;
}

.top-margin-10px {
  margin-top: 10px;
}

.body {
  background-image: url("https://cdn.prod.website-files.com/655e0131459a7b08370a9dad/656384552f3bb75b0bd92c40_maye-bg-image.png");
  background-position: 50%;
  background-size: 300vw;
}

.page-change-l01-appearance-wrapper {
  padding: 5px;
  overflow: hidden;
}

.page-change-l01-brand {
  justify-content: center;
  align-items: center;
  width: 175px;
  height: 100%;
  display: flex;
}

.page-change-l01-wrapper {
  z-index: 600;
  background-color: var(--colour-one);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.contacts-grid-content {
  background-color: var(--colour-one);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5vw;
  display: flex;
  position: relative;
}

.contacts-grid-preview {
  background-color: var(--colour-two);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.animated-link-wrapper-nav {
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.animated-link-wrapper-nav.w--current {
  color: #326660;
  border-bottom: 1px #326660;
  overflow: hidden;
}

.opt-in-form-02 {
  margin-top: 40px;
  margin-bottom: 0;
}

.field-default {
  border: 1px solid var(--colour-four-transparent);
  background-color: var(--colour-one-transparent);
  width: 100%;
  min-width: 150px;
  height: 60px;
  color: var(--colour-four);
  flex: 0 auto;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 10px;
}

.field-default.no-top-margin {
  color: var(--colour-four);
  border-style: none;
  margin-top: 0;
}

.field-default.no-top-margin::placeholder, .field-default.field-light::placeholder {
  color: var(--colour-four);
}

.field-default.field-light.no-margin {
  margin-top: 0;
}

.field-default.text {
  height: 100px;
}

.instagram-content {
  margin-right: 0;
  padding-bottom: 100%;
  position: relative;
}

.instagram-content._01 {
  background-image: url("https://cdn.prod.website-files.com/655e0131459a7b08370a9dad/6565bc7972f80ca17055536c_DSC_8135.jpg");
  background-position: 50%;
  background-size: cover;
}

.instagram-content._05 {
  background-image: url("https://cdn.prod.website-files.com/655e0131459a7b08370a9dad/6565bc830bd5f04e20f4c991_ROC_8107.jpg");
  background-position: 50%;
  background-size: cover;
}

.instagram-content._02 {
  background-image: url("https://cdn.prod.website-files.com/655e0131459a7b08370a9dad/656618b0b91babffdc3c84ce_DSC_0883.jpg");
  background-position: 50%;
  background-size: cover;
}

.instagram-content._03 {
  background-image: url("https://cdn.prod.website-files.com/655e0131459a7b08370a9dad/656618b062d99442b1890da7_DSC_0804.jpg");
  background-position: 50%;
  background-size: cover;
}

.instagram-content._04 {
  background-image: url("https://cdn.prod.website-files.com/655e0131459a7b08370a9dad/6565bc8474788c108ff57b3d_DSC_8222.jpg");
  background-position: 50%;
  background-size: cover;
}

.instagram-content._06 {
  background-image: url("https://cdn.prod.website-files.com/655e0131459a7b08370a9dad/6565bc7a244c4bff9d069897_DSC_8194.jpg");
  background-position: 50% 80%;
  background-size: cover;
}

.instagram-content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  order: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.instagram-content-wrapper:hover {
  opacity: 1;
}

.opt-in-01-grid {
  grid-column-gap: 0vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 25vw;
  width: 100%;
  margin-top: 10vw;
}

.opt-in-01-image-01-wrapper {
  width: 100%;
  position: absolute;
  top: -5vw;
  right: auto;
}

.opt-in-01 {
  flex-direction: column;
  justify-content: center;
  margin-top: 5vw;
  margin-bottom: 5vw;
  display: flex;
}

.grid-content-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.grid-content-wrapper.facts-01-layout {
  border: 1px solid var(--colour-two);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 5vw;
  display: flex;
}

.grid-content-wrapper.facts-01-layout.no-bottom-border {
  border-bottom-style: none;
}

.grid-content-wrapper.facts-01-layout.no-right-border {
  border-right-style: none;
}

.grid-content-wrapper.show-01-layout.padding-left {
  padding-left: 10vw;
}

.grid-content-wrapper.show-01-line-04-layout {
  text-align: right;
  padding-top: 5vw;
  padding-left: 20vw;
  padding-right: 0;
}

.grid-content-wrapper.vert-bottom {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.grid-content-wrapper.vert-bottom.show-01-layout {
  padding-left: 0;
}

.grid-content-wrapper.show-01-line-02-layout {
  text-align: right;
  padding-right: 10vw;
}

.opt-in-01-form-wrapper {
  z-index: 1;
  background-color: var(--colour-one);
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 10vw;
  display: flex;
  position: relative;
}

.instagram-text {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto 40% -30%;
}

.text-block {
  order: 1;
}

.text-span {
  font-weight: 400;
}

.purchase {
  height: 10%;
}

.opt-in-01-colour-layer {
  background-color: var(--colour-one);
  width: 5vw;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.colour-four {
  background-color: var(--colour-four);
}

.contacts-colour-reveal {
  background-color: var(--colour-one);
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-4 {
  max-width: 140px;
}

.line-horizontal-2 {
  background-color: #0000004d;
  width: 100%;
  height: 1px;
  display: flex;
  position: static;
  inset: auto auto 0%;
}

.line-horizontal-2._01 {
  color: #ea6987;
  background-color: #ea6987;
  justify-content: flex-start;
  align-items: stretch;
  height: 3px;
  display: flex;
  position: relative;
  top: -5px;
  left: 0%;
  right: 0%;
}

.line-horizontal-2._02 {
  color: #ea6987;
  background-color: #ea6987;
  height: 2px;
}

.link-caps-2 {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 11px;
  display: flex;
}

.link-caps-2.top-margin-10px {
  margin-top: 10px;
}

.langauge-line-break {
  background-color: var(--contrast);
  width: 0%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.langauge-line-base {
  background-color: #9b9eb838;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.language-toggle {
  color: #20355a;
  border: 1px solid #9b9eb838;
  border-radius: 2px;
  margin-left: 40px;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 45px;
  font-size: 16px;
  transition: all .2s;
}

.flag-2 {
  background-image: url("https://cdn.prod.website-files.com/655e0131459a7b08370a9dad/65788c3adc6b2741787c7f73_657880e8f15bde4790211994_spain.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.language-link {
  color: #484646;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 45px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.language-link:hover {
  color: var(--contrast);
}

.language-link.w--current {
  border-bottom: 2px #e96986;
}

.flag-3 {
  background-image: url("https://cdn.prod.website-files.com/655e0131459a7b08370a9dad/65788c3b6982c63347c7fe89_657880e8f15bde479021197c_germany.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.flag-1 {
  background-image: url("https://cdn.prod.website-files.com/655e0131459a7b08370a9dad/65788a556d1a88501e9e73a3_france.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.flag-1.uk {
  background-image: url("https://cdn.prod.website-files.com/655e0131459a7b08370a9dad/65788a556d1a88501e9e73a0_united-kingdom.svg");
}

.language-list {
  background-color: #d99f9f;
}

.language-list.w--open {
  background-color: #fff;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  min-width: 200px;
  padding: 8px 16px;
  box-shadow: 18px 18px 45px 19px #4f5e781a;
}

.text-block-3 {
  color: var(--colour-four);
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 1px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f3f3f3;
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_title {
  color: var(--colour-four);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
}

.set-all-components-to-display-none-and-use-this-div-to-create-a-symbol {
  display: block;
}

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_button {
  border: 2px solid var(--contrast);
  background-color: var(--contrast);
  border-radius: 0;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 400;
}

.fs-cc-prefs_button:hover {
  color: #fff;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-width: 1px;
  border-color: var(--contrast);
  color: var(--contrast);
  border-width: 1px;
  border-color: var(--contrast);
  background-color: #fff;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 2%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_close-icon {
  width: 16px;
  height: 16px;
  color: var(--colour-four);
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: block;
  position: fixed;
  inset: auto auto 0 20px;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--contrast);
  color: var(--contrast);
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_label {
  color: var(--contrast);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 400;
}

.fs-cc-prefs_text {
  color: var(--colour-four);
  font-size: 12px;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #eaeaea;
  border-radius: 2px;
  flex-direction: column;
  padding: 10px 20px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: var(--contrast);
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-banner_button {
  border: 2px solid var(--contrast);
  background-color: var(--contrast);
  color: #fff;
  text-align: center;
  border-radius: 2px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button:hover {
  color: #fff;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-width: 1px;
  border-color: var(--contrast);
  color: var(--contrast);
  border-width: 1px;
  border-color: var(--contrast);
  background-color: #f5f5f5;
  border-radius: 2px;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 24px;
  font-size: 16px;
  font-weight: 200;
}

.fs-cc-prefs_trigger {
  display: none;
}

.bold-text-2 {
  color: var(--colour-four);
}

.paragraph-5 {
  font-size: 16px;
  font-weight: 200;
}

.paragraph-5:hover {
  color: var(--contrast);
}

.bold-text-3 {
  color: #585858;
}

.text-block-8 {
  color: #17ab00;
  font-weight: 400;
}

.heading-16 {
  line-height: 1.2;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 10vw;
  }

  h2 {
    font-size: 50px;
  }

  h3 {
    font-size: 40px;
  }

  .container {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .button-basic-two {
    text-align: center;
  }

  .animated-link-wrapper.no-margins {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .line-hover.invisible-mobile {
    display: none;
  }

  .nav-menu {
    background-color: var(--colour-one);
    align-items: flex-end;
    height: 100vh;
    padding-top: 15vh;
    inset: 0% 0% auto;
  }

  .brand.margin-right {
    margin-right: 0;
  }

  .nav-bar {
    background-color: var(--colour-one);
  }

  .navlink.invisible-mobile-tablet {
    display: none;
  }

  .menu-icon-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 40px;
    height: 40px;
    display: flex;
    position: relative;
  }

  .line-horizontal._01 {
    background-color: #000;
    height: 2px;
    position: relative;
    top: -5px;
  }

  .line-horizontal._02 {
    background-color: #000;
    height: 2px;
    position: relative;
    top: 5px;
    left: 0%;
    right: 0%;
  }

  .search-wrapper.desktop {
    display: none;
  }

  .search-wrapper.mobile {
    width: 100%;
    margin-right: 0;
    display: flex;
  }

  .search {
    width: 100%;
  }

  .search-input {
    height: 60px;
  }

  .search-button {
    background-size: 24px;
    height: 60px;
  }

  .menu-button, .menu-button.w--open {
    background-color: #0000;
  }

  .no-margin {
    font-size: 10px;
  }

  .no-margin.kontakts, .no-margin.kontakts.nur-hier {
    font-size: 34px;
  }

  .no-margin.text-light.text-caps.right-margin {
    font-size: 9px;
  }

  .no-margin.hier-anders {
    font-size: 40px;
  }

  .no-margin.kontakts, .no-margin.kontakts.nur-hier, .no-margin.kontakts.nur-hier {
    font-size: 34px;
  }

  .newsletter-grid {
    direction: rtl;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    place-content: center;
    place-items: center;
  }

  .div-block {
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .footer-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .form, .form-block-newsletter {
    width: 100%;
  }

  .footer-wrapper {
    direction: ltr;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 40px;
  }

  .footer-wrapper.no-border {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-wrapper.right {
    margin-bottom: 0;
  }

  .footer-wrapper.left-margin {
    align-items: flex-start;
  }

  .brand-footer {
    align-self: flex-end;
  }

  .link-caps.top-margin-10px {
    margin-bottom: 15px;
  }

  .search-wrapper-mobile {
    height: 60px;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .checkout-wrapper {
    width: 100%;
  }

  .block-content-transparent {
    border: 1px #000;
  }

  .field-checkout {
    margin-bottom: 10px;
  }

  .full-image.contacts-01-image-01 {
    background-image: url("https://cdn.prod.website-files.com/655e0131459a7b08370a9dad/6597411f0cea1eb2d9bfd6b0_87.jpg");
  }

  .center {
    font-size: 4.2vw;
  }

  .center._70 {
    word-break: normal;
    text-align: center;
    word-break: normal;
    text-align: center;
    width: 95%;
    font-size: 7vw;
  }

  .faq-wrapper {
    width: 100%;
    margin-bottom: 60px;
  }

  .tab {
    border-left: 2px none var(--colour-two);
    border-bottom-style: solid;
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
  }

  .preview-01-animated-link-wrapper {
    margin-bottom: 10px;
  }

  .top-margin-20px {
    font-size: 15px;
  }

  .search-results, .privacy-policy-wrapper, .getting-started-section-wrapper {
    width: 100%;
  }

  .tutorials-image, .support-image {
    width: 90%;
  }

  .animated-link-wrapper-nav {
    height: 60px;
  }

  .int-01-link {
    border-top-style: none;
    border-right: 1px solid #624040;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-paddings {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .opt-in-01-grid {
    grid-template-columns: 30% 1fr;
  }

  .opt-in-01-image-01-wrapper {
    width: 20%;
    left: 0;
  }

  .grid-content-wrapper.show-01-layout, .grid-content-wrapper.show-01-layout.padding-left {
    padding-left: 5vw;
  }

  .grid-content-wrapper.facts-01-layout {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .grid-content-wrapper.show-01-layout, .grid-content-wrapper.show-01-layout.padding-left, .grid-content-wrapper.show-01-layout.padding-left {
    padding-left: 5vw;
  }

  .grid-content-wrapper.show-01-line-02-layout {
    padding-right: 5vw;
  }

  .info-c03-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .accent-c06-image-wrapper {
    width: 100%;
  }

  .top-margin-20-px {
    font-size: 15px;
  }

  .container-paddings-2 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .preview-l02-grid, .preview-l02-image-wrapper {
    width: 100%;
  }

  .preview-l03-image-wrapper {
    min-height: 40vh;
  }

  .preview-l03-image-wrapper.preview-l03-image-01, .preview-l03-image-wrapper.preview-l03-image-02, .preview-l03-image-wrapper.preview-l03-image-01, .preview-l03-image-wrapper.preview-l03-image-02 {
    background-position: 50%;
  }

  .preview-l03-split-left {
    width: 100%;
  }

  .preview-l03-split-wrapper {
    flex-direction: column;
    overflow: hidden;
  }

  .preview-l03-split-wrapper._100-vh {
    height: auto;
  }

  .preview-l03-content-wrapper {
    justify-content: center;
    padding-top: 10vw;
    padding-bottom: 10vw;
    padding-left: 5vw;
  }

  .preview-l03-split-right {
    align-items: flex-start;
    width: 100%;
  }

  .preview-l03 {
    height: auto;
  }

  .shop-accent-c02-grid {
    grid-template-columns: 1fr;
  }

  .categories-left-menu-wrapper {
    padding-bottom: 10vw;
  }

  .blog-post-content-wrapper {
    width: 90%;
  }

  .preview-l04-content-wrapper {
    width: 80vw;
    padding-top: 10vw;
    padding-bottom: 10vw;
    padding-left: 10vw;
  }

  .close-icon-wrapper {
    opacity: .4;
    flex: 0 auto;
  }

  .dropdown {
    width: 100%;
  }

  .nav-link-wrapper {
    flex-direction: column;
    height: 60px;
  }

  .showcase-l07-content-wrapper {
    width: 80vw;
    padding-top: 10vw;
    padding-bottom: 10vw;
    padding-left: 10vw;
  }

  .show-01-line-01 {
    grid-template-columns: 20vw 5vw 1fr 2fr 5vw;
  }

  .hero-c07-title-wrapper {
    width: 70%;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-c07-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .hero-c07-content-wrapper {
    width: 150%;
    margin-left: -8rem;
  }

  .hero-c07-image-01 {
    background-image: url("https://cdn.prod.website-files.com/655e0131459a7b08370a9dad/6560936315d3de650ffaa514_%C3%9Cberschrift%20hinzuf%C3%BCgen.png");
    background-position: 50%;
    background-size: contain;
    width: 100%;
  }

  .hero-c07-image-wrapper {
    width: 100%;
  }

  .hero-c07-grid-inside {
    grid-template-columns: 25% 50%;
  }

  .tes-c02-grid {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    grid-template-columns: 1fr 1fr;
  }

  .tes-c02-tes-wrapper {
    padding: 20px;
  }

  .tes-c02-tes-wrapper.top-margin {
    margin-top: 3vw;
  }

  .tes-c02-content-wrapper.invisible {
    display: none;
  }

  .section-under-wrapper.section-mobile {
    height: auto;
  }

  .section-under.colour-white.section-mobile {
    height: auto;
    margin-top: 0;
  }

  .smaller-on-mobile {
    font-size: 3.5vw;
    line-height: 1.25;
  }

  .product-content-inside {
    padding-right: 5vw;
  }

  .product-wrapper-grid-inside {
    grid-column-gap: 0vw;
    width: 100%;
  }

  .heading {
    font-size: 9vw;
  }

  .efi-paragraph-light {
    text-align: justify;
    width: 500px;
  }

  .paragraph, .paragraph-2, .paragraph-3, .paragraph-4 {
    font-size: 15px;
  }

  .line-horizontal-2._01 {
    background-color: #000;
    height: 2px;
    position: relative;
    top: -5px;
  }

  .line-horizontal-2._02 {
    background-color: #000;
    height: 2px;
    position: relative;
    top: 5px;
    left: 0%;
    right: 0%;
  }

  .rl_gallery21_slide-nav {
    font-size: .45rem;
    display: none;
  }

  .rl_gallery21_arrow-left {
    margin-top: 0;
  }

  .rl_gallery21_slider {
    padding-bottom: 8rem;
  }

  .rl_gallery21_spacing-block-1 {
    padding-bottom: 4.5rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl-padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading-2, .heading-3, .heading-4 {
    text-align: center;
    width: 100%;
  }

  .link-caps-2.top-margin-10px {
    margin-bottom: 15px;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .big-cats_modal._1 {
    display: none;
  }

  .italic-text-2, .heading-6, .italic-text-3 {
    font-size: 22px;
  }

  .button {
    align-self: center;
    margin-top: 5rem;
    font-size: 12px;
    position: fixed;
  }

  .fs-cc-manager_button {
    display: none;
  }

  .text-block-5 {
    font-size: 16px;
  }

  .paragraph-6 {
    text-align: justify;
    font-size: 16px;
  }

  .rl_gallery7_spacing-block-2 {
    padding-bottom: 4.5rem;
  }

  .rl-heading-style-h2-2 {
    font-size: 2.75rem;
  }

  .rl-padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl_gallery3_spacing-block-2 {
    padding-bottom: 4.5rem;
  }

  .heading-13, .heading-14 {
    font-size: 5vw;
  }

  .paragraph-8 {
    text-align: justify;
    font-size: 16px;
  }

  .heading-15 {
    font-size: 20px;
    line-height: 1.2;
  }

  .rl_menu-icon2_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon2_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_menu-icon2_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_navbar2_menu-button {
    padding: 0;
  }

  .rl_navbar2_menu-button.w--open {
    background-color: #0000;
  }

  .rl_navbar2_button-wrapper {
    align-items: center;
  }

  .rl_navbar2_dropdown-link {
    text-align: center;
    width: auto;
    padding: .75rem 0;
    font-size: 16px;
  }

  .rl_navbar2_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .rl_navbar2_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .rl-dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .rl_navbar2_dropdwn-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem 2rem 1rem 0;
    display: flex;
  }

  .rl_navbar2_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .rl_navbar2_link {
    text-align: center;
    padding: 1rem 0;
    font-size: 1.125rem;
  }

  .rl_navbar2_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .rl_navbar2_menu.is-page-height-tablet {
    height: 100vh;
    padding-bottom: 15rem;
  }

  .rl_navbar2_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 40px;
  }

  .section._100-vh {
    height: auto;
  }

  .container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.colour-four {
    margin-top: 0;
    padding-top: 3vw;
  }

  .styleguide-section-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .styleguide-left-column {
    width: 100%;
    margin-bottom: 40px;
  }

  .styleguide-right-column {
    width: 100%;
    padding-left: 0;
  }

  .styleguide-wrapper {
    flex-direction: column;
  }

  .styleguide-all-sections-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-basic-one {
    width: 100%;
  }

  .button-basic-one.wide.top-margin-20px {
    font-size: 15px;
  }

  .button-basic-one.top-margin-10px-mobile {
    margin-top: 10px;
  }

  .nav-menu {
    padding-top: 15vh;
  }

  .brand.margin-right {
    width: 110px;
  }

  .search-wrapper {
    width: 40vw;
  }

  .search-wrapper.mobile {
    height: auto;
  }

  .no-margin.hier-anders {
    font-size: 36px;
  }

  .no-margin.kontakts.nur-hier {
    font-size: 21px;
    line-height: 1.2;
  }

  .field {
    margin-right: 0;
  }

  .div-block {
    flex-direction: column;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .form {
    flex-direction: column;
  }

  .copyright-wrapper {
    text-align: center;
    flex-direction: column;
  }

  .footer-wrapper.no-border {
    place-content: flex-start;
    align-items: flex-start;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .footer-wrapper.left-margin {
    padding-top: 10px;
  }

  .link-caps.top-margin-10px {
    margin-top: 20px;
    font-size: 18px;
  }

  .link-caps.top-margin-10px.w--current {
    font-size: 22px;
  }

  .link-light-reversed.link-caps.top-margin-10px {
    font-size: 12px;
  }

  .checkout-wrapper {
    flex-direction: column;
  }

  .checkout-form {
    background-color: #fff;
  }

  .bg-checkout.invisible-mobile {
    display: none;
  }

  .paypal-checkout-form {
    background-color: #fff;
  }

  .full-image.contacts-01-image-01 {
    background-position: 0 100%;
    background-size: cover;
  }

  .center {
    font-size: 9vw;
  }

  .center._70 {
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    margin-left: auto;
    margin-right: auto;
  }

  .image-vertical.opt-in-01-image-01 {
    margin-top: -39px;
    padding-bottom: 130%;
  }

  .image-vertical.project-image-03 {
    width: 100%;
  }

  .contacts-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .div-horizontal, .coming-soon-form {
    flex-direction: column;
  }

  .search-container {
    flex-direction: column;
    width: 100%;
  }

  .search-result-list {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .logo-coming-soon {
    z-index: 1;
    position: relative;
  }

  .getting-started-section-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tutorials-image, .support-image {
    width: 100%;
  }

  .where-to-start-grid-wrapper {
    min-height: 330px;
    margin-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .where-to-start-grid-wrapper.right-border {
    border-right-style: none;
  }

  .template-info-grid {
    grid-template-columns: 1fr;
  }

  .contacts-grid-preview {
    min-height: 350px;
  }

  .field-default {
    margin-right: 0;
  }

  .field-default.no-top-margin {
    margin-right: 10px;
  }

  .field-default.field-light.no-margin {
    margin-top: 10px;
  }

  .instagram-content {
    margin-bottom: 0;
    margin-right: 0;
  }

  .instagram-content._05, .instagram-content._06, .instagram-content._05, .instagram-content._06 {
    display: none;
  }

  .instagram-content-wrapper {
    grid-template-columns: 1fr 1fr;
    margin-top: 5vw;
  }

  .grid-content-wrapper.facts-01-layout.no-bottom-border.no-right-border {
    border-right-style: solid;
  }

  .grid-content-wrapper.facts-01-layout.no-right-border {
    border-bottom-style: none;
    border-right-style: solid;
  }

  .button-basic-one-3 {
    width: 100%;
  }

  .info-c03-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .title-wrapper {
    width: 80%;
  }

  .two-columns {
    column-count: 1;
  }

  .showcase-l01-line-01 {
    grid-column-gap: 3vw;
  }

  .showcase-l01-content-wrapper {
    padding-bottom: 5vw;
  }

  .showcase-l01-grid {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

  .showcase-l01-content-container {
    padding-bottom: 5vw;
  }

  .intro-c03-two-column-grid {
    grid-template-columns: 1fr;
  }

  .container-max.justify-right.container-top-padding {
    align-items: center;
  }

  .showcase-l05 {
    flex-direction: column;
  }

  .preview-l02-grid {
    grid-template-columns: 1fr;
  }

  .preview-l02-image-container {
    border: 1px #000;
    right: 0;
  }

  .preview-l02-content-wrapper {
    border: 1px #000;
  }

  .preview-l03-split-wrapper {
    height: 120vh;
  }

  .preview-l03-content-wrapper {
    width: 100%;
  }

  .preview-l03-split-right {
    flex-direction: column;
  }

  .shop-accent-c02-grid {
    grid-template-columns: 1fr;
  }

  .categories-sticky-wrapper {
    position: static;
  }

  .purchase-the-template-wrapper {
    opacity: .8;
    inset: auto auto 40vh;
  }

  .learn-more-wrapper.vertical {
    opacity: 1;
    opacity: 1;
    width: 40px;
    height: 100%;
    overflow: hidden;
  }

  .preview-l04-content-wrapper {
    width: 90vw;
  }

  .facts-01-grid {
    grid-template-columns: 1fr;
  }

  .close-icon-wrapper {
    z-index: 2;
    opacity: 1;
    width: 40px;
    height: 40px;
    margin-top: 0;
    margin-right: 10px;
    font-size: 30px;
    display: none;
    position: absolute;
    inset: auto 0% auto auto;
  }

  .text-info-line {
    flex-wrap: wrap;
  }

  .announcement-link-wrapper, .empty-div {
    display: none;
  }

  .announcement {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 60px;
    min-height: auto;
    padding: 30px 40px;
    display: none;
    position: fixed;
    inset: auto 0% 0%;
  }

  .showcase-l07-content-wrapper {
    width: 90vw;
  }

  .button-basic-one-outlined {
    width: 100%;
  }

  .details-l05-container {
    width: 100%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .show-01-line-01 {
    grid-template-columns: 20vw 10vw 1fr 2fr 5vw;
  }

  .show-01-image-04-wrapper {
    width: 100%;
  }

  .show-01-line-03 {
    grid-template-columns: 15vw 10vw 18vw 2fr 10vw;
  }

  .show-01-line-02 {
    grid-template-columns: 5vw 1fr 1fr 10vw 10vw;
  }

  .show-01-line-04 {
    grid-template-columns: 1fr 10vw 5vw 5vw;
  }

  .hero-c07.extra-padding {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .hero-c07-top-wrapper {
    padding-bottom: 130px;
  }

  .hero-c07-bg-top {
    width: 100%;
  }

  .hero-c07-content-wrapper {
    width: 145%;
    margin-left: -6rem;
  }

  .hero-c07-rotation {
    min-width: 50vh;
    height: 15vw;
    right: 15vw;
  }

  .hero-c07-bg {
    flex-direction: column;
  }

  .hero-c07-image-01 {
    background-image: url("https://cdn.prod.website-files.com/655e0131459a7b08370a9dad/6560936315d3de650ffaa514_%C3%9Cberschrift%20hinzuf%C3%BCgen.png");
  }

  .hero-c07-image-wrapper, .hero-c07-bg-bottom {
    width: 100%;
  }

  .hero-c07-grid-inside {
    grid-template-columns: 15% 70% 15%;
  }

  .hero-c07-bottom-wrapper {
    width: 100%;
    margin-top: 10vw;
  }

  .tes-c02-grid {
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .infinite-rotation-wrapper {
    width: 430px;
    margin-top: 15vw;
    margin-bottom: 15vw;
  }

  .section-under-wrapper.section-mobile {
    height: auto;
  }

  .section-under.colour-white.section-mobile {
    height: auto;
    margin-top: 0;
  }

  .bold-text {
    font-size: 19px;
  }

  .smaller-on-mobile {
    font-size: 4vw;
  }

  .product-content-inside {
    padding: 5vw;
  }

  .product-wrapper-grid-inside {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .image-4 {
    width: 110px;
  }

  .efi-paragraph-light {
    width: 85%;
  }

  .rl_gallery21_slide-nav {
    display: none;
  }

  .rl_gallery21_arrow-left {
    right: 3.5rem;
  }

  .rl_gallery21_slide {
    padding-right: 1.5rem;
  }

  .rl_gallery21_mask {
    width: 100%;
  }

  .rl_gallery21_slider {
    padding-bottom: 6rem;
  }

  .rl_gallery21_spacing-block-1 {
    padding-bottom: 3rem;
  }

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl_blog33_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.25rem;
  }

  .rl-padding-section-large {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }

  .link-caps-2.top-margin-10px {
    margin-top: 20px;
    font-size: 18px;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .text-block-3 {
    font-size: 16px;
  }

  .button {
    margin-top: 22rem;
    display: none;
    position: relative;
  }

  .fs-cc-banner_component {
    display: block;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
    font-size: 15px;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .fs-cc-banner_text {
    font-size: 14px;
  }

  .paragraph-6 {
    font-size: 16px;
  }

  .rl_gallery7_image-wrapper-large {
    padding-top: 100%;
  }

  .rl_gallery_gallery-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .rl_gallery7_spacing-block-2 {
    padding-bottom: 3rem;
  }

  .rl-text-style-medium-2 {
    font-size: 1rem;
  }

  .rl_gallery7_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2-2 {
    font-size: 2.25rem;
  }

  .rl-padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl_gallery3_gallery-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .rl_gallery3_spacing-block-2 {
    padding-bottom: 3rem;
  }

  .rl_gallery3_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .paragraph-7 {
    font-size: 16px;
  }

  .rl_navbar2_button {
    padding: .25rem 1rem;
  }

  .rl_navbar2_component {
    min-height: 4rem;
  }

  .button-2 {
    width: 27rem;
    color: var(--colour-four);
    text-align: center;
    background-color: #3898ec00;
    border: 1px solid #000;
    border-radius: 1px;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .modal-close_btn {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 13vw;
  }

  h2 {
    font-size: 40px;
  }

  .container, .container.testomonials, .container.testomonials {
    padding-top: 5vw;
  }

  .styleguide-colour {
    width: 100%;
  }

  .styleguide-colours, .styleguide-two-column-grid {
    grid-template-columns: 1fr;
  }

  .button-wrapper, .button-basic-one {
    width: 100%;
  }

  .button-basic-one.wide.top-margin-20px {
    font-size: 12px;
  }

  .label-button {
    line-height: 1.5;
  }

  .button-basic-two {
    width: 100%;
  }

  .button-basic-two.top-margin-10px-mobile {
    margin-top: 10px;
  }

  .animated-link-wrapper {
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
  }

  .nav-menu {
    padding-top: 12vh;
  }

  .brand {
    width: 130px;
  }

  .brand.margin-right.w--current {
    width: 90px;
    padding-left: 0;
  }

  .menu-icon-wrapper {
    width: 30px;
    height: 30px;
  }

  .no-margin.smaller-on-mobile {
    font-size: 13px;
  }

  .no-margin.hier-anders {
    font-size: 30px;
  }

  .no-margin.kontakts {
    font-size: 30px;
    line-height: 1.2;
  }

  .no-margin.kontakts.nur-hier {
    font-size: 22px;
  }

  .field.no-margin {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .newsletter-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block {
    flex-direction: column;
    align-items: center;
  }

  .newsletter-wrapper {
    flex-direction: column;
  }

  .footer-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .form {
    flex-direction: column;
  }

  .footer-wrapper {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 20px;
    display: flex;
  }

  .footer-wrapper.no-border {
    border-bottom-style: none;
    align-items: flex-start;
    font-size: 14px;
  }

  .footer-wrapper.left-margin {
    margin-top: 40px;
    margin-left: 0;
  }

  .footer-links-wrapper, .footer-links-wrapper.bottom-margin, .footer-links-wrapper.bottom-margin {
    align-items: flex-start;
  }

  .brand-footer {
    align-self: center;
    width: 140px;
  }

  .link-caps.top-margin-10px, .link-caps.top-margin-10px.w--current, .link-caps.top-margin-10px, .link-caps.top-margin-10px.w--current {
    font-size: 16px;
  }

  .link-light-reversed.link-caps.top-margin-10px {
    font-size: 12px;
  }

  .search-wrapper-mobile {
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
  }

  .invisible-mobile {
    display: none;
  }

  .logo-checkout {
    width: 130px;
  }

  .center {
    font-size: 8vw;
  }

  .center._70 {
    text-align: center;
    text-align: center;
    width: 100%;
    font-size: 9vw;
    font-weight: 400;
  }

  .image-vertical.opt-in-01-image-01 {
    z-index: 1;
    background-image: url("https://cdn.prod.website-files.com/655e0131459a7b08370a9dad/65a2b4967a94950c7e78200c_aaf60a7b-746d-4d2c-8ca2-02896afe5a90.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 30% 30%;
    width: 100%;
    margin-top: -30px;
    padding-bottom: 62%;
    display: block;
  }

  .image-vertical.opt-in-01-image-01.blog-style {
    z-index: 0;
    z-index: 0;
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .faq-expanded._01 {
    padding-right: 0;
  }

  .faq-wrapper {
    margin-bottom: 40px;
  }

  .top-margin {
    margin-top: 20px;
  }

  .preview-01-animated-link-wrapper {
    margin-bottom: 0;
  }

  .top-margin-20px {
    font-size: 14px;
  }

  .coming-soon-social-links {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .page-change-l01-brand {
    width: 150px;
  }

  .card-logotypes-wrapper {
    margin-left: 0;
  }

  .tutorials-image, .support-image {
    width: 40vw;
  }

  .where-to-start-grid-wrapper {
    padding: 20px;
  }

  .where-to-start-grid-wrapper.right-border {
    margin-bottom: 40px;
  }

  .animated-link-wrapper-nav {
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
  }

  .int-01-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .three-columns {
    column-count: 1;
  }

  .opt-in-01-grid {
    grid-template-columns: 1fr;
  }

  .opt-in-01-image-01-wrapper {
    width: 100%;
    display: block;
  }

  .grid-content-wrapper.show-01-layout {
    padding-top: 5vw;
    padding-bottom: 5vw;
    padding-right: 5vw;
  }

  .grid-content-wrapper.show-01-layout.mobile-layout {
    text-align: left;
    text-align: left;
    justify-content: flex-start;
    display: flex;
  }

  .grid-content-wrapper.show-01-line-04-layout {
    padding-bottom: 5vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .grid-content-wrapper.show-01-line-04-layout.mobile-layout {
    text-align: left;
    text-align: left;
  }

  .grid-content-wrapper.vert-bottom.show-01-layout {
    padding: 5vw;
  }

  .grid-content-wrapper.vert-bottom.show-01-layout.mobile-layout {
    padding-left: 5vw;
  }

  .grid-content-wrapper.show-01-line-02-layout {
    text-align: left;
    padding-left: 5vw;
  }

  .button-basic-one-3 {
    width: 100%;
  }

  .info-c03-grid {
    grid-template-columns: 1fr;
  }

  .info-c03-content-wrapper {
    padding-right: 0;
  }

  .title-wrapper {
    width: 90%;
  }

  .accent-l04-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .accent-l04-content-wrapper.colour-one {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .accent-l04-image-wrapper-01 {
    width: 100%;
    position: static;
  }

  .showcase-l01-line-01, .showcase-l01-grid, .intro-c03-two-column-grid {
    grid-template-columns: 1fr;
  }

  .top-margin-20-px {
    font-size: 14px;
  }

  .paragraph-bigger {
    font-size: 20px;
    line-height: 24px;
  }

  .preview-l03-content-wrapper {
    padding-bottom: 15vw;
  }

  .blog-post-content-wrapper {
    width: 100%;
  }

  .purchase-the-template-wrapper {
    opacity: .75;
    display: none;
  }

  .learn-more-wrapper.vertical {
    opacity: .8;
    opacity: .8;
    display: none;
    overflow: hidden;
  }

  .preview-l04-content-wrapper {
    align-items: flex-start;
  }

  .preview-l04-content-wrapper.bg-white {
    padding-left: 5vw;
  }

  .facts-01-grid {
    grid-template-columns: 1fr;
  }

  .close-icon-wrapper {
    display: none;
  }

  .text-info-line {
    text-align: left;
    display: none;
  }

  .announcement-link-wrapper {
    text-align: center;
    display: none;
  }

  .line-horizontal-reversed.line-absolut, .empty-div {
    display: none;
  }

  .announcement {
    text-align: left;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 60px;
    display: none;
  }

  .dropdown {
    align-self: flex-start;
    width: auto;
  }

  .nav-link-wrapper {
    margin-bottom: 0;
  }

  .showcase-l07 {
    height: auto;
  }

  .showcase-l07.extra-padding-mobile {
    padding-top: 100px;
  }

  .showcase-l07-content-wrapper {
    align-items: flex-start;
    padding-left: 5vw;
  }

  .styleguide-license-grid {
    grid-template-columns: 1fr;
  }

  .button-basic-one-outlined {
    width: 100%;
  }

  .option-style.no-right-border {
    border-bottom-style: none;
  }

  .button-group {
    border-bottom: 1px solid var(--colour-four-transparent);
    flex-direction: column;
  }

  .show-01-line-01 {
    text-align: left;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .show-01-image-04-wrapper {
    width: 100%;
  }

  .show-01-line-03 {
    grid-template-columns: 1fr;
  }

  .turn-container {
    bottom: 0;
    transform: none;
  }

  .show-01-line-02 {
    grid-template-columns: 1fr;
  }

  .show-01 {
    padding-bottom: 0;
  }

  .show-01-line-04 {
    grid-template-columns: 1fr;
  }

  .hero-c07-title-wrapper {
    width: 90%;
  }

  .hero-c07.extra-padding {
    padding-top: 200px;
    padding-bottom: 100px;
  }

  .hero-c07-top-wrapper {
    padding-bottom: 40px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .hero-c07-content-wrapper {
    width: 145%;
    margin-left: -4.5rem;
  }

  .hero-c07-image-01 {
    background-image: url("https://cdn.prod.website-files.com/655e0131459a7b08370a9dad/6560936315d3de650ffaa514_%C3%9Cberschrift%20hinzuf%C3%BCgen.png");
  }

  .tes-c02-grid {
    grid-template-columns: 1fr;
  }

  .infinite-rotation-wrapper {
    width: 220px;
    margin-top: 15vw;
  }

  .collection-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-under.colour-white.section-mobile {
    height: auto;
  }

  .smaller-on-mobile {
    width: 100%;
    font-size: 18px;
    line-height: 1.25;
  }

  .product-wrapper-grid-inside {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .efi-ftr-02-footer-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .efi-paragraph-light {
    text-align: justify;
    font-size: 16px;
  }

  .paragraph, .paragraph-2, .paragraph-3, .paragraph-4 {
    font-size: 17px;
  }

  .rl_gallery21_slide-nav {
    display: none;
  }

  .rl_gallery21_arrow-right {
    inset: auto 0% 0% 4rem;
  }

  .rl_gallery21_arrow-left {
    inset: auto 0% 0% -4rem;
  }

  .rl_gallery21_slide {
    padding-right: 2rem;
  }

  .rl_gallery21_slider {
    padding-bottom: 5rem;
  }

  .rl-padding-section-large {
    padding-bottom: 2rem;
  }

  .heading-2 {
    white-space: normal;
    word-break: normal;
  }

  .heading-3 {
    line-height: 1.2;
  }

  .link-caps-2.top-margin-10px {
    font-size: 16px;
  }

  .language-toggle {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .big-cats_modal-content {
    width: 100%;
    height: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    display: block;
  }

  .big-cats_modal._1, .big-cats_modal._3, .big-cats_modal._1, .big-cats_modal._3 {
    display: none;
  }

  .big-cats_modal-image {
    aspect-ratio: auto;
    object-fit: scale-down;
  }

  .text-block-4 {
    text-align: justify;
    font-size: 16px;
    line-height: 1.05rem;
  }

  .italic-text, .italic-text-2 {
    font-size: 20px;
  }

  .heading-6 {
    font-size: 22px;
  }

  .italic-text-3 {
    font-size: 20px;
  }

  .button {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    display: none;
    position: fixed;
    bottom: -3.5rem;
    left: auto;
    right: auto;
  }

  .fs-cc-banner_component {
    display: block;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -22px 10px auto auto;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_component, .fs-cc-prefs_content {
    padding: 24px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_text {
    text-align: justify;
    margin-right: 0;
  }

  .heading-7 {
    font-size: 20px;
  }

  .text-block-5 {
    text-align: justify;
    font-size: 14.5px;
    line-height: 20px;
  }

  .paragraph-6 {
    text-align: justify;
  }

  .rl-padding-section-large-2 {
    padding-top: 8rem;
    padding-bottom: 1rem;
  }

  .italic-text-5 {
    font-size: 20px;
  }

  .paragraph-8 {
    text-align: justify;
    font-size: 16px;
  }

  .button-2 {
    width: 14rem;
    color: var(--colour-four);
    text-align: center;
    background-color: #3898ec00;
    border: 1px solid #000;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    display: flex;
  }

  .button-3.modal-open_btn:focus {
    border: 2px solid #ff9500;
  }

  .heading-16 {
    font-size: 32px;
    line-height: 1.2;
  }
}

#w-node-_62ba19fa-ac26-f4d2-e9ef-1ab049b15d9d-49b15d7b {
  grid-area: 1 / 4 / 2 / 7;
}

@media screen and (max-width: 991px) {
  #w-node-_7678df9f-700e-5c30-6d35-0cb431f565c6-a81af771 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_62ba19fa-ac26-f4d2-e9ef-1ab049b15d7e-49b15d7b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_62ba19fa-ac26-f4d2-e9ef-1ab049b15d8d-49b15d7b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_62ba19fa-ac26-f4d2-e9ef-1ab049b15d9d-49b15d7b {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_62ba19fa-ac26-f4d2-e9ef-1ab049b15dad-49b15d7b {
    grid-area: 1 / 2 / 2 / 2;
  }

  #w-node-_62ba19fa-ac26-f4d2-e9ef-1ab049b15db8-49b15d7b {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_62ba19fa-ac26-f4d2-e9ef-1ab049b15d7e-49b15d7b, #w-node-_62ba19fa-ac26-f4d2-e9ef-1ab049b15d8d-49b15d7b {
    grid-column: span 3 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7678df9f-700e-5c30-6d35-0cb431f565c6-a81af771, #w-node-_62ba19fa-ac26-f4d2-e9ef-1ab049b15d7e-49b15d7b, #w-node-_62ba19fa-ac26-f4d2-e9ef-1ab049b15d8d-49b15d7b {
    grid-column: span 1 / span 1;
  }

  #w-node-_62ba19fa-ac26-f4d2-e9ef-1ab049b15d9d-49b15d7b, #w-node-_62ba19fa-ac26-f4d2-e9ef-1ab049b15dad-49b15d7b, #w-node-_62ba19fa-ac26-f4d2-e9ef-1ab049b15db8-49b15d7b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
