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

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 40px;
  right: 0;
  left: 0;
  z-index: 20;
}

@media (max-width: 1200px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    position: absolute;
    top: 20px;
  }

@media (max-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    position: absolute;
    top: 0;
  }

/* Flip around the padding for proper display in narrow viewports */

.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    /*border-radius: 4px;*/
    border-radius: 0px;
  }

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-brand {
  float: none;
  height: 50px;
  vertical-align: middle;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
  /* margin-left: -15px; */
  }
}

/* CAROUSEL
-------------------------------------------------- */

/* Carousel Basisklasse */
.carousel {
  max-width: 1170px;
  max-height: 500px;
  border: 2px #fff solid;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .carousel {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .carousel {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .carousel {
    width: 1170px;
  }
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  /*border: 2px #fff solid; gehört eigentlich zu carousel, wird dann aber durch den Slider verdeckt *
}

/* 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;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-left: 60px;
  padding-right: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background: rgb(0, 0, 0, 0.5)
}
.carousel-caption > h2{
  font-size: 60px;
}

@media (max-width: 768px) {
  .carousel-caption > h2{
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .carousel-caption > h2{
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .carousel-caption > h2{
    font-size: 18px;
  }
}

.carousel-caption h4{
  font-size: 4px;
  letter-spacing: 0.05em;
  font-weight: 300;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .9);
}

.carousel-caption p{
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 300;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .9);
}

/*Bootstrap Button für Karusell*/
.btn-coll {
  color: #0c2d44;
  background-color: #fff;
  border-color: #f2f2f2;
}
.btn-coll:focus,
.btn-coll.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-coll:hover {
  color: #fff;
  background-color: #c10069;
  border-color: #204d74;
}
.btn-coll:active,
.btn-coll.active,
.open > .dropdown-toggle.btn-coll {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-coll:active:hover,
.btn-coll.active:hover,
.open > .dropdown-toggle.btn-coll:hover,
.btn-coll:active:focus,
.btn-coll.active:focus,
.open > .dropdown-toggle.btn-coll:focus,
.btn-coll:active.focus,
.btn-coll.active.focus,
.open > .dropdown-toggle.btn-coll.focus {
  color: #fff;
  background-color: #f2f2f2;
  border-color: #122b40;
}
.btn-coll:active,
.btn-coll.active,
.open > .dropdown-toggle.btn-coll {
  background-image: none;
}
.btn-coll.disabled,
.btn-coll[disabled],
fieldset[disabled] .btn-coll,
.btn-coll.disabled:hover,
.btn-coll[disabled]:hover,
fieldset[disabled] .btn-coll:hover,
.btn-coll.disabled:focus,
.btn-coll[disabled]:focus,
fieldset[disabled] .btn-coll:focus,
.btn-coll.disabled.focus,
.btn-coll[disabled].focus,
fieldset[disabled] .btn-coll.focus,
.btn-coll.disabled:active,
.btn-coll[disabled]:active,
fieldset[disabled] .btn-coll:active,
.btn-coll.disabled.active,
.btn-coll[disabled].active,
fieldset[disabled] .btn-coll.active {
  background-color: #c10069;
  border-color: #f2f2f2;
}
.btn-coll .badge {
  color: #c10069;
  background-color: #fff;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */

.marketing{
  padding-top: 40px;
  text-align: center;
  border-left: 2px #fff solid;
  border-right: 2px #fff solid;
}

.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* 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;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

  /* 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;
  }
}

/* Ableitung aus Container */
.containernav {
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  .containernav {
    width: 700px;
  }
}
@media (min-width: 992px) {
  .containernav {
    width: 900px;
  }
}
@media (min-width: 1200px) {
  .containernav {
    width: 1100px;
  }
}
