section.m11_projekte {
	hyphens: auto;
}

section.m11_projekte .m11_item_content{
	background-color:#f1f1f1;
	height:100%;
}

section.m11_projekte .m11_projekte_container_content{
	padding:20px;
}

section.m11_projekte p{
	margin:0;
}

/*
section.m11_projekte .m11_item{
	margin-bottom:30px;
}
*/

section.m11_projekte .m11_projekte_container_load_more{
	width: 100%;
    display: table;
}

section.m11_projekte .m11_projekte_load_more{
    display: table;
}

section.m11_projekte .m11_projekte_load_more_container{
	position:relative;
	width:200px;
}

section.m11_projekte .m11_projekte_load_more_loader{
    position: absolute;
    width: 100%;
    transform: translate(50%, 0);
    cursor:default;
}

section.m11_projekte .m11_projekte_load_more_loader svg {
	fill: #454545;
	width: 20px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

section.m11_projekte .m11_projekte_load_more_text{
	text-align:center;
	cursor:pointer;
}

section.m11_projekte .m11_link_container{
	margin-top:30px;
}

section.m11_projekte .m11_projekte_pagination_container{
	display:table;
}

section.m11_projekte .m11_projekte_pagination_container>div{
	float:left;
	cursor:pointer;
}

section.m11_projekte .pagination_active{
	color:#b04453;
}

section.m11_projekte.text_kurzen .m11_title_text_container{
	height: 120px;
    overflow: hidden;
}

section.m11_projekte .m11_image_container img {
	width:100%;
}

.header_frontpage {
	height: 100vh;
	min-height: 600px;
}

.header_frontpage > section.m11_projekte.slider_on {
	height: 100%;
	background: #f6f6f6;
}

.header_frontpage > section.m11_projekte.slider_on .rsVisibleNearbyWrap,
.header_frontpage > section.m11_projekte.slider_on .rsOverflow,
.header_frontpage > section.m11_projekte.slider_on .rsSlide {
	height: 100vh !important;
	min-height: 600px;
}

.header_frontpage > section.m11_projekte.slider_on .m11_item .m11_image_container,
.header_frontpage > section.m11_projekte.slider_on .m11_item .m11_image_post,
.header_frontpage > section.m11_projekte.slider_on .m11_item .m11_video_container {
	height: calc(100vh - 150px) !important;
}

.header_frontpage > section.m11_projekte.slider_on .m11_item img,
.header_frontpage > section.m11_projekte.slider_on .m11_item video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.header_frontpage > section.m11_projekte.slider_on > .container {
	max-width: 100% !important;
	padding: 0 !important;
}

.header_frontpage > section.m11_projekte.slider_on .m11_item_content .m11_projekte_container_content {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 0;
}

.header_frontpage > section.m11_projekte.slider_on .m11_item_content .m11_projekte_content {
	/* width: 70%; */
/*
	background: #454545;
	padding: 100px 150px;
*/
/* 	padding: 78px 105px; */
	width: 78%;
}

.header_frontpage > section.m11_projekte.slider_on .m11_item_content .m11_projekte_content_inner {
	background: #454545c4;
	padding: 100px 150px;
}

.header_frontpage > section.m11_projekte.slider_on .m11_item_content .m11_projekte_container_content .m11_title_text_container {
	display: flex;
	color: #fff !important;
}

.header_frontpage > section.m11_projekte.slider_on .m11_item_content .m11_projekte_container_content .m11_title_text_container .m11_title {
	word-wrap: break-word;
	width: 38%;
	height: 161px;
	overflow: hidden;
}

.header_frontpage > section.m11_projekte.slider_on .m11_item_content .m11_projekte_container_content .m11_title_text_container .m11_title h2 {
	font-size: 2.4rem;
}

.header_frontpage > section.m11_projekte.slider_on .m11_item_content .m11_projekte_container_content .m11_title_text_container .m11_text_container {
	padding-top: 4px;
	/* padding-left: 50px; */
	width: 62%;
	padding-left: 20px;
}

.header_frontpage > section.m11_projekte.slider_on .m11_item_content .m11_projekte_container_content .m11_title_text_container .m11_text_container > p {
	font-size: 14px;
/* 	height: 105px */
}

.header_frontpage > section.m11_projekte.slider_on .rsBullets {
	/* bottom: 335px !important; */
    /* left: 60% !important; */
    /* transform: translate(-50%); */
    width: unset;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.header_frontpage > section.m11_projekte.slider_on .rsArrow {
	display: none !important;
}

.header_frontpage > section.m11_projekte.slider_on .rsBullets .rsBullet {
	width: 8px;
    height: 8px;
}

.header_frontpage > section.m11_projekte.slider_on .rsBullets .rsBullet span {
    display: block;
    width: 100%;
    height: 100%;
    background: #8f8f8f;
    border-radius: 50px;
    -webkit-transition: background .4s;
    -moz-transition: background .4s;
    -ms-transition: background .4s;
    -o-transition: background .4s;
    transition: background .4s;
}

.header_frontpage > section.m11_projekte.slider_on .rsBullets .rsBullet.rsNavSelected {
	width: 50px;
	-webkit-transition: width .4s;
    -moz-transition: width .4s;
    -ms-transition: width .4s;
    -o-transition: width .4s;
    transition: width .4s;
}

.header_frontpage > section.m11_projekte.slider_on .rsBullets .rsBullet.rsNavSelected span {
    background-color: #fff;
}

.header_frontpage > section.m11_projekte.slider_on .bi_scroll_to_section {
	display: flex;
	bottom: 190px;
}

section.m11_projekte.aktuelle_projekte {
	margin-bottom: 100px;
}

section.m11_projekte.aktuelle_projekte .m11_item:not(:first-child) {
	margin-top: 20px;
	height: 600px;
}

section.m11_projekte.aktuelle_projekte .m11_item_content,
section.m11_projekte.aktuelle_projekte .m11_projekte_container_content {
	display: flex;
}

section.m11_projekte.aktuelle_projekte .m11_image_post,
section.m11_projekte.aktuelle_projekte .m11_image_post img {
	height: 100%;
}

section.m11_projekte.aktuelle_projekte .m11_image_post img {
	object-fit: cover;
}

section.m11_projekte.aktuelle_projekte .m11_projekte_container_content {
	padding: 0;
}

section.m11_projekte.aktuelle_projekte .m11_projekte_content {
	position: relative;
}

section.m11_projekte.aktuelle_projekte .m11_projekte_content .m11_status_container {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff !important;
	padding: 15px 30px;
	background: #469949;
}

section.m11_projekte.aktuelle_projekte .m11_projekte_content .m11_status_container.black {
	background: #454545;
}

section.m11_projekte.aktuelle_projekte .m11_item .m11_location_container svg {
	width: 15px;
	margin-bottom: 6px;
	margin-right: 3px;
}

section.m11_projekte.aktuelle_projekte .m11_item .m11_location_container span {
	font-size: 1.2727rem !important;
	font-weight: 700 !important;
}

section.m11_projekte.aktuelle_projekte .m11_item .m11_title_text_container {
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0 50px;
}

section.m11_projekte.aktuelle_projekte .m11_item .m11_title_text_container .m11_location_container {
	margin-bottom: 10px;
}

section.m11_projekte.aktuelle_projekte .m11_item .m11_link_container {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 20px;
	background: #469949;
}

.header_frontpage section.m11_projekte .m11_item .m11_link_container {
	display: table;
}

section.m11_projekte.aktuelle_projekte .m11_item .m11_link_container svg {
	fill: #fff;
	width: 25px;
}

section.m11_projekte.aktuelle_projekte .m11_item .m11_image_post {
	overflow: hidden;
}

section.m11_projekte.aktuelle_projekte .m11_item .m11_image_post img {
	-webkit-transition: transform 0.4s ease-in-out;
	-moz-transition: transform 0.4s ease-in-out;
	-ms-transition: transform 0.4s ease-in-out;
	-o-transition: transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
}

/*
section.m11_projekte.aktuelle_projekte .m11_item:hover .m11_image_post img {
	transform: scale(1.2);
}
*/

section.m11_projekte.aktuelle_projekte .m11_projekte_teaser_image_container img {
	height: 100%;
	object-fit: cover;
}

section.m11_projekte.aktuelle_projekte .m11_projekte_load_more {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

section.m11_projekte.aktuelle_projekte .m11_projekte_load_more_container {
	width: unset;
}

section.m11_projekte.aktuelle_projekte .m11_projekte_load_more_text {
	display: flex;
}

section.m11_projekte.aktuelle_projekte .m11_projekte_load_more_text svg {
	width: 12px;
	cursor: pointer;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0) rotate(90deg);
	transform: perspective(1px) translateZ(0) rotate(90deg);
	margin-left: 8px;
    margin-bottom: 3px;
}

section.m11_projekte.aktuelle_projekte .m11_projekte_load_more_text:hover svg,
section.m11_projekte.aktuelle_projekte .m11_projekte_load_more_text:focus svg,
section.m11_projekte.aktuelle_projekte .m11_projekte_load_more_text:active svg {
	-webkit-animation-name: bi_icon_hang_sink, bi_icon_hang;
	animation-name: bi_icon_hang_sink, bi_icon_hang;
	-webkit-animation-duration: .3s, 1.5s;
	animation-duration: .3s, 1.5s;
	-webkit-animation-delay: 0s, .3s;
	animation-delay: 0s, .3s;
	-webkit-animation-timing-function: ease-out, ease-in-out;
	animation-timing-function: ease-out, ease-in-out;
	-webkit-animation-iteration-count: 1, infinite;
	animation-iteration-count: 1, infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction: normal, alternate;
	animation-direction: normal, alternate;
}

@media screen and (max-width: 1920px) {
	.header_frontpage > section.m11_projekte.slider_on .m11_item_content .m11_projekte_content {
		width: 90%;
	}
}

@media screen and (max-width: 1599px) {
/*
	.header_frontpage,
	.header_frontpage > section.m11_projekte.slider_on .m11_item img {
		height: 900px !important;
	}
	
	.header_frontpage > section.m11_projekte.slider_on .rsVisibleNearbyWrap,
	.header_frontpage > section.m11_projekte.slider_on .rsOverflow,
	.header_frontpage > section.m11_projekte.slider_on .rsSlide {
		height: 1100px !important;
	}
*/
	
	.header_frontpage > section.m11_projekte.slider_on .m11_item_content .m11_projekte_container_content .m11_title_text_container {
		flex-direction: column;
	}
	
	.header_frontpage > section.m11_projekte.slider_on .m11_item_content .m11_projekte_container_content .m11_title_text_container .m11_title {
		width: 100%;
	}
	
	.header_frontpage > section.m11_projekte.slider_on .m11_item_content .m11_projekte_container_content .m11_title_text_container .m11_text_container {
		width: 100%;
		padding-left: 0;
	}
	
	.m11_projekte.aktuelle_projekte .m11_title h2 {
		font-size: 1.7rem;
	}
}

@media screen and (max-width: 1399px) {
/*
	.header_frontpage,
	.header_frontpage > section.m11_projekte.slider_on .m11_item img {
		height: 850px !important;
	}
	
	.header_frontpage > section.m11_projekte.slider_on .rsVisibleNearbyWrap,
	.header_frontpage > section.m11_projekte.slider_on .rsOverflow,
	.header_frontpage > section.m11_projekte.slider_on .rsSlide {
		height: 1050px !important;
	}
*/
	
	section.m11_projekte.aktuelle_projekte .m11_projekte_container_content {
		flex-direction: column;
	}
	
	section.m11_projekte.aktuelle_projekte .m11_projekte_content {
		height: 60%;
	    display: flex;
	    align-items: center;
	}
	
	section.m11_projekte.aktuelle_projekte .m11_projekte_teaser_image_container {
		height: 40%;
	}
}

@media screen and (max-width: 1199px) {
/*
	.header_frontpage,
	.header_frontpage > section.m11_projekte.slider_on .m11_item img {
		height: 800px !important;
	}
	
	.header_frontpage > section.m11_projekte.slider_on .rsVisibleNearbyWrap,
	.header_frontpage > section.m11_projekte.slider_on .rsOverflow,
	.header_frontpage > section.m11_projekte.slider_on .rsSlide {
		height: 1000px !important;
	}
*/
}

@media screen and (max-width: 991px) {
/*
	.header_frontpage > section.m11_projekte.slider_on .m11_item_content .m11_projekte_content {
		background: rgba(29, 29, 29, 0.8);
	}
*/
	
	.header_frontpage > section.m11_projekte.slider_on .m11_item_content .m11_projekte_container_content .m11_title_text_container {
		display: block;
	}
	
	.header_frontpage > section.m11_projekte.slider_on .m11_item_content .m11_projekte_container_content .m11_title_text_container .m11_title {
		width: 100%;
	}
	
	.header_frontpage > section.m11_projekte.slider_on .m11_item_content .m11_projekte_container_content .m11_title_text_container .m11_text_container {
		width: 100%;
		padding-left: 0;
	}
	
	.header_frontpage,
	.header_frontpage > section.m11_projekte.slider_on .rsVisibleNearbyWrap,
	.header_frontpage > section.m11_projekte.slider_on .rsOverflow,
	.header_frontpage > section.m11_projekte.slider_on .rsSlide {
		padding-bottom: 0;
	}
	
	.header_frontpage > section.m11_projekte.slider_on .rsSlide,
	.header_frontpage > section.m11_projekte.slider_on .m11_item {
		height: 100% !important;
	}
	
	.header_frontpage > section.m11_projekte.slider_on .m11_item_content {
		display: flex;
		flex-direction: column;
	}
	
	.header_frontpage > section.m11_projekte.slider_on .m11_item_content .m11_projekte_container_content {
		position: relative !important;
		bottom: 0 !important;
		height: 300px;
	}
	
	.header_frontpage > section.m11_projekte.slider_on .m11_item_content .m11_projekte_container_content > .container {
		height: 100%;
	}
	
	.header_frontpage > section.m11_projekte.slider_on .m11_item_content .m11_projekte_content {
		height: 100%;
		display: flex;
		justify-content: center;
		flex-direction: column;
		background: #454545;
/* 		padding: 0 138px; */
	}
	
	.header_frontpage > section.m11_projekte.slider_on .m11_item_content .m11_projekte_content_inner {
		background: none;
		padding: 0;
	}
	
	.header_frontpage > section.m11_projekte.slider_on .m11_item_content .m11_title_text_container {
		width: 100%;
	}
	
	.header_frontpage > section.m11_projekte.slider_on .bi_scroll_to_section {
		bottom: 30px;
	}
	
/*
	.header_frontpage > section.m11_projekte.slider_on .m11_item .m11_image_post {
		max-height: calc(100vh - 300px);
	}
*/
	
	.header_frontpage > section.m11_projekte.slider_on .m11_item_content .m11_projekte_container_content {
		height: 300px;
	}
	
	.header_frontpage > section.m11_projekte.slider_on .m11_item .m11_image_container,
	.header_frontpage > section.m11_projekte.slider_on .m11_item .m11_image_post,
	.header_frontpage > section.m11_projekte.slider_on .m11_item .m11_image_post img,
	.header_frontpage > section.m11_projekte.slider_on .m11_item .m11_video_container {
		height: calc(100vh - 300px) !important;
		min-height: 300px;
	}
	
	.header_frontpage > section.m11_projekte.slider_on .m11_projekte_container_content > .container {
		max-width: 100% !important;
		padding: 0 !important;
	}
	
	.header_frontpage > section.m11_projekte.slider_on .m11_projekte_container_content > .container > .m11_projekte_content {
		width: 100%;
	}
	
	.header_frontpage > section.m11_projekte.slider_on .m11_projekte_container_content > .container > .m11_projekte_content > .m11_projekte_content_inner {
		display: flex;
		align-items: center;
		height: 100%;
		padding-top: unset;
		padding-bottom: unset;
	}
	
	.header_frontpage > section.m11_projekte.slider_on .rsBullets {
		left: unset;
		bottom: unset;
		height: unset;
		padding-right: 24px !important;
	}
	
	section.m11_projekte.aktuelle_projekte .m11_image_post img {
		height: 300px;
	}
	
	section.m11_projekte.aktuelle_projekte .m11_projekte_teaser_image_container {
		display: none;
	}

	section.m11_projekte.aktuelle_projekte .m11_projekte_teaser_image_container img {
		height: 450px;
	}
	
	section.m11_projekte.aktuelle_projekte .m11_item .m11_title_text_container {
		padding: 100px 50px;
	}
}

@media (max-width: 767px) {
/*
	.header_frontpage > section.m11_projekte.slider_on .m11_item_content .m11_projekte_content {
		padding: 80px 50px;
	}
*/
	
	.header_frontpage > section.m11_projekte.slider_on .m11_item_content .m11_projekte_content .m11_subtitle {
		height: unset;
		overflow: unset;
	}
	
	.header_frontpage > section.m11_projekte.slider_on .m11_item_content .m11_projekte_content .m11_subtitle h4 {
		font-size: 16px !important;
	}
	
/*
	.header_frontpage > section.m11_projekte.slider_on .rsBullets {
		bottom: 540px !important;
	}
*/
	
	section.m11_projekte.aktuelle_projekte {
		margin-bottom: 50px;
	}
}

@media (max-width: 575px) {
/*
	.header_frontpage > section.m11_projekte.slider_on .m11_item_content .m11_projekte_content {
		padding: 60px 30px;
		width: 85%;
	}
*/
	
	section.m11_projekte.aktuelle_projekte .m11_image_post img {
		height: 250px;
	}
	
	section.m11_projekte.aktuelle_projekte .m11_projekte_teaser_image_container img {
		height: 400px;
	}
	
	section.m11_projekte.aktuelle_projekte .m11_item .m11_title_text_container {
	    padding: 100px 24px;
	}
	
	section.m11_projekte.aktuelle_projekte .m11_item .m11_location_container span {
		font-size: 16px !important;
	}
	
	.bi_scroll_to_section {
		display: none !important;
	}
}

@media (max-width: 475px) {
	.header_frontpage > section.m11_projekte.slider_on .m11_item_content .m11_projekte_content {
		width: 90%;
	}
}

@media (max-width: 375px) {
	.header_frontpage > section.m11_projekte.slider_on .m11_item_content .m11_projekte_container_content {
		height: 350px;
	}
	
	.header_frontpage > section.m11_projekte.slider_on .m11_item .m11_image_container,
	.header_frontpage > section.m11_projekte.slider_on .m11_item .m11_image_post,
	.header_frontpage > section.m11_projekte.slider_on .m11_item .m11_image_post img,
	.header_frontpage > section.m11_projekte.slider_on .m11_item .m11_video_container {
		height: calc(100vh - 350px) !important;
		min-height: 250px;
	}
}

@media (min-width: 992px) {
/*
	.header_frontpage > section.m11_projekte.slider_on .rsBullets {
		left: 58%;
		bottom: 290px !important;
	}
*/
}

@media (min-width: 1200px) {
/*
	.header_frontpage > section.m11_projekte.slider_on .rsBullets {
		left: 60%;
		bottom: 290px !important;
	}
*/
}

@media (min-width: 1400px) {
	section.m11_projekte.aktuelle_projekte .m11_projekte_content,
	section.m11_projekte.aktuelle_projekte .m11_projekte_teaser_image_container {
		flex: 0 0 auto;
		width: 50%;
	}
}

@media (min-width: 1921px) {
/*
	.header_frontpage > section.m11_projekte.slider_on .rsBullets {
		left: 66%;
		bottom: 260px !important;
	}
*/
}

@media (min-width: 2200px) {
/*
	.header_frontpage > section.m11_projekte.slider_on .rsBullets {
		left: 66%;
		bottom: 285px !important;
	}
*/
}


