/*
Default Styles
----------------------------------------*/
* {
	margin:0;
	padding:0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}

/* render html5 elements as block */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display:block;
}

html {
	font-size:100%;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}

html, body { height:100%}


*, *:before, *:after {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

sub, sup {
	position:relative;
	font-size:75%;
	line-height:0;
	vertical-align:baseline;
}

sup {
	top:-0.5em;
	font-size:20px;
}

sub {
	bottom:-0.25em;
}

img {
	width:auto;
	height:auto;
	max-width:100%;
	vertical-align:middle;
	border:0;
	-ms-interpolation-mode:bicubic;
	line-height:.5em;
}


/*  Custom animations
/*-------------------------------------------------- */
@-webkit-keyframes 
reveal {
 0% {
 opacity:0;
}
 1% {
 opacity:0;
 -webkit-transform:scale(0.98) translateY(-15px);
}
 80% {
 -webkit-transform:scale(1);
}
 100% {
 -webkit-transform:translateY(0);
}
}
 @-moz-keyframes 
reveal {
 0% {
 opacity:0;
}
 1% {
 opacity:0;
 -moz-transform:scale(0.98) translateY(-15px);
}
 80% {
 -moz-transform:scale(1);
}
 100% {
 -moz-transform:translateY(0);
}
}


/* #Basic Styles
================================================== */
body {
	width: 100%; 
	max-width:100%; 
	font-family:"Istok Web", Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#005696;
	line-height:28px;
	letter-spacing:0.02em;
	margin:0 auto; 
	position:relative; 
	display:table;
	background-color: #0070ba;
}

@media only screen and (max-width:767px) {
body {
	font-size:22px;
	line-height:24px
}
}


/* #Links
================================================== */
a { 
	color:#559243;
	outline:0;
	-webkit-transition:all .4s ease;
	-moz-transition:all .4s ease;
	-o-transition:all .4s ease;
	transition:all .4s ease;
	cursor:pointer !important;
	text-decoration:none;
}

a:hover {
	color:#559243;
	text-decoration:underline;
	outline:0;
	-webkit-transition:all .4s ease;
	-moz-transition:all .4s ease;
	-o-transition:all .4s ease;
	transition:all .4s ease;
}

a:focus, a:active, a:visited {
	outline:0;
	text-decoration:none;
}


/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	font-family:"Istok Web", Arial, Helvetica, sans-serif;
	font-weight:400;
	font-size:20px;
	line-height:1.2em;
	text-transform:none;
	padding:0 0 25px 0;
	margin:0;
}

h1 {
	font-size:40px;
	color:#559243;
}

h2 {
	font-size:30px; 
	padding:30px 0 20px 0;
}

h3 {
	font-size:30px;
	padding:0 0 10px 0;
}


p,
ul {
	padding:0 0 20px 0;
}

p:last-child {
	padding-bottom:0;
}

strong {
	font-weight:700;
	font-family:"Istok Web", Arial, Helvetica, sans-serif;
}

.bold {
	font-weight:400;
	font-family:"Istok Web", Arial, Helvetica, sans-serif;
}

em { 
	font-style:normal;
	font-family:"Istok Web", Arial, Helvetica, sans-serif;
}

.upper {
	text-transform:uppercase;
}

.lower {
	text-transform:none;
}


@media only screen and (max-width:767px) {

h1 {
	font-size:32px;
}

h2 {
	font-size:26px;
	padding:20px 0 20px 0;
}
p,
ul,
.ce_download {
	font-size:18px;
}
}

@media only screen and (max-width:479px) {

h1 {
	font-size:26px;
}

h2 {
	font-size:22px;
	padding:20px 0 20px 0;
}
p,
ul,
.ce_download {
	font-size:16px;
}
}


/* #Order and Unorder Styles
================================================= */
ul,
ol,
li {
	list-style:none;
	padding:0;
	margin:0;
}


input, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline:0;
}

input:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus, select:focus {
	outline: 0;
}

input, textarea {
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}

.input, textarea {
	width:100%;
	height:29px;
	float:left;
	font-family:"Istok Web", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#fff; 
	line-height:19px; 
	letter-spacing:normal;
	text-transform:none;
	background:#134b7e;
	border:none; 
	border-radius:0;
	outline:none;
	position:relative; 
	padding:5px 8px;
	margin:0;
}

.textarea {
	height:135px;	
	padding:5px 8px;
	outline:none;
	resize:none;
}

:placeholder {
	color:#666666;
}

.placeholder {
	color:#666666;
}

input::-webkit-input-placeholder, 
textarea::-webkit-input-placeholder {
	color:#666666;
}

input::-moz-placeholder, 
textarea::-moz-placeholder {
	color:#666666;
}

.btn { 
	height:27px;
	float:none;
	display:inline-block;
	font-weight:normal; 
	font-family:"Istok Web", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#fff;
	line-height:27px;
	letter-spacing:normal;
	text-align:center;
	text-decoration:none;
	text-transform:none; 
	white-space:normal;
	vertical-align:middle;
	background:#134b7e;
	border:none;
	filter:0;
	border-radius:0;
	position:relative; 
	cursor:pointer;
	padding:0 10px;
	margin:0;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus,
.btn.active:focus {
	color:#ffffff;
	text-decoration:none;
	outline:0; 
	background:#60b2ff;
	box-shadow:none;	
}

.btn.disabled, 
.btn[disabled], 
fieldset[disabled] .btn {
	cursor:not-allowed;
	filter:alpha(opacity=65);
	-webkit-box-shadow:none;
	box-shadow:none;
	opacity:.65;
}

a.btn.disabled, 
fieldset[disabled] a.btn {
	pointer-events:none;
}

.btn-out { 
	width:100%; 
	float:left;
}


/* #Show-Hide Responsive Options
================================================== */
.show_mobile {
	display:none;
}

.hide_mobile {
	display:block;
}

.show_both {
	display:none;
}

.hide_both {
	display:block;
}


@media only screen and (max-width:979px) {
.show_both {
	display:block;
}

.hide_both {
	display:none;
}
}

@media only screen and (max-width:767px) {
.show_mobile {
	display:block
}

.hide_mobile {
	display:none
}
}


/*
Home page
----------------------------------------*/
.wrapper {
	max-width: 900px;
	height: 100%;
	margin: auto;
	display:table;
	background-color: #fff;
}
.contact .wrapper {
	background-color: #0070ba;
}
.container-main {
	width:100%; 
	height: 100%; 
	display: table-row;}

.container {
	width:100%;
	margin:0 auto;
	padding:0 4%;
}

@media only screen and (max-width:767px) {
.container {
	max-width:100%;
	padding:0 2%;
}
}


/* Vertical Align - Middle */
.outer-bg {
	width:100%;
	height:100%;
	float:none;
	display:table;
	margin:0 auto
}

.inner-bg {
	width:100%;
	height:100%;
	float:none;
	display:table-cell;
	vertical-align:middle;
}


/* Vertical Align - Middle */
.outer-bg {
	width:100%;
	height:100%;
	float:none;
	display:table;
	margin:0 auto
}

.inner-bg {
	width:100%;
	height:100%;
	float:none;
	display:table-cell;
	vertical-align:middle;
}


/*
Menu
 ----------------------------------------*/

.menu-btn {
	width:26px;
	height:18px;
	float:right;
	background:none;
	border-radius:1px;
	padding:1px 0 0 0;
	margin:0;
	position:absolute;
	top:16px;
	right:5%;
	display:none;
	z-index:1000;
}

.menu-btn span {
	width:100%;
	height:4px;
	float:left;
	background:#1b9bc9; 
	border-radius:0;
	margin:4px 0 0 0; 
	position:relative;
}

.menu-btn:hover {
	color:#686868;
	text-decoration:none;
}

.menu-btn.active span {
	background:#f69836; 
}

@media (max-width: 767px) {
.menu-btn {
	display:block;
}
}


/*
Header
 ----------------------------------------*/

.header-main {
	width: 100%;
	height: 50px;
	float: left;
	position: absolute;
	top:0;
	left:0;
	z-index: 1000;
	
}

.header-main .container nav {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	max-width: 900px;
	color:#000;
	padding:22px 0;
	text-decoration:none;
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
	font-size:20px;
}

/*styling open close button*/
.header-main .button {
	display:inline;
	position:absolute;
	right:4%;
	top:11px;
	z-index:999;
	font-size:30px;
}
.header-main .button a {
	text-decoration:none;
}
.header-main .btn-open:after {
	content:"";
	background-image:url(../images/icon-open.png);
	background-repeat: no-repeat;
	background-size: 45px 45px;
	width:45px;
	height:45px;
	right:0;
	position:absolute;
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
	
}
.header-main .btn-open:hover:after {
	color:#000;
}
.header-main .btn-close:after {
	content:"";
	background:url(../images/icon-close.png);
	background-repeat: no-repeat;
	background-size: 45px 45px;
	width:45px;
	height:45px;
	right:0;
	position:absolute;
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
	
}
.header-main .btn-close:hover:after {
	color: #000;
}
/*overlay*/
.header-main .overlay {
	display:none;
	position:fixed;
	height:100%;
	width:100%;
	background:rgba(0, 0, 0, 0.9);
	overflow:auto;
	z-index:99;
}
.header-main .wrap {
	color:#e9e9e9;
	text-align: left;
	width:40%;
	float:right;
}
.header-main .wrap ul {
	padding:108px 0px 0px 20px;
	float:left;
}
.header-main .wrap ul li {
	font-size:20px;
	text-align:left;
}
.header-main .wrap ul li.absoStart {
	margin-top: 10px;
}
.header-main .wrap ul li.absoEnd {
	margin-bottom: 10px;
}

.header-main .wrap ul li a {
	color:#fff;
	display:block;
	padding:2px 0;
	text-decoration:none;
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}
.header-main .wrap ul li span.dropcap {
	color: #d4f4be;
	font-size: 200%;
	padding-right: 7px;
}

.header-main .wrap ul li a:hover {
	color:#ccf3ff;
}
.header-main .wrap ul ul {
	padding:5px 0;
}
.header-main .wrap ul ul li {
	display:block;
	font-size:20px;
	width:100%;
	color:#fff;
	padding-left:25px;
	font-family:"lato_italic", Arial, Helvetica, sans-serif
}
.header-main .wrap ul ul li a {
	color:#fff;
}
.header-main .wrap ul ul li a:hover {
	color:#ccf3ff;
}

@media screen and (max-width:767px) {
.header-main .wrap ul>li {
	width:100%;
	padding:2px 0;
}

.header-main .wrap {
	color:#fff;
	text-align: left;
	width:100%;
	float:left;
}

.header-main .wrap ul {
	padding:60px 0px 0px 4%;
	float:left
}
.header-main .wrap ul li {
	font-size:18px;
}
.header-main .wrap ul ul li {
	font-size:18px;
}
}

/*
Header
----------------------------------------*/

.header-logo {
    width: 100%;
    float: left;
    position: relative;
    z-index: 20;
	margin-top:90px;
}
.header-logo .logo {
    width: 100%;
	max-width:280px;
    float: right;
	text-align:right;
}
.header-logo .logo img {
    max-width:100%;
}

@media only screen and (max-width: 767px) {
.header-logo {
	width: 100%;
	float: left;
	margin-top:60px;
}

.header-logo .logo {
	width:50%;
	max-width:210px;
	float: right;
	z-index:10;
	position:relative
}
}

/*
Content - Home
----------------------------------------*/

.content-home {
    width: 100%;
    float: left;
	text-align:left;
	padding:30px 0;
}

.content-home aside {
    width: 75%;
    float: right;
	padding-right:10%;
	z-index:100;
	position:relative
}

.content-home figure {
    width: 100%;
	text-align:center;
    float: left;
	margin-top:-50px;
	z-index:10;
}
.content-home figure img {
    width: 100%;
}

.content-home a {
    color: inherit;
    text-decoration: underline;
}
body.home .footer .dse {
    text-decoration: underline;
}


/* news */
.content-home .mod_article {
    padding-top: 60px;
}
.content-home .mod_article .ce_download {
    min-height: 34px;
    margin-left: 52px;
    margin-bottom: 60px;
    padding-bottom: 20px;
}
.content-home .mod_article .ce_download:last-child {
    padding-bottom: 60px;
}
.content-home .mod_article .ce_download a {
    background-image: url('../images/icon-pdf.png');
    background-repeat: no-repeat;
    background-size: 32px 32px;
    background-position: left top;
    padding-left: 52px;
    margin-left: -52px;
}
.content-home .mod_article .ce_download span {
    white-space: nowrap;
}
.content-home .mod_article .ce_download img {
    display: none;
}

/* images */
.ce_image {
	margin-top: 20px;
    width: 60%;
}
.ce_image.grw { /* grossratswahlen */
    width: 100%;
}
@media only screen and (max-width: 767px) {
.ce_image {
    width: 100%;
}
}


/* footer */
.home .footer aside p { 
	color: inherit;
}
.home .footer aside p a { 
	color: inherit;
}
.home .footer aside p a:hover {
	color: inherit;
}


@media only screen and (max-width: 767px) {
.content-home {
    width: 100%;
    float: left;
}
.content-home aside {
    width: 85%;
    float: right;
	padding-right:8%;
}
.content-home .mod_article .ce_download {
    margin-left: 40px;
    padding-bottom: 15px;
}
.content-home .mod_article .ce_download a {
    background-size: 24px 24px;
    padding-left: 40px;
    margin-left: -40px;
}

}


/*
Content - Inner
----------------------------------------*/

.content-inner {
    width: 100%;
    float: left;
	position:relative;
    text-align: center;
    padding-top: 80px;
	z-index:200
}

.content-inner .mod_article {
    width: 85%;
    float: left;
    padding-left: 10%;
    text-align: left;
}
.banner-inner {
    width: 100%;
    float: left;
    text-align: center;
}
.banner-inner figure {
    width: 100%;
    float: left;
    z-index: 10;
}
.banner-inner figure img {
    width: 100%;
}

@media only screen and (max-width: 767px) {
.content-inner {
	padding-top: 60px;
}
.content-inner .mod_article {
	width: 90%;
	float: left;
	padding-left: 8%;
}
}

@media only screen and (max-width: 480px) {
.content-inner .mod_article {
	width: 100%;
}
}


/*
Content - Main
----------------------------------------*/

.content-inner .mod_article p,
.content-inner .mod_article ul  { 
	padding:0 0 20px 0;
}
.content-inner .mod_article p strong { 
	color:#559243;
	font-weight: normal;
}
.content-inner .mod_article p + ul { 
	margin-top: -15px;
}
.content-inner .mod_article ul { 
	padding-left: 30px;
	margin-left: -8px;
}
.content-inner .mod_article ul li:before { 
	content: "\2013\A0";
}
.content-inner .mod_article ul li { 
	text-indent: -22px;
}
.content-inner .mod_article a { 
	color: inherit;
	text-decoration: underline;
}

@media only screen and (max-width: 767px) {
.content-inner .mod_article ul li { 
	text-indent: -17px;
}
}


/*
DSE
----------------------------------------*/
body.dse h3 {
	font-size: 20px;
}
body.dse strong {
	color: #005696 !important;
	font-weight: bold;
}
body.dse em {
	font-style: italic;
}



/*
Footer- content
----------------------------------------*/

.footer {
	width:100%;
	float:none; 
	display: table-row; 
	vertical-align:bottom;
	text-align:center;
}

.footer figure { 
	width:100%}

.footer figure img { 
	width:100%; 
	float:left}
	
.footer aside  { 
	width:100%;
	padding:0 20px;
	float:left; 
	z-index:100;
	padding-bottom:40px;}

.footer aside p { 
	color:#FFFFFF;}

.footer aside p a { 
	color: #FFF}

.footer aside p a:hover {
	color: #FFF}

.footer aside p span {
	color: #4589bd}




/*
divers
----------------------------------------*/

.invisible {
	display: none;
}

