﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
/* HTML % BOILERPLATE SNIPPETS */
body,html { border: 0; margin: 0; padding: 0 0 20px 0; }
/*Reset Safari User Agent Styles*/
* { 
    -webkit-padding-start: 0px; 
    box-sizing: border-box;
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	font-family: 'Open Sans', sans-serif;
}
::-moz-selection { background: #3db1c8; color: #fff; text-shadow: none; }
::selection { background: #3db1c8; color: #fff; text-shadow: none; }
img { -ms-interpolation-mode: bicubic; }
svg:not(:root) { overflow: hidden; }
@media print {
	img { max-width: 100% !important; }
}
:focus { outline-color: transparent; outline-style: none; }
img {
	-webkit-user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}
div {
	-webkit-user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}
/* MODAL ====================== */

.hotspoticon{
    animation: pulse 2s infinite;
}

@keyframes pulse{
    0%{
        opacity: 1;
    }
    50%{
        opacity: .8;
        transform: scale(1.1, 1.1);
    }    
    100%{
        opacity: 1;
    }
}


#simplemodal-overlay {
    z-index:9999 !important;
    background: #000;
}
#simplemodal-container {
	z-index:99999 !important;
	display:none;
	position:absolute !important;
}
.modal_wrap {
	display:none;
}
.modal_content {
	/*width:350px;*/
	height:auto;
	padding:10px 20px;
	min-height:50px;
	background: #fff;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.modal_inner {
    font-size: 14px;
	padding:10px 20px;
	bottom:5px !important;
}
.modal_noautosize {
	max-height:200px;
}
.logo_img{
    cursor: pointer;
	margin-top: 5px;
}
.modal_autosize {
	max-height:600px;
}
.modal_header {
	font-size: 15px;
	font-family: inherit;
	font-weight: normal;
	/*width:350px;*/
	line-height:30px !important;
	/*height:30px;*/
	color:#fff;
	padding:10px 20px;
	background: #e61c49;
	text-rendering: optimizelegibility;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.modal_close {
	position:absolute;
	top:8px;
	right:20px;
	cursor:pointer;
}
.modal_video {
	width:350px;
	height:248px;
	background:#000;
	margin:0;
}
.modal_images {
    width:390px;
	height: 220px;
	background:#000;
	margin:0;
	overflow:hidden;
}
.modal_images img {
	max-width: 100%
}
#thespotoflight {
left: 490px;
top: 405px;
z-index:9998 !important;
}
body.modal-open {
    overflow: hidden;
}
.custom_hotspot_boxoflight {
	position:absolute;
	background: rgb(237, 25, 68) !important;
	background: rgba(237, 25, 68, 1) !important;
	border-radius: 3px;
	color: #FFF;
	padding: 4px 0px 0px 0px;
	text-align: center;
	height: 25px !important;
	width: 30px !important;
	display: none;
	z-index: 9998 !important;
	cursor: pointer;


	-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.40);
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.40);
}
/* ============================ */
body {
	background-color: #fff;
	font-family: 'Open Sans', sans-serif;
}

#wrapper {
	display: block;
	height: 100%;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
}

#plupload_buttons {
	display: block !important;
}

/* HEADER */
#logo_section {
	background: #fff;
	float: left;
	height: 60px;
	width: 225px;
}

#top_shadow_left {
	float: left;
}
.datepicker {
	z-index:999999 !important;
}
#header {
	background: #f4f4f4;
	border-bottom: 1px solid #a8a6a0;
	height: 60px;
	left: 0;
	min-width: 1024px;
	position: fixed;
	top: 20px;
	width: 100%;
	z-index: 9999;
}

#top_shadow_right {
	position: absolute;
	right: 166px;
	top: 0;
}
#webshop_link {

	float: right;
	position:relative;

}
#webshop_link img {
cursor:pointer;
z-index:2;
}
#webshop_drop {
	z-index:1;
	display:none;
position: absolute;
top: 58px;
left: 0;
background: rgb(255, 255, 255);
}
#webshop_drop ul {
	margin:0;
	padding:0;
	list-style: none;
}
#webshop_list {
	margin:0;
    margin-left: 6px;
}
.webshop_list_item {
cursor: pointer;
margin: -2px 0 0 -2px;
padding: 10px 15px 10px 44px !important;
width: 166px !important;
font-size: 12px;
}
#webshop_link ul{text-align:left; list-style-type:none; }
#webshop_link ul li {float:left;}
#webshop_link ul li:hover {background:#FFF;}
#webshop_link ul li a {display:block; width:100%; height: 100%; font-size:14px;}
#webshop_link ul li ul {display:none;position:absolute; width:50px; padding:2px;}
#webshop_link ul li ul li{background:#FFF; padding:5px;}
#webshop_link ul li:hover ul {display:block;}

#header_menu {
	float: left;
	height: 60px;
	padding-top: 20px;
}

#header_menu .header_item {
	display: inline-block;
	height: 60px;
	position: relative;
}

#header_menu .header_item img {
	height: 20px;
	margin-right: 5px;
	margin-top: -3px;
	width: 20px;
}

#header_menu .header_item img.seperator_item {
	height: 23px;
	margin-left: 20px;
	margin-right: 20px;
	width: 2px;
}

.header_clickable {
	cursor: pointer;
}

.item_align {
	margin-top: 20px;
}

#arrow_bg_left {
	cursor: pointer;
	margin-right: 5px;
}

#arrow_bg_right {
	cursor: pointer;
	margin-left: -15px;
	margin-right: -3px !important;
}

.no_hand {
	cursor: default !important;
}

.active_lang {
	font-weight: bold;
	color: #313131;
	text-decoration: none;
}

.inactive_lang {
	font-weight: normal;
	color: #313131;
	text-decoration: none;
}

/* ============================ */
/* COLLECTED DIVS */
.hidden_from_view {
	display: none;
	visibility: hidden;
}

#aabningstiderdiv {
	height: auto;
}

/* SIDEBAR */
#sidebar {
	position: fixed;
	top: 100px;
	width: 230px;
	z-index: 999;
}

.sidebar_container {
	border-radius: 3px;

	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
	height: auto;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 15px;
	overflow: hidden;
	padding: 0;
	width: 178px;
}

.sidebar_container ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar_container ul li:last-child {
	border-bottom: none;
}

.sidebar_item img {
	left: 10px;
	position: absolute;
	top: 10px;
}

.sidebar_item img.kantine {
	left: 10px;
	position: absolute;
	top: 7px;
}

.sidebar_item img.arrangor {
	left: 10px;
	position: absolute;
	top: 12px;
}

.sidebar_item div.text {
	left: 45px;
	position: absolute;
	top: 1px;
}

.sidebar_item {
	background-color: #f4f4f4;
	border-bottom: 1px solid #e3e3e3;
	border-top: 1px solid #fff;
	color: #8b8b8b;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	position: relative;
	width: 178px;
}

.sidebar_bulletin {
	border-bottom: 1px solid #E3E3E3;
	border-top: 1px solid #FFF;
	background: #FFF;
	border-radius: 3px;

	-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
	left: 20px;
	min-height: 60px;
	height: auto;
	position: absolute;
	top: 360px;
	width: 205px;
	padding: 20px 15px 5px 15px;
}

.bulletin_marker {
	width: 23px;
	height: 23px;
	position: absolute;
	top: -10px;
	left: -10px;
}

.bulletin_close {
	width: 14px;
	height: 14px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

.bulletin_date {
	color: #e31841;
	font-size: 12px;
}

.bulletin_titel {
	font-size: 16px;
	font-weight: bold;
}

.bulletin_content {
	font-size: 15px;
    word-break: break-word;
}

.bulletin_kantine_link {
	cursor: pointer;
	position: relative;
	width: 100%;
	height: auto;
	display: block;
}

.bulletin_nyhed_link {
	cursor: pointer;
	position: relative;
	width: 100%;
	height: auto;
	display: block;
}

#sidebar_info {
	border-bottom: 1px solid #e3e3e3;
	border-top: 1px solid #fff;
	background: #FFF;
	border-radius: 3px;

	-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
	display: block;
	left: 20px;
	min-height: 60px;
	height: auto;
	position: fixed;
	bottom: 20px;
	width: 210px;
	font-size: 12px;
}

#sidebar_info_padding {
	padding: 15px;
}

#hidden_info {
	display: none;
}

#starting_info {
	margin-bottom: 5px;
}

#fax_bund {
	margin-bottom: 5px;
}

#sidebar_info_arrow {
	position: absolute;
	left: 50%;
	width: 9px;
	margin-left: -4.5px;
	bottom: 3px;
}

#telefon_bund {
	margin-bottom: -4px;
}

#email_bund {
	margin-bottom: 2px;
}

#adresse_bund {
	margin-bottom: -4px;
}

.menu_color {
	width: 5px;
	position: absolute;
	right: 0;
	top: -1px;
	height: 40px;
	display: none;
	overflow: hidden;
}

#menu_select {
	left: 0;
}

.datepicker_menu_img {
	position: absolute;
	top: 0;
	left: 100px;
	cursor: pointer;
}

#menu_date_selector {
	width: 70px;
	position: absolute;
	top: 6px;
	left: 182px;
	font-size: 16px;
	color: #000;
}

.menu_header {
	font-size: 13px;
	font-weight: bold;
	border-left: 5px solid #EDEDED;
	padding: 10px 10px 3px 10px;
	position: relative;
	display: block;
}

.menu_header_ny {
    font-size: 20px;
    font-weight: 600;
    border-left: 5px;
    padding: 10px 0px 10px 0px;
    position: relative;
    display: block;
    background: lightgrey;
    margin-bottom: 5px;
    text-align: center;
    background: #ef9d19;
    color: white;
}

.menu_ret {
    font-size: 12px;
    border-left: 5px solid #EDEDED;
    padding: 10px 10px 0px 10px;
    line-height: 14px;
    position: relative;
    display: block;
}
.menu_ret_ny {
    font-size: 12px;
    border-left: 5px solid #EDEDED;
    padding: 10px 0px 0px 0px;
    line-height: 14px;
    position: relative;
    display: block;
    text-align: center;
    font-weight: 700;
}
.menu_ret_detaljer {
    font-size: 12px;
    font-weight: normal;
    border-left: 5px solid #EDEDED;
    padding: 0px 0px 10px 0px;
    line-height: 10px;
    position: relative;
    display: block;
    text-align: center;
}
.menu_price {
	float: right;
}

.menu_ret_buffet {
	font-size: 12px;
	border-left: 5px solid #EDEDED;
	padding: 5px 10px 5px 10px;
	line-height: 14px;
	position: relative;
	display: block;
}

.menu_last_item {
	height: 10px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-left: 5px solid #EDEDED;
	position: relative;
	display: block;
}

.menu_top {
	border-top-right-radius: 3px;
}

.menu_bottom {
	border-bottom-right-radius: 3px;
}

#menu_holder {
	display: block;
	overflow: auto;
}

#menu_container {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.bg_purple {
	border-top: 1px solid #604098;
	border-bottom: 1px solid #553988;
	background-color: #5c3d92;
}

.bg_blue {
	border-top: 1px solid #0c65be;
	border-bottom: 1px solid #006baf;
	background-color: #0073bc;
}

.bg_orange {
	border-top: 1px solid #faa41a;
	border-bottom: 1px solid #df9217;
	background-color: #ef9d19;
}

.bg_green {
    border-top: 1px solid #74c045;
    border-bottom: 1px solid #6bb140;
    background-color: #6fb842;
}
.bg_CBS {
    border-top: 1px solid #4967aa;
    border-bottom: 1px solid #4967aa;
    background-color: #4967aa;
    height: 100%;
}
.bg_KP {
	border-top: 1px solid #6e7473;
	border-bottom: 1px solid #6e7473;
	background-color: #6e7473;
    height: 100%;
}

.bg_red {
	border-top: 1px solid #e61c49;
	border-bottom: 1px solid #dc173f;
	background-color: #ed1944;
}

/* ============================ */
/* TILES */
.x1,.x1Tile,.x2Tile {
	border-radius: 3px;

	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
}

.tileheader{
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: normal;
	padding: 15px 10px 15px 15px;
}
.hovedkunde_header{
    color:white;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: normal;
    padding: 15px 10px 15px 15px;
}

.red_header {
	background-color: #ed1944;
	color: #fff;
}

.green_header {
	background-color: #6fb842;
	color: #fff;
}

.blue_header {
	background-color: #0073bc;
	color: #fff;
}

.purple_header {
	background-color: #5c3d92;
	color: #fff;
}

.orange_header {
	background-color: #ef9d19;
	color: #fff;
}

/* ============================ */
/* CONTENT */
#content_area {
	margin-left: 230px;
	margin-top: 100px;
	position: relative;
	z-index: 999;
}

/* ============================ */
/* BOXES */
#nyheder_container {
	width: 655px;
	border-top: 1px solid #EDEDED;
	overflow: hidden;
}

.content_loader {
	height: 100%;
	padding: 30px 0 30px 0;
	text-align: center;
	width: 100%;
}

.header_image {
	left: 5px;
	position: absolute;
	top: 0;
}

.header_text {
	left: 45px;
	position: relative;
}

/* ============================ */
/* MENU */
.enkelt_kantine_container {
	min-height: 210px;
	border-left: 5px solid #d1d5d2;
	border-bottom-left-radius: 3px;
	padding-bottom: 10px;
}

.selected_kantine_day {
	border-left: 5px solid #9281b6;
	margin-left: -5px;
	background:#e2e2e2;
}
.selected_dag {

}
.enkelt_kantine_dag_container {
	padding: 10px 0 18px 10px;
	font-size: 16px;
	font-weight: normal;
}

.enkelt_kantine_tider {
	float: right;
	padding-right: 10px;
	margin-top: -5px;
}

.enkelt_kantine_dag {
	float: left;
	margin-top: -5px;
}

.enkelt_kantine_dag_header {
	padding: 10px 10px 0px 10px;
	font-size: 18px;
	font-weight: 600;
	border-top: 1px solid #DEDEDE;
	margin: 10px 0 5px 0;
}

.khead_1 {
	padding: 10px 10px 0px 10px;
	font-size: 18px;
	font-weight: 600;
	border-top: none;
	margin: 0 0 5px 0 !important;
}

.kantine_datepicker_img {
	position: absolute;
	top: 0;
	left: 100px;
	cursor: pointer;
}

.aabning-text {
	padding: 5px 10px 0 10px;
}

#aaben_date {
	padding-left: 15px;
}

#menu_date {
	padding-left: 10px;
font-size: 15px;
width: 100px !important;
color: #000 !important;
font-family: 'Open Sans', sans-serif;
padding-top: 5px;
margin: 0 0 0 4px;
}

#kantine_date_selector {
	width: 70px;
	position: absolute;
	top: 6px;
	left: 180px;
	font-size: 16px;
	color: #000;
}

/* ARRANGOR */
#date_selector {
	width: 70px;
	position: absolute;
	top: 6px;
	left: 245px;
	font-size: 16px;
	color: #000;
}

#print_oversigt {
	top: 5px;
	right: 10px;
}

#bestil_date {
	font-size: 15px;
	width: 100px !important;
	color: #000 !important;
	font-family: 'Open Sans', sans-serif;
	padding-top: 5px;
}

.input_no_border {
	border: none !important;

	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	width: 90px !important;
}

.datepicker_img {
	position: absolute;
	top: 0;
	left: 100px;
	cursor: pointer;
}

/* NYHEDER */
.left_slider {
	background-color: #fff;
	border-bottom-left-radius: 3px;
	float: left;
	height: 537px;
	width: 159px;
	position:relative;
}

.left_slider_arkiv {
	background-color: #fff;
	border-bottom-left-radius: 3px;
	float: left;
	height: 537px;
	width: 160px;
	margin-left: -170px;
	position:relative;
}

.right_content {
	border-left: 1px solid #d2d5d2;
	float: right;
	height: 537px;
	width: 494px;
	position:relative;
}

.news_list {
	list-style: none;
	margin: 0;
	padding: 0;
	position:relative;
}

.newslist_shown {
	display: block;
}

.newslist_hidden {
	display: none;
}

/* ============================ */
/* KANTINER */
.top_bar {
	background-color: #fff;
	border-left: 5px solid #313131;
	padding: 10px 10px 10px 12px;
	position: relative;
	font-size: 16px;
}

.top_bar_border {
	border-top: 1px solid #d2d5d2;
}

.top_bar_selector {
	background-color: #fff;
	border-left: 5px solid #313131;
	padding: 5px 10px 5px 12px;
	position: relative;
	font-size: 16px;
}

.top_bar_menu {
	background-color: #fff;
	border-left: 5px solid #313131;
	padding: 5px 0 5px 0;
	position: relative;
	font-size: 16px;
}

.top_bar_aabning {
	background-color: #fff;
	border-left: 5px solid #313131;
	padding: 5px 0 5px 0;
	position: relative;
	font-size: 16px;
	min-height: 30px;
}

.bottom_content {
	width: 100%;
}
/* ERROR */
.error_div_of_doom {
	text-align: center;
	padding:50px 20px 55px 20px;
}
.error_image_of_doom {
	margin:20px;
}
/* ============================ */
/* TILES */
.luk_widget {
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 5px;
}

div#container div#content_area {
	width: 1024px;
}

div#gridContainer {
	position: absolute;
	width: 764px;
	left: 225px;
	z-index: 49 !important;
}

div.x1Tile {
	/* The Fallback */
	background: rgb(255, 255, 255);
	/* background: rgba(255, 255, 255, 0.93); */
	width: 320px;
	height: auto !important;
}

div.x2Tile {
	background: rgb(255, 255, 255); /* The Fallback */
	/* background: rgba(255, 255, 255, 0.93); */
	width: 655px;
	height: auto !important;
}

.topLayer {
	z-index: 99999;
}

.boxGlow {
	-webkit-box-shadow: 0px 0px 5px #fff;
	box-shadow: 0px 0px 5px #fff;
}

/* ============================ */
/* KANTINE */
.kantine_slider img {
	width: 674px !important;
}

.kantine_showroom {
	background: #000;
	height: auto;
	position: relative;
}

.kantine_showroom_bottom {
	height: auto;
	position: relative;
	min-height: 175px;
}
.arrangor_bottom {
    min-height: 175px;
}
.kantine_left_description {
	height: 160px;
	left: 0;
	top: 10px;
	position: relative;
	/*width: 450px; */
	vertical-align: top;
	display: inline-block;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
}

.kantine_showroom_info {
	background: #FFF;
	height: 160px;
	padding: 10px 5px 10px 12px;
	position: relative;
	float: right;
	right: 0;
	width: 250px;
	display: inline-block;
	border-bottom-right-radius: 3px;
	margin-top: 1px;
}

.kantine_indhold_padding {
	padding: 0px 20px 10px 20px;
}

.kantine_margin_top {
	margin-top: 5px;
}

.kantine_postnummer {
	display: inline;
}

.kantine_subheader {
	display: block;
	font-size: 14px;
	font-weight: 600;
}

.kantine_subtext {
	margin-top: -2px;
}

.kantine_adresse {
	margin-top: 10px;
}

.map_display {
	background: #000;
	display: none;
	height: 368px;
	left: 0;
	position: relative;
	top: 0;
	width: 655px;
	z-index: 999;
}
.open_history {
	width:141px !important;
	text-align: center;
}
.customSelect {
	background: #fff;
	background: url("../img/custom_arrow.png") no-repeat center right;
	color: #000;
	height: 30;
	line-height: 30px;
	padding: 0 10px 0 10px; /* Put whatever custom styles you want here */
	/* This is the default class that is used */
}
.customSelectSecond {
	background: #fff;
	background: url("../img/custom_arrow.png") no-repeat center right;
	color: #000;
	height: 30;
	width:206px;
	line-height: 30px;
	padding: 0 10px 0 10px; /* Put whatever custom styles you want here */
	/* This is the default class that is used */
}
/* == FIX ME == */
.peKb_slides > div.peKb_active img {
	top: 0 !important;
	margin-left: auto;
	margin-right: auto;
	visibility: visible;
}
.peKenBurns .peKb_slides .peKb_frame {
	background: none !important;
}
.peKb_slides > div{
	top: 0 !important;
}
.peKenBurns_nyhed .peKb_slides {
	display:block !important;
	visibility: visible;
}
.peKenBurns .peKb_slides {
	display:block !important;
	visibility: visible;
	margin-left: auto;
	margin-right: auto;
}
.peKenBurns img {
	border:0;
	max-width:none!important;
	visibility:visible !important;
}
.peKenBurns .peKb_slides div.peKb_active {
	z-index:2;
	display:block;
}
.peKenBurns_nyhed {
	z-index:999 !important;
}
/* == FIX ME == */
.customSelect.customSelectHover {
	/* Styles for when the select box is hovered */
}

.customSelect.customSelectOpen {
	/* Styles for when the select box is open */
}

.customSelect.customSelectFocus {
	/* Styles for when the select box is in focus */
}

.customSelectInner {
	width: 167px !important;
}

.inside_kantine_header_btn {
	background: #f1f1f1;
	border-radius: 5px;
	cursor: pointer;
	font-size: 15px;
	padding: 4px 10px 4px 10px;
	position: absolute;
	top: 5px;
}

#findvej {
	right: 10px;
	top: 5px;
}

#kantine_aabningstider {
	right: 10px;
	top: 5px;
}

/* ARRANGOR */
.arrangor_slider img {

}

.arrangor_showroom {
	background: #000;
	height: auto;
	position: relative;
}
.arrangor_email {
	margin:5px 0 0 0;
	font-size:14px;
}
.arrangor_showroom_bottom {
	height: auto;
	position: relative;
	min-height: 160px;
}

.arrangor_left_description {
	height: 160px;
	left: 0;
	top: 10px;
	position: relative;
	width: 489px;
	vertical-align: top;
	display: inline-block;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
}

.arrangor_showroom_info {
	background: #FFF;
	height: 160px;
	padding: 10px 5px 10px 12px;
	position: relative;
	float: right;
	right: 0;
	width: 145px;
	display: inline-block;
	border-bottom-right-radius: 3px;
	margin-top: 1px;
}

.arrangor_indhold_padding {
	padding: 0px 20px 10px 20px;
}

.arrangor_margin_top {
	margin-top: 5px;
}

.arrangor_postnummer {
	display: inline;
}

.arrangor_subheader {
	display: block;
	font-size: 14px;
	font-weight: 600;
}

.arrangor_subtext {
	margin-top: -2px;
}

.arrangor_adresse {
	margin-top: 10px;
}

.map_display {
	background: #000;
	display: none;
	height: 368px;
	left: 0;
	position: relative;
	top: 0;
	width: 655px;
	z-index: 999;
}

.customSelect {
	background: #fff;
	background: url("../img/custom_arrow.png") no-repeat center right;
	color: #000;
	height: 30;
	line-height: 30px;
	padding: 0 10px 0 10px; /* Put whatever custom styles you want here */
	/* This is the default class that is used */
}

/* INSTAGRAM */
#instagram_top_bar {
	background-color: #fff;
	border-left: 5px solid #313131;
	padding: 10px 10px 10px 12px;
	position: relative;
	font-size: 16px;
}

.instagram-placeholder {
	display: inline-block;
width: 148px;
height: auto;
padding: 0;
margin: 5px 0px 0px 5px;
}

.instagram-image {
	width: 100%;
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
}

#instagram_show_more {
	height: 20px;
	line-height: 20px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	text-align: center;
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	color: #5C5C5C;
	padding: 5px 0 5px 0;
}
.open_more_instagram {
	cursor: pointer;
}
#insta_scroll {
	height: 480px;
}

#instagram_smaller {
	right: 64px;
}

#instagram_medium {
	right: 38px;
}

#instagram_large {
	right: 10px;
}

.instagram_sorter {
	position: absolute;
	top: 9px;
	cursor: pointer;
}

/* ============================ */
/* PSST */
#psst_forslag {
	position: absolute;
	top: 70px;
	width: 150px;
	height: auto;
	border-radius: 3px;
	background: #FFF;

	-webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
	box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
	visibility: hidden;
}
#psst_bg {
	position: absolute;
	top: 70px;
	left: -60px;
	width: 160px;
	height: auto;
	background: #FFF;
	-webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
	box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
	visibility: hidden;
}
#psst_hotspot {
	position: absolute;
	top: 0px;
	left: 40px;
	width: 150px;
	height: auto;
	border-radius: 3px;
	background: #FFF;

	-webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
	white-space: normal;
	visibility: hidden;
}
#psst_navigation {
	position: absolute;
	left: 145px;
	top: -20px;
	width: 150px;
	height: auto;
	border-radius: 3px;
	background: #FFF;

	-webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
	box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
	visibility: hidden;
}
.psst_arrow {
	width: 100%;
	text-align: center;
	position: absolute;
	top: -10px;
}
.psst_arrow_left {
	text-align: center;
	position: absolute;
	top: 32px;
	left: -5px;
}
.psst_arrow_left img {
	width:100%;
}
.psst_arrow_hotspot {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 10px;
	left: -80px;
}

.psst_vert img {
	width: 10px !important;
	height: 5px !important;
}

.psst_hori img {
	width: 5px !important;
	height: 10px !important;
}

.psst_content {
	font-style: italic;
	padding: 15px;
	font-size: 14px;
	line-height: 15px;
}

.psst_header {
	font-size: 18px;
	margin-bottom: 5px;
}

.psst_close {
	position: absolute;
	right: 8px;
	top: 8px;
	cursor: pointer;
}

.psst_close img {
	width: 14px !important;
	height: 14px !important;
}

.psst_close_hori {
	position: absolute;
	right: 20px;
	top: 8px;
	cursor: pointer;
}

.psst_close_hori img {
	width: 14px !important;
	height: 14px !important;
}

/* ============================ */
/* NEWS TICKER */
.news_item {
	cursor: pointer;
	font-size: 12px;
	padding: 5px 15px 5px 10px;
	border-bottom: 1px solid #EDEDED;
	border-left: 5px solid #EDEDED;
	position:relative;
}

.news_item_arkiv {
	position:relative;
	cursor: pointer;
	font-size: 12px;
	padding: 5px 15px 5px 10px;
	border-bottom: 1px solid #EDEDED;
	border-left: 5px solid #EDEDED;
}

.news_item_alm {
	position:relative;
	cursor: pointer;
	font-size: 12px;
	padding: 5px 15px 5px 10px;
	border-bottom: 1px solid #EDEDED;
	border-left: 5px solid #EDEDED;
}

.news_item .heading {
	font-size: 12px;
	font-weight: 600;
	line-height: 16px;
	margin-top: 7px;
}

.news_item .heading_link {
	font-size: 12px;
	font-weight: 600;
	line-height: 12px;
	margin-top: 2px;
}

.news_item .date {
	color: #ed1944;
	font-size: 11px;
	line-height: 12px;
	margin-top: 5px;
}

.news_item .excerpt {
	line-height: 11px;
	margin-top: 2px;
	font-size: 11px;
}

.news_item_active {
	border-left: 5px solid #ed1944;
	border-bottom: none;
	padding: 5px 15px 6px 10px;
	background: #ededed;
}

.nyheds_tid {
	margin-right: 14px;
	float: left;
}

.nyhed_count {
	padding: 5px 5px 5px 5px;
	background-color: #ED1944;
	color: #FFF;
	position: absolute;
	top: 8px;
	left: 98px;
	height: 12px;
	line-height: 12px;
	font-size: 11px;
	border-radius: 5px;
}

.inside_news_header {
	background-color: #FFF;
	color: #313131;
	padding: 10px 10px 10px 18px;
	position: relative;
	font-size: 16px;
}

.inside_news_header_btn {
	position: absolute;
	background: #F1F1F1;
	padding: 4px 10px 4px 10px;
	border-radius: 5px;
	cursor: pointer;
}

.inside_news_header_btn_del {
	right: 95px;
}

.inside_news_header_btn_billeder {
	right: 10px;
	top: 6px;
}

.inside_news_content {
	height: 480px;
	padding: 4px 20px 10px 15px;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
}

.inside_news_billeder img {
	height: 278px !important;
	left: 0px !important;
	width: 494px !important;
	visibility: hidden;
}

#scroller {
	padding-bottom: 20px !important;
	padding-right: 10px !important;
	padding-left: 20px;
}

.inside_news_content h2 {
	font-size: 20px;
	font-weight: normal;
	line-height: 22px;
	margin-bottom: 6px;
}

.inside_news_billeder {
	background: #000;
	border-bottom: 1px solid #d2d5d2;
	display: none;
	height: 0px;
}

.open_close_medie {
	display: inline-block;
	left: 0px;
	margin-right: 8px;
	top: -1px;
	position: relative;
}


/* Skriv forslag */
#skriv_forslag {
	background: #FFF;
	border-radius: 3px;

	-webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
	box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
	display: none;
	height: 260px;
	left: 416px;
	position: fixed;
	text-align: center;
	top: 78px;
	width: 175px;
	z-index: 9999;
}
#history_dropdown{
    background: #FFF;
    border-radius: 3px;

    -webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
    box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
    display: none;
    height: 155px;
    left: 230px;
    position: fixed;
    text-align: center;
    top: 88px;
    width: 175px;
    z-index: 9999;
}
.history_dropdown_btn{
    background-color: #f4f4f4;
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #fff;
    color: #8b8b8b;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    margin: 5px;
    border-radius: 5px;
}
.history_dropdown_btn:before{
    font-family: FontAwesome;
    content: "\f192";
    margin-right: 5px;
}

.forslag_textarea {
	border: 1px solid #f1f1f1;
	height: 160px;
	margin-top: 12px;
	outline: 1px none transparent;
	-webkit-resize: none;
	-moz-resize: none;
	resize: none;
	width: 140px;
}
#suggestion_email{
    border: 1px solid #f1f1f1;
    -webkit-resize: none;
    -moz-resize: none;
    border-radius: 4px;
    padding: 3px;
    resize: none;
    width: 146px;   
}

.submit_forslag_btn {
	background: #F1F1F1;
	border-radius: 3px;
	cursor: pointer;
	left: 50%;
	margin-left: -25px;
	padding: 5px;
	position: absolute;
	width: 40px;
	border: none;
	margin-top: 0px;
	bottom: 5px;
}

.top_arrow_forslag {
	left: 50%;
	margin-left: -6px;
	position: absolute;
	top: -14px;
	width: 12px;
}

.tak_forslag {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-top: 60px;
}

/******* ÅBNINGSTIDER ********/
.abninstider_header {
	padding: 9px 10px 2px 10px;
	position:relative;
	border-left:5px solid #d2d5d2;
}
.kantine_open {
	border-left:5px solid #53b900;
}
.kantine_lukket {
	border-left:5px solid #ed1944;
}
.abningstid_kantine {
	border-bottom:1px solid #bebfbe;
}
.abningstid_kantine_noborder {
	border-bottom:none;
}
.abningstider_btn {
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
}
.abningstider_enkelt_kantine {
	position:relative;
	padding-top:5px;
	padding-bottom:6px;
	padding-left:10px;
	padding-right:10px;
	font-size: 18px;
}
.abningstider_tider {
	position: relative;
	float: right;
	top: 5px;
	font-size: 18px;
}
/* BESTILLINGER */
#bestillingerdiv {
	height:auto;
	display:block;
}
#bestillerliste_div {
	display: block;
	overflow: auto;
}
#bestillings_scroll {
	height:330px;
	display:block;
}
.bestillinger_div {
	display:block;
	height:auto;
	position:relative;
}
#bestillings_scroll table {
	display:block;
}
#bestillings_scroll thead {
	background:#0073bc;
	color:#fff;
	font-size:11px;
}
#bestillings_scroll thead td {
	padding:5px;
}
.bestillerliste_div_fixed_header thead {
	background:#0073bc;
	color:#fff;
	font-size:11px;
}
.bestillerliste_div_fixed_header thead td {
	padding:5px;
}
#bestillings_scroll tbody {
	color:#000;
	font-size:11px;
}
#bestillings_scroll tbody td {
	padding:5px;
}
.bestillerliste_div_fixed_header {
	position:relative;
	background: #0073bc;
	color:#fff;
	font-size:11px;
}
#bestillings_scroll tbody tr:nth-child(even) {background: none}
#bestillings_scroll tbody tr:nth-child(odd) {background: #ffffff}
.bestilling_table {
	margin-right:10px !important;
}
.bestilling_headtable {
	margin-right:0px !important;
}
/* Bestillings klasser */
.order_nummber {
	width: 50px;
	text-align:center;
}
.order_time {
	width: 30px;
}
.order_antal {
	width: 30px;
}
.order_customer {
	width: 70px;
	color:#0073bc;
	cursor: default;
	height:auto;
	min-height: 30px;
}
.order_location {
	width: 200px;
}
.order_type {
	width:136px;
}
.order_status {
	width: 49px;
}
.order_none {
	width: 620px;
	padding-left: 25px !important;
	font-size: 12px;
	font-weight: bold;
}
.order_tooltip_holder {
	clear:both;
	position:relative;
	top:0;
	left:1px;
	display:block;
	width:100%;
	height:100%;
}
.order_tooltip {
	background: #dedede;
	color: #000;
	width: 430px;
	padding-left: 6px;
	min-height:30px;
	height: auto;
	display: none;
	position: absolute;
	z-index: 999;
}
.order_bestiller {
	width:69px;
}
.order_tooltip_padding {
	padding:5px;
}
.order_arrow_left {
	position: absolute;
	top: 50%;
	height: 9px;
	margin-top: -11px;
	left: -8px;
}
.inside_bestil_btn {
	position:absolute;
	cursor: pointer;
	line-height: 28px;
}
.inside_bestil_btn img {
	margin-left:8px;
}
/*****************/
/** QapTcha CSS **/
/*****************/
.QapTcha {
	margin-top: 0px;
	width: 175px;
}

.QapTcha .bgSlider {
	width: 153px;
	margin-top: 0px;
	height: 5px;
	float: left;
	margin-left: 10px;
	background: rgb(241, 241, 241);
	background: rgba(241, 241, 241, 0.6);
}

.QapTcha .Slider {
	background: #808080;
	cursor: e-resize;
	height: 7px;
	position: relative;
	top: -1px;
	left: -1px;
	width: 20px;
	margin-top: 0px;
	border-radius: 5px;
}

.QapTcha .TxtStatus {
	color: rgb(111, 111, 111);
	font-family: Verdana;
	font-size: 10px;
	margin-top: 0px;
	text-align: center;
	width: 175px;
	padding-top: 12px;
}

.QapTcha .dropSuccess {
	color: #38b21e;
}

/* TOOLTIP */
.tooltip {
	text-align: center;
	color: black;
	display: none;
	position: fixed;
	z-index: 99;
	max-width: 400px;
}

.tooltip .text {
	background-color: black;
	color: white;
	margin-top: -15px;
}

.tooltip .arrow {
	margin-bottom: 8px;
	margin-top: -5px;
}

.tip-tooltip-header {
	background-color:#ed1944;
	color: #fff;
	width: 280px;
	padding: 15px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.tip-tooltip-content {
	background: #FFF;
	color: #000;
	width: 278px;
	display: block;
	height:auto !important;
	padding: 5px 15px 5px 15px;
	margin-bottom:10px !important;
	white-space: normal;
	min-height:200px !important;
}

.tooltip-video-right {
	position: absolute;
	left: 310px;
	top: -20px;
	width: 494px;
	height: 278px;
	background: #ed1944;
	border-radius: 3px;
	border: none;
}

.tooltip-video-bottom {
	position: absolute;
	left: -95px;
	margin-bottom: 0px;
	width: 494px;
	height: 278px;
	background: #ED1944;
	border-radius: 3px;
	border: none;
}

.tooltip-video-left {
	position: absolute;
	right: 310px;
	top: -20px;
	width: 494px;
	height: 278px;
	background: #ed1944;
	border-radius: 3px;
	border: none;
}

.video-shadow {
	-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.60);
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.60);
}

/* FAQ */

#scroll_of_faq {
	height: 517px;
	margin-right:2px !important;
}
#scroll_of_faq > div.nicescroll-rails {
	display:none;
}
#scrollbox_faq {
	padding: 5px 25px 10px 10px;

}
#scrollbox_faq ul {
	margin: 0px 10px;
	list-style: square;
}
#faq_container {
	height: auto !important;
}
#faq_left {
	width: 315px;
	float: left;
	height: 537px;
	border-bottom-left-radius: 3px;
	display: block;
	overflow: hidden;
}

#faq_right {
	width: 327.5px;
	float: right;
	height: 517px;
	padding: 10px 0 10px 0;
	display: block;
	border-bottom-right-radius: 3px;
}

#faq_left ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-radius: 0px;
}

#faq_left ul li {
	width: 308px;
	border-left: 5px solid #ededed;
	border-right: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	cursor: pointer;
	line-height: 20px;
	font-size: 14px;
	background: #fff;
}

#faq_left ul li:last-child {
	border-bottom-left-radius: 3px;
}

#faq_left ul li.select_faq {
	border-left: 5px solid #0073bc;
	border-bottom: none;
	background: #ededed;
	padding-bottom: 1px;
}

.faq_padding {
	padding: 15px 17px 15px 17px;
}

.inside_faq_btn {
	position: absolute;
	background: #F1F1F1;
	padding: 4px 10px 4px 10px;
	border-radius: 5px;
	font-size:13px;
}

#email_faq {
	right: 147px;
	top: 6px;
}

#tlf_faq {
	right: 10px;
	top: 6px;
}

.only_print {
	display: none;
}

/* SLIDER */
#background_slider {
	z-index: 0;
}

.dialog_middle {
	width: 460px;
	height: 110px;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.85);
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	margin-top: -125px;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding: 20px;
	font-family: 'Open Sans', sans-serif;
	display: none;
}

.dialog_middle h2 {
	color: #ed1944;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}

#udforsk_controls {
	display: none;
	z-index: 1;
	top: 15px;
	width: 260px;
	position: relative;
	left: -400px;
}

.hs-area {
	display: none;
	z-index: 50 !important;
}

.hs-wrap {
	border-radius: 3px;
	cursor: pointer;
}

.custom_hotspot {
    
    text-align: center;
    height: auto;
    width: auto;
    display: none;
    z-index: 999 !important;
    cursor: pointer;
    position: relative;
    -webkit-box-shadow: 
    
}



.hot_scroll {
	position:relative;
	min-height:200px\0/;
	height: auto;
	max-height: 300px;
	margin:3px 2px 0 0;
}

.hot_scroller {
	padding:10px 10px 20px 15px\0/;
	padding: 5px 15px 5px 15px;
	margin: 0px;
	display:block;
	width:auto !important;
}

#luk_udforsk {
	left: -25px;
	width: 40px;
	list-style: none;
}

.luk_udforsk {
	left: -500px;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}

.small_plus img {
	left: 9px;
	top: 9px;
}

img.luk_udforsk {
	left: -150px;
	margin-bottom: 25px;
	cursor: pointer;
	position: relative;
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
}
#empty {
	padding:10px;
}
.sidebar_info_box {
	background: rgb(237,25,68);
	background: rgba(237,25,68,0.90);
	position: relative;
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
	left: 25px;
	width: 200px;
	height: auto;
	padding: 5px 10px 5px 10px;
	white-space: normal;
	margin: 10px 0 0 0;
	border-radius: 3px;
	-webkit-backface-visibility:hidden;
}

.sidebar_info_box h2 {
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	line-height: 23px;
}

.sidebar_info_box p {
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}

.sidebar_info_box_controls {
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.90);
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
	position: relative;
	left: 25px;
	width: 200px;
	height: auto;
	padding: 10px;
	white-space: normal;
	margin: 10px 0 0 0;
	border-radius: 3px;
	color: #000;
	text-align: center;
}

.sidebar_item_udforsk {
	/* background-color:  #F4F4F4;

	border-bottom:  1px solid #E3E3E3;

	border-top:  1px solid #FFF;

	color:  #8B8B8B;

	height:  60px;

	line-height:  40px;

	position:  relative;

	width:  38px;

	padding:  10px 0px 0 15px;
	*/
	cursor: pointer;
}

.info_box_arrow_left {
	position: absolute;
	top: 15px;
	left: 25px;
}

.info_box_arrow_right {
	position: absolute;
	top: 15px;
	right: 25px;
}

.red_arrow {
	cursor: pointer;
}
/* progress bar container */
/* LOADER */
#big_page_loader {
	background: rgb(255,255,255);
	background: rgba(255,255,255,1);
	bottom: 0;
	display: block;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 999999;
}

#preloader_logo {
	left: 24px;
	position: absolute;
	text-align: center;
	top: 20px;
	/* width: 130px; */
}
#preloader_logo img {
	max-width:100%;
}
#preloader_image {
	left: 50%;
	margin-left: -200px;
	position: absolute;
	text-align: center;
	top: 315px;
	width: 400px;
}
#preloader_image img {
	max-width:100%;
}
#progressbar{
	width:100%;
	height:4px;
	position:relative;
	color:#000;
	border-radius: 0px !important;
}
#progress_text {
	width: 400px;
	height: 100px;
	text-align: center;
	position: absolute;
	top: 415px;
	left: 50%;
	margin-left: -200px;
}
/* color bar */
#progressbar div.progress{
	position:absolute;
	width:0;
	height:100%;
	overflow:hidden;
	background:#dedede;
	border-radius: 0px !important;
}
/* text on bar */
#progressbar div.progress .text{
	position:absolute;
	text-align:center;
	color:white;
}
/* text off bar */
#progressbar div.text{
	margin-top:5px;
	position:absolute;
	width:100%;
	height:100%;
	text-align:center;
	display:none;
	visibility:hidden;
}
/* SCROLLBARS ======================= */
.nicescroll-rails > div {
	right:1px !important;
}
.myScrollbarV {
	-webkit-transition: opacity 0ms 0ms;
	-moz-transition: opacity 0ms 0ms;
	-o-transition: opacity 0ms 0ms;
	-ms-transition: opacity 0ms 0ms;
	transition: opacity 0ms 0ms;
	bottom: 6px;
	cursor: pointer;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	overflow: hidden;
	position: absolute;
	right: 3px;
	top: 96px;
	width: 6px;
	z-index: 100;
	z-index: 999;
	background: #E1E1E1;
	border-radius: 5px;
}

.myScrollbarV > div {
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.3);
	border-radius: 5px;
}

.myInstaScrollV {
	-webkit-transition: opacity 0ms 0ms;
	-moz-transition: opacity 0ms 0ms;
	-o-transition: opacity 0ms 0ms;
	-ms-transition: opacity 0ms 0ms;
	transition: opacity 0ms 0ms;
	bottom: 6px;
	cursor: pointer;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	overflow: hidden;
	position: absolute;
	right: 3px;
	top: 90px;
	width: 6px;
	z-index: 100;
	z-index: 999;
	background: #E1E1E1;
	border-radius: 5px;
}

.myInstaScrollV > div {
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.3);
	border-radius: 5px;
}

.myBestilScrollV {
	-webkit-transition: opacity 0ms 0ms;
	-moz-transition: opacity 0ms 0ms;
	-o-transition: opacity 0ms 0ms;
	-ms-transition: opacity 0ms 0ms;
	transition: opacity 0ms 0ms;
	bottom: 6px;
	cursor: pointer;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	overflow: hidden;
	position: absolute;
	right: 2px;
	top: 90px;
	width: 6px;
	z-index: 100;
	z-index: 999;
	background: #E1E1E1;
	border-radius: 5px;
}

.myBestilScrollV > div {
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.3);
	border-radius: 5px;
}

.myScrollbarLeftV {
	-webkit-transition: opacity 0ms 0ms;
	-moz-transition: opacity 0ms 0ms;
	-o-transition: opacity 0ms 0ms;
	-ms-transition: opacity 0ms 0ms;
	transition: opacity 0ms 0ms;
	bottom: 6px;
	cursor: pointer;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	overflow: hidden;
	position: absolute;
	left: 150px;
	top: 58px;
	width: 6px;
	z-index: 100;
	z-index: 999;
	background: #E1E1E1;
	border-radius: 5px;
}

.myScrollbarLeftV > div {
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.3);
	border-radius: 5px;
}
.nicescroll-rails > div {
border:none !important;
width:5px !important;
right: 1px !important;
cursor: pointer !important;
}
.nicescroll-rails {
	-webkit-transition: opacity 0ms 0ms;
	-moz-transition: opacity 0ms 0ms;
	-o-transition: opacity 0ms 0ms;
	-ms-transition: opacity 0ms 0ms;
	transition: opacity 0ms 0ms;
	bottom: 5px !important;
	cursor: pointer !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	overflow: hidden;
	width: 5px !important;
	z-index: 200;
	background: #E1E1E1;
	border-radius: 5px;
	right:2px !important;
}

.myScrollBarKantineV > div {
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.3);
	border-radius: 5px;
	width:5px !important;
}

.myFaqLeftScrollV {
	-webkit-transition: opacity 0ms 0ms;
	-moz-transition: opacity 0ms 0ms;
	-o-transition: opacity 0ms 0ms;
	-ms-transition: opacity 0ms 0ms;
	transition: opacity 0ms 0ms;
	bottom: 6px;
	cursor: pointer;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	overflow: hidden;
	position: absolute;
	left: 317px;
	top: 96px;
	width: 6px;
	z-index: 100;
	z-index: 999;
	background: #E1E1E1;
	border-radius: 5px;
}

.myFaqLeftScrollV > div {
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.3);
	border-radius: 5px;
}

.myFaqRightScrollV {
	-webkit-transition: opacity 0ms 0ms;
	-moz-transition: opacity 0ms 0ms;
	-o-transition: opacity 0ms 0ms;
	-ms-transition: opacity 0ms 0ms;
	transition: opacity 0ms 0ms;
	bottom: 6px;
	cursor: pointer;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	overflow: hidden;
	position: absolute;
	right: 3px;
	top: 96px;
	width: 6px;
	z-index: 100;
	z-index: 999;
	background: #E1E1E1;
	border-radius: 5px;
}

.myFaqRightScrollV > div {
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.3);
	border-radius: 5px;
}

.myArrangorScrollV {
	-webkit-transition: opacity 0ms 0ms;
	-moz-transition: opacity 0ms 0ms;
	-o-transition: opacity 0ms 0ms;
	-ms-transition: opacity 0ms 0ms;
	transition: opacity 0ms 0ms;
	bottom: 0px;
	cursor: pointer;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	overflow: hidden;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 6px;
	z-index: 100;
	z-index: 999;
	background: #E1E1E1;
	border-radius: 5px;
}

.myArrangorScrollV > div {
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.3);
	border-radius: 5px;
}
.myHotSpotScrollV {
	-webkit-transition: opacity 0ms 0ms;
	-moz-transition: opacity 0ms 0ms;
	-o-transition: opacity 0ms 0ms;
	-ms-transition: opacity 0ms 0ms;
	transition: opacity 0ms 0ms;
	bottom: 5px;
	cursor: pointer;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	overflow: hidden;
	position: absolute;
	right: 3px;
	top: 5px;
	width: 6px;
	z-index: 100;
	z-index: 999;
	background: #E1E1E1;
	border-radius: 5px;
}

.myHotSpotScrollV > div {
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.3);
	border-radius: 5px;
}
#tabDiv{
    height: 25px;
    width:auto;
    background-color:  rgba(255, 255, 255, 0.1);
    
}
.fbTabButton{
    background-color: #0073bc;
    color: #fff;
    height: 23px;
    outline: 0;
    width: 50px;
    padding: 2px;
    margin-top: 3px;
    border: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-left: 5px;
}
.igTabButton{
    background-color: #ED1944;
    color: #fff;
    height: 23px;
    outline: 0;
    width: 50px;
    padding: 2px;
    margin-top: 3px;
    border: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-left: 5px;
    opacity: .5;
}
.fbTabButton:hover {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}
#notOrgfb{
    border-top: solid #0073bc;
}
#instaDiv{
    border-top: solid #ED1944;
}
.instaPic{
    border-radius: 50px;
    margin-top: 3px;
}
#headerordermenu{
    height: 61px;
    width: 166px;
    text-align: center;
    line-height: 57px;
    background:white;
    border-left: 6px solid #101010;
    cursor:pointer;
}
#headerordermenutext{
    float: right;
    margin-right: 10px;
    line-height: 59px;
}
#background_slider1{
    background-image: url('../bigs/1.jpg');
	background-size: cover;
	background-repeat: no-repeat;
    height: 100%; 
    width: 100%; 
    position: fixed; 
    top: 0px; 
    right: 0px; 
    bottom: 0px; 
    left: 0px;
}
.hovedkunde{
    border-radius: 3px;
    -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 15px;
    overflow: hidden;
    padding: 0;
    width: 205px;
    height:auto;
}
.hovedkundecontainer{
    display:none;
    position:absolute;
    left: 210px;
    top: 0px;
}
.hovedkundenavn{
    margin-top: 50px;
    padding: 10px;
    float: left;
	line-height: 20px;

}

/*
@media only screen and (max-width: 500px) {

    #header{
        width: 100%;
        min-width: 100%;
        position: inherit;
    }
    #logo_section{
        background: #fff;
        float: left;
        height: 60px;
        width: 100%;
        text-align: center;
    }
    .logo_img{
        margin-right:25px;
    }
    #header_menu, #top_shadow_left, #top_shadow_right{
        display:none;
    }
    #shoplinkul{
        margin-left: 0px;
    }
    #headerordermenu{
        height: initial; 
        width: 100%;
        line-height: initial;
        background: initial; 
        border-left: initial;
        color: #fff;
    }
    #headerordermenutext{
        text-align: center;
        width:100%;
        float: initial;
        margin-right: 0px;
        line-height: 18px;
    }
    #shoplinkimg{
        display:none;
    }
    #webshop_link{
        position: fixed;
        top: 0;
        height: 20px;
        font-size: 10px;
        width: 100%;
        background: #0073BC;
        color: #fff;
    }
    #sidebar{
        width:100%;
        position: fixed;
        top: 100px;
        z-index: 999;
        height: 60px;
    }
    .sidebar_container{  
        background-color: #f4f4f4;
        border-radius: 15px;             
        color: #8b8b8b;
        cursor: pointer;  
        line-height: 40px;
        position: relative;
        float: left;
        margin: 2px;       
        width: 29%
    }
    .sidebar_item{
        
    }
    #gridContainer{
        width: 100%!important;   
        left: 0px!important; 
        top: 240px!important;
        height:auto!important;
    }
    .x1Tile, .x2Tile, .x3Tile, .x4Tile, .x5Tile, .x6Tile, .x7Tile, .x8Tile, .x9Tile{
        max-width: 80%;
    }
}
*/