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

body {
  font-family: Montserrat, sans-serif;
  color: #293952;
  font-size: 14px;
  line-height: 20px;
}

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

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Cormorant Unicase', sans-serif;
  font-size: 50px;
  line-height: 44px;
  font-weight: 300;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Modenasans, sans-serif;
  font-size: 12px;
  line-height: 28px;
  font-weight: 700;
}

.bodysa {
  font-family: Capriola, sans-serif;
}

.leftbar {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0px;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #000;
  background-color: #fff;
}

.brandtop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brandtop.mobile {
  display: none;
}

.brandheader {
  width: 35px;
  height: 35px;
}

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

.l_socialunit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.socialunit {
  width: 20px;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 700px;
  padding-top: 80px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none #000;
  background-color: #b6dddc;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  margin-left: 0px;
  padding-right: 70px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none #000;
  background-color: transparent;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.navlink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  height: 100%;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 6px solid #808d89;
  border-radius: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-size: 11px;
  line-height: 10px;
  text-decoration: none;
  text-transform: uppercase;
}

.navlink:hover {
  border-top-width: 10px;
}

.navlink._1 {
  width: 25%;
  border-top-width: 6px;
  border-top-color: #efd9d0;
  font-size: 9px;
}

.navlink._1:hover {
  border-top-width: 10px;
}

.navlink._2 {
  border-top-width: 6px;
  border-top-color: #d4bfaa;
  font-size: 11px;
}

.navlink._2:hover {
  border-top-width: 10px;
}

.navlink._3 {
  border-top-width: 6px;
  border-top-color: #6c778c;
  font-size: 11px;
}

.navlink._3:hover {
  border-top-width: 10px;
}

.div-block {
  width: auto;
  height: 100%;
  padding: 25px;
}

.herocontainer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: none;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hero_a {
  position: absolute;
  left: 0%;
  top: 5%;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64%;
  margin-top: 0px;
  margin-right: 100px;
  margin-left: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.herohook2 {
  position: relative;
  z-index: 2;
  width: 25ch;
  margin-top: 60px;
  margin-bottom: 60px;
  font-family: Modenasans, sans-serif;
  color: #293952;
  font-size: 50px;
  line-height: 130%;
}

.herohook2.herohooksize {
  font-size: 32px;
}

.text-span {
  color: #5f5f5f;
}

.box_knowmore {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.arrowdown {
  margin-right: 10px;
}

.labeltext {
  font-size: 12px;
  line-height: 14px;
}

.hero_b {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.heroslider {
  width: 50%;
  height: 600px;
  background-color: transparent;
}

.heromask {
  width: 100%;
  height: 100%;
  border: 1px none #000;
  border-top-left-radius: 60px;
  border-top-right-radius: 0px;
}

.heroslide {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.hero_r-arrow {
  left: -60px;
  top: auto;
  right: auto;
  bottom: 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #293952;
  border-radius: 200px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.hero_r-arrow:hover {
  padding-left: 11px;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.hero_l-arrow {
  display: none;
}

.heroslide_img {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.herocta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #293952;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
}

.herocta:hover {
  background-color: #293952;
  color: #fff;
}

.slogan {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
  padding-top: 200px;
  padding-bottom: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slogancontent {
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.sc_top {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Modenasans, sans-serif;
  color: #d4bfaa;
  font-size: 16px;
  line-height: 130%;
  font-weight: 400;
  text-align: center;
}

.sc_bottom {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Cormorant Unicase', sans-serif;
  font-size: 50px;
  line-height: 44px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.cameracenter {
  position: absolute;
  z-index: 1;
  width: 1200px;
  opacity: 0.07;
}

.aboutme {
  overflow: hidden;
  padding-left: 70px;
}

.introduction {
  overflow: hidden;
  padding-right: 70px;
  padding-left: 0px;
}

.fp_container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 720px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border: 1px none #000;
}

.fp_slider {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 620px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
}

.fp_mask {
  width: 100%;
  height: 100%;
  border-top-right-radius: 60px;
}

.fp_slide {
  width: 100%;
  height: 100%;
}

.fp_slidecontainer {
  width: 100%;
  height: 100%;
}

.fp_contentcontainer {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  height: 100%;
  padding-left: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d1e5e5;
}

.fc_sliderimg {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.fc_sliderimg.imgtop {
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.fc_sliderimg.imgcenter {
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.fc_l-arrow {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 100px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 260px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #293952;
  border-top-left-radius: 100px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.fc_l-arrow:hover {
  padding-right: 10px;
}

.fc_r-arrow {
  left: auto;
  top: auto;
  right: -80px;
  bottom: 100px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 260px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #293952;
  border-top-right-radius: 100px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.fc_r-arrow:hover {
  padding-left: 10px;
}

.hiddennav {
  display: none;
}

.navwindow {
  position: absolute;
  left: auto;
  top: auto;
  right: -80px;
  bottom: 100px;
  z-index: 1;
  width: 160px;
  height: 260px;
  border: 1px solid #000;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  background-color: transparent;
}

.fpc_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  padding-right: 100px;
  padding-left: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.plaintext {
  color: #6c778c;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.plaintext.small {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  line-height: 14px;
}

.plaintext.small.number {
  opacity: 0.3;
  font-family: Modenasans, sans-serif;
  color: #d4bfaa;
  font-size: 30px;
}

.plaintext.gray {
  font-family: Montserrat, sans-serif;
  color: #6c778c;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
}

.plaintext.white {
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 14px;
  font-weight: 300;
}

.plaintext.cta {
  font-family: Modenasans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.plaintext.cta.contactsubline {
  font-family: Montserrat, sans-serif;
  color: #808d89;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

.plaintext.footertext {
  width: 25%;
  color: #293952;
  font-size: 12px;
  line-height: 130%;
}

.plaintext.footerlabel {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 12px;
  text-decoration: underline;
}

.plaintext.textpreise {
  width: 100px;
  margin-right: 40px;
  line-height: 30px;
}

.plaintext.textpreise2 {
  color: #293952;
  line-height: 30px;
  font-weight: 600;
}

.plaintext.kategorie {
  width: 200px;
  margin-right: 20px;
  margin-bottom: 10px;
  color: #293952;
  font-weight: 600;
}

.plaintext.kategorie-2 {
  width: 100%;
  margin-right: 20px;
  margin-bottom: 10px;
  color: #293952;
  font-weight: 600;
}

.plaintext.textpreise-2 {
  width: 100%;
  margin-right: 40px;
  line-height: 30px;
}

.sa_thinbrand-ocre {
  position: absolute;
  left: auto;
  top: auto;
  right: -30%;
  bottom: -12%;
  z-index: 3;
  display: none;
  width: 600px;
  max-width: none;
  opacity: 0.6;
}

.fp_how {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contentcontainer {
  display: block;
  width: 85%;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contentcontainer.about {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contentcontainer.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.contentcontainer.bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fph_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 25px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.fph_grid {
  margin-top: 0px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 55px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fph_gridunit {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.fph_icon {
  width: auto;
  height: 80px;
  max-width: none;
  margin-top: 15px;
  margin-bottom: 15px;
}

.portfolioabout {
  overflow: hidden;
  height: auto;
  padding-left: 70px;
}

.pa_portfoliogrid {
  display: none;
  width: 85%;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 0px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.pa_imgcontainer {
  position: relative;
  overflow: hidden;
  height: 640px;
  border: 1px solid #000;
  border-radius: 100px 100px 0px 0px;
  background-color: transparent;
  box-shadow: 5px 5px 0 1px #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.pa_imgcontainer:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #293952;
  box-shadow: 10px 10px 0 1px #000;
}

.pa_imgunit {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: none;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -o-object-fit: cover;
  object-fit: cover;
}

.pa_about {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 150px;
  padding-top: 150px;
  background-color: #b6dddc;
}

.pa_aboutimgcontainer {
  overflow: hidden;
  width: 50%;
  height: 600px;
  border-top-left-radius: 60px;
  border-top-right-radius: 0px;
}

.pa_aboutimg {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.pa_contentcontainer {
  display: -ms-grid;
  display: grid;
  width: 30%;
  margin-right: 100px;
  margin-left: 100px;
  padding-right: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.whitetitle {
  margin-left: 0px;
  font-family: Modenasans, sans-serif;
  color: #293952;
  font-size: 24px;
  line-height: 130%;
}

.sa_thinbrand-black {
  position: absolute;
  left: 30%;
  top: 5%;
  width: 600px;
  max-width: none;
  opacity: 0.9;
}

.contact {
  height: auto;
  padding-left: 70px;
}

.msgcontact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ctamsg {
  color: #808d89;
}

.grid {
  width: 100%;
  height: 240px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px none #000;
  border-bottom: 1px none #000;
}

.contactunit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: solid solid solid none;
  border-width: 1px;
  border-color: #293952;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #293952;
  text-decoration: none;
}

.contactunit:hover {
  background-color: rgba(128, 141, 137, 0.2);
}

.contactunit.contactunitmiddle {
  border-style: solid solid solid none;
}

.c_icon {
  height: 50px;
  max-width: none;
  margin-bottom: 20px;
}

.footer {
  padding-top: 75px;
  padding-bottom: 75px;
  padding-left: 70px;
}

.text-span-2 {
  color: rgba(0, 0, 0, 0.5);
}

.logofooter {
  width: 80px;
  max-width: none;
}

.footergrid {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fg_unit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faqbutton {
  width: 32px;
  height: 32px;
  padding: 11px 12px;
  border: 1px solid #000;
  border-radius: 30px;
  color: #293952;
  text-decoration: none;
}

.footerbutton {
  width: 32px;
  height: 32px;
  padding-right: 8px;
  padding-left: 8px;
}

.maobutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.maobutton:hover {
  opacity: 0.5;
}

.maologo {
  height: 20px;
}

.spinbrand {
  position: fixed;
  left: 25px;
  top: 42.5%;
  right: auto;
  bottom: auto;
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 180px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.spinbrand.spinbrand-mobile {
  display: none;
}

.spinout {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: none;
}

.spinin {
  position: absolute;
  width: 130px;
}

.navbarcontainer {
  position: fixed;
  top: 0px;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.49);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.fph_scroll {
  width: 100%;
  max-width: 1024px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
}

.pa_labelcontainer {
  position: absolute;
  left: 35px;
  top: auto;
  right: auto;
  bottom: 35px;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  padding: 50px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: hsla(0, 0%, 100%, 0.25);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.pa_label {
  color: #fff;
  font-size: 22px;
}

.pa_location {
  font-family: 'Cormorant Unicase', sans-serif;
  color: #d4bfaa;
  font-size: 18px;
  line-height: 100%;
  font-weight: 600;
}

.pa_location.portfoliopage {
  margin-bottom: 30px;
  color: #808d89;
  font-size: 24px;
}

.pa_blackover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.pa_blackover:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}

.brandcontainer {
  width: 35px;
  height: 35px;
  border-radius: 35px;
}

.portfoliocontainer {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #fff;
}

.portfoliocontainer.rc {
  display: none;
}

.portfoliocontainer.fv {
  display: none;
}

.portfoliocontainer.cy {
  display: none;
}

.p_container {
  overflow: scroll;
  width: 100%;
  max-width: none;
  margin: 0px auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.projecttitle {
  display: -ms-grid;
  display: grid;
  width: 85%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.p_title {
  margin-top: 0px;
  margin-bottom: 0px;
}

.imagegrid {
  width: 85%;
  max-width: 1080px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.p_singleimage {
  border: 1px solid #000;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.closemodal {
  position: absolute;
  left: auto;
  top: 20px;
  right: 20px;
  bottom: auto;
  width: 50px;
  height: 50px;
  padding: 14px;
  border: 1px solid #000;
  border-radius: 50px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.closemodal:hover {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.text-block {
  font-family: Capriola, sans-serif;
  color: #293952;
}

.text-span-3 {
  color: #5f5f5f;
  font-size: 20px;
  line-height: 130%;
}

.herohook3 {
  width: 30ch;
  margin-top: 60px;
  margin-bottom: 60px;
  font-family: Modenasans, sans-serif;
  color: #293952;
  font-size: 14px;
  line-height: 150%;
}

.text-span-4 {
  color: #6c778c;
  font-size: 14px;
  line-height: 150%;
}

.lisaslogan {
  margin-bottom: 40px;
}

.text-block-2 {
  font-family: Modenascript, sans-serif;
  font-size: 57px;
}

.text-block-3 {
  margin-top: -30px;
  font-family: Modenascript, sans-serif;
  font-size: 18px;
}

.text-span-5 {
  color: #fff;
  font-size: 70px;
  line-height: 100%;
}

.heading {
  font-family: Modenasans, sans-serif;
  font-size: 12px;
}

.heading-2 {
  font-family: Modenasans, sans-serif;
  font-size: 32px;
  line-height: 130%;
}

.text-block-4 {
  color: #293952;
  font-size: 12px;
}

.text-block-5 {
  color: #293952;
}

.text-block-6 {
  color: #293952;
}

.dienstleistungen {
  display: none;
}

.heading-3 {
  font-family: Modenasans, sans-serif;
  font-size: 24px;
}

.hero_a-unterseite {
  position: relative;
  left: 0%;
  top: 5%;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64%;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.herocontainer-unterseite {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  max-width: 1024px;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section_container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 720px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px none #000;
  background-color: #d1e5e5;
}

.section_container.section_container-small {
  height: 540px;
}

.section_container.section_container-big {
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.sectionimageleft {
  position: relative;
  top: 0px;
  overflow: hidden;
  width: 50%;
  height: 100%;
  margin-top: 0px;
  padding-top: 0px;
  border-top-right-radius: 60px;
  background-color: #b6dddc;
}

.sectioncontent {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 0%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.sectioncontent.sectioncontent-100 {
  width: 100%;
}

.sectionunterseite {
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  background-color: #d1e5e5;
}

.sectionunterseite.t-rkis {
  background-color: #b6dddc;
}

.section_containerr {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 720px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border: 1px none #000;
}

.section_containerr.section_container-small {
  height: 540px;
}

.sectionimageright {
  position: relative;
  top: 0px;
  overflow: hidden;
  width: 50%;
  height: 100%;
  margin-top: 0px;
  padding-top: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: #d1e5e5;
}

.herounterseite {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 120px;
  padding-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none #000;
  background-color: #fff;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 100px;
  padding-left: 100px;
}

.navbar-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: transparent;
}

.logo {
  max-width: 100px;
}

.brand {
  display: none;
}

.container {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
}

.logoslogan {
  position: relative;
  z-index: 2;
  width: 25ch;
  margin-top: 60px;
  margin-bottom: 60px;
  font-family: Modenasans, sans-serif;
  color: #293952;
  font-size: 50px;
  line-height: 130%;
}

.button {
  display: inline-block;
  padding: 12px 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #293952;
  border-radius: 4px;
  background-color: transparent;
  outline-color: #293952;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  color: #293952;
  font-weight: 500;
}

.sectionimage {
  position: relative;
  top: 0px;
  overflow: hidden;
  width: 50%;
  height: 100%;
  margin-top: 0px;
  padding-top: 0px;
  border-top-right-radius: 0px;
  background-color: #b6dddc;
}

.sectionimage.sectionimageborderbottomleft {
  border-bottom-left-radius: 60px;
}

.sectionimage.sectionimagebordertopright {
  top: auto;
  bottom: 0px;
  width: 50%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-top-right-radius: 60px;
}

.fph_action {
  margin-top: 60px;
}

.grid-2 {
  grid-row-gap: 16px;
  -ms-grid-columns: 2fr 120px minmax(60px, 60px);
  grid-template-columns: 2fr 120px minmax(60px, 60px);
}

.pricegroup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.pricegroup.pricegroup-copy {
  width: 100%;
}

.pricecategory {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.fpc_contentslide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  padding-right: 100px;
  padding-left: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.pricegroup-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 1280px) {
  .hero_a {
    margin-left: 220px;
  }

  .pricegroup {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .pricegroup-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (min-width: 1440px) {
  .fc_sliderimg {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 100%;
    object-position: 50% 100%;
  }

  .contentcontainer.about {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .section_containerr.section_container-small.section_container-heigh {
    height: 700px;
  }
}

@media screen and (min-width: 1920px) {
  .hero {
    height: 100%;
  }

  .herocontainer {
    height: 100%;
  }

  .heroslider {
    height: 600px;
  }

  .fc_sliderimg.imgtop {
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
  }

  .fpc_content {
    width: 70%;
  }

  .contentcontainer.about {
    max-width: none;
  }

  .pa_about {
    padding-top: 0px;
  }

  .pa_aboutimgcontainer {
    border-top-left-radius: 60px;
    border-top-right-radius: 0px;
  }
}

@media screen and (max-width: 991px) {
  .leftbar {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: none;
    width: 100%;
    height: 70px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: hsla(0, 0%, 100%, 0.3);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
  }

  .brandtop {
    width: 35px;
    height: 35px;
    margin-left: 7.5%;
  }

  .brandtop.w--current {
    width: 35px;
    height: 35px;
    margin-left: 7.5%;
  }

  .brandtop.mobile {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .socialgrid {
    margin-right: 5.5%;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .l_socialunit {
    width: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero {
    height: auto;
  }

  .navbar {
    display: block;
  }

  .navlink {
    width: auto;
  }

  .herocontainer {
    max-width: none;
    margin-top: 140px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero_a {
    position: static;
    width: 100%;
    margin-top: 40px;
    margin-left: 0px;
  }

  .herohook2 {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    font-weight: 400;
  }

  .slogan {
    overflow: hidden;
    width: 100%;
  }

  .slogancontent {
    width: 85%;
  }

  .aboutme {
    padding-left: 0px;
  }

  .introduction {
    padding-right: 0px;
    padding-left: 0px;
  }

  .fp_container {
    position: static;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .fp_slider {
    width: 80%;
    height: 480px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .fp_contentcontainer {
    position: static;
    width: 100%;
    margin-top: -25px;
    padding-top: 75px;
    padding-bottom: 50px;
    padding-left: 0px;
  }

  .fc_sliderimg {
    display: inline-block;
  }

  .fpc_content {
    width: 85%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .plaintext.white {
    font-size: 14px;
    line-height: 22px;
  }

  .plaintext.footertext {
    width: 100%;
    text-align: center;
  }

  .sa_thinbrand-ocre {
    display: block;
  }

  .fp_how {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .contentcontainer.about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contentcontainer.bottom {
    display: -ms-grid;
    display: grid;
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .fph_title {
    width: 85%;
    max-width: none;
    margin-left: 0px;
  }

  .fph_grid {
    width: 1050px;
    margin-top: 0px;
    justify-items: start;
    grid-column-gap: 0px;
  }

  .fph_gridunit {
    margin-right: 50px;
    grid-auto-flow: row;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .portfolioabout {
    padding-left: 0px;
  }

  .pa_imgcontainer {
    height: 400px;
    -webkit-filter: none;
    filter: none;
    -webkit-transition-property: none;
    transition-property: none;
  }

  .pa_imgcontainer:hover {
    box-shadow: 5px 5px 0 1px #000;
  }

  .pa_about {
    margin-top: 50px;
    padding-top: 100px;
  }

  .pa_aboutimgcontainer {
    width: 100%;
    height: 450px;
    border-top-left-radius: 350px;
    border-top-right-radius: 350px;
  }

  .pa_contentcontainer {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .whitetitle {
    margin-left: 0px;
  }

  .sa_thinbrand-black {
    left: 7.5%;
    width: 85%;
  }

  .contact {
    padding-left: 0px;
  }

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

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

  .logofooter {
    width: 120px;
  }

  .spinbrand {
    position: absolute;
    left: 90px;
    top: 120px;
    display: none;
  }

  .spinbrand.spinbrand-mobile {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .navbarcontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
  }

  .fph_scroll {
    overflow: hidden;
    width: 100%;
    max-width: none;
    margin-top: 50px;
    padding-left: 0%;
  }

  .portfoliocontainer {
    z-index: 11;
    display: none;
  }

  .portfoliocontainer.rc {
    display: none;
  }

  .portfoliocontainer.fv {
    display: none;
  }

  .p_container {
    max-width: none;
    margin-top: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .p_singleimage {
    box-shadow: 5px 5px 0 0 #000;
  }

  .closemodal {
    border-style: none;
    -webkit-filter: invert(100%);
    filter: invert(100%);
    -webkit-transition-property: none;
    transition-property: none;
  }

  .closemodal:hover {
    -webkit-filter: none;
    filter: none;
  }

  .herohook3 {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    font-weight: 400;
  }

  .hero_a-unterseite {
    position: static;
    width: 100%;
    margin-top: 40px;
    margin-left: 0px;
  }

  .herocontainer-unterseite {
    max-width: none;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .section_container {
    position: static;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .section_container.section_container-big {
    height: auto;
  }

  .sectionimageleft {
    margin-bottom: 40px;
  }

  .sectioncontent {
    position: static;
    width: 100%;
    margin-top: -25px;
    padding-top: 75px;
    padding-bottom: 75px;
    padding-left: 0px;
  }

  .sectionunterseite {
    padding-left: 0px;
  }

  .section_containerr {
    position: static;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .sectionimageright {
    margin-bottom: 40px;
  }

  .herounterseite {
    height: auto;
  }

  .nav-menu {
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .navbar-2 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .logo {
    max-width: 80px;
  }

  .brand {
    display: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .logoslogan {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    font-weight: 400;
  }

  .sectionimage {
    margin-bottom: 40px;
  }

  .sectionimage.sectionimagebordertopright {
    width: 100%;
    height: 50vh;
  }

  .pricegroup {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .pricegroup.pricegroup-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .fpc_contentslide {
    width: 85%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .pricegroup-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

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

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

  .navlink {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    border: 1px none #000;
  }

  .herocontainer {
    margin-top: 80px;
  }

  .hero_a {
    margin-top: 0px;
  }

  .herohook2 {
    font-size: 40px;
    line-height: 26px;
  }

  .herohook2.herohooksize {
    font-size: 26px;
    line-height: 130%;
  }

  .heroslider {
    width: 100%;
    height: 480px;
  }

  .hero_r-arrow {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 130px;
    height: 130px;
  }

  .herocta {
    height: 80px;
  }

  .slogan {
    padding-top: 174px;
    padding-bottom: 174px;
  }

  .sc_top {
    font-size: 18px;
  }

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

  .cameracenter {
    width: 360px;
  }

  .fpc_content {
    grid-row-gap: 20px;
  }

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

  .contentcontainer.bottom {
    grid-row-gap: 50px;
  }

  .fph_title {
    grid-row-gap: 20px;
  }

  .fph_grid {
    width: 960px;
  }

  .fph_gridunit {
    grid-row-gap: 15px;
  }

  .fph_icon {
    height: 70px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .pa_portfoliogrid {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .pa_imgcontainer {
    height: 320px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }

  .pa_contentcontainer {
    grid-row-gap: 20px;
  }

  .ctamsg {
    width: 85%;
    text-align: center;
  }

  .grid {
    height: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    border-bottom-style: solid;
  }

  .contactunit {
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom-style: none;
  }

  .footergrid {
    width: 100%;
  }

  .spinbrand.spinbrand-mobile {
    display: none;
  }

  .pa_labelcontainer {
    left: 20px;
    bottom: 20px;
    padding: 20px;
    grid-row-gap: 6px;
  }

  .pa_label {
    font-size: 16px;
  }

  .pa_location {
    font-size: 14px;
  }

  .pa_location.portfoliopage {
    margin-bottom: 16px;
    font-size: 20px;
  }

  .portfoliocontainer {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: auto;
  }

  .p_container {
    overflow: scroll;
  }

  .projecttitle {
    grid-row-gap: 10px;
  }

  .p_title {
    font-size: 24px;
    line-height: 28px;
  }

  .imagegrid {
    margin-top: 50px;
    grid-row-gap: 24px;
  }

  .herohook3 {
    font-size: 18px;
    line-height: 26px;
  }

  .text-span-5 {
    font-size: 50px;
  }

  .herocontainer-unterseite {
    margin-top: 0px;
  }

  .sectionimageleft {
    width: 100%;
    margin-bottom: 40px;
  }

  .sectionimageright {
    width: 100%;
    margin-bottom: 40px;
  }

  .nav-menu {
    padding-right: 0px;
    padding-left: 0px;
  }

  .navbar-2 {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    padding-right: 40px;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-button {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .logoslogan {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 26px;
  }

  .sectionimage {
    width: 100%;
    margin-bottom: 40px;
  }

  .fpc_contentslide {
    grid-row-gap: 20px;
  }
}

@media screen and (max-width: 479px) {
  .socialgrid {
    margin-right: 3.5%;
  }

  .hero {
    overflow: hidden;
  }

  .herocontainer {
    margin-top: 40px;
  }

  .herohook2 {
    font-size: 26px;
  }

  .herohook2.herohooksize {
    font-size: 20px;
  }

  .text-span {
    line-height: 130%;
  }

  .heroslider {
    height: 400px;
  }

  .hero_r-arrow {
    width: 100px;
    height: 100px;
  }

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

  .sc_top {
    font-size: 14px;
  }

  .sc_bottom {
    font-size: 28px;
  }

  .cameracenter {
    width: 70%;
    max-width: none;
  }

  .fp_slider {
    height: 400px;
  }

  .fc_l-arrow {
    width: 60px;
    height: 180px;
  }

  .fc_r-arrow {
    right: -60px;
    width: 60px;
    height: 180px;
  }

  .navwindow {
    right: -60px;
    width: 120px;
    height: 180px;
  }

  .plaintext {
    font-size: 14px;
  }

  .plaintext.textpreise-2 {
    margin-right: 0px;
  }

  .fph_grid {
    width: 1200px;
  }

  .fph_gridunit {
    margin-right: 75px;
  }

  .pa_portfoliogrid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .pa_imgcontainer {
    height: 240px;
  }

  .pa_aboutimgcontainer {
    height: 360px;
  }

  .whitetitle {
    font-size: 18px;
  }

  .contact {
    overflow: hidden;
  }

  .pa_labelcontainer {
    width: 75%;
  }

  .p_title {
    width: 75%;
    font-weight: 400;
  }

  .herohook3 {
    font-size: 10px;
    line-height: 150%;
  }

  .text-span-4 {
    font-size: 10px;
    line-height: 130%;
  }

  .lisaslogan {
    margin-bottom: 0px;
  }

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

  .heading-2 {
    font-size: 18px;
  }

  .dienstleistungen {
    overflow: hidden;
  }

  .heading-3 {
    font-size: 18px;
  }

  .hero_a-unterseite {
    margin-top: 0px;
  }

  .herocontainer-unterseite {
    margin-top: 40px;
  }

  .herounterseite {
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .brand {
    width: 900%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .logoslogan {
    padding-left: 15px;
    font-size: 13px;
    text-align: left;
  }

  .pricegroup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pricegroup.pricegroup-copy {
    width: 100%;
  }

  .pricegroup-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#w-node-_33822bd3-bedb-1eb3-5af4-959c0807e90a-d1230124 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-e11fe092-e197-2a6a-ec5a-0b519c85779b-9c857798 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e11fe092-e197-2a6a-ec5a-0b519c8577a2-9c857798 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e11fe092-e197-2a6a-ec5a-0b519c8577a8-9c857798 {
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-be2cdc15-9994-6257-5aad-fcddea393919-ea393917 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }
}

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