/* latin-ext */
@font-face {
	font-family: 'Muli';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/muli_v28_latin-ext.woff2') format('woff2');
	unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: 'Muli';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/muli_v28_latin.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.farben {
	blau_dunkel: #002C72;
	blau_hell: #7A9CC9;
	gelb: #FBDB32;
}

* {
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
}

html {
	overflow-y: scroll;
}

body {
	background-color: #FFFFFF;
	/* font-family: Arial, Helvetica, sans-serif; */
	/* font-family: 'Noto Sans JP', sans-serif; */
	font-family: 'Muli', sans-serif;
	color: #000040;
	font-size: 20px;
	height: 100%;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background-color: #FFFFFF;
	z-index: 500;
	-moz-box-shadow: 0pt 6px 8px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0pt 6px 8px rgba(0, 0, 0, 0.4);
	box-shadow: 0pt 6px 8px rgba(0, 0, 0, 0.4);
}

.logo {
	position: absolute;
	float: left;
	top: 15px;
	margin-left: 4%;
}

.logo img {
	position: relative;
	float: left;
	height: 70px;
}

#main {
	margin: 100px 0;
	min-height: 70vh;
}

#content {
	position: relative;
	margin: 0 auto;
}

.section {
	position: relative;
	display: block;
	height: 100%;
	margin-bottom: 3%;
}

.section .content {
	position: relative;
	display: block;
	padding: 4%;
	width: 92%;
}

.cycle-empty {
}

.cycle-slideshow .banner {
	position: relative;
	width: 100%;
	background-color: #FFFFFF;
	overflow: hidden;
}

.cycle-slideshow .banner img {
	position: relative;
	display: block;
	width: 100%;
	margin: -2.8% 0 -8% 0;
}

.silhouette {
    z-index: 400;
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 100%;
}

.infoband {
	position: relative;
	width: 92%;
	background-color: #002C72;
	margin: 0;
	padding: 0 4%;
	/*color: #FBDB32;*/
	color: #FFFFFF;
	font-size: 24px;
	line-height: 44px;
	overflow: hidden;
}

.infoband ul {
	padding: 0;
}

.infoband > ul li {
	float: left;
	/*border-right: 2px solid #FBDB32;*/
	border-right: 2px solid #FFFFFF;
	padding: 0 2%;
	list-style-type: none;
	max-width: 46%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.infoband > ul li:first-of-type {
	padding-left: 0;
}

.infoband > ul li:last-of-type {
	border-right: none;
}

.infoband a[href] {
	/*color: #FBDB32;*/
	color: #FFFFFF;
}

.infoband a[href]:hover {
	text-decoration: none;
}

.infoband .fa {
	margin-right: 10px;
}

#navigation-d,
#nabigation-m {
	/* font-family: Arial, Helvetica, sans-serif; */
}

#navigation-d {
	float: right;
    margin-right: 5%;
    line-height: 100px;
    z-index: 2000;
}

#navigation-d ul {
	line-height: 100px;
	text-align: center;
}

#navigation-d li {
	display: inline;
	list-style-type: none;
	margin-left: 16px;
}

#navigation-d a {
	color: #002C72;
	font-size: 20px;
	padding: 0 12px 2px 12px;
	color: #002C72;
	transition: all 0.5s ease-out;
	border-top: 2px solid #7A9CC9;
	border-bottom: 2px solid #002C72;
}

#navigation-d a.active {
	color: #002C72;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(122, 156, 201, 0.2), rgba(255, 255, 255, 0));
}

#navigation-d a:hover {
	color: #002C72;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(251, 219, 50, 0.2), rgba(255, 255, 255, 0));
	text-decoration: none;
}

#navigation-m {
	display: none;
    position: absolute;
    right: 4%;
    top: 0;
    text-align: left;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#navigation-m > span {
	display: block;
	line-height: 100px;
	text-align: right;
	font-size: 24px;
	cursor: pointer;
}

#navigation-m .fa {
	line-height: 100px;
	color: #002C72;
}

#navigation-m ul {
	display: none;
    float: right;
    width: 100%;
    margin-top: -30px;
    padding: 0;
    background-color: #FFFFFF;
	border: 1px solid #002C72;
    text-align: left;
	opacity: 0;
   	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#navigation-m.active ul {
	display: block;
    opacity: 1;
	-webkit-transition:opacity 0.5s ease-out;
	-moz-transition:opacity 0.5s ease-out;
	-o-transition:opacity 0.5s ease-out;
	transition:opacity 0.5s ease-out;
}

#navigation-m li {
   	width: 100%;
   	background-color: #FCFCFC;
    border-bottom: 1px solid #002C72;
	list-style-type: none;
	text-align: right;
}

#navigation-m li:last-of-type {
	border-bottom: none;
}

#navigation-m a {
	display: block;
	color: #002C72;
	font-size: 22px;
	padding: 10px 22px;
}

#navigation-m a:hover,
#navigation-m a.active {
	text-decoration: none;
}


#btntop {
    position: fixed;
    display: block;
	width: 30px;
    height: 30px;
	text-align: center;
    line-height: 26px;
    font-size: 28px;
    color: #002C72;
    border: 1px solid #002C72;
    background-color: #FCFCFC;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 2000;
    cursor: pointer;
    right: 2vw;
    bottom: 57px;
    opacity: 0;
}

#footer {
    position: fixed;
    width: 100%;
    bottom: 0px;
    height: 42px;
    background: #002C72;
    z-index: 2000;
}

#footer ul.subnav {
	line-height: 42px;
	text-align: center;
}

#footer .subnav li {
	display: inline;
	list-style-type: none;
}

#footer .subnav li a {
	/* font-family: Arial, Helvetica, sans-serif; */
	/*color: #FBDB32;*/
	color: #FFFFFF;
	font-size: 24px;
}

#footer .subnav li:before {
    content: ".";
    margin: 10px;
    /*color: #FBDB32;*/
    color: #FFFFFF;
    font-size: 18px;
}

#footer .subnav li:first-child:before {
    content: "";
}

#footer .subnav li a:hover {
	color: #7A9CC9;
	text-decoration: none;
}

.cycle-prev, .cycle-next {
    position: absolute;
    top: 0;
    width: 30%;
    /* opacity: 0;
    filter: alpha(opacity=0); */
    z-index: 480;
    height: 100%;
    cursor: pointer;
}

.cycle-prev {
    left: 0;
    /*background: url(http://malsup.github.com/images/left.png) 50% 50% no-repeat;*/
}

.cycle-next {
    right: 0;
    /*background: url(http://malsup.github.com/images/right.png) 50% 50% no-repeat;*/
}

.cycle-prev #btn-left {
	left: 2vw;
}

.cycle-next #btn-right {
	right: 2vw;
}

.cycle-prev #btn-left .fa {
	margin-left: -3px;
}

.cycle-next #btn-right .fa {
	margin-left: 3px;
}


.cycle-prev #btn-left,
.cycle-next #btn-right {
	position: absolute;
	top: calc(50% - 15px);
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 26px;
    font-size: 28px;
    color: #002C72;
    border: 1px solid #002C72;
    background-color: #FCFCFC;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 12000;
    cursor: pointer;
    /*right: 2vw;*/
    /*bottom: 57px;*/
    opacity: 0.5;
}

.btn_back {
	position: relative;
	display: block;
	width: 30px;
    height: 30px;
    text-align: center;
    line-height: 26px;
    font-size: 28px;
    color: #002C72;
    border: 1px solid #002C72;
    background-color: #FCFCFC;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    margin-top: 25px;
}

.btn_back .fa {
	margin-left: -3px;
	color: #002C72;
}
