
/*/  fonts  ///////////////////////////////////////////////////////////////////////////////////////////////*/


@import url('https://fonts.googleapis.com/css?family=Poppins:400,700');


/*/  layout  ///////////////////////////////////////////////////////////////////////////////////////////////////////////*/


* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color:#5ab4c8;
	text-align:center;
}
p {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
 	line-height: 24px;
	color: #fff;
	font-weight:400;
}
h1, .h1 {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
 	line-height: 22px;
	color: #fff;
	font-weight:700;
}
h2, .h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
 	line-height: 24px;
	color: #000000;
	font-weight:700;
	margin:0 0 20px 0;
}
h3, .h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
 	line-height: 24px;
	color: #fff;
	font-weight:700;
	margin:0 0 5px 0;
	display:inline;
}
b, strong {
	font-family: 'Poppins', sans-serif;
	font-weight:700;
}
#page {
	width:100%;
	height:auto;
	text-align:center;
	z-index:11;
	margin-top:3%;
}
#logo {
	margin-bottom:100px;
}
#logo img {
	width:120px;
	height:260px;
}

.galleryA, .galleryB, .galleryC, .galleryD {
	margin-bottom:30px;
}
.galleryA img, .galleryB img, .galleryC img {
	width:640px;
	height:380px;
}
.galleryD img {
	width:640px;
	height:372px;
}
.project-info {
	width:540px;
	margin-bottom:40px;
}
.contact {
	display:block;
}
.contact_mobile {
	display:none;
}
.small {
	font-size: 14px;
 	line-height: 24px;
}
.black {
	color:#000;
}
.blue {
	color:#5ab4c8;
}
.sl-counter {
	font-family: 'Poppins', sans-serif;
	font-weight:400;
}
.sl-current, .sl-total {
	font-family: 'Poppins', sans-serif;
	font-weight:700;
	font-size: 1.2rem;
}
.sl-wrapper .sl-navigation button.sl-next, .sl-wrapper .sl-navigation button.sl-prev {
    font-size: 5rem !important;
}
hr.style-one {
    border: 0;
    height: 1px;
	background-color: #fff;
	margin-bottom: 80px;
	margin-top: 60px;
}
hr.style-two {
    border: 0;
    height: 1px;
	background-color: #fff;
	margin-bottom: 80px;
	margin-top: 40px;
}
.stoerer{
	background-color: #fff;
    width: 140px;
    height: 140px;
    border: none;
    text-align: center;
	padding: 0px;
	margin-top:-150px;
	margin-left:450px;
	margin-bottom:0px;
	box-sizing: border-box;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	-webkit-transform: rotate(-15deg); /* Chrome, Safari, Opera */
    -ms-transform: rotate(-15deg);     /* IE 9 */
    transform: rotate(-15deg);
}
.stoerer p {	
	line-height: 140px !important;
}
.stoerer2 p {	
	line-height: 20px !important;
	padding-top: 50px !important;
}
.baustart {	
	font-size: 14px !important;
}

/*/  links  ///////////////////////////////////////////////////////////////////////////////////////////////*/

a {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}


/*/   flexbox ///////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.flex-container {
   display: -webkit-flex;
   display: -ms-flex;
   display: flex;
   
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   
   -ms-flex-direction: row-reverse;
   flex-direction: row-reverse;
   
   -ms-flex-pack: space-around;
    justify-content: space-around;
	
	align-items: flex-end;
	align-content: flex-end;
}
.flex-panel	{
	text-align:left;
	padding:15px;
	padding-top:0px;
}
.vielzuviel	{
	width:60%;
	padding: 3% 0 6% 0;
}
.no-padd{
	padding: 0px 80px 0px 80px;
}


@media only screen and (max-width: 860px) {
.contact {
	display:block;
}
.contact_mobile {
	display:none;
}
.galleryA, .galleryB, .galleryC, .galleryD {
	margin-bottom:40px;
}
.galleryA img, .galleryB img, .galleryC img {
	width:480px;
	height:285px;
}
.galleryD img {
	width:480px;
	height:280px;
}
.project-info {
	width:480px;
	margin-bottom:80px;
}
#logo {
	margin-bottom:80px;
}
#logo img {
	width:90px;
	height:195px;
}
p {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
 	line-height: 23px;
}
.stoerer{
	background-color: #fff;
    width: 140px;
    height: 140px;
    border: none;
    text-align: center;
	padding: 0px;
	margin-top:-160px;
	margin-left:300px;
	margin-bottom:10px;
	box-sizing: border-box;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	-webkit-transform: rotate(-15deg); /* Chrome, Safari, Opera */
    -ms-transform: rotate(-15deg);     /* IE 9 */
    transform: rotate(-15deg);
}
.stoerer p {	
	line-height: 140px !important;
}
.stoerer2 p {	
	line-height: 20px !important;
	padding-top: 45px !important;
}
.baustart {	
	font-size: 14px !important;
}
.miete {	
	font-size: 14px !important;
}
}

@media only screen and (max-width: 670px) {
.flex-panel	{
	width:85%;
	margin-bottom: 30px;
}
.galleryA, .galleryB, .galleryC, .galleryD {
	margin-bottom:10px;
}
.galleryA img, .galleryB img, .galleryC img, .galleryD img {
	width:100% !important;
	height:100% !important;

}
.project-info {
	width:85%;
	margin-bottom:20px;
}
#logo {
	margin-bottom:40px;
	margin-top: 20px;
}
#logo img {
	width:85px;
	height:185px;
}
p, h1, .h1 {
	font-size: 16px;
 	line-height: 24px;
}
h2, .h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
 	line-height: 24px;
	margin:0 0 15px 0;
	color: #000000;
}
.contact {
	display:none;
}
.contact_mobile {
	display:block;
}
.sl-wrapper .sl-navigation button.sl-next, .sl-wrapper .sl-navigation button.sl-prev {
    font-size: 3rem !important;
}
hr.style-one {
	margin-bottom: 40px;
	margin-top: 0px;
}
hr.style-two {
  margin-bottom: 40px;
  margin-top: 0px;
}
.stoerer{
	background-color: #fff;
    width: 100px;
    height: 100px;
    border: none;
    text-align: center;
	padding: 0px;
	margin-top:-90px;
	margin-left:70%;
	margin-bottom:0px;
	box-sizing: border-box;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	-webkit-transform: rotate(-15deg); /* Chrome, Safari, Opera */
    -ms-transform: rotate(-15deg);     /* IE 9 */
    transform: rotate(-15deg);
}
.stoerer p {	
	line-height: 100px !important;
	font-size: 12px !important;
}
.stoerer2 p {	
	line-height: 16px !important;
	padding-top: 35px !important;
}
.baustart {	
	font-size: 11px !important;
}
.no-padd{
	padding: 0px !important;
	margin-bottom: 0px !important;
}

}