/* Qode Select theme — restored layout CSS for static mirror */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
img { max-width: 100%; height: auto; border: 0; }
a { text-decoration: none; color: inherit; transition: color .2s ease, background-color .2s ease; }
ul, ol { margin: 0 0 1em; padding: 0; }
ul ul, ol ol { margin-bottom: 0; }
.clearfix::after { content: ""; display: table; clear: both; }

body { overflow-x: hidden; -webkit-font-smoothing: antialiased; }
.wrapper, .wrapper_inner { position: relative; width: 100%; }
.meta { display: none !important; }

.page_not_loaded .wrapper { opacity: 1 !important; visibility: visible !important; }
.ajax_loader { display: none !important; }
.qode_slider_preloader { display: none !important; }

.container { width: 100%; max-width: 1100px; margin: 0 auto; padding: 0 15px; }
.container_inner { position: relative; }

.content { position: relative; z-index: 10; }
.content_inner { position: relative; }
.full_width { width: 100%; position: relative; }
.full_width_inner { width: 100%; }

/* Header */
.page_header { position: absolute; top: 0; left: 0; width: 100%; z-index: 1000; transition: background-color .3s ease; }
.page_header .header_inner { position: relative; }
.page_header .header_top_bottom_holder { position: relative; }
.page_header .header_bottom { position: relative; width: 100%; }
.page_header .header_bottom .container { position: relative; }
.page_header .header_inner_left { position: relative; text-align: center; }
.page_header .logo_wrapper { display: inline-block; vertical-align: middle; height: 80px; line-height: 80px; }
.page_header .q_logo { display: inline-block; vertical-align: middle; line-height: 1; }
.page_header .q_logo a { display: inline-block; line-height: 0; }
.page_header .q_logo img.normal,
.page_header .q_logo img.dark,
.page_header .q_logo img.sticky { display: none; }
.page_header.light .q_logo img.light { display: inline-block; max-height: 130px; width: auto; }
.page_header.centered_logo .q_logo { padding-bottom: 10px; }
.page_header.scrolled_not_transparent.sticky .q_logo img.light,
.page_header:not(.light) .q_logo img.light { display: none; }
.page_header.scrolled_not_transparent .q_logo img.sticky,
.page_header:not(.light) .q_logo img.dark { display: inline-block; max-height: 80px; width: auto; }

.page_header.centered_logo .header_bottom .container_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 5px;
}
.page_header.centered_logo .header_inner_left { width: 100%; }
.page_header.centered_logo nav.main_menu { display: block; text-align: center; width: 100%; }
.page_header.centered_logo nav.main_menu > ul { display: inline-flex; flex-wrap: wrap; justify-content: center; align-items: center; list-style: none; margin: 0; padding: 0; }
.page_header.centered_logo nav.main_menu > ul > li { position: relative; display: inline-block; list-style: none; }
.page_header.centered_logo nav.main_menu > ul > li > a { display: inline-block; position: relative; padding: 0 16px; line-height: 50px; white-space: nowrap; }
.page_header.centered_logo nav.main_menu > ul > li > a .menu_icon { display: none; }
.page_header.centered_logo nav.main_menu > ul > li > a .plus { display: none; }

.menu-animation-underline nav.main_menu > ul > li > a .menu-text { position: relative; display: inline-block; }
.menu-animation-underline nav.main_menu > ul > li > a .menu-text::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: #6e6e6e;
  transition: width .25s ease;
}
.menu-animation-underline nav.main_menu > ul > li:hover > a .menu-text::before,
.menu-animation-underline nav.main_menu > ul > li.active > a .menu-text::before { width: 100%; }

.header_inner_right, .side_menu_button_wrapper { display: none; }
.mobile_menu_button { display: none; cursor: pointer; position: absolute; right: 15px; top: 50%; transform: translateY(-50%); z-index: 1001; font-size: 22px; color: #000; }
nav.mobile_menu { display: none; }

.drop_down .second { display: none; }

/* Hero slider */
.q_slider { position: relative; width: 100%; overflow: hidden; margin-top: 0; }
.q_slider_inner { position: relative; }
.q_slider .carousel { position: relative; width: 100%; overflow: hidden; }
.q_slider .carousel-inner { position: relative; width: 100%; }
.q_slider .carousel-inner .item { position: relative; width: 100%; overflow: hidden; }
.q_slider .carousel-inner .item .image {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.q_slider .carousel-inner .item .image img { visibility: hidden; width: 100%; height: auto; }
.q_slider .slider_content_outer { display: none; }

/* Buttons */
.qbutton, input[type="submit"].wpcf7-submit {
  display: inline-block;
  padding: 12px 28px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff !important;
  background-color: #181818;
  border: 2px solid #181818;
  cursor: pointer;
  transition: all .2s ease;
}
.qbutton:hover, input[type="submit"].wpcf7-submit:hover {
  background-color: #6e6e6e;
  border-color: #6e6e6e;
  color: #fff !important;
}

/* Typography helpers */
.wpb_text_column h3 { text-align: center; margin: 0 0 20px; }
.wpb_text_column p { margin: 0 0 1em; }
.wpb_text_column hr { border: 0; border-top: 1px solid #ddd; margin: 18px 0; }
.meny-col hr { border-color: #fff; }

/* Images */
.vc_single_image-wrapper { display: inline-block; max-width: 100%; }
.vc_single_image-wrapper.vc_box_shadow { box-shadow: 0 8px 30px rgba(0,0,0,.12); }
.vc_single_image-wrapper.vc_box_border_grey img { display: block; margin: 0 auto; }
.wpb_single_image.vc_align_center { text-align: center; }

/* Carousel / partners */
.qode_carousels_holder { overflow: hidden; padding: 10px 0; }
.qode_carousels .slides { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; }
.qode_carousels .slides .item { flex: 0 1 22%; text-align: center; list-style: none; }
.qode_carousels .carousel_item_holder { display: flex; align-items: center; justify-content: center; min-height: 80px; }
.qode_carousels .first_image_holder img { max-height: 70px; width: auto; opacity: .85; filter: grayscale(100%); transition: opacity .2s ease; }
.qode_carousels .first_image_holder img:hover { opacity: 1; filter: none; }

/* Contact form */
.wpcf7 form { max-width: 600px; margin: 0 auto; }
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="number"],
.wpcf7 textarea {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 12px;
  border: 1px solid #ddd;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  background: #fff;
}
.wpcf7 textarea { min-height: 140px; resize: vertical; }
.wpcf7 .two_columns_50_50 { display: flex; gap: 12px; flex-wrap: wrap; }
.wpcf7 .two_columns_50_50 > .column1,
.wpcf7 .two_columns_50_50 > .column2 { flex: 1 1 calc(50% - 6px); min-width: 200px; }

/* Google map */
.qode-google-map-holder { position: relative; width: 100%; }
.qode-google-map { width: 100%; min-height: 400px; background: #e8e8e8; }
.qode-google-map-overlay { display: none; }

/* Social icons */
.q_social_icon_holder { display: inline-block; margin: 0 8px; vertical-align: middle; }
.q_social_icon_holder .social_icon { display: inline-block; width: 36px; height: 36px; line-height: 36px; text-align: center; border-radius: 50%; font-size: 18px; }

/* Footer */
footer.footer_border_columns { clear: both; }
.footer_top_holder { background-color: #000; color: #fff; }
.footer_top { padding: 50px 0 40px; }
.footer_top .three_columns { display: flex; flex-wrap: wrap; gap: 30px; }
.footer_top .qode_column { flex: 1 1 280px; }
.footer_top h4 { color: #fff; font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; margin: 0 0 18px; }
.footer_top .textwidget, .footer_top p { color: rgba(255,255,255,.75); font-size: 15px; line-height: 1.7; }
.footer_top a { color: rgba(255,255,255,.85); }
.footer_top a:hover { color: #fff; }
.footer_top .social_icon { color: #fff !important; }
.footer_top .q_social_icon_holder .social_icon { background: rgba(255,255,255,.12); }
.footer_bottom_holder { background: #fff; border-top: 1px solid #eee; }
.footer_bottom { padding: 30px 0; text-align: center; min-height: auto; height: auto !important; }

/* Back to top */
#back_to_top {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease;
}
body.loaded #back_to_top { opacity: 1; visibility: visible; }
#back_to_top > span.fa-stack { display: inline-block; width: 40px; height: 40px; line-height: 40px; text-align: center; background: #181818; color: #fff; border-radius: 2px; }

/* Instagram widget placeholder */
.wdi_js_error, .wdi_token_error { display: none !important; }
.wdi_feed_main_container { min-height: 0; }
