@charset "UTF-8";
/**
 *
 * lc-bruehl.ch: Stylesheet public web
 *
 * @author     Manuel Märklin
 * @copyright  2022 Manuel Märklin Programmierung, Switzerland
 * @link       https://www.2mp.ch
 */
/** layout **/
/** font-weight **/
/** colors **/
@import url("https://use.typekit.net/see6rbb.css");
@media all {
  	/**
        * Basic elements
        */
  * {
    box-sizing: border-box;
    margin: 0;
    padding: 0; }

  html {
    height: 100% !important;
    margin: 0;
    padding: 0;
    font-size: 10pt; }

  body {
    margin: 0;
    padding: 0;
    font-family: greycliff-cf, sans-serif;
    font-weight: 400;
    font-style: normal;
    hyphens: auto;
    -webkit-hyphens: auto;
    background-color: white; }

  a {
    color: #5BA462; }

  a:hover {
    color: black; }

  h1, h2 {
    padding: 0;
    margin: 0;
    font-weight: 700; }

  h1 {
    font-size: 3rem; }

  img {
    height: auto;
    max-width: 100%; }

  input {
    height: 32px;
    width: 400px;
    max-width: 100%;
    font-family: greycliff-cf, sans-serif;
    font-size: 18px;
    margin: 5px 5px 5px 0;
    vertical-align: sub;
    cursor: pointer; }
    input:focus {
      outline-color: #5BA462; }
    input:hover {
      border-color: #5BA462;
      border-style: solid; }
    input[type="radio"].last {
      margin-bottom: 20px; }
    input[type="submit"] {
      height: 45px;
      padding: 5px;
      background-color: #5BA462;
      color: white;
      border-radius: 5px;
      border-color: #5BA462;
      outline-color: #5BA462;
      border-style: solid; }
      input[type="submit"]:hover {
        background-color: white;
        color: #5BA462; }
    input[type="checkbox"] {
      width: 25px;
      height: 22px;
      max-width: unset;
      margin: 20px 5px 5px 0; }

  label.radio {
    display: inline-block;
    width: 150px; }

  ol, ul {
    margin: 0;
    padding: 0; }
    ol a, ul a {
      text-decoration: none; }

  p {
    margin: 0; }

  table {
    width: 100%;
    border: none;
    border-collapse: collapse;
    hyphens: none; }
    table tbody td,
    table tbody th {
      border: none;
      vertical-align: top;
      text-align: left;
      padding-right: 0.5em; }
    table tbody th {
      font-weight: bold;
      font-size: 18px;
      padding: 0 5px 0 0; }
    table tbody td {
      background-color: white;
      border-bottom: 5px solid white;
      border-right: 5px solid white;
      padding: 15px;
      font-size: 19px; }
    table tbody td:nth-of-type(1) {
      background-color: #faf9f2; }
    table tbody td:nth-of-type(2) {
      background-color: rgba(91, 164, 98, 0.2); }
    table tbody td:nth-of-type(3) {
      background-color: rgba(91, 164, 98, 0.15); }
    table tbody td:nth-of-type(4) {
      background-color: rgba(91, 164, 98, 0.1); }
    table tbody td:nth-of-type(5) {
      background-color: rgba(91, 164, 98, 0.05); }

  hr {
    height: 5px;
    background-color: black; }

  	/**
        * Layout elements
        */
  .wrapper {
    margin: 0 auto;
    overflow: hidden; }
    .wrapper #header {
      display: flex;
      justify-content: space-between;
      align-items: baseline;
      width: 100%;
      height: auto;
      padding-top: 9px;
      padding-inline: 50px;
      background-color: #FAF9F2;
      border-bottom: 2px solid #5BA462; }
      .wrapper #header a {
        text-decoration: none; }
      .wrapper #header #logo {
        position: relative;
        font-size: 24px; }
        .wrapper #header #logo img {
          width: 100px; }
        .wrapper #header #logo span {
          position: relative;
          bottom: 11px; }
      .wrapper #header .hamburger {
        display: none; }
      .wrapper #header #nav {
        position: relative; }
        .wrapper #header #nav ul {
          list-style-type: none; }
        .wrapper #header #nav a {
          display: inline-block;
          color: black; }
          .wrapper #header #nav a:hover {
            color: #5BA462; }
        .wrapper #header #nav > ul {
          width: 100%;
          display: flex; }
          .wrapper #header #nav > ul > li {
            padding-left: 30px;
            font-size: 19px; }
            .wrapper #header #nav > ul > li ul {
              position: absolute;
              padding: 3px 50px 0 40px; }
            .wrapper #header #nav > ul > li > ul {
              display: none;
              margin-top: 7px;
              right: -50px; }
              .wrapper #header #nav > ul > li > ul li {
                padding-left: 15px;
                font-size: 15px;
                line-height: 21px;
                white-space: nowrap; }
            .wrapper #header #nav > ul > li.active > a {
              color: #5BA462;
              text-transform: uppercase; }
            .wrapper #header #nav > ul > li.active > ul {
              display: flex; }
              .wrapper #header #nav > ul > li.active > ul > li > ul {
                display: none; }
              .wrapper #header #nav > ul > li.active > ul > li.active > a {
                color: #5BA462;
                text-transform: uppercase; }
              .wrapper #header #nav > ul > li.active > ul > li.active > ul {
                display: flex;
                right: 0; }
                .wrapper #header #nav > ul > li.active > ul > li.active > ul li.active > a {
                  color: #5BA462;
                  text-transform: uppercase; }
            .wrapper #header #nav > ul > li > ul {
              display: none; }
    .wrapper #main .button {
      width: 24%;
      height: 100%;
      padding: 10px 20px;
      margin: calc( 22vw / 2 );
      background-color: #5BA462;
      color: white;
      border-radius: 5px;
      border-color: #5BA462;
      outline-color: #5BA462;
      border-style: solid;
      font-size: 18px;
      text-align: center;
      cursor: pointer; }
      .wrapper #main .button:hover {
        background-color: white;
        color: #5BA462; }
    .wrapper #main ol,
    .wrapper #main ul {
      padding-left: 34px; }
    .wrapper #main ul {
      list-style-type: none; }
      .wrapper #main ul li {
        text-indent: -17px; }
        .wrapper #main ul li:before {
          content: "-";
          padding-right: 5px; }
    .wrapper #main .topthree {
      width: 100%; }
      .wrapper #main .topthree .slides {
        margin-bottom: 0; }
        .wrapper #main .topthree .slides .slick-track {
          display: flex;
          height: 45vh; }
        .wrapper #main .topthree .slides .slick-dots {
          position: unset; }
          .wrapper #main .topthree .slides .slick-dots li {
            text-indent: unset; }
            .wrapper #main .topthree .slides .slick-dots li:before {
              content: none; }
        .wrapper #main .topthree .slides .slide img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: top; }
        .wrapper #main .topthree .slides .slide h1 {
          position: absolute;
          bottom: 50px;
          left: 80px;
          max-width: 33%;
          padding: 15px;
          background-color: #5BA462CC;
          font-size: 55px;
          font-weight: 700;
          color: white; }
    .wrapper #main .taggroups {
      position: relative;
      padding-top: 10px;
      padding-bottom: 100px; }
      .wrapper #main .taggroups h2 {
        color: #5BA462;
        font-size: 24px;
        font-weight: normal;
        margin: 0 0 17px 136px; }
        .wrapper #main .taggroups h2 a {
          color: black;
          font-weight: 700;
          font-size: 18px;
          text-transform: uppercase;
          text-decoration: underline #5BA462;
          text-underline-offset: 5px; }
        .wrapper #main .taggroups h2 a:hover {
          color: #5BA462;
          text-decoration: underline black; }
      .wrapper #main .taggroups .group {
        position: relative;
        margin-inline: 45px;
        overflow: hidden;
        margin-bottom: 20px; }
        .wrapper #main .taggroups .group .slick-prev, .wrapper #main .taggroups .group .slick-next {
          width: 50px;
          padding-inline: 10px;
          height: 450px; }
          .wrapper #main .taggroups .group .slick-prev.slick-disabled, .wrapper #main .taggroups .group .slick-next.slick-disabled {
            opacity: 0;
            pointer-events: none; }
        .wrapper #main .taggroups .group .slick-prev, .wrapper #main .taggroups .group .slick-prev:before {
          content: url(../images/pfeil_links.svg);
          left: 0;
          z-index: 999;
          background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%); }
        .wrapper #main .taggroups .group .slick-next, .wrapper #main .taggroups .group .slick-next:before {
          content: url(../images/pfeil_rechts.svg);
          right: 0;
          background: linear-gradient(270deg, white 0%, rgba(255, 255, 255, 0) 100%); }
        .wrapper #main .taggroups .group .slick-list .slick-track {
          display: flex;
          overflow: hidden; }
          .wrapper #main .taggroups .group .slick-list .slick-track .news {
            margin: 0 5px;
            padding-bottom: 13px;
            border-bottom: #000000 3px solid; }
            .wrapper #main .taggroups .group .slick-list .slick-track .news a {
              color: black;
              text-decoration: none; }
            .wrapper #main .taggroups .group .slick-list .slick-track .news a:hover {
              color: #5BA462; }
            .wrapper #main .taggroups .group .slick-list .slick-track .news .newsimage {
              height: calc( 18vw / 3 * 2 );
              background-position: center;
              background-repeat: no-repeat;
              background-size: contain; }
            .wrapper #main .taggroups .group .slick-list .slick-track .news .datetag {
              color: #5BA462;
              font-size: 15px;
              padding: 13px 0 8px 0; }
            .wrapper #main .taggroups .group .slick-list .slick-track .news h3 {
              font-size: 32px;
              font-weight: 700;
              line-height: 38px;
              min-height: 76px;
              overflow: hidden;
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 2; }
            .wrapper #main .taggroups .group .slick-list .slick-track .news div {
              overflow: hidden;
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 3; }
            .wrapper #main .taggroups .group .slick-list .slick-track .news .content {
              font-size: 18px;
              line-height: 22px;
              padding-top: 13px;
              hyphens: none; }
    .wrapper #main .blog {
      display: flex;
      justify-content: space-between;
      margin-inline: 152px;
      padding-block: 42px 100px;
      font-size: 24px;
      line-height: 30px; }
      .wrapper #main .blog .content {
        width: 812px;
        position: relative;
        margin-right: 20px;
        padding-right: 50px;
        padding-bottom: 30px;
        border-right: 1px solid #5BA462; }
        .wrapper #main .blog .content h1 {
          width: 812px;
          padding-top: 5px;
          padding-right: 50px;
          font-size: 55px;
          line-height: 66px; }
        .wrapper #main .blog .content h2 {
          font-size: 24px; }
        .wrapper #main .blog .content hr {
          margin-block: 3px; }
        .wrapper #main .blog .content img {
          width: 812px;
          padding-top: 30px; }
        .wrapper #main .blog .content .tag {
          color: #5BA462;
          font-size: 21px; }
        .wrapper #main .blog .content .small-font {
          font-size: 18px;
          line-height: 23px; }
          .wrapper #main .blog .content .small-font ul {
            list-style-type: none;
            padding-top: 10px;
            padding-left: 12px; }
            .wrapper #main .blog .content .small-font ul li {
              text-indent: -12px; }
              .wrapper #main .blog .content .small-font ul li:before {
                content: "-";
                padding-right: 5px; }
          .wrapper #main .blog .content .small-font h2 {
            font-size: 18px; }
          .wrapper #main .blog .content .small-font hr {
            height: 3px;
            border: none;
            background-color: #5BA462;
            margin-block: 5px; }
    .wrapper #main .allnewsitems {
      padding-top: 20px;
      padding-bottom: 100px;
      padding-inline: 140px 50px; }
      .wrapper #main .allnewsitems .title {
        font-size: 24px;
        text-transform: uppercase; }
      .wrapper #main .allnewsitems .newsitems {
        display: flex;
        flex-wrap: wrap; }
        .wrapper #main .allnewsitems .newsitems .newsitem {
          width: 24%;
          padding-block: 20px;
          margin: 0 5px;
          border-bottom: #000000 3px solid; }
          .wrapper #main .allnewsitems .newsitems .newsitem a {
            color: black;
            text-decoration: none; }
          .wrapper #main .allnewsitems .newsitems .newsitem a:hover {
            color: #5BA462; }
          .wrapper #main .allnewsitems .newsitems .newsitem h1 {
            font-size: 32px;
            line-height: 34px;
            min-height: 68px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2; }
          .wrapper #main .allnewsitems .newsitems .newsitem .newsimage {
            height: calc( 22vw / 3 * 2 );
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain; }
          .wrapper #main .allnewsitems .newsitems .newsitem .datetag {
            color: #5BA462;
            font-size: 15px;
            padding-block: 13px; }
          .wrapper #main .allnewsitems .newsitems .newsitem div {
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3; }
          .wrapper #main .allnewsitems .newsitems .newsitem .content {
            font-size: 18px;
            line-height: 22px;
            padding-top: 13px;
            hyphens: none; }
    .wrapper #main .page {
      display: flex;
      justify-content: space-between;
      padding: 70px 0 100px 152px;
      font-size: 23px;
      line-height: 30px; }
      .wrapper #main .page .pagecontent {
        margin-right: 20px;
        padding-right: 50px;
        border-right: 1px solid #5BA462; }
        .wrapper #main .page .pagecontent a {
          text-decoration: underline;
          color: #5BA462; }
        .wrapper #main .page .pagecontent a:hover {
          color: black; }
        .wrapper #main .page .pagecontent.event .content {
          position: relative; }
          .wrapper #main .page .pagecontent.event .content hr {
            margin-block: 15px 27px; }
          .wrapper #main .page .pagecontent.event .content table tbody tr td {
            border-right: 10px solid white;
            border-bottom: 10px solid white;
            font-size: 18px;
            line-height: 27px; }
          .wrapper #main .page .pagecontent.event .content table tbody tr td:nth-of-type(1) {
            background-color: rgba(91, 164, 98, 0.2);
            padding-right: 100px;
            font-weight: bold; }
          .wrapper #main .page .pagecontent.event .content table tbody tr td:nth-of-type(2) {
            background-color: rgba(91, 164, 98, 0.05); }
        .wrapper #main .page .pagecontent .content {
          position: relative;
          width: 812px;
          padding-bottom: 50px;
          /* MailChimp Signup Form */ }
          .wrapper #main .page .pagecontent .content h2 {
            font-size: 24px; }
          .wrapper #main .page .pagecontent .content hr {
            margin-block: 3px; }
          .wrapper #main .page .pagecontent .content img {
            width: 812px; }
          .wrapper #main .page .pagecontent .content #mc_embed_signup {
            line-height: 26px; }
            .wrapper #main .page .pagecontent .content #mc_embed_signup fieldset {
              border: none; }
          .wrapper #main .page .pagecontent .content .small-font {
            font-size: 18px;
            line-height: 23px; }
            .wrapper #main .page .pagecontent .content .small-font ul {
              list-style-type: none;
              padding-top: 10px;
              padding-left: 12px; }
              .wrapper #main .page .pagecontent .content .small-font ul li {
                text-indent: -12px; }
                .wrapper #main .page .pagecontent .content .small-font ul li:before {
                  content: "-";
                  padding-right: 5px; }
            .wrapper #main .page .pagecontent .content .small-font h2 {
              font-size: 18px; }
            .wrapper #main .page .pagecontent .content .small-font hr {
              height: 3px;
              border: none;
              background-color: #5BA462;
              margin-block: 5px; }
        .wrapper #main .page .pagecontent .tag {
          color: #5BA462;
          font-size: 24px; }
        .wrapper #main .page .pagecontent h1 {
          width: 812px;
          padding-top: 5px;
          padding-bottom: 38px;
          font-size: 55px;
          line-height: 66px; }
        .wrapper #main .page .pagecontent img {
          padding-top: 18px; }
      .wrapper #main .page .teaser {
        background-color: rgba(91, 164, 98, 0.1);
        width: 364px;
        height: 100%;
        margin-right: 50px;
        font-size: 18px;
        line-height: 23px;
        padding: 11px 10px 20px 14px; }
        .wrapper #main .page .teaser h2 {
          font-size: 18px; }
        .wrapper #main .page .teaser img {
          max-height: 200px; }
        .wrapper #main .page .teaser ol {
          padding-left: 17px; }
        .wrapper #main .page .teaser table tbody td,
        .wrapper #main .page .teaser table tbody th {
          border: none;
          vertical-align: top;
          text-align: left;
          padding: 0 0.5em 0.5em 0;
          background-color: transparent; }
        .wrapper #main .page .teaser.event {
          background-color: white; }
          .wrapper #main .page .teaser.event h2 {
            background-color: rgba(0, 0, 0, 0.05);
            font-size: 18px;
            padding: 10px 14px; }
          .wrapper #main .page .teaser.event img {
            max-width: 150px; }
          .wrapper #main .page .teaser.event .mainimage {
            max-width: 100%;
            max-height: 100%; }
    .wrapper #main .imagetitle {
      font-size: 19px;
      padding-bottom: 33px; }
    .wrapper #main .imagecredits {
      font-size: 15px;
      padding-left: 20px; }
    .wrapper #main .sociallinks {
      display: flex;
      position: absolute;
      bottom: 0;
      right: 0; }
      .wrapper #main .sociallinks .share_fb,
      .wrapper #main .sociallinks .share_mail {
        width: 25px;
        height: 25px;
        margin-right: 10px; }
      .wrapper #main .sociallinks .share_fb {
        background-image: url("../images/facebook.svg");
        background-repeat: no-repeat; }
      .wrapper #main .sociallinks .share_mail {
        background-image: url("../images/mail.svg");
        background-repeat: no-repeat; }
    .wrapper #footer {
      width: 100%;
      position: fixed;
      bottom: 0;
      border-bottom: 8px solid #5BA462; }
      .wrapper #footer .footerwrapper {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        padding-inline: 45px 22px;
        background-color: white;
        padding-bottom: 10px; }
      .wrapper #footer .gradient {
        height: 10px;
        background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%); }
      .wrapper #footer .copyright {
        display: flex; }
      .wrapper #footer #nav ul {
        display: flex; }
        .wrapper #footer #nav ul li {
          padding-inline: 10px;
          list-style-type: none; }
      .wrapper #footer .footercontent {
        position: relative; }
        .wrapper #footer .footercontent img {
          position: relative;
          top: 10px;
          height: 30px;
          padding-inline: 10px; } }
@media screen and (max-width: 1490px) {
  input[type="checkbox"] {
    height: 25px; }

  .wrapper #header {
    position: relative;
    padding-inline: 50px; }
  .wrapper #main {
    margin-bottom: 50px; }
    .wrapper #main .topthree .slides .slick-track {
      height: 40vh; }
    .wrapper #main .allnewsitems {
      padding-inline: 50px 0; }
    .wrapper #main .blog {
      padding: 35px 0 50px 50px;
      margin: 0;
      font-size: 20px;
      line-height: 22px; }
      .wrapper #main .blog .content {
        width: 600px;
        padding-right: 35px; }
        .wrapper #main .blog .content h1 {
          width: 600px;
          font-size: 42px;
          line-height: 48px; }
        .wrapper #main .blog .content .tag {
          font-size: 18px; }
    .wrapper #main .page {
      padding: 35px 0 50px 50px;
      font-size: 20px;
      line-height: 22px; }
      .wrapper #main .page .pagecontent h1 {
        width: 600px;
        font-size: 42px;
        line-height: 42px;
        padding-bottom: 20px; }
      .wrapper #main .page .pagecontent .content {
        width: 600px; }
        .wrapper #main .page .pagecontent .content h2 {
          font-size: 20px; }
        .wrapper #main .page .pagecontent .content #mc_embed_signup {
          line-height: 22px; }
        .wrapper #main .page .pagecontent .content table tbody th {
          font-size: 15px; }
        .wrapper #main .page .pagecontent .content table tbody td {
          font-size: 15px;
          padding: 10px; }
        .wrapper #main .page .pagecontent .content .small-font {
          font-size: 18px;
          line-height: 20px; }
      .wrapper #main .page .pagecontent.event .content table tbody tr td,
      .wrapper #main .page .pagecontent.event .content table tbody tr th,
      .wrapper #main .page .pagecontent.event .content table tbody tr a {
        font-size: 15px;
        line-height: 17px;
        padding-right: 10px; }
      .wrapper #main .page .teaser {
        width: 300px;
        font-size: 16px;
        line-height: 18px;
        margin-left: 70px;
        margin-top: 20px; }
        .wrapper #main .page .teaser h2 {
          font-size: 16px; }
        .wrapper #main .page .teaser.event img {
          max-width: 130px; }
    .wrapper #main .topthree .slides .slide h1 {
      max-width: 50%;
      font-size: 48px; }
  .wrapper #footer .footerwrapper {
    padding-bottom: 5px; }
    .wrapper #footer .footerwrapper .copyright {
      display: none; }
    .wrapper #footer .footerwrapper .footercontent img {
      height: 20px;
      top: 5px; } }
@media screen and (max-width: 1100px) {
  input {
    font-size: 14px; }
    input[type="checkbox"] {
      height: 23px; }

  .wrapper #header {
    padding-inline: 35px; }
    .wrapper #header #logo img {
      width: 80px; }
  .wrapper #main .allnewsitems {
    padding-inline: 35px 0; }
  .wrapper #main .blog {
    padding: 35px 0 50px 35px;
    font-size: 16px;
    line-height: 18px; }
    .wrapper #main .blog .content {
      padding-right: 35px; }
      .wrapper #main .blog .content h1 {
        font-size: 28px;
        line-height: 30px; }
      .wrapper #main .blog .content .tag {
        font-size: 14px; }
  .wrapper #main .page {
    font-size: 16px;
    line-height: 18px;
    padding: 35px 0 50px 35px; }
    .wrapper #main .page .pagecontent {
      padding-right: 35px; }
      .wrapper #main .page .pagecontent h1 {
        width: 480px;
        font-size: 28px;
        line-height: 30px; }
      .wrapper #main .page .pagecontent .content {
        width: 480px; }
        .wrapper #main .page .pagecontent .content h2 {
          font-size: 16px;
          line-height: 18px; }
        .wrapper #main .page .pagecontent .content #mc_embed_signup {
          line-height: 18px; }
          .wrapper #main .page .pagecontent .content #mc_embed_signup a {
            font-size: 14px;
            line-height: 18px; }
        .wrapper #main .page .pagecontent .content .small-font {
          font-size: 16px;
          line-height: 18px; }
          .wrapper #main .page .pagecontent .content .small-font h2,
          .wrapper #main .page .pagecontent .content .small-font a {
            font-size: 16px;
            line-height: 18px; }
        .wrapper #main .page .pagecontent .content table tbody tr th,
        .wrapper #main .page .pagecontent .content table tbody tr td {
          font-size: 13px; }
    .wrapper #main .page .teaser {
      font-size: 16px;
      line-height: 18px;
      margin-left: 35px;
      margin-right: 10px;
      width: auto;
      max-width: 300px; } }
/* mobile site: */
@media screen and (max-width: 900px) {
  .wrapper #header {
    z-index: 1100; }
    .wrapper #header .hamburger {
      display: block;
      position: absolute;
      right: 10px;
      color: transparent;
      height: 20px;
      width: 20px;
      cursor: pointer;
      margin-inline: 1rem;
      background: currentColor; }
      .wrapper #header .hamburger.active .hamburger-icon {
        background: transparent;
        transform: rotate(-135deg); }
      .wrapper #header .hamburger.active .hamburger-icon:before,
      .wrapper #header .hamburger.active .hamburger-icon:after {
        top: 0; }
      .wrapper #header .hamburger.active .hamburger-icon:before {
        transform: rotate(90deg); }
      .wrapper #header .hamburger .hamburger-icon,
      .wrapper #header .hamburger .hamburger-icon:before,
      .wrapper #header .hamburger .hamburger-icon:after {
        content: '';
        background: black;
        position: absolute;
        height: 1px;
        width: 20px; }
      .wrapper #header .hamburger .hamburger-icon {
        top: 9px; }
      .wrapper #header .hamburger .hamburger-icon:before {
        top: -6px; }
      .wrapper #header .hamburger .hamburger-icon:after {
        top: 6px; }
    .wrapper #header #nav {
      display: none;
      position: absolute;
      top: 52px;
      right: 0;
      background-color: #FAF9F2;
      padding-block: 10px; }
      .wrapper #header #nav ul {
        display: block; }
        .wrapper #header #nav ul li ul,
        .wrapper #header #nav ul li.active ul {
          display: block;
          position: unset;
          padding: 0; }
          .wrapper #header #nav ul li ul li,
          .wrapper #header #nav ul li ul li.active,
          .wrapper #header #nav ul li.active ul li,
          .wrapper #header #nav ul li.active ul li.active {
            font-size: 17px;
            line-height: 23px; }
            .wrapper #header #nav ul li ul li ul,
            .wrapper #header #nav ul li ul li.active ul,
            .wrapper #header #nav ul li.active ul li ul,
            .wrapper #header #nav ul li.active ul li.active ul {
              display: block;
              position: unset; }
      .wrapper #header #nav > ul > li {
        padding: 10px 25px 0 25px; }
  .wrapper #main .allnewsitems {
    max-width: 700px;
    padding-inline: 10px;
    margin: 0 auto; }
    .wrapper #main .allnewsitems .newsitems .newsitem {
      width: 100%;
      margin: 0; }
      .wrapper #main .allnewsitems .newsitems .newsitem .newsimage {
        height: 50vw; }
  .wrapper #main .button {
    margin: 20px 0 0 0; }
  .wrapper #main .page {
    padding: 35px 0 35px 35px; }
    .wrapper #main .page .pagecontent h1 {
      width: auto;
      max-width: 480px; }
    .wrapper #main .page .pagecontent .content {
      width: auto;
      max-width: 480px; }
    .wrapper #main .page .teaser {
      margin-left: 0; }
  .wrapper #main .topthree .slides .slide h1 {
    max-width: 50%;
    font-size: 32px; }
  .wrapper #main .taggroups {
    padding-bottom: 0; }
    .wrapper #main .taggroups .group .slick-list .slick-track .news h3 {
      font-size: 28px;
      line-height: 32px; }
    .wrapper #main .taggroups .group .slick-list .slick-track .news .newsimage {
      height: calc( 30vw / 3 * 2 ); }
  .wrapper #main .allnewsitems {
    padding-bottom: 0; }
  .wrapper #footer {
    position: unset; }
    .wrapper #footer .gradient {
      display: none; }
    .wrapper #footer .footerwrapper {
      flex-direction: column-reverse; }
      .wrapper #footer .footerwrapper .copyright {
        display: block;
        padding-top: 10px; }
      .wrapper #footer .footerwrapper #nav ul li {
        padding-inline: unset;
        padding: 10px 10px 0 0; }
      .wrapper #footer .footerwrapper .footercontent img {
        display: block;
        height: 50px;
        padding-block: 10px; } }
@media screen and (max-width: 800px) {
  .wrapper #header {
    padding-inline: 10px; }
  .wrapper #main .allnewsitems {
    max-width: 500px; }
    .wrapper #main .allnewsitems .newsitems .newsitem h1 {
      font-size: 28px;
      line-height: 30px; }
    .wrapper #main .allnewsitems .newsitems .newsitem .content {
      font-size: 16px;
      line-height: 18px; }
  .wrapper #main .blog {
    max-width: 500px;
    margin: 0 auto;
    padding: 35px 25px 35px 25px; }
    .wrapper #main .blog .content {
      width: 100%;
      margin: 0;
      padding-right: 0;
      border-right: unset; }
      .wrapper #main .blog .content h1,
      .wrapper #main .blog .content img {
        width: auto; }
  .wrapper #main .button {
    width: auto; }
  .wrapper #main .page {
    display: block;
    padding: 15px 25px 15px 25px; }
    .wrapper #main .page .pagecontent {
      margin: 0 auto;
      padding-right: 0;
      border-right: unset;
      max-width: 500px; }
      .wrapper #main .page .pagecontent.event h2 {
        font-size: 14px; }
      .wrapper #main .page .pagecontent.event .content table tbody tr td:nth-of-type(1) {
        padding-inline: 5px; }
    .wrapper #main .page .teaser {
      width: auto;
      max-width: 500px;
      margin: 0 auto;
      margin-top: 10px; }
      .wrapper #main .page .teaser.event {
        padding: 0; }
  .wrapper #main .topthree .slides .slide h1 {
    max-width: 90%;
    font-size: 24px;
    padding: 5px;
    left: 20px;
    bottom: 20px; }
  .wrapper #main .taggroups h2 {
    margin: 0 10px 17px 10px;
    font-size: 15px; }
    .wrapper #main .taggroups h2 a {
      font-size: 15px; }
  .wrapper #main .taggroups .group {
    margin-inline: 5px; }
    .wrapper #main .taggroups .group .slick-list .slick-track .news h3 {
      font-size: 24px;
      line-height: 28px; }
    .wrapper #main .taggroups .group .slick-list .slick-track .news .content {
      font-size: 16px;
      line-height: 18px; }
  .wrapper #footer {
    padding-inline: 10px; }
    .wrapper #footer .footerwrapper {
      max-width: 500px;
      padding-inline: 0;
      margin: 0 auto; } }
@media screen and (max-width: 500px) {
  .wrapper #main .page .pagecontent .content table tbody tr td {
    padding: 5px; }
  .wrapper #main .page .pagecontent.event .content table {
    hyphens: auto; }
    .wrapper #main .page .pagecontent.event .content table tbody tr td,
    .wrapper #main .page .pagecontent.event .content table tbody tr th {
      display: block;
      height: auto; }
  .wrapper #main .topthree {
    display: none; }
  .wrapper #main .taggroups .group .slick-list .slick-track .news .newsimage {
    height: 30vw; }

  table {
    hyphens: auto; } }
