:root {
  --black: black;
  --white: white;
  --grau: #a1a1a1;
}

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

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

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

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

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

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

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

body {
  background-color: var(--black);
  color: var(--white);
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 500;
  line-height: 54px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 500;
  line-height: 48px;
}

h3 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

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

p {
  margin-bottom: 10px;
  font-family: Questrial, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

a {
  color: #a1a1a1;
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 16px;
  line-height: 22px;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  letter-spacing: .4px;
  margin-bottom: 4px;
  font-family: Questrial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  display: block;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.greyscale-title {
  color: var(--white);
  text-align: left;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 400;
}

.button-subtitle {
  color: #8f9193;
  text-align: center;
  margin-top: 10px;
}

.container {
  flex: 1;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.grayscale-block {
  background-color: var(--white);
  flex: 1;
  height: 88px;
}

.grayscale-block._10 {
  opacity: .1;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.grayscale-block._30 {
  opacity: .3;
}

.grayscale-block._40 {
  opacity: .4;
}

.grayscale-block._60 {
  opacity: .6;
}

.grayscale-block._90 {
  opacity: .9;
}

.grayscale-block._70 {
  opacity: .7;
}

.grayscale-block._80 {
  opacity: .8;
}

.grayscale-block._50 {
  opacity: .5;
}

.grayscale-block._100 {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.grayscale-block._20 {
  opacity: .2;
}

.headings-wrapper {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  display: flex;
}

.button-block {
  border: 1px solid #ffffff1a;
  justify-content: center;
  align-items: center;
  height: 176px;
  display: flex;
}

.heading-block {
  flex: 1;
  margin-bottom: 24px;
}

.style-guide-block-title {
  background-color: var(--black);
  border-bottom: 1px solid #ffffff1a;
  padding: 32px 104px;
}

.color-block-wrapper {
  border-radius: 4px;
  width: 20%;
  margin-left: 28px;
  margin-right: 28px;
}

.greyscale-block-wrapper {
  border-radius: 4px;
  width: 100%;
  display: flex;
}

.buttons-wrapper {
  flex-direction: row;
  justify-content: center;
  width: 100%;
  margin-top: 28px;
  margin-bottom: 28px;
  display: flex;
}

.outlined-btn {
  border: 1px solid var(--white);
  background-color: var(--black);
  transform: ;
  color: #fff;
  letter-spacing: .6px;
  text-transform: uppercase;
  border-radius: 0;
  margin-top: 16px;
  margin-right: 16px;
  padding: 8px 24px;
  font-family: Questrial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  transition: color .6s cubic-bezier(.23, 1, .32, 1), background-color .6s cubic-bezier(.23, 1, .32, 1);
}

.outlined-btn:hover {
  background-color: var(--white);
  color: var(--black);
}

.outlined-btn.no-margin-top {
  flex: none;
  margin-top: 0;
}

.outlined-btn.no-margin-top.no-margin-right {
  text-align: center;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 17px;
  line-height: 25px;
  overflow: visible;
}

.outlined-btn.full-width {
  width: 100%;
  margin-top: 0;
  margin-right: 0;
}

.outlined-btn.utility {
  margin-top: 32px;
  margin-right: 0;
}

.outlined-btn.small.w--current {
  letter-spacing: 1px;
  margin-top: 10px;
  margin-right: 10px;
  padding: 5px 5px 5px 6px;
  font-size: 9px;
  line-height: 13px;
}

.style-guide-title {
  color: var(--white);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.style-guide-block-wrapper {
  border: 1px solid #ffffff1a;
  margin-bottom: 80px;
}

.style-guide-block-wrapper.last {
  margin-bottom: 0;
}

.greyscales-wrapper {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin-top: 56px;
  display: flex;
}

.style-guide-block {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 104px;
  display: flex;
}

.style-guide-block.block {
  display: block;
}

.style-guide-block.narrow {
  color: var(--white);
  padding-top: 32px;
  padding-bottom: 32px;
}

.color-title {
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 10px;
  font-weight: 400;
}

.color-title.margin-bottom {
  margin-bottom: 10px;
}

.spitzmarke {
  margin-bottom: 10px;
  margin-left: 0;
  font-family: Questrial, sans-serif;
  font-size: 24px;
  line-height: 32px;
  display: inline-block;
}

.spitzmarke.small {
  color: var(--white);
  font-size: 1.1vw;
  line-height: 2vw;
  text-decoration: none;
}

.colors-wrapper {
  flex-direction: row;
  justify-content: center;
  width: 100%;
  display: flex;
}

.section {
  z-index: 1;
  background-color: var(--black);
  align-items: center;
  height: auto;
  padding: 15% 10%;
  display: flex;
  position: relative;
}

.section.center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.no-padding {
  padding: 0%;
}

.section.no-bg {
  background-color: #0000;
}

.section.space-for-hero-section {
  flex-direction: column;
  height: auto;
  margin-top: 100vh;
}

.button-block-wrapper {
  border-radius: 4px;
  width: 33.334%;
  margin-left: 10px;
  margin-right: 10px;
}

.color-block {
  border: 1px solid #0000;
  border-radius: 4px;
  height: 88px;
}

.color-block.border-color {
  background-color: var(--white);
}

.color-block.white {
  background-color: #fff;
  border: 1px solid #e8e9e9;
}

.color-block.titanium-black {
  background-color: var(--black);
  border-color: #ffffff1a;
}

.color-block.paragraphs {
  background-color: #888;
}

.heading-subtitle {
  color: #8f9193;
  padding-left: 4px;
  font-size: 14px;
  line-height: 20px;
}

.heading-subtitle.no-padding {
  padding-left: 0;
}

.nav-link-wrap {
  color: var(--white);
  text-align: left;
  letter-spacing: .6px;
  text-transform: uppercase;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  font-family: Questrial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  transition: transform .6s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  transform: translate(0);
}

.nav-link-wrap:hover {
  transform: translate(20px);
}

.menu-button {
  background-color: #0000;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-right: -20px;
  padding: 20px;
  position: relative;
}

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

.navbar {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.brand {
  flex: 1;
  align-items: center;
  display: flex;
}

.nav-menu {
  z-index: 1;
  background-color: var(--black);
  width: 100vw;
  height: 50vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.hero-left {
  z-index: 1;
  flex-direction: row;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0;
}

.hero-right {
  z-index: 0;
  background-image: url('../images/65b90b28083ec1b3704a14a5__NDF8915-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.hero-right._1 {
  background-image: url('../images/DSC_0043.jpg');
}

.hero-right._3 {
  background-image: url('../images/Latviaplan-1180-web-2.jpg');
}

.hero-right._4 {
  background-image: url('../images/65b90b9e84aaa47e3ed47bf2_Latviaplan_Cholererock_2021_.jpg');
}

.hero-right._5 {
  background-image: url('../images/63c676ab694a86f405eae7cb_kwheiner_header.jpg');
}

.hero-right._6 {
  background-image: url('../images/5f2a7913f3e817aeecec5894_1920x1149px_bsg.jpg');
  background-position: 50%;
}

.hero-right._7 {
  background-image: url('../images/hotellerie_hotel_mama_1_1780x1200px.jpg');
  background-position: 50%;
}

.hero-title-wrapper {
  position: absolute;
  left: 33.3334%;
  transform: translate(-33.3334%);
}

.hero-title-wrapper.project-page {
  z-index: 2;
  display: inline-block;
  position: relative;
  left: 0%;
  transform: none;
}

.h1 {
  text-shadow: 0 0 16px #1010104d;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Questrial, sans-serif;
  font-size: 6vw;
  font-weight: 400;
  line-height: 8vw;
}

.hero-title-wrap {
  color: var(--white);
  align-items: flex-start;
  margin-top: -10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.hero-title-wrap.load-animation {
  justify-content: center;
}

.slide-number {
  text-shadow: 0 0 16px #1010104d;
  margin-left: 8px;
  font-family: Questrial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
}

.slide-number.small {
  margin-left: 8px;
  font-size: 14px;
  line-height: 20px;
}

.p {
  text-align: left;
  max-width: 55%;
  margin-bottom: 20px;
  margin-left: 0;
  font-size: 17px;
  line-height: 25px;
  display: block;
}

.p.keinabstand {
  max-width: none;
  margin-bottom: 0;
  margin-left: 0;
}

.p.keinabstand.black {
  color: var(--black);
}

.arrow-btn {
  color: var(--white);
  text-transform: uppercase;
  flex-direction: row;
  align-items: center;
  margin-top: 24px;
  margin-right: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  display: inline-block;
}

.arrow-btn.featured-project {
  z-index: 2;
  margin-top: 0;
  margin-right: 0;
  display: none;
  position: relative;
}

.arrow-btn.left {
  flex-direction: row-reverse;
  justify-content: flex-start;
  display: flex;
}

.arrow-btn.left.no-margin-top {
  margin-top: 0;
}

.arrow-btn.left.no-margin-top.no-margin-right {
  margin-right: 0;
}

.arrow-btn.right {
  flex-direction: row;
  display: flex;
}

.arrow-btn.right.no-margin-top {
  margin-top: 0;
}

.arrow-btn.right.no-margin-top.no-margin-right {
  margin-right: 0;
}

.arrow-btn.right.no-margin-top.no-margin-right.fade-page.invisible {
  display: none;
}

.arrow-link {
  margin-right: 10px;
}

.arrow-link.left {
  margin-left: 10px;
  margin-right: 0;
}

.slider {
  background-color: var(--black);
  flex: none;
  align-items: center;
  width: 100vw;
  height: 100vh;
}

.slide-nav {
  display: none;
}

._w-slider-arrow-left {
  margin-top: -104px;
  padding-bottom: 80px;
  display: flex;
  position: absolute;
  inset: auto auto auto 2%;
  overflow: visible;
  transform: translate(0, -50vh);
}

._w-slider-arrow-left:hover {
  opacity: 1;
}

._w-slider-arrow-right {
  align-items: center;
  margin-top: 0;
  padding-top: 80px;
  display: flex;
  inset: auto auto auto 2%;
  overflow: visible;
  transform: translate(0, -50vh);
}

._w-slider-arrow-right:hover {
  opacity: 1;
}

.arrow-icon {
  margin-top: -1px;
}

.arrow-icon.right, .arrow-icon.left {
  flex: none;
  margin-top: -.5px;
  margin-right: -1px;
}

.arrow-wrap {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.arrow-wrap.up {
  justify-content: center;
  align-items: flex-start;
}

.arrow-wrap.down {
  align-items: flex-end;
}

.arrow-wrap.right {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  padding-left: 80px;
}

.arrow-wrap.left {
  justify-content: flex-start;
  align-items: center;
  padding-right: 80px;
}

.arrow-extension {
  background-color: var(--white);
  width: 80px;
  height: 1px;
  position: absolute;
}

.arrow-extension.vertical {
  width: 1px;
  height: 80px;
  margin-left: -.109px;
}

.arrow-extension.vertical.up {
  transform-origin: 50% 100%;
}

.arrow-extension.vertical.down {
  transform-origin: 50% 0;
}

.arrow-extension.right {
  transform-origin: 0%;
}

.arrow-extension.left {
  transform-origin: 100%;
  flex: none;
}

.nav-links-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-left: 10%;
  display: flex;
}

.project-hero-section {
  z-index: 0;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
}

.half-div {
  width: 50%;
}

.half-div.featured-projects {
  color: #fff;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  padding-top: 0%;
  padding-bottom: 0%;
  text-decoration: none;
  display: flex;
}

.half-div.foto-links {
  margin-right: 10px;
}

.half-div.foto-rechts {
  margin-left: 10px;
}

.h2 {
  text-shadow: 0 0 16px #1010104d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Questrial, sans-serif;
  font-size: 4vw;
  font-weight: 400;
  line-height: 5vw;
}

.project-rich-text {
  margin-top: 11%;
}

.project-rich-text img {
  margin-top: 32px;
}

.project-rich-text figcaption {
  margin-bottom: 32px;
}

.grey {
  background-color: #222;
}

.featured-work-bg {
  z-index: 0;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.featured-work-bg.load-animation.buero {
  background-image: url('../images/1920x1149px_Uetendorf.jpg');
}

.featured-work-bg.load-animation.kontakt {
  background-image: url('../images/1920x1149px_kontakt.jpg');
}

.featured-work-bg-wrap {
  background-color: var(--black);
  display: block;
  position: absolute;
  inset: 0;
}

.featured-work-backdrop {
  z-index: 1;
  background-color: var(--black);
  opacity: .9;
  position: absolute;
  inset: 0;
}

.featured-work-backdrop.load-animation {
  opacity: .2;
}

.project-body {
  height: 100%;
  padding-top: 1px;
}

.featured-work {
  color: var(--white);
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.featured-work-link-block {
  width: 50%;
}

.featured-work-link-block.featured-projects {
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 50vh;
  padding-top: 0%;
  padding-bottom: 0%;
  text-decoration: none;
  display: flex;
}

.page-content {
  height: 100%;
}

.nav-menu-content {
  height: 100%;
  display: flex;
}

.nav-btn-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  height: 100%;
  padding-top: 35px;
  padding-right: 40px;
  display: flex;
}

.close-overlay-button {
  color: var(--white);
  cursor: pointer;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.view-more-text {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Questrial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
}

.cross-icon {
  width: 16px;
  height: 32px;
  margin-right: 10px;
  padding-top: 10px;
  padding-left: 10px;
  display: inline-block;
}

.cross-line-1 {
  background-color: #fff;
  width: 1px;
  height: 10px;
  position: absolute;
  transform: rotate(45deg);
}

.cross-line-2 {
  background-color: #fff;
  width: 1px;
  height: 10px;
  position: absolute;
  transform: rotate(135deg);
}

.page-wrap {
  height: 100%;
  position: relative;
}

.footer {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding: 100px 10% 40px;
  display: flex;
  position: relative;
}

.copyright-block {
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.copyright-text {
  color: var(--white);
  text-align: center;
  letter-spacing: .4px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  font-family: Questrial, sans-serif;
  font-size: 13px;
  line-height: 17px;
  text-decoration: none;
  display: flex;
}

.nav-link-wrap-2 {
  color: #fff;
  text-align: left;
  letter-spacing: .6px;
  text-transform: uppercase;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  font-family: Questrial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: transform .4s cubic-bezier(.77, 0, .175, 1);
  display: flex;
  transform: translate(0);
}

.nav-link-wrap-2:hover {
  transform: translate(20px);
}

.client-logo {
  opacity: 1;
  width: 100px;
  max-width: none;
  height: auto;
  display: block;
}

.client-logo:hover {
  opacity: .5;
}

.muted-text {
  color: #888;
  letter-spacing: .4px;
  text-transform: uppercase;
  flex-direction: row;
  align-items: center;
  font-family: Questrial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  display: inline-block;
}

.text-field {
  color: var(--white);
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #ffffff4d;
  border-radius: 0;
  margin-bottom: 48px;
  padding: 4px 0;
}

.text-field:active, .text-field:focus {
  border-bottom-color: var(--white);
}

.text-field::placeholder {
  color: #ffffff4d;
  font-size: 16px;
  line-height: 22px;
}

.text-field.margin-top {
  margin-top: 24px;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 40%;
  display: flex;
}

.utility-icons {
  height: 64px;
  margin-bottom: 20px;
}

.utility-title {
  text-transform: uppercase;
  margin-top: 32px;
  font-family: Questrial, sans-serif;
  font-weight: 400;
}

.mobile-arrows {
  display: none;
}

.logo {
  width: 60px;
  height: 60px;
}

.service-block {
  align-items: center;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  display: flex;
}

.source-link {
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
}

.page-title {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 80px;
}

.page-title.section-header {
  margin-bottom: 16px;
}

.style-guide-title-2 {
  text-align: center;
  font-size: 30px;
  line-height: 36px;
}

.source-block {
  color: var(--white);
  border-bottom: 1px solid #ffffff1a;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  text-decoration: underline;
  display: block;
}

.source-block.last {
  border-bottom-style: none;
}

.section-header {
  margin-bottom: 80px;
}

.changelog-text-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.changelog-text {
  text-align: center;
  margin-bottom: 10px;
}

.body {
  background-color: #0000;
  font-family: Questrial, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.footerlink {
  border-bottom: 1px solid var(--white);
  color: var(--white);
  cursor: pointer;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: Questrial, sans-serif;
  font-size: 13px;
  line-height: 16px;
  text-decoration: none;
  display: block;
}

.footerlink:hover {
  border-bottom-color: var(--grau);
  color: var(--grau);
}

.footerlink.w--current {
  line-height: 16px;
}

.lead {
  letter-spacing: 0;
  column-count: 1;
  column-gap: 5.5%;
  width: auto;
  max-width: 30vw;
  margin-top: 0%;
  margin-bottom: 40px;
  font-family: Questrial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.lead.lauftext {
  max-width: 700px;
  margin-bottom: 60px;
  line-height: 30px;
}

.list-item {
  align-items: flex-start;
  display: flex;
}

.image {
  margin-top: 10px;
  margin-right: 8px;
}

.paragraph {
  font-size: 17px;
  line-height: 25px;
}

.div-logos {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  max-width: 1400px;
  margin-top: 0;
  display: flex;
}

.div-ganz {
  max-width: 1400px;
  margin-bottom: 20px;
  display: flex;
}

.div-ganz.foto, .div-ganz.foto.links {
  width: 100%;
}

.div-ganz.foto.rechts {
  justify-content: flex-end;
  width: 100%;
}

.div-logo {
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.logoblock {
  position: static;
  inset: auto 0% 40px;
}

.success-message-2 {
  color: #fff;
  background-color: #0000;
  padding: 0;
  font-size: 22px;
}

.form-block-2 {
  max-width: none;
  margin-bottom: 0;
  display: block;
}

.error-message-2 {
  background-color: var(--white);
  margin-top: 40px;
  padding-bottom: 10px;
  font-size: 22px;
}

.input {
  border-style: none none solid;
  border-width: 1px;
  border-color: #e3e3e3 #e3e3e3 var(--white);
  color: var(--white);
  background-color: #0000;
  border-radius: 0;
  height: 48px;
  margin-bottom: 40px;
  padding: 10px 20px 10px 0;
  font-family: Questrial, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.input:hover {
  background-color: #0000;
}

.input:focus {
  border-style: none none solid;
  border-width: 1px;
  border-color: #dfa25f #dfa25f var(--white);
  background-color: #0000;
  border-radius: 0;
}

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

.flex-space {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.textlink {
  border-bottom: 1px solid var(--white);
  color: var(--white);
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  justify-content: flex-start;
  align-items: flex-start;
  height: 26px;
  margin-bottom: 4px;
  font-family: Questrial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
  text-decoration: none;
  display: inline;
}

.textlink:hover {
  color: var(--grau);
}

.div-linkblock {
  flex-direction: column;
  align-items: flex-start;
  height: 22px;
  display: flex;
}

.link-line {
  color: #0c0c0c;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px #000;
  align-items: center;
  margin-top: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.link-line.w--current {
  border-width: 1px;
  border-color: #000;
  height: auto;
}

.abstand20 {
  margin-bottom: 20px;
}

.foto {
  width: 100%;
  max-width: none;
}

.foto-75 {
  width: 75%;
  max-width: none;
}

.bold-text {
  font-weight: 400;
  text-decoration: none;
}

.link-2 {
  text-decoration: none;
}

.abdunkler {
  background-color: var(--black);
  opacity: .1;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div {
  flex-wrap: wrap;
  width: 50%;
  margin-top: 20px;
  display: flex;
}

.div.btn {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 0;
  display: inline-block;
}

.div.text {
  width: 55%;
}

.firmen {
  border-bottom: 1px solid var(--white);
  color: var(--white);
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  justify-content: flex-start;
  align-items: flex-start;
  height: 19px;
  margin-bottom: 4px;
  margin-right: 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  text-decoration: none;
  display: inline;
}

.firmen:hover {
  border-bottom-color: var(--grau);
  color: var(--grau);
}

.firmen.w--current {
  margin-bottom: 6px;
  margin-right: 10px;
  font-size: 12px;
  line-height: 16px;
  display: block;
}

.firmen.w--current:hover {
  border-bottom-color: var(--grau);
  color: var(--grau);
}

.abstandoben20 {
  margin-top: 20px;
  display: inline-block;
}

.div-copyright {
  color: var(--white);
  text-align: center;
  letter-spacing: .4px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  text-decoration: none;
  display: flex;
}

.empty-state, .collection-list-wrapper {
  display: flex;
}

.slide-10 {
  overflow: visible;
}

.image-2 {
  margin-bottom: 97px;
  margin-left: 11px;
  margin-right: 11px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.image-3 {
  margin-top: 46px;
  margin-bottom: 103px;
  margin-left: 9px;
}

.image-4 {
  margin-top: 46px;
  margin-bottom: 104px;
  margin-left: 0;
}

.image-5 {
  margin-bottom: 97px;
  margin-left: 11px;
  margin-right: 11px;
}

.div-checkbox {
  width: 100%;
  margin-bottom: 20px;
}

.checkbox-datenschutz {
  border-color: var(--white);
  border-radius: 0;
}

.checkboxtext {
  width: 100%;
}

.textlink-datenschutz {
  border-bottom: 1px solid var(--white);
  color: var(--white);
  text-decoration: none;
}

.div-stoerer {
  z-index: 2;
  background-color: var(--white);
  cursor: pointer;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 100px 100px auto auto;
}

.heading {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
}

.button-home {
  z-index: 2;
  border-bottom-style: none;
  width: 200px;
  height: 200px;
  text-decoration: none;
  position: absolute;
  inset: auto 15% -100px auto;
}

.button-home.praktikant {
  inset: 100px 80px auto auto;
}

.button-home.praktikant.unsichtbar {
  display: none;
}

.buttontext, .buttonimage {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
}

@media screen and (min-width: 1280px) {
  .outlined-btn.no-margin-top.no-margin-right {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section {
    object-fit: fill;
    align-items: center;
    height: auto;
    padding-top: 15%;
    padding-bottom: 15%;
    display: flex;
  }

  .section.space-for-hero-section {
    flex-direction: column;
    height: auto;
  }

  .menu-button {
    margin-right: -20px;
    padding: 20px;
  }

  .navbar {
    height: 100px;
  }

  .p.keinabstand {
    margin-bottom: 0;
  }

  .arrow-btn.right.no-margin-top.no-margin-right.fade-page.invisible {
    display: none;
  }

  .featured-work-bg.load-animation.buero {
    background-image: url('../images/1920x1149px_Uetendorf.jpg');
  }

  .project-body {
    background-color: #0000;
    font-family: Questrial, sans-serif;
    font-size: 16px;
    line-height: 24px;
  }

  .view-more-text {
    font-size: 16px;
    line-height: 22px;
  }

  .footer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 100px;
  }

  .client-logo {
    height: auto;
  }

  .logo {
    width: 60px;
    height: 60px;
  }

  .lead {
    letter-spacing: 0;
    column-count: 1;
    width: auto;
    max-width: 25vw;
    margin-top: 0%;
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 30px;
  }

  .list-item {
    align-items: flex-start;
    display: flex;
  }

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

  .div-logos {
    margin-top: 0;
    display: flex;
  }

  .logoblock {
    position: static;
    bottom: 40px;
  }

  .input:focus {
    border-style: none none solid;
    border-color: black black var(--white);
  }

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

  .textlink {
    border-bottom: 1px solid var(--white);
    margin-bottom: 4px;
  }

  .div-linkblock {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .abstand20 {
    margin-bottom: 20px;
  }

  .firmen {
    border-bottom: 1px solid var(--white);
    color: var(--white);
    margin-bottom: 4px;
  }

  .div-stoerer {
    width: 190px;
    height: 190px;
  }
}

@media screen and (min-width: 1440px) {
  .outlined-btn.no-margin-top.no-margin-right {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section {
    object-fit: fill;
    align-items: center;
    height: auto;
    padding-top: 15%;
    padding-bottom: 15%;
    display: flex;
  }

  .section.space-for-hero-section {
    flex-direction: column;
    height: auto;
  }

  .menu-button {
    margin-right: -20px;
    padding: 20px;
  }

  .navbar {
    height: 100px;
  }

  .p.keinabstand {
    margin-bottom: 0;
  }

  .arrow-btn.right.no-margin-top.no-margin-right.fade-page.invisible {
    display: none;
  }

  .featured-work-bg.load-animation.buero {
    background-image: url('../images/1920x1149px_Uetendorf.jpg');
  }

  .view-more-text {
    font-size: 16px;
    line-height: 22px;
  }

  .footer {
    flex-direction: column;
    justify-content: center;
    height: auto;
    padding-top: 100px;
  }

  .client-logo {
    height: auto;
  }

  .logo {
    width: 60px;
    height: 60px;
  }

  .lead {
    letter-spacing: 0;
    column-count: 1;
    width: auto;
    max-width: 25vw;
    margin-top: 0%;
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 30px;
  }

  .list-item {
    align-items: flex-start;
    display: flex;
  }

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

  .div-logos {
    margin-top: 0;
    display: flex;
  }

  .div-ganz.foto {
    max-width: 1400px;
  }

  .logoblock {
    position: static;
    inset: auto 0% 40px;
  }

  .input:hover {
    background-color: #0000;
  }

  .input:focus {
    border-style: none none solid;
    border-bottom-color: var(--white);
    background-color: #0000;
  }

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

  .textlink {
    border-bottom: 1px solid var(--white);
  }

  .div-linkblock {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .abstand20 {
    margin-bottom: 20px;
  }

  .div {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .firmen {
    border-bottom: 1px solid var(--white);
    color: var(--white);
  }

  .firmen.w--current {
    display: block;
  }
}

@media screen and (min-width: 1920px) {
  .button-subtitle {
    font-size: 16px;
    line-height: 22px;
  }

  .outlined-btn.no-margin-top.no-margin-right {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section {
    align-items: center;
    height: auto;
    padding-top: 15%;
    padding-bottom: 15%;
    display: flex;
  }

  .section.space-for-hero-section {
    flex-direction: column;
    justify-content: center;
    height: auto;
  }

  .menu-button {
    margin-right: -20px;
    padding: 20px;
  }

  .navbar {
    height: 100px;
  }

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

  .hero-right {
    opacity: .9;
  }

  .p {
    max-width: 22vw;
  }

  .p.keinabstand {
    margin-bottom: 0;
    margin-left: 0;
  }

  .arrow-btn.right.no-margin-top.no-margin-right.fade-page.invisible {
    display: none;
  }

  .slider {
    cursor: auto;
  }

  ._w-slider-arrow-left, ._w-slider-arrow-right {
    cursor: pointer;
  }

  .project-rich-text p {
    font-size: 16px;
    line-height: 22px;
  }

  .featured-work-bg.load-animation.buero {
    background-image: url('../images/1920x1149px_Uetendorf.jpg');
  }

  .featured-work-bg.load-animation.kontakt {
    background-image: url('../images/1920x1149px_kontakt.jpg');
  }

  .view-more-text {
    font-size: 16px;
    line-height: 22px;
  }

  .footer {
    flex-direction: column;
    justify-content: center;
    height: auto;
    padding-top: 100px;
  }

  .copyright-text {
    font-size: 12px;
    line-height: 16px;
  }

  .client-logo {
    height: auto;
  }

  .muted-text {
    font-size: 14px;
    line-height: 20px;
  }

  .logo {
    width: 60px;
    height: 60px;
  }

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

  .footerlink {
    font-size: 12px;
  }

  .lead {
    letter-spacing: 0;
    column-count: 1;
    width: auto;
    max-width: 20vw;
    margin-top: 0%;
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 30px;
  }

  .list-item {
    align-items: flex-start;
    display: flex;
  }

  .image {
    margin-top: 10px;
    display: block;
  }

  .div-logos {
    justify-content: center;
    width: 100%;
    margin-top: 0;
    display: flex;
    position: static;
    inset: auto 0% 0%;
  }

  .div-ganz {
    display: flex;
  }

  .div-logo {
    cursor: pointer;
  }

  .logoblock {
    margin-top: 100px;
    position: static;
    inset: auto 0% 40px;
  }

  .input:hover {
    background-color: #0000;
  }

  .input:focus {
    border-style: none none solid;
    border-width: 1px;
    border-bottom-color: var(--white);
    background-color: #0000;
  }

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

  .textlink {
    border-bottom: 1px solid var(--white);
    margin-bottom: 3px;
  }

  .div-linkblock {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    display: flex;
  }

  .abstand20 {
    margin-bottom: 20px;
  }

  .firmen {
    border-bottom: 1px solid var(--white);
    color: var(--white);
    margin-bottom: 3px;
    line-height: 26px;
  }

  .div-copyright {
    font-size: 12px;
    line-height: 16px;
  }
}

@media screen and (max-width: 991px) {
  .heading-block {
    margin-bottom: 16px;
  }

  .style-guide-block-title {
    padding-left: 88px;
    padding-right: 88px;
  }

  .color-block-wrapper {
    width: 25%;
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .style-guide-title {
    font-size: 22px;
    line-height: 30px;
  }

  .style-guide-block-wrapper {
    margin-bottom: 64px;
  }

  .style-guide-block {
    padding: 64px 88px;
  }

  .color-title {
    font-size: 12px;
  }

  .spitzmarke.small {
    font-size: 12px;
    line-height: 18px;
  }

  .colors-wrapper {
    align-items: flex-end;
  }

  .button-block-wrapper {
    width: 100%;
    margin-bottom: 24px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .nav-link-wrap {
    font-size: 12px;
    line-height: 18px;
  }

  .menu-button {
    background-color: #0000;
    flex-direction: column;
    display: flex;
  }

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

  .nav-menu {
    flex-direction: row;
    flex: none;
    justify-content: space-around;
  }

  .hero-left {
    justify-content: center;
    height: 100%;
  }

  .hero-right {
    width: 100%;
    height: 30%;
    top: auto;
    left: 0;
  }

  .hero-title-wrapper {
    justify-content: space-between;
    align-items: center;
    inset: 120px 10% auto 20%;
    transform: none;
  }

  .hero-title-wrapper.project-page.featured-work {
    margin-top: 40px;
  }

  .h1 {
    font-size: 9vw;
    line-height: 11vw;
  }

  .slide-number {
    font-size: 16px;
    line-height: 22px;
    display: block;
  }

  .slide-number.small {
    font-size: 12px;
    line-height: 18px;
  }

  .p {
    max-width: 100%;
  }

  .arrow-link {
    font-size: 13px;
    line-height: 15px;
  }

  ._w-slider-arrow-left {
    margin-top: 0;
    padding: 4px 4px 4px 8px;
    display: block;
    bottom: 2%;
    left: 4%;
    transform: none;
  }

  ._w-slider-arrow-right {
    padding: 4px 4px 4px 8px;
    display: block;
    bottom: 2%;
    left: auto;
    right: 4%;
    transform: none;
  }

  .arrow-wrap.up, .arrow-wrap.down {
    display: none;
  }

  .arrow-extension.right {
    width: 80px;
  }

  .h2 {
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 48px;
  }

  .featured-work-link-block.featured-projects {
    min-height: 40vh;
  }

  .cross-icon {
    margin-right: 6px;
  }

  .nav-link-wrap-2 {
    float: left;
  }

  .mobile-arrows {
    display: block;
  }

  .style-guide-title-2 {
    font-size: 22px;
    line-height: 30px;
  }

  .lead {
    max-width: none;
  }

  .text-block {
    font-size: 16px;
    line-height: 22px;
  }

  .logoblock {
    margin-top: 100px;
  }

  .textlink {
    justify-content: flex-start;
  }

  .link-line {
    transform-origin: 0%;
    border-bottom-style: none;
    display: inline-block;
  }

  .abdunkler {
    width: 100%;
    height: 30%;
    inset: auto 0% 0%;
  }

  .div {
    flex-wrap: wrap;
    width: 100%;
  }

  .div.text {
    width: 100%;
  }

  .firmen {
    text-align: left;
    justify-content: flex-start;
    font-weight: 400;
  }

  .button-home {
    width: 130px;
    height: 130px;
    bottom: -50px;
    right: 160px;
  }

  .button-home.praktikant {
    top: auto;
    bottom: 100px;
    right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .style-guide-block-title {
    padding: 16px 72px;
  }

  .color-block-wrapper {
    width: 100%;
    margin: 16px 0;
  }

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

  .outlined-btn.no-margin-top.no-margin-right {
    font-size: 16px;
    line-height: 24px;
  }

  .style-guide-title {
    font-size: 18px;
    line-height: 24px;
  }

  .style-guide-block-wrapper {
    margin-bottom: 48px;
  }

  .style-guide-block {
    padding: 48px 72px;
  }

  .spitzmarke {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
  }

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

  .section {
    height: auto;
    padding: 140px 40px;
  }

  .section.space-for-hero-section {
    flex-direction: column;
    height: auto;
  }

  .button-block-wrapper {
    width: 100%;
    margin-bottom: 32px;
  }

  .nav-link-wrap {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .navbar {
    height: 80px;
    padding-left: 20px;
    padding-right: 40px;
  }

  .brand, .brand.w--current {
    padding-left: 0;
  }

  .nav-menu {
    height: 50vh;
  }

  .hero-title-wrapper {
    top: 100px;
    left: 40px;
    right: 40px;
  }

  .h1 {
    margin-bottom: 40px;
  }

  .hero-title-wrap {
    margin-top: 0;
  }

  .slide-number {
    font-size: 14px;
    line-height: 20px;
  }

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

  .half-div.phone-full {
    width: 100%;
  }

  .half-div.foto-links {
    width: 100%;
    margin-bottom: 20px;
  }

  .half-div.foto-rechts {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .project-rich-text p {
    letter-spacing: .2px;
    font-size: 12px;
    line-height: 18px;
  }

  .nav-btn-wrapper {
    padding-top: 25px;
    padding-right: 40px;
  }

  .footer {
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .client-logo {
    width: 80px;
  }

  .utility-title {
    font-size: 26px;
    line-height: 32px;
  }

  .logo {
    width: 50px;
    height: 50px;
  }

  .style-guide-title-2 {
    font-size: 18px;
    line-height: 24px;
  }

  .changelog-text-container {
    flex-direction: column;
  }

  .lead.lauftext {
    font-size: 19px;
    line-height: 29px;
  }

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

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

  .div-ganz.foto {
    flex-direction: column;
    margin-bottom: 0;
  }

  .div-ganz.foto.links, .div-ganz.foto.rechts {
    margin-bottom: 20px;
  }

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

  .textlink {
    font-size: 16px;
    line-height: 26px;
  }

  .link-line, .link-line.w--current {
    display: inline-block;
  }

  .foto-75 {
    width: 100%;
    max-width: 100%;
  }

  .div-copyright {
    text-align: center;
    justify-content: flex-start;
  }

  .div-stoerer {
    width: 110px;
    height: 110px;
    inset: auto 30px 10% auto;
  }

  .heading {
    font-size: 26px;
  }

  .button-home {
    width: 120px;
    height: 120px;
    bottom: -60px;
    left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .style-guide-block {
    padding-left: 48px;
    padding-right: 48px;
  }

  .spitzmarke.small {
    margin-left: 0;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar {
    background-color: var(--black);
    padding-right: 20px;
  }

  .brand.w--current {
    justify-content: flex-start;
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .hero-title-wrapper {
    left: 20px;
    right: 20px;
  }

  .hero-title-wrapper.project-page.featured-work {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    margin-top: 10px;
    display: flex;
    transform: none;
  }

  .hero-title-wrap {
    position: static;
  }

  .hero-title-wrap.load-animation {
    justify-content: center;
  }

  .slide-number {
    font-size: 10px;
    line-height: 16px;
  }

  .slide-number.small {
    flex: none;
    font-size: 10px;
    line-height: 16px;
  }

  .arrow-btn.left.no-margin-top.no-margin-right.fade-page {
    flex: none;
  }

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

  ._w-slider-arrow-left, ._w-slider-arrow-right {
    bottom: 10px;
  }

  .arrow-icon.up {
    width: 3.5vw;
  }

  .arrow-icon.down {
    flex: none;
    width: 3.5vw;
  }

  .arrow-icon.right, .arrow-icon.left {
    height: 3.5vw;
  }

  .arrow-wrap {
    padding-left: 18vw;
  }

  .arrow-wrap.up, .arrow-wrap.down {
    flex: none;
    padding-left: 0;
  }

  .arrow-wrap.right {
    padding-left: 18vw;
  }

  .arrow-wrap.right.btn {
    justify-content: flex-end;
    padding-left: 18vw;
  }

  .arrow-wrap.left {
    flex: none;
    padding-left: 0;
    padding-right: 18vw;
  }

  .arrow-extension {
    width: 18px;
  }

  .arrow-extension.vertical.up, .arrow-extension.vertical.down {
    height: 18vw;
  }

  .arrow-extension.right, .arrow-extension.left {
    width: 18vw;
  }

  .half-div.phone-full, .half-div.foto-links, .half-div.foto-rechts {
    width: 100%;
  }

  .featured-work {
    float: left;
  }

  .featured-work-link-block.featured-projects {
    flex-direction: column;
    display: flex;
  }

  .nav-btn-wrapper {
    padding-top: 25px;
    padding-right: 20px;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .nav-link-wrap-2 {
    float: left;
    clear: left;
    margin-bottom: 8px;
  }

  .client-logo {
    width: 65px;
  }

  .text-field {
    border-radius: 0;
  }

  .source-link {
    text-align: center;
  }

  .body {
    background-color: #000;
  }

  .footerlink {
    margin-right: 10px;
  }

  .lead {
    column-count: 1;
  }

  .div-logo {
    margin-left: 8px;
    margin-right: 8px;
  }

  .link-line, .link-line.w--current {
    display: inline-block;
  }

  .button-home {
    left: 20px;
    right: auto;
  }
}


