@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');

html, body{
  height: 100%;
  width: 100%;
  font-family: 'Poppins', sans-senif;
  color: 222;
}

  #section2 {padding-top:95px;}
  #section3 {padding-top:95px;}
  #section4 {padding-top:95px;}
  #section5 {padding-top:95px;}
  #footere {padding-top:95px;}

.hoehe{
  height: 300px;
}

.logo {
      line-height: 60px;
      position: fixed;
      float: left;
      margin: 16px 46px;
      color: #fff;
      font-weight: bold;
      font-size: 20px;
      letter-spacing: 2px;
}

.btn-success{
  margin-top: 0px;
}

.eins{
  font-size: 90px;
  color: green;
}

.abst{
  padding-top: 100px;
}

nav {
      margin-top: 33px;
      position: fixed;
      width: 100%;
      line-height: 60px;
      z-index: 100;
}

.bl{
  color: black;
}

nav ul {
      line-height: 60px;
      list-style: none;
      background: rgba(0, 0, 0, 0);
      overflow: hidden;
      color: #fff;
      padding: 0;
      text-align: right;
      margin: 0;
      padding-right: 40px;
      transition: 1s;
}

nav.black ul {
      background:  #2f2f2f;
}

nav ul li {
      display: inline-block;
      padding: 24px 40px;;
}

.gruenhin{
  background-color: green;
  display: table-cell;
}

nav ul li a {
      text-decoration: none;
      color: #fff;
      font-size: 16px;
}

.menu-icon {
      line-height: 60px;
      width: 100%;
      background: #000;
      text-align: right;
      box-sizing: border-box;
      padding: 15px 24px;
      cursor: pointer;
      color: #fff;
      display: none;
}

.logod{
  width: 200px;
}

.white{
  color: white;
}

/* --------------0--------------- */

@media(max-width: 786px) {

      .logo {
            position: fixed;
            top: 0;
            margin-top: 42px;
      }

      .mobile{
        margin-top: 100px;
      }

      .mobilee{
        margin-top: 200px;
      }

      nav ul {
            max-height: 0px;
            background: #000;
      }

      nav.black ul {
            background: #000;
      }

      .logod{
        width: 150px;
      }

      .grey {
            height: 35px;
      }

      .showing {
            max-height: 34em;
      }

      nav ul li {
            box-sizing: border-box;
            width: 100%;
            padding: 15px;
            text-align: center;
      }

      .menu-icon {
            display: block;
      }

}

/* eventuell hier einmal height auf 100% stellen bitte wenn es auf der Mobilversion nicht klappt */
.carousel-inner img {
  height: 400px;
  width: 100%;
  min-height: 650px;
  padding-top: 0;
  padding-bottom: 0;
}

.carousel-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel-caption h1{
  font-size:500%;
  text-transform: uppercase;
  text-shadow: 1px 1px 10px #000;
}

.grey{
  background-color: #27a844;
  text-align: center;
  height: 35px;
}

.carousel-caption h3{
  font-size: 200%;
  font-weight: 500;
  text-shadow: 1px 1px 10px #000;
  padding-bottom: 1rem;
}

.btn-primary {
  background-color: #6648b1;
  border: 1px solid #6648b1;
}
.btn-primary:hover {
  background-color: #563d7c;
  border: 1px solid #563d7c;
}

.jumbotron {
  padding: 1rem;
  border-radius: 0;
}

.padding{
  padding-bottom: 2rem;
}

.welcome{
  width: 74%;
  margin: 0 auto; 
  padding-top: 2rem;
}

.ueberschriftgruen{
  color: #006d00;
}

.ueberschriftgrau{
  color: #6C7B8B;
}

.ueberschriftschwarz{
  color: #00008B;
}

.ueberschriftorange{
  color: #ff8c00;
}

.ueberschriftrot{
  color: #cd0000;
}

.ueberschriftgelb{
  color: gold;
}

.welcome hr{
  border-top: 2px solid #b4b4b4;
  width: 95%;
  margin-top: .3rem;
  margin-bottom: 1rem;
}

.fa-truck{
  color: #00008B;
}

.fa-cubes{
  color: #6C7B8B;
}

.fa-cube{
  color: #ff8c00;
}

.fa-home{
  color: #cd0000;
}
.fa-archive{
  color: #2f2f2f;
}

.fa-tag{
  color: gold;
}

.fa-tree{
  color: #006d00;
}
.fa-truck, .fa-home, .fa-archive, .fa-leaf, .fa-tree, .fa-tag, .fa-cubes, .fa-cube {
  font-size: 4em;
  margin: 1rem;
}

.bild {
    max-width: 100%;
    height: auto;
}

.social a{
  font-size: 4.5em;
  padding: .3em;
}

.fa-facebook{
  color: #3b5998;
}

.fa-instagram{
  color: #517fa4;
}

.fa-google-plus-g{
  color: #dd4b39;
}

.fa-youtube{
  color: #bb0000;
}

.fa-facebook:hover,
.fa-instagram:hover,
.fa-google-plus-g:hover,
.fa-youtube:hover {
  color: #d5d5d5;
}

footer{
  background-color: #2f2f2f;
  color: #d5d5d5;
  padding-top: 2rem;
}

hr.light {
  border-top: 1px solid #d5d5d5;
  width: 75%;
  margin-top: .8rem;
  margin-bottom: 1rem;
}

footer a{
  color: #d5d5d5;
}

hr.light-100{
  border-top: 1px solid #d5d5d5;
  width: 100%;
  margin-top: .8rem;
  margin-bottom: 1rem;
}


/*---Media Queries --*/
@media (max-width: 992px) {
  .social a{
    font-size: 4em;
    padding: 2rem;
  }
  }

@media (max-width: 768px) {
  .carousel-caption {
  top: 45%;
}

.carousel-caption h1{
  font-size:350%;
}

.carousel-caption h3{
  font-size: 140%;
  font-weight: 400;
  padding-bottom: .2rem;
}

.carousel-caption .btn{
  font-size: 95%;
  padding: 8px 14px;
}

.display-4{
  font-size: 250%;
}

  .social a{
    font-size: 2.5em;
    padding: 1.2rem;
  }

}
@media (max-width: 576px) {
.carousel-caption {
  top: 40%;
}

.carousel-caption h1{
  font-size:250%;
}

.carousel-caption h3{
  font-size: 110%;
}

.carousel-caption .btn{
  font-size: 90%;
  padding: 4px 8px;
}
.carousel-indicators{
  display: none;
}

.display-4{
  font-size: 160%;
}

  .social a{
    font-size: 2em;
    padding: .7rem;
  }
}

/*---Firefox Bug Fix --*/
.carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

  .carousel-item {
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
}

.h2 {
  margin: 60px;
  text-align: justify;
}


/*--- Fixed Background Image --*/
figure {
  position: relative;
  width: 100%;
  height: 60%;
  margin: 0!important;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fixed {
  background-image: url('img/background2.jpg');
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}
/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
    padding: 1rem;
}





/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/








