@charset 'utf-8';
/*
 Theme Name:   Reisen Child
 Theme URI:    http://reisen.themerex.net/
 Description:  Reisen - Fully Responsive and Mobile Friendly theme
 Author:       ThemeREX
 Author URI:   http://themerex.net/
 Template:     reisen
 Version:      1.0
 Tags:         light, inheritable theme-options
 Text Domain:  reisen
*/


/*@import url("../reisen/style.css");*/


/* =Theme customization starts here
-------------------------------------------------------------- */
[class^="icon-"]:before, [class*=" icon-"]:before {
    line-height: inherit;
    font-weight: inherit;
    font-size: inherit;
    width: auto;
    margin: 0;
}
@font-face {
  font-family: 'PT Sans';
  font-display: swap;
  src: url('fonts/pt_sans-web-regular.woff2') format('woff2'),
       url('fonts/pt_sans-web-regular') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PT Sans';
  font-display: swap;
  src: url('fonts/pt_sans-web-bold.woff2') format('woff2'),
       url('fonts/pt_sans-web-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'PT Sans';
  font-display: swap;
  src: url('fonts/pt_sans-web-italic.woff2') format('woff2'),
       url('fonts/pt_sans-web-italic') format('woff');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'PT Sans';
  font-display: swap;
  src: url('fonts/pt_sans-web-bolditalic.woff2') format('woff2'),
       url('fonts/pt_sans-web-bolditalic') format('woff');
  font-weight: 700;
  font-style: italic;
}
html, body, .scheme_original div, .scheme_original span, .scheme_original applet, .scheme_original object, .scheme_original iframe, .scheme_original h1, .scheme_original h2, .scheme_original h3, .scheme_original h4, .scheme_original h5, .scheme_original h6, .scheme_original p, .scheme_original blockquote, .scheme_original pre, .scheme_original a, .scheme_original abbr, .scheme_original acronym, .scheme_original address, .scheme_original big, .scheme_original cite, .scheme_original code, .scheme_original del, .scheme_original dfn, .scheme_original em, .scheme_original font, .scheme_original ins, .scheme_original kbd, .scheme_original q, .scheme_original s, .scheme_original samp, .scheme_original small, .scheme_original strike, .scheme_original strong, .scheme_original sub, .scheme_original sup, .scheme_original tt, .scheme_original var, .scheme_original dl, .scheme_original dt, .scheme_original dd, .scheme_original ol, .scheme_original ul, .scheme_original li, .scheme_original fieldset, .scheme_original form, .scheme_original label, .scheme_original legend, .scheme_original input, .scheme_original textarea, .scheme_original button, .scheme_original table, .scheme_original caption, .scheme_original tbody, .scheme_original tfoot, .scheme_original thead, .scheme_original tr, .scheme_original th, .scheme_original td, .scheme_original article, .scheme_original aside, .scheme_original address, .scheme_original section, .scheme_original video, .scheme_original audio, .scheme_original input[type="text"], .scheme_original input[type="tel"], .select2-container .select2-selection, .select2-container .select2-choice, .scheme_original input[type="number"], .scheme_original input[type="email"], .scheme_original input[type="search"], .scheme_original input[type="password"], .scheme_original select, .scheme_original textarea{font-family: 'PT Sans';}
.home.top_panel_fixed .page_content_wrap.page_paddings_yes{padding-top: 0 !important;}
.piBox{padding-bottom: 15px;}

/*main.css*/
h1, h2, body h3,body h4,body h5 {
	text-transform: inherit;
	margin-top: 0;
}
body:not(.home) h1{
	font-size: 2.8rem;
}
.page_content_wrap .wpb-content-wrapper{
  font-size: 16px;
}
.h3,
.page-template-default h3.h3{
	margin: 0px 0 1.5rem;
	font-size: 1.5rem;
}
.h4{
	margin: 0px 0 1.5rem;
	font-size: 1.1rem;
	text-align-last: left;
}
.page-template-default h3{
	margin: 5px 0;
	text-transform: none;
}
header.scheme_original .headWrap{
	background: #234077;
	position: relative;
}
header .headWrap::after{
	content: "";
	display: table;
	clear: both;
}
header.scheme_original .top_panel_middle,.scheme_original .top_panel_wrap_inner {
	background-color: transparent !important;
}
header.scheme_original .menu_main_nav > li > a,
header.scheme_original .logo .logo_text {
    color: #fff;
}

header .menu_main_nav > li > a {
	text-transform: none;
}
header.scheme_original .menu_main_nav > a:hover,
header.scheme_original .menu_main_nav > li > a:hover,
header.scheme_original .menu_main_nav > li.sfHover > a,
header.scheme_original .menu_main_nav > li.current-menu-item > a,
header.scheme_original .menu_main_nav > li.current-menu-parent > a,
header.scheme_original .menu_main_nav > li.current-menu-ancestor > a {
    color: #fff;
}
header.scheme_original .menu_main_nav > li > a::before{
	content: '';
	margin: 0;
	display: block;
	position: absolute;
	background: #1a82ff;
	height: 5px;
	right: 50%;
	bottom: 0;
	width: 0;
	transition: width 0.3s;
}
header.scheme_original .menu_main_nav > li > a::after{
	content: '';
	display: block;
	position: absolute;
	background: #1a82ff;
	height: 5px;
	left: 50%;
	right: 0;
	bottom: 0;
	width: 0;
	transition: width 0.3s;
}

header.scheme_original .menu_main_nav > li.current-menu-item > a::before,header.scheme_original .menu_main_nav > li.current-menu-item > a::after{width: 50%;}
header.scheme_original .menu_main_nav > li.current-menu-item#menu-item-861 > a::after,header.scheme_original .menu_main_nav > li.current-menu-item#menu-item-861 > a::before{width: 0}
header.scheme_original .menu_main_nav > li > a:hover::before,
header.scheme_original .menu_main_nav > li > a:hover::after,
header.scheme_original .menu_main_nav > li > a:focus::before,
header.scheme_original .menu_main_nav > li > a:focus::after{width: 50% !important;	transition: width 0.3s;}
.top_panel_wrap{
	z-index: 100;
	position: relative;
}
body.home .top_panel_wrap{
	margin-bottom: -55px;
}
.header_wrapper {

}
.header_top_line {
	margin: 0 auto;
}
.halfLine{
	width: 800px;
	max-width: 66%;
	min-width: 43%;
	float: right;
	position: relative;
	padding: 9px 20px 7px 0;
}
.halfLine::after{
	content: "";
	display: table;
	clear: both;
}
.halfLine:before{
	display: block;
	position: absolute;
	height: 1px;
	bottom: 0;
	content:'';
	width: 2000px;
	left: 0;
	background: rgba(255,255,255,0.25);
}
header.scheme_original .headWrap2{
	background: #234077;
	position: relative;
}
body.home header.scheme_original .headWrap2{
	background: #234077;
}

.top_panel_fixed header.scheme_original .headWrap2{
	background: #234077 !important;
}
.top_panel_style_4 .header_second_line{
	margin: 0 auto;

}
.headWrap2.hwLand .header_second_line{
	max-width: 1500px;
}
.header_top_line .top_header_logo {
	display: inline-block;
	vertical-align: top;

}
.header_top_line .top_header_logo .logo_1{
	height: 25px;
	width: auto;
	padding-left: 20px;
	margin-top: -2px;
}
.header_top_line .top_header_logo .logo_2{
	height: 15px;
	width: auto;
	padding-left: 14px;
	vertical-align: bottom;
}
.header_top_line .phone,.header_top_line .face {
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	/*line-height: 18px;*/
	float: left;
	margin-right: 20px;
	margin-top: -1px;
	font-family: "PT Sans","Open Sans", sans-serif;
	margin-left: 15px;
  height: 45px;
  line-height: 45px;
  white-space: nowrap;
}
.header_top_line .phone sup{
	font-size: 11px;
	font-weight: normal;
	margin: 0 0 0 5px;
}
.header_top_line .phone a{
	text-decoration: none;
	color: #fff !important;
	position: relative;
}
.top_panel_style_4 .header_second_line::after{
	content: "";
	display: table;
	clear: both;
}
.top_panel_style_4 .header_second_line .contact_logo {
	float: none;
	display: inline-block;
	vertical-align: top;
	padding-left: 18px;
	margin-top: -68px;
	min-width: 326px;
}
.top_panel_fixed .header_second_line .contact_logo {
	margin-top: 0;
}
.top_panel_style_4 .header_second_line .menu_main_wrap {
	display: inline-block;
	vertical-align: top;
	padding-top: 4px;
	margin: 0;
	width: 804px;
	max-width: 66%;
	min-width: 41%;
	padding-right: 20px;
}
.top_panel_style_4 .header_second_line .contact_logo a {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	font-family: "PT Sans","Open Sans", sans-serif;
	line-height: 18px;
}
.top_panel_style_4 .header_second_line {
	padding: 13px 0px 0;
	position: relative;
}
.top_panel_style_4 .header_second_line:before {
	content: '';
	position: absolute;
	top: 2px;
	width: 100%;
	background: transparent url(../../uploads/2019/02/topLine.png) no-repeat center;
	left: 0;
	height: 1px;
	display: none !important;
}
.top_panel_style_4 .menu_main_nav > li > a {
	padding: 0;
}
header.scheme_original .menu_main_nav > li > a,
header.scheme_original .logo .logo_text {
	font-size: 18px;
	padding: 0 15px 15px;
	display: inline-block;
	font-family: "PT Sans","Open Sans", sans-serif;
}
header.scheme_original nav.menu_main_nav_area {
	float: left;
	margin-left: -14px;
}
.top_panel_fixed .header_wrapper{
	padding-top: 0 !important;
}
.top_panel_fixed .header_top_line,.top_panel_fixed .header_second_line:before{
	display: none !important;
}
.logo_over{
	width: 250px;
	max-width: 100%;
	margin-bottom: 5px;
}
.top_panel_fixed .header_second_line .contact_logo {
	margin-top: 0;
}
.top_panel_fixed .logo_over{
    width: auto;
    height: 47px;
    margin-top: -10px;
}


.page_content_wrap .sc_section.section_style_promo_section .sc_section_content {
    padding: 1em 1.5em 3.35em 5.6em;
}
.scheme_original .sc_section.section_style_promo_section .sc_section_button .sc_button {
	background: transparent !important;
	border: 0;
	font-size: 18px;
	font-weight: bold;
	padding: 0;
}
.background_container {
	background: #132a65;
}
.background_container > .column-1_3 .sc_column_item_inner {
	padding: 40px 80px;
}
.background_container > .column-1_3 .sc_column_item_inner > div:nth-child(1) {
	float: left;
}
.background_container > .column-1_3 .sc_column_item_inner > div:nth-child(2) {
	float: right;
}
.background_container > .column-1_3 .sc_column_item_inner > div:nth-child(3) {
	clear: both;
}
.background_container > .column-1_3 .sc_column_item_inner > div:nth-child(2) img {
	max-height: 75px;
	width: auto;
}
.top_panel_middle .search_wrap {
    display: none !important;
}
#hvem_section,
#hvem_section h2 {
	color: #000 !important;
}
#hvem_section h2 {
	margin-top: 0;
}
#hvem_section .wpb_column.vc_column_container:first-of-type .vc_column-inner {
	padding: 80px;
}
#hvem_section .vc_column-inner .with_image .vc_column-inner {
	padding: 0px !important;
}

.rev_slider_wrapper::after{
	content: '';
	display: block;
	height: 1px;
	width: 100%;
	position: absolute;
	left: 0;right: 0;bottom: 0;
	z-index: 95;
	background: #233d7e url(../../uploads/2019/02/topLine2.png) no-repeat center;
}
/*end main.css*/

/*'Open Sans'*/
.body_wrap{
	width: 100%;
	max-height: 9999em;
	margin: 0 auto;
	position: relative;
	min-width: 320px;
	overflow: hidden;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

.scheme_original .header_mobile .menu_button:hover{color:#1a82ff !important;} 
body{
	font-family: "PT Sans","Open Sans", sans-serif;
}
header .top_panel_fixed .menu_main_nav > li > ul,header .menu_main_nav > li > ul {
    top: 2.65em !important;
}
header .menu_main_nav > li > ul {
    top: 2.65em;
}


.header_mobile .logo_text + br,.header_mobile .logo_slogan{
	display: none !important;
}
.page_content_wrap {
    padding: 3.35em 0;
}
body .header_mobile .menu_button{
	color: #fff !important;
}
.scheme_original .logo .logo_text{
	color: #fff !important;
}
.page-id-702 .content_wrap{
	width: 100%;
}
#remove{
	display: none;
}


.header_mobile .phoneIcon {
	top: 0;
	bottom: 0;
	height: 25px;
	margin: auto;
	width: auto;
	line-height: 25px;
	cursor: pointer;
	transition: all 0.3s ease 0s;
	position: absolute;
	right: 30px;
	color: #fff !important;
	text-align: center;
	font-size: 39px;
}
.header_mobile .phoneIcon:hover,.header_mobile .phoneIcon:focus{
	color: #1a82ff !important;
}
.header_mobile .phoneIcon.mailIcon{
	right: 80px;
}
.header_mobile .phoneIcon.ampIcon{
	
	right: 180px;
}
.header_mobile .phoneIcon.faceIcon{
	right: 133px;
}






.slider_wrap .tp-splitted{
	text-shadow: 1px 1px 1px rgba(0,0,0,.25);
	font-family: "PT Sans","Open Sans", sans-serif;
}
.post_content .column-1_3{
	width: 33% !important;
}
.threeTabs .sc_column_item_inner{
	padding: 1.6rem 10.3% 1px;
	position: relative;
	height: auto !important;
	overflow: hidden;
}

body .threeTabs a,body .threeTabs h3{
	color: #fff;
}
.threeTabs a:hover,.threeTabs a:focus{
	color: #fff;
}
.threeTabs .vc_single_image-wrapper img{
    width: 152px;
    height: 68px;
    max-width: 70%;
}
.threeTabs .wpb_single_image .vc_figure{
	padding-top: 29px;
}

.threeTabs .section_style_promo_section .sc_item_title {
  font-size: 19px;
  text-align: center;
  font-weight: normal;
  margin-top: 0.48em !important;
  min-height: 48px;
	font-family: "PT Sans","Open Sans", sans-serif;
}
.threeTabs .sc_button:hover,.threeTabs .sc_button:focus{
	text-decoration: underline;
}
.threeTabs .sc_column_item_1 .sc_column_item_inner{
	background: url(../../uploads/2019/02/blockbg_1.png) no-repeat center;
	background-size: 100% 100%;
}
.threeTabs .sc_column_item_3 .sc_column_item_inner{
	background: url(../../uploads/2019/02/blockbg_2.png) no-repeat center;
	background-size: 100% 100%;
}
.threeTabs .sc_column_item_5 .sc_column_item_inner{
	background: url(../../uploads/2019/02/blockbg_3.png) no-repeat center;
	background-size: 100% 100%;
}
/*.threeTabs .sc_column_item_1 .vc_single_image-wrapper img{width: 123px;}
.threeTabs .sc_column_item_2 .vc_single_image-wrapper img{width: 128px;}
.threeTabs .sc_column_item_3 .vc_single_image-wrapper img{width: 136px;}

.threeTabs .sc_column_item_5 .vc_single_image-wrapper img{width: 191px;}*/

.threeTabs .sc_section.section_style_promo_section{
	position: static;
}
.threeTabs .sc_section_button .sc_button{
	position: absolute;
	text-indent: -9999px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 0;
}

.threeTabs .sc_section.section_style_promo_section .sc_section_button{
	margin: 0;
}

.weAre#hvem_section{
  margin-top: 5.1rem !important;
  margin-bottom: 4.9rem !important;
}
.weAre#hvem_section h2,.lead{
	color: #233d7e !important;
	font-size: 35px;
	line-height: 1;
	font-family: "PT Sans","Open Sans", sans-serif;
	font-weight: 400;
	margin: 0 0 20px;
	text-transform: uppercase;
}
.lead{
	text-transform: none;
}
.weAre#hvem_section .wpb_wrapper p:first-child{
	color: #2d2d2d;
	font: 18px/22px 'Open Sans';
	margin-bottom: 65px !important;
}

#hvem_section .wpb_column.vc_column_container:first-of-type .vc_column-inner{
	padding: 0;
}
.weAre#hvem_section p{
	font-family: "PT Sans","Open Sans", sans-serif;
	color: #2d2d2d;
	font-size: 18px;
	line-height: 22px;
	margin: 0;
}
#hvem_section.weAre .without_image{
	position: relative;
	z-index: 65;
	width: 40%;
}
#hvem_section.weAre .with_image{
	position: relative;
	z-index: 0;
	width: 60%;
	margin-top: 22px;
}
#hvem_section.weAre .without_image{
	position: relative;
	padding: 0 !important;
	min-height: 450px;
	background: #f7f7f7;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#hvem_section.weAre .without_image .vc_column-inner{
	padding: 0 5px 0 100px !important;
	-webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;

}
#hvem_section.weAre .vc_column-inner{
	background: none !important;
}
#hvem_section.weAre .without_image::after{
	content:'';
	font-size: 0px; line-height: 0%; width:0;
	border-top: 450px solid #f7f7f7;
	height: 100%;
	bottom: 0;
	border-right: 63px solid transparent;
	position: absolute;
	top: 0;
	left: 99%;
}

.servboxs{

}
.servItem{
	margin:0 auto 40px;
	max-width: 396px;
}
.servItem > .vc_column-inner > .wpb_wrapper{
	background: #fff;
	padding-bottom: 23px;
	position: relative;
	overflow: hidden;
}
.servItem h4,
.servItem h3.boxH3{
	font: 700 25px/30px "PT Sans","Open Sans", sans-serif;
	margin: 35px 0 17px !important;
	padding: 0 10px;
	color: #233d7e;
}
.servItem .wpb_content_element p{
	text-align: center;
	color: #000;
	font: 14px/17px "PT Sans","Open Sans", sans-serif;
	text-align: center;
	margin: 0 10px 5px !important;
}
.servItem .sc_button {
	border-radius: 4px;
	min-width: 0 !important;
	width: 166px !important;
	max-width: 100% !important;
	border: 2px solid #1a82ff;
	font-weight: bold;
	font-size: 18px !important;
	line-height: 21px !important;
	padding: 17px 10px !important;
	box-sizing: border-box;
	height: 61px !important;
	margin: 0;
}
.servItem .sc_button:hover,.servItem .sc_button:focus{
	background: #fff !important;
	color: #1a82ff !important;
	transition: color 0.3s, background-color 0.3s;
}
.servItem .contBox{
	min-height: 96px;
}
.servItem .contBox2 p{
	min-height: 34px;
	display: block;
}
body .servItem input[type=text]{
	border-radius: 5px;
	border:1px solid #ddd;
	background: #fff;
	display: block;
	width: 254px;
	margin: 0 auto 9px;
	height: 49px;
	max-width: 100%;
	padding-left: 20px;
	color: #000;
	font-size: 16px;
	text-transform: none !important;
}
body .servItem input[type=text]::-webkit-input-placeholder {color:#000 !important;}
body .servItem input[type=text]::-moz-placeholder {color:#000 !important;}
body .servItem input[type=text]:-ms-input-placeholder {color:#000 !important;}
body .servItem input[type=text]:-moz-placeholder {color:#000 !important;}

.servItem .ajax-resultat>p{
	text-align: left;
}
.servItem .ajax-resultat>p>span{
	padding-left: 10px;
}
.servItem #euKontroll{
	padding: 0 10px;
}
.threeTabs #angText{
	position: absolute;
  top: 18px;
  right: -86px;
	width: 300px;
	color: #fff;
	background: #c20e1a;
	text-align: center;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	transform: rotate(24.8deg) ;
-webkit-transform: rotate(24.8deg) ;
-moz-transform: rotate(24.8deg) ;
-o-transform: rotate(24.8deg) ;
-ms-transform: rotate(24.8deg) ;
z-index: 15;
}
.threeTabs .reesLogo{
	position: absolute;
	z-index: 15;
	width: 101px;
	height: 101px;
	top: 16px;
	right: 4%;
	max-width: 30%;
}
.threeTabs .wpb_single_image.reesLogo .vc_figure{
	padding-top: 0;
}
.threeTabs .reesLogo .vc_single_image-wrapper img{
	max-width: 100%;
	width: 100%;
	height: auto;
}


.servBox{
	font-family: "PT Sans","Open Sans", sans-serif;

}
.servBox h3{
	color: #233d7e !important;
	font-size: 45px;
	font-weight: 900;
	line-height: 1;
	margin: 4.9rem 0 2.8rem;
}
.gIco{
	display: inline-block;
	width: 47px;
	height: 43px;
	margin: 0 20px 0 0;
	background: url(../../uploads/2018/09/Lag-11.png) no-repeat center;
	vertical-align: -5px;
}
.servBox .ourServ{
	margin-top: 0 !important;
}
.servBox .sc_services_item_title{
	margin-left: -1.0em !important;
	margin-right: -1.0em !important;
	font: 700 24px/30px "PT Sans","Open Sans", sans-serif !important;
	text-transform: uppercase;
}
.servBox .sc_services_item_title a{
	color: #233d7e;
}
.servBox .sc_services_item .sc_services_item_description{
	margin-top: 1.25em !important;
	font-size: 14px;
	line-height: 17px;
	color: #212121;
}
.servBox .sc_services_item .sc_button{
	margin-top: 16px;
}
span.fIco{
	display: inline-block;
	position: relative;
}

.header_mobile .logo .logo_text{
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.servBox .sc_services_item_description p{
	color: #212121;
	font: 14px/17px "PT Sans","Open Sans", sans-serif;
	min-height: 68px;
}
.servBox .sc_services_item_content {
	padding: 0 2em 2.25em !important;
}
.servBox .sc_services_item_description .sc_button, .weAre .button,
.dekkJaw .button{
	color: #fff !important;
	display: inline-block;
	text-align: center;
	background: #1a82ff !important;
  min-width: 166px;
  height: 62px;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  border: 2px solid #1a82ff !important;
  border-radius: 4px;
  padding: 10px 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}
.dekkJaw .button{
	float: right;
	margin: 15px 0 15px 15px;
	min-width: 250px;
}
.weAre .button{
	text-transform: uppercase;
	margin-top: 50px;
	margin-bottom: 20px;
}
.servBox .sc_services_item_description .sc_button:hover,.servBox .sc_services_item_description .sc_button:focus,
.weAre .button:hover,.weAre .button:focus{
	color: #1a82ff !important;
	background: #fff !important;
}
.scheme_original .scroll_to_top, .scheme_original .scroll_to_top:hover{
	background-color: #1a82ff !important;
}

.header_top_line .mail{
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	line-height: 18px;
	float: left;
	margin-right: 20px;
	margin-top: -1px;
	font-family: "PT Sans","Open Sans", sans-serif;
	padding-left: 25px;
  height: 45px;
  line-height: 45px;
  white-space: nowrap;
}
.header_top_line .mail a[href*="mailto:"]{
	color: #fff !important;
}
.header_top_line .phone{
	margin-left: 11px;
}
.header_top_line .phone a,.header_top_line .mail a{
	position: relative;
}
.header_top_line .phone a::after{
	content:'';
	display:block;
	position:absolute;
	width: 22px;
	height: 22px;
	top: 4px;
	bottom: 0;
	margin: auto;
	left: -21px;
	background:url(img/phone.svg) no-repeat center;
	background-size: contain;
}
.header_top_line .phone a.amp {
    margin-left: 37px;
}
.header_top_line .phone a.amp:after {
    background-image: url(img/clock-o.svg);
    left: -24px;
    top: 1px;
}
.header_top_line .face a:after {
    content: '';
    display: block;
    position: absolute;
    width: 22px;
    height: 22px;
    top: 4px;
    bottom: 0;
    margin: auto;
    left: -21px;
    background: url(img/facebook.svg) no-repeat center;
    background-size: contain;
}
.header_top_line .mail a::after{
		content:'';
	display:block;
	position:absolute;
	width: 19px;
	height: 19px;
	top: 3px;
	bottom: 0;
	margin: auto;
	left: -25px;
	background:url(img/envelope.svg) no-repeat center;
	background-size: contain;
}
.header_top_line .face a {
    text-decoration: none;
    color: #fff !important;
    position: relative;
}


.header_top_line .mecaLogo{
	float: right;
}
.header_top_line .mecaLogo img{
	/*width: 166px;*/
	height: 25px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
}
.header_top_line .mecaLogo img.fImgs2{
  height: 45px;
  width: auto;
  
}
.footer_wrap {
	overflow: hidden;
}

.footer_wrap_inner{
	padding: 5.4em 0 3em;
}
.footer_wrap .content_wrap{
	width: 100%;
	max-width: 1250px;
	margin-left: auto;
	margin-right: auto;
}
.footer_wrap .footer_wrap_inner{
	background: #233d7e !important;
	background-size: 100% 100% !important;
}
.footer_wrap .pFoot1,.footer_wrap .pFoot2,.footer_wrap .pFoot3,
.footer_wrap .pFoot4,.footer_wrap .pFoot5,.footer_wrap .pFoot6{
	color: #fff;
	font: 16px/24px "PT Sans","Open Sans", sans-serif;
	margin: 0 0 9px;
	position: relative;
/*	padding-left: 34px;*/
}

.footer_wrap .pFoot1 a,.footer_wrap .pFoot2 a,.footer_wrap .pFoot3 a,.footer_wrap .pFoot5 a{
	color: #fff !important;
}
.footer_wrap .pFoot1 a:hover,.footer_wrap .pFoot2 a:hover,.footer_wrap .pFoot3 a:hover,
.footer_wrap .pFoot5 a:hover{
	text-decoration: underline;
}
.footer_wrap .pFoot1{
	margin-bottom: 24px;
}
.footer_wrap .pFoot1 b{
	font-weight: 700;
}
.footer_wrap .pFoot1 img.f_logo{
	display: block;
	margin: -40px 0 -6px;
}

.footer_wrap .pFoot1 .iInfo span{
	position: relative;
	padding-left: 27px;
}
.footer_wrap .pFoot1 .iInfo span:before{
	display: block;
	background: url(../../uploads/2019/04/info-circle.svg) no-repeat center;
	width: 23px;
	height: 23px;
	position: absolute;
	content: '';
	top: 0px;
	left: 0;
	background-size: contain;
}
.footer_wrap aside{
	box-sizing: border-box;
}
.footer_wrap .pFoot2,.footer_wrap .pFoot3,.footer_wrap .pFoot4,.footer_wrap .pFoot5,
.footer_wrap .pFoot6{
	padding-left: 41px;
}
.footer_wrap .pFoot5{
	padding: 0;
	text-align: center;
	white-space: nowrap;
}
.footer_wrap .pFoot2,
.footer_wrap .pFoot3{
	margin-bottom: 17px;
}
.footer_wrap .pFoot3{
	line-height: 1;
	font-size: 18px;
	font-weight: bold;
}
.footer_wrap .pFoot4 {
	line-height: 19px;
}
.footer_wrap .pFoot2:after,.footer_wrap .pFoot3::after,.footer_wrap .pFoot4:after{
	content:'';
	display:block;
	position:absolute;
	width:22px;
	height:22px;
	left:-87px;
	top:4px;
	left: 10px;
	background:url(img/location-arrow.svg) no-repeat center;
	background-size: contain;
}
.footer_wrap aside{
	padding-left: 5px !important;
	padding-right: 5px !important;
}
.footer_wrap .pFoot2:after{background-image: url(img/envelope.svg);top: 1px;}
.footer_wrap .pFoot3:after{background-image: url(img/phone.svg);
    width: 27px;
    height: 27px;
    top: -6px;
    left: 6px;
}
.footer_wrap .pFoot3 .foTast{
	font-weight: 400;
	font-size: 15px;
}

.footer_wrap .pFoot4:after{background-image: url(img/clock-o.svg);top: -2px;}

.footer_wrap .pFoot5 a::after{
	content:'';
	display:inline-block;
	position:relative;
	width:35px;
	height:35px;
	margin: 0 0 0 6px;
	background:url(img/facebook.svg) no-repeat center;
	background-size: contain;
	vertical-align: -15px;
}
.footer_wrap .pFoot10{
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin: 0;
}
.footer_wrap .pFoot10 a{
	color: #fff !important;
}
.footer_wrap .pFoot10 a:hover,.footer_wrap .pFoot10 a:focus{
	text-decoration: underline;
	color: #fff !important;
}
.footer_wrap .fImgs{
  display: inline-block;
  margin: 0 5px 12px 0;
  max-width: 170px;
  vertical-align: middle;
}
.footer_wrap .fImgs.fMeca2{

}
.footer_wrap #custom_html-2{width: 25%;}
.footer_wrap #custom_html-3{width: 23%;}
.footer_wrap #custom_html-4{width: 18%;}
.footer_wrap #custom_html-5{width: 34%;}
.footer_wrap #custom_html-6{width: 100%;}
.footer_wrap aside{margin-bottom: 6px;}
.footer_wrap .fMeca{
	text-align: center;
	margin: 46px 0 0;
}
.footer_wrap .fMeca img{
	max-width: 100%;
	width: 120px;
}



.header_mobile{
	background: #233d7e;
}
/*.header_mobile .menu_button:hover,.header_mobile .menu_button:focus{
	color: #fff !important;
}*/
.header_mobile .logo {
    padding-top: 20px;
    padding-bottom: 14px;
}
.header_mobile .menu_button{
		top: 0;
    bottom: 0;
    height: 25px;
    margin: auto;
}

.header_mobile .menu_button, .header_mobile .menu_main_cart .top_panel_cart_button .contact_icon{
	font-size: 45px;
}
.scheme_original .header_mobile .panel_top, .scheme_original .header_mobile .side_wrap{
	background: #233d7e !important;
}



#cookie-notice {
  background: #f2f3f3 !important;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.173);
	-moz-box-shadow:    0px 0px 7px 0px rgba(0, 0, 0, 0.173);
	box-shadow:         0px 0px 7px 0px rgba(0, 0, 0, 0.173);
	z-index: 99999;

}
#cookie-notice .cookie-notice-container{
	color: #212121;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#cn-notice-text a {
  color: #233d7e;
  text-decoration: underline;
}
#cn-accept-cookie,
.cn-set-cookie.button,
.button.bootstrap {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  height: 30px;
  padding: 5px 15px;
  background: #233d7e !important;
  border: 1px solid #233d7e !important;
}
#cn-accept-cookie:hover,
.cn-set-cookie.button:hover,
.button.bootstrap:hover {
  background: none !important;
  color: #233d7e !important;
}
.page_content_wrap{
	color: #000;
}
.header_mobile::before{
/*	content: '';
	display: block;
	background: #003c81 url(img/meca_logo.png) no-repeat center;
	height: 68px;
	border-bottom: 1px solid #fff;*/

}
.ulServ{
	padding: 0;
	list-style: none;
}
.ulServ li h6{
    margin: 0;
    padding: 0;
    display: inline;
    color: #000;
    background-color: transparent;
    background-image: url(img/icon_checkmark_blue.png);
    background-repeat: no-repeat;
    background-position: -11px center;
    padding-left: 22px;
    margin-right: 5px;
}

.superForm.contUs{
	padding-left: 15px;
	padding-right: 15px;
}
.superForm{
	max-width: 955px;
	margin: 0 auto;
}
#appointment{
	padding-top: 5.8em;
	padding-bottom: 3.4em;
	/*background: #d7dfe7 !important;*/
}
.superForm h2 {
    color: #233d7e !important;
    font: 400 42px/1 "PT Sans","Open Sans", sans-serif;
    margin: 0 0 37px;
    text-align: center;
}
.superForm .form_section{
	padding: 33px 44px 9px;
  background: #f6f6f6;
  border-radius: 8px;
  margin-bottom: 13px;
}
.superForm .sLabel{
	font-size: 16px;
	color: #000;
	display: block;
	margin: 0 0 3px;
}
.superForm.contUs .form_section{
	padding: 33px 3.9% 33px;
	background: #f6f6f6;
}
.superForm .form_section.fs1{
	padding-right: 30px;
}
.superForm .form_section.fs2{
	padding-left: 27px;
	padding-right: 27px;
	min-height: 236px;
}
.superForm .form_section.fs3{
	padding-bottom: 36px;
	margin-bottom: 33px;
}
.superForm .form_section.fs2 .sec_title{
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 8px;
}
.superForm .form_section.fs2 .sec_title{
	margin-bottom: 3px;
}
.superForm .forCheck{
	/*max-width: 600px;*/
	margin: 0;
}
.superForm .form_section{
    font-size: 14px;
}
.superForm .form_section p {
    color: #000;
    margin: 0;

}
.superForm .vc_col-xs-9, .superForm .vc_col-xs-3{
	padding-left: 5px !important;
	padding-right: 5px !important;
}
.superForm .vc_row{
	margin-left: -5px !important;
	margin-right: -5px !important;
}
.superForm .form_section p.sec_title {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #233d7e;
}
.superForm .form_section p.sec_title2 {
	text-align: center;
	font-size: 16px;
	margin: 0 -10px 14px;
	color: #000;
}
.superForm .wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required{
  display: flex;
  flex-wrap: wrap;
}
.superForm .form_section .wpcf7-list-item {
  padding: 0 7px 25px 0;
  min-height: 25px;
  margin-left: 0;
  display: inline-block;
  font-size: 16px;
  color: #000;
}
.bestTime.superForm .form_section .wpcf7-list-item{
    padding: 12px 5px 12px 5px;
  min-height: 25px;
  margin-left: 0;
  display: inline-block;
  font-size: 16px;
  color: #000;
  border: 1px solid #eae9e9;
  flex: 1 1 auto!important;
}
.bestTime.superForm .pAlt{
  font-size: 16px;
  margin: 9px 0 0px;
  color: #888;
  text-align: center;
}


.superForm .form_section span.wpcf7-not-valid-tip {
    margin: 3px 0 10px 0;
    padding: 3px 10px 3px 25px;
    line-height: 16px;
    background: #F3CAC7 url(../../uploads/2018/09/error.png) no-repeat 3px center;
    color: #000;
    font-size: 12px;
    font-weight: normal;
    display: block !important;
    border: 1px solid #fa8b83;
}
.superForm .secRow{
	margin: 0 -5px;
	position: relative;
}
.superForm .secRow:after{
    content: '';
    display: table;
    clear: both;
}
.superForm .quater_sec {
    width: 25%;
	padding: 0 5px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}
.superForm.contUs .quater_sec {
	width: 33.3%;

}
.superForm .quater_sec .inside_sec {
    padding: 0 0 5px;
}
.superForm .forInp{
	padding: 0 0 10px;
}
.superForm .forInp:last-child{
	padding: 0;
}
.superForm .fs3 p{
	white-space: nowrap;
	font-size: 16px;
	color: #000;
}

.superForm div.wpcf7 input[type=text],
.superForm div.wpcf7 input[type=tel],
.superForm div.wpcf7 input[type=email],
.superForm div.wpcf7 input[type=date],
.superForm div.wpcf7 .form_section textarea,
.superForm div.wpcf input[type=text],
.superForm div.wpcf input[type=tel],
.superForm div.wpcf input[type=email],
.superForm div.wpcf input[type=date],
.superForm div.wpcf .form_section textarea {
    margin: 0 0 3px;
    border: solid 1px #dddddd;
    padding: 10px 20px;
    min-width: 10px;
    max-width: 100%;
    background-color: #ffffff;
    color: #212121;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    outline: none;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: none !important;
    height: 49px;
    text-transform: none !important;
}
.superForm div.wpcf7 input[type=text]:focus,
.superForm div.wpcf7 input[type=tel]:focus,
.superForm div.wpcf7 input[type=email]:focus,
.superForm div.wpcf7 input[type=date]:focus,
.superForm div.wpcf7 .form_section textarea:focus,
.superForm div.wpcf input[type=text]:focus,
.superForm div.wpcf input[type=tel]:focus,
.superForm div.wpcf input[type=email]:focus,
.superForm div.wpcf input[type=date]:focus,
.superForm div.wpcf .form_section textarea:focus{
	border-color: #233d7e;
}
.superForm div.wpcf7 input[type=text]:placeholder,
.superForm div.wpcf7 input[type=tel]:placeholder,
.superForm div.wpcf7 input[type=email]:placeholder,
.superForm div.wpcf7 input[type=date]:placeholder,
.superForm div.wpcf7 .form_section textarea:placeholder,
.superForm div.wpcf input[type=text]:placeholder,
.superForm div.wpcf input[type=tel]:placeholder,
.superForm div.wpcf input[type=email]:placeholder,
.superForm div.wpcf input[type=date]:placeholder,
.superForm div.wpcf .form_section textarea:placeholder{
    color: #616060;
}
.superForm input::-webkit-input-placeholder,.superForm textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #969696 !important;
  text-transform: none;
}
.superForm input::-moz-placeholder,.superForm textarea::-moz-placeholder{ /* Firefox 19+ */
  color: #969696 !important;
  text-transform: none;
}
.superForm input:-ms-input-placeholder,.superForm textarea:-ms-input-placeholder { /* IE 10+ */
  color: #969696 !important;
  text-transform: none;
}
.superForm input:placeholder,.superForm textarea:placeholder { /* Firefox 18- */
  color: #969696 !important;
  text-transform: none;
}
.superForm input[type=submit]{
	color: #fff !important;
	display: inline-block;
	text-align: center;
	background: #1a82ff !important;
	min-width: 295px;
	height: 62px;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	border: 2px solid #1a82ff !important;
	border-radius: 4px;
	padding: 10px 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}
body a[href*="tel:"], body a[href*="mailto:"] {
    color: #1a82ff!important;
}
.eu-form-wrapper #eu-number{
	max-width: 295px !important;
	display: block;
}
.eu-form-wrapper label{
	display: block;
	font-size: 18px;
	margin: 0 0 5px;
	font-weight: 700;
}
.superForm div.wpcf7 input[type=date],
.superForm div.wpcf input[type=date]{
	max-width: 100%;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-right:4px;
	-webkit-appearance: textfield;
    -moz-appearance: textfield;
    min-height: 1.2em; 
}
.superForm div.wpcf7 input[type=text]#Fodselsdato,
.superForm div.wpcf input[type=text]#Fodselsdato{
	background-image: url(../../uploads/2019/02/date-ico.png);
	background-repeat: no-repeat;
	background-position: 100% center;
}
.superForm input[type=submit]:focus,.superForm input[type=submit]:hover{
	color: #1a82ff !important;
	background: #fff !important;
}

.wpcf7-form .wpcf7-checkbox label {
  position: relative;
  cursor: pointer;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] {
	position: relative;
  visibility: hidden;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span {
	padding-left: 23px;
	display: inline-block;
	height: 26px;
	line-height: 26px;
	vertical-align: middle;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:before {
  display: block;
  position: absolute;
  content: '';
  height: 26px;
  width: 26px;
  top: 0;
  left: 0;
  background: url(../../uploads/2019/02/checkbox.png) no-repeat 0 0;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + span:before {
	background-position: 0 100%;
}
.pSubmit{
	text-align: center;
}
.rb-cf__input_checkbox{
	margin: -10px 30px 30px;
	display: block;
	position: relative;

}
.rb-cf__input_checkbox .wpcf7-form-control-wrap{
	position: absolute;
	left: 0;
}
.rb-cf__input_checkbox span.wpcf7-list-item{
	margin: 0;
}
.rb-cf__input_checkbox > span:last-child{
	display: block;
	margin:0 0 0 20px;
}
.contUs .rb-cf__input_checkbox{
	margin: 10px 30px 30px;
}




.mainVideo::before{
	content:'';
	display:block !important;
	position:absolute;
	width:175px;
	height:175px;
	left:20px;
	top:0;
	bottom: 0;
	right: 0;
	margin: auto;
	background:url(../../uploads/2019/02/videoBtn.svg) no-repeat 0 0;
	opacity: 0.35;
	-webkit-background-size: contain;
	background-size: contain;
	z-index: 15;
	transition: transform .2s;
	cursor: pointer;
}
.mainVideo:hover::before{
	transform: scale(1.03);
}
.mainVideo .wpb_wrapper::before{
	content:'';
	display:block !important;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:url(../../uploads/2018/10/videoBg.jpg) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	z-index: 14;
	transition: transform .2s;
}
.mainVideo.open .wpb_wrapper::before,.mainVideo.open::before{
	display: none !important;
}

.top_panel_title .breadcrumbs,
.top_panel_title.title_present.breadcrumbs_present .page_title{
	text-shadow: 1px 1px 1px rgba(0,0,0,.25);
}
.ifMap{
	max-height: 350px;
}
.gmap3 {
  width: 100%;
  min-height: 350px;
  z-index: 1;
}
.mapBox.vc_hidden{
	opacity: 1 !important;
}


.welcomeBox::before{
    content: '';
    display: table;
    clear: both;
}
.welcomeBox{

    position: relative;
}
.welcomeBox>.vc_column_container  {
	padding: 50px 0;
}
.welcomeBox>.vc_column_container>.vc_column-inner  {
	padding: 50px 0;
	max-width: 1170px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.welcomeBox h2{
	color: #233d7e !important;
	font:500 35px/40px "PT Sans","Open Sans", sans-serif;
	margin: 0 20px 40px !important;
	text-transform: none;
	text-align: center;
}
.iSvg{
	width: 50px;
	height: 50px;
	display: block;
	margin: 0 auto;
}
.iSvg path{
	fill:#000;
}
.welcomeBox p{
	text-align: center;
	margin: 1em 0;
	color: #2d2d2d;
	font:16px/22px "PT Sans","Open Sans", sans-serif;
}
.welcomeBox p a{
	color: #2d2d2d !important;
	text-decoration: none;
}
.welcomeBox p a:hover,.welcomeBox p a:focus{
	text-decoration: underline;
}
#ajaxAnswer {
	text-align: center;
}
#ajaxAnswer h2{
	color: #000 !important;
	margin-top: 0;
	font-size: 20px !important;
	margin-bottom: 20px;
	font-weight: 400;
	text-align: center;
	padding-top: 15px;
}
.ajax-resultat{
	display: table;
	width: 100%;
}
.ajax-resultat>p{
	display: table-row;
	margin: 0;
	width: 50%;
	vertical-align: middle;
	font-size: 16px;
	color: #000;
}
.ajax-resultat>p>span{
	display: table-cell;
	padding: 3px;
	border-bottom: 1px solid #d7dfe7;
}
.ajax-resultat>p:last-of-type {
    color: #233d7e;
    font-weight: bold;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #1a82ff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}
.page-id-698 .page_content_wrap{
	padding: 0;
}
#servPage{
	padding-top: 90px;
	padding-bottom: 70px;
}

.servPage {}
.servPage .wpb_single_image img{
    height: 65px;
    width: auto;
}
.servPage h3{
	text-align: center;
	font-size: 20px;
	line-height: 20px;
	min-height: 40px;
	display: block;
	margin: 30px 0 10px;
	min-width: 100%;
	position: static;
}
.servPage .bBox{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}
.servPage .bBox .vc_column-inner{
	padding-top: 20px;
	padding-bottom: 20px;
	border:1px solid #ccd6e1;
	border-radius: 8px;
	background: #d7dfe7;
	position: relative;
	transition: background-color 0.3s;
	padding: 10px 5px;
}
.servPage .bBox .aOver{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}
.servPage .bBox:hover .sc_button,.servPage .bBox:focus .sc_button{
	color: #1a82ff;
	border-color: #1a82ff;
	background: #fff;
}
.servPage .bBox .vc_column-inner:hover,.servPage .bBox .vc_column-inner:focus{
	background: #cfd9e2;
	transition: background-color 0.3s;
}
.servPage #servPageIn{
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 70px;
	padding-bottom: 70px;
}
.servPage #servPageIn2{
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}
.servPage #servPageIn2 .vc_col-sm-6{
	padding-left: 15px;
	padding-right: 15px;
}
.page-id-902 .top_panel_title_inner,
.page-id-908 .top_panel_title_inner,
.page-id-896 .top_panel_title_inner,
.page-id-899 .top_panel_title_inner,
.page-id-906 .top_panel_title_inner,
.page-id-1098 .top_panel_title_inner,
.page-id-1122 .top_panel_title_inner,
.page-id-1096 .top_panel_title_inner,
.page-id-1051 .top_panel_title_inner,
.page-id-1120 .top_panel_title_inner,
.page-id-1054 .top_panel_title_inner,
.page-id-1110 .top_panel_title_inner,
.page-id-1114 .top_panel_title_inner{
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
ol > li::before{
	content: '' !important;
}





.slider_wrap .slider_over_content_inner{
	background: none !important;
	padding: 0 !important;
}
.ulCTA{
	list-style: none;
	display: block;
	border-radius: 3px 0 0 3px;
	background: rgba(0,0,0,.25);
	padding: 13px 0 11px 29px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 290px;
	z-index: 10;
}
.ulCTA li{
	margin-bottom: 9px;
	list-style: none;
	padding: 0;
}
.ulCTA li a{
	display: block;
	height: 60px;
	width: 236px;
	padding-left: 10px;
	background: #6a98b7;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	position: relative;
	line-height: 61px;
	white-space: nowrap;
	opacity: .90;
}
.ulCTA.scroll:hover li a{
	background: #6a98b7;
}
.ulCTA li a:hover,.ulCTA li a:focus{
	color: #fff;
	opacity: 1;
	transition: opacity 0.3s, background-color 0.3s;
}
.ulCTA li .hex {
    width: 35px;
    height: 60px;
    background-color: #84c4f0;
    border-color: #84c4f0;
    position: relative;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.ulCTA li .hex:before {
    content: " ";
    width: 0; height: 0;
    border-left: 19px solid;
    border-color: inherit;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    position: absolute;
    right: -19px;
    top: 0;
}
.ulCTA li .hex:after {
    content: " ";
    width: 0; height: 0;
    border-right: 19px solid;
    border-color: inherit;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    position: absolute;
    left: -19px;
    top: 0;
}
.ulCTA li i.ic{
	display: inline-block;
	width: 36px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-top: 13px;
	text-align: center;
}
.ulCTA li.uc2 .hex {background-color: #f2cb13;border-color: #f2cb13;}
.ulCTA li.uc3 .hex {background-color: #c20e1a;border-color: #c20e1a;}
.ulCTA li.uc4 .hex {background-color: #234077;border-color: #234077;}
.ulCTA li.uc2 a,.ulCTA.scroll:hover li.uc2 a{background:#bba021;}
.ulCTA li.uc3 a,.ulCTA.scroll:hover li.uc3 a{background:#941f18;}
.ulCTA li.uc4 a,.ulCTA.scroll:hover li.uc4 a{background:#233357;}
.ulCTA li.uc1 i.ic{background-image: url(../../uploads/2019/04/datepicker.svg);}
.ulCTA li.uc2 i.ic{width:42px; height:31px;margin-left: -3px;margin-top: 15px;margin-right: -3px;background-image: url(../../uploads/2019/04/cart.svg);}
.ulCTA li.uc3 i.ic{width:34px; height:34px;margin-top: 13px;background-image: url(img/phone.svg)}
.ulCTA li.uc4 i.ic{width:37px; height:37px;margin-top: 13px;background-image: url(../../uploads/2019/05/tag.svg)}

.ulCTA.scroll{
	position: fixed;
}
.ulCTA.scroll li a,.ulCTA.scroll li.uc2 a,.ulCTA.scroll li.uc3 a,.ulCTA.scroll li.uc4 a{
  background-color: transparent;
  margin-right: -184px;
  transition: margin-right 0;
}
.ulCTA.scroll:hover li a,.ulCTA.scroll:focus li a{
	margin-right: 0;
	transition: margin-right 0.3s;
}
.ulCTA li.uc1 a:hover,.ulCTA li.uc1 a:focus{background: #5d85a0 !important;}
.ulCTA li.uc2 a:hover,.ulCTA li.uc2 a:focus{background: #a0891d !important;}
.ulCTA li.uc3 a:hover,.ulCTA li.uc3 a:focus{background: #7a1914 !important;}
.ulCTA li.uc4 a:hover,.ulCTA li.uc4 a:focus{background: #192746 !important;}

.ulCTA.scroll{
	position: fixed;
}
.ulCTA.scroll li a,.ulCTA.scroll li.uc2 a,.ulCTA.scroll li.uc3 a,.ulCTA.scroll li.uc4 a{
  background-color: transparent;
  margin-right: -184px;
  transition: margin-right 0;
}
.ulCTA.scroll:hover li a,.ulCTA.scroll:focus li a{
	margin-right: 0;
	transition: margin-right 0.3s;
}



.god{

}
.god h4{
	text-align: center;
	font:bold 29px/33px "PT Sans","Open Sans", sans-serif;
	color: #132a65;
	margin: 0;
	overflow: visible;
	text-transform: uppercase;
	padding-left: 30px;
}
.god h4 span{
	position: relative;
	border-bottom: 1px solid #1a82ff;
	padding-bottom: 1px;
	margin-bottom: 2px;
	display: inline-block;
}
.god h4 span img{
	position: absolute;
	right: 100%;
	margin: -32px 14px 0 0;
	width: 83px;
	height: auto;
}
.god h5{
	text-align: center;
	font:29px/33px "PT Sans","Open Sans", sans-serif;
	color: #132a65;
	margin: 0;
	text-transform: uppercase;
	padding-left: 30px;
}
h4.sc_title.sc_title_regular{
	margin-top: 0;
}
h2.sc_title.sc_title_regular{
	margin-top: 0;
	font-size: 30px;
	line-height: 39px;
	text-transform: none;
}
.bilImgs img{
	display: inline-block;
	vertical-align: middle;
	margin: 0 30px 0 0;
}

.hjemTjenester,.hjemAnsatte{
	display: none !important;
}
.tJeRow{
	width: 100%;
	max-width: 1250px;
	margin-left: auto !important;
	margin-right: auto !important;
}
.tjenMenu .menu{
	list-style: none;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width:100%;
	padding: 0;
	margin: 0;
}
.tjenMenu .menu > li{
	float: left;
	width:33%;
	display: block;
	box-sizing: border-box;
	font: 18px/22px "PT Sans", "Open Sans", sans-serif;
	text-align: center;
	margin-bottom: 35px;
}
.tjenMenu .menu > li a{
	display: block;
	position: relative;
	text-decoration: none;
	color: #000;
}
.tjenMenu .menu > li a::before{
	content: '';
	display: block;
	width: 118px;
	height: 84px;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 auto 17px;
	background-position: center;
}
.tjenMenu .menu > li a:hover,.tjenMenu .menu > li a:focus{
	text-decoration: underline;
	color: #1a82ff;
}
.tjenMenu .menu > li.ico_6 a::before{background-image: url(../../uploads/2019/04/EU-kontroll-blue.svg);}
.tjenMenu .menu > li.ico_11 a::before{background-image: url(../../uploads/2019/11/Verksted_blue.svg);}
.tjenMenu .menu > li.ico_21 a::before{background-image: url(../../uploads/2019/06/EL_Bilverksted.svg);}
.tjenMenu .menu > li.ico_22 a::before{background-image: url(../../uploads/2024/09/bergings-blue.svg);}
.tjenMenu .menu > li.ico_23 a::before{background-image: url(../../uploads/2019/12/Billakkering.svg);}
.tjenMenu .menu > li.ico_24 a::before{background-image: url(../../uploads/2019/12/Bobil-Skade-Lakk.svg);}
.tjenMenu .menu > li.ico_30 a::before{background-image: url(../../uploads/2024/10/for-sale-blue.svg);}
.tjenMenu .menu > li.ico_31 a::before{background-image: url(../../uploads/2024/10/Deleogrekvisita–Butikk-blue.svg);}
.hjemAnsatte h2.sc_title.sc_title_regular,.hjemTjenester h2.sc_title.sc_title_regular{
    color: #233d7e !important;
    font: 400 42px/1 "PT Sans","Open Sans", sans-serif;
    margin: 0 0 37px;
    text-align: center;
}
.hjemAnsatte .aOver{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

.hjemAnsatte .ansRow{
	width: 100%;
	max-width: 1250px;
	margin-left: auto !important;
	margin-right: auto !important;
}
.hjemAnsatte .ansItem{
	margin-bottom: 35px;
}
.hjemAnsatte h5{
	text-align: center;
	font:18px/22px "PT Sans";
	color: #000 !important;
	margin:15px 0 4px;
}
.hjemAnsatte .aOver:hover h5,.hjemAnsatte .aOver:focus h5{
	color: #d08f3a !important;
}
.hjemAnsatte p{
	color: #8d8e8e;
	text-align: center;
	font:italic 16px/22px "PT Sans";
	margin: 0;
}


.h1{
	text-align: center;
	display: block;
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
/*	margin-top: 50px;
	margin-bottom: 50px;*/
}
h2.h2{
	margin-top: 0;
	font-size: 20px;
}
.forBtn{
	text-align: center;
	margin: 13px 0 0;
}
html {
  scroll-behavior: smooth;
}
.bestiBtn{

}
.piBox{
  display: none;
}

.hugeTop{
	min-height: 80vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-webkit-box-align: center!important;
	-ms-flex-align: center!important;
	align-items: center!important;
}
.hugeText h1{
	text-align: center;
	margin: 0 0 20px;
	color: #fff !important;
	text-shadow: 1px 1px 1px rgb(0 0 0 / 35%);
	font-weight: normal;
	font-size: 42px;
	line-height: 1.3;
}
.hugeText p{
	text-align: center;
	margin: 0 0 20px;
	color: #fff;
	text-shadow: 1px 1px 1px rgb(0 0 0 / 35%);
	font-weight: normal;
	font-size: 29px;
	line-height: 1;
}
.hugeText p.pHead2{
	font-size: 24px;
}

.list-clasic:last-child{
  margin-bottom: 21px !important;
}
.cc-link:hover{
  color: #fff !important;
}
.noWrap{
	white-space: nowrap;
}
.footLogos{
/*	display: flex;
	margin: 0;
	justify-content: space-evenly;*/
	text-align: center;
}
.footer_wrap .footLogos img{
	margin-left: 0.8rem;
	margin-right: 0.8rem;
}
@media only screen and (min-width : 1600px) {
	#rev_slider_1_1 .tp-bgimg,
	.hugeTop{
		background-position: 0% 71% !important;
	}
}
@media only screen and (min-width : 1200px) and (max-width :1599px){
	#rev_slider_1_1 .tp-bgimg,
	.hugeTop{
		background-position: 0% 50% !important;
	}
}
@media only screen and (min-width : 769px) and (max-width : 993px){
	.superForm .vc_col-xs-9, .superForm .vc_col-xs-3{
		width: 50%;
	}
}

@media only screen and (max-width : 1200px) {
	.header_top_line .mecaLogo{
		display: none;
	}
	#rev_slider_1_1 .tp-bgimg,
	.hugeTop{
		background-position: 0% 20% !important;
	}
	.footer_wrap .pFoot1,.footer_wrap .pFoot2,.footer_wrap .pFoot3{
		width: auto;
		float: none;
	}
	#hvem_section.weAre .without_image{
		min-height: 370px;
	}
	#hvem_section.weAre .without_image::after{
		border-top-width: 370px;
	}
	#hvem_section.weAre .without_image .vc_column-inner {
	    padding: 20px 5px 20px 10% !important;
	}
	.threeTabs .section_style_promo_section .sc_item_title{
		font-size: 1.35em;
	}

	.footer_wrap #custom_html-2{width: 25%;}
	.footer_wrap #custom_html-3{width: 25%;}
	.footer_wrap #custom_html-4{width: 25%;}
	.footer_wrap #custom_html-5{width: 25%;}
	.footer_wrap #custom_html-6{width: 100%;}
	.footer_wrap .pFoot1 img.f_logo{
		margin-top: 0;
	}
  .footer_wrap .pFoot1 .iInfo span:before{
  	left: -3px;
  }
}
@media only screen and (max-width : 1040px) {
	.header_mobile .logo {
	    padding-top: 8px;
	    padding-bottom: 6px;
	}
	.header_mobile .logo .logo_text {
		/*text-indent: -9999px;*/
		display: block;
		font-size: 15px;
    text-align: center;
	}
	.header_mobile .logo .logo_text:before {
		content: '';
		display: block;
		position: relative;
		height: 25px;
		width: 160px;
		margin: 0 auto 7px;
		
		background: url(../../uploads/2019/02/meca-logo.svg);
		background-size: contain;
		background-repeat: no-repeat;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.footer_wrap_inner {
	    padding: 3em 0 3em;
	}
	.footer_wrap aside{
		width: 100%;
    	float: none;
    	padding-left: 15px !important;
    	margin-bottom: 0;
	}
	.footer_wrap .pFoot1,.footer_wrap .pFoot2,.footer_wrap .pFoot3{
		margin-bottom: 25px;
		padding-left: 40px;
	}
	.footer_wrap .pFoot3 a::after{
		position: absolute;
		left: -40px;
		margin: 0;
	}
	.footer_wrap .pFoot1.pf4{margin-bottom: 8px;}
/*	.footer_wrap aside p br{
		display: none;
	}*/
	.servBox h3{
		margin: 2.5rem 0 2.5rem;
	}
	#hvem_section.weAre .without_image{
		min-height: 310px;
	}
	#hvem_section.weAre .without_image::after{
		border-top-width: 310px;
	}
	.threeTabs .sc_section.section_style_promo_section .sc_item_descr br{
		display: none;
	}
	.threeTabs .sc_column_item_inner{
		min-height: 0 !important
	}
	.ulCTA li a,.ulCTA li.uc2 a,.ulCTA li.uc3 a,.ulCTA li.uc4 a{
    background-color: transparent;
    margin-right: -184px;
	}
	.ulCTA:hover li a,.ulCTA:focus li a{
		margin-right: 0;
		transition: margin-right 0.3s;
	}
	.servItem .wpb_content_element p br{
		display: none;
	}
	.servItem h4,
	.servItem h3.boxH3 {
    font: 700 18px/22px "PT Sans","Open Sans", sans-serif;
  }
  .footer_wrap .pFoot1 .iInfo{
  	padding-left: 0;
  }
  .tjenMenu .menu > li{
		width:200px;
	}
	.hjemAnsatte h2.sc_title.sc_title_regular, .hjemTjenester h2.sc_title.sc_title_regular{
		font-size: 35px;
	}
	.superForm .vc_col-xs-9, .superForm .vc_col-xs-3{
		width: auto !important;
		float: none !important;
	}
	.superForm .form_section.fs2{
		min-height: 0
	}
	.hugeTop{
    min-height: 450px;
  }
  .weAre#hvem_section h2, .lead{
  	font-size: 2.1rem;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.hugeText h1{
		font-size: 2.3rem;
		margin-bottom: 10px;
	}
	.hugeText p,
	.hugeText p.pHead2{
		font-size: 2rem;
	}
	#rev_slider_1_1 .tp-bgimg,
	.hugeTop{
		background-position: 0% 20% !important;
	}
	.threeTabs .sc_column_item_inner{
		padding: 1.6rem 15px 1px !important;
	}
	.hugeTop{
		min-height: 350px;
	}
	.hugeTop .ulCTA {
		display: none !important;
	}

	.servBox{
		padding-left: 0!important;
		padding-right: 0!important;
	}
	.servBox .column-1_3,.welcomeBox .column-1_3{
		width: 100% !important;
		float: none
	}
	.welcomeBox .column-1_3{
		padding-bottom: 20px;
	}
	.servBox h3 {
		margin: 2rem 0 2rem;
	}
	.servBox .sc_services_item_description p {
	    font: 17px/19px "PT Sans","Open Sans", sans-serif !important;
	    min-height: 0;
	}
	.threeTabs .sc_column_item_3 .sc_column_item_inner{
		background: #132a65 !important;
	}
	.threeTabs .sc_column_item_4 .sc_column_item_inner{
		background: url(../../uploads/2019/02/blockbg_2.png) no-repeat center;
		background-size: 100% 100%;
	}
	#hvem_section.weAre .without_image::after{
		display: none;
	}
	#hvem_section.weAre .without_image{
		width: 100%;
		min-height: 0;
	    padding-top: 2rem !important;
	    padding-bottom: 2rem !important;
	}
	#hvem_section.weAre .with_image{
		width: 100%;
		margin: 0;
	}
	#cookie-notice .cn-button{
		display: block;
		margin: 7px 0 0;
	}
	#appointment{
		padding-top: 3em;
		padding-bottom: 2.5em;
	}
	.superForm .vc_col-xs-9, .superForm .vc_col-xs-3{
		width: 100%;
		float: none;
	}
	.superForm .form_section p.sec_title{
		text-align: center;
	}
	.superForm .form_section.fs1,.superForm .form_section.fs2,.superForm .form_section.fs3{
		padding-left: 5%;
		padding-right: 5%;
	}
	.superForm .quater_sec {
	    width: 100%;
	    float: none;
	}
	.superForm .fs3 p{
		margin-bottom: 4px;
	}
	.superForm h2,.servBox h3 {
	    font: 400 29px/37px "PT Sans","Open Sans", sans-serif;
	}
	.superForm h2{
		margin: 0 0 25px;
	}
	.superForm.contUs .quater_sec{
		width: 100% !important;
		float: none;
	}
	.superForm .wpcf7-list-item{
		display: block;
	}
	.superForm input[type=submit]{
		/*width: 100%;*/
	}
	.superForm .quater_sec .inside_sec{
		padding-right: 0;
	}
	.superForm div.wpcf7 .ajax-loader,
	.superForm div.wpcf .ajax-loader{
		display: block;
		margin: 3px auto 0;
	}
	.superForm div.wpcf7-response-output,
	.superForm div.wpcf-response-output{
		margin-top: 0;
		margin-bottom: 0;
	}
	.servPage .column-1_3{
		width: 100% !important;
		float: none;
		padding: 0 !important;
	}
	.ulServ{
		margin: 0;
		margin-bottom: 0.47em;
	}
	.ulServ li h6{
	    font-size: 16px;
	    line-height: 19px;
	}
	.welcomeBox .vc_column_container {
		padding: 20px 0;
	}
	.welcomeBox h2{
		color: #233d7e !important;
		font:400 26px/33px "PT Sans","Open Sans", sans-serif;
		margin: 0 20px 20px !important;
		text-transform: none;
		text-align: center;
	}
	.footer_wrap .pFoot1::after {
		width: 18px;
		height: 18px;
		top: 6px;
	}
	.weAre#hvem_section{
	  margin-top: 3rem !important;
	  margin-bottom: 3rem !important;
	}

	.page-id-902 .top_panel_title_inner,
	.page-id-908 .top_panel_title_inner,
	.page-id-896 .top_panel_title_inner,
	.page-id-899 .top_panel_title_inner,
	.page-id-906 .top_panel_title_inner,
	.page-id-1098 .top_panel_title_inner,
	.page-id-1122 .top_panel_title_inner,
	.page-id-1096 .top_panel_title_inner,
	.page-id-1051 .top_panel_title_inner,
	.page-id-1120 .top_panel_title_inner,
	.page-id-1054 .top_panel_title_inner,
	.page-id-1110 .top_panel_title_inner,
	.page-id-1114 .top_panel_title_inner{
	  background-attachment: initial;
	}
	.smHide{
		display: none;
	}
	.servItem .contBox{
		min-height: 0;
	}
	.servItem .sc_button{
		margin-top: 15px;
	}
	.god h4 span img{
		margin-top: -6px;
		width: 62px;
	}
	.footer_wrap #custom_html-2{width: 100%;float: none;display: block;}
	.footer_wrap #custom_html-3{width: 100%;float: none;display: block;}
	.footer_wrap #custom_html-4{width: 100%;float: none;display: block;padding-top: 0 !important;}
	.footer_wrap #custom_html-5{width: 100%;float: none;display: block;padding-top: 0 !important;}
	.footer_wrap #custom_html-6{width: 100%;float: none;display: block;padding-left: padding-top: 0 !important;}
	.footer_wrap .fImgs {
    height: 50px;
    width: auto !important;
    padding: 0;
    display: inline-block;
  }
  
  .footer_wrap .pFoot1 .iInfo span:before{
  	left:10px;
  }
  .hjemAnsatte h2.sc_title.sc_title_regular, .hjemTjenester h2.sc_title.sc_title_regular{
		font-size: 25px;
	}
	.tjenMenu .menu > li{
		width:150px;
	}
	.footer_wrap .pFoot1,.footer_wrap .pFoot2,.footer_wrap .pFoot3,.footer_wrap .pFoot4, .footer_wrap .pFoot5, .footer_wrap .pFoot6{
		font: 400 15px/19px "PT Sans","Open Sans", sans-serif;
		margin: 0 15px 15px 0;
		text-align: left;
		padding-left: 41px;
	}
	.footer_wrap .pFoot1.pFoot10{
		text-align: center;
		padding: 0
	}
	.footer_wrap .pFoot1 .iInfo span:before,.footer_wrap .pFoot2:after, .footer_wrap .pFoot3::after, .footer_wrap .pFoot4:after, .footer_wrap .pFoot5 a::after{
		vertical-align: middle !important;
		width:22px;
		height: 22px;
		left: 5px;
		top: 0;
		bottom: 0;
		margin: auto;
		position: absolute;
	}
	.footer_wrap .pFoot1.pFoot10 .iInfo span:before{
		left: -5px;
	}
	.bilImgs img{
		display: block;
		margin: 10px auto 25px !important;
	}
	h2.sc_title.sc_title_regular{
		font-size: 24px;
		line-height: 31px;
	}
	.header_mobile .phoneIcon.ampIcon{
		display: none;
	}
	.dekkJaw .button {
    float: none;
    margin: 0 auto 7px;
    display: block;
    max-width: 270px;
   }
   .logo img{
   	margin: 0;
   }
   #appointment{
   	padding-bottom: 0;
   }
  .piBox{
		display: block;
	}
  .slider_wrap .ulCTA,
  .slider_wrap .slider_over_content {
		display: none !important;
	}
  body.home .page_paddings_no{
  	padding-top: 0 !important;
  }
  .piBoxRaw .ulCTA{
  	position: relative;
  	background-color: transparent;
  }
  .piBoxRaw .ulCTA li a{
  	margin: 0 auto !important;
  }
  .piBoxRaw .ulCTA li.uc1 a{background: #5d85a0 !important;}
	.piBoxRaw .ulCTA li.uc2 a{background: #a0891d !important;}
	.piBoxRaw .ulCTA li.uc3 a{background: #7a1914 !important;}
	.piBoxRaw .ulCTA li.uc4 a{background: #192746 !important;}
}


@media only screen and (max-width : 480px) {
	.hugeTop{
    min-height: 180px;
  }
	.wp-image-1154{
		display: block;
		margin: 0 auto 20px !important;
		float: none;
	}
	.page_content_wrap {
    padding: 2em 0 5em !important;
	}
	.home .page_content_wrap{
		padding-bottom: 0 !important;
	}
	.header_mobile .logo {
	    padding-top: 10px !important;
	    padding-bottom: 8px !important;
	}
	.header_mobile .side_wrap{
		top: 53px !important;
	}
	.header_mobile .menu_button{
		right: 15px !important;
	}
	.header_mobile .phoneIcon{
		right: 61px;
		font-size: 30px;
	}
	.header_mobile .phoneIcon.mailIcon{
		right: 98px;
	}
	.header_mobile .phoneIcon.ampIcon{
		display: none;
	}
	.header_mobile .phoneIcon.faceIcon{
		right: 141px;
	}
	.header_mobile .timeIcon {
		right: 101px;
		font-size: 30px;
	}
	.header_mobile .content_wrap {
	    margin-left: 15px !important;
	}
	.header_mobile .logo .logo_text {
		text-align: left;
		font-size: 13px;
	    /*font-size: 1.9em !important;*/
	}
	.header_mobile .logo .logo_text::before {
		width: 130px;
		height: 20px;
	}
	.threeTabs .sc_column_item_2 .sc_column_item_inner,.threeTabs .sc_column_item_4 .sc_column_item_inner{
		background: #132a65 !important;
	}
	.threeTabs .sc_column_item_3 .sc_column_item_inner{
		background: url(../../uploads/2019/02/blockbg_2.png) no-repeat center !important;
		background-size: 100% 100% !important;
	}
	.footer_wrap .pFoot1,.footer_wrap .pFoot2,.footer_wrap .pFoot3,.footer_wrap .pFoot4, .footer_wrap .pFoot5, .footer_wrap .pFoot6{
		font: 400 15px/19px "PT Sans","Open Sans", sans-serif;
		margin: 0 15px 15px 0;
	}
	.footer_wrap .pFoot1 .iInfo span:before,.footer_wrap .pFoot2:after, .footer_wrap .pFoot3::after, .footer_wrap .pFoot4:after, .footer_wrap .pFoot5 a::after{
		vertical-align: middle !important;
		width:22px;
		height: 22px;
		left: 5px;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	footer .columns_wrap:not(.columns_fluid) > [class*="column-"]+[class*="column-"]{
		padding-top: 0;
	}
	
	.footer_wrap .pFoot3.pf2{
		font-size: 21px;
	}
	.footer_wrap .pFoot1.pf4{
		font-size: 16px;
	}
	.footer_wrap #media_image-2{
		display: none;
	}
	.footer_wrap .pFoot5{
		padding: 0 0 0 41px;
		margin: 0;
		text-align: left;
	}
	.god h4,.god h5{
		padding-left: 0;
	}
	.god h4 span img {
		position: relative;
		display: block;
		right: auto;
		margin: 0 auto 9px;
		height: auto;
	}
}








/* ------------              styles for landing page*/

html {
	scroll-behavior: smooth;
}
header .top_header_logo {
	display: inline-block;
	vertical-align: top;

}
header .top_header_logo .logo_1{
	height: 25px;
	width: 167px;
	padding-left: 20px;
	margin-top: -2px;
}
header .top_header_logo .logo_2{
	height: 15px;
	width: 129px;
	padding-left: 14px;
	vertical-align: bottom;
}
.landText{
	/*margin-bottom: 35px;*/
}
.landText h1{
	font-size: 36px;
	line-height: 35px;
	margin: 0 0 19px;
	text-align: center;
	font-family: 'Gotham Black', "PT Sans","Open Sans", sans-serif;
}
.landText h1 .nobr{
	white-space: nowrap;
}
.landText p{
	color: #000;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
}
.mapBox{}

.mapJaw{
	max-width: 835px;
	margin: 0 auto;
	position: relative;
}
.mapJaw .mjImg_1{
	display: block;
}
.mapJaw .mjImg_2{
	position: absolute;
	width: 40%;
	height: auto;
	right: -8.3%;
	top: -10%;
}



.tipsBlock{
    max-width: 860px;
    margin: 0 auto !important;
}


.tipJaw .angText{
	position: absolute;
  top: 18px;
  right: -86px;
	width: 300px;
	color: #fff;
	background: #e30613;
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	transform: rotate(24.8deg) ;
-webkit-transform: rotate(24.8deg) ;
-moz-transform: rotate(24.8deg) ;
-o-transform: rotate(24.8deg) ;
-ms-transform: rotate(24.8deg) ;
z-index: 15;
font-family: 'Gotham Black', "PT Sans","Open Sans", sans-serif;
}

.tipJaw h3{
	margin: 13px 0 11px;
	font-size: 29px;
	line-height: 29px;
	font-family: 'Gotham Black', "PT Sans","Open Sans", sans-serif;
}
.tipJaw{
	background: #f6f6f6;
	position: relative;
	border-radius: 7px;
	padding: 43px 5% 20px 10%;
	overflow: hidden;
	min-height: 203px;
	box-sizing: border-box;
}
.tipJaw.tjRight{
	padding: 43px 13% 20px 15%;
}
.tipJaw .tipJawIn img{
	float: left;
	margin: 0 8% 0 0;
	height: auto;
	width: 118px;
}
.tipJaw.tjRight .tipJawIn img{
	float: right;
	margin: 0 0 0 8%;
	width: 69px;
	
}
.tipJaw p{
	font-size: 14px;
	line-height: 17px;
	margin: 0;
}
.tipJaw .lesmer{
	font-family: 'Gotham Black', "PT Sans","Open Sans", sans-serif;
	width: 99px;
	margin: 0 !important;
	border-radius: 4px;
	padding: 4px 5px;
	font-size: 14px;
	display: inline-block !important;
}

body.page-id-1590 #appointment h2{
	font-family: 'Gotham Black', "PT Sans","Open Sans", sans-serif;
}



.headBtn {
    display: inline-block;
    vertical-align: top;
    float: right;
    margin-right: 20px;
    margin-top: -7px;
    padding-top: 6px;
}
.headBtn a{
	display: inline-block;
	box-sizing: border-box;
	color: #fff !important;
	background: #f2cb13;
	width: 200px;
	text-align: center;
	font-family: 'Gotham Black', "PT Sans","Open Sans", sans-serif;
	font-size: 18px;
	line-height: 20px;
	white-space: nowrap;
	text-decoration: none;
	/*border: 2px solid #f2cb13;*/
	border-radius: 4px;
	padding: 9px 5px;
}
.headBtn a:hover{
	background: #dbb60a !important;
	/*color: #f2cb13 !important;*/
}
header .logoText{
	color: #fff !important;
	font-size: 18px;
	margin: 0 0 -5px 23px;
	font-weight: 700 !important;
	display: inline-block;
	vertical-align: bottom;
}

header.scheme_original .headWrap2.hwLand {
	background: #234077;
	position: relative;
	border-bottom: 17px solid #d3d9e4;
}
.top_panel_fixed header.scheme_original .headWrap2.hwLand {
	border-bottom-width: 0;
}
.top_panel_style_4 .headWrap2.hwLand .header_second_line{
	padding: 13px 0px 13px;
	max-width: 1500px;
}
header .headWrap2.hwLand .top_header_logo{
	padding-top: 7px;
}
.sg-popup-content h2{
 font-size: 28px;
 text-align: center;
 margin: 15px 0 25px;
}
.sg-popup-content h4{
	font-size: 18px;
	line-height: 23px;
	color: #000;
	margin: 0 0 25px;
}

.ABestill{
	display: inline-block;
	box-sizing: border-box;
	color: #fff !important;
	background: #233d7e;
	min-width: 200px;
	text-align: center;
	font-family: 'Gotham Black', "PT Sans","Open Sans", sans-serif;
	font-size: 18px;
	line-height: 20px;
	white-space: nowrap;
	text-decoration: none;
	border: 2px solid #233d7e;
	border-radius: 4px;
	padding: 9px 15px;
}
.ABestill:hover{
	background: #fff;
	color: #233d7e !important;
}
.rb-cf__input_checkbox{
	margin: -10px 30px 30px;
	display: block;
	position: relative;

}
.rb-cf__input_checkbox .wpcf7-form-control-wrap{
	position: absolute;
	left: 0;
}
.rb-cf__input_checkbox span.wpcf7-list-item{
	margin: 0;
}
.rb-cf__input_checkbox > span:last-child{
	display: block;
	margin:0 0 0 20px;
}
/*.rb-cf__input_checkbox .wpcf7-form-control-wrap{
		padding: 0 0 0 30px;
		display: block;
}
.rb-cf__input_checkbox .wpcf7-form-control.wpcf7-acceptance{
	position: absolute;
	left: 0;
	top: 5px;
}*/


/*body.page-id-1590 #custom_html-3,
body.page-id-1590 #custom_html-4,
body.page-id-1590 #custom_html-5,
body.page-id-1590 #custom_html-6,
body.page-id-1590 #custom_html-7{
	display: none
}*/


@media only screen and (min-width : 768px) and (max-width :992px){
	.tipJaw h3{
		font-size: 22px;
	}
}
@media only screen and (max-width : 1040px) {
	body.page-id-1590 .header_mobile .logo .logo_text:after {
		display: none;
	}
	body.page-id-1590 .headBtn{
		position: absolute;
		top: 3px;
		bottom: 0;
		margin: auto;
		right: 4%;
	}

}



/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.landText h1{
		font-size: 28px;
    line-height: 1.3;

	}
	.tipJaw{
		margin-bottom: 30px !important;
		padding: 20px 20px !important;
	}
	.tipJaw .tipJawIn{
		text-align: center;
	}
	.tipJaw .tipJawIn img,.tipJaw.tjRight .tipJawIn img{
		float: none;
		margin: 0 auto 0;
		display: block;
	}
	.tipJaw h3 br{
		display: none;
	}
	body.page-id-1590 .headBtn{
		display: none;
	}
/*	#sgpb-popup-dialog-main-div{
		width: 80% !important;
	}*/
	body.page-id-1590 #appointment h2{
		font-size: 40px;
    line-height: 1.3;
    margin-top: 18px;
	}

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
/*	body.page-id-1590 .headBtn{
		display: block;
	}*/
	body.page-id-1590 .header_mobile .content_wrap{
		width: auto;
		margin: 0 !important;
	}
	body.page-id-1590 .header_mobile .logo{
		text-align: center;
	}
	.landText h1{
		font-size: 19px;
		line-height: 1.3;
	}
	.tipJaw .lesmer{
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		box-sizing: border-box;
		padding: 10px 5px;
	}
	#appointment{
		padding: 0 15px;
	}
	body.page-id-1590 .page_content_wrap{
		padding-bottom: 0 !important;
	}
}


/* ------------            end  styles for landing page*/


/*bilferie style*/
.testFik p{
	font-size: 22px;
	line-height: 1.2;
}

.bilfBox .bItem{
	margin-bottom: 45px;
}
.bigBgTitle,
.bigBgTitle2{
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 10px;
	padding-right: 10px
}
.bigBgTitle h1,
.bigBgTitle2 h1{
	font-size: 55px;
	line-height: 1.2;
	margin: 0 0 19px;
	text-align: center;
	text-transform: uppercase;
	color: #fff !important;
	font-family: 'Gotham Black', "PT Sans","Open Sans", sans-serif;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}
.bigBgTitle h1 span,
.bigBgTitle2 h1 span{
	color: #224894 !important;
}
.bilfBox h4{
	margin: 0 0 20px !important;
	color: #000 !important;
	position: relative;
	font-size: 26px;
	line-height: 29px;
	min-height: 87px;
	padding: 0 0 0 40px;
	text-align: center;
	
}
.bilfBox h4 span{
	position: absolute;
	font-size: 70px;
	display: block;
	width: 35px;
	height: 60px;
	line-height: 60px;
	left: 0;
	top: 0;
}
.blueH3{
	text-align: center;
	color: #000 !important;
	margin: 20px 0 20px;
	font-weight: bold;
	font-weight: 900;
	font-size: 35px;
	line-height: 1.2;
	text-transform: uppercase;
	font-family: 'Gotham Black', "PT Sans","Open Sans", sans-serif;
		text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.15);
}
.blueH3_2{
	text-align: center;
	color: #000 !important;
	margin: 20px 0 20px;
	font-weight: bold;
	font-weight: 900;
	font-size: 35px;
	line-height: 1.2;
	text-transform: uppercase;
	font-family: 'Gotham Black', "PT Sans","Open Sans", sans-serif;
	color: #fff !important;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}
.page-id-1590 .page_content_wrap{
	padding-top: 0 !important;
}
.bigImgBox{
	padding: 3rem 0 0;
	/*margin-top: -60px;*/
}
.parBox{
	background-attachment: fixed !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  overflow: visible !important;
}
.hexBox{
	position: relative;
	max-width: 1024px;
	min-height: 500px;
	margin: 0 auto;
}
.hexagon {
  position: relative;
  display: inline-block;
  /* left/right margin approx. 25% of .hexagon width + spacing */
  margin: 1px 18px;
  background-color: #ed1c24;
  text-align: center;
  z-index: 99;
}
.hexagon, .hexagon::before, .hexagon::after {
  /* easy way: height is width * 1.732
  actual formula is 2*(width/(2*Math.tan(Math.PI/6)))
  remove border-radius for sharp corners on hexagons */
  width: 144px;
  height: 250px;
  border-radius: 20%/5%;
}
.hexagon::before {
  background-color: inherit;
  content: "";
  position: absolute;
  left: 0;
  transform: rotate(-60deg);
}
.hexagon::after {
  background-color: inherit;
  content: "";
  position: absolute;
  left: 0;
  transform: rotate(60deg);
}
.hexanone {
  position: relative;
  display: inline-block;
  width: 67px;
  height: 116px;
  margin: 1px 18px;
}

.hexagontent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140%;
  font-size: 2.4rem;
  line-height: 1.2;
  z-index: 100;
  color: #fff;
  font-family: 'Gotham Black', "PT Sans","Open Sans", sans-serif;
}
.hexagon.hex1{
	position: absolute;
	bottom: 16px;
	left: 17%;
	right: 0;
	margin: auto;
}
.hexagon.hex1,
.hexagon.hex1::before,
.hexagon.hex1::after{
	width: 179px;
	height: 295px;
}
.hexagon.hex1 .hexagontent {
  font-size: 3.1rem;
}
.hexagon.hex2{
	position: absolute;
	bottom: -87px;
	left: 63%;
	right: 0;
	margin: auto;
	background-color: #ffcb05;
}

.hexagon.hex2,
.hexagon.hex2::before,
.hexagon.hex2::after{
	width: 135px;
	height: 224px;
}
.hexagon.hex2 .hexagontent {
  font-size: 2.3rem;
}
.hexagon.hex2 img{
	display: block;
	width: 80%;
	margin: 12px auto 0;
}



/*start Personvernerklæring*/
.persBox > .wpb_column > .vc_column-inner{
  max-width: 1170px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.persBox .h2{
  margin: 45px 0 25px;
  font-size: 25px;
  line-height: 1.2;
}
.persBox .h3{
  margin: 0 0 25px;
  font-size: 25px;
  line-height: 1.2;
}
.persBox .h4{
  margin: 0 0 20px;
  font-size: 21px;
  line-height: 1.2;
}
.ulNum{
  list-style: decimal;
}
.persTab{
  margin-bottom: 35px;
}
.persTab td{
  border-width: 0 !important;
}
.persTab tr td:nth-child(1){
  padding-right: 40px;
  white-space: nowrap;
}
.persTab tr td:nth-child(2){
  border-bottom: 1px solid #15295c !important;
}
.persTab2{
  width: 100%;
}
.persTab2 th{
  background-color: #234177;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  padding: 5px;
}
.persTab2 td,.persTab2 th{
  padding: 5px;
  border-color: #15295c !important;
}
.hugeTable{
  width: 100%;
}
.hugeTable th{
  background-color: #234177;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  padding: 5px;
}
.hugeTable td,.hugeTable th{
  padding: 5px;
  border-color: #15295c !important;
}
.hugeTable ul li{
  margin-bottom: 0;
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.bilfBox .bItem{
		width: 100%;
		float: none;
	}
	.bilfBox h4{
		min-height: 0;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.smHide{
		display: none;
	}
	.bigBgTitle {
    padding-top: 34px;
    padding-bottom: 34px;
  }
	.bigBgTitle h1 {
    font-size: 32px;
  }
  .bigBgTitle h1 br{
  	display: none;
  }
  .testFik p {
    font-size: 18px;
  }
  .testFik p br{
  	display: none;
  }
  .bilfBox h4 span {
    font-size: 50px;
    height: 49px;
    line-height: 49px;
  }
  .blueH3 {
    font-size: 23px;
  }
  .hexagon.hex1, .hexagon.hex1::before, .hexagon.hex1::after {
    width: 137px;
    height: 234px;
  }
  .hexagon.hex1 {
    bottom: 16px;
    left: 52px;
    right: auto;
	}
	.hexagon.hex1 .hexagontent {
		font-size: 2.7rem;
	}
	.hexagon.hex2, .hexagon.hex2::before, .hexagon.hex2::after {
    width: 100px;
    height: 174px;
	}
	.hexagon.hex2 {
    bottom: -34px;
  }
  .bigBgTitle2{
  	margin-bottom: 28px;
  }
  .bigBgTitle2 h1 br{
  	display: none;
  }
  .bigBgTitle2 h1 {
    font-size: 24px;
  }
  .bigBgTitle2 {
    padding-bottom: 3px;
	}
	.blueH3_2 {
    font-size: 20px;
    line-height: 1.2;
   }
}


/* end bilferie style*/