/* Scss Document */
html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px; }

* {
  -webkit-overflow-scrolling: touch; }

.portal {
  background: #fff;
  font-family: "OpenSans","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px; }
  .portal input[type=submit] {
    cursor: pointer; }
  .portal h2 {
    color: #000;
    margin: 1.5rem 0;
    padding: 0;
    font-size: 1.3em; }
  .portal .offset6px {
    padding-left: 6px; }
  @media (max-width: 1701px) {
    .portal .container {
      max-width: 100% !important;
      width: 100% !important; } }
  @media (max-width: 1070px) {
    .portal .hidemobile {
      display: none; } }
  .portal .more_button input {
    height: 3rem;
    border-radius: 1.5rem;
    border: 1px solid #000;
    background: #fff;
    min-width: 290px;
    color: #000;
    transition: all 0.5s;
    outline: none; }
    .portal .more_button input:hover {
      background: #fff;
      color: #000;
      border: 1px solid #000; }
  .portal .spacer {
    height: 3rem;
    width: 100%; }
  .portal .topbar {
    background: #fff;
    border-bottom: 1px solid #000; }
    .portal .topbar ::-webkit-input-placeholder {
      color: #000; }
    .portal .topbar ::-moz-placeholder {
      color: #000; }
    .portal .topbar :-ms-input-placeholder {
      color: #000; }
    .portal .topbar :-moz-placeholder {
      color: #000; }
    .portal .topbar input:focus::-webkit-input-placeholder {
      color: transparent; }
    .portal .topbar input:focus:-moz-placeholder {
      color: transparent; }
    .portal .topbar input:focus::-moz-placeholder {
      color: transparent; }
    .portal .topbar input:focus:-ms-input-placeholder {
      color: transparent; }
    @media (max-width: 699px) {
      .portal .topbar {
        padding: 6px 0 10px 6px; } }
    @media (min-width: 700px) {
      .portal .topbar {
        height: 3rem; } }
    .portal .topbar .container {
      height: 4rem; }
      @media (min-width: 700px) {
        .portal .topbar .container {
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          height: 3rem;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: distribute;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
    .portal .topbar [type='date'], .portal .topbar [type='email'], .portal .topbar [type='number'], .portal .topbar [type='password'], .portal .topbar [type='tel'], .portal .topbar [type='url'], .portal .topbar [type='text'], .portal .topbar textarea {
      padding: 0.375rem 0.625rem;
      border: 1px solid #000;
      -webkit-transition: border-color 0.3s;
      transition: border-color 0.3s;
      max-width: 100%;
      width: 100%;
      border-radius: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      color: #000; }
    .portal .topbar button, .portal .topbar input[type=submit] {
      padding: 0.625rem 1.25rem;
      min-width: 2.75rem;
      border: 0;
      border-radius: 0.25rem;
      font-weight: 600;
      -webkit-box-shadow: 0 1px 3px 0 black;
      box-shadow: 0 1px 3px 0 black;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      color: #000; }
    .portal .topbar ul {
      margin: 0;
      padding-left: 0;
      list-style-type: none;
      list-style-image: none; }
    .portal .topbar a {
      color: #000; }
      .portal .topbar a:hover {
        text-decoration: none; }
      .portal .topbar a:active, .portal .topbar a:hover {
        outline: 0; }
    .portal .topbar select {
      padding: 0 2.8125rem 0 0.9375rem;
      width: 100%;
      border: 1px solid #000;
      border-radius: 0;
      background-color: #fff;
      cursor: pointer;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      color: #000; }
    .portal .topbar img {
      height: 0.9rem;
      width: auto;
      margin-top: -5px; }
    .portal .topbar .top-left {
      flex: 1 0 0; }
    .portal .topbar .top-right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex: 2 0 0;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 0.9rem; }
      .portal .topbar .top-right > *:nth-child(n+2) {
        margin-left: 1.875rem; }
      @media (max-width: 699px) {
        .portal .topbar .top-right {
          width: 100%;
          padding: 6px 0; } }
      @media (min-width: 700px) {
        .portal .topbar .top-right {
          justify-content: flex-end; } }
      .portal .topbar .top-right .search-form {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        @media (max-width: 600px) {
          .portal .topbar .top-right .search-form {
            display: none; } }
        .portal .topbar .top-right .search-form form::before {
          content: "\e91c";
          position: absolute;
          top: 50%;
          right: 5px;
          text-indent: 0;
          font-size: .9em;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          color: #000;
          -webkit-transition: text-shadow 0.3s;
          transition: text-shadow 0.3s;
          pointer-events: none;
          font-family: 'jena_startseite' !important; }
        .portal .topbar .top-right .search-form .form-item-search input {
          padding: 0 1.8125rem 0 0.3125rem;
          width: 8.125rem;
          border: 1px solid #000;
          border-radius: 0.25rem;
          background-color: #fff;
          color: #000;
          line-height: 1.5rem;
          -webkit-transition: width 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
          transition: width 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
          overflow: hidden;
          height: auto;
          margin-top: 0;
          transition: all 0.8; }
          .portal .topbar .top-right .search-form .form-item-search input:focus {
            width: 12rem; }
        .portal .topbar .top-right .search-form .form-submit {
          position: absolute;
          top: 0;
          right: 0;
          z-index: 1;
          min-width: 0;
          width: 1.5rem;
          height: 100%;
          background-color: transparent;
          -webkit-box-shadow: none;
          box-shadow: none;
          color: #000;
          text-indent: -9999em; }
      @media (min-width: 700px) {
        .portal .topbar .top-right .styleswitcher {
          float: right; } }
      .portal .topbar .top-right .styleswitcher .style-default {
        color: #fff !important; }
      .portal .topbar .top-right .styleswitcher .style-default::before {
        background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#6994e6)) !important;
        background: linear-gradient(#000, #6994e6) !important; }
      .portal .topbar .top-right .styleswitcher .style-black-on-white {
        color: #000 !important; }
      .portal .topbar .top-right .styleswitcher .style-black-on-white::before {
        background: #fff !important; }
      .portal .topbar .top-right .styleswitcher .style-white-on-black {
        color: #fff !important; }
      .portal .topbar .top-right .styleswitcher .style-white-on-black::before {
        background: #000 !important; }
      .portal .topbar .top-right .styleswitcher ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .portal .topbar .top-right .styleswitcher li {
        position: relative;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 1px 2px; }
      .portal .topbar .top-right .styleswitcher li::before {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: -1;
        width: 60%;
        height: 60%;
        border: 1px solid transparent;
        content: '';
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .portal .topbar .top-right .styleswitcher li:nth-child(n+2) {
        margin-left: 0.4375rem; }
      .portal .topbar .top-right .styleswitcher a {
        position: relative;
        display: block;
        width: 1.25rem;
        text-indent: -9999em; }
      .portal .topbar .top-right .styleswitcher a::before, .portal .topbar .top-right .styleswitcher a::after {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-family: 'jena_startseite' !important; }
      .portal .topbar .top-right .styleswitcher a::before {
        display: block;
        width: 1.25rem;
        height: 1.25rem;
        -webkit-box-shadow: 0 1px 3px 0 rgba(255, 255, 255, 0.22);
        box-shadow: 0 1px 3px 0 rgba(255, 255, 255, 0.22);
        content: ''; }
      .portal .topbar .top-right .styleswitcher a::after {
        content: "\e926";
        float: left;
        text-indent: 0;
        font-size: 0.75rem; }
      .portal .topbar .top-right .gtranslate {
        height: auto;
        position: relative;
        display: inline-block;
        margin-left: 1.875rem; }
        .portal .topbar .top-right .gtranslate:after {
          content: "\e909";
          position: absolute;
          top: 0;
          right: 0.4rem;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          height: 100%;
          -webkit-transition: all .4s;
          transition: all .4s;
          pointer-events: none;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          font-family: 'jena_startseite' !important;
          transition: all 0.8s;
          color: #000; }
        .portal .topbar .top-right .gtranslate:hover:after {
          content: "\e90a";
          position: absolute;
          top: 0;
          right: 0.4rem;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          height: 100%;
          -webkit-transition: all .4s;
          transition: all .4s;
          pointer-events: none;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          font-family: 'jena_startseite' !important;
          color: #000; }
        .portal .topbar .top-right .gtranslate select {
          padding: 0 1.8125rem 0 0.3125rem;
          border: 1px solid #000;
          border-radius: 0.25rem;
          line-height: 1.5rem;
          -webkit-transition: width 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
          transition: width 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
          overflow: hidden;
          height: auto; }
      @media (max-width: 1070px) {
        .portal .topbar .top-right .login, .portal .topbar .top-right .emergencycall {
          margin-left: 1rem; }
          .portal .topbar .top-right .login span[class*='jicon'], .portal .topbar .top-right .emergencycall span[class*='jicon'] {
            font-size: 1.3rem; } }
  .portal .servicebar {
    text-align: center;
    position: relative;
    padding: 65px 7px;
    border-bottom: 1px solid #000; }
    .portal .servicebar:before {
      opacity: 0.15;
      background: none;
      background-size: cover;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      content: "";
      z-index: -1; }
    .portal .servicebar h1 {
      font-size: 2.5rem;
      color: #000;
      font-weight: normal;
      padding: 0 0 0.2rem 0;
      margin: 0; }
      .portal .servicebar h1 .yellow {
        font-style: italic;
        color: #000;
        font-weight: bold; }
      .portal .servicebar h1 .green {
        font-style: italic;
        color: #000;
        font-weight: bold; }
    .portal .servicebar form.search {
      opacity: 1;
      padding: 0;
      margin: 0 0 6rem 0;
      position: relative;
      display: inline-block; }
      .portal .servicebar form.search ::-webkit-input-placeholder {
        color: #000; }
      .portal .servicebar form.search ::-moz-placeholder {
        color: #000; }
      .portal .servicebar form.search :-ms-input-placeholder {
        color: #000; }
      .portal .servicebar form.search :-moz-placeholder {
        color: #000; }
      .portal .servicebar form.search input:focus::-webkit-input-placeholder {
        color: transparent; }
      .portal .servicebar form.search input:focus:-moz-placeholder {
        color: transparent; }
      .portal .servicebar form.search input:focus::-moz-placeholder {
        color: transparent; }
      .portal .servicebar form.search input:focus:-ms-input-placeholder {
        color: transparent; }
      .portal .servicebar form.search:before {
        content: "\e91c";
        position: absolute;
        top: 50%;
        right: -20px;
        text-indent: 0;
        font-size: 2.5rem;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: text-shadow 0.3s;
        transition: text-shadow 0.3s;
        pointer-events: none;
        font-family: 'jena_startseite' !important;
        color: #000; }
      .portal .servicebar form.search .bigsearch {
        font-size: 1.7rem;
        color: #000;
        border: 0 none;
        border-bottom: 2px solid #000;
        background: none;
        outline: none;
        padding: 0 2rem 5px 0;
        width: 20rem;
        max-width: 90vw;
        -webkit-transition: width 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
        transition: width 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045); }
        .portal .servicebar form.search .bigsearch:focus {
          width: 40rem;
          max-width: 90vw; }
      .portal .servicebar form.search .form-submit {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        min-width: 0;
        width: 2.6rem;
        height: 100%;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #000000;
        text-indent: -9999em;
        border: 0 none;
        outline: none; }
    .portal .servicebar .boxes {
      position: relative;
      display: flex;
      flex-wrap: wrap;
      /*justify-content: center;*/
      margin-right: -6px;
      margin-left: -6px;
      font-size: 1rem;
      margin-bottom: 3em;
      transition: all 1s;
      opacity: 1; }
      .portal .servicebar .boxes .serviceswitcher {
        position: absolute;
        top: -30px;
        right: 6px;
        color: #000; }
        .portal .servicebar .boxes .serviceswitcher a {
          color: #000; }
          .portal .servicebar .boxes .serviceswitcher a.active {
            color: #000; }
      .portal .servicebar .boxes.hide {
        height: 0;
        opacity: 0;
        overflow: hidden; }
      .portal .servicebar .boxes.atoz {
        margin-top: -70px; }
        .portal .servicebar .boxes.atoz .serviceswitcher {
          top: -10px; }
      .portal .servicebar .boxes .bezeichner {
        font-size: 1.8rem;
        width: 100%;
        color: #000;
        text-align: left;
        padding: 15px 6px 0; }
      .portal .servicebar .boxes .more_button {
        text-align: center;
        width: 100%; }
        .portal .servicebar .boxes .more_button input {
          width: 12rem;
          min-width: 12rem; }
          @media (max-width: 500px) {
            .portal .servicebar .boxes .more_button input {
              width: 8rem;
              min-width: 8rem; } }
      .portal .servicebar .boxes .bluebox {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding: 6px; }
        @media (min-width: 300px) {
          .portal .servicebar .boxes .bluebox {
            flex: 0 0 50%;
            max-width: 50%; } }
        @media (min-width: 450px) {
          .portal .servicebar .boxes .bluebox {
            font-size: 1.2rem; } }
        @media (min-width: 600px) {
          .portal .servicebar .boxes .bluebox {
            flex: 0 0 33.3333333%;
            max-width: 33.3333333%; } }
        @media (min-width: 850px) {
          .portal .servicebar .boxes .bluebox {
            flex: 0 0 25%;
            max-width: 25%; } }
        @media (min-width: 1000px) {
          .portal .servicebar .boxes .bluebox {
            flex: 0 0 20%;
            max-width: 20%; } }
        @media (min-width: 1300px) {
          .portal .servicebar .boxes .bluebox {
            flex: 0 0 16.6666666%;
            max-width: 16.6666666%; } }
        @media (min-width: 1500px) {
          .portal .servicebar .boxes .bluebox {
            flex: 0 0 12.5%;
            max-width: 12.5%; } }
      .portal .servicebar .boxes .inner {
        background: #fff;
        color: #000;
        text-align: left;
        hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        height: 0;
        padding: 8% 8% 92% 8%;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        cursor: pointer;
        line-height: 1.15;
        border: 1px solid #000; }
        .portal .servicebar .boxes .inner a {
          color: #000;
          text-decoration: none; }
        .portal .servicebar .boxes .inner span:before {
          position: absolute;
          font-size: 4.5rem;
          bottom: 10%;
          right: 10%;
          opacity: 1;
          -webkit-transition: opacity 0.35s ease;
          -moz-transition: opacity 0.35s ease;
          -o-transition: opacity 0.35s ease;
          -ms-transition: opacity 0.35s ease; }
        .portal .servicebar .boxes .inner .activebox {
          opacity: 0;
          position: absolute;
          top: 0;
          left: 0;
          width: 0;
          height: 0;
          pointer-events: none;
          -webkit-transition: opacity 0.5s width 2s height 2s ease 2s;
          -moz-transition: opacity 0.5s width 2s height 2s ease 2s;
          -o-transition: opacity 0.5s width 2s height 2s ease 2s;
          -ms-transition: opacity 0.5s width 2s height 2s ease 2s; }
          .portal .servicebar .boxes .inner .activebox ul {
            position: absolute;
            bottom: 8%;
            left: 10%;
            padding: 0;
            margin: 0;
            list-style: none;
            color: #000;
            font-style: italic; }
          .portal .servicebar .boxes .inner .activebox li:before {
            content: "/ "; }
        .portal .servicebar .boxes .inner:hover, .portal .servicebar .boxes .inner:active {
          background: #fff;
          color: #000;
          margin-top: -3px; }
          .portal .servicebar .boxes .inner:hover a, .portal .servicebar .boxes .inner:active a {
            color: #000; }
          .portal .servicebar .boxes .inner:hover span:before, .portal .servicebar .boxes .inner:active span:before {
            opacity: 0; }
          .portal .servicebar .boxes .inner:hover .activebox, .portal .servicebar .boxes .inner:active .activebox {
            opacity: 1;
            pointer-events: all;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            bottom: 0;
            right: 0; }
  .portal #newsbereich {
    margin: 4rem 6px; }
    .portal #newsbereich .slider {
      width: 100%;
      height: 100%;
      cursor: pointer; }
      .portal #newsbereich .slider div {
        text-align: center;
        position: relative;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d; }
      .portal #newsbereich .slider .caption {
        background: #fff;
        pointer-events: none;
        position: absolute;
        bottom: 0px;
        left: 0px;
        top: 0;
        right: 0;
        text-align: left;
        color: #000;
        border: 1px solid #000; }
        .portal #newsbereich .slider .caption .inner {
          position: absolute;
          left: 2.1rem;
          bottom: 1.4rem;
          text-align: left; }
          .portal #newsbereich .slider .caption .inner h3 {
            font-size: 1.2rem;
            padding: 0 0 10px 0;
            margin: 0 0 2px 0;
            position: relative; }
          .portal #newsbereich .slider .caption .inner p {
            position: relative;
            margin: 0;
            padding: 0;
            font-size: 0.8rem;
            display: inline-block; }
            .portal #newsbereich .slider .caption .inner p:before {
              content: "";
              position: absolute;
              left: 0;
              top: -12px;
              height: 6px;
              width: 80%;
              border-bottom: 2px solid #000000; }
          .portal #newsbereich .slider .caption .inner a {
            display: none; }
      .portal #newsbereich .slider img {
        min-width: 100%;
        width: auto;
        height: 31.2rem;
        margin: auto;
        transition: all 0.2s; }
        @media (max-width: 650px) {
          .portal #newsbereich .slider img {
            height: 90vw; } }
    .portal #newsbereich .entry {
      background: #fff;
      margin-bottom: 0.6rem;
      cursor: pointer;
      box-shadow: inset 0 0 0 1px #000; }
      @media (min-width: 576px) {
        .portal #newsbereich .entry {
          max-height: 10rem; } }
      .portal #newsbereich .entry .date {
        position: absolute;
        top: 2.1rem;
        font-size: 0.8rem;
        right: 1.5rem;
        color: #000; }
        @media (max-width: 576px) {
          .portal #newsbereich .entry .date {
            position: relative;
            display: block;
            bottom: auto;
            right: auto;
            padding: 0rem 1rem 0.5rem 1rem; } }
      .portal #newsbereich .entry .readon {
        position: absolute;
        bottom: 1.3rem;
        right: 1.5rem;
        font-size: 0.8rem;
        color: #000; }
        @media (max-width: 576px) {
          .portal #newsbereich .entry .readon {
            position: relative;
            display: block;
            bottom: auto;
            right: auto;
            padding: 0rem 1rem 1rem 1rem; } }
      .portal #newsbereich .entry h3 {
        color: #000;
        font-size: 1.3rem;
        padding: 2rem 7rem 0 1rem;
        max-height: 4em;
        overflow: hidden;
        line-height: 1.2em; }
        @media (max-width: 1024px) {
          .portal #newsbereich .entry h3 {
            font-size: 1.1rem; } }
        @media (max-width: 576px) {
          .portal #newsbereich .entry h3 {
            font-size: 1.1rem;
            max-height: 10em;
            padding: 2rem 1rem 0 1rem; } }
      .portal #newsbereich .entry p {
        color: #000;
        font-size: 1rem;
        padding: 0.5rem 7rem 0 1rem;
        line-height: 1.2em;
        max-height: 3em;
        overflow: hidden; }
        @media (max-width: 1024px) {
          .portal #newsbereich .entry p {
            font-size: 0.9rem; } }
        @media (max-width: 576px) {
          .portal #newsbereich .entry p {
            font-size: 0.9rem;
            max-height: 10em;
            padding: 0.5rem 1rem 0 1rem; } }
      .portal #newsbereich .entry .image {
        overflow: hidden;
        position: relative;
        padding: 0;
        height: 10rem;
        background: #fff;
        box-shadow: inset 0 0 0 1px #000; }
        .portal #newsbereich .entry .image img {
          position: absolute;
          width: 100%;
          height: 100%; }
  .portal #kacheln {
    margin-right: 12px; }
    @media (max-width: 991px) and (min-width: 768px) {
      .portal #kacheln .splitrows {
        /*.col-24 {flex: 0 0 50%;}
        .col-24:nth-child(3) {margin-top: -25%; }*/ }
        .portal #kacheln .splitrows .col-24 {
          float: left;
          width: 50%;
          flex: none;
          margin-top: -25%; }
        .portal #kacheln .splitrows .col-24:nth-child(2) {
          float: right; } }
    .portal #kacheln div.inner {
      padding-top: 100%;
      position: relative;
      width: 100%;
      margin: 6px; }
    .portal #kacheln div.inner2 {
      padding-top: calc(50% - 6px);
      position: relative;
      width: 100%;
      margin: 6px; }
    .portal #kacheln div.inhalt {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      cursor: pointer;
      overflow: hidden; }
      .portal #kacheln div.inhalt img {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        max-width: 160%;
        height: auto;
        min-height: 100%;
        transform: translate(-50%, -50%);
        transition: all 0.2s;
        transform-origin: center center; }
      .portal #kacheln div.inhalt.greytrans .caption {
        background: #fff; }
      .portal #kacheln div.inhalt.green .caption {
        background: #fff; }
      .portal #kacheln div.inhalt.red .caption {
        background: #fff; }
      .portal #kacheln div.inhalt.blue .caption {
        background: #fff; }
      .portal #kacheln div.inhalt.bluetrans .caption {
        background: #fff; }
      .portal #kacheln div.inhalt .caption {
        pointer-events: none;
        position: absolute;
        bottom: 0px;
        left: 0px;
        top: 0;
        right: 0;
        text-align: left;
        color: #000;
        box-shadow: inset 0 0 0 1px #000; }
        .portal #kacheln div.inhalt .caption .text {
          position: absolute;
          bottom: 1rem;
          left: 1.5rem;
          right: 1rem;
          color: #000; }
          .portal #kacheln div.inhalt .caption .text span {
            font-size: 3rem;
            padding-bottom: 0.5rem;
            display: inline-block; }
          .portal #kacheln div.inhalt .caption .text h3 {
            font-size: 1.3rem;
            padding: 0 0 0 0;
            margin: 0 0 2px 0;
            position: relative; }
            @media (max-width: 1100px) {
              .portal #kacheln div.inhalt .caption .text h3 {
                font-size: 1.1rem; } }
            @media (max-width: 991px) {
              .portal #kacheln div.inhalt .caption .text h3 {
                font-size: 1.3rem; } }
            @media (max-width: 500px) {
              .portal #kacheln div.inhalt .caption .text h3 {
                font-size: 1rem;
                margin: 0 0 0 0; } }
          .portal #kacheln div.inhalt .caption .text p {
            margin: 10px 0 0 0;
            font-size: 0.85rem;
            display: inline-block; }
            @media (max-width: 1100px) {
              .portal #kacheln div.inhalt .caption .text p {
                font-size: 0.7rem; } }
            @media (max-width: 991px) {
              .portal #kacheln div.inhalt .caption .text p {
                font-size: 0.85rem; } }
            @media (max-width: 500px) {
              .portal #kacheln div.inhalt .caption .text p {
                font-size: 0.7rem;
                margin: 5px 0 0 0; } }
          .portal #kacheln div.inhalt .caption .text p.subline {
            font-size: 0.85rem;
            position: relative;
            padding: 0;
            margin-top: 15px; }
            .portal #kacheln div.inhalt .caption .text p.subline:before {
              content: "";
              position: absolute;
              left: 0;
              top: -12px;
              height: 6px;
              width: 80%;
              border-bottom: 2px solid #000000; }
          .portal #kacheln div.inhalt .caption .text a {
            display: none; }
          .portal #kacheln div.inhalt .caption .text.iconic {
            text-align: center;
            left: 0;
            right: 0; }
            @media (max-width: 1570px) {
              .portal #kacheln div.inhalt .caption .text.iconic span {
                font-size: 1.4rem; }
              .portal #kacheln div.inhalt .caption .text.iconic h3 {
                font-size: 1rem; } }
            @media (max-width: 1250px) {
              .portal #kacheln div.inhalt .caption .text.iconic span {
                font-size: 1.4rem; }
              .portal #kacheln div.inhalt .caption .text.iconic h3 {
                font-size: 0.8rem; } }
            @media (max-width: 991px) {
              .portal #kacheln div.inhalt .caption .text.iconic span {
                font-size: 2rem; }
              .portal #kacheln div.inhalt .caption .text.iconic h3 {
                font-size: 1rem; } }
            @media (max-width: 801px) {
              .portal #kacheln div.inhalt .caption .text.iconic span {
                font-size: 1.8rem; }
              .portal #kacheln div.inhalt .caption .text.iconic h3 {
                font-size: 0.8rem; } }
            @media (max-width: 767px) {
              .portal #kacheln div.inhalt .caption .text.iconic span {
                font-size: 3rem; }
              .portal #kacheln div.inhalt .caption .text.iconic h3 {
                font-size: 1.1rem; } }
            @media (max-width: 500px) {
              .portal #kacheln div.inhalt .caption .text.iconic span {
                font-size: 1.6rem; }
              .portal #kacheln div.inhalt .caption .text.iconic h3 {
                font-size: 0.75rem;
                margin-bottom: -10px; } }
  .portal #footer {
    margin: 145px 0 0 0;
    padding: 85px 6px 40px;
    background: #fff;
    color: #000;
    border-top: 1px solid #000; }
    .portal #footer a {
      color: #000; }
    .portal #footer ul.menu {
      list-style: none; }
    .portal #footer .menu li {
      float: right;
      padding: 0 0 0 1rem; }
    .portal #footer .container > .row > div[class*='col-'] {
      margin-bottom: 1rem; }
    .portal #footer h5 {
      font-size: 1rem;
      font-weight: normal; }
    .portal #footer p {
      position: relative;
      padding: 0;
      margin-top: 25px; }
      .portal #footer p:before {
        content: "";
        position: absolute;
        left: 0;
        top: -17px;
        height: 6px;
        width: 80px;
        max-width: 100%;
        border-bottom: 2px solid #000; }
    .portal #footer form {
      padding: 1rem 0; }
    .portal #footer input, .portal #footer textarea {
      width: 100%;
      border: 0 none;
      margin: 0 1rem 1rem 0;
      padding: 0.4rem 1rem;
      background: #fff;
      box-shadow: inset 0 0 0 1px #000;
      color: #000; }
    .portal #footer textarea {
      height: 8rem; }
    .portal #footer ::-webkit-input-placeholder {
      color: #000; }
    .portal #footer ::-moz-placeholder {
      color: #000; }
    .portal #footer :-ms-input-placeholder {
      color: #000; }
    .portal #footer :-moz-placeholder {
      color: #000; }
    .portal #footer input:focus::-webkit-input-placeholder {
      color: transparent; }
    .portal #footer input:focus:-moz-placeholder {
      color: transparent; }
    .portal #footer input:focus::-moz-placeholder {
      color: transparent; }
    .portal #footer input:focus:-ms-input-placeholder {
      color: transparent; }
    .portal #footer .more_button {
      position: absolute;
      top: 0;
      right: 6px; }
      .portal #footer .more_button input {
        width: 12rem;
        min-width: 12rem;
        margin: 0; }
        @media (max-width: 500px) {
          .portal #footer .more_button input {
            width: 8rem;
            min-width: 8rem; } }
    .portal #footer span {
      font-size: 3rem;
      margin: 1rem 0.5rem 0 0;
      display: inline-block; }
  .portal img:not(.logo) {
    visibility: hidden; }
