    @font-face {
      font-family: "TheMixTT3";
      src: url('/fonts/TheMix_cls_TT3.woff') format('woff'),
        /* Pretty Modern Browsers */
        url('/fonts/TheMix_cls_TT3.ttf') format('truetype')
        /* Safari, Android, iOS */
    }

    @font-face {
      font-family: "TheMixTT5";
      src: url('/fonts/themix-5-regular-webfont.woff') format('woff'),
        /* Pretty Modern Browsers */
        url('/fonts/themix-5-regular-webfont.ttf') format('truetype')
        /* Safari, Android, iOS */
    }

    @font-face {
      font-family: "TheMixTT7";
      src: url('/fonts/TheMix_cls_TT7.woff') format('woff'),
        /* Pretty Modern Browsers */
        url('/fonts/TheMix_cls_TT7.ttf') format('truetype')
        /* Safari, Android, iOS */
    }

    * {
      -webkit-hyphens: manual !important;
      -ms-hyphens: manual !important;
      hyphens: manual !important;
    }

    html, body, .tm-page, p {
      font-family: "TheMixTT5", Arial !important;
      color: #000;
      letter-spacing: 0;
      line-height: 1.4;
    }

    .contentbox img {
      padding-bottom: 20px;
    }

    .tm-page {
      display: none;
    }

    .startmenu a {
      font-family: "TheMixTT3", Arial !important;
    }

    em {
      color: #0096b4;
      font-style: normal;
    }

    .contentbox a, .post-type-archive-mec-events .tm-main,
    .single-mec-events .tm-main {
      color: #0096b4;
      text-decoration: underline;
    }

    .newsgrid a {
      text-decoration: none;
    }

    .anmeldung-btn {
      display: none;
    }

    #subnav a {
      font-weight: bold;
      text-decoration: none;
      color: #0096b4;
    }

    #subnav .uk-active a {
      color: #5b463a !important;
      text-decoration: none;
      border-bottom: 2px solid #5b463a;
    }

    .uk-accordion .el-item a {
      text-decoration: none;
    }

    .a2a_floating_style, .a2a_kit {
      animation: none !important;
      opacity: 1 !important;
    }

    h1, h2, h3, .uk-h1, .uk-h2, .uk-h3 {
      color: #5b463a;
      font-family: "TheMixTT3" !important;
      font-weight: 800 !important;
    }

    h1 {
      font-size: 2.7rem;
    }

    .error404 h1 {
      font-size: 2.7rem !important;
      color: #5b463a;
    }

    .single-post h1, .single-event h1 {
      font-size: 2.2rem;
    }

    h2, .uk-h2, .error404 p {
      font-size: 1.2rem !important;
      color: #0096b4;
    }

    h3, .uk-h3 {
      font-size: 1.7rem !important;
      color: #5b463a;
      font-weight: bold;
    }

    .fa-external-link-alt {
      color: #0096b4;
    }

    b, em, strong {
      color: #00758d !important;
    }

    /* a {
      white-space: nowrap;
    } */

    .bluebox strong {
      color: #fff !important;
    }

    .single-termine .page-breadcrumbs, .post-type-archive-event .page-breadcrumbs, .single-termine .search, .post-type-archive-event .search {
      display: none !important;
    }

    .post-type-archive-event .ansprechpartner, .single-event .ansprechpartner {
      display: none;
    }

    .first {
      margin-top: 160px;
    }

    .contentbox, .error404 .tm-main.uk-section, .post-type-archive-mec-events .tm-main,
    .single-mec-events .tm-main {
      max-width: 45%;
      margin-left: 5%;
      margin-right: 5%;
      padding-top: 40px;
      padding-bottom: 40px;
    }

    .home .contentbox {
      margin-top: 60px;
    }

    .beigebox {
      background: #efdbc1;
      padding: 40px;
      margin: 0;
      font-size: 1.2rem;
    }

    .beigebox div:nth-child(1) {
      padding-left: 0px !important;
    }

    .beigebox div:nth-child(2) {
      padding-left: 20px !important;
    }

    .bluebox {
      background: #0096b4;
      color: #fff !important;
      margin: 0;
      font-size: 1rem;
      padding: 40px;
    }

    .bluebox .el-title {
      font-size: 1rem !important;
    }

    .bluebox p, .bluebox h1, .bluebox h2, .bluebox h3 {
      color: #fff !important;
      ;
    }

    .bluebox a, .uk-link {
      color: #fff !important;
      text-decoration: none !important;
    }

    .bluebox a:hover, .uk-link:hover {
      color: #e3e3e3 !important;
      ;
    }

    .startmenu {
      background-color: #fff;
      margin-left: 7%;
      width: fit-content;
      max-width: 150px;
      padding: 20px;
    }

    .startmenu a {
      text-align: left;
      font-size: 1.4rem;
      text-transform: none;
      letter-spacing: 1px;
    }

    .newsbox {
      background: #005363;
      position: fixed;
      width: 40vw;
      height: 50vh;
      top: 0;
      right: 0;
      color: #fff;
      z-index: 99;
      transition: all ease-out .5s;
    }

    .home .newsbox {
      right: -50%;
    }

    .news-img {
      float: left;
      margin-right: 30px;
      margin-bottom: 10px;
      max-width: 50%;
    }

    .termin-grid img {
      width: 100%;
      max-height: 180px;
      object-fit: cover;
    }

    .eventbox {
      background: #D6AF80;
      position: fixed;
      width: 40vw;
      height: 50vh;
      bottom: 0;
      right: 0;
      color: #fff;
      z-index: 99;
      transition: all ease-out .5s;
    }

    .home .eventbox {
      right: -50%;
    }

    .eventbox>div, .newsbox>div {
      height: 50vh;
    }

    .newsbox .uk-margin-small-top,
    .eventbox .uk-margin-small-top {
      margin-top: 0 !important;
    }

    .eventbox h2,
    .newsbox h2 {
      color: #fff;
    }

    .newsbox .el-title .uk-link,
    .eventbox .el-title .uk-link {
      color: #fff;
      font-weight: bold;
    }

    .eventbox .uk-grid-match a, .newsbox .uk-grid-match a {
      color: #fff;
      font-size: 0.9rem;
    }

    .logobox {
      position: relative;
      z-index: 10;
      top: 0;
      left: 7%;
      width: 100%;
      padding-right: 4vw;
      max-width: 40.5vw;
      transition: all ease .5;
    }

    .searchbox {
      position: absolute;
      z-index: 10;
      top: 0;
      left: 7%;
      width: 100%;
      max-width: 40.5vw;
      background: transparent;
      top: 8vw;
      display: none;
    }

    .home .searchbox {
      display: block;
    }

    .search-results, .search-no-results {
      display: none;
    }

    .search-results>.tm-page>.search, .error404 .search {
      display: none;
    }

    .search-results .breadcrumbs, .search-no-results .breadcrumbs {
      margin-top: -50px;
      margin-bottom: 70px;
    }

    .shortnews {
      position: absolute;
      left: 24vw;
      top: -22px;
    }

    .home .search {
      display: block;
    }

    div.asl_r p.showmore, div.asl_r .results .item .asl_content h3 a {
      line-height: 0 !important;
    }

    .home .search .uk-container {
      padding: 0;
      width: 100%;
    }

    .home .search #ajaxsearchlite1 {
      width: 100%;
    }

    .totop {
      position: fixed;
      bottom: 20px;
      left: 55vw;
      z-index: 10;
      transition: all 0.5s ease;
    }

    #scrollanchor {
      position: fixed;
      bottom: 0;
    }

    .a2a_floating_style {
      border-radius: 0 !important;
    }

    .a2a_svg {
      width: 1.2vw !important;
      height: 1.2vw !important;
    }

    .a2a_floating_style {
      top: 30vh !important;
    }

    /*
#ssb-container {
  margin-left: -5!important;
}
*/
    /* ??? sometimes needed ???
    #ssb-btn-0,
    #ssb-btn-1,
    #ssb-btn-2 {
      background: #0096B4;
    }

    #ssb-btn-0:hover,
    #ssb-btn-1:hover,
    #ssb-btn-2:hover {
      background: #005363;
    }

    #ssb-btn-0 a,
    #ssb-btn-1 a,
    #ssb-btn-2 a {
      color: #fff;
    }

    .uk-navbar-toggle {
      color: #fff;
      z-index: 1;
      left: 56.5vw;
      top: 0;
      position: absolute;
    }
*/
    .menu-toggle {
      cursor: pointer;
      background: transparent;
      position: fixed;
      z-index: 10;
      top: 20px;
      left: 49%;
      transition: all .1s ease-in-out;
    }

    .menu-toggle-mobile {
      display: none;
    }

    .menu-toggle:hover {
      transform: scale(1.1);
      filter: brightness(1.2);
    }

    .menu-toggle:active {
      transform: scale(1);
      filter: brightness(.8);
    }

    .menu {
      text-shadow: 2px 2px 20px black, 2px 2px 20px black;
      box-shadow: 0 1px 1px white;
      display: none;
      position: fixed;
      width: 40vw;
      top: 0;
      right: 0;
    }

    .menu .el-item ul li a {
      text-shadow: 2px 2px 20px black, 2px 2px 20px black, 2px 2px 20px black, 2px 2px 20px black;
    }

    .menu .el-item {
      margin: 0;
      padding: 10px 25px 10px 25px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 50% 50%;
      filter: blur();
    }

    .menu .el-item .el-title {
      font-size: 1.5rem;
      text-decoration: none;
    }

    .menu .el-title, .menu a, .menu .el-content {
      color: #fff;
      font-family: "TheMixTT3";
    }

    .menu a {
      text-decoration: underline;
    }

    .menu a:hover {
      font-weight: bold;
    }

    .frontpage-btn-events, .frontpage-btn-news {
      padding: 20px 40px 20px 40px;
      background-size: cover;
      background-position: center;
    }

    .frontpage-btn-events a, .frontpage-btn-news a {
      color: #fff;
      font-weight: bold;
    }

    .menu .el-item:nth-child(1) {
      background-image: linear-gradient(to bottom, rgba(91, 70, 58, .8), rgba(91, 70, 58, .8)), url("/wp-content/uploads/nav1.jpg");
    }

    .menu .el-item:nth-child(2) {
      background-image: linear-gradient(to bottom, rgba(121, 62, 17, .7), rgba(121, 62, 17, .7)), url("/wp-content/uploads/nav2.jpg");
    }

    .menu .el-item:nth-child(3), .frontpage-btn-news {
      background-image: linear-gradient(to bottom, rgba(0, 83, 99, .7), rgba(0, 83, 99, .7)), url("/wp-content/uploads/nav3.jpg");
    }

    .menu .el-item:nth-child(4) {
      background-image: linear-gradient(to bottom, rgba(91, 70, 58, .8), rgba(91, 70, 58, .8)), url("/wp-content/uploads/nav5.jpg");
    }

    .menu .el-item:nth-child(5) {
      background-image: linear-gradient(to bottom, rgba(0, 83, 99, .7), rgba(0, 83, 99, .7)), url("/wp-content/uploads/nav3.jpg");
    }

    .menu .el-item:nth-child(6), .frontpage-btn-events {
      background-image: linear-gradient(to bottom, rgba(121, 62, 17, .7), rgba(121, 62, 17, .7)), url("/wp-content/uploads/nav4.jpg");
    }

    .menu .el-item:nth-child(7) {
      background-image: linear-gradient(to bottom, rgba(91, 70, 58, .8), rgba(91, 70, 58, .8)), url("/wp-content/uploads/nav5.jpg");
    }

    .menu .el-item:nth-child(8) {
      background-image: linear-gradient(to bottom, rgba(0, 83, 99, 1), rgba(0, 83, 99, 1));
    }

    #ajaxsearchliteres2 {
      display: none !important;
    }

    .herobox {
      margin-top: -8vw;
    }

    .herobox>div, .herobox>div>div {
      height: 102vh;
    }

    .startmenu a {
      text-decoration: none;
      color: #5b463a;
    }

    .startmenu a:hover {
      font-weight: bold;
      color: #5b463a;
    }

    .startmenu .el-item {
      margin: 0;
    }

    .rent-accordion .el-item .el-title {
      padding: 40px 0 0 0;
      background-position: center center;
      font-size: 1.7rem;
    }

    .rent-accordion .el-item:nth-child(1) .el-title {
      background-image: url("/wp-content/uploads/dd_1.jpg");
    }

    .rent-accordion .el-item:nth-child(2) .el-title {
      background-image: url("/wp-content/uploads/dd_2.jpg");
    }

    .rent-accordion .el-item:nth-child(3) .el-title {
      background-image: url("/wp-content/uploads/dd_3.jpg");
    }

    .rent-accordion .el-item:nth-child(4) .el-title {
      background-image: url("/wp-content/uploads/dd_4.jpg");
    }

    .rent-accordion .el-item:nth-child(5) .el-title {
      background-image: url("/wp-content/uploads/dd_5.jpg");
    }

    .rent-accordion .el-item:nth-child(6) .el-title {
      background-image: url("/wp-content/uploads/dd_6.jpg");
    }

    .rent-accordion .el-item:nth-child(7) .el-title {
      background-image: url("/wp-content/uploads/dd_7.jpg");
    }

    .rent-accordion .el-title p {
      background: #fff;
      padding: 10px;
      width: fit-content;
      width: -moz-fit-content;
      color: #00758d;
    }

    /* SUBNAV
______________________________*/
    .breadcrumbs, .page-breadcrumbs {
      margin-top: 60px;
      background: transparent;
    }

    .breadcrumbs, .breadcrumbs a, .page-breadcrumbs, .page-breadcrumbs a {
      font-size: 11px !important;
      letter-spacing: 1px;
      display: inline-block !important;
      text-decoration: none;
      color: #6c6d74;
    }

    .breadcrumbs a:hover {
      font-weight: bold;
    }

    .breadcrumbs .el-item:not(:first-child):before {
      content: ">";
      display: inline-block !important;
      margin-right: 10px;
      margin-left: -10px;
    }

    .back-btn {
      font-size: 11px !important;
      text-decoration: none !important;
      letter-spacing: 1px;
    }

    .post-type-archive-event .page-breadcrumbs, .single-event .page-breadcrumbs {
      display: none !important;
    }

    .page-breadcrumbs {
      margin-top: 100px;
      width: 100%;
    }

    /* MEC
______________________________*/
    .mec-container {
      width: 100%;
    }

    .mec-wrap p {
      color: black;
      font-size: 16px;
    }

    .mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li {
      display: block;
    }

    .mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li:nth-child(1) {
      margin-bottom: 30px;
    }

    .mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li:last-child {
      text-align: left;
    }

    .mec-wrap.mec-sm959 .mec-totalcal-box .col-md-4 {
      width: unset;
    }

    .mec-wrap.mec-sm959 .mec-totalcal-box .col-md-3 {
      clear: none;
      width: 69%;
    }

    .mec-wrap.mec-sm959 .mec-totalcal-box .col-md-5 {
      width: 100%;
    }

    .mec-wrap .mec-totalcal-box .mec-totalcal-view {
      float: none;
    }

    .mec-single-event .mec-event-meta dt, .mec-single-event .mec-event-meta h3 {
      font-size: 1rem !important;
    }

    .mec-events-meta-group-countdown .countdown-w .block-w li {
      font-size: 1.8rem;
    }

    .mec-event-export-module.mec-frontbox {
      position: absolute;
      top: 505px;
      right: -252px;
      width: 44%;
    }

    .mec-events-button {
      border: 0;
      padding: 0;
      margin: 0;
    }

    .mec-single-event .mec-event-content {
      padding: 0;
      padding-top: 40px;
    }

    /* KONTAKTFORMULAR
_______________________________*/
    text, a {
      color: #2b2b2b;
    }

    input, textarea {
      padding: 10px;
      padding-left: 20px;
      padding-right: 20px;
      border: #00758d solid 1px;
    }

    input[type=text], input[type=email], textarea {
      max-width: 80%;
      width: 500px;
    }

    input[type=submit] {
      background: #00758d;
      color: #fff;
      font-weight: bold;
    }

    div.wpcf7-response-output {
      border: 0 !important;
    }

    .grecaptcha-badge {
      visibility: hidden;
    }

    .wpcf7-list-item {
      margin: 0;
    }

    .wpcf7-acceptance {
      font-size: 11px;
    }

    /* TERMINDARSTELLUNG
_______________________________*/

    .terminhead {
      margin-bottom:5px;
      font-weight:bold;
      color: #00758d;
    }

    .terminliste {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      border-bottom: #e3e3e3 solid 1px;
      padding-bottom:10px;
      padding-top: 10px;
    }

    .terminliste:last-of-type {
      border-bottom: 0;
    }

    .terminliste .startzeit, .terminliste .endzeit, .terminliste .datum {
      flex: 0 0 80px;
    }

    .terminliste .datum, .terminliste .endzeit, .terminliste .ort {
      margin-right:30px;
    }

    .terminliste .ort {
      flex: 2 1 0;
      color: #00758d;
      margin-top: 0;
    }
    @media screen and (max-width:768px) { .terminliste .ort { margin-top: 10px; }}

    .zeiten {
      display:flex;
    }

    #koekjeConfirmAll {
      color: #fff !important;
    }

    #koekjeWidget #koekjeLogo {
      width: 70% !important;
    }

    /* iMAC
    ______________________________*/


    @media screen and (max-width: 2540px) {
      .newsbox :nth-of-type(5) .el-item, .eventbox :nth-of-type(5) .el-item, .newsbox :nth-of-type(6) .el-item, .eventbox :nth-of-type(6) .el-item {
        display: none !important;
      }
    }

    /* MOBILE
    ______________________________*/

    @media screen and (max-height: 700px) {
      .newsbox :nth-of-type(3) .el-item, .eventbox :nth-of-type(3) .el-item {
        display: none !important;
      }

      .newsbox a, .eventbox a {
        font-size: 0.8rem;
      }
    }

    @media screen and (max-height: 700px) {
      .newsbox :nth-of-type(3) .el-item, .eventbox :nth-of-type(3) .el-item {
        display: none !important;
      }

      .newsbox a, .eventbox a {
        font-size: 0.8rem;
      }
    }

    @media screen and (max-height: 900px) {
      .newsbox :nth-of-type(4) .el-item, .eventbox :nth-of-type(4) .el-item {
        display: none !important;
      }
    }

    @media screen and (max-width: 1400px) and (min-width:1000px) {
      .bluebox .uk-width-medium {
        width: 50%;
      }
    }

    @media screen and (max-width: 1024px) {
      h1 {
        font-size: 1.7rem;
      }

    .news-img {
      float: unset;
      width: 100%;
      max-width: 100%;
    }

      .contentbox img {
        width: 100%;
      }

      .newsbox, .eventbox {
        display: none;
      }

      .contentbox,
      .post-type-archive-mec-events .tm-main,
      .single-mec-events .tm-main {
        width: 100%;
        max-width: 90%;
      }

      .menu-toggle {
        left: unset;
        right: -5px;
        z-index: 400;
        width: 28%;
      }

      .menu-toggle-mobile {
        position: fixed;
        top:0;
        z-index: 9999;
        width: 100%;
      }

      .menu-toggle-mobile .uk-text-meta {
        padding: 5px;
      }

      .menu {
        top: 20px;
        width: 100%;
        overflow-y:scroll;
        overflow-x:hidden;
        max-height: calc(100vh - 50px);
      }

      .menu .el-item {
        margin: 0;
        padding: 15px;
      }

      .menu .el-item .el-title {
        font-size: 1.4rem;
      }

      .logobox {
        max-width: 100%;
        left: 0;
        position: fixed;
        box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .1);
        z-index: 300;
      }

      .totop {
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
        left: unset;
        right: 0;
        bottom: 0;
      }

      .logobox img {
        width: 75%;
      }

      .shortnews {
        top: -20px;
      }

      .herobox {
        margin-top: 0;
      }

      .herobox>div, .herobox>div>div {
        height: 60vh;
      }

      .startmenu {
        background: transparent;
      }

      .startmenu a {
        color: #fff;
        font-weight: bold;
        text-shadow: 1px 1px 20px black, 1px 1px 20px black, 1px 1px 20px black, 1px 1px 20px black;
        margin-left: -10px;
      }

      .shortnews, .search {
        left: 0;
        width: 100%;
      }

      .home .contentbox {
        margin-top: 0;
      }

      #ajaxsearchlite1 {
        display: none;
      }

      .search-results .breadcrumbs {
        margin-top: 60px;
        margin-bottom: 40px;
      }

      .uk-subnav a {
        font-size: 0.7rem !important;
      }

      .bluebox.uk-list-square {
        padding-left: 40px;
        padding-right: 40px;
        max-width: 62vw;
      }

      .bluebox .el-title {
        font-size: 1rem !important;
      }
    }

    @media screen and (max-width: 320px) {
      .bluebox.uk-list-square {
        max-width: 56vw;
      }
    }

    /* PRINT
      ______________________________*/

    .print-footer {
      display: none;
    }

    @media print {
      .eventbox, .newsbox, .menu-toggle, .breadcrumbs, .back-btn {
        display: none !important;
      }

      .contentbox {
        max-width: 100%;
      }

      .print-footer {
        display: block;
      }

      .footer {
        display:none;
      }
    }
