/*
	Theme Name: Lasini
	Theme URI: http://la-sini.dk
	Description: HTML5 Blank WordPress Theme
	Author: Simone Henriksen
	Author URI: http://simonelylloff.com
	Tags: HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}


/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}

body {
	font:300 17px/1.4 'Open Sans', 'Helvetica', 'Arial', sans-serif;
	color:black;
}

span p {
    font: 'Open Sans';!important
}

html {
    font: 'Open Sans';
}

/* fontsize and color */
h1{
    font-size: 1.9vw;
}

.footer_oplysninger p{
    font-size: 1.1vw;
}

.amount{
    color: black;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}

.clear {
    *zoom:1;
}

img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#444;
}
p{
    color:#000;
}

a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
    font-family: "Open Sans";
    src: url("http://la-sini.dk/wp-content/themes/la-sini/fonts/OpenSans-Light.ttf");
    font-weight: normal;
}
@font-face {
    font-family: "Open Sans";
    src: url("fonts/OpenSans-Semibold.ttf");
    font-weight: bold;
}
@font-face {
    font-family: "Open Sans";
    src: url("fonts/OpenSans-Italic.ttf");
    font-style: italic;
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    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%;
	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 .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}


/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}


/* wrapper */

.wrapper {
	max-width:1280px;
    width:85%;
	margin: 0, 0, 0, 0 auto;
	position:relative;
    margin: 0 auto;
}


/* header */
.header {
    background-color: white;
    position: fixed;
    z-index: 99;
    height: 14vw;
    width: 100%;
    left: 0;
    margin: 0 auto;
}

.headwrapper{
    height: 14.4vw;
}

.spacer{
    width: 100%;
    height: 14.4vw;
}


/* logo */
.logo {
    background-color: white;
    z-index: 99;
    text-align: center;
    margin-top: 0;
    width: 21vw;
    height: 14vw;
    margin: 0 auto;
   
}

.nav ul{
    background-color: white;
}


/* kurv */
.kurv_icon{   
    position: fixed;
    z-index: 102;
    width: 3.5vw;
    height: 3.5vw;
    top: 4vw;
    z-index: 100;
    margin: 0 auto;
    right: 8.5vw;
}

.kurv_icon p{
    text-align: right;
}

.kurv_levering{
    font-size: 1vw;
    line-height: 1.3;
    width: 9.5vw;
    top: 2.8vw;
    position: absolute;
    right: 0.5vw;
}

.kurv_leveringstid{
    font-size: 0.85vw;
    line-height: 1.3;
    width: 7.5vw;
    position: absolute;
    top:4.3vw;
    right: 0.5vw;
}



.img.alignnone a{
    margin: 0 auto;
}

/* nav */
.nav {
    position: fixed;
    z-index: 99;
    height: 2vw;
    width: 85vw;
    margin: 0 auto;    
    left: 0;
    right: 0;
    text-align: center;
    top: 11vw;
    
}

.nav ul{
    padding: 0.5vw;
    margin: 0 auto;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
}

.nav li {
    font-size: 1.55vw;
    display: inline-block;
    text-align: center;
    font-color: black;

}

.menu-item{
    width: 10vw;
    text-align: center;

}

#metaslider_container_92{
    margin-top: -1vw;
}

/*
#metaslider_container_571{
    display: none;
}
*/
/* footer */

.footer_oplysninger{
    position: relative;
    display: inline-block;
    width: 85vw;
    height: 20vh;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    border-top: solid black 1px;
}

.footer_oplysninger p{
    margin: 0 auto;
}

.footer_information{
    display: inline-block;
    width: 33vw;
 }

.footer_information p{
    margin: 0 auto;
 }

.footer_kontakt{
    display: inline-block;
    width: 33vw;
}

.footer_kontakt p{
    margin: 0 auto;
}

.footer_sociale_betaling{
    display: inline-block;
    width: 18vw;
    height: 6vw;
    margin: 0 auto;
}

.footer_facebook{
    display: inline-block;
    width: 4vw;
    height: 4vw;
}


.footer_instagram{
    display: inline-block;
    width: 4vw;
    height: 4vw;
    margin: 0 auto;
    margin-left: 0.5vw;
}


.footer_betaling{
    display: inline-block;
    width: 18vw;
    height: 6vw;
    margin: 0 auto;
}

.visa_online{
    display: inline-block;
    width: 4.1vw;
    height: 2.5vw;
}

.visa_electron{
    display: inline-block;
    width: 4.1vw;
    height: 2.5vw;
}

.mastercard{
    display: inline-block;
    width: 4.1vw;
    height: 2.5vw;
}

.maestro{
    display: inline-block;
    width: 4.1vw;
    height: 2.5vw;
}

.products li img{
    width: 23.3vw;
    height: 23.3vw;
}

.attachment-shop_catalog{
    width: 23.3vw;
    height: 23.3vw;
}


/*webshop*/
.woocommerce div.product form.cart .button{
    color: white;!important
}

.produkter_forside{
    position: relative;
    width: 85vw;
    height: 30vw;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.wp-image-104{
    -webkit-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    -moz-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
}

.forside_produktet{
    display: inline-block;
    position: absolute;
    width: 23.5vw;
    height: 23.5vw;
}

.forside_produktto{
    display: inline-block;
    position: absolute;
    margin-left: 31vw;
    width: 23.5vw;
    height: 23.5vw;
}

.forside_produkttre{
    display: inline-block;
    position: absolute;
    margin-left: 62vw;
    margin-right: 0 auto;
    width: 23.5vw;
    height: 23.5vw;
}

.produkter_forside img:hover{
    -webkit-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    -moz-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53); 
}

.woocommerce ul.products li.product a img:hover{
    -webkit-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    -moz-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
}

.nav ul{
    z-index: 12;
}

.woocommerce div.product div.images img{
    -webkit-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    -moz-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
}

.orderby{
    border: solid 1px black;
    background-color: white;
}

.om_os_beskrivelse{
    margin-top: 1.5vw;
    display: inline-block;
    position: relative;
    width: 85vw;
    height: 35vw;
}

.om_os_billede{
    display: inline-block;
    width: 42.5vw;
    height: 34.7vw;
    left: 0;
    right: 0;
    position: absolute;
    margin-top: -1vw;
}


.om_os_tekst{
    display: inline-block;
    width: 41.5vw;
    height: 35vw;
    position: absolute;
    margin-top: 0.3vw;
/*    text-align:justify;*/
    right: 0vw;
}

.om_os_tekst h1{
    text-align: center;
    font-size: 1.5vw;
    margin: 0.4vw;
}

.om_os_tekst p{
    margin-top: 0.3vw;
}

.related.products {
	clear: both;
}

.search{
    font-size: 1vw;
    margin-bottom: 2vw;
}

#handel_betaling {
    padding-top: 26vh;
    margin-top: -26vh;
}

#handel_levering {
    padding-top: 26vh;
    margin-top: -26vh;
}

#handel_ombytning {
    padding-top: 26vh;
    margin-top: -26vh;
}

#handel_returnering {
    padding-top: 26vh;
    margin-top: -26vh;
}

#handel_reklamation {
    padding-top: 26vh;
    margin-top: -26vh;
}

.woocommerce ul.products li.product .button{
    background: white;
    border: solid 0.1vw black;
    color: black;
}

.woocommerce ul.products li.product .button:hover{
    background: #dadada;
    border: solid 0.1vw black;    
}

.woocommerce div.product form.cart .button{
    background: white;
    border: solid 0.1vw black;
    color: black;
}

.woocommerce div.product form.cart .button:hover{
    background: #dadada;
    border: solid 0.1vw black;  
}

.pt-cv-wrapper .btn-success{
    background: white;
    border: solid 0.1vw black;
    color: black;  
}

.col-md-3 .pt-cv-content-item .pt-cv-1-col{
    padding: 0;  
}

.post-grid .grid-items{
    text-align: left;
}

#post-grid-369{
    padding: 0!important;
}

a.element.element_2.read_more{
    border: solid black 0.1vw;
    width: 6vw;
    float: right;
    border-radius: 0.3vw;
    padding: 0.3vw;
}

a.element.element_2.read_more:hover{
    background: #dadada;
    border: solid 0.1vw black;
    border-radius: 0.3vw;
    width: 6vw;
    float: right;
}

span.author{
    display: none;
}

.pt-cv-wrapper img{
    -webkit-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    -moz-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53); 
    max-width: 340px;
    max-height: 260px;
    min-height: 260px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    object-fit: cover;
}

.pt-cv-wrapper img:hover {
	-webkit-filter: brightness(50%);
}

.pt-cv-wrapper .btn-success:hover{
    background-color: grey;   
}

.typepost p{
    display: block;
    float: right;
    width: 40vw;
}

.type-post img{
    float: left;
    width: 42.5vw;
    margin-right: 1.5vw;
    -webkit-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    -moz-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53); 
}

.type-post h1{
    margin-bottom: 0.5vw;
}

.date{
    color: grey;
    font-size: 1.2vw;
}

.page-id-175{    
    margin-top: -0.1vw;
}









/*Til større skærm */
@media only screen and (min-width:1281px) {

    
/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}

body {
	font:300 17px/1.4 'Open Sans', 'Helvetica', 'Arial', sans-serif;
	color:black;
}

span p {
    font: 'Open Sans';!important
}

html {
    font: 'Open Sans';
}

/* fontsize and color */
h1{
    font-size: 1.9vw;
}

.footer_oplysninger p{
    font-size: 1.1vw;
}

.amount{
    color: black;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}

.clear {
    *zoom:1;
}

img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#444;
}
p{
    color:#000;
}

a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
    font-family: "Open Sans";
    src: url("http://la-sini.dk/wp-content/themes/la-sini/fonts/OpenSans-Light.ttf");
    font-weight: normal;
}
@font-face {
    font-family: "Open Sans";
    src: url("fonts/OpenSans-Semibold.ttf");
    font-weight: bold;
}
@font-face {
    font-family: "Open Sans";
    src: url("fonts/OpenSans-Italic.ttf");
    font-style: italic;
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    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%;
	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 .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}


/*------------------------------------*\
    PRINT
\*------------------------------------*/

   /* wrapper */

.wrapper {
/*	max-width:1280px;*/
    width:1088px;
	margin: 0, 0, 0, 0 auto;
	position:relative;
    margin: 0 auto;
}


/* header */
.header {
    background-color: white;
    position: fixed;
    z-index: 99;
    height: 179px;
    width: 1088px;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%);
}

.headwrapper{
    width: 1088px;
    height: 179px;
    margin: 0 auto;
    
    
}

.spacer{
    width: 1088px;
    height: 183px;
}


/* logo */
.logo {
    background-color: white;
    z-index: 99;
    text-align: center;
    margin-top: 0;
    width: 268.8px;
    height: 179.2px;
    margin: 0 auto;
   
}

.nav ul{
    background-color: white;
}


/* kurv */
.kurv_icon{   
    position: fixed;
    z-index: 102;
    width: 44.8px;
    height: 44.8px;
    top: 51.2px;
    z-index: 100;
    margin: 0 auto;
    right: 108.8px;
}

.kurv_icon p{
    text-align: right;
}

.kurv_levering{
    font-size: 12.8px;
    line-height: 1.3;
    width: 121.6px;
    top: 35.8px;
    position: absolute;
    right: 6.4px;
}

.kurv_leveringstid{
    font-size: 10.88px;
    line-height: 1.3;
    width: 96px;
    position: absolute;
    top: 55px;
    right: 6.4px;
}



.img.alignnone a{
    margin: 0 auto;
}

/* nav */
.nav {
    position: fixed;
    z-index: 99;
    height: 25.6px;
    width: 1088px;
    margin: 0 auto;    
    left: 0;
    right: 0;
    text-align: center;
    top: 140.8px;
    
}

.nav ul{
    padding: 6.4px;
    margin: 0 auto;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
}

.nav li {
    font-size: 19.8px;
    display: inline-block;
    text-align: center;
    font-color: black;

}

.menu-item{
    width: 125px;
    text-align: center;

}

#metaslider_container_92{
    margin-top: -12.8px;
}
    
#metaslider_container_571{
    display: none;
}

/* footer */

.footer_oplysninger{
    position: relative;
    display: inline-block;
    width: 1088px;
    height: 256px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    border-top: solid black 1px;
}

.footer_oplysninger p{
    margin: 0 auto;
    font-size: 17px;
}

.footer_information{
    display: inline-block;
    width: 422.4px;
 }

.footer_information p{
    margin: 0 auto;
 }

.footer_kontakt{
    display: inline-block;
    width: 422.4px;
}

.footer_kontakt p{
    margin: 0 auto;
}

.footer_sociale_betaling{
    display: inline-block;
    width: 230.3px;
    height: 76.8px;
    margin: 0 auto;
}

.footer_facebook{
    display: inline-block;
    width: 51.2px;
    height: 51.2px;
}


.footer_instagram{
    display: inline-block;
    width: 51.2px;
    height: 51.2px;
    margin: 0 auto;
    margin-left: 6.4px;
}


.footer_betaling{
    display: inline-block;
    width: 230.4px;
    height: 76.8px;
    margin: 0 auto;
}

.visa_online{
    display: inline-block;
    width: 52.48px;
    height: 32px;
}

.visa_electron{
    display: inline-block;
    width: 52.48px;
    height: 32px;
}

.mastercard{
    display: inline-block;
    width: 52.48px;
    height: 32px;
}

.maestro{
    display: inline-block;
    width: 52.48px;
    height: 32px;
}

.products li img{
    width: 298.24px;
    height: 298.24px;
}

.attachment-shop_catalog{
    width: 298.24px;
    height: 298.24px;
}


/*webshop*/
.woocommerce div.product form.cart .button{
    color: white;!important
}

.produkter_forside{
    position: relative;
    width: 1088px;
    height: 384px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.wp-image-104{
    -webkit-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    -moz-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
}

.forside_produktet{
    display: inline-block;
    position: absolute;
    width: 300.8px;
    height: 300.8px;
}

.forside_produktto{
    display: inline-block;
    position: absolute;
    margin-left: 396.8px;
    width: 300.8px;
    height: 300.8px;
}

.forside_produkttre{
    display: inline-block;
    position: absolute;
    margin-left: 793.6px;
    margin-right: 0 auto;
    width: 300.8px;
    height: 300.8px;
}

.produkter_forside img:hover{
    -webkit-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    -moz-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53); 
}

.woocommerce ul.products li.product a img:hover{
    -webkit-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    -moz-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
}

.nav ul{
    z-index: 12;
}

.woocommerce div.product div.images img{
    -webkit-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    -moz-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
}

.om_os_beskrivelse{
    margin-top: 19.2px;
    display: inline-block;
    position: relative;
    width: 1088px;
    height: 448px;
}

.om_os_billede{
    display: inline-block;
    width: 544px;
    height: 444px;
    left: 0;
    right: 0;
    position: absolute;
    margin-top: -12.8px;
}


.om_os_tekst{
    display: inline-block;
    width: 531.2px;
    height: 448px;
    position: absolute;
    margin-top: 3.84px;
    text-align:justify;
    right: 0vw;
    font-family: Open Sans;
    
}


.om_os_tekst h1{
    text-align: center;
    font-size: 23.2px;
    margin: 5.12px;
}

.om_os_tekst p{
    margin-top: 3.84px;
    font-size: 22.5px;
}

.related.products {
	clear: both;
}

.search{
    font-size: 12.8px;
    margin-bottom: 25.6px;
}

#handel_betaling {
    padding-top: 26vh;
    margin-top: -26vh;
}

#handel_levering {
    padding-top: 26vh;
    margin-top: -26vh;
}

#handel_ombytning {
    padding-top: 26vh;
    margin-top: -26vh;
}

#handel_returnering {
    padding-top: 26vh;
    margin-top: -26vh;
}

#handel_reklamation {
    padding-top: 26vh;
    margin-top: -26vh;
}

.woocommerce ul.products li.product .button{
    background: white;
    border: solid 0.1vw black;
    color: black;
}

.woocommerce ul.products li.product .button:hover{
    background: #dadada;
    border: solid 0.1vw black;    
}

.woocommerce div.product form.cart .button{
    background: white;
    border: solid 0.1vw black;
    color: black;
}

.woocommerce div.product form.cart .button:hover{
    background: #dadada;
    border: solid 0.1vw black;  
}

.pt-cv-wrapper .btn-success{
    background: white;
    border: solid 0.1vw black;
    color: black;  
}

.col-md-3 .pt-cv-content-item .pt-cv-1-col{
    padding: 0;  
}

.post-grid .grid-items{
    text-align: left;
}

#post-grid-369{
    padding: 0!important;
}

a.element.element_2.read_more{
    border: solid black 1px;
    width: 76.8px;
    float: right;
    border-radius: 3.84px;
    padding: 3.84px;
}

a.element.element_2.read_more:hover{
    background: #dadada;
    border: solid 1px black;
    border-radius: 3.84px;
    width: 76.8px;
    float: right;
}

span.author{
    display: none;
}

.pt-cv-wrapper img{
    -webkit-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    -moz-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53); 
    max-width: 340px;
    max-height: 260px;
    min-height: 260px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    object-fit: cover;
}

.pt-cv-wrapper img:hover {
	-webkit-filter: brightness(50%);
}

.pt-cv-wrapper .btn-success:hover{
    background-color: grey;   
}

.typepost{
    width: 1088px;
}

.typepost p{
    display: block;
    float: right;
/*    width: 512px;*/
}

.type-post img{
    float: left;
    width: 544px;!important
    margin-right: 19.2px;
    -webkit-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    -moz-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53); 

}

.type-post h1{
    margin-bottom: 6.4px;
}

.date{
    color: grey;
    font-size: 15.36px;
}

.page-id-175{    
    margin-top: -1.28px;
} 
    
}












/* til egen skærm */



@media only screen and (min-width: 1025px) and (max-width: 1280px){

@font-face {
    font-family: "Open Sans";
    src: url("http://la-sini.dk/wp-content/themes/la-sini/fonts/OpenSans-Light.ttf");
    font-weight: normal;
}
@font-face {
    font-family: "Open Sans";
    src: url("fonts/OpenSans-Semibold.ttf");
    font-weight: bold;
}
@font-face {
    font-family: "Open Sans";
    src: url("fonts/OpenSans-Italic.ttf");
    font-style: italic;
}

    
    
/* wrapper */

.wrapper {
	max-width:1280px;
    width:85%;
	margin: 0, 0, 0, 0 auto;
	position:relative;
    margin: 0 auto;
}


/* header */
.header {
    background-color: white;
    position: fixed;
    z-index: 99;
    height: 14vw;
    width: 100%;
    left: 0;
    margin: 0 auto;
}

.headwrapper{
    height: 14.4vw;
}

.spacer{
    width: 100%;
    height: 14.4vw;
}


/* logo */
.logo {
    background-color: white;
    z-index: 99;
    text-align: center;
    margin-top: 0;
    width: 21vw;
    height: 14vw;
    margin: 0 auto;
   
}

.nav ul{
    background-color: white;
}


/* kurv */
.kurv_icon{   
    position: fixed;
    z-index: 102;
    width: 3.5vw;
    height: 3.5vw;
    top: 4vw;
    z-index: 100;
    margin: 0 auto;
    right: 8.5vw;
}

.kurv_icon p{
    text-align: right;
}

.kurv_levering{
    font-size: 1vw;
    line-height: 1.3;
    width: 9.5vw;
    top: 2.8vw;
    position: absolute;
    right: 0.5vw;
}

.kurv_leveringstid{
    font-size: 0.85vw;
    line-height: 1.3;
    width: 7.5vw;
    position: absolute;
    top:4.3vw;
    right: 0.5vw;
}



.img.alignnone a{
    margin: 0 auto;
}

/* nav */
.nav {
    position: fixed;
    z-index: 99;
    height: 2vw;
    width: 85vw;
    margin: 0 auto;    
    left: 0;
    right: 0;
    text-align: center;
    top: 11vw;
    
}

.nav ul{
    padding: 0.5vw;
    margin: 0 auto;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
}

.nav li {
    font-size: 1.55vw;
    display: inline-block;
    text-align: center;
    font-color: black;

}

.menu-item{
    width: 10vw;
    text-align: center;

}

#metaslider_container_92{
    margin-top: -1vw;
}

#metaslider_container_571{
    display: none;
}
    
.post-2{
    margin-top: 0.9vw;
}

/* footer */

.footer_oplysninger{
    position: relative;
    display: inline-block;
    width: 85vw;
    height: 20vh;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    border-top: solid black 1px;
}

.footer_oplysninger p{
    margin: 0 auto;
        font-weight: normal;

}

.footer_information{
    display: inline-block;
    width: 33vw;
 }

.footer_information p{
    margin: 0 auto;
 }

.footer_kontakt{
    display: inline-block;
    width: 33vw;
}

.footer_kontakt p{
    margin: 0 auto;
}

.footer_sociale_betaling{
    display: inline-block;
    width: 18vw;
    height: 6vw;
    margin: 0 auto;
}

.footer_facebook{
    display: inline-block;
    width: 4vw;
    height: 4vw;
}


.footer_instagram{
    display: inline-block;
    width: 4vw;
    height: 4vw;
    margin: 0 auto;
    margin-left: 0.5vw;
}


.footer_betaling{
    display: inline-block;
    width: 18vw;
    height: 6vw;
    margin: 0 auto;
}

.visa_online{
    display: inline-block;
    width: 4.1vw;
    height: 2.5vw;
}

.visa_electron{
    display: inline-block;
    width: 4.1vw;
    height: 2.5vw;
}

.mastercard{
    display: inline-block;
    width: 4.1vw;
    height: 2.5vw;
}

.maestro{
    display: inline-block;
    width: 4.1vw;
    height: 2.5vw;
}

.products li img{
    width: 23.3vw;
    height: 23.3vw;
}

.attachment-shop_catalog{
    width: 23.3vw;
    height: 23.3vw;
}


/*webshop*/
.woocommerce div.product form.cart .button{
    color: white;!important
}

.produkter_forside{
    position: relative;
    width: 85vw;
    height: 30vw;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.wp-image-104{
    -webkit-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    -moz-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
}

.forside_produktet{
    display: inline-block;
    position: absolute;
    width: 23.5vw;
    height: 23.5vw;
}

.forside_produktto{
    display: inline-block;
    position: absolute;
    margin-left: 31vw;
    width: 23.5vw;
    height: 23.5vw;
}

.forside_produkttre{
    display: inline-block;
    position: absolute;
    margin-left: 62vw;
    margin-right: 0 auto;
    width: 23.5vw;
    height: 23.5vw;
}

.produkter_forside img:hover{
    -webkit-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    -moz-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53); 
}

.woocommerce ul.products li.product a img:hover{
    -webkit-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    -moz-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
}

.nav ul{
    z-index: 12;
}

.woocommerce div.product div.images img{
    -webkit-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    -moz-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
}
    
.article span p{
    font-family: 'Opens Sans', sans-serif;!important
}

.om_os_beskrivelse{
    margin-top: 1.5vw;
    display: inline-block;
    position: relative;
    width: 85vw;
    height: 35vw;
}

.om_os_billede img{
    display: inline-block;
    width: 42.5vw;
    height: 34.7vw;
    left: 0;
    right: 0;
    position: absolute;
    background-size: cover;
}
    
.om_os_billede{
    margin-top: -1vw;

}


.om_os_tekst{
    display: inline-block;
    width: 41.5vw;
    height: 35vw;
    position: absolute;
    margin-top: 0.3vw;
    text-align:justify;
    right: 0vw;
}

.om_os_tekst h1{
    text-align: center;
    font-size: 1.5vw;
    margin: 0.4vw;
}

.om_os_tekst p{
    margin-top: 0.3vw;
    font-family: "Open Sans";
    font-size: 1.5vw;
}
    
.p{
    font-weight: normal;
    font-family: "Open Sans";!important
}
    
span {
    font-family: initial !important;
    font-size: initial !important;
    font-family: sans-serif;
}

.related.products {
	clear: both;
}

.search{
    font-size: 1vw;
    margin-bottom: 2vw;
}

#handel_betaling {
    padding-top: 26vh;
    margin-top: -26vh;
}

#handel_levering {
    padding-top: 26vh;
    margin-top: -26vh;
}

#handel_ombytning {
    padding-top: 26vh;
    margin-top: -26vh;
}

#handel_returnering {
    padding-top: 26vh;
    margin-top: -26vh;
}

#handel_reklamation {
    padding-top: 26vh;
    margin-top: -26vh;
}

.woocommerce ul.products li.product .button{
    background: white;
    border: solid 0.1vw black;
    color: black;
}

.woocommerce ul.products li.product .button:hover{
    background: #dadada;
    border: solid 0.1vw black;    
}

.woocommerce div.product form.cart .button{
    background: white;
    border: solid 0.1vw black;
    color: black;
}

.woocommerce div.product form.cart .button:hover{
    background: #dadada;
    border: solid 0.1vw black;  
}

.pt-cv-wrapper .btn-success{
    background: white;
    border: solid 0.1vw black;
    color: black;  
}

.col-md-3 .pt-cv-content-item .pt-cv-1-col{
    padding: 0;  
}

.post-grid .grid-items{
    text-align: left;
}

#post-grid-369{
    padding: 0!important;
}

a.element.element_2.read_more{
    border: solid black 0.1vw;
    width: 6vw;
    float: right;
    border-radius: 0.3vw;
    padding: 0.3vw;
}

a.element.element_2.read_more:hover{
    background: #dadada;
    border: solid 0.1vw black;
    border-radius: 0.3vw;
    width: 6vw;
    float: right;
}

span.author{
    display: none;
}

.pt-cv-wrapper img{
    -webkit-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    -moz-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53); 
/*
    max-width: 340px;
    max-height: 260px;
    min-height: 260px;
*/
    max-width: 26.56vw;
    max-height: 20.31vw;
    min-height: 20.31vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    object-fit: cover;
}

.pt-cv-wrapper img:hover {
	-webkit-filter: brightness(50%);
}

.pt-cv-wrapper .btn-success:hover{
    background-color: grey;   
}

.typepost p{
    display: block;
    float: right;
    width: 40vw;
}

.type-post img{
    float: left;
    width: 42.5vw;
    margin-right: 1.5vw;
    -webkit-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    -moz-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53); 
}

.type-post h1{
    margin-bottom: 0.5vw;
}

.date{
    color: grey;
    font-size: 1.2vw;
}

.page-id-175{    
    margin-top: -0.1vw;
}

}












/* til ipad portræt */


@media only screen and (min-width: 420px) and (max-width: 969px){



/* wrapper */

.wrapper {
	max-width:1280px;
    width:90%;
	margin: 0, 0, 0, 0 auto;
	position:relative;
    margin: 0 auto;
}


/* header */
.header {
    background-color: white;
    position: fixed;
    z-index: 99;
    height: 14vw;
    width: 100%;
    left: 0;
    margin: 0 auto;
}

.headwrapper{
    height: 13.0vw;
}

.spacer{
    width: 100%;
    height: 14.4vw;
}


/* logo */
.logo {
    background-color: white;
    z-index: 99;
    text-align: center;
    margin-top: 0;
    width: 21vw;
    height: 14vw;
    margin: 0 auto;
}
    
.logo img{
    margin-top: 2vw;
}


/* kurv */
.kurv_icon{   
    position: fixed;
    z-index: 102;
    width: 5.5vw;
    height: 5.5vw;
    top: 3vw;
    z-index: 100;
    margin: 0 auto;
    right: 4.8vw;
}

.kurv_icon p{
    text-align: right;
}
    

.kurv_levering{
    display: none;
/*
    font-size: 1.45vw;
    line-height: 1.3;
    width: 9.5vw;
    top: 4.2vw;
    position: absolute;
    right: 0.5vw;
*/
}

.kurv_leveringstid{
    display: none;

/*
    font-size: 1.25vw;
    line-height: 2.6;
    width: 8.5vw;
    position: absolute;
    top:5.3vw;
    right: 0.5vw;
*/
}



.img.alignnone a{
    margin: 0 auto;
}

/* nav */
.nav {
    position: fixed;
    z-index: 99;
    height: 3vw;
    width: 90vw;
    margin: 0 auto;    
    left: 0;
    right: 0;
    text-align: center;
    top: 11vw;
    border-bottom: solid 1px black;

    
}

.nav ul{
    padding: 0.5vw;
    margin: 0 auto;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    background-color: white;
    display: none;


}

.nav li {
    font-size: 1.55vw;
    display: inline-block;
    text-align: center;
    font-color: black;

}

.menu-item{
/*    width: 5vw;*/
/*    text-align: center;*/

}

#metaslider_container_92{
    margin-top: -1vw;
}

#metaslider_container_571{
    display: none;
}
    
#responsive-menu {
/*    height: 31vw;*/
    margin-top: 11vw;
    height: 227px;
}
    
.post-2{
    margin-top: 0.1vw;
}
    
    
/* footer */

.footer_oplysninger{
    position: relative;
    display: inline-block;
    width: 90vw;
    height: 13vh;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    border-top: solid black 1px;
}

.footer_oplysninger p{
    margin: 0 auto;
    font-size: 1.5vw;
    font-weight: 0;
 
}

.footer_information{
    display: inline-block;
    width: 34.5vw;

 }

.footer_information p{
    margin: 0 auto;
 }

.footer_kontakt{
    display: inline-block;
    width: 34.5vw;

}

.footer_kontakt p{
    margin: 0 auto;
}

.footer_sociale_betaling{
    display: inline-block;
    width: 18.5vw;
    height: 6vw;
    margin: 0 auto;

}

.footer_facebook{
    display: inline-block;
    width: 4vw;
    height: 4vw;
}


.footer_instagram{
    display: inline-block;
    width: 4vw;
    height: 4vw;
    margin: 0 auto;
    margin-left: 0.5vw;
}


.footer_betaling{
    display: inline-block;
    width: 18.5vw;
    height: 6vw;
    margin: 0 auto;
}

.visa_online{
    display: inline-block;
    width: 4.1vw;
    height: 2.5vw;
}

.visa_electron{
    display: inline-block;
    width: 4.1vw;
    height: 2.5vw;
}

.mastercard{
    display: inline-block;
    width: 4.1vw;
    height: 2.5vw;
}

.maestro{
    display: inline-block;
    width: 4.1vw;
    height: 2.5vw;
}

.products li img{
    width: 23.3vw;
    height: 23.3vw;
}

.attachment-shop_catalog{
    width: 23.3vw;
    height: 23.3vw;
}


/*webshop*/
.woocommerce div.product form.cart .button{
    color: white;!important
}

.produkter_forside{
    position: relative;
    width: 85vw;
    height: 30vw;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
    
.produkter_forside p{
    font-size: 1.8vw;
}

.wp-image-104{
    -webkit-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    -moz-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
}

.forside_produktet{
    display: inline-block;
    position: absolute;
    width: 23.5vw;
    height: 23.5vw;
}
    

.forside_produktto{
    display: inline-block;
    position: absolute;
    margin-left: 31vw;
    width: 23.5vw;
    height: 23.5vw;
}

.forside_produkttre{
    display: inline-block;
    position: absolute;
    margin-left: 62vw;
    margin-right: 0 auto;
    width: 23.5vw;
    height: 23.5vw;
}
    
.forside_produktet img{
    width: 23.5vw;
    height: 23.5vw;
}
    
.forside_produktto img{
    width: 23.5vw;
    height: 23.5vw;
}
    
.forside_produkttre img{
    width: 23.5vw;
    height: 23.5vw;
}

.produkter_forside img:hover{
    -webkit-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    -moz-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53); 
}

.woocommerce ul.products li.product a img:hover{
    -webkit-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    -moz-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
}

.nav ul{
    z-index: 12;
}

.woocommerce div.product div.images img{
    -webkit-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    -moz-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
}

.om_os_beskrivelse{
/*    margin-top: 1.5vw;*/
/*    display: inline-block;*/
    position: relative;
    width: 90vw;
    height: 97.5vw;
}

.om_os_billede img{
/*    display: inline-block;*/
    width: 70vw;
    height: 57.37vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    background-size: cover;
    -webkit-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    -moz-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);

}

.om_os_billede{
    margin-top: 0.5vw;
    width: 90vw;

}

.om_os_tekst{
/*    display: inline-block;*/
    width: 90vw;
    height: 35vw;
    position: absolute;
    margin-top: 58.3vw;
    text-align:justify;
    right: 0vw;

}

.om_os_tekst h1{
    text-align: center;
    font-size: 1.9vw;
    margin: 0.4vw;
}

.om_os_tekst p{
    margin-top: 0.3vw;
    font-family: "Open Sans";

}
    
.fontplugin_fontid_38327_OpenSansRegular span{
    font-size: 1.5vw;
}
    
/*
.om_os_tekst span{
    margin-top: 0.3vw;
    font-family: "Open Sans";
    font-size: 1.5vw;
}
*/

.related.products {
	clear: both;
}

.search{
    font-size: 1vw;
    margin-bottom: 2vw;
}

#handel_betaling {
    padding-top: 26vh;
    margin-top: -26vh;
}

#handel_levering {
    padding-top: 26vh;
    margin-top: -26vh;
}

#handel_ombytning {
    padding-top: 26vh;
    margin-top: -26vh;
}

#handel_returnering {
    padding-top: 26vh;
    margin-top: -26vh;
}

#handel_reklamation {
    padding-top: 26vh;
    margin-top: -26vh;
}

.woocommerce ul.products li.product .button{
    background: white;
    border: solid 0.1vw black;
    color: black;
}

.woocommerce ul.products li.product .button:hover{
    background: #dadada;
    border: solid 0.1vw black;    
}

.woocommerce div.product form.cart .button{
    background: white;
    border: solid 0.1vw black;
    color: black;
}

.woocommerce div.product form.cart .button:hover{
    background: #dadada;
    border: solid 0.1vw black;  
}

.pt-cv-wrapper .btn-success{
    background: white;
    border: solid 0.1vw black;
    color: black;  
}

.col-md-3 .pt-cv-content-item .pt-cv-1-col{
    padding: 0;  
}

.post-grid .grid-items{
    text-align: left;
}

#post-grid-369{
    padding: 0!important;
}

a.element.element_2.read_more{
    border: solid black 0.1vw;
    width: 6vw;
    float: right;
    border-radius: 0.3vw;
    padding: 0.3vw;
}

a.element.element_2.read_more:hover{
    background: #dadada;
    border: solid 0.1vw black;
    border-radius: 0.3vw;
    width: 6vw;
    float: right;
}

span.author{
    display: none;
}

.pt-cv-wrapper img{
    -webkit-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    -moz-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53); 
/*
    max-width: 340px;
    max-height: 260px;
    min-height: 260px;
*/
    max-width: 26.56vw;
    max-height: 20.31vw;
    min-height: 20.31vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    object-fit: cover;
}

.pt-cv-wrapper img:hover {
	-webkit-filter: brightness(50%);
}

.pt-cv-wrapper .btn-success:hover{
    background-color: grey;   
}
    
.pt-cv-content p{
    font-weight: 0;
}

.typepost p{
    display: block;
    float: right;
    width: 40vw;
}

.type-post img{
    float: left;
    width: 42.5vw;
    margin-right: 1.5vw;
    -webkit-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    -moz-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53); 
}

.type-post h1{
    margin-bottom: 0.5vw;
}

.date{
    color: grey;
    font-size: 1.2vw;
}

.page-id-175{    
    margin-top: -0.1vw;
}

h1{
    font-size: 29px;
}

}














/* til tlf. */


@media only screen and (max-width: 419px){



/* wrapper */

.wrapper {
	max-width:1280px;
    width:90%;
	margin: 0, 0, 0, 0 auto;
	position:relative;
    margin: 0 auto;
}


/* header */
.header {
    background-color: white;
/*    position: fixed;*/
    z-index: 99;
    height: 22.2vw;
    width: 100%;
    left: 0;
    margin: 0 auto;
}

.headwrapper{
    height: 22.2vw;
}

.spacer{
    width: 100%;
    height: 21.2vw;
}


/* logo */
.logo {
    background-color: white;
    z-index: 99;
    text-align: center;
    margin-top: 0;
    width: 45vw;
    height: 14vw;
    margin: 0 auto;
}
    
.logo img{
    margin-top: 2vw;
}


/* kurv */
.kurv_icon{   
    position: fixed;
    z-index: 102;
    width: 10.5vw;
    height: 10.5vw;
    top: 3vw;
    z-index: 100;
    margin: 0 auto;
    right: 4.8vw;
}

.kurv_icon p{
    text-align: right;
    display: none;
}
    

.kurv_levering{
    font-size: 1.45vw;
    line-height: 1.3;
    width: 9.5vw;
    top: 4.2vw;
    position: absolute;
    right: 0.5vw;
}

.kurv_leveringstid{
    font-size: 1.25vw;
    line-height: 2.6;
    width: 8.5vw;
    position: absolute;
    top:5.3vw;
    right: 0.5vw;
}



.img.alignnone a{
    margin: 0 auto;
}

/* nav */
.nav {
    position: fixed;
    z-index: 99;
    height: 11.5vw;
    width: 90vw;
    margin: 0 auto;    
    left: 0;
    right: 0;
    text-align: center;
    top: 11vw;
    border-bottom: solid 1px black;

    
}

.nav ul{
    padding: 0.5vw;
    margin: 0 auto;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    background-color: white;
    display: none;


}

.nav li {
    font-size: 1.55vw;
    display: inline-block;
    text-align: center;
    font-color: black;

}

.menu-item{
/*    width: 5vw;*/
/*    text-align: center;*/

}
    
/*
#click-menu .threeLines{
    width: 26px !important;
    height: 21px !important;
}
     
#click-menu .threeLines .line{
    height: 3px !important;
    margin-bottom: 4px !important;
}
*/
    
.metaslider-92{
    display: none;
}
    
#metaslider_container_571{
}

#responsive-menu {
/*    height: 31vw;*/
    margin-top: 22.2vw;
    height: 269px;
}
    
.post-2{
    margin-top: 2.1vw;
}
    
    
/* footer */


    
.footer_oplysninger{
    position: relative;
    display: none;
    width: 90vw;
    height: 13vh;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    border-top: solid black 1px;
}

.footer_oplysninger p{
    margin: 0 auto;
    font-size: 1.5vw;
    font-weight: 0;
 
}

.footer_information{
    display: inline-block;
    width: 34.5vw;

 }

.footer_information p{
    margin: 0 auto;
 }

.footer_kontakt{
    display: inline-block;
    width: 34.5vw;

}

.footer_kontakt p{
    margin: 0 auto;
}

.footer_sociale_betaling{
    display: inline-block;
    width: 18.5vw;
    height: 6vw;
    margin: 0 auto;

}

.footer_facebook{
    display: inline-block;
    width: 4vw;
    height: 4vw;
}


.footer_instagram{
    display: inline-block;
    width: 4vw;
    height: 4vw;
    margin: 0 auto;
    margin-left: 0.5vw;
}


.footer_betaling{
    display: inline-block;
    width: 18.5vw;
    height: 6vw;
    margin: 0 auto;
}

.visa_online{
    display: inline-block;
    width: 4.1vw;
    height: 2.5vw;
}

.visa_electron{
    display: inline-block;
    width: 4.1vw;
    height: 2.5vw;
}

.mastercard{
    display: inline-block;
    width: 4.1vw;
    height: 2.5vw;
}

.maestro{
    display: inline-block;
    width: 4.1vw;
    height: 2.5vw;
}

.products li img{
    width: 23.3vw;
    height: 23.3vw;
}

.attachment-shop_catalog{
    width: 23.3vw;
    height: 23.3vw;
}


/*webshop*/
.woocommerce div.product form.cart .button{
    color: white;!important
}

.produkter_forside{
    position: relative;
    width: 85vw;
    height: 54vw;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
    
.produkter_forside p{
    font-size: 5.4vw;
}

.wp-image-104{
    -webkit-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    -moz-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
}

.produkter_forside .a img.alignnone{
   margin: 0 auto; 
}
    
.forside_produktet{
    display: inline-block;
    position: absolute;
    width: 42.5vw;
    height: 38.5vw;
    margin: 0 auto;
}


.forside_produktto{
    display: inline-block;
    position: absolute;
    left: 45vw;
    width: 42.5vw;
    height: 38.5vw;
    margin: 0 auto;

}

.forside_produkttre{
    display: none;
}
    
.a img.alignnone{
    margin: 0 auto;


}
    
.forside_produktet img{
    width: 38.5vw;
    height: 38.5vw;
    margin: 0 auto;

}
    
.forside_produktto img{
    width: 38.5vw;
    height: 38.5vw;
    margin: 0 auto;

}
    
.forside_produkttre img{
    width: 23.5vw;
    height: 23.5vw;
}

.produkter_forside img:hover{
    -webkit-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    -moz-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53); 
}

.woocommerce ul.products li.product a img:hover{
    -webkit-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    -moz-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
}

.nav ul{
    z-index: 12;
}

.woocommerce div.product div.images img{
    -webkit-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    -moz-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
}

.om_os_beskrivelse{
/*    margin-top: 1.5vw;*/
/*    display: inline-block;*/
    position: relative;
    width: 90vw;
    height: 131.5vh;
}

.om_os_billede img{
/*    display: inline-block;*/
    width: 89vw;
    height: 73.13vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    background-size: cover;
    -webkit-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    -moz-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);

}

.om_os_billede{
    margin-top: 0.5vw;
    width: 90vw;

}

.om_os_tekst{
/*    display: inline-block;*/
    width: 90vw;
    height: 97vh;
    position: absolute;
    margin-top: 75.3vw;    
/*    text-align:justify;*/
    right: 0vw;

}

.om_os_tekst h1{
    text-align: center;
    font-size: 6.9vw;
    margin: 1.4vw;
}

.om_os_tekst p{
    margin-top: 0.3vw;
    font-family: "Open Sans";
    line-height: 6vw !important;
/*    text-align: justify;*/

}
    
.fontplugin_fontid_38327_OpenSansRegular span{
    font-size: 5.3vw;
}
    
/*
.om_os_tekst span{
    margin-top: 0.3vw;
    font-family: "Open Sans";
    font-size: 1.5vw;
}
*/

.related.products {
	clear: both;
}

.search{
    font-size: 3.2vw;
    padding-bottom: 2vw;
}

#handel_betaling {
    padding-top: 26vh;
    margin-top: -26vh;
}

#handel_levering {
    padding-top: 26vh;
    margin-top: -26vh;
}

#handel_ombytning {
    padding-top: 26vh;
    margin-top: -26vh;
}

#handel_returnering {
    padding-top: 26vh;
    margin-top: -26vh;
}

#handel_reklamation {
    padding-top: 26vh;
    margin-top: -26vh;
}

    
.woocommerce ul.products li.product .button{
    background: white;
    border: solid 0.1vw black;
    color: black;
}

.woocommerce ul.products li.product .button:hover{
    background: #dadada;
    border: solid 0.1vw black;    
}

.woocommerce div.product form.cart .button{
    background: white;
    border: solid 0.1vw black;
    color: black;
}

.woocommerce div.product form.cart .button:hover{
    background: #dadada;
    border: solid 0.1vw black;  
}

.pt-cv-wrapper .btn-success{
    background: white;
    border: solid 0.1vw black;
    color: black;  
}

.col-md-3 .pt-cv-content-item .pt-cv-1-col{
    padding: 0;  
}

.post-grid .grid-items{
    text-align: left;
}

#post-grid-369{
    padding: 0!important;
}

a.element.element_2.read_more{
    border: solid black 0.1vw;
    width: 6vw;
    float: right;
    border-radius: 0.3vw;
    padding: 0.3vw;
}

a.element.element_2.read_more:hover{
    background: #dadada;
    border: solid 0.1vw black;
    border-radius: 0.3vw;
    width: 6vw;
    float: right;
}

span.author{
    display: none;
}

.pt-cv-wrapper img{
    -webkit-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    -moz-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53); 
/*
    max-width: 340px;
    max-height: 260px;
    min-height: 260px;
*/
    max-width: 26.56vw;
    max-height: 20.31vw;
    min-height: 20.31vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    object-fit: cover;
}

.pt-cv-wrapper img:hover {
	-webkit-filter: brightness(50%);
}

.pt-cv-wrapper .btn-success:hover{
    background-color: grey;   
}
    
.pt-cv-content p{
    font-weight: 0;
}
    

.typepost p{
    display: block;
    float: right;
    width: 40vw;
}

.type-post img{
    float: left;
    margin-right: 1.5vw;
    width: 100vw;
    margin-bottom: 15px;
    -webkit-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    -moz-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53); 
}

.type-post h1{
    margin-bottom: 0.5vw;
    font-size: 29px;;
}

h2{
    font-size: 24px;
}

.date{
    color: grey;
    font-size: 3.2vw;
}

.page-id-175{    
    margin-top: -0.1vw;
}

.page-title{
    font-size: 5.9vw;
}

h1{
    font-size: 29px;
}
    
}
















/* til ipad landskab */


@media only screen and (min-width: 970px) and (max-width: 1024px){



/* wrapper */

.wrapper {
	max-width:1280px;
    width:85%;
	margin: 0, 0, 0, 0 auto;
	position:relative;
    margin: 0 auto;
}


/* header */
.header {
    background-color: white;
    position: fixed;
    z-index: 99;
    height: 14vw;
    width: 100%;
    left: 0;
    margin: 0 auto;
}

.headwrapper{
    height: 14.4vw;
}

.spacer{
    width: 100%;
    height: 14.4vw;
}


/* logo */
.logo {
    background-color: white;
    z-index: 99;
    text-align: center;
    margin-top: 0;
    width: 21vw;
    height: 14vw;
    margin: 0 auto;
   
}

.nav ul{
    background-color: white;
}


/* kurv */
.kurv_icon{   
    position: fixed;
    z-index: 102;
    width: 3.5vw;
    height: 3.5vw;
    top: 4vw;
    z-index: 100;
    margin: 0 auto;
    right: 8.5vw;
}

.kurv_icon p{
    text-align: right;
}

.kurv_levering{
    font-size: 1vw;
    line-height: 1.3;
    width: 9.5vw;
    top: 2.8vw;
    position: absolute;
    right: 0.5vw;
}

.kurv_leveringstid{
    font-size: 0.85vw;
    line-height: 1.3;
    width: 7.5vw;
    position: absolute;
    top: 4.3vw;
    right: 0.5vw;
}



.img.alignnone a{
    margin: 0 auto;
}

/* nav */
.nav {
    position: fixed;
    z-index: 99;
    height: 2vw;
    width: 85vw;
    margin: 0 auto;    
    left: 0;
    right: 0;
    text-align: center;
    top: 11vw;
    
}

.nav ul{
    padding: 0.5vw;
    margin: 0 auto;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
}

.nav li {
    font-size: 1.55vw;
    display: inline-block;
    text-align: center;
    font-color: black;

}

.menu-item{
    width: 10vw;
    text-align: center;

}

#metaslider_container_92{
    margin-top: -1vw;
}

#metaslider_container_571{
    display: none;
}
    
.post-2{
    margin-top: 0.9vw;
}
    
/* footer */

.footer_oplysninger{
    position: relative;
    display: inline-block;
    width: 85vw;
    height: 20vh;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    border-top: solid black 1px;
}

.footer_oplysninger p{
    margin: 0 auto;
    font-size: 1.5vw;
    font-weight: 0;
 
}

.footer_information{
    display: inline-block;
    width: 33vw;
 }

.footer_information p{
    margin: 0 auto;
 }

.footer_kontakt{
    display: inline-block;
    width: 33vw;
}

.footer_kontakt p{
    margin: 0 auto;
}

.footer_sociale_betaling{
    display: inline-block;
    width: 18vw;
    height: 6vw;
    margin: 0 auto;
}

.footer_facebook{
    display: inline-block;
    width: 4vw;
    height: 4vw;
}


.footer_instagram{
    display: inline-block;
    width: 4vw;
    height: 4vw;
    margin: 0 auto;
    margin-left: 0.5vw;
}


.footer_betaling{
    display: inline-block;
    width: 18vw;
    height: 6vw;
    margin: 0 auto;
}

.visa_online{
    display: inline-block;
    width: 4.1vw;
    height: 2.5vw;
}

.visa_electron{
    display: inline-block;
    width: 4.1vw;
    height: 2.5vw;
}

.mastercard{
    display: inline-block;
    width: 4.1vw;
    height: 2.5vw;
}

.maestro{
    display: inline-block;
    width: 4.1vw;
    height: 2.5vw;
}

.products li img{
    width: 23.3vw;
    height: 23.3vw;
}

.attachment-shop_catalog{
    width: 23.3vw;
    height: 23.3vw;
}


/*webshop*/
.woocommerce div.product form.cart .button{
    color: white;!important
}

.produkter_forside{
    position: relative;
    width: 85vw;
    height: 30vw;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
    
.produkter_forside p{
    font-size: 1.8vw;
}

.wp-image-104{
    -webkit-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    -moz-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
}

.forside_produktet{
    display: inline-block;
    position: absolute;
    width: 23.5vw;
    height: 23.5vw;
}
    

.forside_produktto{
    display: inline-block;
    position: absolute;
    margin-left: 31vw;
    width: 23.5vw;
    height: 23.5vw;
}

.forside_produkttre{
    display: inline-block;
    position: absolute;
    margin-left: 62vw;
    margin-right: 0 auto;
    width: 23.5vw;
    height: 23.5vw;
}
    
.forside_produktet img{
    width: 23.5vw;
    height: 23.5vw;
}
    
.forside_produktto img{
    width: 23.5vw;
    height: 23.5vw;
}
    
.forside_produkttre img{
    width: 23.5vw;
    height: 23.5vw;
}

.produkter_forside img:hover{
    -webkit-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    -moz-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53); 
}

.woocommerce ul.products li.product a img:hover{
    -webkit-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    -moz-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
}

.nav ul{
    z-index: 12;
}

.woocommerce div.product div.images img{
    -webkit-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    -moz-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
}

.om_os_beskrivelse{
    margin-top: 1.5vw;
    display: inline-block;
    position: relative;
    width: 85vw;
    height: 37.5vw;
}

.om_os_billede img{
    display: inline-block;
    width: 42.5vw;
    height: 34.7vw;
    left: 0;
    right: 0;
    position: absolute;
    background-size: cover;
}

.om_os_billede{
    margin-top: 0.5vw;

}

.om_os_tekst{
    display: inline-block;
    width: 41.5vw;
    height: 35vw;
    position: absolute;
    margin-top: 0.3vw;
    text-align:justify;
    right: 0vw;
}

.om_os_tekst h1{
    text-align: center;
    font-size: 1.5vw;
    margin: 0.4vw;
}

.om_os_tekst p{
    margin-top: 0.3vw;
    font-family: "Open Sans";

}
    
.fontplugin_fontid_38327_OpenSansRegular span{
    font-size: 1.2vw;
}
    
/*
.om_os_tekst span{
    margin-top: 0.3vw;
    font-family: "Open Sans";
    font-size: 1.5vw;
}
*/

.related.products {
	clear: both;
}

.search{
    font-size: 1vw;
    margin-bottom: 2vw;
}

#handel_betaling {
    padding-top: 26vh;
    margin-top: -26vh;
}

#handel_levering {
    padding-top: 26vh;
    margin-top: -26vh;
}

#handel_ombytning {
    padding-top: 26vh;
    margin-top: -26vh;
}

#handel_returnering {
    padding-top: 26vh;
    margin-top: -26vh;
}

#handel_reklamation {
    padding-top: 26vh;
    margin-top: -26vh;
}

.woocommerce ul.products li.product .button{
    background: white;
    border: solid 0.1vw black;
    color: black;
}

.woocommerce ul.products li.product .button:hover{
    background: #dadada;
    border: solid 0.1vw black;    
}

.woocommerce div.product form.cart .button{
    background: white;
    border: solid 0.1vw black;
    color: black;
}

.woocommerce div.product form.cart .button:hover{
    background: #dadada;
    border: solid 0.1vw black;  
}

.pt-cv-wrapper .btn-success{
    background: white;
    border: solid 0.1vw black;
    color: black;  
}

.col-md-3 .pt-cv-content-item .pt-cv-1-col{
    padding: 0;  
}

.post-grid .grid-items{
    text-align: left;
}

#post-grid-369{
    padding: 0!important;
}

a.element.element_2.read_more{
    border: solid black 0.1vw;
    width: 6vw;
    float: right;
    border-radius: 0.3vw;
    padding: 0.3vw;
}

a.element.element_2.read_more:hover{
    background: #dadada;
    border: solid 0.1vw black;
    border-radius: 0.3vw;
    width: 6vw;
    float: right;
}

span.author{
    display: none;
}

.pt-cv-wrapper img{
    -webkit-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    -moz-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53); 
/*
    max-width: 340px;
    max-height: 260px;
    min-height: 260px;
*/
    max-width: 26.56vw;
    max-height: 20.31vw;
    min-height: 20.31vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    object-fit: cover;
}

.pt-cv-wrapper img:hover {
	-webkit-filter: brightness(50%);
}

.pt-cv-wrapper .btn-success:hover{
    background-color: grey;   
}
    
.pt-cv-content p{
    font-weight: 0;
}

.typepost p{
    display: block;
    float: right;
    width: 40vw;
}

.type-post img{
    float: left;
    width: 42.5vw;
    margin-right: 1.5vw;
    -webkit-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    -moz-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53);
    box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.53); 
}

.type-post h1{
    margin-bottom: 0.5vw;
}

.date{
    color: grey;
    font-size: 1.2vw;
}

.page-id-175{    
    margin-top: -0.1vw;
}



}












/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}