body{
  font: 14px/1.5 Arial, Helvetica,sans-serif;
  padding:0;
  margin:0;
  background-color:#f4f4f4;
}

#map {
    margin:auto;
        height: 400px;  /* The height is 400 pixels */
        width: 80%;  /* The width is the width of the web page */
       }

#wrapper {
  min-height: 100%;
  position: relative;
}



/* Global */
.container{
  width:80%;
  margin:auto;
  overflow:hidden;
}
.container2{
  width:80%;
  margin:auto;
  overflow:hidden;
}

.imgLH{
  float: right;

}

.textLH{
  float:left;
  
}

ul{
  margin:0;
  padding:0;
}

.button_1{
  height:38px;
  background:#e8491d;
  border:0;
  padding-left: 20px;
  padding-right:20px;
  color:#ffffff;
}

.h1{
  font-size:20px;
}
.h2{
	margin-top:100px;
  font-size:25px;
  margin-bottom:10px;
}

.dark{
  padding:15px;
  background:#35424a;
  color:#ffffff;
  margin-top:10px;
  margin-bottom:10px;
}

.dark2{
  padding:15px;
  background:#35424a;
  color:#ffffff;
  margin-top: -15px;
  margin-bottom: : -15px;
}

.hell{
  padding:15px;
  background:#e6e6e6;
  color:#35424a;
  margin-top:10px;
  margin-bottom:10px;
}

/* Header **/
header{
  background:#35424a;
  color:#ffffff;
  padding-top:30px;
  min-height:70px;
  border-bottom:#e8491d 3px solid;
}

header a{
  color:#ffffff;
  text-decoration:none;
  text-transform: uppercase;
  font-size:16px;
}

header li{
  float:left;
  display:inline;
  padding: 0 20px 0 20px;
}

header #branding{
  float:left;
}

header #branding h1{
  margin:0;
}

header nav{
  float:right;
  margin-top:10px;
}

header .highlight, header .current a{
  color:#e8491d;
  font-weight:bold;
}

header a:hover{
  color:#cccccc;
  font-weight:bold;
}



/* Showcase */
#showcaseBochum{
  min-height:500px;
  max-width:100%;

  background:url('../img/LHBochumBild.jpg');
  background-repeat: no-repeat;
  background-size: 1200px auto;

  text-align:center;
  color:#000000;
}

#showcaseDortmund{
  min-height:500px;
  max-width:100%;

  background:url('../img/LHDortmundBild.jpg');
  background-repeat: no-repeat;
  background-size: 1200px auto;

  text-align:center;
  color:#000000;
}

#showcaseDuisburg{
  min-height:500px;
  max-width:100%;

  background:url('../img/LHDuisburgBild.jpg');
  background-repeat: no-repeat;
  background-size: 1200px auto;

  text-align:center;
  color:#000000;
}

#showcaseHannover{
  min-height:500px;
  max-width:100%;

  background:url('../img/LHHannoverBild.jpg');
  background-repeat: no-repeat;
  background-size: 1200px auto;

  text-align:center;
  color:#000000;
}

#showcaseWuppertal{
  min-height:500px;
  max-width:100%;

  background:url('../img/LHWuppertalBild.jpg');
  background-repeat: no-repeat;
  background-size: 1200px auto;

  text-align:center;
  color:#000000;
}

#showcaseBochum h1{
  margin-top:100px;
  font-size:55px;
  margin-bottom:10px;
}

#showcaseBochum h3{
  margin-top:100px;
  font-size:25px;
  margin-bottom:10px;
}

#showcaseBochum p{
  font-size:20px;
}



/

/* Boxes */
#boxes{
  margin-top:20px;
}

#boxes .box{
  float:left;
  background-color:#e6e6e6;
  text-align: center;
  width:47%;
  padding-bottom:20px;
  padding-top: 10px;
}

#boxes .box2{
  float:center;
  background-color:#e6e6e6;
  text-align: center;
  width:100%;
  padding-bottom:20px;
  padding-top: 10px;
}

#boxes .box img{
  width:50px;
}



/* Main-col */
article#main-col{
  float:center;
  width:100%;
}

/* Services */
ul#services li{
  list-style: none;
  padding:20px;
  border: #000000 solid 1px;
  margin-bottom:5px;
  background:#e6e6e6;
}

footer{
  background-color:#35424a;
    color:#f4f4f4;
    position:;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    text-align: center;  
    clear: both;
    padding-top: 10px;
}

@media(max-width: 404px){
header #branding,
  header nav,
  header nav li,
  #newsletter h1,
  #newsletter form,
  #boxes .box,
  article#main-col,
  aside#sidebar{
    position: :center;
    text-align:center;
    width:100%;
  }
  .imgLH{
     float: left;
  }
  .textLH{
    text-align: left;
  }

}


/* Media Queries */
@media(max-width: 900px){
  header #branding,
  header nav,
  header nav li,
  #newsletter h1,
  #newsletter form,
  #boxes .box,
  article#main-col,
 aside#sidebar{
    float:none;
    text-align:center;
    width:100%;
  }
  
  header{
    padding-bottom:20px;
  }
  #showcaseBochum{
    min-height:260px;
    float:center;
    background-position: center;
    background-size: 80% auto;
  }

  #showcaseDortmund{
    min-height:260px;
    float:center;
    background-position: center;
    background-size: 80% auto;
  }
  #showcaseDuisburg{
    min-height:260px;
    float:center;
    background-position: center;
    background-size: 80% auto;
  }
  #showcaseHannover{
    min-height:260px;
    float:center;
    background-position: center;
    background-size: 80% auto;
  }
  #showcaseWuppertal{
    min-height:260px;
    float:center;
    background-position: center;
    background-size: 80% auto;
  }

  #showcaseBochum h1{
    margin-top:40px;
  }
}

@media(min-width: 901px) and (max-width: 1229px){

#showcaseBochum{
    float:center;
    min-height:360px;
    background-position: center -100px;
    background-size: 80% auto;
  }
  #showcaseDortmund{
    float:center;
    min-height:360px;
    background-position: center -100px;
    background-size: 80% auto;
  }
  #showcaseDuisburg{
    float:center;
    min-height:360px;
    background-position: center -100px;
    background-size: 80% auto;
  }
  #showcaseHannover{
    float:center;
    min-height:360px;
    background-position: center -100px;
    background-size: 80% auto;
  }
  #showcaseWuppertal{
    float:center;
    min-height:360px;
    background-position: center -100px;
    background-size: 80% auto;
  }
}



/* Media Queries */
@media(min-width: 1230px){
  article#main-col,
  
  #showcaseBochum{
    background-position: center -100px;
    background-size: 1000px 681px;
  }
  #showcaseDortmund{
    background-position: center -100px;
    background-size: 1000px 681px;
  }
  #showcaseDuisburg{
    background-position: center -100px;
    background-size: 1000px 681px;
  }
  #showcaseHannover{
    background-position: center -100px;
    background-size: 1000px 681px;
  }
  #showcaseWuppertal{
    background-position: center -100px;
    background-size: 1000px 681px;
  }
 
  .container2{
  width:1000px;
}
  #boxes{
    margin: 0 auto;
  }

  #boxes .box{
    margin: 0 auto;
    
  }
  #map{
    width: 1000px;
    height: 400px;
  }


}


