/*
Theme Name: Lekkerland
Author: SEVN GmbH
Description: Lekkerland Custom Theme based on Blankslate 
Version: 2024.2
Requires at least: 5.2
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: lekkerland

BlankSlate WordPress Theme 2011-2024
BlankSlate is distributed under the terms of the GNU GPL
*/

/* geist-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Geist";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/geist-v4-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* geist-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Geist";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/geist-v4-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* geist-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Geist";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/geist-v4-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* geist-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Geist";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/geist-v4-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* geist-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Geist";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/geist-v4-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/source-sans-3-v19-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/source-sans-3-v19-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
html {
  scroll-behavior: smooth;
}
body {
  line-height: 1;
}
a {
  text-decoration-skip-ink: auto;
}
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}
button {
  outline: 0;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
q {
  display: inline;
  font-style: italic;
}
q:before {
  content: '"';
  font-style: normal;
}
q:after {
  content: '"';
  font-style: normal;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="search"],
input[type="password"] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td {
  padding: 2px;
}
big {
  font-size: 120%;
}
small,
sup,
sub {
  font-size: 80%;
}
sup {
  vertical-align: super;
}
sub {
  vertical-align: sub;
}
dd {
  margin-left: 20px;
}
kbd,
tt {
  font-family: courier;
  font-size: 12px;
}
ins {
  text-decoration: underline;
}
del,
strike,
s {
  text-decoration: line-through;
}
dt {
  font-weight: bold;
}
address,
cite,
var {
  font-style: italic;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.sticky {
}
.bypostauthor {
}
.wp-caption {
}
.wp-caption-text {
}
.gallery-caption {
}
.alignright {
}
.alignleft {
}
.aligncenter {
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}
.screen-reader-text:focus {
  background-color: #f7f7f7;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #007acc;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.skip-link {
  left: -9999rem;
  top: 2.5rem;
  z-index: 999999999;
  text-decoration: underline;
}
.skip-link:focus {
  display: block;
  left: 6px;
  top: 7px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
  padding: 15px 23px 14px;
  z-index: 100000;
  right: auto;
}
.visually-hidden:not(:focus):not(:active),
.form-allowed-tags:not(:focus):not(:active) {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

:root {
  --lekker-rot: #b92929;
  --lekker-text: #31363a;
  --lekker-hellblaugrau: #eceef2;
}

body {
  font-family: "Source Sans 3", Helvetica, Arial, sans-serif;
  color: var(--lekker-text);
  font-size: 18px;
  line-height: 1.5em;
}

/* -------- TYPOGRAPHY -------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Geist";
  font-weight: 400;
}

h1 {
  font-size: clamp(28px, 3vw, 51px);
}

h2 {
  font-size: clamp(24px, 2.5vw, 42px);
}

h3 {
  font-size: clamp(20px, 2vw, 34px);
}

h4 {
  font-size: clamp(18px, 1.5vw, 26px);
}

h5 {
  font-size: clamp(16px, 1.2vw, 20px);
}

h6 {
  font-size: clamp(14px, 0.9vw, 15px);
}

h1 {
  line-height: 1.1em;
  margin: 0 0 0.5em 0;
  font-weight: 400;
}

h2 {
  line-height: 1.1em;
  margin: 0 0 0.7em 0;
}

h3 {
  line-height: 1.2em;
  margin: 0 0 0.8em 0;
}

h4 {
  line-height: 1.3em;
  margin: 0 0 1em 0;
}

h5 {
  line-height: 1.2em;
  margin: 0 0 1.2em 0;
}

h6 {
  line-height: 1.2em;
  margin: 0 0 1.5em 0;
}

p {
  margin-bottom: 20px;
}

strong {
  font-weight: bold;
}

h1 strong,
h2 strong,
h3 strong {
  font-weight: 600;
}

@media (max-width: 600px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 25px;
  }
}

main a {
  color: var(--lekker-rot);
}

em,
i {
  font-style: italic;
}

/* -------- /TYPOGRAPHY -------- */

/* -------- HEADER -------- */

header {
  vertical-align: middle;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: white;
  width: 100%;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}

header .container {
  padding: 0 15px;
}

.header_elements {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.scrolled .header_elements {
  height: 80px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

#branding img {
  max-width: 180px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.scrolled #branding img {
  max-width: 160px;
}

#wrapper_menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.menu-main-container,
nav {
  height: 100%;
}

header nav ul.menu {
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  height: 100%;
}

header nav ul.menu li {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  height: 100%;
  align-items: center;
}

header nav ul.menu li a {
  color: var(--lekker-text);
  font-size: 17px;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 15px;
  text-decoration: none;
}

header nav ul.menu li a:hover,
header nav ul.menu li.current_page_item a,
header nav ul.menu li.current-menu-parent a,
header nav ul.menu li.current_page_ancestor a,
header nav ul.menu li.current-page-ancestor a {
  color: var(--lekker-rot);
}

header nav ul.menu li.current_page_item .sub-menu a,
header nav ul.menu li.current_page_ancestor .sub-menu a {
  color: var(--lekker-text);
}

header nav ul.menu .sub-menu li.current_page_item a,
header nav ul.menu .sub-menu li.current-menu-item a,
header nav ul.menu li.current_page_item .sub-menu a:hover,
header nav ul.menu li.current_page_ancestor .sub-menu a:hover {
  color: var(--lekker-rot);
}

header nav ul.menu .sub-menu {
  display: none;
}

header nav ul.menu li {
  position: relative;
}

header nav ul.menu li:hover .sub-menu {
  display: block;
  position: absolute;
  top: 100px;
  left: 0;
  min-width: 280px;
  padding: 0 0 15px 0;
  -webkit-box-shadow: 0px 15px 10px -10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 15px 10px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 15px 10px -10px rgba(0, 0, 0, 0.1);
  background: white;
}

header.scrolled nav ul.menu li:hover .sub-menu {
  top: 80px;
}

header nav ul.menu .sub-menu {
  padding: 0;
  margin: 0;
  line-height: 0.7em;
}

header nav ul.menu .sub-menu li {
  display: block;
  padding: 0 15px;
}

header nav ul.menu .sub-menu li a {
  display: block;
  color: var(--lekker-text);
  padding: 15px 7px;
  line-height: 1.2;
}

header nav ul.menu .sub-menu li a:hover {
  color: var(--lekker-rot);
  background: var(--lekker-hellblaugrau);
}

header #hamburger {
  background: none;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  width: 48px !important;
  height: 48px !important;
  padding: 10px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

header #hamburger .line {
  pointer-events: none;
  width: 24px !important;
}

header #hamburger:focus-visible {
  outline: 2px solid #cd0c23;
  outline-offset: 2px;
}

header #hamburger.active {
  background: none;
  border: none;
}

body.nav-open {
  overflow: hidden;
  height: 100vh;
}

@media (max-width: 900px) {
  #mobile-menu.active {
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
    height: calc(100vh - 100px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: white;
    z-index: 2000;
  }

  header.scrolled + #mobile-menu.active,
  .scrolled ~ #mobile-menu.active {
    top: 80px;
    height: calc(100vh - 80px);
  }

  #mobile-menu.active ul.menu {
    flex-direction: column;
    height: auto;
  }

  #mobile-menu.active .sub-menu {
    position: relative;
    top: auto;
  }
}

header #search a {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 0 0 15px;
  background: url("img/search.svg") no-repeat;
  background-size: 16px 16px;
}

#wrapper #searchform {
  padding: 20px 0;
  background: #666;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

#wrapper #searchform input[type="text"] {
  width: 100%;
  max-width: 1400px;
  border: none;
  border-radius: 100px;
  padding: 12px 20px;
  font-size: 16px;
  background: white;
}

#wrapper #searchform input[type="text"]:focus-visible {
  outline: none;
}

#searchform .container {
  padding: 0 15px;
}

/* -------- /HEADER -------- */

/* -------- CONTENT -------- */

.container {
  margin: 0 auto;
  max-width: 1300px;
}

@media (min-width: 1600px) {
  .container {
    max-width: 1400px;
  }
}

#content {
  padding: 5em 0;
}

@media (max-width: 600px) {
  #content {
    padding: 2em 0;
  }
  #site-title {
    margin-right: -15px;
  }
}

#site-title {
  margin-top: 100px;
  height: 100px;
  font-weight: bold;
  font-size: 20px;
  background: var(--lekker-hellblaugrau);
}

#site-title .container {
  display: flex;
  padding: 0 15px;
  height: 100%;
  align-items: center;
  justify-content: flex-start;
}

#site-title .container h4 {
  margin: 0;
}

.home #content {
  padding-top: 100px;
}

.home #site-title {
  display: none;
}

.widget .widgettitle {
  font-size: 1.3vw;
  padding-bottom: 0.8em;
}

.ult-sticky-anchor.ult_stick_to_row {
  z-index: 9 !important;
}

.widget .menu {
  border-top: 1px solid #ddd;
  max-width: 80%;
}

.widget .menu li {
  border-bottom: 1px solid #ddd;
}

.widget .menu .sub-menu {
  padding-bottom: 10px;
  margin-top: -9px;
}

.widget .menu .sub-menu li {
  border-bottom: none;
}

.widget .menu li a {
  color: var(--lekker-text);
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  display: block;
  padding: 15px 10px;
}

.widget .menu .sub-menu li a {
  padding: 10px 10px;
}

.widget .menu li a:hover,
.widget .menu li.current_page_item a {
  color: var(--lekker-rot);
}

.text_weiss > * {
  color: white !important;
}

.filter-container {
  margin-bottom: 2rem;
}

.ult-content-box h4 {
  hyphens: auto;
}

@media (max-width: 768px) {
  .ult-content-box {
    min-height: 0 !important;
  }
}

.foto-loop-inner {
  width: 100%;
  padding: 30px;
  margin-top: -1rem;
  border-radius: 0 0 0 50px;
  min-height: 300px;
  background: #eee;
}

.grid .foto-loop h3 {
  margin-bottom: 0.2em;
}

.tag-container {
  margin-bottom: 0.5em;
}

.tag-container span {
  background: transparent;
  display: inline-block;
  margin-right: 5px;
  color: black;
}

.tag-container span:after {
  display: inline-block;
  content: ",";
}

.tag-container span:last-child::after {
  content: " ";
}

.size {
  margin-bottom: 0.5em;
}

a.button {
  display: inline-block;
  padding: 13px 18px;
  color: black;
  border: 2px solid black;
  border-radius: 100px;
  background: transparent;
  text-decoration: none;
  min-width: 180px;
  text-align: center;
  transition: all 0.2s ease-in-out;
}

a.button:hover {
  color: white;
  background: black;
}

.foto-loop a.button {
  margin: 2em 0 0 0;
}

#main_column h3 {
  color: var(--lekker-rot);
  padding-bottom: 7px;
  border-bottom: 1px solid var(--lekker-rot);
}

main ol {
  list-style: decimal;
  margin-left: 20px;
  margin-bottom: 20px;
}

main ol[type="A"] {
  list-style: upper-alpha;
}

main ul:not(.menu):not(.sub-menu) {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px;
}

#main_column .aio-icon-component {
  margin-bottom: 0;
}

.aio-icon-component.style_3 {
  padding-top: 10px;
  border-bottom: 1px solid #cdd3de;
}

.aio-icon-component.style_3 a {
  color: var(--lekker-text);
}

.aio-icon-component.style_3 a:hover {
  color: var(--lekker-rot);
}

.left-icon .aio-icon-description {
  margin-top: 0;
  color: #999;
}

[id^="anker"] {
  scroll-margin-top: 130px;
}

.entry-summary mark {
  background: #ffecb3;
  padding: 0 2px;
}

/* -------- /CONTENT  -------- */

/* -------- SUBMENU -------- */

.widget_nav_menu nav .sub-menu {
  display: none;
}

.widget_nav_menu nav .current-menu-item > .sub-menu,
.widget_nav_menu nav .current_page_item > .sub-menu {
  display: block;
}

.widget_nav_menu nav .menu > li > a {
  position: relative;
  padding-right: 24px;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.widget_nav_menu nav .menu > li > a::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("img/icon-arrow-down.svg");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.widget_nav_menu nav .menu > li.current-menu-item > a,
.widget_nav_menu nav .menu > li.current_page_item > a {
  color: var(--lekker-rot);
}

.widget_nav_menu nav .menu > li.current-menu-item > a::after,
.widget_nav_menu nav .menu > li.current_page_item > a::after {
  background-image: url("img/icon-arrow-up.svg");
}

.widget_nav_menu nav .sub-menu > li > a {
  color: var(--lekker-text) !important;
  font-size: 16px;
  text-decoration: none;
}

.widget_nav_menu nav .sub-menu > li > a:hover {
  color: var(--lekker-rot) !important;
}

.widget_nav_menu nav .sub-menu > li > a.is-active-anchor {
  color: var(--lekker-rot) !important;
}

/* -------- / SUBMENU -------- */

/* -------- PAGE BUILDER -------- */

.vc_row {
  margin-left: -30px;
  margin-right: -30px;
}

.vc_row .vc_column_container {
  padding: 15px;
}

#content .wpb_wrapper .vc_do_btn .vc_general {
  min-width: 150px;
  letter-spacing: 0.4px;
}

#content .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline {
  color: black;
}

#content .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline:hover,
#content .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline:focus,
#content .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline:active {
  color: white;
}

#content
  .vc_row-has-fill
  + .vc_row-full-width
  + .vc_row
  > .vc_column_container
  > .vc_column-inner {
  padding-top: 50px;
}

/* -------- /PAGE BUILDER -------- */

/* -------- SUCHE -------- */

.entry-summary {
  max-width: 820px;
  margin: 0 0 2rem 0;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.entry-summary [itemprop="description"] {
  display: block;
  background: #fafafa;
  padding: 18px 20px;
  border-radius: 6px;
}

.entry-summary mark {
  background: #f5c857;
  padding: 1px 3px;
  border-radius: 3px;
  font-weight: 500;
}

.entry-summary [itemprop="description"]::first-letter {
  color: #999;
}

.entry-summary .screen-reader-text {
  display: none;
}

.search .entry-summary {
  margin-bottom: 28px;
}

.search-form {
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 520px;
}

.search-form label {
  flex: 1;
  margin: 0;
}

.search-form .search-field {
  width: 100%;
  padding: 10px 12px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.search-form .search-submit {
  padding: 10px 16px;
  font-size: 15px;

  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;

  cursor: pointer;
  transition: all 0.15s ease;
}

.search-form .search-submit:hover {
  background: #f2f2f2;
  border-color: #999;
}

/* -------- /SUCHE -------- */

/* -------- FOOTER -------- */

footer {
  padding: 4em 2em 2em;
  background: var(--lekker-hellblaugrau);
}

footer #cta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-bottom: 8em;
}

body.kontakt footer #cta {
  display: none;
}

footer #cta .cta_bttn a {
  padding-left: 3em;
  padding-right: 3em;
}

footer #copyright a {
  display: inline-block;
  margin-right: 10px;
}

footer #copyright {
  display: flex;
  gap: 20px;

  ul {
    display: flex;
    gap: 20px;
  }
}

@media (max-width: 600px) {
  footer {
    margin-right: -15px;
  }
  footer #cta,
  footer #copyright a,
  footer a.portal-logoutlink {
    display: block;
  }
}

footer a {
  color: var(--lekker-text);
}

footer a.portal-logoutlink {
  color: var(--lekker-rot);
}

/* -------- /FOOTER -------- */
