/* Radius fuer Boxen */
/* Breite des unteren Bereichs */
/* Hoehen-Variablen */
/* Header-blau */
/* weiss */
/* schwarz */
/* Nav pastell-blau */
/* Body hell-grau */
/* anthrazit */
/* rot */
/* hell-gruen */
/* dunkel-gruen */
/* dunkel-rot */
/* mittel-grau */
/* mittel-blau */
/* flex mixin */
/* display flex mixin */
/* display flex mixin */
/* align-items mixin */
/* align-content mixin */
/* align-self mixin */
/* justify-content mixin */
/* user-select none mixin */
/* kein margin und padding bei allen Elementen */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

body {
  font-family: "Arial";
  font-size: 13px;
  background: #eaebe7;
  color: #4d4f53;
  min-width: 900px;
  overflow-y: scroll; }

header {
  background: #004a99;
  color: white;
  height: 100px;
  text-align: right;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  /* Submission mit kleinerem Header */
  /* powered by UB & Header Ueberschrift */ }
  header.header-submission {
    height: 40px; }
    header.header-submission .top-nav {
      background-image: none;
      padding-left: 100px; }
      header.header-submission .top-nav .hover-to-show {
        border-right: 1px solid white; }
  header a.fis {
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: 96% center;
    max-width: 900px;
    min-width: 900px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /* powered by UB */
    /* Header Ueberschrift */ }
    header a.fis h1 {
      font-size: 25px;
      flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      min-width: 0px;
      align-items: flex-end;
      -webkit-align-items: flex-end;
      -ms-align-items: flex-end;
      display: flex;
      display: -webkit-flex;
      display: -ms-flex;
      flex-direction: row;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      padding-bottom: 5px;
      color: white;
      margin-left: 170px; }
    header a.fis h2 {
      flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      min-width: 0px;
      font-size: 12px;
      color: white;
      margin-left: 170px;
      text-align: left; }
  header .top-nav {
    max-width: 900px;
    min-width: 900px;
    padding-left: 170px;
    background-image: url("../images/fis_logo.png");
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 130px center;
    color: white; }
    header .top-nav .fa-home {
      color: white;
      width: 70px;
      line-height: 40px;
      opacity: .6;
      border-right: 1px solid #dae3ea; }
      header .top-nav .fa-home:hover {
        opacity: 1; }
    header .top-nav .hover-links {
      background: #004a99;
      color: white; }
      header .top-nav .hover-links a {
        color: white;
        border-top: 1px dashed #dae3ea; }
        header .top-nav .hover-links a:hover {
          text-decoration: none; }

nav.nav {
  width: 900px;
  background: #dae3ea;
  margin: 0 auto;
  position: relative;
  height: 40px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  padding-left: 100px; }
  nav.nav .fa-home {
    color: #4d4f53;
    width: 70px;
    line-height: 40px;
    opacity: .6;
    border-right: 1px solid #9a9b9c; }
    nav.nav .fa-home:hover {
      opacity: 1;
      text-decoration: none; }
  nav.nav a.uni-logo {
    background-image: url("../images/uni_logo.png");
    height: 140px;
    width: 100px;
    background-size: 80px;
    background-repeat: no-repeat;
    background-color: white;
    position: absolute;
    background-position: center;
    bottom: 0px;
    left: 0px; }
  nav.nav.nav_submission {
    height: 100px;
    /* Box fuer Kreise und Text */ }
    nav.nav.nav_submission .box {
      flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      min-width: 0px;
      text-align: center;
      /* Kreis */ }
      nav.nav.nav_submission .box button {
        border-radius: 50%;
        margin-top: 10px;
        margin-bottom: 5px;
        height: 60px;
        width: 60px;
        background: white;
        font-size: 15px;
        font-weight: bold;
        border: 8px solid #4d4f53;
        outline: none; }
        nav.nav.nav_submission .box button:not(:disabled):hover {
          border-color: #5781bd;
          cursor: pointer; }
        nav.nav.nav_submission .box button.on {
          border-color: #004a99; }
          nav.nav.nav_submission .box button.on:hover {
            border-color: #004a99; }

p {
  margin: 10px 0 10px 0px; }

.top-nav {
  z-index: 10;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  line-height: 40px;
  text-align: center;
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  min-width: 0px; }
  .top-nav .hover-to-show {
    opacity: .6;
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    min-width: 0px;
    border-right: 1px solid #9a9b9c; }
    .top-nav .hover-to-show:hover {
      opacity: 1; }
      .top-nav .hover-to-show:hover .hover-links {
        display: flex;
        display: -webkit-flex;
        display: -ms-flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap; }
    .top-nav .hover-to-show .hover-links a:hover {
      background: #5781bd;
      color: white;
      text-decoration: none; }

.hover-links {
  display: none;
  background: #dae3ea;
  -webkit-box-shadow: 5px 5px 4px -4px #888888;
  box-shadow: 5px 5px 4px -4px #888888;
  text-align: left;
  margin: -1px 0 0 0; }
  .hover-links a {
    border-top: 1px dashed #9a9b9c;
    padding-left: 10px;
    padding-right: 5px; }

.language_selection {
  line-height: 40px;
  width: 80px;
  text-align: center;
  height: 40px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }
  .language_selection input {
    display: none; }
  .language_selection label {
    cursor: pointer;
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    min-width: 0px;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center; }
  .language_selection .de {
    background-image: url("../images/flag_de.png"); }
  .language_selection .en {
    background-image: url("../images/flag_en.png"); }

main {
  width: 900px;
  margin: 0 auto;
  margin-bottom: 20px;
  display: block; }

footer {
  height: 120px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  background: #4d4f53; }
  footer a, footer a:link, footer a:visited, footer a:hover {
    color: #eaebe7; }
  footer .footer-wrapper {
    max-width: 900px;
    min-width: 900px;
    height: 120px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin: 0 auto; }
    footer .footer-wrapper .left {
      flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      min-width: 0px;
      height: 100px;
      margin: 10px 0 0 0;
      padding: 20px 0 0 50px;
      text-align: right; }
    footer .footer-wrapper .right {
      flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      min-width: 0px;
      border-left: 1px dotted white;
      height: 100px;
      margin: 10px 0 0 0;
      padding: 20px 0 0 50px; }

a, a:link, a:visited, a:hover {
  color: #004a99;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

hr {
  border: 0;
  height: 0;
  border-top: 1px dotted #9a9b9c;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 20px;
  margin-bottom: 20px; }

h1 {
  color: #4d4f53;
  font-size: 21px; }

h2 {
  color: #4d4f53;
  font-size: 18px; }

h3 {
  color: #4d4f53;
  font-size: 15px; }
  h3.subHeading {
    margin: 15px 0 0 0;
    margin-bottom: 5px; }

h4 {
  color: #4d4f53;
  margin-top: 5px; }

ul li {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap; }
  ul li ng-form {
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    min-width: 0px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    position: relative; }
  ul li input {
    margin-right: 10px; }
  ul li .error-message {
    position: absolute;
    top: 2px;
    right: 2px;
    text-align: right;
    margin-right: 35px;
    color: #de3831; }
ul li + li {
  margin-top: 10px; }
ul.help li {
  display: list-item;
  list-style-type: circle;
  margin: 5px 20px; }

hgroup {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  min-width: 0px;
  margin: 0 0 20px; }
  hgroup h2 {
    margin-right: 5px; }

select {
  margin-right: 10px;
  height: 40px;
  border: 1px solid #4d4f53;
  padding: 5px;
  border-radius: 3px; }

input {
  height: 40px;
  border: 1px solid #4d4f53;
  padding: 5px;
  border-radius: 3px; }

input[type="search"], input[type="text"], input[type="email"] {
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  min-width: 0px; }

.help-text {
  border: 1px solid #4d4f53;
  background: #eaebe7;
  padding: 10px;
  border-radius: 3px; }

.fa {
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.fa-check-circle {
  color: #92d400; }

.fa-exclamation-circle {
  color: #de3831; }

.fa-plus-circle {
  color: #92d400;
  cursor: pointer; }

.fa-plus-circle:hover {
  color: #739600; }

.fa-minus-circle {
  color: #de3831;
  cursor: pointer; }

.fa-minus-circle:hover {
  color: #7b2927; }

.flex_block {
  position: relative; }

.help_block {
  text-align: right;
  position: relative; }
  .help_block input {
    display: none; }
  .help_block .help-icon {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    text-align: right;
    color: #5781bd;
    display: inline-block;
    cursor: pointer; }
    .help_block .help-icon:hover {
      color: #004a99; }
  .help_block .help-text, .help_block .help-text-over {
    background-color: #eaebe7;
    border: 1px solid #4d4f53;
    border-radius: 3px;
    box-shadow: 3px 3px 3px #4d4f53;
    padding: 10px;
    z-index: 1000;
    position: relative;
    width: 600px;
    text-align: right;
    position: absolute;
    right: 0px; }
  .help_block .help_short_text {
    text-align: left; }
  .help_block .help_long_text {
    text-align: left; }
  .help_block .more {
    margin-top: 10px;
    display: inline-block;
    cursor: pointer; }

.visible-false {
  display: none; }

.header_and_help {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap; }

.media-type {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap; }
  .media-type label {
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    min-width: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    border: 1px solid grey;
    line-height: 40px;
    text-align: center;
    border: 1px solid #004a99;
    background: rgba(239, 189, 71, 0.2);
    cursor: pointer;
    border-radius: 3px; }
    .media-type label:after {
      content: '\f00c';
      font-family: FontAwesome;
      color: rgba(77, 79, 83, 0); }
    .media-type label:hover {
      background: rgba(239, 189, 71, 0.5); }
      .media-type label:hover:after {
        color: rgba(77, 79, 83, 0.5); }
    .media-type label.selected-true {
      background: #efbd47; }
      .media-type label.selected-true:after {
        color: #4d4f53; }

.m_l_10 {
  margin-left: 10px; }

.m_l_5 {
  margin-left: 5px; }

.d_n {
  display: none; }

.doc_div {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  height: 50px;
  padding: 10px;
  border: 1px solid #4d4f53;
  background: rgba(239, 189, 71, 0.2);
  cursor: pointer;
  border-radius: 3px; }
  .doc_div:before {
    content: '\f00c';
    font-family: FontAwesome;
    color: rgba(77, 79, 83, 0);
    margin-right: 10px; }
  .doc_div:hover {
    background: rgba(239, 189, 71, 0.5); }
    .doc_div:hover:before {
      color: rgba(77, 79, 83, 0.5); }
    .doc_div:hover a, .doc_div:hover a:link, .doc_div:hover a:hover, .doc_div:hover a:visited {
      color: #4d4f53; }
  .doc_div .doc_label {
    flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    min-width: 0px; }
  .doc_div .doc_help {
    flex: 5;
    -webkit-flex: 5;
    -ms-flex: 5;
    min-width: 0px;
    text-align: left; }
  .doc_div.selected-true {
    background: #efbd47; }
    .doc_div.selected-true:before {
      color: #4d4f53; }
    .doc_div.selected-true a, .doc_div.selected-true a:link, .doc_div.selected-true a:hover, .doc_div.selected-true a:visited {
      color: #4d4f53; }
  .doc_div + .doc_div {
    margin-top: 10px; }

.right_label {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }
  .right_label + .right_label {
    margin-top: 10px; }
  .right_label .info {
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    min-width: 0px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
    border: 1px solid #4d4f53;
    background: rgba(239, 189, 71, 0.2);
    border-radius: 3px;
    padding: 10px;
    overflow: hidden; }
    .right_label .info.no-right-border {
      border-right: none;
      border-top-right-radius: 0px;
      border-bottom-right-radius: 0px; }
    .right_label .info:before {
      content: '\f00c';
      font-family: FontAwesome;
      color: rgba(77, 79, 83, 0);
      margin-right: 10px; }
    .right_label .info:hover {
      background: rgba(239, 189, 71, 0.5); }
      .right_label .info:hover:before {
        color: rgba(77, 79, 83, 0.5); }
    .right_label .info .header_and_text {
      flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      min-width: 0px;
      display: flex;
      display: -webkit-flex;
      display: -ms-flex;
      flex-direction: column;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      align-self: flex-start;
      -webkit-align-self: flex-start;
      -ms-align-self: flex-start; }
    .right_label .info.selected-true {
      background: #efbd47;
      max-height: 300px; }
      .right_label .info.selected-true:before {
        color: #4d4f53; }
    .right_label .info .doc_label {
      flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      min-width: 0px;
      font-weight: bold; }
    .right_label .info .doc_help {
      flex: 2;
      -webkit-flex: 2;
      -ms-flex: 2;
      min-width: 0px; }
    .right_label .info .license_label {
      font-weight: bold; }
    .right_label .info .license_help {
      margin-top: 5px; }
  .right_label button {
    align-self: stretch;
    -webkit-align-self: stretch;
    -ms-align-self: stretch;
    border: 1px solid #4d4f53;
    background: rgba(234, 235, 231, 0.4);
    cursor: pointer;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size: 15px;
    padding: 5px;
    outline: none; }
    .right_label button:hover {
      background: #eaebe7; }
    .right_label button.show_license_true {
      background: #eaebe7; }
  .right_label .link {
    text-align: center;
    margin-left: 10px;
    font-size: 20px; }
    .right_label .link:hover {
      text-decoration: none; }

.lang-block {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  align-content: space-between;
  -webkit-align-content: space-between;
  -ms-align-content: space-between;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  overflow: hidden;
  height: 230px; }
  .lang-block label {
    border: 1px solid #004a99;
    width: calc(25% - 10px);
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
    background: rgba(239, 189, 71, 0.2); }
    .lang-block label:after {
      content: '\f00c';
      font-family: FontAwesome;
      color: rgba(77, 79, 83, 0); }
    .lang-block label:hover {
      background: rgba(239, 189, 71, 0.5); }
      .lang-block label:hover:after {
        color: rgba(77, 79, 83, 0.5); }
    .lang-block label.selected-true {
      background: #efbd47; }
      .lang-block label.selected-true:after {
        color: #4d4f53; }

.more_options {
  display: inline-flex;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  margin-bottom: 10px;
  height: 30px;
  cursor: pointer; }
  .more_options input {
    margin-right: 5px; }

.doctype_block {
  overflow: hidden;
  transition: all 1s ease 0s; }

input[type="checkbox"] {
  height: auto;
  flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  min-width: 0px; }

.show-all-doctype-options-false {
  max-height: 230px; }

.show-all-doctype-options-true {
  max-height: 2210px; }

.show-all-language-options-false {
  max-height: 30px; }

.show-all-language-options-true {
  max-height: 230px; }

.navigation-buttons {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between; }
  .navigation-buttons.flex-row-reverse {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap; }
  .navigation-buttons button {
    color: #5781bd;
    border: transparent;
    background: white;
    outline: none; }
    .navigation-buttons button:not(:disabled):hover {
      color: #004a99;
      cursor: pointer; }
  .navigation-buttons .fa {
    width: 60px;
    height: 60px;
    line-height: 60px; }

.m_b_20 {
  margin-bottom: 20px; }

.m_b_10 {
  margin-bottom: 10px; }

.m_b_5 {
  margin-bottom: 5px; }

.valid-false {
  display: none; }

.valid-true {
  display: inline-block; }

.invalid-false {
  display: none; }

.invalid-true {
  display: inline-block; }

.input-publication-year {
  width: 80px; }

button:disabled {
  opacity: .4;
  color: #9a9b9c; }

.dynamic_attributes {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  border: 1px solid #4d4f53;
  padding: 5px;
  background: white; }
  .dynamic_attributes span {
    flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    min-width: 0px; }
    .dynamic_attributes span:first-child {
      font-weight: bold;
      text-align: right;
      flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      min-width: 0px; }

.m_t_10 {
  margin-top: 10px; }

.search-block {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  margin-bottom: 20px;
  position: relative; }
  .search-block .select_auto_width {
    width: auto; }
  .search-block .flex_input {
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    min-width: 0px;
    margin-right: 35px; }

.relation-title-div {
  width: 250px;
  margin-right: 10px;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: rgba(218, 227, 234, 0.6);
  margin-right: 10px;
  border: 1px solid #4d4f53;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

div.relation-select {
  width: 240px;
  margin-right: 10px;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: rgba(234, 235, 231, 0.2);
  margin-right: 10px;
  border: 1px solid #4d4f53;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

input.search-norm-item {
  width: 230px;
  flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  min-width: 0px; }

.selected-items-ul-list {
  background: rgba(239, 189, 71, 0.2);
  padding: 10px;
  border-radius: 3px; }
  .selected-items-ul-list + .selected-items-ul-list {
    margin-top: 0px;
    padding-top: 0px; }
  .selected-items-ul-list .display-flex {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap; }

.new-item-div {
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  min-width: 0px;
  align-self: center;
  -webkit-align-self: center;
  -ms-align-self: center;
  text-align: right; }
  .new-item-div .open-create-person, .new-item-div .open-create-keyword {
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    align-self: center;
    -webkit-align-self: center;
    -ms-align-self: center;
    height: 20px;
    cursor: pointer; }
    .new-item-div .open-create-person span, .new-item-div .open-create-keyword span {
      margin-right: 5px; }

.new-item-block {
  padding: 10px;
  background: rgba(239, 189, 71, 0.2);
  margin-bottom: 20px;
  border-radius: 3px; }

.classification-type {
  width: 60px;
  text-align: center; }

.keyword-type {
  position: absolute;
  top: 0px;
  right: 0px;
  background: #f8e498;
  padding: 5px; }

#new-person .new-item-fields {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap; }
  #new-person .new-item-fields input {
    width: 280px;
    margin-right: 0px; }

.new-item-fields {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-top: 10px; }
  .new-item-fields select {
    margin-right: 0px; }
  .new-item-fields textarea {
    border: 1px solid #4d4f53;
    border-radius: 3px;
    font-family: "Arial";
    padding: 3px;
    height: 80px;
    resize: none; }
  .new-item-fields button {
    border-radius: 3px;
    align-self: flex-end;
    -webkit-align-self: flex-end;
    -ms-align-self: flex-end;
    width: 180px;
    border: 1px solid #4d4f53;
    background: rgba(201, 202, 200, 0.5);
    outline: none;
    height: 40px; }
    .new-item-fields button:not(:disabled):hover {
      background: #c9cac8;
      cursor: pointer; }

.selected-items-list {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap; }
  .selected-items-list > div {
    margin-left: auto;
    height: 40px;
    line-height: 40px; }
  .selected-items-list .relation_item {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    min-width: 0px;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    line-height: initial;
    margin-right: 10px;
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    min-width: 0px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  .selected-items-list .reorder {
    cursor: move;
    margin-right: 10px;
    width: 16px;
    line-height: 40px;
    font-size: 14px;
    color: #4d4f53; }
  .selected-items-list .norm-value {
    margin-right: 5px; }

.corporate .norm-value {
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  min-width: 0px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.no-entry, .file-later, .embargo-date {
  display: inline-flex;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
  height: 30px; }
  .no-entry input, .file-later input, .embargo-date input {
    margin-right: 5px;
    height: auto; }

input[type="date"] {
  width: 135px;
  padding-left: 5px;
  font-family: "Arial"; }

.bold {
  font-weight: bold; }

.norm-data {
  position: absolute;
  width: 860px;
  z-index: 10;
  background: white;
  margin-bottom: 10px;
  left: 0;
  top: 45px;
  margin-bottom: 0px; }
  .norm-data .solr_paging {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    margin-bottom: 5px; }
    .norm-data .solr_paging button {
      color: #5781bd;
      border: transparent;
      background: white;
      outline: none; }
      .norm-data .solr_paging button:not(:disabled):hover {
        color: #004a99;
        cursor: pointer; }
  .norm-data li {
    cursor: pointer;
    border-left: 1px solid #4d4f53;
    border-right: 1px solid #4d4f53;
    border-top: 1px solid #4d4f53;
    background: rgba(239, 189, 71, 0.2); }
    .norm-data li:focus, .norm-data li:hover {
      background: #efbd47;
      outline: none; }
    .norm-data li:last-child {
      border-bottom: 1px solid #4d4f53; }
    .norm-data li + li {
      margin-top: 0; }
    .norm-data li .norm-item-person {
      display: flex;
      display: -webkit-flex;
      display: -ms-flex;
      flex-direction: row;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      align-items: center;
      -webkit-align-items: center;
      -ms-align-items: center;
      padding: 10px; }
      .norm-data li .norm-item-person .birth-date:before {
        content: '('; }
      .norm-data li .norm-item-person .birth-date:after {
        content: ')'; }
    .norm-data li .norm-item-corporate {
      display: flex;
      display: -webkit-flex;
      display: -ms-flex;
      flex-direction: row;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      align-items: center;
      -webkit-align-items: center;
      -ms-align-items: center;
      padding: 10px; }
      .norm-data li .norm-item-corporate .closed-date .closed-label:before {
        content: '('; }
      .norm-data li .norm-item-corporate .closed-date .closed-value:after {
        content: ')'; }
    .norm-data li .norm-item-keyword {
      display: flex;
      display: -webkit-flex;
      display: -ms-flex;
      flex-direction: row;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      align-items: center;
      -webkit-align-items: center;
      -ms-align-items: center;
      position: relative;
      padding: 10px; }
    .norm-data li .norm-item-classification {
      display: flex;
      display: -webkit-flex;
      display: -ms-flex;
      flex-direction: row;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      align-items: center;
      -webkit-align-items: center;
      -ms-align-items: center;
      padding: 10px; }
    .norm-data li .norm-item-relation {
      display: flex;
      display: -webkit-flex;
      display: -ms-flex;
      flex-direction: row;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      align-items: flex-start;
      -webkit-align-items: flex-start;
      -ms-align-items: flex-start;
      padding: 10px; }
    .norm-data li .data {
      flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      min-width: 0px; }
      .norm-data li .data .name {
        font-size: 15px; }
      .norm-data li .data .label:after {
        content: ':'; }
    .norm-data li .preview_icon {
      display: inline-block;
      width: 100px;
      height: 100px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      border: 1px solid #4d4f53;
      background-color: white;
      color: #5781bd; }
    .norm-data li .flexbox {
      display: flex;
      display: -webkit-flex;
      display: -ms-flex;
      flex-direction: row;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap; }
      .norm-data li .flexbox .title_year {
        width: 30px;
        text-align: right;
        margin-right: 10px; }
      .norm-data li .flexbox .title_header {
        flex: 5;
        -webkit-flex: 5;
        -ms-flex: 5;
        min-width: 0px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }

.m_t_5 {
  margin-top: 5px; }

.m_r_10 {
  margin-right: 10px; }

.selected-grantor {
  padding: 10px;
  background: rgba(239, 189, 71, 0.2);
  border-radius: 3px; }
  .selected-grantor .norm-value {
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    min-width: 0px; }

.norm-value {
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  min-width: 0px; }

.textarea-list select {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -ms-align-self: flex-start;
  width: 200px; }
.textarea-list textarea {
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  min-width: 0px;
  height: 300px;
  margin-right: 10px;
  border: 1px solid #4d4f53;
  font-family: "Arial";
  padding: 5px;
  border-radius: 3px; }

ul + ul {
  margin-top: 10px; }

.w_100p {
  width: 100%; }

.norm-desc:before {
  content: '('; }
.norm-desc:after {
  content: ')'; }

.mode-desc {
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  min-width: 0px;
  text-align: right; }

.m_b_0 {
  margin-bottom: 0px; }

#advisor_block .norm-desc {
  display: none; }

#partof_form .partof-repeat {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center; }
  #partof_form .partof-repeat hr {
    width: 100%; }
  #partof_form .partof-repeat ng-form {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    min-width: 0px;
    margin-right: 10px; }
    #partof_form .partof-repeat ng-form .bibl {
      display: flex;
      display: -webkit-flex;
      display: -ms-flex;
      flex-direction: row;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex: auto;
      -webkit-flex: auto;
      -ms-flex: auto;
      min-width: 0px;
      justify-content: flex-end;
      -webkit-justify-content: flex-end;
      -ms-justify-content: flex-end; }
      #partof_form .partof-repeat ng-form .bibl input {
        min-width: 72px;
        max-width: 72px; }
        #partof_form .partof-repeat ng-form .bibl input + input {
          margin-left: 10px; }
    #partof_form .partof-repeat ng-form > div {
      display: flex;
      display: -webkit-flex;
      display: -ms-flex;
      flex-direction: row;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      position: relative; }
      #partof_form .partof-repeat ng-form > div + div {
        margin-top: 10px; }
      #partof_form .partof-repeat ng-form > div label {
        text-align: right;
        line-height: 40px;
        margin-right: 5px; }
        #partof_form .partof-repeat ng-form > div label:after {
          content: ': '; }
      #partof_form .partof-repeat ng-form > div span {
        flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        min-width: 0px; }
      #partof_form .partof-repeat ng-form > div .error-message {
        line-height: 40px;
        color: #de3831;
        position: absolute;
        line-height: initial;
        top: 2px;
        right: 2px; }

.drop-box {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  font-size: 18px;
  border: 3px dashed #efbd47;
  height: 250px;
  text-align: center;
  margin-bottom: 20px;
  cursor: pointer;
  border-radius: 3px;
  background: rgba(239, 189, 71, 0.2); }
  .drop-box .fa-upload {
    color: rgba(77, 79, 83, 0.4); }
  .drop-box.dragover {
    background: rgba(239, 189, 71, 0.5); }
    .drop-box.dragover .fa-upload {
      color: #4d4f53; }
  .drop-box.drop-box.dragover-err {
    border: 5px dashed #de3831; }
  .drop-box .upload_error {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    background: #de3831;
    padding: 5px;
    border: 1px solid #4d4f53;
    color: white; }
    .drop-box .upload_error div:first-child {
      margin-bottom: 5px; }

.url-upload {
  cursor: default;
  height: 80px;
  border: 2px solid #efbd47; }
  .url-upload .upload_button {
    margin-left: 10px;
    margin-right: 10px;
    height: 40px;
    border: 1px solid #4d4f53;
    border-radius: 3px;
    width: 100px;
    background-color: #eaebe7; }
    .url-upload .upload_button:hover:enabled {
      background-color: rgba(77, 79, 83, 0.4);
      cursor: pointer; }
  .url-upload input {
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    min-width: 0px; }

.fake-file-ul-list li {
  background: rgba(239, 189, 71, 0.2);
  border: 2px solid #efbd47;
  border-radius: 3px; }

div[data-format] {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  border: 1px solid #4d4f53;
  font-size: 40px; }

.fake-file-list-item {
  border: 1px solid #4d4f53;
  padding: 10px; }
  .fake-file-list-item .fake_file_filename {
    width: 100%;
    padding: 5px;
    padding-left: 0px; }
  .fake-file-list-item progress {
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    min-width: 0px;
    margin-right: 10px;
    height: 25px; }
  .fake-file-list-item .progress_count {
    width: 30px;
    text-align: right;
    line-height: 25px; }
    .fake-file-list-item .progress_count:after {
      content: '%'; }

.file-list-item {
  position: relative; }
  .file-list-item .reorder {
    cursor: move;
    margin-right: 10px;
    width: 16px;
    line-height: 40px;
    font-size: 14px;
    color: #4d4f53; }
  .file-list-item .preview {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #4d4f53;
    width: 40px;
    margin-right: 10px;
    position: absolute;
    height: 40px;
    background-color: white;
    bottom: 0px; }
  .file-list-item .preview-image:hover {
    width: 160px;
    height: 160px;
    z-index: 10; }
  .file-list-item .filetype {
    width: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
    line-height: 40px; }
  .file-list-item .filename {
    align-self: center;
    -webkit-align-self: center;
    -ms-align-self: center;
    margin-left: 50px;
    margin-right: 10px;
    width: 320px; }
  .file-list-item .filetype_block {
    width: 130px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center; }
  .file-list-item .fa-minus-circle {
    align-self: center;
    -webkit-align-self: center;
    -ms-align-self: center; }

.doc_div span.flex-3 {
  flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  min-width: 0px; }

.license_div {
  height: auto; }

.preview-block {
  background-color: #eaebe7;
  padding: 10px;
  border-radius: 3px; }
  .preview-block + .preview-block {
    margin-top: 10px; }
  .preview-block h2 {
    margin-bottom: 10px; }
  .preview-block .attr-desc {
    margin-left: 3px; }
    .preview-block .attr-desc:before {
      content: '('; }
    .preview-block .attr-desc:after {
      content: ')'; }
  .preview-block li + li {
    margin-top: 3px; }
  .preview-block .file_item {
    height: 50px; }
    .preview-block .file_item .file-single-item {
      position: relative;
      display: flex;
      display: -webkit-flex;
      display: -ms-flex;
      flex-direction: column;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      background: #dae3ea; }
      .preview-block .file_item .file-single-item div.display-flex {
        align-items: center;
        -webkit-align-items: center;
        -ms-align-items: center; }
  .preview-block .preview {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #4d4f53;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: white; }
  .preview-block .preview-item {
    background: rgba(255, 255, 255, 0.9);
    padding: 10px; }
    .preview-block .preview-item.display-flex {
      display: flex;
      display: -webkit-flex;
      display: -ms-flex;
      flex-direction: row;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap; }
    .preview-block .preview-item + .preview-item {
      margin-top: 10px; }
    .preview-block .preview-item h3 {
      margin-bottom: 10px; }
    .preview-block .preview-item .display-flex {
      display: flex;
      display: -webkit-flex;
      display: -ms-flex;
      flex-direction: row;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      min-width: 0px; }
    .preview-block .preview-item label {
      flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      min-width: 0px;
      display: flex;
      display: -webkit-flex;
      display: -ms-flex;
      flex-direction: row;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      justify-content: flex-end;
      -webkit-justify-content: flex-end;
      -ms-justify-content: flex-end;
      text-align: right;
      margin-right: 5px; }
      .preview-block .preview-item label:after {
        content: ':'; }
      .preview-block .preview-item label + span {
        flex: 2;
        -webkit-flex: 2;
        -ms-flex: 2;
        min-width: 0px; }
  .preview-block .contract-item {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap; }

.flex-1 {
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  min-width: 0px; }

.fa-check {
  color: #92d400; }

.save-button {
  border: 1px solid #4d4f53;
  padding: 10px;
  margin: 0 auto;
  display: block;
  margin-top: 20px;
  color: white;
  height: 40px;
  border-radius: 3px;
  outline: none; }
  .save-button:not(:disabled) {
    background-color: #92d400; }
    .save-button:not(:disabled):hover {
      cursor: pointer;
      background-color: #739600; }

a.service-button {
  font-size: 150%;
  font-weight: bold;
  text-align: center;
  width: 60%;
  border: 1px solid #4d4f53;
  padding: 10px;
  margin: 0 auto;
  display: block;
  margin-top: 20px;
  color: white;
  height: 40px;
  border-radius: 3px;
  outline: none; }
  a.service-button:not(:disabled) {
    background-color: #92d400; }
    a.service-button:not(:disabled):hover {
      cursor: pointer;
      background-color: #739600;
      text-decoration: none; }

.message textarea {
  width: 100%;
  height: 130px;
  font-family: "Arial";
  padding: 5px;
  border: 1px solid #4d4f53;
  resize: vertical;
  border-radius: 3px; }

.wrapper, .pagecontainer {
  position: relative;
  background: white;
  padding: 20px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }

aside.message-to-bib {
  height: 23px;
  width: 25px;
  position: fixed;
  top: 140px;
  left: calc(50% + 450px);
  /* 450px = $width-content/2 */
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  background: #5781bd; }
  aside.message-to-bib:hover {
    background-color: #004a99; }
  aside.message-to-bib .message-to-bib-header {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    min-width: 0px;
    align-self: center;
    -webkit-align-self: center;
    -ms-align-self: center;
    color: white;
    cursor: pointer;
    height: 23px;
    line-height: 23px; }
  aside.message-to-bib .message-to-bib-content {
    background: #efbd47;
    position: absolute;
    right: 25px;
    top: 0px;
    width: 900px;
    opacity: 1;
    padding: 10px; }
    aside.message-to-bib .message-to-bib-content h2 {
      flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      min-width: 0px;
      margin-bottom: 10px; }
    aside.message-to-bib .message-to-bib-content .message-to-bib-help {
      font-style: italic;
      margin-bottom: 10px; }
    aside.message-to-bib .message-to-bib-content textarea {
      width: 100%;
      height: 300px;
      font-family: "Arial";
      padding: 5px;
      resize: none;
      border-radius: 3px;
      border: 1px solid #4d4f53; }

.sub-nav {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  width: 150px;
  top: 173px;
  left: calc(50% + 450px);
  /* 450px = $width-content/2 */
  position: fixed; }
  .sub-nav:hover .sub-nav-header .sub-nav-header-text {
    background-color: #004a99; }
  .sub-nav:hover .sub-nav-content {
    display: block; }
  .sub-nav .sub-nav-header {
    width: 25px; }
    .sub-nav .sub-nav-header .sub-nav-header-text {
      -moz-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);
      moz-transform-origin: 0 0;
      -o-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
      background-color: #5781bd;
      color: white;
      width: 100px;
      top: 100px;
      position: relative;
      line-height: 25px;
      text-align: center; }
  .sub-nav .sub-nav-content {
    display: none;
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    min-width: 0px;
    padding: 5px;
    padding-bottom: 0px;
    background: #004a99; }
    .sub-nav .sub-nav-content button {
      display: flex;
      display: -webkit-flex;
      display: -ms-flex;
      flex-direction: row;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      min-width: 0px;
      width: 100%;
      border: 1px solid white;
      padding: 3px;
      text-align: left;
      margin-bottom: 5px; }
      .sub-nav .sub-nav-content button:not(:disabled):hover {
        cursor: pointer;
        background: white; }
      .sub-nav .sub-nav-content button div {
        display: flex;
        display: -webkit-flex;
        display: -ms-flex;
        flex-direction: row;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        min-width: 0px;
        align-items: center;
        -webkit-align-items: center;
        -ms-align-items: center; }
        .sub-nav .sub-nav-content button div span {
          flex: 1;
          -webkit-flex: 1;
          -ms-flex: 1;
          min-width: 0px; }

.lower-opacity-true {
  opacity: .3; }

.classification-select, .classification_uncontrolled-select {
  width: 400px; }

.person-select, .corporate-select, .project-select {
  width: 250px; }

.relation-select, .relation_external-select {
  width: 250px; }

.norm-item .fa {
  line-height: 100px;
  font-size: 50px;
  color: white; }

#search {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap; }
  #search #searchfields {
    position: relative;
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    min-width: 0px; }
    #search #searchfields h3 {
      margin-bottom: 10px; }
    #search #searchfields input {
      height: 30px; }
    #search #searchfields select {
      height: 30px; }
    #search #searchfields .po_r {
      display: flex;
      display: -webkit-flex;
      display: -ms-flex;
      flex-direction: row;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap; }
      #search #searchfields .po_r label {
        display: none;
        line-height: 30px;
        height: 30px;
        margin-right: 10px; }
        #search #searchfields .po_r label:after {
          content: ':'; }
    #search #searchfields .all {
      display: flex;
      display: -webkit-flex;
      display: -ms-flex;
      flex-direction: row;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap; }
      #search #searchfields .all input {
        flex: auto;
        -webkit-flex: auto;
        -ms-flex: auto;
        min-width: 0px;
        width: 100%;
        margin-bottom: 10px; }
      #search #searchfields .all div {
        flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        min-width: 0px;
        text-align: left;
        border-radius: 3px;
        padding-left: 10px; }
        #search #searchfields .all div:before {
          content: '\f067';
          font-family: FontAwesome;
          font-weight: normal;
          font-style: normal;
          margin-right: 10px; }
        #search #searchfields .all div + div {
          margin-left: 10px; }
    #search #searchfields .select_search_line {
      display: flex;
      display: -webkit-flex;
      display: -ms-flex;
      flex-direction: row;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap; }
  #search #facets {
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    min-width: 0px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    padding-left: 10px;
    border-left: 1px dotted #4d4f53;
    margin-left: 10px; }
    #search #facets .empty:after {
      content: 'ohne';
      font-style: italic; }
    #search #facets .tabs_header > div {
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
      border-bottom: 0px; }
    #search #facets .tabs_body {
      display: flex;
      display: -webkit-flex;
      display: -ms-flex;
      flex-direction: row;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      min-width: 0px;
      border: 1px solid #4d4f53;
      border-radius: 3px;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px; }
      #search #facets .tabs_body #year_tab {
        display: flex;
        display: -webkit-flex;
        display: -ms-flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap; }
        #search #facets .tabs_body #year_tab #noYear {
          display: flex;
          display: -webkit-flex;
          display: -ms-flex;
          flex-direction: row;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          align-items: center;
          -webkit-align-items: center;
          -ms-align-items: center;
          justify-content: flex-end;
          -webkit-justify-content: flex-end;
          -ms-justify-content: flex-end;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          -o-user-select: none;
          user-select: none;
          border-radius: 3px;
          height: 25px;
          padding-right: 10px;
          cursor: pointer;
          width: 200px;
          background-color: rgba(234, 235, 231, 0.6);
          margin-top: 5px;
          margin-left: 52px;
          margin-top: 13px;
          margin-bottom: 5px;
          border: 1px solid white; }
          #search #facets .tabs_body #year_tab #noYear:hover {
            background-color: #eaebe7; }
          #search #facets .tabs_body #year_tab #noYear .tristate_checkbox {
            background-position: 0pt 0pt;
            background-image: url("../images/tristate_checkbox.gif");
            height: 13px;
            position: relative;
            width: 13px;
            display: inline-block; }
            #search #facets .tabs_body #year_tab #noYear .tristate_checkbox.checked {
              background-position: 0px 13px; }
          #search #facets .tabs_body #year_tab #noYear #countYears {
            margin-right: 5px;
            width: 20px;
            text-align: right; }
        #search #facets .tabs_body #year_tab #diagram_slide {
          flex: 1;
          -webkit-flex: 1;
          -ms-flex: 1;
          min-width: 0px;
          margin-top: 5px;
          position: relative;
          left: 18px;
          width: 350px; }
          #search #facets .tabs_body #year_tab #diagram_slide #diagram {
            height: 155px; }
          #search #facets .tabs_body #year_tab #diagram_slide #year-slider {
            border: medium none;
            margin: 0pt 4px 0pt 35px;
            top: 10px;
            border-radius: 0px; }
            #search #facets .tabs_body #year_tab #diagram_slide #year-slider .ui-slider .ui-slider-handle {
              width: 12px; }
            #search #facets .tabs_body #year_tab #diagram_slide #year-slider .ui-slider-horizontal .ui-slider-handle {
              margin-left: -6px; }
            #search #facets .tabs_body #year_tab #diagram_slide #year-slider .ui-slider-range {
              background: #efbd47; }
            #search #facets .tabs_body #year_tab #diagram_slide #year-slider a {
              -webkit-user-select: none;
              -moz-user-select: none;
              -ms-user-select: none;
              -o-user-select: none;
              user-select: none;
              outline: none;
              cursor: col-resize;
              text-decoration: none;
              width: 12px;
              margin-left: -6px;
              top: -161px;
              height: 172px; }
          #search #facets .tabs_body #year_tab #diagram_slide .showYear {
            position: relative;
            display: inline-block;
            border: 1px solid #4d4f53;
            cursor: pointer;
            padding-top: 0pt;
            background-color: rgba(239, 189, 71, 0.2);
            height: 20px;
            top: 176px;
            line-height: 20px;
            width: 49px; }
          #search #facets .tabs_body #year_tab #diagram_slide .xAxis .tickLabel {
            margin-top: 0pt; }
          #search #facets .tabs_body #year_tab #diagram_slide .yAxis .tickLabel {
            margin-right: 5px; }
          #search #facets .tabs_body #year_tab #diagram_slide #small_year {
            display: inline-block;
            width: 75px;
            text-align: center; }
          #search #facets .tabs_body #year_tab #diagram_slide #year-0 {
            color: #4d4f53;
            padding-left: 2px;
            left: -42px;
            background-position: 32px 2px;
            top: 156px;
            position: absolute; }
            #search #facets .tabs_body #year_tab #diagram_slide #year-0:after {
              content: "\f061";
              font-family: FontAwesome;
              font-weight: normal;
              font-style: normal;
              margin-left: 3px; }
          #search #facets .tabs_body #year_tab #diagram_slide #year-1 {
            text-align: right;
            color: #4d4f53;
            left: 6px;
            background-position: 2px 2px;
            padding-right: 2px;
            top: 156px; }
            #search #facets .tabs_body #year_tab #diagram_slide #year-1:before {
              content: "\f060";
              font-family: FontAwesome;
              font-weight: normal;
              font-style: normal;
              margin-right: 3px; }
          #search #facets .tabs_body #year_tab #diagram_slide #year-0:hover, #search #facets .tabs_body #year_tab #diagram_slide #year-1:hover {
            color: #4d4f53;
            border-color: #4d4f53; }
          #search #facets .tabs_body #year_tab #diagram_slide #range-div {
            margin-left: 35px;
            margin-right: 2px; }
          #search #facets .tabs_body #year_tab #diagram_slide #block-0 {
            background-color: grey;
            opacity: 0.5;
            position: absolute;
            top: -161px;
            height: 133px; }
          #search #facets .tabs_body #year_tab #diagram_slide #block-1 {
            background-color: grey;
            opacity: 0.5;
            position: absolute;
            top: -161px;
            height: 133px; }
          #search #facets .tabs_body #year_tab #diagram_slide #year-slider .ui-state-default {
            background: url("../images/bg_black.png") repeat-y scroll center 0pt transparent;
            border: medium none;
            z-index: 0; }
          #search #facets .tabs_body #year_tab #diagram_slide #year-slider a:focus {
            color: #E17009; }
      #search #facets .tabs_body > div {
        flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        min-width: 0px;
        display: flex;
        display: -webkit-flex;
        display: -ms-flex;
        flex-direction: row;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap; }
        #search #facets .tabs_body > div .unselected_facets {
          flex: 1;
          -webkit-flex: 1;
          -ms-flex: 1;
          min-width: 0px;
          max-height: 242px;
          overflow-y: scroll;
          overflow-x: hidden; }
          #search #facets .tabs_body > div .unselected_facets .addFacet {
            display: flex;
            display: -webkit-flex;
            display: -ms-flex;
            flex-direction: row;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            align-items: center;
            -webkit-align-items: center;
            -ms-align-items: center;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            -o-user-select: none;
            user-select: none;
            padding: 5px;
            cursor: pointer; }
            #search #facets .tabs_body > div .unselected_facets .addFacet:hover {
              background: #d0eb8a; }
              #search #facets .tabs_body > div .unselected_facets .addFacet:hover .fa-plus-circle {
                color: #739600; }
            #search #facets .tabs_body > div .unselected_facets .addFacet .facetValue {
              flex: 1;
              -webkit-flex: 1;
              -ms-flex: 1;
              min-width: 0px;
              margin-left: 10px; }
            #search #facets .tabs_body > div .unselected_facets .addFacet .facetCount {
              width: 65px;
              margin-left: 5px;
              text-align: right; }
        #search #facets .tabs_body > div .summary {
          flex: 1;
          -webkit-flex: 1;
          -ms-flex: 1;
          min-width: 0px; }
          #search #facets .tabs_body > div .summary .removeFacet {
            display: flex;
            display: -webkit-flex;
            display: -ms-flex;
            flex-direction: row;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            -o-user-select: none;
            user-select: none;
            cursor: pointer;
            padding: 5px; }
            #search #facets .tabs_body > div .summary .removeFacet:hover {
              background: #ff818d; }
              #search #facets .tabs_body > div .summary .removeFacet:hover .fa {
                color: #7b2927; }
            #search #facets .tabs_body > div .summary .removeFacet .facet_value {
              flex: 1;
              -webkit-flex: 1;
              -ms-flex: 1;
              min-width: 0px; }
            #search #facets .tabs_body > div .summary .removeFacet .fa {
              align-self: center;
              -webkit-align-self: center;
              -ms-align-self: center;
              margin-left: 10px; }
  #search #filters > div {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap; }
    #search #filters > div > div {
      flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      min-width: 0px; }
      #search #filters > div > div + div {
        margin-left: 10px; }

div[data-selected] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  border: 1px solid #4d4f53;
  border-radius: 3px;
  background-color: rgba(239, 189, 71, 0.2);
  color: black; }
  div[data-selected]:hover {
    background-color: rgba(239, 189, 71, 0.5); }

div[data-selected='true'] {
  background-color: #efbd47; }
  div[data-selected='true']:hover {
    background-color: #efbd47; }

.tabs_header {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap; }
  .tabs_header small {
    margin-left: 5px; }
  .tabs_header > div {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    width: 110px;
    padding-left: 5px;
    border: 1px solid #4d4f53;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    background: rgba(239, 189, 71, 0.2);
    text-align: center; }
    .tabs_header > div:hover {
      background-color: rgba(239, 189, 71, 0.5); }
    .tabs_header > div.tab_active {
      background: #efbd47;
      color: black;
      margin-top: 0px;
      margin-bottom: 0px; }
    .tabs_header > div + div {
      margin-left: 10px; }

#facets .tabs_header > div {
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  min-width: 0px; }

.tab_invisible {
  display: none !important; }

div[data-search_value="publication"] {
  background-image: url("../images/media_type_publication.png"); }

div[data-search_value="publication"]:hover {
  background-image: url("../images/media_type_publication.png"); }

div[data-search_value="publication"][data-selected="true"]:hover {
  background-image: url("../images/media_type_publication.png"); }

div[data-search_value="bib_quote"] {
  background-image: url("../images/media_type_bib_quote.png"); }

div[data-search_value="bib_quote"]:hover {
  background-image: url("../images/media_type_bib_quote.png"); }

div[data-search_value="bib_quote"][data-selected="true"]:hover {
  background-image: url("../images/media_type_bib_quote.png"); }

div[data-search_value="research_data"] {
  background-image: url("../images/media_type_research_data.png"); }

div[data-search_value="research_data"]:hover {
  background-image: url("../images/media_type_research_data.png"); }

div[data-search_value="service"] {
  background-image: url("../images/media_type_service.png"); }

div[data-search_value="service"]:hover {
  background-image: url("../images/media_type_service.png"); }

div[data-search_value="service"][data-selected="true"]:hover {
  background-image: url("../images/media_type_service.png"); }

div[data-search_value="collection"] {
  background-image: url("../images/media_type_collection.png"); }

div[data-search_value="collection"]:hover {
  background-image: url("../images/media_type_collection.png"); }

div[data-search_value="collection"][data-selected="true"]:hover {
  background-image: url("../images/media_type_collection.png"); }

#results {
  position: relative; }
  #results .tabs_header {
    margin-bottom: 10px;
    padding-left: 0px; }
    #results .tabs_header div {
      width: 140px;
      cursor: default;
      background: none;
      font-weight: bold;
      text-align: right;
      border: none;
      font-size: 15px; }
  #results #reset_form {
    position: absolute;
    left: 150px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #4d4f53;
    top: 0px;
    width: 100px;
    border-radius: 3px;
    background: rgba(201, 202, 200, 0.4); }
    #results #reset_form:hover {
      background: #c9cac8;
      cursor: pointer; }
  #results #hide_search {
    position: absolute;
    height: 30px;
    left: 345px;
    cursor: pointer;
    top: 0px; }
  #results .invisible .search_visible {
    display: none; }
  #results .invisible .search_invisible {
    display: inline-block; }
  #results .search_visible, #results .search_invisible {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center; }
  #results .search_invisible {
    display: none; }
  #results .pagination {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    height: 30px;
    float: right; }
    #results .pagination div {
      padding: 3px;
      height: 30px;
      line-height: 30px;
      padding: 0px;
      padding-left: 3px;
      padding-right: 3px; }
  #results .sort_td {
    background: rgba(234, 235, 231, 0.4); }
  #results .table_header {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap; }
    #results .table_header div[name='sort'] {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      -o-user-select: none;
      user-select: none;
      cursor: pointer;
      background-image: url(../images/sort.png);
      background-position: right 5px center;
      background-repeat: no-repeat; }
      #results .table_header div[name='sort'].sort_asc {
        background-image: url(../images/sort_asc.png);
        background-position: right 5px center;
        background-repeat: no-repeat; }
      #results .table_header div[name='sort'].sort_desc {
        background-image: url(../images/sort_desc.png);
        background-position: right 5px center;
        background-repeat: no-repeat; }
    #results .table_header div {
      border: 1px solid #4d4f53;
      border-left: none;
      border-bottom: none;
      text-align: center;
      height: 30px;
      line-height: 30px;
      font-weight: bold; }
      #results .table_header div:first-child {
        border-left: 1px solid #4d4f53;
        border-top-left-radius: 3px; }
      #results .table_header div:last-child {
        border-top-right-radius: 3px; }
  #results .table_body > div {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap; }
    #results .table_body > div > div {
      padding: 10px;
      border: 1px solid #4d4f53;
      border-left: none;
      border-bottom: none; }
      #results .table_body > div > div:first-child {
        border-left: 1px solid #4d4f53; }
    #results .table_body > div:last-child {
      border-bottom: 1px solid #4d4f53;
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px; }
      #results .table_body > div:last-child > div:first-child {
        border-bottom-left-radius: 3px; }
      #results .table_body > div:last-child > div:last-child {
        border-bottom-right-radius: 3px; }

.pagination_person, .pagination_corporate, .pagination_project {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  height: 14px;
  float: right; }
  .pagination_person div, .pagination_corporate div, .pagination_project div {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    padding: 3px;
    line-height: 14px;
    padding: 0px;
    padding-left: 3px;
    padding-right: 3px; }

.titleAndImage {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch; }
  .titleAndImage .zoomable {
    cursor: zoom-in;
    cursor: -webkit-zoom-in; }
  .titleAndImage .previewImage {
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    padding: 0 10px;
    color: #5781bd; }
    .titleAndImage .previewImage div.bigPreview {
      width: 100%;
      display: flex;
      display: -webkit-flex;
      display: -ms-flex;
      flex-direction: row;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      cursor: zoom-out;
      cursor: -webkit-zoom-out;
      justify-content: center;
      -webkit-justify-content: center;
      -ms-justify-content: center;
      background: white;
      border: none; }
      .titleAndImage .previewImage div.bigPreview img {
        max-width: 100%; }
    .titleAndImage .previewImage .fa {
      color: white;
      font-size: 75px;
      line-height: 200px; }
  .titleAndImage #previewImage {
    display: inline-block;
    height: 200px;
    width: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #4d4f53;
    background-color: white;
    border-radius: 3px;
    color: #5781bd; }

.landingPageDiv {
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  min-width: 0px; }
  .landingPageDiv a:hover {
    text-decoration: underline; }
  .landingPageDiv .reverse_relations {
    padding-left: 20px;
    margin-bottom: 20px; }
    .landingPageDiv .reverse_relations li {
      display: list-item; }

.landingpage-pagination {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  height: 30px;
  position: relative;
  right: 0px;
  top: 0px;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  flex: 1 1 0;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  min-width: 0px;
  order: 3; }
  .landingpage-pagination button {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    outline: none; }
  .landingpage-pagination button:focus {
    outline: 0 !important; }
  .landingpage-pagination button::-moz-focus-inner {
    border: 0; }
  .landingpage-pagination .currentPage {
    flex: 0 0 1;
    -webkit-flex: 0 0 1;
    -ms-flex: 0 0 1;
    min-width: 0px;
    align-self: center;
    -webkit-align-self: center;
    -ms-align-self: center;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    padding: 10px; }

.title {
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  min-width: 0px;
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch; }
  .title .subtitle {
    margin-top: 30px; }
    .title .subtitle h3 {
      margin: 0 0 5px 0; }
    .title .subtitle .landingpage-additional-names {
      display: flex;
      display: -webkit-flex;
      display: -ms-flex;
      flex-direction: row;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex: 1 1 0;
      -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0;
      min-width: 0px;
      justify-content: flex-start;
      -webkit-justify-content: flex-start;
      -ms-justify-content: flex-start; }

.twoColumns {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* Nur rechten Rahmen anzeigen wenn es auch Klassifiaktionen gibt -> landingpageData.metadata.classification | getSizeOfJsonArray : true|false */ }
  .twoColumns .landingpage-keywords-true, .twoColumns .landingpage-persons-true {
    border-right: 1px dotted #4d4f53;
    margin: 0 15px 0 0; }
  .twoColumns .landingpage-keywords-false {
    margin: 0 15px 0 0; }
  .twoColumns .landingpage-classifications {
    padding: 0 0 0 0px; }
  .twoColumns #landingpage-keywords i, .twoColumns i.smaller {
    font-size: 70%; }
  .twoColumns .landingpage-persons-false {
    display: none; }

div.column {
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  min-width: 0px; }

.tabs {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap; }

ul.tabs {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }
  ul.tabs li {
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    cursor: pointer;
    margin: 0 5px 0 0; }
    ul.tabs li h2 {
      background: rgba(239, 189, 71, 0.2);
      border: 1px solid #4d4f53;
      border-bottom: none;
      -moz-border-radius: 0px;
      -webkit-border-radius: 3px 3px 0px 0px;
      border-radius: 3px 3px 0px 0px;
      color: #9a9b9c;
      cursor: pointer;
      height: 30px;
      line-height: 30px;
      padding: 0 5px;
      text-align: center;
      width: auto;
      font-size: 13px;
      font-family: "Arial";
      color: #4d4f53;
      font-weight: normal; }
    ul.tabs li h2:hover {
      background: rgba(239, 189, 71, 0.5); }
    ul.tabs li .active, ul.tabs li h2.selected:hover {
      background: #efbd47;
      color: black;
      border: 1px solid #4d4f53;
      border-bottom: none;
      -moz-border-radius: 0px;
      -webkit-border-radius: 3px 3px 0px 0px;
      border-radius: 3px 3px 0px 0px;
      cursor: pointer;
      font-size: 15px;
      height: 30px;
      line-height: 30px;
      padding: 0 5px;
      text-align: center;
      width: auto;
      font-size: 13px;
      font-family: "Arial";
      font-weight: normal; }

div.landingpageDiv-doc-type div.floatRight {
  background-position: left center;
  text-indent: 20px;
  cursor: default;
  margin: 10px 0 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

/* Landing Page: Ressources*/
div[data-block='file'] .doc_prewiew_flex_item_image {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  color: #5781bd;
  background-size: contain;
  height: 75px;
  width: 75px;
  border: 1px solid #4d4f53;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center; }

div.landingpage-embargo {
  border: 1px solid #4d4f53;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 5px;
  margin: 5px 0px;
  margin-top: 30px;
  background-color: #dae3ea; }

/* Landing Page: Ergebnistabelle */
.table-header-landingpage {
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  min-width: 0px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap; }
  .table-header-landingpage > div {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    border: 1px solid #4d4f53;
    border-left: none;
    border-bottom: none;
    text-align: center;
    font-weight: bold;
    padding: 10px; }
    .table-header-landingpage > div:first-child {
      border-left: 1px solid #4d4f53;
      border-top-left-radius: 3px; }
    .table-header-landingpage > div:last-child {
      border-top-right-radius: 3px; }
  .table-header-landingpage .flex_1 {
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    min-width: 0px; }
  .table-header-landingpage .flex_3 {
    flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    min-width: 0px; }
  .table-header-landingpage .flex_5 {
    flex: 5;
    -webkit-flex: 5;
    -ms-flex: 5;
    min-width: 0px; }
  .table-header-landingpage .sort {
    cursor: pointer;
    background-image: url("../images/sort.png");
    background-position: right 4px center;
    background-repeat: no-repeat; }
  .table-header-landingpage .sort_true_asc {
    background-image: url("../images/sort_asc.png");
    background-color: rgba(234, 235, 231, 0.4); }
  .table-header-landingpage .sort_true_desc {
    background-image: url("../images/sort_desc.png");
    background-color: rgba(234, 235, 231, 0.4); }

.tabs-header-landingpage {
  padding: 0px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  height: 30px;
  margin: 5px 0; }
  .tabs-header-landingpage > div {
    width: auto;
    padding: 0 5px;
    border: 1px solid #4d4f53;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    margin: 0 5px 0 0; }
  .tabs-header-landingpage div.used-false {
    background: rgba(239, 189, 71, 0.2);
    color: #4d4f53; }
  .tabs-header-landingpage div.used-false:hover {
    background: rgba(239, 189, 71, 0.5); }
  .tabs-header-landingpage div.used-true {
    background: #efbd47;
    color: black; }

div.landingpage-license-text-and-icon {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex: 1 1 0;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  min-width: 0px;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center; }
  div.landingpage-license-text-and-icon div.landingpage-licence-text {
    align-self: flex-start;
    -webkit-align-self: flex-start;
    -ms-align-self: flex-start;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap; }
  div.landingpage-license-text-and-icon div.landingpage-license-icon {
    /*        min-height: 50px;
            background-repeat: no-repeat;
            background-size: contain;
            background-position: right center;*/
    flex: 1 0;
    -webkit-flex: 1 0;
    -ms-flex: 1 0;
    min-width: 0px;
    text-align: center; }
  div.landingpage-license-text-and-icon div.license-prev {
    border: 1px solid #4d4f53;
    border-radius: 3px;
    background: rgba(234, 235, 231, 0.5);
    padding: 10px;
    text-align: center;
    width: 60%;
    margin: 10px 0 0 0; }

.landingpage-resultTable-buttons {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex: 1 1 0;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  min-width: 0px; }

.landingpage-result-count {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex: 1 1 0;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  min-width: 0px;
  background: none repeat scroll 0 0 white;
  color: black;
  height: 30px;
  font-weight: bold;
  line-height: 30px;
  margin: 5px 0;
  padding: 0 0 0 5px;
  width: 110px;
  order: 1; }

.tabs-header-right {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  margin: 5px 0;
  text-align: center;
  flex: 5 1 0;
  -webkit-flex: 5 1 0;
  -ms-flex: 5 1 0;
  min-width: 0px;
  order: 2; }
  .tabs-header-right div {
    padding: 0px; }
  .tabs-header-right div.column-visible-false {
    background: #efbd47;
    color: black; }
  .tabs-header-right div.column-visible-true:hover {
    background: rgba(239, 189, 71, 0.5); }
  .tabs-header-right div.column-visible-true {
    background: rgba(239, 189, 71, 0.2); }

.table-body-landingpage {
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  min-width: 0px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap; }
  .table-body-landingpage:last-child {
    border-bottom: 1px solid #4d4f53;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .table-body-landingpage:last-child > div:first-child {
      border-bottom-left-radius: 3px; }
    .table-body-landingpage:last-child > div:last-child {
      border-bottom-right-radius: 3px; }
  .table-body-landingpage .sort-true {
    background-color: rgba(234, 235, 231, 0.4); }
  .table-body-landingpage > div {
    padding: 10px; }
    .table-body-landingpage > div:first-child {
      text-align: center; }
  .table-body-landingpage .flex_1 {
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    min-width: 0px;
    border-top: 1px solid #4d4f53;
    border-left: 1px solid #4d4f53; }
  .table-body-landingpage .flex_3 {
    flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    min-width: 0px;
    border-top: 1px solid #4d4f53;
    border-left: 1px solid #4d4f53; }
  .table-body-landingpage .flex_5 {
    border-top: 1px solid #4d4f53;
    border-left: 1px solid #4d4f53;
    flex: 5;
    -webkit-flex: 5;
    -ms-flex: 5;
    min-width: 0px;
    text-align: left; }
    .table-body-landingpage .flex_5 a:hover {
      text-decoration: underline; }
  .table-body-landingpage .flex_1:last-child, .table-body-landingpage .flex_5:last-child {
    border-right: 1px solid #4d4f53; }

div.tabContent {
  padding: 5px;
  /*    max-height: 200px;
      overflow-y: scroll;*/
  border: 1px solid black;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px 3px 3px 3px;
  border-radius: 0px 3px 3px 3px; }

#landingpage-citeme {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex: 1 1 0;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  min-width: 0px;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  font-style: italic; }

#resource, #landingpage-keywords, #landingpage-classification, #landingpage-classification-uncontrolled, #landingpage-pruefungsaufgaben {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  min-width: 0px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap; }

li.landingpage-resources-files {
  background: rgba(201, 202, 200, 0.4);
  list-style: none;
  padding: 5px; }
  li.landingpage-resources-files:nth-child(even) {
    background: rgba(201, 202, 200, 0.2); }
  li.landingpage-resources-files:nth-child(even):hover, li.landingpage-resources-files:nth-child(odd):hover {
    background: rgba(201, 202, 200, 0.8); }
  li.landingpage-resources-files .landingpage-resources-label {
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 5px; }
  li.landingpage-resources-files .file-info-line {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center; }
    li.landingpage-resources-files .file-info-line .zip-info {
      flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      min-width: 0px; }
    li.landingpage-resources-files .file-info-line .landingpage-file-filename {
      flex: 3;
      -webkit-flex: 3;
      -ms-flex: 3;
      min-width: 0px;
      margin-left: 10px; }
      li.landingpage-resources-files .file-info-line .landingpage-file-filename i {
        margin-right: 5px; }
    li.landingpage-resources-files .file-info-line .landingpage-file-filesize {
      width: 100px;
      margin-left: 10px;
      text-align: right; }
    li.landingpage-resources-files .file-info-line .landingpage-file-download {
      margin-left: 10px;
      background: rgba(239, 189, 71, 0.2);
      color: #4d4f53;
      border-radius: 3px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      -o-user-select: none;
      user-select: none;
      width: auto;
      padding: 0 5px;
      border: 1px solid #4d4f53;
      height: 30px;
      line-height: 30px; }
      li.landingpage-resources-files .file-info-line .landingpage-file-download:hover {
        background: rgba(239, 189, 71, 0.5);
        text-decoration: none; }

.landingpage-formerPersons {
  margin: 15px 0 0 0; }

#landingpage-associated-institutions {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  min-width: 0px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap; }
  #landingpage-associated-institutions > div {
    width: 100%; }
  #landingpage-associated-institutions ul {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    min-width: 0px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /*        li:last-child {
                @include display-flex;
                @include flex (5 1 0);
            }*/ }
    #landingpage-associated-institutions ul li {
      display: flex;
      display: -webkit-flex;
      display: -ms-flex;
      flex-direction: row;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex: 2 1 0;
      -webkit-flex: 2 1 0;
      -ms-flex: 2 1 0;
      min-width: 0px;
      justify-content: flex-start;
      -webkit-justify-content: flex-start;
      -ms-justify-content: flex-start;
      margin: 5px; }
    #landingpage-associated-institutions ul li#affiliation {
      display: flex;
      display: -webkit-flex;
      display: -ms-flex;
      flex-direction: row;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex: 3 1 0;
      -webkit-flex: 3 1 0;
      -ms-flex: 3 1 0;
      min-width: 0px;
      justify-content: flex-start;
      -webkit-justify-content: flex-start;
      -ms-justify-content: flex-start;
      margin: 5px; }

div.landingpage-gnd-info .flexbox {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap; }
div.landingpage-gnd-info label {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex: 1 1 0;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  min-width: 0px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  margin-right: 5px; }
  div.landingpage-gnd-info label:after {
    content: ':'; }
div.landingpage-gnd-info span {
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  min-width: 0px;
  flex: 5 1 0;
  -webkit-flex: 5 1 0;
  -ms-flex: 5 1 0;
  min-width: 0px; }

div.landingpageIsAdminHint {
  background-color: #ff818d;
  border: 1px solid #4d4f53;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 10px 0px; }
  div.landingpageIsAdminHint hgroup {
    margin: 10px; }
  div.landingpageIsAdminHint h2 {
    color: white;
    padding: 5px;
    text-align: center;
    width: 100%;
    font-size: 25px; }

div.landingpage-publication-date {
  font-weight: bold;
  margin-top: 20px; }

#established {
  min-width: 0; }

.clickable {
  cursor: pointer;
  color: #5781bd;
  outline: none; }
  .clickable:hover {
    color: #004a99; }

.op_50 {
  opacity: .5;
  cursor: default; }

div[data-search_value] {
  background-position: center;
  background-repeat: no-repeat; }

.result-freidok a.preview_icon {
  border-radius: 3px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: white;
  height: 80px;
  line-height: 80px;
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  min-width: 0px;
  align-self: center;
  -webkit-align-self: center;
  -ms-align-self: center;
  border: 1px solid #4d4f53;
  color: #5781bd; }
  .result-freidok a.preview_icon:link, .result-freidok a.preview_icon:visited {
    color: #5781bd; }
.result-freidok a.preview_icon.doc_preview {
  height: 55px; }
.result-freidok .w6 {
  width: 90px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center; }
.result-freidok .w1 {
  width: 90px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center; }
.result-freidok .w2 {
  width: 233px;
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  min-width: 0px; }
.result-freidok .w3 {
  width: 162px; }
.result-freidok .w4 {
  width: 203px; }
.result-freidok .w5 {
  width: 67px;
  text-align: center; }
.result-freidok .lp_link {
  text-decoration: none;
  display: inline-block; }
  .result-freidok .lp_link + .lp_link {
    margin-top: 5px; }
.result-freidok .lp_link:hover {
  text-decoration: underline; }
.result-freidok div.media_type {
  width: 100%;
  height: 20px;
  align-self: center;
  -webkit-align-self: center;
  -ms-align-self: center;
  border: none;
  background-repeat: no-repeat;
  background-position: center; }

.result-lopes .table_header > div, .result-freikost .table_header > div, .result-project .table_header > div {
  height: auto !important;
  line-height: initial !important;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  padding: 5px; }
.result-lopes a.preview_icon, .result-freikost a.preview_icon, .result-project a.preview_icon {
  border-radius: 3px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 80px;
  line-height: 80px;
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  min-width: 0px;
  align-self: center;
  -webkit-align-self: center;
  -ms-align-self: center;
  border: 1px solid #4d4f53;
  background-color: white;
  color: #5781bd; }
  .result-lopes a.preview_icon:hover, .result-freikost a.preview_icon:hover, .result-project a.preview_icon:hover {
    text-decoration: none; }
.result-lopes a.preview_icon.doc_preview, .result-freikost a.preview_icon.doc_preview, .result-project a.preview_icon.doc_preview {
  height: 55px; }
.result-lopes .w1, .result-freikost .w1, .result-project .w1 {
  width: 90px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center; }
.result-lopes .w2, .result-freikost .w2, .result-project .w2 {
  width: 300px;
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  min-width: 0px; }
.result-lopes .w3, .result-freikost .w3, .result-project .w3 {
  width: 120px;
  text-align: center; }
.result-lopes .w4, .result-freikost .w4, .result-project .w4 {
  width: 162px;
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  min-width: 0px; }
.result-lopes .lp_link, .result-freikost .lp_link, .result-project .lp_link {
  text-decoration: none; }
.result-lopes .lp_link:hover, .result-freikost .lp_link:hover, .result-project .lp_link:hover {
  text-decoration: underline; }
.result-lopes .flexbox, .result-freikost .flexbox, .result-project .flexbox {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap; }
  .result-lopes .flexbox + .flexbox, .result-freikost .flexbox + .flexbox, .result-project .flexbox + .flexbox {
    margin-top: 5px; }
  .result-lopes .flexbox .title_year, .result-freikost .flexbox .title_year, .result-project .flexbox .title_year {
    width: 25px;
    margin-right: 10px; }
  .result-lopes .flexbox .title_header, .result-freikost .flexbox .title_header, .result-project .flexbox .title_header {
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    min-width: 0px;
    text-overflow: ellipsis;
    overflow: hidden; }

.main-iss {
  min-height: 0%; }
  .main-iss hr {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%; }

.form .row + .row {
  margin-top: 10px; }
.form .row label {
  min-width: 100px;
  display: inline-block; }

body {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  min-height: 100vh; }
  body main {
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    min-width: 0px;
    flex-basis: auto;
    -webkt-flex-basis: auto;
    -ms-flex-basis: auto; }

.data-saved {
  border: 1px solid #4d4f53;
  position: fixed;
  top: 50%;
  width: 860px;
  padding: 20px;
  z-index: 50;
  background: #92d400;
  font-size: 18px;
  text-align: center;
  border-radius: 3px; }
  .data-saved.saving-done-false {
    background: #f8e498; }
  .data-saved .fa {
    color: #4d4f53; }

.list {
  margin: 10px 0 0 15px; }
  .list li {
    display: list-item;
    list-style-type: square; }

.flexbox .list {
  margin: 0; }

.tabs-header-landingpage .filter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  border-radius: 3px; }
.tabs-header-landingpage .help_filter {
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  min-width: 0px;
  text-align: center; }

a.default:hover {
  text-decoration: underline; }

#result_freidok .pagination {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.table_header .sort_td {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.toggle_view {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.unchecked_block {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.edit, .edit_freidok {
  width: 900px;
  margin: 0 auto; }

#logoimg {
  border-radius: 3px;
  border: 1px solid #4d4f53;
  background-color: #5781bd; }

.doc_preview_div {
  background-color: #5781bd;
  border-radius: 3px; }

.nav_document .language_selection, .nav_person .language_selection, .nav_corporate .language_selection, .nav_tools .language_selection, .nav_project .language_selection {
  visibility: hidden; }

.saving-true, .saved-true {
  opacity: .4; }

label.filter_mode {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer; }

.full_preview_block {
  height: 400px;
  overflow-y: scroll;
  border: 1px solid #4d4f53;
  border-radius: 3px; }

.error-box {
  border: 5px solid #de3831;
  border-radius: 3px;
  margin: 0 0 20px;
  padding: 10px;
  background-color: #fff; }

.unifr-TRUE {
  background-image: url("../images/uni_logo.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 30px; }

.doc_orig_help {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  margin-bottom: 10px; }

.m_t_20 {
  margin-top: 20px; }

.m_r_5 {
  margin-right: 5px; }

.relation_order {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap; }
  .relation_order input {
    width: 80px;
    flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    min-width: 0px; }

.cke_editable {
  cursor: text;
  margin: 10px;
  padding: 10px; }

.show-full-license-description-false {
  max-height: 60px; }

.show-full-license-description-true {
  max-height: 300px; }

.license-img {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -ms-align-self: flex-start;
  display: inline-block;
  width: 96px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left; }

.by_block {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap; }
  .by_block label {
    min-width: 130px;
    font-weight: bold;
    font-size: 15px;
    margin-right: 5px; }
    .by_block label:after {
      content: ':'; }
  .by_block .by_block_top {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    border: 1px solid #4d4f53;
    border-radius: 3px;
    background: rgba(234, 235, 231, 0.5);
    padding: 10px; }
    .by_block .by_block_top .suggestion_block {
      display: flex;
      display: -webkit-flex;
      display: -ms-flex;
      flex-direction: row;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-wrap: nowrap;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      align-items: center;
      -webkit-align-items: center;
      -ms-align-items: center; }
      .by_block .by_block_top .suggestion_block div {
        flex: 1 1 auto;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        min-width: 0px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
        text-align: center;
        display: inline-block;
        border: 1px solid #4d4f53;
        padding: 5px;
        cursor: pointer;
        background: rgba(239, 189, 71, 0.2);
        border-radius: 3px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
        .by_block .by_block_top .suggestion_block div + div {
          margin-left: 5px; }
        .by_block .by_block_top .suggestion_block div:hover {
          background: rgba(239, 189, 71, 0.5); }
        .by_block .by_block_top .suggestion_block div:first-of-type {
          flex: 0 0 auto;
          -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
          min-width: 0px; }
    .by_block .by_block_top .by_input_block {
      display: flex;
      display: -webkit-flex;
      display: -ms-flex;
      flex-direction: row;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      align-items: center;
      -webkit-align-items: center;
      -ms-align-items: center; }
      .by_block .by_block_top .by_input_block input {
        flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        min-width: 0px; }
  .by_block .license-arrow {
    align-self: center;
    -webkit-align-self: center;
    -ms-align-self: center;
    color: #4d4f53;
    font-size: 40px; }
  .by_block .license-prev {
    border: 1px solid #4d4f53;
    border-radius: 3px;
    background: rgba(234, 235, 231, 0.5);
    padding: 10px;
    text-align: center;
    width: 60%;
    margin: 0 auto; }

/** webtexte */
div.webtexte {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
    /*    span.webtexte-row50:nth-of-type(even) {
            article{
                padding: 0 15px 0 0;
                border-right: 1px dotted $color-6;
            }
        }

        span.webtexte-row50:nth-of-type(odd) {
            article{
                margin-left:15px;
            }
        }*/ }
  div.webtexte span.webtexte-row100 {
    min-width: 100%; }
  div.webtexte span.webtexte-row50 {
    min-width: 50%;
    max-width: 50%; }
  div.webtexte span.webtexte-row50:nth-of-type(even) article {
    /*            padding: 0 15px 0 0;
                border-right: 1px dotted $color-6;*/ }
  div.webtexte span.webtexte-row50 div.borderRight {
    flex: 1 1 0;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    min-width: 0px;
    border-right: 1px dotted #4d4f53;
    margin: 0 15px;
    padding: 0 15px 0 0; }

.show_link_1 select {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  margin-right: 0px; }
.show_link_1 a {
  align-self: stretch;
  -webkit-align-self: stretch;
  -ms-align-self: stretch;
  border: 1px solid #4d4f53;
  border-left: none;
  width: 30px;
  height: 40px;
  line-height: 40px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background: rgba(234, 235, 231, 0.4);
  cursor: pointer;
  font-size: 15px;
  outline: none; }
  .show_link_1 a:hover {
    background: #eaebe7;
    text-decoration: none; }

.back_forward {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  margin-top: 5px; }
  .back_forward button {
    margin-right: 5px;
    color: #004a99;
    border: transparent;
    background: transparent;
    outline: none;
    cursor: pointer; }

.button_gnd_update {
  color: rgba(0, 74, 153, 0.5);
  background: white;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  border: 1px solid #4d4f53;
  border-radius: 3px;
  width: 30px; }
  .button_gnd_update:hover {
    color: #004a99; }

.confirmation_page p {
  margin: 0; }
.confirmation_page a {
  display: inline-block; }
.confirmation_page .ub_address {
  border: 1px solid #4d4f53;
  background: rgba(234, 235, 231, 0.5);
  padding: 10px;
  border-radius: 3px;
  display: inline-block; }

button.button_edit {
  float: right;
  cursor: pointer; }

.error-message-person {
  position: absolute;
  color: #de3831;
  right: 3px;
  top: 3px; }

.error-message-corporate {
  position: absolute;
  color: #de3831;
  right: 3px;
  top: 3px; }

.error-message-keyword {
  position: absolute;
  color: #de3831;
  right: 3px;
  top: 3px; }

.error-message-license {
  position: absolute;
  color: #de3831;
  right: 3px;
  top: 3px; }

.error-message-contact {
  position: absolute;
  color: #de3831;
  right: 3px;
  top: 3px; }

.contact-div {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  width: 330px; }

div#oldBrowser {
  background-color: #fff;
  border: 10px solid #ff0000;
  font-weight: bold;
  left: 50%;
  margin-left: -350px;
  padding: 40px 100px;
  position: fixed;
  text-align: center;
  top: 20px;
  width: 700px;
  z-index: 100; }

div#noScript {
  width: 100%;
  font-weight: bold;
  background-color: #c1002a;
  color: #ffffff;
  padding: 20px;
  text-align: center; }

div.browserList {
  width: 50%;
  text-align: left;
  margin: 10px auto;
  vertical-align: middle; }

.display-flex {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap; }

.rating {
  direction: rtl;
  font-size: 30px;
  unicode-bidi: bidi-override; }

.rating label.star {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal; }

.rating label.star:hover {
  cursor: pointer; }

.rating label.star::before {
  color: #777777;
  content: "\f006";
  padding-right: 5px; }

.rating label.star:hover::before, .rating label.star:hover ~ label.star::before, .rating label.star-true::before {
  color: #e3cf7a;
  content: "\f005"; }

.hr_div {
  width: 900px;
  background-color: #eaebe7;
  height: 40px;
  margin: 40px -20px; }

.message {
  position: relative; }
  .message .error-message {
    color: #de3831;
    position: absolute;
    right: 5px;
    top: 3px; }

.feedback-inputs {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-top: 10px; }

.po_r {
  position: relative; }

.flex_1 {
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  min-width: 0px; }

.is_visible-hidden {
  visibility: hidden; }

.is_visible-true {
  visibility: visible; }

.is_visible-false {
  visibility: hidden; }

/* Klassifikations Liste */
.selected-items-ul-list.classification {
  padding: 0px; }
  .selected-items-ul-list.classification li.selected-items-list:nth-child(2n) {
    background: rgba(248, 228, 152, 0.2);
    padding: 10px; }
  .selected-items-ul-list.classification li.selected-items-list:nth-child(2n+1) {
    padding: 10px; }
  .selected-items-ul-list.classification .selected-items-list {
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    min-width: 0px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    padding: 0px;
    margin: 5px 0; }
  .selected-items-ul-list.classification .selected-items-list > div {
    line-height: inherit;
    height: auto; }
  .selected-items-ul-list.classification .selected-items-ul-list {
    background: rgba(239, 189, 71, 0.2);
    border-radius: 3px;
    padding: 0px; }
  .selected-items-ul-list.classification .selected-items-list .norm-value {
    margin-right: 5px;
    width: 100%; }
  .selected-items-ul-list.classification .norm-desc {
    font-weight: bold; }

.header_text {
  width: 230px;
  margin: 0 auto;
  text-align: left;
  margin-top: 30px; }

a.freidok_link {
  color: white;
  font-size: 23px;
  font-family: times;
  display: inline-block; }

a.ub_link {
  color: white;
  font-size: 17px;
  font-family: times;
  display: inline-block; }

a.ub_link:hover, a.freidok_link:hover {
  text-decoration: underline; }

.header-site {
  display: block; }

input:required, textarea:required {
  box-shadow: none; }

i.external_link {
  position: relative;
  bottom: 1px;
  left: 2px; }

#established {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap; }

.pod-div .block {
  max-width: 100%; }
  .pod-div .block + .block {
    margin-left: 10px; }

#result_lopes, #result_freikost, #result_project {
  margin-top: 13px; }

#results .tabs_header > div[data-tab='result'] {
  padding-left: 0px;
  text-align: left; }
  #results .tabs_header > div[data-tab='result'] #result_label:after {
    content: ':'; }

.align_items_center {
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center; }

.help_short_text p, .help_long_text p {
  margin-top: 0px; }

.w_100px, form[name="doc_id"] select {
  width: 120px; }

div.w_100px {
  margin-right: 10px;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: rgba(234, 235, 231, 0.2);
  margin-right: 10px;
  border: 1px solid #4d4f53;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.t_c {
  text-align: center; }

.count_block {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap; }
  .count_block label {
    width: 25px; }
  .count_block a {
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    min-width: 0px; }

.researchdata_description {
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  min-width: 0px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  position: relative; }
  .researchdata_description + .researchdata_description {
    margin-left: 20px; }
  .researchdata_description h3 {
    margin-bottom: 5px; }
  .researchdata_description textarea {
    width: 100%;
    height: 300px;
    border: 1px solid #4d4f53;
    font-family: "Arial";
    padding: 5px;
    border-radius: 3px;
    resize: vertical; }
  .researchdata_description .error-message {
    color: #de3831;
    position: absolute;
    right: 4px;
    top: 23px; }

.checklist ol {
  padding-left: 20px; }

.header-iss, .header-landingpage {
  padding-top: 30px; }
  .header-iss .header_text, .header-landingpage .header_text {
    margin: 0px; }

.help_search_input {
  width: 230px; }

.lic_name {
  align-self: center;
  -webkit-align-self: center;
  -ms-align-self: center;
  margin-right: 10px; }

.display-none {
  display: none !important; }
