*{
  margin: 0;
  padding: 0;
}
html,body{
  background-color:#ffffff;
  font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif; 
  width: 100%;
    height: 100%;
    margin:0;
    padding:0;
    overflow-x:hidden;
    /*background-image: url("/image/background.jpg"); */

}

.carousel-inner>.item {
          width: 100%;

}
.modal-body{
  background-color: #eee;
}
.modal-dialog{
width: 800px;
}
.navbar-brand {
  padding: 0px;
}
.navbar-brand>img {
  height: 80%;
  padding: 0px;
  width: auto;
}
.navbar-inner {
    background:#fff;
}
.navbar-inverse, .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
  border-color: transparent;
}
.navbar-inverse .navbar-nav > li > a{
  color:#222;
  font-size: 20px;
  margin-top: 5%;
}

.navbar-inverse .navbar-nav > li > a:hover{
  color:green;
}
.navbar-inverse .navbar-toggle .icon-bar{
  background-color: #222;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover{
  background-color: #eee;
}


#logo{
/*max-width: 100%;*/
height: 60px;

}
.carousel,.item,.active{height:100%;}
.carousel-inner{height:100%;
}

#carousel_main{
  margin-top: 5%;
  /*margin-left: 0%;*/
  width: 100%;
  background-color: #E0E0E0;
}


#wrapper{
  background-color:#BDBDBD;
  color: #222222;
  /*background-image: url("/image/background.jpg");*/
}


.header {
  /*height: 60px;*/
  /*background-color: #bdc3c7;*/
  position: fixed;
  top: 200;
  width: 100%;
  transition: all 0.5s;
}


.header-alt {
  height: 60px;
  background-color:#bdc3c7;
  position: fixed;
  top: 200;
  width: 100%;
  transition: all 0.5s;
  box-shadow: 0 8px 16px 0 #222;
}
#title{
  font-size: 20px;
  margin-top:5% ;
  color: black;
}

#part2{
  height:auto;
  /*margin-top: 50px;*/
  /*margin-bottom: 5%;*/
  background: linear-gradient(to top, #fff 60%, #263238 40% );

}
#mainSlogan{
    font-size: 20px;
    padding-top: 7em;
    padding-left: 5em;
    padding-right: 4em;
  
  /*background: linear-gradient(to top, #757575 60%, #263238 40% );*/
  
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 80%;
    height:350px;
    margin-top: 5%;
}

.card:hover {
    box-shadow: 0 8px 16px 0 #222;
}

#cardContainer {
    padding: 2px 16px;
}
.zommer{
   transition: transform .2s; /* Animation */
}
.zommer:hover {
    transform: scale(0.98);
  }
.zommer2{
     transition: transform .2s; /* Animation */
  }
.zommer2:hover {
      transform: scale(1.02);
    }

  #aboutus {
      position: relative;
  
      color:#222222;
  }

  #example {
   position: absolute;
   top: 10%;
   left: 45%;
   padding: 5px;
   background-color: #333;
   border: 2px solid white;
   border-radius: 10px;
}
.absolute{
  position: absolute;
  top: 20%;
  left: 5%;
  font-size:20px;
}
.absolute2{
  position: absolute;
  top: 20%;
  left: 52%;
  right: 5%;
  font-size:20px;
}
#haboutus{
  position: static;
  font-size:18px;
  color:#FFEB3B;
  margin-top:8%;
}
.ourteam{
  margin-top: 2%;
  margin-left: 0%;
  font-size: 16px;
  color:#fff;
  font-style: oblique;
  /*font-family: "Times New Roman", Times, serif;*/
  background-color:#333;
  padding:3em;
}


@media only screen and (max-width: 600px) {
  #carousel_main{
    margin-top: 20%;
    /*margin-left: 13%;*/
    width: 119%;
  }
  #title{
    font-size: 20px;
    margin-top:5% ;
    margin-left:5% ;
    color: black;
  }
  #navbar6{
    background-color: #fff;
  }
  #mainSlogan{
    font-size:14px;
    padding-top: 1em;
    padding-left: 4em;
    padding-right: 4em;
    padding-bottom:1em;
  }
  #example{
    position: static;
    top: 10%;
    padding: 5px;
    background-color: #333;
    border: 2px solid white;
    border-radius: 10px;

  }
  .absolute{
    position: static;
    top: 20%;
    left: 50%;
    font-size:15px;
  }
  .absolute2{
    position: static;
    top: 20%;
    left: 50%;
    font-size:15px;
  }


  html,body{
    overflow-x: hidden;
  }
  #logo{
    height: 56px;
  }
}
