* {
  font-family: 'Roboto', sans-serif; }

img {
  max-width: 100%;
  height: auto; }

html,
body {
  font-size: 16px;
  padding: 0;
  margin: 0; }

p {
  line-height: 1.4em; }

h1 {
  font-size: 40px;
  font-weight: 700; }

h2 {
  font-size: 35px;
  color: #0276c1;
  font-weight: 400; }

h3 {
  font-size: 25px;
  font-weight: 400;
  color: #0276c1; }

h4 {
  font-size: 20px; }

a {
  color: #0276c1;
  text-decoration: none; }

.outline {
  outline: 1px solid; }

header {
  position: fixed;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: #0276c1;
  min-height: 60px;
  z-index: 99999; 
}

/* Navigation */
.header-nav {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center; }

nav {
  margin-left: auto; }

nav ul {
  list-style: none;
  margin: 0; }

nav ul li {
  display: block;
  padding: 20px 0; }

nav a {
  padding: 24px 20px;
  border-left: 1px solid #026bb1; 
  color: #fff;
}

/* Telepost */
.telepost {
  display: flex;
  align-items: center; 
}

.mail {
  position: relative;
  font-size: 20px;
  padding: 20.5px 15px;
  border-right: 1px solid #026bb1; 
  color: #fff;}

.melscroll {
  position: absolute;
  bottom: -41px;
  border: 1px solid #eee;
  padding: 10px 20px;
  display: none; }

.tele {
  position: relative;
  font-size: 30px;
  padding: 14px 20px;
  border-right: 1px solid #026bb1;
  border-left: 1px solid #026bb1; 
  color: #fff;}

.telscroll {
  background: #fff;
  position: absolute;
  bottom: -41px;
  border: 1px solid #eee;
  padding: 10px 20px;
  display: none; }

/* Hidden sub-menu */
.sub-menu {
  display: none; }

/* Submenu */
header ul li:hover ul {
  display: block;
  position: absolute;
  top: 65px;
  padding: 0;
  width: 400px;
 }

/* sub-menu style */
.sub-menu a {
  background: #0276c1;
  border: none;
  padding: 10px;
  display: block;
  border: 1px solid #026bb1;
  margin-bottom: -1px;
  width: 250px; }

/* Submenu style */
header nav ul li {
  padding: inherit;
  display: block;
  float: left !important;
  padding: 0; }

#toggle {
  display: none; }

/* Toggle button */
#toggle {
  color: #0276c1;
  font-size: 22px;
  padding: 20px 15px;
  border-right: 1px solid #026bb1;
  cursor: pointer; }

/* The offcanvas */
#offcanvas {
  position: fixed;
  right: -270px;
  top: 0;
  width: 270px;
  background: #fff;
  height: 100vh;
  z-index: 999999;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  overflow-x: hidden;
  padding: 20px; }

/* Remove ul style */
#offcanvas ul {
  list-style: none;
  padding: 0; }

/* Dark Overlay */
#overlay {
  display: none;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 899999;
  background-color: rgba(0, 0, 0, 0.4);
  padding-top: 70px; }

/* X in offcanvas */
.closebtn {
  padding-bottom: 35px; }

.offcanvas .menu-meny-container {
  margin-top: 30px; }

/* Remove sub sub menu Arrow */
.sub-menu input[type="checkbox"] {
  display: none !important; }

input[name="undermeny"] {
  display: none; }

.metalz {
  position: relative;
}

/* .metalz::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}
.metalz h1,
.metalz p {
  z-index: 10;
} */

/* Offcanva Arrows */
.menu-item-has-children input[name="undermeny"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: borer-box;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: url(assets/img/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  outline: none;
  transition: .5s; }

/* Arrow rotate 90deg */
.menu-item-has-children input[name="undermeny"]:checked {
  transform: rotate(90deg); }

/* Display submenu on arrow checked */
input[name="undermeny"]:checked ~ .sub-menu {
  display: block; }

#offcanvas .sub-menu a {
  border: none;
  background: #fafafa; }

.offcanvas a {
  display: inline-block;
  padding: 10px;
  width: 200px;
  font-size: 15px; }

#main-body {
  padding-top: 65px;
  min-height: 70vh; }

.page-id-11 #main-body {
  padding-top: 50px; }

.slider {
  display: flex;
  height: 500px;
  width: 100%;
  background-size: cover;
  justify-content: center;
  align-items: center; }

.slider h1 {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #fff; }

.slider p {
  color: #fff;
  margin-bottom: 20px;
  margin-top: 10px; 
}

.slideafter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px; }

.slideafter h1,
.slideafter p {
  color: #0276c1;
}

.slider h1 {
  font-size: 60px;
  font-weight: 800;
  text-shadow: 1px 2px 3px #000;
  text-transform: uppercase;
}
.slider p {
  font-size: 25px;
  text-shadow: 1px 2px 3px #000;
}

.loggor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.page-id-34 figure {
  max-width: 150px;
  max-height: 150px;
  margin-left: 0;
  margin-right: 20px;
  float: left;
}
.page-id-34 figcaption {
  font-size: 12px;
  padding: 0 10px;
}

.page-id-28 h1{
  margin-top: 0;
}
input[type="email"],
input[type="text"],
input[type="tel"]{
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
}
textarea{
  width: 100%;
  padding: 10px;
}
input[type="submit"]{
  padding: 10px 40px;
  background: #0276c1;
  border: none;
  color: #fff;
}
div.wpcf7-response-output{
  margin: 0;
}
.service {
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  align-items: center; }

.service h3 {
  margin: 0;
  padding: 10px; }

.service p {
  padding: 10px; }

.services {
  border: 1px solid #eee;
  min-height: 350px; }

.fourofour {
  padding-top: 100px; }

  .facebook{
    position: fixed;
    right: -460px;
    top: 55%;
    transform: translate(-50%, -50%);
    background: #0276c1;
    padding: 3px 3px 0 3px;
    transition: .5s;
  }
  .facebook:hover{
    right: -160px;
  }
  .facebook i{
    position: absolute;
    top: 0;
    left: -58px;
    background: #0276c1;
    padding: 20px;
    color: #fff;
  }

.referenser ul {
  list-style: none;
  padding: 0;
}
.referenser li {
  float: left;
  padding: 10px;
  min-height: 165px;
  display: flex;
  flex-direction: column;

  align-self: center;
}

.inlagg h2 {
  margin: 0; }

.widget-area h4 {
  margin: 20px 0 0 0;
  font-weight: 400; }

.widget-area ul {
  list-style: none; }

.widget-area a {
  font-size: 14px; }

.singel h2 {
  margin-top: 0; }
.ovre{
  margin-top: 40px;
}
.margin{
  margin-top: 40px;
  margin-bottom: 40px;
}
.page-numbers {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 2px 0 0;
  border: 1px solid #eee;
  line-height: 1;
  text-decoration: none;
  border-radius: 2px; }

.page-numbers.current,
a.page-numbers:hover {
  background: #f9f9f9; }

.searchheader {
  margin-bottom: 0; }

.button {
  padding: 10px;
  border: 1px solid #025b97;
  background: #0276c1;
  color: #fff; }

.smaller {
  padding: 10px 0; }

.lefty {
  display: block;
  float: left; }

.righty {
  display: block;
  float: right; }

footer {
  background: #0276c1;
  padding: 30px 0;
  margin-top: 30px;
  color: #fff; }
footer a{
  color: #fff;
}
.subfooter {
  background: #222;
  color: #fff;
  padding: 10px 0; }

.subfooter a,
.subfooter p {
  font-size: 14px;
  color: #fff; }


/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {  }

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) { 
  #toggle {
    display: block;
  }
  .fa-bars {
    color: #fff;
  }
  nav {
    display: none;
  }
  .telepost {
    margin-left: auto;
  }
  .vanster,
  .hoger {
    width: 70px;
  }
  .loggor h1 {
    font-size: 45px;
  }
  .slider p {
    font-size: 17px;
  }
 }

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { 
  .loggor h1 {
    font-size: 35px;
  }
  .loggor .vanster,
  .loggor .hoger {
    width: 60px;
  }
  .slider p {
    font-size: 14px;
  }
  .facebook {
    display: block;
    position: static;
    transition: none;
    transform: none;
    background: none;
    text-align: center;
    margin-top: 30px;
  }
 }

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
    .loggor {
      flex-direction: column;
    }
    .loggor .hoger {
      display: none;
    }
    .loggor h1 {
      font-size: 27px !important;
    }
    
 }



/*=====[ MEDIA QUERIES ]=====*/
/*
@media screen and (max-width: 991px){
	.services{
		min-width: 230px;
	}
	#toggle{
		display: block !important;
	}
	.tele{ display: none; }
	.epost{ display: none; }
	nav{ display: none; }
	.sticky .logga-andra img{
		width: 220px;
	}
	.telepost i {
    color: #000;
	}
	.kopbil{
		min-height: 400px;
	}
	
}
@media screen and (max-width: 768px){
	#toggle{
		display: block;
	}
	.telepost {
		justify-self: end;
	}
	.tele{ display: none; }
	.epost{ display: none; }
	nav{ display: none; }
	.sammarbetare li{
		width: 120px;
	}
}
@media screen and (max-width: 576px){
	.logga img{
		width: 60%;
		height: auto;
	}
	.logga-andra img{
		width: 60%;
		height: auto;
	}
	.kopbil {
    min-height: 300px;
	}
}
*/

/*# sourceMappingURL=style.css.map */
