
*{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;
}

body{
	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);
}

.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(235,36,36);}
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; line-height: 10px;}
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;}

.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;
}
.koebBeskrivelse{
	color: #eee;
	font-size: 0.8em;
	padding-top: 8px;
}

.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: table-row;
	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: 980px;
	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(235,36,36);
  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(235,36,36) !important;
}

#pageSection{
	display: table-row;
	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;
	grid-gap: 16px;
	width: 100%;
	width: 100vw;
	height: 100%;
	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;
	max-width: 990px;
}

/* 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: table-row;
	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(235,36,36);
	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: 2vw;
	margin-right: 2vw;
}

.copyright{
	font-size: 0.8em;
	color: #555;
}

#upperFocus{
	overflow: hidden;
	display: table-row;
	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-x: hidden;
	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;
}
#sidebar h3:first-of-type, .eventMonthHeader:first-of-type{
	margin-top: 0px;
}

#sidebar h4{
	margin-top: 0;
}

#sidebar ul{
	list-style: none;
	padding: 0 0 0 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: #444;
}

.event_tonight img{
	width: 100% !important;
	position: static !important;
}

.event_list {
	padding: 0px;
}

.event_othernight{
	position: relative;
	margin-bottom: 8px;
	padding-left: 40px;
	min-height: 40px;
	list-style-type: none;
}

#smallList{
	text-align: center;
}
.compactMonth{
	text-align: left;
	display: inline-block;
	vertical-align: top;
	margin-right: 32px;
}

.event_othernight a img{
	position: absolute;
	left: 0;
}

.event_othernight h2{
	margin-left: 8px;
	padding: 0;
	font-size: 1em;
}

.time span{
	white-space: nowrap;
}

.time img{
	margin-left: 16px;
	margin-right: 4px;
	opacity: 0.6;
	vertical-align: -5%;
}

	
.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(235,36,36);
	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, .eventInner{
	border-radius: 12px;
    overflow: hidden;
    max-width: 300px;
    box-shadow: 0 2px 8px rgba(0,0,0, 0.4);
}

.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){
	#upperFocus{
	}
	#pageContent{
		grid-gap: 0;
	}
	#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 ul{
		white-space: nowrap;
	}
	#sidebar li{

	}
	#sidebar li span{
	}

	#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;
}




@media print{
	#navmenu, #navBox, #footer, .fb-like, #outerMenu, #carouselContainer{
		display: none;
		visibility: hidden;
	}

	#pageContent{
		width: 98% !important;
		max-width: 100% !important;
	}

	#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: ' - ';
	}
}




.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 rgb(150,150,150);
	background:linear-gradient(to bottom, rgb(125,36,36) 5%, rgb(235,36,36) 100%);
	background-color: rgb(235,36,36);
	border:1px solid #000;
	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;
	grid-template-columns: 1fr 56px auto;
	grid-template-rows: auto auto auto;
	grid-template-areas: "type tidspunkt pris" "hr hr hr" 
						"beskrivelse beskrivelse antal"
						"information 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;
}


.billetValgTidspunkt{
	grid-area: tidspunkt;
	padding: 2px;
	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 5px;
	padding-left: 16px;
	color: #aaa;
}

.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;
	text-align: left;
}
.billetValgInformation{
	border: 3px solid rgb(235,36,36);
	border-radius: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
	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;
}

.billetCreditcards{
	color: #ddd;
	font-size: 0.8em;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
}

.billetDecrement, .billetIncrement{
	width: 20px;
	height: 20px;
	background-color: rgb(235,36,36);
	color: #fff;
	border: 0;
	-webkit-appearance: none; 
}

.billetDecrement{

}
.billetIncrement{
	
}
.billetValgVaelger input{
	width: 32px;
	height: 20px;
	border: 0px;
	padding-bottom: 2px;
	text-align: center;
}


.billetAdBox {
	display: flex;
	flex-wrap: wrap;
	background: #444444;
	border-radius: 16px;
	padding: 0px;
	width: 100%;
	border-bottom: 1px solid #333;
	box-shadow: 0 4px 16px rgba(0,0,0,0.2);
	overflow: hidden;
	color: white;
	margin-top: 12px;
	margin-bottom: 24px;
}

.billetAdboxLink {
	font-weight: normal;
	text-decoration: none; 
}

.billetAdInfo{
	flex: 10 10 300px;
	position: relative;
	margin: 16px;
	max-width: 800px;
	min-width: 300px;
}

.billetAdKoeblink {
	flex: 1 1 200px;
	background:linear-gradient(to bottom, rgb(125,36,36) 5%, rgb(235,36,36) 100%);
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	color: white;
	padding: 16px;
}
.billetAdKoeblink img {
	filter: invert(1);
}

.billetAdEventnavn {
	font-size: 24px;
	font-weight: bold;
}

.billetAdMedlemsevent {
	position: absolute;
	right: -8px;
	top: 0px;
	transform: rotate(10deg);
	background: black;
	border-radius: 4px;
	font-size: 18px;
	color: white;
	font-weight: bold;
	padding: 6px;
}

.billetAdEventdato {
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 18px;
	font-weight: bold;
}

.billetAdEventbeskrivelse {
	padding-top: 4px;
	padding-bottom: 4px;
}

.billetAdTyper {
	padding-left: 20px;
	padding-right: 20px;
}
.billetAdTypeOverskrift {
	color:rgb(100, 100, 100);
	font-weight: bold;
}

.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"]{
	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;
}

#newMemberForm input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  transform: scale(2);
  padding: 10px;
}
#nextbutton {
	padding-top: 20px;
	grid-area: 2 / 1 / span 1 / span 2;
	text-align: center;
	font-size: 1.2em;
	background-color: #1a1;
	color: #fff;
	border: 1px solid #05a;
	border-radius: 4px;
	padding: 20px;
	margin-top: 8px;
	padding-top: 20px;
	grid-area: 2 / 1 / span 1 / span 2;
	text-align: center;
}
#backbutton {
	padding-top: 20px;
	grid-area: 2 / 1 / span 1 / span 2;
	text-align: center;
}
#backbutton input[type="button"]{
	font-size: 1.2em;
	background-color: #1a1;
	color: #fff;
	border: 1px solid #05a;
	border-radius: 4px;
	padding: 20px;
	margin-top: 8px;
}

#keyboard_name input[type=button] {
	padding-top: 20px;
	grid-area: 2 / 1 / span 1 / span 2;
	text-align: center;
	font-size: 1.2em;
	background-color: #1a1;
	color: #fff;
	border: 1px solid #05a;
	border-radius: 2px;
	padding: 12px;
	margin-top: 8px;
	padding-top: 20px;
	grid-area: 2 / 1 / span 1 / span 2;
	text-align: center;
}

#keyboard_email input[type=button] {
	padding-top: 20px;
	grid-area: 2 / 1 / span 1 / span 2;
	text-align: center;
	font-size: 1.2em;
	background-color: #1a1;
	color: #fff;
	border: 1px solid #05a;
	border-radius: 2px;
	padding: 12px;
	margin-top: 8px;
	padding-top: 20px;
	grid-area: 2 / 1 / span 1 / span 2;
	text-align: center;
}

.member_conditions{
	font-size: 9px;
	width: 90%;
}

.member_conditions span{
	font-size: 3em;
}

.inputHeader{
	font-weight: bold;
	font-size: 1.5em !important;
}

#memberPhoto{
	width: 100%;
	max-width: 200px;
}

#blivmedlem{
	float: right;
	background-color: #5a5;
	padding: 6px 10px;
	margin: 8px 0 8px 8px;
	color: #fff;
	text-decoration: none;
}
#blivmedlem:hover{
	text-decoration: underline;
}


#webcamOuterWrapper{
	position: fixed;
	top: 8%;
	bottom: 8%;
	left: 8%;
	right: 8%;
	z-index: 1000;
	text-align: center;
	background: #555;
	box-shadow: 0 0 128px #000;
	border-radius: 5px;
}

#webcamWrapper{
	width: 100%;
	height: calc(100% - 50px);
	position: relative;
	text-align: center;
}

#webcam{
	width: 100%;
	height: 100%;
}

#webcamMembercardcontainer {
	position: relative; 
	left: 0; 
	top: 0;	
}
#webcamMembercardcontainer #userImage {
    width: 191px; /* width of container */
    height: 191px; /* height of container */
    object-fit: cover;
    border: 5px solid black;
    position: absolute;
    top: 20px;
    left: 389px;
}
#webcamMembercardcontainer #example {
	position: relative;
	top: 0;
	left: 0;
}
.greenbutton {
	padding-top: 20px;
	grid-area: 2 / 1 / span 1 / span 2;
	text-align: center;
	font-size: 1.2em;
	background-color: #1a1;
	color: #fff;
	border: 1px solid #05a;
	border-radius: 4px;
	padding: 20px;
	margin-top: 8px;
	padding-top: 20px;
	grid-area: 2 / 1 / span 1 / span 2;
	text-align: center;
}
.redbutton {
	padding-top: 20px;
	grid-area: 2 / 1 / span 1 / span 2;
	text-align: center;
	font-size: 1.2em;
	background-color: #ec4b46;
	color: #fff;
	border: 1px solid #05a;
	border-radius: 4px;
	padding: 20px;
	margin-top: 8px;
	padding-top: 20px;
	grid-area: 2 / 1 / span 1 / span 2;
	text-align: center;
}
#dresscode {
	border: 3px solid rgb(235,36,36);
	border-radius: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 12px;
	padding-right: 12px;
	margin-top: 40px;
	margin-bottom: 40px;
	width: 100%;
}
.g-recaptcha-small {
    transform:scale(0.88);
    transform-origin:0 0;
}