/* Default margins */
/* Margin-list for css-classes */
/* ----------------------------------- Deklarierung von HTML_Tags ------------------------------------- */
* {
  outline: 0; }

html {
  height: 100%;
  font-size: 100.1%; }

body {
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 75%;
  background: url(../gfx/basic/page_bg.png) repeat-x #fff;
  margin: 0;
  padding: 0; }

img {
  border: none; }

form {
  margin: 0;
  padding: 0; }

p {
  margin: 0;
  padding: 0;
  line-height: 140%; }
  p + p {
    margin-top: 15px; }

a {
  color: #1b5798;
  text-decoration: none; }
  a:hover {
    color: #ff9900; }
  a:focus {
    outline: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'StationMedium', Arial, sans-serif;
  font-weight: 400; }

h1, h2, h3, h4, h5, h6, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #335465; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  padding-top: 0; }

h1 {
  font-size: 1.8em;
  line-height: 1.8em; }

h2 {
  font-size: 1.6em;
  padding: 1px 0px; }

h3 {
  font-size: 1.4em; }

h4 {
  font-size: 1.2em; }

h5 {
  font-size: 0.9em; }

h6 {
  font-size: 0.8em; }

li {
  padding-top: 2px;
  padding-bottom: 2px; }

hr {
  height: 1px; }

label, select {
  cursor: pointer; }

input[type=checkbox], input[type=radio], input[type=button], input[type=submit] {
  cursor: pointer; }

label span {
  color: #ff0000; }

input.form_style:focus, textarea.form_style:focus {
  color: #000;
  background: #fff; }

* html body * {
  overflow: visible; }
* html iframe, * html frame {
  overflow: auto; }
* html frameset {
  overflow: hidden; }

.header-buttons {
  display: none; }

/* ----------------------------------- Deklarierung von IDs ------------------------------------------- */
#page_wrap {
  position: relative;
  width: 963px;
  margin: 0 auto -456px;
  min-height: 100%;
  height: auto !important;
  height: 100%; }

#page {
  width: 963px;
  padding-bottom: 400px;
  min-height: 550px;
  height: auto !important;
  height: 550px; }

#header_inner {
  margin-bottom: 0px; }
  #header_inner a {
    text-decoration: none;
    color: #ffffff;
    font-weight: bold; }
    #header_inner a.focus {
      color: #a6c962; }

#logo {
  position: relative; }
  #logo div {
    position: absolute;
    top: -28px;
    left: -20px;
    background-image: url("../gfx/basic/logo.png");
    width: 219px;
    height: 244px;
    z-index: -10; }
  #logo a {
    display: block;
    width: 180px;
    height: 176px; }

#tnav {
  float: right;
  margin-right: 8px; }
  #tnav div {
    float: left; }
    #tnav div.spacer {
      margin: 0 13px;
      color: #47768e; }
  #tnav a:hover {
    color: #a6c962; }

#abs_nav_header {
  clear: both;
  height: 30px; }

#mnav_main {
  width: 585px;
  float: left;
  position: relative;
  padding-left: 7px; }

.mnav {
  float: left;
  white-space: nowrap;
  -moz-border-radius: 4px;
  /* Firefox */
  -webkit-border-radius: 4px;
  /* Safari, Chrome */
  -khtml-border-radius: 4px;
  /* Konqueror */
  border-radius: 4px;
  /* CSS3 */
  background-color: #47768e;
  margin: 0px 10px 8px 0px;
  -moz-box-shadow: 3px 3px 5px #888;
  -webkit-box-shadow: 3px 3px 5px #888;
  box-shadow: 3px 3px 5px #888;
  behavior: url(lib/extscripts/css3pie/PIE.php); }
  .mnav a {
    display: block;
    padding: 4px 8px 5px 8px; }

.navfocus {
  background-color: #a6c962; }

.mnav:hover {
  background-color: #a6c962;
  color: #ffffff; }
.mnav a {
  color: #CC0000; }

#mnav_sub {
  margin-bottom: 20px; }
  #mnav_sub div.title {
    margin-bottom: 5px; }
  #mnav_sub a {
    display: block;
    color: #000; }
  #mnav_sub ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none; }
    #mnav_sub ul li {
      background: url(../gfx/basic/nav_bullet.png) no-repeat left top;
      padding-left: 17px; }
      #mnav_sub ul li:hover, #mnav_sub ul li.focus {
        background-image: url(../gfx/basic/nav_bullet_focus.png); }
      #mnav_sub ul li a:hover, #mnav_sub ul li a.focus {
        font-weight: bold; }
    #mnav_sub ul ul li {
      padding-left: 0px;
      background: none; }
      #mnav_sub ul ul li ul {
        background: url(../gfx/basic/nav_vline.png) repeat-y -5px 0px;
        padding-left: 10px; }
      #mnav_sub ul ul li:hover, #mnav_sub ul ul li.focus {
        background: none; }
      #mnav_sub ul ul li a {
        display: block;
        padding-left: 10px;
        background: url(../gfx/basic/nav_sub_bullet.png) no-repeat 0px -2px;
        font-size: 0.9em; }
        #mnav_sub ul ul li a:hover, #mnav_sub ul ul li a.focus {
          text-decoration: underline;
          color: #1b5798;
          font-weight: normal; }

#search_wrap {
  float: right;
  margin: 5px 7px 0px 0px; }
  #search_wrap div {
    float: left;
    color: #000;
    font-weight: bold; }
  #search_wrap #search {
    float: right;
    width: 122px;
    height: 18px;
    border: none;
    background: #fff;
    padding: 0 3px;
    margin-left: 4px;
    position: relative;
    bottom: 2px;
    font-size: 0.9em; }
  #search_wrap #submit {
    float: right;
    position: relative;
    margin-left: 4px;
    bottom: 2px; }

#slideshow_wrap {
  margin-top: 10px;
  background: url(../gfx/basic/slideshow_shadow.png) no-repeat; }
  #slideshow_wrap #slideshow {
    margin-left: 7px; }

#breadcrumb_wrap {
  color: #ffffff;
  background: url(../gfx/basic/breadcrumb_shadow_1.png) repeat-y;
  padding-bottom: 3px; }
  #breadcrumb_wrap #title {
    float: left;
    padding: 4px 5px 0 17px; }
  #breadcrumb_wrap #breadcrumb {
    float: left;
    padding-top: 4px;
    width: 600px; }
    #breadcrumb_wrap #breadcrumb div {
      float: left; }
      #breadcrumb_wrap #breadcrumb div.spacer {
        color: #fff;
        margin: 0 5px; }
      #breadcrumb_wrap #breadcrumb div a {
        color: #fff; }
        #breadcrumb_wrap #breadcrumb div a:hover {
          color: #a6c962 !important; }
        #breadcrumb_wrap #breadcrumb div a.focus {
          color: #fff;
          text-decoration: underline; }

#breadcrumb_bottom {
  background: url("../gfx/basic/breadcrumb_shadow_2.png");
  height: 13px;
  width: 760px; }

#col1 {
  width: 180px;
  float: left; }

#content {
  width: 755px;
  float: left;
  margin: 40px 0px 0px 24px; }

#col2 {
  width: 740px;
  float: left;
  margin-left: 7px;
  overflow-x: auto; }
  #col2.has_col_right {
    width: 510px; }

#col3 {
  width: 205px;
  float: left;
  margin-left: 24px; }

/* #footer { height: 263px; width: 100%; margin: 0 auto; overflow: hidden; }
*/
#footer {
  height: 456px;
  width: 100%;
  background-image: url(../gfx/basic/footer_img.jpg);
  background-position: center;
  background-repeat: no-repeat; }

#page_socials {
  float: right;
  margin-top: 10px; }
  #page_socials a + a {
    margin-left: 5px; }

/* ----------------------------------- Deklarierung von Klassen --------------------------------------- */
/* Tabellen-Layouts */
.table_layout_1 {
  width: 100%;
  border: none; }
  .table_layout_1 th {
    background-color: #47768E;
    border: solid 1px #47768E;
    color: #fff;
    padding: 3px 10px;
    text-align: left; }
  .table_layout_1 td {
    padding: 10px 10px;
    background: #fff;
    vertical-align: top; }
  .table_layout_1 th {
    vertical-align: top; }
  .table_layout_1 tr:nth-child(odd) td {
    background: #efefef; }

/* Form-Elemente */
.msg_error {
  border: solid 1px #CC0000;
  padding: 5px 10px;
  color: #CC0000;
  background-color: #faf3f3; }

.msg_success {
  border: solid 1px #009900;
  padding: 5px 10px;
  color: #000000;
  background-color: #eff9ed; }

.msg_info {
  border: solid 1px #77a3ba;
  padding: 5px 10px;
  color: #000000;
  background-color: #fff; }

/* Form-Elemente */
.form_style, .form_style_err {
  font-size: 12px;
  font-family: Arial;
  padding: 4px;
  border: 1px solid #ccc; }

.form_style_err {
  background-color: #ffe9e9; }

.form_send > input, .form_button {
  background: #47768E;
  border: 1px solid #47768E;
  color: #fff;
  padding: 3px 10px; }
  .form_send > input:hover, .form_button:hover {
    background: #fff;
    color: #47768E; }

.form_bez {
  padding-top: 3px; }

.form_safe {
  display: none; }

/* Weitere Klassen */
.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

.clear_left {
  clear: left; }

.clear_right {
  clear: right; }

.k1 {
  font-size: 0.9em; }

.k2 {
  font-size: 0.8em; }

.g1 {
  font-size: 1.1em; }

.g2 {
  font-size: 1.2em; }

.hidden {
  position: absolute;
  left: -1000px;
  top: -1000px;
  width: 0;
  height: 0;
  overflow: hidden;
  display: inline; }

.cursor {
  cursor: pointer; }

.button {
  position: relative;
  display: inline-block;
  background: url(../gfx/misc/button.png) no-repeat;
  height: 18px;
  color: #000000;
  font-weight: bold;
  padding: 3px 3px 0px 18px; }
  .button:hover {
    color: #ffffff; }
  .button span {
    position: absolute;
    top: 0;
    right: -7px;
    display: inline-block;
    width: 7px;
    height: 21px;
    background: url(../gfx/misc/button.png) top right; }

/* Schatten */
.shadow {
  filter: Shadow(Color=#444444, Direction=135, Strength=2);
  text-shadow: #000000 1px 1px 3px; }

/* Verlaufsschattten IE */
/* .shadow { filter: DropShadow(color=#000000, offx=1, offy=1); }
/* IE */
/* Firefox,
Safari,
Chrome,
Gecko ... */
#mod_neuigkeiten, .article h2 {
  margin-top: 20px; }

#logo_mobile {
  display: none; }

/*----------------------------------- Seiteninhalte -------------------------------------*/
.article_img_left {
  float: left;
  margin: 0px 15px 0px 0px; }

.article_img_right {
  float: right;
  margin: 0px 0px 0px 15px; }

.article_img_top, .article_img_bottom {
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 1px; }

.article_img_top img, .article_img_bottom img {
  display: block;
  margin: 0px auto 0px auto; }

.article_img_sep {
  height: 1px;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 1px; }

.article_img_copyright {
  border-top: solid 1px #ccc;
  padding-top: 8px;
  font-size: 0.8em;
  color: #666666; }

.article_img_text {
  font-size: 0.8em;
  padding-top: 5px; }

.sep_article {
  clear: both;
  height: 15px;
  font-size: 0;
  line-height: 0; }

.sep_article_images, .sep_article_images_content {
  height: 10px;
  font-size: 0;
  line-height: 0; }

/*----------------------------------- Teaser -------------------------------------*/
.teaser.block .teaser_top, .teaser.block .teaser_bottom {
  height: 7px;
  font-size: 1px;
  line-height: 1px; }
.teaser.block .col {
  padding: 3px 0px;
  font-size: 0.9em; }
  .teaser.block .col h3 {
    margin: 0;
    padding: 0;
    margin-top: -2px;
    margin-bottom: 5px; }
  .teaser.block .col p {
    line-height: 1.3em; }
.teaser.block.cols_1 .teaser_content {
  overflow: visible; }
.teaser.block.cols_2 .teaser_content {
  overflow: visible; }
.teaser.block.cols_2 .col {
  float: left;
  width: 250px; }
.teaser.block.cols_2 .col_2 {
  margin-left: 10px; }
.teaser.block.cols_3 .teaser_content {
  overflow: visible; }
.teaser.block.cols_3 .col {
  float: left;
  width: 163px; }
.teaser.block.cols_3 .col_2, .teaser.block.cols_3 .col_3 {
  margin-left: 10px; }

.sep_teaser_block {
  clear: both;
  height: 10px;
  font-size: 0;
  line-height: 0; }

.sep_teaser_image {
  margin-bottom: 10px; }

/*----------------------------------- Infoboxen -------------------------------------*/
.box {
  font-size: 0.9em; }
  .box h3 {
    margin: 0;
    padding: 0;
    margin-bottom: 7px; }
  .box p {
    line-height: 1.3em; }
  .box .box_link {
    padding-left: 10px;
    background: url(../gfx/basic/nav_sub_bullet.png) no-repeat 0px -1px; }
  .box.dark .box_link {
    background: url(../gfx/basic/nav_sub_bullet_white.png) no-repeat 0px -1px; }

.sep_box_links, .sep_box_files {
  background: #335465;
  height: 1px;
  margin: 5px 0px 5px 0px; }

.dark .sep_box_links, .dark .sep_box_files {
  background: #fff; }

.sep_box_images_content, .sep_box_content_content {
  height: 10px; }

.box_img_left {
  float: left;
  margin-right: 10px; }

.box_img_right {
  float: right;
  margin-left: 10px; }

#col3 .box {
  width: 219px; }
  #col3 .box .box_top {
    background: url(../gfx/boxes/right_box_white_top.png) no-repeat; }
  #col3 .box .box_content {
    background: url(../gfx/boxes/right_box_white_content.png) repeat-y; }
  #col3 .box .box_bottom {
    background: url(../gfx/boxes/right_box_white_bottom.png) no-repeat; }
  #col3 .box.dark {
    width: 219px; }
    #col3 .box.dark h4 strong {
      color: #fff; }
    #col3 .box.dark .box_top {
      background: url(../gfx/boxes/right_box_dark_top.png) no-repeat; }
    #col3 .box.dark .box_content {
      background: url(../gfx/boxes/right_box_dark_content.png) repeat-y; }
    #col3 .box.dark .box_bottom {
      background: url(../gfx/boxes/right_box_dark_bottom.png) no-repeat; }

#boxes_left {
  margin-top: 15px; }
  #boxes_left .box {
    width: 199px; }
    #boxes_left .box.dark {
      width: 199px; }
      #boxes_left .box.dark .box_top {
        background: url(../gfx/boxes/left_box_dark_top.png) no-repeat; }
      #boxes_left .box.dark .box_content {
        background: url(../gfx/boxes/left_box_dark_content.png) repeat-y; }
      #boxes_left .box.dark .box_bottom {
        background: url(../gfx/boxes/left_box_dark_bottom.png) no-repeat; }
    #boxes_left .box .box_top {
      background: url(../gfx/boxes/left_box_white_top.png) no-repeat; }
    #boxes_left .box .box_content {
      background: url(../gfx/boxes/left_box_white_content.png) repeat-y; }
    #boxes_left .box .box_bottom {
      background: url(../gfx/boxes/left_box_white_bottom.png) no-repeat; }

.box .box_top {
  height: 11px; }
.box .box_content {
  padding: 0px 23px 0 16px;
  color: #000; }
  .box .box_content h3 {
    color: #335465; }
  .box .box_content a {
    color: #000; }
.box.dark .box_content {
  color: #fff; }
  .box.dark .box_content h3, .box.dark .box_content a {
    color: #fff; }
.box .box_bottom {
  height: 24px; }

.bsm-module {
  overflow-x: scroll; }
  .bsm-module a {
    text-decoration: none; }
    .bsm-module a:hover {
      text-decoration: underline; }
  .bsm-module h2 {
    font-weight: bold;
    font-size: 1.3em;
    margin-bottom: 8px;
    color: #000;
    font-family: Arial, Helvetica, sans-serif; }
  .bsm-module h4 {
    margin-top: 15px;
    margin-bottom: 2px; }
  .bsm-module .ytsa_page {
    background-color: transparent !important; }

@media print {
  #header, #footer, #col1 {
    display: none; }

  #col2 {
    overflow: auto;
    width: 75%;
    margin-left: 12%; }

  #col3, #abs_nav_header {
    display: none; }

  #header_inner {
    margin-bottom: 0px; }

  #mnav_main, #tnav, #search_wrap {
    display: none; }

  #content {
    margin-top: 0px; }

  #slideshow_wrap, #slideshow {
    display: none; }

  h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden; } }
/*------------------------------------------------------------- 960px ------------------------------------------------------------------*/
@media screen and (max-width: 960px) {
  #mnav_main, #tnav, #readspeaker_button1, #footer, #search_wrap {
    display: none; }

  #page_wrap, #page {
    width: 100%; }

  #page {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10px; }

  #col1 {
    order: 2;
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px; }
    #col1 #mnav_sub, #col1 #logo, #col1 .title {
      display: none; }
    #col1 #boxes_left .box {
      box-sizing: border-box;
      width: 100%;
      box-shadow: 0px 2px 6px -1px #000; }
      #col1 #boxes_left .box .box_top, #col1 #boxes_left .box .box_content, #col1 #boxes_left .box .box_bottom {
        background: #FFF; }
      #col1 #boxes_left .box.dark .box_top, #col1 #boxes_left .box.dark .box_content, #col1 #boxes_left .box.dark .box_bottom {
        background: #41768D; }
      #col1 #boxes_left .box + .box {
        margin-top: 10px; }

  #content {
    order: 1;
    width: 100%;
    margin: 0;
    padding-top: 55px; }
    #content #header_inner {
      margin-bottom: 20px; }
      #content #header_inner #abs_nav_header {
        background-color: #FFF;
        border-top: solid 2px #47768e;
        position: fixed;
        top: 0;
        width: 100%;
        height: auto;
        z-index: 99;
        min-height: 65px;
        box-shadow: 0 0px 6px 0px #000; }
        #content #header_inner #abs_nav_header #logo_mobile {
          display: block;
          position: absolute;
          left: 15px;
          top: -25px; }
        #content #header_inner #abs_nav_header .header-buttons {
          display: block;
          border: solid 1px #41768D;
          padding: 10px 9px 4px;
          border-radius: 3px;
          position: absolute;
          right: 15px;
          top: 15px; }
          #content #header_inner #abs_nav_header .header-buttons span {
            background-color: #41768D;
            display: block;
            height: 4px;
            margin-bottom: 5px;
            width: 30px; }
          #content #header_inner #abs_nav_header .header-buttons:hover {
            box-shadow: 0px 2px 5px -2px #000; }
    #content #slideshow_wrap {
      position: relative;
      z-index: -1;
      overflow: hidden; }
      #content #slideshow_wrap #slideshow {
        width: 100% !important;
        margin-left: 0; }
        #content #slideshow_wrap #slideshow img {
          width: 960px !important;
          height: 100% !important; }
        #content #slideshow_wrap #slideshow .nivo-box {
          background: cover; }
    #content #breadcrumb_wrap {
      background: #41768D;
      display: flex;
      line-height: 30px;
      padding: 3px 0 7px 0; }
      #content #breadcrumb_wrap div {
        display: inline-block;
        float: none; }
      #content #breadcrumb_wrap .spacer {
        display: none; }
      #content #breadcrumb_wrap #title {
        float: none;
        padding: 0px 5px 0 15px;
        box-sizing: border-box;
        white-space: nowrap; }
      #content #breadcrumb_wrap #breadcrumb {
        width: 100%;
        float: none;
        padding-top: 0; }
        #content #breadcrumb_wrap #breadcrumb div {
          line-height: 130%;
          position: relative; }
          #content #breadcrumb_wrap #breadcrumb div + div {
            margin-left: 8px;
            padding-left: 4px; }
            #content #breadcrumb_wrap #breadcrumb div + div:before {
              content: '-';
              position: absolute;
              left: -5px;
              top: 0; }
          #content #breadcrumb_wrap #breadcrumb div:first-child {
            margin-top: 7px; }
          #content #breadcrumb_wrap #breadcrumb div a.focus {
            color: #a6c962; }
    #content #breadcrumb_bottom {
      display: none; }
    #content #col2 {
      width: 100% !important;
      float: none;
      margin-left: 0;
      padding: 0 15px;
      box-sizing: border-box; }
      #content #col2 .article h2 {
        line-height: 30px; }
      #content #col2 .article ul {
        padding-left: 20px; }
      #content #col2 .article img {
        max-width: 100%;
        height: auto; }
      #content #col2 .article .article_img_right, #content #col2 .article .article_img_left, #content #col2 .article .mod_img_left, #content #col2 .article .mod_img_right {
        float: none !important;
        margin: 0 0 5px 0 !important; }
    #content #col3 {
      box-sizing: border-box;
      width: 100%;
      float: none;
      margin-left: 0px;
      padding: 0 15px; }
      #content #col3 .box {
        box-sizing: border-box;
        width: 100%;
        box-shadow: 0px 2px 6px -1px #000; }
        #content #col3 .box .box_top, #content #col3 .box .box_content, #content #col3 .box .box_bottom {
          background: #FFF; }
        #content #col3 .box.dark .box_top, #content #col3 .box.dark .box_content, #content #col3 .box.dark .box_bottom {
          background: #41768D; }
        #content #col3 .box + .box {
          margin-top: 10px; }

  #mod_form .form input, #mod_form .form textarea {
    width: 100% !important; }
  #mod_form .form .form_send input {
    line-height: 25px; }

  #mod_sitemap {
    font-size: 14px; }

  #page_socials {
    margin: 15px 0; }

  table {
    display: block;
    width: 100% !important;
    height: auto !important;
    overflow-x: scroll; }
    table tr td img {
      max-width: 480px !important; }

  iframe {
    max-width: 100%; }

  /*----- Colobox -----*/
  #colorbox {
    width: 80% !important;
    left: 10% !important;
    right: 10% !important; }

  #cboxWrapper {
    width: 100% !important;
    height: auto !important; }

  #cboxContent {
    width: 99% !important;
    height: auto !important;
    margin-top: 20%; }

  #cboxLoadedContent {
    box-sizing: border-box;
    width: 100% !important;
    height: auto !important; }

  #cboxLoadedContent img {
    width: 100% !important;
    height: auto !important; }

  #cboxClose {
    right: -1px !important;
    top: 0px !important; }

  #colorbox, #cboxOverlay, #cboxWrapper {
    overflow: auto !important; }

  #cboxPrevious, #cboxNext {
    top: -23px; }

  /*Mobile Menu*/
  #menu {
    background-color: #FFF;
    box-shadow: 0px 0px 20px -5px #000;
    z-index: 999; }
    #menu.mm-opened {
      display: block !important; }
    #menu .mm-listview li.list_active > a, #menu .mm-listview li:hover > a {
      background: #a6c962;
      color: #FFF; }
    #menu .mobile_search {
      padding: 14px 20px;
      border-bottom: solid 1px #E5E5E5; }
      #menu .mobile_search form {
        display: flex; }
        #menu .mobile_search form input#search {
          line-height: 22px;
          padding: 0 4px;
          width: 70%; }
        #menu .mobile_search form button {
          background-color: #47768e;
          color: #FFF;
          border: none;
          line-height: 25px;
          padding: 0 13px;
          max-width: 25%; } }
/*------------------------------------------------------------- 480px ------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
  html
  #col2 {
    font-size: 14px; }

  .box {
    font-size: 14px; } }
.c-base {
  color: #335465; }

.c-base-2 {
  color: #a6c962; }

.c-text {
  color: #373737; }

.c-text-lighten-1 {
  color: #848484; }

.c-text-darken-1 {
  color: black; }

.c-green, .c_green {
  color: #009900; }

.c-red, .c_red {
  color: #CC0000; }

.c-white {
  color: #fff; }

.c-grey {
  color: #cccccc; }

.text-error {
  color: #CC0000; }

.text-success {
  color: #009900; }

.text-info {
  color: #e3b200; }

.m-0 {
  margin: 0 !important; }

.mt-0 {
  margin-top: 0 !important; }

.mr-0 {
  margin-right: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.ml-0 {
  margin-left: 0 !important; }

.mtb-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.mlr-0 {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.p-0 {
  padding: 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.pr-0 {
  padding-right: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pl-0 {
  padding-left: 0 !important; }

.ptb-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.plr-0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.m-xxs {
  margin: 2px !important; }

.mt-xxs {
  margin-top: 2px !important; }

.mr-xxs {
  margin-right: 2px !important; }

.mb-xxs {
  margin-bottom: 2px !important; }

.ml-xxs {
  margin-left: 2px !important; }

.mtb-xxs {
  margin-top: 2px !important;
  margin-bottom: 2px !important; }

.mlr-xxs {
  margin-left: 2px !important;
  margin-right: 2px !important; }

.p-xxs {
  padding: 2px !important; }

.pt-xxs {
  padding-top: 2px !important; }

.pr-xxs {
  padding-right: 2px !important; }

.pb-xxs {
  padding-bottom: 2px !important; }

.pl-xxs {
  padding-left: 2px !important; }

.ptb-xxs {
  padding-top: 2px !important;
  padding-bottom: 2px !important; }

.plr-xxs {
  padding-left: 2px !important;
  padding-right: 2px !important; }

.m-xs {
  margin: 5px !important; }

.mt-xs {
  margin-top: 5px !important; }

.mr-xs {
  margin-right: 5px !important; }

.mb-xs {
  margin-bottom: 5px !important; }

.ml-xs {
  margin-left: 5px !important; }

.mtb-xs {
  margin-top: 5px !important;
  margin-bottom: 5px !important; }

.mlr-xs {
  margin-left: 5px !important;
  margin-right: 5px !important; }

.p-xs {
  padding: 5px !important; }

.pt-xs {
  padding-top: 5px !important; }

.pr-xs {
  padding-right: 5px !important; }

.pb-xs {
  padding-bottom: 5px !important; }

.pl-xs {
  padding-left: 5px !important; }

.ptb-xs {
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

.plr-xs {
  padding-left: 5px !important;
  padding-right: 5px !important; }

.m-sm {
  margin: 10px !important; }

.mt-sm {
  margin-top: 10px !important; }

.mr-sm {
  margin-right: 10px !important; }

.mb-sm {
  margin-bottom: 10px !important; }

.ml-sm {
  margin-left: 10px !important; }

.mtb-sm {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.mlr-sm {
  margin-left: 10px !important;
  margin-right: 10px !important; }

.p-sm {
  padding: 10px !important; }

.pt-sm {
  padding-top: 10px !important; }

.pr-sm {
  padding-right: 10px !important; }

.pb-sm {
  padding-bottom: 10px !important; }

.pl-sm {
  padding-left: 10px !important; }

.ptb-sm {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.plr-sm {
  padding-left: 10px !important;
  padding-right: 10px !important; }

.m-md {
  margin: 20px !important; }

.mt-md {
  margin-top: 20px !important; }

.mr-md {
  margin-right: 20px !important; }

.mb-md {
  margin-bottom: 20px !important; }

.ml-md {
  margin-left: 20px !important; }

.mtb-md {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

.mlr-md {
  margin-left: 20px !important;
  margin-right: 20px !important; }

.p-md {
  padding: 20px !important; }

.pt-md {
  padding-top: 20px !important; }

.pr-md {
  padding-right: 20px !important; }

.pb-md {
  padding-bottom: 20px !important; }

.pl-md {
  padding-left: 20px !important; }

.ptb-md {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.plr-md {
  padding-left: 20px !important;
  padding-right: 20px !important; }

.m {
  margin: 20px !important; }

.mt {
  margin-top: 20px !important; }

.mr {
  margin-right: 20px !important; }

.mb {
  margin-bottom: 20px !important; }

.ml {
  margin-left: 20px !important; }

.mtb {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

.mlr {
  margin-left: 20px !important;
  margin-right: 20px !important; }

.p {
  padding: 20px !important; }

.pt {
  padding-top: 20px !important; }

.pr {
  padding-right: 20px !important; }

.pb {
  padding-bottom: 20px !important; }

.pl {
  padding-left: 20px !important; }

.ptb {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.plr {
  padding-left: 20px !important;
  padding-right: 20px !important; }

.m-lg {
  margin: 30px !important; }

.mt-lg {
  margin-top: 30px !important; }

.mr-lg {
  margin-right: 30px !important; }

.mb-lg {
  margin-bottom: 30px !important; }

.ml-lg {
  margin-left: 30px !important; }

.mtb-lg {
  margin-top: 30px !important;
  margin-bottom: 30px !important; }

.mlr-lg {
  margin-left: 30px !important;
  margin-right: 30px !important; }

.p-lg {
  padding: 30px !important; }

.pt-lg {
  padding-top: 30px !important; }

.pr-lg {
  padding-right: 30px !important; }

.pb-lg {
  padding-bottom: 30px !important; }

.pl-lg {
  padding-left: 30px !important; }

.ptb-lg {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

.plr-lg {
  padding-left: 30px !important;
  padding-right: 30px !important; }

.m-xl {
  margin: 45px !important; }

.mt-xl {
  margin-top: 45px !important; }

.mr-xl {
  margin-right: 45px !important; }

.mb-xl {
  margin-bottom: 45px !important; }

.ml-xl {
  margin-left: 45px !important; }

.mtb-xl {
  margin-top: 45px !important;
  margin-bottom: 45px !important; }

.mlr-xl {
  margin-left: 45px !important;
  margin-right: 45px !important; }

.p-xl {
  padding: 45px !important; }

.pt-xl {
  padding-top: 45px !important; }

.pr-xl {
  padding-right: 45px !important; }

.pb-xl {
  padding-bottom: 45px !important; }

.pl-xl {
  padding-left: 45px !important; }

.ptb-xl {
  padding-top: 45px !important;
  padding-bottom: 45px !important; }

.plr-xl {
  padding-left: 45px !important;
  padding-right: 45px !important; }

.d-flex {
  display: flex; }
  .d-flex.flex-space-between {
    justify-content: space-between; }
  .d-flex.align-items-center {
    align-items: center; }

.striped > div {
  border-top: 1px solid #cccccc; }
  .striped > div:nth-child(odd) {
    background: #77a3ba; }

.msg {
  overflow: visible;
  margin-bottom: 15px;
  color: #373737; }
  .msg.info, .msg.success, .msg.error {
    background-repeat: no-repeat;
    padding: 15px; }
    .msg.info pre, .msg.success pre, .msg.error pre {
      background: #fff;
      color: #000; }
  .msg.info {
    background-color: #77a3ba;
    color: #fff; }
  .msg.success {
    background-color: #009900;
    color: #fff; }
    .msg.success a {
      color: #fff;
      text-transform: underline; }
  .msg.error {
    background-color: #CC0000;
    color: #fff; }
    .msg.error a {
      color: #fff;
      text-transform: underline; }
  .msg.debug {
    padding: 20px;
    font-family: courier;
    line-height: 100%;
    background-color: #FCDA74;
    color: black; }
    .msg.debug pre {
      font-size: 11px;
      background-color: #FCDA74;
      color: #000; }
      .msg.debug pre td + td {
        white-space: normal !important; }

/*# sourceMappingURL=styles.css.map */
