@font-face {
	font-family: Orsted Sans;
	font-style: normal;
	font-weight: bold;
	src: url("fonts/OrstedSans-Bold.ttf") format('truetype');
}

@font-face {
	font-family: Orsted Sans;
	font-style: normal;
	font-weight: normal;
	src: url("fonts/OrstedSans-Regular.ttf") format('truetype');
}

body {
	font-family: Orsted Sans, Helvetica Neue, Arial, sans-serif !important;
	font-size: 16px !important;
	color: #222 !important;
	font-weight: normal;
	background: transparent;
}

.wrapper {
	padding: 0;
	width: 100%;
	max-width: 100%;
}

.headline-left .date-time,
.headline-right .event-type {
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}

.tabItem {
	color: #000000 !important;
	font-size: 16px !important;
	text-decoration: none;
	border: 0 none;
	font-weight: bold !important;
	text-transform: none !important;
	padding: 0.7em 2em !important;
	height: 43px;
	line-height: normal;
	background: #f3f3f3 !important;
	font-family: Orsted Sans, Helvetica Neue, Arial, sans-serif !important;
	border-radius: 0px;
	box-sizing: border-box;
	text-align: center;
	border: 1px solid #cccccc;
}

.tab-active {
	text-decoration: none;
	background: #FFFFFF !important;
	color: #007ACC !important;
	font-size: 16px !important;
	font-weight: bold;
	border: 0 none;
	padding: 0.7em 2em !important;
	font-weight: bold !important;
	text-transform: none !important;
	font-family: Orsted Sans, Helvetica Neue, Arial, sans-serif !important;
	border-radius: 0px;
	border: 1px solid #cccccc;
	border-bottom: 1px solid #FFFFFF;
}

.tabItem:hover {
	background: #FFFFFF !important;
	color: #007ACC !important;
	border-radius: 0px;
	text-transform: none !important;
	border: 1px solid #cccccc;
}

.tab-active:hover {
    border-bottom: 1px solid #FFFFFF !important;
}

.btn-subscribe:active:after,
.btn-submit:active:after,
.btn-cancel:active:after,
.btn-default:active:after,
.btn-subscribe:hover:after,
.btn-submit:hover:after,
.btn-cancel:hover:after,
.btn-default:hover:after {
	margin-left: 5px;
	opacity: 1;
	transform: translateZ(0);
}

.tabs {
	background-color: transparent;
}

.tabs-wrapper {
    margin: 20px 5px 0;
}

.tabs li {
	float: none;
	    margin: -3px;
    position: relative;
    width: 50%;
    display: inline-block;
    box-sizing: border-box;
}

.modal-body {
	padding: 16px;
	position: relative;
	z-index: 1;
}

.btn-subscribe,
.btn-submit,
.btn-cancel,
.btn-default {
	font-family: inherit;
	font-size: 1.0em;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: none;

	margin: 0.5em;
	padding: 10px 32px;

	border: 0em solid #007ACC;
	border-radius: 8px;
	letter-spacing: .2px;
	background: #007ACC;

	transition: background-color .1s, padding .2s cubic-bezier(.165, .84, .26, .98);
	text-decoration: none;

	position: relative;

	min-width: 11em;
}

/* .btn-subscribe:after,
.btn-submit:after,
.btn-cancel:after,
.btn-default:after {
	content: "\2192";
	display: inline-block;
	font-family: Orsted Sans, Helvetica Neue, Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	margin-left: 0;
	max-width: 0;
	opacity: 0;
	transform: translate3d(-3px, 0, 0);
	transition: transform .2s cubic-bezier(.165, .84, .26, .98), opacity .2s cubic-bezier(.165, .84, .26, .98), margin-left .2s cubic-bezier(.165, .84, .26, .98);
} */

.btn-subscribe:active,
.btn-submit:active,
.btn-cancel:active,
.btn-default:active,
.btn-subscribe:active,
.btn-subscribe:focus {
	text-decoration: none;

	background: #007ACC;
	color: #FFFFFF;
	border-color: #007ACC;
}

.btn-subscribe:hover,
.btn-submit:hover,
.btn-cancel:hover,
.btn-default:hover {
	text-decoration: none;

	background: #007ACC;
	color: #FFFFFF;
	border-color: #007ACC;
}

.btn-subscribe:active:after,
.btn-submit:active:after,
.btn-cancel:active:after,
.btn-default:active:after,
.btn-subscribe:hover:after,
.btn-submit:hover:after,
.btn-cancel:hover:after,
.btn-default:hover:after {
	margin-left: 5px;
	opacity: 1;
	transform: translateZ(0);
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	background-color: #ffffff;
	color: #007ACC;
	border-color: #007ACC;
}

.eupagination>li>a,
.eupagination>li>span {
	position: relative;
	float: left;
	padding: 0;
	/* margin: 6px 12px; */
	margin-left: 0px;
	line-height: 1.42857143;
	color: #222;
	text-decoration: none;
	background-color: #fff;
	border: 0px solid #ddd;
	border-bottom: 2px solid transparent;
}

.eupagination>.active>a,
.eupagination>.active>span,
.eupagination>.active>a:hover,
.eupagination>.active>span:hover,
.eupagination>.active>a:focus,
.eupagination>.active>span:focus {
	z-index: 2;
	cursor: default;
	background-color: #ffffff;
	color: #007ACC;
	border-color: #007ACC;
	font-weight: bold;
}

.eupagination>li>a:hover,
.eupagination>li>span:hover,
.eupagination>li>a:focus,
.eupagination>li>span:focus {
	background-color: transparent !important;
	border-color: #007ACC;
	font-weight: bold;
}

.eupagination>.disabled>span,
.eupagination>.disabled>span:hover,
.eupagination>.disabled>span:focus,
.eupagination>.disabled>a,
.eupagination>.disabled>a:hover,
.eupagination>.disabled>a:focus {
	background-color: #fff;
	border-color: transparent;
	color: #777 !important;
	font-weight: normal !important;
}

.eupagination>li:last-child>a,
.eupagination>li:first-child>a,
.eupagination>li:last-child>span,
.eupagination>li:first-child>span {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.form input,
.form select {
	border: 1px solid #cccccc !important;
	padding: 4px 4px 4px 9px;
	font-size: 16px;
	height: 34px;
}

.form .lable {
	float: left;
	height: 34px;
	line-height: 34px;
	padding-right: 10px;
	text-align: right;
	vertical-align: middle;
	width: 29%;
}

.calendar-time-line .current-month .time-line-item {
	background: #ffffff !important;
	border: 1px solid #cccccc !important;
}

.calendar-time-line .year {
	font-size: 90%;
	padding-bottom: 5px;
	line-height: 25px;
}

.current-month .time-line-month-name {
	color: #007ACC !important;
	font-weight: normal;
	font-size: 16px;
}

.time-line-month-name {
	font-size: 16px;
	color: #222;
}

.color-dot-box {
	font-size: 20px;
}

.time-line-month-name:hover {
	font-size: 16px;
	color: #007ACC;
	text-decoration: none;
}

.time-line-item:hover {
	background-color: #ffffff !important;
	border: 1px solid #cccccc !important;
	color: #007ACC;
}

.time-line-item {
	border: 1px solid #cccccc;
}

.subscription-header,
.export-header {
	font-weight: normal;
}

.hyperlink {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.hyperlink:hover {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline !important;
}

.disclaimer-box a,
.cookies-box a {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.disclaimer-box a:hover,
.cookies-box a:hover {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline !important;
}

.filter-type .selected .type-filter-name {
	font-weight: bold;
	text-decoration: none !important;
	/* color: #007ACC !important; */
	color: #000000 !important;
}

.filter-type .selected .type-filter-name:hover {
	font-weight: bold;
	text-decoration: underline !important;
	/* color: #007ACC !important; */
	color: #000000 !important;
}

a {
	color: #007ACC;
	font-weight: bold;
	text-decoration: none !important;
}

a:hover {
	color: #007ACC !important;
	font-weight: bold;
	text-decoration: underline;
}

.filter-type a {
	/* color: #007ACC !important; */
	font-weight: normal;
	text-decoration: none !important;
}

.filter-type a:hover {
	/* color: #007ACC !important; */
	color: #000000 !important;
	font-weight: normal;
	text-decoration: underline !important;
}

.content-headline {
	border-bottom: 1px solid #cccccc;
	font-weight: normal;
}

.check-subscription-link {
	color: #007ACC;
	font-size: 16px;
	font-weight: bold;
	text-align: inherit;
}

.check-subscription-link .link a {
	color: #007ACC !important;
	font-weight: bold;
	text-decoration: none !important;
}

.check-subscription-link .link a:hover {
	color: #007ACC !important;
	font-weight: bold;
	text-decoration: underline !important;
}

.next-event .lable,
.next-event .date-time,
.your-preference-title {
	color: #222 !important;
}

.subscription-header,
.export-header {
	color: #222 !important;
}

@media (max-width: 480px) {
	.da-dk .tabs li {
		width: 100%;
		display: block;
	}
}

@media (max-width: 380px) {
	.en-gb .tabs li {
		width: 100%;
		display: block;
	}
}

@media (max-width: 360px) {
	.tabItem {
		margin-top: 2px;
		margin-bottom: 2px;
		border-radius: 0 !important;
	}

	.tab-active {
		margin-top: 2px;
		margin-bottom: 2px;
		border-radius: 0 !important;
	}

	.subscription-section .subscription-header {
		float: left;
		text-align: left;
		width: 100% !important;
	}

	.subscription-section {
		float: left;
		text-align: left;
	}
}

@media (max-width: 320px) {
	.tabItem {
		margin-top: 2px;
		margin-bottom: 2px;
		border-radius: 0 !important;
	}

	.tab-active {
		margin-top: 2px;
		margin-bottom: 2px;
		border-radius: 0 !important;
	}

	.subscription-section .subscription-header {
		float: left;
		text-align: left;
		width: 100% !important;
	}

}

.footer,
.footer>div,
.footer>div>a,
.footer:hover,
.footer>div:hover,
.footer>div>a:hover {
	font-size: 13px !important;
	font-weight: normal !important;
}

.show-hide-toggle {
	display: block !important;
}

.expand-collapse {
	display: none !important;
}

.headline-left .full-descriptions {
	color: #222;
}


.eupagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
	
}
.eupagination>li>a:hover, .eupagination>li>span:hover {
    background-color: #DBDBDB !important;
    color: #1E1E1E !important;
}
.eupagination>li>a, .eupagination>li>span {
    font-weight: bold;
    padding: 0.55em 1em;
    margin-left: -0.08em;
    line-height: normal;
    color: #1E1E1E;
    text-decoration: none;
    color: #1E1E1E !important;
	font-size: 16px !important;
	

}
.eupagination>li:first-child>a, .eupagination>li:first-child>span {
    border-top-left-radius: 0.75em;
    border-bottom-left-radius: 0.75em;
    border-right: 0;
} 
.eupagination>li>a, .eupagination>li>span{
	border: 1px solid #ddd !important;
}
.eupagination>li:last-child>a, .eupagination>li:last-child>span
 {
    border-top-right-radius: 0.75em;
    border-bottom-right-radius: 0.75em;
    border-left: 0;
}
.eupagination>.active>a, .eupagination>.active>span, .eupagination>.active>a:hover, .eupagination>.active>span:hover, .eupagination>.active>a:focus, .eupagination>.active>span:focus

 {
    z-index: 2;
    color: #1E1E1E;
    cursor: default;
    background-color: #DBDBDB;
    border-color: #DBDBDB;
    font-weight: bold;
}