* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  max-width: 100%;
  outline: none;
  line-height: 1em;
}
*:hover {
  transition: .2s ease-in;
  -webkit-transition: .2s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  -ms-transition: .2s ease-in;
}
ul {
  list-style: none;
}
body {
  overflow-x: hidden;
}
img {
  max-width: 100%;
  display: block;
}
.clear {
  clear: both;
}
input[type="radio"],
a,
button,
input[type="submit"] {
  cursor: pointer;
}
a:not(.logo) {
  text-decoration: none;
  transition: .1s ease-out;
  -webkit-transition: .1s ease-out;
  -moz-transition: .1s ease-out;
  -o-transition: .1s ease-out;
  -ms-transition: .1s ease-out;
}
a:not(.logo) img {
  transition: .1s ease-out;
  -webkit-transition: .1s ease-out;
  -moz-transition: .1s ease-out;
  -o-transition: .1s ease-out;
  -ms-transition: .1s ease-out;
}
a:not(.logo):hover {
  opacity: .9;
  transition: .2s ease-in;
  -webkit-transition: .2s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  -ms-transition: .2s ease-in;
}
a:not(.logo):hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transition: .2s ease-in;
  -webkit-transition: .2s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  -ms-transition: .2s ease-in;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 100;
}
html:not(.kontakt) * {
  position: relative;
}
.after-right:after {
  z-index: 10;
  content: "";
  width: 1px;
  height: 200px;
  background-color: #647479;
  position: absolute;
  right: 24px;
  bottom: -56px;
}
.before-left:before {
  z-index: 10;
  content: "";
  width: 1px;
  height: 200px;
  background-color: #647479;
  position: absolute;
  left: 24px;
  bottom: -56px;
}
body {
  font-family: 'Roboto', sans-serif;
  color: #647479;
  font-size: 14px;
  letter-spacing: .4px;
  overflow-x: hidden;
}
header {
  height: 100vh;
  min-height: 699px;
}
header nav {
  background-color: white;
  position: fixed;
  height: 109px;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
  transition: .3s ease-out;
  -webkit-transition: .3s ease-out;
  -moz-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  -ms-transition: .3s ease-out;
  z-index: 100;
}
header nav .inner {
  width: 90.85%;
  padding: 0 25px;
  margin: 0 auto;
}
header nav .logo {
  overflow: hidden;
  background-color: white;
  float: left;
  width: 210px;
  height: 130px;
  display: block;
  border-top: 5px solid #0099dd;
  transition: .3s ease-out;
  -webkit-transition: .3s ease-out;
  -moz-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  -ms-transition: .3s ease-out;
}
header nav .logo img {
  display: block;
  width: 139px;
  margin: 0 auto;
  margin-top: 54px;
  transition: .3s ease-out;
  -webkit-transition: .3s ease-out;
  -moz-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  -ms-transition: .3s ease-out;
}
header nav aside {
  width: 364px;
  float: right;
}
header nav aside a {
  background-color: white;
  height: 130px;
  width: 91px;
  float: left;
  text-transform: lowercase;
  text-align: center;
  padding-top: 60px;
  transition: .3s ease-out !important;
  -webkit-transition: .3s ease-out !important;
  -moz-transition: .3s ease-out !important;
  -o-transition: .3s ease-out !important;
  -ms-transition: .3s ease-out !important;
}
header nav aside a span {
  transition: .3s ease-out;
  -webkit-transition: .3s ease-out;
  -moz-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  -ms-transition: .3s ease-out;
}
header nav aside a img {
  width: 33px;
  display: block;
  margin: 16px auto 0;
}
header nav aside a:nth-child(2) {
  width: 80px;
  margin-left: 51px;
}
header nav aside a:nth-child(2) .wrapper {
  width: 35px;
  margin: 14px auto 0;
  display: block;
}
header nav aside a:nth-child(2) .wrapper span {
  height: 1px;
  display: block;
  width: 100%;
  background-color: #1b6b8f;
  position: relative;
  top: 0px;
}
header nav aside a:nth-child(2) .wrapper span:nth-of-type(2) {
  margin: 9px 0;
}
header nav aside a:nth-child(2) * {
  transition: .1s ease-in;
  -webkit-transition: .1s ease-in;
  -moz-transition: .1s ease-in;
  -o-transition: .1s ease-in;
  -ms-transition: .1s ease-in;
}
header nav aside a:hover {
  opacity: 1 !important;
}
header nav aside a:hover .wrapper {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  opacity: .9;
}
header nav aside a.menu.open .wrapper span:first-of-type {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
header nav aside a.menu.open .wrapper span:last-of-type {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
header nav aside a.menu.closed .wrapper span:first-of-type {
  top: 10px;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
}
header nav aside a.menu.closed .wrapper span:nth-child(2) {
  opacity: 0;
}
header nav aside a.menu.closed .wrapper span:last-of-type {
  top: -10px;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
}
header nav aside .language {
  background-color: white;
  height: 130px;
  width: 91px;
  float: right;
  padding: 60px 20px 10px;
  transition: .3s ease-out !important;
  -webkit-transition: .3s ease-out !important;
  -moz-transition: .3s ease-out !important;
  -o-transition: .3s ease-out !important;
  -ms-transition: .3s ease-out !important;
  text-align: center;
}
header nav aside .language a {
  height: auto;
  width: auto;
  background-color: transparent;
  color: #1b6b8f;
  padding: 0;
}
header nav aside .language a:nth-of-type(2) {
  margin: 0;
  color: #1b6b8f;
}
header nav aside .language span {
  float: left;
  margin: 0 7px;
  color: #1b6b8f;
}
@media screen and (max-width: 720px) {
  header nav aside {
    width: 222px;
  }
  header nav aside .language {
    display: none;
  }
}
header nav.scrolled {
  height: 65px;
  transition: .2s ease-out;
  -webkit-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  -ms-transition: .2s ease-out;
}
header nav.scrolled .logo {
  height: 65px;
  transition: .2s ease-out;
  -webkit-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  -ms-transition: .2s ease-out;
}
header nav.scrolled .logo img {
  margin-top: 20px;
  width: 100px;
  transition: .2s ease-out;
  -webkit-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  -ms-transition: .2s ease-out;
}
header nav.scrolled .logo:after {
  content: "";
  position: relative;
  top: -7px;
  display: block;
  width: 100%;
  height: 20px;
  background-color: white;
}
header nav.scrolled aside a {
  height: 65px;
  transition: .2s ease-out;
  -webkit-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  -ms-transition: .2s ease-out;
  padding-top: 0;
}
header nav.scrolled aside a span {
  opacity: 0;
  transition: .2s ease-out;
  -webkit-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  -ms-transition: .2s ease-out;
}
header nav.scrolled aside a .wrapper {
  opacity: 1;
}
header nav.scrolled aside a .wrapper span {
  opacity: 1;
}
header nav.scrolled aside a img {
  margin-top: 11px;
}
header nav.scrolled aside a:nth-child(2) {
  margin-top: -2px;
}
header nav.scrolled aside .language {
  height: 65px;
  transition: .2s ease-out;
  -webkit-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  -ms-transition: .2s ease-out;
  padding-top: 29px;
}
header .menu-list {
  position: fixed;
  background-color: rgba(255,255,255,0.9);
  width: 100%;
  height: 0;
  overflow: hidden;
  z-index: 12;
  transition: .25s ease-out;
  -webkit-transition: .25s ease-out;
  -moz-transition: .25s ease-out;
  -o-transition: .25s ease-out;
  -ms-transition: .25s ease-out;
  overflow-y: scroll;
  min-height: 0;
}
header .menu-list ul {
  width: 90.85%;
  margin: 173px auto 0;
  padding: 0 25px;
}
header .menu-list ul li {
  margin-top: 18px;
}
header .menu-list ul li a {
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  letter-spacing: 1.8px;
  font-weight: 100;
  text-transform: uppercase;
}
header .menu-list ul li:after {
  margin-top: 18px;
  content: "";
  display: block;
  width: 98px;
  height: 1px;
  background-color: #1b6b8f;
}
header .menu-list ul li.current:after {
  background-color: #0099dd;
}
header .menu-list ul li:nth-child(2) a {
  cursor: default;
}
header .menu-list ul li:nth-child(2) a:hover {
  opacity: 1;
}
header .menu-list ul li:nth-child(2) ul li a {
  cursor: pointer;
}
header .menu-list ul li ul {
  padding: 0;
}
header .menu-list ul .level1:last-of-type,
header .menu-list ul .level1:nth-last-of-type(2) {
  margin-top: 30px;
}
header .menu-list ul .level1:last-of-type a,
header .menu-list ul .level1:nth-last-of-type(2) a {
  font-size: 12px;
  color: #647479;
  text-transform: capitalize;
  font-family: 'Roboto', sans-serif;
}
header .menu-list ul .level1:last-of-type:after,
header .menu-list ul .level1:nth-last-of-type(2):after {
  display: none;
}
header .menu-list ul .level1:last-of-type {
  margin-top: 15px;
}
header .menu-list ul ul {
  margin: 0;
}
header .menu-list ul ul li a {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  letter-spacing: 1.3px;
  font-weight: 100;
  text-transform: capitalize;
  color: #647479;
}
header .menu-list ul ul li:after {
  display: none;
}
header .menu-list ul ul li.current a {
  color: #0099dd;
}
header .menu-list ul ul:after {
  display: none;
}
header .menu-list:after {
  left: 4.575%;
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  width: 210px;
  height: 5px;
  background-color: #0099dd;
  margin-left: 25px;
}
@media (max-height: 780px) {
  header .menu-list:after {
    display: none;
  }
}
header .text {
  z-index: 1;
  width: 35.31%;
  min-height: 191px;
  background-color: rgba(255,255,255,0.9);
  position: absolute;
  top: 181px;
  right: 0;
  padding: 35px 119px 36px 61px;
}
header .text h1 {
  letter-spacing: 2.1px;
}
header .text h1:nth-of-type(2) {
  margin-top: 6px;
  margin-bottom: 32px;
}
header .header-image-wrapper {
  z-index: 0;
  margin: 0 auto;
  width: 91.64%;
  height: calc(100% - 75px);
}
header .header-image-wrapper .header-image {
  width: 100%;
  height: 100%;
  transition: .2s ease-out;
  -webkit-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  -ms-transition: .2s ease-out;
}
header .scroll-down {
  position: relative;
  left: 50%;
  transform: translate(-50%,18px);
  -webkit-transform: translate(-50%,18px);
  -moz-transform: translate(-50%,18px);
  -o-transform: translate(-50%,18px);
  -ms-transform: translate(-50%,18px);
  height: 30px;
  text-align: center;
  font-size: 14px;
  display: inline-block;
}
header .scroll-down svg {
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
header .scroll-down svg polygon {
  fill: transparent;
  stroke: #1b6b8f;
  stroke-width: 1;
  transition: all .1s ease-in-out;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
}
header .scroll-down:hover svg polygon {
  fill: #1b6b8f;
}
header.flipbook-landingpage {
  height: auto;
  min-height: auto;
}
.index header .text p {
  text-transform: uppercase;
  line-height: 18px;
  letter-spacing: 2px;
}
.menu-open {
  overflow: hidden;
  min-height: 762px;
}
.menu-open .wrapper {
  overflow: visible;
}
.menu-open .menu .wrapper span:first-of-type {
  top: 10px;
}
.menu-open .menu .wrapper span:nth-child(2) {
  opacity: 0;
}
.menu-open .menu .wrapper span:last-of-type {
  top: -10px;
}
.menu-open .menu-list {
  height: 100%;
  transition: .5s ease-in;
  -webkit-transition: .5s ease-in;
  -moz-transition: .5s ease-in;
  -o-transition: .5s ease-in;
  -ms-transition: .5s ease-in;
}
a,
h1,
h2 {
  color: #1b6b8f;
}
h1 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}
footer .background {
  top: 17px;
  position: absolute;
  height: 202px;
  background-color: rgba(101,117,121,0.08);
  width: 100%;
  z-index: -1;
}
footer .text {
  width: 480px;
  padding: 0 25px;
  margin: 0 auto;
  background-color: transparent;
}
footer .text h1 {
  font-size: 42px;
  letter-spacing: 7.1px;
  height: auto;
}
footer .text h1:after {
  content: "";
  width: 156px;
  height: 3px;
  background-color: #0099dd;
  display: block;
  margin-top: 13px;
}
footer .text strong {
  color: #0099dd;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-weight: 500;
}
footer .text p {
  line-height: 22px;
}
footer .text p:first-of-type {
  margin-top: 30px;
}
footer .text p:nth-of-type(2) {
  margin-top: 18px;
}
footer .text ul li {
  float: left;
  margin-top: 10px;
}
footer .text ul li strong:nth-of-type(2) {
  margin-left: 5px;
}
footer .lower {
  width: 1113px;
  margin: 117px auto 0;
  padding: 0 25px;
  min-height: 236px;
}
footer .lower ul {
  column-count: 2;
  width: 419px;
  float: left;
  margin-right: 273px;
}
footer .lower ul li {
  margin-bottom: 18px;
}
footer .lower ul li a {
  text-transform: lowercase;
  display: block;
  transition: 0s;
  font-weight: 500;
}
footer .lower ul li a:hover {
  transition: 0s;
}
footer .lower ul li:nth-of-type(6) {
  color: #647479;
  cursor: default;
  padding-top: 30px;
}
footer .lower .social a {
  width: 35px;
  display: block;
  float: left;
  margin-right: 18px;
}
footer .lower address {
  font-style: normal;
  line-height: 22px;
  margin-top: 32px;
}
footer .lower address h4 {
  color: #0099dd;
  font-size: 16px;
  letter-spacing: .4px;
  margin-bottom: -17px;
  font-weight: 400;
}
footer .lower .copyright {
  margin-top: 22px;
  font-size: 12px;
  margin-right: 118px;
}
footer .lower .copyright a {
  margin-left: 53px;
  font-size: 12px;
  color: #647479;
  text-transform: capitalize;
}
footer .lower .copyright a:nth-of-type(2) {
  margin-left: 12px;
}
footer .lower .copyright,
footer .lower address,
footer .lower .social {
  float: left;
}
footer .lower .scroll-up {
  float: right;
  position: relative;
  height: 30px;
  text-align: center;
  font-size: 14px;
  display: inline-block;
  margin-top: 3px;
}
footer .lower .scroll-up svg {
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
footer .lower .scroll-up svg polygon {
  fill: transparent;
  stroke: #1b6b8f;
  stroke-width: 1;
  transition: all .1s ease-in-out;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
}
footer .lower .scroll-up:hover svg polygon {
  fill: #1b6b8f;
}
footer .line {
  height: 5px;
  width: 90.85%;
  padding: 0 25px;
  margin: 0 auto;
  position: relative;
}
footer .line:after {
  height: 5px;
  content: "";
  display: block;
  width: 210px;
  left: 0;
  background-color: #0099dd;
}
.shadow {
  box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.125);
  -moz-box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.125);
  -webkit-box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.125);
}
.text svg {
  left: 24px;
  top: 63px;
  position: absolute;
  height: 95px;
}
main {
  margin-top: 90px;
  margin-bottom: 210px;
}
main .inner {
  width: 1113px;
  padding: 0 10px;
  margin: 0 auto;
}
main .inner h1 {
  font-size: 42px;
  letter-spacing: 7.1px;
  margin-bottom: 35px;
}
main .inner h1:after {
  content: "";
  display: block;
  height: 3px;
  margin-top: 10px;
  width: 156px;
  background-color: #0099dd;
}
main .inner p {
  line-height: 22px;
}
main .text {
  padding: 65px 80px 53px 75px;
}
main .text a {
  margin-top: 31px;
  width: 158px;
  height: 28px;
  border: 1px solid #1b6b8f;
  display: flex;
  align-items: center;
}
main .text a svg {
  left: unset;
  top: unset;
  position: unset;
  height: unset;
  margin-left: 13px;
  margin-right: 10px;
}
main .text a svg polygon {
  fill: transparent;
  stroke: #1b6b8f;
  stroke-width: 1;
  transition: all .1s ease-in-out;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
}
main .text a:hover svg polygon {
  fill: #1b6b8f;
}
main .content-one .text,
main .content-three .text {
  width: 581px;
  min-height: 350px;
  padding-bottom: 55px;
}
main .content-one {
  min-height: 395px;
  margin-bottom: 120px;
}
main .content-one .text {
  float: right;
}
main .content-two {
  min-height: 935px;
  margin-bottom: 155px;
}
main .content-two .background {
  margin-top: 16px;
  width: 100%;
  height: 302px;
  background-color: rgba(101,117,121,0.08);
  position: absolute;
}
main .content-two .text {
  padding: 0;
  width: 411px;
  margin: 0 auto;
}
main .content-two ul {
  margin-top: 54px;
  min-width: 300px;
}
main .content-two ul li {
  width: 330px;
  min-height: 703px;
  float: left;
  margin-right: 48px;
  min-width: 293px;
}
main .content-two ul li:last-of-type {
  margin-right: 0;
}
main .content-two ul li .teaser-text {
  min-height: 497px;
  box-shadow: 0 0 4px 2px rgba(0,0,0,0.125);
  -moz-box-shadow: 0 0 4px 2px rgba(0,0,0,0.125);
  -webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,0.125);
  top: -96px;
  background-color: rgba(255,255,255,0.9);
  padding: 0 63px 0 55px;
}
main .content-two ul li .teaser-text h1 {
  font-size: 23px;
  letter-spacing: 2.5px;
  margin-bottom: 0;
  height: 96px;
  display: flex;
  justify-content: center;
  align-items: center;
}
main .content-two ul li .teaser-text h1:after {
  display: none;
}
main .content-two ul li .teaser-text img {
  width: 79px;
  margin: 23px auto;
}
main .content-two ul li .teaser-text p:first-of-type {
  margin-bottom: 30px;
}
main .content-two ul li .teaser-text p:nth-of-type(2) {
  height: 88px;
  text-transform: uppercase;
  color: #1b6b8f;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 23px;
}
main .content-two ul li .teaser-text p:nth-of-type(3) {
  height: 88px;
}
main .content-two ul li .teaser-text a {
  margin-top: 15px;
  width: 158px;
  height: 28px;
  border: 1px solid #1b6b8f;
  display: flex;
  align-items: center;
}
main .content-two ul li .teaser-text a svg {
  left: unset;
  top: unset;
  position: unset;
  height: unset;
  margin-left: 13px;
  margin-right: 10px;
}
main .content-two ul li .teaser-text a svg polygon {
  fill: transparent;
  stroke: #1b6b8f;
  stroke-width: 1;
  transition: all .1s ease-in-out;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
}
main .content-two ul li .teaser-text a:hover svg polygon {
  fill: #1b6b8f;
}
main .content-two ul li .teaser-img {
  width: 100%;
  height: 303px;
  overflow: hidden;
}
main .content-two ul li .teaser-img img {
  transition: .1s ease-in;
  -webkit-transition: .1s ease-in;
  -moz-transition: .1s ease-in;
  -o-transition: .1s ease-in;
  -ms-transition: .1s ease-in;
}
main .content-two ul li:hover .teaser-img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
main .content-two ul li.ref img {
  height: 96px;
  width: auto;
  padding: 0;
  margin: 0 auto;
}
main .content-three .gallery-wrapper {
  width: 581px;
  float: right;
  position: absolute;
  right: 0;
  z-index: 0;
  top: 0;
}
main .content-three .gallery-wrapper figure {
  width: 284px;
  height: 272px;
  margin-bottom: 12px;
  float: left;
}
main .content-three .gallery-wrapper figure a {
  width: 100%;
  height: 100%;
  display: block;
}
main .content-three .gallery-wrapper figure:nth-of-type(2n) {
  float: right;
}
main .content-three .inner {
  min-height: 556px;
}
main .content-three .text {
  top: 140px;
  z-index: 1;
}
.subpage .header-image-wrapper .header-image {
  width: 72.6%;
  height: 100%;
}
.subpage header .text {
  box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.125);
  -moz-box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.125);
  -webkit-box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.125);
  width: 531px;
  min-height: 347px;
  padding: 57px 70px 46px 77px;
  top: 216px;
  right: 4.14%;
}
.subpage header .text:after {
  z-index: 10;
  content: "";
  width: 1px;
  height: 342px;
  background-color: #647479;
  position: absolute;
  right: 24px;
  bottom: -56px;
}
.subpage header .text strong {
  font-weight: 100;
}
.subpage header .text h2 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 26px;
  line-height: 22px;
}
.subpage header .text h2:nth-of-type(2) {
  text-transform: none;
  margin-bottom: 0;
}
.subpage header .text h1 {
  margin-bottom: 21px;
  font-size: 35px;
  line-height: 45px;
  letter-spacing: 4px;
}
.subpage header .text h1:after {
  content: "";
  display: block;
  height: 3px;
  margin-top: 10px;
  width: 156px;
  background-color: #0099dd;
}
.subpage footer .text p {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  color: #1b6b8f;
}
.subpage main .content-one {
  width: 100%;
}
.subpage main .content-one .text {
  width: 480px;
  padding: 0 25px;
  margin: 0 auto;
  float: none;
  min-height: 154px;
}
.subpage main .content-one .text h1 {
  font-size: 42px;
  letter-spacing: 7.1px;
  height: auto;
}
.subpage main .content-one .text h1:after {
  content: "";
  width: 156px;
  height: 3px;
  background-color: #0099dd;
  display: block;
  margin-top: 13px;
}
.subpage main .content-one .text strong {
  color: #0099dd;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-weight: 500;
}
.subpage main .content-one .text p {
  line-height: 22px;
}
.subpage main .content-one .text p:first-of-type {
  margin-top: 30px;
}
.subpage main .content-one .text p:nth-of-type(2) {
  margin-top: 18px;
}
.subpage main .content-one .text ul {
  margin: 18px 0;
  list-style: disc;
  padding: 0 17px;
}
.subpage main .content-one .text ul li {
  margin: 0 0 12px 0 !important;
}
.subpage main .content-one .background {
  top: 17px;
  position: absolute;
  height: 302px;
  background-color: rgba(101,117,121,0.08);
  width: 100%;
  z-index: -1;
}
.subpage main .content-one ul {
  width: 1113px;
  padding: 0 25px;
  margin: 75px auto 0;
}
.subpage main .content-one ul li {
  float: none;
  width: 100%;
  z-index: 2;
  transition: .1s ease-out;
  -webkit-transition: .1s ease-out;
  -moz-transition: .1s ease-out;
  -o-transition: .1s ease-out;
  -ms-transition: .1s ease-out;
  position: relative;
  margin-bottom: 150px;
}
.subpage main .content-one ul li .background {
  background-color: transparent;
  width: 400px;
  height: 400px;
  right: 0;
}
.subpage main .content-one ul li .teaser-img {
  width: 100%;
  height: 340px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.subpage main .content-one ul li .teaser-text {
  overflow: hidden;
  margin-top: -96px;
  width: 100%;
  box-shadow: -2px 2px 4px 2px rgba(0,0,0,0.125);
  -moz-box-shadow: -2px 2px 4px 2px rgba(0,0,0,0.125);
  -webkit-box-shadow: -2px 2px 4px 2px rgba(0,0,0,0.125);
  background-color: rgba(255,255,255,0.9);
  transition: .1s ease-out;
  -webkit-transition: .1s ease-out;
  -moz-transition: .1s ease-out;
  -o-transition: .1s ease-out;
  -ms-transition: .1s ease-out;
}
.subpage main .content-one ul li .teaser-text h1 {
  width: 100%;
  height: 116px;
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 0 10px;
  letter-spacing: 1.1px;
}
.subpage main .content-one ul li .teaser-text h2 {
  margin-top: 30px;
}
.subpage main .content-one ul li ul {
  padding-left: 54px;
  padding-top: 50px;
  margin-top: 0;
}
.subpage main .content-one ul li ul li {
  width: auto;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 10px;
  display: inline-flex;
  width: 100%;
  line-height: 20px;
}
.subpage main .content-one ul li ul li:before {
  display: block;
  content: "-";
  float: left;
  margin-right: 14px;
}
.subpage main .content-one ul li ul li:nth-child(2) {
  top: 0;
  float: none;
  margin-top: 10px !important;
}
.subpage main .content-one ul li ul li:nth-child(3) {
  float: none;
  margin-top: 10px;
}
.subpage main .content-one ul li ul li:nth-of-type(2) {
  margin-top: 0 !important;
}
.subpage main .content-one ul li a {
  margin-left: 54px;
  margin-top: 31px;
  width: 158px;
  height: 28px;
  border: 1px solid #1b6b8f;
  display: flex;
  align-items: center;
  z-index: 10;
}
.subpage main .content-one ul li a:before {
  margin-left: 13px;
  margin-right: 10px;
  content: "";
  background-image: url('../images/case-real-estate-icons5.png');
  background-size: 11px;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
}
.subpage main .content-one ul li a:hover:before {
  background-image: url('../images/case-real-estate-icons5full.png');
}
.subpage main .content-one ul li p {
  margin-top: 30px;
}
.subpage main .content-one ul li p:first-of-type {
  margin-top: 0;
}
.subpage main .content-one ul li .wrapper {
  width: 720px;
  transition: .1s ease-out;
  -webkit-transition: .1s ease-out;
  -moz-transition: .1s ease-out;
  -o-transition: .1s ease-out;
  -ms-transition: .1s ease-out;
  height: 100%;
  margin: 0 auto;
}
.subpage main .content-one ul li .wrapper:before,
.subpage main .content-one ul li .wrapper:after {
  height: unset;
  top: 362px;
}
@media screen and (max-width: 399px) {
  .subpage main .content-one ul li .wrapper:before,
  .subpage main .content-one ul li .wrapper:after {
    display: none;
  }
}
.subpage main .content-one ul li .wrapper.after-right .left .small {
  height: 245px;
}
.subpage main .content-one ul li .left {
  float: left;
  background-color: white;
  z-index: 1;
  width: 100%;
  padding: 0 80px 40px;
}
@media screen and (max-width: 599px) {
  .subpage main .content-one ul li .left {
    padding: 0 50px 40px;
  }
}
@media screen and (max-width: 399px) {
  .subpage main .content-one ul li .left {
    padding: 0 30px 40px;
  }
}
.subpage main .content-one ul li .left p {
  font-size: 14px;
  line-height: 22px;
}
.subpage main .content-one ul li .left .small {
  height: 112px;
  overflow: hidden;
}
.subpage main .content-one ul li .left .big {
  height: auto;
}
.subpage main .content-one ul li .left a {
  margin-left: 0;
}
.subpage main .content-one ul li .left a:before {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transition: .5s ease-in-out;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  -ms-transition: .5s ease-in-out;
}
.subpage main .content-one ul li .left a.reverse:before {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  margin-top: -2px;
}
.subpage main .content-one ul li .right {
  opacity: 0;
  float: right;
  transition: .1s ease-out;
  -webkit-transition: .1s ease-out;
  -moz-transition: .1s ease-out;
  -o-transition: .1s ease-out;
  -ms-transition: .1s ease-out;
}
.subpage main .content-one ul li:nth-of-type(2) {
  z-index: 2;
}
.subpage main .content-one ul li:nth-of-type(2) .wrapper {
  display: flex;
  width: unset;
}
@media screen and (max-width: 1119px) {
  .subpage main .content-one ul li:nth-of-type(2) .wrapper {
    display: block;
    width: 720px;
  }
}
.subpage main .content-one ul li:nth-of-type(2) .wrapper h1 {
  text-align: left;
  align-items: center;
  justify-content: left;
  padding: 0 80px;
  margin-top: 10px;
}
.subpage main .content-one ul li:nth-of-type(2) .wrapper .teaser-img {
  width: 40%;
  height: unset;
  background-size: contain;
  transform: scale(1.2) translateX(-10%);
  -webkit-transform: scale(1.2) translateX(-10%);
  -moz-transform: scale(1.2) translateX(-10%);
  -o-transform: scale(1.2) translateX(-10%);
  -ms-transform: scale(1.2) translateX(-10%);
}
@media screen and (max-width: 1119px) {
  .subpage main .content-one ul li:nth-of-type(2) .wrapper .teaser-img {
    display: none;
  }
}
.subpage main .content-one ul li:nth-of-type(2) .wrapper .teaser-text {
  width: 60%;
  margin-top: 0;
}
@media screen and (max-width: 1119px) {
  .subpage main .content-one ul li:nth-of-type(2) .wrapper .teaser-text {
    width: 100%;
  }
}
.subpage main .content-one ul li:nth-of-type(2) .wrapper:after {
  right: 612px;
  top: 130px;
}
@media screen and (max-width: 1119px) {
  .subpage main .content-one ul li:nth-of-type(2) .wrapper:after {
    right: unset;
    left: 24px;
    bottom: -56px;
  }
}
.subpage main .content-one ul li:nth-of-type(2).open .right {
  top: 96px;
}
.subpage main .content-one ul li:nth-of-type(3) {
  float: none;
  z-index: 1;
}
.subpage main .content-one ul li:nth-of-type(3) .background {
  width: 450px;
  height: 450px;
  right: 81px;
  top: 150px;
}
.subpage main .content-one ul li:nth-of-type(2) .background {
  background-color: transparent;
  width: 400px;
  height: 400px;
  top: 220px;
  left: 54px;
  width: 422px;
  height: 202px;
}
.subpage main .content-one ul li:nth-of-type(1) .background {
  top: 59px;
  right: 59px;
  width: 500px;
  height: 600px;
}
.subpage main .content-one ul .open {
  transition: .2s ease-in;
  -webkit-transition: .2s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  -ms-transition: .2s ease-in;
}
.subpage main .content-one ul .open .teaser-text {
  width: 100%;
  transition: .2s ease-in;
  -webkit-transition: .2s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  -ms-transition: .2s ease-in;
}
.subpage main .content-one ul .open .teaser-text .right {
  opacity: 1;
  width: 439px;
  height: auto;
  position: relative;
  right: 92px;
  transition: opacity .2s ease-in;
  -webkit-transition: opacity .2s ease-in;
  -moz-transition: opacity .2s ease-in;
  -o-transition: opacity .2s ease-in;
  -ms-transition: opacity .2s ease-in;
}
.subpage main .content-one ul .open .wrapper {
  width: 100%;
  transition: .2s ease-in;
  -webkit-transition: .2s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  -ms-transition: .2s ease-in;
}
.subpage main .content-one.unternehmensberatung ul li {
  min-height: unset;
}
.subpage main .content-one.unternehmensberatung ul li .wrapper {
  width: 720px;
}
.subpage main .content-one.unternehmensberatung ul li .wrapper .teaser-img {
  height: 296px;
}
.subpage main .content-one.unternehmensberatung ul li .wrapper .teaser-text h1 {
  height: 96px;
}
.subpage main .content-one.unternehmensberatung ul li .wrapper .teaser-text .left {
  margin-top: 54px;
}
.subpage main .content-one.unternehmensberatung ul li .wrapper:before {
  height: unset;
  top: 350px;
}
.subpage main .content-one.unternehmensberatung ul li ul {
  padding: 30px 0 0;
}
.subpage main .content-one.unternehmensberatung ul li ul li:nth-child(2) {
  margin-top: 0px;
}
.subpage main .content-one.unternehmensberatung ul li ul li:nth-child(3) {
  margin-top: 0px;
}
.subpage main .content-one.unternehmensberatung ul li:nth-of-type(2) .wrapper {
  display: block;
  width: 720px;
}
@media screen and (max-width: 1119px) {
  .subpage main .content-one.unternehmensberatung ul li:nth-of-type(2) .wrapper {
    display: block;
    width: 720px;
  }
}
.subpage main .content-one.unternehmensberatung ul li:nth-of-type(2) .wrapper h1 {
  text-align: left;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  margin-top: 0;
}
.subpage main .content-one.unternehmensberatung ul li:nth-of-type(2) .wrapper .teaser-img {
  width: 100%;
  height: 296px;
  background-size: cover;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}
@media screen and (max-width: 1119px) {
  .subpage main .content-one.unternehmensberatung ul li:nth-of-type(2) .wrapper .teaser-img {
    display: block;
  }
}
.subpage main .content-one.unternehmensberatung ul li:nth-of-type(2) .wrapper .teaser-text {
  width: 100%;
  margin-top: -96px;
}
.subpage main .content-one.unternehmensberatung ul li:nth-of-type(2) .wrapper:after {
  right: 24px;
  top: 362px;
}
@media screen and (max-width: 1119px) {
  .subpage main .content-one.unternehmensberatung ul li:nth-of-type(2) .wrapper:after {
    left: unset;
    right: 24px;
    bottom: -56px;
  }
}
.subpage main .content-one.unternehmensberatung ul li:nth-of-type(2).open .right {
  top: 96px;
}
@media (min-width: 1120px) {
  .subpage.karriere main .content-one ul li:nth-of-type(even) .wrapper {
    left: 5px;
  }
  .subpage.karriere main .content-one ul li:nth-of-type(even) .wrapper .teaser-img {
    z-index: 2;
    order: 2;
  }
  .subpage.karriere main .content-one ul li:nth-of-type(even) .wrapper .teaser-text {
    order: 1;
    right: 95px;
    margin-right: 10px;
  }
  .subpage.karriere main .content-one ul li:nth-of-type(even) .wrapper:after {
    display: none;
  }
}
.subpage.karriere main .content-one ul li:nth-of-type(1),
.subpage.karriere main .content-one ul li:nth-of-type(3) {
  z-index: 2;
}
.subpage.karriere main .content-one ul li:nth-of-type(1) .wrapper,
.subpage.karriere main .content-one ul li:nth-of-type(3) .wrapper {
  display: flex;
  width: unset;
}
@media screen and (max-width: 1119px) {
  .subpage.karriere main .content-one ul li:nth-of-type(1) .wrapper,
  .subpage.karriere main .content-one ul li:nth-of-type(3) .wrapper {
    display: block;
    width: 720px;
  }
}
.subpage.karriere main .content-one ul li:nth-of-type(1) .wrapper h1,
.subpage.karriere main .content-one ul li:nth-of-type(3) .wrapper h1 {
  text-align: left;
  align-items: center;
  justify-content: left;
  padding: 0 80px;
  margin-top: 10px;
}
.subpage.karriere main .content-one ul li:nth-of-type(1) .wrapper .teaser-img,
.subpage.karriere main .content-one ul li:nth-of-type(3) .wrapper .teaser-img {
  width: 40%;
  height: unset;
  background-size: contain;
  transform: scale(1.2) translateX(-10%);
  -webkit-transform: scale(1.2) translateX(-10%);
  -moz-transform: scale(1.2) translateX(-10%);
  -o-transform: scale(1.2) translateX(-10%);
  -ms-transform: scale(1.2) translateX(-10%);
}
@media screen and (max-width: 1119px) {
  .subpage.karriere main .content-one ul li:nth-of-type(1) .wrapper .teaser-img,
  .subpage.karriere main .content-one ul li:nth-of-type(3) .wrapper .teaser-img {
    display: none;
  }
}
.subpage.karriere main .content-one ul li:nth-of-type(1) .wrapper .teaser-text,
.subpage.karriere main .content-one ul li:nth-of-type(3) .wrapper .teaser-text {
  width: 60%;
  margin-top: 0;
}
@media screen and (max-width: 1119px) {
  .subpage.karriere main .content-one ul li:nth-of-type(1) .wrapper .teaser-text,
  .subpage.karriere main .content-one ul li:nth-of-type(3) .wrapper .teaser-text {
    width: 100%;
  }
}
.subpage.karriere main .content-one ul li:nth-of-type(1) .wrapper:after,
.subpage.karriere main .content-one ul li:nth-of-type(3) .wrapper:after {
  right: 612px;
  top: 130px;
}
@media screen and (max-width: 1119px) {
  .subpage.karriere main .content-one ul li:nth-of-type(1) .wrapper:after,
  .subpage.karriere main .content-one ul li:nth-of-type(3) .wrapper:after {
    right: unset;
    left: 24px;
    bottom: -56px;
  }
}
.subpage.karriere main .content-one ul li:nth-of-type(1).open .right,
.subpage.karriere main .content-one ul li:nth-of-type(3).open .right {
  top: 96px;
}
.subpage.karriere main .content-one ul li:nth-of-type(1),
.subpage.karriere main .content-one ul li:nth-of-type(2),
.subpage.karriere main .content-one ul li:nth-of-type(3) {
  margin-bottom: unset;
  min-height: 555px;
}
@media screen and (max-width: 1119px) {
  .subpage.karriere main .content-one ul li:nth-of-type(1) .wrapper .teaser-img,
  .subpage.karriere main .content-one ul li:nth-of-type(2) .wrapper .teaser-img,
  .subpage.karriere main .content-one ul li:nth-of-type(3) .wrapper .teaser-img {
    display: block;
    width: 100%;
    height: 340px;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
  }
}
@media screen and (max-width: 1119px) {
  .subpage.karriere main .content-one ul li:nth-of-type(1) .wrapper .teaser-text,
  .subpage.karriere main .content-one ul li:nth-of-type(2) .wrapper .teaser-text,
  .subpage.karriere main .content-one ul li:nth-of-type(3) .wrapper .teaser-text {
    margin-top: -96px;
  }
}
@media screen and (max-width: 1119px) {
  .subpage.karriere main .content-one ul li:nth-of-type(1) .wrapper .teaser-text h1,
  .subpage.karriere main .content-one ul li:nth-of-type(2) .wrapper .teaser-text h1,
  .subpage.karriere main .content-one ul li:nth-of-type(3) .wrapper .teaser-text h1 {
    height: 106px;
    text-align: center;
    justify-content: center;
    margin-top: 0;
  }
}
@media screen and (max-width: 1119px) {
  .subpage.karriere main .content-one ul li:nth-of-type(1) .wrapper:after,
  .subpage.karriere main .content-one ul li:nth-of-type(2) .wrapper:after,
  .subpage.karriere main .content-one ul li:nth-of-type(3) .wrapper:after {
    top: 370px;
  }
}
.referenzen .gallery figure,
.referenzen .gallery a {
  cursor: default;
}
.referenzen .header-image-wrapper {
  display: flex;
  justify-content: flex-end;
}
.referenzen .header-image-wrapper .header-image {
  width: 72.6%;
  height: 100%;
  float: right;
}
.referenzen header .text {
  left: 0;
  box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.125);
  -moz-box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.125);
  -webkit-box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.125);
  width: 531px;
  min-height: 329px;
  padding: 57px 70px 46px 77px;
  top: 216px;
  left: 4.14%;
}
.referenzen header .text:before {
  z-index: 10;
  content: "";
  width: 1px;
  height: 324px;
  background-color: #647479;
  position: absolute;
  left: 24px;
  bottom: -56px;
}
.referenzen header .text h2 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 26px;
  line-height: 20px;
}
.referenzen header .text h2:nth-of-type(2) {
  text-transform: none;
  margin-bottom: 0;
}
.referenzen header .text h1 {
  margin-bottom: 21px;
  font-size: 35px;
  line-height: 45px;
  letter-spacing: 4px;
}
.referenzen header .text h1:after {
  content: "";
  display: block;
  height: 3px;
  margin-top: 10px;
  width: 156px;
  background-color: #0099dd;
}
.referenzen .content-one {
  width: 100%;
  padding: 0 25px;
  margin: 0 auto;
}
.referenzen .content-one .text {
  min-height: unset;
  width: 581px;
  float: none;
  background-color: transparent;
  z-index: 1;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 30px;
}
.referenzen .content-one .text:before {
  height: 436px;
}
.referenzen .content-one .text h1 {
  font-size: 42px;
  letter-spacing: 7.1px;
  height: auto;
}
.referenzen .content-one .text h1:after {
  content: "";
  width: 156px;
  height: 3px;
  background-color: #0099dd;
  display: block;
  margin-top: 13px;
}
.referenzen .content-one .text h2 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 25px;
  margin-bottom: 38px;
  line-height: 20px;
}
.referenzen .content-one .text p {
  font-size: 14px;
  line-height: 22px;
  margin-top: 30px;
}
.referenzen .content-one p {
  width: 581px;
  float: none;
  background-color: transparent;
  z-index: 1;
  margin: 0 auto;
  padding: 0 80px 53px 75px;
  font-size: 14px;
  line-height: 22px;
}
.referenzen .content-one .carousel {
  width: 90%;
  margin: auto;
  height: 400px;
  position: relative;
  padding: 40px 0;
}
.referenzen .content-one .carousel .inner {
  width: unset;
  padding: 0;
  margin: 0;
  height: 100%;
  overflow: hidden;
}
.referenzen .content-one .carousel .inner .swipe-detector {
  display: block;
  position: absolute;
  left: 15%;
  right: 15%;
  top: 0;
  bottom: 0;
  z-index: 5;
  cursor: grab;
}
.referenzen .content-one .carousel .inner .crs-left {
  cursor: pointer;
  width: 8%;
  min-height: 20px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  border-right: 1px solid #647479;
  z-index: 5;
}
.referenzen .content-one .carousel .inner .crs-left svg {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.referenzen .content-one .carousel .inner .crs-left svg polygon {
  fill: transparent;
  stroke: #1b6b8f;
  stroke-width: 1;
  transition: all .1s ease-in-out;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
}
.referenzen .content-one .carousel .inner .crs-left:hover svg polygon {
  fill: #1b6b8f;
}
.referenzen .content-one .carousel .inner ul {
  display: block;
  margin: 0 auto;
  width: 70%;
}
.referenzen .content-one .carousel .inner ul li.reference {
  width: 25%;
  background-color: transparent;
  position: absolute;
  transition: .5s ease-in-out;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  -ms-transition: .5s ease-in-out;
}
.referenzen .content-one .carousel .inner ul li.reference.left {
  left: 5%;
  transform: translateX(-50%) scale(0.7);
  -webkit-transform: translateX(-50%) scale(0.7);
  -moz-transform: translateX(-50%) scale(0.7);
  -o-transform: translateX(-50%) scale(0.7);
  -ms-transform: translateX(-50%) scale(0.7);
  opacity: .6;
}
.referenzen .content-one .carousel .inner ul li.reference.inner-left {
  left: 25%;
  transform: translateX(-50%) scale(0.95);
  -webkit-transform: translateX(-50%) scale(0.95);
  -moz-transform: translateX(-50%) scale(0.95);
  -o-transform: translateX(-50%) scale(0.95);
  -ms-transform: translateX(-50%) scale(0.95);
  opacity: .8;
}
.referenzen .content-one .carousel .inner ul li.reference.center {
  left: 50%;
  transform: translateX(-50%) scale(1.2);
  -webkit-transform: translateX(-50%) scale(1.2);
  -moz-transform: translateX(-50%) scale(1.2);
  -o-transform: translateX(-50%) scale(1.2);
  -ms-transform: translateX(-50%) scale(1.2);
  opacity: 1;
}
.referenzen .content-one .carousel .inner ul li.reference.inner-right {
  left: 75%;
  transform: translateX(-50%) scale(0.95);
  -webkit-transform: translateX(-50%) scale(0.95);
  -moz-transform: translateX(-50%) scale(0.95);
  -o-transform: translateX(-50%) scale(0.95);
  -ms-transform: translateX(-50%) scale(0.95);
  opacity: .8;
}
.referenzen .content-one .carousel .inner ul li.reference.right {
  left: 95%;
  transform: translateX(-50%) scale(0.7);
  -webkit-transform: translateX(-50%) scale(0.7);
  -moz-transform: translateX(-50%) scale(0.7);
  -o-transform: translateX(-50%) scale(0.7);
  -ms-transform: translateX(-50%) scale(0.7);
  opacity: .6;
}
.referenzen .content-one .carousel .inner ul li.reference.other {
  left: 110%;
  transform: translateX(-50%) scale(0.5);
  -webkit-transform: translateX(-50%) scale(0.5);
  -moz-transform: translateX(-50%) scale(0.5);
  -o-transform: translateX(-50%) scale(0.5);
  -ms-transform: translateX(-50%) scale(0.5);
  opacity: 0;
}
.referenzen .content-one .carousel .inner ul li.reference.other.standby {
  left: -10%;
}
.referenzen .content-one .carousel .inner .crs-right {
  cursor: pointer;
  width: 8%;
  min-height: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  border-left: 1px solid #647479;
  z-index: 5;
}
.referenzen .content-one .carousel .inner .crs-right svg {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.referenzen .content-one .carousel .inner .crs-right svg polygon {
  fill: transparent;
  stroke: #1b6b8f;
  stroke-width: 1;
  transition: all .1s ease-in-out;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
}
.referenzen .content-one .carousel .inner .crs-right:hover svg polygon {
  fill: #1b6b8f;
}
@media (max-width: 1199px) {
  .referenzen .content-one .carousel {
    width: 100%;
  }
  .referenzen .content-one .carousel .inner ul li.reference {
    width: 40%;
  }
  .referenzen .content-one .carousel .inner ul li.reference.inner-left {
    left: 15%;
    transform: translateX(-50%) scale(0.85);
    -webkit-transform: translateX(-50%) scale(0.85);
    -moz-transform: translateX(-50%) scale(0.85);
    -o-transform: translateX(-50%) scale(0.85);
    -ms-transform: translateX(-50%) scale(0.85);
  }
  .referenzen .content-one .carousel .inner ul li.reference.inner-right {
    left: 85%;
    transform: translateX(-50%) scale(0.85);
    -webkit-transform: translateX(-50%) scale(0.85);
    -moz-transform: translateX(-50%) scale(0.85);
    -o-transform: translateX(-50%) scale(0.85);
    -ms-transform: translateX(-50%) scale(0.85);
  }
}
@media (max-width: 599px) {
  .referenzen .content-one .carousel {
    width: 100%;
  }
  .referenzen .content-one .carousel .inner .crs-left {
    left: 0;
    width: 15%;
    border: none;
  }
  .referenzen .content-one .carousel .inner .crs-left svg {
    right: 10px;
  }
  .referenzen .content-one .carousel .inner .crs-right {
    right: 0;
    width: 15%;
    border: none;
  }
  .referenzen .content-one .carousel .inner .crs-right svg {
    left: 10px;
  }
  .referenzen .content-one .carousel .inner ul {
    width: 90%;
  }
  .referenzen .content-one .carousel .inner ul li.reference {
    width: 100%;
  }
}
.referenzen .content-one .carousel .navigation {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  bottom: 0;
  position: absolute;
  width: 100%;
}
.referenzen .content-one .carousel .navigation span {
  display: block;
  width: 6px;
  height: 6px;
  background-color: #647479;
  opacity: 0.5;
  transition: .2s ease-in-out;
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  -ms-transition: .2s ease-in-out;
  border-radius: 3px;
  margin: 0 2px;
}
.referenzen .content-one .carousel .navigation span.active {
  opacity: 1;
}
.referenzen .content-one:before {
  content: "";
  top: 17px;
  left: 0;
  position: absolute;
  height: 100%;
  background-color: rgba(101,117,121,0.08);
  width: 100%;
  z-index: -1;
}
.referenzen .content-two {
  width: 100%;
  padding: 0 25px;
  margin: 0 auto;
  min-height: unset;
}
.referenzen .members {
  margin: 40px 0 120px;
}
.referenzen .members:before {
  content: "";
  display: block;
  position: absolute;
  height: 135px;
  width: 100%;
  left: 0;
  top: 22px;
  z-index: -1;
  background-color: rgba(101,117,121,0.08);
}
.referenzen .members ul {
  justify-content: flex-start;
  width: 700px;
}
.referenzen .members ul li {
  margin-right: 5%;
  margin-bottom: 30px;
}
.referenzen .members ul li:nth-child(3n) {
  margin-right: 0;
}
.referenzen .members ul li img {
  box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.125);
  -moz-box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.125);
  -webkit-box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.125);
  background: white;
}
@media screen and (max-width: 699px) {
  .referenzen .members ul li {
    margin-right: 0;
    flex-basis: 51%;
  }
}
@media screen and (max-width: 599px) {
  .referenzen .members ul li {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 699px) {
  .referenzen .members ul {
    width: 100%;
    padding: 0 25px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.ueber-uns main {
  margin-bottom: 140px;
}
.ueber-uns main:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  min-height: 400px;
  top: 30px;
  background-color: rgba(101,117,121,0.08);
}
.ueber-uns .header-image-wrapper .header-image {
  width: 72.6%;
  height: 100%;
}
.ueber-uns header .text {
  box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.125);
  -moz-box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.125);
  -webkit-box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.125);
  width: 531px;
  min-height: 329px;
  padding: 57px 70px 46px 77px;
  top: 216px;
  right: 4.14%;
}
.ueber-uns header .text:after {
  z-index: 10;
  content: "";
  width: 1px;
  height: 324px;
  background-color: #647479;
  position: absolute;
  right: 24px;
  bottom: -56px;
}
.ueber-uns header .text h2 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 26px;
}
.ueber-uns header .text h2:nth-of-type(2) {
  text-transform: none;
  margin-bottom: 0;
  line-height: 21px;
}
.ueber-uns header .text h1 {
  margin-bottom: 21px;
  font-size: 35px;
  line-height: 45px;
  letter-spacing: 4px;
}
.ueber-uns header .text h1:after {
  content: "";
  display: block;
  height: 3px;
  margin-top: 10px;
  width: 156px;
  background-color: #0099dd;
}
.ueber-uns .content-one {
  width: 1175px;
  padding: 0 25px;
  margin: 0 auto;
}
.ueber-uns .content-one .text {
  width: 480px;
  padding: 0 25px;
  margin: 0 auto;
  float: none;
  min-height: 154px;
  background-color: transparent;
}
.ueber-uns .content-one .text h1 {
  font-size: 42px;
  letter-spacing: 7.1px;
  height: auto;
}
.ueber-uns .content-one .text h1:after {
  content: "";
  width: 156px;
  height: 3px;
  background-color: #0099dd;
  display: block;
  margin-top: 13px;
}
.ueber-uns .content-one .text strong {
  color: #0099dd;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-weight: 500;
}
.ueber-uns .content-one .text p {
  line-height: 22px;
}
.ueber-uns .content-one .text p:first-of-type {
  margin-top: 30px;
}
.ueber-uns .content-one .text p:nth-of-type(2) {
  margin-top: 18px;
}
.ueber-uns .content-one ul {
  margin-top: 54px;
}
.ueber-uns .content-one ul li {
  width: 500px;
  float: left;
  margin-right: 0;
  margin-bottom: 20px;
}
.ueber-uns .content-one ul li:before {
  height: 479px;
  bottom: -40px;
  content: none;
}
.ueber-uns .content-one ul li .teaser-text {
  min-height: 360px;
  box-shadow: 0 0 4px 2px rgba(0,0,0,0.125);
  -moz-box-shadow: 0 0 4px 2px rgba(0,0,0,0.125);
  -webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,0.125);
  margin-top: -96px;
  background-color: rgba(255,255,255,0.9);
  padding: 0 63px 25px 55px;
}
.ueber-uns .content-one ul li .teaser-text h1 {
  font-size: 23px;
  letter-spacing: 1.5px;
  margin-bottom: 0;
  min-height: 96px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ueber-uns .content-one ul li .teaser-text h1:after {
  display: none;
}
.ueber-uns .content-one ul li .teaser-text img {
  width: 79px;
  margin: 23px auto 34px;
}
.ueber-uns .content-one ul li .teaser-text p {
  line-height: 22px;
}
.ueber-uns .content-one ul li .teaser-text p:nth-of-type(2) {
  text-transform: uppercase;
  color: #1b6b8f;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 32px;
}
.ueber-uns .content-one ul li .teaser-text a {
  margin-top: 31px;
  width: 158px;
  height: 28px;
  border: 1px solid #1b6b8f;
  display: flex;
  align-items: center;
}
.ueber-uns .content-one ul li .teaser-text a:before {
  margin-left: 13px;
  margin-right: 10px;
  content: "";
  background-image: url('../images/case-real-estate-icons5.png');
  background-size: 11px;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
}
.ueber-uns .content-one ul li .teaser-text .left {
  margin-top: 54px;
}
.ueber-uns .content-one ul li .teaser-text .left h1 {
  display: block;
  margin-bottom: 40px;
  font-size: 35px;
  line-height: 45px;
  letter-spacing: 4px;
}
.ueber-uns .content-one ul li .teaser-text .left h1:after {
  content: "";
  display: block;
  height: 3px;
  margin-top: 10px;
  width: 156px;
  background-color: #0099dd;
}
.ueber-uns .content-one ul li .teaser-text .left h2 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 24px;
}
.ueber-uns .content-one ul li .teaser-text .left h2:nth-of-type(2) {
  text-transform: none;
  margin-bottom: 0;
}
.ueber-uns .content-one ul li .teaser-img {
  width: 100%;
  height: 296px;
  overflow: hidden;
}
.ueber-uns .content-one ul li .teaser-img img {
  transition: .1s ease-in;
  -webkit-transition: .1s ease-in;
  -moz-transition: .1s ease-in;
  -o-transition: .1s ease-in;
  -ms-transition: .1s ease-in;
}
.ueber-uns .content-one ul li .wrapper:before {
  z-index: 10;
  content: "";
  width: 1px;
  background-color: #647479;
  position: absolute;
  left: 24px;
  bottom: -56px;
  top: 348px;
}
.ueber-uns .content-one ul li:hover .teaser-img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.ueber-uns .content-one ul li:nth-child(1) {
  width: 100%;
  margin-bottom: 120px;
}
.ueber-uns .content-one ul li:nth-child(1) .wrapper {
  width: 720px;
  transition: .1s ease-out;
  -webkit-transition: .1s ease-out;
  -moz-transition: .1s ease-out;
  -o-transition: .1s ease-out;
  -ms-transition: .1s ease-out;
  height: 100%;
  margin: 0 auto;
}
.ueber-uns .content-one ul li:nth-child(1) .wrapper .teaser-text {
  min-height: unset;
  padding: 0 80px 40px;
}
@media screen and (max-width: 599px) {
  .ueber-uns .content-one ul li:nth-child(1) .wrapper .teaser-text {
    padding: 0;
  }
}
@media screen and (max-width: 599px) {
  .ueber-uns .content-one ul li:nth-child(1) .wrapper .teaser-text .left {
    padding: 0 50px 40px;
    margin-top: 20px;
  }
}
.ueber-uns .content-one ul li:nth-child(3) {
  float: right;
}
.karriere .header-image-wrapper {
  display: flex;
  justify-content: flex-end;
}
.karriere .header-image-wrapper .header-image {
  width: 72.6%;
  height: 100%;
  float: right;
}
.karriere header .text {
  left: 0;
  box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.125);
  -moz-box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.125);
  -webkit-box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.125);
  width: 531px;
  min-height: 273px;
  padding: 57px 84px 46px 77px;
  top: 216px;
  left: 4.14%;
}
.karriere header .text:before {
  z-index: 10;
  content: "";
  width: 1px;
  height: 285px;
  background-color: #647479;
  position: absolute;
  left: 24px;
  bottom: -56px;
}
.karriere header .text:after {
  display: none;
}
.karriere header .text h2 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 26px;
  line-height: 20px;
}
.karriere header .text h2:nth-of-type(2) {
  text-transform: none;
}
.karriere header .text h1 {
  margin-bottom: 21px;
  font-size: 35px;
  line-height: 45px;
  letter-spacing: 4px;
}
.karriere header .text h1:after {
  content: "";
  display: block;
  height: 3px;
  margin-top: 10px;
  width: 156px;
  background-color: #0099dd;
}
.karriere .content-one ul li {
  min-height: 605px;
  height: auto !important;
}
.karriere .content-one ul li .teaser-text {
  min-height: 371px !important;
}
.karriere .content-one ul li .teaser-text h1 {
  font-size: 23px;
  line-height: 27px;
  padding: 0 90px;
  letter-spacing: 2.5px;
  text-align: center;
}
.karriere .content-one ul li .teaser-text h2 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 26px;
}
.karriere .content-one ul li .teaser-text h2:nth-of-type(2) {
  text-transform: none;
}
.karriere .content-one ul li .teaser-text .left {
  padding: 34px 80px 53px 75px;
}
.karriere .content-one ul li a {
  margin-left: 0 !important;
  width: 200px !important;
  min-height: 28px !important;
  height: auto;
  line-height: 16px;
}
.karriere .content-one ul li p {
  line-height: 22px;
}
.karriere .content-one ul li .background {
  width: 500px !important;
  height: 500px !important;
  right: 50px !important;
  top: 50px !important;
}
.karriere .content-one ul li:nth-of-type(2) .background {
  width: 450px !important;
  height: 400px !important;
  left: 70px;
  top: 170px !important;
}
.karriere .content-one .text h1 {
  line-height: 51px;
}
.karriere footer .text a {
  margin-top: 0;
  width: auto;
  height: auto;
  border: none;
  display: initial;
}
.karriere footer .text a:before {
  display: none;
}
.karriere footer .text p {
  text-transform: initial;
  font-size: 14px;
  font-weight: 100;
  color: #647479;
}
.kontakt .header-image-wrapper .header-image {
  width: 72.6%;
  height: 100%;
  float: left;
}
.kontakt header .text {
  box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.125);
  -moz-box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.125);
  -webkit-box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.125);
  width: 531px;
  min-height: 329px;
  padding: 57px 72px 46px 77px;
  top: 216px;
  left: auto;
  right: 4.14%;
}
.kontakt header .text:after {
  z-index: 10;
  content: "";
  width: 1px;
  height: 324px;
  background-color: #647479;
  position: absolute;
  right: 24px;
  bottom: -56px;
}
.kontakt header .text h2 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 26px;
  font-weight: 400;
}
.kontakt header .text h2:nth-of-type(2) {
  text-transform: none;
  margin-bottom: 0;
}
.kontakt header .text h1 {
  margin-bottom: 21px;
  font-size: 35px;
  line-height: 45px;
  letter-spacing: 4px;
}
.kontakt header .text h1:after {
  content: "";
  display: block;
  height: 3px;
  margin-top: 10px;
  width: 156px;
  background-color: #0099dd;
}
.kontakt main {
  margin-bottom: 170px;
}
.kontakt .content-two {
  min-height: 500px;
  margin-bottom: 0;
}
.kontakt .content-two .text {
  width: 541px;
  padding: 0 25px;
  margin: 0 auto;
  float: none;
  min-height: 154px;
  margin-bottom: 45px;
}
.kontakt .content-two .inner {
  width: 1171px;
  padding: 0 25px;
  margin: 0 auto;
  position: relative;
}
.kontakt .content-two .background {
  margin-top: 16px;
  width: 100%;
  height: 302px;
  background-color: rgba(101,117,121,0.08);
  position: absolute;
}
.kontakt .content-two ul {
  width: 100%;
  margin-top: 0;
}
.kontakt .content-two ul li {
  width: 100%;
  height: auto;
  margin-bottom: 16px;
  min-height: 45px;
}
.kontakt .content-two ul li label {
  min-height: 20px;
  width: 105px;
  margin-right: 30px;
  display: block;
  float: left;
  font-weight: 400;
}
.kontakt .content-two ul li input {
  padding: 5px;
  min-height: 45px;
  width: 396px;
  height: 100%;
  float: right;
  border: none;
}
.kontakt .content-two ul li input[type="submit"] {
  min-height: 28px;
}
.kontakt .content-two ul li textarea {
  height: 198px;
  width: 396px;
  resize: none;
  border: none;
  padding: 5px;
}
.kontakt .content-two ul li .submit-wrapper {
  width: 123px;
  min-height: 28px;
  height: 28px;
  border: 1px solid #1b6b8f;
  position: relative;
  display: flex;
  align-items: center;
}
.kontakt .content-two ul li .submit-wrapper img {
  width: 22px;
  margin-right: 13px;
  margin-left: 13px;
  float: left;
}
.kontakt .content-two ul li .submit-wrapper input[type="submit"] {
  width: 100%;
  height: 100%;
  text-align: right;
  padding-right: 18px;
  position: absolute;
  color: #1b6b8f;
  background-color: transparent;
  float: left;
  font-size: 14px;
  left: 0;
}
.kontakt form {
  width: 531px;
  float: left;
  min-height: 388px;
}
.kontakt .map-wrapper {
  float: right;
  width: 531px;
}
.kontakt .map-wrapper .lower {
  margin-top: 20px;
}
.kontakt .map-wrapper .lower strong {
  color: #0099dd;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-weight: 500;
}
.kontakt .map-wrapper .lower p {
  width: 50%;
  float: left;
}
.kontakt .map-wrapper .lower p:first-of-type {
  border-right: 1px solid #647479;
  margin-right: 48px;
}
.kontakt .map-wrapper .lower p:first-of-type strong {
  text-transform: none;
  color: #0099dd;
  font-size: 16px;
  letter-spacing: .4px;
  margin-bottom: -17px;
  font-weight: 400;
}
.kontakt .map-wrapper .lower p:nth-of-type(2) {
  width: 40%;
}
.kontakt .map {
  height: 388px;
  width: 100%;
}
.kontakt .map * {
  max-width: none;
}
.kontakt .read-more {
  margin-top: 31px;
  width: 158px;
  height: 28px;
  border: 1px solid #1b6b8f;
  display: flex;
  align-items: center;
}
.kontakt .read-more:before {
  margin-left: 13px;
  margin-right: 10px;
  content: "";
  background-image: url('../images/case-real-estate-icons5.png');
  background-size: 11px;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
}
.kontakt footer {
  position: relative;
}
.kontakt footer h1 {
  margin-bottom: 40px;
}
.text {
  background-color: rgba(255,255,255,0.9);
}
main .content-two .text {
  background-color: transparent;
}
main section h2 {
  opacity: 0;
  left: -20px;
}
main section h1 {
  opacity: 0;
  left: -20px;
}
main section p {
  opacity: 0;
  top: 50px;
}
section h2 {
  opacity: 1;
  left: 0;
  transition: .2s ease-in;
  -webkit-transition: .2s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  -ms-transition: .2s ease-in;
}
section h1 {
  opacity: 1;
  left: 0;
  transition: .2s ease-in;
  -webkit-transition: .2s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  -ms-transition: .2s ease-in;
}
section p {
  opacity: 1;
  top: 0;
  transition: .2s ease-in;
  -webkit-transition: .2s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  -ms-transition: .2s ease-in;
}
.subpage .content-one .text {
  background-color: transparent;
}
.index .content-one {
  min-height: 515px;
}
.index .content-one .text {
  top: 10px;
}
.index .content-one .text:after {
  height: 390px;
}
.index .content-one .background-image {
  width: 500px;
  height: 600px;
  position: absolute;
  left: 0;
  top: 0;
}
.index .content-two .before-left:before {
  bottom: -35px;
  height: 297px;
}
.index .content-three .before-left:before {
  height: 350px;
}
.hidden {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.impressum .header-image-wrapper .header-image {
  width: 72.6%;
  height: 100%;
  float: left;
}
.impressum header .text {
  box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.125);
  width: 531px;
  min-height: 329px;
  padding: 57px 72px 46px 77px;
  top: 216px;
  left: auto;
  right: 4.14%;
}
.impressum header .text:after {
  z-index: 10;
  content: "";
  width: 1px;
  height: 324px;
  background-color: #647479;
  position: absolute;
  right: 24px;
  bottom: -56px;
}
.impressum header .text h2 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 26px;
}
.impressum header .text h2:nth-of-type(2) {
  text-transform: none;
  margin-bottom: 0;
}
.impressum header .text h1 {
  margin-bottom: 21px;
  font-size: 35px;
  line-height: 45px;
  letter-spacing: 4px;
}
.impressum header .text h1:after {
  content: "";
  display: block;
  height: 3px;
  margin-top: 10px;
  width: 156px;
  background-color: #0099dd;
}
.impressum .content-two {
  min-height: 100px;
}
.impressum .content-two .text {
  width: 100%;
  text-align: center;
}
.impressum .content-two .text h1 {
  display: inline-block;
}
.impressum .content-two .text p {
  margin-bottom: 20px;
}
.impressum .content-two .text a {
  border: none;
  margin: 0;
  width: auto;
  height: auto;
  display: inline;
}
.impressum .content-two .text a:before {
  display: none;
}
.page-36 main {
  margin-bottom: 100px;
}
.text-padding.weihnachtsspenden p {
  line-height: 25px;
  width: 100%;
  max-width: 610px;
}
.text-padding.weihnachtsspenden .background {
  height: 202px;
}
@media (max-width: 631px) {
  .text-padding.weihnachtsspenden .background {
    height: 248px;
  }
}
@media (max-width: 599px) {
  .text-padding.weihnachtsspenden .background {
    height: 226px;
  }
}
@media (max-width: 470px) {
  .text-padding.weihnachtsspenden .background {
    height: 252px;
  }
}
@media (max-width: 397px) {
  .text-padding.weihnachtsspenden .background {
    height: 297px;
  }
}
.text-padding.weihnachtsspenden .code-form-wrap {
  padding: 50px 20px 100px;
}
.text-padding.weihnachtsspenden .code-form-wrap .code-form {
  width: 400px;
  margin: 0 auto;
}
.text-padding.weihnachtsspenden .code-form-wrap .code-form label {
  display: block;
  margin-bottom: 15px;
}
.text-padding.weihnachtsspenden .code-form-wrap .code-form #input-code {
  display: block;
  width: 100%;
  padding: 15px 10px;
  margin-bottom: 20px;
  border: 1px solid black;
  box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.125);
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
.text-padding.weihnachtsspenden .code-form-wrap .code-form .submit-wrapper {
  width: 123px;
  min-height: 28px;
  height: 28px;
  border: 1px solid #1b6b8f;
  position: relative;
  display: flex;
  align-items: center;
}
.text-padding.weihnachtsspenden .code-form-wrap .code-form .submit-wrapper img {
  width: 22px;
  margin-right: 13px;
  margin-left: 13px;
  float: left;
}
.text-padding.weihnachtsspenden .code-form-wrap .code-form .submit-wrapper input[type="submit"] {
  width: 100%;
  height: 100%;
  text-align: right;
  padding-right: 18px;
  position: absolute;
  color: #1b6b8f;
  background-color: transparent;
  float: left;
  font-size: 14px;
  left: 0;
  border: 0;
}
.text-padding.weihnachtsspenden .code-form-wrap .code-form .feedback {
  text-align: left;
  margin-top: 20px;
  line-height: 25px;
}
@keyframes down {
  0% {
    top: 0;
  }
  100% {
    top: 10px;
  }
}
@-webkit-keyframes down {
  0% {
    top: 0;
  }
  100% {
    top: 10px;
  }
}
@keyframes up {
  0% {
    top: 0;
  }
  100% {
    top: -10px;
  }
}
@-webkit-keyframes up {
  0% {
    top: 0;
  }
  100% {
    top: -10px;
  }
}
@media screen and (max-width: 1280px) {
  header .text {
    width: 452px;
  }
}
@media screen and (max-width: 1122px) {
  .ueber-uns .content-one ul li {
    width: 48%;
  }
  .ueber-uns .content-one ul li .teaser-text {
    padding: 0 43px 25px 55px;
  }
  .kontakt .content-two form {
    width: 100%;
  }
  .kontakt .content-two form ul {
    width: 531px;
    margin: 0 auto;
  }
  .kontakt .map-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 1112px) {
  .index main .content-two {
    margin-bottom: 100px;
  }
  .index main .content-two ul {
    width: 909px;
    margin: 0 auto;
  }
  .index main .content-two ul li {
    width: 293px;
    margin-right: 10px;
  }
  .index main .content-two ul li .before-left:before {
    left: 12px;
  }
  .index main .content-two ul li .teaser-text {
    padding: 0 37px 0 37px;
  }
}
@media screen and (max-width: 1024px) {
  .subpage main .content-one ul li:nth-of-type(2) {
    margin-top: 50px;
  }
  .subpage main .content-one ul li:nth-of-type(3) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 959px) {
  .subpage main .content-one .text h1 {
    font-size: 25px;
    letter-spacing: 5.1px;
  }
  .subpage main .content-one ul li {
    width: 478px;
    margin: 0 auto;
  }
  .subpage main .content-one ul li:nth-of-type(2) {
    margin-top: 80px;
  }
  .subpage main .content-one ul li:nth-of-type(3) {
    margin-top: 80px;
  }
  .subpage main .content-one ul li .wrapper {
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    left: 50%;
  }
  .subpage main .content-one ul li .background {
    left: 50% !important;
    transform: translate(-50%,0) !important;
    -webkit-transform: translate(-50%,0) !important;
    -moz-transform: translate(-50%,0) !important;
    -o-transform: translate(-50%,0) !important;
    -ms-transform: translate(-50%,0) !important;
  }
  .subpage main .content-one ul li:nth-of-type(2) .wrapper {
    position: relative;
  }
  .subpage main .content-one ul li:nth-of-type(2) .wrapper .teaser-img {
    position: relative;
  }
  .subpage main .content-one ul li:nth-of-type(2) .wrapper .teaser-text {
    position: relative;
    top: 0;
  }
  .subpage main .content-one ul li:nth-of-type(2) .left {
    position: relative;
    top: 0;
  }
  .subpage main .content-one ul li:nth-of-type(2).open .right {
    top: 0;
    left: 0;
  }
  .subpage main .content-one ul li ul {
    padding-left: 33px;
    padding-top: 33px;
  }
  .subpage main .content-one ul .open {
    min-height: 858px;
    width: 478px;
    height: auto;
  }
  .subpage main .content-one ul .open .right {
    margin-top: 25px;
    padding: 0 33px;
    float: left;
    position: relative !important;
    right: unset !important;
    margin-bottom: 25px;
  }
  .subpage main .content-one ul .open .left {
    height: auto;
    float: left;
    padding: 33px 33px;
  }
  .subpage main .content-one ul .open .wrapper {
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    left: 50%;
  }
  .subpage main .content-one ul .open .wrapper .teaser-text {
    height: auto;
    padding-bottom: 25px;
    min-height: 650px;
  }
  .subpage main .content-one ul .open .background {
    left: 50% !important;
    transform: translate(-50%,0) !important;
    -webkit-transform: translate(-50%,0) !important;
    -moz-transform: translate(-50%,0) !important;
    -o-transform: translate(-50%,0) !important;
    -ms-transform: translate(-50%,0) !important;
  }
  .subpage main .content-one ul .open a {
    position: relative;
    bottom: unset;
    margin-top: 10px;
  }
  .subpage main .content-one ul .open ul {
    padding-top: 0;
    padding-left: 0;
  }
  .karriere main .content-one ul li .wrapper {
    height: auto;
  }
  .karriere main .content-one ul li .teaser-text h1 {
    padding: 0 10px;
    font-size: 21px;
    letter-spacing: 1.5px;
  }
  .karriere main .content-one ul li .teaser-text .left {
    padding: 33px 35px 0;
  }
  .karriere main .content-one ul li a {
    margin-left: 35px !important;
  }
  .karriere main .content-one ul li:nth-of-type(2) {
    margin-top: 50px !important;
  }
  .karriere main .content-one ul li:nth-of-type(2) .wrapper .teaser-text {
    float: none;
  }
  html .wrapper header .header-image-wrapper .header-image {
    width: 100%;
    transition: .2s ease-in;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    -ms-transition: .2s ease-in;
  }
  .index main .content-two ul {
    width: 75%;
    margin: 0 auto;
  }
  .index main .content-two ul li {
    width: 100%;
    margin-right: 0;
  }
  .index main .content-two ul li .before-left:before {
    left: 12px;
  }
  .index main .content-two ul li .teaser-text {
    padding: 0 37px 0 37px;
  }
  .referenzen .content-two ul li .wrapper .inner {
    width: 100%;
  }
  .referenzen .content-two ul li .right {
    margin-right: 0;
    width: 100%;
    padding: 0 25px;
  }
  .referenzen .content-two ul li .right .gallery {
    width: 100%;
    margin-top: 0;
  }
  .referenzen .content-two ul li .right .gallery figure {
    width: 40vw;
    height: 40vw;
    min-width: 240px;
    min-height: 240px;
    float: left;
    overflow: hidden;
  }
  .referenzen .content-two ul li .right .gallery figure:nth-of-type(2) {
    float: right;
  }
  .referenzen .content-two ul li:nth-of-type(2n) .right {
    margin-left: 0;
  }
  footer .lower ul {
    margin-right: 100px;
  }
  footer .lower .social,
  footer .lower .copyright {
    clear: both;
    float: unset;
    margin-top: 20px;
  }
  footer .lower .social a,
  footer .lower .copyright a {
    clear: both;
    float: unset;
  }
  footer .lower .social {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 20px;
  }
  footer .lower .scroll-up {
    position: absolute;
    clear: both;
    float: unset;
    right: 40px;
    bottom: 0;
  }
}
@media screen and (max-width: 839px) {
  footer .lower {
    min-height: 250px;
  }
  footer .lower ul {
    margin-right: 60px;
    clear: both;
    float: unset;
    margin-bottom: 30px;
  }
  footer .lower address {
    clear: both;
    float: unset;
  }
  footer .lower .copyright a {
    display: block;
    margin: 10px 0 0 0;
  }
  footer .lower .copyright a:nth-of-type(2) {
    display: block;
    margin: 10px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  html .wrapper .content-one .text {
    margin-bottom: 80px;
  }
  .ueber-uns .content-one {
    padding: 0 10px;
  }
  .ueber-uns .content-one ul {
    width: 75%;
    margin: 0 auto;
    min-width: 300px;
  }
  .ueber-uns .content-one ul li {
    width: 100%;
  }
  .ueber-uns .content-one ul li .teaser-text {
    padding: 0 43px 25px 55px;
  }
  .ueber-uns .content-one ul li:nth-of-type(2) {
    margin-bottom: 80px;
  }
  .referenzen .wrapper .content-one .text {
    text-align: center;
    margin-bottom: 30px;
  }
  .referenzen .wrapper .content-one .text h1 {
    display: inline-block;
  }
  footer .lower {
    min-height: 300px;
  }
  footer .lower .copyright {
    float: none;
  }
  footer .lower .social {
    margin-left: 0;
    margin-top: 10px;
    float: none;
  }
}
@media screen and (max-width: 599px) {
  .subpage main .content-one ul li .wrapper h1,
  .subpage main .content-one ul li:nth-of-type(1) .wrapper h1,
  .subpage main .content-one ul li:nth-of-type(2) .wrapper h1,
  .subpage main .content-one ul li:nth-of-type(3) .wrapper h1 {
    padding: 0 5px;
    text-align: center;
    display: flex;
    justify-content: center;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
  .menu-open body {
    position: fixed;
  }
  .karriere main .content-one ul li a {
    margin-left: 0 !important;
  }
  .referenzen .content-two ul li .right .gallery figure {
    float: none !important;
    margin: 0 auto;
  }
  .referenzen .content-two ul li:nth-of-type(2n) .right {
    margin-left: 0;
  }
  .kontakt .content-two form {
    width: 100%;
    margin: 0 auto;
    float: none;
  }
  .kontakt .content-two form ul {
    width: 531px;
    margin: 0 auto;
  }
  .kontakt .content-two form ul li input {
    border: 1px solid rgba(0,0,0,0.05);
    float: none;
  }
  .kontakt .content-two form ul li textarea {
    border: 1px solid rgba(0,0,0,0.05);
    padding: 5px;
  }
  .kontakt .content-two form ul li input[type="submit"] {
    border: none;
  }
  .kontakt .content-two form ul li:nth-of-type(4) label {
    width: 110px;
  }
  .kontakt .content-two form ul li:last-of-type label,
  .kontakt .content-two form ul li:nth-of-type(5) label {
    display: none;
  }
  .kontakt .content-two .lower p {
    width: 100%;
  }
  .kontakt .content-two .lower p:first-of-type {
    margin: 0 0 25px;
    border: none;
  }
  .kontakt .content-two .lower p:nth-of-type(2) {
    width: 100%;
  }
  .kontakt .map-wrapper {
    width: 100%;
  }
  .ueber-uns .content-one ul {
    width: 100%;
    padding: 0 30px;
  }
  .ueber-uns .content-one ul li .teaser-text {
    padding: 0 25px 25px 28px;
  }
  .ueber-uns .content-one ul li .teaser-text h2 {
    line-height: 20px;
  }
  .ueber-uns .content-one ul li .wrapper:before {
    top: 318px;
    left: 14px;
    bottom: -40px;
  }
  .before-left:before {
    left: 12px;
  }
  .after-right:after {
    right: 12px;
  }
  .referenzen .content-one p {
    padding-left: 30px;
    padding-right: 30px;
  }
  .referenzen .content-two ul li .teaser-text .left h1 {
    font-size: 25px;
    letter-spacing: 5.1px;
    line-height: 35px;
  }
  html .wrapper header .text {
    right: initial;
    left: initial;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    width: 90%;
    padding: 25px 30px;
    min-height: 161px;
  }
  html .wrapper header .text h1 {
    font-size: 32px;
    line-height: 35px;
  }
  html .wrapper header .text h1:nth-of-type(2) {
    margin-bottom: 17px;
  }
  html .wrapper header .text:before {
    left: 12px;
    height: 245px;
    bottom: -30px;
  }
  html .wrapper header .text:after {
    right: 12px;
    height: 245px;
    bottom: -30px;
  }
  html .wrapper header .text svg {
    left: 5px;
    top: 57px;
  }
  html .wrapper .content-one .text h1,
  html .wrapper .content-two .text h1 {
    font-size: 25px;
    letter-spacing: 5.1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
  html .wrapper .content-three .gallery-wrapper {
    right: initial;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    width: 90%;
  }
  html .wrapper .content-three .gallery-wrapper figure {
    width: 43vw;
    min-width: 140px;
    height: 43vw;
  }
  html .wrapper main .inner h1 {
    font-size: 32px;
    line-height: 35px;
  }
  html .wrapper main .inner h1:after {
    width: 92px;
  }
  html .wrapper main .text {
    padding: 65px 25px 53px 25px;
  }
  header nav {
    height: 60px;
  }
  header nav .inner {
    width: 100%;
  }
  header nav .logo {
    height: 90px;
    width: 125px;
  }
  header nav .logo img {
    width: 100px;
    margin-top: 35px;
  }
  header nav aside {
    width: 130px;
  }
  header nav aside a {
    height: 90px;
    width: 60px;
    padding-top: 23px;
  }
  header nav aside a:nth-of-type(2) {
    width: 55px;
    margin-left: 10px;
  }
  header nav aside a:nth-of-type(2) .wrapper {
    margin-top: 17px;
  }
  footer {
    min-height: 720px;
  }
  footer .text h1 {
    font-size: 25px;
    letter-spacing: 5.1px;
  }
  footer .lower {
    min-height: 501px;
    padding: 0 35px;
  }
  footer .lower ul {
    column-count: 1;
    width: auto;
    float: none;
    margin-right: 0;
  }
  footer .lower ul li a {
    text-transform: capitalize;
  }
  footer .lower ul li:nth-of-type(6) {
    padding-top: 10px;
    text-transform: capitalize;
  }
  footer .lower address {
    margin-top: 15px;
  }
  footer .lower .copyright {
    margin-bottom: 25px;
  }
  footer .lower .copyright a {
    float: none;
    display: block;
    margin-left: 0;
    margin-top: 25px;
  }
  footer .lower .social {
    margin-left: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 449px) {
  .ueber-uns .content-one ul {
    padding: 0;
  }
  .ueber-uns .content-one ul li .teaser-text h1 {
    padding: 0 10px;
    text-align: center;
  }
}
header .text {
  opacity: 0;
}
header .text h1,
header .text h2,
header .text p {
  opacity: 0;
}
.index main .text.fade-up {
  opacity: 1 !important;
  top: 0 !important;
  transition: .75s ease-in !important;
  -webkit-transition: .75s ease-in !important;
  -moz-transition: .75s ease-in !important;
  -o-transition: .75s ease-in !important;
  -ms-transition: .75s ease-in !important;
}
.index main .content-one .text {
  opacity: .25;
  top: 20px;
  position: relative;
}
.index main .content-two ul li {
  top: 50px;
  opacity: .25;
}
.index main .content-two ul li.fade-up {
  opacity: 1 !important;
  top: 0 !important;
  transition: .75s ease-out !important;
  -webkit-transition: .75s ease-out !important;
  -moz-transition: .75s ease-out !important;
  -o-transition: .75s ease-out !important;
  -ms-transition: .75s ease-out !important;
}
.index main .content-two ul li:nth-of-type(2) {
  top: 75px;
}
.index main .content-two ul li:nth-of-type(2).fade-up {
  transition-delay: .25s !important;
  -webkit-transition-delay: .1s !important;
}
.index main .content-two ul li:nth-of-type(3) {
  top: 100px;
}
.index main .content-two ul li:nth-of-type(3).fade-up {
  transition-delay: .5s !important;
  -webkit-transition-delay: .2s !important;
}
.index main .content-three .text {
  top: 160px;
}
.index main .content-three .text.fade-up {
  opacity: 1 !important;
  top: 140px !important;
  transition: .75s ease-in !important;
  -webkit-transition: .75s ease-in !important;
  -moz-transition: .75s ease-in !important;
  -o-transition: .75s ease-in !important;
  -ms-transition: .75s ease-in !important;
}
.loaded {
  opacity: 1 !important;
  transition: .5s ease-in !important;
  -webkit-transition: .5s ease-in !important;
  -moz-transition: .5s ease-in !important;
  -o-transition: .5s ease-in !important;
  -ms-transition: .5s ease-in !important;
}
.pswp--has_mouse .pswp__button--arrow--right,
.pswp--has_mouse .pswp__button--arrow--left {
  display: none;
}
.members,
.text-padding {
  position: relative;
  min-height: 181px;
  width: 100%;
  margin-top: 180px;
  text-align: center;
}
.members .background,
.text-padding .background {
  z-index: -1;
  top: 21px;
  width: 100%;
  height: 135px;
  background-color: rgba(101,117,121,0.08);
  position: absolute;
  left: 0;
}
.members h1,
.text-padding h1 {
  margin-bottom: 42px;
  font-size: 42px;
  line-height: 45px;
  letter-spacing: 7.1px;
  display: inline-block;
  position: relative;
}
.members h1:after,
.text-padding h1:after {
  content: "";
  display: block;
  height: 3px;
  margin-top: 10px;
  width: 156px;
  background-color: #0099dd;
}
@media screen and (max-width: 599px) {
  .members h1,
  .text-padding h1 {
    font-size: 25px;
    letter-spacing: 5.1px;
  }
}
.members ul,
.text-padding ul {
  display: flex;
  justify-content: space-between;
  align-content: center;
  width: 700px;
  padding: 0 10px;
  margin: 0 auto;
  flex-wrap: wrap;
  text-align: center;
}
.members ul li,
.text-padding ul li {
  flex-basis: 30%;
  text-align: center;
  background-color: white;
}
.members ul li a img,
.text-padding ul li a img {
  box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.125);
  -moz-box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.125);
  -webkit-box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.125);
}
@media screen and (max-width: 599px) {
  .members ul li,
  .text-padding ul li {
    flex-basis: 52%;
    margin: 0 auto 25px;
  }
}
.members.four-col ul,
.text-padding.four-col ul {
  width: 850px;
}
.members.four-col ul li,
.text-padding.four-col ul li {
  flex-basis: 20%;
}
.members.four-col ul:nth-child(3n),
.text-padding.four-col ul:nth-child(3n) {
  margin-right: 5%;
}
.members.four-col ul:nth-child(4n),
.text-padding.four-col ul:nth-child(4n) {
  margin-right: 0;
}
.members.three-col ul,
.text-padding.three-col ul {
  width: 1000px;
}
.members.three-col ul li,
.text-padding.three-col ul li {
  flex-basis: 31.33%;
  margin: 1%;
}
.members.three-col ul li img,
.text-padding.three-col ul li img {
  width: 100%;
}
@media (max-width: 999px) {
  .members.three-col ul,
  .text-padding.three-col ul {
    width: 100%;
    padding: 0 8vw;
    justify-content: flex-start;
  }
  .members.three-col ul li,
  .text-padding.three-col ul li {
    flex-basis: 31.33%;
    margin: 1%;
  }
  .members.three-col ul li:nth-child(3n),
  .text-padding.three-col ul li:nth-child(3n) {
    margin: 1%;
  }
  .members.three-col ul li:nth-child(4n),
  .text-padding.three-col ul li:nth-child(4n) {
    margin: 1%;
  }
  .members.three-col ul li:nth-child(5n),
  .text-padding.three-col ul li:nth-child(5n) {
    margin: 1%;
  }
}
.text-padding p {
  width: 495px;
  padding: 0 20px;
  margin: 0 auto;
}
.text-padding .background {
  height: 155px;
}
.content-two-main {
  position: relative;
  min-height: 181px;
  width: 100%;
  margin-top: 40px;
  text-align: center;
}
.content-two-main ul {
  width: 495px;
  padding: 0 20px;
  margin: 0 auto;
}
.default .text h1 {
  margin-bottom: 30px;
}
.page-28 .header-image-wrapper .header-image {
  width: 72.6%;
  height: 100%;
}
.page-28 header .text {
  box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.125);
  -moz-box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.125);
  -webkit-box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.125);
  width: 531px;
  min-height: 347px;
  padding: 57px 70px 46px 77px;
  top: 216px;
  right: 4.14%;
}
.page-28 header .text:after {
  z-index: 10;
  content: "";
  width: 1px;
  height: 342px;
  background-color: #647479;
  position: absolute;
  right: 24px;
  bottom: -56px;
}
.page-28 header .text strong {
  font-weight: 100;
}
.page-28 header .text h2 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 26px;
  line-height: 20px;
}
.page-28 header .text h2:nth-of-type(2) {
  text-transform: none;
  margin-bottom: 0;
}
.page-28 header .text h1 {
  margin-bottom: 21px;
  font-size: 35px;
  line-height: 45px;
  letter-spacing: 4px;
}
.page-28 header .text h1:after {
  content: "";
  display: block;
  height: 3px;
  margin-top: 10px;
  width: 156px;
  background-color: #0099dd;
}
.page-28 header .text p {
  line-height: 22px;
}
.page-28 header .text p a {
  margin-top: 31px;
  width: 158px;
  height: 28px;
  border: 1px solid #1b6b8f;
  display: flex;
  align-items: center;
}
.page-28 header .text p a:before {
  margin-left: 13px;
  margin-right: 10px;
  content: "";
  background-image: url('../images/case-real-estate-icons5.png');
  background-size: 11px;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 959px) {
  .page-28 header .text {
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
  }
}
@media screen and (max-width: 599px) {
  .page-28 header .text {
    hyphens: auto;
  }
  .page-28 header .text:after {
    display: none;
  }
}
.page-28 .scroll-down {
  display: none;
}
.page-28 .text-padding,
.page-28 .content-two-main {
  display: none;
}
.page-28 main {
  margin: 90px 0;
}
