/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    width: 100%;
    height: 100%;
	font-weight: 400;
    color: #fff;
    background-color: #222;
	font-family: Open Sans Condensed,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 24px;
	line-height: inherit;    
}
@media (max-width: 767px) {	
	body {
    font-size: 16px;
	}
}
html {
    width: 100%;
    height: 100%;
}
* {

}

h1, h2, h3 {
    margin: 0 0 .5em;
    font-weight: 700;
}
p {
    margin: 0 0 1.5em;
}

.navbar-custom {
    margin-bottom: 0;
    text-transform: uppercase;
    background-color: rgba(128,0,0,.9);
	font-weight: 700;
}
.navbar-custom .navbar-brand img {
	max-height: 54px;
}
@media (max-width: 767px) {	
	.navbar-custom .navbar-brand img {
	max-height: 42px;
	}
}
.navbar-custom li img {
	max-height: 32px;
	margin-bottom: 6px;
}
@media(max-width:991px) {
	.navbar-custom li img {
	max-height: 54px;
	}
}
.navbar-custom .navbar-brand:focus {
    outline: 0;
}
.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}
.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}
.navbar-custom a {
	font-size: 0.7em;
    color: #fff;
}
.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(255,255,255,.7);
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: rgba(255,255,255,.2);
}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}

@media(min-width:768px) {
    .navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        /*border-bottom: 1px solid rgba(255,255,255,.3);*/
        background: rgba(128,0,0,.9);
    }
}

.intro {
	display: table;
	width: 100%;
	height: auto;
	padding: 100px 0;
	text-align: center;
	color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../img/Ansicht-Nordost_2013.jpg);
	background-attachment: scroll;
	background-color: #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
    /*font-size: 40px;*/
	text-transform:uppercase;
}

.intro .intro-body .intro-text {
    /*font-size: 18px;*/
}

@media(min-width:768px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 100px;
    }

    .intro .intro-body .intro-text {
        font-size: 26px;
    }
}

/*.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 100%!important;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}*/

@-webkit-keyframes pulse {    
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.location-section,
.portfolio-section,
.details-section,
.contact-section {
	padding: 250px 0;
}
@media (max-width: 767px) {
	.location-section,
	.portfolio-section,
	.details-section,
	.contact-section {
	padding: 100px 0;
	}
}

.portfolio-section {
	color: #fff;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../img/Ansicht-Sued-Ost_2007_neu.jpg);
	background-attachment: fixed;
	background-color: #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.details-section {
	color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../img/Pers25a_2neu.png);
	background-color: #fff;
}
	
.contact-section {
	color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../img/Persp25B.png);
	background-color: #990000;
}

/*.pictures-section {
    height: 480px;
    margin-top: 100px;
}

@media(min-width:767px) {
    .location-section {
	padding: 250px 0;
    }
}*/

iframe {
	width: 100%;
	min-height: 360px;
	border:none;
}

.btn {
    /*border-radius: 0;
    text-transform: uppercase;*/
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/*.btn-default {
	border: 1px solid #CC0000;
	color: #FFF;
	background-color: #CC0000;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #CC0000;
    outline: 0;
    color: #FFF;
    background-color: #FF0000;
}*/

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 100px 0;
	background-color: #333;
	font-size:12px !important;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

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

.img-circle {
	max-height: 80px;
	margin-bottom: 25px;
}
.immoscout >img, .immonet >img, .immowelt > img {
	height: 42px;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}

.carousel {
	background-position: left top;
	background-image: url(../img/Ansicht-NORDEN-soft.jpg);
	background-repeat: repeat-x;
	background-size: contain;
}
.carousel,.item,.active {
	height: 100%;
}
.carousel-inner {
	height:100%;
}
.carousel-caption {
	background-color: rgba(0,0,0,.5);
}
.carousel-control {
	line-height:640px;
	font-size:96px;
}
@media (max-width: 767px) {
	.carousel-control {
	line-height:320px;
}
}
.fill {
	/*width:100%;*/
	height: 640px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
@media (max-width: 767px) {
	.fill {
		height: 320px;
	}

}
/* faster sliding speed */
.carousel-inner > .item {
    -webkit-transition: 0.3s ease-in-out left;
    -moz-transition: 0.3s ease-in-out left;
    -o-transition: 0.3s ease-in-out left;
    transition: 0.3s ease-in-out left;
}

/* keep full widget on smaller screens */
@media (max-width: 767px) { 
	body {
		padding-left: 0;
		padding-right: 0;
	}
}
