/*=====[ * ]=====*/
a{ text-decoration: none !important; color: #ee1c25; }
a:hover{ color: #ee1c25; }
*{
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}
h1{ font-size: 45px; text-transform: uppercase; }
h2{ font-size: 40px; }
h3{ font-size: 25px; }
h4{ font-size: 20px; }
p{ font-size: 16px; }

img{
  max-width: 100%;
  height: auto;
}
/*=====[ Header ]=====*/
.header-full{
  min-height: 80px;
  display: flex;
  align-items: center;
}
.navigation-full{
  background: #97c2de;
  max-height: 55px;
  display: flex;
  align-items: center;
}
.navigation ul{
  list-style: none;
  display: flex;
  flex-direction: row;
  padding: 0;
  margin: 0;
}
.navigation ul li{
  padding: 16px;
  border-left: 1px solid #8cb6d1;
  border-right: 1px solid #8cb6d1;
  margin-left: -1px;
  color: #fff;
}
.search{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 55px;
}
input[type=text]{
  font-family: 'Montserrat', sans-serif;
  border: 1px solid #8cb6d1;
  padding: 8px;
  background: #b0cada;
  color: #fff;
}
::placeholder{
  color: #fff;
}

/*=====[ Slider ]=====*/
.slider{
  min-height: 350px;
  color: #fff;
}
.slider h1{
  background: #000;
  padding: 0 10px;
}
.slider-center{
  min-height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.telepost{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
}
.telepost img{
  margin-left: 15px;
}
.mina-sidor{
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
.mina-sidor a{
  padding: 15px 20px;
  border: 1px solid;
  background: #ee1c25;
  color: #fff;  
}
.mina-sidor img{
  padding-right: 5px;
}
/*=====[ Content ]=====*/
.main-body{
  min-height: 70vh;
}
.nyheter{
  margin: 0 auto;
  max-width: 800px;
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
}
.nyhet{
  text-align: center;
}
.gra{
  display: flex;
  background: #f3f3f3;
  min-height: 250px;
  margin-bottom: 30px;
}
.service{
  min-height: 280px;
  background: #f9f9f9;
  position: relative;
  margin-top:30px;
  margin-bottom: 30px; 
}
.service h3,
.service p{
  padding: 10px;
}
button{
  border: 1px solid #ee1c25;
  background: transparent;
  font-size: 16px;
  padding: 10px 35px;
}
.service button{
  position: absolute;
  bottom: 10px;
  left: 0;
  margin-left: 10px;
}
.ruta button{
  margin-top: 20px;
}

.facebook{
  background: #f9f9f9;
  padding: 20px 0;
  margin-top: 30px;
}
.fb-nyheter h3{
  background: #97c2de;  
  margin: 0;
  padding: 16px 10px;
  color: #fff;
}
.fb-nyheter p{
  background: #fff;
  margin: 0;
  padding: 20px 10px;
}
.news{
  display: flex;
  max-height: 115px;
}
.news img{
  padding: 2px;
  background: #fff;
}
.fb-page{
  min-height: 280px;
}
.ruta{
  min-height: 620px;
  display: flex;
  align-items: center;
}
.ruta h1,
.ruta h2{
  margin-top: 10px;
}
li{
  font-size: 16px;
}
.galleri{
  min-height: 500px;
}
.galleri img{
  padding: 10px 0;
}
.karta{
  padding: 0;
  margin-bottom: -5px;
}
/*=====[ Footer ]=====*/
footer{
  background: #eee;
}
.footer-widget{
  padding-top: 20px;
  padding-bottom: 20px;  
}
.footer-widget ul{
  list-style: none;
  padding: 0;
}
.copyright{
  background: #ddd;
  padding: 10px 0;
}
/*=====[ Media Queries ]=====*/