@charset "UTF-8";
/*!
Theme Name: BB2022
Author: Heiko Sachs
Description: Bäckerei Beckmanns Custom Theme
Version: 1.0.3
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bb2022
Tags: editor-style, custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

BB2022 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/
/*--------------------------------------------------------------
# Abstracts
--------------------------------------------------------------*/
/*  ==============
    colors
    ==============  */
:root {
  --header--navi-fontsize: 1.125rem;
  --header--navi-lineHeight: 1.75em;
  --header--navi-letterspacing: 0.025;
  --header--navi-fontsize--burger: 2rem;
  --header--navi-lineHeight--burger: 1em;
  --header--navi-letterspacing--burger: 0.01em;
}

body {
  --wp--custom--content-width--default: 1340px;
  --wp--custom--content-width--wide: 1600px;
}
body.single-vacancy {
  --wp--custom--content-width--default: 755px;
}
body .use-default-width {
  --wp--custom--content-width--default: 1340px;
}
@media (max-width: 900px) {
  body {
    --wp--custom--spacing--horizontal: 20px;
    --wp--custom--font-size--very-large: 1.75rem;
    --wp--custom--line-height--very-large: 1.142em;
  }
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
.single-vacancy__header {
  font-size: var(--wp--preset--font-size--large);
  line-height: var(--wp--custom--line-height--large);
  color: var(--wp--preset--color--dark-gray);
  font-family: var(--wp--preset--font-family--aktiv-grotesk);
}

/*  ==============
    body
    ==============  */
body {
  background: #fff;
}

/*  ==============
    button
    ==============  */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

/*  ==============
    fields
    ==============  */
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*  ==============
    hr
    ==============  */
hr {
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/*  ==============
    links
    ==============  */
a:hover, a:focus, a:active {
  text-underline-offset: 1px;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*  ==============
    lists
    ==============  */
ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/*  ==============
    media
    ==============  */
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.margin-left--auto {
  margin-left: auto;
}

.margin-right--auto {
  margin-right: auto;
}

@media (min-width: 600px) {
  .inherit-default-layout:not(.has-media-on-the-right) .wp-block-media-text__content {
    max-width: calc(var(--wp--custom--content-width--default) / 2 + var(--wp--custom--spacing--horizontal));
  }
}

@media (min-width: 600px) {
  .inherit-default-layout.has-media-on-the-right .wp-block-media-text__content {
    max-width: calc(var(--wp--custom--content-width--default) / 2 + var(--wp--custom--spacing--horizontal));
    margin-left: auto;
  }
}

@media (max-width: 800px) {
  .hide-mobile {
    display: none;
  }

  .center-mobile {
    text-align: center;
  }
}
.header-patch {
  position: relative;
  height: 0px;
  overflow: visible;
}
.header-patch img {
  position: absolute;
  right: 0;
  transform: translateY(-80%);
}

.header-buttons {
  transform: translateY(50px);
}

h1.is-style-underscore::after, h1.is-style-underscore-2::after,
h2.is-style-underscore::after,
h2.is-style-underscore-2::after,
h3.is-style-underscore::after,
h3.is-style-underscore-2::after,
h4.is-style-underscore::after,
h4.is-style-underscore-2::after,
h5.is-style-underscore::after,
h5.is-style-underscore-2::after,
h6.is-style-underscore::after,
h6.is-style-underscore-2::after {
  content: "";
  position: relative;
  display: block;
  width: 2rem;
  height: 0.15em;
  margin: 0.5em 0 0 0;
  background-color: var(--wp--preset--color--dark-gray);
  border-radius: 0;
}
h1.is-style-underscore-2::after,
h2.is-style-underscore-2::after,
h3.is-style-underscore-2::after,
h4.is-style-underscore-2::after,
h5.is-style-underscore-2::after,
h6.is-style-underscore-2::after {
  margin: 0.5em 0 0 0.12em;
}
h1.is-style-underscore.has-brown-color::after, h1.is-style-underscore-2.has-brown-color::after,
h2.is-style-underscore.has-brown-color::after,
h2.is-style-underscore-2.has-brown-color::after,
h3.is-style-underscore.has-brown-color::after,
h3.is-style-underscore-2.has-brown-color::after,
h4.is-style-underscore.has-brown-color::after,
h4.is-style-underscore-2.has-brown-color::after,
h5.is-style-underscore.has-brown-color::after,
h5.is-style-underscore-2.has-brown-color::after,
h6.is-style-underscore.has-brown-color::after,
h6.is-style-underscore-2.has-brown-color::after {
  background-color: var(--wp--preset--color--gold);
}
h1.is-style-underscore.has-white-color::after, h1.is-style-underscore-2.has-white-color::after,
h2.is-style-underscore.has-white-color::after,
h2.is-style-underscore-2.has-white-color::after,
h3.is-style-underscore.has-white-color::after,
h3.is-style-underscore-2.has-white-color::after,
h4.is-style-underscore.has-white-color::after,
h4.is-style-underscore-2.has-white-color::after,
h5.is-style-underscore.has-white-color::after,
h5.is-style-underscore-2.has-white-color::after,
h6.is-style-underscore.has-white-color::after,
h6.is-style-underscore-2.has-white-color::after {
  background-color: var(--wp--preset--color--dark-gray);
}

.has-brown-background-color h1.is-style-underscore.has-white-color::after, .has-brown-background-color h1.is-style-underscore-2.has-white-color::after,
.has-brown-background-color h2.is-style-underscore.has-white-color::after,
.has-brown-background-color h2.is-style-underscore-2.has-white-color::after,
.has-brown-background-color h3.is-style-underscore.has-white-color::after,
.has-brown-background-color h3.is-style-underscore-2.has-white-color::after,
.has-brown-background-color h4.is-style-underscore.has-white-color::after,
.has-brown-background-color h4.is-style-underscore-2.has-white-color::after,
.has-brown-background-color h5.is-style-underscore.has-white-color::after,
.has-brown-background-color h5.is-style-underscore-2.has-white-color::after,
.has-brown-background-color h6.is-style-underscore.has-white-color::after,
.has-brown-background-color h6.is-style-underscore-2.has-white-color::after {
  background-color: var(--wp--preset--color--gold);
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

.wp-block-button > a:hover,
.wp-block-button > a:focus {
  color: var(--wp--preset--color--dark-gray);
  background-color: var(--wp--preset--color--not-so-light-gray);
}

.media-text-slider {
  grid-template-columns: 50% 50%;
  font-size: var(--wp--preset--font-size--large);
  line-height: var(--wp--preset--line-height--large);
  min-height: 550px;
}
.media-text-slider .wp-block-media-text__media-container div {
  height: 100%;
}
.media-text-slider .wp-block-media-text__content {
  margin: 2rem auto;
  max-width: 100%;
  width: 600px;
}
.media-text-slider .wp-block-media-text__content .slick-track {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}

.media-text-slider__author {
  display: block;
  margin-top: 1em;
  font-size: var(--wp--preset--font-size--normal);
  line-height: var(--wp--preset--line-height--normal);
}

@media (max-width: 600px) {
  .media-text-slider {
    font-size: var(--wp--preset--font-size--normal);
    line-height: var(--wp--preset--line-height--normal);
  }
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  background: transparent;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  text-align: center;
  border: 0.15rem solid #fff;
  border-radius: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 600px) {
  .slick-dots li button:before {
    width: 10px;
    height: 10px;
  }
}

.slick-dots li.slick-active button:before {
  background-color: #fff;
}

@media (max-width: 800px) {
  .wp-block-cover {
    min-height: 25vh !important;
  }
}

.deals-block {
  position: relative;
  --deals-spacing: 25px;
  --deals-dropshadow-offset: 5px;
  --deals-bg-breakpoit: calc(241px + var(--deals-dropshadow-offset));
  overflow: hidden;
  padding: 0 var(--wp--custom--spacing--horizontal);
  background-color: #fff;
  background: linear-gradient(180deg, #fff var(--deals-bg-breakpoit), var(--wp--preset--color--light-gray) var(--deals-bg-breakpoit));
}

.deals-block__slider {
  position: unset !important;
  max-width: var(--wp--custom--content-width--default);
  overflow: visible;
  margin: var(--deals-dropshadow-offset) auto;
}
.deals-block__slider .slick-list {
  overflow: visible;
}
.deals-block__slider .slick-track {
  display: flex;
}

.deals-block__deal {
  display: flex !important;
  flex-direction: column;
  flex: 0 0 360px;
  height: auto !important;
  margin-right: var(--deals-spacing);
  box-shadow: 0 0 var(--deals-dropshadow-offset) 1px rgba(0, 0, 0, 0.5);
  max-width: calc(100vw - 2 * var(--wp--custom--spacing--horizontal) - 2rem);
}
.deals-block__deal .deal__thumbnail {
  width: 100%;
  height: 241px;
  object-fit: cover;
}
.deals-block__deal .deal__content {
  margin: var(--deals-spacing) var(--deals-spacing) 0 var(--deals-spacing);
}
.deals-block__deal .deal__title {
  color: var(--wp--preset--color--dark-gray);
  margin-bottom: 0;
}
.deals-block__deal .deal__legal {
  margin-top: var(--deals-spacing);
}
.deals-block__deal .deal__footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: auto var(--deals-spacing) var(--deals-spacing) var(--deals-spacing);
}
.deals-block__deal .deal__price-container {
  display: flex;
  min-width: 130px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.deals-block__deal .deal__price-container::before {
  content: "";
  display: block;
  background-color: aqua;
  padding-bottom: 100%;
}
.deals-block__deal .deal__price {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5em;
  font-family: var(--wp--preset--font-family--blair);
  font-size: 0.937rem;
  line-height: 1.333em;
  letter-spacing: 0.07em;
  font-weight: bold;
  color: #fff;
}
.deals-block__deal .deal__euro {
  margin: 0.1em 0;
  font-size: 1.75rem;
  line-height: 1.142em;
  letter-spacing: 0.1em;
}

.deals-block .slick-arrow {
  position: absolute;
  top: var(--deals-dropshadow-offset);
  z-index: 100;
  height: calc(100% - 2 * var(--deals-dropshadow-offset));
  width: var(--wp--custom--spacing--horizontal);
  border: 0;
  border-radius: 0;
  font-size: 0;
  cursor: pointer;
  background-color: rgba(55, 58, 59, 0.5);
  background-image: url(images/deals-slider-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
}
.deals-block .slick-arrow.slick-next {
  right: 0;
}
.deals-block .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg);
}
.deals-block .slick-arrow.slick-disabled {
  display: none !important;
}
.deals-block .slick-arrow:hover, .deals-block .slick-arrow:focus {
  background-color: rgba(55, 58, 59, 0.75);
}

.stores-block {
  --store-spacing: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 var(--store-spacing);
}
.stores-block .flexfix {
  flex: 1 0 430px;
}

.stores-block__store {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
  flex: 1 0 430px;
  max-width: 100%;
  background-color: var(--wp--preset--color--light-gray);
}
@media (max-width: 600px) {
  .stores-block__store {
    margin-bottom: 50px;
  }
}

@media (max-width: 1000px) {
  .stores-block__store,
.flexfix {
    flex-basis: 320px;
  }
}
.stores-block__title {
  padding: var(--store-spacing);
  margin: 0;
  min-height: 7rem;
}

.stores_block__thumbnail-container {
  position: relative;
  background-color: var(--wp--preset--color--brown);
  width: 100%;
}
.stores_block__thumbnail-container::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 50%;
}

.stores_block__thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stores_block__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  gap: 1em;
  padding: var(--store-spacing);
  margin-bottom: 5rem;
}
.stores_block__content > * {
  margin: 0;
}

.stores_block__footer {
  padding: 12px var(--store-spacing);
  background-color: #000;
  color: #fff;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.stores_block__footer.warning {
  background-color: var(--wp--preset--color--red);
}

.stores_block__opening_hours table {
  display: block;
  border-spacing: 0px;
}
.stores_block__opening_hours table td {
  padding: 0;
}
.stores_block__opening_hours table td:first-child {
  padding-right: 1em;
  text-align: right;
}

.vacancies-block {
  --vacancies-border: 1px solid var(--wp--preset--color--gray);
  border-bottom: var(--vacancies-border);
}

.vacancies-block__vacancy {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1rem;
  padding: 1rem 0;
  align-items: baseline;
  border-top: var(--vacancies-border);
}
@media (max-width: 900px) {
  .vacancies-block__vacancy {
    padding: 1.6rem 0;
  }
}

.vacancies-block__vacancy > * {
  flex: 1 1 25rem;
  margin: 0.2em 0;
}

.vacancies-block__address {
  font-size: var(--wp--preset--font-size--large);
  line-height: var(--wp--preset--line-height--large);
}

.vacancies-block__button {
  flex: 0 0 auto;
}

.wp-block-media-text .wp-block-media-text__content {
  padding: 0 var(--wp--custom--spacing--horizontal);
}

@media (min-width: 600px) {
  .wp-block-column > *:first-child {
    margin-top: 0 !important;
  }
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.main-navigation {
  display: block;
  flex: 1;
  letter-spacing: 0.05em;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}

.menu-toggle {
  margin-left: auto;
}

.main-navigation .menu-container {
  display: none;
  z-index: 100;
  background-color: var(--wp--preset--color--brown);
  gap: calc(var(--wp--custom--spacing--vertical) * 2);
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled .menu-container {
  display: flex;
}

@media (max-width: 800px) {
  .main-navigation .menu-container {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: calc(100vh - 80px);
    overflow: auto;
    padding: var(--wp--custom--spacing--vertical) var(--wp--custom--spacing--horizontal) 5rem;
    flex-direction: column;
    font-size: var(--header--navi-fontsize--burger);
    line-height: var(--header--navi-lineheight--burger);
    letter-spacing: var(--header--navi-letterspacing--burger);
  }

  .nav-social .wp-block-group {
    justify-content: flex-start;
  }

  .main-navigation li {
    margin: 0.4em 0;
  }
}
@media (min-width: 800px) {
  .menu-toggle {
    display: none;
  }

  .main-navigation .menu-container {
    display: flex;
    height: 100%;
    align-items: center;
    font-size: var(--header--navi-fontsize);
    line-height: var(--header--navi-lineheight);
    letter-spacing: var(--header--navi-letterspacing);
  }

  .main-navigation ul {
    display: flex;
    gap: 0 calc(var(--wp--custom--spacing--vertical) * 2);
    flex-wrap: wrap;
    justify-content: center;
  }

  .main-navigation .menu-menu-1-container {
    margin: 0 auto;
    flex: 0 1 100%;
  }

  .main-navigation .nav-social {
    flex: 0 1 250px;
  }
  .main-navigation .nav-social a:hover::after {
    top: 32px;
  }

  .main-navigation a::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 2.6em;
    width: 100%;
    height: 0.15em;
    opacity: 0;
    background-color: var(--wp--preset--color--dark-gray);
    transition: all 0.3s ease-out;
  }

  .main-navigation a:hover::after {
    opacity: 1;
    top: 1.6em;
  }

  .nav-social figure {
    position: relative;
  }
}
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*  ==============
    posts and pages
    ==============  */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.entry-header,
.entry-footer,
.entry-content {
  padding: 0 var(--wp--custom--spacing--horizontal);
}
/**
 * These selectors set the default max width for content appearing inside a post or page.
 */
.entry-header > *,
.entry-footer > *,
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.entry-attachment):not(.woocommerce),
.wp-block-template-part > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.entry-attachment):not(.woocommerce) {
  max-width: calc(var(--wp--custom--content-width--default));
  margin-left: auto;
  margin-right: auto;
}

.alignwide {
  max-width: calc(var(--wp--custom--content-width--wide));
  margin-left: auto;
  margin-right: auto;
}

.alignfull {
  width: calc(100% + 2 * var(--wp--custom--spacing--horizontal));
  margin-left: calc(0px - var(--wp--custom--spacing--horizontal));
  margin-right: calc(0px - var(--wp--custom--spacing--horizontal));
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*  ==============
    caption
    ==============  */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*  ==============
    galleries
    ==============  */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

.widget select {
  max-width: 100%;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 18px 12px;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  border-radius: 50%;
  overflow: visible;
  width: 56px;
  height: 56px;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 32px;
  height: 22px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 32px;
  height: 4px;
  background-color: #fff;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -9px;
}
.hamburger-inner::after {
  bottom: -9px;
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/* https://piccalil.li/blog/a-modern-css-reset/ */
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
*::before,
*::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site-header {
  position: relative;
  top: 0;
  z-index: 1000;
  background-color: var(--wp--preset--color--brown);
  color: #fff;
}
.site-header a {
  color: #fff;
}
.site-header a:hover,
.site-header a:focus {
  color: #fff;
}

.site-branding {
  display: flex;
  align-items: center;
  max-width: calc(100% - 100px);
}

.header-inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  min-height: 80px;
  padding: 0 var(--wp--custom--spacing--horizontal);
}
@media (min-width: 800px) {
  .header-inner {
    gap: calc(var(--wp--custom--spacing--vertical) * 2);
    min-height: 100px;
  }
}

.single-vacancy main {
  background-color: var(--wp--preset--color--light-gray);
  padding-top: 5rem;
}

/*# sourceMappingURL=style.css.map */
