@font-face {
	font-family: 'Miso';
	src: url('fonts/miso/miso-regular-webfont.woff2') format('woff2'), url('fonts/miso/miso-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'Source Sans Pro';
	src: url('fonts/source-sans-pro/source-sans-pro-light-webfont.woff2') format('woff2'), url('fonts/source-sans-pro/source-sans-pro-light-webfont.woff') format('woff');
	font-weight: 300;
	font-style: normal
}

@font-face {
	font-family: 'Source Sans Pro';
	src: url('fonts/source-sans-pro/source-sans-pro-lightit-webfont.woff2') format('woff2'), url('fonts/source-sans-pro/source-sans-pro-lightit-webfont.woff') format('woff');
	font-weight: 300;
	font-style: italic
}

@font-face {
	font-family: 'Source Sans Pro';
	src: url('fonts/source-sans-pro/source-sans-pro-regular-webfont.woff2') format('woff2'), url('fonts/source-sans-pro/source-sans-pro-regular-webfont.woff') format('woff');
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: 'Source Sans Pro';
	src: url('fonts/source-sans-pro/source-sans-pro-semibold-webfont.woff2') format('woff2'), url('fonts/source-sans-pro/source-sans-pro-semibold-webfont.woff') format('woff');
	font-weight: 600;
	font-style: normal
}

@font-face {
	font-family: 'Source Sans Pro';
	src: url('fonts/source-sans-pro/source-sans-pro-semiboldit-webfont.woff2') format('woff2'), url('fonts/source-sans-pro/source-sans-pro-semiboldit-webfont.woff') format('woff');
	font-weight: 600;
	font-style: italic
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article, aside, footer, header, nav, section {
	display: block
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

figcaption, figure, main {
	display: block
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

a: active, a: hover {
	outline-width: 0
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

b, strong {
	font-weight: inherit
}

b, strong {
	font-weight: bolder
}

code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em
}

dfn {
	font-style: italic
}

mark {
	background-color: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -0.25em
}

sup {
	top: -0.5em
}

audio, video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

img {
	border-style: none
}

svg:not(:root) {
	overflow: hidden
}

button, input, optgroup, select, textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button, input {
	overflow: visible
}

button, select {
	text-transform: none
}

button, html [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	display: inline-block;
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type="checkbox"], [type="radio"] {
	box-sizing: border-box;
	padding: 0
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details, menu {
	display: block
}

summary {
	display: list-item
}

canvas {
	display: inline-block
}

template {
	display: none
}

[hidden] {
	display: none
}

html {
	font-size: 16px
}

body {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.375;
	color: #000;
	background-color: #002a3e
}

a {
	color: inherit;
	text-decoration: none
}

b {
	font-weight: 600
}

.b-img-cover {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	/* height: 100%; */
	-webkit-transform: translate(-50%,  -50%);
	-moz-transform: translate(-50%,  -50%);
	-ms-transform: translate(-50%,  -50%);
	-o-transform: translate(-50%,  -50%);
	transform: translate(-50%,  -50%)
}

.l-wrap {
	display: block;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	background: #fff
}

.l-header, .l-body, .l-footer {
	min-width: 1000px
}

.a-subtitle {
	font-weight: 300;
	font-size: 1.125rem;
	text-transform: uppercase
}

.a-text-input {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.375;
	font-size: .9rem;
	box-sizing: border-box;
	width: 100%;
	padding: .125rem .25rem;
	border: 1px solid #ccc;
	outline: 0
}

.a-text-input--multiline {
	height: 9rem
}

.a-title {
	font-family: 'Miso', sans-serif;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: .075rem;
	text-transform: uppercase;
	font-size: 1.75rem;
	color: #000
}

.a-title--white {
	color: #fff;
}

.m-bubble {
	text-align: center;
	box-sizing: border-box;
	width: 350px;
	height: 350px;
	padding: .5rem;
	border: 2px solid #fff;
	border-radius: 50%
}

.m-bubble--objekt {
	width: 460px;
	height: 460px
}

.m-bubble__inner {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 50%;
	overflow: hidden
}

.m-bubble__content {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	-webkit-transform: translate(-50%,  -50%);
	-moz-transform: translate(-50%,  -50%);
	-ms-transform: translate(-50%,  -50%);
	-o-transform: translate(-50%,  -50%);
	transform: translate(-50%,  -50%)
}

.m-bubble--objekt .m-bubble__content {
	padding-bottom: 3rem;
}

.m-initial-bubble {
	text-align: center;
	position: relative;
	box-sizing: border-box;
	width: 140px;
	height: 140px;
	padding: .25rem;
	border: 1px solid #fff;
	border-radius: 50%
}

.m-initial-bubble__inner {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding-top: 1rem;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 50%;
	overflow: hidden
}

.m-initial-bubble__text {
	font-family: 'Miso', sans-serif;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: .075rem;
	text-transform: uppercase;
	font-size: 1.125rem;
	color: #000;
	position: absolute;
	left: 0;
	top: 55px;
	z-index: 2;
	width: 100%
}

.m-initial-bubble__initial {
	font-weight: 400;
	font-size: 100px;
	line-height: 1;
	color: #fff;
	position: absolute;
	left: 0;
	top: 16px;
	z-index: 1;
	width: 100%
}

.m-initial {
	position: relative;
	width: 200px;
	height: 100px;
	margin: 0 auto;
	overflow: hidden
}

.m-initial::before {
	content: ' ';
	font-weight: 400;
	font-size: 120px;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%
}

.m-initial--two-line {
	padding: 13px 0
}

.m-initial--o::before {
	content: 'o'
}

.m-initial--h::before {
	content: 'h'
}

.m-initial--l::before {
	content: 'l'
}

.m-initial--w::before {
	content: 'w'
}

.m-initial--k::before {
	content: 'k'
}

.m-initial--p::before {
	content: 'p'
}

.m-initial--f::before {
	content: 'f'
}

.m-initial--c::before {
	content: 'c'
}

.m-initial__text {
	font-family: 'Miso', sans-serif;
	font-weight: 400;
	line-height: 1;
	letter-spacing: .075rem;
	text-transform: uppercase;
	font-size: 1.5rem;
	text-align: center;
	color: #000;
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	padding: 46px 0
}

.m-lang {
	font-family: 'Miso', sans-serif;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: .075rem;
	text-transform: uppercase;
	font-size: 1rem;
	color: #4979a6;
	position: absolute;
	left: 0;
	top: 0
}

.m-lang__link {
	color: #4979a6
}

.m-lang__link--current {
	color: #fff
}

.m-nav__link {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	width: 48px;
	height: 48px;
	margin-left: 1.125rem;
	padding: 18px 0;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 50%;
	vertical-align: bottom
}

.m-nav__link::before {
	content: ' ';
	font-family: 'Miso', sans-serif;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: .075rem;
	text-transform: uppercase;
	font-size: 2rem;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 0;
	top: 8px;
	display: block;
	width: 100%
}

.m-nav__link.is-current {
	background-color: #6795bc
}

.m-nav__link.is-current::before {
	color: rgba(255, 255, 255, 0.30000000000000004)
}

.m-nav__link--two-line {
	padding: 11px 0
}

.m-nav__link--o::before {
	content: 'o'
}

.m-nav__link--h::before {
	content: 'h'
}

.m-nav__link--l::before {
	content: 'l'
}

.m-nav__link--w::before {
	content: 'w'
}

.m-nav__link--k::before {
	content: 'k'
}

.m-nav__link--p::before {
	content: 'p'
}

.m-nav__link--f::before {
	content: 'f'
}

.m-nav__link--c::before {
	content: 'c'
}

.m-nav__link-text {
	font-family: 'Miso', sans-serif;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: .075rem;
	text-transform: uppercase;
	font-size: 13px;
	text-align: center;
	color: #000;
	position: relative;
	z-index: 2;
	display: block;
	width: 100%
}

.m-nav__link.is-current .m-nav__link-text {
	color: #fff
}

.m-page-title {
	position: relative
}

.m-page-title__address {
	font-family: 'Miso', sans-serif;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: .075rem;
	text-transform: uppercase;
	text-align: right;
	color: #fff;
	margin: 0;
	padding: .25rem 0
}

.m-page-title__lang {
	position: absolute;
	left: 0;
	top: 0
}

.m-section--gap {
	padding: 1rem 0
}

.m-section--gap-top {
	padding-top: 1rem
}

.m-section--gap-bottom {
	padding-bottom: 1rem
}

.m-section--gap-medium {
	padding: 2rem 0
}

.m-section--gap-top-medium {
	padding-top: 2rem
}

.m-section--gap-bottom-medium {
	padding-bottom: 2rem
}

.m-slat {
	position: relative;
	z-index: 2;
	width: 100%
}

.m-slat--blue-dark {
	background-color: #063e57
}

.m-slat--blue-light {
	background-color: #6795bc
}

.m-slat--blue-bright {
	background-color: #bad9f1
}

.m-slat--blue-gradient {
	background-color: #063e57;
	background: -webkit-linear-gradient(top,  #096087 0,  #063e57 60%);
	background:-moz-linear-gradient(top,  #096087 0,  #063e57 60%);
	background: linear-gradient(top,  #096087 0,  #063e57 60%)
}

.m-slat--foreground {
	z-index: 3
}

.m-slat--background {
	z-index: 1
}

.m-slat__center {
	width: 100%;
	max-width: 880px;
	margin: 0 auto
}

.m-slideshow {
	position: relative;
	width: 100%;
	height: 0;
	padding: 66% 0 0
}

.m-slideshow__slide-box {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	overflow: hidden
}

.m-slideshow__slide {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	transition: opacity 1s;
	opacity: 0
}

.m-slideshow__slide.is-current {
	opacity: 1
}

.m-slideshow__slide-image {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	width: 100%;
/* 	min-width: 100%; */
/* 	min-height: 100%; */
	transform: translate(-50%,  -50%)
}

.m-slideshow__slide-info {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%
}

.m-slidesnow__indicator-bar {
	position: absolute;
	left: 0;
	bottom: 1rem;
	z-index: 1;
	width: 100%
}

.m-slideshow__indicator {
	width: .5rem;
	height: .5rem;
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 50%
}

.m-slideshow__indicator.is-current {
	background-color: #fff
}

.m-table {
	width: 100%;
	border: 0;
	border-collapse: collapse
}

.m-table__row {
	border-bottom: 1px solid #d9d9d9
}

.m-table__row: nth-child(even) {
	background-color: #f2f2f2
}

.m-table__row--header {
	color: #fff;
	background-color: #6795bc;
	border-bottom: 0
}

.m-table__col {
	text-align: left;
	padding: .25rem .5rem
}

.o-baseline {
	font-size: .8rem;
	text-align: center;
	color: #fff;
	padding: 6rem 0 3rem;
	border-top: 1rem solid #6795bc
}

.o-footer {
	font-size: .8rem;
	position: relative;
	padding-bottom: 2rem
}

.o-footer::after {
	content: ' ';
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	clear: both
}

.o-footer__col-left {
	float: left;
	width: 400px
}

.o-footer__col-right {
	float: left;
	width: 320px;
	margin-left: 160px
}

.o-footer__title {
	font-family: 'Miso', sans-serif;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: .075rem;
	text-transform: uppercase;
	color: #808080
}

.o-footer__krossa {
	position: relative
}

.o-footer__krossa-labels {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 40%
}

.o-footer__krossa-link {
	display: block;
	line-height: 1.2;
	padding: 1rem 0 0 0
}

.o-footer__krossa-link: hover {
	font-weight: 600
}

.o-footer__badge {
	font-weight: 500;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 17rem;
	top: 0;
	box-sizing: border-box;
	width: 230px;
	height: 230px;
	padding: 25px 15px;
	background-color: #6795bc;
	border-radius: 50%;
}

.o-formular {
	padding: 3rem 0
}

.o-formular__title {
	font-family: 'Miso', sans-serif;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: .075rem;
	text-transform: uppercase;
	color: #808080
}

.o-formular__hint {
	padding: 1rem;
	background-color: #bad9f1
}

.o-formular__hint--error {
	color: #fff;
	background-color: #e60046
}

.o-formular__cols {
	font-size: .8rem
}

.o-formular__cols::after {
	content: ' ';
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	clear: both
}

.o-formular__col-left {
	float: left;
	width: 500px
}

.o-formular__col-right {
	float: left;
	width: 340px;
	margin-left: 40px
}

.o-haus {
	position: relative
}

.o-haus__ratio {
	width: 100%;
	height: 0;
	padding-top: 68%
}

.o-haus__background {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	overflow: hidden
}

.o-haus__foreground {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 2
}

.o-haus__bubbles {
	position: absolute;
	left: 10%;
	top: 15%;
	width: 440px;
	height: 350px
}

.o-haus__bubble {
	position: absolute;
	left: 0;
	top: 0
}

.o-haus__bubble-small {
	position: absolute;
	right: 0;
	top: 1rem
}

.o-kontakt {
	position: relative;
	width: 100%;
	height: 360px
}

.o-kontakt__bubbles {
	position: absolute;
	left: 90px;
	bottom: -20px;
	width: 270px;
	height: 300px
}

.o-kontakt__bubble-small {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2
}

.o-kontakt__badge {
	position: absolute;
	left: 35px;
	top: 70px;
	z-index: 1;
	width: 230px;
	height: 230px;
	background-color: #6795bc;
	border-radius: 50%
}

.o-kontakt__badge-inner {
	font-family: 'Miso', sans-serif;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: .075rem;
	text-transform: uppercase;
	font-size: 2rem;
	line-height: 1.25;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

.o-kontakt__text {
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	right: 0;
	bottom: 50px;
	width: 440px
}

.o-lage {
	position: relative
}

.o-lage__ratio {
	width: 100%;
	height: 0;
	padding-top: 75%
}

.o-lage__background {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-color: #919FB1;
	background-image: url('../media/img/lage/karte-der-berliner-viertel.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left bottom
}

.o-lage__foreground {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 2
}

.o-lage__bubbles {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3
}

.o-lage__bubble-small {
	position: absolute;
	left: 2rem;
	top: 4rem
}

.o-lage__bubble-large {
	position: absolute;
	left: 12rem;
	top: 2rem;
	width: 580px;
	height: 580px
}

.o-lage__photo {
	position: absolute;
	right: 30px;
	z-index: 4;
	width: 250px;
}

.o-lage__photo--upper {
	top: 0;
	height: 190px
}

.o-lage__photo--lower {
	top: 215px;
	height: 190px
}

.o-lage__map {
	position: absolute;
	right: 30px;
	bottom: 0;
	z-index: 4;
	width: 250px;
	height: 320px;
	background-color: #fff
}

.o-navbar {
	position: relative
}

.o-navbar__slat {
	position: relative;
	height: 74px
}

.o-navbar__slat.is-fixed {
	position: fixed;
	left: 50%;
	top: 0;
	z-index: 4;
	width: 1000px;
	margin-left: -500px
}

.o-navbar__slat-center {
	position: relative
}

.o-navbar__logo {
	position: absolute;
	left: 2rem;
	top: 1rem
}

.o-navbar__logo-img {
	width: 6rem;
	height: 6rem
}

.o-navbar__nav {
	position: relative;
	margin-left: 140px;
	padding: 1rem 0
}

.o-navbar__lang {
	position: absolute;
	left: -2rem;
	top: 1rem
}

.o-navbar__title {
	font-family: 'Miso', sans-serif;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: .075rem;
	text-transform: uppercase;
	text-align: right;
	color: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: .75rem 0
}

.o-navbar__title--small {
	font-size:  1.37rem;
	bottom:  .5rem
}

.o-objekt {
	position: relative
}

.o-objekt__ratio {
	width: 100%;
	height: 0;
	padding-top: 68%
}

.o-objekt__background {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	overflow: hidden
}

.o-objekt__foreground {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 2
}

.o-objekt__bubble {
	position: absolute;
	left: 5%;
	top: 15%;
	width: 500px;
	height: 500px;
}

.o-sanierung {
	position: relative;
	overflow: hidden;
}

.o-sanierung__ratio {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 0;
	padding-top: 56%;
}

.o-sanierung__bubble {
	position: absolute;
	left: 75%;
	top: 55%;
	transform: translate(-50%, -50%);
	width: 740px;
	height: 740px;
}

.o-sanierung__bubble-list {
	text-align: left;
	width: 48%;
	margin: 0 auto;
}

.o-sanierung__extras {
	font-size: .875rem;
	color: #ffffff;
	position: absolute;
	left: 2rem;
	top: 3rem;
	width: 26%;
}

.o-sanierung__extras-img {
	width: 260px;
}

.o-slideshow {
	position: relative
}

.o-slideshow__slideshow {
	position: relative;
	z-index: 1
}

.o-slideshow__bubbles {
	position: absolute;
	z-index: 2;
	width: 410px;
	height: 430px
}

.o-slideshow__bubbles--platz {
	left: 10%;
	top: 10%
}

.o-slideshow__bubbles--fassade {
	left: 50%;
	top: 20%
}

.o-slideshow__bubbles--kadewe {
	left: 55%;
	top: 25%
}

.o-slideshow__bubbles--allee {
	left: 10%;
	top: 10%
}

.o-slideshow__badge {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 160px;
	height: 160px
}

.o-slideshow__bubbles--fassade .o-slideshow__badge {
	left: auto;
	top: auto;
	right: -10%;
	bottom: -10%;
}

.o-slideshow__bubble {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1
}

.o-slideshow__slogan {
	font-family: 'Miso', sans-serif;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: .075rem;
	text-transform: uppercase;
	font-size: 2rem;
	line-height: 1.2
}

.o-tabelle {
	padding: 4rem 0 1.5rem
}

.o-tabelle__hints {
	font-size: .8rem;
	padding-top: 1rem
}

.o-wohnungen {
	position: relative
}

.o-wohnungen__ratio {
	width: 100%;
	height: 0;
	padding-top: calc(100% * 1386 / 2000)
}

.o-wohnungen__background {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	overflow: hidden
}

.o-wohnungen__background-image {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
}

.o-wohnungen__background-info {
	font-size: .75rem;
	position: absolute;
	z-index: 2
}

.o-wohnungen__background-info--lo {
	right: 510px;
	top: 10px;
	text-align: right;
}

.o-wohnungen__background-info--ro {
	right: 10px;
	top: 10px
}

.o-wohnungen__background-info--lu {
	left: 10px;
	top: 324px
}

.o-wohnungen__background-content {
	color: #fff;
	position: absolute;
	z-index: 3;
	box-sizing: border-box;
	width: 50%;
	padding: 4rem 7rem;
	background-color: #89a8ca;
}

.o-wohnungen__background-content--upper-left {
	left: 0;
	top: 0;
	height: 314px;
}

.o-wohnungen__background-content--lower-right {
	right: 0;
	bottom: 0;
	height: 379px;
}

.o-wohnungen__foreground {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 2
}

.o-wohnungen__bubble {
	position: absolute;
	left: 50%;
	top: 40%;
	width: 280px;
	height: 280px;
	transform: translate(-50%, -50%);
}

.g-hidden {
	display: none
}

.g-small {
	font-size: .875rem;
	line-height: 1.5
}