/* ta bort footer */
#site-generator {
    display: none;
}



/* ändra meny hover */
#access a:hover, #access ul li.current-menu-item a, #access ul li.current_page_ancestor a, #access ul li.current-menu-ancestor a, #access ul li.current_page_item a, #access ul li:hover > a {
    color: #12702e;
}

a {
    color: #12702e;
    text-decoration: none;
}

/* marginal till vänster i footer widget */
#colophon .widget-area {
    margin-left: 10.06%;
    padding: 50px 0px 50px;
}


.one-third {
    width: 28.36%;
}


/* färg på bord bakom rubrik plus text i rubrik*/
.page-title-wrap {
    background-color: #fff;
  padding: 10px 0px;
}

.page-title {
    font-size: 22px;
    line-height: 29px;
    color: #333;

}

/* färg på skicka knapp i formulär */
input[type="reset"], input[type="button"], input[type="submit"] {
    background-color: #12702e;
}


/* bredd på ikoner startsida */
.su-column-size-1-3 {
    width: 24.66% !important;
}

/* ta bort raden i footern med telefon och brev */
#colophon .info-bar .info {
    float: none;
    text-align: center;
  display: none;
}

/* margin i menyn */
ol, ul {
    list-style: outside none none;
    margin: 20px;
}


.header-image {
  width: 100%;
  height: 300px;
}

/* minska padding ovanför sidinnehåll */
#main {
    padding: 30px 0px 10px;
}

/* få in menytiteln till höger */
#entry-title {
    text-indent: 135px;
}

/* ta bort vit rad under footer*/
#colophon {
      margin-bottom: 0;
}

 
@media (max-width: 767px) {
   .header-image {
       width: auto;
  height: 300px;
   }
}
@media (max-width: 385px) {
   .header-image {
       width: 300px;
  height: 100px;
   }
}
