@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');
img {
    max-width: 100%;
}
body#module-advancedcms-adcms div#columns div.advanced-cms-wrapper > .row {
    color: #505050;
}
div#fotoprodukter_ups ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
div#fotoprodukter_ups ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    font-family: Questrial;
    font-size: 12px;
    font-weight: 400;
    line-height: 15.46px;
    text-align: center;
    color: #000;
    gap: 10px;
}
body#module-advancedcms-adcms div#columns div.advanced-cms-wrapper > .productlist-wrap .productlist ul {
    display: grid;
    grid-template-columns: repeat(4, calc(25% - 7.5px));
    gap: 10px;
}
body#module-advancedcms-adcms div#columns div.advanced-cms-wrapper > .productlist-wrap .productlist ul li.product-box.product-container.item {
    width: 100%;
    border: 1px solid #009150;
    padding: 0 15px 5px;
}
body#module-advancedcms-adcms div#columns div.advanced-cms-wrapper > .productlist-wrap .productlist ul li.product-box.product-container.item a.lnk_img.product-image {
    border: none;
    padding: 0;
    margin: 0;
}
body#module-advancedcms-adcms div#columns div.advanced-cms-wrapper > .productlist-wrap .productlist ul li.product-box.product-container.item .product-name a {
    font-family: Questrial;
    font-size: 22px;
    font-weight: 400;
    line-height: 22.66px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #505050;
    display: block;
    margin-bottom: 10px;
    height: 45px;
}
body#module-advancedcms-adcms div#columns div.advanced-cms-wrapper > .productlist-wrap .productlist ul li.product-box.product-container.item .product_desc {
    height: 40px;
    font-size: 15px;
}
body#module-advancedcms-adcms div#columns div.advanced-cms-wrapper > .productlist-wrap .productlist ul li.product-box.product-container.item .content_price {
    text-align: right;
}
body#module-advancedcms-adcms div#columns div.advanced-cms-wrapper > .productlist-wrap .productlist ul li.product-box.product-container.item .content_price .product-price {
    font-family: Questrial;
    font-size: 18px;
    font-weight: 400;
    line-height: 23.19px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
body#module-advancedcms-adcms div#columns div.advanced-cms-wrapper .cta-btn a {
    background: linear-gradient(90deg, #009150 0%, #6CE1AD 100%);
    border: 2px solid #009150;
    font-family: Questrial;
    font-size: 18px;
    font-weight: 400;
    line-height: 23.19px;
    text-align: center;
    color: #fff !important;
    padding: 12px 23px;
    display: inline-block;
    margin: 1em 0 1em;
}
/* animate */
.section-animate {
	margin: 50px auto;
	max-width: 1500px;
	position: relative;
	overflow: hidden;
}
body#module-advancedcms-adcms div#columns div.advanced-cms-wrapper > .row.section-animate-pics .section-animate > p {
	position: absolute;
	width: 30%;
	left: 50%;
	top: 100%;
	transition: all 1.5s;
}
body#module-advancedcms-adcms div#columns div.advanced-cms-wrapper > .row.section-animate-pics .section-animate > p:nth-child(1) {
	transform: translateX(-80%);
}
body#module-advancedcms-adcms div#columns div.advanced-cms-wrapper > .row.section-animate-pics .section-animate > p:nth-child(2) {
	transform: translateX(-50%);
	z-index: 5;
	box-shadow: 0px 61px 50px -15px rgba(0, 0, 0, 0.4);
}
body#module-advancedcms-adcms div#columns div.advanced-cms-wrapper > .row.section-animate-pics .section-animate > p:nth-child(3) {
	transform: translateX(-20%);
}
body#module-advancedcms-adcms div#columns div.advanced-cms-wrapper > .row.section-animate-pics .section-animate.going-up > p:nth-child(1),
body#module-advancedcms-adcms div#columns div.advanced-cms-wrapper > .row.section-animate-pics .section-animate.going-up > p:nth-child(3) {
	top: 25%;
}
body#module-advancedcms-adcms div#columns div.advanced-cms-wrapper > .row.section-animate-pics .section-animate.going-up > p:nth-child(2) {
	top: 20%;
}
body#module-advancedcms-adcms div#columns div.advanced-cms-wrapper > .row.section-animate-pics .section-animate.spreading-sides > p {
	transition: all 1.2s;
}
body#module-advancedcms-adcms div#columns div.advanced-cms-wrapper > .row.section-animate-pics .section-animate.spreading-sides > p:nth-child(1) {
	transform-origin: left bottom;
	transform: translateX(-115%) rotate(0deg);
}
body#module-advancedcms-adcms div#columns div.advanced-cms-wrapper > .row.section-animate-pics .section-animate.spreading-sides > p:nth-child(3) {
	transform-origin: right bottom;
    transform: translateX(10%) rotate(0deg);

}
.mybtn {
  display: inline-block;
  background: rgba(0,146,82,1);
  text-transform: uppercase;
  font-weight: 800;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 0.2em;
  color: rgba(255,255,255,1);
  border-radius: 0;
  padding: 20px 30px 20px;
  transition: all 0.7s ease-out;
  background: linear-gradient(270deg, rgba(255,255,255,1), rgba(255,255,255,0.8), rgba(0,146,80,0.5), rgba(0,146,80,1));
  background-position: 1% 50%;
  background-size: 300% 300%;
  text-decoration: none;
  margin: 0.625rem;
  border: none;
  border: 3px solid rgba(0,146,82,0.8);
  -webkit-box-shadow: 4px 5px 15px -4px rgba(0,0,0,0.53); 
  box-shadow: 4px 5px 15px -4px rgba(0,0,0,0.53);
}
.mybtn:hover {
  color: #fff;
  border: 3px solid rgba(243,133,0,1);
  color: rgba(0,146,82,1);
  background-position: 99% 50%;
}
/* animate end */
body#module-advancedcms-adcms div#columns div.advanced-cms-wrapper .cta-btn a,
body#module-advancedcms-adcms div#columns div.advanced-cms-wrapper > .row.vaelgstrrelse a {
    /* background: linear-gradient(90deg, #009150 0%, #6CE1AD 100%);
    font-size: 18px;
    font-weight: 400;
    line-height: 23.19px;
    text-align: center;
    color: #fff !important;
    padding: 12px 23px;
    display: inline-block;
    margin: 1em 0 1em; */
    display: inline-block;
    font-family: Questrial;
    background: #009252;
    /* text-transform: uppercase; */
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    /* letter-spacing: .2em; */
    color: #fff !important;
    border-radius: 0;
    padding: 12px 23px;
    transition: all .7s ease-out;
    background: linear-gradient(270deg, #fff, hsla(0, 0%, 100%, .8), rgba(0, 146, 80, .5), #009250);
    background-position: 1% 50%;
    background-size: 300% 300%;
    text-decoration: none;
    margin: 1em 0 1em;
    border: none;
    border: 2px solid #009150;
    box-shadow: 4px 5px 15px -4px rgba(0, 0, 0, .53);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
body#module-advancedcms-adcms div#columns div.advanced-cms-wrapper .cta-btn a:hover,
body#module-advancedcms-adcms div#columns div.advanced-cms-wrapper > .row.vaelgstrrelse a:hover {
    background: #fff !important;
    border: 2px solid rgba(243, 133, 0, 1);
    color: rgba(0, 146, 82, 1) !important;
    background-position: 99% 50%;
    font-weight: 600;
    transition: .2s;
}

body#module-advancedcms-adcms div#columns div.advanced-cms-wrapper > .row.detharaldrig > div:nth-child(4) {
    padding: 3em 0 0;
    color: #505050;
}
body#module-advancedcms-adcms div#columns div.advanced-cms-wrapper > .row.detharaldrig > div:nth-child(2) {
    padding: 10px 15px 20px;
}

body#module-advancedcms-adcms div#columns div.advanced-cms-wrapper > .row.vaelgstrrelse h2 {
    font-family: Archivo Black;
    font-size: 30px;
    font-weight: 400;
    line-height: 38.65px;
    text-align: center;
    color: #009150;
}
body#module-advancedcms-adcms div#columns div.advanced-cms-wrapper > .row.vaelgstrrelse a {
    background: linear-gradient(90deg, #009150 0%, #6CE1AD 100%);
    border: 2px solid #009150;
    font-family: Questrial;
    font-size: 18px;
    font-weight: 400;
    line-height: 23.19px;
    text-align: center;
    color: #fff;
    padding: 12px 23px;
    display: inline-block;
    margin: 4em 0 3em;
}

body#module-advancedcms-adcms div#columns div.advanced-cms-wrapper > .row.ofterstillede {
    justify-content: start;
    box-shadow: 0px 10px 10px 0px #0000001A;
    padding: 0 20px 30px;
    flex-wrap: wrap;
    flex-direction: column;
}
body#module-advancedcms-adcms div#columns div.advanced-cms-wrapper > .row.ofterstillede > div {
    padding: 0;
}
body#module-advancedcms-adcms div#columns div.advanced-cms-wrapper > .row.ofterstillede h2,
body#module-advancedcms-adcms div#columns div.advanced-cms-wrapper > .row.detharaldrig h2,
body#module-advancedcms-adcms div#columns div.advanced-cms-wrapper > .row.papirtyper h2,
body#module-advancedcms-adcms div#columns div.advanced-cms-wrapper > .row.section-animate-pics h2,
body#module-advancedcms-adcms div#columns div.advanced-cms-wrapper > .row.productlist-wrap h2  {
    font-family: Archivo;
    font-size: 26px;
    font-weight: 700;
    line-height: 33.5px;
    text-align: left;
    display: block;
    width: 100%;
    color: #505050;
    padding: 0px 15px;
}
body#module-advancedcms-adcms div#columns div.advanced-cms-wrapper > .row.ofterstillede h4 {
    font-family: Questrial;
    font-size: 18px;
    font-weight: 600;
    line-height: 23.19px;
    color: #009150;
    margin: 0;
    text-align: left;
}
body#module-advancedcms-adcms div#columns div.advanced-cms-wrapper > .row.ofterstillede .bullet-drop-downs {
    /* max-width: 600px; */
    margin: 15px auto;
    text-align: left;
    max-width: 500px;
}
body#module-advancedcms-adcms div#columns div.advanced-cms-wrapper > .row.ofterstillede ul {
    display: none;
}
body#module-advancedcms-adcms div#columns div.advanced-cms-wrapper > .row.ofterstillede h4:before {
    content: "+";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    margin: 0px 10px 0 0;
}
body#module-advancedcms-adcms div#columns div.advanced-cms-wrapper > .row.papirtyper {
    row-gap: 30px;
    margin-bottom: 30px;
}
body#module-advancedcms-adcms div#columns div.advanced-cms-wrapper > .row.vaelgstrrelse {
    margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
    
    div#fotoprodukter_ups ul {
        flex-wrap: wrap;
    }
    div#fotoprodukter_ups ul li {
        width: 50%;
        height: auto;
        padding: 10px 0;
    }
    body#module-advancedcms-adcms div#columns div.advanced-cms-wrapper > .productlist-wrap .productlist ul {
        grid-template-columns: 100%;
    }
    body#module-advancedcms-adcms div#columns div.advanced-cms-wrapper > .row.ofterstillede h2, 
    body#module-advancedcms-adcms div#columns div.advanced-cms-wrapper > .row.detharaldrig h2, 
    body#module-advancedcms-adcms div#columns div.advanced-cms-wrapper > .row.section-animate-pics h2, 
    body#module-advancedcms-adcms div#columns div.advanced-cms-wrapper > .row.productlist-wrap h2 {
        padding: 0px 15px;
    }
    body#module-advancedcms-adcms div#columns div.advanced-cms-wrapper > .row.papirtyper img {
        max-width: 75% !important;
    }
}