@charset "utf-8";
/* CSS Document */
/*
@font-face {
  font-family: 'bebas';
  src: url('../fonts/BebasNeue-Regular.eot');
  src: url('../fonts/BebasNeue-Regular.eot') format('embedded-opentype'), url('../fonts/BebasNeue-Regular.ttf') format('truetype'), url('../fonts/BebasNeue-Regular.otf') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
	color:#333;
}
*/


table,tbody,tfoot,thead,tr,th,td { border:0; }

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,caption,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}

table{border-collapse:collapse;border-spacing:0;}

button { outline:none;}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,

article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}


* {
	margin: 0;
	padding: 0;

	-webkit-font-smoothing: antialiased;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* start editing from here */
a{ border:none; text-decoration:none;}

h1,h2,h3,h4,h5,h6,a,p{
	margin:0;
		
}
ul,label{
	margin:0;
	padding:0;
}

img { border:none; margin:0px; padding:0px; }


body, html { height:100%; min-height:100%; }

body {
	font-family:arial, sans-serif;
	background-color:#f1f1f1;
	color:#2c2c2c;
	font-size:14px;
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	}

strong { font-weight:bold; }

a:link {
    color: #2c2c2c;
}
a:visited {
    color: #2c2c2c;
}
a:hover {
    color: #ff5a00;
}
a:active {
    color: #ff5a00;
}

a.one:link {color:#FFF;}
a.one:visited {color:#FFF;}



.fa-bars {
  color: white;
}


.calendar {
				font-family: Arial, sans-serif;
				font-size: 0.9em;
				background-color: #EEE;
				color: #333;
				border: 1px solid #DDD;
				-moz-border-radius: 4px;
				-webkit-border-radius: 4px;
				border-radius: 4px;
				padding: 0.2em;
				width: 14em;
			}
			
			.calendar .months {
				background-color: #F6AF3A;
				border: 1px solid #E78F08;
				-moz-border-radius: 4px;
				-webkit-border-radius: 4px;
				border-radius: 4px;
				color: #FFF;
				padding: 0.2em;
				text-align: center;
			}
			
			.calendar .prev-month,
			.calendar .next-month {
				padding: 0;
			}
			
			.calendar .prev-month {
				float: left;
			}
			
			.calendar .next-month {
				float: right;
			}
			
			.calendar .current-month {
				margin: 0 auto;
			}
			
			.calendar .months .prev-month,
			.calendar .months .next-month {
				color: #FFF;
				text-decoration: none;
				padding: 0 0.4em;
				-moz-border-radius: 4px;
				-webkit-border-radius: 4px;
				border-radius: 4px;
				cursor: pointer;
			}
			
			.calendar .months .prev-month:hover,
			.calendar .months .next-month:hover {
				background-color: #FDF5CE;
				color: #C77405;
			}
			
			.calendar table {
				border-collapse: collapse;
				padding: 0;
				font-size: 0.8em;
				width: 100%;
			}
			
			.calendar th {
				text-align: center;
			}
			
			.calendar td {
				text-align: right;
				padding: 1px;
				width: 14.3%;
			}
			
			.calendar td span {
				display: block;
				color: #1C94C4;
				background-color: #F6F6F6;
				border: 1px solid #CCC;
				text-decoration: none;
				padding: 0.2em;
				cursor: pointer;
			}
			
			.calendar td span:hover {
				color: #C77405;
				background-color: #FDF5CE;
				border: 1px solid #FBCB09;
			}
			
			.calendar td.today span {
				background-color: #FFF0A5;
				border: 1px solid #FED22F;
				color: #363636;
			}
			
#DialogOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.8);
    display: block;
}

#DialogOverlayContent {
    position: absolute;
    top: 30%;
    left: 33%;
    color: #000;
    text-align: center;
    width: 33%;
  /*  min-height: 100px;*/
		height:auto !important;
    z-index: 999999;
    background: rgba(255, 255, 255, 0.0);
    border: 0px solid;
    /*
		border-radius: 5px;
		*/
}

::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    padding: 0;
}


.site_logo { float:left; position:absolute; display:inline-block; }

.bus_forside_box_left { display:inline-block; float:; width:100%; max-width:460px; }
.bus_forside_box_right { display:inline-block; float:right; width:100%; max-width:460px; }

.bus_forside_kasse { border: 1px solid #BABABA; border-radius:10px; padding:20px; }


.bus_forside_box_left input { border:1px solid #cccccc; border-radius: 5px; padding:5px 3px; }
.submit1 { padding:5px 10px;  background: #7DC26F; border-radius: 5px; color:#fff; border:none; }
.submit2 { padding:5px 10px;  background: #E68882; border-radius: 5px; color:#fff; border:none; }
.padding_right_lille { padding-right:20px; }
.padding_right_big { padding-right:40px; }

.topmenu_item { display : flex; align-items : center; justify-content: center; text-align:center; float:right; vertical-align:middle; height:60px; width:100%; max-width:165px; margin-top:7px; border: 1px solid rgba(0, 0, 0, 0.1); }

.menu_div { float:right; width:100%; text-align:right; display:inline-block; } 

.kun_top_border { border-left:none; border-right:none; }
.ikke_right_border { border-right:none; }

h1 { font-size:30px;  display:inline-block;}
h2 { font-size:18px; display:inline-block; }

.menubar_space { display:none; }


@media only screen and (max-width: 768px) {

.bus_forside_box_left{ float:none; max-width:100%; margin-bottom:20px; }
.bus_forside_box_right{ float:none; max-width:100%;  margin-bottom:20px; }

.site_logo { float:none; position:relative; width:100%; display:block; text-align:center;}

.topmenu_item { display:inline-flex; align-items : center; justify-content: center; text-align:center; float:none; vertical-align:middle; height:60px; width:100%; max-width:165px; margin-top:7px; border: 1px solid rgba(0, 0, 0, 0.1); }

.menu_div { float:none; width:100%; text-align:center; display:block; clear:both; margin-top:10px; } 

.menubar_space { display:block; height:80px; clear:both; }

.mobil_bottom { height:150px; clear:both; background-color:#fff; }

}

@media only screen and (max-device-width : 480px) {
#DialogOverlayContent {
    top: 10%;
		left:5%;
		margin:0px auto;
    width: 90%;
}

.site_logo { float:none; position:relative; width:100%; display:block; text-align:center;}

.ikke_right_border { border: 1px solid rgba(0, 0, 0, 0.1); }

.menubar_space { display:block; height:150px; clear:both; }

.mobil_bottom { height:50px; clear:both; background-color:#fff; }


}


@media only screen and (min-device-width : 320px) {

.topmenu_item {  height:60px; width:100%; max-width:136px; }

}