@font-face {
  font-family: Arthura_CH;
  src: url('../fonts/arthura-2023-11-27-05-22-22-utc.zip') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --gold: #ffa600;
  --black: #111;
  --dim-grey: #40424b;
  --dark-space: #1c1d24;
  --transparent: transparent;
  --white: white;
  --dark-grey: #777;
  --gainsboro: #ddd;
  --silver: #bbb;
  --light-grey: #e7e7e7;
  --red: #ee4869;
  --dark-slate-grey: #363840;
  --dark: #26272e;
  --purple: #6165f4;
  --aqua: #22c8e1;
  --haze: #f7f7f7;
}

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

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Arthura_CH, Arial, sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 52px;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Arthura_CH, Arial, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
}

h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Arthura_CH, Arial, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
}

h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Arthura_CH, Arial, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

h5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Arthura_CH, Arial, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
}

h6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Arthura_CH, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

p {
  margin-bottom: 24px;
  font-family: Arthura_CH, Arial, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

a {
  color: var(--gold);
  font-family: Arthura_CH, Arial, sans-serif;
  text-decoration: underline;
}

ul {
  margin-top: 16px;
  margin-bottom: 32px;
  padding-left: 24px;
}

ol {
  margin-top: 16px;
  margin-bottom: 24px;
  padding-left: 40px;
}

li {
  margin-top: 4px;
  margin-bottom: 4px;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 3px solid var(--gold);
  margin-bottom: 32px;
  padding: 12px 20px 12px 24px;
  font-family: Arthura_CH, Arial, sans-serif;
  font-size: 22px;
  line-height: 32px;
}

figure {
  margin-bottom: 32px;
}

figcaption {
  z-index: 1;
  float: right;
  color: #fff;
  text-align: left;
  background-color: #11111180;
  margin-top: -31px;
  padding: 8px 12px 7px;
  font-size: 11px;
  line-height: 16px;
  position: relative;
}

.body {
  color: var(--black);
  font-family: Arthura_CH, Arial, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

.section_1 {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 128px 6%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_1.no-paddings {
  padding: 0 0%;
}

.section_1.dark {
  background-image: linear-gradient(to right, var(--dim-grey), var(--dark-space));
  color: #fff;
}

.section_1.dark.no-padding-vertical {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  padding-top: 0;
  padding-left: 10%;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.section_1.image-1 {
  color: #fff;
  overflow: visible;
}

.section_1.image-1.hero-section {
  background-image: linear-gradient(#0000, #0000), url('../images/Depositphotos_129468746_XL-2-Kopie.png');
  background-size: auto, cover;
}

.section_1.image-1 {
  color: #fff;
  background-image: linear-gradient(#6d6c6c5c, #6d6c6c5c), url('../images/Depositphotos_129468746_XL-2-Kopie.png');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  width: 100vw;
  height: auto;
}

.section_1.image-8 {
  color: #fff;
  background-image: linear-gradient(#11111180, #11111180), url('../images/406900126_1722250624_v16_9_1200.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section_1.portfolio-hero {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Depositphotos_172145228_XL-Kopie.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  margin-bottom: 40px;
}

.section_1.portfolio-works {
  flex-flow: row;
  padding: 0 0%;
  overflow: visible;
}

.wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: auto;
  max-width: 1200px;
  margin-top: 0;
  margin-right: 0;
  padding-left: 0;
  display: flex;
  position: relative;
  right: auto;
}

.button {
  background-color: var(--gold);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  border-radius: 0;
  height: 48px;
  padding: 11px 24px;
  font-family: Arthura_CH, Arial, sans-serif;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
  transition: color .4s, background-color .4s;
  position: relative;
  overflow: hidden;
}

.button:hover {
  background-color: #f6a136;
}

.button.ghost-button {
  box-shadow: inset 0 0 0 1px var(--black);
  transition: color .4s, background-color .6s, box-shadow .6s;
}

.button.ghost-button:hover {
  background-color: var(--gold);
  color: #fff;
  box-shadow: inset 0 0 0 1px #0000;
}

.button.ghost-button.side-margins {
  border: 1px solid var(--transparent);
  background-color: var(--gold);
  box-shadow: none;
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  transition: color .4s, background-color .6s;
}

.button.link-button {
  box-shadow: inset 3px 0 0 0 var(--gold);
  color: var(--black);
  background-color: #0000;
  transition: color .4s, background-color .4s;
}

.button.link-button:hover {
  color: #fff;
}

.button.link-button._404-button {
  color: #fff;
  margin-top: 24px;
}

.button.contact-button {
  background-image: url('../images/paper-plane-icon.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  padding-left: 52px;
}

.button.password-button {
  color: #0000;
  text-align: center;
  background-image: url('../images/lock-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  width: 48px;
  padding-left: 0;
  padding-right: 0;
}

.button.side-margins {
  margin-left: 8px;
  margin-right: 8px;
}

.paragraph-small {
  margin-bottom: 16px;
  font-family: Arthura_CH, Arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
}

.ghost-button {
  color: #222;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #ddd;
}

.page-wrapper_1 {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.page-wrapper_1._404 {
  background-image: url('../images/james-pond-185593.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.page-wrapper_1.nav-left {
  margin-left: 88px;
}

.nav-menu-left {
  text-align: right;
  width: 480px;
  position: absolute;
  top: 328px;
  left: -196px;
  transform: rotate(-90deg);
}

.nav-menu-left.hidden {
  display: block;
}

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

.brand.w--current {
  justify-content: center;
  align-items: center;
}

.split-imagev1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/telephone-450639_1280.jpg');
  background-position: 50%;
  background-size: auto;
  justify-content: flex-end;
  align-items: stretch;
  width: 50%;
  height: 100vh;
  margin-top: 0;
  margin-left: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.split-imagev1.protected-image {
  background-image: url('../images/siarhei-horbach-267470.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.split-imagev1.about {
  background-image: url('../images/DSC03573-4.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-bottom: 0;
  bottom: auto;
}

.split-imagev1.contactv2 {
  background-size: cover;
  margin-left: 0;
  padding-left: 0;
}

.color-hover-v1 {
  background-color: var(--gold);
  width: 100%;
  position: absolute;
  inset: 0;
}

.color-hover-v1.left {
  border: 1px solid var(--gold);
  background-color: var(--white);
  width: 3px;
  position: absolute;
  inset: 0 auto 0 0;
}

.color-hover-v1.down {
  height: 3px;
  position: absolute;
  inset: auto 0 0;
}

.line-button-text-v1 {
  z-index: 1;
  color: var(--gold);
  position: relative;
}

.grey-text {
  color: var(--dark-grey);
  font-family: Arthura_CH, Arial, sans-serif;
  font-weight: 400;
}

.about {
  align-items: flex-start;
  display: flex;
}

.link-v2 {
  box-shadow: 0 2px 0 0 var(--gainsboro);
  color: var(--black);
  font-family: Arthura_CH, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: box-shadow .4s;
  display: inline-block;
}

.link-v2:hover {
  box-shadow: 0 2px 0 0 var(--black);
}

.link-v2.white {
  color: var(--gold);
  font-family: Arthura_CH, Arial, sans-serif;
  box-shadow: 0 2px #fff3;
}

.link-v2.white:hover {
  box-shadow: 0 2px #fff;
}

.input {
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--gainsboro);
  text-transform: uppercase;
  border-radius: 0;
  height: 48px;
  margin-bottom: 32px;
  padding: 11px 0 13px;
  font-family: Arthura_CH, Arial, sans-serif;
  font-size: 15px;
  transition: border .6s;
}

.input:hover {
  border-bottom-color: var(--silver);
}

.input:focus {
  border-bottom-color: var(--gold);
}

.input.text-area {
  height: auto;
  min-height: 120px;
}

.input.text-area.margin-right {
  text-transform: none;
  margin-right: 30px;
  font-family: Arthura_CH, Arial, sans-serif;
  font-size: 12px;
}

.input.half-width {
  text-transform: none;
  flex: 40%;
  margin-right: 30px;
  font-family: Arthura_CH, Arial, sans-serif;
  font-size: 12px;
}

.input.password-input {
  width: 200px;
  margin-right: 24px;
}

.side-work-card {
  position: relative;
  overflow: hidden;
}

.side-works-link {
  z-index: 2;
  color: var(--black);
  background-color: #fff;
  width: 48px;
  text-decoration: none;
  transition: color .4s;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.side-works-link:hover {
  color: #fff;
}

.card-image {
  width: 100%;
  height: 95%;
  overflow: clip;
}

.work-card {
  color: var(--black);
  text-align: center;
  width: 100%;
  height: auto;
  min-height: 300px;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.work {
  width: 50%;
  padding: 12px 15px;
  display: flex;
}

.works {
  flex-wrap: wrap;
  flex: 1;
  display: flex;
}

.split-content_kontakt {
  z-index: 1;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  min-height: 100vh;
  padding: 104px 6% 120px;
  position: relative;
}

.split-content_kontakt.center {
  align-items: center;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.split-content_kontakt.flex-center {
  align-items: center;
  display: flex;
}

.split-media {
  background-color: #0000;
  width: 50%;
  position: fixed;
  inset: 0;
}

.split-media.nav-left {
  padding-left: 44px;
}

.split-media.right {
  left: auto;
}

.first-letter {
  float: left;
  color: var(--gold);
  margin-top: 1px;
  margin-right: 8px;
  font-family: Arthura_CH, Arial, sans-serif;
  font-size: 46px;
  line-height: 40px;
}

.about-video {
  border-top: 1px solid var(--gainsboro);
  border-bottom: 1px solid var(--gainsboro);
  color: var(--black);
  align-items: center;
  margin-bottom: 32px;
  padding-top: 32px;
  padding-bottom: 32px;
  text-decoration: none;
  display: flex;
}

.contact-v1-form {
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 16px;
  display: flex;
}

.contact-form-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 16px;
  display: flex;
  position: relative;
}

.password-form-wrapper {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-right: 44px;
  display: block;
}

.password-form {
  flex-direction: row;
  align-items: stretch;
  padding-top: 24px;
  display: flex;
}

.work-heading {
  color: var(--dark-grey);
  margin-top: 12px;
  font-family: Arthura_CH, Arial, sans-serif;
  font-size: 35px;
  font-weight: 600;
}

.card-hover {
  z-index: 1;
  color: #fff;
  background-color: #00000026;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.card-hover-info {
  font-family: Arthura_CH, Arial, sans-serif;
  font-weight: 700;
}

.works-masonry {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  column-count: 3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: minmax(auto, auto);
  grid-auto-columns: 1fr;
  column-gap: 0;
  width: 100%;
  display: grid;
}

.work-masonry {
  width: 100%;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
}

.hero-full-image {
  background-color: var(--black);
  width: 100%;
  height: 100vh;
  position: relative;
}

.hero-full-image.home-v3 {
  color: #fff;
  background-image: linear-gradient(#00000026, #00000026), url('../images/webflow_hero_1920x1080_300dpi.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.social-icons {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.social-icons.left {
  justify-content: flex-start;
  margin-left: -4px;
}

.social-icons.home-v3-icons {
  justify-content: flex-start;
  margin-left: -4px;
  margin-right: 0;
  position: absolute;
  top: 40px;
  right: 48px;
}

.social-link {
  box-shadow: inset 0 0 0 1px var(--gainsboro);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 4px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-link.dark-bg {
  box-shadow: inset 0 0 0 1px #fff6;
}

.hero-social-icon {
  z-index: 1;
  position: relative;
}

.hero-left-intro {
  text-align: right;
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-end;
  max-width: 500px;
  margin: 120px 0% 120px 10%;
  padding-left: 20px;
  font-family: Arthura_CH, Arial, sans-serif;
  display: flex;
  position: relative;
  left: auto;
  right: auto;
}

._404-message {
  color: #fff;
  max-width: 300px;
  margin-left: 20%;
  padding-bottom: 16px;
}

.contact-v1-heading {
  width: 100%;
  margin-bottom: 40px;
  margin-right: 30px;
  font-family: Arthura_CH, Arial, sans-serif;
  font-weight: 700;
}

.text-white {
  color: #fff;
}

.section-intro {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: none;
  max-height: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Arthura_CH, Arial, sans-serif;
  display: flex;
}

.section-intro.left {
  text-align: left;
  margin-left: 0;
}

.section-intro.left.no-margin {
  color: var(--gold);
  position: static;
  left: 140px;
}

.mini-heading {
  color: var(--silver);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: Arthura_CH, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.no-margin {
  color: var(--gold);
  text-align: center;
  margin: 0;
  font-family: Arthura_CH, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.work-category-tabs {
  margin-top: 0;
}

.work-card-image-wrapper {
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}

.instagram-link {
  width: 20%;
  position: relative;
  overflow: hidden;
}

.career {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 64px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.career-job-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 970px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  position: relative;
}

.career-job {
  border-style: solid none;
  border-width: 1px;
  border-color: var(--gainsboro);
  color: var(--black);
  text-align: center;
  background-color: #fff;
  width: 44%;
  padding: 40px;
  position: relative;
}

.career-job.left {
  box-shadow: -3px 0 0 0 var(--gold);
  border-right-style: solid;
}

.career-job.right {
  box-shadow: 3px 0 0 0 var(--gold);
  border-left-style: solid;
}

.career-job-corner {
  box-shadow: 1px -1px 0 0 var(--gainsboro);
  background-color: #fff;
  width: 15px;
  height: 15px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: rotate(45deg);
}

.career-job-corner.right {
  right: -7px;
}

.career-job-corner.left {
  box-shadow: -1px 1px 0 0 var(--gainsboro);
  left: -7px;
}

.career-job-position {
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: Arthura_CH, Arial, sans-serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
}

.career-job-period {
  width: 44%;
}

.career-job-period.text-left, .career-job-period.text-right {
  color: var(--dark-grey);
  font-family: Arthura_CH, Arial, sans-serif;
  font-weight: 700;
}

.career-job-period.text-right.v1 {
  font-family: Arthura_CH, Arial, sans-serif;
}

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

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

.career-timeline {
  background-image: linear-gradient(to bottom, #e7e7e700, var(--light-grey) 5%, var(--light-grey) 95%, #e7e7e700);
  width: 2px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
}

.timeline-dot-v1 {
  z-index: 1;
  border: 1px solid var(--gold);
  background-color: var(--gold);
  border-radius: 50%;
  width: 16px;
  height: 16px;
  margin: auto;
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 0 3px #fff, 0 0 0 3px #fff;
}

.buttons-wrapper {
  justify-content: center;
  display: flex;
  position: relative;
}

.footer-v2 {
  color: var(--dark-grey);
  flex-wrap: wrap;
  padding-top: 64px;
  padding-bottom: 0;
  font-size: 13px;
  line-height: 20px;
  display: flex;
}

.footer-v2.dark-bg {
  color: #ffffffb3;
}

.no-padding-vertical {
  padding-top: 0;
  padding-bottom: 0;
}

.footer-v2-about {
  flex-direction: column;
  align-items: flex-start;
  width: 33.33%;
  padding-left: 15px;
  padding-right: 6%;
  display: flex;
}

.footer-v2-contact {
  align-items: flex-start;
  margin-bottom: 8px;
  display: flex;
}

.footer-v2-heading {
  color: var(--black);
  margin-bottom: 24px;
  font-family: Arthura_CH, Arial, sans-serif;
  font-weight: 600;
}

.footer-v2-heading.text-white {
  color: #fff;
  font-family: Arthura_CH, Arial, sans-serif;
  font-weight: 700;
}

.footer-v2-contact-icon {
  width: 16px;
  margin-top: 2px;
  margin-right: 12px;
}

.footer-v2-email {
  color: var(--dark-grey);
  font-family: Arthura_CH, Arial, sans-serif;
  text-decoration: none;
}

.footer-v2-email:hover {
  color: var(--black);
  text-decoration: underline;
}

.footer-v2-email.dark-bg {
  color: #ffffffb3;
  font-family: Arthura_CH, Arial, sans-serif;
}

.footer-v2-email.dark-bg:hover {
  color: #fff;
}

.footer-v2-contacts, .footer-v2-follow {
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-v2-signature {
  opacity: 1;
  height: 44px;
}

.footer-v2-nav {
  flex-direction: column;
  align-items: flex-start;
  width: 16.66%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-v2-nav-link {
  color: var(--dark-grey);
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 8px;
  font-family: Arthura_CH, Arial, sans-serif;
  text-decoration: none;
}

.footer-v2-nav-link:hover {
  color: var(--black);
  text-decoration: underline;
}

.footer-v2-nav-link.dark-bg {
  color: #ffffffb3;
  font-family: Arthura_CH, Arial, sans-serif;
}

.footer-v2-nav-link.dark-bg:hover {
  color: #fff;
}

.footer-v2-nav-link.dark-bg.w--current {
  font-family: Arthura_CH, Arial, sans-serif;
}

.footer-v-2-contact-list {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 12px;
  display: flex;
}

.footer-bottom-v2 {
  border-top: 1px solid var(--gainsboro);
  color: #7c8499;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.footer-bottom-v2.dark-bg {
  color: #fff9;
  border-top-color: #fff3;
}

.footer-bottom-left {
  text-align: left;
  flex-wrap: wrap;
  flex: 1;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.footer-text-left {
  margin-right: 16px;
}

.link-white {
  color: var(--gold);
  font-family: Arthura_CH, Arial, sans-serif;
  text-decoration: none;
}

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

.footer-bottom-right {
  text-align: right;
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.footer-text-right {
  margin-left: 16px;
  font-family: Arthura_CH, Arial, sans-serif;
}

.link-dark {
  color: var(--gold);
  text-decoration: none;
}

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

.footer-v2-nav-links {
  flex-direction: column;
  align-items: flex-start;
  margin-top: -6px;
  display: flex;
}

.split-footer {
  border-top: 1px solid var(--gainsboro);
  color: var(--dark-grey);
  flex-wrap: wrap;
  width: 50%;
  padding: 64px 6% 0;
  font-size: 13px;
  line-height: 20px;
  display: flex;
}

.split-footer.right {
  margin-left: 50%;
  padding-top: 56px;
}

.split-footer-about {
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  padding-bottom: 48px;
  padding-right: 6%;
  display: flex;
}

.split-footer-nav {
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  padding-bottom: 48px;
  display: flex;
}

.split-footer-contacts {
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  padding-bottom: 32px;
  padding-right: 15px;
  display: flex;
}

.split-footer-bottom {
  border-top: 1px solid var(--gainsboro);
  color: #7c8499;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.big-quote {
  align-items: flex-start;
  width: 66.66%;
  max-width: 700px;
  margin-left: 8.33%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.big-quote-text {
  flex: 0 auto;
  align-self: auto;
  font-family: Arthura_CH, Arial, sans-serif;
  font-size: 25px;
  line-height: 40px;
}

.big-quote-icon {
  width: 40px;
  margin-top: 6px;
  margin-right: 48px;
}

.contact-v2-card {
  color: var(--black);
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 420px;
  margin-bottom: 0;
  margin-left: 15px;
  padding: 64px;
  display: flex;
  position: relative;
}

.contact-v2-card.right {
  float: right;
  margin-right: 12%;
}

.contact-v2-form {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.contact-v2-heading {
  margin-bottom: 32px;
  font-family: Arthura_CH, Arial, sans-serif;
}

.hidden {
  margin-left: 0;
  display: none;
}

.nav-layout {
  width: 25%;
  margin-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

.work-presentation {
  color: var(--dark-grey);
  font-family: Arthura_CH, Arial, sans-serif;
  font-weight: 400;
}

.work-presentation p {
  width: 66.66%;
}

.work-presentation figure {
  margin-top: 48px;
  margin-bottom: 48px;
}

.work-presentation h2, .work-presentation h3, .work-presentation h5, .work-presentation h4, .work-presentation h6, .work-presentation ol, .work-presentation ul, .work-presentation h1 {
  width: 66.66%;
}

.form-success {
  text-align: left;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.form-error {
  color: var(--red);
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-size: 13px;
  line-height: 16px;
}

.card-image-v2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.change-icon {
  background-color: var(--gold);
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.nav-menu-links {
  display: none;
}

.heading-12 {
  font-family: Arthura_CH, Arial, sans-serif;
  font-weight: 700;
}

.tabs-content {
  margin-top: 100px;
}

.heading-14 {
  font-family: Arthura_CH, Arial, sans-serif;
  font-weight: 700;
}

.text-span {
  color: var(--gold);
  font-family: Arthura_CH, Arial, sans-serif;
}

.text-span-v2 {
  color: var(--gold);
}

.collection-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.heading-15 {
  color: var(--white);
  font-family: Arthura_CH, Arial, sans-serif;
  font-weight: 900;
}

.code-embed {
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Arthura_CH, Arial, sans-serif;
}

.heading-16, .text-block-2 {
  color: var(--white);
  font-family: Arthura_CH, Arial, sans-serif;
  font-weight: 700;
}

.nav-bar-left-2 {
  z-index: 200;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 88px;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  box-shadow: 1px 0 #ddd;
}

.nav-info-description-2 {
  color: #777;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Arthura_CH, Arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
}

.full-screen-menu-2 {
  opacity: 1;
  text-align: left;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: 88px;
  padding-left: 16.66%;
  padding-right: 176px;
  display: none;
  position: fixed;
  inset: 0;
  overflow: scroll;
}

.nav-link-3 {
  opacity: .5;
  color: #111;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 12px 14px;
  font-family: Arthura_CH, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 32px;
  transition: opacity .4s;
  display: inline;
  position: static;
}

.nav-link-3:hover {
  opacity: 1;
}

.nav-link-3.w--current {
  background-color: var(--white);
  opacity: 1;
  color: #111;
  font-family: Arthura_CH, Arial, sans-serif;
  display: none;
}

.nav-info-heading-3 {
  text-align: center;
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: 4px;
  font-family: Arthura_CH, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.full-screen-menu-link-3 {
  color: var(--gold);
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 14px;
  font-family: Arthura_CH, Arial, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
  text-decoration: none;
  transition: transform .4s;
  display: block;
  position: static;
}

.full-screen-menu-link-3:hover {
  color: #111;
  transform: translate(8px);
}

.full-screen-menu-link-3.w--current {
  color: var(--gold);
  font-family: Arthura_CH, Arial, sans-serif;
}

.full-screen-menu-button-3 {
  z-index: 10000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 88px;
  padding: 20px;
  display: flex;
  position: absolute;
  bottom: 0;
}

.full-screen-menu-button-3.w--open {
  color: #111;
  background-color: #0000;
}

.menu-close-text-3 {
  color: var(--gold);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Arthura_CH, Arial, sans-serif;
  font-size: 16px;
  display: none;
  position: absolute;
  left: 64px;
}

.menu-button-line-3 {
  background-color: #111;
  width: 20px;
  height: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.menu-button-line-3.top-line {
  mix-blend-mode: color;
}

.menu-button-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 88px;
  padding: 20px;
  display: block;
  position: absolute;
  bottom: 0;
}

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

.nav-info-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 480px;
  height: 72px;
  margin: auto;
  padding-top: 2px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: rotate(-90deg);
}

.paragraph-8 {
  font-family: Arthura_CH, Arial, sans-serif;
  position: relative;
  left: 140px;
}

.heading-18 {
  font-family: Arthura_CH, Arial, sans-serif;
  font-weight: 700;
}

.text-block-3, .link, .link-2 {
  font-family: Arthura_CH, Arial, sans-serif;
}

.heading-19 {
  width: 800px;
  font-family: Arthura_CH, Arial, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
  display: block;
}

.text-block-4 {
  color: var(--gold);
  text-align: right;
  width: auto;
  margin-right: 0;
  padding-bottom: 80px;
  padding-right: 0;
  font-family: Arthura_CH, Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
  position: relative;
  bottom: -35px;
  left: 140px;
  overflow: visible;
}

.logo_cdu {
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 88px;
  display: flex;
}

.heading-20 {
  font-family: Arthura_CH, Arial, sans-serif;
  font-weight: 600;
}

.bold-text-7 {
  font-family: Arthura_CH, Arial, sans-serif;
}

.bold-text-8 {
  font-family: Arthura_CH, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.heading-30 {
  font-family: Arthura_CH, Arial, sans-serif;
  font-weight: 700;
}

.bold-text-9 {
  font-family: Arthura_CH, Arial, sans-serif;
}

.text-span-v2-copy {
  color: var(--gold);
}

.text-span-v2-copy.v1 {
  color: var(--dark-grey);
}

.popup-close {
  z-index: 2;
  color: #000;
  cursor: pointer;
  background-color: #e9e9e9;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  height: 3.5em;
  display: flex;
  position: absolute;
  inset: 1em 1em auto auto;
}

.copy-large {
  color: var(--dark-grey);
  margin-top: 10px;
  font-size: 1.45em;
  font-weight: 400;
  line-height: 1.4em;
}

.popup-wrapper {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-toggle {
  color: var(--dark-grey);
  cursor: pointer;
}

.popup-background {
  z-index: 0;
  background-color: #000000a6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.popup-group {
  color: #fff;
  margin-top: 5px;
  font-family: Arthura_CH, Arial, sans-serif;
}

.popup-toggle-text {
  color: var(--gold);
  padding-top: 5px;
  font-family: Arthura_CH, Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
}

.popup-content {
  margin: 2.5em 3em;
}

.popup-inner {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.p-sm-start {
  padding-top: 3em;
}

.p-sm-start.p-sm-end {
  justify-content: center;
  display: flex;
}

.popup-content-wrapper {
  z-index: 1;
  background-color: #fff;
  border-radius: 0;
  width: 90vw;
  max-width: 55em;
  max-height: 90%;
  position: relative;
  overflow: auto;
}

.popup-close-icon {
  width: 1em;
  height: 1em;
}

.text-span-2 {
  -webkit-text-stroke-color: var(--dark-grey);
  -webkit-text-decoration: none;
  text-decoration: none;
}

.text-span-2.link-v2 {
  box-shadow: 0 2px 0 0 var(--dark-grey);
  color: var(--gold);
  font-family: Arthura_CH, Arial, sans-serif;
}

.heading-23 {
  color: var(--dark-grey);
  text-align: center;
  font-family: Arthura_CH, Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.image-13 {
  text-align: left;
}

.text-block-5, .text-block-6, .text-block-7 {
  font-family: Arthura_CH, Arial, sans-serif;
}

.heading-24, .heading-25 {
  font-family: Arthura_CH, Arial, sans-serif;
  font-weight: 700;
}

.heading-26 {
  font-family: Arthura_CH, Arial, sans-serif;
}

.sect_1 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-left: 0;
  display: flex;
}

.sect_2 {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-left: 60px;
  margin-right: 20px;
  display: flex;
}

.heading-31 {
  color: var(--white);
}

.split-content_kontakt-copy {
  z-index: 1;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  min-height: 100vh;
  padding: 104px 6% 120px;
  position: relative;
}

.heading-33 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.code-embed-2 {
  margin-bottom: 40px;
  margin-left: 100px;
  margin-right: 40px;
}

@media screen and (min-width: 1280px) {
  .split-imagev1.contactv2 {
    background-size: cover;
  }

  .hero-full-image.home-v3 {
    background-image: linear-gradient(#0000, #0000), url('../images/Titelbild.jpg');
    background-position: 0 0, 100% 0;
    background-size: auto, cover;
  }

  .text-block-2 {
    text-align: center;
  }
}

@media screen and (min-width: 1920px) {
  .split-imagev1 {
    background-size: cover;
  }

  .input.half-width {
    min-width: 15px;
  }

  .hero-full-image.home-v3 {
    background-image: linear-gradient(#00000012, #00000012), url('../images/Titelbild.jpg');
    background-position: 0 0, 100% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .hero-left-intro {
    min-width: 0;
    max-width: 1000px;
    font-size: 36px;
    right: auto;
  }

  .paragraph-8 {
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 30px;
    position: relative;
    bottom: 75px;
  }

  .text-block-4 {
    direction: ltr;
    text-overflow: clip;
    width: auto;
    padding-bottom: 40px;
    font-size: 80px;
    line-height: 80px;
    bottom: 100px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 36px;
    line-height: 44px;
  }

  h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .section_1 {
    padding: 80px 3%;
  }

  .section_1.portfolio-hero {
    background-image: linear-gradient(#1116, #1116), url('../images/Depositphotos_172145228_XL-Kopie.png');
    background-position: 0 0, 0%;
    background-repeat: repeat, repeat;
    background-attachment: scroll, scroll;
  }

  .page-wrapper_1 {
    margin-left: 0;
    padding-top: 64px;
  }

  .page-wrapper_1.nav-left {
    flex-flow: column;
    margin-left: 0;
    padding-top: 0;
    display: flex;
  }

  .nav-menu-left {
    z-index: 199;
    background-color: #fff;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    transform: none;
  }

  .brand {
    width: 64px;
    height: 64px;
    margin-top: 0;
    margin-left: 0;
    padding: 8px;
  }

  .split-imagev1 {
    height: 80vh;
    min-height: 600px;
    max-height: 80vh;
  }

  .split-imagev1.protected-image {
    display: none;
  }

  .split-imagev1.contactv2 {
    pointer-events: auto;
    mix-blend-mode: normal;
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
    flex-flow: row;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 25em;
    min-height: 0;
    max-height: none;
    display: flex;
    position: static;
    inset: auto 0% 0%;
    overflow: hidden;
  }

  .about {
    flex-direction: column-reverse;
  }

  .side-works-link {
    height: 280px;
    top: auto;
    bottom: 0;
    right: 0;
  }

  .work {
    padding: 8px;
  }

  .split-content_kontakt {
    flex-direction: column;
    width: 100%;
    margin-top: 650px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .split-content_kontakt.center {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .split-content_kontakt.flex-center {
    min-height: 0;
    margin-top: 20px;
  }

  .split-media {
    order: -1;
    width: 100%;
    padding-left: 0;
    position: static;
  }

  .split-media.right.nav-left {
    padding-left: 0;
  }

  .contact-v1-form {
    margin-top: auto;
    margin-bottom: 0;
    margin-right: -30px;
    padding-top: 10px;
  }

  .contact-form-wrapper {
    height: auto;
    padding-bottom: 0;
  }

  .password-form-wrapper {
    text-align: center;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .work-masonry {
    padding: 8px;
  }

  .hero-full-image {
    height: auto;
  }

  .hero-full-image.home-v3 {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    margin-top: 55px;
    padding-left: 4%;
    padding-right: 4%;
    display: flex;
  }

  .social-icons.home-v3-icons {
    right: 4%;
  }

  .hero-left-intro {
    max-width: 60%;
    margin-top: 160px;
    margin-bottom: 160px;
    margin-left: 0%;
  }

  ._404-message {
    margin-left: 8%;
  }

  .section-intro {
    padding-left: 8px;
    padding-right: 8px;
  }

  .no-margin {
    margin: 0;
  }

  .work-card-image-wrapper {
    margin-bottom: 16px;
  }

  .instagram-link {
    width: 25%;
  }

  .no-padding-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-v2-about {
    width: 50%;
    padding-bottom: 40px;
    padding-left: 8px;
  }

  .footer-v2-contacts {
    width: 50%;
    padding-bottom: 40px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-v2-follow {
    width: 50%;
    padding-bottom: 50px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-v2-nav {
    width: 50%;
    padding-bottom: 40px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-bottom-v2 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .split-footer.right {
    width: 100%;
    margin-left: 0%;
  }

  .split-footer-about {
    width: 50%;
    padding-bottom: 40px;
    padding-left: 8px;
  }

  .split-footer-nav, .split-footer-contacts {
    width: 50%;
    padding-bottom: 40px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .split-footer-bottom {
    margin-left: 8px;
    margin-right: 8px;
  }

  .big-quote {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .contact-v2-card {
    margin-left: 8px;
    padding: 56px;
  }

  .contact-v2-card.right {
    margin-right: 8px;
  }

  .nav-layout {
    width: 50%;
    padding-left: 4%;
    padding-right: 4%;
  }

  .work-presentation p, .work-presentation h2, .work-presentation h3, .work-presentation h5, .work-presentation h4, .work-presentation h6, .work-presentation ol, .work-presentation ul, .work-presentation h1 {
    width: 100%;
  }

  .nav-menu-links {
    flex-direction: column-reverse;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .nav-bar-left-2 {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    display: block;
    inset: 0 0 auto;
    overflow: visible;
    box-shadow: 0 1px #ddd;
  }

  .full-screen-menu-2 {
    background-color: #fff;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    transform: none;
  }

  .nav-link-3 {
    text-align: center;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    width: 100%;
    margin-bottom: -1px;
    display: block;
  }

  .full-screen-menu-link-3 {
    text-align: center;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: -1px;
    display: block;
  }

  .full-screen-menu-button-3 {
    width: 64px;
    height: 64px;
    padding: 20px;
    top: auto;
    bottom: auto;
    right: 0;
  }

  .full-screen-menu-button-3.w--open {
    color: #111;
    background-color: #0000;
  }

  .menu-button-3 {
    width: 64px;
    height: 64px;
    padding: 20px;
    top: auto;
    bottom: auto;
    right: 0;
  }

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

  .nav-info-3 {
    height: 64px;
    position: absolute;
    left: 0;
    right: 0;
    transform: none;
  }

  .paragraph-8 {
    left: auto;
  }

  .text-block-4 {
    padding-bottom: 60px;
    left: auto;
  }

  .logo_cdu.w--current {
    width: 64px;
    height: 64px;
    padding: 8px 0 0;
  }

  .image-12 {
    padding-bottom: 15px;
  }

  .popup-content-wrapper {
    max-height: 92%;
  }

  .split-content_kontakt-copy {
    flex-direction: column;
    width: 100%;
    margin-top: 650px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .heading-33 {
    margin-top: 40px;
    margin-right: 220px;
  }

  .code-embed-2 {
    margin-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 30px;
    line-height: 36px;
  }

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

  h5 {
    font-size: 15px;
    line-height: 20px;
  }

  h6 {
    font-size: 14px;
  }

  .section_1.portfolio-hero {
    background-image: linear-gradient(#7a797980, #7a797980), url('../images/Depositphotos_172145228_XL-Kopie.png');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .page-wrapper_1 {
    padding-top: 56px;
  }

  .brand {
    width: 56px;
    height: 56px;
  }

  .split-imagev1 {
    height: 600px;
    min-height: 0;
  }

  .split-imagev1.contactv2 {
    background-size: cover;
    flex-flow: row;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 250px;
    inset: auto 0% 0%;
  }

  .work {
    width: 100%;
  }

  .works {
    flex-direction: column;
  }

  .split-content_kontakt {
    margin-top: 600px;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .works-masonry {
    flex-direction: column;
    display: flex;
  }

  .hero-full-image.home-v3 {
    background-image: linear-gradient(#00000040, #00000040), url('../images/Titelbild.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    margin-top: 55px;
  }

  .hero-left-intro {
    max-width: 83.33%;
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .section-intro {
    margin-bottom: 64px;
  }

  .no-margin {
    margin: 0;
  }

  .work-card-image-wrapper {
    margin-bottom: 24px;
  }

  .instagram-link {
    width: 50%;
  }

  .career-job-wrapper {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .career-job {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .career-job-position {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .no-padding-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-bottom-v2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .footer-text-right {
    margin-left: 0;
    margin-right: 16px;
  }

  .split-footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .big-quote {
    width: 100%;
    max-width: none;
    margin-left: 0%;
  }

  .big-quote-text {
    font-size: 19px;
    line-height: 32px;
  }

  .big-quote-icon {
    margin-right: 32px;
  }

  .contact-v2-card {
    width: 83.33%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .contact-v2-card.right {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .nav-info-heading-3 {
    margin-bottom: 0;
  }

  .full-screen-menu-button-3, .menu-button-3 {
    width: 56px;
    height: 56px;
    padding: 16px;
  }

  .nav-info-3 {
    display: none;
  }

  .text-block-4 {
    color: var(--gold);
  }

  .logo_cdu.w--current {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: center;
    width: 56px;
    height: 56px;
    margin-top: 10px;
    margin-left: 60px;
    padding-left: 0;
    display: flex;
    position: fixed;
  }

  .copy-large {
    font-size: 1.3em;
  }

  .popup-content {
    margin: 3em 2em;
  }

  .p-sm-start {
    padding-top: 2.3em;
  }

  .split-content_kontakt-copy {
    margin-top: 600px;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .heading-33 {
    margin-top: 20px;
    padding-top: 0;
  }

  .code-embed-2 {
    margin-left: 40px;
  }
}

@media screen and (max-width: 479px) {
  .section_1.image-8 {
    background-image: linear-gradient(#0000003b, #0000003b), url('../images/406900126_1722250624_v16_9_1200.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .section_1.portfolio-hero {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: linear-gradient(#7a797980, #7a797980), url('../images/Depositphotos_172145228_XL-Kopie.png');
    background-position: 0 0, 0 0;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .section_1.portfolio-hero.sect_3 {
    flex-flow: column;
  }

  .button.side-margins {
    margin-bottom: 16px;
  }

  .page-wrapper_1.nav-left {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    top: auto;
  }

  .split-imagev1 {
    background-size: cover;
    width: 100%;
    height: 180px;
    min-height: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    position: absolute;
    inset: auto 0% 0%;
  }

  .split-imagev1.about {
    background-position: 50% 0;
  }

  .split-imagev1.contactv2 {
    justify-content: center;
    align-items: flex-end;
  }

  .line-button-text-v1 {
    color: var(--gold);
    mix-blend-mode: normal;
  }

  .input.text-area {
    margin-right: 0;
  }

  .input.text-area.margin-right {
    min-height: 100px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .input.half-width {
    flex: 0 auto;
    width: 100%;
    margin-right: 0;
  }

  .work-card {
    min-height: 150px;
  }

  .split-content_kontakt {
    margin-top: auto;
    padding: 0 6% 80px;
    display: block;
    position: absolute;
    top: 75px;
    bottom: auto;
  }

  .split-content_kontakt.flex-center {
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: auto;
    padding-bottom: 140px;
    top: 220px;
    bottom: auto;
  }

  .contact-v1-form {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .hero-full-image.home-v3 {
    background-image: linear-gradient(#0003, #0003), url('../images/Titelbild.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat-x;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 55px;
    padding: 0 6% 8px;
  }

  .social-icons {
    justify-content: flex-start;
    margin-left: -1px;
  }

  .social-icons.home-v3-icons {
    margin-top: -48px;
    margin-left: -4px;
    margin-right: 0;
    position: static;
    left: 0;
    right: 0;
  }

  .hero-left-intro {
    max-width: 100%;
    margin-top: 56px;
    margin-bottom: 56px;
  }

  ._404-message {
    margin-left: 6%;
    margin-right: 6%;
  }

  .contact-v1-heading {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .section-intro {
    text-align: center;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .section-intro.left.no-margin {
    position: relative;
    inset: 0% auto 0% 0%;
  }

  .no-margin {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-right: 0;
    font-size: 2.5vw;
  }

  .work-category-tabs {
    margin-top: 0;
    padding-right: 20px;
  }

  .career {
    box-sizing: border-box;
    object-fit: fill;
    width: 90vw;
    margin-right: 10px;
    padding-right: 15px;
    overflow: auto;
  }

  .career-job-wrapper.mobile-reversed {
    flex-direction: row-reverse;
  }

  .career-job {
    flex: 1;
    margin-left: 56px;
    padding: 24px;
  }

  .career-job.left {
    box-shadow: 3px 0 0 0 var(--gold);
    border-left-style: solid;
    border-right-style: none;
  }

  .career-job-corner.right {
    box-shadow: -1px 1px 0 0 var(--gainsboro);
    left: -7px;
    right: auto;
  }

  .career-job-position {
    font-size: 2.8vw;
    line-height: 10px;
  }

  .career-job-period {
    width: 60px;
    margin-top: 22px;
    font-size: 11px;
    line-height: 16px;
  }

  .career-job-period.text-left {
    text-align: right;
    margin-left: 15px;
    padding-left: 2.5px;
  }

  .career-job-period.text-right {
    margin-left: 10px;
  }

  .career-timeline {
    left: 80px;
  }

  .timeline-dot-v1 {
    margin-left: 73px;
  }

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

  .no-padding-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-v2-about, .footer-v2-contacts, .footer-v2-follow, .footer-v2-nav, .split-footer-about, .split-footer-nav, .split-footer-contacts {
    width: 100%;
  }

  .big-quote {
    flex-direction: column;
    align-items: center;
  }

  .big-quote-text {
    text-align: center;
  }

  .big-quote-icon {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .contact-v2-card {
    width: 100%;
    padding: 48px 12%;
  }

  .contact-v2-form {
    margin-right: 0;
  }

  .nav-layout {
    width: 100%;
    padding-left: 12%;
    padding-right: 12%;
  }

  .heading-14 {
    padding-left: 5vw;
    position: relative;
  }

  .heading-15 {
    font-size: 5vw;
    line-height: 4vw;
  }

  .code-embed {
    overflow-wrap: normal;
    max-width: 90vw;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 0;
    font-size: 1rem;
    line-height: 1rem;
  }

  .heading-16 {
    font-family: Arthura_CH, Arial, sans-serif;
  }

  .paragraph-8 {
    font-size: 10px;
    line-height: 15px;
    position: relative;
    right: 20px;
  }

  .heading-19 {
    width: 5em;
  }

  .text-block-4 {
    margin-right: 20px;
    padding-right: 0;
    font-size: 25px;
    line-height: 25px;
    right: 0;
  }

  .logo_cdu {
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    padding: 8px;
    display: flex;
  }

  .logo_cdu.w--current {
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 56px;
    margin-top: 0;
    margin-left: 60px;
    padding: 4px;
    display: flex;
  }

  .text-span-v2-copy.v1 {
    color: var(--dark-grey);
  }

  .image-12 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .popup-wrapper {
    display: none;
  }

  .sect_2 {
    margin-left: 17px;
    margin-right: 17px;
  }

  .heading-32 {
    margin-top: 0;
  }

  .split-content_kontakt-copy {
    margin-top: 0;
    margin-bottom: 40px;
    padding: 0 6% 220px;
    display: block;
    position: relative;
    top: 220px;
    bottom: auto;
  }

  .heading-33 {
    margin-right: 0;
  }

  .code-embed-2 {
    margin-left: 20px;
  }
}


@font-face {
  font-family: 'Arthura_CH';
  src: url('../fonts/arthura-2023-11-27-05-22-22-utc.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}