@font-face {
	font-family: 'GillAltOneMT';
	src: url();
	src: url(#iefix) format("embedded-opentype"), url(/icalkalender/font/c_207717-l_3-k_gillaltonemt-webfontwoff-0cd21dc887ff575086a22c853824dbf9.woff) format("woff"), url(/icalkalender/font/gla_____-25c91ccae274b4862a9319b7ddae1d26.ttf)
		format("truetype");
}

@font-face {
	font-family: 'BerlingRoman';
	src: url(/icalkalender/font/c_207717-l_3-k_berlingroman-webfonteot-2bb7a84267c92a1b3f31ef3d8100177f.eot);
	src: url(/icalkalender/font/c_207717-l_3-k_berlingroman-webfonteot-2bb7a84267c92a1b3f31ef3d8100177f.eot#iefix) format("embedded-opentype"),
		url(/icalkalender/font/c_207717-l_3-k_berlingroman-webfontwoff-d3f395f21b04ccd25c93679398791066.woff) format("woff"), url(/icalkalender/font/c_207717-l_3-k_berlingroman-webfontttf-52b7f9dc46e45c7cfd082e090d3401dc.ttf) format("truetype"),
		url(/icalkalender/font/c_207717-l_3-k_berlingroman-webfontsvg-35296857a7c7fb47e856954bf0953c98.svg) format("svg");
	font-weight: 400;
	font-style: normal;
}

html, body {
	height: 100%;
	margin: 0;
	display: flex;
	margin: 0;
	flex-direction: column;
}

.wrapper {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.header, .footer {
	background: #fafafa;
}

.header {
	background: #1e1e1e;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	line-height: 1em;
	text-transform: uppercase;
}

.header h2 {
	font-size: 1.1em;
	font-weight: 700;
	color: #fff;
	display: block;
	font-size: 1.5em;
	margin: 20px 10px 10px;
}

.footer {
	height: 0;
}

.content {
	flex: 1;
	overflow: auto;
	background: #fff;
}

.events-wrapper {
	height: 1000px;
}

p {
	font-size: .95em;
}

.list-item h3, .list-nyhetsbanken li .news-title {
	font-size: 1em !important;
}

.list-item, .list-nyhetsbanken li {
	margin-bottom: .5em !important;
	padding-bottom: .5em !important;
}

.list-item h3, .list-nyhetsbanken li .news-title {
	margin-bottom: 0 !important;
}

.calendar .list-item .date {
	margin-bottom: 0 !important;
}

.calendar .description {
	margin-bottom: 0 !important;
}

.location-text {
	font-size: .865em;
}

.event {
	color: #000;
	display: block;
	padding: .2em !important;
	text-decoration: none;
}

.event:hover {
	background-color: #f2f2f2;
	padding: .2em !important;
}

.event p a:hover {
	background: none;
}

.wrapper-select {
	display: flex;
	flex-direction: row;
	justify-content: left;
	align-items: center;
}

.module-header-icon {
	height: 61px;
	margin-top: -5px;
	overflow: hidden;
	text-align: right;
	width: 100%;
}

.submit-calendar {
    margin-top: 5px;
    margin-left: 5px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

select {
	font-size: 1em;
	border: 1px solid #f2f2f2;
	border-radius: 0;
	color: #000;
	padding: 5px;
	-webkit-appearance: none;
	background:
		url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50px' height='50px'><polyline points='46.139,15.518 25.166,36.49 4.193,15.519'/></svg>")
		right no-repeat;
	background-color: #e5e5e5;
	background-transparency: .5;
	background-position: right 5px top 5px;
	background-size: 18px 18px;
	font-weight: 400;
}

select:active {
	border: 1px solid #000;
}

#events-select {
	margin: 15px 0 10px;
	width: 320px;
}

select {
	max-width: 320px !important;
}

#description {
	margin-left: 21px;
	margin-top: 5px;
}

#loading {
	font-weight: 500;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: flex-start;
	flex-direction: column;
	min-height: 200px;
}

#loading-text {
	text-align: center;
	width: 100%;
}

#nothing-scheduled-text {
	margin-top: 20px;
}

#iframe-container {
	margin: auto;
}

.calendar-title {
	color: #990000;
	font-size: 0.8125em;
}

time.dtstart {
	color: #333;
}

@media only screen and (max-width: 640px) {
	.wrapper-select {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.module-header-icon {
		display: none;
	}
	.submit-calendar {
		display: none;
	}
	.icon-calendar {
		margin-top: -59px;
	}
	.icon61 {
		width: 61px;
	}
	#events-select {
		margin: 0 0 10px 10px;
		width: 320px;
	}
}