@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/exo-v6-latin-regular.eot");
  src: local("Exo Regular"), local("Exo-Regular"), url("fonts/exo-v6-latin-regular.eot?#iefix") format("embedded-opentype"), url("fonts/exo-v6-latin-regular.woff2") format("woff2"), url("fonts/exo-v6-latin-regular.woff") format("woff"), url("fonts/exo-v6-latin-regular.ttf") format("truetype"), url("fonts/exo-v6-latin-regular.svg#Exo") format("svg"); }
@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 400;
  src: url("fonts/exo-v6-latin-italic.eot");
  src: local("Exo Italic"), local("Exo-Italic"), url("fonts/exo-v6-latin-italic.eot?#iefix") format("embedded-opentype"), url("fonts/exo-v6-latin-italic.woff2") format("woff2"), url("fonts/exo-v6-latin-italic.woff") format("woff"), url("fonts/exo-v6-latin-italic.ttf") format("truetype"), url("fonts/exo-v6-latin-italic.svg#Exo") format("svg"); }
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 600;
  src: url("fonts/exo-v6-latin-600.eot");
  src: local("Exo SemiBold"), local("Exo-SemiBold"), url("fonts/exo-v6-latin-600.eot?#iefix") format("embedded-opentype"), url("fonts/exo-v6-latin-600.woff2") format("woff2"), url("fonts/exo-v6-latin-600.woff") format("woff"), url("fonts/exo-v6-latin-600.ttf") format("truetype"), url("fonts/exo-v6-latin-600.svg#Exo") format("svg"); }
@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 600;
  src: url("fonts/exo-v6-latin-600italic.eot");
  src: local("Exo SemiBold Italic"), local("Exo-SemiBoldItalic"), url("fonts/exo-v6-latin-600italic.eot?#iefix") format("embedded-opentype"), url("fonts/exo-v6-latin-600italic.woff2") format("woff2"), url("fonts/exo-v6-latin-600italic.woff") format("woff"), url("fonts/exo-v6-latin-600italic.ttf") format("truetype"), url("fonts/exo-v6-latin-600italic.svg#Exo") format("svg"); }
* {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  padding: 0;
  margin: 0;
  height: 100%; }

body {
  background: #aaca45;
  position: relative;
  color: #383838;
  font-family: 'Exo', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.clear {
  clear: both;
  height: 0; }

ul {
  padding: 0;
  margin: 0; }

a[href^="tel:"] {
  color: inherit;
  text-decoration: none; }

.outer-wrapper {
  height: 100%;
  position: relative;
  z-index: 2; }

.header-main {
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-box-shadow: 0px 1px 32px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 1px 32px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 1px 32px 0px rgba(0, 0, 0, 0.35); }
  .header-main .logo {
    background: white;
    text-align: left;
    padding: .5rem 2rem .5rem 2rem;
    position: relative; }
    .header-main .logo img {
      height: 69px;
      width: auto; }
  .header-main .spatz {
    text-align: right;
    position: relative;
    display: none; }
    .header-main .spatz img {
      display: block;
      position: absolute;
      right: 0;
      height: 80px;
      width: auto; }
  .header-main .home-link {
    display: none;
    position: absolute;
    z-index: 22;
    bottom: 0;
    left: 2.2rem; }
    .header-main .home-link img {
      height: 24px;
      display: block; }
  @media screen and (min-width: 48rem) {
    .header-main {
      background: -moz-linear-gradient(top, rgba(50, 68, 83, 0) 300px, #324453 301px, #324453 100%);
      background: -webkit-linear-gradient(top, rgba(50, 68, 83, 0) 300px, #324453 301px, #324453 100%);
      background: linear-gradient(to bottom, rgba(50, 68, 83, 0) 300px, #324453 301px, #324453 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00324453', endColorstr='#a6324453',GradientType=0 );
      left: inherit;
      bottom: 0; }
      .header-main .logo {
        background: rgba(255, 255, 255, 0.9);
        text-align: center;
        padding: 1rem 2rem 0 2rem; }
        .header-main .logo img {
          height: 100px;
          width: auto; }
      .header-main .spatz {
        display: block;
        height: 50px;
        right: -1rem; }
        .header-main .spatz img {
          height: 50px; }
      .header-main .home-link {
        display: block; }
        .header-main .home-link img {
          height: 24px; } }
  @media screen and (min-width: 64rem) {
    .header-main .logo img {
      height: 175px; }
    .header-main .spatz {
      display: block;
      height: 80px;
      right: 0; }
      .header-main .spatz img {
        height: 80px; }
    .header-main .home-link {
      left: 3.3rem; }
      .header-main .home-link img {
        height: 30px; } }

.mainmenu {
  display: none;
  background-color: #324453; }
  .mainmenu a {
    color: #fff;
    text-decoration: none;
    padding: 1rem 0 1rem 4rem;
    display: block; }
  .mainmenu ul {
    padding-bottom: 1rem;
    list-style: none; }
    .mainmenu ul li {
      border-bottom: 1px solid #53606b;
      background: url("img/icon-arrow.svg") no-repeat;
      background-size: 8px auto;
      background-position: 2.75rem 1.3rem;
      -webkit-transition: all 300ms ease-in-out;
      -moz-transition: all 300ms ease-in-out;
      -ms-transition: all 300ms ease-in-out;
      -o-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
    .mainmenu ul > li.act {
      background-color: #4e96bc; }
      .mainmenu ul > li.act:hover {
        background-color: transparent; }
    .mainmenu ul.level1 > li:hover {
      background-color: #4e96bc; }
    .mainmenu ul.level2 {
      background-color: #3e5161;
      margin-bottom: 0;
      padding-bottom: 0;
      border-top: 1px solid #53606b; }
      .mainmenu ul.level2 a {
        padding-left: 5rem;
        padding-right: 1rem; }
      .mainmenu ul.level2 li {
        background-position: 4rem 1.3rem; }
      .mainmenu ul.level2 li:last-of-type {
        border-bottom: none; }
      .mainmenu ul.level2 li.act {
        background-color: #475c6d; }
      .mainmenu ul.level2 > li:hover {
        background-color: #4e96bc; }
  @media screen and (min-width: 48rem) {
    .mainmenu {
      display: block; } }
  @media screen and (min-width: 64rem) {
    .mainmenu a {
      padding: 1rem 0 1rem 5rem; }
    .mainmenu ul li {
      background-position: 4rem  1.3rem; }
    .mainmenu ul.level2 a {
      padding-left: 6rem;
      padding-right: 0; }
    .mainmenu ul.level2 li {
      background-position: 5rem 1.3rem; } }

main {
  padding: 1rem;
  margin-top: 50vh;
  display: block; }
  main .wrapper {
    max-width: 47.5rem;
    float: right; }
  main .frame-default {
    background: rgba(255, 255, 255, 0.9);
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
    font-size: .875rem;
    line-height: 1.5; }
    main .frame-default header h1,
    main .frame-default header h2 {
      color: #aaca45;
      font-weight: 600;
      font-size: 1.25rem;
      margin-bottom: .25rem;
      line-height: 1.2; }
    main .frame-default a {
      color: #aaca45; }
      main .frame-default a:hover {
        color: #324453; }
    main .frame-default p, main .frame-default a {
      word-break: break-word; }
    main .frame-default .ce-bodytext p {
      margin-bottom: .5rem; }
      main .frame-default .ce-bodytext p:last-of-type {
        margin-bottom: 0; }
    main .frame-default.frame-layout-1 {
      background: transparent;
      padding: 0; }
      main .frame-default.frame-layout-1 h2 {
        color: #aaca45;
        font-weight: 600;
        font-size: 1.25rem;
        margin-bottom: .25rem;
        line-height: 1.2; }
      main .frame-default.frame-layout-1 .ce-textpic {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        width: 100%; }
      main .frame-default.frame-layout-1 .ce-gallery {
        background: rgba(255, 255, 255, 0.9);
        margin: 0 0 0 1rem;
        border: 3px solid rgba(255, 255, 255, 0.9);
        order: 2;
        width: 49%; }
        main .frame-default.frame-layout-1 .ce-gallery .ce-row,
        main .frame-default.frame-layout-1 .ce-gallery .ce-column {
          height: 100%;
          float: none; }
        main .frame-default.frame-layout-1 .ce-gallery figure {
          display: block;
          height: 100%; }
        main .frame-default.frame-layout-1 .ce-gallery img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          display: block; }
      main .frame-default.frame-layout-1 .ce-bodytext {
        background: rgba(255, 255, 255, 0.9);
        flex: 1;
        padding: 1rem 1.5rem; }
    @media screen and (min-width: 30rem) {
      main .frame-default.frame-layout-1 .ce-gallery {
        width: 36%; } }
    @media screen and (min-width: 48rem) {
      main .frame-default {
        padding: 1.5rem 2rem; }
        main .frame-default.frame-layout-1 .ce-gallery {
          width: 36%; } }
    @media screen and (min-width: 64rem) {
      main .frame-default.frame-layout-1 .ce-gallery {
        width: 22%; } }
  main time {
    color: #b9b9b9;
    margin-bottom: .75rem;
    display: block; }
    main time:before {
      content: url(img/icon-datum.svg);
      display: inline-block;
      width: 16px;
      margin-right: .25rem;
      vertical-align: middle; }
  main .ce-gallery img,
  main .ce-bodytext img {
    display: block;
    max-width: 100%;
    height: auto; }
  main p, main a {
    word-wrap: break-word; }
  main p {
    margin-bottom: 1rem; }
  @media screen and (min-width: 48rem) {
    main {
      padding: 11rem 18rem 0 4rem;
      margin-top: 0; } }
  @media screen and (min-width: 64rem) {
    main {
      padding: 17.5rem 26rem 0 2rem; } }
  @media screen and (min-width: 78.75rem) {
    main {
      padding: 17.5rem 28rem 0 9rem; } }

footer {
  margin-top: 7rem;
  margin-bottom: 3rem; }
  footer .frame-default {
    background: transparent; }
  footer .social {
    text-align: center;
    color: #ffffff;
    font-size: 3rem; }
    footer .social a {
      color: #ffffff; }
      footer .social a:hover {
        color: #aaca45; }
    footer .social .fa-facebook-square {
      margin-right: 10px; }
  footer #c441 {
    background: rgba(255, 255, 255, 0.9);
    padding: 1rem;
    margin-bottom: 1rem;
    border-top: 1.25rem solid #aaca45;
    position: relative;
    text-align: center; }
  footer #c453 {
    background: transparent;
    text-align: center;
    color: #fff; }
  footer #c475 {
    margin-bottom: 0; }
    footer #c475 .ce-above .ce-gallery {
      margin-bottom: 0; }
    footer #c475 .ce-left .ce-gallery,
    footer #c475 .ce-column {
      float: none; }
    footer #c475 .ce-gallery figure {
      display: block; }
    footer #c475 .ce-gallery img {
      width: 100%; }
    footer #c475 .ce-center .ce-outer,
    footer #c475 .ce-center .ce-inner {
      position: initial;
      float: none; }
  footer .links {
    text-align: center;
    font-size: .8125rem;
    text-shadow: 1px 1px 3px #324453; }
    footer .links a {
      color: #fff;
      text-decoration: none; }
      footer .links a:hover {
        color: #aaca45; }
    footer .links ul {
      list-style: none;
      display: inline-block; }
      footer .links ul li {
        display: inline-block; }
        footer .links ul li:before {
          content: "|";
          display: inline-block;
          color: #fff;
          padding-right: .5rem;
          padding-left: .5rem; }
  footer .element2cols {
    display: block; }
    footer .element2cols .col1,
    footer .element2cols .col2 {
      background: transparent; }
      footer .element2cols .col1 img,
      footer .element2cols .col2 img {
        width: 100%;
        height: auto;
        display: block; }
    footer .element2cols .col1,
    footer .element2cols .col2 {
      margin-bottom: 1rem; }
    footer .element2cols .ce-above .ce-gallery {
      margin-bottom: 0; }
  footer .element3cols {
    display: block; }
    footer .element3cols .col1 img,
    footer .element3cols .col2 img,
    footer .element3cols .col3 img {
      width: 100%;
      height: auto;
      display: block; }
    footer .element3cols .col1,
    footer .element3cols .col2 {
      margin-bottom: 1rem; }
    footer .element3cols .ce-above .ce-gallery {
      margin-bottom: 0; }
  footer .frame-default {
    padding: 0; }
  footer #c509 {
    margin: 1rem 0; }
  @media screen and (min-width: 30rem) {
    footer .element2cols {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: space-between; }
      footer .element2cols .col1,
      footer .element2cols .col2 {
        flex: 1; }
        footer .element2cols .col1 img,
        footer .element2cols .col2 img {
          width: 95%; }
      footer .element2cols .col1,
      footer .element2cols .col2 {
        margin-bottom: 0; }
    footer .element3cols {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: space-between; }
      footer .element3cols .col1 img,
      footer .element3cols .col2 img,
      footer .element3cols .col3 img {
        width: 95%; }
      footer .element3cols .col1,
      footer .element3cols .col2 {
        margin-bottom: 0; }
      footer .element3cols .col3 img {
        margin-left: auto; } }
  @media screen and (min-width: 48rem) {
    footer {
      margin-top: 10rem; }
      footer #c441:before {
        width: 130px;
        top: -8rem;
        left: -2rem; } }

.hero-img {
  position: fixed;
  z-index: 0;
  top: -100px;
  right: 0;
  left: 0;
  bottom: 0; }
  .hero-img .cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 0%; }
  @media screen and (min-width: 48rem) {
    .hero-img {
      top: 0; } }

.kiwi-grid-col3 {
  margin-bottom: 1rem; }
  .kiwi-grid-col3 .element3cols {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .kiwi-grid-col3 .col1,
  .kiwi-grid-col3 .col1,
  .kiwi-grid-col3 .col3 {
    background: #fff; }
  .kiwi-grid-col3 .col2,
  .kiwi-grid-col3 .col3 {
    width: 25%;
    margin-left: 1rem;
    position: relative; }
    .kiwi-grid-col3 .col2 .frame-default,
    .kiwi-grid-col3 .col3 .frame-default {
      padding: 0;
      margin-bottom: 0;
      height: 100%;
      overflow: hidden;
      border: 3px solid #fff; }
  .kiwi-grid-col3 #c446 {
    padding-bottom: 0; }
  .kiwi-grid-col3 .teaser-wrap img {
    height: 200px;
    display: block;
    object-fit: cover;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
  .kiwi-grid-col3 .teaser-wrap .image-caption {
    background: rgba(170, 202, 69, 0.8);
    text-align: center;
    color: #fff;
    font-weight: 600;
    padding: .5rem 0;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0; }
  .kiwi-grid-col3 .teaser-wrap a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

.kiwi-grid-v2.frame-default {
  padding: 0;
  background: transparent; }
.kiwi-grid-v2 .ce-textpic {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.kiwi-grid-v2 .ce-bodytext {
  background: rgba(255, 255, 255, 0.9);
  padding: 1.5rem 2rem; }
.kiwi-grid-v2 .ce-intext.ce-right .ce-gallery {
  margin: 1rem 0 0 0; }
.kiwi-grid-v2 .ce-column {
  border: 3px solid rgba(255, 255, 255, 0.9);
  position: relative;
  margin-right: 0;
  float: none; }
  .kiwi-grid-v2 .ce-column:first-of-type {
    margin-bottom: 1rem; }
.kiwi-grid-v2 .ce-gallery {
  order: 2;
  flex: 1; }
  .kiwi-grid-v2 .ce-gallery figure {
    display: block; }
  .kiwi-grid-v2 .ce-gallery img {
    display: block;
    height: auto;
    width: 100%;
    object-fit: cover; }
.kiwi-grid-v2 .image-caption {
  background: rgba(170, 202, 69, 0.8);
  text-align: center;
  color: #fff;
  font-weight: 600;
  padding: .5rem 0;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  text-overflow: ellipsis;
  overflow: hidden; }
@media screen and (min-width: 30rem) {
  .kiwi-grid-v2 .ce-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between; }
  .kiwi-grid-v2 .ce-column:first-of-type {
    margin-bottom: 0;
    margin-right: .5rem; }
  .kiwi-grid-v2 .ce-column:last-of-type {
    margin-left: .5rem; }
  .kiwi-grid-v2 .ce-gallery img {
    width: 45vw; } }
@media screen and (min-width: 64rem) {
  .kiwi-grid-v2 .ce-bodytext {
    flex: 1; }
  .kiwi-grid-v2 .ce-gallery {
    flex: inherit;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .kiwi-grid-v2 .ce-gallery img {
      width: auto;
      height: 100%; }
    .kiwi-grid-v2 .ce-gallery figure {
      height: 100%; }
  .kiwi-grid-v2 .ce-intext.ce-right .ce-gallery {
    margin: 0 0 0 1rem;
    flex-basis: 50%; }
  .kiwi-grid-v2 .ce-textpic {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }

.kiwi-grid-v3 {
  margin-bottom: 1rem; }
  .kiwi-grid-v3 .element3cols {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between; }
  .kiwi-grid-v3 .frame-default {
    background: transparent;
    padding: 0; }
  .kiwi-grid-v3 .contenttable {
    width: 100%; }
    .kiwi-grid-v3 .contenttable tr td:nth-of-type(2) {
      text-align: right; }
  .kiwi-grid-v3 .col1 {
    flex-basis: 100%;
    margin-bottom: 1rem; }
    .kiwi-grid-v3 .col1 .ce-textpic {
      height: 100%;
      display: block; }
    .kiwi-grid-v3 .col1 .ce-gallery img {
      height: 100%; }
    .kiwi-grid-v3 .col1 .ce-center .ce-outer,
    .kiwi-grid-v3 .col1 .ce-center .ce-inner,
    .kiwi-grid-v3 .col1 .ce-row,
    .kiwi-grid-v3 .col1 .ce-column,
    .kiwi-grid-v3 .col1 .ce-gallery figure {
      height: 100%; }
    .kiwi-grid-v3 .col1 .ce-center .ce-inner,
    .kiwi-grid-v3 .col1 .ce-center .ce-outer {
      position: inherit;
      float: none; }
    .kiwi-grid-v3 .col1 .ce-left .ce-gallery,
    .kiwi-grid-v3 .col1 .ce-column {
      float: none; }
    .kiwi-grid-v3 .col1 .ce-gallery figure {
      display: block; }
    .kiwi-grid-v3 .col1 .frame {
      margin-right: 0;
      margin-bottom: 0;
      height: 100%; }
      .kiwi-grid-v3 .col1 .frame .image-embed-item {
        border: 3px solid rgba(255, 255, 255, 0.9);
        width: 100%; }
      .kiwi-grid-v3 .col1 .frame .ce-bodytext {
        flex: 1;
        background: rgba(255, 255, 255, 0.9);
        padding: 1.5rem 2rem; }
        .kiwi-grid-v3 .col1 .frame .ce-bodytext h2 {
          color: #aaca45;
          font-weight: 600;
          font-size: 1.25rem;
          margin-bottom: 1rem;
          line-height: 1.2;
          word-break: break-word; }
          .kiwi-grid-v3 .col1 .frame .ce-bodytext h2:before {
            content: url(img/icon-telefon.svg);
            display: block;
            width: 1rem;
            height: 3rem;
            float: left;
            margin-right: .5rem; }
          .kiwi-grid-v3 .col1 .frame .ce-bodytext h2:after {
            content: "";
            clear: both;
            display: block; }
  .kiwi-grid-v3 .col2 {
    margin-right: 0;
    margin-bottom: 0; }
  .kiwi-grid-v3 .col3 {
    margin-left: 0; }
  .kiwi-grid-v3 .col2,
  .kiwi-grid-v3 .col3 {
    background: rgba(255, 255, 255, 0.9);
    flex-basis: 48.5%; }
    .kiwi-grid-v3 .col2 .ce-bodytext,
    .kiwi-grid-v3 .col3 .ce-bodytext {
      background: transparent;
      padding: 1.5rem 1.25rem;
      word-break: break-word;
      -ms-hyphens: auto;
      -webkit-hyphens: auto;
      hyphens: auto; }
      .kiwi-grid-v3 .col2 .ce-bodytext > h2,
      .kiwi-grid-v3 .col3 .ce-bodytext > h2 {
        color: #aaca45;
        font-weight: 600;
        font-size: 1.25rem;
        margin-bottom: .25rem;
        line-height: 1.2; }
    .kiwi-grid-v3 .col2 .ce-left .ce-gallery,
    .kiwi-grid-v3 .col2 .ce-column,
    .kiwi-grid-v3 .col3 .ce-left .ce-gallery,
    .kiwi-grid-v3 .col3 .ce-column {
      float: none;
      margin-bottom: 0; }
    .kiwi-grid-v3 .col2 .ce-gallery figure,
    .kiwi-grid-v3 .col3 .ce-gallery figure {
      display: block; }
    .kiwi-grid-v3 .col2 .ce-gallery img,
    .kiwi-grid-v3 .col3 .ce-gallery img {
      width: 100%; }
  @media screen and (min-width: 30rem) {
    .kiwi-grid-v3 .col1 .frame .ce-bodytext h2:before {
      width: 2.5rem;
      height: 3rem;
      margin-right: 1rem; } }
  @media screen and (min-width: 48rem) {
    .kiwi-grid-v3 .element3cols {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: space-between; }
    .kiwi-grid-v3 .col1 .ce-textpic {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .kiwi-grid-v3 .col2,
    .kiwi-grid-v3 .col3 {
      flex-basis: 48.5%; }
    .kiwi-grid-v3 .col2 {
      margin-bottom: 0; } }
  @media screen and (min-width: 64rem) {
    .kiwi-grid-v3 .element3cols {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .kiwi-grid-v3 .col1 {
      flex-basis: 50%;
      margin-bottom: 0; }
      .kiwi-grid-v3 .col1 .frame {
        margin-right: 1rem; }
    .kiwi-grid-v3 .col2 {
      margin-right: .5rem;
      margin-bottom: 0; }
    .kiwi-grid-v3 .col3 {
      margin-left: .5rem; }
    .kiwi-grid-v3 .col2,
    .kiwi-grid-v3 .col3 {
      flex: 1; } }

.kiwi-grid-v4 .element2cols {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0; }
  .kiwi-grid-v4 .element2cols .col1,
  .kiwi-grid-v4 .element2cols .col2 {
    background: rgba(255, 255, 255, 0.9);
    flex: 1 1 100%;
    margin-bottom: 1rem; }
  .kiwi-grid-v4 .element2cols .col1 {
    margin-right: 0; }
  .kiwi-grid-v4 .element2cols .col2 {
    margin-left: 0; }
  .kiwi-grid-v4 .element2cols .frame-default {
    background-color: transparent; }
  .kiwi-grid-v4 .element2cols:after {
    content: "";
    clear: both;
    display: block; }
  @media screen and (min-width: 30rem) {
    .kiwi-grid-v4 .element2cols {
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      margin-bottom: 1rem; }
      .kiwi-grid-v4 .element2cols .col1,
      .kiwi-grid-v4 .element2cols .col2 {
        flex: 1%;
        margin-bottom: 0; }
      .kiwi-grid-v4 .element2cols .col1 {
        margin-right: .5rem; }
      .kiwi-grid-v4 .element2cols .col2 {
        margin-left: .5rem; } }
.kiwi-grid-v4 .element3cols {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0; }
  .kiwi-grid-v4 .element3cols .col1,
  .kiwi-grid-v4 .element3cols .col2,
  .kiwi-grid-v4 .element3cols .col3 {
    background: rgba(255, 255, 255, 0.9);
    flex: 1 1 100%;
    margin-bottom: 1rem; }
  .kiwi-grid-v4 .element3cols .col1 {
    margin-right: 0; }
  .kiwi-grid-v4 .element3cols .col2 {
    margin-left: 0;
    margin-right: 0; }
  .kiwi-grid-v4 .element3cols .col3 {
    margin-left: 0; }
  .kiwi-grid-v4 .element3cols .frame-default {
    background: transparent; }
  .kiwi-grid-v4 .element3cols:after {
    content: "";
    clear: both;
    display: block; }
  @media screen and (min-width: 64rem) {
    .kiwi-grid-v4 .element3cols {
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      margin-bottom: 1rem; }
      .kiwi-grid-v4 .element3cols .col1,
      .kiwi-grid-v4 .element3cols .col2,
      .kiwi-grid-v4 .element3cols .col3 {
        flex: 1;
        margin-bottom: 0; }
      .kiwi-grid-v4 .element3cols .col1 {
        margin-right: .5rem; }
      .kiwi-grid-v4 .element3cols .col2 {
        margin-left: .5rem;
        margin-right: .5rem; }
      .kiwi-grid-v4 .element3cols .col3 {
        margin-left: .5rem; } }

#c455 p {
  margin-bottom: 0; }
#c455 .text-right {
  font-style: italic;
  font-size: .8125rem;
  color: #aaca45;
  margin-top: .5rem;
  margin-bottom: 2rem;
  padding-left: .5rem;
  border-left: 1px solid #d4ecb8; }

.contenttable {
  width: 100%;
  margin-bottom: 2rem; }
  .contenttable thead {
    background-color: #eeece1;
    font-weight: 700; }
  .contenttable tr, .contenttable td {
    display: block; }
  .contenttable td {
    vertical-align: top;
    padding: .25rem; }
  .contenttable .thead-subtitel {
    display: none; }
  .contenttable tbody tr {
    border-bottom: 1px solid #c3c3c3; }
  .contenttable tbody td {
    text-align: right; }
    .contenttable tbody td:before {
      content: attr(data-label) ":";
      float: left;
      font-weight: 700; }
  @media screen and (min-width: 64rem) {
    .contenttable .thead-subtitel {
      display: table-row; }
    .contenttable tr {
      display: table-row; }
    .contenttable td {
      display: table-cell; }
    .contenttable tbody tr {
      display: table-row; }
    .contenttable tbody td {
      text-align: left;
      display: table-cell; }
      .contenttable tbody td:before {
        content: "";
        display: none; } }

input,
select,
textarea {
  font-family: 'Exo', sans-serif;
  color: #383838;
  border: 1px solid #dedede;
  background: #fff;
  padding: .5rem;
  margin-bottom: 1rem;
  width: 100%; }
  input:focus,
  select:focus,
  textarea:focus {
    border: 1px solid #aaca45;
    background: #f2f7e3; }

textarea {
  min-height: 10rem; }

button {
  background-color: #aaca45;
  color: #fff;
  padding: 1rem 2rem;
  cursor: pointer; }
  button:hover {
    background-color: #324453; }

.checkbox input {
  width: auto;
  margin: 0 .5rem 0 0; }
.checkbox .form-check {
  margin-bottom: 1rem; }

#c463 .actions,
#c470 .actions {
  margin-top: 1rem; }

#c464,
#c471 {
  display: none; }

.tx-felogin-pi1 h3 {
  color: #aaca45;
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: .25rem;
  line-height: 1.2; }
.tx-felogin-pi1 fieldset {
  margin-top: 1rem; }
.tx-felogin-pi1 legend {
  margin-bottom: 1rem;
  font-weight: 700; }
.tx-felogin-pi1 input[type=submit] {
  background-color: #aaca45;
  color: #fff;
  padding: 1rem 2rem;
  cursor: pointer;
  display: inline-block;
  width: auto; }
  .tx-felogin-pi1 input[type=submit]:hover {
    background-color: #324453; }

.mainmenu-mobil {
  position: absolute;
  top: 1.5rem;
  right: 1rem; }
  .mainmenu-mobil > ul {
    display: none;
    margin-top: 1rem;
    margin-right: 1rem; }
  .mainmenu-mobil .menu-mobil {
    text-transform: uppercase;
    vertical-align: middle;
    margin: 0;
    cursor: pointer;
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center; }
    .mainmenu-mobil .menu-mobil .text {
      margin-right: .5rem; }
    .mainmenu-mobil .menu-mobil .hamburger {
      padding: 1rem;
      color: #fff;
      text-align: center;
      display: inline-block;
      width: 34px;
      height: 34px;
      background: #324453 url("img/icon-hamburger.svg") no-repeat;
      background-size: 67% auto;
      background-position: center; }
    .mainmenu-mobil .menu-mobil:hover {
      color: #324453; }
  .mainmenu-mobil .menu-mobil-nav {
    background: #324453;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 222;
    height: 100%;
    width: 100%;
    display: none;
    overflow: scroll; }
    .mainmenu-mobil .menu-mobil-nav ul {
      width: 90%;
      margin: 0 auto; }
      .mainmenu-mobil .menu-mobil-nav ul li {
        display: block;
        margin: 0;
        border-bottom: 1px solid #53606b; }
        .mainmenu-mobil .menu-mobil-nav ul li a {
          background: url("img/icon-arrow.svg") no-repeat;
          background-size: 8px auto;
          background-position: .75rem 1.25rem; }
        .mainmenu-mobil .menu-mobil-nav ul li a {
          color: #fff;
          display: block;
          padding: 1rem 1rem 1rem 2rem;
          text-decoration: none; }
      .mainmenu-mobil .menu-mobil-nav ul.level1 > li.act > a {
        background-color: #4e96bc; }
      .mainmenu-mobil .menu-mobil-nav ul.level2 {
        margin-bottom: 0;
        border-top: 1px solid #53606b;
        width: 100%; }
        .mainmenu-mobil .menu-mobil-nav ul.level2 > li > a {
          padding-left: 3rem;
          background-position: 2rem 1.25rem; }
        .mainmenu-mobil .menu-mobil-nav ul.level2 > li:last-of-type {
          border-bottom: none; }
        .mainmenu-mobil .menu-mobil-nav ul.level2 > li.act > a {
          background-color: #475c6d; }
    .mainmenu-mobil .menu-mobil-nav .menu-collapse {
      background: url(img/icon-arrow.svg) no-repeat;
      display: inline-block;
      width: 1rem;
      height: 1rem;
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
    .mainmenu-mobil .menu-mobil-nav .close {
      display: inline-block;
      float: right;
      text-align: right;
      margin: 20px 5% 10px auto;
      color: #fff;
      width: 20px;
      height: 20px;
      background: transparent url("img/close.svg") no-repeat; }
      .mainmenu-mobil .menu-mobil-nav .close:hover {
        background: transparent url("img/close-hover.svg") no-repeat; }
  @media screen and (min-width: 48rem) {
    .mainmenu-mobil > ul {
      display: block; }
    .mainmenu-mobil .menu-mobil,
    .mainmenu-mobil .menu-mobil-nav {
      display: none; } }

#menu {
  position: relative;
  width: auto;
  border-top: 1px solid #fff;
  overflow: hidden; }
  @media screen and (min-width: 48rem) {
    #menu {
      height: 100vh; } }

.header-main .sidebar .row {
  margin-top: 1rem;
  margin-bottom: 0; }
  .header-main .sidebar .row .col1 a:before,
  .header-main .sidebar .row .col2 a:before,
  .header-main .sidebar .row .col3 a:before,
  .header-main .sidebar .row .col-12 a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f04b";
    color: #fff;
    position: absolute;
    margin-top: 32px;
    margin-left: 40px;
    font-size: 2rem;
    opacity: 0.9; }
  .header-main .sidebar .row .col1 img,
  .header-main .sidebar .row .col2 img,
  .header-main .sidebar .row .col3 img,
  .header-main .sidebar .row .col-12 img {
    border-radius: 100px;
    border: 3px solid #ffffff; }
.header-main .sidebar .social {
  display: none;
  color: #ffffff;
  font-size: 3rem;
  margin-top: 5rem; }
  .header-main .sidebar .social a {
    color: #ffffff; }
    .header-main .sidebar .social a:hover {
      color: #aaca45; }
  .header-main .sidebar .social .fa-facebook-square {
    margin-right: 10px; }

#c525 h1 {
  color: #aaca45; }
#c525 p {
  margin-bottom: 1rem; }
#c525 ul {
  margin-left: 1rem; }

main .ce-textpic .ce-column {
  float: none; }
main .ce-textpic .ce-gallery figure {
  display: block; }
  main .ce-textpic .ce-gallery figure img {
    width: 100%; }
main .ce-textpic.ce-right .ce-gallery {
  float: none; }
main .ce-textpic.ce-left .ce-gallery {
  float: none; }

@media screen and (min-width: 48rem) {
  .header-main .sidebar {
    margin-left: 4rem; }
    .header-main .sidebar .social {
      display: block; }

  main .ce-column {
    float: left; }
  main .ce-gallery figure {
    display: table; }
    main .ce-gallery figure img {
      width: auto; }
  main .ce-textpic.ce-right .ce-gallery {
    float: right;
    width: 30%; }
  main .ce-textpic.ce-left .ce-gallery {
    float: left;
    width: 30%; } }
@media screen and (min-width: 64rem) {
  main .ce-textpic.ce-right .ce-gallery {
    width: auto; }
  main .ce-textpic.ce-left .ce-gallery {
    width: auto; } }
.kiwi-grid-v3____ {
  background: rgba(155, 255, 15, 0.2);
  margin-bottom: 1rem; }
  .kiwi-grid-v3____ .element3cols {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .kiwi-grid-v3____ .frame-default {
    background: transparent;
    padding: 0; }
  .kiwi-grid-v3____ .contenttable {
    width: 100%; }
    .kiwi-grid-v3____ .contenttable tr td:nth-of-type(2) {
      text-align: right; }
  .kiwi-grid-v3____ .col1 {
    flex-basis: 50%; }
    .kiwi-grid-v3____ .col1 .ce-textpic {
      height: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .kiwi-grid-v3____ .col1 .ce-gallery img {
      height: 100%; }
    .kiwi-grid-v3____ .col1 .ce-center .ce-outer,
    .kiwi-grid-v3____ .col1 .ce-center .ce-inner,
    .kiwi-grid-v3____ .col1 .ce-row,
    .kiwi-grid-v3____ .col1 .ce-column,
    .kiwi-grid-v3____ .col1 .ce-gallery figure {
      height: 100%; }
    .kiwi-grid-v3____ .col1 .frame {
      margin-right: 1rem;
      margin-bottom: 0;
      height: 100%; }
      .kiwi-grid-v3____ .col1 .frame .image-embed-item {
        border: 3px solid #fff; }
      .kiwi-grid-v3____ .col1 .frame .ce-bodytext {
        flex: 1;
        background: #fff;
        padding: 1.5rem 2rem; }
        .kiwi-grid-v3____ .col1 .frame .ce-bodytext h2 {
          color: #aaca45;
          font-weight: 600;
          font-size: 1.25rem;
          margin-bottom: 1rem;
          line-height: 1.2; }
          .kiwi-grid-v3____ .col1 .frame .ce-bodytext h2:before {
            content: url(img/icon-telefon.svg);
            display: block;
            width: 2.5rem;
            height: 3rem;
            float: left;
            margin-right: 1rem; }
  .kiwi-grid-v3____ .col2 {
    flex: 1;
    background: #fff;
    margin-right: .5rem; }
  .kiwi-grid-v3____ .col3 {
    flex: 1;
    background: #fff;
    margin-left: .5rem; }
  .kiwi-grid-v3____ .col2 .ce-bodytext,
  .kiwi-grid-v3____ .col3 .ce-bodytext {
    background: #fff;
    padding: 1.5rem 1.25rem; }
    .kiwi-grid-v3____ .col2 .ce-bodytext > h2,
    .kiwi-grid-v3____ .col3 .ce-bodytext > h2 {
      color: #aaca45;
      font-weight: 600;
      font-size: 1.25rem;
      margin-bottom: .25rem;
      line-height: 1.2; }
  @media screen and (min-width: 30rem) {
    .kiwi-grid-v3____ {
      background: rgba(155, 25, 15, 0.2); } }
  @media screen and (min-width: 48rem) {
    .kiwi-grid-v3____ {
      background: rgba(15, 255, 155, 0.2); } }
  @media screen and (min-width: 64rem) {
    .kiwi-grid-v3____ {
      background: rgba(15, 125, 215, 0.2); } }

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