/*
*********************************************************************
*		Fonts 														*
*********************************************************************
*/

//@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic,300,300italic);

/*
*********************************************************************
*		Basics 														*
*********************************************************************
*/

* {
	box-sizing: border-box;
}

html {
	overflow-y: scroll;
}

body, html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 1.6;
	font-family: 'Open Sans', Verdana, sans-serif;
	color: #333;
	position: relative;
	background-color: #ECECEC;
}

img, svg {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: #333;
	text-decoration: none;
}

p {
	line-height: 1.8;
}

section, footer {
	position: relative;
	width: 100%;
}

.span {
	float: left;
	min-height: 1px;
}

.span-3 {
	width: 25%;
}

.span-4 {
	width: 33.333333%;
}

.span-6 {
	width: 50%;
}

.span-9 {
	width: 75%;
}

.span:last-of-type {
	float: right;
}

ul[class*="nav"], ul[class^="nav"] {
	list-style: none;
	margin: 0;
	padding: 0;
}

#content .align-center {
	text-align: center;
}

/*
**********************************************
*		Clearfix
**********************************************
*/



.clearfix:after,
#c38:after {
	content: " ";
	display: table;
	clear: both;
}

.hard-clear {
	clear: both;
}

/*
*********************************************************************
*		Main Styles													*
*********************************************************************
*/

#bg {
	position: fixed;
	z-index: 500;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#page {
	width: 1020px;
	padding: 0px 35px;
	background-color: rgba(255,255,255,0.8);
	margin: 20px auto;
	position: relative;
	z-index: 1000;
}

#snow {
	position: absolute;
	width: 100%;
	margin: 0px;
	height: 100%;
	top:0;
	left: 0;
	height: 287px;
}

@font-face { 
	font-family: 'Meddon'; 
	src: url('../fonts/Meddon.ttf') format('truetype'), url('../fonts/Meddon.woff') format('woff'); 
}

.xmas {
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 5000;
	color: #ff0000 !important;
	text-shadow: 0px 0px 1px rgba(255,255,255,1),
		0px 0px 3px rgba(255,255,255,1),
		0px 0px 5px rgba(255,255,255,1),
		0px 0px 6px rgba(255,255,255,1),
		0px 0px 8px rgba(255,255,255,1),
		0px 0px 10px rgba(255,255,255,1);
	font-family: 'Meddon';
	font-size: 2.5em;

}

.flexslider {
	position: relative;
	overflow: hidden;
}

.breiter #content,
.breiter {
	width: 1220px !important; 
}

.breiter .content-main {
	width: 1035px !important; 
}

div.fullsize {
	width: 100% !important;
	box-sizing: border-box;
}

#page .top-header {
	width: 100%;
	height: 40px;
	background-color: #3F8EC2;
	padding: 0 10px;
	margin-bottom: 10px;
	box-sizing: border-box;
}

#page .top-header .top-nav {
	float: left;
}

#page .top-header .navi-main li {
	display: inline-block;
}

#page .top-header .navi-main li a {
	display: block;
	font-size: 17px;
	color: #ffffff;
	line-height: 40px;
	padding: 0 5px;
}

#page .top-header .navi-main li a:hover {
	text-decoration: underline;
}

#page .top-header .language-opt {
	float: right;
}

#page .top-header .language-opt span {
	display: inline-block;
	line-height: 40px;
	opacity: 0.5;
}

#page .top-header .language-opt span.active {
	opacity: 1;
}


#page .top-header .language-opt img {
	height: 15px;
	width: 20px;
	margin-top: 12px;
}

#page .lower-header .logo {
	float: left;
}

#page .lower-header .navi-norm {
	margin-top: 10px;
	float: right;
	font-size: 1.3em;
}

#page .lower-header .navi-norm li {
	display: inline-block;
}

#page .lower-header .navi-norm li a {
	display: block;
	line-height: 30px;
	padding: 0 8px;
	transition: all 0.3s;
}

#page .lower-header .navi-norm li a:hover,
#page .lower-header .navi-norm li a.current,
#page .lower-header .navi-norm li a.main_page {
	background-color: #3F8EC2;
	color: #ffffff;
}

#content {
	width: 1020px;
	margin: 0 auto;
}

#content .content {
	width: 100%;
	margin: 0 auto;
}

.fullsize #content,
.fullsize #content .content {
	width: 100%;
	margin: 0 auto;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #0F72B3;
}

#content p {
	text-align: justify;
}

#content a {
	color: #0F72B3;
}

#content a:hover {
	text-decoration: underline;
}

#content .content-left {
	float: left;
	width: 50%;
	padding-right: 20px;
	box-sizing: border-box;
}

#content .content-right {
	float: left;
	width: 50%;
	padding-left: 20px;
	box-sizing: border-box;
}

#content .side-navi {
	float: left;
	width: 170px;
	margin-right: 5px;
}

#content .side-navi a {
	display: block;
	width: 100%;
	margin-top: 2px;
	background-color: #eef1f5;
	padding: 7px;
	font-size: 1.3em;
	color: #333333;
	box-sizing: border-box;
}

#content .side-navi a.active,
#content .side-navi a.current,
#content .side-navi a:hover,
#content .side-navi a.main_page {
	background-color: #BDC1C6;
	text-decoration: none;
}

#content .side-navi ul ul {
	background-color: #BDC1C6;
	padding: 0 0 10px 10px;
}

#content .side-navi ul ul li.first a {
	margin-top: 0;
}

#content .column-1-navi .content-main {
	float: left;
	width: 835px;
	padding-left: 10px;
}

#content .news .header a {
	font-size: 20px;
	font-weight: 300;
}

#content .news .article {
	border-bottom: 2px solid #0F72B3;
}

#content .news .header a:hover {
	text-decoration: underline;
}

#p22 #content .content-main > div:first-of-type {
	border-bottom: none;
}

#p22 #content .content-main > div {
	border-bottom: 2px solid #0F72B3;
}

#content .csc-textpic-text h3 {
	font-weight: normal;
	font-size: 1.6rem;
}

#content #c38 ul {
	float: left;
	width: 33%;
	box-sizing: border-box;
}

#footer {
	width: 1020px;
	margin: 40px auto 20px;
	padding: 15px 0 20px;
	border-top: 2px solid #ececec;
	color: #0f72b3;
}

#footer .footer-nav {
	float: left;
}

#footer .footer-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer .footer-nav ul li {
	display: inline-block;
	border-left: 1px solid #3F8EC2;
}

#footer .footer-nav ul li a {
	display: block;
	padding: 0 6px;
	color: #3F8EC2;
}

#footer .footer-nav ul li a:hover {
	text-decoration: underline;
}

#footer .copyright {
	float: right;
}

.download img {
	display: inline-block;
}

.gallery img {
	height: 100px;
}

.top-nav-contex {
	float: left;
	margin-left: 50px;
}

ul.contex {
	display: inline-block;
	position: relative;	
}

.lvl2 {
	display: none;
}

ul.contex ul {
	position: absolute;
	background: #3F8EC2;
	display: none;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #000;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
	margin: 0px;
	padding: 0px;
	z-index: 5000;
}

ul.contex li:hover > ul {
	display: block;

}

ul.contex ul li{
	display: block;
	width: 100%;
}


ul.contex ul a {
	width: 100%;
	white-space: nowrap;
    position: relative;	
	box-sizing: border-box;
	line-height: 25px !important;
	transition: 1s;
} 
ul.contex a.main_page,
ul.contex a.current {
	text-decoration: underline;
}

.contex-login-box {
	line-height: 40px;
	margin-left: 20px;
	float: right;
}
.contex-login-box input[type=text],
.contex-login-box input[type=password] {
	width: 150px;
	line-height: 14px;
	font-size: 10px;
}

.contex-login-box form {
	margin: 0px;
}

.news-img-caption {
	margin: 0px 0px 10px 0px;
	line-height: 1.4;
	text-align: right !important;
	font-size: .8em;
}

.news .article .news-img-wrap a {
	float: right;
}