/*!
 * Start Bootstrap - Scrolling Nav HTML Template (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%;
}

html {
    width: 100%;
    height: 100%;
}

@media(min-width:767px) {
    .navbar {
        padding: 20px 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;
    }

    .top-nav-collapse {
        padding: 0;
    }
}

/* Navbar 
----------------------------------------------------*/

.navbar-default {
   /* background-color: #fff; */
   background-color: #2C3E50;
    border-color: #fff;
	border: 0;
}

.navbar-default .navbar-nav>li>a {
    color: #CCC;
    text-decoration: none;
}


.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    /*background-color: #fff; */
}


.container-fluid {
	padding-right: 0;
    padding-left: 0;
	}
	
	
/* Demo Sections - You can use these as guides or delete them - the scroller will work with any sort of height, fixed, undefined, or percentage based.
The padding is very important to make sure the scrollspy picks up the right area when scrolled to. Adjust the margin and padding of sections and children 
of those sections to manage the look and feel of the site. */

.intro-section {
    height: 100%;
    padding: 0px;
    text-align: center;
    background: #2C3E50;
}

.malereii-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
	color: #2C3E50;
    /*background: #eee;*/
	background-image: url(../img/malen_m_01.jpg);
	background-size: cover;
	
}

.skulpturenn-section {
    height: 100%;
    padding-top: 100px;
    text-align: center;
	color: #fff;
    /*background: #fff; */
	background-image: url(../img/baum_m_01.jpg);
	background-size: cover;
}

.installationenn-section {
    height: 100%;
    padding-top: 100px;
    text-align: center;
	color: #fff;
    /*background: #eee; */
	background-image: url(../img/biene_m_01.jpg);
	background-size: cover; 
}

.vita-section {
    height: 100%;
    padding-top: 100px;
    text-align: center;
	color: #fff;
    /*background: #2C3E50;*/
	background-image: url(../img/w_room_web.jpg);
	background-size: cover; 
}
/*.vita-section .background-image {
	opacity: 0,5;
	}  */

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */


/* Carousel base class */
.carousel {
  height: 800px;
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 800px;
  background-color: #2C3E50;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: auto;
}

/* Galerie Malerei
---------------------------------------------------*/

.portfolio-item {
    margin-bottom: 25px;
}



/* CUSTOMIZE THE CAROUSEL Malerei
-------------------------------------------------- */

/* Carousel base class */
.malereii-section .carousel {
  height: 500;
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.malereii-section .carousel-caption {
  z-index: 11;
}

/* Declare heights because of positioning of img element */
.malereii-section .carousel .item {
  height: 500;
  background-color: #2C3E50;
  opacity: 0,2;
  
}
.malereii-section .carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500;
}

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}


/*  Footer 
-----------------------------------------------*/

footer {
  color: white;
}
footer h3 {
  margin-bottom: 30px;
}
footer .footer-above {
  padding-top: 50px;
  background-color: #2C3E50;
}
footer .footer-col {
  margin-bottom: 50px;
}
footer .footer-below {
  padding: 25px 0;
  background-color: #233140;
}


