/* *** Import *** */
/*@import '../vendor/bootstrap-4.3.1-dist/scss/bootstrap.scss';*/
/* --------------------------------------------------

   Breakpoint Settings
   -------------------------------------------------- */
/* --------------------------------------------------

   Breakpoint Mixin
   -------------------------------------------------- */
/* Rot */
/* Grau */
/* Grau */
/* Grau */
/* Grau */
/*@import 'masonry.scss';*/
@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=3ef3fa63-e3c4-4a9f-9d35-04d6cc2bc6dd&fontids=1475520,1475556");
@font-face {
  /*font-family:"Avenir LT W01_55 Roman1475520";*/
  font-family: "avenir-normal";
  src: url("../fonts/avenir/1475520/57bf7902-79ee-4b31-a327-1bbf59a3d155.eot?#iefix");
  src: url("../fonts/avenir/1475520/57bf7902-79ee-4b31-a327-1bbf59a3d155.eot?#iefix") format("eot"), url("../fonts/avenir/1475520/b290e775-e0f9-4980-914b-a4c32a5e3e36.woff2") format("woff2"), url("../fonts/avenir/1475520/4b978f72-bb48-46c3-909a-2a8cd2f8819c.woff") format("woff"), url("../fonts/avenir/1475520/9bdf0737-f98c-477a-9365-ffc41b9d1285.ttf") format("truetype"); }
@font-face {
  /*font-family:"Avenir LT W01_95 Black1475556";*/
  font-family: "avenir-bold";
  src: url("../fonts/avenir/1475556/f55e4498-ad48-4577-93a0-c614de5cbbb8.eot?#iefix");
  src: url("../fonts/avenir/1475556/f55e4498-ad48-4577-93a0-c614de5cbbb8.eot?#iefix") format("eot"), url("../fonts/avenir/1475556/c78eb7af-a1c8-4892-974b-52379646fef4.woff2") format("woff2"), url("../fonts/avenir/1475556/75b36c58-2a02-4057-a537-09af0832ae46.woff") format("woff"), url("../fonts/avenir/1475556/b5c44a82-eeb8-41de-9c3f-a8db50b24b8a.ttf") format("truetype"); }
/* Fixes Firefox anomaly during image load */
@-moz-document url-prefix() {
  img:-moz-loading {
    visibility: hidden; } }
/* *** Allgemein *** */
body {
  font-family: 'avenir-normal', "sans-serif";
  font-size: 14px;
  color: #000000; }

h1 {
  font-family: 'avenir-bold', "sans-serif";
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 1rem; }

a,
a:link,
a:hover,
a:active,
a:focus,
a:visited {
  color: #000000; }

ul,
ol {
  padding-left: 1rem; }

/* *** Header *** */
header {
  position: relative; }
  header a {
    color: #000000; }
  header .logo {
    display: inline-block;
    font-weight: bold;
    color: #000000;
    padding: 70px 0 10px 0; }
    header .logo span {
      color: #CC0004; }
      header .logo span.small {
        font-weight: 600; }
    header .logo a {
      text-decoration: none;
      border: none; }
  header .navsteuerung {
    position: absolute;
    bottom: 21px;
    right: 15px;
    font-size: 24px;
    color: #000000; }
  header nav {
    display: inline-block;
    margin-bottom: 10px; }
    header nav ul {
      padding: 0;
      margin: 0; }
      @media (max-width: 576px) {
        header nav ul {
          position: absolute;
          top: 95px;
          right: 0px;
          width: 100%;
          background-color: #ffffff;
          padding: 35px 0 10px 0;
          z-index: 500; } }
      header nav ul li {
        position: relative;
        display: inline-block;
        list-style-type: none;
        padding: 0 20px;
        margin: 0; }
        @media (max-width: 768px) {
          header nav ul li {
            padding: 0 0 0 15px; } }
        @media (max-width: 576px) {
          header nav ul li {
            display: block;
            padding: 0 0 0 15px; } }
        header nav ul li a {
          display: inline-block;
          font-size: 14px;
          font-weight: bold;
          color: #000000;
          text-decoration: none;
          border-bottom: solid 1px #ffffff;
          padding-bottom: 3px;
          margin-bottom: -3px; }
          header nav ul li a:hover {
            color: #000000;
            text-decoration: none;
            border-bottom: solid 1px #000000; }
          header nav ul li a.is-active {
            /*text-decoration: underline !important;*/
            border-bottom: solid 1px #000000; }
        header nav ul li:hover > ul {
          display: block; }
        header nav ul li ul {
          display: none;
          position: absolute;
          background-color: #ffffff;
          padding: 10px 20px 15px 20px;
          margin-left: -20px;
          white-space: nowrap;
          z-index: 500; }
          @media (max-width: 576px) {
            header nav ul li ul {
              display: block;
              position: relative;
              top: 0;
              padding: 0;
              margin-left: 20px; } }
          header nav ul li ul li {
            display: block;
            padding: 0; }
            header nav ul li ul li a {
              border-bottom: solid 1px #ffffff;
              padding-bottom: 0;
              margin-bottom: 0; }
              header nav ul li ul li a.is-active, header nav ul li ul li a:hover {
                /*text-decoration: underline !important;
                border: none;*/
                border-bottom: solid 1px #000000;
                padding-bottom: 0;
                margin-bottom: 0; }
              @media (max-width: 576px) {
                header nav ul li ul li a {
                  font-weight: normal; } }
      header nav ul.optnav {
        margin-bottom: -3px; }
        @media (max-width: 576px) {
          header nav ul.optnav {
            text-align: right;
            padding: 0 17px 10px 0; } }
        header nav ul.optnav li {
          font-weight: bold;
          color: #000000;
          padding: 0 0 0 20px; }
          header nav ul.optnav li:first-of-type {
            padding: 0; }
            header nav ul.optnav li:first-of-type a {
              display: inline-block;
              text-decoration: none;
              border-bottom: none; }
              header nav ul.optnav li:first-of-type a:hover {
                text-decoration: none;
                border-bottom: none; }
          header nav ul.optnav li.aktivpoint a {
            padding-bottom: 6px; }
          @media (max-width: 768px) {
            header nav ul.optnav li {
              display: inline-block;
              padding: 0 0 0 15px; } }
          header nav ul.optnav li a {
            color: #000000; }
            header nav ul.optnav li a.aktiv {
              text-decoration: none;
              border-bottom: solid 1px #000000; }
          header nav ul.optnav li img.listensymbol {
            width: 13px;
            height: auto;
            margin-top: -4px; }

/* *** Main *** */
main.rahmen .imageborder img,
main.rahmen img.hauptbild,
main.rahmen img.bildrahmen {
  border: solid 1px #ffffff; }
main.rahmen img.obj_fit {
  object-fit: cover;
  width: 100%;
  height: 100%; }
  main.rahmen img.obj_fit.obj_award {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%; }
main.rahmen .cutimage {
  overflow: hidden;
  max-height: 425px; }
main.rahmen .minimage {
  overflow: hidden;
  height: 212.5px; }
main.rahmen .detailformat a {
  border-bottom: solid 1px #000000; }
  main.rahmen .detailformat a:hover {
    color: #000000;
    text-decoration: none; }
main .team .teamtext {
  display: none; }
main .kachel {
  /*&__gross {
      font-size: 14px;
  }*/ }
  main .kachel__mittel {
    position: relative;
    width: 33.333%;
    background-color: #ffffff;
    /*padding-top: 66.666%;*/ }
    main .kachel__mittel .overflow {
      overflow: hidden;
      position: absolute;
      top: 1px;
      right: 1px;
      bottom: 1px;
      left: 1px; }
      main .kachel__mittel .overflow img {
        width: 100%;
        height: auto;
        object-fit: cover; }
  main .kachel__klein {
    position: relative;
    width: 16.666%;
    background-color: #ffffff;
    padding-top: 66.666%; }
    main .kachel__klein .overflow {
      overflow: hidden;
      position: absolute;
      top: 1px;
      right: 1px;
      bottom: 1px;
      left: 1px; }
      main .kachel__klein .overflow img {
        width: 100%;
        height: auto;
        object-fit: cover; }
  main .kachel:hover img {
    filter: grayscale(100%);
    /* Standard */
    -webkit-filter: grayscale(100%);
    /* Webkit */
    filter: url(/elements/grayscale.svg#desaturate);
    /* Firefox 4-34 */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(1);
    /* Old WebKit */ }
  main .kachel .beschreibunglink {
    display: none;
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-decoration: none; }
    @media (max-width: 576px) {
      main .kachel .beschreibunglink {
        display: none; } }
  main .kachel .beschreibung {
    font-weight: bold;
    background-color: #ffffff;
    padding: 2px 5px; }
  main .kachel:hover > .overflow > a.beschreibunglink, main .kachel:hover > .overflow > span.beschreibunglink {
    display: block; }
  main .kachel.textkachel:hover, main .kachel.textkachel:hover a, main .kachel.textkachel:hover span.nolink {
    color: #000000 !important;
    background-color: #ffffff !important; }
  main .kachel.textkachel a,
  main .kachel.textkachel span.nolink {
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    text-decoration: none; }
    main .kachel.textkachel a .beschreibung_text,
    main .kachel.textkachel span.nolink .beschreibung_text {
      display: block;
      position: absolute;
      bottom: 0px;
      line-height: 1rem;
      padding: 10px; }
      main .kachel.textkachel a .beschreibung_text h2,
      main .kachel.textkachel span.nolink .beschreibung_text h2 {
        font-size: 1rem;
        font-weight: bold;
        line-height: 1rem;
        margin-bottom: 0; }
      main .kachel.textkachel a .beschreibung_text h3,
      main .kachel.textkachel span.nolink .beschreibung_text h3 {
        font-size: 1rem;
        line-height: 1.3rem;
        margin-bottom: 0; }
      main .kachel.textkachel a .beschreibung_text p:last-of-type,
      main .kachel.textkachel span.nolink .beschreibung_text p:last-of-type {
        margin-bottom: 0; }
      @media (max-width: 1024px) {
        main .kachel.textkachel a .beschreibung_text,
        main .kachel.textkachel span.nolink .beschreibung_text {
          padding: 0 10px; }
          main .kachel.textkachel a .beschreibung_text h2,
          main .kachel.textkachel span.nolink .beschreibung_text h2 {
            font-size: 1rem;
            font-weight: normal; }
          main .kachel.textkachel a .beschreibung_text h3,
          main .kachel.textkachel span.nolink .beschreibung_text h3 {
            font-size: 1rem; }
          main .kachel.textkachel a .beschreibung_text p,
          main .kachel.textkachel span.nolink .beschreibung_text p {
            font-size: 0.7rem; } }
      @media (max-width: 576px) {
        main .kachel.textkachel a .beschreibung_text p,
        main .kachel.textkachel span.nolink .beschreibung_text p {
          display: none; } }
  main .kachel.textkachel.detailseite {
    position: relative;
    padding-top: 66.666%; }
    main .kachel.textkachel.detailseite .detailtextausgabe {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%; }
  main .kachel .textlayer {
    display: none;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.75);
    padding: 10px 10px 0 10px; }

/* *** Footer *** */
footer {
  padding: 10px 0 50px 0; }
  footer nav {
    display: block; }
    footer nav ul {
      padding: 0;
      margin: 0; }
      footer nav ul li {
        position: relative;
        display: inline-block;
        list-style-type: none;
        padding: 0 40px 0 0;
        margin: 0; }
        @media (max-width: 576px) {
          footer nav ul li {
            padding-right: 20px; } }
        footer nav ul li a {
          font-size: 14px;
          font-weight: bold;
          color: #000000;
          text-decoration: none; }
          footer nav ul li a:hover {
            color: #000000;
            text-decoration: none;
            border-bottom: solid 1px #000000; }
          footer nav ul li a.is-active {
            /*text-decoration: underline !important;*/
            border-bottom: solid 1px #000000; }

/* *** Masonry *** */
.grid {
  overflow: hidden;
  width: 100%;
  margin: 0 auto; }

.grid:after {
  content: '';
  display: block;
  clear: both; }

.grid-item,
.grid-sizer {
  width: 16.66666%; }
  @media (max-width: 768px) {
    .grid-item,
    .grid-sizer {
      width: 50%;
      height: auto; } }
  @media (max-width: 576px) {
    .grid-item,
    .grid-sizer {
      width: 50%;
      height: auto; } }

.grid-item {
  position: relative;
  background-color: #ffffff; }
  .grid-item .overflow {
    overflow: hidden; }
  .grid-item__width2_h {
    width: 16.666%;
    height: auto; }
    .grid-item__width2_h .overflow {
      padding-top: 66.666%; }
    @media (max-width: 768px) {
      .grid-item__width2_h {
        width: 50%;
        height: auto; }
        .grid-item__width2_h.fullframe {
          width: 100%;
          height: auto !important;
          max-height: none; }
          .grid-item__width2_h.fullframe img {
            object-fit: unset !important; } }
  .grid-item__width2_v {
    width: 16.666%;
    height: auto; }
    .grid-item__width2_v .overflow {
      padding-top: 133.333%; }
    @media (max-width: 768px) {
      .grid-item__width2_v {
        width: 50%;
        height: auto; }
        .grid-item__width2_v.fullframe {
          width: 100%;
          height: auto !important;
          max-height: none; }
          .grid-item__width2_v.fullframe img {
            object-fit: unset !important; } }
  .grid-item__width3_h {
    width: 33.333%;
    height: auto; }
    .grid-item__width3_h .overflow {
      padding-top: 66.666%; }
    @media (max-width: 768px) {
      .grid-item__width3_h {
        width: 50%;
        height: auto; }
        .grid-item__width3_h.fullframe {
          width: 100%;
          height: auto !important;
          max-height: none; }
          .grid-item__width3_h.fullframe img {
            object-fit: unset !important; } }
  .grid-item__width3_v {
    width: 16.666%;
    height: auto; }
    .grid-item__width3_v .overflow {
      padding-top: 133.333%; }
    @media (max-width: 768px) {
      .grid-item__width3_v {
        width: 50%;
        height: auto; }
        .grid-item__width3_v.fullframe {
          width: 100%;
          height: auto !important;
          max-height: none; }
          .grid-item__width3_v.fullframe img {
            object-fit: unset !important; } }
  .grid-item__width4_h {
    width: 49.999%;
    height: auto; }
    .grid-item__width4_h .overflow {
      padding-top: 66.666%; }
    @media (max-width: 768px) {
      .grid-item__width4_h {
        width: 50%;
        height: auto; }
        .grid-item__width4_h.fullframe {
          width: 100%;
          height: auto !important;
          max-height: none; }
          .grid-item__width4_h.fullframe img {
            object-fit: unset !important; } }
  .grid-item__width4_v {
    width: 33.333%;
    height: auto; }
    .grid-item__width4_v .overflow {
      padding-top: 133.333%; }
    @media (max-width: 768px) {
      .grid-item__width4_v {
        width: 50%;
        height: auto; }
        .grid-item__width4_v.fullframe {
          width: 100%;
          height: auto !important;
          max-height: none; }
          .grid-item__width4_v.fullframe img {
            object-fit: unset !important; } }
  .grid-item__width5_h {
    width: 66.666%;
    height: auto; }
    .grid-item__width5_h .overflow {
      padding-top: 66.666%; }
    @media (max-width: 768px) {
      .grid-item__width5_h {
        width: 50%;
        height: auto; }
        .grid-item__width5_h.fullframe {
          width: 100%;
          height: auto !important;
          max-height: none; }
          .grid-item__width5_h.fullframe img {
            object-fit: unset !important; } }
  .grid-item__width5_v {
    width: 49.999%;
    height: auto; }
    .grid-item__width5_v .overflow {
      padding-top: 133.333%; }
    @media (max-width: 768px) {
      .grid-item__width5_v {
        width: 50%;
        height: auto; }
        .grid-item__width5_v.fullframe {
          width: 100%;
          height: auto !important;
          max-height: none; }
          .grid-item__width5_v.fullframe img {
            object-fit: unset !important; } }
  .grid-item__width6_h {
    width: 100%;
    height: auto; }
    .grid-item__width6_h .overflow {
      padding-top: 66.666%; }
    @media (max-width: 768px) {
      .grid-item__width6_h {
        width: 50%;
        height: auto; }
        .grid-item__width6_h.fullframe {
          width: 100%;
          height: auto !important;
          max-height: none; }
          .grid-item__width6_h.fullframe img {
            object-fit: unset !important; } }
  .grid-item__width6_v {
    width: 66.666%;
    height: auto; }
    .grid-item__width6_v .overflow {
      padding-top: 133.333%; }
    @media (max-width: 768px) {
      .grid-item__width6_v {
        width: 50%;
        height: auto; }
        .grid-item__width6_v.fullframe {
          width: 100%;
          height: auto !important;
          max-height: none; }
          .grid-item__width6_v.fullframe img {
            object-fit: unset !important; } }
  .grid-item__width7_v {
    width: 100%;
    height: auto; }
    .grid-item__width7_v .overflow {
      padding-top: 133.333%; }
    @media (max-width: 768px) {
      .grid-item__width7_v {
        width: 50%;
        height: auto; }
        .grid-item__width7_v.fullframe {
          width: 100%;
          height: auto !important;
          max-height: none; }
          .grid-item__width7_v.fullframe img {
            object-fit: unset !important; } }
  .grid-item a.sliderbild,
  .grid-item a.leerbild,
  .grid-item a.teambild,
  .grid-item .fueller {
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px; }
  .grid-item a.leerbild {
    background-color: #dee1e3; }
  .grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

@media (max-width: 576px) {
  .grid {
    /*div:nth-child(2):not(.textkachel) {*/ }
    .grid div:nth-child(2) {
      width: 100%;
      height: auto; } }

/* *** Slider *** */
.slick-prev::before, .slick-next::before {
  font-size: 40px; }

.slider {
  /*.slick-next::after, .slick-prev::after {
      content: ' ';
      line-height: normal;
      opacity: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      top: 50%;
      left: 50%;
      background-position: center center;
      background-repeat: no-repeat;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(-50%, -50%);
      z-index: 550;
  }
  .slick-prev::after {
      background-image: url('../img/pfeil-links.svg');
  }
  .slick-next::after {
      background-image: url('../img/pfeil-links.svg');
      transform: rotate(-180deg);
  }*/ }
  .slider .slick-slide img {
    margin: 0 auto; }
    @media (max-width: 576px) {
      .slider .slick-slide img {
        max-height: 240px; } }
  .slider .slick-next, .slider .slick-prev {
    display: block;
    position: absolute;
    height: 40px;
    width: 40px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    /*background-color: #ddd;*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 40% auto;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border: none;
    border-radius: 50%;
    outline: none;
    padding: 0; }
  .slider .slick-prev {
    left: 30px;
    background-image: url("../img/pfeil-links.svg");
    z-index: 500; }
  .slider .slick-next {
    right: 30px;
    background-image: url("../img/pfeil-links.svg");
    transform: translate(0, -50%) rotate(-180deg);
    z-index: 500; }
  .slider .slick-next::before, .slider .slick-prev::before {
    content: ''; }
  @media (max-width: 576px) {
    .slider .slick-prev {
      left: 10px; }
    .slider .slick-next {
      right: 10px; } }
  .slider.slick-dotted {
    margin-bottom: 0px; }
  .slider .slick-dots {
    bottom: 10px; }
    .slider .slick-dots li button::before {
      font-size: 20px;
      color: #ffffff;
      opacity: .50; }
    .slider .slick-dots li.slick-active button::before {
      opacity: .90; }

@media (max-width: 576px) {
  .slick-arrow {
    /*display: none !important;*/ } }

/* *** Cookiebanner *** */
#cookie-popup {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  background: #dee1e3;
  color: #000000;
  z-index: 3000; }

#cookierahmen {
  position: relative;
  width: 100%;
  max-width: 1070px;
  padding: 0 10px;
  margin: 0 auto; }

#cookierahmen p {
  font-size: 14px !important;
  line-height: normal;
  margin: 0 130px 0 0 !important; }

#cookierahmen p a {
  color: #000000;
  text-decoration: underline; }

#cookie-popup-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-block;
  border: 1px solid #000000;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 14px; }

/* *** Sonstiges *** */
/* Bilder */
.img-fluid_full {
  width: 100%;
  height: auto; }

.img-fluid_ver {
  max-width: 100%;
  height: auto;
  max-height: 633px; }
  @media (max-width: 768px) {
    .img-fluid_ver {
      max-height: 390px; } }

/* Graustufen */
.desaturate {
  filter: grayscale(0%);
  filter: none;
  -webkit-filter: grayscale(0);
  /* Old WebKit */ }

.desaturate:hover {
  filter: grayscale(100%);
  /* Standard */
  -webkit-filter: grayscale(100%);
  /* Webkit */
  filter: url(/elements/grayscale.svg#desaturate);
  /* Firefox 4-34 */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Old WebKit */ }

/* Border */
.border_1_ffffff {
  border: solid 1px #ffffff; }

.border_l_1_ffffff {
  border-left: solid 1px #ffffff; }

.border_b_1_000000 {
  border-bottom: solid 1px #000000; }

/* Hintergrund */
.bg_dee1e3 {
  background-color: #dee1e3; }

.bg_fff {
  background-color: #ffffff; }

/* Abstand */
.left-n1 {
  position: relative;
  left: -1px; }

.right-n1 {
  position: relative;
  right: -1px; }

/*# sourceMappingURL=style.css.map */
