/* Andy Bells reset */
html {
  scroll-behavior: smooth;
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

a, p, h1, h2, h3, h4, h5, h6, li, dl, dt, blockquote {
  overflow-wrap: break-word;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 2rem;
}

div {
  width: 100%;
}

header,
footer {
  width: 100%;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

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

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

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

input[type=file] {
  width: 100%;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*! HTML5 Boilerplate v7.2.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
br {
  display: block;
  /* makes it have a width */
  content: "";
  /* clears default height */
  margin-top: 1.5rem;
  /* change this to whatever height you want it */
}

br.big-break {
  content: "";
  margin: 0;
  margin-top: 3.5rem;
}

br.small-br {
  display: block;
  /* makes it have a width */
  content: "";
  /* clears default height */
  margin-top: 0.5rem;
  /* change this to whatever height you want it */
}

br.simple-break {
  content: "";
  margin: 0;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
@font-face {
  font-family: "Cartridge-BoldRough";
  src: url("/fonts/Cartridge-BoldRough.woff2") format("woff2"), url("/fonts/Cartridge-BoldRough.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Cartridge-Rough";
  src: url("/fonts/Cartridge-Rough.woff2") format("woff2"), url("/fonts/Cartridge-Rough.woff.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Cartridge-Bold";
  src: url("/fonts/Cartridge-Bold.woff2") format("woff2"), url("/fonts/Cartridge-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Cartridge-Regular";
  src: url("/fonts/Cartridge-Regular.woff2") format("woff2"), url("/fonts/Cartridge-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html {
  font-size: 10px;
}

body {
  font-family: "Cartridge-BoldRough, Cartridge-Rough, Cartridge-Bold, Cartridge-Regular, -apple-system, BlinkMacSystemFont, " Segoe UI ", Roboto, Oxygen-Sans, Ubuntu, Cantarell", "Helvetica Neue", sans-serif;
  color: var(--color-light);
  font-size: var(--font-size);
  line-height: 1.42;
}

p {
  line-height: 1.55;
  font-size: 1.8rem;
  line-height: 1.65;
  font-size: clamp(1.9rem, 3.5vw, 2.5rem);
  font-family: "Cartridge-Regular";
}

h1,
.h1 {
  font-family: "Cartridge-Bold";
  font-size: 7vw;
  font-size: clamp(2.8rem, 5vw, 14rem);
  font-weight: 900;
}

h2 {
  font-size: clamp(2rem, 7vw, 3.5rem);
  font-weight: 700;
  margin-bottom: 1.55rem;
  line-height: 1.4;
  color: var(--headline-color);
  font-family: "Cartridge-Bold";
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

h3 {
  font-size: 4.5vw;
  font-family: "Cartridge-Rough";
  margin-bottom: 1.55rem;
  color: var(--headline-color);
}
@media screen and (min-width: 500px) {
  h3 {
    font-size: 2.5rem;
  }
}

h4 {
  font-size: 4vw;
  margin-bottom: 1.55rem;
  color: var(--headline-color);
  font-family: "Cartridge-Rough";
}
@media screen and (min-width: 500px) {
  h4 {
    font-size: 1.8rem;
  }
}

h5 {
  font-size: 3.3vw;
  margin-bottom: 1.55rem;
  color: var(--headline-color);
}
@media screen and (min-width: 500px) {
  h5 {
    font-size: 1.6rem;
  }
}

sup {
  font-family: "Cartridge-Rough";
  font-size: var(--font-size);
}

/* ------ Helpers -----*/
.centered {
  text-align: center;
}

.uppercase {
  text-transform: uppercase;
}

.skinny {
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.sans-serif {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  color: var(--color-light);
}

ul {
  width: 100%;
  padding-inline-start: 20px;
  margin-bottom: 30px;
}

li {
  font-size: 4.8vw;
  margin: 0 0 1.5rem 0;
  list-style: disc;
  color: var(--font-color);
}
@media screen and (min-width: 400px) {
  li {
    font-size: var(--list-size);
  }
}

ol {
  font-family: inherit;
  padding-inline-start: 30px;
  width: 100%;
  margin-bottom: 30px;
}

ol li {
  margin: 0 0 1.5rem 0;
  list-style: disc;
  color: var(--font-color);
  font-size: 5vw;
  color: var(--font-color);
}
@media screen and (min-width: 400px) {
  ol li {
    font-size: var(--list-size);
  }
}

:root {
  --measure: 720px;
  --border-thin: 2px;
  --color-dark: #282422;
  --color-light: #FFF0D4;
  --orange:#FF9D2A;
  --orange-red:#FF5E34;
  --pink:#E34849;
  --blue: #48978F;
  --yello:#ffe100;
  --quote-color: #1f63ae;
  --font-small: 1.3rem;
  --font-smaller: 1.6rem;
  --font-size: 1.8rem;
  --font-bigger: clamp(2.3rem, 3vw, 3rem);
  --list-size: 1.8rem;
  --bg-color: #2d2723;
  --hover-color: #ca301c;
  --btn-label-color: black;
  --btn-label-size: 1.7rem;
  --btn-color: black;
  --btn-hover-color: black;
  --btn-active-color: black;
  --border-radius: 6px;
  --bigger-border-radius: 12px;
  --box-shadow: 0 7px 20px -5px rgba(0,0,0,0.35);
  --red: #ca301c;
  --lightblue: #00b3fe;
}

.site-header {
  position: relative;
  z-index: 1;
  margin-bottom: clamp(7vw, 15vw + 1rem, 200px);
}

.logo {
  display: block;
  fill: var(--color-light);
  margin-left: auto;
  margin-right: auto;
}

.pkw {
  display: inline-block;
  font-family: "Cartridge-BoldRough";
  line-height: 1;
  margin: 0;
  font-size: clamp(1.8rem, 3vw + 1rem, 100px);
  transform: translateX(18vw);
  text-transform: uppercase;
  padding: 8px 5px;
  background-color: var(--pink);
  border-radius: var(--border-radius);
}

.title {
  text-indent: -250%;
  color: transparent;
  width: 0;
  font-size: 1px;
  margin: 0;
  line-height: 0;
}

.subheading {
  color: var(--color-light);
  text-align: right;
  font-family: "Cartridge-Rough";
  margin-top: 1vw;
  margin-right: 5vw;
  margin-bottom: 0;
  font-size: clamp(2.1rem, 5vw + 1rem, 6.5rem);
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

/* ============= HEADER SMALL ============= */
.header-small {
  display: flex;
  flex-direction: row;
  margin-top: clamp(5vw, 5vw + 1rem, 75px);
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
}

.header-small-logo-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.pkw-small {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transform: translateX(0px);
  text-align: center;
  font-size: clamp(1.8rem, 1vw + 1rem, 35px);
  padding: 3px;
}

.logo-small {
  display: block;
  fill: var(--color-light);
  margin-left: initial;
  margin-right: initial;
  margin-top: 1.25rem;
  max-width: 150px;
}

.subheading-small {
  color: var(--color-light);
  text-align: right;
  font-family: "Cartridge-Rough";
  margin-top: 0.5vw;
  margin-right: 0;
  margin-bottom: 0;
  font-size: clamp(1.8rem, 3vw, 2rem);
}

/* ------------  General Layout Elements  --------- */
.content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
  background-color: var(--bg-color);
  padding: 3vw 5vw;
  overflow: hidden;
  box-shadow: var(--box-shadow);
}

main {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

section {
  margin-top: 5vw;
  margin-bottom: 5vw;
}

article {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--measure);
}

article p {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: var(--color-light);
}

.full-bleed {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
}

/* ------------  helpers  --------- */
.light-color {
  color: var(--color-light);
}

.dark-color {
  color: var(--color-dark);
}

.orange {
  color: var(--orange);
}

.pink {
  color: var(--pink);
}

/* ------------  Index  --------- */
.mission-statement-section {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
  grid-template-areas: "box-zange-rot mission-statement box-zange-blau";
  width: 100%;
}

.box-zange-rot {
  position: relative;
  grid-area: box-zange-rot;
  height: 100%;
}

.zange-rot {
  position: absolute;
  width: 41vw;
  transform: translateX(-25vw) translateY(-20vw);
}

.mission-statement {
  z-index: 10;
  -webkit-marquee-increment: 0vw;
  grid-area: mission-statement;
  text-align: center;
  color: var(--orange);
  font-size: clamp(20px, 3vw + 1rem, 100px);
  font-family: "Cartridge-Regular";
}

.box-zange-blau {
  position: relative;
  grid-area: box-zange-blau;
  border: 1px solid white;
  height: 100%;
}

.zange-blau {
  position: absolute;
  right: -6vw;
  top: -10vw;
  width: 30vw;
}

.cta {
  font-size: clamp(20px, 3vw + 1rem, 100px);
  text-align: center;
  margin-top: clamp(5rem, 3vw + 1rem, 4vw);
}

.action-section {
  display: grid;
  place-items: center;
  margin-top: 7vw;
  margin-bottom: 10vw;
}

.secondary-action-section {
  margin-top: 15vw;
  margin-bottom: 20vw;
}

.price-container {
  display: flex;
  flex-direction: row;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 5vw;
  border: 1.5vw solid var(--orange);
  border-radius: clamp(1vw, 1vw + 10px, 40px);
}
@media screen and (min-width: 1000px) {
  .price-container {
    border: 15px solid var(--orange);
    padding: 50px;
  }
}

.price {
  font-size: clamp(5vw, 5vw + 1rem, 72px);
  margin: 0;
  line-height: 1;
  color: var(--orange);
}

.price > span {
  font-family: "Cartridge-Rough";
}

.disclaimer-box {
  display: grid;
}

.disclaimer {
  display: inline-block;
  text-align: left;
  font-size: 1rem;
  width: auto;
  color: var(--orange);
}
@media screen and (min-width: 500px) {
  .disclaimer {
    font-size: 1.3rem;
  }
}

.explaination-section {
  margin-top: 15vw;
  margin-bottom: 10vw;
}
@media (min-width: 1300px) {
  .explaination-section {
    margin-bottom: 5vw;
  }
}

.explaination-section h2 {
  font-family: "Cartridge-Rough";
  font-size: clamp(2rem, 9vw, 4rem);
}

.more-info-section header {
  text-align: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3vw;
}

.multi-column-article {
  -moz-column-width: 400px;
       column-width: 400px;
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 5%;
       column-gap: 5%;
  max-width: 90%;
}

/* ----- Landingpage ------- */
.content-landingpage {
  padding: 3vw 5vw;
}

.main-landing {
  max-width: 1500px;
}

.landing-action-section {
  margin-top: clamp(7vw, 15vw + 1rem, 200px);
}
@media screen and (min-width: 900px) {
  .landing-action-section {
    margin-top: clamp(5vw, 5vw + 1rem, 100px);
  }
}

.cta-landing {
  font-size: clamp(2.5rem, 3.5vw + 1rem, 100px);
  margin-bottom: clamp(3rem, 3vw + 1rem, 4vw);
  margin-top: 0;
}

.question {
  margin-bottom: clamp(2vw, 3vw + 1rem, 3.5rem);
}

.phone-module-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  padding: clamp(10px, 3vw, 50px);
}

.finger {
  display: inline-block;
  animation: bounce 1s infinite ease-in-out;
  transform: translateY(0rem);
}

@keyframes bounce {
  0% {
    transform: translateY(0rem);
  }
  50% {
    transform: translateY(1rem);
  }
  100% {
    transform: translateY(0rem);
  }
}
.phone-number {
  font-size: clamp(2rem, 3.5vw, 5rem);
  margin-left: clamp(30px, 3vw + 1rem, 100px);
  font-weight: 700;
  color: var(--light-color);
}
.phone-number:hover {
  color: yellow;
}

/* ----- Datenschutz Seite ------- */
.single-column-article {
  margin-top: 5vw;
  margin-bottom: 5vw;
}

:focus-visible {
  outline: solid thick magenta;
  outline-offset: 0.1em;
}

a {
  text-decoration: none;
}

p > a {
  text-decoration: underline;
  color: inherit;
  text-decoration-thickness: 2px;
  border-radius: 2px;
  padding: 0 2px 0 2px;
}
p > a:hover,
p > a :focus {
  text-decoration: underline;
  text-decoration-color: var(--hover-color);
  text-decoration-thickness: 2px;
}

p > em > a {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  border-radius: 2px;
  padding: 0 2px 0 2px;
}
p > em > a:hover,
p > em > a :focus {
  text-decoration: underline;
  text-decoration-color: var(--hover-color);
  text-decoration-thickness: 2px;
}

li > a {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  border-radius: 2px;
  padding: 0 2px 0 2px;
}
li > a:hover,
li > a :focus {
  text-decoration: underline;
  text-decoration-color: var(--hover-color);
  text-decoration-thickness: 2px;
  background-color: var(--link-bg-color);
}

.phone-btn {
  scroll-margin-block: 120px;
  position: relative;
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  font-family: "Cartridge-Regular", sans-serif;
  border-radius: 50%;
  background-color: #ffe300;
  margin-left: center;
  margin-right: center;
  align-self: center;
}
@media screen and (min-width: 500px) {
  .phone-btn {
    width: 90px;
    height: 90px;
  }
}
@media screen and (min-width: 1000px) {
  .phone-btn {
    width: 100px;
    height: 100px;
  }
}
.phone-btn:hover, .phone-btn focus {
  background-color: yellow;
}
.phone-btn:focus-visible {
  outline: solid thick magenta;
  outline-offset: 0.1em;
}

.phone-btn svg {
  width: 40px;
  fill: white;
  fill: var(--color-dark);
}
@media screen and (min-width: 500px) {
  .phone-btn svg {
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 1000px) {
  .phone-btn svg {
    width: 60px;
    height: 60px;
  }
}
.phone-btn::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-width: 5px;
  border-color: #ffe300;
  border-style: solid;
  width: 100%;
  height: 100%;
  padding: 1.25em 0em 1em 0em;
  border-radius: 100px;
  animation: pulse 2s infinite linear;
  overflow: visible;
}
.phone-btn::after:hover, .phone-btn::after :focus {
  background-color: #ffe300;
}
@keyframes pulse {
  0% {
    transform: scale(0.95);
    opacity: 0.9;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.phone-btn-landing {
  width: 65px;
  height: 65px;
}
@media (min-width: 500px) {
  .phone-btn-landing {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 700px) {
  .phone-btn-landing {
    width: 90px;
    height: 90px;
  }
}
@media (min-width: 1000px) {
  .phone-btn-landing {
    width: 100px;
    height: 100px;
  }
}

.phone-btn-landing svg {
  width: 35px;
  fill: white;
  fill: var(--color-dark);
}
@media screen and (min-width: 500px) {
  .phone-btn-landing svg {
    width: 45px;
    height: 45px;
  }
}
@media screen and (min-width: 700px) {
  .phone-btn-landing svg {
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 1000px) {
  .phone-btn-landing svg {
    width: 60px;
    height: 60px;
  }
}
.home-link {
  width: 100%;
}

/* =========  Pagination ======== */
nav.pagination {
  width: 100%;
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
}

.pagination-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: var(--btn-color);
  background-color: transparent;
  border: 2px solid var(--btn-color);
}
@media screen and (min-width: 1000px) {
  .pagination-item {
    position: fixed;
    top: 50%;
    width: 50px;
    height: 50px;
  }
}

.pagination-item:hover,
.pagination-item:focus {
  background-color: var(--btn-color);
  border: 2px solid var(--btn-color);
  color: white;
}
.pagination-item:hover:active,
.pagination-item:focus:active {
  background-color: var(--btn-color);
  border: 2px solid var(--btn-color);
}

.pagination-item.left {
  float: none;
}
@media screen and (min-width: 1000px) {
  .pagination-item.left {
    float: left;
    left: 3vw;
  }
}

.pagination-item.right {
  float: none;
}
@media screen and (min-width: 1000px) {
  .pagination-item.right {
    float: right;
    right: 3vw;
  }
}

.pagination-item svg {
  width: 25px;
  height: 15px;
}
@media screen and (min-width: 1000px) {
  .pagination-item svg {
    width: 35px;
    height: 15px;
  }
}

.pagination-item path {
  fill: currentColor;
}

.pagination-item.is-inactive {
  border: 2px solid currentColor;
  background: transparent;
}

.pagination-item.is-inactive:hover {
  border: 2px solid currentColor;
}

@media all and (pointer: coarse) {
  .pagination-item {
    /* On touch-devices we increase prev/next buttons */
    width: 4rem;
    height: 4rem;
  }
}
.general-view-box {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}

.general-view {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: var(--font-size-bigger);
  padding: 5px;
  width: 100px;
  height: 80px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 45%;
  border-bottom-left-radius: 45%;
  color: var(--btn-label-color);
  background-color: var(--btn-color);
  transition: ease-in-out 0.2s;
}
.general-view:hover, .general-view:focus {
  background-color: var(--btn-color);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 55%;
  border-bottom-left-radius: 55%;
  width: 100px;
  height: 80px;
}
.general-view:active {
  border-top-left-radius: 54%;
  border-top-right-radius: 54%;
  border-bottom-right-radius: 58%;
  border-bottom-left-radius: 58%;
}

/* ============== Kontakt  ============== */
.adresse {
  margin-bottom: 1.55rem;
}

.email {
  margin-bottom: 0.75rem;
}

/* -------------  Contact Form ---------------*/
.honey {
  position: absolute;
  left: -9999px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 600px;
}
@media screen and (min-width: 900px) {
  .contact-form {
    width: 100%;
  }
}

label {
  font-weight: 400;
  font-size: var(--font-size-small);
  color: var(--font-color);
  line-height: 1.65;
  margin-left: 5px;
}

input.form-control {
  width: 100%;
  margin: 0 0 15px 0;
  height: 40px;
  padding: 0 0 0 10px;
  font-weight: 400;
  font-size: var(--font-size);
  color: var(--font-color);
  background-color: #fdfdfd;
  border-radius: 4px;
  border-color: rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
}

#message {
  width: 100%;
  display: block;
  padding: 5px 5px 5px 10px;
  min-height: 150px;
  font-weight: 400;
  font-size: var(--font-size);
  color: var(--font-color);
  background-color: #fdfdfd;
  line-height: 1.65;
  border-radius: 4px;
  border-color: rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
}

#file {
  width: 100%;
  max-width: 100%;
  margin-top: 25px;
  margin-bottom: 50px;
  font-size: 1.6rem;
}

.alert {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
  width: 90%;
  max-width: 900px;
  background-color: white;
  padding: 20px;
  box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.35);
  border: 5px solid #ee4566;
  border-radius: 6px;
}

.alert ul {
  max-width: none;
  padding-inline-start: 10px;
}

.alert p {
  font-size: 1.6rem;
  max-width: none;
}

/* =========  Search  ======== */
.search-form {
  width: 100%;
  margin-bottom: 30px;
}

.search-form input[type=search] {
  display: block;
  line-height: 1.5em;
  font-size: 100%;
  font-family: inherit;
  width: 100%;
  margin: 0 0 15px 0;
  height: 40px;
  padding: 0px 10px 0 10px;
  font-weight: 400;
  font-size: 1.6rem;
  color: var(--font-color);
  background-color: #fdfdfd;
  border-radius: 4px;
  border-color: rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-appearance: none;
}

.search-result-list li {
  margin-left: 20px;
  margin-bottom: 10px;
  list-style-type: none;
}

.search-link {
  display: inline;
  width: auto;
  font-size: 1.8rem;
  text-decoration: underline;
  text-decoration-color: var(--hover-color);
  text-decoration-thickness: 2px;
}
.search-link:hover {
  color: black;
  text-decoration: underline;
  text-decoration-color: var(--hover-color);
  text-decoration-thickness: 2px;
  background-color: var(--link-bg-color);
}

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

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

figure {
  max-width: 100%;
}

figure > img {
  width: 100%;
  height: auto;
}

figure > figcaption {
  margin-top: 1.5rem;
  text-align: center;
}

.site-footer {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0;
  padding: 0 5vw 5vw 5vw;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  color: var(--color-dark);
  background-color: #FFF4DF;
}

.company-meta {
  text-align: left;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: var(--color-dark);
}

.footer-heading {
  font-family: "Cartridge-Rough", sans-serif;
  font-size: var(--font-size);
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.impressum {
  font-size: clamp(2.3rem, 3vw, 3rem);
}

.footer-link {
  font-weight: 700;
  color: var(--color-dark);
  margin-top: 1.5rem;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
.footer-link:hover,
.footer-link :focus {
  text-decoration-color: var(--red);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

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