body { margin:0; padding:0; font-family: 'Arial', sans-serif; color:#586464}

#map { position:absolute; top:0; bottom:0; width:100%;z-index: 1;  transition: margin-left .5s;}


h1 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: .27px;
  color:474747;
}

h2 {
  font-weight: 700;
  letter-spacing: .27px;
  color:474747;
}
h3 {
    font-size: 24px;
    font-weight: bold;
    color:474747;
    letter-spacing: .27px;
}

h5 {
    font-size: 16px;
    font-weight: bold;
    color:474747;
    letter-spacing: .27px;
}

h6 {
    font-size: 14px;
    font-weight: bold;
    color:474747;
    letter-spacing: .27px;
}

p {
    margin-bottom: 0px;
}

/* The side navigation menu */
.sidepanel {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #FFF; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    padding-left:20px;
    padding-right:20px;
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    border-right: 1px solid #BFBAB4;
    font-size: 13px;
}

/* The navigation menu links */
.sidepanel a {
  text-decoration: underline;
  font-size: 14px;
  color: #bf3924;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidepanel a:hover {
 color: #bf3924;
  font-weight: 700;
}

/* Position and style the close button (top right corner) */
.sidepanel .closebtn {
  position: absolute;
  top: 35px;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  text-decoration: none !important;
  color:#888;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidepanel {padding-top: 15px;}
  .sidepanel a {font-size: 18px;}
}

.ruteheader {
    font-weight: 600;
    font-size: 14px;
    text-decoration: none !important;
    color:#525252 !important;
}

.ruteheader:hover {
    text-decoration: none !important;
    color:#525252 !important;
}

.skolerute {
     color:#4eae32 !important;
}
.skolerute:hover {
    color:#4eae32 !important;
}

.almrute {
     color:#00a3cc !important;
}
.almrute:hover {
    color:#00a3cc !important;
}

.ruteskolebox {
    background: #4eae32
}

.rutealmbox {
    background: #00a3cc
}

.rutebox {
    margin-bottom: 5px;
}
.btn {
    border:1px solid #BFBAB4;
    background: #F5F5F5;
    border-radius: 2px;
    position:absolute; top:5px; right:5px; z-index:999;
}

.kommentarlink {
    background-color: #EEE;
    padding:10px 15px;
    border-radius: 4px;
   
    text-decoration: none  !important;
    margin-top:10px;
}

.kommentarlink:hover {
    font-weight: 300 !important;
     background-color: #C3C3C3;
}


.jumbotron {
  background: #C6D9DF;

}

.jumbotron.top {
  background: #016E73;

  color:#FFF;
}

.jumbotron h1 {
  color:#FFF;
}

a {
  color:#006C72;
  text-decoration: underline;
}

a:hover {
  color:#006C72;
}

#footer {
  background-image: url("Footer-til-Vej--og-trafikplan.png");
 background-position: top center;
  background-repeat: no-repeat; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 400px;
}
