/*
Theme Name: Vinga Seafood 2026
Theme URI: http://www.pixelbruket.se/webbyra-i-ystad/responsiv-webbdesign/
Author: Pixelbruket
Author URI: http://www.pixelbruket.se/
Description: Ett skräddarsytt tema från Pixelbruket
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column
Text Domain: pxlbrk

*/




@media screen and (max-width: 640px) {
	body{font-size: 12px !important; padding-top: 60px !important;}
	.footer-col{width: 100% !important;}
	[class*="col-"] {padding: 10px !important;}
    .col-4{width: 100% !important;}
	.col-6{width: 100% !important;}
	.halvsida{background-color: rgba(255, 255, 255, 0.5) !important;}
	.col-8{width: 100% !important;}
	.col-5{width: 100% !important;}
	.col-7{width: 100% !important;}
	ul.frontproducts li:nth-child(odd) div{float: left !important;}
	.frontproduct{padding: 0 20% !important;}
	.ingress{position: relative !important; bottom: auto !important; right: auto !important; float: left !important; box-shadow: none !important; width: 100% !important;}
	.shadow.ingress{box-shadow: none !important;}
	.hero{margin-top: 0 !important;}
	.toppbild:after,.slide:after{padding-bottom: 75% !important;}
	.toppbild,.slide{background-image: auto 100% !important;}
	.offsettop{margin-top:-70px !important;}
	.two-columns{-moz-column-count: 1 !important; -webkit-column-count: 1 !important; column-count: 1 !important;}

    }
    
@media (min-width: 641px) and (max-width: 960px) {
	body{font-size: 14px !important;}
	.col-4{width: 100% !important;}
	.col-8{width: 100% !important;}
	}
   
@media screen and (max-width: 960px) {
	body{padding-top: 60px !important;}
	.header{display: none !important;}
	.navbtn{display: block !important;}
	.mobillogo{display: block !important;}
	.logo{width: 90px !important; top:30px !important;}
	.sliderubrik{font-size: 2em !important;}
	.sectioncontent{padding: 60px 0 !important;}
    }
@media (min-width: 1920px) and (max-width: 999999999999999999999px) {
	.bg_tallrik{background-size: auto 100% !important;}
	}



/*********** ESSENTIALS ***********/

body{padding: 0; margin: 0; background-color: #fafafa; font-family: 'futura-pt', sans-serif; font-weight: 300; color: #3e3e3e; font-size: 16px;}
*{box-sizing: border-box; -webkit-font-smoothing: antialiased;}


a img { border: none; }
p {font-size: 1.1em; line-height: 1.6em; margin-top: 0;}
.plustext p{font-size: 1.35em;}
h1{font-family: 'kepler-std', sans-serif; font-weight: 400; font-size:3em; margin:0 0 0.5em 0; display:block;}
h2{font-family: 'kepler-std', sans-serif; font-weight: 400; font-size:1.8em; margin:0 0 0.5em 0; display:block;}
h3{font-family: 'kepler-std', sans-serif; font-weight: 400; font-size:1.3em; margin:0 0 0.5em 0; display:block;}
heading{font-family: 'kepler-std', sans-serif; font-weight: 400; font-size:2em; margin:0 0 0.5em 0; display:block;}


a{ color: #3e3e3e; text-decoration: none; }
p a{ color: #1c48c2; text-decoration: underline; }

.fattitle{font-weight: 300; font-size: 3em; padding: 1em 0 0 0;}



	
body.active .header{padding: 0; background-color: rgba(11, 36, 49, 0.85); box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);}

.header{
	width: 100%;
	position: fixed;
	top:0;
	left: 0;
	padding: 40px;
	margin: 0;
	z-index: 100;
	background-color: rgba(11, 36, 49, 0);
	}

body.active .logo{top:0;}

.logo{
	width: 90px; 
	height: 120px; 
	position: fixed; 
	top:20px; 
	left: 50%; 
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);

	z-index: 100; 
	background-image: url('images/logo.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	}

.mobillogo{
	display: none;
	width: 100%; 
	height: 60px;  
	position: fixed; 
	top:0; 
	left: 0;  
	z-index: 100; 
	background-color: #0b2330;
	background-image: url('images/logo-text.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 20px;
	}

.vitbg{background-color: #fff;}
.morkblabg{background-color: #0b2431; color: #fff;}
.blabg{background-color: #2584bf;}
.mellanblabg{background-color: #459DBF;}
.ljusblabg{background-color: #CEECF2;}
.guldbg{background-color: #EC9A29;}
.ljusgrabg{background-color: #fbfbfb;}

.vittext{color: #fff;}
.morkblatext{color: #0b2330;}
.blatext{color: #2484BF;}
.mellanblatext{color: #459DBF;}
.ljusblatext{color: #CEECF2;}

.nopadding{padding: 0 !important;}
.extrapadding{padding: 30px !important;}
.ease{-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease;  transition: all 0.5s ease;}
.shadow{box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1) !important; }
.center{text-align: center;}

.deadcenter{
	position: absolute; 
	left: 50%; 
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 5;
}

.wrapper{ width: 100%; float:left; padding:0; overflow-y: visible; position: relative;}
.herowrapper{ width: 100%; position: absolute; bottom: 0; left: 0; padding:0 calc(50% - 540px); overflow-y: visible; z-index: 10;}
.content{float:left; width:100%; position: relative; padding: 50px calc(50% - 540px);}
.content-post{float:left; width:100%; position: relative; padding: 50px calc(50% - 360px);}
.sectioncontent{float:left; width:100%; position: relative; padding: 100px calc(50% - 540px);}
.bildblock{text-align: center; color: #fff; font-weight: 300; text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);}
.bildblock p{font-size: 1.2em; margin-bottom: 3em; display: block; z-index: 10; position: relative; font}

.offsettop{margin-top: -120px;}

.two-columns{
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-moz-column-gap: 30px;
	-webkit-column-gap: 30px;
	column-gap: 30px;
}
.two-columns p{
	break-inside:avoid;
}

.parallax-window {
    min-height: 70vh;
    background: transparent;
    position: relative;
}


.hero_slim{
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
}
.hero_slim:before{
	width: 100%;
	display: block;
	padding-bottom: 35%;
	content: '';
}

.hero_slim img,
.hero_slim picture{
	width: 100%;
	height: auto;
	position: absolute;
	left:0;
	right: 0;
	top: 50%; 
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0.5;

}

.toppslogan{
	width: 100%; 
	float: left;
	z-index: 20;
	padding: 10px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	font-size: 12px;
	line-height: 1em;
	letter-spacing: 0.1em;
}

.bg_halvsida{
	background-size: 100% auto ;
	background-size: cover ;
	background-position:right center;
	background-repeat: no-repeat;
}
.bg_ankare{
	background-image: url('images/bg-ankare.svg');
	background-size: 100% auto ;
	background-size: cover;
	background-position:right center;
	background-repeat: no-repeat;
}

/*********** COLUMNS ***********/

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}
[class*="col-"] {
    float: left;
    padding: 20px;
    position: relative;
}



/*********** SHAPES ***********/

.square{
	width: 100%;
	float: left;
	position: relative;
	display: block;
}
.square:after{
	width: 100%;
	content: '';
	padding-bottom: 100%;
	display: block;
}

/*********** MENUS ***********/




ul.menu{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 1em;
	letter-spacing: 0.05em;
	}
ul.menu li{
	margin: 0;
	padding: 0;
	}
ul.leftmenu{
	padding-right: 45px;
	text-align: left;
}
ul.leftmenu li{
	float: left;
}
ul.rightmenu{
	padding-left: 45px;
	text-align: right;
}
ul.rightmenu li{
	float: right;
}

ul.topmenu{
	width: 50%;
	float: left;
	padding: 0;
	}
	
ul.topmenu li{
	display: inline-block;
	padding: 10px 20px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.2em;
	margin:0;
	box-sizing: border-box;
	line-height: 1em;
	position: relative;
	}
ul.topmenu > li > a{
	border-top: 2px solid rgba(238, 156, 40, 0);
	color: #fff;
	display: block;
	padding: 10px 0;
	}
ul.topmenu > li:hover > a{
	border-top: 2px solid rgba(238, 156, 40, 1);
	-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease;  transition: all 0.5s ease;
	}	


ul.topmenu > li.menu-item-has-children > a:after{
	font-family: 'Font Awesome 5 Pro';
	display:inline-block;
	padding: 0px;
	margin-left: 5px;
	content: '\f078';
	color: #fff;
	}
	
ul.topmenu > li.wpml-ls-item:hover a{
	border-top: 2px solid rgba(238, 156, 40, 0);
}


ul.topmenu > li.wpml-ls-item a{
	padding: 0;
	display: inline-block;
}
ul.topmenu > li.wpml-ls-item a:after{
	display: none;
}
ul.topmenu > li.wpml-ls-item a img{
	width: 32px !important;
	height: auto;
	display: block;
}


ul.topmenu li.menu-item-has-children:hover > ul.sub-menu{
	overflow: hidden;
	max-height: 800px;
}
	

ul.topmenu li > ul.sub-menu{
	position: absolute;
	width: 100%;
	top:56px;
	left: 0;
	overflow: hidden;
	max-height: 0;
	padding: 0;
	text-align: left;
	z-index: 5;
	-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease;  transition: all 0.5s ease;
}
body.active ul.topmenu li > ul.sub-menu{
	background-color: rgba(11, 36, 49, 0.85);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	}

ul.topmenu li > ul.sub-menu li{
	display: block;
	white-space: nowrap;
	padding: 0 20px 20px 20px;
	
}
ul.topmenu li > ul.sub-menu > li > a{
	color: #fff;
	display: block;
	width: 100%;
	text-transform: none;
	letter-spacing: 0;
}

ul.topmenu li > ul.sub-menu > li:hover > a{
	color: #EC9A29;
}


ul.languagemenu{
	width: 100%;
	float: left;
	text-align: center;
	list-style-type: none;
}

ul.languagemenu li{
	display: inline-block;
}



ul.languagemenu li a{
	padding: 42px 20px 20px 20px;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 10px;
	position: relative;
	text-align: center;
}
ul.languagemenu li a img{
	width: 32px !important;
	height: auto;
	display: block;
	position: absolute;
	top:0;
	left: 50%; 
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);

}

ul.languagemenu li ul.sub-menu{
	list-style-type: none;
	display: inline-block;
}




ul.footermenu{
	width:100%;
	font-weight: 400;
	}
ul.footermenu li{
	display: block;
	text-transform: none;
	text-align: left;
	padding:0;
	margin: 0;
	font-size: 1em;
	line-height: 1.5em;
	}



ul.footermenu li a{
	color:#fff;
	}

/*********** MOBILMENY ***********/

#toggle{display:none;}
.navbtn{
	display: none;
	position: fixed !important; 
	right: 0; 
	top: 0;
	z-index: 100;
	width: 60px; 
	height: 60px; 
	cursor: pointer;
	z-index: 10000 !important;
	background-image: url('images/open.svg');
	background-repeat: no-repeat !important;
	background-size: 60px 60px !important;
	background-position: center center !important; 
	}


menubar{
	position: fixed;
	right: 0;
	left: 0;
	top:-110vh;
	height: 100vh;
	padding: 150px 0 0 0;
	z-index: 90;
	background-color: rgba(11, 36, 49, 0.95);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}





:checked ~ menubar {
	top:0;  
}
     
:checked ~ .navbtn {
	background-image: url('images/close.svg'); 

}


ul.mobilemenu{
	width: 100%;
	float: left;
	padding: 0;
	text-align: left;
	font-family: 'kepler-std', sans-serif;
	font-weight: 400;
	font-size: 2em;
	line-height: 1em;
	letter-spacing: 0;
	}
ul.mobilemenu li{
	list-style-type: none;
	display: block;
	padding: 0;
	margin:0;
	position: relative;
	
	}
ul.mobilemenu li a{
	list-style-type: none;
	display: block;
	padding: 10px 20px;
	color: #fff;
	}
ul.mobilemenu li ul.sub-menu{
	padding-left: 1em;
	}
ul.mobilemenu li ul.sub-menu li a{
	border-left: 2px solid rgba(238, 156, 40, 1);
	}


	
/*********** SLIDER ***********/

.slider{
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	background-color: #e0e0e0;
	overflow: hidden;
}

.slide{
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	display: block !important;
	background-size: 100% auto;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.slide:after{
	width: 100%;
	padding-bottom: 50%;
	content: '';
	display: block;
    background-color: rgba(11, 36, 49, 0.5);
    z-index: 1;
}

slidecontent{
	color: #fff !important;
	box-sizing: border-box;
	text-align: center;
	width: 100%;
	max-width: 640px;
	padding: 20px;
	display: block;
	position: absolute; 
	left: 50%; 
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	
}
.sliderubrik{
	text-align: center;
	display: block;
	font-size: 4em;
	font-weight: 300;
	margin: 0 0 0.1em 0;
	line-height: 1em;
}

.slidetext{
	text-align: center;
	width: 100%;
	padding: 0;
	margin: 0;
	line-height: 1.3em;
}

.slideknapp{
	display: inline-block;
	background-color: #EC9A29;
	color: #0b2330;
	font-size: 1em;
	line-height: 1em;
	padding: 0.8em 1.5em;
	border-radius: 1.3em;
	text-align: center;
	margin: 0.8em auto;
	
}


ul.sliderlogos{
	width: 100%;
	position: absolute;
	padding: 15px;
	list-style-type: none;
	text-align: right;
	bottom: 20px;
	left: 0;
}
ul.sliderlogos li{
	width: auto;
	padding: 5px;
	display: inline-block;
}
ul.sliderlogos li img{
	width: auto;
	height: 70px;
	display: block;
}


.toppbild{
	width: 100%;
	float: left;
	background-size: 100% auto;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease;  transition: all 0.5s ease;
	min-height: 35vh;
}

.toppbild:after{
    background-color: rgba(0, 0, 0, 0.3);
    padding-bottom: 35%;
    display: block;
    content: '';
    z-index: 1;
}
body.home .toppbild:after{
	padding-bottom: 50%;
}

.toppbild_nooverlay:after{
    background-color: rgba(0, 0, 0, 0) !important;
}

.toppbild_content{
	width: 100%;
	max-width: 720px;
	display: block;
	position: absolute;
	padding: 20px;
	text-align: center;
	color: #fff;
	left:50%;
	top:50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);

}

.topplogo{
	width: 100%;
	max-width: 200px;
	height: auto;
	display: block;
}



/*********** CTA ***********/

ul.cta{
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.cta li{
	display: inline-block;
	padding: 10px;
}

.knapp{
	font-size: 1em;
	line-height: 1em;
    padding: 1em 1.5em;
    letter-spacing: 0.1em;
    border-radius: 1.5em;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    border: none;
    white-space: nowrap;
    display:inline-block;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: center;
    opacity: 0.9;
    -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease;  transition: all 0.5s ease;

}
.knapp:hover{
    opacity: 1;
}
.knapp:after{
	font-family: 'Font Awesome 5 Pro';
	display:inline-block;
	padding:0 0 0 0.3em;
	content: '\f30b';
}


ol.contentlist,
.instruktioner ol{
	counter-reset: my-awesome-counter;
	margin: 0 0 1em 0 !important; 
	padding: 0 !important; 
	list-style-type: none; 
	font-size: 1.2em; 
	width: 100%; 
	float:left;
	}
ol.contentlist li,
.instruktioner ol li{
	counter-increment: my-awesome-counter;
	padding: 0 0 0 2em; 
	margin: 0 0 1em 0;
	position: relative;
	font-weight: 300;
	display: block;
	float: left;
	width: 100%;
	}
ol.contentlist li:before,
.instruktioner ol li:before{
  	content: counter(my-awesome-counter)'.';
	display: block;
	width:2em;
	font-size: 1.5em;
	text-align: left;
	color: #0b2330;
	box-sizing: border-box;
	font-weight: 700;
	position: absolute;
	top:0;
	left:0;
	font-family: 'kepler-std', sans-serif; 
	font-weight: 400;
	}



/*********** Kalkylator ***********/

.kalkylator{
	width: 100%;
	float: left;
	padding: 0 20px;
	text-align: center;
}
.kalkylator output{
	font-size: 1.2em;
	font-weight: 700;
	margin: 1em 0;
	display: block;
	width: 100%;
	float: left;
}

.kalkylatorslider{
	-webkit-appearance: none;
	width: 100%;
	height: 5px;
	float:left;
	margin: 0;
	outline: none;
	-webkit-transition: .2s;
	transition: opacity .2s;
}


.kalkylatorslider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 48px;
  height: 30px;
  border: 0;
  background: url('images/fisk.svg');
  background-size: 48px 30px;
  cursor: pointer;
}

.kalkylatorslider::-moz-range-thumb {
  width: 48px;
  height: 30px;
  border: 0;
  background: url('images/fisk.svg');
  background-size: 24px 15px;
  cursor: pointer;
}



.kalkylatortotal{
	font-size: 2em !important;
	margin: 0 !important;
}



/*********** ÅTERFÖRSÄLJARE ***********/

.reseller_logo{
	width: 100%;
	display: block;
	position: relative;
}
.reseller_logo:before{
	display: block;
	padding-bottom: 65%;
	content: '';
	}

.reseller_logo img,
.reseller_logo picture{
	width: auto;
	height: 20%;
	max-width: 75%;
	display: block;
	filter: grayscale(100);
}
.reseller_logo:hover img,
.reseller_logo:hover picture{
	filter: grayscale(0);
}

/*********** INLÄGG ***********/

.card-post{
	width: 100%;
	display: block;
	padding-bottom: 75%;
	background-size: 100% auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	content: '';
	position: relative;
}
.card-post-content{
	width: 100%;
	padding: 120px 16px 16px 16px;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
	color:#fff;
	position: absolute;
	bottom:0;
	left:0;
	right:0;
}
.card-post-meta{
	display: block;
	text-transform: uppercase;
	margin: 0;
}


/*********** RECEPT ***********/

.recept p{
	font-size: 1.2em;
}
.receptbox{
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
}
.receptbox:after{
	width: 100%;
	float: left;
	position: relative;
	padding-bottom: 56.25%;
	content: '';
	display: block;
}


.receptbox img{
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	top:0;
	left:0;
}

.receptbox h2{
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	bottom:0;
	left:0;
	font-size: 1.4em;
	font-weight: 400;
	color: #000;
	background-color: rgba(255, 255, 255, 0.7);
	padding: 15px;
	margin: 0;

}


.receptbild{
	width: 100%;
	float: left;
	position: relative;
}
.receptbild img{
	width: 100%;
	float: left;
	height: auto;
	display: block;
}

.recept_credits{
	width: 120px;
	position: absolute;
	padding: 20px;
	bottom: 0;
	right:0;
}
.recept_credits img{
	width: 100%;
	float: left;
	height: auto;
	display: block;
}

.receptnamn{
	width: 100%;
	position: absolute;
	left:0;
	bottom:0;
	font-size: 2em;
	display: block;
	margin: 0;
	background-color: rgba(33, 50, 66, 0.7);
	color: #fff;
	padding: 20px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#223343+0,223343+100&0+0,0.7+100 */
	background: -moz-linear-gradient(top,  rgba(34,51,67,0) 0%, rgba(34,51,67,0.7) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(34,51,67,0) 0%,rgba(34,51,67,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(34,51,67,0) 0%,rgba(34,51,67,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00223343', endColorstr='#b3223343',GradientType=0 ); /* IE6-9 */
}



.fotocred{
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.8);
	font-size: 10px;
	padding: 5px;
	line-height: 1em;
	position: absolute;
	right:0;
	top:0;
}

table.ingredienser{
	width: 100%;
	float: left;
	font-size: 1em;
}

td.mangd{text-align: left; width: 90px; font-weight: 700;}



/*********** PRODUKTER RETAIL ***********/


.retail_row{
	width: 100%;
	float: left;
	padding: 0 calc(50% - 540px);
}
.retail_row:nth-child(odd){
	background-color: #fff;
}
.retail_row:nth-child(odd) .col-6{
	float: right;
}

.retail_certlogo{
	position: absolute;
	display: block;
	top:30px;
	right:30px;
	width: 90px;
	height: auto;
}
.retail_certlogo img{
	display: block;
	width: 100%;
	height: auto;
}

.retail_content{
	width: 100%;
	position: absolute;
	top: 50%;
	left:0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);

}

.retail_image{
	width: 100%;
	position: absolute;
	top:0;
	left:0;
}
.retail_image img{
	width: 100%;
	height: auto;
	display: block;
}


.retail_vikt{
	display: block;
	font-size: 1.4em;
	font-weight: 700;
}

/*********** PRODUKTER CATERING ***********/

table.produktlista{
	width: 100%;
	float: left;
	list-style-type: none;
	padding: 10px;
	border-collapse: collapse;
}

table.produktlista th{
	text-align: left;
	font-weight: 700;
}
table.produktlista td{
	padding: 5px;
	background-color: #fff;
	height: 30px;
	
}
td.produktlista_thumb img{
	padding: 0;
}

td.produktlista_thumb img{
	width: 30px;
	height: 30px;
	display: block;
}

td.certlogo{
	white-space: 30px;
}
.list_certlogo{
	width: auto;
	height: 25px;
	max-width: 25px;
	display: block;
}
table.produktlista tr:nth-child(odd) td{
	background-color: #fafafa;
	
}

ul.certlist{
	position: absolute;
	top:20px;
	right: 20px;
	text-align: right;
	list-style-type: none;
}
ul.certlist li{
	width: auto;
	box-sizing: border-box;
	display: inline-block;
	float: left;
	padding: 0 0 0 5px;
}
ul.certlist li img{
	width: auto;
	height: 30px;
	display: block;
}

ul.produktfakta{
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top: 2px solid #000;
	font-size: 16px;
}
ul.produktfakta li{
	width: 100%;
	float: left;
	display: block;
	border-bottom: 1px solid #000;
	padding: 10px 0;
}

.metalabel{
	width: 50%;
	float: left;
	font-weight: 700;
	text-align: left;
}
.metavalue{
	width: 50%;
	float: left;
	text-align: left;
}

.kalla{
	width: 100%;
	float: left;
	font-style: italic;
	font-size: 12px;
	font-weight: 300;
}

/*********** FACET WP ***********/

.facetwp-map-filtering{display: none;}

.facetwp-facet{
	width: 100%;
	float: left;
	display: block;
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
	
}

.facetlabel{
	width: 100%;
	display: block;
	float: left;
	text-align: left;
	padding: 0 0 0.6em 0;
	font-family: 'futura-pt', sans-serif !important;
	text-transform: uppercase;
	font-weight: 700 !important;
	font-size: 0.8em !important;
	line-height: 1em !important;

}

.facetwp-dropdown{
	width: 100%;
	display: block;
	background-color: #eaeaea !important;
	background-image: url('images/arrow.svg');
	background-size: 3em 3em;
	background-position: right center;
	background-repeat: no-repeat;
	color: #0b2330;
	font-family: 'futura-pt', sans-serif !important;
	font-weight: 700 !important;
	font-size: 0.8em !important;
	line-height: 1em !important;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	padding:  1.1em 1em !important;
	margin: 0 !important;
	-webkit-appearance: none;
	border: none;
	outline: none;
}


.facetwp-slider-wrap{
	padding: 0.8em 0 !important;
}
.noUi-connect,
.facetwp-slider,
.noUi-horizontal{
	height: 0.2em !important;
	background-color: #666666 !important;
	border: none !important;
}
.noUi-touch-area,
.noUi-handle{
	top:-0.65em !important;
	width: 1.5em !important;
	height: 1.5em !important;
	border-radius: 50% !important;
	background-color: #d6d6d6 !important;
	border: none !important;
	outline: none !important;
}
.facetwp-slider-reset{display: none !important;}
.facetwp-slider-label{
	font-weight: 700; 
	font-size: 0.6em; 
	padding-top: 0.4em;
	text-transform: uppercase; 
	text-align: center !important; 
	display: block;
	}





.facetwp-radio, .facetwp-checkbox{
	width: auto;
	font-size: 16px;
	line-height: 1em !important;
	display: inline-block;
	font-family: 'futura-pt', sans-serif !important;
	font-weight: 400 !important;
	text-transform: uppercase;
	padding:  12px 15px !important;
	margin: 2px 0 !important;
	-webkit-appearance: none;
	border: none;
	color: #fff;
	background: none !important;
	background-color:#0b2330 !important;
	border-radius: 0;
	letter-spacing: 0.01em;
}
.facetwp-radio:hover, .facetwp-radio.checked, .facetwp-checkbox:hover, .facetwp-checkbox.checked{
	background-color: #EC9A29 !important;
	color: #fff;
}
.facetwp-radio:hover, .facetwp-radio.checked, .facetwp-checkbox:hover, .facetwp-checkbox.checked{
}



.facetwp-reset{
	background-color: #0b2330 !important;
	color: #fff;
	width: 100%;
	display: block !important;
	font-family: 'futura-pt', sans-serif !important;
	font-weight: 700 !important;
	font-size: 0.8em !important;
	line-height: 1em !important;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	padding:  1.1em !important;
	margin: 0 !important;
	-webkit-appearance: none;
	border: none;
	height: auto !important;
}

.facetwp-load-more{
	font-family: 'futura-pt', sans-serif !important;
	font-size: 1em;
	line-height: 1em;
    padding: 1em 1.5em;
    letter-spacing: 0.1em;
    border-radius: 1.5em;
    color: #fff;
	background-color: #EC9A29;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    border: none;
    white-space: nowrap;
    display:inline-block;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: center;
}





/*********** FILER ***********/

.filknapp{
    color: #fff;
    background-color: #2e455b;
    font-size: 18px;
    padding: 15px 20px;
    font-weight: 300;
    line-height: 1em;
    border-radius: 24px;
    display: block;
}
.filknapp:before{
	font-family: 'Font Awesome 5 Pro';
	display:inline-block;
	padding:0 0.3em 0 0;
	content: '\f1c1';
}


/*********** SÄLJPUNKTER ***********/

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

ul.saljpunkter li{
	width: 100%;
	float: left;
	margin: 30px 0;
	padding: 50px 30px 30px 30px;
	position: relative;
}

ul.saljpunkter li p{
	font-size: 0.9em;
}

.punktnummer{
	width: 60px;
	height: 60px;
	font-size: 30px;
	text-align: center;
	font-weight: 700;
	line-height: 1em;
	padding: 15px 0;
	position: absolute;
	top:-30px;
	left: 50%; 
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 30px;	
}

/*********** KONTAKT ***********/


ul.kontakt_personer{
	width: 100%;
	float: left;
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
}
ul.kontakt_personer li{
	margin: 0 0 20px 0;
	padding: 0;
}


/*********** FORMULÄR ***********/

.gfield_label{
	font-family: 'futura-pt', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

.gform_fields input[type="text"],
.gform_fields textarea{
	background-color: transparent;
	border: 2px solid #2e455b;
	border-radius: 3px;
	padding: 10px !important;
}

.gform_button{
	display: inline-block;
	white-space: nowrap;
	padding: 12px 20px;
	background-color: #c96e4f;
	color: #fff;
	font-weight: 300;
	line-height: 1em;
	font-size: 12px;
	border-radius: 36px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-appearance: none !important;
	border: none !important;
	font-family: 'futura-pt', sans-serif; font-style: normal; 
}

.gform_drop_area{
	border: 1px dashed #2e455b !important;
	
}

.gform_button_select_files{
	display: inline-block;
	white-space: nowrap;
	padding: 12px 20px;
	background-color: #2e455b;
	color: #fff;
	font-weight: 400;
	line-height: 1em;
	font-size: 12px;
	border-radius: 36px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-appearance: none !important;
	border: none !important;
	font-family: 'futura-pt', sans-serif; font-style: normal; 
	
}



.gfield_price .gfield_label{width: calc(100% - 150px); float: left; font-size: 14px; padding: 13px 0; text-transform: none;}
.ginput_product_price_label, .ginput_quantity_label{display: none;}
.ginput_container_singleproduct{width: 150px; float: left;}
.ginput_product_price{width: 100px; display: block; float: left; font-size: 14px; padding: 13px 0;}
li.ginput_product_price:nth-child(odd){background-color: #fafafa;}



/*********** FOOTER ***********/

.vagor:before{
	width: 100%;
	height: 15px;
	position: absolute;
	top:-13px;
	left: 0;
	background-image: url('images/vagor.svg');
	background-repeat: repeat-x;
	background-size: 80px 15px;
	content: '';
	display: block;
}


.footer{
	float:left; 
	width:100%; 
	position: relative; 
	padding: 50px calc(50% - 540px);
	}


.footerlogo{
	width: 100%; 
	max-width: 200px; 
	height: auto;
	display: block;
	float:left;
	box-sizing: border-box;
	}


.copyinfo{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 0.9em;
	padding: 20px;
}



ul.links{list-style-type: none; padding: 0; margin: 0;}
ul.links li a{color:#fff; border-bottom: 1px solid #fff; padding: 5px 0; display: block;}



.acf-map {
    width: 100%;
    height: 400px;
    border: 10px solid #fff;;
    margin: 0;
}

.acf-map img {
   max-width: inherit !important;
}



.icon, .socialicon{
	position: relative;
	display: block;
	line-height: 1.7em;
	padding: 0 0 0 1.5em;
}
.icon:before,.socialicon:before{
	position: absolute;
	left: 0;
	top:0;
	display: block;

}
.icon:before {
font-family: 'Font Awesome 5 Pro';

}
.socialicon:before {
font-family: 'Font Awesome 5 Brands';

}

.mobil:before{content: '\f10b';}
.telefon:before{content: '\f095';}

.e-post:before{content: '\f0e0' ;}
.adress:before{content: '\f041';}
.adress:before{content: '\f041';}
.passare:before{content: '\f568';}
.map:before{content: '\f5a0';}

.facebook:before{content: '\f39e';}
.google:before{content: '\f0d5';}
.instagram:before{content: '\f16d';}
.linkedin:before{content: '\f0e1';}
.pinterest:before{content: '\f0d2';}
.twitter:before{content: '\f099';}
.youtube:before{content: '\f167';}
.skype:before{content: '\f17e';}
.spotify:before{content: '\f1bc';}
.cloud:before{content: '\f381';}
.pdf:before{content: '\f1c1';}

.apple:before{content: '\f179';}
.googleplay:before{content: '\f3ab';}



.fullimage img{
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 20px;
}




::-webkit-input-placeholder {
   color: #2c2c2c;
}

:-moz-placeholder { /* Firefox 18- */
   color: #2c2c2c;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #2c2c2c;  
}

:-ms-input-placeholder {  
   color: #2c2c2c;  
}



/****** RESPONSIVE VIDEO *******/

.responsive-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
	overflow: hidden;
	width: 100%;
	margin-bottom: 15px;
	float: left;
}

.responsive-container iframe,
.responsive-container object,
.responsive-container embed,
.responsive-container video
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}









/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
        white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
}