﻿ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a img {
  border: none;
}

.billede {
	width:180px; 
	float:left; 
	margin:0px 10px 20px 10px;
}

html,
body,
button,
input,
select,
textarea {
  font-size: 13px;
  line-height: 16px;
  font-family: 'Open Sans', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #181818;
}

html ::selection,
body ::selection,
button ::selection,
input ::selection,
select ::selection,
textarea ::selection {
  background: #f9cd37;
  color: #fff;
}

html ::-moz-selection,
body ::-moz-selection,
button ::-moz-selection,
input ::-moz-selection,
select ::-moz-selection,
textarea ::-moz-selection {
  background: #f9cd37;
  color: #fff;
}

.header {
	margin: 55px 0px 0px 0px;
	position: relative;
}

.menu {
	position:absolute;
	top:7px;
	left:0;
	/*line-height: 40px;
	height: 30px;*/
	font-size:12px;
	font-weight:bold;
	text-transform: uppercase;
}

.navigation {
	cursor: pointer;
}
.navigation.active,
.navigation:hover {
	/*background: #f5f5f5;*/
	color:#3a5e96;
}

.collapse {
	background: #181818;
	width: 200px;
	color:#fff;
	display:none;
}
.collapse ul {
	padding: 0px 0px;
	margin:10px 0px 0px 0px;
}
.collapse ul li {
	font-size:12px;
	padding: 5px 15px;
	line-height:18px;
	width: 100%;
	border-bottom: 1px solid #fff;
}
.collapse ul li:hover {
	background: #f9cd37;
	color:#000;
}
.collapse ul li:hover a {
	color:#000;
	text-decoration:none;
}

.collapse ul li a {
	color:#fff;
	border:0;
}

.ikonner {
	position:absolute;
	top:7px;
	right:0;
}
.ikonner a {
	border:0px solid #f5f5f5;
	text-decoration:none;
}
.ikonner i ,
.menu i
{
position: relative;
display: inline-block;
width: 30px;
height: 30px;
line-height: 30px;
vertical-align: -25%;
font-size: 30px;
}
.collapse b {
	width: 20px;
	display: inline-block;
}


.logo  img {
	text-align:center;
	margin:auto;
}

.star {
	background: url(/media/star.png) no-repeat center center;
	height:22px;
	margin: 30px 0px;
}

.slogan {
	font-size:18px;
	line-height: 24px;
	text-align:center;
}

.footer {
	margin: 0px 0px 20px 0px;
}

.footer a {
	color: #181818;
	text-decoration:none;
	border:0;
}

.footer .span1 {
	display:inline-block;
	float:left;
	width:220px;
	padding: 5px 0px 0px 0px;
}
.footer .footerright {
	float:right;
	text-align:right;
}
.footer .span2 {
	display:inline-block;
	float:right;
	width:220px;
	padding: 5px 0px 0px 0px;
}

.line {
	border-top: 1px solid #d2d3d4;
	margin-top: 20px;
	padding-bottom:20px;
}

.footerslogan {
	font-size:22px;
	line-height: 26px;
	text-align:center;
}

.container {
  position: relative;
  margin: 0 auto;
}

.grid-1, .grid-2,
.grid-3, .grid-4,
.grid-5, .grid-6,
.grid-7, .grid-8,
.grid-9, .grid-10,
.grid-11, .grid-12,
.grid-13, .grid-14,
.grid-15, .grid-16 {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}

.grid-1.center, .grid-2.center,
.grid-3.center, .grid-4.center,
.grid-5.center, .grid-6.center,
.grid-7.center, .grid-8.center,
.grid-9.center, .grid-10.center,
.grid-11.center, .grid-12.center,
.grid-13.center, .grid-14.center,
.grid-15.center, .grid-16.center {
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.container {
  width: 1120px;
}

.grid-1 {
  width: 50px;
}
.grid-2 {
  width: 120px;
}
.grid-3 {
  width: 190px;
}
.grid-4 {
  width: 260px;
}
.grid-5 {
  width: 330px;
}
.grid-6 {
  width: 400px;
}
.grid-7 {
  width: 470px;
}
.grid-8 {
  width: 540px;
}
.grid-9 {
  width: 610px;
}
.grid-10 {
  width: 680px;
}
.grid-11 {
  width: 820px;
}
.grid-12 {
  width: 820px;
}
.grid-13 {
  width: 890px;
}
.grid-14 {
  width: 960px;
}
.grid-15 {
  width: 1030px;
}
.grid-16 {
  width: 1100px;
}

#wrap,
.wrap {
  padding: 20px 0;
}

a {
  -webkit-transition: all 275ms;
  -moz-transition: all 275ms;
  -o-transition: all 275ms;
  transition: all 275ms;
  cursor: pointer;
  text-decoration: none;
  color: #181818;
  border-bottom: 1px solid #3a5e96;
}

a:hover,
a:focus,
a:active,
a.active {
  color: #3a5e96;
}


h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: 'Anton', sans-serif;
  font-weight: normal;
  color: #181818;
}


h1, .h1 {
  font-size: 30px;
  line-height: 40px;
}




/* list blocks */

.list-blocks {
  text-align: center;
  margin: 1.4em 0;
}

.list-blocks > li {
  margin-top: 10px;
  margin-bottom: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  float: none;
  height: 275px;
  background-color: #d1d1d1;
}

.list-blocks.instagram li {
  max-width: 612px;
  height: 612px;
}

.list-blocks.instagram a {
  display: block;
  border: none;
}


.list-hex-grid {
  margin-top: 55px;
  margin-bottom: 55px;
  font-size: 0px;
  word-spacing: 1px;
  word-spacing: 0;
  text-align:center;
}

.list-hex-grid.with-labels {
  margin-bottom: 200px;
}

.list-hex-grid img {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  vertical-align: top;
}

.list-hex-grid div.hex {
  font-size: 16px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin-top: 37px;
  margin-bottom: 37px;
  float: none;
  position: relative;
  z-index: 10;
}

.list-hex-grid div.hex > a,
.list-hex-grid div.hex > div {
  height: 110px;
  line-height: 220px;
}

.list-hex-grid div.hex .inner {
  top: -55px;
}

.list-hex-grid div.hex .hex-1:before,
.list-hex-grid div.hex .hex-2:before {
  height: 220px;
  width: 220px;
}

.list-hex-grid div.hex .hex-1:before {
  -webkit-transform: rotate(-60deg) translate(-110px, 0);
  -moz-transform: rotate(-60deg) translate(-110px, 0);
  -ms-transform: rotate(-60deg) translate(-110px, 0);
  -o-transform: rotate(-60deg) translate(-110px, 0);
  transform: rotate(-60deg) translate(-110px, 0);
}

.list-hex-grid div.hex .hex-2:before {
  -webkit-transform: rotate(60deg) translate(40px, 40px);
  -moz-transform: rotate(60deg) translate(40px, 40px);
  -ms-transform: rotate(60deg) translate(40px, 40px);
  -o-transform: rotate(60deg) translate(40px, 40px);
  transform: rotate(60deg) translate(40px, 40px);
}

.list-hex-grid div.hex > a,
.list-hex-grid div.hex > div {
  font-size: 18px;
  word-spacing: 1px;
  -webkit-transition: none 1s;
  -moz-transition: none 1s;
  -o-transition: none 1s;
  transition: none 1s;
  background-color: whitesmoke;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: auto 220px;
  -moz-background-size: auto 220px;
  -o-background-size: auto 220px;
  background-size: auto 220px;
  text-align: center;
  display: block;
  border: none;
  color: #fff;
  -webkit-backface-visibility: hidden;
}

.list-hex-grid div.hex p {
  color: #fff;
  font-size: 16px;
}

.list-hex-grid div.hex:hover {
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}

.list-hex-grid div.hex .inner {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  white-space: normal;
  z-index: 20;
  position: relative;
  max-width: 80%;
  color: #fff;
  font-size:18px;
  line-height: 22px;
}
.list-hex-grid div.hex .inner.black {
	color:#2f2f2f;
}

.list-hex-grid div.hex .inner img {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}

.list-hex-grid div.hex .hex-1,
.list-hex-grid div.hex .hex-2 {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  overflow: hidden;
  background: inherit;
  -webkit-backface-visibility: hidden;
}

.list-hex-grid div.hex .hex-1:before,
.list-hex-grid div.hex .hex-2:before {
  content: '';
  position: absolute;
  background: inherit;
  left: 0;
  z-index: -1;
  background: inherit;
}

.list-hex-grid div.hex .hex-1 .after,
.list-hex-grid div.hex .hex-2 .after {
  z-index: -1;
}

.list-hex-grid div.hex .hex-1 {
  z-index: -1;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
}

.list-hex-grid div.hex .hex-1:before {
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}

.list-hex-grid div.hex .hex-2 {
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.list-hex-grid div.hex .hex-2:before {
  bottom: 0;
}

.list-hex-grid div.hex .after {
  -webkit-transition: none 1s;
  -moz-transition: none 1s;
  -o-transition: none 1s;
  transition: none 1s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  background: #16a6b6;
}

.list-hex-grid div.hex.primary > a,
.list-hex-grid div.hex.primary > div {
  background-color: #16a6b6;
}

.list-hex-grid div.hex.primary .after {
  background-color: #16a6b6;
  border-color: #16a6b6;
}

.list-hex-grid div.hex.secondary > a,
.list-hex-grid div.hex.secondary > div {
  background-color: #ee6557;
}

.list-hex-grid div.hex.secondary .after {
  background-color: #ee6557;
  border-color: #ee6557;
}

.list-hex-grid div.hex.tertiary > a,
.list-hex-grid div.hex.tertiary > div {
  background-color: #bfbfbf;
}

.list-hex-grid div.hex.tertiary .after {
  background-color: #bfbfbf;
  border-color: #bfbfbf;
}

.list-hex-grid div.hex.quaternary > a,
.list-hex-grid div.hex.quaternary > div {
  background-color: #fff;
}

.list-hex-grid div.hex.quaternary .after {
  background-color: #fff;
  border-color: #fff;
}

.list-hex-grid div.hex.plain-bg > a,
.list-hex-grid div.hex.plain-bg > div {
  background-color: #fff;
  border-color: #fff;
}

.list-hex-grid div.hex.invert .after, .list-hex-grid div.hex.invert .inner {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: none 1s;
  -moz-transition: none 1s;
  -o-transition: none 1s;
  transition: none 1s;
}

.list-hex-grid div.hex.inline-bg img {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 100%;
}

.list-hex-grid div.hex.full-img img {
  max-height: 140%;
  width: auto;
}

.list-hex-grid hr {
  background-color: #fff;
}

.list-hex-grid h3 {
  color: #fff;
}

.list-hex-grid h3.flex {
  font-size: 1.25em;
  line-height: 1.375em;
}

.list-hex-grid h6.below {
  position: absolute;
  width: 100%;
  margin-top: 0;
  bottom: -84px;
}

.list-hex-grid .h1.large {
  font-size: 2em;
  line-height: 1.4;
}

.list-hex-grid.large div.hex {
  margin-top: 37px;
  margin-bottom: 37px;
  margin-top: 47px;
  margin-bottom: 47px;
}

.list-hex-grid.large div.hex > a,
.list-hex-grid.large div.hex > div {
  height: 150px;
  line-height: 300px;
}

.list-hex-grid.large div.hex .inner {
  top: -75px;
}

.list-hex-grid.large div.hex .hex-1:before,
.list-hex-grid.large div.hex .hex-2:before {
  height: 300px;
  width: 300px;
}

.list-hex-grid.large div.hex .hex-1:before {
  -webkit-transform: rotate(-60deg) translate(-150px, 0);
  -moz-transform: rotate(-60deg) translate(-150px, 0);
  -ms-transform: rotate(-60deg) translate(-150px, 0);
  -o-transform: rotate(-60deg) translate(-150px, 0);
  transform: rotate(-60deg) translate(-150px, 0);
}

.list-hex-grid.large div.hex .hex-2:before {
  -webkit-transform: rotate(60deg) translate(55px, 55px);
  -moz-transform: rotate(60deg) translate(55px, 55px);
  -ms-transform: rotate(60deg) translate(55px, 55px);
  -o-transform: rotate(60deg) translate(55px, 55px);
  transform: rotate(60deg) translate(55px, 55px);
}

.list-hex-grid.large div.hex > a,
.list-hex-grid.large div.hex > div {
  -webkit-background-size: auto 300px;
  -moz-background-size: auto 300px;
  -o-background-size: auto 300px;
  background-size: auto 300px;
}

.list-hex-grid.mid div.hex {
  margin-top: 37px;
  margin-bottom: 37px;
  width: 220px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.list-hex-grid.mid div.hex > a,
.list-hex-grid.mid div.hex > div {
  height: 127px;
  line-height: 254px;
}

.list-hex-grid.mid div.hex .inner {
  top: -63.5px;
}

.list-hex-grid.mid div.hex .hex-1:before,
.list-hex-grid.mid div.hex .hex-2:before {
  height: 254px;
  width: 254px;
}

.list-hex-grid.mid div.hex .hex-1:before {
  -webkit-transform: rotate(-60deg) translate(-127px, 0);
  -moz-transform: rotate(-60deg) translate(-127px, 0);
  -ms-transform: rotate(-60deg) translate(-127px, 0);
  -o-transform: rotate(-60deg) translate(-127px, 0);
  transform: rotate(-60deg) translate(-127px, 0);
}

.list-hex-grid.mid div.hex .hex-2:before {
  -webkit-transform: rotate(60deg) translate(47px, 47px);
  -moz-transform: rotate(60deg) translate(47px, 47px);
  -ms-transform: rotate(60deg) translate(47px, 47px);
  -o-transform: rotate(60deg) translate(47px, 47px);
  transform: rotate(60deg) translate(47px, 47px);
}

.list-hex-grid.mid div.hex > a,
.list-hex-grid.mid div.hex > div {
  -webkit-background-size: auto 260px;
  -moz-background-size: auto 260px;
  -o-background-size: auto 260px;
  background-size: auto 260px;
}

.list-hex-grid.modal-active div.hex > a,
.list-hex-grid.modal-active div.hex > div {
  -webkit-backface-visibility: visible;
}

.list-hex-grid.modal-active div.hex > a .hex-1,
.list-hex-grid.modal-active div.hex > a .hex-2,
.list-hex-grid.modal-active div.hex > div .hex-1,
.list-hex-grid.modal-active div.hex > div .hex-2 {
  -webkit-backface-visibility: visible;
}


.no-csstransforms .list-hex-grid > br {
  display: none !important;
}

.no-csstransforms .list-hex-grid div.hex {
  margin-top: 10px;
  margin-bottom: 10px;
}

.no-csstransforms .list-hex-grid div.hex .hex-1,
.no-csstransforms .list-hex-grid div.hex .hex-2,
.no-csstransforms .list-hex-grid div.hex .hex-1:before,
.no-csstransforms .list-hex-grid div.hex .hex-2:before {
  display: none !important;
}

.no-csstransforms .list-hex-grid div.hex > a,
.no-csstransforms .list-hex-grid div.hex > div {
  padding: 50px 0;
}

.no-csstransforms .list-hex-grid div.hex.inline-bg {
  overflow: hidden;
}

.no-csstransforms .list-hex-grid div.hex.inline-bg > a,
.no-csstransforms .list-hex-grid div.hex.inline-bg > div {
  overflow: hidden;
}

.no-csstransforms .list-hex-grid div.hex.inline-bg img {
  top: 9%;
  left: 12%;
  max-width: 75%;
}


.list-icon-items {
  margin-top: -0.9em;
  word-spacing: 0;
}

.list-icon-items > li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  float: none;
  vertical-align: top;
}

.list-icon-items.large-margins > li {
  margin: 2.75em 1em 0;
}

.list-icon-items.no-margins {
  margin-top: -100px;
}

.list-icon-items.no-margins > li {
  margin: 2.75em 0 0;
}

.list-icon-items h6 {
  margin-top: 1.5em;
}

.list-icon-items i {
  position: relative;
}

.list-icon-items .pulse {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: none;
  border: 1px solid #ee6557;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 275ms;
  -moz-transition-duration: 275ms;
  -o-transition-duration: 275ms;
  transition-duration: 275ms;
  -webkit-transition-timing-function: cubic-bezier(0.53, -0.67, 0.73, 0.74);
  -moz-transition-timing-function: cubic-bezier(0.53, -0.67, 0.73, 0.74);
  -o-transition-timing-function: cubic-bezier(0.53, -0.67, 0.73, 0.74);
  transition-timing-function: cubic-bezier(0.53, -0.67, 0.73, 0.74);
}

.list-icon-items a {
  border: none;
  display: block;
}

.list-icon-items a .pseudo-link {
  word-wrap: break-word;
  word-break: break-all;
}

.list-icon-items a:hover .button, .list-icon-items a:focus .button, .list-icon-items a:active .button {
  background-color: #16a6b6;
}

.list-icon-items a:hover .pulse, .list-icon-items a:focus .pulse, .list-icon-items a:active .pulse {
  opacity: 1;
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition-timing-function: cubic-bezier(0.37, 0.74, 0.15, 1.65);
  -moz-transition-timing-function: cubic-bezier(0.37, 0.74, 0.15, 1.65);
  -o-transition-timing-function: cubic-bezier(0.37, 0.74, 0.15, 1.65);
  transition-timing-function: cubic-bezier(0.37, 0.74, 0.15, 1.65);
}

.list-icon-items li.secondary .pulse {
  border: 1px solid #d1d1d1;
}

.list-icon-items .button,
.list-icon-items button {
  -webkit-backface-visibility: hidden;
}


.no-csstransitions .pulse {
  display: none;
}


/* // listblocks */



img,
video,
object {
  display: block;
  max-width: 100%;
  height: auto;
}


button,
.button {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 275ms;
  -moz-transition-duration: 275ms;
  -o-transition-duration: 275ms;
  transition-duration: 275ms;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;

  text-transform: uppercase;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 8px 20px;
  background-color: #45adbb;
  color: #fff;
  border: none;
  cursor: pointer;
  text-align: center;
}

button:hover, button:active, button:focus,
.button:hover,
.button:active,
.button:focus {
  color: #fff;
  background-color: #181818;
}

button.active,
.button.active {
  color: #fff;
  background-color: #ee6557;
}

button::-moz-focus-inner, button::-moz-focus-inner,
.button::-moz-focus-inner,
.button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

input[type="text"],
input[type="email"],
input[type="search"],
input[type="tel"],
.placeholder-wrap,
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: block;
  width: 100%;
  padding: 10px;
  outline: none;
  background-color: #fff;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


textarea {
  max-width: 100%;
  min-height: 160px;
}


.logo a {
  padding: 0;
  border: none;
}

.logo a img {
  display: block;
  height: auto;
}


html body .mq-mid,
html body .mq-small,
html body .mq-mobile,
html body .mq-mid-i-block,
html body .mq-small-i-block,
html body .mq-mobile-i-block {
  display: none !important;
}

html body .mq-wide {
  display: block !important;
}

html body .mq-wide-i-block {
  display: inline-block !important;
  *display: inline !important;
}



@media screen and (max-width: 898px) {
	.footer .span2 {
		float:left;
	}
	.footer .footerright {
		margin-top: 10px;
		text-align:left;
	}	
	.footer .footerright img {
		
		float:left;
		padding-right: 10px;
		padding-left:0px !important;
	}
	.star {margin: 20px 0px;}
	.menu {
		position:relative;
		margin: 0px 0px 20px 0px;
	}
	.collapse {
		width:100%;
	}
	#ikonner {
		display: none;
	}
	
	.ikonner {
		position:relative;
		text-align:center;
		margin: 0px 0px 20px 0px;
	}
	
	.list-hex-grid {
		margin: 20px 0px;
	}



  .container {
    width: 90%;
  }


  .grid-1, .grid-2,
  .grid-3, .grid-4,
  .grid-5, .grid-6,
  .grid-7, .grid-8,
  .grid-9, .grid-10,
  .grid-11, .grid-12,
  .grid-13, .grid-14,
  .grid-15, .grid-16 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }



  html body .mq-wide,
  html body .mq-mid,
  html body .mq-small,
  html body .mq-wide-i-block,
  html body .mq-mid-i-block,
  html body .mq-small-i-block {
    display: none !important;
  }

  html body .mq-mobile {
    display: block !important;
  }

  html body .mq-mobile-i-block {
    display: inline-block !important;
    *display: inline !important;
  }


  hr.center.grid-2 {
    width: 120px;
  }

  
  .list-hex-grid > br {
    display: none !important;
  }

  .list-hex-grid div.hex .hex-1,
  .list-hex-grid div.hex .hex-2,
  .list-hex-grid div.hex .hex-1:before,
  .list-hex-grid div.hex .hex-2:before {
    display: none !important;
  }
  
  .list-hex-grid div.hex > a,
  .list-hex-grid div.hex > div {
  height: 40px;
line-height: 140px;
    padding: 50px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: visible;
  }
  
  .list-hex-grid div.hex.inline-bg {
    overflow: hidden;
  }
  
  .list-hex-grid div.hex.inline-bg > a,
  .list-hex-grid div.hex.inline-bg > div {
    overflow: hidden;
  }
  
  .list-hex-grid div.hex.inline-bg img {
    top: 9%;
    left: 12%;
    max-width: 75%;
  }
  
  .list-hex-grid.mobile-centred-imgs > li > a,
  .list-hex-grid.mobile-centred-imgs > li > div {
    padding: 0;
    height: 210px;
  }
  
  .list-hex-grid.mobile-centred-imgs img {
    vertical-align: middle;
  }

  
  .list-hex-grid div.hex,
  .list-hex-grid.large div.hex,
  .list-hex-grid.mid div.hex,
  .list-hex-grid.small div.hex {
    width: 46.5%;
    margin: 1.75%;
  }
  
  .list-hex-grid div.hex > a,
  .list-hex-grid div.hex > div,
  .list-hex-grid.large div.hex > a,
  .list-hex-grid.large div.hex > div,
  .list-hex-grid.mid div.hex > a,
  .list-hex-grid.mid div.hex > div,
  .list-hex-grid.small div.hex > a,
  .list-hex-grid.small div.hex > div {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 50px 8px;
  }
  
  .list-hex-grid div.hex > a.flex,
  .list-hex-grid div.hex > div.flex,
  .list-hex-grid.large div.hex > a.flex,
  .list-hex-grid.large div.hex > div.flex,
  .list-hex-grid.mid div.hex > a.flex,
  .list-hex-grid.mid div.hex > div.flex,
  .list-hex-grid.small div.hex > a.flex,
  .list-hex-grid.small div.hex > div.flex {
    font-size: 14px;
  }

  
  .list-icon-items {
    margin-top: 0;
  }
  
  .list-icon-items.large-margins > li, .list-icon-items.no-margins > li,
  .list-icon-items > li {
    width: 46.5%;
    margin: 40px 1.75% 0;
  }
  



}

@media screen and (max-width: 540px) {
.billede {
	width:100%;
}

  .container {
    width: 92%;
  }

  .list-icon-items > li,
  .list-icon-items div.hex,
  .list-icon-items.large-margins > li,
  .list-icon-items.large-margins div.hex,
  .list-icon-items.no-margins > li,
  .list-icon-items.no-margins div.hex,
  .list-hex-grid > li,
  .list-hex-grid div.hex,
  .list-hex-grid.large > li,
  .list-hex-grid.large div.hex,
  .list-hex-grid.mid > li,
  .list-hex-grid.mid div.hex,
  .list-hex-grid.small > li,
  .list-hex-grid.small div.hex {
    width: 100%;
    margin: 40px 0 0;
    display: block;
    float: none;
  }
}
@media screen and (max-width: 360px) {
.footer .footerright img {
	/*display:none;*/
}

  html {
    word-wrap: break-word;
    word-break: hyphenate !important;
  }

}


.float-left {
  float: left !important;
}


.float-right {
  float: right !important;
}


.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}


.text-right {
  text-align: right !important;
}


.clearfix,
.container,
.list-hex-grid {
  *zoom: 1;
}

.clearfix:after,
.container:after,
.list-hex-grid:after {
  content: "";
  display: table;
  clear: both;
}

