
*{box-sizing: border-box;}

html{
	height: 100%;
}
body{
	min-height: 100%;
	font-size: 16px !important;
	display: table;
	table-layout: fixed;
	position: relative;
	min-height: 100%;
	width: 100%;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto auto 1fr auto;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: rgb(40, 40, 40);
	margin: 0;
	padding: 0;
	position: relative;
	color: rgb(200,200,200);
}

.mce-content-body{
	display: block !important;
}

.slm{
}
.slm::after {
	content: "";
	background-attachment: fixed;
	background: url('img/logo_white.svg');
	opacity: 0.05;
	top: 20%;
	left: 20%;
	bottom: 20%;
	right: 20%;
	max-height: 100%;
	position: fixed;
	z-index: -1;
  	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 0%;
}

p{line-height: inherit;margin: 10px 0 10px 0;min-height: 16px;}
a{font-weight: bold; color: rgb(255,200,0);}
a img{border: 0;}
img{
	vertical-align: middle;
	border: 0;
	image-rendering: auto;
	-ms-interpolation-mode: bicubic;
}
th{text-align: left;}
table{width: 100%; border-collapse: collapse;}
table img{vertical-align: middle;}
ul{margin: 0px 0;}
h1, h2, h3, h4, h5, h6{font-family: "Raleway"; color: #fff;}
h1, h2, h3, h4, h5{margin: 8px 0 8px 0;padding-top: 4px;}
h5, h6{margin: 0px 0 4px 0;}
h1{font-size: 1.9em;}
h2{font-size: 1.7em;}
h3{font-size: 1.4em;}
h4{font-size: 1.1em;}
h5{font-size: 0.9em; margin-top: 5px;}
h6{font-size: 0.8em;}

.calendarTable{
	width: 100%;
	page-break-after: always;
	break-after: page;
	margin-bottom: 64px;
	table-layout: fixed;
	font-size: 0.7em;
}
.calendarTable td{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: pre;
}
.calendarTable, .calendarTable th, .calendarTable td{
	border: 1px solid #aaa !important;
	padding: 2px 1px;
}
.calendarTable th{
	background-color: #05a;
	text-align: center;
}
.calendarTable .Friday{
	background-color: #4097ee38;
}
.calendarTable .Saturday{
	background-color: #4097ee5b;
}
.calendarTable .Sunday{
	background-color: #4097ee92;
}


.mainHeader{
	text-align: center;
	font-weight: bolder;
	color: rgb(40,40,40);
	background-color: rgb(220,220,220);
	padding: 8px;
}
.datoUnderHeader{
	padding-top: 0px;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
}

.inline{display: inline-block;}
.inlineHeader{font-family: "Raleway"; font-weight: bold;}
.left{float: left;}
.right{float: right;}
.center{text-align: center;}
.rightImg{float: right;margin-left: 8px;}
.clear{clear: both;}
.legend p{padding: 0 0 0 45px !important;margin: 0;}
.legend img{float: left;}
.info{font-size: 0.9em;}
.indent{margin-left: 5%;}
.tabel, .tabel td, .tabel th{box-sizing: border-box;}
.tabel tr:nth-child(even){background: #eeeeff;}
.tabel tr:nth-child(odd){background: transparent;}
.tabel th{padding-right: 8px;}
.invisible{opacity: 0 !important;};

.fullWidth{
	min-width: 100%;
	max-width: 100%;
}

.kasse{
	display: block;
	padding: 5px;
	margin: 0;
	background: #fff;
}
#outerMenu{
	display: grid;
	grid-area: 1 / 1 / span 1 / span 1;
	background-color: rgb(51, 51, 51);
	border-bottom: 1px solid #333;
	z-index: 999;
	box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}
#menu{
	display: table-cell;
	display: grid;
	width: 100%;
	padding: 16px 0px 12px 0px;
	text-align: center;
}

#menuLine{
	width: 100%;
	margin: 0 auto 0 auto;
	max-width: 800px;
	background-color: rgb(51, 51, 51) ;
	color: #fff;
	vertical-align: bottom;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}


#menuLine a{
	vertical-align: bottom;
	display: inline-block;
	text-align: center;
	padding-top: 5px;

    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 0 73px;
    -ms-flex: 1 0 73px;
    flex: 1 0 73px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

#menuLine .navigationItem, #menu a{
	color: #fff;
	text-decoration: none;
	margin-left: 8px;
	margin-right: 8px;
	border-bottom: 2px solid transparent;
	vertical-align: bottom;
	font-family: "Raleway", sans-serif;
}

#menuLine .navigationItem:after {
  content: '\00a0';
  display: block;
  height: 3px;
  width: 100%;
  position: relative;
  top: 16px;
  opacity: 0;
  background-color: rgb(255,200,0);
  transition: top 100ms ease-in-out, opacity 100ms ease-in-out;
  pointer-events: none;
}

#menuLine .navigationItem:hover:after {
  top: 0px;
  opacity: 1;
  pointer-events: none;
}

.currentNav{
	color: rgb(255,200,0) !important;
}

#pageSection{
	display: grid;
	grid-area: 3 / 1 / span 1 / span 1;
	grid-template-columns: 1fr auto 1fr;
	grid-template-rows: 1fr;
}
#pageContent{
	position: relative;
	display: table-cell;
	display: grid;
	grid-template-columns: 1fr auto;
	grid-template-rows: 1fr auto;
	grid-area: 1 / 2 / span 1 / span 1;
	height: 100%;
	width: 98vw;
	min-width: 300px;
	max-width: 990px;
	margin: 0 auto;
	padding: 0 8px 32px 8px;
	padding: 0 5vw 32px 5vw;
}

@media all and (max-width:425px){
	#pageContent{
		padding: 0 4px 4px 4px;
		padding-left: calc(15vw - 43px);
		padding-right: calc(15vw - 43px);
	}
}


@media all and (min-width:1000px) and (max-width:1250px){
	#pageContent{
		padding: 0 50px 50px 50px;
		padding-left: calc(250px - 20vw);
		padding-right: calc(250px - 20vw);
	}
}
@media all and (min-width:1250px){
	#pageContent{
		padding: 0 0 50px 0;
	}
}

#pageContent > *{
	grid-column: 1;
}
#indhold{
	grid-area: 1 / 1 / span 1 / span 1;
	grid-gap: 20px;
	padding-right: 16px;
	max-width: 990px;
}
#indhold.bottomWhenCompact{
	padding-right: 16px;
}

/* Ugly hack for IE11 and down */
@media all and (min-width:767px) and (-ms-high-contrast: none), (-ms-high-contrast: active){
	#indhold{
		padding-right: 300px;
		margin-left: auto;
		margin-right: auto;
	}
	#sidebar{
		float: right;
		width: 300px;
	}
	.noSidePanel{
		padding-right: 8px !important;
	}
}
#indhold p{
	line-height: 1.3em;
}
#indhold:first-line{
	line-height: 2.5em;
}

#topLine{
	position: absolute;
	top: 0;
	right: 0;
}

#footer{
	display: grid;
	grid-area: 4 / 1 / span 1 / span 1;
	width: 100%;
	background-color: rgb(51,51,51);
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	color: #777;
	font-size: 0.9em;
	text-decoration: none;
	vertical-align: middle;
	font-family: "Raleway", sans-serif;
}

#innerFooter{
	display: table-cell;
	max-width: 800px;
	margin: auto;
	padding: 4px;
	height: 130px;
}

#innerFooter a{
	color: #fff;
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
	font-family: "Raleway", sans-serif;
}

#innerFooter img{
	height: 50px;
}



#firmalogo{
	position: absolute;
	top: 0px;
	left: 5px;
	border-bottom: 0px !important;
}


#firmalogo span{
	visibility: hidden;
	display: none;
}

#firmalogo img{
	width: 100px !important;
	margin-top: 4px;
	margin-bottom: 4px;
}

#language{
	color: #fff;
	font-size: 0.8em;
	float: right;
	text-align: right;
}

#language img{

}

#top {
	text-align: center;
	margin-bottom: 10px;
}

#top  img{
	text-align: center;
	width: 100%;
	max-width: 250px;
}

#smalltop {
	text-align: left;
	margin-bottom: 15px;
}

#smalltop  img{
	width: 50%;
	max-width: 100px;
	vertical-align: top;
}

#smalltop span{
	float: right;
	text-decoration: underline;
	display: block;
	background: #888;
	border-radius: 4px;
	padding: 4px;
	font-size: 0.9em;
	color: #fff;
	margin-top: 8px;
	text-shadow: 0px 1px 2px #444;
}

hr{
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.30), rgba(255,255,255,0));
    background-image:    -moz-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.30), rgba(255,255,255,0));
    background-image:     -ms-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.30), rgba(255,255,255,0));
    background-image:      -o-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.30), rgba(255,255,255,0));
	margin: 10px 0px;
	filter: 	 progid:DXImageTransform.Microsoft.gradient(startColorStr='#aaaaaa', EndColorStr='#ffffff');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#aaaaaa', EndColorStr='#ffffff')";
}




#cookieInfo{
	visibility: hidden;
	display: none;

	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	border: 1px solid #333;
	box-shadow: 0px -5px 8px rgba(0,0,0,0.3);
	padding: 10px;
	z-index: 99999;
}

#acceptCookies{
	display: block;
	padding: 8px;
	float: right;
	background: rgb(255,200,0);
	color: #000;
	text-decoration: none;
}

@keyframes fadein
{
from {opacity: 0;}
to {opacity: 1;}
}

@-webkit-keyframes fadein /* Safari and Chrome */
{
from {opacity: 0;}
to {opacity: 1;}
}

.fade{
	animation: fadein 0.5s;
	-webkit-animation: fadein 0.5s; /* Safari and Chrome */
}

#samarbejde{
	clear: both;
	background-color: rgb(51,51,51);
	text-align: center;
	color: #777;
	font-size: 0.9em;
	text-decoration: none;
	vertical-align: middle;
	font-family: "Raleway", sans-serif;
	position: relative;
	bottom: 0px;
	text-align: center;
}

#innerSamarbejde{
	max-width: 800px;
	margin: auto;
	padding: 4px;
}

#innerSamarbejde img{
	height: 50px;
}

#innerSamarbejde > *:not(:first-child):not(:last-child)
{
	margin-left: 8vw;
	margin-right: 8vw;
}

.copyright{
	font-size: 0.8em;
	color: #555;
}

#upperFocus{
	overflow: hidden;
	display: grid;
	grid-area: 2 / 1 / span 1 / span 1;
	box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

#upperFocus #carouselContainer{
	display: table-cell;
}
#carouselContainer{
	position: relative;
	z-index: 1;
	overflow: hidden;
	min-height: 100px;
}

#carousel{
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 350px;
	height: 46vw;
	max-height: 350px;
}

#carousel > *{
	visibility: hidden;
	display: none;
	position: absolute;
	text-align: center;
	opacity: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgb(40,40,40);
	transition: opacity 2s ease;
}

#carousel > *:first-child{
	visibility: visible;
	display: block;
	opacity: 1;
}

.carouselCoverImage{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.carouselContainImage{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.blurredBackground{
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-position: 50% 50%;
	-webkit-filter: blur(32px);
	-moz-filter: blur(32px);
	-o-filter: blur(32px);
	-ms-filter: blur(32px);
	filter: blur(32px);
	background-size: cover;
}

.starburst{
	background-image: url('img/starburst.png');
	background-position: 50% 50%;
	background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0.3;
}

.nextUp{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.nextUpHeader{
	text-shadow: 0px 2px 10px #000000;
	margin-top: calc(1vw - 4px);
	font-size: calc(2vw + 17px);
}

@media all and (max-width:600px){
	.nextUp{
		margin: auto;
		padding-left: 25%;
		padding-right: 25%;
	}
}

@media all and (min-width:768px){
	.adjustForCalendar{
		padding-right: 308px !important;
	}
}

#sidebar{
	grid-area: 1 / 2 / span 1 / span 1;
	width: 300px;
	color: #fff;
	z-index: 110;
	overflow-y: hidden;
	padding: 10px 0 0 16px;
	position: relative;
}

#sidebar:before{
	content: "";
	width: 1px;
	height: 99%;
	display: block;
	position: absolute;
	left: 0px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#808080+0,808080+25,808080+50,808080+75,808080+75,808080+100&0+0,0.75+25,1+50,0.75+75,0+100 */
	background: -moz-linear-gradient(top,  rgba(128,128,128,0) 0%, rgba(128,128,128,0.75) 25%, rgba(128,128,128,1) 50%, rgba(128,128,128,0.75) 75%, rgba(128,128,128,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(128,128,128,0) 0%,rgba(128,128,128,0.75) 25%,rgba(128,128,128,1) 50%,rgba(128,128,128,0.75) 75%,rgba(128,128,128,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(128,128,128,0) 0%,rgba(128,128,128,0.75) 25%,rgba(128,128,128,1) 50%,rgba(128,128,128,0.75) 75%,rgba(128,128,128,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00808080', endColorstr='#00808080',GradientType=0 ); /* IE6-9 */
}
#sidebar h3, .eventMonthHeader{
	color: rgb(40,40,40);
	background-color: rgb(220,220,220);
	padding: 8px;
	text-align: center;
	margin-top: 32px;
	border-radius: 4px;
}
#sidebar h3:first-of-type, .eventMonthHeader:first-of-type{
	margin-top: 0px;
}

#sidebar > ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar h4{
	margin-top: 0;
}

.bulletList{
	list-style: square !important;
	padding: 0 0 0 16px !important;
}

.event_tonight{
	position: relative;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 12px;
    overflow: hidden;
    text-align: center;
    width: 100%;
    max-width: 300px !important;
    box-shadow: 0 2px 8px rgba(0,0,0, 0.4);
}

.event_tonight a{
	text-decoration: none;
}

.event_tonight span{
	display: block;
	padding: 3px;
	background-color: #555;
}

.event_tonight .eventInner > img{
	width: 100% !important;
	position: static !important;
}

.event_othernight{
	position: relative;
	margin-bottom: 8px;
	padding-left: 40px;
	min-height: 40px;
}

.event_tonight .eventInner{
	border-radius: 12px;
    overflow: hidden;
    max-width: 300px;
    box-shadow: 0 2px 8px rgba(0,0,0, 0.4);
    display: grid;
	align-items: center;
    grid-gap: 0 4px;
    color: #ccc;
    font-weight: normal;
    background-color: #333;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto auto;
    grid-template-areas: "imageNameAndTime imageNameAndTime"
						 "hr hr"
						 "tags tags";
}

.eventImageNameAndTime{
	display: grid;
	grid-area: imageNameAndTime;
	align-items: center;
    grid-gap: 0 4px;
    color: #ccc;
    font-weight: normal;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    grid-template-areas: "image image"
    					 "name time";
}

.event_tonight .eventInner hr{
	grid-area: hr;
	margin: 0;
}

.eventDescription{
	background-color: #484848;
	padding: 4px;
	text-align: center;
}

.event_tonight .eventInner .eventImage{
	width: 100%;
	position: static !important;
	grid-area: image;
}

.event_tonight .eventInner .eventName{
	grid-area:  name;
	text-align: left;
	font-size: 1.1em;
	padding: 4px;
}
.event_tonight .eventInner .time{
	grid-area: time;
	padding-right: 4px;
}
.event_tonight .eventInner .time img{
	margin-left:  0;
}


#smallList{
	display: grid;
	text-align: center;
	grid-template-columns: 1fr 1fr 1fr;
}
@media all and (min-width:600px) and (max-width:950px){
	#smallList{
		grid-template-columns: 1fr 1fr;
	}
}
@media all and (max-width:600px){
	#smallList{
		grid-template-columns: 1fr;
	}
}
.compactMonth{
	text-align: left;
	justify-self: center;
	display: inline-block;
	vertical-align: top;
	margin-right: 32px;
	margin-bottom: 32px;
}
.compactMonth ul{
	list-style: none;
	padding-left: 0;
}

.event_othernight a img{
	position: absolute;
	left: 0;
}

.event_othernight h2{
	margin-left: 8px;
	padding: 0;
	font-size: 1em;
}

.time img{
	margin-left: 16px;
	margin-right: 4px;
	opacity: 0.6;
	vertical-align: -5%;
}

.time sup{
	color: #aaa;
	font-size: 0.7em;
}

	
.event_othernight span h3{
	font-size: 1em;
	padding: 0;
	color: rgb(255, 200, 0);
	margin: 0;
}

.event_othernight a{
	color: #fff;
}

.event_othernight a img{
	display: inline-block;
	width: 32px;
	margin-right: 8px;
	opacity: 0.5;
}

.majorEvent{
	opacity: 1 !important;
}

.upcomingDato{
	font-size: 0.9em;
	color: #888;
	text-decoration: none !important;
}

#event_description{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgba(30,30,30,0.6);
	color: #fff;
	z-index: 105;
	padding: 3% 3% 0 3%;
	overflow-x: hidden;
	overflow-y: auto;
	text-shadow: 0px 1px 9px rgba(0, 0, 0, 1);
	opacity: 1;
	transition: opacity 1s ease;
}

#event_description h1{
	font-weight: 900;
	font-size: 1.5em;
	margin-top: 0;
	text-decoration: underline;
}

#event_description h1 strong{
	color: rgb(255, 200, 0);
}

#close_description{
	position: absolute;
	top: 3%;
	right: 3%;
	color: #fff;
	font-size: 1.2em;
	text-decoration: none;
	color: rgb(255, 200, 0);
}
.maanedSeparatorItem{
	padding: 5px;
	color: #000;
	background-color: rgb(255,200,0);
	font-weight: bold;
	font-size: 1.4em;
}
.maanedSeparator{

}


.eventFlexBox{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.eventFlex{
    -webkit-flex: 0 1 300px;
    -ms-flex: 0 1 300px;
    flex: 0 1 300px;
    padding: 30px;
    text-align: center;
}

.eventFlexInner{
	border-radius: 12px;
    overflow: hidden;
    max-width: 300px;
    box-shadow: 0 2px 8px rgba(0,0,0, 0.4);
    display: grid;
}

.eventFlex span{
	display: block;
	padding: 3px;
	background-color: #444;
}

.eventFlex a{
	text-decoration: none;
}

.eventFlex img{
	width: 100%;
}


.gallery{
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-auto-rows: min-content;
	grid-gap: 8px;
	grid-auto-flow: row;

}
.gallery a{
	display: inline-block;
	max-width: 90px;
	line-height: 0;
}
.gallery img{
	margin: 0px;
	padding: 0px;
	width: 100%;
}

@media all and (min-width:414px) and (max-width:599px){
	#menu{
		position: relative;
		padding-right: 0;
	}

}

.hidden{
	display: none;
	visibility: hidden;
	height: 0px;
	transition: all 0.5s ease;
}

.hideWhenCompact{
	display: none !important;
	visibility: hidden !important;
}
.hideWhenFullSize{
	display: block !important;
	visibility: visible !important;
}

@media all and (min-width:768px){
	.hideWhenCompact{
		display: block !important;
		visibility: visible !important;
	}

	.hideWhenFullSize{
		display: none !important;
		visibility: hidden !important;
	}
}

@media all and (max-width:1120px){
	#topLine{
		width: 100%;
		background: #222;
		padding-bottom: 4px;
	}
	#menu{
		padding-top: 31px;

	}
}

@media all and (max-width:767px){
	#sidebar{
		grid-area: 2 / 1 / span 1 / span 1;
		position: relative;
		width: auto;
		overflow-y: initial;
		overflow-x: initial;
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 32px;
		max-width: 100% !important;
	}
	.topWhenCompact{
		grid-area: 1 / 1 / span 1 / span 1 !important;
	}
	.bottomWhenCompact{
		grid-area: 2 / 1 / span 1 / span 1 !important;
	}

	#sidebar:before{
		content: "";
		width: 99%;
		height: 1px;
		display: block;
		position: absolute;
		bottom: 0;
		left: auto;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#808080+0,808080+25,808080+50,808080+75,808080+75,808080+100&0+0,0.75+25,1+50,0.75+75,0+100 */
		background: -moz-linear-gradient(left,  rgba(128,128,128,0) 0%, rgba(128,128,128,0.75) 25%, rgba(128,128,128,1) 50%, rgba(128,128,128,0.75) 75%, rgba(128,128,128,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  rgba(128,128,128,0) 0%,rgba(128,128,128,0.75) 25%,rgba(128,128,128,1) 50%,rgba(128,128,128,0.75) 75%,rgba(128,128,128,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  rgba(128,128,128,0) 0%,rgba(128,128,128,0.75) 25%,rgba(128,128,128,1) 50%,rgba(128,128,128,0.75) 75%,rgba(128,128,128,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00808080', endColorstr='#00808080',GradientType=1 ); /* IE6-9 */
	}

	#event_description{
		right: 0;
	}
	#carousel{
		width: 100%;
	}
	.maanedSeparatorItem{
		width: 32px !important;
		height: 100%;
		vertical-align: top;
	}
	.maanedSeparator{
		transform: rotate(90deg);
	}
}

@keyframes hue-rotate {
	from {
		filter: hue-rotate(0deg);
	}
	to{
		filter: hue-rotate(360deg);
	}
}

.rotateHue{
	-webkit-animation: hue-rotate 10s linear infinite;
	animation: hue-rotate 10s linear infinite;
}


.segmented {
	margin-top: 16px;
	margin-bottom: 16px;
	padding-top: 8px;
	padding-bottom: 8px; 
	font-size: 0px;
	text-align: center;
	white-space: nowrap;
}
.segmented > label:first-of-type{
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
}
.segmented > label:last-of-type{
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
}
.segmented input[type=radio] {
	display: none;
}
.segmented label {
	padding: 12px 28px;
	margin-right: 0px;
	background: #ddd;
	cursor: pointer;
	font-size: 16px;
	color: #000;
}

.segmented input:checked + label {   
	background: linear-gradient(to bottom, #7abcff 0%,#60abf8 44%,#4096ee 100%);
	color: #fff;
}
.segmented input:checked + label img{
	filter: invert(100%);
}


.koebKnap{
	box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	background:linear-gradient(to bottom, #b8e356 5%, #a5cc52 100%);
	background-color:#b8e356;
	border:1px solid #83c41a;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:"Raleway";
	font-size:15px;
	font-weight:bold;
	text-transform: uppercase;
	padding: 6px 10px;
	text-decoration:none;
	text-shadow:0px 1px 4px rgba(0,0,0,0.5);
	width: 100%;
}
.koebKnap:hover, .koebKnap:active{
	color: #fff;
	text-decoration: none;
}
.koebKnap[disabled]{
	opacity: 0.5;
	cursor: wait;
}

.betalingForm{
	border-radius: 8px;
	background: rgb(68, 68, 68);
	padding: 8px;
	margin-top: 16px;
	margin-bottom: 16px;
}

.billetValg{
	margin-top: 8px;
	margin-bottom: 8px;
	position: relative;
	display: grid;
	gap: 4px;
	background-color: rgb(88, 88, 88);
	margin: 0 0 8px 0;
	padding: 8px;
	border-radius: 16px;
	grid-template-columns: 1fr auto;
	grid-template-rows: auto auto auto;
	grid-template-areas: "type pris"
						 "type tidspunkt" 
						 "beskrivelse antal"
						 "information information";
}
.billetValgDato{
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding: 4px;
	font-size: 1.2em;
	font-weight: bolder;
	text-align: center;
}

.billetValg hr{
	grid-area: hr;
	margin: 0px;
}


.billetValgHeader{
	position: relative;
	color: #fff;
	font-weight: bolder;
	border-bottom: 1px solid #fff;
}

.tidspunkt{
	font-weight: normal;
	font-size: 0.8em;
	background-image: url('img/time_white.svg');
	background-repeat: no-repeat;
	background-size: 12px 12px;
	background-position: 0 2px;
	padding-left: 16px;
}

.billetValgTidspunkt{
	grid-area: tidspunkt;
	color: #aaa;
	text-align: right;
}

.billetValgType{
	grid-area: type;
	font-weight: bold;
}
.billetValgPris{
	grid-area: pris;
	text-align: right;
	padding: 2px;
}
.billetValgBeskrivelse{
	grid-area: beskrivelse;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 8px;
	font-size: 0.8em;
}
.billetValgInformation{
	background: rgb(9, 73, 0);
	border-radius: 8px;
	padding: 8px;
	font-size: 0.8em;
	text-align: center;
	grid-area: information;
}

.importantInformation{
	background-color: #3232a6;
	border-radius: 8px;
	padding: 8px;
	margin-top: 32px;
	margin-bottom: 16px;
}

.koebBeskrivelse{
	color: #eee;
	font-size: 0.8em;
	padding-top: 8px;
	padding-bottom: 8px;
}


.billetValgVaelger{
	grid-area: antal;
	width: 80px;
	text-align: right;
}

.billetValgInfo{
	padding-top: 4px;
	padding-bottom: 0;
}
.billetValgInfo input{
	width: 100%;
	margin-bottom: 4px;
}



.billetDecrement, .billetIncrement{
	width: 20px;
	height: 20px;
	background-color: #8888ff;
	color: #fff;
	border: 0;
	-webkit-appearance: none; 
}

.billetDecrement{

}
.billetIncrement{
	
}

.billetValgVaelger input{
	width: 32px;
	height: 20px;
	border: 0px;
	padding-bottom: 2px;
	text-align: center;
	-webkit-appearance: none !important;
	-moz-appearance: textfield !important;
}

.tilmeldingMedlemsNr{
	width: 100%;
	font-size: 1.1em;
	margin-bottom: 4px;
}
.tilmeldingVerification{
	width: 100%;
	margin-bottom: 4px;
}




.fullWidth{
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box !important;
}

#newMemberForm{
	clear: both;
}
@media only screen and (max-width: 800px) {
	#newMemberForm{
		display: block;
	}
}

#newMemberForm input[type="text"],#newMemberForm input[type="date"],#newMemberForm input[type="email"],#newMemberForm input[type="number"]{
	font-size: 1.1em;
	background-color: #ddd;
}
#newMemberForm tr td:last-child{
	font-size: 1.8em;
}
#newMemberForm input[type="submit"]{
	font-size: 1.2em;
	background-color: #1a1;
	color: #fff;
	border: 1px solid #05a;
	border-radius: 4px;
	padding: 20px;
	margin-top: 8px;
}
#newMemberForm #submitCell{
	padding-top: 20px;
	grid-area: 2 / 1 / span 1 / span 2;
	text-align: center;
}

.inputHeader{
	font-weight: bold;
	font-size: 1.5em !important;
}

#memberPhoto{
	width: 100%;
	max-width: 200px;
}

.pane{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-areas: "placeholder placeholder blivmedlem";
	gap: 16px;
	margin-top: 10px;

}

.paneItem{
	height: 43px;
	background-color: rgba(175, 175, 175, 0.25);
	border-radius: 4px;
	padding: 10px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	white-space: nowrap;
}
.paneItem img{
	height: 24px;
	margin: auto;
	display: inline-block;
	margin-right: 4px;
	vertical-align: middle;
}
.paneItem h1{
	margin: 0;
	margin-top:  -4px;
	font-size: 1.1em;
}

.imageLinkPane{

}

.parkeringImg{
	background-image: url('img/bil.svg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #333;
}

.imageLinkPane a{
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr auto;
	grid-template-areas: "image" "tekst";
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid #444;
	background-color: rgba(175, 175, 175, 0.25);
}

.imageLinkPane a > img{
	grid-area: image;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.imageLinkPane a > span{
	grid-area: tekst;
	text-align: center;
}


#blivmedlem{
	grid-area: blivmedlem;
	background-color: #467317;
	font-weight: bolder;
}
#paneplaceholder2X{
	grid-area: placeholder;
	background-color: rgba(175, 175, 175, 0.1);
}

#blivmedlem:hover{
	text-decoration: underline;
}

#totalPrice{
	text-align: right;
}

.betalingskort{
	display: flex;
	margin-top: 16px;
}
.betalingskort img{
	margin: 4px 8px;
	flex: 0 1 150px;
	object-fit: contain;
}






@media print{

	body{
		color: #000;
	}
	h1, h2, h3, h4, h5, h6 {
		color: #000;
	}

	#navmenu, #navBox, #footer, .fb-like, #outerMenu, #carouselContainer, .noPrint{
		display: none;
		visibility: hidden;
	}

	#pageContent{
		/*width: 100% !important;
		max-width: 100% !important;*/
		padding: 0;
		background-color: #fff;
	}

	#top img{
		max-width: 250px;
	}
	.segmented{
		display: none;
		visibility: hidden;
	}
	.event_othernight{
		min-height: auto !important;
	}
	.event_othernight img{
		filter: invert(100%);
		width: 18px !important;
		height: 18px !important;
	}
	.event_othernight br  {
	    content: ' - ';
	}
	.event_othernight br:after {
	    content: ' - ';
	}

	.calendarTable{
		max-height: 100%;
	}
	.calendarTable td{
		padding: 1px 1px;
	}

	.calendarTable, .calendarTable *{
		color: #000;
		-webkit-print-color-adjust: exact !important;   /* Chrome, Safari 6 – 15.3, Edge */
		color-adjust: exact !important;                 /* Firefox 48 – 96 */
		print-color-adjust: exact !important; 
		margin-bottom: 0;
	}
	
	.calendarTable th{
		color: #fff;
	}

	.calendarTable .Friday{
		background-color: #4097ee38 !important;
	}
	.calendarTable .Saturday{
		background-color: #4097ee5b !important;
	}
	.calendarTable .Sunday{
		background-color: #4097ee92 !important;
	}
}

.EventTags{
	grid-area: tags;
	text-align: left;
	list-style: none;
	
	padding: 0 0 0 12px;
	color: #ffffff;
	font-weight: bold;
	li{
		padding: 2px;
	}
	.EventTag{
		width: 100%;
		font-size: 0.8em;
		display: grid;
		align-items: center;
		gap: 6px;
		width: 100%;
		grid-template-columns: auto auto 1fr;
		grid-template-areas: "bullet name description";
	}
	.EventTagBullet{
		grid-area: bullet;
		width: 8px;
		height: 8px;
	}
	.TagName{
		grid-area: name;
		font-size: 1.1em;
		padding-left: 0 !important;
		background-color: transparent;
	}
	.TagDescription{
		background-color: transparent;
		grid-area: description;
		white-space: wrap;
		color: #aaa;
		font-weight: normal;
	}
}

.nextEvent{
	color: rgb(40,40,40);
	background-color: rgb(220,220,220);
	padding: 8px;
	margin-top: 32px;
	border-radius: 4px;
}