body,td {
    font-family: 'Open Sans', sans-serif; color: #777777; font-size: 14px; background: #f1f1f1;
}


a:link{color: #000000; text-decoration: none;}
a:visited{color: #000000; text-decoration: none;}
a:hover{color: #03466b;}
a:active{text-decoration: none;}




h3 {
  color: #ffffff;
}

h4 {
  font-family: 'Montserrat', sans-serif; color: #4d4d4d;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}



p {
  font-family: 'Open Sans', sans-serif; color: #4d4d4d;
}


hr {
  border: 3px solid #cecece;
}

.icon {
  font-family: 'Open Sans', sans-serif; color: #03466b;
  font-size: 20px;
}

.col-sm-5 {
  border: 1px solid #ffffff;
}


.space100 {
  padding-top: 90px;
}


/* SEARCH */
.textcenter {
  text-align: center;
}

.form-group {
  background-color: none!important;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.form-control {
  border-radius: 25px;
  border: 0px;
  text-align: center;
}

.form-control:focus {
  border-color: #87695c!important;
}

/* MENY */

.flag {
  width: 20px;
}

.mitten {
  text-align: center;
}

.textalignright {
  text-align: right;
}

.logo {
width: 150px;
}

.logo-mobile {
width: 150px;
}

.logo-wrap {

}

/* MENY */

#meny-big {
    padding: 15px;
    font-family: 'Open Sans', sans-serif; color: #f1f1f1;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.5px;
    background: #0061a1;
    width: 100%;
    position: fixed;
    z-index: 100;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
}

#meny-big .container {
    background-color: #0061a1;
}

#meny-big ul {
    margin-top: -5px;
    padding: 0px;
    list-style-type: none;
}

#meny-big ul ul li {
    display: inline;
    list-style-type: none;
    font-family: 'Open Sans', sans-serif; color: #f1f1f1;
    margin: 0px;
    padding: 10px;
    border: 0px solid #cecece;
}

#meny-big a{
    font-family: 'Open Sans', sans-serif; color: #f1f1f1;
}

#meny-big a:hover{
    font-family: 'Open Sans', sans-serif; color: #03466b;
    text-decoration: none;
}

#meny-big a:active{
    font-family: 'Open Sans', sans-serif; color: #03466b;
}

.affix {
    z-index: 100;
}


/* MOBILE MENU */

/* Style the navigation menu */
.topnav {
 overflow: hidden;
 background-color: #0061a1;
 position: relative;
}

/* Set a fixed height for the menu container */
.topnav #myLinks {
  max-height: 300px; /* Ange den höjd som du vill ha för din meny */
  overflow: auto; /* Gör menyn skrollbar om innehållet är längre än behållaren */
  display: none;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
 display: none;
}

/* Style navigation menu links */
.topnav a {
 color: #f2c433;
 padding: 14px 16px;
 text-decoration: none;
 font-size: 17px;
 display: block;
}

/* Style the hamburger menu */
.topnav a.icon {
 background: #05466b;
 display: block;
 position: absolute;
 right: 0;
 top: 0;
}


#myLinks a:hover {
  color: #05466b;
}


.hamburgare {
  color: #ffffff;
}



 /* Add a grey background color on mouse-over
.topnav a:hover {
 background-color: #cecece;
 color: black;
}

*/

/* Style the active link (or home/logo)
.active {
 background-color: #f2c433;
 color: white;
}

*/

/*  KATEGORIER - BILDER */

.blue-box-shadow {
    background-color: #0061a1;
    box-shadow: 0px 5px #d8d8d8;
    padding: 15px 10px 10px 10px;
    margin-bottom: 30px;
}

.blue-box-shadow h4 {
  font-family: 'Montserrat', sans-serif; color: #ffffff;
}



.service {
  padding-bottom: 30px;
  background-color: #ffffff;
}
.service-info {
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
}
.service-info h1 {
    text-align: left;
}
.service-info p {
    margin-top: 30px;
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
    -webkit-column-rule-style: solid; /* Chrome, Safari, Opera */
    -moz-column-rule-style: solid; /* Firefox */
    column-rule-style: solid;
    -webkit-column-rule-width: 1px; /* Chrome, Safari, Opera */
    -moz-column-rule-width: 1px; /* Firefox */
    column-rule-width: 1px;
}



.container-service {
  position: relative;
  width: 100%;
}




.image-service {
  display: block;
  width: 100%;
  height: auto;
}

.overlay-service {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background: rgba(77,77,77, 0.5);
}

.container-service:hover .overlay-service {
  opacity: 1;
}

.text-service {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.text-service h2 {
  font-family: 'Montserrat', sans-serif; color: #ffffff;
}

.text-service p {
  font-family: 'Source Sans Pro', sans-serif; color: #ffffff;
}




/* FOOTER */

footer {
  background-color: #0061a1;
  height: 100px;
  font-family: 'Montserrat', sans-serif; color: #ffffff;
  text-align: right;
}

.footerlogo {
  width: 180px;
  float: right;
  padding: 30px 30px 0 0;

}



/* RESPONSIVE */

@media only screen and (min-width:0px) and (max-width:540px) {

  .logo {
    display: block;
      margin-left: auto;
      margin-right: auto;
      width: 180;
      margin-bottom: 40px;
  }

  .logo-wrap {
    width: 100%;
  }

  .xs-bild {
    padding-top: 80px;
  }

}
