@font-face {
  font-family: Brown;
  src: url('../fonts/Brown-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Brown;
  src: url('../fonts/Brown-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Brown;
  src: url('../fonts/Brown-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Brown;
  src: url('../fonts/Brown-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Brown;
  src: url('../fonts/Brown-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Brown;
  src: url('../fonts/Brown-RegularItalic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Brown;
  src: url('../fonts/Brown-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Brown;
  src: url('../fonts/Brown-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Ogg roman;
  src: url('../fonts/Ogg-Roman.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ogg;
  src: url('../fonts/Ogg-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Wastedyear;
  src: url('../fonts/WastedYear.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #000;
  --color: #faff00;
  --white: #fff;
  --strichstaerke: .5px;
  --radius-buttons: 2em;
  --brown: Brown, sans-serif;
  --ogg: "Ogg roman", sans-serif;
  --wastes-year: Wastedyear, sans-serif;
}

.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-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

body {
  border-color: var(--black);
  color: var(--black);
  background-color: #fff;
  font-family: Brown, sans-serif;
  font-size: 1em;
}

h1 {
  letter-spacing: .03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ogg roman, sans-serif;
  font-size: 5em;
  font-weight: 400;
  line-height: 1.4;
}

h2 {
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ogg roman, sans-serif;
  font-size: 3.4em;
  font-weight: 400;
  line-height: 1.4;
}

h3 {
  letter-spacing: .03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ogg roman, sans-serif;
  font-size: 2.8em;
  font-weight: 400;
  line-height: 1.4;
}

h4 {
  letter-spacing: .03em;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Ogg roman, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.4;
}

h5 {
  letter-spacing: .03em;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Wastedyear, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.4;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.4;
}

p {
  letter-spacing: 0;
  margin-bottom: 10px;
  font-size: 1em;
  line-height: 1.4;
}

a {
  background-color: var(--color);
  color: var(--black);
  font-weight: 300;
  text-decoration: none;
}

.cursor {
  z-index: 111111;
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  transition: opacity .275s;
  display: none;
  position: fixed;
  inset: 0%;
}

.global {
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.global.agenturmenu {
  position: absolute;
  inset: 0% 0% auto;
}

.cursor_dot {
  background-color: var(--white);
  border-radius: 200%;
  width: 20px;
  height: 20px;
}

.navbar {
  z-index: 1006;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.container-normal {
  width: 90%;
  max-width: 94vw;
  margin-left: auto;
  margin-right: auto;
}

.container-normal.menu {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.container-normal.normal.insta-strategie {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-bottom: 5em;
  display: flex;
}

.container-normal.new {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  display: flex;
}

.container-normal.marketing-framework-wrapper {
  justify-content: flex-end;
  align-items: center;
  max-width: 1440px;
  display: flex;
}

.container-normal.datenschutz {
  max-width: 1440px;
}

.nav-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: center;
  height: 4em;
}

.nav-grid.new {
  grid-template-columns: 1fr 1fr;
  height: 6em;
  position: relative;
}

.nav-grid-item {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.logo-animation {
  align-items: center;
  height: 2em;
}

.text-menu {
  color: var(--black);
  text-align: right;
  text-transform: uppercase;
  cursor: pointer;
  justify-content: center;
  align-items: flex-end;
  font-family: Ogg roman, sans-serif;
  font-size: 5em;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.icon-plus {
  height: 1em;
  margin-bottom: .2em;
  margin-right: .4em;
}

.menu-wrapper {
  z-index: 2;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  align-items: center;
  display: flex;
  position: relative;
}

.animation-plus {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
}

.icon-minus {
  height: 1em;
  margin-bottom: .2em;
  margin-right: .4em;
  display: none;
}

.logo-link {
  background-color: #fff0;
  margin-left: 4px;
}

.logo-link.w--current {
  z-index: 5;
  background-color: #fff0;
  display: flex;
  position: relative;
}

.menu-link {
  background-color: #fff0;
  position: relative;
}

.menu-link.agentur {
  position: absolute;
  inset: 50% 3% 50% auto;
}

.menu-popup {
  z-index: 5;
  background-color: #fff;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  position: fixed;
  inset: 0%;
}

.menu-popup-wrapper {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.menu-links {
  z-index: 1010;
  color: var(--black);
  background-color: #fff0;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.text-menu-overflow {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex: 0 auto;
  justify-content: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.menu-navbar {
  color: var(--black);
  text-align: right;
  font-size: 1.4em;
  line-height: 2;
  text-decoration: none;
}

.line-menu-top {
  background-color: var(--black);
  flex-direction: column;
  height: 2px;
  margin-top: -5px;
  position: static;
}

.section-normal {
  z-index: 1;
  width: 100%;
  height: 100vh;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-normal.page {
  background-image: url('../images/gradient_background_1920x1080.jpg');
  background-position: 50% 62%;
  background-size: 1200px;
  height: 25em;
  margin-top: 100px;
  line-height: 1px;
  display: block;
}

.section-normal.page.impressum {
  background-image: none;
  height: 10em;
  margin-top: 10em;
}

.section-normal.page.new {
  background-image: none;
  height: 20em;
}

.section-normal.impressum {
  max-width: 1440px;
  height: auto;
  margin-bottom: 2em;
}

.section-normal._1440 {
  max-width: 1440px;
  height: 40em;
}

.of-title-hero {
  padding-top: 10px;
}

.transition {
  z-index: 2000;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.bg-transition {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.of-logo-transition {
  overflow: hidden;
}

.logo-transition {
  width: 16vw;
}

.transition-trigger {
  display: none;
}

.button-text-alt {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 400;
}

.button-text-alt.gelb {
  color: var(--color);
  background-color: #faff0000;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.titel-1 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Brown, sans-serif;
  font-size: 11em;
  font-weight: 400;
  line-height: 1;
  display: flex;
}

.titel-1.linksb-ndig {
  text-align: center;
  justify-content: flex-start;
  font-size: 6em;
  display: block;
}

.titel-1.linksb-ndig.mf {
  font-size: 5.2em;
}

.wrapper {
  margin-bottom: 0;
}

.wrapper.text {
  text-align: left;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  width: 60%;
  margin-bottom: 0;
  display: block;
}

.wrapper.text.ber {
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
  align-items: stretch;
  display: flex;
}

.wrapper.text.impressum {
  width: 70%;
  margin-left: 10%;
}

.wrapper.rechtsb-ndig {
  flex-direction: column;
  align-items: flex-start;
  margin: 8em 0% 0;
  padding-top: 0;
  display: flex;
}

.wrapper.footer {
  margin-top: 0;
  margin-bottom: 5em;
}

.wrapper.footer.black {
  background-color: #fff0;
}

.wrapper.footer.ohne {
  background-color: var(--color);
}

.infotext-gross {
  color: var(--black);
  text-transform: uppercase;
  font-size: 1.8em;
  font-weight: 300;
}

.infotext-gross.ogg {
  padding-top: 0;
  font-family: Ogg roman, sans-serif;
  font-size: 3em;
  display: flex;
}

.infotext-gross.ogg.impressum {
  font-size: 2.2em;
}

.menu-line {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 1px;
  margin-top: 1em;
  margin-bottom: 1em;
  display: flex;
  position: static;
}

.ut-linie {
  background-color: #000;
  flex-direction: row;
  flex: 0 auto;
  width: 100%;
  height: 1px;
  margin-bottom: 4em;
  display: block;
}

.text-normal {
  align-items: center;
  margin-bottom: 2vh;
  font-size: 1.2em;
  line-height: 1.4;
  display: flex;
}

.text-normal.new {
  text-align: center;
  text-transform: uppercase;
  flex-direction: column;
  font-size: 1.5em;
  display: block;
}

.text-normal.neu-gt {
  font-size: 1em;
  display: block;
}

.footerlink {
  color: var(--color);
  text-align: center;
  background-color: #0000;
  flex-wrap: nowrap;
  align-items: center;
  padding: 0 .5rem .4rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer04_social {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: .5fr .5fr;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: stretch;
  place-items: start;
  display: grid;
}

.uui-logo_logotype {
  flex: none;
  width: auto;
  height: 100%;
}

.footer_top-wrapper {
  z-index: 2;
  grid-column-gap: 4vw;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr .25fr;
  justify-content: space-between;
  align-items: start;
  position: relative;
}

.padding-vertical-xlarge {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.footer-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.footer-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.footer {
  z-index: 2;
  background-color: var(--white);
  margin-top: 10em;
  position: relative;
}

.footer.gelb {
  color: var(--color);
  background-color: #faff0000;
}

.footer.gelb.kontakt {
  margin-top: 5em;
}

.footer.gelb-hintergrund {
  background-color: var(--color);
}

.text-block {
  color: #000;
  font-family: Brown, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
}

.text-block.gelb {
  color: var(--color);
  background-color: #faff0000;
}

.footer-social {
  grid-row-gap: 0rem;
  grid-template-rows: 1fr auto auto;
  grid-template-columns: 1fr;
  place-items: start;
}

.text-block-2 {
  font-size: 1.1em;
}

.text-block-2.gelb {
  color: #faff00;
  background-color: #fff0;
}

.body {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.untertitel {
  margin-top: .5em;
}

.untertitel.heading {
  text-align: center;
  margin-top: 1em;
  margin-left: 0%;
  font-size: 2em;
  font-weight: 400;
  line-height: 1;
}

.bold-text {
  font-family: Ogg roman, sans-serif;
  font-weight: 400;
  line-height: 1;
}

.bold-text.klein {
  font-size: 1em;
}

.bold-text.klein.new {
  text-transform: uppercase;
  font-size: .8em;
}

.name {
  text-transform: none;
  margin-bottom: 0;
  font-family: Ogg roman, sans-serif;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.2;
}

.paragraph-3 {
  margin-top: .2em;
  font-size: 1em;
  line-height: 1.3;
}

.work_link {
  flex: 0 auto;
  margin-left: 0;
  position: relative;
}

.work_link:hover {
  color: #1a1a1aba;
}

.marquee-horizontal_panel {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.marquee-horizontal_text {
  white-space: nowrap;
  padding-left: .5em;
  padding-right: .5em;
  font-family: Ogg roman, sans-serif;
  font-size: 3.5em;
  line-height: 1;
}

.marquee-horizontal_wrapper {
  color: var(--white);
  align-items: center;
  width: 100%;
  padding-top: 1.4em;
  padding-bottom: 1.4em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.global_embed {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.global_symbol {
  position: fixed;
  inset: 0% 0% auto;
}

.button-alt {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border: 1.5px solid #000;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 10em;
  height: 2.5em;
  padding: 0;
  font-family: Ogg roman, sans-serif;
  font-size: 1.5em;
  display: flex;
}

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

.container-footer {
  flex-direction: column;
  display: flex;
  position: relative;
}

.page {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30em;
  display: block;
  position: relative;
}

.heading-2 {
  margin-bottom: 1em;
  margin-left: -4em;
  margin-right: -4em;
  font-size: 2.4em;
}

.text-block-3 {
  margin-left: -2em;
  margin-right: -2em;
  font-size: 1.4em;
  line-height: 1;
}

.menu {
  width: 50%;
}

.text-brown {
  font-family: Brown, sans-serif;
  font-weight: 400;
}

.error-text {
  color: #e23939;
  text-transform: uppercase;
  font-weight: 300;
}

.error-message {
  background-color: #ffdede00;
  border: .5px solid red;
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.success-text {
  color: var(--color);
  text-transform: uppercase;
  font-weight: 300;
}

.success-message {
  border: .5px solid var(--color);
  background-color: #fff0;
  padding: 1.5rem;
}

.form-button-wrapper {
  flex-flow: row;
  align-items: flex-start;
  margin-top: .5rem;
  display: flex;
}

.form-input {
  border-style: solid;
  border-width: 0 0 .5px;
  border-color: black black var(--color);
  color: var(--color);
  -webkit-text-stroke-color: #faff00;
  text-transform: uppercase;
  background-color: #fff0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.form-input:focus {
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 1px var(--color);
  color: var(--color);
}

.form-input::placeholder {
  color: var(--color);
}

.form-input.select {
  color: var(--color);
  -webkit-text-stroke-color: var(--color);
  text-transform: uppercase;
  background-color: #fff0;
  font-family: Brown, sans-serif;
  font-weight: 300;
}

.uui-form-field-wrapper {
  position: relative;
}

.form-field-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.kontakt_form-wrapper {
  flex-direction: column;
  align-items: stretch;
}

.kontakt-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 3em;
  display: grid;
}

.sticky {
  position: sticky;
  top: 10px;
}

.side-contact {
  padding-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.contact-right-side {
  flex: 1;
  padding-right: 5%;
  position: relative;
}

.two-column {
  justify-content: space-between;
  margin-top: 5em;
  display: flex;
}

.two-column-item-2 {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 35%;
  display: flex;
}

.two-column-item-image {
  flex-direction: column;
  width: 65%;
  display: flex;
}

.ogg {
  text-transform: uppercase;
  font-family: Ogg roman, sans-serif;
}

.ogg.new {
  font-size: 2.3em;
}

.ggb {
  background-image: url('../images/guestgrowthblueprint_mockup.png');
  background-position: 50%;
  background-size: 1200px;
  height: 30em;
}

.ggb.insta-strategy {
  background-image: url('../images/MacBook-Mockup.png');
  background-position: 50%;
  background-size: 700px;
  height: 30em;
}

.ggb.insta-strategy.sheet {
  background-image: url('../images/guestgrowthblueprint_sheet_mockup.png');
  background-size: 800px;
  height: 30em;
}

.ggb.buecher {
  background-image: url('../images/mockup_buch_1-3.png');
  background-size: 850px;
}

.ggb-buch {
  background-image: url('../images/mockup_buch.png');
  background-position: 50%;
  background-size: cover;
  width: 20em;
  height: 35em;
  display: block;
  position: absolute;
  top: 6em;
  left: 33%;
}

.button-4 {
  color: #1a1a1a;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border: 1.5px solid #000;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  padding: .8em 1em;
  font-family: Ogg roman, sans-serif;
  font-size: 1.5em;
  display: flex;
}

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

.button-4.new {
  font-size: 1.2em;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.button {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: var(--strichstaerke) solid var(--black);
  border-radius: var(--radius-buttons);
  color: var(--black);
  background-color: #fff0;
  flex-flow: row;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 14px 15px 11px;
  line-height: 1;
  display: flex;
}

.button.gelb {
  border-color: var(--color);
  background-color: #faff0000;
}

.paragraph {
  color: var(--black);
  width: 80%;
  font-weight: 300;
}

.paragraph.gelb-kontakt {
  color: var(--color);
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1.6;
}

.section {
  padding-top: 3em;
  padding-bottom: 5em;
}

.section.black {
  background-color: #000;
  height: auto;
  padding-top: 5em;
  padding-bottom: 5em;
  position: relative;
}

.section.background-img {
  background-image: url('../images/website_foto.jpg');
  background-position: 50% 100%;
  background-size: cover;
  height: 50em;
  margin-left: auto;
  margin-right: auto;
}

.section.services {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 70em;
  padding-top: 10em;
  display: block;
}

.section.service {
  padding-top: 10em;
}

.section.service.ki {
  display: none;
}

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

.section.projekte {
  padding-top: 0;
}

.section.einleitung {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.container-alt {
  width: 1560px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 10em;
}

.style_item {
  border-bottom: .1em solid #bdbdbd;
  padding: 2em 0;
  display: flex;
}

.paragraph-klein-ogg-span {
  margin-top: .2em;
  position: relative;
  right: 5%;
}

.paragraph-klein-ogg-span._2 {
  left: -6em;
  right: auto;
}

.heading-5-gelb {
  color: #faff00;
}

.heading-3-brown {
  font-family: Brown, sans-serif;
}

.heading-3-brown.versetzt {
  margin-left: -30px;
}

.ogg-italic {
  text-transform: none;
  font-family: Ogg, sans-serif;
  font-weight: 400;
}

.background-video {
  height: 100vh;
}

.hier-entlang-span {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.heading-3-right-span {
  position: relative;
}

.hero-section {
  padding-top: 0;
}

.hero-section.kontakt {
  padding-top: 6em;
}

.textwrapper-relative-unten {
  z-index: 8;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-right: 0%;
  display: flex;
  position: absolute;
  inset: auto 0% 2% 2%;
}

.textwrapper-relative-unten.links {
  justify-content: flex-end;
  align-items: flex-start;
}

.button-text-gelb {
  color: var(--color);
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Brown, sans-serif;
  font-weight: 400;
  line-height: 1;
}

.heading-3-ogg-italic {
  font-family: Ogg, sans-serif;
  font-size: .8em;
}

.heading-2-gelb {
  color: #faff00;
  line-height: 1;
}

.pfeil-gelb-image {
  object-fit: contain;
  width: 60px;
  transform: rotate(40deg);
}

.pfeil-gelb-image.normal {
  width: 35px;
  padding-bottom: 8px;
  transform: rotate(45deg);
}

.animation-background {
  height: 100vh;
}

.textwrapper-relative {
  flex-flow: column;
  align-items: center;
  margin-top: 10em;
  display: flex;
  position: relative;
}

.paragraph-klein-ogg {
  color: #faff00;
  text-transform: uppercase;
  font-family: Ogg roman, sans-serif;
}

.paragraph-klein-ogg.black {
  color: var(--black);
}

.heading-3-left-span {
  position: relative;
  right: 2%;
}

.button-nav {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: .5px solid var(--color);
  color: #000;
  border-radius: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 14px 15px 11px;
  line-height: 1;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-nav.gelb {
  z-index: 4;
  color: #faff00;
  background-color: #fff0;
  border-color: #faff00;
  flex-flow: column;
  position: relative;
  overflow: visible;
}

.button-nav.black {
  z-index: 5;
  border-color: var(--black);
  cursor: pointer;
  background-color: #fff0;
  display: none;
  position: fixed;
  top: 1.8em;
  right: 4em;
}

.button-nav.black:hover {
  box-shadow: 0 2px 5px #0003;
}

.button-nav.schwarz-2 {
  z-index: 4;
  border-color: var(--black);
  background-color: #fff0;
}

.button-text-2 {
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Brown, sans-serif;
  font-weight: 400;
  line-height: 1;
}

.showreel {
  width: 800px;
}

.heading-2-left-span {
  z-index: 2;
  position: relative;
  right: 4%;
}

.heading-2-right-span {
  z-index: 2;
  position: relative;
  left: 4%;
}

.textwrapper-relative-section {
  z-index: 1;
  flex-flow: column;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5em;
  display: flex;
  position: relative;
}

.showreel-wrapper {
  margin-top: 3em;
}

.bold {
  font-weight: 700;
}

.paragraph-section-span-right {
  z-index: 2;
  justify-content: center;
  width: 40%;
  margin-top: 2em;
  display: flex;
  position: relative;
  left: 12%;
}

.paragraph-gelb {
  color: #faff00;
  font-weight: 300;
}

.hover-img {
  object-fit: cover;
  width: 500px;
  height: 300px;
}

.mehr-icon {
  align-self: center;
  height: 18px;
  margin-bottom: 5px;
}

.category-grid-wrapper {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: static;
}

.category-info {
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: .7em;
  margin-right: 3em;
  font-size: .9em;
  font-weight: 500;
}

.category-info.end {
  margin-right: 0;
}

.category-grid-item {
  color: #000;
  background-color: #faff0000;
  flex-flow: row;
  align-items: center;
  width: 100%;
  margin-top: -1px;
  padding-left: 1em;
  padding-right: 1em;
  text-decoration: none;
  display: block;
  position: relative;
}

.services-title {
  letter-spacing: .04em;
  text-transform: uppercase;
  font-family: Ogg roman, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1em;
}

.services-title.gelb {
  color: var(--color);
  background-color: #fff0;
}

.category-item-inner {
  z-index: 1;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
  position: relative;
}

.category-item-inner.services {
  border-top-width: .25px;
  border-bottom-width: .25px;
  flex-flow: row;
  align-items: stretch;
}

.div-block-2 {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-right: 2em;
  display: flex;
}

.heading-1 {
  line-height: 1;
}

.heading-1.gelb {
  color: var(--color);
  background-color: #fff0;
}

.heading-1.footerzeile-1 {
  margin-left: -150px;
}

.heading-1.footerzeile-2 {
  margin-left: 100px;
}

.heading-1.gelb-schrift {
  color: var(--color);
}

.heading-1-right-span {
  z-index: 2;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: flex-end;
  display: flex;
  position: relative;
  left: 4%;
}

.services-button-wrapper {
  border: .5px solid #000;
  border-radius: 2em;
  padding: 14px 12px 10px;
  font-size: .8em;
}

.services-button-wrapper.button-text-gelb {
  border-color: var(--color);
}

.hover-img-mask {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.category-title-wrapper {
  flex: 1;
}

.textwrapper-padding {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: .5em;
  padding-right: .5em;
  position: static;
}

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

.heading-4.gelb-schrift {
  color: var(--color);
  margin-bottom: 0;
}

.heading-4.mitte {
  text-align: center;
}

.container {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 6em;
}

.container.is-work {
  z-index: 1;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12.5em;
  padding-bottom: 12.5em;
  position: relative;
}

.container.service {
  max-width: 1440px;
  padding-left: 3em;
  padding-right: 3em;
}

.cms-wrap {
  padding-top: 3.3em;
}

.cms-list {
  grid-column-gap: 10em;
  grid-row-gap: 3em;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cms-item {
  cursor: pointer;
  background-color: #faff0000;
  margin-top: -100px;
}

.cms-item._2 {
  margin-top: 100px;
}

.global-styles {
  position: fixed;
  inset: 0% 0% auto;
}

.cms_photo-height {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  width: 100%;
  height: auto;
  padding-top: 0%;
  display: flex;
  position: relative;
}

.cms_photo-height.black {
  background-color: #000;
}

.cms_photo {
  object-fit: cover;
  height: 22em;
  position: relative;
  inset: 0%;
}

.projekt-dienstleistung-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: -10px;
  padding-top: 7px;
  display: flex;
}

.trennlinie-projekt {
  background-color: var(--black);
  width: 100%;
  height: .5px;
}

.trennlinie-projekt.gelb {
  background-color: var(--color);
  padding-top: 1px;
}

.tape-links-oben {
  z-index: 1;
  height: 40px;
  position: absolute;
  inset: -15px auto auto -49px;
  transform: rotate(-31deg);
}

.tape-rechts-unten {
  z-index: 1;
  height: 40px;
  position: absolute;
  bottom: 119px;
  right: -41px;
  transform: rotate(1deg);
}

.tape-rechts-oben {
  z-index: 1;
  height: 40px;
  position: absolute;
  top: -12px;
  right: -52px;
  transform: rotate(58deg);
}

.footer-divider {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  display: flex;
}

.footer-pfeil {
  align-self: center;
  height: 3.3em;
  margin-bottom: 5px;
}

.image-6 {
  height: 2em;
}

.titel-wrapper {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  text-align: center;
  flex-flow: column;
  padding-top: 6em;
  display: flex;
}

.titel-div {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: center;
  display: flex;
}

.titel-div.links {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 3em;
}

.titel-ogg {
  font-family: Ogg, sans-serif;
}

.titel-ogg.gelb {
  color: var(--color);
  background-color: #fff0;
}

.image-7 {
  align-self: flex-end;
  height: 3.3em;
  margin-bottom: 12px;
  transform: rotate(180deg);
}

.einleitung-wrapper {
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.einleitungstext {
  text-align: center;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 1.4em;
  line-height: 1.4;
}

.einleitungstext.gelb {
  color: var(--color);
  background-color: #fff0;
  font-weight: 400;
}

.mehr-wrapper {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.mehr {
  text-transform: uppercase;
  align-self: center;
  font-weight: 700;
}

.mehr.gelb {
  color: var(--color);
  background-color: #faff0000;
}

.three-column-image-wrapper {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.three-column-item._1 {
  margin-top: -150px;
  padding-top: 0;
}

.three-column-item._2 {
  margin-top: 50px;
}

.three-column-item._3 {
  margin-top: -50px;
}

.service-photo {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  height: 22em;
  position: relative;
  inset: 0%;
}

.service-paragraph {
  text-transform: uppercase;
  font-size: .9em;
}

.service-paragraph.gelb {
  color: var(--color);
  background-color: #faff0000;
}

.black-tape-rechts-oben {
  z-index: 1;
  height: 90px;
  padding-right: 0;
  position: absolute;
  top: -39px;
  right: -30px;
  transform: rotate(15deg);
}

.black-tape-rechts-oben._2 {
  height: 120px;
  top: -43px;
  right: -45px;
}

.black-tape-links-oben {
  z-index: 1;
  height: 90px;
  padding-right: 0;
  position: absolute;
  top: -16px;
  left: -32px;
  transform: rotate(-34deg);
}

.black-tape-links-oben._2 {
  height: 110px;
  top: -52px;
  left: -76px;
}

.accordion-text {
  font-size: 1em;
  font-weight: 300;
}

.accordion-text.heading-2-gelb {
  line-height: 1.2;
}

.accordion-text.gelb {
  color: var(--color);
  background-color: #faff0000;
}

.accordion-text.rechts {
  text-align: right;
}

.container-2 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
}

.accordion-item {
  border-top: var(--strichstaerke) solid var(--black);
  border-bottom: var(--strichstaerke) solid var(--black);
  background-color: #fff0;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  padding: 4em 1em;
  display: flex;
}

.accordion-item.middle {
  border-top-width: 0;
  border-bottom-width: 0;
}

.accordion-item.gelb {
  border-top-color: var(--color);
  border-bottom-color: var(--color);
  background-color: #faff0000;
}

.accordion-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.accordion_paragraph-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  width: 50%;
  margin-top: 4em;
  display: flex;
}

.accordion-titel {
  text-transform: uppercase;
  width: 80%;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.4;
}

.accordion-titel.gelb {
  color: var(--color);
  background-color: #fff0;
}

.item_content-wrapper-2 {
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.accordion_head-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.menu-number {
  color: var(--black);
  text-align: right;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 10px;
  font-family: Ogg roman, sans-serif;
  font-size: 2em;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.menu-number.gelb {
  color: var(--color);
  background-color: #faff0000;
  margin-bottom: 7px;
}

.menu-container {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.popup-hider {
  z-index: 4;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.menu-link-button {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: #000;
  background-color: #fff;
  border: .5px solid #000;
  border-radius: 2em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 12px 8px;
  line-height: 1;
  display: flex;
  position: relative;
}

.menu-link-button:hover {
  box-shadow: 0 2px 5px #0003;
}

.menu-link-text {
  font-family: Wastedyear, sans-serif;
  font-size: .8rem;
  font-weight: 400;
}

.menu-link-text.gross {
  font-size: 1rem;
}

.menu-link-button-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  display: flex;
  position: absolute;
  inset: auto 2% 2%;
}

.menu-link-button-wrapper.rechts {
  inset: auto 2% 2% auto;
}

.button-text-black {
  color: var(--black);
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Brown, sans-serif;
  font-weight: 400;
  line-height: 1;
}

.zurueck-button {
  transform: rotate(-180deg);
}

.ahype-schwarz {
  z-index: 5;
  height: 2em;
  display: none;
  position: fixed;
  top: 2.5em;
  left: 4.5em;
}

.unstrichen-menu {
  height: 100px;
  display: block;
  position: absolute;
  top: 37px;
  left: 15px;
}

.wer-wir-sind-span {
  grid-column-gap: .4em;
  grid-row-gap: .4em;
  display: flex;
}

.untertitel-brown {
  text-transform: uppercase;
}

.div-block-3, .div-block-4 {
  width: 50%;
}

.zwei-columns-text {
  justify-content: space-between;
  margin-top: 1em;
  display: flex;
}

.agenturtext {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.6em;
  line-height: 1.4;
}

.container-agenturtext {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 6em 3em 0;
}

.container-ahype {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 3em;
  display: flex;
}

.teammitglied-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
}

.team-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.position-team {
  margin-top: .2em;
  font-size: 1em;
  line-height: 1.3;
}

.wer-wir-sind-wrapper {
  color: #faff00;
  margin-top: 0;
  margin-bottom: 0;
}

.link {
  z-index: 5;
  background-color: #0000;
  position: relative;
}

.kontakt-background {
  background-color: var(--black);
  flex-flow: column;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
}

.footer-kontakt-schwarz {
  background-color: var(--black);
  margin-top: 2em;
  padding-left: 2rem;
  padding-right: 2rem;
  position: absolute;
  inset: auto 0% 0%;
}

.menu-alt {
  z-index: 1005;
  background-color: #fff;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: none;
  position: fixed;
  inset: 0%;
}

.alt-popup {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.kontakt-button {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: var(--strichstaerke) solid var(--color);
  border-radius: var(--radius-buttons);
  color: var(--color);
  text-transform: uppercase;
  background-color: #fff0;
  flex-flow: row;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 14px 15px 11px;
  line-height: 1;
  display: flex;
  position: relative;
}

.kontakt-button.arbeiten {
  grid-column-gap: .6em;
  grid-row-gap: .6em;
  border-color: var(--black);
  color: var(--black);
  justify-content: flex-start;
  align-items: center;
  padding: 12px 12px 9px;
}

.kontakt-button.arbeiten:hover {
  box-shadow: 0 2px 5px #0003;
}

.kontakt-button.button-text-gelb {
  justify-content: flex-end;
  align-items: center;
  padding-left: 17px;
}

.kontakt-button.links {
  align-self: flex-start;
  font-weight: 400;
}

.link-gelb {
  color: var(--color);
  background-color: #faff0000;
}

.link-gelb:hover {
  font-style: italic;
}

.projekt-tag {
  color: var(--black);
  width: 80%;
  font-weight: 300;
}

.projekt-tag.gelb-schrift {
  color: var(--color);
  width: auto;
}

.background-projekte {
  background-image: url('../images/Projekte_Header.jpg');
  background-position: 50%;
  background-size: cover;
  height: 85vh;
  position: relative;
}

.textwrapper-projekte {
  z-index: 8;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 40em;
  display: flex;
  position: absolute;
  inset: 35% 0% auto auto;
}

.unsere-text {
  grid-column-gap: .4em;
  grid-row-gap: .4em;
  align-self: flex-start;
  display: flex;
}

.gipfelstuermer-text {
  grid-column-gap: .4em;
  grid-row-gap: .4em;
  align-self: flex-start;
  padding-left: 2em;
  display: flex;
}

.textblock-projekte {
  align-self: flex-start;
  width: 80%;
  margin-top: 1em;
  padding-left: 2em;
  position: relative;
}

.text-projekte {
  color: var(--color);
  flex-flow: row;
  font-weight: 300;
  display: flex;
}

.unsere-wrapper {
  color: #faff00;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
}

.arbeiten-wrapper {
  padding-top: 2em;
}

.arbeiten-list {
  grid-column-gap: 1em;
  grid-row-gap: 3em;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.arbeiten-item {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.arbeiten-image {
  object-fit: cover;
  border-radius: 1em;
  width: 100%;
  height: 26em;
}

.projekte-heading-3 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.projekte-tags {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  align-self: flex-start;
  padding-top: .5em;
  display: flex;
}

.projekte-tags-wrapper {
  border: .2px solid #000;
  border-radius: 2em;
  align-self: center;
  padding: 12px 10px 8px;
  font-size: .7em;
}

.projekte-button-text {
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Brown, sans-serif;
  font-weight: 400;
  line-height: 1;
}

.arbeiten-section {
  padding-top: 6em;
  padding-bottom: 2em;
}

.arbeiten-header-grid {
  grid-template-columns: .75fr .75fr 1.5fr .75fr;
}

.arbeiten-header-grid.gelb-schrift {
  color: var(--color);
}

.arbeiten-tags {
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.5;
}

.arbeiten-paragraph {
  font-weight: 300;
}

.button-text-arbeiten {
  align-self: center;
  font-size: .9em;
}

.projekte-mockup {
  align-self: center;
  margin-bottom: -350px;
  padding-bottom: 20px;
  position: relative;
  top: -250px;
  overflow: hidden;
}

.projekte-mockup.akunz {
  width: 80%;
  max-width: none;
  height: auto;
  margin-bottom: -400px;
  top: -280px;
}

.projekte-mockup.hotel-rhaetia {
  width: 75%;
  max-width: none;
  height: auto;
  margin-bottom: -200px;
  top: -270px;
}

.image-8 {
  width: 90%;
}

.image-9 {
  width: 35%;
  position: absolute;
  inset: 100px 0% 0 auto;
}

.image-9.akunz {
  width: 30%;
  top: 149px;
}

.image-9.rhaetia {
  width: 30%;
  top: 81px;
}

.projekte-text {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  align-self: flex-start;
  width: 50%;
  margin-top: -1em;
  margin-bottom: 2em;
  margin-left: 3em;
  display: flex;
}

.projekte-text.gelb-schrfit {
  color: var(--color);
  align-self: center;
}

.projekte-text.gelb-schrfit.caduff {
  align-self: flex-end;
  width: 40%;
  margin-bottom: 0;
  margin-right: 3em;
}

.projekte-text.rechts {
  align-self: flex-end;
}

.div-block-6 {
  width: 100%;
}

.div-block-7 {
  width: 80%;
}

.projekte-section-bild-links {
  padding-top: 4em;
  display: flex;
}

.image-10 {
  object-fit: contain;
  width: 50%;
  height: 30em;
}

.projekte-text-rechts {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  align-self: center;
  width: 50%;
  margin-top: 0;
  display: flex;
}

.background-video-2 {
  height: 42em;
  margin-top: 2em;
  margin-bottom: 2em;
}

.body-2 {
  background-color: var(--black);
}

.gelb {
  background-color: var(--color);
}

.schwarz {
  background-color: var(--black);
}

.button-text-schwarz {
  color: var(--black);
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Brown, sans-serif;
  font-weight: 400;
  line-height: 1;
}

.linkblock-footer {
  background-color: #faff0000;
  align-self: center;
}

.image-11 {
  box-sizing: border-box;
  object-fit: cover;
  height: 35em;
}

.stitchshop-mockups {
  width: 90%;
  max-width: none;
  height: auto;
  display: block;
}

.projekte-mockup-stitchshop {
  align-self: center;
  width: 90%;
  margin-bottom: -250px;
  padding-bottom: 0;
  position: relative;
  top: -300px;
  overflow: hidden;
}

.phone-1-stitchshop {
  z-index: 1;
  width: 35%;
  position: absolute;
  top: 28%;
  left: auto;
  right: 11%;
}

.phone-2-stitchshop {
  width: 35%;
  position: absolute;
  inset: 15% 0% -1px auto;
}

.text-stitchshop {
  width: 100%;
}

.wakeboatcenter-image {
  width: 70%;
  margin-left: 10%;
}

.wakeboatcenter-phone {
  width: 25%;
  position: absolute;
  inset: 30% 14% 0 auto;
}

.wakeboat-mockup {
  height: auto;
  margin-bottom: -200px;
  padding-bottom: 1em;
  position: relative;
  top: -275px;
  overflow: hidden;
}

.marketing-framework {
  width: 75%;
  margin-bottom: 0;
}

.marketing-framework.heading-2-gelb {
  width: 40%;
}

.marketing-framework.gelb {
  color: var(--color);
  background-color: #faff0000;
}

.mainbild-projekte {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  height: 30em;
}

.link-block-website {
  background-color: #fff0;
}

.rhaetia-mockups {
  max-width: none;
  display: block;
}

.video {
  width: 20em;
}

.two-column-diemitte {
  justify-content: space-between;
  margin-top: 5em;
  margin-bottom: 5em;
  display: flex;
}

.image-haaratelier {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mockup-card-haaratelier {
  object-fit: contain;
  width: 50%;
  height: 30em;
  padding-right: 2em;
}

.haaratelier-phone-mockup1 {
  aspect-ratio: 10 / 20;
}

.div-block-10 {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.projekte-text-sho {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  align-self: flex-start;
  width: 30em;
  margin-top: 5em;
  margin-left: 3em;
  display: flex;
}

.line-drawing-wrapper {
  z-index: 0;
  margin-left: 11%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.line-drawing-2 {
  z-index: 0;
  color: #1f3b34;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 95vh 0% 0%;
}

.text-background-blur {
  z-index: 0;
  filter: blur(4.2em);
  background-image: url('../images/website_foto.jpg');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: 1200px;
  position: absolute;
  inset: -22% 8% -12% 49%;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-background-blur-3 {
  z-index: 0;
  filter: blur(2em);
  background-color: #000;
  position: absolute;
  inset: 0% 0% -50%;
}

.text-background-blur-6 {
  z-index: -1;
  filter: blur(3.7em);
  background-color: #000;
  position: absolute;
  inset: -1% 0% 62%;
}

.category-grid-item-2 {
  color: #000;
  margin-top: -2px;
  text-decoration: none;
  display: block;
  position: relative;
}

.category-title {
  letter-spacing: -.005em;
  font-size: 4.1em;
  font-weight: 600;
  line-height: 1em;
}

.hover-img-mask-2 {
  z-index: -3;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.category-item-inner-2 {
  z-index: 1;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 3em;
  padding-bottom: 3.2em;
  display: flex;
  position: relative;
}

.animationstext-klein-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: -4.2em auto auto -10.2em;
}

.wasted-year-klein {
  color: var(--color);
  font-family: Wastedyear, sans-serif;
  font-size: .8em;
  font-weight: 400;
}

.wasted-year-klein.black {
  color: var(--black);
}

.image-12 {
  transform: rotate(47deg);
}

.animationstext-nav {
  z-index: -1;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 3em auto auto 10.9em;
}

.pfeilanimation-nav {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(26deg);
}

.datenschutz-text {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2vh;
  font-size: 1.2em;
  line-height: 1.4;
  display: block;
}

.pfeil-12 {
  transform: rotate(-135deg);
}

.animationstext-klein-wrapper-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: auto -3em -5em auto;
}

.animationstext-klein-wrapper-2.links {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  bottom: -2em;
}

.animationstext-klein-wrapper-3 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: -4em auto auto 18em;
}

.animationstext-klein-zuprojekte {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 22em -30em auto;
}

.pfeil-1 {
  transform: rotate(45deg);
}

.animationstext-klein-zuprojekte-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-6 {
  margin-bottom: 0;
}

.animationstext-projekte {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: -4em auto auto -5em;
}

.heading-2-left-span-mpfeil {
  z-index: 2;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  cursor: pointer;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
  right: 4%;
}

.image-13 {
  height: 6em;
}

.pfeil-gelb {
  height: 2.2em;
  margin-bottom: 10px;
  transform: rotate(45deg);
}

.button_mask {
  z-index: 5;
  background-color: var(--color);
  border-radius: 2em;
  position: absolute;
  inset: 0%;
}

.btn---bg-circle-wrap {
  flex: none;
  width: 200%;
}

.btn---bg-circle {
  background-color: #000;
  border-radius: 50%;
  padding-top: 100%;
  transform: scale(0);
}

.btn---wrap {
  z-index: 4;
  background-color: #fff0;
  border: 0 solid #000;
  border-radius: 2em;
  transition: border-color .3s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.btn---bg-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: -.0625rem;
}

.btn {
  color: #fff;
  letter-spacing: .15em;
  text-transform: uppercase;
  background-color: #fff0;
  padding: 1rem 2rem;
  font-size: .833rem;
  line-height: 1.5;
  transition: color .3s;
  display: inline-block;
  position: relative;
}

.btn:hover {
  color: #000;
}

.masked-wrapper {
  background-color: #000;
  border-radius: 2em;
  position: absolute;
  inset: 0%;
}

.hover-circle {
  z-index: 1;
  background-color: var(--color);
  border-radius: 100%;
  flex: 0 auto;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 46px;
}

.hover-circle.black {
  background-color: var(--black);
}

.link-normal {
  background-color: #faff0000;
  font-weight: 400;
}

.image-14 {
  padding-bottom: 0;
}

.heading-3 {
  font-size: 2.4em;
  font-weight: 400;
}

.arrow-bild {
  height: 1.7em;
}

.arrow-bild.klein {
  vertical-align: baseline;
  height: 1.5em;
}

.sho-phone {
  width: 30%;
  position: absolute;
  inset: 67px 9% 0 auto;
}

.sho-phone.akunz {
  width: 30%;
  top: 149px;
}

.close-b {
  z-index: 4;
  background-color: var(--white);
  border: 1px solid #000;
  border-radius: 8em;
  position: absolute;
  inset: -60% -5% auto auto;
}

.modal-popup {
  z-index: 99;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-background {
  z-index: 1;
  cursor: pointer;
  background-color: #0006;
  position: absolute;
  inset: 0%;
}

.popup-background {
  z-index: 2;
  background-color: var(--white);
  border-radius: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.heading-19 {
  color: #000;
  align-self: center;
}

.button-5 {
  grid-column-gap: 1em;
  background-color: #000;
  border-style: solid;
  border-width: 0;
  border-radius: 3em;
  flex: none;
  align-self: flex-start;
  padding: 1em 1.5em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

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

.button-5.close-button {
  background-color: #0000;
  border: 0 solid #000;
  border-radius: 3em;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: .65em;
  font-size: 1em;
  display: flex;
  position: relative;
}

.bold-text-2 {
  color: #000;
}

.pop-up-vw {
  align-self: center;
  width: 8em;
  height: 8em;
  position: absolute;
  top: -40%;
}

.image-42 {
  width: 20px;
  height: 20px;
}

.div-block-64 {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  margin: 1.25em 2em 1em;
  display: flex;
}

.pop-up-cupra {
  align-self: center;
  width: 6em;
  height: 6em;
  position: absolute;
  top: -22%;
  left: 62%;
}

.heading-popup, .heading-21 {
  color: var(--black);
}

.image-43 {
  object-fit: cover;
  height: 30em;
}

.accordion-menu {
  background-color: #fff;
}

.div-block-65 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  max-width: 50em;
  max-height: 20em;
  display: flex;
  position: relative;
}

.heading-4.gelb {
  color: var(--color);
  background-color: #faff0000;
}

.text-mittig {
  text-align: center;
}

.video-clip-two-col {
  flex-flow: column;
  width: 60%;
  display: flex;
  position: relative;
}

.background-video-3 {
  height: 25em;
}

.play-pause-button {
  inset: 0%;
}

.yellow-tape-links-oben {
  height: 100px;
  position: absolute;
  inset: -44px auto auto -25px;
}

.yellow-tape-rechts-oben {
  height: 85px;
  position: absolute;
  inset: -41px -44px auto auto;
  transform: rotate(31deg);
}

.div-block-66 {
  position: absolute;
}

.div-block-67 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% -17px;
}

.three-columns {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.three-columns._1 {
  margin-top: -150px;
  padding-top: 0;
}

.three-columns._2 {
  margin-top: 50px;
}

.three-columns._3 {
  margin-top: -50px;
}

.blog-heading {
  max-width: 1050px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
}

.post-item {
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.content-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1225px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.flex {
  display: block;
  position: relative;
}

.narrow-wrapper-posts {
  background-color: #0000;
  border-radius: 35px;
  width: 100%;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
  overflow: hidden;
}

.content {
  width: 100%;
}

.go-up-button-2 {
  z-index: 3;
  background-color: #8253d3;
  background-image: url('../images/proximo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-bottom: 13px;
  margin-right: 15px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
}

.go-up-button-2.w--current {
  z-index: 48;
}

.blog-page {
  background-color: #fff;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 170px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blur {
  filter: blur(8px);
  background-color: #fff9;
  width: 140%;
  height: 140%;
  position: absolute;
  inset: -6% 0% 0% -18%;
}

.expand-right {
  flex: 1;
}

.empty-state {
  background-color: #0000;
}

.hero-polaroid {
  border: 15px solid #fafafa;
  width: 50%;
  transition: transform .2s, box-shadow .2s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 34px #7f889359;
}

.hero-polaroid:hover {
  box-shadow: none;
  transform: translate(0, 8px);
}

.small-title {
  margin-top: 0;
  font-size: 24px;
  line-height: 32px;
}

.change-hover-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.blog-main-right-2 {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-top: 3%;
  padding-left: 4%;
  padding-right: 3%;
  display: flex;
}

.button-text-3 {
  text-align: center;
  flex: 1;
  margin-left: 10px;
  padding-left: 12px;
  display: inline-block;
}

.button-flex-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-arrow-box {
  background-color: #1a1a1a;
  border: 1px solid #fafafa;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 18px;
  display: inline-block;
  position: relative;
  right: -12px;
  overflow: hidden;
}

.category-link-2 {
  color: #8253d3;
  font-size: 17px;
  font-weight: 600;
  line-height: 19px;
  text-decoration: none;
  transition: color .2s;
}

.category-link-2:hover {
  color: #7f8893;
}

.h3 {
  color: #333;
  background-color: #faff0000;
  margin-top: 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

.button-arrow-container {
  width: 80px;
  height: 35px;
  margin-top: 5px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.text-block-5 {
  text-transform: uppercase;
  font-family: Ogg roman, sans-serif;
}

.button-arrow-left {
  background-image: url('../images/Button-arrow-w_1Button-arrow-w.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 19px;
  width: 40px;
  height: 33px;
  position: relative;
  inset: 0%;
}

.button-2 {
  color: #fff;
  background-color: #1a1a1a;
  border-radius: 50px;
  align-items: center;
  min-width: 180px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
}

.hero-blog {
  display: flex;
  position: relative;
}

.paragraph-box-2 {
  margin-top: 10px;
}

.paragraph-box-2._5-pixels {
  margin-top: 5px;
}

.button-arrow-right {
  background-image: url('../images/Button-arrow-w_1Button-arrow-w.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 19px;
  width: 40px;
  height: 28px;
  padding-bottom: 0;
  position: relative;
  inset: 0%;
}

.button-box {
  margin-top: 15px;
}

.flex-center {
  width: 45%;
}

.polaroid-preview {
  border: 15px solid #fafafa;
  width: 100%;
  transition: transform .2s, box-shadow .2s;
  position: relative;
  box-shadow: 0 3px 34px 3px #7f889359;
}

.polaroid-preview:hover {
  box-shadow: none;
  transform: translate(0, 8px);
}

.underline-link {
  margin-right: 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
  text-decoration: none;
  transition: color .2s;
  overflow: hidden;
}

.underline-link:hover {
  color: #986edb;
  text-decoration: none;
}

.underline-link.w--current {
  color: #8253d3;
}

.max-468-pixels-copy {
  width: 100%;
  max-width: 468px;
}

.category-link {
  font-size: 17px;
  font-weight: 400;
  line-height: 19px;
  text-decoration: none;
  transition: color .2s;
}

.category-link:hover {
  color: #7f8893;
}

.blog-right {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-left: 3%;
  display: flex;
}

.preview-link-box {
  margin-top: 10px;
  position: relative;
}

.link-underline {
  background-color: var(--black);
  height: 1.5px;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.hidden {
  display: inline-block;
  overflow: hidden;
}

._85-percent-column {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-block {
  z-index: 1;
  width: 85%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  position: relative;
}

.max-600-pixels {
  text-align: center;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.hero-heading {
  z-index: 1;
  width: 80%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.center-content {
  justify-content: center;
  display: flex;
}

.hero-subtitle {
  color: #7f8893;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.post-image {
  z-index: 1;
  border: 18px solid #fff;
  position: relative;
  box-shadow: 3px 0 34px #00000026;
}

.inner-hero-section {
  background-color: #fff;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  min-height: 450px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.inner-hero-section.blog {
  padding-top: 160px;
}

.hero-inner-text {
  color: #333;
  letter-spacing: -1px;
  margin-top: 10px;
  margin-bottom: 3px;
  font-size: 48px;
  font-weight: 700;
  line-height: 54px;
}

.tag {
  margin-right: 10px;
  display: none;
}

.blog-container {
  width: 85%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.heading-intro-2 {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.max-400-pixels {
  width: 100%;
  max-width: 700px;
}

.no-bottom-margin {
  margin-bottom: 0;
}

.divider-line {
  background-color: #c2cdd2;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.flex-wrap {
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.item-preview {
  width: 48%;
  margin-right: 2%;
}

.text-color-dark-gray {
  z-index: 2;
  color: #df83e4;
  text-align: center;
  align-items: flex-end;
  padding-top: .5em;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  position: relative;
}

.footer-2 {
  background-image: url('../images/gradient_background_footer.jpg');
  background-position: 100% 65%;
  background-repeat: no-repeat;
  background-size: 1920px;
  background-attachment: scroll;
  margin-top: 10em;
}

.text-block-6 {
  color: #000;
  font-family: Brown, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
}

.main-grid {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  height: 100%;
}

.main-grid.titles {
  z-index: 1000;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 2.5fr 2.5fr;
  justify-content: space-between;
  align-items: start;
  width: auto;
  height: auto;
  margin-bottom: -124px;
  padding-bottom: 0;
  position: relative;
  inset: auto 0% 0%;
}

.wrapper-2 {
  margin-bottom: -34em;
}

.wrapper-2.home {
  margin-bottom: 0;
  padding-top: 5em;
}

.wrapper-2.home.footer-2 {
  background-image: none;
  justify-content: flex-end;
  margin-top: 0;
  display: flex;
}

.text-block-7 {
  font-size: 1.1em;
}

.bg-button-view {
  z-index: 1;
  background-color: #000;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.button-view {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 14em;
  height: 14em;
  margin-top: 0;
  margin-right: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 3px 15px #00000026;
}

.posts-inner-page {
  width: 100%;
  max-width: 100%;
  padding-top: 60px;
  padding-bottom: 0;
  position: relative;
}

.image {
  width: 100%;
  margin-bottom: 0;
  padding-right: 10%;
  display: inline-block;
}

.uui-footer04_link {
  color: #475467;
  text-align: center;
  flex-wrap: nowrap;
  align-items: center;
  padding: 0 .5rem .4rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.link-preview-rounded {
  border-radius: 15px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.category-link-5 {
  color: #8253d3;
  font-size: 17px;
  font-weight: 600;
  line-height: 19px;
  text-decoration: none;
  transition: color .2s;
}

.category-link-5:hover {
  color: #7f8893;
}

.preview-link {
  color: #333;
  background-color: #fff0;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
  transition: color .2s;
}

.preview-link:hover {
  color: #7f8893;
}

.link-underline-menu {
  color: #7f8893;
  align-items: center;
  height: 27px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: color .2s;
}

.link-underline-menu:hover {
  color: #8a96a5;
}

.link-underline-menu.w--current {
  color: #000;
  font-weight: 500;
}

.answer {
  font-size: 16px;
  line-height: 24px;
}

.blog-preview {
  margin-top: 10px;
  padding-left: 1.5%;
  padding-right: 1.5%;
  display: flex;
}

.footer-underline {
  background-color: #000;
  height: 1px;
  margin-top: 0;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.blog-preview-left {
  width: 30%;
}

.blog-preview-right {
  flex: 1;
  margin-top: 5px;
}

@media screen and (min-width: 1280px) {
  .titel-1.linksb-ndig.mf {
    font-size: 5.5em;
  }

  .wrapper.footer.black {
    background-color: #fff0;
  }

  .text-normal.neu-gt {
    flex-direction: column;
    display: block;
  }

  .ggb.insta-strategy {
    background-size: 800px;
  }

  .ggb.insta-strategy.sheet {
    background-image: url('../images/guestgrowthblueprint_sheet_mockup.png');
  }

  .ggb.buecher {
    background-image: url('../images/mockup_buch_1-3.png');
    background-size: 900px;
    height: 35em;
  }

  .textwrapper-relative-section.arbeiten {
    padding-bottom: 3em;
  }

  .kontakt-button.button-text-gelb {
    justify-content: flex-end;
    align-items: center;
    padding-left: 12px;
  }

  .arbeiten-list {
    grid-auto-columns: 1fr;
  }

  .button-text-arbeiten {
    flex: 1;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    display: block;
  }

  .content-wrapper-2 {
    max-width: 1300px;
  }

  .blog-page, .inner-hero-section {
    max-width: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .ggb.insta-strategy {
    background-position: 50%;
    background-size: 900px;
    height: 30em;
  }

  .section.background-img {
    background-position: 50% 75%;
  }

  .textwrapper-projekte {
    right: 10%;
  }

  .line-drawing-wrapper {
    margin-left: 15%;
  }

  .line-drawing-2 {
    max-width: none;
  }

  .text-background-blur {
    filter: blur(3.8em);
    background-position: 0 0;
  }

  .animationstext-klein-wrapper-3, .animationstext-klein-zuprojekte {
    left: 24.4em;
  }
}

@media screen and (min-width: 1920px) {
  .navbar {
    max-width: none;
  }

  .container-normal {
    max-width: 1920px;
  }

  .container-normal.menu {
    max-width: 50%;
  }

  .container-normal.normal.datenschutz {
    margin-left: 0;
  }

  .menu-popup {
    align-items: center;
    max-width: none;
    margin-top: 0;
    padding-top: 0;
  }

  .section-normal.page {
    max-width: 1920px;
  }

  .section-normal.page.impressum {
    align-items: flex-start;
    height: 20em;
  }

  .titel-1.linksb-ndig {
    margin-left: 0;
  }

  .wrapper.text.impressum {
    margin-left: 0%;
  }

  .wrapper.rechtsb-ndig {
    padding-top: 3em;
  }

  .text-normal {
    font-size: 1.5em;
  }

  .footer {
    background-position: 101% 65%;
    margin-top: 10em;
  }

  .ggb.insta-strategy {
    background-size: 900px;
  }

  .section.background-img {
    background-position: 50%;
  }

  .textwrapper-relative-unten {
    padding-right: 0%;
  }

  .textwrapper-padding {
    z-index: 2;
  }

  .menu-alt {
    align-items: center;
    max-width: none;
    margin-top: 0;
    padding-top: 0;
  }

  .textwrapper-projekte {
    right: 20%;
  }

  .linkblock-footer {
    align-self: center;
  }

  .animationstext-klein-wrapper {
    inset: -4em auto auto -15.5em;
  }

  .animationstext-nav {
    bottom: auto;
    right: auto;
  }

  .datenschutz-text {
    font-size: 1.5em;
  }

  .animationstext-klein-wrapper-2 {
    bottom: auto;
    right: auto;
  }

  .animationstext-klein-wrapper-3 {
    bottom: auto;
    left: 26.1em;
    right: auto;
  }

  .animationstext-klein-zuprojekte {
    left: 26.1em;
  }

  .animationstext-projekte {
    bottom: auto;
    right: auto;
  }

  .footer-2 {
    background-position: 101% 65%;
    margin-top: 10em;
  }

  .wrapper-2.home {
    padding-top: 2em;
  }

  .wrapper-2.home.footer-2 {
    margin-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .cursor {
    display: none;
  }

  .container-normal.normal.insta-strategie {
    width: 100%;
    font-size: .8em;
  }

  .text-menu {
    width: 100%;
    font-size: 5em;
  }

  .menu-popup {
    display: flex;
  }

  .menu-links {
    flex-direction: column;
    flex: 1;
    align-items: center;
    display: flex;
  }

  .section-normal.page {
    background-position: 30% 80%;
    background-size: 1000px;
    height: 25em;
    margin-top: 6.4em;
    margin-bottom: 0;
  }

  .section-normal.page.impressum {
    height: 25vh;
  }

  .section-normal._1440 {
    height: 30em;
    font-size: 1em;
  }

  .titel-1 {
    font-size: 13vw;
    line-height: 13vw;
  }

  .titel-1.linksb-ndig {
    font-size: 5em;
    line-height: 1;
  }

  .titel-1.linksb-ndig.mf {
    font-size: 4.6em;
  }

  .wrapper.text {
    width: 80%;
    line-height: 1.3px;
  }

  .wrapper.text.ber {
    width: 50%;
    margin-left: 0%;
  }

  .wrapper.text.impressum {
    width: 70%;
    margin-left: 0%;
  }

  .wrapper.rechtsb-ndig {
    align-items: flex-start;
    margin-left: 0%;
    margin-right: 0%;
  }

  .infotext-gross {
    font-size: 1.5em;
  }

  .infotext-gross.ogg.impressum {
    justify-content: flex-end;
    font-size: 2.1em;
  }

  .ut-linie {
    margin-bottom: 2vh;
  }

  .text-normal {
    margin-bottom: 2vh;
    font-size: 1em;
    line-height: 1.3;
  }

  .text-normal.new {
    font-size: 1.4em;
  }

  .footer_top-wrapper {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    justify-items: center;
  }

  .padding-vertical-xlarge {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .footer {
    background-image: none;
    margin-top: 5em;
  }

  .untertitel.heading {
    font-size: 2.6em;
  }

  .bold-text.klein.new {
    font-size: .8em;
  }

  .name {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 1.4em;
  }

  .paragraph-3 {
    font-size: 1em;
  }

  .work_link {
    margin-left: 0;
  }

  .button-alt {
    font-size: 1.2em;
  }

  .page {
    height: auto;
    margin-top: 5em;
    margin-bottom: 5em;
  }

  .menu {
    width: 50%;
  }

  .kontakt-wrapper {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .two-column {
    font-size: 1em;
  }

  .two-column-item-2 {
    font-size: .8em;
  }

  .two-column-item-image {
    justify-content: center;
  }

  .ggb {
    background-size: 800px;
  }

  .ggb.insta-strategy {
    background-size: cover;
    height: 20em;
  }

  .ggb.insta-strategy.sheet {
    background-size: 650px;
    height: 25em;
  }

  .ggb.buecher {
    background-size: 600px;
    height: 25em;
  }

  .ggb-buch {
    width: 15em;
    height: 25em;
    top: 10em;
    left: 32%;
  }

  .button-4 {
    font-size: 1.2em;
  }

  .paragraph {
    width: 100%;
  }

  .section.services {
    height: 60em;
    padding-top: 5em;
  }

  .section.service {
    padding-top: 5em;
  }

  .container-alt {
    padding-left: 3em;
    padding-right: 3em;
  }

  .textwrapper-relative-unten {
    padding-right: 22%;
  }

  .heading-2-gelb {
    font-size: 3em;
  }

  .showreel {
    width: 600px;
  }

  .heading-2-right-span {
    left: 0%;
  }

  .category-info {
    margin-bottom: 1em;
  }

  .category-info.end {
    margin-top: 1.4em;
  }

  .category-grid-item {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .category-item-inner {
    border-top-width: 0;
    border-bottom-width: 0;
    flex-direction: column;
  }

  .category-item-inner.services {
    border-top-width: 0;
    border-bottom-width: 0;
  }

  .div-block-2 {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    margin-right: 1em;
  }

  .heading-1 {
    font-size: 4em;
  }

  .heading-1.footerzeile-1 {
    margin-left: -100px;
  }

  .heading-1.footerzeile-3 {
    margin-right: 100px;
  }

  .services-button-wrapper {
    padding-top: 10px;
    padding-bottom: 8px;
  }

  .hover-img-mask {
    z-index: 0;
    height: auto;
    display: none;
    position: relative;
    inset: auto;
  }

  .heading-4 {
    font-size: 1.8em;
  }

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

  .container.is-work {
    padding-top: 10em;
    padding-bottom: 8em;
  }

  .cms-list {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .cms_photo-height {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .cms_photo {
    height: 15em;
  }

  .footer-pfeil {
    height: 2.8em;
  }

  .titel-div {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .image-7 {
    height: 2.6em;
  }

  .einleitung-wrapper {
    width: 80%;
  }

  .mehr.gelb {
    color: var(--color);
    background-color: #faff0000;
  }

  .three-column-image-wrapper {
    flex-flow: column;
  }

  .three-column-item._1, .three-column-item._2, .three-column-item._3 {
    align-self: center;
    margin-top: 0;
  }

  .service-photo {
    height: 28em;
  }

  .black-tape-links-oben._2 {
    top: -43px;
  }

  .accordion-text.gelb {
    color: var(--color);
    background-color: #faff0000;
  }

  .accordion-item {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion_paragraph-2 {
    width: 65%;
    max-width: 55ch;
  }

  .accordion_head-wrapper {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-flow: column;
  }

  .menu-number {
    width: 100%;
  }

  .menu-number.agentur {
    width: auto;
  }

  .unstrichen-menu {
    height: 75px;
    top: 46px;
    left: 46px;
  }

  .zwei-columns-text {
    font-size: 1em;
  }

  .container-ahype {
    padding-left: 2em;
    padding-right: 2em;
  }

  .position-team {
    font-size: 1em;
  }

  .menu-alt {
    display: none;
  }

  .background-projekte {
    background-position: 50%;
  }

  .arbeiten-list {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    grid-template-columns: 1fr;
  }

  .arbeiten-header-grid {
    grid-template-rows: auto auto;
    grid-template-columns: .75fr .75fr 1.5fr;
  }

  .projekte-mockup {
    margin-bottom: -200px;
    top: -150px;
  }

  .projekte-mockup.akunz {
    margin-bottom: -200px;
    padding-bottom: 5em;
  }

  .projekte-mockup.hotel-rhaetia {
    width: 85%;
    margin-bottom: -200px;
    padding-bottom: 5em;
  }

  .image-8 {
    padding-bottom: 1em;
  }

  .image-9.akunz, .image-9.rhaetia {
    top: 98px;
  }

  .projekte-text.gelb-schrfit {
    width: 60%;
  }

  .projekte-text.gelb-schrfit.caduff {
    align-self: center;
    width: 100%;
  }

  .div-block-7 {
    width: 100%;
  }

  .image-10 {
    height: 22em;
  }

  .background-video-2 {
    height: 25em;
  }

  .image-11 {
    height: 30em;
  }

  .projekte-mockup-stitchshop {
    height: auto;
    margin-bottom: -200px;
    top: -250px;
  }

  .marketing-framework.gelb {
    color: var(--color);
    background-color: #faff0000;
  }

  .video {
    width: 15em;
  }

  .two-column-diemitte {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    flex-flow: column;
    font-size: 1em;
  }

  .image-haaratelier {
    width: 100%;
  }

  .mockup-card-haaratelier {
    height: 22em;
  }

  .line-drawing-wrapper {
    margin-left: 2%;
  }

  .line-drawing-2 {
    width: 98%;
    height: 95%;
    margin-left: 0%;
    top: 92vh;
    overflow: visible;
  }

  .text-background-blur-3 {
    display: block;
  }

  .category-grid-item-2 {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding-bottom: 4em;
  }

  .hover-img-mask-2 {
    z-index: 0;
    height: auto;
    display: block;
    position: relative;
    inset: auto;
  }

  .category-item-inner-2 {
    border-top-width: 0;
    border-bottom-width: 0;
    flex-direction: column;
  }

  .animationstext-klein-wrapper {
    display: none;
  }

  .datenschutz-text {
    margin-bottom: 2vh;
    font-size: 1em;
    line-height: 1.3;
  }

  .animationstext-klein-wrapper-3, .animationstext-klein-zuprojekte {
    display: none;
  }

  .heading-6 {
    font-size: 1.8em;
  }

  .heading-2-left-span-mpfeil {
    right: 0%;
  }

  .pfeil-gelb {
    height: 1.8em;
  }

  .btn:hover {
    color: #fff;
  }

  .sho-phone {
    top: 44px;
  }

  .sho-phone.akunz {
    top: 98px;
  }

  .close-b {
    top: 28%;
    right: 8%;
  }

  .modal-popup {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .popup-background {
    width: 200px;
  }

  .pop-up-vw {
    width: 7em;
    height: 7em;
  }

  .div-block-64 {
    justify-content: center;
    align-self: center;
    align-items: stretch;
    margin: 1.5em 1.5em 1em;
  }

  .pop-up-cupra {
    width: 5em;
    height: 5em;
  }

  .heading-popup {
    text-align: center;
    align-self: center;
    font-size: 1.6em;
  }

  .video-clip-two-col {
    width: 100%;
  }

  .yellow-tape-links-oben {
    height: 80px;
    top: -38px;
    left: -18px;
  }

  .yellow-tape-rechts-oben {
    height: 70px;
    right: -20px;
  }

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

  .three-columns._1, .three-columns._2, .three-columns._3 {
    align-self: center;
    margin-top: 0;
  }

  .content-wrapper-2 {
    max-width: 100%;
  }

  .go-up-button-2 {
    background-size: 20px;
    width: 45px;
    height: 45px;
  }

  .blog-page {
    max-width: 100%;
    min-height: 298px;
    padding-top: 160px;
  }

  .hero-polaroid {
    transition: transform .2s, box-shadow .2s;
    box-shadow: 0 3px 34px 1px #7f889359;
  }

  .hero-polaroid:hover {
    box-shadow: none;
    transform: translate(0, 8px);
  }

  .category-link-2 {
    font-size: 19px;
    line-height: 21px;
  }

  .h3 {
    color: #000;
    font-size: 26px;
    line-height: 30px;
  }

  .flex-center {
    align-items: center;
    width: 45%;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .polaroid-preview {
    border: 15px solid #fafafa;
    width: 100%;
    transition: transform .2s, box-shadow .2s;
    position: relative;
    overflow: hidden;
    box-shadow: 0 3px 34px 1px #7f889359;
  }

  .polaroid-preview:hover {
    box-shadow: none;
    transform: translate(0, 8px);
  }

  .underline-link {
    text-align: left;
    margin-right: 15px;
    padding-top: 0;
    padding-left: 0;
    font-size: 16px;
    transition: background-color .2s;
    display: flex;
  }

  .underline-link:hover {
    color: #df83e4;
    background-color: #f0eefe;
  }

  .underline-link.w--current {
    color: #8253d3;
  }

  .category-link {
    font-size: 19px;
    line-height: 21px;
  }

  .link-underline {
    display: block;
  }

  .rich-text-block {
    width: 100%;
  }

  .hero-heading {
    width: 85%;
  }

  .post-image {
    border-width: 18px;
  }

  .inner-hero-section {
    max-width: 100%;
    min-height: 298px;
    padding-top: 110px;
  }

  .hero-inner-text {
    font-size: 42px;
    line-height: 54px;
  }

  .max-400-pixels {
    max-width: 600px;
  }

  .footer-2 {
    background-position: 100% 52%;
  }

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

  .main-grid.titles {
    grid-template-columns: .5fr;
    margin-bottom: -80px;
    padding-right: 8em;
  }

  .button-view {
    margin-top: 0;
  }

  .posts-inner-page {
    padding-top: 40px;
  }

  .category-link-5 {
    font-size: 19px;
    line-height: 21px;
  }

  .preview-link {
    font-size: 19px;
    line-height: 25px;
  }
}

@media screen and (max-width: 767px) {
  .container-normal.normal {
    margin-bottom: 5vh;
  }

  .container-normal.new {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-direction: column;
  }

  .container-normal.new._2 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-direction: column-reverse;
  }

  .container-normal.marketing-framework-wrapper {
    margin-bottom: 5vh;
  }

  .nav-grid {
    height: 4em;
  }

  .text-menu {
    font-size: 4.5em;
  }

  .menu-wrapper {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
  }

  .logo-link {
    width: 75%;
  }

  .text-menu-overflow {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .section-normal.page {
    background-position: 50% 68%;
    background-size: 900px;
    height: 20em;
  }

  .section-normal.page.impressum {
    height: 20vh;
  }

  .section-normal._1440 {
    height: 40em;
  }

  .of-title-hero {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .button-text-alt {
    font-size: 1.2em;
  }

  .titel-1 {
    font-size: 16vw;
    line-height: 16vw;
  }

  .titel-1.linksb-ndig {
    font-size: 3.5em;
  }

  .wrapper.text.ber {
    width: 70%;
  }

  .wrapper.rechtsb-ndig {
    margin-top: 6em;
    padding-top: 4em;
  }

  .infotext-gross {
    font-size: 1.2em;
    line-height: 1.1;
  }

  .infotext-gross.ogg.impressum {
    font-size: 1.6em;
  }

  .menu-line {
    margin-top: .5em;
    margin-bottom: .5em;
  }

  .text-normal {
    font-size: 1em;
  }

  .text-normal.neu-gt {
    padding-right: 2em;
    font-weight: 300;
  }

  .footerlink:hover {
    color: #667085;
  }

  .uui-footer04_social {
    grid-column-gap: 1rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-items: center;
  }

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

  .padding-vertical-xlarge {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .footer-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer {
    background-position: 100% 49%;
  }

  .footer-social {
    justify-items: center;
  }

  .untertitel.heading {
    margin-left: 0%;
    font-size: 2.2em;
  }

  .name {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 1.3em;
  }

  .paragraph-3 {
    font-size: 1em;
  }

  .work_link {
    margin-left: 0;
  }

  .button-alt {
    margin-bottom: 1.2em;
  }

  .page {
    margin-top: 5em;
    margin-bottom: 2em;
  }

  .menu {
    width: 50%;
    margin-bottom: 20px;
  }

  .kontakt-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .two-column {
    flex-direction: row;
  }

  .two-column-item-2 {
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    width: 75%;
  }

  .two-column-item-image {
    width: 100%;
  }

  .ogg.new {
    text-align: center;
  }

  .ggb {
    height: 25em;
  }

  .ggb.insta-strategy {
    height: 18.5em;
  }

  .ggb.buecher {
    height: 22em;
  }

  .ggb-buch {
    top: 3.3em;
    left: 50%;
  }

  .button-4 {
    margin-bottom: 1.2em;
  }

  .section {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .heading-2-gelb {
    padding-left: 20px;
    font-size: 2.5em;
  }

  .button-nav {
    padding: 12px 12px 8px;
  }

  .button-nav.black {
    right: 5%;
  }

  .showreel {
    width: 460px;
  }

  .heading-2-left-span {
    right: 0%;
  }

  .heading-2-right-span {
    left: auto;
  }

  .paragraph-section-span-right {
    width: 60%;
  }

  .mehr-icon {
    padding-left: 1em;
  }

  .category-info {
    margin-right: 1em;
  }

  .services-title {
    font-size: 2.3em;
  }

  .div-block-2 {
    margin-left: 1em;
    margin-right: 0;
    font-size: .9em;
  }

  .heading-1 {
    font-size: 3em;
  }

  .heading-1.footerzeile-1 {
    margin-left: 0;
    font-size: 2.6em;
  }

  .heading-1.footerzeile-2, .heading-1.footerzeile-3 {
    font-size: 2.8em;
  }

  .cms-list {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    grid-template-columns: 1fr;
  }

  .cms-item, .cms-item._2 {
    margin-top: 0;
  }

  .cms_photo-height {
    width: 90%;
  }

  .cms_photo {
    height: 18em;
  }

  .footer-divider {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .footer-pfeil {
    height: 2em;
  }

  .image-7 {
    height: 2em;
    margin-bottom: 8px;
  }

  .einleitung-wrapper {
    width: 100%;
  }

  .einleitungstext {
    font-size: 1.3em;
  }

  .black-tape-links-oben._2 {
    transform: rotate(-90deg);
  }

  .container-2 {
    padding-left: 2em;
    padding-right: 2em;
  }

  .accordion_paragraph-2 {
    width: 80%;
    max-width: 65ch;
  }

  .menu-number {
    margin-bottom: 7px;
  }

  .menu-number.agentur {
    width: auto;
  }

  .ahype-schwarz {
    height: 1.55em;
    display: none;
    left: 5%;
  }

  .unstrichen-menu {
    height: 70px;
    top: 41px;
    left: 17px;
  }

  .div-block-4 {
    width: 70%;
  }

  .zwei-columns-text {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
  }

  .agenturtext {
    font-size: 1.5em;
  }

  .container-ahype {
    padding-left: 1em;
    padding-right: 1em;
  }

  .position-team {
    font-size: 1em;
  }

  .footer-kontakt-schwarz {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .textwrapper-projekte {
    width: auto;
    position: absolute;
    inset: 40% auto auto 3%;
  }

  .arbeiten-image {
    height: 22em;
  }

  .projekte-heading-3 {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
  }

  .arbeiten-header-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: .75fr;
  }

  .projekte-mockup {
    top: -150px;
  }

  .projekte-text {
    align-self: center;
    width: 90%;
    margin-left: 0;
  }

  .projekte-text.gelb-schrfit {
    width: 100%;
  }

  .projekte-text.gelb-schrfit.caduff {
    margin-left: 1em;
    margin-right: 1em;
  }

  .projekte-section-bild-links {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
  }

  .image-10 {
    width: 100%;
    height: 17em;
  }

  .projekte-text-rechts {
    width: 90%;
  }

  .background-video-2, .image-11 {
    height: 20em;
  }

  .projekte-mockup-stitchshop {
    height: 32em;
    margin-bottom: -75px;
    top: -150px;
  }

  .wakeboatcenter-image {
    width: 80%;
  }

  .wakeboatcenter-phone {
    width: 30%;
    top: 22%;
    right: 5%;
  }

  .wakeboat-mockup {
    margin-bottom: -150px;
    top: -150px;
  }

  .marketing-framework.gelb {
    width: 80%;
  }

  .rhaetia-mockups {
    margin-left: -141px;
  }

  .video {
    width: 17em;
  }

  .two-column-diemitte {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    flex-flow: column;
    justify-content: center;
  }

  .div-block-9 {
    align-self: center;
  }

  .mockup-card-haaratelier {
    width: 100%;
    height: 30em;
  }

  .div-block-10 {
    align-self: center;
  }

  .projekte-text-sho {
    align-self: center;
    width: 90%;
    margin-left: 0;
  }

  .line-drawing-wrapper {
    display: none;
    top: 96vh;
  }

  .line-drawing-2 {
    width: 100%;
    height: 100%;
    inset: 0% 0% auto;
  }

  .category-title {
    font-size: 3.4em;
  }

  .animationstext-nav {
    display: none;
  }

  .datenschutz-text {
    font-size: 1em;
  }

  .animationstext-klein-wrapper-2.links {
    display: none;
  }

  .heading-6 {
    margin-bottom: -2px;
    font-size: 1.6em;
  }

  .pfeil-gelb {
    height: 1.5em;
  }

  .heading-8 {
    font-size: 2.4em;
  }

  .heading-3 {
    font-size: 2.5em;
  }

  .heading-9 {
    align-self: auto;
  }

  .close-b {
    top: 15%;
    right: 15%;
  }

  .modal-popup {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
  }

  .popup-background {
    flex-flow: column;
    align-self: auto;
    width: 250px;
    display: flex;
  }

  .video-clip-two-col {
    align-self: center;
  }

  .background-video-3 {
    height: 20em;
  }

  .yellow-tape-links-oben {
    height: 60px;
    top: -26px;
    left: -5px;
  }

  .yellow-tape-rechts-oben {
    height: 50px;
    top: -28px;
    right: -9px;
  }

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

  .narrow-wrapper-posts {
    padding-left: 5%;
    padding-right: 0%;
  }

  .go-up-button-2 {
    background-size: 18px;
    width: 40px;
    height: 40px;
  }

  .blog-page {
    min-height: 280px;
    position: relative;
  }

  .blog-main-right-2 {
    width: 100%;
  }

  .category-link-2 {
    font-size: 18px;
    line-height: 20px;
  }

  .h3 {
    font-size: 25px;
    line-height: 30px;
  }

  .text-preview {
    font-size: 16px;
    line-height: 24px;
  }

  .max-468-pixels-copy {
    max-width: 100%;
  }

  .category-link {
    font-size: 18px;
    line-height: 20px;
  }

  .blog-right {
    padding-top: 10px;
    padding-left: 2%;
  }

  .preview-link-box {
    margin-top: 5px;
  }

  .link-underline {
    display: none;
  }

  .hero-heading {
    width: 90%;
  }

  .hero-subtitle {
    font-size: 18px;
    line-height: 24px;
  }

  .inner-hero-section {
    min-height: 280px;
    padding-top: 120px;
    position: relative;
  }

  .hero-inner-text {
    font-size: 44px;
    line-height: 50px;
  }

  .text-color-dark-gray {
    font-size: 1.6em;
  }

  .footer-2 {
    background-position: 100% 49%;
  }

  .main-grid.titles {
    width: auto;
    padding-right: 6em;
    right: 16px;
  }

  .button-view {
    width: 12em;
    height: 12em;
  }

  .posts-inner-page {
    padding-top: 30px;
  }

  .image {
    margin-bottom: 0;
  }

  .uui-footer04_link:hover {
    color: #667085;
  }

  .category-link-5 {
    font-size: 18px;
    line-height: 20px;
  }

  .blog-preview {
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .global {
    position: absolute;
    inset: 0% 0% auto;
  }

  .navbar {
    z-index: 10001;
  }

  .container-normal.menu {
    width: 100%;
  }

  .container-normal.normal {
    height: auto;
  }

  .container-normal.normal.insta-strategie {
    margin-bottom: 0;
    font-size: 1em;
  }

  .container-normal.marketing-framework-wrapper {
    height: auto;
  }

  .nav-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
    height: 4.5em;
  }

  .nav-grid.new {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
  }

  .text-menu {
    width: 100%;
    font-size: 3em;
  }

  .icon-plus {
    height: .8em;
  }

  .menu-wrapper {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .animation-plus {
    z-index: 10001;
  }

  .icon-minus {
    height: .8em;
  }

  .logo-link {
    width: 80%;
    margin-top: 0;
    margin-left: 0;
    padding-bottom: 0;
  }

  .logo-link.w--current {
    padding-left: 1px;
  }

  .menu-popup {
    z-index: 5000;
    position: static;
  }

  .menu-links {
    flex-direction: column;
    flex: 1;
    align-items: center;
    display: flex;
  }

  .text-menu-overflow {
    grid-column-gap: .4em;
    grid-row-gap: .4em;
  }

  .menu-navbar {
    font-size: 1.2em;
  }

  .line-menu-top {
    height: 1.4px;
    margin-top: -5px;
    line-height: .8;
  }

  .section-normal {
    padding-bottom: 20px;
  }

  .section-normal.page {
    background-position: 50% 65%;
    background-repeat: repeat;
    background-size: 600px;
    height: 12em;
  }

  .section-normal.page.impressum {
    height: 8em;
    margin-top: 7em;
  }

  .section-normal.page.new {
    height: 14em;
  }

  .section-normal._1440 {
    height: 35em;
  }

  .of-title-hero {
    flex: 0 auto;
    align-self: auto;
    padding-top: 0;
  }

  .transition {
    display: none;
  }

  .of-logo-transition {
    margin-top: -29px;
  }

  .logo-transition {
    width: 34vw;
  }

  .button-text-alt {
    font-size: 1.1em;
  }

  .titel-1 {
    font-size: 20vw;
    line-height: 22vw;
  }

  .titel-1.linksb-ndig {
    font-size: 2.5em;
    line-height: 1;
  }

  .titel-1.linksb-ndig.mf {
    font-size: 2.6em;
  }

  .wrapper.text {
    width: 100%;
  }

  .wrapper.text.ber {
    width: 100%;
    margin-left: 0%;
    font-size: 1em;
  }

  .wrapper.text.impressum {
    width: 100%;
  }

  .wrapper.rechtsb-ndig {
    align-items: flex-start;
    margin-top: 4em;
    margin-bottom: 0;
    margin-left: 0%;
    padding-top: 0;
  }

  .infotext-gross {
    font-size: 1.1em;
    line-height: 1.1;
  }

  .infotext-gross.ogg {
    font-size: 1.9em;
  }

  .infotext-gross.ogg.impressum {
    font-size: 1.2em;
  }

  .ut-linie {
    width: 100%;
    margin-bottom: 1em;
  }

  .text-normal {
    margin-bottom: 1em;
    font-size: 1em;
    line-height: 1.4;
  }

  .text-normal.new {
    font-size: 1.1em;
  }

  .text-normal.neu-gt {
    padding-left: 0;
    padding-right: 0;
  }

  .footerlink {
    padding-bottom: 0;
  }

  .uui-footer04_social {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr;
    justify-items: center;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .footer_top-wrapper {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
    margin-bottom: 1em;
    font-size: .8em;
  }

  .padding-vertical-xlarge {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .footer {
    margin-top: 4em;
  }

  .text-block {
    font-size: 1em;
    line-height: 1.6;
  }

  .footer-social {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-items: center;
  }

  .text-block-2 {
    font-size: 1.2em;
  }

  .body {
    max-width: 100%;
  }

  .untertitel.heading {
    margin-top: .9em;
    margin-left: 0%;
    font-size: 1.4em;
  }

  .name {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 1.4em;
  }

  .work_link {
    margin-left: 0;
  }

  .marquee-horizontal_wrapper {
    font-size: .6em;
  }

  .button-alt {
    text-align: center;
    justify-content: center;
    width: 10em;
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 1.2em;
  }

  .button-alt.passwort {
    align-self: center;
  }

  .page {
    margin-top: 2em;
    margin-bottom: 7em;
  }

  .heading-2 {
    font-size: 1.4em;
  }

  .text-block-3 {
    margin-left: 0;
    margin-right: 0;
    font-size: 1em;
  }

  .menu {
    width: 50%;
    padding-right: 10px;
  }

  .form-field-2col {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .contact-right-side {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0%;
  }

  .two-column-item-2 {
    width: 100%;
    padding-top: 2em;
  }

  .ogg.new {
    text-align: center;
    font-size: 2em;
  }

  .ggb {
    background-size: 600px;
    height: 18em;
  }

  .ggb.insta-strategy {
    background-size: 320px;
    height: 16em;
  }

  .ggb.insta-strategy.sheet {
    background-size: 400px;
    height: 12.5em;
  }

  .ggb.buecher {
    background-size: 400px;
    height: 18em;
  }

  .ggb-buch {
    width: 10em;
    height: 18em;
    top: 3.5em;
    left: 48%;
  }

  .button-4 {
    text-align: center;
    justify-content: center;
    width: 10em;
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 1.2em;
  }

  .button-4.new {
    width: 11em;
  }

  .paragraph {
    width: 100%;
  }

  .section.black {
    padding-top: 8em;
    overflow: hidden;
  }

  .section.background-img {
    overflow: hidden;
  }

  .section.services {
    height: 85em;
    overflow: hidden;
  }

  .heading-5-gelb {
    font-size: 1.5em;
  }

  .ogg-italic {
    font-weight: 400;
  }

  .textwrapper-relative-unten {
    left: 8%;
    right: auto;
  }

  .heading-3-ogg-italic {
    font-family: Ogg, sans-serif;
    font-style: italic;
    font-weight: 400;
  }

  .heading-2-gelb {
    text-align: center;
    padding-left: 0;
    font-size: 1.8em;
    line-height: 1.2;
  }

  .pfeil-gelb-image {
    width: 40px;
  }

  .pfeil-gelb-image.normal {
    align-self: center;
    width: auto;
    height: 1.4em;
    padding-bottom: 0;
  }

  .textwrapper-relative {
    margin-top: 10em;
  }

  .button-nav {
    padding: 11px 9px 10px;
  }

  .showreel {
    width: 300px;
  }

  .heading-2-left-span {
    margin-bottom: 0;
  }

  .textwrapper-relative-section {
    padding-top: 0;
  }

  .paragraph-section-span-right {
    text-align: center;
    width: 90%;
    left: auto;
  }

  .paragraph-gelb {
    font-weight: 300;
  }

  .services-title {
    text-align: center;
    font-size: 2.2em;
  }

  .services-title.gelb {
    font-size: 1.9em;
  }

  .category-item-inner.services {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    align-items: center;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .div-block-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-right: 0;
  }

  .heading-1 {
    font-size: 2em;
  }

  .heading-1.footerzeile-1 {
    margin-left: -40px;
    font-size: 2em;
  }

  .heading-1.footerzeile-2 {
    margin-left: 0;
    font-size: 2em;
  }

  .heading-1.gelb-schrift {
    font-size: 1.8em;
  }

  .heading-1.gelb-schrift.titel {
    font-size: 2.4em;
  }

  .heading-1.footerzeile-3 {
    margin-left: -40px;
    margin-right: 0;
    font-size: 2em;
  }

  .heading-1-right-span {
    grid-column-gap: .6em;
    grid-row-gap: .6em;
    left: 0%;
  }

  .heading-4 {
    font-size: 1.6em;
  }

  .heading-4.gelb-schrift {
    font-size: 1.4em;
  }

  .container.is-work {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .container.service {
    padding-left: 2em;
    padding-right: 2em;
  }

  .cms-wrap {
    margin-left: 1em;
    margin-right: 1em;
  }

  .cms-list {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    grid-template-rows: auto auto auto auto auto auto auto;
  }

  .cms_photo-height {
    width: 100%;
  }

  .cms_photo-height.black {
    padding-top: 0%;
  }

  .cms_photo {
    height: 12em;
  }

  .tape-links-oben {
    overflow: hidden;
  }

  .tape-rechts-unten {
    bottom: 100px;
    overflow: hidden;
  }

  .tape-rechts-oben {
    overflow: hidden;
  }

  .footer-divider {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
    margin-left: 10px;
  }

  .footer-divider._1 {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-flow: column-reverse wrap-reverse;
  }

  .footer-pfeil {
    height: 1.4em;
  }

  .image-6 {
    max-width: 8em;
  }

  .titel-div {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    margin-left: 1em;
    margin-right: 1em;
  }

  .titel-div.links {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    margin-left: 0;
  }

  .image-7 {
    max-width: none;
    height: 1.4em;
    margin-bottom: 6px;
  }

  .einleitung-wrapper {
    width: 100%;
  }

  .einleitungstext {
    margin-left: 1em;
    margin-right: 1em;
    font-size: 1.2em;
  }

  .service-photo {
    height: 20em;
  }

  .black-tape-rechts-oben {
    height: 80px;
    top: -28px;
    right: -20px;
  }

  .black-tape-rechts-oben._2 {
    height: 100px;
    right: -17px;
  }

  .black-tape-links-oben {
    height: 80px;
    top: -37px;
    left: -19px;
  }

  .black-tape-links-oben._2 {
    height: 95px;
    top: -27px;
    left: -49px;
    transform: rotate(-90deg);
  }

  .container-2 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .accordion_paragraph-2, .accordion-titel {
    width: 100%;
  }

  .menu-number {
    width: 100%;
    margin-bottom: 3px;
    font-size: 1.2em;
  }

  .menu-number.agentur {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
  }

  .popup-hider {
    display: none;
    position: fixed;
  }

  .menu-link-button-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    bottom: 3%;
    left: 3%;
    right: 3%;
  }

  .menu-link-button-wrapper.rechts {
    bottom: 3%;
    right: 3%;
  }

  .ahype-schwarz {
    height: 1em;
    display: none;
  }

  .unstrichen-menu {
    height: 60px;
    top: 23px;
    left: 6px;
  }

  .div-block-3, .div-block-4 {
    width: 100%;
  }

  .zwei-columns-text {
    flex-flow: column;
  }

  .agenturtext {
    font-size: 1.2em;
  }

  .container-agenturtext {
    padding-left: 1em;
    padding-right: 1em;
  }

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

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

  .menu-alt {
    z-index: 5000;
  }

  .arbeiten-list {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    grid-template-rows: 1fr auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: auto;
    place-items: start;
    width: 90vw;
    display: grid;
  }

  .arbeiten-image {
    height: 18em;
  }

  .projekte-heading-3 {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .arbeiten-section {
    padding-bottom: 0;
  }

  .arbeiten-header-grid, .arbeiten-header-grid.gelb-schrift {
    grid-template-columns: 1fr;
  }

  .projekte-mockup {
    height: auto;
    margin-bottom: -150px;
    top: -92px;
  }

  .projekte-mockup.akunz, .projekte-mockup.hotel-rhaetia {
    margin-bottom: -200px;
  }

  .image-8 {
    padding-bottom: 2em;
  }

  .image-9 {
    width: 40%;
    top: 50px;
  }

  .image-9.akunz, .image-9.rhaetia {
    top: 38px;
  }

  .projekte-text, .projekte-text.gelb-schrfit, .projekte-text.rechts {
    width: 100%;
  }

  .projekte-section-bild-links {
    flex-flow: column;
  }

  .projekte-section-bild-links.oben {
    flex-flow: wrap-reverse;
  }

  .image-10 {
    width: 100%;
    height: 15em;
  }

  .projekte-text-rechts {
    width: 100%;
  }

  .background-video-2 {
    height: 11.5em;
  }

  .image-11 {
    height: 12em;
  }

  .stitchshop-mockups {
    width: 100%;
    margin-left: 0;
  }

  .projekte-mockup-stitchshop {
    align-self: center;
    height: 15em;
    margin-bottom: -25px;
    top: -75px;
  }

  .phone-1-stitchshop {
    width: 40%;
    top: 94px;
    right: 8%;
  }

  .phone-2-stitchshop {
    width: 40%;
    top: 50px;
    right: -3%;
  }

  .wakeboatcenter-image {
    width: 90%;
    margin-left: 0%;
  }

  .wakeboatcenter-phone {
    width: 40%;
    top: 13%;
    right: 3%;
  }

  .wakeboat-mockup {
    height: 15em;
    margin-bottom: -100px;
    top: -100px;
  }

  .marketing-framework.gelb {
    width: 100%;
  }

  .link-block-website {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rhaetia-mockups {
    width: 150%;
    margin-left: -80px;
  }

  .video {
    margin-bottom: 3em;
  }

  .image-haaratelier {
    object-fit: cover;
  }

  .mockup-card-haaratelier {
    width: 100%;
    height: 18em;
    padding-right: 0;
  }

  .div-block-10 {
    width: 100%;
  }

  .text-background-blur {
    display: none;
  }

  .text-background-blur-3, .text-background-blur-6 {
    display: none;
    overflow: hidden;
  }

  .datenschutz-text {
    margin-bottom: 1em;
    font-size: 1em;
    line-height: 1.4;
  }

  .heading-6 {
    font-size: 1.4em;
  }

  .animationstext-projekte {
    left: 0;
  }

  .heading-2-left-span-mpfeil {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .pfeil-gelb {
    height: 1.2em;
    margin-bottom: 8px;
  }

  .hover-circle {
    display: none;
  }

  .heading-7 {
    font-size: 3em;
  }

  .heading-3 {
    font-size: 1.8em;
  }

  .arrow-bild {
    height: 1.3em;
  }

  .sho-phone {
    width: 40%;
    top: 15px;
  }

  .close-b {
    top: 15%;
    right: 10%;
  }

  .popup-background {
    width: 200px;
  }

  .button-5.close-button {
    border-radius: 8em;
  }

  .div-block-64 {
    margin: 1em 1em .75em;
  }

  .pop-up-cupra {
    width: 5em;
    height: 5em;
  }

  .heading-popup {
    font-size: 1.2em;
  }

  .background-video-3 {
    height: 12em;
  }

  .blog-heading {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .content-wrapper-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .narrow-wrapper-posts {
    padding-left: 7%;
    padding-right: 7%;
  }

  .go-up-button-2 {
    background-size: 16px, auto;
  }

  .go-up-button-2.w--current {
    z-index: 8;
  }

  .blog-page {
    min-height: 298px;
    padding-top: 150px;
  }

  .hero-polaroid {
    width: 100%;
  }

  .blog-main-right-2 {
    padding-top: 15px;
  }

  .h3 {
    font-size: 23px;
    line-height: 28px;
  }

  .hero-blog {
    flex-wrap: wrap;
  }

  .button-box {
    margin-top: 15px;
  }

  .flex-center {
    width: 100%;
  }

  .underline-link {
    color: #0f0f0f;
  }

  .blog-right {
    width: 100%;
    padding-top: 10px;
  }

  .hidden {
    display: inline;
  }

  ._85-percent-column {
    width: 95%;
  }

  .rich-text-block {
    width: 100%;
    padding-left: 4%;
    padding-right: 3%;
  }

  .hero-heading {
    width: 100%;
    margin-bottom: 20px;
  }

  .hero-subtitle {
    margin-top: 5px;
    font-size: 17px;
  }

  .post-image {
    border-width: 15px;
  }

  .inner-hero-section {
    min-height: 298px;
    padding-top: 110px;
    padding-bottom: 10px;
  }

  .hero-inner-text {
    font-size: 1.8em;
    line-height: 36px;
  }

  .blog-container {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .item-preview {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0%;
  }

  .item-preview:last-child {
    margin-bottom: 0;
  }

  .text-color-dark-gray {
    font-size: 1.2em;
  }

  .footer-2 {
    margin-top: 4em;
  }

  .text-block-6 {
    font-size: 1em;
    line-height: 1.6;
  }

  .main-grid.titles {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    grid-template-columns: .5fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 2em;
    right: 0;
  }

  .wrapper-2.home.footer-2 {
    margin-top: 2em;
  }

  .text-block-7 {
    font-size: 1.2em;
  }

  .button-view {
    width: 9em;
    height: 9em;
  }

  .posts-inner-page {
    padding-top: 40px;
    padding-bottom: 0;
    overflow: hidden;
  }

  .uui-footer04_link {
    padding-bottom: 0;
  }
}

#w-node-f8308aa3-50cc-0fb4-3d9f-368e3e15fb2b-f6d714a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ff0e9d3-0d34-3ab8-be2a-58515b328f90-f6d714a7 {
  align-self: end;
}

#w-node-_2301e992-876a-047e-5439-5e73920b5eb0-920b5ea8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2301e992-876a-047e-5439-5e73920b5eb3-920b5ea8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_2301e992-876a-047e-5439-5e73920b5eba-920b5ea8 {
  align-self: start;
}

#w-node-_81224005-e598-2f0c-4a76-f05db9f0d537-b9f0d52b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_81224005-e598-2f0c-4a76-f05db9f0d53c-b9f0d52b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-ccc4b63a-4908-3d2a-d170-fe57d522c1be-900c73e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_0e5df7f9-74d2-7f86-a217-8b4a852b83d8-900c73e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_11d39c19-e894-7cc1-2062-bebd7dc946c4-900c73e5, #w-node-_528d88b6-0d23-5dd5-7847-37c8a09d8f0c-f6d714aa, #w-node-_37da748b-bc4a-bd6e-4735-d8b30329b1fb-f6d714aa, #w-node-_343c4d7e-5194-f571-cd1c-63095868e877-f6d714aa, #w-node-_343c4d7e-5194-f571-cd1c-63095868e878-f6d714aa, #w-node-defce82e-9b72-7370-4783-514e1d86ac17-f6d714aa, #w-node-_46236688-9cae-10f8-f6c1-5eb651987b25-f6d714aa, #w-node-_9354549d-ab44-c8fc-bf62-4edbe4857557-f6d714aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed43041f-fdbd-052d-ae7c-f4b4c85f7fb8-c85f7fae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-ed43041f-fdbd-052d-ae7c-f4b4c85f7fbd-c85f7fae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_1a402c63-6ca7-82e7-c89f-482919499d08-19499cfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_1a402c63-6ca7-82e7-c89f-482919499d0d-19499cfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_45e1000c-215d-6d32-fd15-a58185766f77-85766f5b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45e1000c-215d-6d32-fd15-a58185766f7a-85766f5b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_45e1000c-215d-6d32-fd15-a58185766f81-85766f5b {
  align-self: start;
}

#w-node-b2b89067-347c-d1f5-2515-3ad379f194b0-79f194a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-b2b89067-347c-d1f5-2515-3ad379f194b5-79f194a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-e394e8f6-b002-79f6-9b98-9b06b876adf9-447c3576, #w-node-d208cbb1-8969-4b9e-9150-c6cf4c643a60-447c3576 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d208cbb1-8969-4b9e-9150-c6cf4c643a63-447c3576 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-d208cbb1-8969-4b9e-9150-c6cf4c643a6a-447c3576 {
  align-self: start;
}

#w-node-_3b2dacc5-0538-dcfc-811f-aae9b474d6e7-5f0a9f0e {
  justify-self: end;
}

#w-node-_592dcabd-721a-0fb9-bce2-1239d07103e9-d07103cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_592dcabd-721a-0fb9-bce2-1239d07103ec-d07103cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_592dcabd-721a-0fb9-bce2-1239d07103f3-d07103cd {
  align-self: start;
}

#w-node-_3b2dacc5-0538-dcfc-811f-aae9b474d6e7-17c8ba58, #w-node-_3b2dacc5-0538-dcfc-811f-aae9b474d6e7-4027088c, #w-node-_3b2dacc5-0538-dcfc-811f-aae9b474d6e7-addc3371, #w-node-_3b2dacc5-0538-dcfc-811f-aae9b474d6e7-b9ea59da, #w-node-_3b2dacc5-0538-dcfc-811f-aae9b474d6e7-bedbcfe7, #w-node-_3b2dacc5-0538-dcfc-811f-aae9b474d6e7-8d4f5442 {
  justify-self: end;
}

@media screen and (min-width: 1280px) {
  #w-node-_3b2dacc5-0538-dcfc-811f-aae9b474d6e7-17c8ba58, #w-node-_3b2dacc5-0538-dcfc-811f-aae9b474d6e7-b9ea59da, #w-node-_3b2dacc5-0538-dcfc-811f-aae9b474d6e7-8d4f5442 {
    justify-self: end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_3b2dacc5-0538-dcfc-811f-aae9b474d6e7-5f0a9f0e, #w-node-_3b2dacc5-0538-dcfc-811f-aae9b474d6e7-17c8ba58, #w-node-_3b2dacc5-0538-dcfc-811f-aae9b474d6e7-4027088c, #w-node-_3b2dacc5-0538-dcfc-811f-aae9b474d6e7-addc3371, #w-node-_3b2dacc5-0538-dcfc-811f-aae9b474d6e7-b9ea59da, #w-node-_3b2dacc5-0538-dcfc-811f-aae9b474d6e7-bedbcfe7, #w-node-_3b2dacc5-0538-dcfc-811f-aae9b474d6e7-8d4f5442 {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2301e992-876a-047e-5439-5e73920b5eb3-920b5ea8, #w-node-_45e1000c-215d-6d32-fd15-a58185766f7a-85766f5b, #w-node-d208cbb1-8969-4b9e-9150-c6cf4c643a63-447c3576, #w-node-_592dcabd-721a-0fb9-bce2-1239d07103ec-d07103cd {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_81224005-e598-2f0c-4a76-f05db9f0d537-b9f0d52b, #w-node-ccc4b63a-4908-3d2a-d170-fe57d522c1be-900c73e5, #w-node-ed43041f-fdbd-052d-ae7c-f4b4c85f7fb8-c85f7fae, #w-node-_1a402c63-6ca7-82e7-c89f-482919499d08-19499cfe {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center start;
  }

  #w-node-_1bc3f623-f1e9-fd2d-d45c-43b147c7a9d2-f6d714b6, #w-node-f6fb19ba-769b-4a01-6888-a17c43b7511a-f6d714b6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b2b89067-347c-d1f5-2515-3ad379f194b0-79f194a4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center start;
  }

  #w-node-_66dcfca8-3dd4-e972-bcbf-84e76e8e1e1f-17c8ba58 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Brown';
  src: url('../fonts/Brown-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Brown';
  src: url('../fonts/Brown-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Brown';
  src: url('../fonts/Brown-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Brown';
  src: url('../fonts/Brown-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Brown';
  src: url('../fonts/Brown-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Brown';
  src: url('../fonts/Brown-RegularItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Brown';
  src: url('../fonts/Brown-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Brown';
  src: url('../fonts/Brown-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ogg roman';
  src: url('../fonts/Ogg-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ogg';
  src: url('../fonts/Ogg-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Wastedyear';
  src: url('../fonts/WastedYear.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}