@charset "UTF-8";
/*!
Theme Name: bkk
Theme URI: http://underscores.me/
Author: André Kelling
Author URI: https://andrekelling.de/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bkk
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Vendors
# Typography
# Elements
	## Icons
# Forms
# Layout + Header + Footer
	## Posts and pages
	## Comments
# Themes
# Navigation
	## Links
	## Menus
# Widgets
# Shortcodes
# Blocks Gutenberg
# Media
	## Captions
	## Galleries
	## Lightbox
	## Audio
# Multisite
# Tools
# Print
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Colours

// keep colours in sync with wp/wp-content/themes/bkk/functions.php bkk_gutenberg_color_palette()
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typo
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Misc
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Colours

// keep colours in sync with wp/wp-content/themes/bkk/functions.php bkk_gutenberg_color_palette()
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typo
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Misc
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* stylelint-disable */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* stylelint-enable */
/* Interactive ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Vendors
--------------------------------------------------------------*/
/*!
 * baguetteBox.js
 * @author  feimosi
 * @version %%INJECT_VERSION%%
 * @url https://github.com/feimosi/baguetteBox.js
 */
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity 0.5s ease;
}
#baguetteBox-overlay.visible {
  opacity: 1;
}
#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}
#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  white-space: normal;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: sans-serif;
}
#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  transition: left 0.4s ease, transform 0.4s ease;
}
#baguetteBox-slider.bounce-from-right {
  animation: bounceFromRight 0.4s ease-out;
}
#baguetteBox-slider.bounce-from-left {
  animation: bounceFromLeft 0.4s ease-out;
}

@keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
.baguetteBox-button#previous-button, .baguetteBox-button#next-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  transition: background-color 0.4s ease;
}
.baguetteBox-button:focus, .baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}
.baguetteBox-button#next-button {
  right: 2%;
}
.baguetteBox-button#previous-button {
  left: 2%;
}
.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}
.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}

/*
    Preloader
    Borrowed from http://tobiasahlin.com/spinkit/
*/
.baguetteBox-spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: bounce 2s infinite ease-in-out;
}

.baguetteBox-double-bounce2 {
  animation-delay: -1s;
}

@keyframes bounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  transition: all 0s;
}
.tns-slider > .tns-item {
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}
.tns-gallery > .tns-moving {
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}
.tns-t-ct {
  width: 2333.3333333333%;
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: 1.4285714286%;
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

.otgs-development-site-front-end {
  display: none !important;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/* raleway-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: "Raleway";
  font-style: normal;
  font-weight: 300;
  src: url("./fonts/raleway-v28-latin-300.woff2") format("woff2"), url("./fonts/raleway-v28-latin-300.woff") format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* raleway-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: "Raleway";
  font-style: normal;
  font-weight: 600;
  src: url("./fonts/raleway-v28-latin-600.woff2") format("woff2"), url("./fonts/raleway-v28-latin-600.woff") format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* raleway-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: "Raleway";
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/raleway-v28-latin-700.woff2") format("woff2"), url("./fonts/raleway-v28-latin-700.woff") format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: "Raleway", sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Raleway", sans-serif;
  color: #000;
  margin-top: 0;
  padding-top: 1rem;
}

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

h1 {
  font-size: 3rem;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  h1 {
    font-size: 4rem;
  }
}

h2 {
  display: block;
  vertical-align: top;
  font-size: 23px;
  padding-top: 0.1em;
  margin-bottom: 1em;
  font-weight: 600;
  -webkit-hyphens: auto;
          hyphens: auto;
  padding-top: 1em;
}
@media (min-width: 380px) {
  h2 {
    font-size: 26px;
  }
}
@media (min-width: 768px) {
  h2 {
    font-size: 36px;
  }
}

h3 {
  font-size: 1.4em;
}

p {
  margin-bottom: 1.5em;
}
p.has-background {
  padding: 2rem 2.5rem;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
  color: cadetblue;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 1.4rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #d0d5dd;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.entry-content p {
  margin-top: 0;
}

.fw-bold {
  font-weight: bold;
}

.fw-light {
  font-weight: lighter;
}

.t-right {
  text-align: right;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
  font-size: 62.5%;
  overflow-y: scroll;
  overflow-x: hidden;
  scroll-behavior: smooth;
  min-width: 300px;
}
@media (min-width: 1720px) {
  html {
    font-size: 75%;
  }
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #f9eee6 url("/wp-content/themes/bkk/images/bg-karton.jpg") repeat 0 0;
}

hr {
  background-color: #e3e6eb;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em;
  padding-left: 2em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

figure {
  margin: 0 0 1em; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-spacing: 0;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #fff !important;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

.svg-icon-lib {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

[class^=icon-],
[class*=icon-],
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
}

.icon--primary {
  fill: #ffc958;
}
.icon--white {
  fill: #fff;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button {
  border: none;
  outline: 0;
  cursor: pointer;
}

.btn,
.qmn_btn,
input[type=button],
input[type=reset],
input[type=submit] {
  display: inline-block;
  padding: 0 3rem;
  font-size: 2rem;
  border-radius: 0;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  transition: opacity 0.2s, color 0.2s, background-color 0.3s;
  text-decoration: none;
  cursor: pointer;
}
.btn:hover, .btn:focus,
.qmn_btn:hover,
.qmn_btn:focus,
input[type=button]:hover,
input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=submit]:hover,
input[type=submit]:focus {
  background-color: #fff;
  color: #000 !important;
  outline: 0;
}

.btn--secondary {
  background: #f27224;
  color: #fff;
}
.btn--secondary:hover, .btn--secondary:active, .btn--secondary:focus {
  color: #fff;
}

.btn--white {
  background: #fff;
  color: #ffc958;
}
.btn--white:hover, .btn--white:active, .btn--white:focus {
  color: #ffc958;
}

.btn--ghost {
  cursor: auto;
}

.btn-reset {
  background: transparent;
  border: none;
  padding: 0;
}

.wp-block-button .has-secondary-color {
  border-color: #f27224;
}

.wp-block-button .has-primary-color {
  border-color: #ffc958;
}

.wp-block-button .has-white-color {
  border-color: #fff;
}

.wp-block-button .has-black-color {
  border-color: #000;
}

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: #d0d5dd;
  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%;
}

input[type=checkbox],
input[type=radio] {
  opacity: 0;
}

input[type=checkbox] + label,
input[type=radio] + label {
  position: relative;
  padding-left: 0.5em;
  top: -0.1em;
}
input[type=checkbox] + label:after, input[type=checkbox] + label:before,
input[type=radio] + label:after,
input[type=radio] + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.1em;
  left: -1.2em;
  width: 1.1em;
  height: 1.1em;
  background-color: #fff;
}
input[type=checkbox] + label:after,
input[type=radio] + label:after {
  top: 0.45em;
  left: -0.85em;
  width: 0.4em;
  height: 0.4em;
}
input[type=checkbox] + label:before,
input[type=radio] + label:before {
  border: 2px solid #f27224;
}

input[type=checkbox]:checked + label:after,
input[type=radio]:checked + label:after {
  background-color: #f27224;
}

input[type=radio] + label:after, input[type=radio] + label:before {
  border-radius: 50%;
}

/*--------------------------------------------------------------
# Layout + Header + Footer
--------------------------------------------------------------*/
.site-header,
.hero,
.content-area .entry-header,
.content-area .entry-content,
.content-area .entry-footer,
.alignfull > .wp-block-group__inner-container,
.site-footer__wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 380px) {
  .site-header,
  .hero,
  .content-area .entry-header,
  .content-area .entry-content,
  .content-area .entry-footer,
  .alignfull > .wp-block-group__inner-container,
  .site-footer__wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1287px) {
  .site-header,
  .hero,
  .content-area .entry-header,
  .content-area .entry-content,
  .content-area .entry-footer,
  .alignfull > .wp-block-group__inner-container,
  .site-footer__wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

.site-header,
.hero,
.content-area .entry-header,
.content-area .entry-content,
.alignfull > .wp-block-group__inner-container,
.content-area .entry-footer,
.site-footer__wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1287px;
}

.site-content {
  position: relative;
  z-index: 1;
}
.site-content a {
  font-weight: 700;
}

.content-area {
  margin-top: 0.6rem;
}
@media (min-width: 576px) {
  .content-area {
    margin-top: 0;
  }
}

.alignwide,
.alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
}

.error-404 {
  max-width: 40rem;
  margin: 6rem auto;
  text-align: center;
}
.error-404__emoji {
  font-size: 6em;
  line-height: 1;
}

.site-header {
  min-height: 14rem;
}
@media (min-width: 576px) {
  .site-header {
    display: flex;
    justify-content: space-between;
    height: 14rem;
  }
}

.site-logo > img {
  display: block;
}
@media (min-width: 576px) {
  .site-logo {
    order: 2;
    width: 74rem;
    max-width: 62%;
  }
}
@media (min-width: 1287px) {
  .site-logo {
    max-width: 57%;
  }
}

.site-branding {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.site-branding > img {
  display: inline-block;
  max-width: 21rem;
}
@media (min-width: 576px) {
  .site-branding {
    max-width: 34%;
    margin-top: 1rem;
    text-align: left;
  }
  .site-branding > img {
    max-width: 100%;
  }
}

.hero {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 42rem;
  width: 100%;
  margin-bottom: 5rem;
}
.hero__title {
  position: absolute;
  bottom: 3.8rem;
  left: 0;
  display: flex;
  align-items: center;
  padding: 0.01em 3rem;
  min-width: 16rem;
  background-color: #000;
  color: #fff;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.hero__icon {
  height: 33rem;
  width: 33rem;
}

.breadcrumbs {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.breadcrumbs [property=itemListElement] {
  margin-right: 1rem;
}
.breadcrumbs [property=itemListElement]:not(:last-of-type):after {
  content: "";
  display: inline-block;
  position: relative;
  height: 0.4em;
  width: 0.4em;
  top: 0.4em;
  left: 0.25em;
  border-style: solid;
  border-width: 0.1em 0.1em 0 0;
  border-color: rgba(0, 0, 0, 0.3);
  vertical-align: top;
  transform: rotate(45deg);
  z-index: 0;
}

.site-footer {
  background: #f9eee6 url("/wp-content/themes/bkk/images/bg-karton-dark.jpg") repeat 0 0;
}

.site-footer {
  color: #000;
}

[class^=menu-footer-],
[class*=menu-footer-] {
  min-width: 40%;
  margin-top: 2rem;
}
[class^=menu-footer-] ul,
[class*=menu-footer-] ul {
  list-style: none;
  margin: 1em 0;
  padding: 0;
}
[class^=menu-footer-] a,
[class*=menu-footer-] a {
  line-height: 2.5;
}
@media (min-width: 380px) {
  [class^=menu-footer-],
  [class*=menu-footer-] {
    margin-top: 0;
  }
}

.site-info {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 380px) {
  .site-info {
    flex-direction: row;
  }
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.entry-header {
  padding-top: 1rem;
}

.type-page .entry-header {
  padding-top: 0;
  margin-bottom: 2rem;
}
.type-page .entry-header .entry-title {
  display: block;
  vertical-align: top;
  font-size: 23px;
  padding-top: 0.1em;
  margin-bottom: 1em;
  font-weight: 600;
  -webkit-hyphens: auto;
          hyphens: auto;
}
@media (min-width: 380px) {
  .type-page .entry-header .entry-title {
    font-size: 26px;
  }
}
@media (min-width: 768px) {
  .type-page .entry-header .entry-title {
    font-size: 36px;
  }
}
.type-page .entry-header .entry-image img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 100%;
  width: 340px;
  margin-top: -2rem;
}
@media (min-width: 380px) {
  .type-page .entry-header .entry-image img {
    margin-top: -3rem;
  }
}

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

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

.edit-link {
  display: block;
  margin: 1rem 0;
  font-weight: bold;
}
.edit-link:before {
  content: "< ";
}
.edit-link:after {
  content: " >";
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Themes
--------------------------------------------------------------*/
.theme-bg {
  background: #ceac91 url("/wp-content/themes/bkk/images/bg-karton-dark.jpg") repeat 0 0;
}
.theme-bg--hero {
  background-repeat: no-repeat;
  background-size: cover;
}
.theme-bg--menu {
  background-repeat: no-repeat;
  background-position: -20rem -20rem;
}
.theme-bg--podcast {
  background-image: url("/wp-content/themes/bkk/images/bg-hero-podcast.png");
  background-position: 50% 0;
}
.theme-bg--haut {
  background-image: url("/wp-content/themes/bkk/images/bg-haut.jpg");
}
.theme-bg--haut-plain, .theme-bg--skin-plain {
  background-color: #ffc958;
}
.theme-bg--brust {
  background-image: url("/wp-content/themes/bkk/images/bg-brust.jpg");
}
.theme-bg--brust-plain, .theme-bg--chest-plain {
  background-color: #f8a9ae;
}
.theme-bg--darm {
  background-image: url("/wp-content/themes/bkk/images/bg-darm.jpg");
}
.theme-bg--darm-plain, .theme-bg--intestine-plain {
  background-color: #d77f74;
}
.theme-bg--lunge {
  background-image: url("/wp-content/themes/bkk/images/bg-lunge.jpg");
}
.theme-bg--lunge-plain, .theme-bg--lungs-plain {
  background-color: #79b9d5;
}
.theme-bg--hoden {
  background-image: url("/wp-content/themes/bkk/images/bg-hoden.jpg");
}
.theme-bg--hoden-plain, .theme-bg--testicles-plain {
  background-color: #5586b5;
}
.theme-bg--prostata {
  background-image: url("/wp-content/themes/bkk/images/bg-prostata.jpg");
}
.theme-bg--prostata-plain, .theme-bg--prostate-plain {
  background-color: #93c15f;
}

.theme--brust .wp-block-column.border-top {
  border-color: #f8a9ae;
}
.theme--brust .bl-tc__label,
.theme--brust .has-primary-background-color {
  background-color: #f8a9ae;
}
.theme--brust .has-secondary-background-color {
  background-color: #b77075;
}
.theme--darm .wp-block-column.border-top {
  border-color: #d77f74;
}
.theme--darm .bl-tc__label,
.theme--darm .has-primary-background-color {
  background-color: #d77f74;
}
.theme--darm .has-secondary-background-color {
  background-color: #8b4948;
}
.theme--lunge .wp-block-column.border-top {
  border-color: #79b9d5;
}
.theme--lunge .bl-tc__label,
.theme--lunge .has-primary-background-color {
  background-color: #79b9d5;
}
.theme--lunge .has-secondary-background-color {
  background-color: #42859d;
}
.theme--hoden .wp-block-column.border-top {
  border-color: #5586b5;
}
.theme--hoden .bl-tc__label,
.theme--hoden .has-primary-background-color {
  background-color: #5586b5;
}
.theme--hoden .has-secondary-background-color {
  background-color: #3c5996;
}
.theme--prostata .wp-block-column.border-top {
  border-color: #93c15f;
}
.theme--prostata .bl-tc__label,
.theme--prostata .has-primary-background-color {
  background-color: #93c15f;
}
.theme--prostata .has-secondary-background-color {
  background-color: #658e42;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.menu-toggle {
  position: absolute;
  display: inline-block;
  margin-bottom: 0.3rem;
  width: 5.72rem;
  height: 5.72rem;
  top: 14rem;
  right: 0;
  background: #ceac91 url("/wp-content/themes/bkk/images/bg-karton-dark.jpg") repeat 0 0;
  border: none;
  outline: none;
  cursor: pointer;
  pointer-events: all;
}
.menu-toggle__inner, .menu-toggle__inner:after, .menu-toggle__inner:before {
  position: absolute;
  width: 3.9rem;
  height: 0.78rem;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 0.1rem;
  background-color: #ffc958;
}
.menu-toggle__inner {
  top: 2.34rem;
  right: 0.78rem;
  transition-timing-function: cubic-bezier(0.55, 0.05, 0.67, 0.19);
  transition-duration: 0.22s;
}
.menu-toggle__inner:before, .menu-toggle__inner:after {
  display: block;
  content: "";
}
.menu-toggle__inner:before {
  top: -1.3rem;
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}
.menu-toggle__inner:after {
  bottom: -1.3rem;
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.05, 0.67, 0.19);
}
.toggled .menu-toggle .menu-toggle__inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.21, 0.61, 0.35, 1);
  transform: rotate(225deg);
}
.toggled .menu-toggle .menu-toggle__inner:before {
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}
.toggled .menu-toggle .menu-toggle__inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.21, 0.61, 0.35, 1) 0.12s;
  transform: rotate(-90deg);
}

/* Small menu. */
.main-navigation .nav-menu {
  display: none;
}

.main-navigation.toggled .nav-menu {
  display: block;
  position: relative;
  top: 19.72rem;
}

@media (min-width: 1287px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation .nav-menu {
    display: block;
  }
  .main-navigation.toggled .nav-menu {
    position: static;
  }
}
.main-navigation {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20;
  pointer-events: none;
}
.main-navigation .wpml-ls-legacy-list-horizontal {
  clear: none;
  border: none;
  padding: 0;
}
.main-navigation .wpml-ls-legacy-list-horizontal > ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.main-navigation.active {
  z-index: 90;
  padding-bottom: 0;
}
@media (min-width: 380px) {
  .main-navigation.active .menu-toggle {
    font-size: 1.6rem;
  }
}
@media (min-width: 1287px) {
  .main-navigation {
    top: 14rem;
  }
}

.main-navigation .nav-menu {
  list-style: none;
  margin: 0;
  padding-left: 0;
  font-size: 3.6rem;
}
.main-navigation .nav-menu li {
  position: relative;
  width: 100%;
  pointer-events: all;
}
@media (min-width: 576px) {
  .main-navigation .nav-menu li {
    right: -24rem;
    transition: right 0.3s;
  }
  .main-navigation .nav-menu li:hover, .main-navigation .nav-menu li:focus {
    right: 0;
  }
}
.main-navigation .nav-menu a {
  display: flex;
  align-items: center;
  height: 7rem;
  width: 30rem;
  padding: 0.5rem;
  color: #fff;
  text-transform: uppercase;
}
.main-navigation .nav-menu a > .icon {
  width: 5rem;
  height: 5rem;
}
.main-navigation .nav-menu a > span {
  display: block;
  margin-left: 1rem;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Shortcodes
--------------------------------------------------------------*/
.formidable {
  padding-bottom: 6rem;
}
.formidable__form {
  display: flex;
  flex-wrap: wrap;
  padding: 1.6rem 0 0.6rem;
  margin-bottom: 2rem;
}
.formidable__form > div {
  display: flex;
  align-items: center;
  margin-right: 2rem;
  margin-bottom: 1rem;
}
.formidable__form > div:first-of-type {
  margin-right: 8rem;
}
.formidable__title {
  font-size: 1.4em;
  margin: 0;
  padding: 0;
}
.formidable__label {
  margin-right: 1rem;
}
.formidable__results {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}
@media (min-width: 576px) {
  .formidable__results {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .formidable__results {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.formidable__results.loading {
  display: block;
  opacity: 0.5;
  text-align: center;
}

.lds-grid {
  display: none;
  position: relative;
  width: 20vw;
  height: 20vw;
}
.loading > .lds-grid {
  display: inline-block;
}
.lds-grid div {
  position: absolute;
  width: 4vw;
  height: 4vw;
  border-radius: 50%;
  background: #f27224;
  animation: lds-grid 1.2s linear infinite;
}
.lds-grid div:nth-child(1) {
  top: 2vw;
  left: 2vw;
  animation-delay: 0s;
}
.lds-grid div:nth-child(2) {
  top: 2vw;
  left: 8vw;
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(3) {
  top: 2vw;
  left: 14vw;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(4) {
  top: 8vw;
  left: 2vw;
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(5) {
  top: 8vw;
  left: 8vw;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(6) {
  top: 8vw;
  left: 14vw;
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(7) {
  top: 14vw;
  left: 2vw;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(8) {
  top: 14vw;
  left: 8vw;
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(9) {
  top: 14vw;
  left: 14vw;
  animation-delay: -1.6s;
}

@keyframes lds-grid {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
/*--------------------------------------------------------------
# Blocks Gutenberg
--------------------------------------------------------------*/
.bl-pa {
  width: 100%;
  padding: 1rem 2rem;
  margin-bottom: 1.5em;
  border-radius: 5px;
  background-color: #f27224;
  color: #ffc958;
}
.bl-pa:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}
.bl-pa h2,
.bl-pa h3 {
  color: #ffc958;
}
.bl-pa p {
  font-size: 0.9em;
}
.bl-pa figure {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}
.bl-pa--infobox {
  position: relative;
  min-height: 13rem;
  padding-left: 9rem;
  color: #fff;
  z-index: 1;
}
.bl-pa--infobox p {
  margin-top: 0.5em;
  margin-bottom: 1em;
  font-size: 1em;
}
.bl-pa__info-bg {
  position: relative;
}
.bl-pa__info-bg:after {
  position: absolute;
  top: -1rem;
  left: 0.7rem;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
  background-color: #ceac91;
  z-index: 0;
}
@media (min-width: 768px) {
  .bl-pa--right p {
    width: 54%;
    float: left;
  }
  .bl-pa--right figure {
    width: 45%;
    float: right;
    margin-top: 0;
  }
  .bl-pa--bottomright figure {
    width: 50%;
    margin-left: auto;
    margin-right: 0;
  }
}

.bl-sl {
  container: slider/inline-size;
  position: relative;
  margin-bottom: 2rem;
}
.bl-sl__list {
  margin-bottom: 1rem;
  transition: min-height 0.3s;
}
.bl-sl__inner {
  display: block;
  justify-content: space-between;
  padding: 2rem 5rem;
}
@container slider (min-width: 560px) {
  .bl-sl__inner {
    display: flex;
  }
  .bl-sl__inner > * {
    flex: 1;
  }
}
@container slider (min-width: 1287px) {
  .bl-sl__inner {
    padding: 2rem 1px;
  }
}
.bl-sl__title {
  display: block;
  vertical-align: top;
  font-size: 23px;
  padding-top: 0.1em;
  margin-bottom: 1em;
  font-weight: 600;
  -webkit-hyphens: auto;
          hyphens: auto;
  line-height: 1;
}
@media (min-width: 380px) {
  .bl-sl__title {
    font-size: 26px;
  }
}
@media (min-width: 768px) {
  .bl-sl__title {
    font-size: 36px;
  }
}
.bl-sl__img {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}
@container slider (min-width: 560px) {
  .bl-sl__img {
    width: auto;
    margin-right: 2rem;
  }
}
.bl-sl__nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  pointer-events: none;
  z-index: 10;
}
@container slider (min-width: 1287px) {
  .bl-sl__nav {
    width: 110%;
  }
}
.bl-sl__btn {
  background-color: transparent;
  cursor: pointer;
  pointer-events: all;
}
.bl-sl__btn__icon {
  width: 1.2em;
  height: 1.2em;
  fill: currentColor;
  transition: opacity 0.8s;
}
@media (min-width: 380px) {
  .bl-sl__btn__icon {
    width: 2em;
    height: 2em;
  }
}
.bl-sl__btn--prev .bl-sl__btn__icon {
  transform: rotate(180deg);
}
.bl-sl__btn:hover .bl-sl__btn__icon, .bl-sl__btn:focus .bl-sl__btn__icon {
  opacity: 0.7;
}
.bl-sl__btn:active .bl-sl__btn__icon {
  opacity: 0.9;
}

.bl-tc {
  margin-top: 3rem;
  padding: 0;
}
.wp-block-column .bl-tc {
  margin-top: 0;
}
.bl-tc__label {
  display: block;
  position: relative;
  padding: 2.5rem 5rem 2.5rem 2.5rem;
  font-size: 2.6rem;
  font-weight: 600;
  border-bottom: 2px solid #fff;
  background-color: #ffc958;
  cursor: pointer;
}
.bl-tc__label:after {
  content: "";
  display: inline-block;
  position: relative;
  height: 0.4em;
  width: 0.4em;
  top: 0.4em;
  left: 0.25em;
  border-style: solid;
  border-width: 0.1em 0.1em 0 0;
  border-color: rgba(0, 0, 0, 0.3);
  vertical-align: top;
  transform: rotate(45deg);
  z-index: 0;
}
.bl-tc__label:after {
  position: absolute;
  top: 40%;
  left: auto;
  right: 3rem;
  font-size: 3rem;
  transform: rotate(135deg);
  transition: all 0.3s;
}
.bl-tc:last-child .bl-tc__label {
  border-bottom: none;
}
.bl-tc__toggle {
  display: none;
}
.bl-tc__toggle:checked + .bl-tc .bl-tc__label:after {
  top: 45%;
  transform: rotate(315deg);
}
.bl-tc__toggle:checked + .bl-tc .bl-tc__inner {
  max-height: 99rem;
  padding: 2rem 2.5rem;
  transition: all 0.3s ease-in;
}
.bl-tc__inner {
  max-height: 0;
  padding: 0 2.5rem;
  transition: all 0.3s ease-out;
  overflow: hidden;
  background-color: #fff;
}
.bl-tc__image {
  margin-bottom: 1rem;
}
.bl-tc__title {
  font-size: 1.6rem;
}
.bl-tc + .bl-tc__toggle + .bl-tc {
  margin-top: 0;
}
.bl-tc + .bl-tc__toggle + .bl-tc .bl-tc__label {
  border-top-width: 0;
  transition: border 0.1s 0.3s;
}
.bl-tc__toggle:checked + .bl-tc + .bl-tc__toggle + .bl-tc .bl-tc__label {
  border-top-width: 1px;
  transition: none;
}

.bl-acc {
  border-radius: 1.5rem;
  padding: 2.5rem 1.5rem;
  background-color: #fff;
}
.bl-acc__list {
  border-bottom: 2px solid #ffc958;
}
.bl-acc__label {
  display: block;
  position: relative;
  padding: 0.5rem 3rem 0.5rem 0rem;
  font-weight: bold;
  border-top: 2px solid #ffc958;
  color: #ffc958;
  cursor: pointer;
}
.bl-acc__label:after {
  content: "";
  display: inline-block;
  position: relative;
  height: 0.4em;
  width: 0.4em;
  top: 0.4em;
  left: 0.25em;
  border-style: solid;
  border-width: 0.1em 0.1em 0 0;
  border-color: rgba(0, 0, 0, 0.3);
  vertical-align: top;
  transform: rotate(45deg);
  z-index: 0;
}
.bl-acc__label:after {
  position: absolute;
  top: 32%;
  left: auto;
  right: 0.5rem;
  font-size: 3rem;
  transform: rotate(135deg);
  transition: all 0.3s;
}
.bl-acc__input {
  display: none;
}
.bl-acc__input:checked + .bl-acc__wrapper .bl-acc__label:after {
  top: 45%;
  transform: rotate(315deg);
}
.bl-acc__input:checked + .bl-acc__wrapper .bl-acc__content {
  max-height: 99rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  transition: all 0.3s ease-in;
}
.bl-acc__content {
  max-height: 0;
  margin-top: 0;
  transition: all 0.3s ease-out;
  overflow: hidden;
}

.post-teaser {
  container-type: inline-size;
  position: relative;
  padding-bottom: 2rem;
  overflow: hidden;
  color: #000;
}
.post-teaser__type {
  position: absolute;
  top: 2.4rem;
  left: 2.4rem;
  display: block;
  padding: 0 2rem;
  background-color: rgba(255, 255, 255, 0.5);
}
.post-teaser__topic {
  display: inline-block;
  margin: 1rem 0.6rem 2rem 0;
  padding: 0.1rem 1.6rem;
  font-weight: 300;
  color: #fff;
}
.post-teaser__title {
  font-size: 2rem;
  font-weight: 700;
}
.post-teaser > img {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
}

.bl-chel {
  padding-left: 0.2em;
  list-style: none;
}

.bl-cb__svg {
  max-height: 500px;
  margin-bottom: 2rem;
}

.bl-cb__svg-dot-path {
  fill: #fff;
  stroke: #F6B2B6;
  stroke-width: 2;
  stroke-miterlimit: 10;
}

.bl-cb__svg-text {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 40px;
}

.bl-cb__svg-text-line {
  fill: none;
  stroke: #000;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}

.bl-cb-dot {
  cursor: pointer;
}
.bl-cb-dot:hover {
  stroke-dasharray: 100;
  stroke: #b77075;
  animation: dash 5s linear;
}

@keyframes dash {
  to {
    stroke-dashoffset: 1000;
  }
}
.bl-cb-layer path {
  filter: grayscale(40%);
}

.bl-cb-layer--active path {
  filter: grayscale(0%);
}

.bl-cb {
  margin-top: 3rem;
  padding: 2rem;
  text-align: center;
}
.wp-block-column .bl-cb {
  margin-top: 0;
}
.bl-cb__label {
  padding: 0;
  font-weight: 600;
}
.bl-cb__toggle.active > .bl-cb__inner {
  max-height: 99rem;
  padding: 2rem 0;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  transition: max-height, padding 0.3s ease-in;
}
.bl-cb__inner {
  max-height: 0;
  padding: 0;
  transition: max-height, padding 0.3s ease-out;
  overflow: hidden;
  text-align: left;
}

/*--------------------------------------------------------------
### Button
--------------------------------------------------------------*/
.wp-block-button__link {
  display: inline-block;
  padding: 0 3rem;
  font-size: 2rem;
  border-radius: 0;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  transition: opacity 0.2s, color 0.2s, background-color 0.3s;
}
.wp-block-button__link:hover, .wp-block-button__link:focus {
  background-color: #fff;
  color: #000 !important;
  outline: 0;
}

/*--------------------------------------------------------------
### Image
--------------------------------------------------------------*/
.wp-block-image {
  border-radius: 1.5rem;
  text-align: center;
}
.wp-block-image figcaption {
  color: #9b9b9b;
}

/*--------------------------------------------------------------
### Groups
--------------------------------------------------------------*/
.wp-block-group.alignfull {
  padding-bottom: 1px;
}

/*--------------------------------------------------------------
### Columns - overwrite falsy styles - issue on 768px width
--------------------------------------------------------------*/
.wp-block-columns {
  justify-content: space-between;
}

.wp-block-column .wp-block-image img {
  width: 100%;
}
.wp-block-column.border-top {
  border-top: 5px solid #ffc958;
}
.wp-block-column.has-background {
  padding: 2rem 2.5rem;
}
.wp-block-column.no-padding {
  padding: 0;
}
@media (min-width: 600px) {
  .wp-block-column {
    flex-basis: 48%;
  }
}

.entry-content div:last-child.wp-block-group.alignfull .wp-block-columns:last-of-type {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
### Table
--------------------------------------------------------------*/
.table-header {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 0;
  font-size: 2.4rem;
  font-weight: normal;
  background-color: #f27224;
  border-bottom: none;
  color: #fff;
}

.wp-block-table td {
  min-width: 6rem;
  padding: 1rem 0.5rem;
  border-left-width: 0;
  border-right-width: 0;
  word-break: normal;
}
@media (min-width: 380px) {
  .wp-block-table td {
    padding: 1rem;
  }
}

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

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

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

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.wp-block-gallery .blocks-gallery-item {
  background-color: #ffc958;
}
.wp-block-gallery .blocks-gallery-item > figure > figcaption {
  display: none;
}
.wp-block-gallery .blocks-gallery-item > figure > a {
  transition: opacity 0.3s;
}
.wp-block-gallery .blocks-gallery-item > figure > a:hover {
  opacity: 0.6;
}

/*--------------------------------------------------------------
## Lightbox
--------------------------------------------------------------*/
/* stylelint-disable selector-max-id */
#baguetteBox-overlay .full-image figure {
  position: relative;
}
#baguetteBox-overlay .full-image figcaption {
  bottom: auto;
  left: 0;
  right: 0;
  margin-top: -1rem;
  padding: 0 0.5rem 1rem;
  font-size: 1.2rem;
  color: #000;
  background-color: #fff;
}
#baguetteBox-overlay .full-image img {
  max-width: 70%;
  max-height: 70%;
  padding: 1rem;
  background-color: #fff;
}
@media (min-width: 380px) {
  #baguetteBox-overlay .full-image figcaption {
    margin-top: -1.5rem;
    padding: 0 1.5rem 1.5rem;
  }
  #baguetteBox-overlay .full-image img {
    padding: 2rem;
  }
}
@media (min-width: 576px) {
  #baguetteBox-overlay .full-image figcaption {
    margin-top: -2rem;
    padding: 0 3rem 2rem;
  }
  #baguetteBox-overlay .full-image img {
    padding: 3rem;
  }
}

.baguetteBox-button {
  border-radius: 0;
  background-color: #ffc958;
}
.baguetteBox-button:hover, .baguetteBox-button:focus {
  background-color: #ffc958;
}
.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
  width: 6rem;
  height: 6rem;
}
.baguetteBox-button#close-button {
  width: 3.5rem;
  height: 3.5rem;
}
.baguetteBox-button#close-button svg {
  margin-top: 0.2rem;
}
.baguetteBox-button svg {
  position: static;
}
.baguetteBox-button svg g,
.baguetteBox-button svg polyline {
  stroke: #fff;
}

/* stylelint-enable */
/*--------------------------------------------------------------
## Audio
--------------------------------------------------------------*/
.audio-player {
  position: absolute;
  top: 13%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 8rem;
  height: 8rem;
}
@container (min-width: 300px) {
  .audio-player {
    top: 17%;
    width: 10rem;
    height: 10rem;
  }
}
@container (min-width: 500px) {
  .audio-player {
    top: 22%;
    width: 14rem;
    height: 14rem;
  }
}
.audio-player > svg {
  width: 100%;
  height: 100%;
  fill: #fefefe;
  opacity: 0.8;
  transition: opacity 666ms;
}
.audio-player:hover > svg, .audio-player:focus > svg, .audio-player:active > svg {
  opacity: 0.7;
}
.audio-player__audio, .audio-player--pause {
  display: none;
}
.audio-player__progress {
  height: 2px;
  width: 0;
  background: #000;
  transition: width 1s linear;
}

/*--------------------------------------------------------------
# Tools
--------------------------------------------------------------*/
/* 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #e3e6eb;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #000;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

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

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .columns-2 {
    -moz-columns: 2;
         columns: 2;
  }
}

.has-f-f-c-958-color,
.has-primary-color {
  color: #ffc958;
}

.has-f-27224-color,
.has-secondary-color {
  color: #f27224;
}

.has-fff-color,
.has-white-color {
  color: #fff;
}

.has-000-color,
.has-black-color {
  color: #000;
}

.has-9-b-9-b-9-b-color,
.has-gray-color {
  color: #d0d5dd;
}

.has-karton-color {
  color: #ceac91;
}

.has-secondary-background-color {
  background-color: #f27224;
}

.has-primary-background-color {
  background-color: #ffc958;
}

.bg--white,
.has-white-background-color {
  background-color: #fff;
}

.has-black-background-color {
  background-color: #000;
}

.has-grey-background-color {
  background-color: #d0d5dd;
}

.has-karton-background-color {
  background: #ceac91 url("/wp-content/themes/bkk/images/bg-karton-dark.jpg") repeat 0 0;
}

.d-f {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.d-none {
  display: none;
}

.mt-10 {
  margin-top: 1rem;
}

.mb-5 {
  margin-bottom: 0.5rem;
}

.mb-20 {
  margin-bottom: 2rem;
}

.px-20 {
  padding-left: 2rem;
  padding-right: 2rem;
}

/*--------------------------------------------------------------
# Print
--------------------------------------------------------------*/
@media print {
  body,
  button,
  input,
  select,
  optgroup,
  textarea,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: black;
  }
}
/*# sourceMappingURL=style.css.map */
