* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

body {
  margin: 0;
  padding: 0;
  color: #333;
  background: #184289;
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 15px; }

a {
  color: #333;
  text-decoration: none; }

a img {
  border: 0; }

.content {
  width: 1100px;
  margin: 0 auto; }

.head {
  float: left;
  width: 100%; }

.menu {
  float: left;
  width: 100%;
  background: #012552; }

.main {
  float: left;
  width: 100%;
  background: #FFF;
  padding: 30px 0 100px; }

.brands {
  float: left;
  width: 100%;
  background: #FFF;
  padding: 40px 0 20px;
  text-align: center; }

.footer {
  float: left;
  width: 100%;
  color: #FFF;
  padding: 40px 0; }

/** HEAD **/
.head .logo {
  float: left;
  height: 100px;
  margin: 20px 0; }

.head .logo img {
  float: left;
  max-height: 100px; }

.head .call-us {
  float: right;
  margin: 54px 60px 0 0; }

.head .call-us a {
  color: #FFF; }

.head .call-us span.icon-calendar,
.head .call-us span.icon-phone {
  float: left;
  margin: 0px 14px 0 0;
  color: #FFD244;
  padding: 5px 8px;
  font-size: 28px;
  border: 2px solid #a9acb1;
  border-radius: 30px; }

.head .call-us div {
  float: left;
  font-size: 24px;
  font-weight: 700; }

.head .call-us div span {
  display: block;
  font-style: italic;
  font-size: 12px;
  color: #FFD244;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 12px; }

.head .partners {
  float: right;
  margin-bottom: 20px; }

.head .partners ul {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0; }

.head .partners ul li {
  float: left;
  background: #FFF;
  margin-left: 10px;
  padding: 50px 10px 10px;
  box-shadow: 0 0 5px #000; }

.head .partners ul li img {
  float: left;
  max-width: 100px; }

/** MENU **/
.menu {
  display: flex; }

.menu .content {
  display: flex;
  justify-content: space-between; }

.menu ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0; }

.menu ul li {
  display: flex; }

.menu ul li span {
  display: none; }

.menu ul li ul {
  display: none; }

.menu a {
  display: flex;
  align-items: center;
  padding: 16px 16px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px; }

.menu a:hover,
.menu li.active a {
  color: #FFD244;
  /*background: $yellow;*/ }

.menu a.book-service {
  display: flex;
  align-items: center;
  margin-right: 0;
  padding: 0;
  /*background: #c9dd00; color: ;*/ }

.menu a.book-service span.icon-wrench {
  font-size: 24px;
  margin: 0px 10px 0; }

.menu a.book-service span {
  margin: 0px 10px 0 0; }

/** UNDERMENY **/
.submenu {
  float: left;
  width: 20%; }

.submenu ul {
  float: left;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0; }

.submenu ul li {
  float: left;
  width: 100%; }

.submenu ul li a {
  float: left;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #cdd7e1; }

/** MAIN **/
.content-main {
  float: right;
  width: 80%;
  padding-left: 50px; }

.content-main .article {
  float: left;
  width: 100%; }

.content-main .article .text {
  float: left;
  width: 100%; }

.content-main .article .text video {
  max-width: 100%; }

.content-main #article .ingress,
.content-main #article .text {
  line-height: 140%; }

/** Marken **/
.brands ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0; }

.brands ul li {
  display: inline-block;
  text-align: center;
  padding: 0 30px 30px; }

.brands ul li img {
  max-width: 100%; }

/** Footer **/
.footer h3 {
  color: #FFD244;
  margin: 0 0 10px; }

.footer .open-hours h3:nth-of-type(2) {
  margin-top: 10px; }

.footer a {
  color: #FFF; }

.footer .content div {
  float: left;
  width: 25%; }

.footer .menu-footer ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.footer .contact ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.footer .contact ul li {
  padding: 0 0 15px; }

.footer .contact ul li span {
  float: left;
  width: 30px;
  margin-right: 10px;
  font-size: 22px;
  text-align: center; }

/** Rubriker **/
h1 {
  font-weight: 700;
  font-size: 32px;
  color: #002b44;
  margin-top: 0; }

h2 {
  margin: 30px 0 10px;
  color: #002b44;
  font-size: 24px; }

h2.phone {
  margin-bottom: 0; }

table {
  display: inline-block;
  border-collapse: collapse; }

table td {
  text-align: left;
  padding: 2px 20px 2px 0; }

/** Startsidan **/
.category_2 .main {
  padding-top: 10px; }

.category_2 .submenu {
  display: none; }

.category_2 .startpage-no-images {
  padding-top: 30px; }

.category_2 .content-main {
  width: 100%;
  padding: 0; }

.category_2 .article {
  float: left;
  width: 60%; }

.category_2 .images {
  float: left;
  width: 100%;
  height: 300px;
  margin-bottom: 20px; }

.category_2 .images div {
  float: left;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.category_2 .images-show {
  position: relative; }

.category_2 .images-show div {
  position: absolute;
  left: 0;
  top: 0;
  display: none; }

.category_2 .images-show div.img-1 {
  display: block; }

.category_2 .shortcuts {
  float: right;
  width: 40%;
  padding-left: 50px;
  margin-top: 58px; }

.category_2 .shortcuts ul {
  float: left;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0; }

.category_2 .shortcuts ul li {
  float: left;
  width: 100%;
  margin-bottom: 5px; }

.category_2 .shortcuts ul li a {
  float: left;
  width: 100%;
  padding: 10px;
  border-radius: 2px;
  background: #012552;
  color: #FFF; }

.category_2 .shortcuts ul li a span {
  float: left;
  font-size: 17px;
  line-height: 31px;
  text-transform: uppercase; }

.category_2 .shortcuts ul li a span.icon {
  font-size: 24px;
  width: 36px;
  margin-right: 10px;
  text-align: center;
  color: #FFD244;
  line-height: 32px; }

.category_2 .shortcuts .instafeed {
  float: left;
  width: 100%;
  margin: 20px 0 30px; }

.category_2 .shortcuts .instafeed #instafeed {
  float: left;
  width: 100%; }

.category_2 .shortcuts .instafeed #instafeed div {
  float: left;
  width: 33.3%;
  padding: 5px; }

.category_2 .shortcuts .instafeed #instafeed div img {
  float: left;
  width: 100%; }

/** Kontakt **/
.category_6 .main .map {
  float: right;
  width: 500px;
  height: 350px;
  border: 1px solid #CCC; }

.category_6 .main table td {
  padding: 10px;
  border-bottom: 1px solid #CCC; }

/** Artikel **/
#article h3 {
  margin: 20px 0 5px; }

/* Dolj i desktop */
.show-mobile-menu {
  display: none; }

/* Ipad */
@media only screen and (max-width: 1100px) {
  .content {
    float: left;
    width: 100%; }

  .head {
    height: 90px; }

  .head .show-mobile-menu {
    float: left;
    height: 90px;
    width: 90px;
    display: inline-block;
    margin-right: 20px;
    color: #184289;
    background: #FFD244;
    line-height: 90px;
    text-align: center;
    font-size: 42px; }

  .head .show-mobile-menu span {
    float: left;
    height: 42px;
    width: 100%;
    margin-top: 20px; }

  .head .show-mobile-menu span.icon-close {
    display: none; }

  .head .active {
    background: #012552; }

  .head .active span {
    display: none;
    color: #FFD244; }

  .head .active span.icon-close {
    display: block; }

  .head .logo {
    margin: 10px 0 0;
    height: 70px; }

  .head .logo img {
    max-height: 100%; }

  .head .call-us {
    float: right;
    margin: 24px 20px 0 0; }

  .head .partners {
    display: none; }

  .menu {
    display: none; }

  .menu,
  .menu .content {
    height: auto; }

  .menu ul {
    flex-direction: column; }

  .menu ul li,
  .menu a,
  .menu ul {
    width: 100%;
    height: auto; }

  .menu ul li {
    flex-wrap: wrap;
    align-items: center; }

  .menu ul li.active ul {
    display: flex; }

  .menu ul {
    padding: 24px; }

  .menu a {
    width: 100%;
    padding: 10px 0;
    font-size: 15px; }

  .menu li.children a {
    width: calc(100% - 50px); }

  .menu li.children li a {
    width: 100%; }

  .menu li {
    cursor: pointer;
    border-bottom: 1px solid #CCC; }

  .menu li.last {
    border: 0; }

  .menu li span {
    float: right;
    width: 50px;
    text-align: right;
    font-size: 24px;
    color: grey; }

  .menu li span.icon-caret-up {
    display: none; }

  .menu li span.icon-caret-down {
    display: block; }

  .menu li.active span.icon-caret-up {
    display: block; }

  .menu li.active span.icon-caret-down {
    display: none; }

  .menu a:hover,
  .menu li.active a {
    background: none;
    color: #FFD244; }

  .menu ul li.active ul li a {
    color: #FFF; }

  .menu ul li ul {
    padding: 0 12px 12px; }
    .menu ul li ul li a {
      color: #FFF; }
    .menu ul li ul li.active a {
      color: #FFD244; }

  .menu a.book-service {
    display: none;
    margin-bottom: 20px; }

  .menu a.book-service span.icon-wrench {
    margin-left: 20px; }

  .submenu {
    display: none; }

  .content-main {
    width: 100%;
    padding: 0 20px; }

  .footer {
    padding: 20px; }

  .footer .content div {
    width: 33.3%; }

  .footer .menu-footer {
    display: none; }

  .category_2 .content-main .startpage .article {
    padding-left: 20px; } }
/* Mobil */
@media only screen and (max-width: 500px) {
  .head {
    height: 60px; }

  .head .show-mobile-menu {
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 28px; }

  .head .show-mobile-menu span {
    margin-top: 14px; }

  .head .logo {
    height: 40px; }

  .head .call-us {
    margin: 10px 10px 0 0; }

  .head .call-us div {
    display: none; }

  .head .call-us span.icon-phone {
    margin-right: 0; }

  h1 {
    font-size: 24px; }

  .brands ul li {
    width: 50%; }

  .footer {
    padding: 30px 10px; }

  .footer .content div {
    width: 100%;
    margin-bottom: 20px; }

  .footer .content .address {
    width: 100%; }

  .content-main {
    padding: 0 10px; }

  .category_2 .content-main .startpage {
    float: left;
    width: 100%; }

  .category_2 .content-main .startpage .article {
    padding: 10px;
    width: 100%; }

  .category_2 .content-main .startpage h1,
  .category_2 .content-main .startpage .ingress {
    float: left;
    width: 100%; }

  .category_2 .shortcuts {
    width: 100%;
    padding: 0 10px;
    margin-top: 30px; }

  .category_6 .main .map {
    width: 100%;
    height: 250px;
    margin-bottom: 20px; }

  .category_6 .main table td img {
    width: 100px; } }
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?4r253i");
  src: url("fonts/icomoon.eot?4r253i#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?4r253i") format("truetype"), url("fonts/icomoon.woff?4r253i") format("woff"), url("fonts/icomoon.svg?4r253i#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-envelope-o:before {
  content: "\f003"; }

.icon-user:before {
  content: "\f007"; }

.icon-check:before {
  content: "\f00c"; }

.icon-close:before {
  content: "\f00d"; }

.icon-remove:before {
  content: "\f00d"; }

.icon-times:before {
  content: "\f00d"; }

.icon-cog:before {
  content: "\f013"; }

.icon-gear:before {
  content: "\f013"; }

.icon-trash-o:before {
  content: "\f014"; }

.icon-home:before {
  content: "\f015"; }

.icon-map-marker:before {
  content: "\f041"; }

.icon-calendar:before {
  content: "\f073"; }

.icon-twitter-square:before {
  content: "\f081"; }

.icon-facebook-square:before {
  content: "\f082"; }

.icon-linkedin-square:before {
  content: "\f08c"; }

.icon-phone:before {
  content: "\f095"; }

.icon-wrench:before {
  content: "\f0ad"; }

.icon-bars:before {
  content: "\f0c9"; }

.icon-navicon:before {
  content: "\f0c9"; }

.icon-reorder:before {
  content: "\f0c9"; }

.icon-caret-down:before {
  content: "\f0d7"; }

.icon-caret-up:before {
  content: "\f0d8"; }

.icon-caret-left:before {
  content: "\f0d9"; }

.icon-caret-right:before {
  content: "\f0da"; }

.icon-angle-left:before {
  content: "\f104"; }

.icon-angle-right:before {
  content: "\f105"; }

.icon-angle-up:before {
  content: "\f106"; }

.icon-angle-down:before {
  content: "\f107"; }

.icon-smile-o:before {
  content: "\f118"; }

.icon-frown-o:before {
  content: "\f119"; }

.icon-meh-o:before {
  content: "\f11a"; }

.icon-question:before {
  content: "\f128"; }

.icon-exclamation:before {
  content: "\f12a"; }

.icon-bullseye:before {
  content: "\f140"; }

.icon-thumbs-up:before {
  content: "\f164"; }

.icon-thumbs-down:before {
  content: "\f165"; }

.icon-youtube-square:before {
  content: "\f166"; }

.icon-instagram:before {
  content: "\f16d"; }

.icon-automobile:before {
  content: "\f1b9"; }

.icon-car:before {
  content: "\f1b9"; }

.icon-bicycle:before {
  content: "\f206"; }

.icon-bus:before {
  content: "\f207"; }

.icon-motorcycle:before {
  content: "\f21c"; }

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