@charset "UTF-8";
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300);
.hvid {
  background: #fff; }

.grå {
  background: #707070; }
  .grå * {
    color: #fff !important; }

.grøn {
  background: #afc80a; }
  .grøn * {
    color: #fff !important; }
  .grøn .btn {
    background-color: #fff;
    color: #afc80a !important;
    font-weight: bold; }
    .grøn .btn:hover {
      color: #fff !important; }

body {
  font-family: "Open Sans", sans-serif; }

.youtubewrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.youtubewrapper>iframe[style] {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.facebook-feed-container img.attachment[style]{
	display:block!important;
}

/* Youtube channel */

    #videos .img-div{position:relative;
        overflow: hidden;
        
       
    }

	#videos .thumbnail {
		border:none;
		padding:0;
	}

    #videos span {
    position: absolute!important;
        top:0em;
        left:0em;
        transition: 1s ease;
        opacity:0;
    font-size:7em;
    line-height: normal;
    color:white;
    background:black;
    cursor:pointer;
    }
    #videos i{
    margin:0.45em 1.17em;
    }
    #videos span:hover{
    opacity:1;
    }
    #videos .ms-item{
    max-width: 4000px;
    }
    .ytrow{margin-top:40px;}
    
    
    #videos h3, .modalvid h4{
    text-transform:none!important;
letter-spacing:normal!important;
    }


.sizecheck {
  float: left; }

@media (min-width: 992px) {
  .sizecheck {
    float: none; } }
.btn {
  font-family: "montserratlight", sans-serif;
  text-transform: uppercase;
  background-color: #afc80a;
  font-size: 12px;
  padding: 12px 30px;
  color: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  border: none;
  transition: all 0.4s; }
  .btn:hover {
    background-color: #8caf28;
    color: #fff; }

.vcenter {
  display: inline-block;
  vertical-align: middle; }

.darkbg {
  color: #fff; }

h1, h2, h3, h4, h5, h6 {
  font-family: "montserratlight", sans-serif;
  font-weight: 400;
  text-transform: uppercase; }

h1 {
  font-size: 36px; }

h2 {
  font-family: montserratbold, sans-serif;
  font-size: 23px;
  line-height: 33px; }

h3 {
  font-size: 23px;
  line-height: 33px;
  color: #2d2d2d; }

h4 {
  font-size: 16px;
  line-height: 26px;
  color: #2d2d2d; }

h5 {
  font-size: 14px;
  font-weight: 700; }

h6 {
  font-size: 16px; }

p {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 26px;
  color: #707070; }

blockquote {
  font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia, serif;
  font-size: 20px;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  line-height: 30px;
  padding: 0;
  margin: 0;
  border-left: none; }
  blockquote span {
    font-size: 14px;
    line-height: 30px;
    display: block;
    text-align: right;
    font-style: italic;
    color: #2d2d2d; }

/* INFOBLOK */
.infoblokcontainer {
  padding: 90px 0; }
  .infoblokcontainer.darkbg {
    background-color: #707070; }
    .infoblokcontainer.darkbg .infoblok p, .infoblokcontainer.darkbg .infoblok h3 {
      color: #fff;
      margin: 0px; }

.infoblok p {
  color: #666;
  margin: 0px; }
.infoblok h3 {
  margin: 0px; }

@media (max-width: 767px) {
  .more {
    text-align: left; } }

/* Search */
#headsearch form {
  display: inline-block; }

/* FOOTER */
footer {
  background: #008c9b;
  color: #fff;
  padding: 30px 0 40px 0; }
  @media (min-width: 768px) {
    footer {
      padding: 50px 0; } }
  @media (min-width: 992px) {
    footer {
      padding: 70px 0; } }
  footer p {
    color: #fff;
    margin: 0 10px;
    display: block; }
    @media (min-width: 768px) {
      footer p {
        display: inline-block; } }
  footer i {
    font-size: 26px !important;
    margin: 20px 15px 0 0; }
    @media (min-width: 992px) {
      footer i {
        margin: 0 0 0 10px;
        font-size: 20px !important; } }
  footer a {
    color: #fff;
    transition: all 0.4s; }
    footer a:hover {
      color: #dadada;
      text-decoration: none; }
  @media (min-width: 992px) {
    footer .adresse {
      text-align: center; } }
  @media (min-width: 992px) {
    footer .social {
      text-align: right; } }
  footer .adresse, footer .social {
    padding-top: 10px; }
  footer .footerlogo img {
    width: 175px; }

/* CALLOUT */
.callout {
  padding: 225px 0;
  color: #fff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .callout h3 {
    color: #fff; }
  .callout p {
    margin: 20px 0 30px 0;
    color: #fff; }
  @media (max-width: 767px) {
    .callout .more {
      text-align: center; } }

.grid-section .callout {
  padding: 120px 0 80px 0; }
.grid-section div {
  background-size: cover; }

#filterGroup {
  border-bottom: 1px solid #dadada; }
  #filterGroup h5 {
    color: #707070; }
    #filterGroup h5 select {
      margin: 0 30px; }
    @media (max-width: 767px) {
      #filterGroup h5 span, #filterGroup h5 select {
        display: block;
        text-align: left;
        margin: 10px 0; } }

.isotope-item img {
  max-width: 100%; }
.isotope-item h4 {
  color: #707070; }
  .isotope-item h4 i {
    margin: 0 5px 0 0; }
  .isotope-item h4 a {
    color: #707070; }
  .isotope-item h4:before {
    font-family: FontAwesome;
    content: "\f068\f068\f068\f068";
    font-size: 12px;
    padding-top: 6px;
    float: left; }
.isotope-item h5 {
  color: #2c2e37;
  text-transform: none; }
.isotope-item p {
  color: #2c2e37;
  text-transform: none;
  margin-bottom: 40px; }

/* Afdelings overlay */
.afdelingsteaser {
  width: 100%;
  clear: both; }
  .afdelingsteaser .results:last-of-type:after {
    clear: both; }

.results {
  position: relative;
  /*display: inline-block;*/
  float: left;
  display: block;
  background-size: cover;
  width: 100%;
  margin: 10 0 0 0 !important;
  margin-top: 10px !important;
  height: 350px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover; }
  @media (min-width: 768px) {
    .results {
      width: calc(50%);
      border-right: 10px solid #fff; }
      .results:nth-of-type(2n) {
        border-right: none; } }
  @media (min-width: 992px) {
    .results {
      width: calc(100% / 3);
      border-right: 10px solid #fff; }
      .results:nth-of-type(2n) {
        border-right: 10px solid #fff; }
      .results:nth-of-type(3n) {
        border-right: none; } }
  .results .image {
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    max-width: 100%; }
  .results .open {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    height: 75px;
    border-top: 10px solid #fff;
    color: #fff;
    background: #afc80a; }
    .results .open h3 {
      color: #fff;
      margin-top: 17px !important; }
    .results .open.petrol {
      background-color: #008c9b; }
    .results .open.grey {
      background-color: #707070; }
    .results .open:hover {
      text-decoration: none; }
  .results a {
    cursor: pointer; }

.reveal {
  cursor: pointer; }

.closeoverlay {
  text-align: right;
  color: #fff;
  font-size: 24px;
  padding: 10px 20px 0 0;
  display: block; }

.overlay {
  width: 100%;
  position: absolute;
  background: #707070;
  top: 350px;
  height: 350px;
  transition: all 0.4s; }
  .overlay * {
    color: #fff; }
  .overlay h3 {
    margin-top: -10px; }
  .overlay p {
    color: #fff;
    text-align: left;
    padding: 0px 30px; }
    @media (min-width: 768px) {
      .overlay p {
        padding: 0px 20px; } }
    @media (min-width: 1200px) {
      .overlay p {
        padding: 0px 40px; } }
  .overlay .btn {
    background-color: #000;
    margin-top: -10px; }
  .overlay.active {
    top: 0px; }

/* Sidetop */
.masthead {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  padding-bottom: 100%; }
  @media (max-width: 767px) and (min-width: 480px) {
    .masthead {
      padding-bottom: 50%; } }
  @media (min-width: 768px) {
    .masthead {
      padding-bottom: 50%; } }
  @media (min-width: 992px) {
    .masthead {
      padding-bottom: 65%; } }
  @media (min-width: 1200px) {
    .masthead {
      padding-bottom: 50%; } }
  @media (min-width: 992px) {
    .masthead.subpage {
      padding-bottom: 40%; } }
  @media (min-width: 1200px) {
    .masthead.subpage {
      padding-bottom: 40%; } }
  .masthead > div {
    margin-top: 0px; }
    @media (min-width: 992px) {
      .masthead > div {
        margin-top: 120px; } }
  .masthead video {
    height: auto;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
  }

 @media (min-width: 992px) {
	.masthead.subpage video {
    top: 70%;
	   }
 }

#instafeed img, .social-feed-element img {
  max-width: 100%; }
#instafeed span, .social-feed-element span {
  font-weight: bold;
  color: #999; }
#instafeed i, .social-feed-element i {
  color: #707070;
  font-size: 45px;
  padding: 10px; }

.myslide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%; }

.masthead-overlay {
  position: absolute;
  top: 50%; }
  @media (min-width: 768px) {
    .masthead-overlay {
      top: 30%; } }
  @media (min-width: 992px) {
    .masthead-overlay {
      top: 10%; } }
  @media (min-width: 1200px) {
    .masthead-overlay {
      top: 15%; } }
  @media (min-width: 992px) {
    .masthead-overlay.subpage {
      top: 20%; } }
  @media (min-width: 1200px) {
    .masthead-overlay.subpage {
      top: 25%; } }
  .masthead-overlay p, .masthead-overlay h1 span {
    background: #1d1d1d;
    font-family: "Open Sans",sans-serif!important;

    /*font: "montserratlight", sans-serif!important;*/
    font-size: 24px;
    padding: 15px 12px;
    margin-bottom: 5px;
    color: #fff;
    font-weight: bold!important;
    text-transform: uppercase;
    display: table;
    float: none;
    width: auto; 
    margin-top:0px!important;
    line-height: 26px!important;
    display: table;
    }
    
  
    
    @media (min-width: 768px) {
      .masthead-overlay p, .masthead-overlay h1 span {
        font-size: 36px;
        padding: 20px 18px; } }
    @media (min-width: 1200px) {
      .masthead-overlay p, .masthead-overlay h1 span{
        font-size: 42px;
        padding: 24px 22px; } }
    @media (min-width: 1440px) {
      .masthead-overlay p, .masthead-overlay h1 span{
        font-size: 52px;
        padding: 26px 23px; 
        } }
    @media (min-width: 768px) {
      .masthead-overlay p.subpage, .masthead-overlay h1 .subpage {
        font-size: 36px;
        padding: 20px 18px; } }
    @media (min-width: 1200px) {
      .masthead-overlay p.subpage, .masthead-overlay h1 .subpage {
        font-size: 42px;
        padding: 24px 22px; } }
    @media (min-width: 1440px) {
      .masthead-overlay p.subpage, .masthead-overlay h1 .subpage {
        font-size: 42px;
        padding: 20px 23px;} }
    .masthead-overlay p:empty, .masthead-overlay h1:empty {
      display: none; }

.topboxes {
  margin-bottom: 80px; }
  @media (min-width: 992px) {
    .topboxes {
      margin-top: -200px; } }
  .topboxes .boxcol {
    padding-right: 0px;
    padding-left: 0px; }
    @media (min-width: 992px) {
      .topboxes .boxcol {
        padding-right: 15px;
        padding-left: 15px; } }
  .topboxes .box {
    background: rgba(0, 140, 155, 0.9);
    padding: 10px 20px 1px 20px;
    text-align: center; }
    @media (min-width: 992px) {
      .topboxes .box {
        box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5); } }
    .topboxes .box * {
      color: #fff;
      line-height: 21px; }
    .topboxes .box a {
      font-weight: bold;
      display: block;
      margin-top: 5px; }
      .topboxes .box a:hover {
        text-decoration: none; }
    .topboxes .box h2 {
      font-size: 28px;
      line-height: 32px; }

/* Custom dropdown */
.custom-dropdown--large {
  font-size: 1.5em; }

.custom-dropdown--small {
  font-size: .7em; }

.custom-dropdown__select {
  font-size: inherit;
  /* inherit size from .custom-dropdown */
  padding: .5em;
  /* add some space*/
  margin: 0;
  /* remove default margins */ }

.custom-dropdown__select--white {
  background-color: #fff;
  color: #777; }

@supports (pointer-events: none) and ((-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none)) {
  .custom-dropdown {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #e6e6e6;
    margin: 0px 20px; }

  .custom-dropdown__select {
    padding-right: 2.5em;
    /* accommodate with the pseudo elements for the dropdown arrow */
    border: 0;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }

  .custom-dropdown::before,
  .custom-dropdown::after {
    content: "";
    position: absolute;
    pointer-events: none; }

  .custom-dropdown::after {
    /*  Custom dropdown arrow */
    content: "\25BC";
    height: 1em;
    font-size: .625em;
    line-height: 1;
    right: 1.2em;
    top: 50%;
    margin-top: -.5em; }

  .custom-dropdown::before {
    /*  Custom dropdown arrow cover */
    width: 2em;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0 3px 3px 0; }

  .custom-dropdown__select[disabled] {
    color: rgba(0, 0, 0, 0.3); }

  .custom-dropdown.custom-dropdown--disabled::after {
    color: rgba(0, 0, 0, 0.1); }

  /* White dropdown style */
  .custom-dropdown--white::before {
    background-color: #fff;
    border-left: 1px solid rgba(0, 0, 0, 0.1); }

  .custom-dropdown--white::after {
    color: rgba(0, 0, 0, 0.9); }

  /* FF only temporary & ugly fixes */
  /* the "appearance: none" applied on select still shows a dropdown arrow on Firefox */
  /* https://bugzilla.mozilla.org/show_bug.cgi?id=649849 */
  @-moz-document url-prefix() {
    .custom-dropdown__select {
      padding-right: 0.9em; }

    .custom-dropdown--large .custom-dropdown__select {
      padding-right: 1.3em; }

    .custom-dropdown--small .custom-dropdown__select {
      padding-right: 0.5em; } } }
.column > div :first-child {
  margin-top: 0; }

.column li {
  color: #707070;
  margin-left: 15px; }

/* POPUP */
#popupbg {
  background: rgba(35, 40, 30, 0.85);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 998;
  display: none;
  /*opacity:0;*/ }

#popup {
  display: none; }

#popup iframe {
  margin: 0;
  border: none; }

.popup-box {
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 780px;
  width: 80vw;
  z-index: 999;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.popup-box > div {
  padding: 56% 0 25px;
  background: #fff; }

.popup-box > iframe, .popup-box .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 70vh; }

.popup-box .content img {
  max-width: 100%; }

.popup-box span {
  position: absolute;
  background: #afc80a;
  font-size: 25px;
  line-height: 49px;
  text-align: center;
  color: #fff;
  height: 49px;
  width: 49px;
  cursor: pointer;
  right: 0;
  bottom: 100%; }
  @media (orientation: landscape) {
    .popup-box span {
      right: -49px;
      top: 0; } }

.no-margin {
  margin: 0; }

/* FACEBOOK ALBUMS  */
ul.fb-albums {
  display: block;
  position: relative;
  width: calc(100% + 20px);
  left: -10px; }

.fb-album-title[style] {
  display: block !important; }

.fb-album-title {
  font-family: "montserratlight", sans-serif;
  font-weight: 400;
  text-transform: uppercase; }

/*
header .icon {
	display: none;
	opacity:0;
	transition: all 0.4s;
}

header.smaller .icon {
	display:inline-block;
	opacity:1;
}

header.smaller {
	height: 75px;
}




header.smaller h1#logo {
	width: 150px;
	height: 75px;
	line-height: 55px;
	font-size: 55px;
	margin: 0;
}

header.smaller nav a {
	line-height: 75px;
}



a {
	text-decoration: none;
	color: #fcfcfc;
	font-weight: 300;
}

a:hover {
	color: #3c3c3c;
}





header {
	width: 100%;
	padding-top:20px;
	height: 170px;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: rgba(255,255,255,1.0);

	transition: all 0.3s;
}

header.smaller {padding-top:0px; background-color: rgba(250,250,250,1.0)}

header h1#logo {
	display: inline-block;
   margin: 0;
   padding:0;
	float: left;

	transition: all 0.3s;
}

header #searchbox {
	display: block;
	position:absolute;
	right:5%;
	top:41px;
	transition:all 0.4s;
}

header #searchbox input{
	background: #eee url('/search.png') no-repeat;
	background-size: 20px;
	background-position: right 5px top 3px;
	border:none;
	font-size:14px; padding:5px;
	font-family: 'Montserrat', sans-serif;

}

header #logo img {height:94px; transition: all 0.3s;}
header.smaller #logo img {height:55px; padding:15px 0 0 75px;}
header nav {
	display: inline-block;
	float: right;
	transition:all 0.4s;
	margin-right:-40px;
	text-transform: uppercase;
}

header nav a {
	line-height: 210px;
	margin-left: 20px;
	color: #777;
	font-weight: 300;
	font-size: 14px;
	border-bottom: 2px solid transparent;
	font-family: 'Montserrat', sans-serif;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

header nav a.search {
	transition: all 0.4s;
	opacity:0;
}

header nav a:hover, .underside .underside, personale .personale {
	color: #000;
	padding-bottom:3px;
	border-bottom:2px solid #aec90a;
}

header.smaller {
	height: 75px;
}

header.smaller a.search {
	opacity:1;
}

header.smaller h1#logo {
	line-height: 75px;
	font-size: 30px;
}

header.smaller #searchbox {
	top:-30px;
}

header.smaller nav {
	margin-right:80px;
}

header.smaller nav a {
	line-height: 75px;
}

footer {
	background-color: #3c3c3c;
	text-align: center;
   min-height:17em;
   color: #bababa;
}

footer  a {
	display: inline-block;
	margin: 0;
  text-decoration:underline;
}
footer div.col {
  width:20%;
  display:inline-block;
  vertical-align: top;
}
footer col a {
  display:block;
}

footer ul li a:hover {
	color: #fd5559;
}
footer ul li a {
    color: #bababa;  
}
footer div#copy {
  margin-top: 1em;
  padding:0;
}
footer div#copy a {
  color: #fd5559;  
}
footer div.container {
  position:relative;
  
}
footer ul{
  list-style:none;
  margin-top:2em;
  padding:0;
}
footer ul li {
  text-align:left;
  margin:0;
  padding:0;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

@media all and (max-width: 760px) {
	header h1#logo {
		display: block;
		float: none;
		margin: 0 auto;
		height: 100px;     
		line-height: 80px;
		text-align: center;
	}

	header nav {
		display: block;
		float: none;
		height: 50px;
		text-align: center;
		margin: 0 auto;
	}

	header nav a {
		line-height: 50px;
		margin: 0 10px;
	}

	header.smaller {
		height: 75px;
	}

	header.smaller h1#logo {
		height: 40px;
		line-height: 40px;
		font-size: 30px;
     width:100%;
	}

	header.smaller nav {
		height: 35px;
	}

	header.smaller nav a {
		line-height: 35px;
	}
  footer div.col {
    width:100%;
    display:inline-block;
    vertical-align: top;
  }
  footer ul li {
    display:inline-block;
    margin:0 0.5em;
    float:left;
  }

}

@media all and (max-width: 600px) {
	.container {
		width: 100%;
	}

	footer a {
		display: block;
	}
}
*/

.grid-section p>a {text-decoration:underline;}
.bg000000 {
  background-color: rgba(0, 0, 0, 0.9) !important; }

.bgafc800 {
  background-color: rgba(175, 200, 10, 0.9) !important; }

.bg008c9b {
  background-color: rgba(0, 140, 155, 0.9) !important; }

.bgf500ac {
  background-color: rgba(245, 0, 172, 0.9) !important; }

.grid-section > div > .container {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .grid-section > div > .container {
      padding: 70px 0 70px 0 !important; } }
      
      
      
      

#cookiewrapper {
	display:none;
}

.cookie-container {
		background: #fff;
		position: fixed;
		top:0px;
		bottom:auto; 
		left:0px;
		z-index:9999;
		width:100%;
		font-family: 'Open Sans', sans-serif;
		opacity: 1;
		overflow: hidden;
		transition: all .3s ease;
}

@media (min-width: 992px) { 
	.cookie-container {
		top: auto;
		bottom:0px;
	}
}

.cookie-container a {
		text-decoration: none;
		color: #555;
		transition: color .2s ease, background .2s ease, width .6s ease;
}

.cookie-container p {
		margin: 0;
		padding: 13px 75px;
		transition: all .2s ease;
}

.cookie-container.ex-1 {
		text-align: center;
		border-bottom: 1px solid #ccc;
		box-shadow: 0 0 15px #ccc;
}

.cookie-container .fa {
		position: relative;
		background: #f9f9f9;
		color: #555;
		padding: 1em 3em 1em 2em;
		position: absolute;
		top: 0;
		bottom: 0;
		width: 2%;
}

.cookie-container .fa:after {
		content: attr(alt);
		position: absolute;
		font-family: 'Open Sans', sans-serif;
		white-space: nowrap;
		padding: 5px 10px;
		background: #f9f9f9;
		color: #555;
		border: 1px solid #ccc;
		top: 11px;
		visibility: hidden;
		opacity: 0;
		transition: all .2s ease;
}

.cookie-container .fa-info {
		border-right: 1px solid #ccc;
		left: 0;
}

.cookie-container .fa-info:hover {
		background: #555;
		color: #fff;
}

.cookie-container .fa-info:after {
		left: 110%;
}

.cookie-container .fa-info:hover:after {
		left: 95%;
		visibility: visible;
		opacity: 1;
}

.cookie-container .fa-check {
		border-left: 1px solid #ccc;
		right: 0;
}

.cookie-container .fa-check:hover {
		background: #27ae60;
		color: #fff;
}

.cookie-container .fa-check:after {
		right: 110%;
}

.cookie-container .fa-check:hover:after {
		right: 95%;
		visibility: visible;
		opacity: 1;
}

.cookie-container.ex-1.accepted .fa-info,
.cookie-container.ex-1.accepted p {
		visibility: hidden;
		opacity: 0;
		transition: all .3s ease;
}

.cookie-container.ex-1.accepted .fa-check {
		background: #27ae60;
		width: 100%;
		color: #fff;
}

.cookie-container.ex-1.accepted .fa-check:after {
		display: none;
}

.cookie-container.ex-1.accepted {
		visibility: hidden;
		opacity: 0;
		transition-delay: 2s;
}

.refitem span.fagnavn:not(:last-child):after {
            content: ',';
        }


/* topimage Mobile */

@media screen and (max-width: 500px) {
	
	.slick-track, .slick-list.draggable {
		height:100%;
	}
	
	.slick-slide img {
    width: 100%;
  height: 100%;
  object-fit: cover;
		margin-left: 0px !important;
}
	
	

}