/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/roboto-v30-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v30-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v30-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v30-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

/*.project-list .mb-5:first-child {
	display: none;
}*/

body{
	font: normal normal 300 16px/22px 'Roboto Condensed', sans-serif;
	color: rgb(65, 64, 66);
	-moz-text-size-adjust: 90% !important;
	-webkit-text-size-adjust: 90% !important;
	-ms-text-size-adjust: 90% !important;
	margin-top: 72px;
	overflow-y: scroll!important;
	margin-right: 0!important;
}
h1{
    font: normal normal 300 180%/140% 'Roboto Condensed', sans-serif;
	margin-bottom: 27px;
}
h1 b,
h1 strong {
    font-weight: 400;
}
h2{
	font: normal normal 700 160%/140% 'Roboto', sans-serif;
	margin-bottom: 27px;
}
.row.news-list {
    padding-bottom: 5em;
}
.news-list h2 {
    font: normal normal 300 160%/140% 'Roboto Condensed', sans-serif;
    margin-bottom: 10px;
}
h3{
    font: normal normal 700 100%/140% 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.025em;
}
.team h3 { margin-bottom: 0; letter-spacing: -0.1px; }

.team p {
   font: normal normal 400 85%/140% 'Roboto Condensed', sans-serif;
}
.team a {
    font: normal normal 400 100%/140% 'Roboto Condensed', sans-serif;
    text-decoration: none;
}
.news-list strong {
    font: normal normal 400 100%/140% 'Roboto Condensed', sans-serif;
}
.news-list h3 {
    font: normal normal 300 120%/140% 'Roboto Condensed', sans-serif;
	color: rgb(94, 187, 79);
	margin-bottom: 0;
}
.news-startpage h3 { text-transform: none; margin-bottom: 25px; }
h4 {
    font: normal normal 700 100%/100% 'Roboto Condensed', sans-serif;
	margin: 0 0 1em;
}
.team h4,
.news-list h4 {
    font: normal normal 400 100%/100% 'Roboto Condensed', sans-serif;
    color: rgb(94, 187, 79);
    margin-bottom: 0.3em;
}
.news-list p.credits {
    margin-top: 2em;
    font-size: 75%;
}
.project-list h4 {
	  font-size: 1.5rem;
}

p {
    font: normal normal 300 100%/140% 'Roboto Condensed', sans-serif;
}
a {
	color: rgb(65, 64, 66);
	display: inline;
    text-decoration: underline;
}
p a {
    font: normal normal 700 100%/140% 'Roboto Condensed', sans-serif;
    text-decoration: underline;
}
a:hover{
	color: rgb(65, 64, 66);
}
ul{
	padding-left: 18px;
}
b, strong {
    font: normal normal 700 100%/100% 'Roboto Condensed', sans-serif;
}
.small-text{
	font-size: 80%;
	line-height: 160%;
	color: rgb(94, 187, 79);
	font-weight: bold;
	margin: 0;
}
.gray{
	background: rgb(236, 236, 236);
}
.white {
	background: #fff;
}
.green-text{
	color: rgb(94, 187, 79);
}
.section {
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
}
.section-small {
	padding-top: 30px;
	padding-bottom: 20px;
}
.info-login a { font-weight: 300; }
.info-login strong a { font-weight: 600; }
.info-login h3 { text-transform: none; font-size: 1.25em; font-weight: 300; color: rgb(94, 187, 79); margin-bottom: 1rem; }
.services p { margin-bottom: 0; }
.vertical-center {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
/*
.project-detail .btn-green {
    display: none;
}
*/
.project-detail + .project-detail { margin-top: 40px; }
.project-detail h3 {
    font: normal normal 400 100%/140% 'Roboto Condensed', sans-serif;
	text-transform: none;
	color: rgb(94, 187, 79);
}
.project-detail h4 {
    margin-top: 1.5em;
}
.project-detail > .nopadding { position: relative; }
.project-detail .nopadding .bx-viewport:before {
	content: "";
	display: block;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../Images/overlay-detail.svg) 0 0;
	background-size: 200px auto;
	background-repeat: no-repeat;

}
[class^="btn-"] {
    font: normal normal 700 100%/140% 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    border: 1px solid transparent;
    min-width: 126px;
	padding: 10px;
    cursor: pointer;
	display: inline-block;
	text-align: center;
	transition: all 300ms ease-in-out;
	outline: none;
    text-decoration: none !important;
}
[class^="btn-"]:focus,
[class^="btn-"]:hover,
[class^="btn-"]:active {
	text-decoration: none;
	outline: none;
}
.btn-white,
.btn-white:link,
.btn-white:visited{
	border-color: #fff;
	background: #fff;
	color: rgb(94, 187, 79);
}
.btn-green,
.btn-green:link,
.btn-green:visited{
	border-color: rgb(94, 187, 79);
	background: rgb(94, 187, 79);
	color: #fff;
}
.btn-back,
.btn-back:link,
.btn-back:visited{
	border-color: rgb(94, 187, 79);
	background: #fff;
	color: rgb(94, 187, 79);
}
.btn-white:focus,
.btn-white:hover,
.btn-white:active{
	border-color: #fff;
	background: rgb(94, 187, 79);
	color: #fff;
}

.btn-green:focus,
.btn-green:hover,
.btn-green:active{
	border-color: rgb(94, 187, 79);
	background: #fff;
	color: rgb(94, 187, 79);
}
.btn-back:focus,
.btn-back:hover,
.btn-back:active{
	border-color: rgb(94, 187, 79);
	background: rgb(94, 187, 79);
	color: #fff;
}
.section [class^="btn-"] {
	margin-top: 40px;
}
.video-spacer {
    display: none;
}
video.top-img {
    width: 100%;
    object-fit: contain;
}

.dark-menu{
	background: rgb(65, 64, 66);
	padding: 15px 0;
	position: fixed;
	top: 0; left: 0; width: 100%;
	z-index: 999;
}

.logo img {
	width: 75px;
}
.menu-button{
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
	cursor: pointer;
}
.menu-button img{
	width: 30px;
}
.drop-menu{
	position: absolute;
	width: 100%;
	z-index: 10;
	background: rgb(94, 187, 79);
	padding: 15px 0;
	display: none;
	top: 72px;
}

.drop-menu ul{
	padding: 0;
	margin: 0;
}
.drop-menu li{
	text-align: center;
}
.drop-menu li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 22.5px;
	line-height: 22.5px;
	display: block;
	padding: 10px;
}
.max-height{
	overflow: hidden;
}
.relative-box{
	position: relative;
}
.relative-box img {
	position: relative;
	z-index: 1;
}
.relative-box:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	background: url(../Images/overlay.png) 0 0;
	background-size: cover;
	background-repeat: no-repeat;
}
.absolut-box {
	position: absolute;
	top: 0;
    bottom: 0;
	z-index: 3;
    width: 100%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.absolut-box h3,
.absolut-box h4 {
	margin: 0;
}
.dark-gray{
	background: rgb(65, 64, 66);
	padding: 20px 34px;
	color: #fff;
	height: 100%;
}
.bottom-box{
	position: relative;
}
.bottom-box .btn-white {
	position: absolute;
	bottom: 0;
	right: 15px;
}
.middle-font p {
	font-size: 13px;
	line-height: 19px;
	margin: 0;
}
.middle-font img { margin-bottom: 10px; }
footer{
	background: rgb(65, 64, 66);
	padding: 40px 0;
	color: #fff;
}
footer p {
	letter-spacing: 0.05em;
	font-weight: bold;
}
footer img{
	width: 66.5px;
}
footer a {
	color: #fff;
}
footer a:hover{
	color: #fff;
}
.impressum{
	display: none;
	padding-top: 40px;
}
.small-circle{
    width: 15px;
    height: 15px;
    background: rgb(94, 187, 79);
    border-radius: 7px;
    margin: 30px auto 15px auto;
}
.space{
	margin-bottom: 15px;
}
.little-circle{
	background: rgb(94, 187, 79);

}
.max-height{
	margin-bottom: 30px;
}
.nopadding{
	padding: 0;
}
.pages{
	height: 32px;
    display: block;
    margin: auto;
    margin-top: 25px;
}
.plus{
	height: 32px;
    margin-bottom: 15px;
}
.big-circle{
	background: rgb(94, 187, 79);
	width: 45px;
	height: 45px;
	border-radius: 22px;
    position: absolute;
    bottom: 0;
	left: 50%;
	margin-left: -22.5px;
	margin-bottom: -22.5px;
	z-index: 2;
}
.top-button{
	width: 33px;
	cursor: pointer;
}
.location{
	width: 33px;
	height: 45px;
}
.carousel-caption{
	height: 100%;
    width: 100%;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}
.left-top{
	position: absolute;
	top: 0;
	left: 29px;
	line-height: 102px;
	z-index: 3;
}
.left-top img { vertical-align: middle; }
.left-top p{
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	line-height: 19px;
	margin: 0 0 0 10px;
}
.left-top p span{
	text-transform: uppercase;
	font-weight: bold;
}
.bottom-right {
	position: absolute;
	right: 0;
	bottom: 47px;
	z-index: 3;
}
.gray-section-pad{
	padding: 40px 15px;
}
.team .col-md-6 { margin-bottom: 30px; text-align: left; }
.team>.col-md-6:only-child {
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
	max-width: 100%;
}
.team .col-md-8 {
	margin-top: 26px;
}

.ce-headline-center { text-align: center; }
.breadcrumbs { position: relative; z-index: 1; }
.breadcrumbs ul { list-style: none; margin: 0; padding: 0; position: absolute; right: 1em; top: 30px; }
.breadcrumbs ul li { margin: 0; padding: 0; display: inline; }
.breadcrumbs ul li + li:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: rgb(94, 187, 79);
	margin: 0 2px;
}

.bx-prev,
.bx-next { display: none; width: 34px; height: 32px; position: absolute; top: -197px; margin-top: -16px; font-size: 0; }
.bx-prev { background: transparent url(../Images/arrows.svg) 0 0 no-repeat;
	background-size: auto 100%; left: 50px; }
.bx-next { background: transparent url(../Images/arrows.svg) 100% 0 no-repeat;
	background-size: auto 100%; right: 50px; }
.bx-wrapper img { max-width: 100%; height: auto; }
.bx-viewport { z-index: 1; }
.bx-controls { position: absolute; bottom: 20px; left: 0; right: 0; text-align: center; z-index: 2; }
.bx-pager-item { display: inline-block; margin: 0 7px; }
.bx-pager-item a { display: inline-block; overflow: hidden; font-size: 0; width: 10px; height: 10px; border-radius: 10px; background: #fff; cursor: pointer; }
.bx-pager-item a.active { background: rgb(94, 187, 79); }
.project-detail table td { padding: 15px; }
.gallery { margin-bottom: 12px; }
.wx-plugins .gallery, .wx-plugins ul { margin-bottom: 3em; }
.row.gallery { margin-left: -6px; margin-right: -6px; }
.row.gallery > [class^="col-"] { padding-left: 6px; padding-right: 6px; }
.row.gallery p { margin-bottom: 12px; }
.css-collapse { overflow: hidden; max-height: 0; transition: max-height 500ms ease-in-out; }
.css-collapse.in { max-height: 2200px; }
.collapse-btn {
	width: 32px;
	height: 32px;
	display: block;
	background: transparent url(../Images/collapse.svg) 100% 0 no-repeat;
	background-size: auto 100%;
	border: 0 none;
	text-indent: -999em;
	cursor: pointer;
}
.collapse-btn.collapsed {
	background-position: 0 0;
}
.collapse-btn:focus {
	outline: none;
}
.frame-ruler-before p {
	font-size: 27px;
	line-height: 40px;
}
.frame-ruler-before p strong {
	color: #5ebb4f;
}
.frame-ruler-before p a {
	font-weight: 300;
	text-decoration: none;
}
.map-wrap { margin: -60px 0; position: relative; height: 400px; }
.map-wrap #map { position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); width: calc(100vw - 17px); height: 400px; }

.frame-space-before-medium {
    padding-top: 3em;
}
.frame-space-after-medium {
    padding-bottom: 3em;
}
.medium-image { width: 100%; padding-bottom: 60%; background-repeat: no-repeat; background-size: cover; }

.flats-list { table-layout: auto; width: 100%; }
.flats-list th { text-transform: uppercase; font-weight: 200; border-bottom: 2px solid rgb(65, 64, 66); padding: 4px 2px; }
.flats-list td { border-bottom: 1px solid rgb(65, 64, 66); padding: 4px 2px; white-space: nowrap; }
.flats-list tr:hover td {
	cursor: pointer;
	background-color: #f4f4f4;
}
.flats-list td:first-child {  padding-left: 2px; }
.flats-list td:last-child {  padding-right: 2px; }
.img-quare {
	width: 100%;
	padding-bottom: 100%;
	background-size: cover;
	display: block;
}
.detail-table { margin: 0 0 3em; }
.detail-table td { padding-right: 10px; }
.text-justify ul { text-align: left; }
@media screen and (max-width: 768px){
    video.top-img {
        margin-bottom: -0.5em;
    }
}
@media screen and (min-width: 768px){
	.top-img + .dark-menu .up-menu{
		top: auto;
		bottom: 72px;
	}
	body.nav-relative { margin-top: 0; }
	body.nav-relative .top-img + .dark-menu {
		position: relative;
	}
	.project-detail table { position: absolute; top: 0; bottom: 0; height: 100%; width: calc(100% - 30px) }
	.video-spacer {
        display: block;
		height: calc(100vh - 72px);
		position: relative;
	}
	video.top-img {
		top: 50%;
        left: 50%;
        min-height:100%;
        min-width: 100%;
        transform: translateX(-50%) translateY(-50%);
        position: fixed;
        width: auto;
    	height: auto;
        z-index: -100;
        object-fit: cover;
	}
	.bx-wrapper img { max-width: 2000px; height: auto; }
	.project-detail .nopadding .bx-viewport:before { background-size: auto 100%; }
	.bx-prev,
	.bx-next { display: block; }
}
@media screen and (min-width: 1280px) {
/*
    .logo img {
		width: 133px;
	}
	.menu-button img{
		width: 43px;
	}
	body{
		margin-top: 105px;
	}
	.video-spacer {
		height: calc(100vh - 105px);
	}
	.drop-menu{
		top: 105px;
		padding: 40px 0;
	}
	.top-img + .dark-menu .up-menu{
		top: auto;
		bottom: 105px;
	}
*/
}

/* 5 Columns */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 6px;
    padding-left: 6px;
}

.col-xs-15 {
    -ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

.typo3-messages {
	list-style: none;
	padding: 0;
}
.alert-success {
	border-radius: 0;
	border-color: rgb(94, 187, 79);
    background: #fff;
}
p.alert-message { margin-bottom: 0; }
.ce-gallery { margin: 0 -5px; display: flex; flex-wrap: wrap; }
.ce-row { width: 50%; }
.ce-column { padding: 10px; }
.ce-column figure { margin: 0; }
.ce-column img { max-width: 100%; height: auto; }

/* Gallery changes 2022 */
.ce-gallery .ce-row { /* Backend > Number of Columns: 1 */
	/* display: flex; */
	/* flex-wrap: wrap; */
	width: 33%;
	/* justify-content: space-between; */
}
.ce-gallery .ce-column figure {
	background: #e5e6e7;
	text-align: center;
}
.ce-gallery .ce-column img {
	max-width: 100%;
	height: auto;
	max-height: 230px;
	width: auto;
}
@media (max-width: 480px) {
	.ce-gallery .ce-row {
		flex-wrap: wrap;
		width: 100%;
	}
	.ce-gallery .ce-column img {
		max-height: 100%;
	}
}
/* [data-ce-images="1"] .ce-row {
	width: 33% !important;
}
[data-ce-images="1"] .ce-column img {
	max-height: 230px;
} */


[data-ce-images="4"] .ce-row {
	width: 100%;
	display: flex;
	flex-wrap:wrap;
	flex-direction: row;
}
[data-ce-images="4"] .ce-column {
	width:25%;
}
@media (max-width: 768px) {
[data-ce-images="4"] .ce-column {
	width:50%;
}
}


@media (min-width: 768px) {
    .col-sm-15 {
        -ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.ce-row { width: 33%; }
}
@media (min-width: 992px) {
    .col-md-15 {
        -ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        -ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
    }
}
