@charset "utf-8";
/* CSS Document */
/* lato-100 - latin */
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 100;
	src: url('../fonts/lato-v23-latin-100.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('../fonts/lato-v23-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/lato-v23-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/lato-v23-latin-100.woff') format('woff'), /* Modern Browsers */
	url('../fonts/lato-v23-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/lato-v23-latin-100.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-300 - latin */
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/lato-v23-latin-300.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('../fonts/lato-v23-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/lato-v23-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/lato-v23-latin-300.woff') format('woff'), /* Modern Browsers */
	url('../fonts/lato-v23-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/lato-v23-latin-300.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-regular - latin */
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/lato-v23-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('../fonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/lato-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/lato-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
	url('../fonts/lato-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/lato-v23-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* raleway-200 - latin */
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 200;
	src: url('../fonts/raleway-v28-latin-200.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('../fonts/raleway-v28-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/raleway-v28-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/raleway-v28-latin-200.woff') format('woff'), /* Modern Browsers */
	url('../fonts/raleway-v28-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/raleway-v28-latin-200.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-300 - latin */
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/raleway-v28-latin-300.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('../fonts/raleway-v28-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/raleway-v28-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/raleway-v28-latin-300.woff') format('woff'), /* Modern Browsers */
	url('../fonts/raleway-v28-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/raleway-v28-latin-300.svg#Raleway') format('svg'); /* Legacy iOS */
}
html {
	height: 100%;
	margin: 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	background-image: url(../bilder/background66.png);
}

body {
	height: 100%;
	margin: 0;
}
.topmenu {
	font-family: "Lato", Arial, sans-serif;
	font-size: 0.9em;
	line-height: normal;
	text-decoration: none;
	text-align: left;
	height: auto;
	width: 85px;
	left: 89px;
	top: 36px;
	position: fixed;
	font-style: normal;
	font-weight: 400;
	color: #5574A3;
}
.engl {
	text-decoration: none;
	text-align: center;
	margin-left: 2%;
	height: auto;
	width: 130px;
	left: 153px;
	top: 36px;
	position: fixed;
	font-style: normal;
	font-weight: 400;
	color: #5574A3;
	border-left: 1px solid rgba(140,134,134,1.00);
	border-right: 1px solid rgba(140,134,134,1.00);
	font-family: "Lato", Arial, sans-serif;
	font-size: 0.9em;
	line-height: normal;
}


#logo		{
	height: 37%;
	Width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 23%;
	text-align: center;
	
}
.img_ {
	max-width : 30%;
	height : auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5%;
}



#footer {
	font-size : 0.8em;
	font-family: lato;
	text-align : center;
	height : 40px;
	color: rgba(213,206,196,1.00) #34495E;
	letter-spacing: 1px;
	clear : both;
	margin-top: 6%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 8%;
}

hr {
	margin: auto;
	width: 85%;
}

h1 {
	font-size: 1.6em;
	margin: 0;
	font-weight: 200;
	color: #34495E;
	letter-spacing: 6px;
	text-align: center;
	font-family: Raleway, Lato, Arial, Verdana, Geneva, sans-serif;
	font-style: normal;
	line-height: 16px;
}

h2 {
	font-size: 2.2em;
	color: #3E5265;
	letter-spacing: 6px;
	font-weight: 300;
	font-style: normal;
	text-align: center;
	font-family: Raleway, Lato, Arial, Verdana, Geneva, sans-serif;
	line-height: 8px;
}
.main-content {
	width: 100%;
	hight: auto;
	text-align: center;
	background-color: rgba(255,255,255,0.00);
	margin-right: auto;
	height: auto;
	position: relative;
	margin-left: auto;
	top: 32%;
}
/** ___________________________________________________________NAV___________________ **/
#engl {
	text-decoration: none;
	text-align: center;
	margin-left: -68px;
	height: auto;
	width: 130px;
	left: 153px;
	top: 37px;
	position: fixed;
	font-style: normal;
	font-weight: 400;
	color:#A4BDCB ;
	border-left: 1px solid rgba(140,134,134,1.00);
	border-right: 1px solid rgba(140,134,134,1.00);
	font-family: "Lato", Arial, sans-serif;
	font-size: 0.9em;
	line-height: normal;
	margin-top: 79px;
}

.nav-primary {
	padding-top: 100px;
	border-bottom: 1px solid #24323d;
	font-family: Lato;
	font-style: normal;
	font-weight: 300;
	font-size: 1.065em;
	position: absolute;
	top: 55px;
	left: 57px;
	list-style-type: none;
}

.nav-primary li {
	border-top: 1px solid #24323d;
	border-bottom: 1px solid #3f566a;
}

.nav-primary li a {
	display: block;
	color: #f0f0f0;
	padding: 10px 25px;
	text-decoration: none;
}

.nav-primary li a:hover {
	background-color: rgba(58,94,93,1.00);
	font-family: Lato;
	font-style: normal;
	font-weight: 300;
	text-align: left;
	font-size: 100%;
}

.current {
	background-color: rgba(81,100,139,1.00);
	line-height: 1.2em;
}

.nav-primary li a {
}

/** ___________________________________________________________NAV___________________ **/
