/*
 Theme Name:     WeMarket
 Author:         Divi theme examples
 Author URI:     https://www.divithemeexamples.com
 Template:       Divi
 Version:        1.1
*/

@import url("../Divi/style.css");


.grecaptcha-badge {
    display: none !important;
}

body.custom-background {

    background-color: white!important;

}

.woocommerce-simple-add-to-cart.simple_button span {
  display: none;
}

/********************
SHOP STYLE - START
********************/

/* Woocommerce */

.all-products-container {
  padding: 0 15px;
}

.woocommerce #sidebar {
  display: none!important;
}

.woocommerce #main-content .container::before {
  display: none;
}

.woocommerce #main-content {
  background-color: #f9f9f9;
}

.woocommerce.single-product #main-content {

  background-color: white;

}

.woocommerce #left-area {

  width: 100%;
  padding: 0;
  margin: 0;
  float: none;

}

.woocommerce ul.products li.product .et_overlay {
  display: none;
}

.woocommerce ul.products li.product .et_shop_image {
  padding: 0!important;
}


.woocommerce ul.products li.product {
  background: white;
  text-align: center;
  position: relative;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.05);
  border-radius: 4px;
  overflow: hidden;
}


.woocommerce ul.products li.product .btn-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding-bottom: 12px;
}

.woocommerce ul.products li.product  .btn-wrap a,
.woocommerce ul.products li.product  .btn-wrap .add_to_cart_button {
  flex: 0 0 45%;
  display: block;
  border-radius: 5px !important;
  color: white !important;
  font-size: 18px !important;
}

.woocommerce ul.products li.product .btn-wrap .added_to_cart.wc-forward {
  flex: 0 0 100%;
  background: #7ac142;
  margin-top: 10px;
  margin-bottom: -10px;
  border-radius: 0 0 4px 4px !important;
  font-size: 12px !important;
  line-height: 1;
  padding: 12px 0px;
  font-weight: 600;
  text-transform: uppercase;
}

.woocommerce #respond input#submit.added::after, .woocommerce a.button.added::after, .woocommerce button.button.added::after, .woocommerce input.button.added::after {
  content: "$"!important;
}

.woocommerce ul.products li.product .btn-wrap .added_to_cart.wc-forward:before {
  content: "\4e";
  font-family: "ETModules";
  position: absolute;
  right: 20px;
  font-size: 13px;
}

@media (max-width: 981px) {
  .woocommerce ul.products li.product  .btn-wrap a {
  font-size: 14px !important;
  }
}

.woocommerce ul.products li.product  .btn-wrap a.addtocartbutton{
 background: black;
 border-color: black;
}

.woocommerce ul.products li.product  .btn-wrap a.addtocartbutton:hover {
  background: black!important;
  border-color: black;
 }


.woocommerce ul.products li.product .et_shop_image {
  padding: 1em;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 18px;
  font-weight: 600;
  padding: .5em;
  min-height: 55px;
  line-height: 1;
}

.woocommerce ul.products li.product span.price {
  padding: 0 .5em .5em;
  display: block;
  float: none;
}

.woocommerce .price {
  color: #7ac141;
  font-weight: 700;
  display: block;
  position: relative;
  padding-bottom: 0!important;
  font-family: "Source sans pro";
}
/*
.woocommerce .price::before {
  content: "Vejl. pris";
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  margin-right: 10px;
  position: absolute;
  top: 0;
  left: 0;
}
*/

.price-text {
  color: rgba(0,0,0,0.75);
  font-style: italic;
}

.woocommerce ul.products li.product .price span {
  color: #7ac141;
  font-family: "source sans pro";
  font-weight: 800;
  font-size: 22px;
}

/*
.woocommerce ul.products li.product .price {
  padding-top: 15px !important;
}
*/
/*
.woocommerce ul.products li.product .price::before {
  color: #214c8e;
  content: "Vejl. pris";
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  margin-right: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
*/

.product-intro-h a {
  font-weight: 600;
  opacity: 1;
  color: #A8A8A8;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Source sans pro";
}



.woocommerce-product-details__short-description ul {
  margin: 25px 0;
  padding: 0!important;
}

.woocommerce-product-details__short-description ul li {
  list-style: none;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  color: rgba(0,0,0,0.5);
  line-height: 1.5;
  margin-bottom: 2px;
}


.woocommerce-product-details__short-description ul li::before {
  content: "\4e";
  font-family: "ETmodules";
  font-size: 22px;
  font-weight: 700;
  color: #7ac141;
  margin-right: 8px;
  vertical-align: middle;
}

.product_meta {
  display: none;
}

.related.products {
  border-top: 1px solid rgba(0,0,0,.1);
  padding: 35px 0;
}


.btn-get-offer {
  background: #7ac141;
  color: white;
  padding: 15px;
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  border-radius: 5px;
}

.get-offer-info {
  font-size: 12px;
  font-style: italic;
  opacity: .8;
  line-height: 1.6;
  margin-top: 20px;
}


@media (min-width: 980px) {


  .et_pb_gutters3.et_right_sidebar.woocommerce-page #main-content ul.products li.product:nth-child(3n) {
      clear: none;
      margin-right: 0;
  }

  .et_pb_gutters3.et_right_sidebar.woocommerce-page #main-content ul.products li.product {
      width: 31%;
      margin-right: 3%;
      margin-bottom: 3%;
  }

  #left-area h3 {
      width: 100%;
      clear: both;
  }

}

table.total-time {
  font-size: 16px;
  color: black;
  margin-bottom: 25px !important;
}
table.total-time.offer-page {
  margin: 0px 0 50px !important;
  font-size: 21px;
  width: 60%;
  max-width: 576px;
  float: right;
  /* clear: both !important; */
}
table.total-time.offer-page td:last-of-type {
  color: #7ac141;
  font-weight: bold;
}
.shop-error {
  min-height: 300px;
}
.et_pb_module.et_pb_code.et_pb_code_1 {
  clear: both;
}
.shop-error p {
  font-size: 18px;
  font-weight: 700;
  max-width: 400px;
}
.shop-error a{
  margin: 20px 0;
  max-width: 400px;
  background: #7ac141;
  color: white;
  padding: 15px;
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  border-radius: 5px;
}
.cart-contents {
  position: relative;
  display: flex !important;
  flex-flow: column nowrap;
  justify-content: center;
}



.cart-contents:hover {
  text-decoration: none;
}

.cart-contents-count {
position: absolute;
    top: 15px;
   right: 1px;
   transform: translateY(-105%) translateX(25%);
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
line-height: 22px;
height: 22px;
   width: 22px;
vertical-align: middle;
text-align: center;
color: #fff;
    background: #000;
    border-radius: 50%;
    padding: 1px;  
}
li.basket-cont {
  list-style: none;
  /* clear: both; */
  display: inline-block;
  margin: 0 0 0 10px;
  background: #eee;
  padding: 5px;
  border-radius: 50%;
  margin-top: -5px;
}

/********************
SHOP STYLE - END
********************/


span.wpcf7-form-control-wrap.last-name {
  margin-left: 45px;
  margin-right: 45px;
}
#offer-form {
  background: white;
  padding: 50px;
  box-shadow: 0 -10px 15px 0px rgba(0,0,0,0.05);
  border-radius: 3px;
}

.col-2 {
  display: flex;
  justify-content: space-between;
}

.col-2 .wpcf7-form-control-wrap {
  width: 47%;
}

@media (max-width: 400px) {
  .col-2 {
      display: block;
      justify-content: space-between;
  }
  
  .col-2 .wpcf7-form-control-wrap {
      width: 100%;
  }
  
}

#offer-form input {
  width: 100%;
  padding-left: 5px;
  padding-bottom: 10px;
  margin-bottom: 40px;
  font-size: 16px;
  border: none;
  transition: .2s ease-in-out;
  -webkit-box-shadow:inset 0px -1px 0px 0px rgba(0,0,0,0.1);
  -moz-box-shadow:inset 0px -1px 0px 0px rgba(0,0,0,0.1);
  box-shadow:inset 0px -1px 0px 0px rgba(0,0,0,0.1);
}

#offer-form  .wpcf7-form-control.wpcf7-submit {
  background: #7ac141;
  color: white;
  padding: 25px;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  outline: none;
}

.wpcf7-form-control-wrap.service {
  margin-bottom: 35px;
  display: block;
}

.wpcf7-form-control-wrap.product {
  
}

#offer-form form > label {
  font-weight: 600;
}

#offer-form .wpcf7-form-control.wpcf7-radio span.wpcf7-list-item {
  display: block;
}

#offer-form .wpcf7-form-control.wpcf7-radio span.wpcf7-list-item input{
  width: auto;
  margin: 0;
}

#offer-form input:focus {
  -webkit-box-shadow:inset 0px -2px 0px 0px #7ac141;
  -moz-box-shadow:inset 0px -2px 0px 0px #7ac141;
  box-shadow:inset 0px -2px 0px 0px #7ac141;
}

#offer-form .et_contact_bottom_container {
  text-align: center;
  width: 100%;
  margin-top: 20px;

}

#offer-form .et_pb_contact_submit.et_pb_button {
  min-width: 50%;
  padding: 8px 0;
  margin: 0;
}

#offer-form .et_pb_contact_field_7 {

  border-bottom: 1px solid rgba(0,0,0,0.1);
  padding-bottom: 30px !important;
  padding-left: 0 !important;
  margin-left: 3%;
  padding-top: 10px !important;

}

.after-header {

  font-size: 20px;
  font-weight: 700;
  color: #333;

}

.et_pb_contact_submit.disabled {
  background: grey;
  cursor: not-allowed;
  border-color: grey;
}

.et_pb_contact_submit.disabled:hover {
  background: grey!important;
}

.et_pb_contact_submit.disabled::after {
  display: none;
}

.offer-form-wrap {
  display: flex;
   justify-content: space-between;
   padding-bottom: 30px;
}

.offer-info {
  width: 48%;
}
.cart_totals {
  height: 200px;
}
.woocommerce ul.products li.product span.price.time-price {
  color: #77a464 !important;
  display: block;
  font-size: 18px !important;
  font-weight: 900 !important;
  margin-bottom: .5em;
  font-size: .857em;
}
.offer-product {
  background: white;
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin: 20px 0;
}
a.cart-offer-tag {
  width: 100% !important;
  min-width: 100%;
  text-transform: uppercase;
  background: #7ac141;
  color: white;
  padding: 15px;
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  border-radius: 5px;
}
button.single_add_to_cart_button.button.alt {
  width: 100% !important;
  min-width: 100%;
  text-transform: uppercase;
  background: #7ac141;
  color: white;
  padding: 15px !important;
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  border-radius: 5px;
}
.offer-product .product-intro-h a {
  font-size: 12px;
}

.offer-product .price span {
  font-size: 24px;
}

.offer-product .price {
  margin-top: 10px;
}

.offer-product h2 {
  font-size: 18px;
}

.offer-product p {
  font-size: 14px;
  padding-bottom: 0;
  color: #A8A8A8;
}


.offer-product p span {
  font-weight: 600;
  opacity: 1;
  color: black;
}


.offer-product-image {

  margin-right: 30px;

}

.offer-product-image img {
  max-width: 200px;
}


.no-product-msg {

  text-align: center;
  margin-bottom: 50px;

}

.et_pb_button.custom-btn {
  margin-top: 15px;
  color: white;
  padding-top: 6px;
  padding-bottom: 6px;
  display: inline-block;

}
.et_pb_button.custom-btn::after {

  line-height: 1.8 !important;

}

@media (max-width: 980px){
  .offer-form-wrap {
      display: flex;
      flex-direction: column-reverse;
      justify-content: normal;
  }

  .offer-info {
      width: 100%;        
  }
  
  
  .offer-product {
      width: 100%;
      margin-bottom: 30px;
      padding-bottom: 30px;
      border-bottom: 1px solid rgba(0,0,0,0.1);
  }

  


}

@media (max-width: 600px){

  #offer-form {
      padding: 25px;
  }
  .offer-product {
      width: 100%;
      display: block;
      text-align: center;
  }

  .offer-product-image {
      margin-right: 0;
  }

  .woocommerce .price::before {
      right: 0;
  }

  #offer-form .et_pb_contact_submit.et_pb_button {
      width: 100%;
  }

  .m-full-width .et_pb_row {
      width: 90%;
  }

  #offer-form .et_pb_contact_field_5, #offer-form .et_pb_contact_field_6 {

      width: 100% !important;
  
  } 
}

/* END Woocommerce */ 


h1 {font-size: 30px}
h2 {font-size: 26px}
h3 {font-size: 22px}
h4 {font-size: 18px}
h5 {font-size: 16px}
h6 {font-size: 14px}

.post-meta {
	display:none;
}
.fp-usp p {
    font-size: 16px;
}

.blogtitle p {
    font-size: 22px;
    color: #333;
    font-weight: 700;
}

.owl-dots {
    bottom: -55px !important;
}

.owl-dot {
  background-color: rgba(0,0,0,0.5)!important;
}

.owl-dot.active {
  background-color: rgba(0,0,0,1)!important;
}

.owl-item .et_pb_more_button:after {
    line-height: 1.3 !important;
}

.nav {
    font-weight: 700;
    text-transform: uppercase;
}




#top-menu li li a {
    width: 200px;
    padding: 6px 5px;
    font-size: 12px;
}

.et_pb_team_member_image {
	max-width:100%;
	width:100%;
}
.et_pb_team_member_image img {
	max-width:100%;
	width:100%;
}
.et_pb_member_position {
	font-weight:300;
}
.cursor > a {
    cursor: default;
}
.et_pb_team_member_description p {
	font-weight:700;
	font-size:16px;
	line-height:26px;
	color:#2b2b2b;
}
.et_pb_member_position {
	font-size:20px;
	font-weight:300!important;
}


/*
Menu v2
*/

#top-menu li .sub-menu .sub-menu .sub-menu {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: none;
    border-top: 1px solid rgba(0,0,0,.2);
    padding: 10px 0;
    display: block;
    visibility: visible;
    opacity: 1;
}

#top-menu li .sub-menu .sub-menu .sub-menu li {
    width: 100%;
    padding: 0;
}

#top-menu li .sub-menu .sub-menu .sub-menu a {
    padding: 2px 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 35px;
}

#top-menu li .sub-menu .sub-menu .sub-menu .sub-menu a {
    padding-left: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 35px;
}

#top-menu li .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu  a {
    padding-left: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 35px;
}

#top-menu li .sub-menu .sub-menu a > span {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    text-align: center;
    background: transparent;
    display: block;
    z-index: 99;
}

#top-menu li .sub-menu .sub-menu a > span svg {
    height: 100%;
    transition: .1s ease-in-out;
    width: 10px;
}

#top-menu li .sub-menu .sub-menu .menu-item-has-children.visible > a > span svg {
    transform: rotate(-45deg);
}

#top-menu li .sub-menu .sub-menu a:after {
    display: none;
}

#main-header .et_mobile_menu .menu-item-has-children > a > span {
    position: absolute;
    right: 0;
    top: 3px;
    bottom: 0;
    width: 40px;
    text-align: center;
    background: rgba(0,0,0,0.05);
    display: block;
    z-index: 99;
}

#main-header .et_mobile_menu .menu-item-has-children > a > span svg {
    height: 100%;
    transition: .1s ease-in-out;
}

#main-header .et_mobile_menu .menu-item-has-children.visible > a > span svg {
    transform: rotate(-180deg);
}


/*Responsive Dropdown Menu*/
#main-header .et_mobile_menu .menu-item-has-children > a {
    background-color: transparent; 
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 55px;
}
/*
#main-header .et_mobile_menu .menu-item-has-children > a:after {
	font-family: 'ETmodules';
	text-align: center;
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	position: absolute;
}

#main-header .et_mobile_menu .menu-item-has-children > a:after {
	font-size: 16px;
	content: '\4c';
	top: 13px;
	right: 10px;
}

#main-header .et_mobile_menu .menu-item-has-children.visible > a:after {
	content: '\4d';
}
*/

#main-header .et_mobile_menu ul.sub-menu {
	display: none !important;
	visibility: hidden !important;
	transition: all 1.5s ease-in-out;
}

#main-header .et_mobile_menu .visible > ul.sub-menu {
	display: block !important;
	visibility: visible !important;
}

/*End of responsive dropdown menu*/

/*Top bjælke*/
#et-info, #et-secondary-menu>ul>li a {
    display: block;
    padding-bottom: .75em;
    float: right;
    font-family: 'Arial', sans-serif;
    font-size: 14px;
}
/*End of Top bjælke*/

/*Footer*/
#footer-widgets .footer-widget li:before {
	display: none
}
#footer-widgets .footer-widget li {
    position: relative;
    padding-left: 0;
}
.textwidget{
	color: #fff
}
.footer-widget h4 {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}
#footer-info {
    padding-bottom: 10px;
    color: #666;
    font-size: 16px;
    text-align: center!important;
    float: none
}
.ts-gruppe img{
    width: 70%;
}
.login:before {
    position: absolute;
    font-size: 12px;
    font-family: "ETModules";
    content: "\35";
    left: 0;
    bottom: 0;
    top: 0;
}
/*End of Footer*/


/*Images overlay*/

.overlay-image {
 position: relative;
 width: 100%;
box-shadow: 2px 3px 10px -1px rgba(173,173,173,0.8);
}

/* Original image */
.overlay-image .image {
 display: block;
 width: 100%;
 height: auto;
}
/* Original text overlay */
.overlay-image .text {
 color: #fff;
 font-size: 30px;
 line-height: 1.5em;
 text-shadow: 2px 2px 2px #000;
 text-align: center;
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 width: 100%;
}

/* New overlay on hover */
.overlay-image .hover {
 position: absolute;
 top: 0;
 height: 100%;
 width: 100%;
 opacity: 0;
 transition: .5s ease;
}
/* New overlay appearance on hover */
.overlay-image:hover .hover {
 opacity: 1;
}

.overlay-image .normal {
 transition: .5s ease;
}
.overlay-image:hover .normal {
 opacity: 0;
}
.overlay-image .hover {
 background-color:rgba(33,76,142,0.70);
}

/** Sticky **/

@media (max-width: 980px) {
	.et_fixed_nav #main-header.et-fixed-header {
		position: fixed;
		background: rgba(255,255,255,1);
		height: 80px;
		top: 0px!important;
	}

	.et-fixed-header .logo_container {
		height: 80px!important;
	}
}

/*Referenser*/
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: #214c8e;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 50px 20px;
}

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;height: 250px;
    opacity: 0.8;
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hovereffect:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 25px;
  overflow: hidden;
  padding: 0.5em 0;
  background-color: transparent;
  text-shadow: 2px 2px 2px #000;
  margin-top: 25px;
}

.hovereffect h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

.hovereffect:hover h2:after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}

.hovereffect:hover a, .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/*Media Query*/
@media (max-width: 980px) {
	.et_fixed_nav #main-header.et-fixed-header  {
	position: fixed;
	background: rgba(255,255,255,1); /*change header background color here*/
	height: 80px;
    }
	.et-fixed-header .logo_container {
	height:100px;
}
	.et-fixed-header .mobile_menu_bar {
	padding-bottom: 6px;
}
}

/** Kontaktformular design **/
.et_pb_contact_form_container .input {
    background: white;
}

.et_pb_contact_submit {
	color:white!important;
}
.et_pb_contact_main_title {
	font-weight:700;
}

#fp-services .et_pb_column {
    margin-bottom: 30px;
}

#fp-services .et_pb_module {
    margin-bottom: 0;
}

#fp-services .et_pb_text_inner {
    position: relative;
    height: 100%;
    width: 100%;
}

#fp-services .et_pb_image_wrap,#fp-services img {
	width:100%!important;
}

#fp-services .et_pb_text_inner p {
    height: 100%;
    width: 100%;
}

.services-text-container {
    color: #fff;
    font-size: 30px !important;
    line-height: 1.5em;
    text-shadow: 2px 2px 2px #000;
    text-align: center;
    width: 100%;
    transition: ease all .2s;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.services-text-container a {
    font-size: 30px;
    color: #fff;
    height: 100%;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}

.services-text-container:hover {
	background-color:rgba(0,0,0,.7);
}

.service-icon {
    position: relative;
    transition: .1s ease-out;
}

.service-icon:hover {
  transform: scale(1.02);
}

.service-icon .et_pb_blurb_content {
    position: unset;
    padding-top: 50px;
}

.service-icon .et_pb_image_wrap {

    padding-top: 50px;
    position: relative;

}

.service-icon .et_pb_main_blurb_image a {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

/** COOKIE NOTIFIKATION **/
.cookie-contain p {
    font-size: 12px;
    line-height: 1.5;
    margin-left:0px;
    margin-right: 130px;
    max-width: 850px;
}
.cookie-contain h3 { font-size:24px; padding:0px; }
.cookie-contain a, .cookie-contain h3, .cookie-contain p { color:white!important; border-left:0px; } /** HVILKEN FARVE PÅ TEKSTEN? **/
#cookie-holder {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgba(35, 35, 35, 0.94);
    left: 0;
    right: 0;
    padding: 30px;
    z-index: 999999;
}
#cookie-holder .accepter {
    position: absolute;
    cursor: pointer;
    right: 0;
 color:#333!important;
    top: calc(50% - 25px);
    background: white!important;
    padding: 15px 45px;
    display: flex;
    text-transform: uppercase;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 900;
}
.cookie-contain {
    max-width: 1200px;
    margin: auto;
    position: relative;
}

@media (max-width:550px) {
 .cookie-contain p { margin-right:0px; }
 #cookie-holder .accepter {
 position: inherit;
    padding: 10px 0!important;
    justify-content: center;
 }
}

.fp-header-cta {
    position: relative;
    border-radius: 3px;
}

.fp-header-cta .et_pb_button_wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translatey(50%);
}

.fp-header-cta .et_pb_promo_description {
    position: relative;
    padding-bottom: 0;
}

.fp-usp .et_pb_main_blurb_image {
    width: 50px;
}

.cta-box-row .et_pb_column {
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.1);
    padding: 25px;
}

.cta-row.et_pb_row {
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.1);
    padding: 25px;
}

.space-between {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
}

.et_pb_button.btn-arrow:hover {

    background: none !important;
    background-color: transparent !important;

}

.et_pb_button::after {

    line-height: 2 !important;

}

#main-footer h4 {
    color: white !important;
    text-transform: none;
}

#text-3 {
    width: 100%;
    margin-bottom: 10px;
}

.widget_media_image {
    margin-right: 15px;
    margin-bottom: 10px !important;
}

#custom_html-3 p {
    font-size: 14px;
    line-height: 1.5;
}

.single-case #left-area {
    width: 100%;
    padding: 0;
}

.single-case #sidebar {
    display: none;
}

.single-case #main-content .container::before {
    display: none;
}

.case-box {
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.1);
    padding: 25px 25px 70px 25px;
    width: calc(33.33% - 20px);
    min-height: 470px;
    margin: 10px;
    display: inline-block;
    float: left;
    position: relative;
}

.case-content {
    overflow: hidden;
    max-height: 220px;
    height: 100%;
}

@media (max-width:768px) {
  .case-box {
  width: calc(50% - 20px);
  }
}

@media (max-width:499px) {
  .case-box {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  }

  .case-content {
      overflow:visible;
      max-height: 100%;
      height: 100%;
  }
}



.case-content h3 {
    padding: 10px 0;
}

.case-content p {
    font-size: 14px;
    line-height: 1.5;
}

.case-box .et_pb_button_module_wrapper {
    position: absolute;
    bottom: 25px;
    left: 25px;
    right: 25px;
}


.et_pb_blog_grid h2, .et_pb_post h2 {
    font-size: 26px;
    padding-bottom: 10px;
}

.single-case img {
    margin-bottom: 20px;
}
