@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 400;
  src: local('Muli Regular'), local('Muli-Regular'), url(/fileadmin/templates/fonts/Muli-Regular.ttf) format('ttf');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/

html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}



body {
  font-family: 'Muli', Arial, Helvetica, sans-serif;
  font-size: 100.01%;
  min-width: 61.250em; /* 980px=61.250em */
}


div#container {
  width: 61.250em;
  margin: 0 auto;
  padding: 0;
  border: 1em solid #eeeeee;
}















/* HEADER */

div#header {
  margin: 0 auto;
  width: 61.250em;
  height: 25em;
  overflow: hidden;
  background-image: url(../images/titelbild_win.jpg);
  background-repeat: no-repeat;
}


div#logo {
  position: relative;
  float: left;
  margin: 15px;
  width: 250px; 
  height: 100px;
  z-index: 500;
}







/* NAVIGATION */

div#nav {
  width: 61.250em;
  padding: 3.5em 0 0 13em;
}



div#nav ul li {
	list-style: none;
	float: left;
	margin-right: 1em;
}

/* nav link */
div#nav ul a {
	padding: 0.1em 0;
	display: block;
	color: #000;
	/* background: #ecebeb; */
	text-decoration: none;
}
/* subnav link */
div#nav ul ul a {
  font-size: 93.8%;
}
div#nav ul ul a:hover {
  font-weight: bold;
}
div#nav ul a:hover {
	background: #f8f8f8;
}

/* nav dropdown */
div#nav ul ul {
	background: #fff;
	padding: 2px;
	position: absolute;
	/* border: solid 1px #ccc; */
	display: none; /* hide dropdown */
	width: 200px;
}
div#nav ul ul li {
	float: none;
	margin: 0;
	padding: 0;
}
div#nav ul li:hover > ul {
	display: block; /* show dropdown on hover */
}


div#subnav {
  overflow: hidden;
  padding: 0 0 1.250em;
}
div#subnav ul {
	list-style: none;
}
div#subnav ul li {
	float: left;
  border-right: 1px solid #7a7a7a;
  padding: 0 0.5em 0 0.5em;
}
div#subnav ul li:first-child {
  padding: 0 0.5em 0 0;
}
div#subnav ul li:last-child {
  border-right: none;
}
div#subnav a {
  color: #000;
	text-decoration: none;
}
div#subnav a:hover {
  text-decoration: underline;
}


div#titel h1 {
  font-size:180%;
}




/* COLOR SPACER */

div#colorspacer {
  width: 61.250em;
  height: 3em;
}

div#colorspacer ul {
  list-style: none;
  display: inline;
}

div#colorspacer ul li {
  width: 12.8125em; /* 61.250 / 4 = 15.3125 - 2*1.250 */
  overflow: visible;
  float: left;
  margin: 1.250em 1.250em 0;
  height: 0.25em;
}

div#colorspacer ul li.c1 { background-color: #f5b038; }
div#colorspacer ul li.c2 { background-color: #e94d1d; }
div#colorspacer ul li.c3 { background-color: #302a83; }
div#colorspacer ul li.c4 { background-color: #22a737; }






/* CONTENT */

div#contentcontainer {
  width: 61.250em;
}

div#contentwrapper {
  width: 58.750em;
  padding: 1.250em 1.250em; /* 1.250em = 20px */

}



div#content {
}

div#content h1 {
  font-family: 'Muli',verdana,arial,helvetica,geneva,sans-serif;
  font-weight: normal;
  font-size: 1.25em;
  padding: 0 0 1em 0;
}
div#content h1 a, div#content h2 a, div#content h3 a { color: #000; text-decoration: none; }
div#content h1 a:hover, div#content h2 a:hover, div#content h3 a:hover { text-decoration: underline; }

div#content h2 {
  font-family: 'Muli',verdana,arial,helvetica,geneva,sans-serif;
  font-weight: normal;
  font-size: 1.15em;
  padding: 0 0 1em 0;
}

div#content h3 {
  font-family: 'Muli',verdana,arial,helvetica,geneva,sans-serif;
  font-weight: normal;
  font-size: 1.10em;
  padding: 0 0 1em 0;
}

div#content p {
  padding: 0 0 1em 0;
}

div#content ul {
  padding-left: 1em;
}
div#content ul li {
  list-style-type: disc;
}


div#content div.csc-default {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-top: 0.8em;
  margin-bottom: 5em; 
}

div#content div.csc-withoutborder {
  border: 0 !important; 
}














 .f3-widget-paginator {
	 display: flex;
	 list-style-type: none !important;
	 padding: 0;
	 margin: 0;
	 max-width: 90%;
}
 .f3-widget-paginator li {
	 background-color: #333;
	 border-right: 1px solid #4d4d4d;
}
 .f3-widget-paginator li.current {
	 background-color: #1a1a1a;
	 padding: 16px 24px;
	 color: white;
	 font-weight: bold;
	 font-size: 1.4rem;
}
 .f3-widget-paginator li a {
	 display: block;
	 position: relative;
	 padding: 16px 24px;
	 text-decoration: none;
	 font-size: 1.4rem;
	 color: white;
}
 .f3-widget-paginator li a:hover {
	 background-color: #1a1a1a;
}
 .f3-widget-paginator li.previous, .f3-widget-paginator li.next {
	 position: relative;
	 min-width: 30px;
}
 .f3-widget-paginator li.previous a, .f3-widget-paginator li.next a {
	 text-indent: -9999px;
	 position: relative;
}
 .f3-widget-paginator li.previous a:hover, .f3-widget-paginator li.next a:hover {
	 background: none;
}
 .f3-widget-paginator li.previous:before, .f3-widget-paginator li.next:before {
	 content: ">";
	 font-weight: bold;
	 color: white;
	 position: absolute;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 height: 100%;
	 width: 100%;
}
 .f3-widget-paginator li.previous:hover, .f3-widget-paginator li.next:hover {
	 background-color: #1a1a1a;
}
 .f3-widget-paginator li.previous:before {
	 content: "<";
}
 .f3-widget-paginator li:first-child {
	 border-top-left-radius: 8px;
	 border-bottom-left-radius: 8px;
}
 .f3-widget-paginator li:last-child {
	 border-top-right-radius: 8px;
	 border-bottom-right-radius: 8px;
	 border-right: none;
}
 @media (min-width: 768px) {
	 .f3-widget-paginator li.current, .f3-widget-paginator li a {
		 padding: 10px 15px;
		 font-size: 1.1rem;
	}
}
 @media (min-width: 1024px) {
	 .f3-widget-paginator li.current, .f3-widget-paginator li a {
		 padding: 8px 12px;
		 font-size: 1rem;
	}
}
 @media (min-width: 480px) {
	 .example-centered .f3-widget-paginator {
		 justify-content: center;
	}
}
 @media (min-width: 480px) {
	 .example-right .f3-widget-paginator {
		 justify-content: end;
	}
}















/* RIGHT BOX */

div#rightbox {
  float: right;
  width: 13.750em; /* 17.5em = 280px abzüglich 2*20px padding und 1*20px margin-right: 13.750em */
  padding: 1.250em 1.250em; /* 1.250em = 20px */
  margin: 0 1.250em 0 0;
  background-color: #ebebeb;
}

xxxxxxxxxxxxxdiv#rightbox div.csc-default {
  margin-bottom: 1.5em;
}

div#rightbox h1 {
  font-family: 'Muli',verdana,arial,helvetica,geneva,sans-serif;
  font-weight: normal;
  font-size: 1.15em;
  padding: 0 0 0.5em 0;
}

div#rightbox p {
  color: #222222;
  font-family: 'Muli',verdana,arial,helvetica,geneva,sans-serif;
  font-size: 0.8em;
  padding: 0 0 1em 0;
}














/* FOOTER */

div#footer {
  /* width: 61.250em; */
  width: 58.750em;
  padding: 0.5em 1.250em; /* 1.250em = 20px */
  height: 2.5em;
  font-family: 'Muli',arial,sans-serif;
  color: #000000;
  text-align: left;
  clear: both; /* damit rightbox nicht ueber content ragt */
}

div#footer ul {
  list-style: none;
  float: right;
}

div#footer ul li {
  border-right: 1px solid #7a7a7a;
  padding: 0 0.5em 0 0.5em;
  float: right;
}

div#footer ul li:first-child {
  border-right: none;
}

div#footer a {
  color: #000000;
  text-decoration: none;
  font-size: 80%;
}
div#footer a:hover {
  text-decoration: underline;
}
