@import url(../fonts/Roboto/fonts.css);
@import url(../fonts/Roboto-Condensed/fonts.css);
@import url(../fonts/FontAwesome/fonts.css);
@media all {
  * {
    margin: 0;
    padding: 0;
  }
  option {
    padding-left: 0.4em;
  }
  select {
    padding: 1px;
  }
  * html body * {
    overflow: visible;
  }
  body {
    font-size: 100.01%;
    background: #fff;
    color: #000;
    text-align: left;
  }
  div {
    outline: 0 none;
  }
  article,
  aside,
  canvas,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  menu,
  nav,
  section,
  summary {
    display: block;
  }
  fieldset,
  img {
    border: 0 solid;
  }
  ul,
  ol,
  dl {
    margin: 0 0 1em 1em;
  }
  li {
    line-height: 1.5em;
    margin-left: 0.8em;
  }
  dt {
    font-weight: bold;
  }
  dd {
    margin: 0 0 1em 0.8em;
  }
  blockquote {
    margin: 0 0 1em 0.8em;
  }
  blockquote:before,
  blockquote:after,
  q:before,
  q:after {
    content: "";
  }
  .clearfix:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
  }
  .clearfix {
    display: block;
  }
  .floatbox {
    display: table;
    width: 100%;
  }
  #ie_clearing {
    display: none;
  }
  .skip,
  .hideme,
  .print {
    position: absolute;
    top: -32768px;
    left: -32768px;
  }
  .skip:focus,
  .skip:active {
    position: static;
    top: 0;
    left: 0;
  }
  #skiplinks {
    position: absolute;
    top: 0px;
    left: -32768px;
    z-index: 1000;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  #skiplinks .skip:focus,
  #skiplinks .skip:active {
    left: 32768px;
    outline: 0 none;
    position: absolute;
    width: 100%;
  }
}
@media screen,projection {
  #col1 {
    float: left;
    width: 20%;
  }
  #col2 {
    float: right;
    width: 20%;
  }
  #col3 {
    width: auto;
    margin: 0 20%;
  }
  #col1_content,
  #col2_content,
  #col3_content {
    position: relative;
  }
  .subcolumns {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .subcolumns_oldgecko {
    width: 100%;
    float: left;
  }
  .c20l,
  .c25l,
  .c33l,
  .c40l,
  .c38l,
  .c50l,
  .c60l,
  .c62l,
  .c66l,
  .c75l,
  .c80l {
    float: left;
  }
  .c20r,
  .c25r,
  .c33r,
  .c40r,
  .c38r,
  .c50r,
  .c60r,
  .c66r,
  .c62r,
  .c75r,
  .c80r {
    float: right;
    margin-left: -5px;
  }
  .c20l,
  .c20r {
    width: 20%;
  }
  .c40l,
  .c40r {
    width: 40%;
  }
  .c60l,
  .c60r {
    width: 60%;
  }
  .c80l,
  .c80r {
    width: 80%;
  }
  .c25l,
  .c25r {
    width: 25%;
  }
  .c33l,
  .c33r {
    width: 33.333%;
  }
  .c50l,
  .c50r {
    width: 50%;
  }
  .c66l,
  .c66r {
    width: 66.666%;
  }
  .c75l,
  .c75r {
    width: 75%;
  }
  .c38l,
  .c38r {
    width: 38.2%;
  }
  .c62l,
  .c62r {
    width: 61.8%;
  }
  .subc {
    padding: 0 0.5em;
  }
  .subcl {
    padding: 0 1em 0 0;
  }
  .subcr {
    padding: 0 0 0 1em;
  }
  .equalize,
  .equalize .subcolumns {
    table-layout: fixed;
  }
  .equalize > div {
    display: table-cell;
    float: none;
    margin: 0;
    overflow: hidden;
    vertical-align: top;
  }
}
@media print {
  .subcolumns,
  .subcolumns > div {
    overflow: visible;
    display: table;
  }
  .print {
    position: static;
    left: 0;
  }
  .noprint {
    display: none !important;
  }
}
@media screen,projection {
  body {
    overflow-y: scroll;
  }
  body {
    background: #fff url("images/bg_all.gif");
  }
  .noscript {
    background: #C01F17;
    padding: .5em 1em;
    text-align: center;
    font-size: 150%;
    color: #fff;
  }
  
   #container {
    margin: 0 0 10px;
    background: #fff;
    -webkit-box-shadow: 0px 1px 10px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 1px 10px rgba(0,0,0,0.5);
    box-shadow: 0px 1px 10px rgba(0,0,0,0.5);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  #page {
    width: 100%;
    background: url("images/bg_verlauf.gif") repeat-x;
  }
  #page-margins {
    padding: 0 5%;
  }
  #header {
    position: relative;
    padding-top: 2em;
  }

   #head {
    min-height: 90px;
    background: #250e62;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

  }
  #navi {
    overflow: hidden;
    background: transparent;
    line-height: 0em;
    padding: 0 1.5em;
  }
  #topmenu {
    position: absolute;
    top: 3px;
    right: 15px;
  }
 #mainwrapper {
    margin: 0 0 10px;
    background: #fff;
    -webkit-box-shadow: 0px 1px 10px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 1px 10px rgba(0,0,0,0.5);
    box-shadow: 0px 1px 10px rgba(0,0,0,0.5);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  #contwrapper {
    padding: 1.5em;
  }
}
@media all {
  html * {
    font-size: 100.01%;
  }
  textarea,
  pre,
  code,
  kbd,
  samp,
  var,
  tt {
    font-family: Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier;
  }
  body {
    font-family: "Roboto", Arial, Verdana, sans-serif;
    font-size: 75.00%;
    color: #444;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "Roboto Condensed", Arial, Verdana, sans-serif;
    font-weight: normal;
    color: #250e62;
    margin: 0 0 0.25em 0;
  }
  h1 {
    font-size: 266.67%;
  }
  h2 {
    font-size: 250%;
  }
  h3 {
    font-size: 200%;
  }
  h4 {
    font-size: 150%;
  }
  h5 {
    font-size: 133.33%;
  }
  h6 {
    font-size: 116.67%;
  }
  ul,
  ol,
  dl {
    line-height: 1.5em;
    margin: 0 0 1em 1em;
  }
  ul {
    list-style-type: disc;
  }
  ul ul {
    list-style-type: circle;
    margin-bottom: 0;
  }
  ol {
    list-style-type: decimal;
  }
  ol ol {
    list-style-type: lower-latin;
    margin-bottom: 0;
  }
  li {
    margin-left: 0.8em;
    line-height: 1.5em;
  }
  dt {
    font-weight: bold;
  }
  dd {
    margin: 0 0 1em 0.8em;
  }
  p {
    line-height: 1.5em;
    margin: 0 0 1em 0;
  }
  blockquote,
  cite,
  q {
    font-family: "Roboto", Arial, Verdana, sans-serif;
    font-style: italic;
  }
  blockquote {
    margin: 0 0 1em 1.6em;
    color: #666;
  }
  strong,
  b {
    font-weight: bold;
  }
  em,
  i {
    font-style: italic;
  }
  big {
    font-size: 116.667%;
  }
  small {
    font-size: 91.667%;
  }
  pre {
    line-height: 1.5em;
    margin: 0 0 1em 0;
  }
  pre,
  code,
  kbd,
  tt,
  samp,
  var {
    font-size: 100%;
  }
  pre,
  code {
    color: #800;
  }
  kbd,
  samp,
  var,
  tt {
    color: #666;
    font-weight: bold;
  }
  var,
  dfn {
    font-style: italic;
  }
  acronym,
  abbr {
    border-bottom: 1px #aaa dotted;
    font-variant: small-caps;
    letter-spacing: .07em;
    cursor: help;
  }
  sub {
    vertical-align: sub;
    font-size: smaller;
  }
  sup {
    vertical-align: super;
    font-size: smaller;
  }
  hr {
    color: #fff;
    background: transparent;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border: 0;
    border-bottom: 1px #250e62 solid;
  }
  a {
    color: #250e62;
    background: transparent;
    text-decoration: none;
  }
  a:visited {
    color: #250e62;
  }
  a:focus,
  a:hover,
  a:active {
    color: #182E7A;
    text-decoration: underline;
    outline: 0 none;
  }
  .actions ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .actions li {
    margin: 0;
    padding: 0;
  }
  .actions a {
    padding: 0px .8em;
    color: #fff;
    display: inline-block;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    background: #250e62;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
  }
  .actions a:focus,
  .actions a:hover,
  .actions a:active {
    -webkit-box-shadow: -1px -1px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: -1px -1px 2px rgba(0,0,0,0.3);
    box-shadow: -1px -1px 2px rgba(0,0,0,0.3);
    background: #250e62;
    text-decoration: none;
  }
  #skiplinks a.skip:focus,
  #skiplinks a.skip:active {
    color: #fff;
    background: #333;
    border-bottom: 1px #000 solid;
    padding: 10px 0;
    text-decoration: none;
  }
  #navi ul {
    list-style-type: none;
    overflow: hidden;
    margin: 0 0 -2px;
    padding: 0;
    font-size: 116.67%;
  }
  #navi li {
    float: left;
    margin: 0 .8em 0 0;
  }
  #navi li a {
    line-height: 2em;
    color: #250e62;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0px 1em 5px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 10px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-top: solid 1px #250e62;
    border-left: solid 1px #250e62;
    border-right: solid 1px #250e62;
    border-bottom: solid 1px #fff;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
  }
  #navi #obermenue {
    margin-bottom: .8em;
  }
  #navi #obermenue li {
    margin-top: -0.4em;
  }
  #navi #obermenue li a {
    line-height: 2em;
    color: #250e62;
    background: #fff;
    border-top: solid 1px #250e62;
    border-left: solid 1px #250e62;
    border-right: solid 1px #250e62;
    border-bottom: solid 1px #250e62;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 0 1em 3px;
  }
  #navi #obermenue li a.current,
  #navi li a.current {
    color: #fff;
    background: #250e62;
  }
  #navi #obermenue li a:focus,
  #navi #obermenue li a:hover,
  #navi #obermenue li a:active
	#navi li a:focus,
  #navi li a:hover,
  #navi li a:active {
    background: #250e62;
    text-decoration: none;
    color: #fff;
  }
  #topmenu ul {
    list-style-type: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  #topmenu li {
    float: left;
    margin: 0 0 0 .5em;
    padding: 0;
  }
  #topmenu li a {
    border-left: 1px solid #ddd;
    padding: 0 0 0 .5em;
  }
  table {
    width: auto;
    border-collapse: collapse;
    margin-bottom: 0.5em;
    border-bottom: 3px solid #250e62;
  }
  table caption {
    font-variant: small-caps;
  }
  table.full {
    width: 100%;
  }
  table.fixed {
    table-layout: fixed;
  }
  th,
  td {
    padding: 0.5em;
    font-weight: normal;
    vertical-align: top;
  }
  thead th {
    background: #250e62;
    color: #fff;
    border: 1px solid #fff;
  }
  tbody th {
    background: #250e62;
    color: #fff;
    border: 1px solid #fff;
    text-align: left;
  }
  tfoot th {
    background: #250e62;
    color: #fff;
    border: 1px solid #fff;
    padding: 1px .5em 0px;
  }
  tbody td {
    border: 1px solid #eee;
  }
  tbody tr.even td {
    background: transparent;
  }
  tbody tr.odd td,
  tbody tr.altrow td {
    background: #f1f1f1;
    border: 1px solid #fff;
  }
  tbody tr:hover td {
    background: #c8b7f5;
  }
  th a,
  th a:visited {
    color: #fff;
  }
  th a:focus,
  th a:hover,
  th a:active {
    color: #fff;
    text-decoration: underline;
  }
  table.borderless {
    width: auto;
    border-collapse: collapse;
    margin-bottom: 0.5em;
    border: none;
  }
  table.borderless tr {
    border: none;
  }
  table.borderless td,
  table.borderless th {
    border: none;
    padding: 0.5em;
  }
  .ym-form {
    background: #f4f4f4;
    border: 2px #fff solid;
    margin: 1.5em 0 0 0;
    padding: 0;
    -webkit-box-shadow: 0 0 4px #ddd;
    -moz-box-shadow: 0 0 4px #ddd;
    box-shadow: 0 0 4px #ddd;
  }
  .ym-form fieldset {
    position: static;
    background: transparent;
    margin: 0.75em 0;
    padding: 0 0.5em;
  }
  .ym-form legend {
    background: transparent;
    color: #000;
    font-size: 1.2em;
    line-height: 1.25em;
    font-weight: bold;
    padding: 0 0.5em;
  }
  .ym-form label {
    line-height: 1.5em;
    display: block;
  }
  .ym-form div.ym-fbox-text,
  .ym-form div.ym-fbox-select,
  .ym-form div.ym-fbox-check,
  .ym-form div.ym-fbox-button {
    padding: 0.3em 1em;
    margin-bottom: 0.5em;
    overflow: hidden;
  }
  .ym-form div.ym-fbox-button {
    background: #ececec;
    border-top: 1px #e0e0e0 solid;
    padding: 1em;
    margin: 0;
  }
  .ym-form input,
  .ym-form input,
  .ym-form textarea,
  .ym-form select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 60%;
    background: #fff;
    color: #444;
  }
  .ym-columnar label,
  .ym-columnar .ym-label {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    width: 30%;
    z-index: 1;
  }
  .ym-columnar .ym-fbox-wrap {
    margin-left: 30%;
    margin-right: -3px;
  }
  .ym-columnar .ym-fbox-select select,
  .ym-columnar .ym-fbox-text input,
  .ym-columnar .ym-fbox-text textarea {
    width: 70%;
  }
  .ym-full .ym-fbox-select select,
  .ym-full .ym-fbox-text input,
  .ym-full .ym-fbox-text textarea {
    width: 100%;
  }
  .ym-form .ym-fbox-text input,
  .ym-form .ym-fbox-text textarea {
    line-height: 1.2em;
    padding: 0.25em 0.3em;
  }
  .ym-form .ym-fbox-select select {
    line-height: 1.1em;
    padding: 0.25em 2px 0.25em 1px;
  }
  .ym-form input,
  .ym-form textarea,
  .ym-form select,
  .ym-form optgroup {
    font-family: "Roboto", Arial, Verdana, sans-serif;
    line-height: 1.1em;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.1);
    box-shadow: inset 0 0 3px rgba(0,0,0,0.1);
  }
  .ym-form div.ym-fbox-check input {
    width: auto;
  }
  .ym-form optgroup {
    font-style: normal;
    font-weight: bold;
  }
  .ym-form .ym-fbox-text input,
  .ym-form .ym-fbox-text textarea,
  .ym-form .ym-fbox-select select {
    border: 1px solid #ddd;
  }
  .ym-form .ym-message {
    margin-bottom: 0.5em;
  }
  .ym-form .ym-required,
  .ym-form .required {
    color: #250e62;
    font-weight: bold;
  }
  form .required label:after,
  form .required span.ym-label:after {
    color: #CC3300;
    content: " *";
    display: inline;
  }
  .ym-form .ym-error label {
    color: #CC3300;
    font-weight: normal;
  }
  .ym-form .ym-error input,
  .ym-form .ym-error select,
  .ym-form .ym-error textarea {
    border: 1px #CC3300 solid;
  }
  .ym-form .ym-error input:hover,
  .ym-form .ym-error input:focus,
  .ym-form .ym-error select:hover,
  .ym-form .ym-error select:focus,
  .ym-form .ym-error textarea:hover,
  .ym-form .ym-error textarea:focus {
    border: 1px #250e62 solid !important;
  }
  .ym-form .ym-error .ym-message {
    color: #CC3300;
    font-weight: bold;
    margin-top: 0;
  }
  .ym-form div.ym-fbox-text input:focus,
  .ym-form div select:focus,
  .ym-form div textarea:focus,
  .ym-form div.ym-fbox-text input:hover,
  .ym-form div select:hover,
  .ym-form div textarea:hover,
  .ym-form div.ym-fbox-text input:active,
  .ym-form div select:active,
  .ym-form div textarea:active {
    border: 1px #250e62 solid;
    background: #fff;
  }
  .ym-fbox-button input,
  input[type="submit"] {
    border: 1px #250e62 solid;
    padding: .4em 2em;
    color: #fff;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    background: #250e62;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    width: auto;
    font-size: 116.67%;
  }
  .ym-fbox-button input:hover,
  input[type="submit"]:hover {
    -webkit-box-shadow: -1px -1px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: -1px -1px 2px rgba(0,0,0,0.3);
    box-shadow: -1px -1px 2px rgba(0,0,0,0.3);
    background: #250e62;
    text-decoration: none;
  }
  .ym-columnar .ym-fbox-button input,
  .ym-columnar input[type="submit"] {
    margin-left: 30%;
  }
  .highlight {
    color: #c30;
  }
  .dimmed {
    color: #888;
  }
  .info {
    background: #f8f8f8;
    color: #666;
    padding: 10px;
    margin-bottom: 0.5em;
    font-size: 91.7%;
  }
  .note {
    background: #efe;
    color: #040;
    border: 2px #484 solid;
    padding: 10px;
    margin-bottom: 1em;
  }
  .important {
    background: #ffe;
    color: #440;
    border: 2px #884 solid;
    padding: 10px;
    margin-bottom: 1em;
  }
  .warning {
    background: #fee;
    color: #400;
    border: 2px #844 solid;
    padding: 10px;
    margin-bottom: 1em;
  }
  .float_left {
    float: left;
    display: inline;
    margin-right: 1em;
    margin-bottom: 0.15em;
  }
  .float_right {
    float: right;
    display: inline;
    margin-left: 1em;
    margin-bottom: 0.15em;
  }
  .center {
    display: block;
    text-align: center;
    margin: 0.5em auto;
  }
  .flash_good {
    background: #E5F2BE;
    border: 2px solid #88B125;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 5px 10px;
  }
  .flash_bad,
  #authMessage {
    background: #eccecf;
    border: 2px solid #C01F17;
    padding: 5px 10px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .flash_Mitarbeiter {
    background: #E5F2BE !important;
    border: 4px solid #155480 !important;
    padding: 5px 10px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .flash_VIP {
    background: #E5F2BE !important;
    border: 4px solid #660066 !important;
    padding: 5px 10px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .flash_Gastredner {
    background: #E5F2BE !important;
    border: 4px solid #ffcc00 !important;
    padding: 5px 10px;
    font-weight: bold;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 740px) {
  .ym-columnar label {
    float: none;
    display: block;
    width: 100%;
  }
  .ym-columnar .ym-label,
  .ym-columnar .ym-message,
  .ym-columnar input,
  .ym-columnar button,
  .ym-columnar textarea,
  .ym-columnar select {
    display: block;
    float: none;
    position: static;
    width: 100% !important;
    margin-left: 0 !important;
  }
  .ym-columnar .ym-fbox-wrap,
  .ym-columnar .ym-fbox-wrap [class*="ym-g"] {
    display: block;
    float: none;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .ym-columnar input[type="checkbox"],
  .ym-columnar input[type="radio"],
  .ym-columnar input[type="image"] {
    margin-left: 0 !important;
    width: auto !important;
    display: inline;
  }
}
#head_content {
  padding: .5em 1.5em;
}
#head_content h1 {
  color: #fff;
  margin: 0;
}
#head_content p {
  color: #fff;
}
th.sortedby,
th.sortedby a {
  background: #4d87c7;
}
th a:hover {
  background: #4d87c7;
  color: #fff;
  text-decoration: none;
}
th a.asc:after {
  content: '⇑';
}
th a.desc:after {
  content: '⇓';
}
div.paging {
  background: #fff;
  color: #ccc;
  margin-bottom: 2em;
  padding-top: 1em;
}
div.paging div.disabled {
  color: #ddd;
  display: inline;
}
div.paging span {
  padding: 1px 5px;
}
div.paging span.current {
  background: #250e62;
  color: #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
p.infotext {
  margin: 5px 0px;
  border: 1px #CCC solid;
  padding: 3px 6px;
  background-color: #F7F7F7;
}
div#foot {
  background: #250e62;
  border: 3px solid #250e62;
  margin-top: 12px;
}
.color-farbe1 {
  color: #250e62;
}
