﻿/*               min-width: 1200px             */
/*                     LG                      */
/* ------------------------------------------- */
/*     min-width: 992px - max-width: 1199px    */
/*                     MD                      */
/* ------------------------------------------- */
/*     min-width: 768px - max-width: 991px     */
/*                     SM                      */
/* ------------------------------------------- */
/*               max-width: 767px              */
/*                     XS                      */
/* ------------------------------------------- */
/* ved unsponsive, udkommenteres media queries */
/* Custom */
@media (min-width: 1200px) {
	.map-full, .map-side {
		height: 350px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.map-full, .map-side {
		height: 300px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	body {
		margin-bottom: 34px;
	}
	.logo {
		text-align: center;
	}
}

@media (max-width: 767px) {
	body {
		margin-bottom: 34px;
	}
	.logo {
		text-align: center;
	}
}

@media (max-width: 550px) {
	.gallery-item {
		width: 50%;
	}
}

/* Menu over 992px */
@media all and (min-width: 992px), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 992px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 992px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (min-width: 992px), only screen and (min-device-pixel-ratio: 2) and (min-width: 992px), only screen and (min-resolution: 192dpi) and (min-width: 992px), only screen and (min-resolution: 2dppx) and (min-width: 992px) {
	/* Root */
	#menu {
		font-family: "Open Sans", sans-serif;
		background-color: #333;
		text-transform: uppercase;
	}
	#menu > .text-holder, #menu .toggle {
		display: none;
	}
	#menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
		z-index: 100;
		/* 1st LEVEL */
	}
	#menu ul li {
		float: left;
		position: relative;
		/* 2nd LEVEL */
	}
	#menu ul li a {
		color: #efefef;
		display: block;
		padding: 10px 15px;
		text-decoration: none;
		-moz-transition: 200ms all ease-in-out;
		-o-transition: 200ms all ease-in-out;
		-webkit-transition: 200ms all ease-in-out;
		transition: 200ms all ease-in-out;
	}
	#menu ul li.active > a, #menu ul li:hover > a {
		color: #ffaa0e;
		background-color: #222;
	}
	#menu ul li:hover > ul {
		opacity: 1;
		visibility: visible;
		margin-top: 0;
	}
	#menu ul li ul {
		background-color: #333;
		width: 200px;
		margin-left: -100px;
		opacity: 0;
		visibility: hidden;
		position: absolute;
		left: 50%;
		margin-top: 15px;
		box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.5);
		-webkit-transition: opacity .2s .1s;
		-moz-transition: all .2s .1s;
		-o-transition: all .2s .1s;
		transition: all .2s .1s;
		/* 3nd LEVEL */
	}
	#menu ul li ul li {
		width: 100%;
	}
	#menu ul li ul li a {
		background-color: #333;
	}
	#menu ul li ul ul {
		width: 200px;
		margin-left: -100px;
		left: 200px;
		top: 0;
		margin-left: 0;
	}
	/* Sidemenu */
	.sidemenu {
		font-family: "Open Sans", sans-serif;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.sidemenu a {
		color: #333;
		padding: 5px 10px;
		display: block;
		-moz-transition: all 200ms ease-in-out;
		-o-transition: all 200ms ease-in-out;
		-webkit-transition: all 200ms ease-in-out;
		transition: all 200ms ease-in-out;
	}
	.sidemenu a:hover {
		color: #ffaa0e;
	}
	.sidemenu a:before {
		max-width: 0;
		content: "\f054";
		font-family: 'FontAwesome';
		font-size: 11px;
		padding-right: 0;
		position: relative;
		top: 2px;
		display: inline-block;
		overflow: hidden;
		-moz-transition: max-width 200ms ease-in-out, padding 200ms ease-in-out;
		-o-transition: max-width 200ms ease-in-out, padding 200ms ease-in-out;
		-webkit-transition: max-width 200ms ease-in-out, padding 200ms ease-in-out;
		transition: max-width 200ms ease-in-out, padding 200ms ease-in-out;
	}
	.sidemenu a:hover:before {
		max-width: 16px;
		padding-right: 5px;
	}
	.sidemenu ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
}

/* Menu under 992px */
@media all and (max-width: 991px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 991px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 991px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 991px), only screen and (min-device-pixel-ratio: 2) and (max-width: 991px), only screen and (min-resolution: 192dpi) and (max-width: 991px), only screen and (min-resolution: 2dppx) and (max-width: 991px) {
	#menu {
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		border: 1px solid #222;
		margin: 15px 0;
		position: relative;
		/* toggle */
		/* Textholder knap */
		/* Open */
	}
	#menu ul {
		background-color: #333;
		padding: 0;
		margin: 0;
		list-style: none;
		display: none;
	}
	#menu ul li {
		border-top: 1px solid #222;
	}
	#menu ul li a {
		color: #efefef;
		padding: 10px 10px;
		display: block;
		text-decoration: none;
		line-height: 1em;
		width: 100%;
		position: relative;
	}
	#menu ul li.active > a {
		color: #f00;
	}
	#menu ul ul a {
		padding-left: 15px;
	}
	#menu ul ul a:before {
		content: "- ";
		display: inline-block;
	}
	#menu ul ul ul a {
		padding-left: 30px;
	}
	#menu .toggle {
		background-color: #333;
		border-left: 1px solid #222;
		color: #efefef;
		display: block;
		cursor: pointer;
		position: absolute;
		z-index: 9;
		top: 0;
		bottom: 0;
		right: 0;
		width: 37px;
	}
	#menu .toggle span {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -7px;
		margin-left: -5px;
		line-height: 1em;
		display: block;
		-moz-transition: all 200ms ease-in-out;
		-o-transition: all 200ms ease-in-out;
		-webkit-transition: all 200ms ease-in-out;
		transition: all 200ms ease-in-out;
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#menu .toggle span:before {
		content: "\f00d";
		font-family: 'FontAwesome';
	}
	#menu .toggle.toggled {
		background-color: #222;
	}
	#menu .toggle.toggled span {
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	#menu .text-holder {
		color: #efefef;
		background-color: #333;
		padding: 10px 10px;
		display: block;
		position: relative;
	}
	#menu .text-holder > .toggle {
		right: 0;
		top: 0;
		bottom: 0;
		width: 50px;
	}
	#menu .text-holder > .toggle span {
		background-color: #efefef !important;
		width: 20px;
		height: 2px;
		border-radius: 2px;
		display: block;
		position: absolute;
		top: 50%;
		margin-top: -1px;
		left: 50%;
		margin-left: -10px;
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	#menu .text-holder > .toggle span:before {
		background-color: #efefef !important;
		width: 20px;
		height: 2px;
		border-radius: 2px;
		display: block;
		content: '';
		position: absolute;
		top: -6px;
	}
	#menu .text-holder > .toggle span:after {
		background-color: #efefef !important;
		width: 20px;
		height: 2px;
		border-radius: 2px;
		display: block;
		content: '';
		position: absolute;
		top: 6px;
	}
	#menu .open {
		display: block !important;
	}
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

