/* WEBFONTS */
@font-face {
    font-family: 'regular';
    src: url('../fonts/AvenirLTStd-Book.otf');
    src: url('../fonts/AvenirLTStd-Book.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bold';
    src: url('../fonts/AvenirLTStd-Heavy.otf');
    src: url('../fonts/AvenirLTStd-Heavy.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'italic';
    src: url('../fonts/AvenirLTStd-BookOblique.otf');
    src: url('../fonts/AvenirLTStd-BookOblique.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'header';
    src: url('../fonts/Manus.ttf');
    src: url('../fonts/Manus.ttf') format('truetype'),
         url('../fonts/Manus.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@-moz-document url-prefix() {
  h1,h2,h3,h4,h5,b,strong{font-weight:normal;}
}

body {
	overflow-x: hidden;
	font-family: 'regular', sans-serif;
	color: #1b1b1b;
}

strong {
	font-family: 'bold', sans-serif;
}

#kontakt strong {
	font-size: 20px;
}

.text-muted {
    color: #1b1b1b
}

.text-primary {
    color: #df829d
}
p {
    font-size: 14px;
    line-height: 1.75
}

p.large {
    font-size: 16px
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0
}

a {
    color: #df829d
}

a:hover,
a:focus,
a:active,
a.active {
    color: #fec503
}

h1,
h3,
h5,
h6 {
	font-family: 'regular', sans-serif;
	text-transform: uppercase;
	font-weight: 700
}

h2,
h4 {
	font-family: 'header', sans-serif;
}

h4 {
	margin: 0px;
}

.img-centered {
    margin: 0 auto
}

.bg-light-gray {
    background-color: #f0f0f0
}
.bg-darkest-gray {
    background-color: #222
}

.btn-primary {
    color: #fff;
    background-color: #df829d;
    border-color: #df829d;
    font-family: 'regular', sans-serif;
    text-transform: uppercase;
    font-weight: 700
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #fec503;
    border-color: #f6bf01
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #df829d;
    border-color: #df829d
}

.btn-primary .badge {
    color: #df829d;
    background-color: #fff
}

.btn-sm {
    color: #df829d;
    background-color: transparent;
    border-color: #df829d;
    font-family: 'regular', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 20px;
	border-width: 2px;
    font-size: 14px;
}

.btn-sm:hover,
.btn-sm:focus,
.btn-sm:active,
.btn-sm.active,
.open .dropdown-toggle.btn-sm {
    color: #fff;
    background-color: #df829d;
    border-color: #df829d
}

.btn-sm:active,
.btn-sm.active,
.open .dropdown-toggle.btn-xl {
    background-image: none
}

section#wohnungen .btn-sm {
    color: #bacb5e;
    border-color: #bacb5e;
}
section#wohnungen a {
    color: #bacb5e;
}
section#wohnungen .btn-sm:hover,
section#wohnungen .btn-sm:focus,
section#wohnungen .btn-sm:active,
section#wohnungen .btn-sm.active,
section#wohnungen .open .dropdown-toggle.btn-sm {
    color: #fff;
    background-color: #bacb5e;
    border-color: #bacb5e
}

.btn-xl {
    color: #df829d;
    background-color: transparent;
    border-color: #df829d;
    font-family: 'regular', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 20px;
	border-width: 2px;
    font-size: 16px;
    padding: 10px 25px
}

.btn-xl.full-width-md {
	width: 100%;
	margin-bottom: 20px;
}
@media (min-width:768px) {
	.btn-xl.full-width-md {
		width: 220px;
	}
	
	footer {
		margin-top: 20px;
	}
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    color: #fff;
    background-color: #df829d;
    border-color: #df829d
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    background-color: #df829d;
    border-color: #df829d
}

.btn-xl .badge {
    color: #df829d;
    background-color: #fff
}

.border-top {
	border-top: 1px solid #fff;
}

.navbar-default {
    background-color: #fff;
    border-color: transparent;
	padding: 10px 0 10px 0;
}

.navbar-default * {
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s
}

.navbar-default .navbar-brand {
    color: #df829d;
	background-image: url(../img/logos/logo_mobile.png);
	background-size: cover;
	width: 83px;
	height: 60px;
}

.navbar-default .navbar-brand span {
    display: none;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #fec503
}

.navbar-default .navbar-collapse {
    border-color: rgba(255, 255, 255, .02)
}

.navbar-default .navbar-toggle {
    background-color: transparent;
    border-color: #df829d
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #df829d
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #df829d
}

.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #fff
}

.navbar-default .nav li a {
    font-family: 'regular', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    color: #1b1b1b
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    color: #df829d;
    outline: 0
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #df829d;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #df829d;
    background-color: transparent;
}

@media (min-width:1240px) {
	body {
		padding: 20px;
	}
}

@media (min-width:768px) {
    .navbar-default {
        background-color: transparent;
        padding: 25px 0;
        border: 0;
		top: 20px;
    }
    .navbar-default.navbar-shrink {
		color: #1b1b1b;
        background-color: #fff;
        padding: 10px 0 0 0;
		top: 0px;
    }
	.navbar-nav.navbar-right {
		border-bottom: 1px solid #fff;
	}
    .navbar-default.navbar-shrink .navbar-nav.navbar-right {
		border-bottom: 0px solid #fff;
    }
    .navbar-default .navbar-brand {
        font-size: 2em;
		background-image: url(../img/logos/logo.png);
		background-repeat: no-repeat;
		width: 138px;
		height: 100px;
    }
	.navbar-default .nav li a {
		color: #fff;
	}
    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px
    }
    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
		background-image: url(../img/logos/logo_sticky.png);
		background-repeat: no-repeat;
		width: 110px;
		height: 80px;
    }
	.navbar-default.navbar-shrink .nav li {
		padding-top: 16px;
		padding-bottom: 19px;
		color: #1b1b1b;
		border-bottom: 5px solid #fff;
	}
	.navbar-default.navbar-shrink .nav li:hover {
		border-bottom: 5px solid #df829d;
	}
	.navbar-default.navbar-shrink .nav li a {
		color: #1b1b1b;
	}
	.navbar-default.navbar-shrink .navbar-nav>.active>a {
		color: #df829d;
	}
	.navbar-default.navbar-shrink .nav li a:hover {
		color: #df829d;
	}
}

@media screen and (max-width: 767px) {
	.text-center-xs {
		text-align: center;
	}
}

@media screen and (max-width: 991px) {
	.text-center-sm {
		text-align: center;
	}
}

@media screen and (max-width: 1199px) {
	.text-center-md {
		text-align: center;
	}
}

@media screen and (min-width: 992px) {
	.border-right-md {
		border-right: 1px solid #fff;
	}
}

/* GRID */

.row {
	margin-bottom: 30px;
}

/* HEADER */

header {
    background-repeat: none;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    color: #000
}

hr.header-subline {
	border-top: 4px solid #df829d;
	clear: both;
	width: 30px;
	height: 30px;
	margin: 0;
	padding: 0;
}

.header-alternative {
	padding-top: 60px;
}

.header-alternative hr.header-subline,
section .text-center hr.header-subline {
	margin: auto;
}

section#projekt hr.header-subline,
section#projekt .btn-xl {
    color: #df829d;
    border-color: #df829d;
}
section#projekt .btn-xl:hover,
section#projekt .btn-xl:focus,
section#projekt .btn-xl:active,
section#projekt .btn-xl.active,
section#projekt .open .dropdown-toggle.btn-xl {
    color: #fff;
    background-color: #df829d;
    border-color: #df829d
}

section#lage hr.header-subline,
section#lage .btn-xl {
    color: #bb90c1;
    border-color: #bb90c1;
}
section#lage .btn-xl:hover,
section#lage .btn-xl:focus,
section#lage .btn-xl:active,
section#lage .btn-xl.active,
section#lage .open .dropdown-toggle.btn-xl {
    color: #fff;
    background-color: #bb90c1;
    border-color: #bb90c1
}

section#wohnungen hr.header-subline,
section#wohnungen .btn-xl {
    color: #bacb5e;
    border-color: #bacb5e;
}
section#wohnungen .btn-xl:hover,
section#wohnungen .btn-xl:focus,
section#wohnungen .btn-xl:active,
section#wohnungen .btn-xl.active,
section#wohnungen .open .dropdown-toggle.btn-xl {
    color: #fff;
    background-color: #bacb5e;
    border-color: #bacb5e
}

section#ausstattung hr.header-subline {
    color: #bb90c1;
    border-color: #bb90c1;
}

header#header-downloads {
    background-image: url(../img/headers/downloads.jpg);
	background-position: left center;
}
header#header-downloads .intro-text .intro-lead-in {
	color: #bb90c1;
}
section#downloads hr.header-subline,
header#header-downloads hr.header-subline,
header#header-downloads .btn-xl {
    color: #bb90c1;
    border-color: #bb90c1;
}
header#header-downloads .btn-xl:hover,
header#header-downloads .btn-xl:focus,
header#header-downloads .btn-xl:active,
header#header-downloads .btn-xl.active,
header#header-downloads .open .dropdown-toggle.btn-xl {
    color: #fff;
    background-color: #bb90c1;
    border-color: #bb90c1
}

header .intro-text {
    padding-top: 60px;
    padding-bottom: 35px
}

.header-alternative .intro-text .intro-lead-in,
header .intro-text .intro-lead-in {
    font-family: 'header', sans-serif;
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 25px;
	color: #df829d;
}

.header-alternative .intro-text .intro-heading,
header .intro-text .intro-heading {
    font-family: 'regular', sans-serif;
    font-weight: 700;
    font-size: 23px;
    margin-bottom: 25px;
	color: #000;
	line-height: 125%;
}

@media (min-width:768px) {
	header .intro-text .intro-heading {
		font-size: 40px;
	}
	header#header-downloads {
		min-height: 1011px;
	}
    header .intro-text {
        padding-top: 300px;
        padding-bottom: 200px
    }
    header .intro-text .intro-heading {
		font-family: 'bold', sans-serif;
		font-weight: 700;
		font-size: 40px;
		margin-bottom: 25px
    }
}

@media (min-width:901px) and (max-width:991px) {
    header .intro-text {
        padding-top: 150px;
        padding-bottom: 250px
    }
}

section {
    padding: 100px 0
}

section h2.section-heading {
	font-size: 32px;
	margin-top: 0;
	margin-bottom: 15px;
	color: #df829d;
}
section#projekt h2.section-heading {
	color: #df829d;
}
section#lage h2.section-heading {
	color: #bb90c1;
}
section#wohnungen h2.section-heading {
	color: #bacb5e;
}
section#wohnungen h4 {
	color: #bacb5e;
	font-size: 32px;
}
section#ausstattung h2.section-heading {
	color: #bb90c1;
}
section#downloads h2.section-heading {
	color: #bb90c1;
}

section h3.section-subheading {
	font-size: 30px;
	text-transform: none;
	font-weight: 400;
	margin-bottom: 25px;
	font-family: 'bold', sans-serif;
}

@media (min-width:768px) {
    section {
        padding: 130px 0 100px 0;
    }
	section h3.section-subheading {
		font-size: 40px;
	}
}

.service-heading {
    margin: 15px 0;
    text-transform: none
}



/* HEADER/SECTION START */

header#header-start {
    background-image: url(../img/headers/start.jpg);
	background-position: right center;
}

@media (min-width: 1550px) {
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
}

@media screen and (max-width: 1549px) {
	header .intro-text .intro-heading {
		font-size: 36px;
	}
	header#header-start {
		background-image: url(../img/headers/start_1200.jpg);
	}
}

@media (min-width: 992px) {
	header .intro-text {
		padding-bottom: 60px;
		padding-top: 175px;
	}
}

@media screen and (max-width: 991px) {
	header .intro-text {
		padding-bottom: 15px;
		padding-top: 190px;
	}
	header .intro-text .intro-heading {
		font-size: 24px;
	}
	header#header-start {
		background-position: 60% center;
	}
}

@media (max-width:767px) {
	header#header-start {
		background-image: url(../img/headers/start_800.jpg);
		background-position: center top;
	}
    header#header-start {
		margin-top: 80px;
    }
	header .intro-text {
		padding-bottom: 15px;
		padding-top: 40px;
	}
}

@media screen and (max-width: 500px) {
	header .intro-text .intro-heading {
		font-size: 18px;
	}
}

@media screen and (min-width: 991px) {
    header#header-start {
		min-height: 900px;
    }
}

@media (min-width:768px) {
    header#header-start p {
		margin-bottom: 30px;
    }
}



/* HEADER PROJEKT */

header#header-projekt {
    background-image: url(../img/headers/projekt_1000.jpg);
	background-position: left center;
}
header#header-projekt .intro-text {
	padding: 60px 0px;
	margin-bottom: 0px;
}
header#header-projekt .intro-text .intro-lead-in {
	color: #bb90c1;
	margin-bottom: 25px;
	font-size: 24px;
	line-height: 24px;
	-moz-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	transform: rotate(-10deg);
}
header#header-projekt hr.header-subline,
header#header-projekt .btn-xl {
    color: #bb90c1;
    border-color: #bb90c1;
}
header#header-projekt .btn-xl:hover,
header#header-projekt .btn-xl:focus,
header#header-projekt .btn-xl:active,
header#header-projekt .btn-xl.active,
header#header-projekt .open .dropdown-toggle.btn-xl {
    color: #fff;
    background-color: #bb90c1;
    border-color: #bb90c1
}

@media (min-width:468px) {
	header#header-projekt .intro-text {
		padding: 60px 0px;
	}
	header#header-projekt .intro-text .intro-lead-in {
		margin-bottom: 45px;
		font-size: 40px;
		line-height: 40px;
	}
}

@media (min-width:768px) {
	header#header-projekt .intro-text {
		padding: 120px 0px;
	}
	header#header-projekt .intro-text .intro-lead-in {
		margin-bottom: 55px;
		font-size: 50px;
		line-height: 50px;
	}
}

@media (min-width:992px) {
	header#header-projekt {
		background-image: url(../img/headers/projekt_1600.jpg);
		background-position: left center;
	}
	header#header-projekt .intro-text {
		padding: 200px 0px;
	}
	header#header-projekt .intro-text .intro-lead-in {
		margin-bottom: 75px;
		font-size: 70px;
		line-height: 70px;
	}
}

@media (min-width:1200px) {
	header#header-projekt .intro-text {
		padding: 200px 0px;
	}
	header#header-projekt .intro-text .intro-lead-in {
		margin-bottom: 85px;
		font-size: 90px;
		line-height: 90px;
	}
}



/* HEADER WOHNUNGEN */

header#header-wohnungen {
	background-image: url(../img/headers/wohnungen_1000.jpg);
	background-position: left top;
}
header#header-wohnungen .intro-text {
	padding: 60px 0px;
	margin-bottom: 0px;
}
header#header-wohnungen .intro-text .intro-lead-in {
	color: #bacb5e;
	margin-bottom: 25px;
	font-size: 24px;
	line-height: 24px;
	-moz-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	transform: rotate(-10deg);
}
header#header-wohnungen hr.header-subline,
header#header-wohnungen .btn-xl {
	color: #bacb5e;
	border-color: #bacb5e;
}
header#header-wohnungen .btn-xl:hover,
header#header-wohnungen .btn-xl:focus,
header#header-wohnungen .btn-xl:active,
header#header-wohnungen .btn-xl.active,
header#header-wohnungen .open .dropdown-toggle.btn-xl {
    color: #fff;
    background-color: #bacb5e;
    border-color: #bacb5e
}

@media (min-width:468px) {
	header#header-wohnungen .intro-text {
		padding: 60px 0px;
	}
	header#header-wohnungen .intro-text .intro-lead-in {
		margin-bottom: 45px;
		font-size: 40px;
		line-height: 40px;
	}
}

@media (min-width:768px) {
	header#header-wohnungen .intro-text {
		padding: 120px 0px;
	}
	header#header-wohnungen .intro-text .intro-lead-in {
		margin-bottom: 55px;
		font-size: 50px;
		line-height: 50px;
	}
}

@media (min-width:992px) {
	header#header-wohnungen {
		background-image: url(../img/headers/wohnungen.jpg);
		background-position: left top;
	}
	header#header-wohnungen .intro-text {
		padding: 200px 0px;
	}
	header#header-wohnungen .intro-text .intro-lead-in {
		margin-bottom: 75px;
		font-size: 70px;
		line-height: 70px;
	}
}

@media (min-width:1200px) {
	header#header-wohnungen {
		background-image: url(../img/headers/wohnungen_1600.jpg);
		background-position: left top;
	}
	header#header-wohnungen .intro-text {
		padding: 200px 0px;
	}
	header#header-wohnungen .intro-text .intro-lead-in {
		margin-bottom: 85px;
		font-size: 90px;
		line-height: 90px;
	}
}



/* HEADER AUSSTATTUNG */

header#header-ausstattung {
    background-image: url(../img/headers/ausstattung_1000.jpg);
	background-position: left top;
}
header#header-ausstattung .intro-text {
	padding: 60px 0px;
	margin-bottom: 0px;
}
header#header-ausstattung .intro-text .intro-lead-in {
	color: #bb90c1;
	margin-bottom: 25px;
	font-size: 24px;
	line-height: 24px;
	-moz-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	transform: rotate(-10deg);
}
header#header-ausstattung hr.header-subline,
header#header-ausstattung .btn-xl {
    color: #bb90c1;
    border-color: #bb90c1;
}
header#header-ausstattung .btn-xl:hover,
header#header-ausstattung .btn-xl:focus,
header#header-ausstattung .btn-xl:active,
header#header-ausstattung .btn-xl.active,
header#header-ausstattung .open .dropdown-toggle.btn-xl {
    color: #fff;
    background-color: #bb90c1;
    border-color: #bb90c1
}

@media (min-width:468px) {
	header#header-ausstattung .intro-text {
		padding: 60px 0px;
	}
	header#header-ausstattung .intro-text .intro-lead-in {
		margin-bottom: 45px;
		font-size: 40px;
		line-height: 40px;
	}
}

@media (min-width:768px) {
	header#header-ausstattung .intro-text {
		padding: 120px 0px;
	}
	header#header-ausstattung .intro-text .intro-lead-in {
		margin-bottom: 55px;
		font-size: 50px;
		line-height: 50px;
	}
}

@media (min-width:992px) {
	header#header-ausstattung {
		background-image: url(../img/headers/ausstattung_1200.jpg);
		background-position: left top;
	}
	header#header-ausstattung .intro-text {
		padding: 200px 0px;
	}
	header#header-ausstattung .intro-text .intro-lead-in {
		margin-bottom: 75px;
		font-size: 70px;
		line-height: 70px;
	}
}

@media (min-width:1200px) {
	header#header-ausstattung {
		background-image: url(../img/headers/ausstattung.jpg);
		background-position: left top;
	}
	header#header-ausstattung .intro-text {
		padding: 200px 0px;
	}
	header#header-ausstattung .intro-text .intro-lead-in {
		margin-bottom: 85px;
		font-size: 90px;
		line-height: 90px;
	}
}



/* HEADER KONTAKT */

header#header-kontakt {
    background-image: url(../img/headers/kontakt_xs.jpg);
	background-position: center center;
}

header#header-kontakt .intro-text {
    padding-bottom: 90px;
    padding-top: 135px;
}

@media (max-width:767px) {
	header#header-kontakt {
		padding: 60px 0px;
	}
}

@media (min-width:768px) {
	header#header-kontakt {
		min-height: 1200px;
		background-position: right center;
		background-image: url(../img/headers/kontakt_1200.jpg);
	}
}

@media (min-width:1200px) {
	header#header-ausstattung {
		background-image: url(../img/headers/kontakt.jpg);
		background-position: left top;
	}
}


/* 
@media (min-width:768px) {
	header#header-projekt {
		min-height: 663px;
	}
	header#header-projekt .intro-text .intro-lead-in {
		margin-bottom: 75px;
		font-size: 90px;
		line-height: 90px;
		-moz-transform: rotate(-10deg);
		-ms-transform: rotate(-10deg);
		-o-transform: rotate(-10deg);
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
}

@media (min-width:650px) and (max-width:900px) {
    header#header-projekt .intro-text .intro-lead-in {
		font-size: 50px;
		line-height: 50px;
	}
}
@media (min-width:901px) and (max-width:991px) {
    header#header-projekt .intro-text .intro-lead-in {
		margin-bottom: 55px;
		font-size: 60px;
		line-height: 60px;
		-moz-transform: rotate(-10deg);
		-ms-transform: rotate(-10deg);
		-o-transform: rotate(-10deg);
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
		text-align: left;
	}
}
@media (min-width:992px) and (max-width:1350px) {
    header#header-projekt .intro-text .intro-lead-in {
		font-size: 70px;
		line-height: 70px;
	}
}
 */

 
 
 
 
/* start verkauft */
header#header-sold {
    background-image: none;
	background-color: #e5e5e5;
}
header#header-sold .intro-text {
	padding: 60px 0px;
	margin-bottom: 0px;
}
header#header-sold .intro-text .intro-lead-in {
	color: #1b1b1b;
}
header#header-sold .intro-text .intro-lead-in .highlight {
    color: #bacb5e;
}
header#header-sold hr.header-subline,
header#header-sold .btn-xl {
    color: #bb90c1;
    border-color: #bb90c1;
}
header#header-sold .btn-xl:hover,
header#header-sold .btn-xl:focus,
header#header-sold .btn-xl:active,
header#header-sold .btn-xl.active,
header#header-sold .open .dropdown-toggle.btn-xl {
    color: #fff;
    background-color: #bb90c1;
    border-color: #bb90c1
}

@media (min-width:468px) {
	header#header-sold .intro-text {
		/* padding: 60px 0px; */
	}
	header#header-sold .intro-text .intro-lead-in {
/* 		margin-bottom: 45px;
		font-size: 40px;
		line-height: 40px; */
	}
}

@media (min-width:768px) {
	header#header-sold .intro-text {
		/* padding: 120px 0px; */
	}
	header#header-sold .intro-text .intro-lead-in {
/* 		margin-bottom: 55px;
		font-size: 50px;
		line-height: 50px; */
	}
}

@media (min-width:992px) {
	header#header-sold {
/* 		background-image: url(../img/headers/ausstattung_1200.jpg);
		background-position: left top; */
	}
	header#header-sold .intro-text {
		/* padding: 200px 0px; */
	}
	header#header-sold .intro-text .intro-lead-in {
/* 		margin-bottom: 75px;
		font-size: 70px;
		line-height: 70px; */
	}
}

@media (min-width:1200px) {
	header#header-sold {
/* 		background-image: url(../img/headers/ausstattung.jpg);
		background-position: left top; */
	}
	header#header-sold .intro-text {
		/* padding: 200px 0px; */
	}
	header#header-sold .intro-text .intro-lead-in {
/* 		margin-bottom: 85px;
		font-size: 90px;
		line-height: 90px; */
	}
}


header#header-soldb {
    background-image: none;
	background-color: #e5e5e5;
}
header#header-soldb .intro-text {
	padding: 60px 0px;
	margin-bottom: 0px;
}
header#header-soldb .intro-text .intro-lead-in {
	color: #1b1b1b;
}
header#header-soldb .intro-text .intro-lead-in .highlight {
    color: #bacb5e;
}
header#header-soldb hr.header-subline,
header#header-soldb .btn-xl {
    color: #bb90c1;
    border-color: #bb90c1;
}
header#header-soldb .btn-xl:hover,
header#header-soldb .btn-xl:focus,
header#header-soldb .btn-xl:active,
header#header-soldb .btn-xl.active,
header#header-soldb .open .dropdown-toggle.btn-xl {
    color: #fff;
    background-color: #bb90c1;
    border-color: #bb90c1
}

@media (min-width:468px) {
	header#header-soldb .intro-text {
		/* padding: 60px 0px; */
	}
	header#header-soldb .intro-text .intro-lead-in {
/* 		margin-bottom: 45px;
		font-size: 40px;
		line-height: 40px; */
	}
}

@media (min-width:768px) {
	header#header-soldb .intro-text {
		/* padding: 120px 0px; */
	}
	header#header-soldb .intro-text .intro-lead-in {
/* 		margin-bottom: 55px;
		font-size: 50px;
		line-height: 50px; */
	}
}

@media (min-width:992px) {
	header#header-soldb {
/* 		background-image: url(../img/headers/ausstattung_1200.jpg);
		background-position: left top; */
	}
	header#header-soldb .intro-text {
		/* padding: 200px 0px; */
	}
	header#header-soldb .intro-text .intro-lead-in {
/* 		margin-bottom: 75px;
		font-size: 70px;
		line-height: 70px; */
	}
}

@media (min-width:1200px) {
	header#header-soldb {
/* 		background-image: url(../img/headers/ausstattung.jpg);
		background-position: left top; */
	}
	header#header-soldb .intro-text {
		/* padding: 200px 0px; */
	}
	header#header-soldb .intro-text .intro-lead-in {
/* 		margin-bottom: 85px;
		font-size: 90px;
		line-height: 90px; */
	}
}
/* end verkauft */
 



.portfolio-item {
    margin: 0 0 15px;
    right: 0
}

.portfolio-item .portfolio-link {
    display: block;
    position: relative;
    max-width: 400px;
    margin: 0 auto;
	border: 5px solid #fff;
	
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
	
    transition: transform ease-in-out .5s;
    -webkit-transition: transform ease-in-out .5s;
    -moz-transition: transform ease-in-out .5s
}

.portfolio-item.text-left .portfolio-link {
    display: inline-block;
    position: relative;
    max-width: 100%;
	width: auto;
    margin: 0 auto;
	border: 5px solid #fff;
}

#wohnungen .portfolio-item {
    margin: 0;
    right: 0;
}

#wohnungen .portfolio-item div {
    height: 50px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #b7b7b7;
}

#wohnungen .portfolio-item div.divider {
    border-bottom: 0px solid #b7b7b7;
}

#wohnungen .portfolio-item.last {
	border-bottom: 0px solid #b7b7b7;
}

#projekt .portfolio-item .portfolio-link .portfolio-hover,
#ausstattung .portfolio-item .portfolio-link .portfolio-hover {
    background: rgba(254, 209, 54, .9);
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s
}

#projekt .portfolio-item .portfolio-link .portfolio-hover:hover,
#ausstattung .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1
}

#projekt .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content,
#ausstattung .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    width: 100%;
    height: 20px;
    font-size: 20px;
    text-align: center;
    top: 50%;
    margin-top: -12px;
    color: #fff
}

#projekt .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i,
#ausstattung .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px
}

#projekt .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#projekt .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4,
#ausstattung .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#ausstattung .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0
}

.portfolio-item .portfolio-caption {
    max-width: 400px;
    margin: 0 auto;
    padding: 5px;
	font-size: 14px;
	font-family: 'italic', sans-serif;
}

.portfolio-item .portfolio-caption h4 {
    text-transform: none;
    margin: 0
}

.portfolio-item .portfolio-caption p {
	margin: 0
}

#projekt *,
#ausstattung * {
    z-index: 2
}

@media (min-width:767px) {
    #projekt .portfolio-item,
    #ausstattung .portfolio-item {
        margin: 0 0 30px
    }

	#wohnungen .portfolio-item.last div {
		border-bottom: 0px solid #b7b7b7;
	}
}

.team-member {
    text-align: center;
    margin-bottom: 50px
}

.team-member img {
    margin: 0 auto;
    border: 7px solid #fff
}

.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none
}

.team-member p {
    margin-top: 0
}

aside.clients img {
    margin: 50px auto
}

/* FORM ELEMENTS */

.form-control {
    background-color: #fff;
    background-image: none;
    border: 0px solid #ccc;
    border-radius: 20px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset;
    color: #1b1b1b;
    display: block;
    font-size: 16px;
    height: 50px;
    line-height: 1.05em;
    padding: 14px 12px;
	font-family: 'italic', sans-serif;
    width: 100%;
}

textarea.form-control {
	height: 200px;
}

@media (min-width: 993px) {
	#contactForm label {
		line-height: 50px;
	}
	
	.portfolio-item .portfolio-caption {
		max-width: 100%; text-align: center;
	}
}

/* FOOTER */

footer {
    padding: 75px 0 25px 0;
	background-color: #97bac4;
	color: #fff;
	font-size: 16px;
}

footer a,
footer a {
	color: #fff;
}

footer a:hover,
footer a:focus {
	color: #fff;
	text-decoration: underline;
}

footer p {
   font-size: 16px;
}

footer span.copyright {
    line-height: 40px;
    font-family: 'regular', sans-serif;
    text-transform: uppercase;
    text-transform: none
}

footer ul.quicklinks {
    margin-bottom: 0;
    line-height: 40px;
    font-family: 'regular', sans-serif;
    text-transform: uppercase;
    text-transform: none
}

@media (max-width: 767px) {
	footer .col-md-4 {
		padding-bottom: 20px;
	}
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0
}

.portfolio-modal .modal-content {
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    min-height: 100%;
    padding: 100px 0;
}

.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em
}

.portfolio-modal .modal-content p {
    margin-bottom: 30px
}

.portfolio-modal .modal-content p.item-intro {
	margin: 20px 0 30px;
	font-family: 'header', sans-serif;
	font-style: italic;
	font-size: 16px
}

.portfolio-modal .modal-content ul.list-inline {
    margin-bottom: 30px;
    margin-top: 0
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px
}

.portfolio-modal .close-modal {
    position: absolute;
    width: 75px;
    height: 75px;
    background-color: transparent;
    top: 25px;
    right: 25px;
    cursor: pointer
}

.portfolio-modal .close-modal:hover {
    opacity: .3
}

.portfolio-modal .close-modal .lr {
    height: 75px;
    width: 1px;
    margin-left: 35px;
    background-color: #222;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    z-index: 1051
}

.portfolio-modal .close-modal .lr .rl {
    height: 75px;
    width: 1px;
    background-color: #222;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    z-index: 1052
}

.portfolio-modal .modal-backdrop {
    opacity: 0;
    display: none
}

::-moz-selection {
    text-shadow: none;
    background: #df829d
}

::selection {
    text-shadow: none;
    background: #df829d
}

img::selection {
    background: 0 0
}

img::-moz-selection {
    background: 0 0
}

body {
    webkit-tap-highlight-color: #df829d
}

/* ICONS */


/* CAROUSEL */
.carousel {
	margin-top: 40px;
	margin-bottom: 20px;
}
.carousel-control {
	text-shadow: 0 0px 0px rgba(0, 0, 0, 0);
	background-color: rgba(0, 0, 0, 0);
	filter: alpha(opacity=100);
	opacity: 1;
	width: 8.33333%;
}
.carousel-indicators {
	bottom: 0px;
	position: relative;
	margin-top: 8px;
}
.item h4 {
	font-size: 19px;
	line-height: 1.375em;
	font-weight: 400;
	font-style: italic;
	margin: 70px 0;
}
.item span {
	font-style: normal;
}
.carousel-control .glyphicon,
.carousel-control .glyphicon {
	height: 40px;
	width: 40px;
	padding-top: 8px;
	border-radius: 20px;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	margin: auto;
	border: 10px solid #fff;
}
.carousel-control,.carousel-control.right, .carousel-control.left {
	background-image: none;
	color: #df829d;
}
.carousel-indicators li {
	border-color: #df829d;
}
.carousel-indicators li.active {
	background-color: #df829d;
}
.carousel-control .glyphicon {
	border: 1px solid #df829d;
}
.carousel-control.remove {
	position: relative;
	width: 60px;
	height: 60px;
}
.carousel-control.remove .glyphicon {
	padding: 20px;
	margin: 0px;
}
.carousel-control:hover .glyphicon {
	background-color: #df829d;
	color: #fff;
}

section#lage .carousel-control,
section#lage .carousel-control.right,
section#lage .carousel-control.left {
	color: #bb90c1;
}
section#lage .carousel-indicators li {
	border-color: #bb90c1;
}
section#lage .carousel-indicators li.active {
	background-color: #bb90c1;
}
section#lage .carousel-control .glyphicon {
	border: 1px solid #bb90c1;
}
section#lage .carousel-control:hover .glyphicon {
	background-color: #bb90c1;
}

section#wohnungen .carousel-control,
section#wohnungen .carousel-control.right,
section#wohnungen .carousel-control.left {
	color: #bacb5e;
}
section#wohnungen .carousel-indicators li {
	border-color: #bacb5e;
}
section#wohnungen .carousel-indicators li.active {
	background-color: #bacb5e;
}
section#wohnungen .carousel-control .glyphicon {
	border: 1px solid #bacb5e;
}
section#wohnungen .carousel-control:hover .glyphicon {
	background-color: #bacb5e;
}

section#ausstattung .carousel-control,
section#ausstattung .carousel-control.right,
section#ausstattung .carousel-control.left {
	color: #bb90c1;
}
section#ausstattung .carousel-indicators li {
	border-color: #bb90c1;
}
section#ausstattung .carousel-indicators li.active {
	background-color: #bb90c1;
}
section#ausstattung .carousel-control .glyphicon {
	border: 1px solid #bb90c1;
}
section#ausstattung .carousel-control:hover .glyphicon {
	background-color: #bb90c1;
}

@media screen and (min-width: 768px) {
	.carousel {
		margin-top: 80px;
		margin-bottom: 40px;
	}
	#carousel_projekt {
		margin-top: 30px;
	}
	.carousel-control .glyphicon,
	.carousel-control .glyphicon {
		height: 60px;
		width: 60px;
		padding-top: 14px;
		border-radius: 30px;
	}
}
.carousel-caption {
	position: relative;
	text-align: center;
	color: #1b1b1b;
	text-shadow: 0 0px 0px rgba(0, 0, 0, .6);
	left: 0;
	right: 0;
}

.border-bottom {
	border-bottom: 1px solid #b7b7b7;
}

/* VIDEO */
.vid {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
	border: 5px solid #fff;
}
#video {
    max-width: 560px;
	max-height: 315px;
	margin: auto;
	margin-bottom: 50px;
}
 
.vid iframe,
.vid object,
.vid embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}