body {
  background-color: white;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  line-height: 44px;
  font-style: italic;
  font-weight: 400;
}
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-top: 0px;
  margin-bottom: 190px;
  padding: 0px 40px;
  color: #4a4a4a;
  font-size: 17px;
  line-height: 26px;
  font-style: italic;
  font-weight: 400;
}
a {
  position: static;
  left: 0px;
  top: 0px;
  display: block;
  float: none;
  color: white;
  text-align: left;
}
a:hover {
  color: white;
}
a.w--current {
  color: black;
}
a.w--current:active {
  color: red;
}
a.w--current:focus {
  color: white;
}
.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
}
.home-section {
  height: 100%;
  background-color: white;
}
.home-section.terms {
  background-color: #dedede;
}
.navblock {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  height: 64px;
  padding-top: 10px;
  padding-bottom: 5px;
  background-color: rgba(255, 255, 255, 0.8);
}
.navlogoblock {
  margin-top: 9px;
  margin-left: 15px;
  float: left;
}
.txtblock {
  margin-top: 0px;
  margin-bottom: 380px;
  padding-top: 65px;
}
.txtblock.dev {
  margin-bottom: 140px;
  padding-top: 65px;
}
.txtblock.impressum {
  margin-bottom: 20px;
  padding-top: 0px;
}
.footer {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 200;
  display: block;
  height: auto;
  padding: 11px 19px 14px 20px;
  border-top-style: solid;
  border-top-width: 2px;
  background-color: white;
}
.footer.mobile {
  position: relative;
}
.copyright {
  max-width: 457px;
  font-size: 12px;
}
.footerlink {
  margin-left: 17px;
  float: right;
  color: #8c8c8c;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}
.sectiondevelopment {
  height: auto;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
}
.developmentvis {
  height: 553px;
  background-image: url('../images/dev03.jpg');
  background-position: 50% -204px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.sectiontitle {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 0px;
  padding-top: 164px;
  padding-right: 40px;
  padding-left: 40px;
}
.sectiontitle.investment {
  padding-top: 143px;
}
.sectiontitle.invest {
  padding-top: 65px;
}
.titlehr {
  width: 100px;
  height: 4px;
  margin-bottom: 40px;
  border-top-style: solid;
}
.projectname {
  margin-top: 20px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  text-transform: none;
}
.projectname.bold {
  font-weight: 700;
}
.col1 {
  padding-top: 82px;
}
.projectrow {
  margin-bottom: 90px;
}
.block2 {
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  list-style-type: square;
}
.devslider {
  height: auto;
  background-color: white;
}
.slideicon {
  margin-top: 180.5px;
  color: #b8b6b6;
}
.devslidermask {
  padding-top: 11px;
  padding-right: 80px;
  padding-left: 80px;
}
.viewbtn {
  display: none;
  width: 100px;
  height: 100px;
  background-image: url('../images/example-bg.png'), url('../images/viewproject-2.jpg');
  background-size: 125px, auto;
  background-repeat: no-repeat, no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.viewbtn:hover {
  background-image: none;
  background-repeat: repeat;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.projtnimage {
  height: 400px;
  border-radius: 200px;
  opacity: 1;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transition-delay: initial;
  transition-delay: initial;
}
.projtnimage:hover {
  border-radius: 200px;
}
.arrowbox {
  background-color: white;
}
.column2 {
  text-align: center;
}
.slidenav {
  margin-top: 0px;
  padding-top: 2px;
}
.navcontainer1400 {
  display: block;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 27px;
}
.visimage {
  display: block;
  width: 100%;
  height: auto;
  max-width: 2500px;
  margin-right: auto;
  margin-bottom: 70px;
  margin-left: auto;
}
.navbar {
  width: 200px;
  margin-right: 12px;
  float: right;
  background-color: transparent;
  text-align: right;
}
.containernav {
  margin-right: 1px;
}
.menubutton {
  margin-top: 0px;
  padding: 2px;
  background-color: rgba(255, 255, 255, 0.29);
}
.navlink {
  position: static;
  display: block;
  width: auto;
  text-align: left;
}
.navlink:hover {
  color: white;
}
.navlink.w--current {
  color: white;
}
.navlink.w--current:focus {
  color: white;
}
.navmenu {
  margin-top: 54px;
  background-color: rgba(150, 150, 150, 0.95);
}
.menutxt {
  display: inline-block;
  margin-top: 12px;
  padding-left: 114px;
  float: left;
  font-size: 12px;
  text-align: left;
}
.investmentsection {
  position: relative;
  height: 100%;
  clear: both;
}
.investmentvis {
  height: 553px;
  background-image: url('../images/dev-bg.jpg'), url('../images/investment-bg.jpg');
  background-position: 0px 0px, 50% 37%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}
.investmenttext {
  display: block;
  height: auto;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.invtext {
  padding-top: 80px;
  padding-bottom: 80px;
}
.invtext2 {
  margin-bottom: 140px;
  padding-top: 60px;
  padding-right: 40px;
  padding-left: 40px;
}
.contactsection {
  height: 100%;
  padding-bottom: 0px;
}
.contactsection.terms {
  padding-bottom: 40px;
}
.contactvis {
  height: 553px;
  background-image: url('../images/contact_bild.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
.contactvisual {
  position: relative;
  height: 500px;
  margin-top: 1px;
  background-image: url('../images/img_vis5.jpg');
  background-repeat: no-repeat;
}
.contacttextsection {
  height: 400px;
}
.contacttextblock {
  padding-top: 128px;
  padding-right: 0px;
  padding-left: 0px;
}
.titleblock {
  padding-right: 40px;
  padding-left: 40px;
}
.titleblock.impressum {
  margin-top: 160px;
}
.map {
  width: auto;
  height: 600px;
}
.footerlinktext {
  display: inline-block;
  margin-left: 4px;
  float: right;
  color: black;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
}
.footerlinktext:hover {
  color: #ba0000;
}
.div1400 {
  display: block;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}
.logo {
  height: 40px;
  margin-top: -6px;
}
.menubuttonicon {
  font-size: 40px;
}
.startervisbox {
  height: 553px;
  margin-bottom: 0px;
  background-image: url('../images/investment-bg.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
.proj {
  width: 100px;
  height: 100px;
  background-image: url('../images/view-project-default.png');
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.proj:hover {
  background-image: url('../images/view-project-over.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.proj.de {
  background-image: url('../images/view-project-de.png');
}
.proj.de:hover {
  background-image: url('../images/view-project-over-de.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.termsvis {
  height: 553px;
  background-image: url('../images/img_vis3.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.contactformblock {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: auto;
  min-height: 0px;
  padding-bottom: 90px;
  background-color: #ebebeb;
}
.formholder {
  display: block;
  max-width: 940px;
  margin: 0px auto 52px;
  padding-top: 90px;
  padding-right: 26px;
  padding-left: 26px;
}
.copyrighttext {
  margin-bottom: 0px;
  padding-left: 0px;
  font-size: 13px;
  font-style: normal;
}
.copyrightlink {
  display: inline-block;
  color: black;
  text-decoration: none;
}
.copyrightlink:hover {
  color: #ba0000;
}
.addressblock {
  color: white;
}
.neg {
  color: white;
}
.telnr {
  display: inline-block;
  margin-top: 1px;
  padding-top: 0px;
  padding-left: 14px;
  font-size: 34px;
  text-decoration: none;
}
.telnr:hover {
  color: #fc0808;
  text-decoration: none;
}
.contctrow {
  padding-right: 40px;
  padding-left: 40px;
}
.projname {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
}
.beschreibung {
  margin-top: 20px;
  font-size: 15px;
  font-style: italic;
}
.googlemapbox {
  height: 600px;
  margin-bottom: 0px;
  padding-right: 40px;
  padding-bottom: 0px;
  padding-left: 40px;
  background-color: #ebebeb;
}
.map2 {
  display: block;
  height: 553px;
  margin-right: auto;
  margin-left: auto;
}
.testmap {
  margin-top: 49px;
}
.impressum-terms {
  background-color: #f7f5f5;
}
.hsre-list {
  padding-left: 18px;
  font-size: 17px;
  line-height: 26px;
  list-style-type: square;
}
.impressum_link {
  margin-bottom: 70px;
  color: #4a4a4a;
  text-decoration: none;
}
.impressumlink {
  display: inline-block;
  color: #4a4a4a;
  text-decoration: none;
}
.impressumlink:hover {
  color: #b30202;
}
.whitecointactlink {
  display: inline-block;
  margin-bottom: 0px;
  text-decoration: none;
}
.whitecointactlink:hover {
  color: #ba0000;
}
.langsel {
  color: #ba0000;
  text-decoration: none;
}
.langsel:hover {
  color: black;
}
@media (max-width: 991px) {
  h1 {
    margin-top: 0px;
    font-size: 34px;
  }
  a {
    text-align: left;
  }
  .navblock {
    padding-bottom: 6px;
  }
  .txtblock {
    margin-bottom: 200px;
    padding-top: 60px;
  }
  .txtblock.dev {
    margin-bottom: 60px;
  }
  .txtblock.impressum {
    margin-bottom: 20px;
  }
  .footer.mobile {
    padding-top: 4px;
    padding-bottom: 6px;
  }
  .copyright.mobile {
    font-size: 11px;
  }
  .developmentvis {
    height: 450px;
    background-position: 50% 0px;
  }
  .sectiontitle {
    padding-top: 136px;
  }
  .sectiontitle.investment {
    padding-top: 90px;
    padding-left: 41px;
  }
  .projectname {
    font-size: 13px;
  }
  .projtnimage {
    height: 366px;
  }
  .slidenav {
    margin-bottom: 30px;
  }
  .navcontainer1400 {
    margin-top: 0px;
    padding-left: 47px;
  }
  .visimage {
    height: auto;
    margin-bottom: 50px;
  }
  .navbar {
    background-color: transparent;
  }
  .containernav {
    background-color: transparent;
  }
  .menubutton {
    right: 0px;
    display: inline-block;
    margin-top: -3px;
    float: right;
    background-color: rgba(255, 255, 255, 0.29);
  }
  .navmenu {
    margin-top: 54px;
  }
  .menutxt {
    display: block;
    margin-top: -14px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 24px;
    padding-left: 90px;
    float: left;
    text-align: right;
  }
  .investmentvis {
    height: 450px;
  }
  .contactsection {
    padding-bottom: 0px;
  }
  .contacttextblock {
    margin-bottom: -6px;
    padding-top: 100px;
    padding-bottom: 1px;
  }
  .map {
    height: 500px;
  }
  .footerlinktext.mobile {
    margin-top: 3px;
    font-size: 11px;
  }
  .logo {
    height: 35px;
  }
  .startervisbox {
    height: 450px;
    background-position: 50% 0px;
  }
  .termsvis {
    height: 400px;
  }
  .contactformblock {
    padding-bottom: 60px;
  }
  .formholder {
    padding-top: 60px;
    padding-right: 60px;
    padding-left: 60px;
  }
  .copyrighttext {
    font-size: 11px;
  }
  .telnr {
    margin-top: 30px;
  }
  .googlemapbox {
    padding-right: 40px;
    padding-left: 40px;
  }
  .hsre-list {
    padding-left: 19px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
  p {
    margin-top: 0px;
    margin-bottom: 58px;
  }
  .navblock {
    height: 54px;
    padding-top: 8px;
    padding-bottom: 6px;
  }
  .txtblock {
    margin-bottom: 122px;
    padding-top: 51px;
  }
  .txtblock.dev {
    height: auto;
  }
  .txtblock.impressum {
    margin-bottom: 20px;
  }
  .footer {
    padding-top: 3px;
    padding-bottom: 8px;
  }
  .copyright {
    max-width: 600px;
    margin-top: 1px;
    float: none;
  }
  .copyright.mobile {
    font-size: 11px;
  }
  .footerlink {
    margin-left: 0px;
    float: left;
    clear: none;
  }
  .developmentvis {
    height: 400px;
    background-position: 50% 0px;
  }
  .sectiontitle {
    height: 135px;
    padding-top: 57px;
  }
  .sectiontitle.investment {
    height: auto;
    padding-top: 89px;
  }
  .col1 {
    padding-top: 0px;
  }
  .projectrow {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .slideicon {
    margin-top: 91.5px;
  }
  .projtnimage {
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .column2 {
    margin-bottom: 10px;
  }
  .slidenav {
    margin-bottom: -44px;
  }
  .navcontainer1400 {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    padding-left: 30px;
  }
  .visimage {
    height: auto;
    margin-bottom: 35px;
  }
  .navmenu {
    margin-top: 54px;
  }
  .menutxt {
    margin-top: 9px;
    padding-top: 0px;
  }
  .investmentvis {
    height: 400px;
    background-image: url('../images/dev-bg.jpg');
    background-position: 50% 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .titleblock.impressum {
    margin-top: 110px;
  }
  .map {
    height: 400px;
  }
  .footerlinktext {
    float: none;
  }
  .footerlinktext.w--current {
    float: none;
  }
  .footerlinktext.mobile {
    font-size: 11px;
  }
  .div1400 {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .logo {
    height: 34px;
    margin-top: 3px;
  }
  .startervisbox {
    position: relative;
    height: 400px;
    background-position: 50% 0px;
    background-size: cover;
  }
  .termsvis {
    height: 400px;
  }
  .contactformblock {
    padding-bottom: 50px;
  }
  .formholder {
    padding: 40px;
  }
  .addressblock {
    margin-top: 13px;
    padding-left: 2px;
    font-size: 15px;
    line-height: 24px;
  }
  .telnr {
    margin-top: 41px;
    padding-top: 0px;
    padding-left: 12px;
  }
  .googlemapbox {
    height: 400px;
  }
  .impressumlink {
    display: inline-block;
  }
}
@media (max-width: 479px) {
  h1 {
    margin-top: 0px;
    font-size: 23px;
  }
  p {
    padding-right: 22px;
    padding-left: 21px;
    font-size: 15px;
  }
  .navblock {
    height: 54px;
    padding-top: 0px;
  }
  .txtblock {
    padding-top: 35px;
  }
  .txtblock.dev {
    height: auto;
    margin-bottom: 80px;
    padding-top: 35px;
  }
  .txtblock.impressum {
    margin-bottom: 0px;
  }
  .footer {
    padding-top: 7px;
    padding-bottom: 10px;
  }
  .copyright.mobile {
    font-size: 11px;
  }
  .developmentvis {
    height: 400px;
    background-image: url('../images/dev03.jpg');
    background-position: 50% 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .sectiontitle {
    padding-top: 90px;
  }
  .sectiontitle.investment {
    padding-left: 40px;
  }
  .sectiontitle.invest {
    padding-top: 35px;
  }
  .titlehr {
    margin-bottom: 20px;
  }
  .projectname {
    margin-bottom: 20px;
  }
  .slideicon {
    display: block;
    margin-top: 320.5px;
    margin-right: auto;
    margin-left: auto;
  }
  .devslidermask {
    padding-right: 41px;
    padding-left: 41px;
  }
  .arrowbox {
    width: 13%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .column2 {
    padding-top: 7px;
    padding-bottom: 9px;
  }
  .slidenav {
    margin-bottom: -41px;
  }
  .navcontainer1400 {
    padding-left: 7px;
  }
  .visimage {
    display: block;
  }
  .containernav {
    margin-top: 8px;
  }
  .menutxt {
    padding-left: 111px;
    font-size: 12px;
  }
  .investmentvis {
    background-image: url('../images/dev-bg.jpg');
    background-position: 50% 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .invtext2 {
    padding: 20px;
  }
  .contactvis {
    height: 615px;
  }
  .contacttextblock {
    padding-top: 105px;
  }
  .titleblock {
    padding: 21px;
  }
  .titleblock.impressum-mobile {
    padding-top: 130px;
  }
  .titleblock.impressum {
    margin-top: 80px;
  }
  .map {
    height: 350px;
  }
  .footerlinktext {
    float: none;
    text-align: center;
  }
  .footerlinktext.w--current {
    float: none;
    text-align: center;
  }
  .footerlinktext.mobile {
    font-size: 11px;
  }
  .div1400 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
    text-align: center;
  }
  .logo {
    height: 26px;
    margin-top: 6px;
  }
  .startervisbox {
    height: 400px;
    background-position: 50% 0px;
  }
  .termsvis {
    height: 400px;
  }
  .formholder {
    padding: 20px;
  }
  .copyrighttext {
    line-height: 17px;
  }
  .addressblock {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
  }
  .telnr {
    margin-top: 19px;
    font-size: 25px;
  }
  .contctrow {
    padding: 20px 12px;
  }
  .beschreibung {
    margin-bottom: 20px;
  }
  .googlemapbox {
    height: 370px;
    padding: 20px;
  }
}

