:root {
  --beige: #fff6dc;
  --gree: #535353;
  --green: #4b5333;
  --dark-grey: #999;
  --white: white;
  --gainsboro: #e6e6e6;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  color: #000;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Tenor Sans;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  color: #000;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Tenor Sans;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  color: #000;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Source Serif Pro;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

ul, ol {
  color: #000;
  font-family: Source Serif Pro;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

li {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
}

img {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
}

blockquote {
  color: #000;
  border-style: solid none none;
  border-top-width: 2px;
  border-top-color: #000;
  border-left-width: 5px;
  border-left-color: #e2e2e2;
  margin-top: 40px;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-left: 0;
  padding-right: 0;
  font-family: Source Serif Pro;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  color: #666;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 30px;
  font-family: Libre Franklin;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.navigation-container {
  width: 100%;
  max-width: 1200px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navigation {
  height: 90px;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.image-logo {
  margin-top: 0;
  margin-bottom: 0;
}

.nav-link {
  color: #000;
  margin-right: 30px;
  font-family: Libre Franklin;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.nav-link.white {
  color: #fff;
  margin-top: 5px;
  margin-bottom: 5px;
}

.container {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.container.cc-center {
  text-align: left;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container.cc-post-image {
  max-width: 1400px;
}

.paragraph {
  color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Source Serif Pro;
  font-size: 18px;
  line-height: 30px;
}

.paragraph.cc-contact-text {
  margin-bottom: 50px;
}

.footer {
  background-color: #141414;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 80px 30px 90px;
  display: flex;
}

.top-section {
  flex: 1;
  align-items: flex-end;
  display: flex;
}

.footer-title-text {
  color: #666;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Libre Franklin;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
}

.footer-links {
  width: 25%;
  flex-flow: column;
  flex: none;
  align-content: flex-start;
  align-items: flex-start;
  margin-top: 15px;
  display: flex;
}

.footer-links-container {
  justify-content: flex-start;
  margin-top: 20px;
  display: flex;
}

.footer-links-container.cc-categories {
  display: block;
}

.footer-categories {
  width: 75%;
}

.footer-newsletter {
  width: 25%;
}

.bottom-1 {
  text-align: left;
  flex-wrap: nowrap;
  flex: 1;
  align-content: flex-start;
  justify-content: space-between;
  display: flex;
}

.bottom-2 {
  width: 75%;
  flex: 1;
  margin-top: 40px;
}

.bottom {
  width: 100%;
}

.separator-color {
  height: 1px;
  max-width: 1290px;
  background-color: #e6e6e6;
}

.separator-color.footer-line {
  background-color: #4d4d4d;
}

.text-field {
  height: 48px;
  color: #999;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Libre Franklin;
  font-size: 14px;
  line-height: 24px;
}

.submit-button {
  width: 100px;
  height: 48px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  font-family: Libre Franklin;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
}

.form {
  align-items: flex-end;
  display: flex;
}

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

.posts-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.posts-wrapper.cc-top-post {
  justify-content: space-between;
}

.top-post {
  background-color: var(--beige);
  background-image: url('../images/seamless.jpg');
  background-position: 50%;
  background-size: 740px;
  justify-content: center;
  align-items: center;
  padding: 154px 30px 99px;
  display: flex;
}

.navigation-link {
  height: 90px;
  color: #000;
  align-content: space-between;
  padding: 34px 20px;
  font-family: Libre Franklin;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  position: relative;
}

.navigation-link-text {
  color: var(--gree);
  text-transform: none;
  font-family: Sourceserif, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.navigation-hover {
  width: 100%;
  height: 4px;
  background-color: var(--green);
  align-items: flex-end;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.header {
  width: 100vw;
  height: 40vw;
  justify-content: center;
  align-items: center;
  margin-top: 82px;
  display: none;
}

.team {
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.contact {
  background-color: var(--green);
  background-image: url('../images/seamless-green-v2.jpg');
  background-position: 0 0;
  background-size: 500px;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: center;
  padding: 120px 30px 100px;
  display: flex;
}

.footer-small-text {
  color: #666;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Libre Franklin;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
}

.dropdown {
  display: none;
}

.container-footer {
  width: 100%;
  max-width: 1200px;
}

.contact-info-subtitle {
  width: 100%;
  color: #999;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 30px;
  font-family: Libre Franklin;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
}

.contact-info-text {
  width: 100%;
  color: #000;
  letter-spacing: -.5px;
  margin-top: 20px;
  font-family: Source Serif Pro;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.contact-number {
  width: 60px;
  height: 60px;
  background-color: #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu {
  display: flex;
}

.top-post-image {
  width: 60%;
}

.top-post-item {
  perspective: 2000px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.top-post-text {
  width: 40%;
  padding-left: 25px;
}

.category-link {
  color: #999;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Libre Franklin;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  text-decoration: none;
}

.category-link:hover {
  text-decoration: underline;
}

.h2 {
  color: #525252;
  letter-spacing: -1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 20px;
  font-family: Sourceserif, sans-serif;
  font-size: 49px;
  font-weight: 500;
  line-height: 60px;
  position: static;
}

.h2.cc-title-section {
  margin-top: 0;
  margin-bottom: 40px;
}

.h2.cc-title-section.cc-push-text {
  margin-right: 15px;
}

.post-short-text {
  color: #666;
  font-family: Sourceserif Italic, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.post-author {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Libre Franklin;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  text-decoration: none;
}

.post-author:hover {
  text-decoration: underline;
}

.post-author.cc-top-margin {
  margin-right: 5px;
}

.post-author-text {
  margin-top: 30px;
  display: flex;
}

.post-author-text.cc-small-thumbnail {
  margin-top: 0;
}

.post-author-text.cc-center {
  align-items: center;
}

._3-posts {
  justify-content: center;
  align-items: center;
  padding-bottom: 90px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.posts-collection-list-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.posts-image {
  margin-bottom: 20px;
}

.top-post-link-block {
  text-decoration: none;
}

._3-collection-item {
  width: 33.3333%;
  flex-wrap: wrap;
  align-content: stretch;
  align-items: stretch;
  padding-top: 25px;
  padding-bottom: 25px;
}

.post-title {
  margin-top: 15px;
  margin-bottom: 15px;
  text-decoration: none;
}

.h3 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.post-info-text {
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
}

.posts-collection-list {
  flex-wrap: wrap;
  margin: -25px -10px;
  display: flex;
}

.separator-container {
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  position: relative;
}

.line-color {
  height: 1px;
  background-color: #e6e6e6;
}

.separator {
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.latest-posts {
  justify-content: center;
  align-items: center;
  padding: 90px 30px;
  display: flex;
}

._4-collection-item {
  width: 25%;
  flex-wrap: wrap;
  margin-top: 25px;
  margin-bottom: 25px;
}

.button {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  margin-top: 90px;
  padding: 20px 25px;
  font-family: Libre Franklin;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  transition: background-color .2s, color .2s;
  display: flex;
}

.button:hover {
  color: #fff;
  background-color: #000;
}

.section-title-text {
  color: #999;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Libre Franklin;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  text-decoration: none;
}

.section-title-text:hover {
  text-decoration: underline;
}

._2-collection-item {
  width: 50%;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 25px;
  padding-bottom: 25px;
}

.featured-posts {
  justify-content: center;
  align-items: center;
  padding: 90px 30px;
  display: flex;
}

.separator-footer {
  margin-top: 60px;
  margin-bottom: 60px;
}

.about-top {
  background-color: var(--green);
  background-image: url('../images/seamless-green-v2.jpg');
  background-position: 0 0;
  background-size: 500px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 40px 30px;
  display: flex;
}

.h1 {
  color: var(--green);
  text-indent: 1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: -10px;
  font-family: Sourceserif Italic, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

.text-container {
  width: auto;
  padding-right: 25px;
}

.section-title-big {
  color: var(--green);
  text-transform: none;
  margin-top: 24px;
  margin-bottom: 22px;
  font-family: Sourceserif Italic, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 24px;
}

.link-block {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: Libre Franklin;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
}

.team-collection-item {
  width: 25%;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
}

.team-image {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.team-member-info {
  margin-top: 15px;
}

.team-member-name {
  color: #000;
  font-family: Source Serif Pro;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.team-member-role {
  color: #999;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Libre Franklin;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
}

.collection-list-wrapper-7 {
  margin: -25px -10px;
}

.contact-item-wrapper {
  width: 25%;
  justify-content: center;
  align-items: stretch;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.contact-wrapper {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.contact-item {
  width: 100%;
  text-align: center;
  border: 1px solid #000;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  padding: 45px 30px;
  display: flex;
}

.number {
  color: #fff;
  text-align: center;
  font-family: Source Serif Pro;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.about-blog {
  background-color: var(--beige);
  background-image: url('../images/seamless.jpg');
  background-position: 0 0;
  background-size: 740px;
  justify-content: center;
  align-items: center;
  padding: 120px 30px 100px;
  display: flex;
}

.title-section {
  justify-content: center;
  align-items: center;
  padding: 180px 30px 90px;
  display: flex;
}

.post-image {
  justify-content: center;
  align-items: center;
  padding-right: 30px;
  display: flex;
}

.post-content {
  justify-content: center;
  align-items: center;
  padding: 60px 30px;
  display: flex;
}

.post-content-wrapper {
  max-width: 800px;
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.author-image-wrapper {
  width: 30px;
  height: 30px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  display: flex;
  overflow: hidden;
}

.rich-text img {
  margin-top: 30px;
  margin-bottom: 10px;
}

.rich-text h1 {
  font-family: Tenor Sans;
  font-size: 42px;
  font-weight: 400;
  line-height: 50px;
}

.rich-text h4, .rich-text h5, .rich-text h6 {
  font-family: Tenor Sans;
  font-weight: 400;
}

.logo.cc-footer {
  margin-bottom: 2px;
  margin-right: 15px;
}

.collection-list {
  flex-wrap: wrap;
  display: flex;
}

.footer-collection-item {
  width: 25%;
  color: #fff;
  margin-bottom: 15px;
  font-family: Libre Franklin;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.link-footer {
  color: #fff;
  text-decoration: none;
}

.div-block {
  display: flex;
}

.style-guide-label {
  color: #777;
  border-bottom: 1px solid #777;
  flex: 1;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 13px;
  line-height: 14px;
}

.image-licensing {
  background-color: rgba(0, 0, 0, .05);
  border: 1px solid rgba(0, 0, 0, .1);
  padding: 15px;
  line-height: 24px;
}

.footer-links-inner {
  flex-flow: column;
  flex: none;
  align-content: flex-start;
  align-items: flex-start;
  margin-top: 15px;
  display: flex;
}

.paragraph-2 {
  color: #fff;
  margin-top: 16px;
  padding-right: 40px;
  font-family: Sourceserif, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 35px;
}

.quote-name {
  color: #838383;
  margin-top: 23px;
  font-family: "Sourceserif 4 Variablefont Italic";
  font-size: 24px;
  font-style: italic;
}

.div-block-2 {
  width: 200px;
  height: 1px;
  background-color: var(--dark-grey);
  margin-top: 19px;
}

.div-block-3 {
  height: auto;
  overflow: hidden;
}

.cell {
  padding-right: 0;
}

.hero-container {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  background-image: url('../images/danielemessy-titelbild.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-container.cc-center {
  text-align: left;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-container.cc-post-image {
  max-width: 1400px;
}

.h1-hero {
  background-color: var(--green);
  color: var(--white);
  text-indent: 1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: -10px;
  margin-left: 50px;
  padding: 0 15px;
  font-family: Sourceserif Italic, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 80px;
}

.div-block-4 {
  width: 150px;
  height: 1px;
  background-color: var(--white);
  margin-top: 44px;
  margin-bottom: 40px;
}

.quick-stack {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.gallery-overview {
  background-color: var(--white);
  border-bottom: 1px solid #e4ebf3;
  padding: 20px 0 80px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding: 79px 20px 20px;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image {
  width: 100%;
}

.cell-2 {
  justify-content: center;
}

.fliesstext {
  color: var(--gree);
  margin-top: 16px;
  padding-right: 40px;
  font-family: Sourceserif, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
}

.paragraph-2-copy {
  color: var(--white);
  margin-top: 0;
  padding-right: 40px;
  font-family: Sourceserif, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
}

.cell-3 {
  padding-left: 35px;
}

.h2-copy {
  color: var(--white);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Sourceserif, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
  position: static;
}

.h2-copy.cc-title-section {
  margin-top: 0;
  margin-bottom: 40px;
}

.h2-copy.cc-title-section.cc-push-text {
  margin-right: 15px;
}

.div-block-5 {
  height: 220px;
  overflow: hidden;
}

.div-block-6 {
  margin-top: -72px;
  margin-bottom: -100px;
}

.quick-stack-3 {
  padding: 0;
}

.autor {
  color: var(--dark-grey);
  margin-top: 12px;
  margin-left: 10px;
  padding-left: 0;
  font-family: Sourceserif Italic, sans-serif;
}

.cell-4 {
  padding-left: 10px;
}

.button-2 {
  border: 1px solid var(--green);
  background-color: var(--green);
  transform: scale3d(1none, 1none, 1none);
  color: var(--beige);
  transform-style: preserve-3d;
  margin-top: 29px;
  padding: 10px 20px;
  font-family: Sourceserif, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.button-2:hover {
  background-color: var(--beige);
  color: var(--green);
  font-weight: 400;
}

.cell-5 {
  padding-right: 10px;
}

.headline {
  background-color: var(--green);
  color: var(--beige);
  text-transform: uppercase;
  margin-top: 9px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 6px;
  padding-right: 7px;
  font-family: Sourceserif Italic, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.div-block-4-copy {
  width: 150px;
  height: 1px;
  background-color: var(--green);
  margin-top: 27px;
  margin-bottom: 10px;
}

.h2-copy {
  color: var(--gree);
  letter-spacing: -1px;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Sourceserif, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
  position: static;
}

.h2-copy.cc-title-section {
  margin-top: 0;
  margin-bottom: 40px;
}

.h2-copy.cc-title-section.cc-push-text {
  margin-right: 15px;
}

.h2-copy-copy {
  color: var(--white);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Sourceserif, sans-serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 60px;
  position: static;
}

.h2-copy-copy.cc-title-section {
  margin-top: 0;
  margin-bottom: 40px;
}

.h2-copy-copy.cc-title-section.cc-push-text {
  margin-right: 15px;
}

.footer-text {
  color: #fff;
  text-align: left;
  margin-top: 0;
  font-family: Sourceserif, sans-serif;
}

.div-block-7 {
  height: 220px;
  overflow: hidden;
}

.cell-6 {
  align-items: flex-start;
}

.link {
  color: #fff;
  text-decoration: none;
}

.footer-text-imprint {
  color: #fff;
  text-align: right;
  margin-top: 0;
  font-family: Sourceserif, sans-serif;
}

.cell-7 {
  justify-content: flex-end;
  align-items: flex-end;
}

.link-2 {
  color: #fff;
}

.quick-stack-4 {
  padding: 0;
}

.footer-text-copy {
  color: #fff;
  text-align: left;
  margin-top: 0;
  font-family: Sourceserif, sans-serif;
}

.image-logo-footer {
  margin-top: 0;
  margin-bottom: 0;
}

.h2-copy2 {
  color: #fff;
  letter-spacing: -1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sourceserif, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 65px;
  position: static;
}

.h2-copy2.cc-title-section {
  margin-top: 0;
  margin-bottom: 40px;
}

.h2-copy2.cc-title-section.cc-push-text {
  margin-right: 15px;
}

.cookie-banner {
  z-index: 9999;
  display: block;
  position: fixed;
}

.fs-cookie-popup {
  width: auto;
  height: auto;
  max-width: 90vw;
  background-color: #fff;
  border: 2px #000;
  border-radius: 0;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr .25fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 3%;
  margin-left: 3%;
  margin-right: 3%;
  padding: 22px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.cookie-tag {
  color: var(--gree);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sourceserif, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.cookie-paragraph {
  width: auto;
  max-width: 400px;
  color: #050505;
  margin-bottom: 0;
  margin-right: 20px;
  font-family: Sourceserif, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  position: static;
}

.button-wrapper {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  display: grid;
}

.button-3 {
  background-color: #27313d;
  border: 2px solid #27313d;
  border-radius: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 20px;
  font-family: PT Sans, sans-serif;
  font-weight: 400;
  transition: all .3s;
}

.button-3:hover {
  color: #27313d;
  background-color: #fff;
  border: 2px solid #27313d;
}

.button-3.accept {
  float: left;
  border-color: var(--green);
  background-color: var(--green);
  text-align: center;
  border-radius: 0;
  font-family: Sourceserif, sans-serif;
  font-weight: 400;
  position: relative;
}

.button-3.accept:hover {
  border-color: var(--green);
  color: var(--green);
  -webkit-text-stroke-color: #fff;
  background-color: #fff;
  border-radius: 0;
}

.button-3.deny {
  float: left;
  border-color: var(--green);
  background-color: var(--white);
  color: var(--green);
  text-align: center;
  border-radius: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Sourceserif, sans-serif;
  font-weight: 400;
  display: none;
}

.button-3.deny:hover {
  background-color: var(--green);
  color: #faf7f2;
  border-radius: 0;
}

.link-3, .link-4 {
  color: #fff;
  text-decoration: none;
}

.paragraph-3 {
  color: var(--gree);
  margin-bottom: 100px;
  font-family: Sourceserif, sans-serif;
}

@media screen and (max-width: 991px) {
  .navigation {
    z-index: 999;
    padding-right: 8px;
  }

  .image-logo {
    z-index: 9999;
    position: relative;
  }

  .container {
    flex-flow: column;
    align-items: center;
  }

  .footer-categories {
    width: 100%;
  }

  .footer-newsletter {
    width: 100%;
    margin-bottom: 35px;
  }

  .bottom-1 {
    flex-flow: wrap-reverse;
  }

  .bottom-2 {
    width: 100%;
  }

  .navigation-link {
    height: 60px;
    background-color: #fff;
    justify-content: flex-end;
    padding-left: 30px;
    padding-right: 30px;
  }

  .navigation-link-text {
    font-size: 18px;
    line-height: 24px;
  }

  .navigation-hover {
    display: none;
  }

  .header {
    height: 50vw;
  }

  .container-footer {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu {
    background-color: #fff;
    margin-top: -90px;
    padding-top: 120px;
    padding-bottom: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .25);
  }

  .menu-button {
    color: #000;
    font-family: Libre Franklin;
    font-size: 32px;
    font-weight: 400;
  }

  .menu-button:active {
    background-color: #e9e9e9;
  }

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

  .top-post-image {
    width: 100%;
    margin-bottom: 30px;
  }

  .top-post-item {
    flex-wrap: wrap;
  }

  .top-post-text {
    width: 100%;
    padding-left: 0;
  }

  .h2.cc-title-section {
    margin-top: 0;
  }

  ._4-collection-item {
    width: 50%;
  }

  .icon-2 {
    color: #000;
  }

  .about-top {
    padding-top: 58px;
    padding-bottom: 90px;
  }

  .h1 {
    font-size: 36px;
    line-height: 42px;
  }

  .text-container {
    width: 100%;
  }

  .team-collection-item {
    width: 33.3333%;
  }

  .team-image {
    width: 100%;
    justify-content: flex-start;
  }

  .contact-item-wrapper {
    width: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .contact-wrapper {
    flex-wrap: wrap;
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .about-blog {
    padding-top: 60px;
  }

  .title-section.cc-detail {
    padding-top: 150px;
  }

  .hero-container {
    flex-flow: column;
    align-items: center;
  }

  .h1-hero {
    font-size: 36px;
    line-height: 42px;
  }

  .container-2 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .h2-copy.cc-title-section {
    margin-top: 0;
  }

  .div-block-6 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .h2-copy.cc-title-section, .h2-copy-copy.cc-title-section {
    margin-top: 0;
  }

  .image-logo-footer {
    z-index: 9999;
    position: relative;
  }

  .h2-copy2.cc-title-section {
    margin-top: 0;
  }

  .fs-cookie-popup {
    max-width: 95%;
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .cookie-paragraph {
    font-size: 12px;
    line-height: 16px;
  }
}

@media screen and (max-width: 767px) {
  .navigation {
    height: 75px;
  }

  .footer-title-text {
    margin-bottom: 15px;
  }

  .footer-links {
    width: 50%;
    flex-wrap: nowrap;
    margin-top: 25px;
  }

  .footer-links-container {
    flex-wrap: wrap;
  }

  .footer-categories {
    display: none;
  }

  .footer-newsletter {
    margin-bottom: 15px;
  }

  .top-post {
    margin-top: 0;
    padding-top: 135px;
  }

  .navigation-link {
    display: flex;
  }

  .team, .contact {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .dropdown {
    background-color: #fff;
    flex: 1;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .dropdown-toggle {
    width: 100%;
    height: 48px;
    color: #999;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    font-family: Libre Franklin;
    font-weight: 400;
    line-height: 24px;
    display: flex;
  }

  .dropdown-toggle.w--open {
    color: #000;
    font-weight: 600;
  }

  .icon {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 15px;
  }

  .dropdown-list {
    margin-top: 0;
  }

  .dropdown-list.w--open {
    margin-top: auto;
  }

  .dropdown-link {
    color: #000;
    background-color: #fff;
    padding: 15px 20px;
    font-family: Libre Franklin;
    font-weight: 600;
  }

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

  .h2.cc-title-section.cc-push-text {
    margin-right: 10px;
  }

  ._3-collection-item, ._4-collection-item, ._2-collection-item {
    width: 100%;
  }

  .about-top {
    padding-top: 180px;
    padding-bottom: 90px;
  }

  .h1 {
    font-size: 30px;
    line-height: 36px;
  }

  .team-collection-item {
    width: 50%;
  }

  .about-blog {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .title-section {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .dropdown-link-text {
    color: #000;
    text-decoration: none;
  }

  .footer-links-inner {
    width: 50%;
    flex-wrap: nowrap;
    margin-top: auto;
  }

  .h1-hero {
    font-size: 30px;
    line-height: 36px;
  }

  .gallery-overview {
    padding: 60px 15px;
  }

  .h2-copy {
    font-size: 20px;
    line-height: 24px;
  }

  .h2-copy.cc-title-section.cc-push-text {
    margin-right: 10px;
  }

  .h2-copy {
    font-size: 20px;
    line-height: 24px;
  }

  .h2-copy.cc-title-section.cc-push-text {
    margin-right: 10px;
  }

  .h2-copy-copy {
    font-size: 20px;
    line-height: 24px;
  }

  .h2-copy-copy.cc-title-section.cc-push-text {
    margin-right: 10px;
  }

  .h2-copy2 {
    font-size: 20px;
    line-height: 24px;
  }

  .h2-copy2.cc-title-section.cc-push-text {
    margin-right: 10px;
  }

  .fs-cookie-popup {
    flex-direction: column;
    margin-bottom: 2%;
    padding: 15px;
  }

  .cookie-paragraph {
    width: 100%;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 16px;
  }

  .button-wrapper {
    grid-column-gap: 10px;
    margin-top: 0;
  }
}

@media screen and (max-width: 479px) {
  .image-logo {
    max-width: 90%;
  }

  .nav-link.white {
    margin-right: 0;
  }

  .footer {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .top-section {
    max-width: none;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-title-text {
    width: 100%;
    margin-top: 20px;
  }

  .footer-links {
    flex-flow: wrap;
    justify-content: flex-start;
    margin-top: 0;
  }

  .footer-links-container {
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
  }

  .top-post {
    padding-top: 105px;
    padding-bottom: 44px;
  }

  .header {
    height: 75vw;
  }

  .team, .contact {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-small-text {
    margin-top: 20px;
    font-family: Sourceserif, sans-serif;
    font-weight: 400;
    line-height: 18px;
  }

  .h2 {
    letter-spacing: 0;
    font-size: 28px;
    line-height: 35px;
  }

  .h2.cc-title-section.cc-push-text {
    margin-bottom: 0;
  }

  ._3-posts {
    padding-bottom: 60px;
  }

  .latest-posts {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .button {
    width: 100%;
    margin-top: 60px;
  }

  .featured-posts {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-top {
    padding: 40px 0 60px;
  }

  .h1 {
    font-size: 28px;
    line-height: 38px;
  }

  .text-container {
    padding-right: 0;
  }

  .section-title-big {
    line-height: 45px;
  }

  .team-collection-item, .contact-item-wrapper {
    width: 100%;
  }

  .about-blog {
    background-color: var(--beige);
    padding: 60px 0;
  }

  .title-section {
    padding-top: 135px;
  }

  .title-section.cc-detail {
    padding-top: 120px;
  }

  .div-block {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .footer-links-inner {
    flex-flow: wrap;
    justify-content: flex-start;
    margin-top: 0;
  }

  .paragraph-2 {
    margin-top: 11px;
    padding-right: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .div-block-3 {
    width: 85vw;
  }

  .cell {
    flex-direction: column;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: block;
  }

  .hero-container {
    justify-content: center;
    align-items: flex-start;
    margin-top: -35px;
  }

  .h1-hero {
    font-size: 20px;
    line-height: 30px;
  }

  .div-block-4 {
    margin-top: 45px;
    margin-bottom: 35px;
  }

  .quick-stack {
    min-width: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    align-self: auto;
    padding: 0;
  }

  .quick-stack-2 {
    padding: 0;
  }

  .image {
    padding-right: 0;
  }

  .container-2 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .fliesstext, .paragraph-2-copy {
    padding-right: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .cell-3 {
    padding-left: 0;
    display: block;
  }

  .h2-copy.cc-title-section.cc-push-text {
    margin-bottom: 0;
  }

  .div-block-5 {
    height: 230px;
  }

  .div-block-6 {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .cell-4 {
    padding-left: 0;
  }

  .button-2 {
    margin-top: -1px;
    padding: 6px 10px;
    font-size: 14px;
  }

  .div-block-4-copy {
    margin-top: 24px;
  }

  .h2-copy {
    letter-spacing: -1px;
    margin-top: 40px;
    font-size: 40px;
    line-height: 42px;
  }

  .h2-copy.cc-title-section.cc-push-text {
    margin-bottom: 0;
  }

  .h2-copy-copy {
    font-size: 40px;
  }

  .h2-copy-copy.cc-title-section.cc-push-text {
    margin-bottom: 0;
  }

  .div-block-7 {
    height: 230px;
  }

  .cell-6 {
    padding-top: 0;
  }

  .cell-7 {
    align-items: flex-start;
    padding-top: 46px;
  }

  .quick-stack-4 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-text-copy {
    margin-top: -47px;
  }

  .image-logo-footer {
    display: none;
  }

  .h2-copy2 {
    letter-spacing: 0;
    margin-top: 22px;
    font-size: 32px;
    line-height: 40px;
  }

  .h2-copy2.cc-title-section.cc-push-text {
    margin-bottom: 0;
  }

  .fs-cookie-popup {
    width: 350px;
    max-width: 100%;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 24px;
    display: block;
  }

  .cookie-tag {
    margin-bottom: 2px;
  }

  .cookie-paragraph {
    max-width: 350px;
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 14px;
    line-height: 20px;
  }

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

  .button-3.accept {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-3.deny {
    margin-right: 0;
  }
}

#w-node-_84169914-ccd9-5964-31bc-492dd8457b50-efb309ef {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_84169914-ccd9-5964-31bc-492dd8457b52-efb309ef {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_22fe6193-5ff5-5011-dd41-816c8bc71b99-efb309ef {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_22f3b127-e36e-8107-b38e-68c88f7004a2-efb309ef {
  grid-template-rows: auto;
  grid-template-columns: .75fr .25fr;
}

#w-node-_0f5573f7-ffca-fd36-f62c-0fa6f5d5019e-efb309ef {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-f34179a5-a7f4-a873-2943-c4f86c3ac182-efb309ef, #w-node-_8ccbdd3f-5d98-b844-b4ee-4ddb38ee8d8a-efb309ef, #w-node-_505a37e7-782e-666f-b831-483d3058cfce-efb309ef, #w-node-f34179a5-a7f4-a873-2943-c4f86c3ac187-efb309ef, #w-node-_2cd6a00a-51e3-5b72-3dba-dc72cb30e25a-efb309ef, #w-node-ebf853b1-3d8f-8185-14e6-c1238e2c76b2-efb309ef, #w-node-fc657a32-e75e-337c-760e-1778b478f4d3-efb309ef, #w-node-fc657a32-e75e-337c-760e-1778b478f4d4-efb309ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a5d042b-03b4-2897-fd9c-795e95f16931-efb309ef, #w-node-_632fa37b-f09a-d80c-9fc2-80d0d2ae85c8-324eaa8a, #w-node-c10560e7-3fd4-1234-a8c8-94587fe55b1e-73e66da4 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr 1fr 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-_84169914-ccd9-5964-31bc-492dd8457b4f-efb309ef {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_84169914-ccd9-5964-31bc-492dd8457b50-efb309ef {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_22fe6193-5ff5-5011-dd41-816c8bc71b99-efb309ef {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_22f3b127-e36e-8107-b38e-68c88f7004a2-efb309ef {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-_22f3b127-e36e-8107-b38e-68c88f7004a3-efb309ef {
    order: 9999;
  }

  #w-node-_22f3b127-e36e-8107-b38e-68c88f7004a4-efb309ef {
    order: -9999;
  }

  #w-node-_0f5573f7-ffca-fd36-f62c-0fa6f5d5019e-efb309ef {
    grid-template-rows: auto;
    grid-template-columns: .5fr;
  }

  #w-node-_0a5d042b-03b4-2897-fd9c-795e95f16931-efb309ef, #w-node-_632fa37b-f09a-d80c-9fc2-80d0d2ae85c8-324eaa8a, #w-node-c10560e7-3fd4-1234-a8c8-94587fe55b1e-73e66da4 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }
}


@font-face {
  font-family: 'Sourceserif';
  src: url('../fonts/SourceSerif4-VariableFont.woff2') format('woff2');
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourceserif Italic';
  src: url('../fonts/SourceSerif4-Italic-VariableFont.woff2') format('woff2');
  font-weight: 200 900;
  font-style: italic;
  font-display: swap;
}