@import 'fonts/bree/stylesheet.css';
@import 'fonts/source-sans-pro/stylesheet.css';
@import 'fonts/source-serif-pro/stylesheet.css';

@import 'lib/normalize.css';

html {
	font-size: 16px;
}

body {
	font-family: 'Source Serif Pro', serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
	color: #000;
	text-align: center;
	background-color: rgb(0, 30, 43);
}

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

sup {
  line-height:0;
}

.l-wrap {
	display: block;
	width: 1200px;
	margin: 0 auto;
	background: #fff;
}

.a-button {
	font-weight: 600;
	font-size: .875em;
	color: #fff;
	display: inline-block;
	padding: .5em;
	background-color: rgb(0, 61, 88);
	border-radius: .125em;
}

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

.a-text-input--multiline {
	height: 9em;
}

.m-baseline {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.25;
	position: relative;
	padding: 8rem 0 3rem;
}

.m-baseline::before {
	content: ' ';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 1rem;
	background-image: url('../img/border-gradient.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.m-form {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.25;
	text-align: left;
	padding: 3rem 0;
}

.m-form__title {
	font-family: 'Bree', serif;
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 1.25;
	text-transform: uppercase;
	letter-spacing: .075em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	color: rgb(255, 255, 255);
}

.m-form__hint {
	padding: 1rem;
	background-color: rgb(145, 159, 177);
}

.m-form__hint--error {
	color: #fff;
	background-color: #e60046;
}

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

.m-form__col-left {
	float: left;
	width: 600px;
}

.m-form__col-right {
	float: left;
	width: 460px;
	margin-left: 40px;
}

.m-header {
	display: block;
	margin-bottom: 3rem;
}

.m-header__supline {
	font-family: 'Bree', serif;
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 1.25;
	text-transform: uppercase;
	letter-spacing: .075em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	color: rgb(0, 61, 88);
	margin-bottom: 0;
}

.m-header__supline::before {
	content: '| ';
}

.m-header__supline::after {
	content: ' |';
}

.m-header--white .m-header__supline {
	color: #fff;
}

.m-header__divider {
	position: relative;
	display: block;
	width: 400px;
	height: 16px;
	margin: 1.5rem auto;
	background-color: transparent;
	background-image: url('../img/leaf.svg');
	background-repeat: no-repeat;
	background-position: center center;
}

.m-header__divider::before, .m-header__divider::after {
	content: '';
	position: absolute;
	top: 8px;
	width: 170px;
	height: 1px;
	background-color: rgb(145, 159, 177);
}

.m-header__divider::before {
	left: 0;
}

.m-header__divider::after {
	right: 0;
}

.m-header--white .m-header__divider {
	background-image: url('../img/leaf-white.svg');
}

.m-header--white .m-header__divider::before, .m-header--white .m-header__divider::after {
	background-color: #fff;
}

.m-header__title {
	font-family: 'Bree', serif;
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 1.25;
	text-transform: uppercase;
	letter-spacing: .075em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	font-size: 1.5rem;
	color: rgb(0, 61, 88);
	margin: 0;
	
	display: inline-block;
	margin: 0 auto;
	padding: 0 1em;
	border: 0 solid rgb(0, 61, 88);
	border-width: 0 4px;
}

.m-header--white .m-header__title {
	border-color: rgb(255, 255, 255);
}

.m-header__title--large {
	font-size: 1.5rem;
}

.m-header--white .m-header__title {
	color: #fff;
}

.m-header__subline {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.25;
	font-weight: 500;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: rgb(145, 159, 177);
	margin: .5em 0 0;
}

.m-header--white .m-header__subline {
	color: #fff;
}

.m-section {
	display: block;
	width: 100%;
}

.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 {
	color: #fff;
	background-color: rgb(46, 86, 113);
}

.m-slat--blue-dark {
	color: #fff;
	background-color: rgb(0, 61, 88);
}

.m-slat--chevron {
	background-image: url('../img/chevron.svg');
	background-repeat: repeat;
	background-position: center top;
	background-size: 80px 24px;
}

.m-slat--rosette {
	background-image: url('../img/rosette.svg');
	background-repeat: repeat;
	background-position: center top;
	background-size: 100px 100px;
}

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

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

.m-slat__center {
	width: 1100px;
	margin: 0 auto;
}

.m-slideshow {
	position: relative;
	width: 100%;
	height: 420px;
	overflow: hidden;
}

.m-slideshow__slider {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	height: 320px;
	white-space: nowrap;
	transition: left 0.4s;
}

.m-slideshow__slide {
	display: inline-block;
	height: 100%;
	margin-left: 20px;
}

.m-slideshow__slide:first-child {
	margin-left: 0;
}

.m-slideshow__slide-img {
	height: 100%;
}

.m-slideshow__slide-index {
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0.25em 0;
}

.m-slideshow__controller {
	font-weight: 300;
	font-size: 30px;
	color: #ccc;
	position: absolute;
	bottom: 40px;
	z-index: 1;
	display: block;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background-color: transparent;
	border: 1px solid #fff;
	outline: 0;
	cursor: pointer;
}

.m-slideshow__controller--prev {
	left: 0px;
}

.m-slideshow__controller--next {
	right: 0;
}

.m-slideshow__controller.is-disabled {
/* 	color: var(--color--grey-light); */
/* 	background: rgba(255, 255, 255, 0.3); */
	opacity: .5;
	cursor: default;
}

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

.m-table__row {
	color: #000;
	border-bottom: 1px solid #fff;
	background-color: #eee;
}

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

.m-table__row--header {
	color: #fff;
	background-color: rgb(145, 159, 177);
	border-bottom: 0;
}

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

.o-footer {
	/* 
font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.25;
 */
	text-align: left;
	padding: 4rem 0;
}

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

.o-footer__col {
	display: block;
	float: left;
	width: 530px;
}

.o-footer__col--right {
	margin-left: 40px;
}

.o-footer__title {
	font-family: 'Bree', serif;
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 1.25;
	text-transform: uppercase;
	letter-spacing: .075em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	color: rgb(0, 61, 88);
}

.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-haus {
	padding: 120px 0 60px;
}

.o-haus__images {
	margin-top: 80px;
}

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

.o-haus__image {
	display: block;
	float: left;
	width: 353px;
	height: 270px;
	margin-left: 20px;
}

.o-haus__image--upper-left {
	margin-left: 0;
}

.o-haus__image--upper-middle {
	width: 354px;
}

.o-haus__infobox {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.25;
	color: #000;
	display: block;
	float: left;
	width: 353px;
	height: 425px;
	margin-left: 20px;
	margin-top: 20px;
	background: #fff;
}

.o-haus__infobox--lower-left {
	margin-left: 0;
}

.o-haus__infobox--lower-middle {
	width: 354px;
}

.o-haus__infobox-title {
	font-weight: 400;
	font-size: 1.5rem;
	text-transform: uppercase;
}

.o-haus__infobox-title-ampersand {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.25;
	font-weight: 600;
	font-size: 2rem;
	color: #9aa698;
	position: relative;
	top: .125rem;
}

.o-haus__infobox-list {
	font-size: .875rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.o-haus__infobox-list-item {
	list-style: none;
	margin: 0;
	padding: .125em 0 0;
}

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

.o-haus__infobox-list-item--gap {
	margin-top: 1em;
}

.o-haus__infobox-list-title {
	font-weight: 600;
	line-height: 1.375;
	color: rgb(145, 159, 177);
	text-transform: uppercase;
	text-align: right;
	display: block;
	float: left;
	width: 44%;
}

.o-haus__infobox-list-text {
	font-weight: 500;
	line-height: 1.375;
	text-align: left;
	display: block;
	float: left;
	box-sizing: border-box;
	width: 54%;
	margin-left: 2%;
}

.o-kontakt {
	padding: 80px 0;
}

.o-kontakt__content {
	width: 900px;
	margin: 0 auto;
}

.o-lage {
	padding: 180px 0 60px;
}

.o-lage__content {
	width: 900px;
	margin: 0 auto;
}

.o-lage__images {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.25;
	font-size: .75rem;
	text-align: left;
	display: block;
	width: 100%;
	margin-top: 80px;
}

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

.o-lage__image, .o-lage__map {
	display: block;
	float: left;
	width: 353px;
	height: 315px;
	margin: 0 0 0 20px;
}

.o-lage__image--left {
	margin-left: 0;
}

.o-lage__image-image {
	display: block;
	width: 353px;
	height: 315px;
	margin: 0;
	padding: 0;
}

.o-lage__image-caption {
	display: block;
	padding-top: .5em;
}

.o-lage__map {
	width: 354px;
	background-color: #eee;
}

.o-navbar {
	display: block;
	width: 100%;
}

.o-navbar__slat.is-fixed {
	position: fixed;
	left: 50%;
	top: 0;
	width: 1200px;
	margin-left: -600px;
}

.o-navbar__inner {
	text-align: right;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 2rem 30px 1.5rem 0;
	background-color: rgb(255, 255, 255);
}

.o-navbar__logo {
	position: absolute;
	left: 80px;
	top: 0;
	width: 180px;
}

.o-navbar__nav {
	display: inline-block;
}

.o-navbar__nav-link {
	font-family: 'Bree', serif;
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 1.25;
	text-transform: uppercase;
	letter-spacing: .075em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	color: rgb(145, 159, 177);
	display: inline-block;
	margin: 0 0 0 1rem;
}

.o-navbar__nav-link::before {
	content: '| ';
}

.o-navbar__nav-link::after {
	content: ' |';
}

.o-objekt {
	display: block;
	padding: 150px 0 60px;
}

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

.o-objekt__images {
	display: block;
	float: left;
	width: 355px;
}

.o-objekt__image {
	display: block;
	width: 355px;
}

.o-objekt__image--upper {
	margin-bottom: 20px;
}

.o-objekt__image--lower {
}

.o-objekt__content {
	display: block;
	float: left;
	box-sizing: border-box;
	width: 725px;
	height: 575px;
	margin-left: 20px;
	padding: 3rem 3rem;
	background-color: #fff;
}

.o-page-title {
	text-align: right;
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 2rem 2rem 1rem;
}

.o-page-title__logo {
	position: absolute;
	left: 30px;
	top: 0;
	width: 180px;
}

.o-page-title__address {
	font-family: 'Bree', serif;
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 1.25;
	text-transform: uppercase;
	letter-spacing: .075em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	color: rgb(0, 61, 88);
	margin: 0;
}

.o-page-title__address::before {
	content: '| ';
}

.o-page-title__address::after {
	content: ' |';
}

.o-slideshow {
	display: block;
	width: 1200px;
	height: 860px;
}

.o-slideshow__slides-box {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

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

.o-slideshow__slide.is-current {
	opacity: 1;
}

.o-slideshow__slide-image {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
}

.o-slideshow__slide-info {
	color: #fff;
	position: absolute;
	bottom: 120px;
	z-index: 2;
	display: block;
	box-sizing: border-box;
	width: 1100px;
	padding: 1.5rem;
	background-color: rgb(0, 61, 88);
}

.o-slideshow__slide-info--left {
	left: 0;
}

.o-slideshow__slide-info--right {
	right: 0;
}

.o-slideshow__slide-info-title {
	font-family: 'Bree', serif;
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 1.25;
	text-transform: uppercase;
	letter-spacing: .075em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	font-size: 2rem;
	margin: 0;
}

.o-slideshow__slide-info-title::before {
	content: '| ';
}

.o-slideshow__slide-info-title::after {
	content: ' |';
}

.o-slideshow__slide-info-text {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.25;
	font-size: 1.5rem;
	letter-spacing: .05em;
	text-transform: uppercase;
	margin: 1rem 0 0;
}

.o-slideshow__indicator-bar {
	position: relative;
	z-index: 2;
}

.o-tabelle {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.25;
	font-size: 1.125rem;
	color: #000;
	padding: 4rem 0;
}

.o-tabelle__hints {
	font-size: .875rem;
	text-align: left;
	margin-top: 2rem;
	padding: 1rem;
	background-color: #fff;
}

.o-wohnungen {
	display: block;
	padding: 150px 0 60px;
}

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

/*

.o-wohnungen__images {
	display: block;
	float: left;
	width: 355px;
}

.o-wohnungen__image {
	display: block;
	width: 355px;
	margin: 0;
	padding: 0;
}

.o-wohnungen__image--upper {
	height: 270px;
	margin-bottom: 10px;
}

.o-wohnungen__image--lower {
	height: 270px;
}

.o-wohnungen__image-image {
	display: block;
	width: 355px;
	height: 270px;
	margin: 0;
	padding: 0;
}

.o-wohnungen__image-caption {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.25;
	font-size: .75rem;
	text-align: left;
	display: block;
	padding-top: .5em;
}

*/

.o-wohnungen__content {
	width: 900px;
	margin: 0 auto;
	
	/*
	color: #000;
	display: block;
	float: left;
	box-sizing: border-box;
	width: 725px;
	height: 550px;
	margin-left: 20px;
	padding: 5rem 3rem;
	background-color: #fff;
	*/
}

.g-hidden {
	display: none;
}

