@font-face {
  font-family: 'HK Grotesk';
  src: url('../fonts/HKGrotesk-Regular.woff2') format('woff2'),
  url('../fonts/HKGrotesk-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HK Grotesk';
  src: url('../fonts/HKGrotesk-Medium.woff2') format('woff2'),
  url('../fonts/HKGrotesk-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HK Grotesk';
  src: url('../fonts/HKGrotesk-SemiBold.woff2') format('woff2'),
  url('../fonts/HKGrotesk-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HK Grotesk';
  src: url('../fonts/HKGrotesk-Bold.woff2') format('woff2'),
  url('../fonts/HKGrotesk-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

::-moz-selection {
  color: #FFFFFF;
  background: #34A300;
}

::selection {
  color: #FFFFFF;
  background: #34A300;
}

body {
  font-family: 'HK Grotesk', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.438;
  color: #222222;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  font-weight: bold;
}

h1, .h1 {
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
}

h2, .h2 {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.4px;
  margin-bottom: 16px;
}

h3, .h3 {
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: normal;
  margin-bottom: 12px;
}

p + h1, p + .h1, p + h2, p + .h2, p + h3, p + .h3, p + h4, p + .h4, p + p, p + ul, ul + p {
  margin-top: 20px;
}

a {
  color: inherit;
  transition: opacity 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

a:hover,
a:focus {
  color: #34A300;
}

.btn {
  display: inline-block;
  padding: 10px 12px;
  text-decoration: none;
  border: 2px solid;
  border-radius: 8px;
  font-family: inherit;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.231;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

.btn-primary {
  color: #FFFFFF !important;
  background-color: #34A300;
  border-color: #34A300;
}

.btn-primary:hover,
.btn-primary:focus {
  opacity: 0.9;
}

.btn-secondary {
  padding-right: 17px;
  padding-left: 17px;
  color: rgba(34, 34, 34, 0.6);
  border-color: rgba(34, 34, 34, 0.2);
}

.btn-secondary:hover,
.btn-secondary:focus {
  color: rgba(34, 34, 34, 0.7);
  border-color: rgba(34, 34, 34, 0.3);
}

.btn-secondary.dark {
  color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.2);
}

.btn-secondary.dark:hover,
.btn-secondary.dark:focus {
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.3);
}

.btn-play {
  padding-left: 29px;
  background-image: url('../img/play.svg');
  background-repeat: no-repeat;
  background-position: center left 13px;
  background-size: 9px 12px;
}

.in {
  display: block;
  width: 100%;
  height: 40px;
  margin-bottom: 12px;
  padding: 0 12px;
  font-family: inherit;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.308;
  color: inherit;
  border: 1px solid #DBDBDB;
  border-radius: 8px;
  background-color: #FFFFFF;
  box-shadow: inset 1px 1px 4px 0 rgba(0, 0, 0, 0.12);
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.2s ease;
}

.in::placeholder {
  color: rgba(34, 34, 34, 0.5);
}

.in:focus {
  border-color: #34A300;
}

select.in {
  background-image: url('../img/select.svg');
  background-repeat: no-repeat;
  background-position: center right 12px;
  background-size: 11px 6px;
}

textarea.in {
  min-height: 120px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.wpcf7-not-valid {
  border-color: #D61E25;
}

.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 12px;
  border: 1px solid #222222;
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.308;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #D61E25;
  color: #D61E25;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #34A300;
  color: #34A300;
}

.checkbox {
  position: relative;
}

.checkbox input[type=checkbox] {
  margin: 0;
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #DBDBDB;
  border-radius: 2px;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.2s ease;
}

.checkbox input[type=checkbox]:hover,
.checkbox input[type=checkbox]:focus {
  border-color: #34A300;
}

.checkbox input[type=checkbox]:checked {
  background: #34A300 url('../img/check.svg') no-repeat top 3px left 3px;
  background-size: 9px 7px;
  border-color: #34A300;
}

.checkbox label {
  display: block;
  cursor: pointer;
  padding-left: 26px;
  opacity: 0.6;
}

strong, b {
  font-weight: bold;
}

hr {
  border: none;
  height: 2px;
  background-color: #E5E5E5;
}

video {
  outline: none;
}

mark {
  background-color: transparent;
  color: #34A300;
}

.full {
  width: 100%;
}

.block {
  display: block;
}

.no-outline {
  outline: none;
}

.small {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.231;
  color: #222222;
}

.grey {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.308;
  color: rgba(34, 34, 34, 0.5);
}

.grey.dark {
  color: rgba(255, 255, 255, 0.6);
}

.topline {
  display: block;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.231;
  color: #34A300;
}

.tag {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 13px;
  padding: 0 11px;
  background-color: #EAEAEB;
  border-radius: 22px;
  font-weight: 600;
  font-size: 13px;
  line-height: 24px;
  text-decoration: none;
}

.tag:hover,
.tag:focus {
  background-color: rgba(52, 163, 0, 0.15);
}

.card {
  margin-bottom: 24px;
}

.card a {
  display: block;
  text-decoration: none;
}

.card .card-img img {
  margin-bottom: 5px;
  border-radius: 4px;
}

.card .small {
  margin-bottom: 4px;
}

.card .grey {
  font-size: 10.2px;
}

.card-small-headline {
  margin-bottom: 20px;
}

.white {
  color: #FFFFFF;
}

.bg-white {
  background-color: #FFFFFF;
}

.box-shadow {
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.04);
}

.space-before {
  margin-top: 33px !important;
}

.space-after-mobile {
  margin-bottom: 20px;
}

.space-before-extra-small,
.space-before-small,
.space-before-medium,
.space-before-large,
.space-before-extra-large {
  padding-top: 20px;
}

.space-after-extra-small,
.space-after-small,
.space-after-medium,
.space-after-large,
.space-after-extra-large {
  padding-bottom: 20px;
}

.row-12 {
  margin: 0 -4px;
}

.row-12 .column {
  padding: 0 4px;
}

.wrapper {
  overflow: hidden;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #FFFFFF;
  z-index: 10000;
}

/*header .logo {
  position: absolute;
  top: 12px;
  left: 12px;
  display: block;
  width: 56px;
  height: 56px;
  background: url('../img/logo.svg') no-repeat center center;
  background-size: contain;
  border-radius: 9px;
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.12);
  z-index: 1;
}*/
header .logo {
  position: absolute;
  top: 6px;
  left: 8px;
  display: block;
  width: 64px;
  height: 68px;
  background: url('../img/logo.png') no-repeat center center;
  background-size: contain;
  z-index: 1;
}

header .menu {
  position: absolute;
  top: 8px;
  right: 12px;
  width: 24px;
  height: 24px;
}

header .menu-open {
  background: url('../img/menu-open.svg') no-repeat center center;
  background-size: 24px 16px;
}

header .menu-close {
  background: url('../img/menu-close.svg') no-repeat center center;
  background-size: 18px 18px;
}

header .search-mobile {
  position: absolute;
  top: 10px;
  right: 51px;
  width: 20px;
  height: 20px;
  background: url('https://www.muehlviertel.tv/wp-content/themes/muehlvierteltv/img/search-mobile.svg') no-repeat center center;
  background-size: contain;
}

header .search {
  position: fixed;
  top: 40px;
  left: 0;
  width: 100%;
  padding: 44px 12px;
  background-color: #F8F8F8;
}

header .search .search-inner {
  position: relative;
}

header .search .search-inner .in {
  margin-bottom: 0;
  padding-right: 85px;
  font-size: 16px;
}

header .search .search-inner .btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 73px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-image: url('../img/search.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15px 16px;
}

main {
  margin-top: 40px;
  padding-bottom: 40px;
  background-color: #F8F8F8;
}

.sub main {
  padding-top: 28px;
}

main ul {
  padding-left: 25px;
  list-style: inherit;
}

main .ce-text-box .ce-text-box-inner {
  padding: 20px 12px;
  border-radius: 8px;
}

main .ce-text-box .ce-text-box-inner .topline {
  margin-bottom: 8px;
}

main .ce-accordion .ce-accordion-item {
  border-radius: 8px;
}

main .ce-accordion .ce-accordion-item:not(:last-of-type) {
  margin-bottom: 12px;
}

main .ce-accordion .toggle {
  display: none;
}

main .ce-accordion .option {
  position: relative;
}

main .ce-accordion .title,
main .ce-accordion .content {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.2s;
}

main .ce-accordion .title {
  margin: 0;
  padding: 12px;
  display: block;
  cursor: pointer;
}

main .ce-accordion .title:before {
  content: '';
  position: absolute;
  top: 16px;
  right: 12px;
  width: 10px;
  height: 10px;
  background-image: url('../img/plus.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

main .ce-accordion .content {
  max-height: 0;
  overflow: hidden;
}

main .ce-accordion .content span {
  display: block;
  padding: 0 12px 12px;
}

main .ce-accordion .toggle:checked + .title + .content {
  max-height: 500px;
}

main .ce-accordion .toggle:checked + .title:before {
  background-image: url('../img/minus.svg');
}

main .ce-team .ce-team-member img {
  margin-bottom: 8px;
  border-radius: 8px;
}

main .ce-team .ce-team-member a {
  color: #34A300;
}

main .ce-team:not(.ce-press) .ce-team-member a:hover {
  opacity: 0.9;
}

main .ce-downloads .ce-downloads-item {
  border-radius: 8px;
  background-image: url('../img/download.svg');
  background-repeat: no-repeat;
  background-position: center left 15px;
  background-size: 12px;
}

main .ce-downloads .ce-downloads-item:not(:last-of-type) {
  margin-bottom: 12px;
}

main .ce-downloads .ce-downloads-item a {
  display: block;
  margin: 0;
  padding: 12px 38px;
  text-decoration: none;
}

main .ce-downloads .downloads-load-more {
  margin-top: 24px;
}

main .ce-single h1 {
  margin-top: 4px;
  margin-bottom: 0;
}

main .ce-single h1 ~ p {
  margin-top: 21px;
}

main .ce-single .btn-recipe {
  margin-bottom: 20px;
}

main .ce-teaser {
  padding-top: 50.313vw;
  background-color: #353637;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto 60.625vw;
}

main .ce-teaser::after {
  content: '';
  display: block;
  width: 100%;
  height: 42.188vw;
  position: absolute;
  top: 32.500vw;
  left: 0;
  background: linear-gradient(180deg, rgba(53, 54, 55, 0) 0%, rgba(53, 54, 55, 0.85) 65.32%, #353637 100%);
}

main .ce-teaser .ce-teaser-caption {
  position: relative;
  z-index: 1;
}

main .ce-teaser .ce-teaser-caption .topline,
main .ce-teaser .ce-teaser-caption .h1 {
  display: block;
  margin-bottom: 7px;
}

main .ce-teaser .ce-teaser-caption .ce-teaser-btn {
  margin: 36px 0;
  text-align: center;
}

main .ce-teaser .ce-teaser-caption .ce-teaser-btn .btn-all {
  margin-left: 8px;
}

main .ce-teaser-slider {
  margin-bottom: 0 !important;
  background-color: #232526;
}

main .ce-teaser-slider .ce-teaser {
  position: relative;
  padding-top: 74.063vw;
  background-color: transparent;
  background-size: 150vw auto;
}

main .ce-teaser-slider .ce-teaser::after {
  top: 42.188vw;
  background: linear-gradient(180deg, rgba(53, 54, 55, 0) 0%, #232526 100%);
}

main .ce-teaser-slider .ce-teaser .ce-teaser-caption .ce-teaser-btn {
  margin: 21px 0 59px;
}

main .ce-teaser-slider .ce-teaser .ce-teaser-caption .ce-teaser-btn .btn-primary {
  margin-right: 4px;
}

main .ce-teaser-slider .ce-teaser .ce-teaser-caption .ce-teaser-btn .btn-secondary {
  margin-left: 4px;
}

main .ce-teaser-slider .slick-dots {
  bottom: 15px;
}

main .ce-teaser-slider .slick-dots li {
  width: 14px;
  height: 14px;
  margin: 0 6px;
}

main .ce-teaser-slider .slick-dots li button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  padding: 0;
  background-color: #FFFFFF;
  border-radius: 14px;
  opacity: 0.19;
  transition: width 0.2s ease, height 0.2s ease, opacity 0.2s ease;
}

main .ce-teaser-slider .slick-dots li.slick-active button {
  width: 14px;
  height: 14px;
  opacity: 1;
}

main .ce-teaser-slider .slick-dots li button::before {
  display: none;
}

main .ce-slider {
  padding-right: 22px;
  padding-left: 8px;
}

main .ce-slider .slick-list {
  overflow: visible;
}

main .ce-slider .slick-track {
  margin-right: inherit;
  margin-left: inherit;
}

main .ce-slider .card {
  margin-right: 4px;
  margin-left: 4px;
}

main .ce-last .ce-search {
  margin-top: 21px;
  margin-bottom: 52px;
}

main .ce-search .ce-search-inner {
  padding: 20px 20px 34px;
  background-color: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
}

main .ce-search h2 {
  max-width: 240px;
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: normal;
  margin-bottom: 13px;
}

main .ce-search p {
  margin-bottom: 22px;
  color: inherit;
}

main .ce-search .btn {
  width: 100%;
}

main .ce-search .ce-search-img {
  margin-top: 16px;
  border-radius: 8px;
}

.video-js .vjs-big-play-button {
  display: none;
}

.video-js .vjs-play-progress {
  background-color: #FFDD00;
}

.mm-ocd {
  top: 40px;
  background: none;
}

.mm-ocd__content {
  width: 100%;
  max-width: 100%;
}

.mm-spn.mm-spn--light {
  color: inherit;
  background: #F8F8F8;
}

.mm-spn .current_page_item > a,
.mm-spn .current-menu-parent > a,
.mm-spn .current-menu-parent > span,
.mm-spn .current-menu-item > a {
  color: #34A300;
}

.mm-spn a, .mm-spn span {
  padding: 6px 23px;
  font-weight: 500;
}

.mm-spn .bold a, .mm-spn .bold span {
  font-weight: bold;
}

.mm-spn .bold.formate {
  margin-top: 33px;
}

.mm-spn.mm-spn--navbar:after {
  opacity: 1;
  font-weight: 500;
}

.mm-spn li:before, .mm-spn.mm-spn--navbar:before {
  opacity: 1;
}

.mm-spn li:before {
  transform: none;
  top: 9px;
  width: 7px;
  height: 13px;
  background: url('../img/right.svg') no-repeat center center;
  background-size: contain;
  border: none;
}

.mm-spn.mm-spn--navbar:before {
  display: none;
}

.mm-ocd__backdrop, .mm-spn.mm-spn--navbar ul:before, .mm-spn li:after, .mm-spn a:not(:last-child):after,
.menu-close, .mm-ocd-opened .menu-open {
  display: none;
}

.menu-open, .mm-ocd-opened .menu-close {
  display: block;
}

.mm-ocd-opened nav {
  display: block !important;
}

footer {
  padding-top: 40px;
  padding-bottom: 40px;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.538;
}

footer .facebook {
  width: 28px;
}

footer .social-media {
  margin-top: 20px;
}

footer .social-media ul {
  height: 28px;
}

footer .social-media ul li {
  display: inline-block;
}

footer .social-media ul li a {
  display: block;
  width: 28px;
  height: 28px;
  margin-right: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

footer .social-media ul li:last-of-type a {
  margin-right: 0;
}

footer .app-stores {
  margin-top: 20px;
}

footer .app-stores ul {
  height: 40px;
}

footer .app-stores ul li {
  display: inline-block;
}

footer .app-stores ul li a {
  display: block;
  margin-right: 12px;
}

footer .app-stores ul li:last-of-type a {
  margin-right: 0;
}

footer .app-stores ul li a img {
  width: auto;
  height: 40px;
}

footer .newsletter {
  position: relative;
  max-width: 488px;
  margin-top: 24px;
}

footer .newsletter .in {
  padding-right: 97px;
}

footer .newsletter .btn {
  position: absolute;
  top: 0;
  right: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

footer .newsletter .mc4wp-response {
  margin-top: 12px;
}

footer .newsletter .mc4wp-response .mc4wp-error {
  color: #D61E25;
}

footer .newsletter .mc4wp-response .mc4wp-success,
footer .newsletter .mc4wp-response .mc4wp-notice {
  color: #34A300;
}

.no-results + .ce-overview .alm-listing {
  padding: 0 4px;
}

.alm-btn-wrap {
  padding: 0 !important;
}

.ajax-load-more-wrap.infinite .alm-load-more-btn.done {
  display: none;
}

#BorlabsCookieBox h3, #BorlabsCookieBox ._brlbs-h3 {
  display: block;
  font-weight: bold;
  font-size: 25px;
  line-height: 1.4;
  margin-bottom: 15px;
}

#BorlabsCookieBox p {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 0;
}

#BorlabsCookieBox ._brlbs-btn {
  font-size: inherit !important;
}

#BorlabsCookieBox ._brlbs-btn-accept-all {
  font-weight: bold;
}

#BorlabsCookieBox a {
  text-decoration: none;
}

.grecaptcha-badge {
  display: none !important;
}

div.cc-revoke {
  font-size: 0.875rem !important;
}

.cc-revoke.cc-bottom {
  left: 0 !important;
  border-top-left-radius: 0 !important;
}

.iframe:not(.home) header,
.iframe header .logo,
.iframe header .menu,
.iframe header nav,
.iframe main .ce-last .ce-search,
.iframe main .ce-media-library .column:first-of-type,
.iframe footer,
.iframe .BorlabsCookie {
  display: none !important;
}

.iframe header .search-mobile {
  right: 12px;
}

.iframe:not(.home) main {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.post-edit-link {
  display: block;
  width: 4rem;
  height: 4rem;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  background: #0073AA url("/wp-admin/images/wordpress-logo-white.svg") no-repeat center center;
  background-size: 2.5rem 2.5rem;
  border-radius: 4rem;
  z-index: 999999999;
}

@media (min-width: 768px) {
  body {
    font-size: 1.389vw;
    line-height: 1.5;
  }

  h1, .h1 {
    font-size: 3.389vw;
    line-height: 1.23;
    letter-spacing: -0.035vw;
    margin-bottom: 2.083vw;
  }

  h2, .h2 {
    font-size: 2.174vw;
    line-height: 1.278;
    letter-spacing: normal;
    margin-bottom: 1.389vw;
  }

  h3, .h3 {
    font-size: 1.736vw;
    line-height: 1.4;
    margin-bottom: 1.042vw;
  }

  p + h1, p + .h1, p + h2, p + .h2, p + h3, p + .h3, p + h4, p + .h4, p + p, p + ul, ul + p {
    margin-top: 1.389vw;
  }

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

  .tag {
    margin-right: 0.833vw;
    margin-bottom: 1.111vw;
    padding: 0 0.903vw;
    border-radius: 1.528vw;
    font-size: 0.972vw;
    line-height: 2.222vw;
  }

  .btn {
    font-size: 1.111vw;
    line-height: 1.389vw;
    padding-top: 0.833vw;
    padding-bottom: 0;
    border-width: 0.139vw;
    border-radius: 0.556vw;
    height: 3.333vw;
  }

  .btn-primary {
    padding-left: 1.528vw;
    padding-right: 1.528vw;
  }

  .btn-secondary {
    padding-left: 1.528vw;
    padding-right: 1.528vw;
  }

  .btn-play {
    padding-left: 2.639vw;
    background-position-x: 1.319vw;
    background-size: 0.764vw 1.111vw;
  }

  .in {
    height: 3.333vw;
    margin-bottom: 1.319vw;
    padding-right: 1.111vw;
    padding-left: 1.111vw;
    font-size: 1.111vw;
    line-height: 1.313;
    border-width: 0.069vw;
    border-radius: 0.556vw;
    box-shadow: inset 0.069vw 0.069vw 0.278vw 0 rgba(0, 0, 0, 0.12);
  }

  select.in {
    background-position: center right 1.111vw;
    background-size: 1.042vw 0.556vw;
  }

  textarea.in {
    min-height: 9.583vw;
    padding-top: 1.111vw;
    padding-bottom: 1.111vw;
  }

  input.btn {
    padding-top: 0;
  }

  .wpcf7 form .wpcf7-response-output {
    padding: 1.111vw;
    border-width: 0.069vw;
    border-radius: 0.556vw;
    font-size: 1.111vw;
    line-height: 1.313;
  }

  .checkbox input[type=checkbox] {
    top: 0.347vw;
    width: 1.111vw;
    height: 1.111vw;
    border-width: 0.069vw;
    border-radius: 0.139vw;
  }

  .checkbox input[type=checkbox]:checked {
    background-position: top 0.208vw left 0.208vw;
    background-size: 0.625vw 0.486vw;
  }

  .checkbox label {
    padding-left: 1.875vw;
    opacity: 0.7;
  }

  hr {
    height: 0.139vw;
  }

  .small {
    font-size: 1.111vw;
    line-height: 1.563;
  }

  .grey {
    font-size: 1.111vw;
    line-height: 1.563;
  }

  .grey.dark {
    color: rgba(255, 255, 255, 0.7);
  }

  .topline {
    font-size: 1.389vw;
    line-height: 1.2;
  }

  .card {
    margin-bottom: 2.222vw;
  }

  .card a:hover .card-img::after {
    opacity: 1;
  }

  .card:not(.card-small) a:hover .card-img img {
    transform: scale(1.074);
    box-shadow: 0 0.694vw 2.222vw 0 rgba(0, 0, 0, 0.25);
  }

  .card .card-img {
    position: relative;
  }

  .card .card-img::after {
    content: '';
    display: block;
    width: 4.444vw;
    height: 4.444vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #34A300 url('../img/play.svg') no-repeat center left 1.667vw;
    background-size: 1.250vw 1.667vw;
    border-radius: 4.444vw;
    opacity: 0;
    transition: opacity 0.2s ease;
  }

  .card .card-img img {
    margin-bottom: 0.972vw;
    border-radius: 0.278vw;
    transition: transform 0.2s ease;
  }

  .card .small {
    margin-bottom: 0.278vw;
  }

  .card .grey {
    font-size: 0.903vw;
  }

  .card-small-headline {
    margin-bottom: 1.597vw;
  }

  .card-small {
    margin-bottom: 0.833vw;
  }

  .card-small .card-img::after {
    width: 2.986vw;
    height: 2.986vw;
    background-position-x: 1.181vw;
    background-size: 0.833vw 1.042vw;
  }

  .card-small .card-img img {
    margin-bottom: 0;
  }

  .card-small .card-small-left {
    float: left;
    width: 42%;
  }

  .card-small .card-small-right {
    float: left;
    width: 58%;
    padding-left: 0.833vw;
  }

  .box-shadow {
    box-shadow: 0 0.139vw 0.833vw 0 rgba(0, 0, 0, 0.04);
  }

  .space-before {
    margin-top: 0 !important;
  }

  .space-after-mobile {
    margin-bottom: 0;
  }

  .space-before-extra-small {
    padding-top: 2.222vw;
  }

  .space-before-small {
    padding-top: 2.778vw;
  }

  .space-before-medium {
    padding-top: 3.333vw;
  }

  .space-before-large {
    padding-top: 3.819vw;
  }

  .space-before-extra-large {
    padding-top: 4.444vw;
  }

  .space-after-extra-small {
    padding-bottom: 2.222vw;
  }

  .space-after-small {
    padding-bottom: 2.778vw;
  }

  .space-after-medium {
    padding-bottom: 3.333vw;
  }

  .space-after-large {
    padding-bottom: 3.819vw;
  }

  .space-after-extra-large {
    padding-bottom: 4.444vw;
  }

  .container {
    max-width: 92.5vw;
    padding: 0 0.833vw;
  }

  .container-slim {
    max-width: 61.389vw;
  }

  .row {
    margin: 0 -0.833vw;
  }

  .column {
    padding: 0 0.833vw;
  }

  .row-12 {
    margin: 0 -0.417vw;
  }

  .row-12 .column {
    padding: 0 0.417vw;
  }

  .row-50 {
    margin: 0 -1.736vw;
  }

  .row-50 > .column {
    padding: 0 1.736vw;
  }

  header {
    position: inherit;
    height: 4.167vw;
  }

  header.header-sticky {
    position: fixed;
    top: -8.333vw;
  }

  /*header .logo {
    top: 1.597vw;
    left: 0.833vw;
    width: 5vw;
    height: 5vw;
    border-radius: 0.833vw;
    box-shadow: 0 0.278vw 1.111vw 0 rgba(0, 0, 0, 0.16);
  }*/
  header .logo {
    top: 1.181vw;
    left: 0.486vw;
    width: 5.694vw;
    height: 5.972vw;
  }

  header nav {
    position: absolute;
    top: 0;
    left: 20.208vw;
    display: block !important;
  }

  header nav > ul > li {
    display: inline-block;
  }

  header nav > ul > li > a,
  header nav > ul > li > span {
    position: relative;
    display: block;
    font-weight: 500;
    font-size: 1.111vw;
    line-height: 4.167vw;
    margin: 0 1.25vw;
  }

  header nav > ul > li.current-menu-item > a::after,
  header nav > ul > li.current-menu-parent > a::after,
  header nav > ul > li.current-menu-parent > span::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 0.139vw;
    background-color: #34A300;
  }

  header nav > ul > li a {
    text-decoration: none;
  }

  header nav .sub-menu {
    position: absolute;
    top: 4.167vw;
    left: -3.819vw;
    width: 61.389vw;
    margin-top: 0.069vw;
    /*padding: 6.528vw 7.778vw 2.569vw;*/
    padding: 2.569vw 7.778vw;
    background-color: #FFFFFF;
    border-radius: 0.556vw;
    box-shadow: 0 0.139vw 0.833vw 0 rgba(0, 0, 0, 0.04);
    column-count: 3;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    z-index: 9999;
  }

  header.header-sticky nav .sub-menu {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
  }

  header nav .sub-menu a {
    display: inline-block;
    margin-bottom: 0.903vw;
    line-height: 1.2;
  }

  header nav .sub-menu .bold {
    display: none;
    position: absolute;
    top: 3.264vw;
  }

  header nav .sub-menu .bold.themen {
    left: 7.778vw;
  }

  header nav .sub-menu .bold.formate {
    left: 39.306vw;
  }

  header nav .sub-menu .bold a {
    font-weight: bold;
    color: inherit;
  }

  header nav > ul > li a:hover ~ .sub-menu,
  header nav > ul > li span:hover ~ .sub-menu,
  header nav .sub-menu:hover {
    opacity: 1;
    visibility: visible;
  }

  header nav .sub-menu li.current-menu-item > a {
    color: #34A300;
  }

  header .search {
    position: absolute;
    top: 0.694vw;
    right: 0.833vw;
    left: auto;
    display: block;
    width: 27.708vw;
    padding: 0;
    background-color: transparent;
  }

  header .search .search-inner .in {
    height: 2.778vw;
    padding-right: 6.181vw;
    font-size: 1.111vw;
  }

  header .search .search-inner .btn {
    width: 5.069vw;
    height: 2.778vw;
    background-size: 1.042vw 1.111vw;
  }

  main {
    margin-top: 0;
    padding-bottom: 4.167vw;
  }

  .body-sticky main {
    margin-top: 4.167vw;
  }

  .sub main {
    padding-top: 2.431vw;
  }

  main ul {
    padding-left: 2.778vw;
  }

  main .ce-overview .column:hover {
    z-index: 1;
  }

  main .ce-text-box .ce-text-box-inner {
    padding: 3.750vw 10.417vw 3.889vw 3.750vw;
    border-radius: 0.556vw;
  }

  main .ce-text-box .ce-text-box-inner .topline {
    margin-bottom: 1.458vw;
  }

  main .ce-text-box .ce-text-box-inner h2 {
    margin-bottom: 1.875vw;
  }

  main .ce-accordion .ce-accordion-item {
    padding-bottom: 0.694vw;
    border-radius: 0.556vw;
  }

  main .ce-accordion .ce-accordion-item:not(:last-of-type) {
    margin-bottom: 1.667vw;
  }

  main .ce-accordion .title {
    padding: 1.389vw 1.597vw 0.625vw;
  }

  main .ce-accordion .title:before {
    top: 2.014vw;
    right: 2.083vw;
    width: 0.903vw;
    height: 0.903vw;
  }

  main .ce-accordion .content span {
    padding: 0 1.597vw 1.528vw;
  }

  main .ce-accordion .toggle:checked + .title + .content {
    max-height: 34.722vw;
  }

  main .ce-team .ce-team-member img {
    margin-bottom: 1.111vw;
    border-radius: 0.556vw;
  }

  main .ce-team .ce-team-member .grey,
  main .ce-team .ce-team-member .email {
    font-size: 0.972vw;
    line-height: 1.429;
  }

  main .ce-downloads .ce-downloads-item {
    border-radius: 0.556vw;
    background-position-x: 1.736vw;
    background-size: 1.250vw 1.667vw;
  }

  main .ce-downloads .ce-downloads-item:not(:last-of-type) {
    margin-bottom: 1.667vw;
  }

  main .ce-downloads .ce-downloads-item a {
    padding: 1.389vw 4.167vw;
  }

  main .ce-downloads .downloads-load-more {
    margin-top: 2.222vw;
  }

  main .ce-single h1 {
    display: inline-block;
    margin-top: 0.278vw;
    margin-right: 0.417vw;
  }

  main .ce-single .grey {
    display: inline-block;
  }

  main .ce-single h1 ~ p {
    margin-top: 1.181vw;
  }

  main .ce-single .btn-recipe {
    margin-bottom: 2.222vw;
  }

  main .ce-teaser {
    position: relative;
    padding-top: 0;
    height: 30.556vw;
    background-color: #222222;
    background-position: center right;
    /*background-size: 64.167% auto;*/
    background-size: 54.861% auto;
  }

  main .ce-teaser::after {
    width: 34.028vw;
    height: 100%;
    top: 0;
    /*left: 35.833%;*/
    left: 45.139%;
    background: linear-gradient(270deg, rgba(17, 17, 17, 0) 0%, #222222 100%);
  }

  main .ce-teaser .container {
    position: absolute;
    bottom: 4.444vw;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 2;
  }

  main .ce-teaser .ce-teaser-caption {
    max-width: 44.583vw;
  }

  main .ce-teaser .ce-teaser-caption .topline {
    margin-bottom: 0.486vw;
  }

  main .ce-teaser .ce-teaser-caption .h1 {
    margin-bottom: 0.208vw;
  }

  main .ce-teaser .ce-teaser-caption p {
    max-width: 44.583vw;
  }

  main .ce-teaser .ce-teaser-caption .ce-teaser-btn {
    margin: 2.222vw 0 0;
    text-align: left;
  }

  main .ce-teaser .ce-teaser-caption .ce-teaser-btn .btn-all {
    margin-left: 1.042vw;
  }

  main .ce-teaser-slider {
    background-color: #222222;
  }

  main .ce-teaser-slider .ce-teaser::after {
    top: 0;
    left: 27.431%;
    background: linear-gradient(270deg, rgba(17, 17, 17, 0) 0%, #222222 100%);
  }

  main .ce-teaser-slider .ce-teaser {
    padding-top: 0;
    height: 40.278vw;
    background-size: 72.569% auto;
  }

  main .ce-teaser-slider .ce-teaser .container {
    bottom: 9.028vw;
  }

  main .ce-teaser-slider .ce-teaser .ce-teaser-caption .h1 {
    margin-bottom: 0.694vw;
  }

  main .ce-teaser-slider .ce-teaser .ce-teaser-caption .ce-teaser-btn {
    margin-top: 2.083vw;
    margin-bottom: 0;
  }

  main .ce-teaser-slider .ce-teaser .ce-teaser-caption .ce-teaser-btn .btn-primary {
    margin-right: 0;
  }

  main .ce-teaser-slider .ce-teaser .ce-teaser-caption .ce-teaser-btn .btn-secondary {
    margin-left: 1.042vw;
  }

  main .ce-teaser-slider .slick-dots {
    left: 50%;
    bottom: 4.931vw;
    transform: translateX(-50%);
    text-align: left;
    max-width: 92.5vw;
    margin-left: -0.278vw;
  }

  main .ce-teaser-slider .slick-dots li {
    width: 0.972vw;
    height: 0.972vw;
    margin: 0 0.417vw;
  }

  main .ce-teaser-slider .slick-dots li button {
    width: 0.556vw;
    height: 0.556vw;
    border-radius: 0.972vw;
  }

  main .ce-teaser-slider .slick-dots li.slick-active button {
    width: 0.972vw;
    height: 0.972vw;
  }

  main .ce-slider {
    padding: 0 3.333vw;
  }

  main .ce-slider .card {
    margin-right: 0.417vw;
    margin-left: 0.417vw;
  }

  main .ce-slider .card:hover {
    position: relative;
    z-index: 1;
  }

  main .ce-slider .slick-prev,
  main .ce-slider .slick-next {
    top: 4.653vw;
    transform: none;
    width: 3.958vw;
    height: 3.333vw;
    background-color: #FFFFFF;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
  }

  main .ce-slider .slick-prev {
    left: -0.556vw;
    background-image: url('../img/prev.svg');
    background-repeat: no-repeat;
    background-position: center right 1.597vw;
    background-size: 0.694vw 1.250vw;
    border-radius: 0 3.472vw 3.472vw 0;
    transition: visibility 0.2s ease, opacity 0.2s ease, left 0.2s ease, background 0.2s ease;
  }

  main .ce-slider .slick-prev:hover {
    left: 0;
    background-color: #34A300;
    background-image: url('../img/prev-hover.svg');
  }

  main .ce-slider .slick-next {
    right: -0.556vw;
    background-image: url('../img/next.svg');
    background-repeat: no-repeat;
    background-position: center left 1.597vw;
    background-size: 0.694vw 1.250vw;
    border-radius: 3.472vw 0 0 3.472vw;
    transition: visibility 0.2s ease, opacity 0.2s ease, right 0.2s ease, background 0.2s ease;
  }

  main .ce-slider .slick-next:hover {
    right: 0;
    background-color: #34A300;
    background-image: url('../img/next-hover.svg');
  }

  main .ce-slider:hover .slick-prev,
  main .ce-slider:hover .slick-next {
    visibility: visible;
    opacity: 1;
  }

  main .ce-slider .slick-prev:before,
  main .ce-slider .slick-next:before,
  main .ce-slider .slick-disabled {
    display: none !important;
  }

  main .ce-last .ce-search {
    margin-top: 0.556vw;
    margin-bottom: 2.778vw;
  }

  main .ce-search .ce-search-row {
    background-color: #FFFFFF;
    border-radius: 0.556vw;
    box-shadow: 0 0.139vw 0.833vw 0 rgba(0, 0, 0, 0.04);
  }

  main .ce-search .ce-search-left {
    padding-right: 0;
  }

  main .ce-search .ce-search-right {
    padding-left: 0;
  }

  main .ce-search .ce-search-inner {
    padding: 3.611vw 4.722vw 0 4.167vw;
    background-color: transparent;
    border: none;
    border-radius: 0;
  }

  main .ce-search .ce-search-slim .ce-search-inner {
    padding: 3.194vw 3.542vw 4.444vw;
  }

  main .ce-search h2 {
    max-width: inherit;
    font-size: 2.174vw;
    line-height: 1.278;
    margin-bottom: 0.903vw;
  }

  main .ce-search .ce-search-slim h2 {
    max-width: 18.056vw;
  }

  main .ce-search p {
    margin-bottom: 2.083vw;
  }

  main .ce-search .ce-search-img {
    margin-top: 0;
    border-radius: 0 0.556vw 0.556vw 0;
  }

  main .ce-places .ce-places-map {
    position: absolute;
    top: -3.125vw;
    left: -8.681vw;
    width: 69.375vw;
    z-index: 1;
  }

  main .ce-places .ce-regions {
    padding-top: 10.556vw;
  }

  .ce-places-map-tooltip {
    padding: 5px 10px;
    font-size: 1.111vw;
    font-weight: bold;
    background-color: #FFFFFF;
    border-radius: 0.556vw;
    box-shadow: 0 0.139vw 0.833vw 0 rgba(0, 0, 0, 0.04);
  }

  footer {
    padding-top: 5.556vw;
    padding-bottom: 5.556vw;
    font-size: 1.111vw;
    line-height: 1.563;
  }

  footer p + p {
    margin-top: 1.875vw;
  }

  footer .facebook {
    width: 2.292vw;
  }

  footer .social-media {
    margin-top: 1.875vw;
  }

  footer .social-media ul {
    height: 2.292vw;
  }

  footer .social-media ul li a {
    width: 2.292vw;
    height: 2.292vw;
    margin-right: 1.1111111111111112vw;
  }

  footer .app-stores {
    margin-top: 1.875vw;
  }

  footer .app-stores ul {
    height: 2.7777777777777777vw;
  }

  footer .app-stores ul li a {
    margin-right: 1.1111111111111112vw;
  }

  footer .app-stores ul li a img {
    height: 2.7777777777777777vw;
  }

  footer .newsletter {
    max-width: 33.889vw;
    margin-top: 3.194vw;
  }

  footer .newsletter .in {
    padding-right: 10.417vw;
    padding-left: 2.083vw;
  }

  footer .newsletter .btn {
    height: 3.333vw;
    border-top-right-radius: 0.556vw;
    border-bottom-right-radius: 0.556vw;
  }

  footer .newsletter .mc4wp-response {
    margin-top: 1.319vw;
  }

  .no-results + .ce-overview .alm-listing {
    padding: 0 0.417vw;
  }
}

@media (min-width: 1600px) {
  main .ce-slider .card a:hover .card-img img {
    transform: scale(1.092);
  }

  main .ce-slider .slick-prev,
  main .ce-slider .slick-next {
    top: 3.313vw;
  }
}