body {
  background-color: #d5dbe2;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  color: #000;
  font-size: 50px;
  line-height: 66px;
  font-weight: 300;
  letter-spacing: -1px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  color: #363535;
  font-size: 38px;
  line-height: 44px;
  font-weight: 400;
}

h3 {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 4px 15px;
  background-color: rgba(255, 235, 0, .72);
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}

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

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: rgba(0, 0, 0, .6);
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

.section-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  padding: 10%;
  -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: hsla(0, 0%, 100%, 0);
  text-decoration: none;
}

.section-01.slider {
  height: 90vh;
  padding: 0%;
  background-color: transparent;
}

.section-01.grey {
  min-height: 80vh;
  background-color: #d5dbe2;
}

.section-02 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 800px;
}

.div-backgrounds {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
}

.bg-01 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -2;
  background-image: none;
  opacity: 0.16;
}

.section-03 {
  height: 800px;
}

.sections {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 70vh;
  padding: 10% 5%;
  -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: #fff;
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.sections.grey {
  background-color: #d5dbe2;
}

.bg-02 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -3;
  background-color: #a3b0b8;
}

.bg-03 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -4;
  background-color: #a5a290;
}

.bg-04 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -5;
  background-color: #a3b9b3;
}

.bg-video {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -2;
  overflow: hidden;
  height: 100vh;
  background-image: none;
}

.div-gradient {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100vw;
  height: 100vh;
  background-image: -webkit-linear-gradient(135deg, rgba(106, 149, 230, .62), hsla(58, 46%, 89%, .36)), -webkit-linear-gradient(0deg, hsla(45, 76%, 69%, .9), hsla(0, 0%, 100%, .54) 48%, hsla(53, 79%, 68%, .1));
  background-image: linear-gradient(315deg, rgba(106, 149, 230, .62), hsla(58, 46%, 89%, .36)), linear-gradient(90deg, hsla(45, 76%, 69%, .9), hsla(0, 0%, 100%, .54) 48%, hsla(53, 79%, 68%, .1));
}

.div-gradient.sesond {
  background-image: -webkit-linear-gradient(0deg, rgba(140, 196, 223, .31), hsla(0, 0%, 100%, .54) 52%, hsla(47, 22%, 59%, .53));
  background-image: linear-gradient(90deg, rgba(140, 196, 223, .31), hsla(0, 0%, 100%, .54) 52%, hsla(47, 22%, 59%, .53));
}

.div-container {
  margin-top: 31px;
  margin-bottom: 30px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.div-container.button-fullwidth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  margin-bottom: 50px;
  -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: rgba(0, 0, 0, .71);
  -webkit-transition: all 220ms ease-in-out;
  transition: all 220ms ease-in-out;
  text-align: center;
  cursor: pointer;
}

.div-container.button-fullwidth:hover {
  background-color: #000;
}

.column {
  padding-right: 12px;
  padding-left: 0px;
}

.description {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 97%;
  height: 60px;
  padding: 10px 20px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 3px solid #ffc200;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .81) 13%, transparent);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .81) 13%, transparent);
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  cursor: pointer;
}

.description:hover {
  background-size: auto, 125%;
}

.description.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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}

.projects {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 200px;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  -webkit-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}

.projects:hover {
  opacity: 0.6;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.projects._05 {
  background-image: url('../images/nordend01.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.projects._03 {
  background-image: url('../images/Weilburger-1.jpg');
  background-position: 50% 50%;
  background-size: 460px;
}

.projects._02 {
  background-image: url('../images/OF-1b.jpg');
  background-size: 421px;
}

.projects._04 {
  background-image: url('../images/klueberstrasse-frankfurt.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.projects._07 {
  background-image: url('../images/Citruswerk.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.projects._08 {
  background-image: url('../images/hospitality-fund-greece.jpg');
  background-size: cover;
}

.projects._09 {
  background-image: url('../images/bridge-to-greece.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.projects._06 {
  background-image: url('../images/gutleutstrasse-frankfurt.jpg');
  background-position: 50% 100%;
  background-size: 318px;
}

.projects._00 {
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.projects._10 {
  background-image: url('../images/love-greece-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.projects._11 {
  background-image: url('../images/love-greece-2.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.projects._12 {
  background-image: url('../images/mundanins-frankfurter-stadtschule.jpg');
  background-position: 50% 35%;
  background-size: cover;
}

.projects._13 {
  background-image: url('../images/duales-ausbildungssystem-greece.jpg');
  background-position: 50% 29%;
  background-size: cover;
}

.projects._14 {
  background-image: url('../images/stegstrasse-frankfurt.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.projects._15 {
  background-image: url('../images/wiesenau-frankfurt.jpg');
  background-position: 50% 38%;
  background-size: cover;
}

.projects._16 {
  background-image: url('../images/beethovenstrasse-7-nachher.jpg');
  background-position: 50% -16px;
  background-size: cover;
}

.projects._17 {
  background-image: url('../images/mittelweg-12.jpg');
  background-position: 50% -16px;
  background-size: cover;
}

.projects._18 {
  background-image: url('../images/habsburgallee-45.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.projects._19 {
  background-image: url('../images/kranichsteinstrasse-13.jpg');
  background-position: 50% 0px;
}

.projects._20 {
  background-image: url('../images/schuhmannstrasse.jpg');
  background-position: 50% 14%;
  background-size: cover;
}

.projects._21 {
  background-image: url('../images/arndtstrasse-42-nachher.jpg');
  background-position: 50% 100%;
  background-size: 110%;
}

.projects._22 {
  background-image: url('../images/schweizer-strasse.jpg');
  background-position: 50% 0px;
  background-size: 110%;
}

.projects._23 {
  background-image: url('../images/guenthersburgallee-10.jpg');
  background-position: 0px 100%;
  background-size: cover;
}

.projects._24 {
  background-image: url('../images/heidestrasse-20.jpg');
  background-position: 50% -29px;
  background-size: cover;
}

.projects._25 {
  background-image: url('../images/juliusstrasse.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.projects._26 {
  background-image: url('../images/Kalliopi-Charidonidou_KCI-Frankfurt.jpg');
  background-position: 50% 39%;
  background-size: cover;
  background-repeat: no-repeat;
}

.projects._27 {
  background-image: url('../images/kci-frankfurt.jpg'), url('../images/example-bg.png');
  background-position: 50% 31%, 0px 0px;
  background-size: 115%, 125px;
  background-repeat: no-repeat, repeat;
}

.projects._28 {
  background-image: url('../images/Fotoshooting_Ulmenstrasse_95-4.jpg');
  background-position: 50% -44px;
  background-size: 125%;
}

.projects._29 {
  background-image: url('../images/Fotoshooting_Ulmenstrasse_44-2.jpg');
  background-position: 0px 50%;
  background-size: 120%;
}

.projects._30 {
  background-image: url('../images/Arndtstrasse-18.jpg');
  background-position: 50% -19px;
  background-size: 400px;
}

.projects._31 {
  background-image: url('../images/westendstrasse-64.jpg');
  background-size: 409px;
}

.projects._32 {
  background-image: url('../images/mittelweg-11.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.projects._36 {
  background-image: url('../images/kettenhofweg-73.jpg');
  background-size: 330px;
}

.projects._37 {
  background-image: url('../images/stegstrasse-62.jpg');
  background-position: 50% 0px;
  background-size: 105%;
}

.projects._38 {
  background-image: url('../images/schwanthalerstrasse-23.jpg');
  background-size: 304px;
}

.projects._40 {
  background-image: url('../images/weberstrasse-10.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.projects._41 {
  background-image: url('../images/weberstrasse-60.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.projects._42 {
  background-image: url('../images/gartenstrasse-34a.jpg');
  background-position: 50% 17%;
  background-size: cover;
}

.projects._43 {
  background-image: url('../images/schleidenstrasse-28.jpg');
  background-size: cover;
}

.projects._44 {
  background-image: url('../images/fichardstrasse-39.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.projects._45 {
  background-image: url('../images/gutzkowstrasse-20.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.projects._47 {
  background-image: url('../images/Egenolffstr.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.projects._48 {
  background-image: url('../images/klueberstrasse-15.jpg');
  background-position: 100% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.projects._49 {
  background-image: url('../images/diesterwegstrasse-19.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.projects._50 {
  background-image: url('../images/wiesbaden-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.projects._51 {
  background-image: url('../images/fachfeldstrasse.jpg');
  background-position: 50% 29%;
  background-size: 105%;
  background-repeat: no-repeat;
}

.projects._46 {
  background-image: url('../images/seilerstrasse-15.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.projects._01 {
  background-image: url('../images/sommerhofpark-frankfurt-main-01_preview.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.mask {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  width: 97%;
  height: 200px;
  background-color: #000;
}

.underline {
  width: 15vw;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 15px;
  background-color: hsla(0, 0%, 51%, .45);
}

.underline.gelb {
  display: block;
  width: 50%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  float: left;
  background-color: #ffc200;
}

.form-wrapper {
  margin-top: 30px;
}

.form-input {
  height: 60px;
  margin-bottom: 15px;
  border-style: solid;
  border-width: 1px 1px 1px 3px;
  border-color: hsla(0, 0%, 100%, .45) hsla(0, 0%, 100%, .45) hsla(0, 0%, 100%, .45) hsla(0, 0%, 100%, .37);
  background-color: hsla(0, 0%, 100%, .6);
  box-shadow: inset 1px 1px 0 0 hsla(0, 0%, 100%, .8);
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 17px;
}

.form-input:hover {
  border-width: 1px 1px 1px 3px;
  border-color: #000;
  background-color: hsla(0, 0%, 100%, .23);
  box-shadow: none;
}

.form-input:active {
  border-color: #ffeb00;
}

.form-input:focus {
  border-color: #ffeb00;
}

.form-input.text-area {
  height: 100px;
}

.form-input.text-area:focus {
  border-color: #ffeb00;
}

.button {
  width: 100%;
  height: 70px;
  margin-top: 15px;
  padding: 12px 44px;
  background-color: rgba(255, 194, 0, .79);
  box-shadow: inset 0 1px 0 1px hsla(0, 0%, 99%, .56), 0 1px 1px 0 rgba(0, 0, 0, .29);
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.button:hover {
  background-color: #000;
  box-shadow: inset 0 1px 0 1px hsla(0, 0%, 99%, .3), 0 1px 1px 0 rgba(0, 0, 0, .29);
  color: #fff;
}

.bg-video-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -6;
  display: none;
  height: 100vh;
}

.light {
  font-weight: 300;
}

.h1 {
  margin-top: -5px;
  font-family: 'Playfair Display', sans-serif;
}

.h1.white {
  display: inline-block;
  margin-top: 5px;
  margin-right: 6px;
  margin-left: 0px;
  color: #fff;
  line-height: 56px;
}

.slide1 {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  width: 100vw;
  height: 90vh;
  float: none;
  -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-image: url('../images/KCI-Investment-Frankfurt_web.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide1.slide2 {
  display: inline-block;
  float: none;
  background-image: url('../images/KCI-Invest-Frankfurt_web.jpg');
  background-size: cover;
}

.slide1.slide3 {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .11), hsla(0, 0%, 79%, .23)), url('../images/KCI_Visual-07.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .11), hsla(0, 0%, 79%, .23)), url('../images/KCI_Visual-07.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-slider-content {
  position: relative;
  z-index: 99;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 15px;
  margin-left: 0px;
  padding: 5px 42px 5px 20px;
  border-radius: 3px;
  background-color: rgba(29, 29, 29, .65);
}

.div-slider-content.left-side {
  margin-left: 90px;
}

.div-flash {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 160px;
  background-color: rgba(155, 247, 255, .91);
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

.div-flash.yellow {
  background-color: #faf7d7;
}

.div-flash.bright {
  top: 218px;
  right: 150px;
  bottom: 0px;
  background-color: rgba(231, 254, 255, .91);
}

.div-fullscreen {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 90vh;
  padding-right: 90px;
  padding-left: 90px;
  -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;
}

.div-fullscreen.vertical-align {
  padding-right: 90px;
  padding-left: 90px;
}

.slider-arrow {
  top: -10vh;
  height: 90vh;
  background-color: rgba(38, 39, 41, 0);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.slider-arrow:hover {
  background-color: rgba(38, 39, 41, .43);
}

.slider-nav {
  left: 0px;
  right: 0px;
  bottom: 10vh;
}

.section-white {
  position: relative;
  bottom: 10vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10vh;
  margin-bottom: -60px;
  -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-image: -webkit-linear-gradient(270deg, #fff, hsla(0, 0%, 100%, 0));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0));
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 70px;
  background-color: hsla(0, 0%, 100%, .82);
  box-shadow: 0 16px 18px -10px hsla(0, 0%, 48%, .26);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.navbar:hover {
  background-color: hsla(0, 0%, 100%, .9);
}

.brand {
  margin-top: 9px;
  margin-left: 50px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.navlink {
  height: 70px;
  padding-top: 24px;
  padding-right: 26px;
  padding-left: 26px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #d5dbe2;
  border-bottom: 3px solid transparent;
  border-left: 1px solid #d5dbe2;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: 'Playfair Display', sans-serif;
  color: #727272;
  font-size: 20px;
}

.navlink:hover {
  background-color: #ffc200;
  color: #1a1a1a;
}

.navlink.w--current {
  background-color: #d5dbe2;
  color: #1a1a1a;
}

.navlink.w--current:hover {
  background-color: #ffc200;
  color: #131212;
}

.navlink.first {
  border-left-width: 2px;
}

.navlink.first.w--current:hover {
  background-color: #ffc200;
}

.scroll-down {
  font-family: 'Playfair Display', sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.div-projects-10-12 {
  margin-top: 31px;
  margin-bottom: 30px;
  padding-right: 10px;
  padding-left: 10px;
}

.div-projects-13-15 {
  margin-top: 31px;
  margin-bottom: 30px;
  padding-right: 10px;
  padding-left: 10px;
}

.div-projects-16-18 {
  margin-top: 31px;
  margin-bottom: 30px;
  padding-right: 10px;
  padding-left: 10px;
}

.div-projects-19-21 {
  margin-top: 31px;
  margin-bottom: 210px;
  padding-right: 10px;
  padding-left: 10px;
}

.row-slider-width {
  width: 80%;
}

.div-block {
  width: 100%;
}

.textlink {
  color: #2c2c2c;
  text-decoration: none;
}

.textlink:hover {
  text-decoration: underline;
}

.space-top-30 {
  margin-top: 31px;
}

.column-2 {
  padding-right: 0px;
  padding-left: 35px;
}

.socket {
  position: relative;
  left: 0px;
  right: 0px;
  height: 60px;
  margin-bottom: -60px;
  background-color: transparent;
  background-image: none;
}

.column-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-right: 20px;
  padding-left: 20px;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.column-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-right: 20px;
  padding-left: 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;
  text-align: center;
}

.column-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.text-copy {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 12px;
  font-weight: 400;
}

.section-impressum {
  min-height: 100vh;
  padding: 5% 10%;
  background-color: #fff;
}

.section-datenschutz {
  min-height: 100vh;
  padding: 5% 10%;
  background-color: #fff;
}

.linkblock {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.white-txt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.projektbeschreibung {
  position: static;
  top: 209px;
  margin-top: -8px;
  margin-right: auto;
  margin-left: 0px;
  clear: left;
  color: hsla(0, 0%, 95%, .66);
  text-align: left;
}

.div-block-2 {
  position: relative;
  display: block;
}

.bg-05 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -6;
  display: none;
  background-image: url('../images/sun-kontakt.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div {
  height: 200px;
}

.div-projects-22-24 {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-right: 10px;
  padding-left: 10px;
}

.div-projects-25-28 {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-right: 10px;
  padding-left: 10px;
}

.div-projects-29-31 {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-right: 10px;
  padding-left: 10px;
}

.div-projects-34-36 {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-right: 10px;
  padding-left: 10px;
}

.div-projects-37-39 {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-right: 10px;
  padding-left: 10px;
}

.div-projects-40-42 {
  margin-top: 29px;
  margin-bottom: 29px;
  padding-right: 10px;
  padding-left: 10px;
}

.container-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link-block {
  display: block;
  float: none;
}

.paragraph {
  font-style: normal;
}

.text-span {
  font-size: 20px;
}

.text-span-2 {
  font-size: 20px;
}

.head-big {
  margin-bottom: 1px;
  font-size: 21px;
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 1;
}

html.w-mod-js *[data-ix="scale-initial-apperiance"] {
  -webkit-transform: scale(1.4, 1.4);
  -ms-transform: scale(1.4, 1.4);
  transform: scale(1.4, 1.4);
}

html.w-mod-js *[data-ix="fadein"] {
  opacity: 0;
  -webkit-transform: translate(-25px, 0px);
  -ms-transform: translate(-25px, 0px);
  transform: translate(-25px, 0px);
}

html.w-mod-js *[data-ix="fadein-2"] {
  opacity: 0;
  -webkit-transform: translate(-25px, 0px);
  -ms-transform: translate(-25px, 0px);
  transform: translate(-25px, 0px);
}

html.w-mod-js *[data-ix="fadein-3"] {
  opacity: 0;
  -webkit-transform: translate(-25px, 0px);
  -ms-transform: translate(-25px, 0px);
  transform: translate(-25px, 0px);
}

html.w-mod-js *[data-ix="fadein-4"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="flash-initial"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

html.w-mod-js *[data-ix="scroll-down"] {
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

html.w-mod-js *[data-ix="hide-initial"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="hidden-section"] {
  display: none;
  opacity: 0;
}

@media (max-width: 991px) {
  .section-01 {
    padding-right: 5%;
    padding-left: 5%;
  }
  .section-01.grey {
    padding-right: 5%;
    padding-left: 5%;
  }
  .sections {
    padding-right: 5%;
    padding-left: 5%;
  }
  .div-container.button-fullwidth {
    margin-bottom: 50px;
  }
  .projects._08 {
    background-size: cover;
  }
  .projects._09 {
    background-size: cover;
  }
  .projects._10 {
    background-size: cover;
  }
  .projects._26 {
    background-size: 150%;
  }
  .form-wrapper {
    width: 80vw;
  }
  .h1.white {
    margin-bottom: 5px;
    font-size: 40px;
    line-height: 50px;
  }
  .div-slider-content {
    padding: 0px 35px 2px 18px;
  }
  .div-slider-content.left-side {
    margin-left: 0px;
  }
  .div-fullscreen {
    padding-left: 5%;
    -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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-fullscreen.vertical-align {
    padding-left: 10%;
    -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;
  }
  .slider-arrow {
    display: none;
  }
  .menue-button {
    width: 70px;
    height: 70px;
    padding: 17px 16px 16px;
    color: #9fa2a5;
    font-size: 39px;
    font-weight: 400;
  }
  .row-slider-width {
    width: 100%;
  }
  .space-top-30 {
    margin-top: 20px;
  }
  .column-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
  .text-copy {
    font-size: 10px;
  }
}

@media (max-width: 767px) {
  .section-01.slider {
    height: 170vh;
    min-height: 80vh;
  }
  .section-01.grey {
    padding-top: 7%;
  }
  .column {
    position: relative;
  }
  .description {
    bottom: 15px;
  }
  .projects._03 {
    background-size: cover;
  }
  .projects._02 {
    background-size: cover;
  }
  .projects._06 {
    background-size: cover;
  }
  .projects._30 {
    background-image: url('../images/Arndtstrasse-18.jpg');
    background-position: 50% -19px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .projects._31 {
    background-image: url('../images/westendstrasse-64.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .projects._32 {
    background-image: url('../images/mittelweg-11.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .projects._36 {
    background-image: url('../images/kettenhofweg-73.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .projects._37 {
    background-image: url('../images/stegstrasse-62.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .projects._38 {
    background-image: url('../images/schwanthalerstrasse-23.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .underline.gelb {
    margin-bottom: 10px;
  }
  .h1.white {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 25px;
  }
  .slide1 {
    height: 170vh;
  }
  .slide1.slide2 {
    height: 170vh;
  }
  .slide1.slide3 {
    height: 170vh;
  }
  .div-fullscreen {
    height: 170vh;
    padding-left: 10%;
  }
  .slider-nav {
    bottom: 0vh;
  }
  .column-left {
    height: auto;
  }
  .column-center {
    height: auto;
  }
  .column-right {
    height: auto;
    padding-bottom: 15px;
  }
  .text-copy {
    text-align: center;
  }
  .column-3 {
    padding-left: 0px;
  }
  .column-4 {
    padding-left: 0px;
  }
  .column-5 {
    padding-left: 0px;
  }
  .column-6 {
    padding-left: 0px;
  }
  .column-7 {
    padding-left: 0px;
  }
  .column-8 {
    padding-left: 0px;
  }
  .div {
    height: 200px;
    margin-bottom: 15px;
  }
}

@media (max-width: 479px) {
  .projects._26 {
    height: 150px;
  }
  .mask {
    height: 150px;
  }
  .h1.white {
    margin-bottom: 3px;
    font-size: 35px;
    line-height: 42px;
    letter-spacing: -1px;
  }
  .div-slider-content {
    padding-top: 2px;
  }
  .div {
    height: 150px;
  }
}

@font-face {
  font-family: 'Glegoo';
  src: url('../fonts/Glegoo-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Glegoo';
  src: url('../fonts/Glegoo-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}