/* 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;
}

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

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 */
  /* 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: "Poppins Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Poppins Regular"), url("fonts/Poppins-Regular.woff") format("woff");
}
@font-face {
  font-family: "Poppins Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Poppins Bold"), url("fonts/Poppins-Bold.woff") format("woff");
}
html {
  font-size: 10px;
}

body {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: var(--font-size);
  line-height: 1.42;
}

p,
.p {
  line-height: 1.55;
  color: var(--font-color);
  font-size: var(--font-size);
  line-height: 1.65;
  -webkit-marquee-increment: 0vw;
}

h1,
.h1 {
  font-size: clamp(2.8rem, 7vw, 4rem);
  color: var(--headline-color);
  font-weight: 700;
  margin-bottom: 1.55rem;
  -webkit-marquee-increment: 0vw;
}

h2,
.h2 {
  font-size: clamp(2.5rem, 4vw + 1rem, 3rem);
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.4;
  color: var(--headline-color);
  -webkit-marquee-increment: 0vw;
}

h3,
.h3 {
  font-size: 5vw;
  margin-bottom: 1rem;
  color: var(--headline-color);
  -webkit-marquee-increment: 0vw;
}
@media screen and (min-width: 500px) {
  h3,
  .h3 {
    font-size: 2.2rem;
  }
}

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

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

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

.centered {
  text-align: center;
}

.smaller-text {
  font-size: var(--font-smaller);
}

.small-text {
  font-size: var(--font-small);
  margin-top: 0.3em;
}

.bold {
  font-weight: 700;
}

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

li {
  font-size: var(--font-size);
  margin: 0 0 1.5rem 0;
  list-style: disc;
  color: var(--font-color);
}

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: 60ch;
  --border-thin: 2px;
  --cta-color: #005a7b;
  --menu-color:#6c47db;
  --headline-color: #4a4a4a;
  --font-color: #4a4a4a;
  --quote-color: #1f63ae;
  --font-small: clamp(1.5rem, 1.5vw + 1rem, 1.55rem);
  --font-smaller: clamp(1.65rem, 1.8vw + 1rem, 2rem);
  --font-size: clamp(2rem, 2vw + 1rem, 2.1rem);
  --font-bigger: 2.3rem;
  --list-size: 1.8rem;
  --bg-color: #f8f8f4;
  --hover-color: #13b900;
  --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: 20px;
  --box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
  --box-shadow-bigger: 0 4px 13px -6px rgba(0,0,0,0.3);
  --red: #ca301c;
  --blue: #00b3fe;
  --shadow-color: 272deg 57% 47%;
}

.wip {
  font-size: smaller;
  position: absolute;
  top: 0;
  left: 5px;
  padding: 0px;
  color: var(--red);
}

.skip-link {
  position: absolute;
  padding: 0.5rem 1.15rem;
  z-index: 3;
  transform: translateY(-120%);
  transition: 325ms ease-in;
  font-size: var(--font-smaller);
  background-color: #00a4ff;
  color: white;
  left: 1rem;
  border-radius: 0 0 0.5rem 0.5rem;
}
.skip-link:focus {
  transform: translateY(0%);
}

.site-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 17vw 3vw 10vw 3vw;
}
@media screen and (min-width: 700px) {
  .site-header {
    padding: 15vw 3vw 8vw 3vw;
  }
}
@media screen and (min-width: 1000px) {
  .site-header {
    padding: 200px 3vw 50px 3vw;
  }
}

.title {
  width: 0;
  height: 0;
  margin-left: -99999px;
}

.logo-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
}

.logo {
  position: relative;
  width: 150px;
}
@media screen and (min-width: 500px) {
  .logo {
    width: 200px;
  }
}
@media screen and (min-width: 700px) {
  .logo {
    width: 300px;
  }
}

.menu-trigger {
  position: absolute;
  top: 5px;
  right: 10px;
  visibility: visible;
  width: auto;
  height: auto;
  padding: 5px;
  border: none;
  outline: none;
  border-radius: 10px;
  cursor: pointer;
  background-color: #E3F0E8;
  background-color: #EAEFF0;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media screen and (min-width: 500px) {
  .menu-trigger {
    padding: 10px;
    top: 15px;
    right: 15px;
  }
}
@media screen and (min-width: 900px) {
  .menu-trigger {
    right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .menu-trigger {
    top: 20px;
    right: 30px;
  }
}

.menu-icon {
  width: 20px;
  padding: 5px;
  box-sizing: content-box;
  fill: #0093c9;
  fill: var(--cta-color);
  cursor: pointer;
}
.menu-icon:hover, .menu-icon:focus, .menu-icon:active {
  fill: #17ce01;
  fill: #13b900;
}
@media screen and (min-width: 600px) {
  .menu-icon {
    width: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .menu-icon {
    width: 28px;
  }
}

.menu {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 20px;
  right: 20px;
  height: 0;
  max-height: 0;
  width: 0;
  padding: 15px 10px 17px;
  border-radius: 0;
  visibility: hidden;
  overflow: hidden;
  will-change: transition;
  transition: all cubic-bezier(0.87, 0.31, 0.49, 0.97) 0.2s;
}
@media screen and (min-width: 600px) {
  .menu {
    top: 40px;
    right: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .menu {
    top: 50px;
    right: 50px;
  }
}

.menu-is-open {
  visibility: visible;
  position: absolute;
  top: 40px;
  right: 20px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
  max-height: 450px;
  width: auto;
  background-color: #6c47db;
  border-bottom: 3px solid #473285;
  border-radius: var(--border-radius);
  transition: all cubic-bezier(0, 0.22, 0.97, 0.17) 0.2s;
  box-shadow: 0px 0.5px 0.6px hsl(var(--shadow-color)/0.1), 0px 3.2px 3.6px -0.4px hsl(var(--shadow-color)/0.1), 0px 5.9px 6.6px -0.7px hsl(var(--shadow-color)/0.1), 0px 9.7px 10.9px -1.1px hsl(var(--shadow-color)/0.1), -0.1px 15.5px 17.4px -1.4px hsl(var(--shadow-color)/0.1), -0.1px 24.3px 27.3px -1.8px hsl(var(--shadow-color)/0.1), -0.1px 36.9px 41.5px -2.1px hsl(var(--shadow-color)/0.1), -0.2px 54.4px 61.2px -2.5px hsl(var(--shadow-color)/0.1);
}
@media screen and (min-width: 600px) {
  .menu-is-open {
    top: 55px;
    right: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .menu-is-open {
    top: 75px;
    right: 70px;
  }
}

.menu-item {
  width: 100%;
  text-align: center;
  color: white;
  padding: 10px;
  font-size: var(--font-smaller);
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  text-decoration: none;
}
.menu-item:hover, .menu-item:focus {
  text-decoration: underline;
  text-decoration-color: whitesmoke;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.home-icon {
  margin-left: auto;
  margin-right: auto;
  width: clamp(25px, 1vw + 1rem, 30px);
  opacity: 0.85;
  transition: ease-out 0.2s;
}
.home-icon:hover,
.home-icon :focus-visible {
  transition: ease-in 0.1s;
  transform: scale(1.1);
  opacity: 1;
}

.thingie-box {
  margin-top: 30px;
  margin-left: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 500px) {
  .thingie-box {
    margin-left: 25px;
  }
}
@media screen and (min-width: 700px) {
  .thingie-box {
    margin-top: 50px;
    margin-left: 35px;
  }
}

@supports (display: grid) {
  .thingie-box {
    display: grid;
    place-items: center;
    width: auto;
  }
}
.thingie {
  position: relative;
  z-index: 1;
  width: clamp(15px, 2vw + 35px, 60px);
  height: clamp(5px, 1.5vw + 5px, 15px);
  border-radius: 50%;
  background-color: #00baff;
  opacity: 0.3;
}

.thingie-pulse {
  position: absolute;
  border-radius: 50%;
  width: clamp(15px, 2vw + 35px, 60px);
  height: clamp(5px, 1.5vw + 5px, 15px);
  background-color: #aee5ff;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    opacity: 0.9;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}
a.active-page {
  opacity: 0.65;
}
a.active-page:hover, a.active-page:focus {
  background-color: transparent;
}

.container {
  position: relative;
  z-index: 1;
  background-color: var(--bg-color);
  min-height: 100vh;
  box-shadow: 0 6px 10px -6px rgba(0, 0, 0, 0.5);
  padding-bottom: 10vw;
}

/* ------------  General Layout Elements  --------- */
.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0vw 5vw 15vw 5vw;
}
@media screen and (min-width: 700px) {
  .content {
    padding: 0vw 5vw 10vw 5vw;
  }
}
@media screen and (min-width: 900px) {
  .content {
    padding: 35px 5vw 5vw 5vw;
  }
}

main {
  width: 100%;
}

article {
  max-width: var(--measure);
  margin-top: 3vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 500px) {
  article {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 700px) {
  article {
    margin-top: 5rem;
  }
}

article.kontakt-text {
  margin-top: clamp(7vw, 5vw + 1rem, 75px);
}

.taxi-rechner {
  max-width: 700px;
  font-size: 40px;
}

.cta {
  text-align: center;
  color: var(--cta-color);
  width: 90%;
  font-size: clamp(1.9rem, 3vw + 1rem, 3rem);
}

.intro-and-phone {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.phone-box {
  width: 100%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.see-you-later {
  font-size: clamp(2.8rem, 4vw + 1rem, 4rem);
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.4;
  color: var(--cta-color);
}

.cta-phone {
  font-size: 2rem;
  font-size: clamp(1.6rem, 3vw, 2rem);
  font-weight: 400;
  color: var(--cta-color);
}

.meta-infos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: var(--font-smaller);
  margin-top: 7vw;
}
@media screen and (min-width: 500px) {
  .meta-infos {
    margin-top: 3.1rem;
  }
}

.meta-infos div {
  display: flex;
  justify-content: flex-end;
}

.meta-infos div span {
  display: inline-block;
  margin-bottom: 0.75rem;
}

.cab:before {
  content: url(/img/cab.svg);
  display: inline-block;
  width: 20px;
  margin-right: 5px;
}

.luggage:before {
  content: url(/img/luggage.svg);
  display: inline-block;
  width: 20px;
  margin-right: 5px;
}

.payment:before {
  content: url(/img/payment.svg);
  display: inline-block;
  width: 20px;
  margin-right: 5px;
}

.company-kontakt {
  color: var(--headline-color);
}

/* ------------  TaxiCaller APP  --------- */
.taxicaller-app-section {
  margin-top: 15vw;
}
@media screen and (min-width: 700px) {
  .taxicaller-app-section {
    margin-top: 10vw;
  }
}
@media screen and (min-width: 1000px) {
  .taxicaller-app-section {
    margin-top: 100px;
  }
}

.taxi-caller-app {
  margin-top: 3vw;
}

#taxicaller-booking-form {
  width: 100%;
}

.taxicaller-passenger-app--outer {
  width: 100% !important;
}

@media screen and (min-width: 992px) {
  .add-class {
    display: flex !important;
    justify-content: center;
    align-items: center;
    background: #fdd943;
    height: 70 px;
    color: black;
    font-size: 30px;
    font-weight: bold;
  }
}

a {
  text-decoration: none;
  color: var(--font-color);
}

p > a {
  text-decoration: underline;
  text-decoration-color: from font;
  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;
  background-color: var(--link-bg-color);
}

p > em > a {
  text-decoration: underline;
  text-decoration-color: var(--hover-color);
  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;
  background-color: var(--link-bg-color);
}

li > a {
  text-decoration: underline;
  text-decoration-color: var(--hover-color);
  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);
}

a[href^="mailto:"] {
  display: inline-block;
  padding: 1rem 1.5rem;
  font-size: var(--btn-label-size);
  border-radius: var(--border-radius);
  border: 2px solid black;
  background-color: transparent;
  color: var(--btn-label-color);
  transition: 0.2s ease-out;
}
a[href^="mailto:"]:hover, a[href^="mailto:"]:focus {
  background-color: var(--btn-hover-color);
  color: white;
  transition: 0.1s ease-in;
}
.more-link {
  color: var(--font-color);
  font-size: var(--btn-label-size);
  font-style: italic;
  font-weight: 700;
  width: auto;
  margin-left: auto;
  margin-right: 15px;
  margin-top: 0px;
}
.more-link:hover, .more-link:focus {
  text-decoration: underline;
  text-decoration-color: var(--hover-color);
  text-decoration-thickness: 2px;
}

.more-link-back {
  margin-left: 0;
  width: 85px;
}

.btn {
  font-family: sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 6px;
  line-height: 1;
  padding: 10px;
}

.back-btn {
  display: inline-block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3vw;
  border: 2px dotted;
}

.phone-btn {
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 70px;
  background-color: #00baff;
  box-shadow: 0 6px 0 0 #0093c9, 0 8px 3px 0 rgba(0, 34, 51, 0.66), 0 10px 10px 0 rgba(0, 42, 64, 0.4);
}
.phone-btn:hover {
  background-color: #e60101;
  box-shadow: 0 6px 0 0 #ac0000, 0 8px 3px 0 rgba(40, 0, 0, 0.5), 0 10px 10px 0 rgba(97, 0, 0, 0.68);
}
.phone-btn:active {
  background-color: #00b900;
  box-shadow: 0 0 0 2px rgba(0, 157, 0, 0.9);
  transform: translateY(4px);
}
@media screen and (min-width: 350px) {
  .phone-btn {
    margin-top: 15px;
  }
}
@media screen and (min-width: 900px) {
  .phone-btn {
    margin-top: 15px;
    width: 80px;
    height: 80px;
    border-radius: 80px;
  }
}

.phone {
  display: block;
  width: 40px;
  fill: white;
  margin: auto;
}
@media screen and (min-width: 900px) {
  .phone {
    width: 50px;
  }
}

.btn-primary,
.search-form input[type=submit],
.contact-form input[type=submit] {
  display: block;
  padding: 0;
  font-size: var(--btn-label-size);
  font-weight: 400;
  width: 80px;
  height: 45px;
  border-radius: 6px;
  cursor: pointer;
  margin-left: auto;
  box-shadow: none;
  -webkit-appearance: none;
  background-color: var(--btn-color);
  border: none;
}
.btn-primary:hover, .btn-primary:focus,
.search-form input[type=submit]:hover,
.search-form input[type=submit]:focus,
.contact-form input[type=submit]:hover,
.contact-form input[type=submit]:focus {
  background-color: var(--btn-hover-color);
  border: none;
  outline: none;
  -webkit-focus-ring: transparent;
}
.btn-primary:active,
.search-form input[type=submit]:active,
.contact-form input[type=submit]:active {
  background-color: var(--btn-active-color);
  border: none;
  outline: none;
  -webkit-focus-ring: transpartent;
}

.btn-secondary {
  font-size: var(--btn-label-size);
  display: block;
  margin-left: auto;
  margin-right: 15px;
  margin-top: 15px;
  text-align: center;
  width: 75px;
  border-radius: var(--border-radius);
  padding: 5px;
  background-color: var(--btn-color);
}
.btn-secondary:hover, .btn-secondary:focus {
  background-color: var(--btn-hover-color);
}
.btn-secondary:active {
  background-color: var(--btn-active-color);
}

.footer-link {
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-end;
}

.footer-link p {
  display: inline;
  width: auto;
  font-weight: 400;
  font-size: var(--font-size-smaller);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.footer-link p:hover, .footer-link p:focus {
  text-decoration: underline;
  text-decoration-color: var(--hover-color);
  text-decoration-thickness: 2px;
}

/* =========  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;
}

figure iframe {
  border: none;
  border: transparent;
  border-radius: 12px;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
}

.tiny {
  max-width: 150px;
}

.small {
  max-width: 300px;
}

.medium {
  max-width: 450px;
}

.big {
  max-width: 1000px;
}

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

.rounded {
  border-radius: 10px;
}

.right {
  max-width: 200px;
  margin-left: auto;
}

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

.portrait {
  max-width: 400px;
}

.shadow-s {
  box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.3);
}

.shadow-m {
  box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.25);
}

.shadow-l {
  box-shadow: 0 7px 17px -6px rgba(0, 0, 0, 0.35);
}

.logo-von-link {
  margin-top: 10px;
  max-width: 200px;
}

.site-footer {
  position: sticky;
  bottom: 0;
  left: 0;
  padding: 5vw;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: space-between;
  background-color: #f7dc4d;
  color: white;
  color: black;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}

.company-meta {
  text-align: left;
  font-size: var(--font-smaller);
}

.company-meta br {
  margin-bottom: 1.5rem;
}

.company {
  font-weight: 700;
}

.footer-legal {
  display: flex;
  flex-direction: column;
  width: auto;
}

.footer-link {
  font-weight: 700;
  color: black;
  margin-top: 0;
  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;
}

.site-header-fernfahrten {
  display: flex;
  margin-bottom: 0;
}

.fernfahrten-logo-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 1;
  padding: 3vw;
}

.logo-fernfahrten {
  max-width: 75px;
}
@media (min-width: 900px) {
  .logo-fernfahrten {
    max-width: 100px;
  }
}

#home {
  position: relative;
}

#home::after {
  content: " ";
  background: url("../img/home.svg");
  background-repeat: no-repeat;
  width: 23px;
  height: 23px;
  background-size: clamp(1.65rem, 1.8vw + 1rem, 2rem);
  display: block;
  position: absolute;
  left: 12px;
  top: 8px;
  opacity: 0.85;
}

/* ===== Index Fernfahrten ===== */
.main-fernfahrten {
  display: flex;
  flex-direction: column;
  padding: 5vw 5vw 10vw 5vw;
}
@media screen and (min-width: 900px) {
  .main-fernfahrten {
    padding: 40px 5vw 5vw 5vw;
  }
}

.card-grid {
  margin-top: 3vw;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 3vw;
}

.card {
  border-radius: var(--border-radius);
  background-color: #eaeff0;
  border: 1px solid #e2e8e8;
  padding: 0.75em;
  transition: ease-out 0.2s;
}
.card:hover, .card :focus-visible {
  transform: scale(1.05);
  transition: ease-in 0.15s;
  box-shadow: 0 4px 20px -14px rgba(0, 43, 51, 0.617);
  box-shadow: 0 4px 20px -14px color(display-p3 0 0.164 0.197 / 0.617);
  border: 1px solid #dbe1e1;
}

.card-list {
  list-style: none;
}

.flex {
  display: flex;
  align-items: center;
}

.flex span {
  margin-bottom: 0.25em;
  font-size: var(--font-size);
}

.flex li:nth-child(2n) {
  font-weight: bold;
}

.card-list li {
  list-style: none;
  margin-bottom: 0.5rem;
}

/* ===== single pages Fernfahrten ===== */
.fernfahrt-intro-and-phone {
  margin-top: clamp(5vw, 3vw + 1rem, 75px);
}
@media (min-width: 700px) {
  .fernfahrt-intro-and-phone {
    margin-top: 0;
  }
}

.the-service {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  flex-shrink: 1;
}

.fernfahrten-phone-box {
  background-color: #eaeff0;
  border-radius: var(--bigger-border-radius);
  width: 90%;
  max-width: 400px;
  padding: 7vw 5vw 5vw 5vw;
  margin-top: clamp(5vw, 5vw + 1rem, 50px);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 500px) {
  .fernfahrten-phone-box {
    padding: 50px 35px;
  }
}
@media (min-width: 500px) {
  .fernfahrten-phone-box {
    margin-top: clamp(1vw, 1vw + 1rem, 75px);
  }
}

/* ===== Footer Fernfahrten ===== */

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