h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #1e2749;
  font-size: 60px;
  line-height: 75px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Karma, sans-serif;
  color: #929291;
  font-size: 30px;
  line-height: 37.5px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #1e2749;
  font-size: 25px;
  line-height: 31.25px;
  font-weight: 400;
  text-align: center;
}

p {
  margin-bottom: 0px;
  font-family: Karma, sans-serif;
  color: #1e2749;
  font-size: 18.5px;
  line-height: 37px;
  font-weight: 500;
  text-align: center;
}

a {
  text-decoration: underline;
}

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

label {
  display: block;
  margin-bottom: 5px;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  font-weight: 300;
  text-transform: uppercase;
}

strong {
  font-weight: 700;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: #fff;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, .15);
}

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

.img-logo {
  height: 105px;
}

.link-nav {
  width: auto;
  height: 50px;
  margin-top: 37.5px;
  margin-right: 0px;
  margin-left: 37.5px;
  padding: 17.5px 0px;
  border-bottom: 2px none rgba(0, 0, 0, .05);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Roboto, sans-serif;
  color: rgba(0, 0, 0, .6);
  font-size: 17.5px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.link-nav:hover {
  border-bottom-color: #1e2749;
  color: #1e2749;
}

.link-nav.w--current {
  color: #1e2749;
}

.sec-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.sec-content.sec-content-referenzen {
  margin-top: 0px;
  padding-top: 100px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .95), #fff), url('../images/ifc-group-frankfurt-klueberstrasse.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .95), #fff), url('../images/ifc-group-frankfurt-klueberstrasse.jpg');
  background-position: 0px 0px, 50% -360px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.sec-content.sec-content-referenzen.space-top-125 {
  margin-top: 125px;
  padding-top: 100px;
}

.sec-verweis {
  margin-top: 0px;
  padding: 100px 10%;
  background-color: rgba(0, 0, 0, .63);
  background-image: url('../images/ifc-group-frankfurt-klueberstrasse.jpg');
  background-position: 50% -360px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 1;
}

.t-footer {
  font-family: Roboto, sans-serif;
  color: rgba(0, 0, 0, .3);
  font-size: 15px;
}

.t-footer.aligned-right {
  text-align: right;
}

.socket {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid rgba(0, 0, 0, .15);
}

.p-link-footer {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: rgba(0, 0, 0, .3);
  font-weight: 700;
  text-decoration: none;
}

.p-link-footer:hover {
  color: #929291;
}

.div-box {
  height: auto;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, .15);
}

.column-left-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #929291;
}

.column-left-box.property {
  background-color: #85624b;
}

.column-left-box.services {
  background-color: #d88622;
}

.column-right-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.h1-neg {
  margin-top: 0px;
  padding-left: 0px;
  color: #fff;
  font-size: 50px;
  line-height: 62.5px;
  font-weight: 100;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.h1-neg.aligned-left {
  text-align: left;
}

.p-box {
  margin-top: 0px;
  padding-right: 25px;
  padding-left: 25px;
  color: #fff;
  font-size: 15px;
  line-height: 22.5px;
  font-weight: 300;
  text-align: center;
}

.row-box {
  height: 300px;
}

.link-cta {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
  border: 1px solid #fff;
  border-radius: 2px;
  background-color: #1e2749;
  background-image: url('../images/mail-ifc.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.link-cta:hover {
  background-color: #fff;
  background-image: url('../images/mail-ifc_1.png');
  background-size: auto;
}

.link-cta.space-right-0 {
  margin-right: 0px;
}

.link-cta.phone {
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
  border-style: solid;
  border-color: #fff;
  background-color: hsla(0, 0%, 100%, 0);
  background-image: url('../images/phone-ifc-white.png');
  background-size: auto;
}

.link-cta.phone:hover {
  background-color: #fff;
  background-image: url('../images/phone-ifc.png');
  background-size: auto;
}

.link-cta.space-left-right-0 {
  margin-left: 0px;
}

.btn {
  width: auto;
  margin-top: 25px;
  margin-left: 25px;
  padding: 5px 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .6);
  border-radius: 2px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.btn:hover {
  border-color: #1e2749;
}

.t-btn {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.t-btn:hover {
  color: #1e2749;
}

.sec-kontakt {
  height: auto;
  margin-top: 75px;
  padding-top: 0.5px;
  padding-bottom: 50px;
  background-image: -webkit-linear-gradient(270deg, rgba(30, 39, 73, .97), rgba(30, 39, 73, .97)), url('../images/ifc-group-frankfurt-schumannstrasse-treppe.jpg');
  background-image: linear-gradient(180deg, rgba(30, 39, 73, .97), rgba(30, 39, 73, .97)), url('../images/ifc-group-frankfurt-schumannstrasse-treppe.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.sec-kontakt.sec-kontakt-fh {
  height: auto;
  margin-top: 125px;
  padding-top: 200px;
  padding-bottom: 200px;
  background-image: -webkit-linear-gradient(270deg, null, null), url('../images/ifc-group-frankfurt.jpg');
  background-image: linear-gradient(180deg, null, null), url('../images/ifc-group-frankfurt.jpg');
  background-size: auto, cover;
}

.arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: 25px;
  margin-left: 25px;
  border: 2px solid #fff;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, .15);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.arrow:hover {
  background-color: #fff;
  color: #1e2749;
}

.arrow.arrow-bottom {
  border-color: rgba(0, 0, 0, .15);
  background-color: transparent;
  color: rgba(0, 0, 0, .15);
}

.arrow.arrow-bottom:hover {
  border-color: transparent;
  background-color: rgba(0, 0, 0, .15);
  color: #fff;
}

.slider-logos {
  height: 175px;
  margin-bottom: 0px;
  padding-right: 10%;
  padding-left: 10%;
  background-color: #fff;
  background-image: none;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, .15);
}

.slide-logos {
  width: 100%;
  height: 100%;
  padding: 37.5px 50px;
  background-color: transparent;
}

.slide-logos:hover {
  -webkit-filter: none;
  filter: none;
}

.slide-logos.slide-logos-modi {
  padding-top: 50px;
  padding-bottom: 50px;
}

.slide-logos.slide-logos-modi-2 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.slide-logos.slide-logos-modi-3 {
  padding-top: 55px;
  padding-bottom: 55px;
}

.slide-logos.slide-logos-no-link {
  cursor: default;
}

.slide-logos.slide-logos-modi-4 {
  padding-top: 62.5px;
  padding-bottom: 62.5px;
}

.link-slide-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 37.5px 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.3;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.link-slide-logos:hover {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.link-slide-logos.space-modi {
  padding: 0px;
}

.link-slide-logos.space-modi-2 {
  padding-right: 25px;
  padding-left: 25px;
}

.img-slide-logo {
  display: block;
  height: auto;
  max-height: 100%;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.45;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.img-slide-logo:hover {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.div-icons {
  display: block;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.div-icons.aligned-left {
  margin-top: 0px;
  text-align: left;
}

.div-portrait {
  display: block;
  width: 250px;
  height: 250px;
  margin: -75px auto 50px;
  border: 1px solid #fff;
  border-radius: 2px;
  background-image: url('../images/joannis-mitcas-ifc.jpg');
  background-position: 50% 50%;
  background-size: 260px 260px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.div-linkblock {
  display: block;
  width: 100%;
  min-height: 275px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 50px 25px;
  border: 2px none transparent;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, .75);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  text-align: center;
  text-decoration: none;
}

.div-linkblock:hover {
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(30, 39, 73, .95);
}

.div-linkblock.div-referenz {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 0px;
  border-style: none;
  border-radius: 2px;
  background-color: transparent;
  box-shadow: 0 0 20px 0 #cfcfcf;
  cursor: default;
}

.div-linkblock.div-referenz:hover {
  background-color: rgba(0, 0, 0, .05);
}

.div-linkblock.div-referenz.div-geschaeftsbereiche {
  height: 275px;
  padding-top: 112.5px;
  cursor: pointer;
}

.div-linkblock.div-referenz.div-geschaeftsbereiche.div-fgb {
  cursor: default;
}

.div-linkblock.div-referenz.div-geschaeftsbereiche.div-ifc {
  cursor: default;
}

.div-linkblock.div-linkblock-referenz-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 125px;
  padding: 25px 50px;
  -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;
  border-radius: 0px;
}

.div-linkblock.space-down-20.div-linkblock-sub {
  min-height: 0px;
}

.div-linkblock.div-linkblock-vorher {
  width: 50%;
  border-style: solid;
  border-color: transparent;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  color: transparent;
  font-size: 60px;
  font-weight: 200;
}

.div-linkblock.div-linkblock-vorher:hover {
  border-color: #fff;
  background-color: rgba(0, 0, 0, .15);
  color: #fff;
}

.div-linkblock.div-linkblock-sub {
  min-height: 0px;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-top: 25px;
  padding-right: 50px;
  padding-left: 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;
  border: 1px solid #fff;
  border-radius: 2px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}

.button:hover {
  border: 1px solid #fff;
  background-color: #fff;
  color: #1e2749;
}

.button.button-pos {
  display: block;
  width: 250px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-color: #1e2749;
  color: #1e2749;
  text-align: center;
}

.button.button-pos:hover {
  background-color: #1e2749;
  color: #fff;
}

.button.button-fw {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
}

.button.button-250px {
  display: block;
  width: 250px;
  margin-right: auto;
  margin-left: auto;
}

.button.btn-pos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  border-width: 1px;
  border-color: #1e2749;
  border-radius: 2px;
  color: #1e2749;
}

.button.btn-pos:hover {
  background-color: #1e2749;
  color: #fff;
}

.div-referenz-image {
  height: 250px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background-image: -webkit-linear-gradient(270deg, transparent, rgba(0, 0, 0, .15)), url('../images/_MG_0330.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .15)), url('../images/_MG_0330.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.div-referenz-image.div-referenz-image-beethovenstrasse {
  background-image: -webkit-linear-gradient(270deg, transparent, rgba(0, 0, 0, .15)), url('../images/ifc-group-frankfurt-beethovenstrasse.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .15)), url('../images/ifc-group-frankfurt-beethovenstrasse.jpg');
  background-position: 0px 0px, 50% -22px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-referenz-image.div-referenz-image-egenolffstrasse {
  background-image: -webkit-linear-gradient(270deg, transparent, rgba(0, 0, 0, .15)), url('../images/ifc-group-frankfurt-egenolffstrasse_1.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .15)), url('../images/ifc-group-frankfurt-egenolffstrasse_1.jpg');
  background-position: 0px 0px, 50% 54%;
  background-size: auto, cover;
}

.div-referenz-image.div-referenz-schumannstrasse-20 {
  background-image: -webkit-linear-gradient(270deg, transparent, rgba(0, 0, 0, .15)), url('../images/ifc-group-frankfurt-schumannstrasse-20-nachher.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .15)), url('../images/ifc-group-frankfurt-schumannstrasse-20-nachher.jpg');
  background-position: 0px 0px, 0px -80px;
  background-repeat: repeat, no-repeat;
}

.div-referenz-image.div-referenz-schweizer-strasse-63 {
  background-image: -webkit-linear-gradient(270deg, transparent, rgba(0, 0, 0, .15)), url('../images/ifc-group-frankfurt-schweizer-strasse-63-nachher.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .15)), url('../images/ifc-group-frankfurt-schweizer-strasse-63-nachher.jpg');
  background-position: 0px 0px, 50% 50%;
}

.div-referenz-image.klueberstrasse-11 {
  background-image: -webkit-linear-gradient(270deg, transparent, rgba(0, 0, 0, .15)), url('../images/ifc-group-frankfurt-klueberstrasse-11-pw.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .15)), url('../images/ifc-group-frankfurt-klueberstrasse-11-pw.jpg');
  background-position: 0px 0px, 50% 40%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-referenz-image.pw-klueberstrasse-15 {
  background-image: -webkit-linear-gradient(270deg, transparent, rgba(0, 0, 0, .15)), url('../images/ifc-group-frankfurt-klueberstrasse-15-pw.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .15)), url('../images/ifc-group-frankfurt-klueberstrasse-15-pw.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-referenz-image.pw-stegstrasse-33 {
  background-image: -webkit-linear-gradient(270deg, transparent, rgba(0, 0, 0, .15)), url('../images/ifc-group-frankfurt-stegstrasse-33-pw.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .15)), url('../images/ifc-group-frankfurt-stegstrasse-33-pw.jpg');
  background-position: 0px 0px, 50% 68%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
}

.div-referenz-image.pw-juliusstrasse-6 {
  background-image: -webkit-linear-gradient(270deg, transparent, rgba(0, 0, 0, .15)), url('../images/ifc-group-frankfurt-juliusstrasse-6-pw.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .15)), url('../images/ifc-group-frankfurt-juliusstrasse-6-pw.jpg');
  background-position: 0px 0px, 50% 53%;
  background-repeat: repeat, no-repeat;
}

.div-referenz-image.pw-seilerstrasse-15 {
  background-image: -webkit-linear-gradient(270deg, transparent, rgba(0, 0, 0, .15)), url('../images/ifc-group-frankfurt-seilerstrasse-15-pw.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .15)), url('../images/ifc-group-frankfurt-seilerstrasse-15-pw.jpg');
  background-position: 0px 0px, 45% 50%;
  background-repeat: repeat, no-repeat;
}

.div-referenz-image.pw-wiesenau-46 {
  background-image: -webkit-linear-gradient(270deg, transparent, rgba(0, 0, 0, .15)), url('../images/ifc-group-frankfurt-wiesenau-46-pw.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .15)), url('../images/ifc-group-frankfurt-wiesenau-46-pw.jpg');
  background-position: 0px 0px, 50% 74%;
  background-repeat: repeat, no-repeat;
}

.div-referenz-image.pw-beethovenstrasse-7 {
  background-image: -webkit-linear-gradient(270deg, transparent, rgba(0, 0, 0, .15)), url('../images/ifc-group-frankfurt-beethovenstrasse-7-pw.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .15)), url('../images/ifc-group-frankfurt-beethovenstrasse-7-pw.jpg');
  background-position: 0px 0px, 50% 39%;
  background-repeat: repeat, no-repeat;
}

.div-referenz-image.pw-hynspergstrasse {
  background-image: url('../images/ifc-group-frankfurt-hynspergstrasse-pw.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-referenz-image.pw-mittelweg-12 {
  background-image: -webkit-linear-gradient(270deg, transparent, rgba(0, 0, 0, .15)), url('../images/ifc-group-frankfurt-mittelweg-12-pw.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .15)), url('../images/ifc-group-frankfurt-mittelweg-12-pw.jpg');
  background-position: 0px 0px, 50% 24%;
  background-repeat: repeat, no-repeat;
}

.div-referenz-image.pw-habsburgerallee-45 {
  background-image: -webkit-linear-gradient(270deg, transparent, rgba(0, 0, 0, .15)), url('../images/ifc-group-frankfurt-habsburgerallee-45-pw.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .15)), url('../images/ifc-group-frankfurt-habsburgerallee-45-pw.jpg');
  background-position: 0px 0px, 50% 49%;
  background-repeat: repeat, no-repeat;
}

.div-referenz-image.pw-kranichsteinerstrasse-13 {
  background-image: -webkit-linear-gradient(270deg, transparent, rgba(0, 0, 0, .15)), url('../images/ifc-group-frankfurt-kranichsteinerstrasse-13-pw.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .15)), url('../images/ifc-group-frankfurt-kranichsteinerstrasse-13-pw.jpg');
  background-position: 0px 0px, 50% 27%;
  background-repeat: repeat, no-repeat;
}

.div-referenz-image.pw-alexandrastrasse {
  background-image: url('../images/ifc-group-wiesbaden-alexandrastrasse-2-pw.jpg');
  background-position: 50% -81px;
  background-size: auto;
  background-repeat: no-repeat;
}

.div-referenz-image.pw-hanauer-vorstadt {
  background-image: url('../images/ifc-group-hanau-hanauer-vorstadt-pw.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-referenz-image.pw-arndtstrasse-42 {
  background-image: -webkit-linear-gradient(270deg, transparent, rgba(0, 0, 0, .15)), url('../images/ifc-group-frankfurt-arndtstrasse-42-pw.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .15)), url('../images/ifc-group-frankfurt-arndtstrasse-42-pw.jpg');
  background-position: 0px 0px, 50% 55%;
  background-repeat: repeat, no-repeat;
}

.div-referenz-image.pw-arndstrasse-18 {
  background-image: -webkit-linear-gradient(270deg, transparent, rgba(0, 0, 0, .15)), url('../images/ifc-group-frankfurt-arndtstrasse-18-pw.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .15)), url('../images/ifc-group-frankfurt-arndtstrasse-18-pw.jpg');
  background-position: 0px 0px, 50% 43%;
  background-repeat: repeat, no-repeat;
}

.div-referenz-image.pw-schweizer-strasse-63 {
  background-image: -webkit-linear-gradient(270deg, transparent, rgba(0, 0, 0, .15)), url('../images/ifc-group-frankfurt-schweizerstrasse-63-pw.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .15)), url('../images/ifc-group-frankfurt-schweizerstrasse-63-pw.jpg');
  background-position: 0px 0px, 50% 50%;
  background-repeat: repeat, no-repeat;
}

.div-referenz-image.pw-mittelweg-11 {
  background-image: -webkit-linear-gradient(270deg, transparent, rgba(0, 0, 0, .15)), url('../images/ifc-group-frankfurt-mittelweg-11-pw.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .15)), url('../images/ifc-group-frankfurt-mittelweg-11-pw.jpg');
  background-position: 0px 0px, 50% 56%;
  background-repeat: repeat, no-repeat;
}

.div-referenz-image.pw-weberstrasse-10 {
  background-image: -webkit-linear-gradient(270deg, transparent, rgba(0, 0, 0, .15)), url('../images/ifc-group-frankfurt-weberstrasse-10-pw.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .15)), url('../images/ifc-group-frankfurt-weberstrasse-10-pw.jpg');
  background-position: 0px 0px, 50% 26%;
  background-repeat: repeat, no-repeat;
}

.div-referenz-image.pw-weberstrasse-60 {
  background-image: -webkit-linear-gradient(270deg, transparent, rgba(0, 0, 0, .15)), url('../images/ifc-group-frankfurt-weberstrasse-60-pw.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .15)), url('../images/ifc-group-frankfurt-weberstrasse-60-pw.jpg');
  background-position: 0px 0px, 50% 39%;
  background-repeat: repeat, no-repeat;
}

.div-referenz-image.pw-guenthersburgallee-10 {
  background-image: -webkit-linear-gradient(270deg, transparent, rgba(0, 0, 0, .15)), url('../images/ifc-group-frankfurt-guenthersburgallee-10-pw.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .15)), url('../images/ifc-group-frankfurt-guenthersburgallee-10-pw.jpg');
  background-position: 0px 0px, 50% 51%;
  background-repeat: repeat, no-repeat;
}

.div-referenz-image.pw-heidestrasse-20 {
  background-image: -webkit-linear-gradient(270deg, transparent, rgba(0, 0, 0, .15)), url('../images/ifc-group-frankfurt-heidestrasse-20-pw.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .15)), url('../images/ifc-group-frankfurt-heidestrasse-20-pw.jpg');
  background-position: 0px 0px, 50% 51%;
  background-repeat: repeat, no-repeat;
}

.div-referenz-image.pw-schumannstrasse-22 {
  background-image: -webkit-linear-gradient(270deg, transparent, rgba(0, 0, 0, .15)), url('../images/ifc-group-frankfurt-schumannstrasse-22-pw.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .15)), url('../images/ifc-group-frankfurt-schumannstrasse-22-pw.jpg');
  background-position: 0px 0px, 50% 17%;
  background-repeat: repeat, no-repeat;
}

.div-referenz-image.pw-nordendstrasse-20 {
  background-image: url('../images/ifc-group-frankfurt-nordendstrasse-20-pw.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-referenz-image.pw-sommerhoffpark {
  background-image: url('../images/ifc-group-frankfurt-sommerhoffpark.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-referenz-image.pw-weilburger-strasse {
  background-image: url('../images/ifc-group-frankfurt-weilburger-strasse-pw.jpg');
  background-position: 50% 43%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-referenz-image.pw-berliner-strasse {
  background-image: url('../images/ifc-group-offenbach-berliner-strasse-pw.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-referenz-image.pw-gutleutstrasse-298 {
  background-image: -webkit-linear-gradient(270deg, transparent, rgba(0, 0, 0, .15)), url('../images/ifc-group-frankfurt-gutleutstrasse-298-pw.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .15)), url('../images/ifc-group-frankfurt-gutleutstrasse-298-pw.jpg');
  background-position: 0px 0px, 50% 50%;
  background-repeat: repeat, no-repeat;
}

.div-referenz-image.pw-airport-garden {
  background-image: url('../images/ifc-group-frankfurt-airport-garden-pw.jpg');
  background-position: 50% 74%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-referenz-image.pw-karlsbader-strasse-33 {
  background-image: url('../images/ifc-group-ruesselsheim-karlsbader-strasse-33-pw.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
}

.div-referenz-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 37.5px 10px;
  -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-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.div-referenz-content.div-blue {
  background-color: #1e2749;
}

.div-referenz-content.div-geschaeftsbereiche {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  margin-top: -112.5px;
  margin-bottom: 37.5px;
  border-radius: 2px 2px 0px 0px;
  background-color: #1e2749;
}

.div-referenz-content.div-grey {
  background-color: #929291;
}

.p-grau {
  color: rgba(0, 0, 0, .3);
  line-height: 27.75px;
}

.column-innerspace {
  padding-right: 25px;
  padding-left: 25px;
}

.strong {
  font-weight: 400;
}

.strong.red {
  color: red;
}

.strong.green {
  color: #00bd17;
}

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

.space-down-50 {
  margin-bottom: 50px;
  text-transform: none;
}

.space-down-50.p-aligned-left {
  text-align: left;
}

.h2-neg {
  color: #929291;
  line-height: 37.5px;
  font-weight: 300;
  text-decoration: none;
}

.link-referenz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  -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;
  border-radius: 2px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/_MG_0328.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/_MG_0328.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  box-shadow: 7px 7px 10px 0 rgba(0, 0, 0, .05);
  text-decoration: none;
}

.row-referenzen {
  margin-top: 50px;
}

.div-referenz-titel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  padding-right: 25px;
  padding-left: 25px;
  -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;
  background-color: rgba(30, 39, 73, .95);
}

.t-h2-referenz {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 37.5px;
  font-weight: 300;
  text-align: left;
}

.icon-referenz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -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;
  border: 2px solid #fff;
  border-radius: 2px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 33px;
  text-align: center;
}

.icon-referenz:hover {
  background-color: rgba(0, 0, 0, .45);
}

.sec-header-subsite {
  height: 550px;
  margin-top: 125px;
  background-image: url('../images/ifc-group-frankfurt-property.jpg');
  background-position: 50% 35%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.sec-header-subsite.sec-header-subsite-services {
  background-image: url('../images/ifc-group-frankfurt-service.jpg');
  background-position: 50% 65%;
  background-size: cover;
}

.sec-header-subsite.sec-header-subsite-consulting {
  background-image: url('../images/ifc-group-frankfurt-consulting.jpg');
  background-position: 50% 35%;
  background-size: cover;
}

.text-field {
  margin-bottom: 25px;
  padding: 25px 10px;
  border-style: solid;
  border-width: 1px 1px 1px 3px;
  border-color: #fff;
  background-color: hsla(0, 0%, 100%, .85);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Roboto, sans-serif;
  color: #1e2749;
  font-size: 17.5px;
  line-height: 26.25px;
  font-weight: 300;
}

.text-field:hover {
  border-left-width: 3px;
  border-left-color: #929291;
  background-color: #fff;
}

.text-field.text-area {
  overflow: scroll;
  height: 160px;
  padding-top: 15px;
}

.text-field.text-field-success {
  height: 312px;
  padding-left: 25px;
}

.text-field.text-field-error {
  margin-top: 25px;
}

.text-field.text-field-error:hover {
  border-left-color: red;
}

.space-down-10 {
  margin-top: 0px;
  margin-bottom: 10px;
}

.space-down-25 {
  margin-bottom: 25px;
}

.h2-blau {
  color: #1e2749;
  font-size: 27.5px;
  line-height: 34.375px;
}

.h2-blau.h2-blau-neg {
  color: #fff;
}

.p-grey {
  color: #929291;
}

.sec-header-referenz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 550px;
  margin-top: 125px;
  -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;
  background-image: url('../images/_MG_0328.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.sec-header-referenz.sec-header-referenz-beethovenstrasse {
  background-image: url('../images/ifc-group-frankfurt-beethovenstrasse.jpg');
  background-position: 50% 27px;
  background-size: cover;
}

.sec-header-referenz.sec-header-referenz-egenolffstrasse {
  background-image: url('../images/ifc-group-frankfurt-egenolffstrasse_1.jpg');
  background-position: 0% 54%;
  background-size: cover;
}

.h2-referenz-header {
  margin-top: 25px;
  padding: 10px 25px 5px;
  border-radius: 2px;
  background-color: hsla(60, 0%, 57%, .9);
  color: #fff;
  font-weight: 300;
}

.h1-neg-referenz-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 125px;
  padding: 25px 100px;
  -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;
  background-color: #1e2749;
  color: #fff;
  line-height: 60px;
  font-weight: 200;
}

.img-referenz-content {
  margin-top: 0px;
}

.space-down-75 {
  margin-bottom: 75px;
}

.slider-home {
  height: 550px;
  background-color: transparent;
}

.slide-home.revitalisierung {
  background-image: url('../images/ifc-group-frankfurt-egenolffstrasse.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.slide-home.slide-home-projektentwicklung {
  background-image: url('../images/ifc-group-frankfurt-schumannstrasse.jpg');
  background-position: 50% 38%;
  background-size: cover;
}

.slide-home.slide-home-immobilienhandel {
  background-image: url('../images/ifc-group-frankfurt-schweizer-strasse.jpg');
  background-position: 50% 37%;
  background-size: cover;
}

.div-slide-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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, transparent, rgba(0, 0, 0, .3));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .3));
}

.sec-header-home {
  margin-top: 125px;
}

.column-referenz-vorher {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  padding-right: 0px;
  padding-left: 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;
  background-image: url('../images/ifc-group-frankfurt-beethovenstrasse-vorher.jpg');
  background-position: 50% -80px;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.column-referenz-vorher:hover {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.column-referenz-vorher.ffm-schweizer-strasse-63-vorher {
  background-image: url('../images/ifc-group-frankfurt-schweizer-strasse-63-vorher.jpg');
  background-position: 50% 27%;
  background-size: cover;
}

.column-referenz-nachher {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  padding-right: 0px;
  padding-left: 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;
  background-image: url('../images/ifc-group-frankfurt-beethovenstrasse-nachher.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.column-referenz-nachher:hover {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.column-referenz-nachher.ffm-schweizer-strasse-63-nachher {
  background-image: url('../images/ifc-group-frankfurt-schweizer-strasse-63-nachher.jpg');
  background-position: -119px 59%;
  background-size: 195%;
}

.column-referenz-nachher.ffm-schumannstrasse-20-nachher {
  background-image: url('../images/ifc-group-frankfurt-schumannstrasse-20-nachher.jpg');
  background-position: 50% -231px;
  background-size: cover;
}

.p-fakten {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  text-align: left;
}

.h2-aligned-left {
  text-align: left;
}

.h2-aligned-left.space-top-50 {
  margin-top: 50px;
}

.sec-content-referenzen {
  margin-top: 125px;
  padding-bottom: 100px;
}

.p-kontakt {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 200;
  text-align: left;
}

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

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

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

.space-down-100 {
  margin-bottom: 100px;
}

.h1-aligned-left {
  text-align: left;
}

.success {
  padding: 0px;
  background-color: transparent;
}

.h1-error {
  color: #fff;
  font-size: 50px;
  line-height: 62.5px;
  font-weight: 200;
  text-align: left;
}

.h1-error.space-top-25 {
  margin-top: 25px;
}

.h1-error.space-top-50 {
  margin-top: 50px;
}

.link-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 26%;
  height: 75px;
  -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-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #cfcfcf;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.link-tab:hover {
  background-color: #929291;
}

.link-tab.w--current {
  background-color: #1e2749;
}

.link-tab.w--current:hover {
  background-color: #11172a;
}

.link-tab.link-tab-middle {
  width: 25%;
  margin-right: 10px;
  margin-left: 10px;
}

.txt-tab {
  margin-top: -9px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
}

.tabs-menu {
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.txt-tab-small {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.txt-tab-small.txt-small-label {
  line-height: 16px;
  font-weight: 500;
}

.tabs-content {
  z-index: 0;
  padding-top: 50px;
  box-shadow: 0 -50px 50px -50px #929291;
}

.t-referenz {
  color: #929291;
  font-size: 30px;
  line-height: 30px;
  font-weight: 200;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.t-facts {
  display: block;
  width: auto;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding: 5px 10px;
  border-radius: 2px;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  color: rgba(0, 0, 0, .45);
  font-size: 18.5px;
  font-weight: 400;
  text-align: center;
}

.div-facts {
  width: 100%;
  margin-top: 10px;
}

.btn-vorher-nachher {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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: transparent;
}

.btn-vorher-nachher:hover {
  background-color: hsla(0, 0%, 100%, .25);
  color: #1e2749;
  font-size: 74px;
}

.column-referenz-facts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  padding: 100px 25px;
  -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;
  background-color: #929291;
}

.div-badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 37.5px;
  margin-right: auto;
  margin-left: auto;
  float: left;
  -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-radius: 2px 0px;
  background-color: #1e2749;
}

.div-badge.div-badge-referenz {
  background-color: #929291;
}

.t-badge {
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.tab-referenzen {
  margin-right: 10px;
  margin-left: 10px;
}

.p-link-neg {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: none;
}

.p-link-neg:hover {
  color: #929291;
}

.p-link-neg.p-link-pos {
  color: #1e2749;
}

.p-link-neg.p-link-pos:hover {
  color: #11172a;
}

.div-block {
  width: 25px;
  height: 25px;
  margin-top: 50px;
}

.div-block-2 {
  width: 25px;
  height: 25px;
  margin-top: 100px;
  background-color: #1e2749;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.img-logo-100px {
  height: 100px;
  margin-top: 0px;
}

.div-block-3 {
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #d88622;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-neg {
  color: #fff;
  line-height: 27.75px;
}

.div-block-4 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: 90px;
  margin-right: auto;
  margin-left: auto;
  background-color: #1e2749;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.img-logo-625px {
  height: 62.5px;
  margin-top: 18.75px;
}

.img-logo-50px {
  height: 50px;
  margin-top: 25px;
}

.img-logo-30px {
  height: 30px;
  margin-top: 35px;
}

.link-logos-slide {
  width: 100%;
  height: 100%;
}

.slide {
  width: 25%;
}

.field-label {
  margin-bottom: 0px;
  line-height: 20px;
  font-weight: 200;
  text-transform: none;
}

.checkbox-field {
  margin-bottom: 0px;
}

.p-list {
  font-family: Karma, sans-serif;
  color: #1e2749;
  font-size: 18.5px;
  line-height: 37px;
  font-weight: 600;
}

.p-alligned-left {
  text-align: left;
}

@media (max-width: 991px) {
  .link-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 20%;
    margin-top: 0px;
    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;
    color: #fff;
  }
  .link-nav:hover {
    background-color: rgba(30, 39, 73, .85);
    color: #fff;
  }
  .link-nav.w--current {
    background-color: rgba(30, 39, 73, .85);
    color: #fff;
  }
  .sec-content {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .sec-content.sec-content-referenzen {
    background-position: 0px 0px, 50% 50%;
  }
  .sec-content.sec-content-referenzen.space-top-125 {
    padding-top: 75px;
  }
  .sec-verweis {
    height: auto;
    padding: 20px;
    background-position: 50% 50%;
  }
  .div-box {
    margin-top: 0px;
  }
  .column-right-box {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .row-box {
    height: 250px;
  }
  .sec-kontakt.sec-kontakt-fh {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .arrow {
    margin-right: 20px;
    margin-left: 20px;
  }
  .slider-logos {
    height: 125px;
  }
  .slide-logos {
    width: 50%;
    padding: 25px 37.5px;
  }
  .slide-logos.slide-logos-modi {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .slide-logos.slide-logos-modi-2 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .slide-logos.slide-logos-modi-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .div-linkblock {
    min-height: 0px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .div-linkblock.div-referenz {
    width: 100%;
  }
  .div-linkblock.div-linkblock-referenz-header {
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
  }
  .div-linkblock.space-down-20 {
    margin-bottom: 20px;
  }
  .button.button-fw {
    width: auto;
    margin-top: 15px;
  }
  .div-referenz-content {
    min-height: 180px;
  }
  .div-referenz-content.div-geschaeftsbereiche {
    min-height: 0px;
  }
  .column-innerspace-10 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .column-innerspace-10.column-innerspace-0 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .sec-header-subsite {
    height: 550px;
    background-position: 50% 50%;
  }
  .column-referenz-vorher {
    height: 400px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .column-referenz-nachher {
    height: 400px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .btn-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 85px;
    height: 85px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 19px;
    -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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: rgba(0, 0, 0, .15);
    border-radius: 2px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: rgba(0, 0, 0, .15);
    font-size: 45px;
  }
  .btn-menu:hover {
    border-color: transparent;
    background-color: rgba(0, 0, 0, .15);
    color: #fff;
  }
  .btn-menu.w--open {
    border-color: transparent;
  }
  .btn-menu.w--open:focus {
    border-color: transparent;
  }
  .ico-menu {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }
  .div-nav-menu {
    height: 550px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: rgba(0, 0, 0, .75);
  }
  .sec-content-referenzen {
    padding-bottom: 75px;
  }
  .column-kontakt-left {
    padding-right: 25px;
    padding-left: 10px;
  }
  .column-innerspace-0 {
    padding-right: 0px;
  }
  .column-innerspace-0.column-space-kontakt {
    padding-left: 10px;
  }
  .column-innerspace-0.column-innerspace-10-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .space-down-100 {
    margin-bottom: 75px;
  }
  .txt-tab {
    margin-top: -7px;
    font-size: 24px;
    line-height: 24px;
  }
  .column-referenz-facts {
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 45px;
    line-height: 56.25px;
  }
  h2 {
    font-size: 22.5px;
    line-height: 28.125px;
  }
  p {
    font-size: 15px;
    line-height: 30px;
  }
  .navbar {
    position: absolute;
  }
  .link-logo {
    padding-left: 0px;
  }
  .img-logo {
    height: 80px;
  }
  .sec-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .sec-content.sec-content-referenzen.space-top-125 {
    margin-top: 100px;
    padding-top: 50px;
  }
  .h1-neg {
    font-size: 45px;
    line-height: 56.25px;
  }
  .h1-neg.aligned-left.space-down-25 {
    font-size: 45px;
    line-height: 56.25px;
  }
  .link-cta {
    width: 37.5px;
    height: 37.5px;
    background-size: 85%;
  }
  .link-cta:hover {
    background-size: 85%;
  }
  .link-cta.phone {
    background-size: 85%;
  }
  .link-cta.phone:hover {
    background-size: 85%;
  }
  .sec-kontakt.sec-kontakt-fh {
    margin-top: 100px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .arrow {
    width: 37.5px;
    height: 37.5px;
    font-size: 25px;
  }
  .button.button-pos.space-down-100 {
    margin-top: 0px;
  }
  .div-referenz-content {
    min-height: 0px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .column-innerspace-10.column-innerspace-0 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-innerspace-10.column-innerspace-0-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .space-down-50 {
    margin-bottom: 25px;
  }
  .h2-neg {
    font-size: 22.5px;
    line-height: 28.125px;
  }
  .sec-header-subsite {
    height: 300px;
    margin-top: 100px;
  }
  .text-field {
    font-size: 15px;
    line-height: 22.5px;
  }
  .space-down-10 {
    font-size: 45px;
  }
  .space-down-25 {
    font-size: 15px;
    line-height: 30px;
  }
  .h2-blau {
    font-size: 27.5px;
    line-height: 34.375px;
  }
  .p-grey {
    line-height: 18.75px;
  }
  .sec-header-referenz.sec-header-referenz-beethovenstrasse {
    height: 300px;
    margin-top: 100px;
  }
  .sec-header-referenz.sec-header-referenz-egenolffstrasse {
    height: 300px;
    margin-top: 100px;
  }
  .h1-neg-referenz-header {
    padding-right: 50px;
    padding-left: 50px;
    line-height: 56.25px;
  }
  .space-down-75 {
    margin-bottom: 50px;
  }
  .slider-home {
    height: 300px;
  }
  .sec-header-home {
    margin-top: 100px;
  }
  .column-referenz-vorher {
    height: 300px;
  }
  .column-referenz-nachher {
    height: 300px;
  }
  .column-referenz-nachher.ffm-schumannstrasse-20-nachher {
    background-position: 50% -107px;
  }
  .btn-menu {
    width: 60px;
    height: 60px;
    padding-top: 7px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-nav-menu {
    height: 300px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .sec-content-referenzen {
    margin-top: 100px;
    padding-bottom: 50px;
  }
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .column-kontakt-left {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-innerspace-0 {
    padding-right: 0px;
  }
  .column-innerspace-0.column-kontakt-right {
    padding-right: 0px;
    padding-left: 25px;
  }
  .column-innerspace-0.column-space-kontakt {
    padding-left: 0px;
  }
  .space-down-100 {
    margin-bottom: 50px;
  }
  .link-tab {
    width: 30%;
  }
  .txt-tab {
    margin-top: -4px;
    font-size: 18.5px;
    line-height: 19.5px;
  }
  .tabs-content {
    box-shadow: 0 -50px 50px -40px #929291;
  }
  .p-list {
    font-size: 15px;
    line-height: 30px;
  }
}

@media (max-width: 479px) {
  .t-footer.aligned-right {
    text-align: left;
  }
  .t-footer.aligned-right.aligned-left {
    text-align: left;
  }
  .slide-logos {
    width: 100%;
  }
  .div-linkblock.div-linkblock-referenz-header {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-referenz-image.div-referenz-image-beethovenstrasse {
    background-position: 0px 0px, 50% 50%;
  }
  .h2-blau {
    font-size: 22.5px;
    line-height: 28.125px;
  }
  .sec-header-referenz.sec-header-referenz-beethovenstrasse {
    padding-right: 20px;
    padding-left: 20px;
  }
  .sec-header-referenz.sec-header-referenz-egenolffstrasse {
    padding-right: 20px;
    padding-left: 20px;
  }
  .h1-neg-referenz-header {
    padding-right: 25px;
    padding-left: 25px;
    font-size: 30px;
    line-height: 37.5px;
  }
  .img-referenz-content.space-down-20 {
    margin-bottom: 20px;
  }
  .column-referenz-vorher {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-referenz-nachher {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-referenz-nachher.ffm-schumannstrasse-20-nachher {
    background-position: 50% 33%;
  }
  .column-innerspace-0.column-kontakt-right {
    margin-top: 25px;
    padding-left: 0px;
  }
  .link-tab {
    width: 100%;
  }
  .link-tab.link-tab-middle {
    width: 100%;
    margin: 10px 0px;
  }
  .txt-tab {
    margin-top: -9px;
    font-size: 22.5px;
    line-height: 22.5px;
  }
  .tabs-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

