@font-face {
	font-family: "HeidelbergGothicMl";
	src: url("https://onlinehelp.prinect-lounge.com/fonts/HeidelbgGothicMl.otf");
	
}
@font-face {
	font-family: "HeidelbergAntiquaMl";
	src: url("https://onlinehelp.prinect-lounge.com/fonts/HeidelbgAntiquaMl.otf");
	
}
* {
	
	margin: 0;
	padding: 0;
	
}
html, body	{
	
	background-color: #f3f4f8;
	height: 100%;		
}
#seite {
	position: relative;
	min-height: 100%;
	margin: 0 auto;
}

div.header {
	background-color: #ffffff;
	position: sticky;
	top: 0;
	border-bottom: 1px solid rgba(96,101,107,.48);
	
	
}
p {
	font-family: "HeidelbergGothicMl", Arial, sans-serif;
}
p.logo {
	padding-bottom: 1em;
}
p.language {
	text-align: right;
	font-weight: 200;
	color: #cccccc;
	padding-right: 10em;
	padding-top: 1em;	
}


a.active {
	color: #00417d;
	font-weight: 600;
	text-decoration: none;
}
a.inactive {
	color: #cccccc;
	text-decoration: none;
	font-weight: 200;
}
a.active:hover {
	text-decoration: underline;
}
a.inactive:hover {
	text-decoration: underline;
	font-weight: 200;
}
div.wrapper {		
	padding: 2em;		
}

h1 {
	color: #00417d;
	font-size: 2.375rem;	
	font-weight: 400;	
	font-family: "HeidelbergAntiquaMl", Georgia, serif;	
}

h2 {
	color: #00417d;
	font-weight: bold;
	font-size: 2.375rem;
	font-family: "HeidelbergGothicMl", Arial, sans-serif;
}

h3 {
	color: #00417d;
	font-size: 1.2rem;	
	font-weight: 600;
	margin-top: 0em;
	margin-bottom: 1.5em;	
	border-bottom: 1px solid #a8b1b6;
	line-height: 2em;
	text-indent: 0.2em;
	font-family: "HeidelbergGothicMl", Arial, sans-serif;
}
.seperator {
	display: inline-block;
	width: 60px;
	border-top: 3px solid #00417d;
	border-bottom: 3px solid #00417d;
	border-radius: 12px;
	margin-bottom: 1.5rem;
	margin-top: 1rem;
}


div.country {
	display: inline-block;	
	margin-right: 1em;
	margin-bottom: 2em;	
	width: 225px;
	vertical-align: top;
	background-color: none;
		
}

p {
	color: #00417d;
	font-weight: 400;
}

p.distance {
	margin-bottom: 2rem;
}

p.country {
	font-weight: bold;
	margin-bottom: 0.75em;
	color: #00417d;
}

p.link {
	margin-bottom: 0.7em;
	color: #00417d;		
}

p.link a {
	text-decoration: none;
	color: #00417d;
	display: block;
	background-image: url(assets/images/arrow_blue1.png);
	background-size: 1em 1em;
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 1.5em;
}
p.link a:hover {
	text-decoration: none;
	color: #00417d;
	display: block;
	background-image: url(assets/images/arrow_blue1.png);
	background-size: 1em 1em;
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 1.5em;
}

div.country div img {
	width: 100%;
	max-width: 75px;
	height: auto;
	margin-bottom: 0.5em;
}

div.video a img {
	margin-bottom: 1em;	
	border-radius: 8px;
	border: 1px solid white;
}

div.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 2.5em;	
}

div.footer p {
	display: flex;
	justify-content: center;
}
div.footer p a {
	color: #00417d;
	font-size: 12px;
	text-decoration: none;
	padding: 1em;
}
div.footer p a:hover {
	background-color: rgba(0,65,120,.08);
	padding: 1em;
	border-radius: 4px;
}
div.footer p span {
	color: #60656B;
	font-size: 12px;
	padding: 1em;
}
	
	

