/* line 6, ../sass/styling.scss */
html, body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #f2f1eb;
}

/* line 16, ../sass/styling.scss */
p {
  font-family: 'Roboto', sans-serif;
  line-height: 25px !important;
  font-size: 18px;
  font-weight: 300 !important;
}

/* line 23, ../sass/styling.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

/* line 27, ../sass/styling.scss */
a.magnific {
  outline: none !important;
}

/* line 30, ../sass/styling.scss */
.scroll_btn {
  cursor: pointer;
}

/* line 33, ../sass/styling.scss */
a {
  color: #3e3f44;
}

/* Burger icon */
/* line 38, ../sass/styling.scss */
.burger {
  float: right;
  height: 40px;
  position: fixed;
  display: none;
  right: 20px;
  top: -20px;
  z-index: 1040 !important;
}

/* line 47, ../sass/styling.scss */
#nav-icon3 {
  width: 40px;
  height: 35px;
  position: relative;
  margin: 50px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  cursor: pointer;
}

/* line 63, ../sass/styling.scss */
#nav-icon3 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

/* line 82, ../sass/styling.scss */
#nav-icon3.open span {
  background: #3e3f44;
}

/* line 88, ../sass/styling.scss */
#nav-icon3 {
  width: 40px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
}

/* line 96, ../sass/styling.scss */
#nav-icon3 span:nth-child(1) {
  top: 0px;
}

/* line 100, ../sass/styling.scss */
#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
  top: 12px;
}

/* line 104, ../sass/styling.scss */
#nav-icon3 span:nth-child(4) {
  top: 25px;
}

/* line 108, ../sass/styling.scss */
#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/* line 114, ../sass/styling.scss */
#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 121, ../sass/styling.scss */
#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 128, ../sass/styling.scss */
#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/* Burger End */
/* line 138, ../sass/styling.scss */
#header {
  height: 70px;
}
/* line 141, ../sass/styling.scss */
#header .logo {
  position: relative;
  z-index: 1040;
  width: 20%;
  float: left;
}
/* line 147, ../sass/styling.scss */
#header .logo a img {
  margin-top: 15px;
}
/* line 152, ../sass/styling.scss */
#header #navigation {
  float: right;
  text-align: right;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
/* line 159, ../sass/styling.scss */
#header #navigation ul.menu {
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  display: inline-block;
  list-style: none;
}
/* line 168, ../sass/styling.scss */
#header #navigation ul.menu li {
  padding-top: 40px;
  margin-left: 31px;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 174, ../sass/styling.scss */
#header #navigation ul.menu li a {
  font-family: 'Roboto', sans-serif;
  font-weight: 300 !important;
  color: #fff;
}
/* line 181, ../sass/styling.scss */
#header #navigation ul.menu .current-menu-item {
  background: #fff;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
}
/* line 186, ../sass/styling.scss */
#header #navigation ul.menu .current-menu-item a {
  color: #3e3f44 !important;
}
/* line 193, ../sass/styling.scss */
#header #navigation .menu-hoved_menu-container, #header #navigation .menu-hoved_menu_de-container, #header #navigation .menu-hoved_menu_en-container {
  float: left;
  display: inline-block;
}
/* line 197, ../sass/styling.scss */
#header #navigation .language {
  font-family: 'Roboto', sans-serif;
  font-weight: 300 !important;
  color: #fff;
  margin-left: 25px;
  padding-top: 40px;
  float: right;
}
/* line 204, ../sass/styling.scss */
#header #navigation .language a {
  color: #fff;
}

/* line 212, ../sass/styling.scss */
.front-header {
  margin-top: -70px;
  height: 870px;
  width: 100%;
  background-size: cover !important;
  background-position: center center !important;
}
/* line 221, ../sass/styling.scss */
.front-header .header-gradiant {
  height: 40%;
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#667d93+0,7db9e8+100&1+0,0+100 */
  background: -moz-linear-gradient(top, #667d93 0%, rgba(125, 185, 232, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #667d93 0%, rgba(125, 185, 232, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #667d93 0%, rgba(125, 185, 232, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#667d93', endColorstr='#007db9e8',GradientType=0 );
  /* IE6-9 */
}
/* line 231, ../sass/styling.scss */
.front-header .bottom_header_gradiant {
  position: relative;
  height: 40%;
  width: 100%;
  bottom: -20%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f2f1eb+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #f2f1eb 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #f2f1eb 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #f2f1eb 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f2f1eb',GradientType=0 );
  /* IE6-9 */
}

/* line 246, ../sass/styling.scss */
#front_content {
  position: relative;
  z-index: 10;
  padding: 0 15px;
  margin-top: -150px;
}
/* line 251, ../sass/styling.scss */
#front_content img {
  margin-bottom: 70px;
  opacity: 0.8;
  width: 56px;
  max-height: 100%;
}
/* line 257, ../sass/styling.scss */
#front_content h1 {
  margin-bottom: 30px;
}

/* line 262, ../sass/styling.scss */
.row_of_boxes {
  margin-top: 126px;
}
/* line 264, ../sass/styling.scss */
.row_of_boxes .video_block {
  height: auto;
  margin-bottom: 25px;
}
/* line 265, ../sass/styling.scss */
.row_of_boxes .video_block iframe {
  min-height: 450px;
}
/* line 274, ../sass/styling.scss */
.row_of_boxes .kampagne_block {
  height: 250px;
  margin-bottom: 25px;
}
/* line 277, ../sass/styling.scss */
.row_of_boxes .kampagne_block .img_in_box {
  height: 100%;
  width: 100%;
  background-size: cover !important;
  background-position: center center !important;
}
/* line 282, ../sass/styling.scss */
.row_of_boxes .kampagne_block .img_in_box .gradiant {
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0.1+62,0+73 */
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.1) 62%, transparent 73%, transparent 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.1) 62%, transparent 73%, transparent 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.1) 62%, rgba(0, 0, 0, 0) 73%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
/* line 296, ../sass/styling.scss */
.row_of_boxes .kampagne_block .img_in_box .text_in_block.black {
  font-weight: 300;
  padding: 21px;
  width: 80%;
  margin: auto;
  height: 50%;
  transform: translateY(50%);
  -moz-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  font-size: 45px;
  color: #3e3f44;
  text-transform: uppercase;
}
/* line 314, ../sass/styling.scss */
.row_of_boxes .kampagne_block .img_in_box .text_in_block.white {
  font-weight: 300;
  padding: 21px;
  width: 80%;
  margin: auto;
  height: 50%;
  transform: translateY(50%);
  -moz-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  font-size: 45px;
  color: #fff;
  text-transform: uppercase;
}
/* line 329, ../sass/styling.scss */
.row_of_boxes .kampagne_block .img_in_box .text_in_block.white b {
  font-weight: 300;
}
/* line 339, ../sass/styling.scss */
.row_of_boxes .box_block {
  height: 250px;
  margin-bottom: 25px;
}
/* line 342, ../sass/styling.scss */
.row_of_boxes .box_block a {
  text-decoration: none;
}
/* line 345, ../sass/styling.scss */
.row_of_boxes .box_block .img_in_box {
  height: 100%;
  width: 100%;
  background-size: cover !important;
  background-position: center center !important;
}
/* line 350, ../sass/styling.scss */
.row_of_boxes .box_block .img_in_box .gradiant {
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0.1+62,0+73 */
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.1) 62%, transparent 73%, transparent 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.1) 62%, transparent 73%, transparent 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.1) 62%, rgba(0, 0, 0, 0) 73%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
/* line 364, ../sass/styling.scss */
.row_of_boxes .box_block .large-text .text_in_block.black {
  font-weight: 100;
  padding: 21px;
  text-align: center;
  width: 80%;
  margin: auto;
  height: 50%;
  transform: translateY(50%);
  -moz-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  font-size: 28px;
  border-top: 1px solid #3e3f44;
  border-bottom: 1px solid #3e3f44;
  color: #3e3f44;
  text-transform: uppercase;
}

.row_of_boxes .box_block .smaller-text .text_in_block.black {
  font-weight: 100;
  padding: 25px 20px 21px 20px;
  text-align: center;
  width: 80%;
  margin: auto;
  height: 50%;
  transform: translateY(50%);
  -moz-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  font-size: 24px;
  border-top: 1px solid #3e3f44;
  border-bottom: 1px solid #3e3f44;
  color: #3e3f44;
  text-transform: uppercase;
}


/* line 384, ../sass/styling.scss */
.row_of_boxes .box_block .img_in_box .text_in_block.white {
  font-weight: 100;
  padding: 13px;
  text-align: center;
  width: 80%;
  margin: auto;
  height: 50%;
  transform: translateY(50%);
  -moz-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  font-size: 35px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
}
/* line 402, ../sass/styling.scss */
.row_of_boxes .box_block .img_in_box .text_in_block.white b {
  font-weight: 300;
}

/* line 410, ../sass/styling.scss */
#map {
  margin-top: 200px;
  height: 700px;
  width: 100%;
}

/* line 420, ../sass/styling.scss */
#sub_content {
  margin-top: -600px;
  min-height: 670px;
  background: rgba(242, 241, 235, 0.9);
}
/* line 424, ../sass/styling.scss */
#sub_content #sub_content_inner {
  line-height: 24px;
  font-weight: 300;
  font-size: 16px;
}
/* line 429, ../sass/styling.scss */
#sub_content #sub_content_inner h1 {
  font-weight: 100;
  margin-bottom: 15px;
}
/* line 433, ../sass/styling.scss */
#sub_content #sub_content_inner h2, #sub_content #sub_content_inner h3, #sub_content #sub_content_inner h5, #sub_content #sub_content_inner h6 {
  font-weight: 100;
  font-size: 20px;
  margin-bottom: 35px;
}
/* line 438, ../sass/styling.scss */
#sub_content #sub_content_inner a.small_links {
  margin-right: 10px;
}
/* line 442, ../sass/styling.scss */
#sub_content #sub_content_inner .sub_image {
  background-size: cover !important;
  background-position: center center;
  height: 350px;
  margin-bottom: 25px;
}
/* line 448, ../sass/styling.scss */
#sub_content #sub_content_inner .sub_small_in_square {
  background-size: cover !important;
  background-position: center center;
  height: 250px;
  width: 50%;
  float: left;
}
/* line 456, ../sass/styling.scss */
#sub_content #sub_content_inner .sub_big_below {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  height: 250px;
  width: 100%;
  float: left;
}
/* line 465, ../sass/styling.scss */
#sub_content #sub_content_inner .huge_image {
  width: 100%;
  height: 100%;
  height: 800px;
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

/* line 476, ../sass/styling.scss */
ul.shops {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}
/* line 480, ../sass/styling.scss */
ul.shops li.shop {
  position: relative;
  z-index: 10;
  color: #3e3f44;
  font-family: 'Roboto', sans-serif;
}
/* line 485, ../sass/styling.scss */
ul.shops li.shop h4 {
  padding-left: 35px;
  font-weight: 300;
  font-size: 27px;
}
/* line 490, ../sass/styling.scss */
ul.shops li.shop p {
  line-height: 35px !important;
}
/* line 493, ../sass/styling.scss */
ul.shops li.shop a {
  color: #3e3f44;
}
/* line 496, ../sass/styling.scss */
ul.shops li.shop a.small_links {
  margin-right: 10px;
}

/* line 505, ../sass/styling.scss */
li.shop .shop_img_wrap:hover .overlay {
  opacity: 0.8 !important;
}

/* line 509, ../sass/styling.scss */
.shop_img_wrap {
  height: 150px;
  background: #fff;
  border: 1px solid #bfbeb9;
  position: relative;
}
/* line 515, ../sass/styling.scss */
.shop_img_wrap img {
  transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 80%;
  padding-top: 0;
}
/* line 527, ../sass/styling.scss */
.shop_img_wrap .overlay {
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  background: black;
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  opacity: 0;
  margin-left: -15px;
  color: #fff;
}
/* line 540, ../sass/styling.scss */
.shop_img_wrap .overlay .overlay_tekst {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  line-height: 150px;
  text-align: center;
  font-size: 30px;
}

/* line 550, ../sass/styling.scss */
.shop_content_wrap {
  padding-left: 35px;
}

/* line 555, ../sass/styling.scss */
.aabningstid {
  padding-top: 4px;
  font-size: 14px;
  line-height: 20px;
}

/* line 563, ../sass/styling.scss */
.smaller-text .img_in_box .text_in_block .black {
  padding: 100px;
}

/* line 568, ../sass/styling.scss */
#footer {
  margin-top: 150px;
}
/* line 570, ../sass/styling.scss */
#footer .footer_text {
  padding: 30px;
  border-top: 1px solid #bfbeb9;
  color: #3e3f44;
}
/* line 574, ../sass/styling.scss */
#footer .footer_text h6 {
  font-weight: 300;
}

/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  /* line 584, ../sass/styling.scss */
  .front-header {
    height: 780px;
  }

  /* line 587, ../sass/styling.scss */
  .burger {
    transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  /* line 599, ../sass/styling.scss */
  #navigation {
    transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
  }

  /* line 606, ../sass/styling.scss */
  .burger {
    transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
  }

  /* line 614, ../sass/styling.scss */
  .front-header {
    height: 780px;
  }

  /* line 619, ../sass/styling.scss */
  .text_in_block.black {
    padding: 32px 0 !important;
    font-size: 20px !important;
  }

  /* line 624, ../sass/styling.scss */
  .text_in_block.white {
    padding: 20px 0 !important;
    font-size: 30px !important;
  }

  /* line 629, ../sass/styling.scss */
  .kampagne_block .text_in_block.black {
    padding: 32px 0 !important;
    font-size: 40px !important;
  }
  /* line 634, ../sass/styling.scss */
  .kampagne_block .text_in_block.white {
    padding: 32px 0 !important;
    font-size: 40px !important;
  }

  /* line 641, ../sass/styling.scss */
  ul.shops li.shop h4 {
    padding-left: 0;
  }

  /* line 647, ../sass/styling.scss */
  .aabningstid {
    text-align: left;
    padding-left: 35px;
    float: left;
    padding-top: 8px;
  }

  /* line 654, ../sass/styling.scss */
  .shop_content_wrap {
    padding-left: 0px;
    width: auto;
    float: left;
    clear: both;
  }

  /* line 660, ../sass/styling.scss */
  .shop_img_wrap {
    position: relative;
  }
  /* line 662, ../sass/styling.scss */
  .shop_img_wrap img {
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 80%;
    max-height: 130px;
    padding-top: 0;
  }

  /* line 673, ../sass/styling.scss */
  .video_block {
    height: auto;
    margin-bottom: 25px;
  }
  /* line 674, ../sass/styling.scss */
  .video_block iframe {
    min-height: 300px;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  /* line 685, ../sass/styling.scss */
  #sub_content_inner {
    padding: 0 35px !important;
    margin: 0 !important;
  }

  /* line 689, ../sass/styling.scss */
  .sub_small_in_square {
    width: 100% !important;
  }

  /* line 692, ../sass/styling.scss */
  .burger {
    display: block !important;
    transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
  }

  /* line 702, ../sass/styling.scss */
  #navigation {
    visibility: hidden;
    transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    float: left !important;
    text-align: left !important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: #f2f1eb;
    display: block;
  }
  /* line 719, ../sass/styling.scss */
  #navigation ul {
    position: relative;
    top: 103px;
    left: 500px;
    clear: both;
    width: 100%;
  }
  /* line 725, ../sass/styling.scss */
  #navigation ul li {
    width: 100%;
    display: block;
  }
  /* line 729, ../sass/styling.scss */
  #navigation ul li a {
    font-size: 25px;
    color: #3e3f44 !important;
  }

  /* line 737, ../sass/styling.scss */
  #navigation.mobilemenu {
    margin: 0;
    float: left !important;
    text-align: left !important;
    visibility: visible;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: #f2f1eb;
    display: block;
    transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateYX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
  }
  /* line 756, ../sass/styling.scss */
  #navigation.mobilemenu ul {
    position: relative;
    top: 103px;
    left: 0;
    padding-left: 0;
    clear: both;
    width: 100%;
  }
  /* line 763, ../sass/styling.scss */
  #navigation.mobilemenu ul li {
    padding-left: 25px !important;
    margin-left: 0 !important;
    width: 100%;
    display: block;
  }
  /* line 768, ../sass/styling.scss */
  #navigation.mobilemenu ul li a {
    font-size: 25px;
    color: #3e3f44 !important;
  }
  /* line 775, ../sass/styling.scss */
  #navigation.mobilemenu .menu-hoved_menu-container {
    width: 100%;
  }
  /* line 778, ../sass/styling.scss */
  #navigation.mobilemenu .language {
    margin-top: 92px;
    float: left !important;
  }
  /* line 781, ../sass/styling.scss */
  #navigation.mobilemenu .language a {
    color: #3e3f44 !important;
  }

  /* line 789, ../sass/styling.scss */
  .shop_content_wrap {
    padding-left: 0px;
    width: auto;
    float: left;
    clear: both;
  }

  /* line 798, ../sass/styling.scss */
  ul.shops li.shop h4 {
    padding-left: 0;
  }

  /* line 803, ../sass/styling.scss */
  .aabningstid {
    clear: both;
    text-align: left;
    padding-left: 0;
    float: left;
    padding-top: 8px;
  }

  /* line 813, ../sass/styling.scss */
  .text_in_block.black {
    padding: 20px 0 !important;
    font-size: 30px !important;
  }

  /* line 818, ../sass/styling.scss */
  .text_in_block.white {
    padding: 20px 0 !important;
    font-size: 30px !important;
  }

  /* line 823, ../sass/styling.scss */
  .kampagne_block .text_in_block.black {
    padding: 32px 0 !important;
    font-size: 40px !important;
  }
  /* line 828, ../sass/styling.scss */
  .kampagne_block .text_in_block.white {
    padding: 32px 0 !important;
    font-size: 40px !important;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  /* line 847, ../sass/styling.scss */
  .text_in_block.black,
  .text_in_block.white {
    padding: 20px 0 !important;
    font-size: 25px !important;
  }

  /* line 853, ../sass/styling.scss */
  .kampagne_block .text_in_block.black {
    padding: 8px 0 !important;
    font-size: 37px !important;
  }
  /* line 858, ../sass/styling.scss */
  .kampagne_block .text_in_block.white {
    padding: 8px 0 !important;
    font-size: 37px !important;
  }
}
/* Custom, iPhone Retina */
