body{
	text-align: left;
	font-size: 14px;
	line-height: 17px;
	word-wrap: break-word;
	font-family: Open Sans, sans-serif;
	background-color: #F2EEED;

}
p, li{
	font-size: 18px;
	text-align: left;
	font-weight: 300;
	line-height: 24px;
	color: #262626;
}
#bglogo{
	background-size: 2190px 878px;
	position: absolute;
	width: 824px;
	height: 878px;
	top: 100px;
	filter: alpha(opacity=60);
	opacity: 0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
#footermenu p, #footermenu li{
	font-size: 16px;
	line-height: 24px;
	color: #0D3A4C;
	letter-spacing: 0px;
}
h1{
	font-size: 54px;
	color: #0D3A4C;
	font-weight: 300;
	line-height: 54px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: Open Sans, sans-serif;
}

section:nth-child(2n) h1{
	color: #0D3A4C;
}
section:nth-child(2n) .content h1 a{
	color: #0D3A4C;
}
#galerie .content a{
	color: #0D3A4C;
	text-decoration: none;
}
#galerie .content p{
	margin-bottom: 20px;
}
.onlymobile{
	display: none;
}
h1 a{
	text-decoration: none !important;
}
h2{
	color: #0D3A4C;
	font-size: 40px;
	font-weight: 500;
	line-height: 40px;
	text-align: left;
	margin: -24px 0 24px;
    font-family: Baskervville;
	text-transform: none;
}
h2:first-child{
	margin-top: -20px;
}
h3{
	color: #0D3A4C;
	font-family: Open Sans, sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 24px;
	text-align: left;
	text-transform: uppercase;
	margin: 24px 0;
}
#team h2{
	text-transform: none;
}
#footermenu h2{
	color: #0D3A4C;
	margin-top: 30px;
}
#footermenu a{
	color: #0D3A4C;
}
#footermenu a:hover{
	color: #FCCB21;
}

.container{
	position: relative;
	overflow: hidden;
	padding: 0px;
	padding-right: 30px;
	padding-left: 30px;
}

#header{
	padding-top: 24px;
	position: relative;
}


.suche{
	margin-top: 0;
	margin-right: 10px;
	display: inline-block !important;
}
.outernav{
    display: block;
	padding-bottom: 0px;
	height: 90px;
	position: fixed;
	width: 100%;
	z-index: 100;
	filter: alpha(opacity=95);
	opacity: 0.95;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	background-color: #0A2433;
}
.navbar{
    display: block;
	padding-bottom: 0px;
	height: 90px;
	background: transparent;
	margin-right: auto;
	margin-left: auto;
    max-width: 100%;
    padding: 0 50px;
}
.navbar.scrolled{
	background: -webkit-gradient(linear, left center, right center, from(#041119),color-stop(46%, #0D374C));
	background: -webkit-linear-gradient(left,#041119 ,#0D374C 46%);
	background: linear-gradient(to right,#041119 ,#0D374C 46%);
	transition: background 200ms linear;
}
.navbar-expand-lg .navbar-toggler {
    display: block;
}

.navbar-collapse li {
    text-align: left;
    padding-left: 30px;
}
.navbar-collapse a, .navbar-collapse a.dropdown-toggle {
    font-size: 14px;
	letter-spacing: 2px;
	line-height: 28px;
	font-family: Open Sans, sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	padding: 0px !important;
	text-align: right;
	display: inline;
	border-bottom: 1px solid transparent;
	cursor: pointer;
	border-bottom: 2px solid transparent;
}
.navbar-collapse li:last-child  a{
	padding-right: 0px;
}
.navbar-collapse a:hover, .navbar-collapse a.dropdown-toggle:hover{
	color: #FCCB21;
	border-bottom: 2px solid #FCCB21;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 12px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggler-icon {
    background-image: url("../Images/burger_menu.png");
	width: 26px;
	height: 23px;
}
.navbar-expand-lg .navbar-collapse {
    display: none !important;
}
.navbar-toggle {
    display: block !important;
}
.visible-xs {
    display: inline-block !important;
}
.collapse:not(.show) {
    display: none !important;
    opacity: 1;
    -webkit-transition: opacity 0.45s linear;
    -o-transition: opacity 0.45s linear;
    transition: opacity 0.4s linear;
    transition-property: opacity;
    transition-duration: 0.45s;
    transition-timing-function: linear;
    transition-delay: initial;
}
.navbar-header {
    float: right;
	padding-right: 0px;
}
.navbar-nav {
	float: right;
	margin-top: 17px;
	margin-right: -50px;
	background-color: #0A2433;
	width: 330px;
	padding: 20px 0 30px;
}
.collapsing {
    position: relative;
    height: auto;
	opacity: 1;
    overflow: visible !important;
    transition: opacity 0.3s linear;
	clear: both;
}
.collapsing {
opacity: 0;
transition:opacity 0.3s linear; 
-webkit-transition:opacity 0.3s linear; 
-moz-transition:opacity 0.3s linear; 
-o-transition:opacity 0.3s linear;
}

.collapse.in{
opacity:0;
transition:opacity 0.3s linear; 
-webkit-transition:opacity 0.3s linear; 
-moz-transition:opacity 0.3s linear; 
-o-transition:opacity 0.3s linear;
}

.collapse{
opacity: 1;
transition:opacity 0.3s linear; 
-webkit-transition:opacity 0.3s linear; 
-moz-transition:opacity 0.3s linear; 
-o-transition:opacity 0.3s linear;
clear: both;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 10rem;
    padding: 0 0;
    margin: 0;
    font-size: 14px;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: #0A2433;
    background-clip: padding-box;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 0;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
}
.dropdown.show .dropdown-menu {
    max-height: 200px;
    opacity: 1;
}
.dropdown-menu a{
    text-align: left;
	margin-left: 30px !important;
	display: inline !important;
	clear: both;
	width: auto;
	float: left;
	border-bottom: 1px solid transparent;
	color: #fff;
}
.dropdown-menu #navbarDropdownMenuLink{
	display: none !important;
}
.dropdown-menu a:hover{
	color: #FCCB21;
	border-bottom: 1px solid #FCCB21;
    background-color: transparent;
}




.logotext {
    line-height: 21px;
    font-size: 22px;
    color: #FFFFFF;
    font-weight: 500;
	margin-top: 0px;
	margin-left: 9px;
	float: left;
}
#logo{
	float: left;
	padding-top: 2px;
}
#logo img.noMobile{
	display: block;
}
#logo img.mobile{
	display: none;
}
#trennstrich {
    width: 24px;
    margin: 19px 40px 19px 38px;
	background-color: #FCCB21;
	height: 1px;
	float: left;
}
#pointer{
	position: absolute;
	font-size: 17px;
	color: #FCCB21;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 17px;
	left: 241px;
	top: 130px;
	z-index: 99;
}
#pfeil{
	margin-bottom: 33px;
}
#header button {
    float: right;
	padding: 0px 0px 0 0;
	margin-right: 0px;
	cursor: pointer;
}

#sidebar{
	position: fixed;
	right: 0px;
	top: 193px;
    z-index: 999;
}
.socialicons{
	padding: 8px;
	padding-bottom: 12px;
	text-align: center;
	border-bottom: 1px solid transparent;
}
a:hover .socialicons {
	border-bottom: 1px solid #FCCB21;
	transition-delay: 0.2s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
    -webkit-transition-delay: 0.2s;
    transition-timing-function: ease;
}
.scrolltop{
	width: 34px;
    margin-left: 6px;
    margin-top: 260px;
}


.one, .two, .three{
	width: 30%;
	float: left;
	margin-right: 4%;
}
.one{
	clear: both;
}
.three{
	margin-right: 0%;
}
.one img, .two img, .three img{
	width: 100%;
	height: auto;
}

.content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}


.textklein{
	padding-top: 10px;
    font-size: 24px;
    line-height: 26px !important;
}
#geblergasse-51 a, #neulerchenfelder-strasse-80 a, #rokitanskygasse a, #geblergasse a, #mayssengasse a, #alle-wohnungen a, #wohnungen a {
    border-radius: 2px;
    border: 1px solid #0D3A4C;
    padding: 15px 50px 15px 20px;
    text-decoration: none;
    display: inline-block;
    margin: 10px 0 20px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #0D3A4C;
    font-weight: 600;
}
#wohnungen a {
    width: 100%;
}
#geblergasse-51 a:hover, #neulerchenfelder-strasse-80 a:hover, #rokitanskygasse a:hover, #geblergasse a:hover, #mayssengasse a:hover, #alle-wohnungen a:hover, #wohnungen a:hover{
	transition-timing-function: ease;
	transition-delay: 0s;
	transition-duration: 0.3s;
	-webkit-opacity: 0.9999;
	-webkit-transition-timing-function: ease;
	background-color: #FCCB21;
	color: #0D3A4C;
}
#geblergasse-51 a:after, #neulerchenfelder-strasse-80 a:after, #rokitanskygasse a::after, #geblergasse a::after, #mayssengasse a::after, #alle-wohnungen a::after, #wohnungen a::after{
	content: '';
    position: absolute;
    width: 24px;
    height: 11px;
    background: url(../Images/rpi_pfeil_rechts_blue.svg);
    right: 15px;
	top: 22px;
}
#geblergasse-51 .ce-column:last-child, #neulerchenfelder-strasse-80 .ce-column:last-child, #rokitanskygasse .ce-column:last-child, #geblergasse .ce-column:last-child, #mayssengasse .ce-column:last-child {
  margin-right: 20px;
}



#leistungen h1{    
	max-width: 300px;
    margin-left: 0;
}



section#projektheader {
    background-color: #F2EEED;
	padding-top: 160px;
}
section#projektinfos {
    background-color: #fff;
}
section#projektheader h1 {
    margin-bottom: 0px;
}
section#projektheader h2 {
    max-width: 884px;
    margin: auto;
    margin-bottom: 50px;
	font-size: 60px;
	color: #0D3A4C;
	font-weight: 300;
	line-height: 54px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: Open Sans, sans-serif;
}
section#projektinfos  p{
    line-height: 24px;
    margin: 0;
}
section#projektinfos  .projektkontakt{
    margin-top: 70px;
} 
section#projektinfos  .projektkontakt::before {
    border-top: 1px solid #D8D5D4;
    display: block;
    position: relative;
	top: -25px;
    margin: 0;
    width: 100%;
    content: "";
}
section#projektinfos  .projektkontakt h4 {
    margin-bottom: 40px;
}
section#projektinfos  .projektkontakt h4::after {
    border-top: 1px solid #D8D5D4;
    display: block;
    position: relative;
	bottom: -30px;
    margin: 0;
    width: 100%;
    content: "";
}
section#projektinfos  .back {
    width: 220px !important;
    position: absolute;
    padding: 10px;
    opacity: 1;
    text-shadow: none;
    text-decoration: none;
    height: 41px;
    display: inline-block;
    font-size: unset;
    border: 1px solid #0D3A4C;
	right: 16px;
	bottom: 0;
	color: #0D3A4C;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1px;
}
section#projektinfos  .back:hover {
    background-color: #fccb21;
}
section#projektinfos  .back img {
    -webkit-transform: matrix(-1,0,0,-1,0,0);
    transform: matrix(-1,0,0,-1,0,0);
    -ms-transform: matrix(-1,0,0,-1,0,0);
	margin-right: 10px;
}
#map, #mapmobile {
    min-height: 550px;
}
section#projektinfos td {
    margin-bottom: 20px;
    border-bottom: solid 2px #FCCB21;
    border-top: 0px solid #dee2e6;
    display: block;
    padding-bottom: 20px;
}
section#projektinfos tr:last-child  td{
    border-bottom: solid 0px #FCCB21;
    padding-bottom: 0px;
}
section#projektinfos table{
    width: unset !important;
	height: unset !important;
}
section#projektinfos a {
    color: #0D3A4C;
    text-decoration: underline;
}
section#projektinfos h4 a {
    padding: 10px;
    opacity: 1;
    text-shadow: none;
    text-decoration: none;
    height: 41px;
    font-size: unset;
    border: 1px solid #0D3A4C;
    bottom: 0;
    color: #0D3A4C;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 15px 50px 15px 20px;
	position: relative;
}
section#projektinfos h4 a:hover {
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-duration: 0.3s;
    -webkit-opacity: 0.9999;
    -webkit-transition-timing-function: ease;
    background-color: #FCCB21;
    color: #0D3A4C;
}
section#projektinfos h4 a::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 11px;
    background: url(../Images/rpi_pfeil_rechts_blue.svg);
    right: 15px;
    top: 22px;
}



#slider{
	position: relative;
	margin: 0px;
    padding: 50px 0;
    background-color: #0a2433;
}
.zippycarousel{
	width: 683px;
	height: 465px;
	position: relative;
	padding-top: 38%;
	overflow: hidden;
	margin: auto;
}

.inner{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 7px;
	left: 0;
}
.slide{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	right:114px;
	z-index: 1;
	opacity: 0;
	background-color: #0B3145;
}

.slide.active,
.slide.right{
	z-index: 2;
	opacity: 1;
}

.slide.right{
	right:-100%;
	left: auto;
}
.transition .slide.right{right:114px}

.transition .slide.shift-right{right: 100%;left:auto}
.transition .slide.shift-left{left: 100%;right:auto}

.transition .slide{
	transition-property: right, left, margin;
}
.slide{
	text-align:center;
	background-size:cover;
	border-radius: 50%;
	border-style: solid;
	border-color: #267F7F;
	box-shadow: 0px 0px 11px rgba(206,255,255,0.12),0px 0px 11px rgba(206,255,255,0.12);
	border-width: 1px;
	width: 455px;
	height: 455px;
	display: table;
}

.slide.background{
	right: 0; 
	display: table;
	opacity: 0.19;
	top: 7px;
    left: 50%;
    transform: translate(-50%, 0);
}
.slide.background img{
	display: table-cell;
	vertical-align: middle;
	margin: auto;
}
.text_slideshow {
    color: #FFFFFF;
    font-family: sofia-pro, sans-serif;
    line-height: 76px;
    font-size: 69px;
    font-weight: 400;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
	display: table-cell;
	vertical-align: middle;
}
.textklein{
	padding-top: 10px;
    font-size: 24px;
    line-height: 26px !important;
}


#myCarousel.slide{
	text-align: unset;
	background-size: unset;
	border-radius: unset;
	border-style: unset;
	border-color: unset;
	box-shadow: unset;
	border-width: 0px;
	max-width: 860px;
	width: unset;
	height: unset;
	display: block;
	opacity: 1;
	position: relative;
	right: unset;
	padding-top: 0;
	background-color: unset;
	overflow: unset;
}
#myCarousel.slide .carousel-item{
	width: 860px;
}
#myCarousel.slide .carousel-item img{
	width: 100%;
	height: auto;
}
.new-caption-area{
	width: 400px;
	margin-top: 30px;
	min-height: 150px;
}
.new-caption-area h3 {
	line-height: 25px;
	font-family: proxima-nova, sans-serif;
	font-size: 18px;
	color: #0D3A4C;
	font-weight: 700;
}
#myCarousel .carousel-inner {
    border: solid #F2EEED 7px;
}

section:nth-child(2n) .new-caption-area h3 {
	color: #0A2433;
}
.new-caption-area p {
	line-height: 25px;
	font-family: proxima-nova, sans-serif;
	font-size: 18px;
	color: #0D3A4C;
	font-weight: 400;
}
section:nth-child(2n) .new-caption-area p {
	color: #0A2433;
}
#myCarousel .indicators{
	display: none;
}
#carouselcontrols{
	position: absolute;
	right: 0px;
	bottom: 105px;
}
#carouselcontrols > * {
    vertical-align: middle;
}
.carousel-control-prev, .carousel-control-next {
    background-image: none;
	width: 70px !important;
	position: relative;
	background-color: #0D3A4C;
    padding: 10px;
	opacity: 1;
	text-shadow: none;
	text-decoration: none;
	height: 41px;
	display: inline-block;
	font-size: unset;
	margin-left: 2px;
}
section:nth-child(2n) .carousel-control-prev, section:nth-child(2n) .carousel-control-next {
	background-color: #0D3A4C;
}
.carouselcounter {
	background-image: none;
	width: 120px !important;
	position: relative;
	background-color: #0D3A4C;
	padding: 10px;
	opacity: 1;
	text-shadow: none;
	text-decoration: none;
	text-align: center;
	font-family: proxima-nova, sans-serif;
	font-size: 14px;
    line-height: 20px;
	color: #FCCB21;
	font-weight: 400;
	height: 41px;
	display: inline-block;
	margin-left: 2px;
}
section:nth-child(2n) .carousel-control-prev, section:nth-child(2n) .carousel-control-next {
	background-color: #0D3A4C;
	color: #fff;
}





#slideCarousel.slide{
	text-align: unset;
	background-size: unset;
	border-radius: unset;
	border-style: unset;
	border-color: unset;
	box-shadow: unset;
	border-width: 0px;
	width: unset;
	height: unset;
	display: block;
	opacity: 1;
	position: relative;
	right: unset;
	padding-top: 0;
	background-color: unset;
	overflow: unset;
	margin-top: 0px;
}
#slideCarousel.slide .carousel-item{
	width: 100%;
}
#slideCarousel.slide .carousel-item img{
	width: 100%;
	height: auto;
}
#slideCarousel.carousel-fade .carousel-item {
  transition: opacity 2s ease-in-out;
}




#ausstattung a:not([class]) {
    border-radius: 2px;
    border: 1px solid #0D3A4C;
    padding: 15px 50px 15px 20px;
    text-decoration: none;
    display: inline-block;
    margin: 10px 0 0px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #0D3A4C;
    font-weight: 600;
}
#ausstattung a:hover:not([class]) {
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-duration: 0.3s;
    -webkit-opacity: 0.9999;
    -webkit-transition-timing-function: ease;
    background-color: #FCCB21;
    color: #0D3A4C;
}
#ausstattung a::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 11px;
    right: 15px;
    top: 22px;
}


.projektgalerie #myCarousel.slide{
	text-align: unset;
	background-size: unset;
	border-radius: unset;
	border-style: unset;
	border-color: unset;
	box-shadow: unset;
	border-width: 0px;
	width: unset;
	height: unset;
	display: block;
	opacity: 1;
	position: relative;
	right: unset;
	padding-top: 0;
	background-color: unset;
	overflow: unset;
	margin-top: 40px;
	max-width: none;
	border: 0px;
}
.projektgalerie #myCarousel.slide .carousel-item{
	width: 884px;
}
.projektgalerie #myCarousel.slide .carousel-item img{
	width: 100%;
	height: auto;
}
.projektgalerie #myCarousel .carousel-inner{
    max-width: 884px;
	margin: auto;
}
.projektgalerie .new-caption-area{
	display: none;
}
.projektgalerie #myCarousel .indicators{
	display: none;
}
.projektgalerie #carouselcontrols{
	position: absolute;
	bottom: 0;
	overflow: visible !important;
	height: 40px;
	width: 100%;
	right: unset;
}
.projektgalerie .carousel-control-prev, .carousel-control-next {
    background-image: none;
	width: 70px !important;
	position: relative;
    padding: 10px;
	opacity: 1;
	text-shadow: none;
	text-decoration: none;
	height: 41px;
	display: inline-block;
	font-size: unset;
	margin-left: 2px;
	background-color: #0D3A4C;
}
.projektgalerie .carousel-control-next {
    right: 0px;
}
.projektgalerie .carouselcounter {
	display: none;
}
.projektgalerie .carousel-control-prev, .projektgalerie  .carousel-control-next {
    background-image: none;
	width: 70px !important;
	position: absolute;
	background-color: #fff;
    padding: 10px;
	opacity: 1;
	text-shadow: none;
	text-decoration: none;
	height: 41px;
	display: inline-block;
	font-size: unset;
	margin-left: 2px;
}




#immobilien { 
	padding:150px 0 50px;
}
#immobilien:nth-child(2n+1) {
	background-color: #FFF;
	padding:50px 0 150px;
}
#immobilien:nth-child(2n) {
	background-color: #F2EEED;
}

#immobilien table { 
	width: 100%; 
	border-collapse: collapse; 
	margin:15px auto;
}
#immobilien h1 { 
	margin-bottom:50px;
}

#immobilien th { 
	color: #0D3A4C; 
	font-weight: bold;
	padding: 3px;	
}

#immobilien tr { 
	border-bottom: 1px solid #267F7F;
}
#immobilien tr:last-child {
    border-bottom: 0px solid #267F7F;
}
#immobilien .labels tr { 
	border-bottom: 1px solid #FCCB21;
}
#immobilien .labels tr  td{ 
	padding-top: 50px;
}
#immobilien tbody:nth-child(2) tr  td{ 
	padding-top: 0px;
}
#immobilien .data td:first-child { 
	width: 15%; 
}
#immobilien p{
	color: #0D3A4C;
	line-height: 25px;
    font-family: proxima-nova, sans-serif;
    font-size: 18px;
    font-weight: 400;
}
#immobilien a{
	color: #FCCB21;
}
#immobilien hr {
    margin-top: 80px;
    border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
    border-top: 0px solid rgba(0,0,0,.1);
}
#immobilien tr.trenner div {
    height: 50px;
}
#immobilien tr.trenner td {
	width: 100%;
}
#immobilien tr.trenner:nth-child(2) td  div{
    height: 0px;
}
#immobilien tr.view {
	cursor: pointer;
}
#immobilien tr.fold {
	display: none;
  }
#immobilien tr.fold.open {
	display: table-row;
	background-color: #fff;
}
#immobilien tr.view.open {
	border-bottom: 0px solid #267F7F;
	background-color: #0d3a4c;
}
#immobilien tr.view.open td {
	color: #fff;
}
#immobilien tr.fold.open div.row {
	padding: 50px;
}
#immobilien tr.fold.open div.row .col-sm-6:nth-child(2) {
	text-align: right;
  }
#immobilien .mediaelement  {
	margin-bottom: 10px;
  }
#immobilien .verkaufsplan {
	text-align: left;
}
#immobilien .verkaufsplan .verkaufsplan-button {
	background-color: #0d3a4c;
  padding: 10px;	
  margin-right: 10px;
}
#immobilien .more {
	font-size: 24px;
  }



#immobilien td, th { 
	padding: 0px; 
	text-align: center; 
	line-height: 52px;
	font-size: 18px;
	font-weight: 400;
	color: #0D3A4C;
	font-family: proxima-nova, sans-serif;
	min-width: 70px;
}
#immobilien td.special { 
	color: #FCCB21;
}
#immobilien .labels td{ 
	text-align: left; 
	line-height: 20px;
}

#immobilien .labels tr td {
	font-weight: bold;
	color: #fff;
}

#immobilien .label tr td label {
	display: block;
}
#immobilien form {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#immobilien form select {
    display: block;
    width: 100%;
    height: 34px !important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #0D3A4C;
    background-color: transparent;
    border: 1px solid #0D3A4C;
    border-radius: 2px;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-webkit-appearance: menulist;
}
#immobilien form select:hover {
    background: #fff;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
label {
    margin-bottom: 0;
}

label.active{
	color: #fff;
}
label{
	color: #FCCB21;
	font-size: 22px;
}
.labels label:hover{
	cursor: pointer;
}

#immobilien [data-toggle="toggle"] {
	display: none;
}
.arrow-down {
  width: 50px;
  height: 40px;
  position: relative;
  float: left;
}

.arrow-down:before, .arrow-down:after {
  content: "";
  display: block;
  width: 23px;
  height: 2px;
  background: #00FFFF;
  position: absolute;
  top: 0px;
}

.arrow-down:before {
  transform: rotate(45deg);
  left: 15px;
}

.arrow-down:after {
  top: 15px;
  transform: rotate(135deg);
  left: 15px;
}

label.active .arrow-down:before {
  transform: rotate(135deg);
  background: #fff;
  top: 9px;
  left: 16px;
}

label.active .arrow-down:after {
  transform: rotate(220deg);
  background: #fff;
  left: 0px;
  top: 9px;
}





div.projekt{
	width: 48%;
	float: left;
	max-width: 465px;
	box-sizing: border-box;
}
div.projekt:nth-child(2n){
	clear: both;
}
div.projekt:nth-child(2n-1){
	float: right;
}
div.projekt p{
	font-family: Open Sans, sans-serif;
    font-weight: 400;    
	line-height: 24px;
    font-size: 16px;
    color: #0D3A4C;
}
div.projekt p.projecttitle{
    font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 0px;
	margin-top: 20px;
}
div.projekt img{
	width: 442px !important;
	height: 270px !important;
    object-fit: cover;
}
div.projekt a.projektlink{
	border-radius: 2px;
	border: 1px solid #0D3A4C;
	padding: 15px 50px 15px 20px;
	text-decoration: none;
	display: inline-block;
	margin: 10px 0 50px;
	position: relative;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #0D3A4C;
	font-weight: 600;
}
div.projekt a.projektlink:hover{
	transition-timing-function: ease;
	transition-delay: 0s;
	transition-duration: 0.3s;
	-webkit-opacity: 0.9999;
	-webkit-transition-timing-function: ease;
	background-color: #FCCB21;
	color: #0D3A4C;
}
div.projekt a.projektlink::after{
	content: '';
    position: absolute;
    left: 10px;
    width: 24px;
    height: 11px;
    background: url(../Images/rpi_pfeil_rechts_blue.svg);
    left: 75px;
	top: 18px;
}
.projektgalerie .carousel-control{position: absolute;top: 0;left: 0;bottom: 0;width: 15%;opacity: .5;filter: alpha(opacity=50);font-size: 20px;color: #fff;text-align: center;text-shadow: 0 1px 2px rgba(0,0,0,0.6);background-color: rgba(0,0,0,0)}
.projektgalerie .carousel-control.left{background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0001) 100%);background-image: -o-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0001) 100%);background-image: linear-gradient(to right, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0001) 100%);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)}
.projektgalerie .carousel-control.right{left: auto;right: 0;background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0%, rgba(0,0,0,0.5) 100%);background-image: -o-linear-gradient(left, rgba(0,0,0,0.0001) 0%, rgba(0,0,0,0.5) 100%);background-image: linear-gradient(to right, rgba(0,0,0,0.0001) 0%, rgba(0,0,0,0.5) 100%);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)}



#leistungen div.left, #team div.left{
	width: 35%;
	float: left;
	max-width: 465px;
	box-sizing: border-box;
}
#leistungen div.right, #team div.right{
	width: 60%;
	float: right;
	box-sizing: border-box;
	margin-bottom: 50px;
}
#unternehmen div img{
	margin-bottom: 20px;
	width: 100%;
	height: auto;
}
#unternehmen div p{
	font-weight: 400;
	font-size: 16px;
	font-family: Open Sans, sans-serif;
	line-height: 24px;
	color: #FFFFFF;
	text-align: left;
}
#unternehmen div .image-caption{
	font-weight: 800;
	font-size: 16px;
	font-family: Open Sans, sans-serif;
	line-height: 24px;
	color: #FFFFFF;
	text-align: left;
}
#unternehmen div a{
	color: #7FFFFF;
	text-decoration: none;
}
#unternehmen .container  h1{
	width: 200px;
	margin-left: 0px;
	margin-top: 100px;
}



.col-md-4 {
    width: 33%;
	float: left;
	padding-right: 3%;
	padding-left: 0;
}
#instafeed{
	margin-right: -3%;
}
.instagram-image img, .instagram-video img{
  width: 100%;
  margin-bottom: 30px;
  object-fit: cover;
}
#loadmore{
	text-align: center;
	clear: both;
}
#loadmore button{
	border-radius: 2px;
	transition-duration: 0s;
	background-color: #0A2433;
	-webkit-transition-delay: 0s;
	-webkit-transition-duration: 0s;
	font-family: sofia-pro, sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 16px;
    text-align: center;
	padding: 10px;
}
#loadmore button:hover {
    background-color: rgba(255,255,255,0.71);
    color: #000;
	transition-delay: 0s;
	transition-timing-function: ease;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease;
	-webkit-transition-delay: 0s;
	-webkit-transition-duration: 0.3s;
	-webkit-opacity: 0.9999;
	-pie-background: rgba(255,255,255,0.71);
}

#galerie .instalink-feed{
	margin-right: -3%;
}
#galerie .instalink-feed-post {
    width: 33%;
    float: left;
    padding-right: 3%;
    padding-left: 0;
	width: 290px !important;
	height: 320px !important;
}
#galerie  .instalink-feed-post span {
	width: auto !important;
    height: auto !important;
    margin-top:  auto !important;
    margin-left:  auto !important;
	position: relative !important;
	top: 0;
	left: 0;
}
#galerie .instalink-feed-post span img{
	width: 100% !important;
	height: 260px !important;
	margin-bottom: 30px;
	object-fit: cover;
	transform: translateY(-0%) translateZ(0);
	left: 0%;
}




section {
	padding: 0px;
}
section#home{
	padding-top: 120px !important;  
    background-color: #0a2533;
	color: #fff;
    padding-bottom: 0;
}
section#home h1, section#home h2{
    color: #fccb21;
}
section#home .col-xl-6:first-of-type{
    padding-left: 235px;
    max-width: 770px;
    padding-bottom: 80px;
}
section#home .col-lg-8{
    padding-bottom: 50px;
}
section#home .col-md-12{
    padding-bottom: 40px;
    padding-top: 50px;
}
section#home #linie{
    position: absolute;
	bottom: 0;
    right: -50px;
}
section#home p{
    color: #fff;
}
section#footermenu{
	padding: 160px 0;
}
section#timeline {
    background-color: #fff;
}
section:nth-child(2n) {
	background-color: #FFF;
}
section#immobilien {
    background-color: #F2EEED !important;
}

.content a{
	color: #0D3A4C;
	text-decoration: underline;
}
.content a:hover{
	color: #FCCB21;
}
.ce-gallery img {
    display: block;
    width: 100%;
    height: auto;
}



footer {
	overflow: hidden;
	padding: 150px 0;
	background-color: #0A2433;
	opacity: 0.95;
}
footer  h1{
	margin-bottom: 100px !important;
	color: #FCCB21;
}
footer strong{
	font-weight: 700;
}
.footergroup{
	float: left;
	width: 60%;
}
.footerleft{
	width: 332px;
	float: left;
	padding-top: 0px;
	margin: 0px;
	color: #fff;
}
.footerleft a, .footercenter a{
	font-size: 16px;
	text-align: left;
	line-height: 24px;
	font-family: Open Sans, sans-serif;
	font-weight: 400;
	color: #FFFFFF;
	text-decoration: underline;
}
footer a:hover{
	color: #FCCB21;
}
.footerleft .footerfoto {
    font-weight: 400;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 1px;
    font-family: Open Sans, sans-serif;
    color: #FFFFFF;
    margin-bottom: 70px;
    max-width: 212px;
}
.footerleft .footerfoto a {
    font-size: 14px;
    line-height: 14px;
    text-align: left;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: none;
}
.footerleft .footerfoto p {
    width: 100%;
    height: auto;
    line-height: 14px;
}
.footerleft .footerfoto figcaption {
  margin-top: 10px;
}
.footercenter.impressum {
    margin-top: 20px;
}

.footercenter{
	float: left;
	width: 250px;
}
.footercenter, .footercenter p{
	text-align: left;
	font-size: 16px;
	line-height: 24px;
	font-family: Open Sans, sans-serif;
	text-align: left;
	color: #FFFFFF;
	font-weight: 400;
	letter-spacing: 0px;
}
.footercenter a{
	color: #FFFFFF;
	text-decoration: none;
}
.footercenter .impressum a{
	text-decoration: underline;
}
.footercenter img{
	display: block;
	margin-bottom: 35px;
}
.footerright{
	max-width: 610px;
	width: 40%;
	text-align: right;
	float: right;
}
.footerright img{
	padding-left:20px;
	box-sizing: content-box;
}
.footerright img:hover{
    -webkit-transition-duration: 0.3s;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    transition-duration: 0.3s;
    opacity: 0.5;
    -webkit-transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    filter: alpha(opacity=50);
    transition-timing-function: ease;
}
form{
	text-align: left;
}
footer form label{
	font-size: 16px;
	text-align: left;
	font-weight: 400;
	line-height: 16px;
	color: #666666;
}
footer .form-control{
	background: transparent;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 16px;
	min-height: 0px;
	padding: 6px;
	font-style: italic;
	text-align: left;
	font-weight: 400;
	color: #B5B5B5;
    background-clip: padding-box;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	border-width: 0px 0px 1px;
	border-color: #B5B5B5;
}
.form-control:hover{
	background: #fff;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
footer .form-control::placeholder {
	font-size: 16px;
	font-style: italic;
	text-align: left;
	font-weight: 400;
	color: #B5B5B5;
}
footer form button.btn-primary{
	color: #FFFFFF;
	border-style: solid;
	text-align: center;
	font-size: 14px;
	letter-spacing: 3px;
	background-color: transparent;
	border-radius: 2px;
	text-transform: uppercase;
	border-color: #666666;
	line-height: 14px;
	font-family: Open Sans, sans-serif;
	border-width: 1px;
	font-weight: 400;
	height: 22px;
	padding: 9px 0px 21px;
	width: 41.77%;
}
.btn {
	padding: 8px 0px;
}
.btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn.focus, .btn:focus {
    box-shadow: 0 0 0 0 rgba(0,123,255,.25);
}
.alert-success, .alert-danger, .alert-info{
    color: #FCCB21;
    background-color: transparent;
	border: 1px solid transparent;
	padding-left: 0;
}
.alert-info{
    color: #B5B5B5;
}




.flexer,.progress-indicator{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex
}
.no-flexer,.progress-indicator.stacked{
	display:block
}
.no-flexer-element{
	-ms-flex:0;
	-webkit-flex:0;
	-moz-flex:0;flex:0
}
.flexer-element,.progress-indicator>li{
	-ms-flex:1;
	-webkit-flex:1;
	-moz-flex:1;flex:1
}
.progress-indicator{
	margin:0 0 1em;
	padding:0;
}
.progress-indicator>li{
	list-style:none;
	text-align:center;
	width:auto;
	padding:0;
	margin:0;
	position:relative;
	text-overflow:ellipsis;
	color:#bbb;
	display:block
}
.progress-indicator>li:hover{
	color:#6f6f6f
}
.progress-indicator>li.completed{
}
.progress-indicator>li.completed .bubble{
	background-color:#00FFFF;
	background-image: url(../Images/check.png);
	background-repeat: no-repeat;
	background-position: center;
}
.progress-indicator>li .bubble{
	border-radius:1000px;
	width:23px;
	height:23px;
	background-color:#D5CBC8;
	display:block;
	margin:0 auto .5em;
}
.progress-indicator>li .bubble:after,.progress-indicator>li .bubble:before{
	display:block;
	position:absolute;
	top:15px;
	width:100%;
	height:1px;
	content:'';
	background-color:#D5CBC8;
    z-index: 2;  /* to be below the parent element */
}
.progress-indicator>li:last-child .bubble:after,.progress-indicator>li:last-child .bubble:before{
	background-color: transparent;
}
.progress-indicator>li.completed .bubble,.progress-indicator>li.completed .bubble:after,.progress-indicator>li.completed .bubble:before{
	background-color:#FCCB21;
}
.progress-indicator>li h3{
	font-weight: 700;
	color: #D5CBC8;
	font-family: proxima-nova, sans-serif;
	font-size: 16px;
    line-height: 19px;
	margin-bottom: 0;
	margin-top: 13px;
}
.progress-indicator>li p{
	font-weight:  400;
	color: #D5CBC8;
	font-family: proxima-nova, sans-serif;
	font-size: 16px;
    line-height: 19px;
}
.progress-indicator>li.completed h3{
	color: #FCCB21;
}
.progress-indicator>li.completed p{
	color: #0d3a4c;
}
.progress-indicator>li .bubble:before{left:0}
.progress-indicator>li .bubble:after{right:0}
.progress-indicator>li:first-child .bubble:after,.progress-indicator>li:first-child .bubble:before{width:50%;margin-left:50%}
.progress-indicator>li:last-child .bubble:after,.progress-indicator>li:last-child .bubble:before{width:50%;margin-right:50%}
.progress-indicator>li.active,.progress-indicator>li.active .bubble{color:#337AB7}
.progress-indicator>li.active .bubble,.progress-indicator>li.active .bubble:after,.progress-indicator>li.active .bubble:before{background-color:#337AB7;border-color:#122a3f}
.progress-indicator>li a:hover .bubble,.progress-indicator>li a:hover .bubble:after,.progress-indicator>li a:hover .bubble:before{background-color:#5671d0;border-color:#1f306e}
.progress-indicator>li a:hover .bubble{color:#5671d0}
.progress-indicator>li.danger .bubble,.progress-indicator>li.danger .bubble:after,.progress-indicator>li.danger .bubble:before{background-color:#d3140f;border-color:#440605}
.progress-indicator>li.danger .bubble{color:#d3140f}
.progress-indicator>li.warning .bubble,.progress-indicator>li.warning .bubble:after,.progress-indicator>li.warning .bubble:before{background-color:#edb10a;border-color:#5a4304}
.progress-indicator>li.warning .bubble{color:#edb10a}
.progress-indicator>li.info .bubble,.progress-indicator>li.info .bubble:after,.progress-indicator>li.info .bubble:before{background-color:#5b32d6;border-color:#25135d}
.progress-indicator>li.info .bubble{color:#5b32d6}
.progress-indicator.stacked>li{
	text-align:center;
	display:block;
	overflow: hidden;
	min-height: 150px;
}
.progress-indicator.stacked>li .bubble:after,.progress-indicator.stacked>li .bubble:before{
	left:50%;
	margin-left:0px;
	width:1px;
	height:100%;
}
.progress-indicator.stacked .stacked-text{
	position:relative;
	z-index:10;
	top:-33px;
	margin-left:55%!important;
	width:35%!important;
	display:block;
	text-align:left;
	line-height:1.2em
}
.progress-indicator.stacked li:nth-child(2n) .stacked-text{
	float: left;
	margin-left:10%!important;
}
.progress-indicator.stacked li:nth-child(2n) .stacked-text p, .progress-indicator.stacked li:nth-child(2n) .stacked-text h3{
	text-align:right !important;
	margin-top: 4px;
}
.progress-indicator.stacked>li a{border:none}
.progress-indicator.stacked.nocenter>li .bubble{margin-left:0;margin-right:0}
.progress-indicator.stacked.nocenter>li .bubble:after,.progress-indicator.stacked.nocenter>li .bubble:before{left:10px}
.progress-indicator.stacked.nocenter .stacked-text{width:auto!important;display:block;margin-left:40px!important}

@media handheld,screen and (max-width:400px){
	.progress-indicator{font-size:60%}
}
