:root {
  --text-schwarz: #242424;
  --9d3571: #1e015e;
  --nav-bar-bg\<deleted\|variable-13eee720\>: #3b3b3b;
  --tuerkis: #199e91;
  --pfeile: #a3a1a1;
  --black: black;
  --white: white;
  --medium-blue: #000eac;
  --gainsboro: #dfdede;
  --orange-red: #c4c4c4;
}

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

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

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

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

body {
  color: var(--text-schwarz);
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  transition: opacity .4s;
  position: relative;
}

.body {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  font-family: Roboto, Arial, sans-serif;
  font-weight: 300;
  position: relative;
}

.heading {
  color: #fff;
  margin-top: 23px;
  font-size: 25px;
  font-weight: 300;
}

.navbar-webdesign {
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.section-home {
  z-index: auto;
  background-color: var(--9d3571);
  text-align: center;
  object-fit: fill;
  border: 1px #000;
  border-radius: 1px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  margin-top: 0;
  font-family: Roboto, Arial, sans-serif;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.container-home {
  text-align: center;
  max-width: 100%;
  margin-top: 92px;
  padding-top: 117px;
  font-family: Roboto, Arial, sans-serif;
  line-height: 25px;
  position: relative;
  overflow: hidden;
}

.textlink-webdesign {
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Roboto, Arial, sans-serif;
  display: inline-block;
}

.brand-text {
  color: #fff;
  margin-top: 26px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-decoration: none;
}

.nav-link {
  color: #fff;
  padding: 47px 37px;
  display: inline-block;
}

.nav-link:hover {
  color: #fff;
  background-color: #f53c0d;
}

.nav-link:active {
  color: #fff;
  background-color: #000;
}

.nav-link:focus {
  color: #fff;
}

.nav-link.w--current {
  color: #fff;
  padding: 47px 37px;
}

.nav-link.w--current:hover {
  background-color: #f53c0d;
}

.navbar {
  z-index: 999;
  background-color: var(--nav-bar-bg\<deleted\|variable-13eee720\>);
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.nav-link-2 {
  color: #fff;
  padding-top: 35px;
  padding-bottom: 31px;
  font-family: "Roboto v18 latin 300";
}

.nav-link-2:hover {
  color: #000;
  background-color: #fff;
}

.nav-link-2:active, .nav-link-2:focus {
  color: #fff;
}

.nav-link-2.impressum {
  background-color: rgba(255, 255, 255, 0);
  font-family: Roboto, Arial, sans-serif;
}

.nav-link-2.impressum:hover {
  background-color: var(--tuerkis);
  color: #fff;
}

.nav-link-2.impressum.w--current {
  color: #fff;
}

.nav-link-2.impressum.w--current:hover {
  background-color: var(--tuerkis);
}

.nav-link-2.kontakt {
  background-color: rgba(255, 255, 255, 0);
  justify-content: center;
  align-items: center;
  font-family: Roboto, Arial, sans-serif;
  display: flex;
}

.nav-link-2.kontakt:hover {
  background-color: var(--tuerkis);
  color: #fff;
}

.nav-link-2.kontakt.w--current {
  color: #fff;
}

.nav-link-2.kontakt.w--current:hover {
  background-color: var(--tuerkis);
}

.navbar-2 {
  background-color: #000;
  border-bottom: 1px solid #fff;
  justify-content: center;
  align-items: center;
  font-family: Roboto, Arial, sans-serif;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.container-webseiten {
  text-align: center;
  margin-top: 0;
  margin-bottom: 75px;
  padding-top: 101px;
}

.container-webseiten.web {
  margin-bottom: 12px;
}

.menu-button {
  font-family: Roboto, Arial, sans-serif;
  display: block;
}

.brand {
  padding-top: 4px;
}

.brand.w--current {
  margin-top: 0;
  padding-top: 7px;
}

.section-web {
  cursor: auto;
  background-color: #7a7a7a;
  border-style: none;
  border-top-width: 3px;
  border-top-color: #000;
  border-bottom-width: 3px;
  border-bottom-color: #000;
  height: 100%;
  max-height: 100%;
  font-family: Roboto, Arial, sans-serif;
  position: relative;
  overflow: hidden;
}

.text-span-7 {
  padding-top: 18px;
  padding-bottom: 0;
  display: inline-block;
}

.heading-5 {
  margin-top: 0;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 300;
}

.paragraph-6 {
  margin-bottom: 21px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 36px;
}

.paragraph-6.web {
  color: var(--white);
}

.section-print {
  background-color: var(--9d3571);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, Arial, sans-serif;
  line-height: 22px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-beschriftung {
  background-color: silver;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, Arial, sans-serif;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-11 {
  background-color: rgba(0, 0, 0, 0);
  width: auto;
  height: auto;
  display: block;
}

.lightbox-trigger {
  background-color: var(--tuerkis);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 260px;
  display: flex;
}

.container-beschriftung {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding-top: 0;
  display: flex;
  position: relative;
}

.heading-beschriftung {
  margin-top: -62px;
  font-weight: 300;
  display: inline-block;
}

.lightbox-image {
  border-radius: 8px;
  transition: opacity .6s;
  display: block;
}

.lightbox-image:hover {
  border: 1px solid var(--medium-blue);
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  display: block;
}

.lightbox-modal {
  z-index: 999;
  opacity: 0;
  background-color: #fff;
  flex-flow: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 134px;
  padding-bottom: 111px;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: visible;
}

.text-span-9 {
  padding-top: 0;
  font-family: Roboto, Arial, sans-serif;
}

.container-print {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section-footer {
  z-index: 333;
  background-color: #000;
  font-family: Roboto, Arial, sans-serif;
  position: relative;
  overflow: visible;
}

.flex-container-start {
  z-index: 33;
  perspective: 2000px;
  text-align: center;
  flex-flow: row;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  margin-top: 200px;
  padding-top: 14px;
  font-family: Roboto, Arial, sans-serif;
  display: flex;
  position: relative;
  transform: perspective(1392px);
}

.heading-medien {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, Arial, sans-serif;
  font-size: 25px;
  font-weight: 300;
  text-decoration: none;
  display: block;
  position: static;
}

.link-block-media {
  text-align: center;
  cursor: pointer;
  width: 100%;
  display: block;
  position: relative;
}

.link-block-media._1 {
  background-color: var(--tuerkis);
  background-color: var(--tuerkis);
  border-radius: 50%;
  width: 113px;
  height: 113px;
  display: block;
}

.link-block-media._2 {
  background-color: var(--tuerkis);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 260px;
  display: flex;
}

.link-block-media._3 {
  background-color: var(--tuerkis);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 260px;
  font-family: Roboto, Arial, sans-serif;
  display: flex;
}

.link-block-media._1 {
  background-color: var(--tuerkis);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 260px;
  transition: opacity .2s;
  display: flex;
}

.div-block-medien {
  flex: 0 auto;
  margin-left: 37px;
  margin-right: 37px;
}

.div-block-medien._2, .div-block-medien.print, .div-block-medien.web {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Roboto, Arial, sans-serif;
  display: flex;
  position: relative;
}

.paragraph-16 {
  clear: none;
  color: #a3a1a1;
  text-align: center;
  border-right: 1px solid #000;
  margin-top: 65px;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Roboto, Arial, sans-serif;
  position: relative;
}

.lightbox-print-div {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.lightbox-beschriftung-div {
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: none;
}

.lightbox-trigger-bulli {
  background-color: var(--tuerkis);
  perspective: 2000px;
  perspective-origin: 50%;
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 260px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-kontakt {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 12px;
  text-decoration: none;
  display: flex;
}

.paragraph-17 {
  text-align: left;
  margin-bottom: 74px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 20px;
  line-height: 2;
}

.nav-menu {
  padding-top: 0;
  padding-bottom: 0;
}

.link-6 {
  color: #fff;
  font-family: Roboto, Arial, sans-serif;
  text-decoration: none;
}

.link-6:hover {
  color: #a3a1a1;
}

.link-6:active {
  color: #dfdede;
}

.link-datenschutz {
  color: #fff;
  font-family: Roboto, Arial, sans-serif;
  text-decoration: none;
}

.link-datenschutz:hover {
  color: #a3a1a1;
  text-decoration: none;
}

.link-datenschutz:active {
  color: #dfdede;
}

.link-datenschutz:focus {
  text-decoration: none;
}

.nav-bar {
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.body-4 {
  color: #000;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400;
}

.link-webseiten {
  color: #000;
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  transition: font-size .575s cubic-bezier(.175, .885, .32, 1.275);
}

.link-webseiten:hover {
  color: var(--white);
  font-size: 17px;
}

.text-span-25 {
  margin-right: 0;
  padding-right: 0;
  font-weight: 400;
}

.text-span-26 {
  margin-right: 11px;
}

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

.headings {
  font-family: Roboto, Arial, sans-serif;
}

.link-lightbox {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding-bottom: 14px;
  display: block;
}

.grid {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
  padding-bottom: 105px;
}

.brand-2 {
  width: 450px;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.container-7 {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.link22 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 37px 31px;
  text-decoration: none;
}

.link22:hover {
  background-color: var(--tuerkis);
  border-radius: 0%;
}

.link22.w--current {
  opacity: 1;
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  padding-top: 38px;
  padding-bottom: 38px;
  text-decoration: none;
}

.link22.w--current:hover {
  background-color: var(--tuerkis);
  transform: none;
}

.link22.w--open {
  padding-left: 43px;
  padding-right: 43px;
}

.image-17 {
  padding-top: 35px;
  padding-left: 12px;
  padding-right: 0;
}

.nav-menu-2 {
  text-decoration: none;
  display: block;
}

.anchor-home {
  font-family: Roboto, Arial, sans-serif;
  position: absolute;
  top: -94px;
  left: 0;
}

.anchor-web {
  position: absolute;
  top: -71px;
  left: 0;
}

.anchor-druck {
  position: absolute;
  top: -72px;
  left: 0;
}

.anchor-beschriftung {
  position: absolute;
  top: -71px;
  left: 0;
}

.button-services {
  border: 2px none var(--white);
  color: var(--text-schwarz);
  letter-spacing: 1px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  margin-top: 71px;
  padding: 11px 34px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 19px;
  font-weight: 400;
  transition: background-color .325s cubic-bezier(.655, .231, .355, 1);
  box-shadow: -1px 0 3px #b1b1b1, 4px 4px 14px -7px #949494;
}

.button-services:hover {
  opacity: 1;
  background-color: rgba(25, 158, 145, .35);
}

.button-services.web {
  box-shadow: none;
  text-align: center;
  cursor: pointer;
  background-color: #bebdbd;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 201px;
  margin-top: 20px;
  margin-bottom: 0;
  line-height: 24px;
  display: flex;
}

.button-services.web:hover {
  background-color: var(--tuerkis);
  box-shadow: none;
  color: #fff;
  border-radius: 8px;
}

.button-services.print {
  cursor: pointer;
  background-color: #b6b6b6;
  width: 201px;
  margin-top: 45px;
  margin-bottom: 0;
  box-shadow: -1px 0 3px #b1b1b1, 4px 4px 14px -7px #949494;
}

.button-services.print:hover {
  color: #fff;
  background-color: rgba(25, 158, 145, .58);
}

.button-services.beschrift {
  cursor: pointer;
  background-color: #e6e6e6;
  width: 201px;
  margin-top: 45px;
  margin-bottom: 40px;
  box-shadow: -1px 0 3px #b1b1b1, 4px 4px 14px -7px #949494;
}

.button-services.beschrift:hover {
  color: #fff;
  background-color: rgba(25, 158, 145, .58);
}

.button-services.beschr {
  box-shadow: none;
  color: var(--white);
  text-align: center;
  cursor: pointer;
  background-color: #949494;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 201px;
  margin-top: 20px;
  margin-bottom: 0;
  line-height: 24px;
  display: flex;
}

.button-services.beschr:hover {
  background-color: var(--tuerkis);
  box-shadow: none;
  color: #fff;
  border-radius: 8px;
}

.section-kontakt-copy {
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  margin-bottom: 40px;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Roboto, Arial, sans-serif;
  display: block;
  position: relative;
  overflow: hidden;
}

.anchor-kontakt {
  position: absolute;
  top: -71px;
  left: 0;
}

.container-8 {
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container-9 {
  margin-top: 141px;
}

.navbar-4 {
  z-index: 1111;
  border-bottom: 1px solid var(--white);
  background-color: #000;
  margin-top: 0;
  font-family: Roboto, Arial, sans-serif;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.navbar-4.zwei {
  z-index: 111;
  background-color: var(--tuerkis);
  display: block;
  position: relative;
  top: -11%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image-19 {
  margin-top: 16px;
  padding-top: 20px;
  font-family: Roboto, Arial, sans-serif;
}

.image-19.mobile {
  display: none;
}

.nav-link-home {
  color: #fff;
  letter-spacing: 2px;
  padding-top: 36px;
  padding-bottom: 36px;
  font-family: Roboto, Arial, sans-serif;
  text-decoration: none;
  transition: background-color .3s cubic-bezier(.645, .045, .355, 1);
}

.nav-link-home:hover {
  background-color: var(--tuerkis);
  color: #fff;
}

.nav-link-home.w--current {
  color: #fff;
  background-color: rgba(25, 158, 145, .81);
  text-decoration: none;
}

.nav-link-home.w--current:hover {
  background-color: var(--tuerkis);
  color: #fff;
  font-weight: 400;
}

.menu-button-4 {
  font-family: Roboto, Arial, sans-serif;
}

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

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

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

.brand-mobile {
  display: block;
}

.heading-print {
  margin-top: -62px;
  font-weight: 300;
  display: inline-block;
}

.text-span-29 {
  font-size: 21px;
}

.div-block-13 {
  margin-top: 93px;
}

.text-block-3 {
  margin-top: 0;
  padding-top: 0;
  padding-left: 25px;
  padding-right: 26px;
  font-family: Roboto, Arial, sans-serif;
}

.container-11 {
  margin-top: 149px;
}

.text-span-30 {
  font-size: 21px;
}

.paragraph-18 {
  font-family: Roboto, Arial, sans-serif;
}

.nav-menu-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-12._2 {
  background-color: #000;
}

.image-web, .image-print, .image-beschr {
  position: relative;
  top: auto;
}

.image-21 {
  width: 200%;
  max-width: 200%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 4px;
}

.nav-menu-4 {
  font-family: Roboto, Arial, sans-serif;
}

.paragraph-beschreibung {
  margin-top: 10px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.8em;
}

.bold-text {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
}

.bold-text-2 {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400;
}

.text-span-32, .text-span-33 {
  font-family: Roboto, Arial, sans-serif;
}

.hea {
  font-size: 1.6rem;
}

.bold-text-3 {
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.container-13, .body-5 {
  font-family: Roboto, Arial, sans-serif;
}

.body-6, .body-7 {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 300;
}

.body-8 {
  font-family: Roboto, Arial, sans-serif;
}

.ionos-div-block {
  text-align: center;
  height: 7vh;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  flex-direction: column;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
  font-family: Bitter, serif;
  font-weight: 400;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.lightbox-link {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 222px;
  margin-top: 77px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.lightbox-link:hover {
  opacity: 1;
}

.div-block-14 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-24 {
  opacity: 1;
  background-color: #fff;
  margin-bottom: 22px;
  text-decoration: none;
  transition: opacity .475s;
  display: block;
  position: absolute;
}

.image-24:hover {
  opacity: .39;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(red, red);
  background-clip: border-box;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  margin-bottom: 115px;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

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

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

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

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.heading-6 {
  font-weight: 300;
}

.section {
  height: 333px;
  margin-bottom: 31px;
}

.section-2 {
  height: 444px;
}

.headings-h2 {
  color: #fff;
  margin-top: 0;
  font-weight: 300;
}

.headings-h2.sign {
  color: #1f1f1f;
}

.headings-h2.kontakt {
  color: var(--black);
  text-align: center;
  margin-top: 72px;
  margin-bottom: 0;
}

.heading-h3 {
  color: #fff;
  margin-bottom: 28px;
  font-size: 22px;
  font-weight: 300;
  line-height: 42px;
}

.heading-h3.sign {
  color: #1f1f1f;
}

.link-block {
  background-color: var(--tuerkis);
  width: 100%;
  height: 200px;
  margin-top: 47px;
  display: flex;
}

.video-icon {
  height: 16px;
}

.video-timeline-empty {
  background-color: #fff;
  width: 100%;
  height: 4px;
}

.video-box {
  border-radius: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: 0 0 17px 1px rgba(0, 0, 0, .29);
}

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

.volume-level-fill {
  background-color: #f40103;
  width: 50%;
  height: 100%;
  position: relative;
}

.video-volume {
  z-index: 2;
  opacity: .66;
  justify-content: flex-start;
  align-items: center;
  width: 0;
  margin-left: -5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-volume:hover {
  opacity: 1;
}

.volume-level {
  cursor: pointer;
  align-items: center;
  width: 100px;
  height: 15px;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
}

.video-button {
  opacity: .66;
  color: #fff;
  cursor: pointer;
  flex: none;
  justify-content: center;
  align-items: center;
  max-height: 30px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  position: relative;
}

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

.video-button.extend-right-padding {
  margin-right: 0;
  padding-right: 10px;
}

.video-timeline {
  opacity: .66;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 3px;
  padding-top: 7px;
  padding-bottom: 7px;
  display: flex;
}

.video-timeline:hover {
  opacity: 1;
}

.video-play-target {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.video-wrapper {
  background-color: #000;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.video-level-dot {
  background-color: #f40103;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  position: absolute;
  top: -3px;
  bottom: 0%;
  left: auto;
  right: -3px;
}

.video-timeline-fill {
  background-color: red;
  width: 1%;
  height: 100%;
  position: relative;
}

.video-volume-controls {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.video-controls {
  z-index: 2;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .66) 100%, rgba(255, 255, 255, 0));
  width: 100%;
  padding: 15px 10px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.volume-level-empty {
  background-color: #fff;
  width: 100px;
  height: 3px;
}

.video-flex {
  align-items: center;
  display: flex;
}

.video-inner-wrapper {
  flex: 1;
}

.text-span-35 {
  font-size: 22px;
  font-weight: 400;
}

.text-span-36 {
  color: var(--9d3571);
  font-weight: 400;
}

.circle {
  filter: blur(40px);
  background-color: #833ab4;
  border-radius: 100vw;
  width: 90vw;
  height: 90vh;
  position: absolute;
}

.circle.purple {
  aspect-ratio: 1;
  opacity: 1;
  filter: blur(86%);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: hard-light;
  object-fit: fill;
  background-color: rgba(255, 255, 255, .13);
  background-clip: border-box;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 75vw;
  height: 75vh;
  display: flex;
  position: absolute;
  top: 13%;
  bottom: 0%;
  left: 10%;
  right: 10%;
  overflow: visible;
}

.circle.red {
  background-color: rgba(90, 90, 90, .14);
  top: 15%;
  bottom: auto;
  left: auto;
  right: -25%;
}

.circle.orange {
  -webkit-text-fill-color: inherit;
  background-color: rgba(131, 58, 180, .22);
  background-clip: border-box;
  top: auto;
  bottom: -25%;
  left: auto;
  right: -25%;
  overflow: hidden;
}

.circle.yellow {
  background-color: rgba(184, 178, 190, .03);
  top: auto;
  bottom: -25%;
  left: -25%;
  right: auto;
}

.navbar-4-copy {
  z-index: 999;
  border-bottom: 1px solid var(--white);
  background-color: var(--tuerkis);
  margin-top: 0;
  font-family: Roboto, Arial, sans-serif;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-div-block {
  background-color: #bb1818;
}

.section-test {
  background-color: #007177;
  width: 100vw;
  height: 666px;
}

.block {
  z-index: 11;
  background-color: #750b0d;
  width: 100vw;
  height: 150px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-block-15 {
  background-color: rgba(27, 141, 92, .37);
  width: 100vw;
  height: 88vh;
}

.container-15 {
  height: 888px;
}

.hero-stack {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

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

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

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

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.container-17 {
  background-color: #d51b1b;
  width: 100%;
  height: 2rem;
}

.section-hero {
  aspect-ratio: auto;
  filter: brightness(200%);
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-clip: border-box;
  border-radius: 1px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.image-25 {
  opacity: 1;
  mix-blend-mode: normal;
  object-fit: fill;
  background-image: radial-gradient(circle closest-side, #fff, #000);
  border-radius: 100%;
  width: 23%;
  margin-top: 0;
  transition: opacity;
}

.section-hero1 {
  z-index: auto;
  text-align: center;
  object-fit: fill;
  background-color: #000;
  border: 1px #000;
  border-radius: 1px;
  flex-wrap: nowrap;
  justify-content: flex-end;
  width: 100vw;
  height: 100vh;
  margin-top: 0;
  font-family: Roboto, Arial, sans-serif;
  display: none;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.flex-container-hero1 {
  z-index: auto;
  perspective: 2000px;
  text-align: center;
  flex-flow: row;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  font-family: Roboto, Arial, sans-serif;
  display: flex;
  position: relative;
  transform: perspective(1392px);
}

.div-block-text-webdesign {
  flex: 0 auto;
  width: 50%;
  margin-left: 37px;
  margin-right: 37px;
  position: relative;
  overflow: hidden;
}

.div-block-text-webdesign._2, .div-block-text-webdesign.print, .div-block-text-webdesign.web {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Roboto, Arial, sans-serif;
  display: flex;
  position: relative;
}

.heading-medien-copy {
  z-index: 222;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 65px;
  font-weight: 700;
  text-decoration: none;
  display: block;
  position: absolute;
  top: 40px;
}

.link-block-hero1-text {
  z-index: 333;
  text-align: center;
  cursor: pointer;
  width: 40em;
  height: 100px;
  text-decoration: none;
  display: block;
  position: relative;
}

.link-block-hero1-text._1 {
  background-color: var(--tuerkis);
  background-color: var(--tuerkis);
  border-radius: 50%;
  width: 113px;
  height: 113px;
  display: block;
}

.link-block-hero1-text._2 {
  background-color: var(--tuerkis);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 260px;
  display: flex;
}

.link-block-hero1-text._3 {
  background-color: var(--tuerkis);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 260px;
  font-family: Roboto, Arial, sans-serif;
  display: flex;
}

.link-block-hero1-text._1 {
  background-color: var(--tuerkis);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 260px;
  transition: opacity .2s;
  display: flex;
}

.div-block-hero1-bild {
  flex: 0 auto;
  width: 50%;
  margin-left: 37px;
  margin-right: 37px;
}

.div-block-hero1-bild._2, .div-block-hero1-bild.print, .div-block-hero1-bild.web {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Roboto, Arial, sans-serif;
  display: flex;
  position: relative;
}

.image-26 {
  opacity: .66;
  filter: hue-rotate(103deg);
  mix-blend-mode: overlay;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link-3:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

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

.heading-9 {
  text-align: left;
  white-space: normal;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}

.logo-medienwerkstatt-desktop {
  width: 28.5em;
  margin-top: 6px;
  padding-top: 0;
  font-family: Roboto, Arial, sans-serif;
  display: block;
}

.logo-medienwerkstatt-desktop.mobile {
  display: none;
}

.logo-medienwerkstatt-mobile {
  margin-top: 16px;
  padding-top: 20px;
  font-family: Roboto, Arial, sans-serif;
}

.logo-medienwerkstatt-mobile.mobile {
  display: none;
}

.bold-text-4 {
  font-family: Roboto Webfont, sans-serif;
  font-weight: 700;
}

.bold-text-5 {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
}

.bold-text-6, .bold-text-7 {
  font-family: Roboto Webfont, sans-serif;
  font-weight: 700;
}

.section-header {
  z-index: 999;
  border-bottom: 1px solid var(--white);
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: 85px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container-header {
  justify-content: center;
  align-items: center;
  display: block;
}

.logo-medienwerk-mobil {
  display: none;
}

.button-top {
  z-index: 8888;
  background-color: var(--tuerkis);
  border-radius: 50%;
  justify-content: flex-end;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: auto;
  right: -3%;
  overflow: hidden;
}

.heading-5-contact {
  color: #424242;
  margin-top: 0;
  font-family: Roboto, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}

.button {
  direction: ltr;
  text-transform: uppercase;
  column-count: 0;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  text-decoration: none;
}

.back-to-top-wrapper {
  z-index: 9999;
  background-color: #189e91;
  border-radius: 50%;
  justify-content: flex-end;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: 0;
  transition: border-radius .325s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0;
  overflow: hidden;
}

.back-to-top-wrapper:hover {
  background-color: var(--tuerkis);
  background-image: none;
  border-radius: 50%;
  margin-right: 0;
  right: 0;
}

.back-to-top-link {
  z-index: 888;
  background-color: var(--tuerkis);
  background-image: url('../images/Pfeil-oben-weiss-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
  border-radius: 50%;
  justify-content: flex-end;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: border-radius .2s;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 2%;
  left: auto;
  right: 1%;
  overflow: hidden;
}

.back-to-top-link:hover {
  opacity: .82;
  mix-blend-mode: normal;
  border-radius: 10%;
}

.back-to-top-wrapper-2 {
  background-color: #aaa;
  justify-content: flex-end;
  align-items: center;
  width: 85px;
  height: 85px;
  margin-right: 0;
  transition: border-radius .325s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: absolute;
  top: 62%;
  bottom: 0%;
  left: auto;
  right: 0;
}

.back-to-top-wrapper-2:hover {
  border-radius: 50%;
  margin-right: 0;
  right: 0;
}

.back-to-top-link-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.back-to-top-link-2:hover {
  mix-blend-mode: normal;
}

.section-web-2 {
  cursor: auto;
  background-color: #707070;
  border-style: none;
  border-top-width: 3px;
  border-top-color: #000;
  border-bottom-width: 3px;
  border-bottom-color: #000;
  height: 100%;
  max-height: 100%;
  font-family: Roboto, Arial, sans-serif;
  position: relative;
  overflow: hidden;
}

.container-webseiten-2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 75px;
  padding-top: 101px;
}

.textbox-webseiten {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 239px;
  padding-left: 29px;
  padding-right: 29px;
  display: flex;
}

.textblock-webseiten-bold {
  padding-top: 19px;
  font-family: Roboto Webfont, sans-serif;
}

.webseiten-block-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 239px;
  display: flex;
}

.webseiten-div-block-bild {
  background-color: #fff;
  width: 50%;
  height: 240px;
}

.webseiten-div-block-text {
  background-color: #fff;
  align-items: stretch;
  width: 50%;
  height: 240px;
  display: flex;
}

.div-block-19, .textwrapper-inside {
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.wrapper-webseiten-link {
  margin-bottom: 12px;
}

.popup-toggle-text {
  font-size: 2em;
  line-height: 1;
}

.copy-large {
  font-size: 1.45em;
  font-weight: 400;
  line-height: 1.4em;
}

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

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

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

.popup-toggle {
  cursor: pointer;
}

.popup-background {
  z-index: 0;
  background-color: rgba(0, 0, 0, .65);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

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

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

.grid-2 {
  grid-template-rows: auto auto auto auto auto;
  align-items: stretch;
  margin-bottom: 46px;
  margin-left: 6%;
  margin-right: 6%;
}

.g2pic1-wrapper {
  background-color: #fff;
}

.g2text-wrapper {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 26px;
  display: flex;
}

.bold-text-8 {
  font-family: Lato, sans-serif;
  font-size: 1.1em;
  font-weight: 700;
}

.g2text-berschrift {
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.text-block-4 {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400;
}

.berschrift-webseitentext {
  margin-bottom: 15px;
  padding-left: 1.1em;
  padding-right: 1.1em;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.fliesstext-webseiten {
  padding-left: 1.1em;
  padding-right: 1.1em;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.link-webseiten-copy {
  color: #006dbb;
  cursor: pointer;
  margin-top: 3em;
  padding-left: 1.1em;
  font-family: Lato, sans-serif;
  font-size: 100%;
  font-weight: 700;
  text-decoration: none;
  transition: font-size .575s cubic-bezier(.175, .885, .32, 1.275);
}

.link-webseiten-copy:hover {
  font-size: 102%;
  text-decoration: underline;
}

.link-webseiten-copy.lutzbeck:hover {
  color: #000;
}

.div-block-projektanfrage {
  justify-content: center;
  align-items: center;
  margin-bottom: 54px;
  display: flex;
}

.link-2-web {
  color: #1f64d3;
  margin-top: 2em;
  padding-left: 1em;
  font-family: Lato, sans-serif;
  font-size: 100%;
  font-weight: 700;
  text-decoration: none;
  transition: font-size .2s;
}

.link-2-web:hover {
  font-size: 102%;
}

.wrapper-kontakt {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.div-block-joachim-bild-kontakt {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.text-block-5 {
  width: auto;
  margin-top: 0;
  font-size: 20px;
  line-height: 1.4;
}

.grid-3 {
  grid-column-gap: 57px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: start;
  justify-items: center;
  width: 90%;
  margin-top: 51px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.kontakt-seite-bild-text-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-ich-desktop {
  float: none;
  clear: none;
  border-radius: 50%;
  margin-top: 0;
  margin-bottom: 15px;
  margin-right: 17px;
  padding-right: 0;
  display: block;
}

.heading-10 {
  text-align: left;
  margin-top: 0;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.4;
}

.image-ich-mobil {
  border-radius: 50%;
  margin-right: 17px;
  padding-right: 0;
}

.wrapper-kontakt-linke-seite-img {
  display: none;
}

.paragraph-19 {
  display: block;
}

.kontakt-seite-text-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.kontakt-seite-bild-text-wrapper-copy {
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 36%;
  display: flex;
}

.kontakt-text-rechte-spalte {
  flex-direction: row-reverse;
  display: flex;
}

.kontakt-bild-wrapper {
  width: 30%;
}

.image-ich-desktop-copy {
  float: none;
  clear: none;
  border-radius: 50%;
  margin-top: 0;
  margin-right: 17px;
  padding-right: 0;
  display: block;
}

.image-ich-mobile {
  float: none;
  clear: none;
  border-radius: 50%;
  margin-top: 0;
  margin-right: 17px;
  padding-right: 0;
  display: none;
}

.container-nav-impressum {
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.marquee {
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.content {
  grid-column-gap: 4rem;
  grid-row-gap: 6rem;
  grid-template-rows: 230px;
  grid-template-columns: minmax(300px, 1fr) minmax(300px, 1fr) minmax(300px, 1fr);
  grid-auto-rows: 230px;
  grid-auto-columns: minmax(300px, 1fr);
  justify-items: center;
  width: 100%;
  display: grid;
}

.btn {
  color: #051328;
  cursor: pointer;
  background-color: #e7e7e7;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 3rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.btn.btn-six {
  color: #fff;
  background-color: #fff;
}

.btn.btn-sixteen {
  color: #00f;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  display: flex;
}

.btn.btn-twelve {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  max-width: 80px;
  height: 80px;
  max-height: 80px;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.btn.btn-one {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 3rem;
  overflow: hidden;
}

.btn.btn-eight {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.btn.btn-seventeen {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
}

.btn.btn-ten {
  background-color: #00f;
  overflow: hidden;
}

.btn.btn-seven {
  background-color: rgba(0, 0, 0, 0);
}

.btn.btn-fifteen {
  color: #00f;
  text-transform: uppercase;
  background-color: #fff;
  border-style: solid;
  border-color: #00f;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  height: 64px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 700;
  display: flex;
}

.btn.btn-nine {
  color: #fff;
  background-color: #00f;
}

.btn.btn-twenty {
  color: #051328;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  width: 120px;
  height: 120px;
}

.btn.btn-three {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
}

.btn.btn-fourteen {
  background-color: rgba(0, 0, 0, 0);
}

.btn.btn-eighteen {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.btn.btn-thirteen {
  color: #fff;
  padding: 1rem 2rem;
  overflow: hidden;
}

.btn.btn-nineteen {
  color: #051328;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  padding: 0;
  transition: all .2s;
}

.btn.btn-nineteen:hover {
  color: #00f;
}

.btn.btn-eleven {
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.btn.submit {
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  font-weight: 500;
  overflow: hidden;
}

.marquee-inner {
  opacity: 0;
}

.content-item {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.footer-nav-holder {
  justify-content: center;
  align-items: center;
  margin-top: -22px;
  margin-bottom: 60px;
  display: flex;
}

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

.container-20.is--nav-topic-info {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.container-20.is--hero {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1vw;
  display: flex;
  position: relative;
}

.container-20.is--footer-bottom {
  text-align: center;
}

.container-20.is--footer {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container-20.is--nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.form-block {
  width: 100%;
  min-width: 400px;
  max-width: 600px;
  margin-top: 60px;
}

.main {
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-p-wrapper {
  max-width: 760px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}

.in--footer {
  background-color: #d5d2ce;
  border: 1px solid #a09d9a;
  border-radius: 20px;
  margin-left: 6px;
  margin-right: 6px;
  padding: 10px 12px 10px 4px;
}

.nav-topic-p {
  margin-bottom: 0;
}

.textarea {
  background-color: #d5d2ce;
  border-radius: 5px;
  max-width: 100%;
  min-height: 280px;
  margin-bottom: 0;
  padding-top: 12px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 19px;
}

.textarea::placeholder {
  color: #6e6e6e;
}

.logo-embed {
  width: 160px;
}

.subline {
  color: #fff;
  background-color: #00f;
  border-radius: 20px;
  padding: 6px 18px;
  font-size: 13px;
}

.subline.ontop {
  margin-bottom: -12px;
}

.footer-bottom {
  border-top: 1px solid #a09d9a;
  margin-top: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-link-icon {
  justify-content: center;
  align-items: center;
  width: 22px;
  padding-right: 6px;
  display: flex;
  position: absolute;
  left: -22px;
}

.blue-dot {
  font-size: 14px;
}

.footer {
  background-color: rgba(204, 200, 194, .66);
  border-top: 1px solid #a09d9a;
}

.nav {
  z-index: 99;
  background-color: rgba(213, 210, 206, .69);
  border-bottom: 1px solid #a09d9a;
  padding-top: 12px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.wlfwc-holder {
  position: relative;
}

.nav-item-list {
  align-items: center;
  margin-bottom: 0;
  margin-right: -12px;
  display: flex;
}

.nav-logo-link {
  align-items: center;
  height: 60px;
  transition: all .2s;
  display: flex;
  overflow: visible;
}

.nav-logo-link:hover {
  color: #00f;
}

.footer-bottom-link {
  transition: all .2s;
  position: relative;
}

.footer-bottom-link:hover {
  color: #00f;
}

.hero {
  justify-content: center;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
}

.heart {
  color: #00f;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.db {
  display: block;
}

.form {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.submit-button {
  z-index: 10;
  opacity: 0;
  background-color: #00f;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.page-content {
  width: 100%;
  max-width: 100vw;
  position: relative;
  overflow: hidden;
}

.nav-item-link {
  z-index: 2;
  color: #051328;
  align-items: center;
  margin-left: 40px;
  margin-right: 12px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.nav-item-link:hover {
  color: #00f;
}

.nav-topic-wrap {
  border-top: 1px solid #a09d9a;
  width: 100%;
  margin-top: 12px;
  overflow: hidden;
}

.submit-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 160px;
  height: 100%;
  max-height: 160px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -25%;
  left: auto;
  right: -14%;
}

.noiser {
  display: none;
}

@media screen and (min-width: 1440px) {
  .nav-link-2.impressum.w--current {
    color: #fff;
  }

  .nav-link-2.impressum.w--current:hover {
    background-color: var(--tuerkis);
    border-radius: 0%;
    width: auto;
    height: auto;
  }

  .nav-link-2.kontakt.w--current {
    color: #fff;
  }

  .nav-link-2.kontakt.w--current:hover {
    background-color: var(--tuerkis);
    border-radius: 0%;
    width: auto;
    height: auto;
  }

  .link-webseiten:hover, .link-webseiten-copy:hover {
    color: var(--gainsboro);
    font-size: 17px;
    font-weight: 400;
  }
}

@media screen and (max-width: 991px) {
  .section-home {
    height: 100%;
  }

  .container-home {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    padding-top: 17px;
    display: flex;
    overflow: visible;
  }

  .nav-link-2.impressum, .nav-link-2.kontakt {
    text-align: center;
    font-size: 21px;
  }

  .container-webseiten.web {
    margin-bottom: 0;
  }

  .menu-button {
    color: #fff;
    margin-top: 0;
    padding-top: 28px;
    font-size: 41px;
  }

  .menu-button.w--open {
    background-color: var(--black);
  }

  .menu-button-2 {
    color: #fff;
    background-color: rgba(80, 78, 78, 0);
    padding-top: 24px;
    font-size: 43px;
  }

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

  .brand {
    padding-left: 7px;
  }

  .section-print, .section-beschriftung {
    height: 100%;
  }

  .container-beschriftung {
    margin-top: 40px;
  }

  .container-print {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
    display: flex;
  }

  .flex-container-start {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    padding-bottom: 40px;
  }

  .div-block-medien.print, .div-block-medien.web {
    margin-bottom: 40px;
  }

  .paragraph-16 {
    margin-top: 0;
    padding-top: 30px;
  }

  .lightbox-beschriftung-div {
    display: flex;
  }

  .paragraph-17 {
    text-align: center;
    margin-bottom: 27px;
  }

  .nav-menu {
    background-color: #534f4f;
  }

  .grid {
    padding-bottom: 43px;
  }

  .image-17 {
    padding-top: 35px;
    display: inline-block;
  }

  .anchor-beschriftung {
    display: block;
  }

  .icon {
    color: #fff;
    font-size: 53px;
  }

  .menu-button-3 {
    background-color: var(--pfeile);
  }

  .button-services.web, .button-services.print, .button-services.beschrift, .button-services.beschr {
    margin-bottom: 50px;
  }

  .section-kontakt-copy {
    margin-bottom: 0;
  }

  .anchor-kontakt {
    top: -70px;
  }

  .container-8 {
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .image-19 {
    padding-top: 11px;
  }

  .image-19.mobile {
    display: none;
  }

  .menu-button-4 {
    background-color: var(--tuerkis);
  }

  .icon-3 {
    color: var(--white);
    font-size: 36px;
  }

  .brand-4 {
    padding-left: 36px;
  }

  .brand-mobile {
    display: block;
  }

  .nav-menu-3 {
    background-color: var(--tuerkis);
    text-align: center;
    object-fit: contain;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    overflow: hidden;
  }

  .container-12 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
  }

  .container-12._2 {
    width: 100%;
    max-width: 100%;
  }

  .container {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .headings-h2.kontakt {
    margin-top: 39px;
  }

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

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .section-hero1 {
    height: 100%;
  }

  .flex-container-hero1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 140px;
    padding-bottom: 40px;
  }

  .div-block-text-webdesign {
    width: 90%;
  }

  .heading-medien-copy {
    width: 100%;
  }

  .link-block-hero1-text {
    width: 90%;
  }

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

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-5 {
    padding: 12px;
  }

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

  .heading-9 {
    text-align: center;
  }

  .html-embed {
    text-align: center;
    padding-bottom: 33px;
  }

  .logo-medienwerkstatt-desktop {
    width: 26.3em;
    margin-top: 3px;
    padding-top: 11px;
  }

  .logo-medienwerkstatt-desktop.mobile {
    display: none;
  }

  .logo-medienwerkstatt-mobile {
    padding-top: 11px;
  }

  .logo-medienwerkstatt-mobile.mobile {
    display: none;
  }

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

  .container-header {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .back-to-top-link {
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-color: rgba(64, 173, 163, .81);
    background-image: url('../images/Pfeil-oben-weiss-2.svg');
    background-position: 50%;
    background-size: 60%;
    background-clip: border-box;
    right: 5%;
  }

  .container-webseiten-2.web {
    margin-bottom: 0;
  }

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

  .grid-2 {
    margin-left: 1%;
    margin-right: 1%;
  }

  .fliesstext-webseiten {
    font-size: 15px;
  }

  .text-block-5 {
    word-break: normal;
    overflow-wrap: normal;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    padding-left: 14px;
    display: block;
  }

  .grid-3 {
    grid-template-columns: 1fr;
    margin-top: -57px;
  }

  .kontakt-seite-bild-text-wrapper {
    background-color: #d1d1d1;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-top: 20px;
    margin-bottom: 0;
    padding-top: 40px;
  }

  .image-ich-desktop {
    float: left;
    clear: both;
    aspect-ratio: auto;
    text-indent: 0;
    white-space: normal;
    word-break: normal;
    object-fit: fill;
    margin-left: auto;
    display: none;
    position: static;
  }

  .heading-10 {
    text-align: center;
  }

  .wrapper-kontakt-linke-seite-img {
    display: flex;
  }

  .div-block-20 {
    background-color: #c7c7c7;
  }

  .div-block-21 {
    height: 300px;
  }

  .text-block-6 {
    display: block;
  }

  .div-block-22 {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .kontakt-seite-text-wrapper {
    background-color: #d1d1d1;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: 20px;
    margin-bottom: 0;
    padding-top: 40px;
  }

  .kontakt-seite-bild-text-wrapper-copy {
    background-color: rgba(209, 209, 209, 0);
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-top: 20px;
    margin-bottom: 0;
    padding-top: 40px;
    padding-left: 0%;
  }

  .kontakt-text-rechte-spalte {
    flex-direction: row-reverse;
    width: 100%;
    margin-bottom: 23px;
  }

  .kontakt-bild-wrapper {
    width: 100%;
    display: none;
  }

  .image-ich-desktop-copy {
    float: left;
    clear: both;
    aspect-ratio: auto;
    text-indent: 0;
    white-space: normal;
    word-break: normal;
    object-fit: fill;
    margin-left: auto;
    display: block;
    position: static;
  }

  .image-ich-mobile {
    float: left;
    clear: both;
    aspect-ratio: auto;
    text-indent: 0;
    white-space: normal;
    word-break: normal;
    object-fit: fill;
    flex: 0 auto;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .container-nav-impressum {
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .content {
    grid-row-gap: 2rem;
    grid-template-columns: minmax(300px, 1fr) minmax(300px, 1fr);
  }

  .submit-wrapper {
    right: -6%;
  }
}

@media screen and (max-width: 767px) {
  .section-home {
    height: 100%;
    padding-bottom: 61px;
  }

  .container-home {
    padding-top: 19px;
  }

  .brand-text {
    font-size: 25px;
  }

  .navbar {
    display: none;
  }

  .nav-link-2.impressum, .nav-link-2.kontakt {
    text-align: center;
    font-size: 21px;
  }

  .navbar-2 {
    flex-direction: row;
    justify-content: space-between;
    display: flex;
  }

  .container-webseiten {
    padding-top: 24px;
  }

  .menu-button.w--open {
    background-color: var(--black);
    border: 1px #000;
  }

  .menu-button-2 {
    color: #fff;
    padding-top: 34px;
    font-size: 28px;
  }

  .paragraph-6 {
    padding-left: 105px;
    padding-right: 105px;
  }

  .section-print {
    height: auto;
    min-height: 100svh;
    margin-top: 0;
  }

  .section-beschriftung {
    height: 100svh;
  }

  .lightbox-trigger {
    flex: 0 auto;
  }

  .container-beschriftung {
    margin-bottom: 40px;
    padding-top: 0;
  }

  .heading-beschriftung {
    margin-top: 70px;
  }

  .container-print {
    flex-direction: column;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 0;
    display: flex;
  }

  .flex-container-start {
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-medien {
    margin-top: 14px;
  }

  .div-block-medien._2 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .div-block-medien.print {
    margin: 20px 8px 30px;
  }

  .div-block-medien.web {
    margin-bottom: 10px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .lightbox-beschriftung-div {
    margin-top: 0;
    margin-bottom: 57px;
    display: flex;
  }

  .paragraph-17 {
    margin-top: 45px;
    margin-bottom: 10px;
    padding: 0 44px 44px;
  }

  .body-4 {
    padding: 0 23px 23px;
  }

  .link-lightbox {
    padding-left: 28px;
    padding-right: 28px;
  }

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

  .brand-2 {
    width: 379px;
  }

  .image-17 {
    width: 73%;
    padding-top: 12px;
  }

  .menu-button-3 {
    z-index: 555;
  }

  .button-services.web {
    margin-top: 10px;
    margin-bottom: 50px;
  }

  .button-services.print, .button-services.beschrift {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .button-services.beschr {
    margin-top: 10px;
    margin-bottom: 50px;
  }

  .section-kontakt-copy {
    height: 100%;
    min-height: auto;
    max-height: 100%;
  }

  .container-8 {
    background-color: var(--black);
    object-fit: fill;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: auto;
    overflow: visible;
  }

  .image-19 {
    margin-top: 32px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 13px;
  }

  .nav-link-home {
    border: 1px none var(--white);
    background-color: var(--tuerkis);
    justify-content: flex-end;
    align-items: center;
    padding-right: 82px;
    display: flex;
  }

  .menu-button-4 {
    background-color: var(--tuerkis);
  }

  .menu-button-4.w--open {
    background-color: var(--tuerkis);
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .icon-3 {
    font-size: 42px;
  }

  .brand-4 {
    width: 78%;
    padding-left: 2px;
  }

  .brand-mobile {
    display: block;
  }

  .nav-menu-3 {
    background-color: var(--tuerkis);
    text-align: left;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .team-slider, .hero-heading-left {
    padding: 60px 15px;
  }

  .heading-h3 {
    padding-left: 62px;
    padding-right: 62px;
  }

  .hero-stack, .team-circles {
    padding: 60px 15px;
  }

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

  .section-hero1 {
    height: 100%;
    padding-bottom: 61px;
  }

  .flex-container-hero1 {
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: 140px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-text-webdesign {
    width: 90%;
  }

  .div-block-text-webdesign._2, .div-block-text-webdesign.print, .div-block-text-webdesign.web {
    margin-left: 8px;
    margin-right: 8px;
  }

  .heading-medien-copy {
    width: 100%;
  }

  .div-block-hero1-bild._2, .div-block-hero1-bild.print, .div-block-hero1-bild.web {
    margin-left: 8px;
    margin-right: 8px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .icon-4 {
    text-align: center;
  }

  .heading-9 {
    margin-bottom: 10px;
  }

  .logo-medienwerkstatt-desktop {
    width: 28.2em;
    margin-top: 15px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 13px;
  }

  .logo-medienwerkstatt-mobile {
    margin-top: 32px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 13px;
  }

  .button-top {
    width: 75px;
    right: -4%;
  }

  .back-to-top-wrapper {
    display: none;
  }

  .back-to-top-link {
    width: 40px;
    height: 40px;
    right: 4%;
  }

  .back-to-top-wrapper-2 {
    display: none;
  }

  .container-webseiten-2 {
    padding-top: 24px;
  }

  .textbox-webseiten {
    align-items: flex-start;
    height: auto;
  }

  .webseiten-block-wrapper {
    flex-direction: column;
    width: 100%;
    display: none;
  }

  .webseiten-div-block-bild {
    justify-content: center;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .webseiten-div-block-text {
    width: 100%;
    margin-top: 35px;
  }

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

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

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

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

  .g2text-wrapper {
    margin-bottom: 20px;
  }

  .link-webseiten-copy {
    color: #2600ff;
    margin-top: 1.5em;
  }

  .kontakt-seite-bild-text-wrapper-copy {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 10px;
  }

  .image-ich-mobile {
    margin-top: 54px;
    margin-bottom: 14px;
    margin-right: auto;
  }

  .container-nav-impressum {
    background-color: var(--black);
    object-fit: fill;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: auto;
    overflow: visible;
  }

  .content {
    grid-column-gap: 0rem;
    grid-template-columns: minmax(300px, 1fr);
  }

  .footer-nav-holder {
    padding-left: 12px;
    padding-right: 12px;
  }

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

  .container-20.is--nav {
    display: none;
  }

  .in--footer {
    margin-bottom: 12px;
  }

  .nav-link-icon {
    height: 20px;
  }

  .nav {
    padding-top: 0;
  }

  .wlfwc-holder {
    transform: scale(.8);
  }

  .nav-item-list {
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .nav-topic-wrap {
    border-top-style: none;
    margin-top: 0;
  }

  .submit-wrapper {
    right: -6%;
    transform: scale(.8);
  }
}

@media screen and (max-width: 479px) {
  .body {
    font-size: 12px;
  }

  .section-home {
    height: 100%;
    display: block;
  }

  .container-home {
    margin-top: 106px;
  }

  .brand-text {
    width: 233px;
    padding-left: 4px;
  }

  .navbar {
    display: none;
  }

  .nav-link-2.impressum {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-link-2.impressum:hover {
    background-color: var(--pfeile);
  }

  .nav-link-2.kontakt {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-link-2.kontakt:hover {
    background-color: var(--pfeile);
  }

  .container-webseiten {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 43px;
    padding-left: 19px;
    padding-right: 18px;
  }

  .menu-button {
    text-align: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .menu-button.w--open {
    padding-bottom: 29px;
  }

  .menu-button-2 {
    color: #fff;
    padding-top: 35px;
  }

  .text-span-7 {
    display: none;
  }

  .paragraph-6 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    line-height: 26px;
  }

  .section-print {
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-beschriftung {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: 100svh;
    margin-top: 0;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .lightbox-trigger {
    width: 200px;
    height: 200px;
  }

  .container-beschriftung {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 27px;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .heading-beschriftung {
    margin-top: 66px;
  }

  .text-span-9 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-print {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 35px 18px 0;
    bottom: auto;
    overflow: visible;
  }

  .flex-container-start {
    flex-flow: column;
    align-items: center;
    margin-top: 0;
    padding-bottom: 0;
    position: static;
  }

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

  .link-block-media._2, .link-block-media._3, .link-block-media._1 {
    width: 200px;
    height: 200px;
  }

  .div-block-medien {
    flex: 0 auto;
  }

  .div-block-medien._2 {
    margin-top: 20px;
  }

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

  .div-block-medien.web {
    margin-top: 20px;
  }

  .paragraph-16 {
    margin-top: -79px;
  }

  .lightbox-print-div {
    margin-bottom: auto;
    padding-bottom: 40px;
  }

  .lightbox-beschriftung-div {
    opacity: 0;
    flex: 0 auto;
    display: flex;
  }

  .lightbox-trigger-bulli {
    width: 200px;
    height: 200px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .container-kontakt {
    height: 100%;
    margin-bottom: 75px;
  }

  .paragraph-17 {
    margin-top: 20px;
    margin-bottom: -13px;
    padding-top: 0;
    padding-bottom: 33px;
    font-size: 1.2rem;
    line-height: 1.9rem;
    display: block;
  }

  .link-lightbox {
    padding-left: 0;
    padding-right: 0;
  }

  .grid {
    max-width: 100%;
    padding-bottom: 37px;
  }

  .brand-2 {
    text-align: center;
    width: 68%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px;
    display: block;
  }

  .image-17 {
    text-align: center;
    width: 100%;
    padding-top: 23px;
    text-decoration: none;
    display: block;
  }

  .nav-menu-2 {
    z-index: 666;
    display: block;
  }

  .anchor-beschriftung {
    top: -81px;
    bottom: auto;
  }

  .button-services {
    margin-top: 12px;
    margin-bottom: 43px;
  }

  .button-services.web {
    margin-bottom: 50px;
  }

  .button-services.print {
    margin-top: 0;
    margin-bottom: 50px;
  }

  .button-services.beschrift {
    margin-top: 40px;
    margin-bottom: 50px;
  }

  .button-services.beschr {
    margin-bottom: 50px;
  }

  .section-kontakt-copy {
    height: auto;
    min-height: 100svh;
    max-height: none;
  }

  .container-8 {
    flex: 0 auto;
  }

  .container-9 {
    margin-top: -34px;
  }

  .image-19 {
    margin-top: 10px;
    margin-bottom: -13px;
    padding-left: 16px;
    padding-right: 0;
    display: none;
  }

  .image-19.mobile {
    margin-top: 15px;
    margin-bottom: 11px;
    padding-top: 14px;
    padding-bottom: 0;
    padding-left: 30px;
    display: block;
  }

  .nav-link-home {
    justify-content: center;
    padding-right: 20px;
    font-size: 17px;
  }

  .menu-button-4 {
    background-color: var(--tuerkis);
    justify-content: center;
    align-items: center;
    height: 100%;
    max-height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .icon-3 {
    margin-top: 33px;
    margin-bottom: 20px;
    padding-top: 0;
  }

  .brand-4 {
    display: none;
  }

  .brand-mobile {
    height: 94px;
    max-height: 94px;
    display: block;
  }

  .heading-print {
    margin-top: 66px;
  }

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

  .image-21 {
    z-index: auto;
    flex: 0 auto;
    display: block;
    left: 4px;
    overflow: hidden;
  }

  .image-23 {
    width: 200px;
    height: 200px;
    display: none;
  }

  .paragraph-beschreibung {
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
  }

  .hea {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.4rem;
    line-height: 2.2rem;
  }

  .ionos-div-block {
    margin-bottom: 64px;
  }

  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

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

  .headings-h2 {
    padding-left: 53px;
    padding-right: 53px;
  }

  .headings-h2.kontakt {
    font-size: 24px;
  }

  .heading-h3 {
    margin-bottom: 7px;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.1rem;
    line-height: 1.6rem;
  }

  .heading-h3.sign {
    padding-left: 13px;
    padding-right: 13px;
  }

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

  .centered-heading-2 {
    margin-bottom: 24px;
  }

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

  .section-hero1 {
    height: 100%;
    display: block;
  }

  .flex-container-hero1 {
    flex-flow: column;
    align-items: center;
    margin-top: 100px;
    position: static;
  }

  .div-block-text-webdesign {
    flex: 0 auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-text-webdesign._2, .div-block-text-webdesign.print, .div-block-text-webdesign.web {
    margin-top: 20px;
  }

  .heading-medien-copy {
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 45px;
    top: 13%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .link-block-hero1-text {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .link-block-hero1-text._2, .link-block-hero1-text._3, .link-block-hero1-text._1 {
    width: 200px;
    height: 200px;
  }

  .div-block-hero1-bild {
    flex: 0 auto;
  }

  .div-block-hero1-bild._2, .div-block-hero1-bild.print, .div-block-hero1-bild.web {
    margin-top: 20px;
  }

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

  .nav-menu-two {
    flex-direction: column;
  }

  .heading-9 {
    padding-left: 39px;
    padding-right: 39px;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 2.2rem;
  }

  .logo-medienwerkstatt-desktop {
    margin-top: 10px;
    margin-bottom: -13px;
    padding-left: 16px;
    padding-right: 0;
    display: none;
  }

  .logo-medienwerkstatt-desktop.mobile {
    margin-top: 15px;
    margin-bottom: 11px;
    padding-top: 14px;
    padding-bottom: 0;
    padding-left: 30px;
    display: block;
  }

  .logo-medienwerkstatt-mobile {
    margin-top: 10px;
    margin-bottom: -13px;
    padding-left: 16px;
    padding-right: 0;
    display: none;
  }

  .logo-medienwerkstatt-mobile.mobile {
    margin-top: 15px;
    margin-bottom: 11px;
    padding-top: 14px;
    padding-bottom: 0;
    padding-left: 30px;
    display: block;
  }

  .image-27, .image-27-copy {
    width: 100%;
    display: block;
  }

  .logo-medienwerk-mobil {
    width: 50vw;
    display: block;
  }

  .button-top {
    right: -13%;
  }

  .back-to-top-wrapper {
    display: none;
  }

  .back-to-top-link {
    display: flex;
  }

  .back-to-top-wrapper-2 {
    display: none;
  }

  .container-webseiten-2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 43px;
    padding-left: 19px;
    padding-right: 18px;
  }

  .berschrift-webseitentext {
    font-size: 14px;
  }

  .fliesstext-webseiten {
    font-size: 13px;
    line-height: 20px;
  }

  .link-webseiten-copy {
    margin-top: 1em;
    padding-right: 1.1em;
  }

  .link-2-web {
    font-size: 1.2em;
  }

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

  .kontakt-seite-text-wrapper {
    margin-top: 10px;
    padding-top: 10px;
  }

  .container-nav-impressum {
    flex: 0 auto;
  }

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

  .container-20 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .form-block {
    min-width: auto;
  }

  .subline {
    font-size: 10px;
  }

  .nav-item-list.is--main-nav {
    display: none;
  }

  .db {
    display: inline;
  }

  .db.mobile-db {
    display: block;
  }

  .animate-this-shit {
    font-size: 9em;
  }

  .submit-wrapper {
    bottom: -29%;
  }
}

#w-node-_9e3b47f0-cfa1-e0d1-f92d-08adf1791f08-c912bba8, #w-node-b5bfe047-293e-b945-c2ea-f22399dad0d7-c912bba8, #w-node-_9aab7403-8f7f-3a21-0923-b72d0955d44a-c912bba8, #w-node-_483a7d40-a72c-688b-2324-d0459f15a17c-c912bba8, #w-node-_45f6ba8b-7ce1-bd8a-9727-0222b5d12682-c912bba8, #w-node-_861e5948-0089-f710-1c02-09c97a690887-c912bba8, #w-node-_39c1d231-744e-bddb-d0d9-ed6f7ceca235-c912bba8, #w-node-fe6a5f87-b1b0-9ac0-f11d-c0dc0f065026-c912bba8, #w-node-_821f6f40-3a70-16a0-af6d-bbed610fdcf7-c912bba8, #w-node-_06c113a1-21b9-bdad-d697-b874b688cf5a-c912bba8, #w-node-_9c37d139-7266-c9c8-6753-e033d6ad1041-c912bba8, #w-node-_5b32d508-adb4-4661-d6ce-1026c1b5fde3-c912bba8, #w-node-_8dbf352f-c1ad-51ed-8377-47d7cb2d888b-c912bba8, #w-node-_2f352c04-db46-85f5-4058-db497e2593d9-c912bba8, #w-node-_5fd269b0-db16-9932-b260-469d8eb1fe2b-c912bba8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c4dd7bd-5955-2a4e-d1e3-3cbb59805ecb-c912bba8 {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-afe50f06-06a2-c67f-f952-3ea90ee7695a-c912bba8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8dbf352f-c1ad-51ed-8377-47d7cb2d888b-c912bba8 {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-a16836f2-19bf-509e-c66a-74acc3c651cf-c912bba8 {
    order: 0;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9c4dd7bd-5955-2a4e-d1e3-3cbb59805ecb-c912bba8 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-BoldItalic.ttf') format('truetype'), url('../fonts/OpenSans-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-ExtraBold.ttf') format('truetype'), url('../fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Droidsans';
  src: url('../fonts/DroidSans.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Droidsans';
  src: url('../fonts/DroidSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Webfont';
  src: url('../fonts/Roboto-Bold-webfont.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Didot';
  src: url('../fonts/Didot.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}