@charset "UTF-8";
ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

ol {
  padding-left: 20px; }
  ol li {
    padding-top: 5px;
    padding-bottom: 5px; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

.aligncenter {
  margin: 0 auto; }

html {
  background: linear-gradient(to bottom, white 110px, white 0%, rgba(255, 255, 255, 0) 75%), url("../img/background_lq.jpg");
  background-attachment: fixed;
  /* TODO support? */
  background-size: cover;
  font-family: "Open Sans", "Sans", sans-serif; }

body {
  margin: auto;
  min-width: 889px;
  max-width: 889px;
  background: white; }

html.iziModal-isAttached body {
  overflow-y: hidden !important; }

header {
  margin-top: 12px;
  line-height: 1.0; }
  header .upper {
    display: table;
    width: 100%; }
    header .upper > * {
      display: table-cell;
      vertical-align: bottom; }
    header .upper .logo {
      width: 127px;
      height: 103px; }
    header .upper .title {
      position: relative;
      bottom: -5px;
      margin: 0px;
      text-align: center;
      font-size: 60px;
      font-weight: normal;
      color: #245B73; }
    header .upper .langsel_and_search {
      width: 137px; }
      header .upper .langsel_and_search .langsel {
        display: flex;
        /* TODO replace */
        justify-content: space-between;
        margin: 4px;
        margin-bottom: 20px;
        font-size: 14px; }
        header .upper .langsel_and_search .langsel a {
          text-decoration: none;
          color: #245B73; }
          header .upper .langsel_and_search .langsel a:hover {
            text-decoration: underline;
            color: #F4A946; }
      header .upper .langsel_and_search .langsel-new {
        display: block;
        margin: 4px;
        margin-bottom: 50px;
        font-size: 19px;
        text-align: right; }
      header .upper .langsel_and_search .search {
        height: 29px;
        background: #F4A946; }
        header .upper .langsel_and_search .search .field {
          margin: 4px;
          margin-right: 0px;
          height: 21px;
          width: 105px;
          padding: 2px;
          border: 0;
          color: #245B73;
          font-size: 14px; }
        header .upper .langsel_and_search .search .submit {
          margin-left: -3px;
          vertical-align: middle;
          height: 23px;
          width: 23px; }
  header .middle {
    position: relative;
    margin-top: 12px;
    background-color: #F4A946; }
    header .middle > * {
      display: inline-block;
      vertical-align: bottom; }
    header .middle #slideshow-arrow-left, header .middle #slideshow-arrow-right {
      display: none; }
    header .middle #slideshow-pic {
      position: relative;
      margin-left: 127px;
      height: 260px;
      width: 381px; }
      header .middle #slideshow-pic img {
        position: absolute;
        height: 100%;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s linear; }
      header .middle #slideshow-pic img.active {
        opacity: 1;
        visibility: visible; }
    header .middle .text {
      position: relative;
      /* TODO remove*/
      width: 371px;
      height: 260px;
      overflow: hidden; }
      header .middle .text .bg {
        position: absolute;
        height: 100%;
        width: 100%;
        bottom: 0;
        line-height: 23px;
        font-size: 14px;
        font-weight: 800;
        text-align: justify;
        text-transform: uppercase;
        -webkit-user-select: none;
        /* Safari */
        -moz-user-select: none;
        /* Firefox */
        -ms-user-select: none;
        /* IE10+/Edge */
        user-select: none;
        /* Standard */
        cursor: default;
        color: #F6B967; }
        header .middle .text .bg .hl-active {
          color: #fdfdfd;
          transition: all 0.5s linear; }
      header .middle .text .title {
        position: absolute;
        bottom: 0;
        margin-bottom: 25px;
        margin-left: 25px;
        color: #8B1821; }
  header .lower .top-nav {
    background-color: #528F9D; }
    header .lower .top-nav ul {
      display: table;
      table-layout: fixed;
      width: 100%; }
      header .lower .top-nav ul > * {
        display: table-cell; }
      header .lower .top-nav ul li {
        text-align: center; }
        header .lower .top-nav ul li a {
          display: block;
          height: 25px;
          line-height: 25px;
          text-decoration: none;
          font-size: 14px;
          font-weight: bold;
          color: white; }
          header .lower .top-nav ul li a:hover {
            background-color: #005E73; }
        header .lower .top-nav ul li.active {
          background-color: #F4A946; }
          header .lower .top-nav ul li.active a:hover {
            background-color: #F6B967; }
  header .lower .breadcrumbs {
    background: #F4A946; }
    header .lower .breadcrumbs ul li {
      display: inline-block; }
      header .lower .breadcrumbs ul li a {
        height: 25px;
        line-height: 25px;
        text-decoration: none;
        font-size: 12px;
        color: #245B73; }
      header .lower .breadcrumbs ul li a:hover {
        color: white; }
    header .lower .breadcrumbs ul li:before {
      margin: 0 5px;
      content: "→ ";
      /* TODO get rid of whitespace */
      font-size: 12px;
      vertical-align: middle;
      color: #245B73; }
    header .lower .breadcrumbs ul li:first-child {
      margin-left: 10px; }
    header .lower .breadcrumbs ul li:first-child::before {
      margin: 0;
      content: ""; }

main {
  margin-top: 12px; }
  main > * {
    display: inline-block;
    vertical-align: top; }
  main .content {
    width: 574px;
    max-width: 574px;
    margin-left: 12px;
    font-size: 13.5px;
    /* TODO */
    /* text */
    /* lists */
    /* tables */
    /* images */
    /* contact 7 */
    /* document galleries */
    /* search results */ }
    main .content h2 {
      margin-top: 30px;
      margin-bottom: 0;
      font-size: 22px;
      color: #8B1821; }
    main .content h2:first-child {
      margin-top: 0; }
    main .content h3 {
      margin-top: 20px;
      margin-bottom: 0;
      font-size: 15px;
      color: #245B73; }
    main .content p {
      margin-top: 10px;
      margin-bottom: 0px; }
    main .content a {
      font-style: italic;
      color: #8B1821;
      text-decoration: none; }
      main .content a:before {
        content: "❯ ";
        font-size: 10px; }
      main .content a:hover {
        color: #F4A946;
        text-decoration: underline; }
    main .content ul li {
      margin-top: 10px;
      margin-left: 15px; }
    main .content ul li:before {
      position: absolute;
      content: "•";
      margin-left: -10px;
      color: #245B73; }
    main .content table {
      margin-top: 5px;
      border-collapse: collapse; }
    main .content table + p {
      margin-top: 0; }
    main .content td {
      padding: 0;
      padding-bottom: 5px;
      /* TODO value? use padding-top? */
      padding-left: 50px;
      /* TODO value? */ }
    main .content td:first-child {
      padding-left: 0; }
    main .content img {
      margin-top: 25px;
      height: auto;
      max-width: 574px; }
    main .content .wp-caption {
      display: table;
      width: 1px; }
      main .content .wp-caption .wp-caption-text {
        margin-top: 12px;
        font-size: 12px;
        font-style: italic;
        text-align: center; }
    main .content .wpcf7 {
      margin: 20px 0; }
      main .content .wpcf7 .wpcf7-text, main .content .wpcf7 .wpcf7-textarea {
        margin-bottom: 5px; }
    main .content .document-gallery .document-icon-row::before, main .content .document-gallery .document-icon-row::after {
      display: none !important;
      clear: none !important; }
    main .content .document-gallery .document-icon-row li::before {
      content: "▶";
      margin-left: -15px;
      color: #F6B967; }
    main .content .document-gallery .document-icon {
      margin-top: 20px;
      max-width: none !important;
      float: none !important;
      display: block !important;
      text-align: left !important; }
      main .content .document-gallery .document-icon a:before {
        color: #245B73;
        font-size: 15px; }
      main .content .document-gallery .document-icon a:after {
        content: " ";
        display: inline-block;
        width: 12px;
        height: 12px;
        background: url("../img/download_small.png");
        background-size: contain; }
      main .content .document-gallery .document-icon a:hover {
        color: #245B73; }
      main .content .document-gallery .document-icon .title {
        display: inline !important;
        text-align: left !important;
        font-size: 15px;
        font-style: normal;
        font-weight: bold;
        color: #245B73; }
      main .content .document-gallery .document-icon img {
        display: none !important; }
    main .content .search {
      margin-top: 15px; }
      main .content .search .field {
        width: 420px; }
    main .content .result-entry .result-title a {
      color: #245B73;
      font-style: normal; }
      main .content .result-entry .result-title a:before {
        content: ""; }
    main .content .result-entry .result-excerpt a {
      color: black;
      font-style: normal; }
      main .content .result-entry .result-excerpt a:before {
        content: ""; }
  main .sidebar {
    float: right;
    margin-right: 10px;
    width: 270px; }
    main .sidebar .front-page .side-news h4 {
      margin-top: 12px;
      margin-bottom: 0px;
      color: #245B73; }
    main .sidebar .front-page .side-news img {
      width: auto;
      height: 350px; }
    main .sidebar .front-page .side-news .document-icon {
      padding-bottom: 20px; }
    main .sidebar .front-page .side-news a {
      text-decoration: none; }
    main .sidebar .front-page .side-news .title {
      color: #245B73;
      font-size: 14px;
      font-weight: bold; }
      main .sidebar .front-page .side-news .title::before {
        content: "❯ "; }
    main .sidebar .front-page .map {
      width: 100%;
      height: auto;
      margin-top: 12px;
      padding-top: 100px;
      padding-bottom: 80px;
      border: 2px #F4A946 solid;
      cursor: zoom-in; }
    main .sidebar .sub-nav {
      color: #245B73; }
      main .sidebar .sub-nav a {
        text-decoration: none;
        color: #245B73; }
      main .sidebar .sub-nav > ul li:before {
        content: "◀";
        position: absolute;
        margin-left: -21px;
        font-size: 15px; }
      main .sidebar .sub-nav > ul li > a {
        font-size: 14px; }
      main .sidebar .sub-nav > ul > li {
        border-top: 2px #245B73 solid;
        padding-top: 5px;
        padding-bottom: 8px;
        padding-left: 25px;
        padding-right: 10px; }
      main .sidebar .sub-nav > ul > li:first-child {
        background: #DFECEC; }
        main .sidebar .sub-nav > ul > li:first-child:before {
          content: "▼"; }
        main .sidebar .sub-nav > ul > li:first-child a {
          font-weight: bold; }
      main .sidebar .sub-nav > ul > li.active {
        background: #FEF1DD; }
        main .sidebar .sub-nav > ul > li.active, main .sidebar .sub-nav > ul > li.active a {
          color: #8B1821; }
      main .sidebar .sub-nav > ul li.jump-nav-item {
        border-top: 0;
        padding-top: 0;
        background: #FEF1DD; }
        main .sidebar .sub-nav > ul li.jump-nav-item:before {
          content: ""; }
        main .sidebar .sub-nav > ul li.jump-nav-item a {
          display: block;
          padding-left: 12px;
          font-size: 11.8px;
          color: #8B1821; }
          main .sidebar .sub-nav > ul li.jump-nav-item a:before {
            position: absolute;
            margin-left: -12px;
            content: "❯";
            font-size: 10.5px; }
  main .back-to-begin {
    margin-top: 15px;
    width: 100%;
    text-align: center;
    font-size: 14px; }
    main .back-to-begin a {
      color: #8B1821;
      text-decoration: none; }
      main .back-to-begin a:before {
        content: "❯ "; }

footer {
  background: url("../img/footer/adivasi_banner_muster.jpg");
  background-position: bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-top: 12px;
  padding-bottom: 44px; }
  footer .extra-nav ul {
    display: table;
    table-layout: fixed;
    width: 100%; }
    footer .extra-nav ul > * {
      display: table-cell; }
    footer .extra-nav ul li {
      display: relative;
      text-align: center; }
      footer .extra-nav ul li:first-child, footer .extra-nav ul li:last-child {
        width: 280px; }
      footer .extra-nav ul li a {
        display: inline-block;
        width: 280px;
        height: 134px;
        text-decoration: none;
        font-size: 18px;
        font-weight: bold;
        color: white;
        background-color: #528F9D; }
        footer .extra-nav ul li a img {
          margin: auto;
          margin-top: -10px;
          margin-bottom: -5px;
          display: block; }
        footer .extra-nav ul li a:hover {
          background-color: #245B73; }
  footer .legal {
    margin-top: 12px;
    padding-bottom: 10px;
    font-size: 12px;
    background: #F4A946;
    color: #245B73; }
    footer .legal ul {
      margin-left: 25px; }
      footer .legal ul li {
        display: inline-block;
        margin-left: 5px;
        padding-left: 8px;
        border-left: 2px solid white; }
      footer .legal ul li:first-child {
        padding-left: 0px;
        border-left: 0; }
    footer .legal .legal-nav {
      padding-top: 10px; }
      footer .legal .legal-nav a {
        text-decoration: none;
        color: #245B73; }
      footer .legal .legal-nav a:hover {
        color: white; }
    footer .legal .info {
      margin-top: 10px; }

#map-modal {
  max-width: 100% !important; }
  #map-modal .modal-wrap {
    padding: 10px 0;
    text-align: center; }
    #map-modal .modal-wrap img {
      max-width: 100% !important;
      height: auto !important; }

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