@import 'miso.css';

html, body {
	width: 100%;
	margin: 0;
	adding: 0;
}

html {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 22px;
	line-height: 1.4;
}

body {
	color: #99999a;
	background: #ffffff;
}

a {
	color: #99999a;
	text-decoration: none;
}

h1, h2, h3, h4 {
	font-size: 1rem;
	font-weight: 400;
}

p, h1, h2, h3, h4, ul {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

li {
	display: block;
	position: relative;
	margin: 0;
	padding: 0 0 0 .6rem;
}

li:before {
	content: '•';
	position: absolute;
	left: 0;
}

header, main, footer, article, aside {
	display: block;
	margin: 0;
}

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

.__img2bg {
	background-position: center center;
	background-size: cover;
}

.__left {
	text-align: left;
}

.__small {
	font-size: .6rem;
}

.button {
	color: #ffffff;
	padding: .5em;
	background-color: #6ebbbb;
	border-radius: .25em;
}

.page__row {
	text-align: center;
	display: block;
	position: relative;
	width: 100%;
	padding: 2rem 0;
}

.page__row--align_left {
	text-align: left;
}

.page__row--white {
	background: #ffffff;
}

.page__row--green {
	background: #cee5e5;
}

.page__row--light_green {
	background: #edf5f6;
}

.page__row--no_gap {
	padding-top: 0;
}

.page__center {
	display: block;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}

.page__header,
.page__main,
.page__footer,
.slideshow {
	position: relative;
	z-index: 10;
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ie-transform: translate3d(0, 0, 0);
	     -o-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

.page__header {
	display: block;
	position: relative;
	width: 100%;
	height: 700px;
	z-index: 11;
}

.page__header--imprint {
	height: auto;
}

.page__footer {
	font-size: .7rem;
	color: #ffffff;
	padding: 4rem 0;
	background: #6ebbbb;
	border-top: .5rem solid #99999a;
}

.page__footer a {
	color: #ffffff;
}

.header__address_bar {
	font-family: 'Miso';
	font-weight: 400;
	font-size: 1.1rem;
	text-transform: uppercase;
	text-align: right;
	padding: .5rem 0;
}

.header__address_bar .page__center {
	width: 1090px;
}

.header__hgroup {
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 300px;
	margin-top: -200px;
}

.header__hgroup_box {
	font-family: 'Miso';
	font-weight: 400;
	color: #ffffff;
	display: block;
	position: absolute;
	left: 50%;
	top: 170px;
	width: 870px;
	margin-left: -435px;
	padding: 1rem;
	box-sizing: border-box;
	border: 2px solid #ffffff;
	border-width: 2px 0;
	background: rgba(0,0,0,0.3);
}

.header__hgroup_box:before {
	content: ' ';
	display: block;
	position: absolute;
	left: -90px;
	top: -170px;
	width: 220px;
	height: 225px;
	background-image: url('../img/button-mitten-drin.png');
	background-repeat: no-repeat;
	background-size: contain;
}

.header__hgroup_box h1 {
	font-size: 2rem;
	line-height: 1;
	text-transform: uppercase;
}

.header__hgroup_box h2 {
	font-size: 1.3rem;
	line-height: 1;
}

.header__nav {
	display: block;
	position: absolute;
	z-index: 20;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 1.5rem 0 .5rem 0;
	background: rgba(255,255,255,.9);
	border-bottom: 1px solid #bcbcbc;
}

.navigation {
	font-family: 'Miso';
	font-weight: 400;
	font-size: 1.1rem;
	text-transform: uppercase;
	text-align: right;
	display: block;
	position: relative;
	width: 1090px;
	left: -50px;
}

.navigation--closed:before {
	content: 'Proskauer Straße 35';
	display: block;
	position: absolute;
	left: -5px;
	top: -1rem;
	height: 1rem;
	padding-left: 5rem;
	padding-top: 1rem;
	padding-bottom: 2rem;
	background-image: url('../img/button-mitten-drin.png');
	background-repeat: no-repeat;
	background-size: contain;
}

.navigation__list {
	display: inline-block;
	list-style: none;
}

.navigation__list_item {
	display: inline-block;
	margin-left: .7em;
}

.navigation__list_item:before {
	content: none;
}

.navigation__icon {
	display: none;
}

.navigation__top {
	display: block;
	position: absolute;
	left: -5px;
	top: -1rem;
	width: 295px;
	height: 90px;
	background: transparent;
}

.article {
}

.article p {
	margin-top: 1rem;
}

.article_header {
}

p.article_header__small,
h1.article_header__small {
	font-family: 'Miso';
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
}


p.article_header__tall,
h1.article_header__tall {
	font-family: 'Miso';
	font-weight: 400;
	font-size: 2rem;
	line-height: 1.1;
	text-transform: uppercase;
	margin: 0;
}

.article_header__rule {
	display: block;
	position: relative;
	width: .8rem;
	height: .8rem;
	margin: .2rem auto 0 auto;
	background: #6ebbbb;
	border: 0;
	border-radius: .4rem;
}

.article_header__rule:before,
.article_header__rule:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	width: 6.5rem;
	height: 1px;
	background: #99999a;
}

.article_header__rule:before {
	right: 1.2rem;
}
.article_header__rule:after {
	left: 1.2rem;
}

.article__image {
	display: block;
	border-radius: 1rem;
}

.article__image img {
	display: block;
	width: 100%;
	height: 100%;
}

.article__intro_text {
	line-height: 1;
	text-transform: uppercase;
}

.article--objekt__images {
	display: block;
	height: 220px;
	margin-top: 2rem;
}

.article--objekt__image {
	display: block;
	height: 100%;
}

.article--objekt__image--first {
	width: 360px;
	margin-left: 150px;
	float: left;
}

.article--objekt__image--second {
	width: 240px;
	margin-left: 80px;
	float: left;
}

.article--haus__images {
	display: block;
	height: 220px;
	margin-top: 2rem;
}

.article--haus__image {
	display: block;
	height: 100%;
}

.article--haus__image--first {
	width: 580px;
	float: left;
}

.article--haus__image--second {
	width: 330px;
	float: right;
}

.article--sanierung__col {
	display: block;
/*	color: #666666; */
}

.article--sanierung__col--left {
	width: 480px;
	float: left;
}

.article--sanierung__col--right {
	width: 440px;
	float: right;
}

.article--sanierung__col--left h2 {
	font-family: 'Miso';
	font-weight: 400;
	font-size: 2rem;
	line-height: 1.1;
	text-transform: uppercase;
	margin-bottom: .5rem;
}

.article--sanierung__rule {
	display: block;
	position: relative;
	width: .8rem;
	height: .8rem;
	margin: .2rem auto 0 auto;
	background: #ffffff;
	border: 0;
	border-radius: .4rem;
}

.article--sanierung__rule:before,
.article--sanierung__rule:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	width: 215px;
	height: 1px;
	background: #ffffff;
}

.article--sanierung__rule:before {
	right: 1.2rem;
}
.article--sanierung__rule:after {
	left: 1.2rem;
}

.article--sanierung__list {
	line-height: 1;
/*	text-transform: uppercase; */
	text-align: left;
	padding: .8rem;
	border-bottom: 1px solid #ffffff;
}

.article--sanierung__list_item {
	padding-top: .2rem;
	padding-bottom: .2rem;
}

.article--sanierung__figure {
	width: 440px;
	height: 390px;
	margin: 0;
}

.article--sanierung__image {
	width: 440px;
}

.article--sanierung__figcaption {
	font-size: .75rem;
}

.article--sanierung__images {
	display: block;
	height: 280px;
	margin-top: 2rem;
}

.article--sanierung__image {
	display: block;
	height: 100%;
	background-color: #fff;
}

.article--sanierung__image--first {
	width: 220px;
	margin-left: 240px;
	float: left;
}

.article--sanierung__image--second {
	width: 220px;
	margin-right: 240px;
	float: right;
}

.article--lage__list_item {
	margin-top: 1rem;
}

.article--lage__list_item:before {
	position: relative;
	padding-right: .2rem;
}

.article--lage__map {
	position: relative;
	height: 600px;
	padding: 0;
	background: url('../img/beton.jpg') no-repeat #666666;
	background-size: cover;
	background-position: center center;
}

.article--lage__city {
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 965px;
	margin-left: -730px;
	background-size: contain;
}

.article--lage__google_maps {
	display: block;
	position: absolute;
	left: 50%;
	top: 80px;
	width: 530px;
	height: 400px;
	margin-left: -35px;
	-webkit-border-radius: 2rem;
	border-radius: 2rem;
	overflow: hidden;
	-webkit-box-shadow: 0 2px 8px rgba(0,0,0,.6);
}

.google_maps__embed {
	width: 100%;
	height: 100%;
}

.article--wohnungen__images {
	display: block;
	height: 210px;
	margin-top: 2rem;
}

.article--wohnungen__image {
	width: 320px;
	height: 100%;
	margin-left: 15px;
	float: left;
}

.article--wohnungen__image:first-child {
	margin-left: 0;
}

.article--wohnungen__subtext {
	font-size: .6rem;
	text-align: left;
}

.article--kontakt__subheadline {
	font-family: 'Miso';
	font-weight: 400;
	font-size: 1.1rem;
	text-transform: uppercase;
}

.article--kontakt__col {
	font-size: .6rem;
	display: block;
}

.article--kontakt__col--left {
	width: 560px;
	float: left;
}

.article--kontakt__col--right {
	width: 360px;
	float: right;
}

.article--kontakt__form {
	font-size: .6rem;
	color: #666666;
}

.article--kontakt__hint {
	padding: .2em .6em;
	background: #cccccc;
}

.article--kontakt__hint--error {
	color: #ffffff;
	background: #cc0066;
}

.article--kontakt__hint--success {
	color: #ffffff;
	background: #6ebbbb;
}

.article--kontakt__logo,
.article--kontakt__logo img {
	width: 185px;
	height: 71px;
}

.table {
	font-size: .75rem;
	width: 100%;
	margin: 1rem 0;
	border-bottom: 1px solid #99999a;
	border-collapse: collapse;
}

.table__row,
.table__cell {
	margin: 0;
}

.table__head .table__cell {
	font-weight: 600;
	text-transform: uppercase;
	background: #cee5e5;
}

.table__body .table__row:nth-child(even) .table__cell {
	background: #f2fbfc;
}

.table__body .table__row:nth-child(odd) .table__cell {
}

.table__cell {
	padding: .2rem;
	border-bottom: 1px solid #e4e4e4;
}

.form {
}

.form input[type="text"],
.form textarea {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: .6rem;
	line-height: 1.2;
	display: inline-block;
	width: 100%;
	padding: .5em 1em;
	border: 1px solid #e4e4e4;
	outline: 0;
	box-sizing: border-box;
}

.form textarea {
	height: 7rem;
}

.form__tab {
	display: inline-block;
	padding-right: .5rem;
}

.slideshow {
	display: block;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background: #eee;
}

.slideshow__slide {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

.slideshow__text {
	display: none;
}

.slideshow__indicators {
	text-align: center;
	display: block;
	position: absolute;
	left: 50%;
	bottom: 140px;
	width: 200px;
	margin-left: -100px;
	z-index: 10;
}

.slideshow__indicator {
	display: inline-block;
	width: .5rem;
	height: .5rem;
	margin: 0 .3rem;
	background: rgba(255, 255, 255, .6);
	border-radius: 50%;
}

.slideshow__indicator--active {
	background: rgba(255, 255, 255, 1);
}

@media (max-width: 600px) {

.page__center {
	width: 300px;
}

.header__hgroup_box {
	width: 300px;
	margin-left: -150px;
	margin-top: -50px;
}

.header__hgroup_box:before {
	left: -10px;
	top: -130px;
	width: 140px;
}

.header__address_bar .page__center {
	width: 300px;
}

.header__adress_bar_city {
	display: none;
}

.header__nav {
	padding: .5rem 0;
}

.navigation,
.navigation__list,
.navigation__list_item {
	width: 100%;
}

.navigation {
	left: 0;
}

.navigation:before {
	display: block;
	left: 0;
	top: 0;
	padding: 0;
	background: transparent;
}

.navigation__top {
	display: none;
}

.navigation__list_item {
	display: block;
	float: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

.navigation--closed .navigation__list_item {
	display: none;
}

.navigation__icon {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 1.5rem;
	height: 1.5rem;
	background: url('../img/icon-navigation.png') no-repeat;
	background-size: contain;
	cursor: pointer;
}

.article--objekt__images,
.article--haus__images,
.article--wohnungen__images {
	height: auto;
}

.article__image {
	float: none;
	width: 300px;
	height: 220px;
	margin: 1rem 0 0 0;
}

.table__cell:nth-child(2),
.table__cell:nth-child(4),
.table__cell:nth-child(5) {
	display: none;
}

.article--sanierung__col {
	float: none;
	width: 300px;
}

.article--sanierung__rule:before,
.article--sanierung__rule:after {
	width: 130px;
}

.article--sanierung__figure {
	height: auto;
}

.article--kontakt__col {
	float: none;
	width: 300px;
}

.article--kontakt__col--right {
	margin-top: 1rem;
}

.article--lage__city {
	display: none;
}

.article--lage__google_maps {
	position: relative;
	left: 0;
	top: 0;
	width: 300px;
	margin: 0;
	top: 80px;
}

.slideshow__slide {
	background-size: cover;
}

.table__head .table__cell:last-child {
	text-indent: 200%;
	overflow: hidden;
	white-space: nowrap;
	max-width: 2rem;
}

.table__cell:last-child a {
	display: inline-block;
	text-indent: 200%;
	overflow: hidden;
	white-space: nowrap;
	width: 1rem;
	height: 1rem;
	background: url('../img/icon-jpg.png') no-repeat;
	background-size: contain;
}

}