* {
  box-sizing: border-box; }

html {
  height: 100%; }

body {
  min-height: 100%; }
  body #page-wrapper {
    flex: 1 0 auto; }
    body #page-wrapper .site-main {
      height: 100%; }
      body #page-wrapper .site-main article {
        height: 100%; }
        body #page-wrapper .site-main article .entry-content {
          height: 100%;
          display: flex;
          flex-direction: column; }
  body #wrapper-footer {
    flex-shrink: 0; }

@media (max-width: 649px) {
  .lei-search-page .entry-content {
    padding-left: 15px;
    padding-right: 15px; } }
.lei-search-page .leisearch-heading {
  margin-top: 80px; }
@media (max-width: 1199px) {
  .lei-search-page .leisearch-heading {
    margin-top: 80px; } }
@media (max-width: 649px) {
  .lei-search-page .leisearch-heading {
    margin-top: 50px; } }
@media (max-width: 575px) {
  .lei-search-page .leisearch-heading {
    margin-top: 50px; } }
.lei-search-page .leisearch-teaser {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 500px; }
@media (max-width: 1199px) {
  .lei-search-page .leisearch-teaser {
    width: 50%; } }
@media (max-width: 991px) {
  .lei-search-page .leisearch-teaser {
    width: 70%; } }
.lei-search-page .leisearchform-wrap {
  display: block;
  flex: none; }
.lei-search-page #datasetinfo {
  margin-left: 0;
  width: 100%;
  text-align: center; }

.sr-only {
  display: none; }

.lei-search-page .faq {
  margin-top: 80px; }
  .lei-search-page .faq h2 {
    font-size: 3rem; }

.leisearch-heading {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #041429;
  margin-bottom: 10px; }

.leisearch-teaser {
  font-size: 1.143rem;
  line-height: 1.75;
  text-align: center;
  color: #404e7a;
  width: 24%;
  margin-left: 38%;
  margin-top: 0px; }
@media (max-width: 1199px) {
  .leisearch-teaser {
    width: 40%;
    margin-left: 30%; } }
@media (max-width: 899px) {
  .leisearch-teaser {
    width: 50%;
    margin-left: 25%; } }
@media (max-width: 649px) {
  .leisearch-teaser {
    width: 96%;
    margin-left: 2%; } }

#datasetinfo {
  font-size: 0.8571rem;
  font-weight: 300;
  color: #727b99;
  text-align: center;
  flex-shrink: 0;
  width: 24%;
  margin-left: 38%;
  margin-top: 10px; }
@media (max-width: 1199px) {
  #datasetinfo {
    width: 40%;
    margin-left: 30%; } }
@media (max-width: 899px) {
  #datasetinfo {
    width: 50%;
    margin-left: 25%; } }
@media (max-width: 649px) {
  #datasetinfo {
    width: 96%;
    margin-left: 2%; } }
#datasetinfo p span {
  font-size: 0.8571rem;
  font-weight: 300;
  color: #727b99;
  padding: 0 5px; }

/* Searchform BEGIN */
.leisearchform-wrap {
  flex: 1 0 auto;
  width: 46%;
  margin-left: 27%; }
@media (max-width: 899px) {
  .leisearchform-wrap {
    width: 70%;
    margin-left: 15%; } }
@media (max-width: 649px) {
  .leisearchform-wrap {
    width: 96%;
    margin-left: 2%; } }
.leisearchform-wrap .leisearchform input[type=text] {
  padding: 10px;
  font-size: 1.214rem;
  border: 1px solid #aab9e6;
  float: left;
  width: 80%;
  background: #ffffff;
  margin-right: 0px;
  height: auto; }
.leisearchform-wrap .leisearchform button {
  float: left;
  width: 20%;
  padding: 9px;
  background: #367bfd;
  color: #ffffff;
  font-size: 1.214rem;
  border: 1px solid #aab9e6;
  border-left: none;
  cursor: pointer;
  border-radius: 0px; }
  .leisearchform-wrap .leisearchform button .search-icon {
    background-image: url('../img/search-solid.svg');
    width: 20px;
    height: 20px;
    display: inline-block;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    color: white; }
  .leisearchform-wrap .leisearchform button:hover {
    background: #0c5ebe; }
.leisearchform-wrap .leisearchform::after {
  content: "";
  clear: both;
  display: table; }

/* Searchform END */
/* LEI search jquery-ui autocomplete BEGIN */
.ui-menu {
  font-family: Lato;
  z-index: 99999999 !important; }
  .ui-menu li {
    border-bottom: 1px solid #d8d8d8;
    background-color: #f8f7f3; }
    .ui-menu li:first-child:before {
      content: 'Please choose:';
      background-color: #ffffff;
      display: block;
      font-weight: 700; }
    .ui-menu li img {
      min-width: 32px; }
    .ui-menu li div {
      display: flex;
      align-items: center;
      line-height: 2; }
    .ui-menu li span {
      font-size: 1rem;
      text-shadow: none;
      margin-left: 5px; }

.nny-portal-at .ui-menu li:first-child:before, .nny-portal-de .ui-menu li:first-child:before, .nny-portal-ch .ui-menu li:first-child:before {
  content: 'Bitte auswählen:'; }

/* LEI search jquery-ui autocomplete END */
/* Searchresult BEGIN */
.leisearchresult-wrap {
  font-size: 1.1rem;
  vertical-align: baseline;
  margin-top: 2.143rem;
  width: 70%;
  margin-left: 15%; }
  .leisearchresult-wrap .notice {
    color: #727b99;
    font-size: 0.9rem;
    font-weight: 300; }
  .leisearchresult-wrap .notice-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem; }
  .leisearchresult-wrap .table {
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    margin: 1rem 0;
    background-color: transparent; }
    .leisearchresult-wrap .table th, .leisearchresult-wrap .table td {
      padding: 0.75rem;
      vertical-align: top;
      border-top: 1px solid #d8d8d8;
      text-align: left; }
    .leisearchresult-wrap .table thead th {
      vertical-align: bottom;
      border-bottom: 2px solid #d8d8d8;
      font-weight: 600; }
    .leisearchresult-wrap .table tbody + tbody {
      border-top: 2px solid #d8d8d8; }
  @media (max-width: 1199px) {
    .leisearchresult-wrap {
      width: 96%;
      margin-left: 2%; } }
@media (max-width: 991px) {
  .leisearchresult-wrap .table-responsive table, .leisearchresult-wrap .table-responsive thead, .leisearchresult-wrap .table-responsive tbody, .leisearchresult-wrap .table-responsive th, .leisearchresult-wrap .table-responsive td, .leisearchresult-wrap .table-responsive tr {
    display: block; }
  .leisearchresult-wrap .table-responsive thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  .leisearchresult-wrap .table-responsive tr {
    border: 1px solid #d8d8d8; }
  .leisearchresult-wrap .table-responsive td {
    border: none;
    border-bottom: 1px solid #d8d8d8;
    position: relative; } }
@media (max-width: 649px) {
  .leisearchresult-wrap {
    width: 96%;
    margin-left: 2%; } }
.leisearchresult-wrap .table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }
.leisearchresult-wrap .pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }
  .leisearchresult-wrap .pagination .page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #367bfd;
    background-color: #ffffff;
    border: 1px solid #d8d8d8; }
  .leisearchresult-wrap .pagination .page-link:hover {
    z-index: 2;
    color: #367bfd;
    text-decoration: none;
    background-color: #f8f7f3;
    border-color: #d8d8d8; }
  .leisearchresult-wrap .pagination .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .leisearchresult-wrap .pagination .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .leisearchresult-wrap .pagination .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .leisearchresult-wrap .pagination .page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem; }
  .leisearchresult-wrap .pagination .page-item.active .page-link {
    z-index: 1;
    color: #ffffff;
    background-color: #367bfd;
    border-color: #367bfd; }
  .leisearchresult-wrap .pagination .page-item.disabled .page-link {
    color: #727b99;
    pointer-events: none;
    cursor: auto;
    background-color: #ffffff;
    border-color: #d8d8d8; }
  .leisearchresult-wrap .pagination.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

/* Searchresult BEGIN */
/* Loader / Spinner BEGIN */
@keyframes loader {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.loadwrap {
  position: fixed;
  left: 1%;
  top: 1%;
  width: 98%;
  height: 98%;
  text-align: center;
  padding-top: 15%;
  z-index: 99999;
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 10%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 10%, rgba(0, 0, 0, 0) 100%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.65) 10%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000',GradientType=1); }
  .loadwrap .loader {
    color: official;
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px; }
    .loadwrap .loader div {
      transform-origin: 32px 32px;
      animation: loader 1.2s linear infinite; }
      .loadwrap .loader div:after {
        content: " ";
        display: block;
        position: absolute;
        top: 3px;
        left: 29px;
        width: 5px;
        height: 14px;
        border-radius: 20%;
        background: #fff; }
      .loadwrap .loader div:nth-child(1) {
        transform: rotate(0deg);
        animation-delay: -1.1s; }
      .loadwrap .loader div:nth-child(2) {
        transform: rotate(30deg);
        animation-delay: -1s; }
      .loadwrap .loader div:nth-child(3) {
        transform: rotate(60deg);
        animation-delay: -0.9s; }
      .loadwrap .loader div:nth-child(4) {
        transform: rotate(90deg);
        animation-delay: -0.8s; }
      .loadwrap .loader div:nth-child(5) {
        transform: rotate(120deg);
        animation-delay: -0.7s; }
      .loadwrap .loader div:nth-child(6) {
        transform: rotate(150deg);
        animation-delay: -0.6s; }
      .loadwrap .loader div:nth-child(7) {
        transform: rotate(180deg);
        animation-delay: -0.5s; }
      .loadwrap .loader div:nth-child(8) {
        transform: rotate(210deg);
        animation-delay: -0.4s; }
      .loadwrap .loader div:nth-child(9) {
        transform: rotate(240deg);
        animation-delay: -0.3s; }
      .loadwrap .loader div:nth-child(10) {
        transform: rotate(270deg);
        animation-delay: -0.2s; }
      .loadwrap .loader div:nth-child(11) {
        transform: rotate(300deg);
        animation-delay: -0.1s; }
      .loadwrap .loader div:nth-child(12) {
        transform: rotate(330deg);
        animation-delay: 0s; }

/* Loader / Spinner END */
.flag-wrapper {
  padding: 9px 10px; }

.flag-text {
  line-height: 1.2; }

.ui-autocomplete li:before {
  padding: 5px; }
