/* colors */
/* fonts */
/* global */
html {
  height: 100%;
  margin: 0px;
  padding: 0px;
}
body {
  color: black;
  font-size: 13.5px;
  font-family: 'myriad-pro-n3', "myriad-pro", sans-serif;
  font-weight: 300;
  line-height: 1em;
  margin: 0px;
  padding: 0px;
}
a {
  color: #00386B;
  font-family: 'myriad-pro-n6', 'myriad-pro', sans-serif;
  font-weight: 600;
}
a:active,
a:link,
a:visited {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: underline;
}
a strong {
  font-family: inherit;
  font-weight: inherit;
}
em,
i {
  font-style: italic;
}
strong,
b {
  font-family: 'myriad-pro-n4', "myriad-pro", sans-serif;
  font-weight: 400;
}
sub {
  font-size: xx-small;
  vertical-align: bottom;
}
sup {
  font-size: xx-small;
  vertical-align: top;
}
#frame {
  display: block;
  margin: 24px 35px 35px 35px;
  padding: 0px;
  position: relative;
  width: 853px;
}
.hyphenate {
  hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
}
/* header */
#header {
  border-bottom: 1px solid #666666;
  height: 80px;
  margin-bottom: 4px;
  -padding: 5px 0 15px;
  position: relative;
  width: 100%;
}
#header img {
  display: block;
}
#header #logo {
  float: left;
  text-align: left;
}
#header #linktext {
  float: right;
  font-size: 35px;
  font-family: 'myriad-pro-n3', "myriad-pro", sans-serif;
  font-weight: 300;
  line-height: 70px;
  text-align: right;
  color: #C5C5C5;
}
#header #symbols {
  float: right;
  height: 35px;
  padding-top: 18px;
  text-align: right;
}
#header #symbols span {
  display: block;
  cursor: pointer;
}
#header #symbols > span {
  float: left;
  height: 35px;
  margin-left: -1px;
  width: 35px;
}
#header #symbols > span:last-child {
  clear: both;
  height: auto;
  float: none;
  width: 0px;
}
#header #symbols span.darkblue {
  margin-left: -2px;
  margin-right: -5px;
}
#header #symbols span.orange {
  margin-left: -2px;
}
#section1 {
  border-top-color: #00386B;
  border-top-style: solid;
  border-top-width: 3px;
  padding-top: 20px;
  position: relative;
  width: 100%;
}
/* navigation */
#navigation {
  font-size: 13px;
  font-family: 'myriad-pro-n6', 'myriad-pro', sans-serif;
  font-weight: 600;
  display: inline;
  float: left;
  width: 180px;
}
#navigation a {
  color: #666666;
  font-family: inherit;
  font-weight: inherit;
}
#navigation a:active,
#navigation a:link,
#navigation a:visited,
#navigation a:hover,
#navigation a:focus {
  text-decoration: none;
}
#navigation > ul {
  margin-bottom: 25px;
}
#navigation > ul > li {
  text-transform: uppercase;
  line-height: 30px;
  border-top: 1px solid #F0F0F0;
}
#navigation > ul > li > div.icon {
  float: left;
  height: 30px;
  margin-left: -2px;
  margin-right: 4px;
  width: 30px;
}
#navigation > ul > li > div.icon > div {
  width: inherit;
  height: inherit;
}
#navigation > ul > li:last-child {
  border-bottom: 1px solid #F0F0F0;
}
#navigation > ul > li > ul {
  display: none;
  margin-bottom: 6px;
}
#navigation > ul > li > ul > li {
  font-size: 0.9em;
  font-family: 'myriad-pro-n4', "myriad-pro", sans-serif;
  font-weight: 400;
  line-height: 1.6em;
  text-transform: none;
  padding-left: 32px;
}
#navigation > ul > li.red > div.icon > div {
  background-image: url('/layout/images/sections/red/navigation_icon_red_grey.png');
}
#navigation > ul > li.red:hover > div.icon > div,
#navigation > ul > li.red.active > div.icon > div,
#navigation > ul > li.red.hover > div.icon > div {
  background-image: url('/layout/images/sections/red/navigation_icon_red.png');
}
#navigation > ul > li.red:hover > a:active,
#navigation > ul > li.red:hover > a:link,
#navigation > ul > li.red:hover > a:visited,
#navigation > ul > li.red a:hover,
#navigation > ul > li.red a:focus,
#navigation > ul > li.red.active,
#navigation > ul > li.red.active > a,
#navigation > ul > li.red.hover,
#navigation > ul > li.red.hover > a,
#navigation > ul > li.red.active li.active > a {
  color: #E90101;
}
#navigation > ul > li.orange > div.icon > div {
  background-image: url('/layout/images/sections/orange/navigation_icon_orange_grey.png');
}
#navigation > ul > li.orange:hover > div.icon > div,
#navigation > ul > li.orange.active > div.icon > div,
#navigation > ul > li.orange.hover > div.icon > div {
  background-image: url('/layout/images/sections/orange/navigation_icon_orange.png');
}
#navigation > ul > li.orange:hover > a:active,
#navigation > ul > li.orange:hover > a:link,
#navigation > ul > li.orange:hover > a:visited,
#navigation > ul > li.orange a:hover,
#navigation > ul > li.orange a:focus,
#navigation > ul > li.orange.active,
#navigation > ul > li.orange.active > a,
#navigation > ul > li.orange.hover,
#navigation > ul > li.orange.hover > a,
#navigation > ul > li.orange.active li.active > a {
  color: #FF7900;
}
#navigation > ul > li.yellow > div.icon > div {
  background-image: url('/layout/images/sections/yellow/navigation_icon_yellow_grey.png');
}
#navigation > ul > li.yellow:hover > div.icon > div,
#navigation > ul > li.yellow.active > div.icon > div,
#navigation > ul > li.yellow.hover > div.icon > div {
  background-image: url('/layout/images/sections/yellow/navigation_icon_yellow.png');
}
#navigation > ul > li.yellow:hover > a:active,
#navigation > ul > li.yellow:hover > a:link,
#navigation > ul > li.yellow:hover > a:visited,
#navigation > ul > li.yellow a:hover,
#navigation > ul > li.yellow a:focus,
#navigation > ul > li.yellow.active,
#navigation > ul > li.yellow.active > a,
#navigation > ul > li.yellow.hover,
#navigation > ul > li.yellow.hover > a,
#navigation > ul > li.yellow.active li.active > a {
  color: #F0D30F;
}
#navigation > ul > li.lightgreen > div.icon > div {
  background-image: url('/layout/images/sections/lightgreen/navigation_icon_lightgreen_grey.png');
}
#navigation > ul > li.lightgreen:hover > div.icon > div,
#navigation > ul > li.lightgreen.active > div.icon > div,
#navigation > ul > li.lightgreen.hover > div.icon > div {
  background-image: url('/layout/images/sections/lightgreen/navigation_icon_lightgreen.png');
}
#navigation > ul > li.lightgreen:hover > a:active,
#navigation > ul > li.lightgreen:hover > a:link,
#navigation > ul > li.lightgreen:hover > a:visited,
#navigation > ul > li.lightgreen a:hover,
#navigation > ul > li.lightgreen a:focus,
#navigation > ul > li.lightgreen.active,
#navigation > ul > li.lightgreen.active > a,
#navigation > ul > li.lightgreen.hover,
#navigation > ul > li.lightgreen.hover > a,
#navigation > ul > li.lightgreen.active li.active > a {
  color: #94BD31;
}
#navigation > ul > li.darkgreen > div.icon > div {
  background-image: url('/layout/images/sections/darkgreen/navigation_icon_darkgreen_grey.png');
}
#navigation > ul > li.darkgreen:hover > div.icon > div,
#navigation > ul > li.darkgreen.active > div.icon > div,
#navigation > ul > li.darkgreen.hover > div.icon > div {
  background-image: url('/layout/images/sections/darkgreen/navigation_icon_darkgreen.png');
}
#navigation > ul > li.darkgreen:hover > a:active,
#navigation > ul > li.darkgreen:hover > a:link,
#navigation > ul > li.darkgreen:hover > a:visited,
#navigation > ul > li.darkgreen a:hover,
#navigation > ul > li.darkgreen a:focus,
#navigation > ul > li.darkgreen.active,
#navigation > ul > li.darkgreen.active > a,
#navigation > ul > li.darkgreen.hover,
#navigation > ul > li.darkgreen.hover > a,
#navigation > ul > li.darkgreen.active li.active > a {
  color: #009900;
}
#navigation > ul > li.lightblue > div.icon > div {
  background-image: url('/layout/images/sections/lightblue/navigation_icon_lightblue_grey.png');
}
#navigation > ul > li.lightblue:hover > div.icon > div,
#navigation > ul > li.lightblue.active > div.icon > div,
#navigation > ul > li.lightblue.hover > div.icon > div {
  background-image: url('/layout/images/sections/lightblue/navigation_icon_lightblue.png');
}
#navigation > ul > li.lightblue:hover > a:active,
#navigation > ul > li.lightblue:hover > a:link,
#navigation > ul > li.lightblue:hover > a:visited,
#navigation > ul > li.lightblue a:hover,
#navigation > ul > li.lightblue a:focus,
#navigation > ul > li.lightblue.active,
#navigation > ul > li.lightblue.active > a,
#navigation > ul > li.lightblue.hover,
#navigation > ul > li.lightblue.hover > a,
#navigation > ul > li.lightblue.active li.active > a {
  color: #6666FF;
}
#navigation > ul > li.darkblue > div.icon > div {
  background-image: url('/layout/images/sections/darkblue/navigation_icon_darkblue_grey.png');
}
#navigation > ul > li.darkblue:hover > div.icon > div,
#navigation > ul > li.darkblue.active > div.icon > div,
#navigation > ul > li.darkblue.hover > div.icon > div {
  background-image: url('/layout/images/sections/darkblue/navigation_icon_darkblue.png');
}
#navigation > ul > li.darkblue:hover > a:active,
#navigation > ul > li.darkblue:hover > a:link,
#navigation > ul > li.darkblue:hover > a:visited,
#navigation > ul > li.darkblue a:hover,
#navigation > ul > li.darkblue a:focus,
#navigation > ul > li.darkblue.active,
#navigation > ul > li.darkblue.active > a,
#navigation > ul > li.darkblue.hover,
#navigation > ul > li.darkblue.hover > a,
#navigation > ul > li.darkblue.active li.active > a {
  color: #00386B;
}
#navigation > ul > li.lang_en > div.icon > div {
  background-image: url('/layout/images/languages/language_icon_en_grey.svg');
}
#navigation > ul > li.lang_en:hover > div.icon > div,
#navigation > ul > li.lang_en.active > div.icon > div,
#navigation > ul > li.lang_en.hover > div.icon > div {
  background-image: url('/layout/images/languages/language_icon_en.svg');
}
#navigation > ul > li.lang_en:hover > a:active,
#navigation > ul > li.lang_en:hover > a:link,
#navigation > ul > li.lang_en:hover > a:visited,
#navigation > ul > li.lang_en a:hover,
#navigation > ul > li.lang_en a:focus,
#navigation > ul > li.lang_en.active,
#navigation > ul > li.lang_en.active > a,
#navigation > ul > li.lang_en.hover,
#navigation > ul > li.lang_en.hover > a,
#navigation > ul > li.lang_en.active li.active > a {
  color: #00386B;
}
/* content */
#content {
  font-size: 1.0em;
  line-height: 1.3em;
  display: inline;
  float: right;
  margin: 0px 15px;
  min-height: 450px;
  width: 503px;
}
#content h1,
#content h2,
#content h3 {
  font-family: 'myriad-pro-n4', "myriad-pro", sans-serif;
  font-weight: 400;
}
#content h1:first-child {
  background-color: #00386B;
  color: white;
  font-size: 1.3em;
  font-family: 'myriad-pro-n7', "myriad-pro", sans-serif;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 7px;
  text-transform: uppercase;
  padding-left: 25px;
  padding-right: 25px;
}
#content h2,
#content h3 {
  font-size: 1.2em;
  margin-bottom: 0.3em;
  margin-top: 1em;
}
#content h2:first-child {
  margin-top: 0em;
}
#content h2 {
  color: #00386B;
}
#content div.text {
  background-color: #F8F8F8;
  padding: 15px 25px 15px 25px;
  margin-bottom: 7px;
}
#content div.text p {
  hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  line-height: 1.5em;
  margin-top: 0em;
  margin-bottom: 0.9em;
}
#content div.text p:last-child {
  margin-bottom: 0em;
}
#content ul,
#content ol {
  list-style-position: outside;
  margin-top: 0em;
  margin-bottom: 1em;
  margin-left: 0px;
  padding-left: 17px;
  padding-top: 0px;
  padding-bottom: 0px;
}
#content ul {
  list-style-type: disc;
}
#content ol {
  list-style-type: decimal;
}
#content li {
  list-style-type: disc;
  padding-bottom: 6px;
  padding-left: 3px;
}
/* form */
#content div.text form p {
  margin: 0;
  margin-top: 1.3em;
  margin-bottom: 0.3em;
}
#content div.text form .loadindicator,
#content div.text form .inputfeedback {
  display: none;
  position: relative;
  top: 3px;
}
#content div.text form .loadindicator {
  padding-left: 0.1em;
}
#content div.text form .inputfeedback {
  font-size: 1.6em;
  padding-left: 0.1em;
}
#content div.text form .inputfeedback.failed {
  color: #E90101;
}
#content div.text form .inputfeedback.succeeded {
  color: #94BD31;
}
#content div.text form input {
  margin-top: 8px;
  font-size: 0.9em;
}
#content div.text form input[type=text],
#content div.text form input[type=password] {
  background-color: white;
  color: #666666;
  border: 1px solid #999999;
  padding: 4px;
  width: 250px;
  height: 1.2em;
  -webkit-transition: background-color 1s ease-in-out;
  -moz-transition: background-color 1s ease-in-out;
  -o-transition: background-color 1s ease-in-out;
  transition: background- 1s ease-in-out;
}
#content div.text form input.watermarked {
  color: #C5C5C5;
}
#content div.text form input.disabled {
  opacity: 0.5;
}
div.feedback.failed {
  color: #E90101;
}
input {
  font-family: 'myriad-pro-n5', "myriad-pro", sans-serif;
  font-weight: 500;
}
input[type=text],
input[type=password] {
  font-size: 0.9em;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #999999;
}
input::-ms-clear,
input::-ms-reveal,
::-ms-clear,
::-ms-reveal {
  display: none;
}
.ui-watermarkable {
  display: none;
}
/* sidebar */
#sidebar {
  font-size: 1.0em;
  display: inline;
  float: right;
  width: 140px;
}
#sidebar #console {
  background-color: #F8F8F8;
}
#sidebar #console input[type=text],
#sidebar #console input[type=password] {
  background-color: white;
  color: #595959;
  display: inline;
  float: left;
  width: 110px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 4px;
}
#sidebar #console .quicklogin {
  min-height: 50px;
  position: relative;
}
#sidebar #console .quicklogin .feedback {
  color: #E90101;
  line-height: 1em;
  float: left;
  padding-top: 8px;
  width: 100%;
}
#sidebar #console .quicklogin input.submitting {
  opacity: 0.5;
}
#sidebar #console > ul > li {
  color: #666666;
  font-size: 0.9em;
  font-family: 'myriad-pro-n7', "myriad-pro", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 30px;
  padding: 0px 10px;
  border-bottom: 1px solid white;
}
#sidebar #console > ul > li * {
  color: #000000;
  text-transform: none;
}
#sidebar #console > ul > li a {
  color: #00386B;
  font-family: 'myriad-pro-n6', 'myriad-pro', sans-serif;
  font-weight: 600;
}
#sidebar #console > ul > li > ul {
  margin-bottom: 0.7em;
}
#sidebar #console > ul > li > ul > li {
  font-weight: 300;
  line-height: 1.4em;
}
#sidebar #console > ul > li#search {
  padding-top: 8px;
  padding-bottom: 8px;
}
#sidebar #console > ul > li#search fieldset {
  width: 100%;
  height: 100%;
  border: none;
}
#sidebar #console > ul > li#search #rexsearch_form {
  position: relative;
  height: 2.0em;
  padding-right: 17px;
  border: 1px solid #999999;
  overflow: hidden;
  background-color: #ffffff;
}
#sidebar #console > ul > li#search .search_text {
  border: none;
  background-color: transparent;
}
#sidebar #console > ul > li#search .search_start {
  display: none;
  position: absolute;
  top: 3px;
  right: 2px;
}
#sidebar #console > ul > li#internal > p:first-child {
  font-style: italic;
  margin: -8px 0 8px;
}
#sidebar #console > ul > li#internal > ul > li:last-child {
  margin: 8px 0 0;
}
#sidebar #console > ul > li#internal > ul > li:last-child > p {
  font-style: italic;
}
#sidebar #console p {
  font-weight: 300;
  line-height: 1.2em;
}
#sidebar #console > ul > li#search:hover .search_start,
#sidebar #console > ul > li#search .search_text:focus + .search_start,
#sidebar #console > ul > li#search .search_text:not(.watermarked) + .search_start {
  display: block !important;
}
#sidebar #sponsors {
  font-size: 0.8em;
  text-align: center;
}
#sidebar #sponsors > div {
  text-align: center;
  border-bottom: 1px solid #F0F0F0;
  padding: 6px 0px;
}
#sidebar #sponsors > div:last-child {
  border-bottom: none;
}
#sidebar #sponsors > div.logo {
  padding: 12px 0px;
}
#sidebar #sponsors a:active,
#sidebar #sponsors a:link,
#sidebar #sponsors a:visited,
#sidebar #sponsors a:hover,
#sidebar #sponsors a:focus {
  color: #666666;
  font-family: 'myriad-pro-n4', "myriad-pro", sans-serif;
  font-weight: 400;
}
#sidebar #sponsors img {
  width: 120px;
  filter: grayscale(100%) opacity(60%);
  transition: filter 0.25s;
}
#sidebar #sponsors img:hover {
  filter: none;
}
/* impressum */
#imprint {
  color: #C5C5C5;
  font-size: 0.8em;
  float: left;
  margin-left: 5px;
}
#imprint p {
  margin-bottom: 4px;
}
#imprint a:active,
#imprint a:link,
#imprint a:visited,
#imprint a:hover,
#imprint a:focus {
  color: #666666;
  font-family: 'myriad-pro-n4', "myriad-pro", sans-serif;
  font-weight: 400;
}
/* section colors */
.section_red #section1 {
  border-top-color: #E90101;
}
.section_red #content h1:first-child {
  background-color: #E90101;
}
.section_red #navigation > ul > li.red > ul {
  display: block;
}
.section_red #content h2 {
  color: #E90101;
}
.section_orange #section1 {
  border-top-color: #FF7900;
}
.section_orange #content h1:first-child {
  background-color: #FF7900;
}
.section_orange #navigation > ul > li.orange > ul {
  display: block;
}
.section_orange #content h2 {
  color: #FF7900;
}
.section_yellow #section1 {
  border-top-color: #F0D30F;
}
.section_yellow #content h1:first-child {
  background-color: #F0D30F;
}
.section_yellow #navigation > ul > li.yellow > ul {
  display: block;
}
.section_yellow #content h2 {
  color: #F0D30F;
}
.section_lightgreen #section1 {
  border-top-color: #94BD31;
}
.section_lightgreen #content h1:first-child {
  background-color: #94BD31;
}
.section_lightgreen #navigation > ul > li.lightgreen > ul {
  display: block;
}
.section_lightgreen #content h2 {
  color: #94BD31;
}
.section_darkgreen #section1 {
  border-top-color: #009900;
}
.section_darkgreen #content h1:first-child {
  background-color: #009900;
}
.section_darkgreen #navigation > ul > li.darkgreen > ul {
  display: block;
}
.section_darkgreen #content h2 {
  color: #009900;
}
.section_lightblue #section1 {
  border-top-color: #6666FF;
}
.section_lightblue #content h1:first-child {
  background-color: #6666FF;
}
.section_lightblue #navigation > ul > li.lightblue > ul {
  display: block;
}
.section_lightblue #content h2 {
  color: #6666FF;
}
.section_darkblue #section1 {
  border-top-color: #00386B;
}
.section_darkblue #content h1:first-child {
  background-color: #00386B;
}
.section_darkblue #navigation > ul > li.darkblue > ul {
  display: block;
}
.section_darkblue #content h2 {
  color: #00386B;
}
