body {

}
body.fullscreen {
    overflow: hidden;
}
body.active {

}
h1 {
    margin-bottom: 20px;
    margin-top: 10px;
}

h3:first-letter {
   text-transform: capitalize;  
}
.cover-kommune {
    height: 100vh;
    width: 100%;
    background-position:center bottom;
    position: relative;
    transition: height 0.2s;
    background-size: 1000px auto;
    background-color: #333;
    background-repeat: no-repeat;
    position: relative;
    color: #fff;
    opacity: 0;
    overflow: hidden;
}
.cover-kommune img {
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
}
.cover-kommune-sok {
    position: absolute;
    left: 50%;

    transform: translateX(-50%);
    width: 100%;
    max-width: 600px;
    padding-top: 60px;
    padding-bottom: 40px;
}
.cover-title {
    font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    padding: 0 15px;
}
.content {
    display: none;
}
.listBridges {
    margin-bottom: 20px;
}
.listBridges .listBridges-item:first-child {
    border-top: 1px solid #eee;
}
.listBridges .listBridges-item {
    padding: 5px 0;
    border-bottom: 1px solid #eee;
    cursor: hand;
    cursor: pointer;
    color: #dd0000;
    font-weight: bold;
}
/* Search */


.form-group {
    color: #8c5a46;
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
        max-width: 400px;
        margin-top: 20px;
    
}

.ui-menu-item-wrapper {
    font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
    line-height: 30px;
    padding: 6px 10px;
    font-size: 16px;
    font-weight: 300;
}
.ui-menu-item-wrapper .image {
    float: left;
    width: 16px;
    margin-right: 5px;
    height: 30px;
    position: relative;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}
.ui-menu-item-wrapper .type {
    float: right;
    color: #fff;
    font-size: 14px;
    
}
input#autocomplete {
    font-size: 40px;
    height: 80px;
    border-radius: 0px;
    border: none;
    box-shadow: none;
    background: transparent;
    padding-left: 80px;
    border-bottom: 2px solid #8c5a46;
    font-family: "Austin News Headline Web";
    font-weight: 700;
    color: #fff;
    width: 100%;

}
.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  _width: 160px;
  padding: 4px 0;
  margin: 2px 0 0 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;

  .ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;

    &.ui-state-hover, &.ui-state-active {
      color: #ffffff;
      text-decoration: none;
      background-color: #0088cc;
      border-radius: 0px;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      background-image: none;
      border: none !important;
    }
  }
}


.ui-menu .ui-menu-item a {
    color: #96f226;
    border-radius: 0px;
    border: none !important;
    margin: 0;
    padding: 0;
}

.form-group {
    margin-bottom: 0;
}
span.icon-search {
    font-size: 35px;
}
#inspeksjoner-kvadrater {
    width: 200px;
    display: inline-block:
}
.kvadrater {
    display: inline-block;
    margin-bottom: 20px;
}
.kvadrat {
    width: 20px;
    height: 20px;
    float: left;
    border-right: 1px solid rgba(0,0,0,0.15);
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.kvadrat.red {
    background: #e74c3c;
}
.kvadrat.green {
    background: #2ecc71;
}


@media (max-width : 800px) {
    .cover-title {
        font-size: 20px;
        line-height: 26px;
    }    
    h1 {
        font-size: 60px;
    }
    input#autocomplete {
        font-size: 35px;
    }
}







