@import url('https://fonts.googleapis.com/css?family=Heebo:400,700|Montserrat:400,700&display=swap');

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
body {
	margin: 0px;
	background: rgb(255, 255, 255);
	font-family: 'Heebo', sans-serif;
	font-size: 16px;
	line-height: 1.6em;
	color: rgb(0, 0, 0);
}
a {
	color: rgb(0, 10, 140);
	text-decoration: none;
	display: inline-block;
	line-height: 1.2em;
}
a.noborder,  {
	border-bottom: none;
}
h1, h2, h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	margin: 1.5em 0 0.6em 0;
}
h2 {
	margin-bottom: 0.3em;
}
h3 {
	margin-bottom: 0.1em;
}
p {
	margin: 0.8em 0 0.8em;
}
button, .button {
	background: rgb(0, 10, 140);
	border: 0px;
	border-radius: 4px;
	color: rgb(255, 255, 255);
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0.5em 1em;
	letter-spacing: 0.05em;
}
.container {
	width: 100%;
	float: left;
}
div.sectionbanner {
	color: rgb(255, 255, 255);
	background: rgb(0, 10, 140);
	padding: 0 20px;
	text-align: left;
	font-size: 2em;
	line-height: 2em;
}
div.sectionbanner h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1.2em;
	font-weight: 800;
	text-transform: uppercase;
}
.content {
	max-width: 960px;
	margin: 0px auto;
	padding-bottom: 22px;
}
div.highlight {
	color: rgb(255, 255, 255);
	background: rgb(0, 10, 140);
	padding: 20px 30px;
	border-radius: 7px;
}
.content img {
	max-width: 100%;
	height: auto;
	margin: 4px 16px;
}
#top_menu_container {
	width: 100%;
	float: left;
	background: rgb(255, 255, 255);
	padding: 15px 20px;
}
#top_menu_container.notstartpage {
	background: rgb(0, 10, 140);
}
#top_menu {
	font-family: 'Montserrat', sans-serif;
	float: right;
	margin-top: 14px;
	width: calc(100% - 100px);
}
#top_logo, #footer_logo img {
	display: inline-block;
	float: left;
	width: auto;
	height: 100px;
}
#top_logo {
	background: rgb(255,255,255);
}
#top_menu ul {
	float: right;
	padding: 0px;
	margin: 0px;
	list-style: none;
	position: relative;
}
#top_menu ul li.top_menu_top, #top_menu_showhide {
	float: left;
	padding: 8px 12px;
	height: 40px;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 1.2em;
	color: rgb(0, 10, 140);
	border-radius: 4px;
	position: relative;
}
.notstartpage #top_menu ul li.top_menu_top, .notstartpage #top_menu_showhide {
	color: rgb(255, 255, 255);
}
#top_menu ul li.top_menu_top:hover, #top_menu_showhide:hover, #top_menu ul li.top_menu_top ul li:hover {
	background: rgb(0, 10, 140);
	color: rgb(255, 255, 255);
	cursor: pointer;
}
.notstartpage #top_menu ul li.top_menu_top:hover, .notstartpage #top_menu_showhide:hover {
	background: rgb(255, 255, 255);
	color: rgb(0, 10, 140);
}
#top_menu ul li.top_menu_top .fa {
	font-size: 15px;
	position: relative;
	top: -2px;
}
#top_menu ul li.top_menu_top a {
	text-decoration: none;
	border-bottom: none;
	background: inherit;
	color: inherit;
}
#top_menu ul li.top_menu_top ul {
	display: none;
	position: absolute;
	width: 100%;
	top: 40px;
	left: 0px;
	border-radius: 4px;
	background: rgb(255, 180, 170);
	font-size: 0.7em;
	font-weight: 700;
	text-transform: none;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	z-index: 1000;
}
#top_menu ul li.top_menu_top ul li a {
	color: rgb(0, 0, 0);
	font-weight: 400;
}
#top_menu ul li.top_menu_top ul li:hover a {
	color: rgb(255, 255, 255);
}
#top_menu ul li.top_menu_top:hover ul {
	display: block;
}
#top_menu ul li.top_menu_top ul li {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding: 2px 8px;
}
#top_menu ul li.top_menu_top ul li:first-child {
	border-top: 0px;
}
#top_menu ul li.top_menu_top ul li:hover {
	color: rgb(0, 10, 140);
}
#top_menu_showhide {
	float: right;
	height: auto;
	font-size: 40px;
	margin-top: 5px;
	display: none;
}
#mobilemenu {
	display: none;
}
#mobilemenu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	position: relative;
}
#mobilemenu li {
	display: block;
	width: 100%;
	padding: 2px 6px;
} 
#mobilemenu ul li.mobile_menu_top {
	font-family: 'Montserrat', sans-serif;
	list-style: none;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 4px;
}
#mobilemenu ul li.mobile_menu_top ul li {
	font-weight: 400;
	text-transform: none;
}
#mobilemenu ul li.mobile_menu_top a {
	color: rgb(0, 10, 140);
}
.notstartpage #mobilemenu ul li.mobile_menu_top a {
	color: rgb(255, 255, 255);
}
#news_container {
	background: url(/img/photo_track.jpg) center center;
	background-size: cover;
	min-height: 400px;
}
#news_content {
}
#news {
	margin: 40px 0px 60px 0px;
	padding: 20px;
	background: rgba(255, 255, 255, 0.8);
	float: left;
}
.news_col1, .news_col2 {
	width: 360px;
	float: left;
}
.news_col2 {
	margin-left: 40px;
}
.news_col1 h2, .news_col2 h2 {
	margin-top: 0px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 8px;
}
.readall_count {
	background: rgb(255, 255, 255);
	color: rgb(0, 10, 140);
	border-radius: 10px;
	display: inline-block;
	min-height: 10px;
	min-width: 13px;
	font-size: 10px;
	padding: 2px 3px 1px 3px;
	line-height: 10px;
	position: relative;
	top: -1px;
}
.news_item {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.news_item .news_date {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.8em;
	display: block;
	float: left;
	width: 100%;
}
.news_item h3 {
	margin: 0;
	float: left;
	width: 100%;
}
.news_item p {
	font-size: 0.95em;
	margin: 0.2em 0;
	float: left;
}
.news_item button {
	float: right;
	cursor: pointer;
}
.news_item button, #news_showall button, #events_showall button {
	cursor: pointer;
}
.news_item button a, #news_showall button a, #events_showall button a {
	color: inherit;
}
.events_item h3 button {
	float: right;
	margin-left: 5px;
}
.events_item .news_date .fa {
	margin-right: 3px;
}
.events_item .news_date .fa-clock {
	margin-left: 10px;
}
#news_showall, #events_showall {
	float: left;
	width: 100%;
	text-align: center;
}
.newsitem, .eventitem {
	margin: 2em 0px;
}
.newsheader, .eventheader {
	display: block;
	width: 100%;
	font-size: 1.3em;
	font-weight: 700;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 0.4em;
}
.newsdate, .eventdate {
	font-weight: 400;
	font-size: 0.75em;
	float: right;
	margin-top: 0.2em;
}
#langmenu {
	position: absolute;
	top: 10px;
	right: 10px;
}
.notstartpage #langmenu a {
	color: rgba(255, 255, 255 ,1);
}
#langmenu a:not(:last-child):after {
	content: '\00a0|\00a0';
}
.rough_edge {
	width: 100%;
	height: 22px;
	float: left;
	margin-top: -22px;
	background: url(/img/rough_edge_bottom.png) repeat-x center bottom;
	background-size: 2000px auto;
}
.rough_edge_top {
	margin-top: 0px;
	position: relative;
	top: 21px;
	background: url(/img/rough_edge_top.png) repeat-x center bottom;
	background-size: 2000px auto;
}
#footer_container {
	background: rgb(110, 200, 210);
}
#footer {
	float: left;
	width: 100%;
	padding: 60px 0px 40px 0px;
}
#footer_logo {
	float: left;
}
#footer_address {
	float: left;
	margin: 0px 20px;
}
#footer_address p {
	line-height: 1.2em;
	margin: 0 0 0.4em 0;
}
#footer_etc {
	float: right;
	text-align: right;
}
#footer_etc .fa {
	text-align: center;
	font-size: 20px;
	border: 1px solid rgb(0, 0, 0);
	padding: 4px;
	border-radius: 3px;
	min-width: 28px;
	height: 28px;
}
#footer_etc a {
	color: inherit;
	border-bottom: 0px;
}
#footer_etc .fa:hover {
	color: rgb(255, 255, 255);
	background: rgb(0, 10, 140);
	border: 1px solid rgb(0, 10, 140);
}
#footer_copyright {
	font-size: 0.8em;
	margin-top: 30px;
}

@media (max-width: 959px) {
	#top_menu {
		display: none;
	}
	#top_menu_showhide {
		display: block;
		margin-top: 30px;
	}
	.content {
		width: 100%;
		padding: 0px 20px;
	}
	#news {
		margin: 20px 0px 40px 0px;
	}
	.news_col1, .news_col2 {
		width: 47.5%;
	}
	.news_col2 {
		margin-left: 5%;
	}
	.newsdate {
		float: left;
		width: 100%;
	}
	#events {
		margin: 20px 0px 40px 0px;
	}
	.eventdate {
		float: left;
		width: 100%;
	}
}

@media (max-width: 568px) {
	#news {
		width: 100%;
	}
	.news_col1, .news_col2 {
		width: 100%;
	}
	.news_col2 {
		margin-left: 0px;
		margin-top: 40px;
	}
	#footer_logo, #footer_address, #footer_etc {
		text-align: center;
		width: 100%;
		float: left;
		margin: 10px 0px;
	}
	#footer_logo img {
		float: none;
	}
}