/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 50px;
  padding-bottom: 40px;
  color: #5a5a5a;
}


@media screen and (min-width:100px) and (max-width:767px) {
    body {
        margin-top:7px;
    }
}
	
@media screen and (min-width:768px) and (max-width:991px) {
    body {
        margin-top:2px;
    }
}
@media screen and (min-width:992px) and (max-width:1199px) {
    body {
        margin-top:50px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
.navbar-static-top {
  margin-bottom: 20px;
}

.navbar-fixed-top {
padding-top: 4px;
}

.position::before {

        display: block;

        content: "";

        height:220px;

        margin-top: -220px;

        visibility: hidden;

}


#img_contentbar {  max-height: 100%; width:310px } 
#img_contentbar2 {  max-height: 100%; width:510px }
#img_contentbar3 {  height: 200px}  

.tex_image {text-align: center; }

.zweibilderdiv
	{text-align: center;}
	
.zweibilder{display: inline-block;margin: 5px 10px;} 
	
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 500px;
  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: 500px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}


/* MARKETING CONTENT
-------------------------------------------------- */
/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: auto;
}

.abg1 {
   margin-bottom: 20px;
   border-color: #f2f2f2;
   border-width: 6px;
   border-style: solid;
   border-radius: 20px;
   background-color:#686868;
   color: #eeeeee
	
}

.abg2 {
   margin-bottom: 20px;
   text-align: center;
   border-color: #f2f2f2;
   border-width: 6px;
   border-style: solid;
   border-radius: 20px;
   background-color:#D8D8D8;

}
.abg3 {
   margin-bottom: 20px;
   text-align: center;
   border-color: #31B404;
   border-width: 6px;
   border-style: solid;
   border-radius: 20px;
   background-color:#a1ed87;

}

/* Center align the text within the three columns below the carousel */

.margl {
	margin-left:  15px;
	margin-right: 150px;
}



.marketing h2 {
   font-weight: normal;
   border-color: red;

}


/* <!-- Beschreibungscontainer
------------------------------------------------------*/

.marketing {
	background-color: #f2f2f2;
	border-color: #f2f2f2;
    border-width: 6px;
    border-style: solid;
    border-radius: 20px;

}

/* bilder zusatzcss */



------------------------------------------------------*/


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5px 0; /* Space out the Bootstrap <hr> more */
  border:         2px solid red;
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}



/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 10px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }



  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}