@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('/themes/custom/mietbus/fonts/poppins-v20-latin-300.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('/themes/custom/mietbus/fonts/poppins-v20-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-italic - 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: 'Poppins';
  font-style: italic;
  font-weight: 400;
  src: url('/themes/custom/mietbus/fonts/poppins-v20-latin-italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-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: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('/themes/custom/mietbus/fonts/poppins-v20-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-700italic - 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: 'Poppins';
  font-style: italic;
  font-weight: 700;
  src: url('/themes/custom/mietbus/fonts/poppins-v20-latin-700italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #212426;
  line-height: 1.6;
  background: #ffffff;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
.center,
.layout {
  max-width: 1500px;
  padding: 0 120px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 769px) {
  .center,
  .layout {
    padding: 0 20px;
  }
}
button {
  font-family: inherit;
  cursor: pointer;
}
.button {
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border: 2px solid #212426;
  min-height: 3.75rem;
  color: #212426;
  display: inline-block;
  padding: 10px 30px;
  font-size: 1.25rem;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
  transition-delay: 0;
}
.button:hover {
  text-decoration: none;
  background-color: #212426;
  color: #ffffff;
}
.button:hover:after {
  background-color: #212426;
  color: #ffffff;
  mix-blend-mode: unset;
  opacity: 1;
}
.buttonPrimary {
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border: 2px solid #212426;
  min-height: 3.75rem;
  color: #212426;
  display: inline-block;
  padding: 10px 30px;
  font-size: 1.25rem;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
  transition-delay: 0;
  border: 1px solid #0069b4;
}
.buttonPrimary:hover {
  text-decoration: none;
  background-color: #212426;
  color: #ffffff;
}
.buttonPrimary:hover:after {
  background-color: #212426;
  color: #ffffff;
  mix-blend-mode: unset;
  opacity: 1;
}
.buttonPrimary:hover {
  text-decoration: none;
  background-color: #212426;
  color: #ffffff;
}
.buttonPrimary:hover:after {
  background-color: #212426;
  color: #ffffff;
  mix-blend-mode: unset;
  opacity: 1;
}
.buttonPrimary:after {
  color: #ffffff;
}
.buttonPrimary:hover {
  color: #ffffff;
}
.buttonPrimary:hover:after {
  color: #ffffff;
  background: #0069b4;
}
h1 {
  margin: 0 0 20px 0;
  font-size: 3.125rem;
  font-weight: 400;
}
h2 {
  margin: 0 0 20px 0;
  font-size: 1.75rem;
  font-weight: 400;
}
h3 {
  margin: 0 0 20px 0;
  font-size: 1.5rem;
  font-weight: 400;
}
h4 {
  margin: 0 0 5px 0;
  font-size: 1.25rem;
  font-weight: 400;
}
h5 {
  margin: 0 0 5px 0;
  font-size: 1.125rem;
  font-weight: 400;
}
h6 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 400;
  color: #212426;
}
p {
  margin: 0 0 15px 0;
}
#header {
  z-index: 100;
  position: fixed;
  top: 0;
  width: 100%;
  padding: 0 10px;
}
#header .header-wrapper {
  max-width: 850px;
  background: #ffffff;
  padding: 0 15px;
  margin: auto;
  width: 100%;
  padding: 0;
  display: flex;
  height: 100px;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  padding: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
  transition-delay: 0;
}
#header .block-system-branding-block {
  width: 195px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 15px;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
  transition-delay: 0;
}
#header .block-system-branding-block img,
#header .block-system-branding-block svg {
  width: 100%;
  height: 100%;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
  transition-delay: 0;
}
#main {
  min-height: 100vh;
  font-size: 1.15rem;
  position: relative;
  overflow-x: hidden;
}
#main p a {
  color: #892121;
  text-decoration: none;
}
#main p a:hover {
  text-decoration: underline;
}
#footer {
  position: relative;
}
#block-mietbus-ihrkontaktzumir {
  position: relative;
  padding: 100px 0 170px 0;
  color: #ffffff;
  text-align: center;
}
#block-mietbus-ihrkontaktzumir h3 {
  text-transform: uppercase;
  font-size: 2.5rem;
}
.copy {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.copy .copy-wrapper {
  background: rgba(0, 0, 0, 0.5);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  color: #ffffff;
  backdrop-filter: blur(8px);
}
.copy .copy-wrapper ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  gap: 20px;
}
.copy .copy-wrapper ul li a {
  color: inherit;
  text-decoration: none;
}
#footer .field--name-field-hintergrundbild {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(1) brightness(0.45);
  filter: grayscale(1) brightness(0.45);
  font-size: 0;
}
#footer .field--name-field-hintergrundbild img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.field--name-field-e-mail,
.field--name-field-telefon {
  font-size: 1.5rem;
}
.field--name-field-e-mail a,
.field--name-field-telefon a {
  color: inherit;
  text-decoration: none;
  position: relative;
  display: inline-flex;
}
.field--name-field-e-mail a:before,
.field--name-field-telefon a:before {
  content: '';
  height: 35px;
  width: 35px;
  display: inline-block;
  margin-right: 10px;
}
.field--name-field-e-mail a:before {
  background: url(/themes/custom/mietbus/images/icons/email.svg) no-repeat right center / contain;
}
.field--name-field-telefon a:before {
  background: url(/themes/custom/mietbus/images/icons/phone.svg) no-repeat right center / contain;
}
.field--name-field-adresse {
  font-size: 1.15rem;
  margin-top: 20px;
}
.field--name-field-dachzeile {
  color: #777272;
  margin: 0 0 10px 0;
}
.field--name-field-dachzeile h1,
.field--name-field-dachzeile h2,
.field--name-field-dachzeile h3,
.field--name-field-dachzeile h4,
.field--name-field-dachzeile h5,
.field--name-field-dachzeile h6 {
  font-size: clamp(1.15rem, 1.0852rem + 0.2254vw, 1.25rem);
  line-height: 1.2;
  margin: 0;
}
.field--name-field-headline {
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
.field--name-field-headline h1,
.field--name-field-headline h2,
.field--name-field-headline h3,
.field--name-field-headline h4,
.field--name-field-headline h5,
.field--name-field-headline h6 {
  font-size: clamp(1.8rem, 1.3465rem + 1.5775vw, 2.5rem);
  line-height: 1.2;
  margin: 0;
}
.field--name-field-cta-link a {
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border: 2px solid #212426;
  min-height: 3.75rem;
  color: #212426;
  display: inline-block;
  padding: 10px 30px;
  font-size: 1.25rem;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
  transition-delay: 0;
}
.field--name-field-cta-link a:hover {
  text-decoration: none;
  background-color: #212426;
  color: #ffffff;
}
.field--name-field-cta-link a:hover:after {
  background-color: #212426;
  color: #ffffff;
  mix-blend-mode: unset;
  opacity: 1;
}
.field--name-field-cta-link a:hover {
  text-decoration: none;
  background-color: #212426;
  color: #ffffff;
}
.field--name-field-cta-link a:hover:after {
  background-color: #212426;
  color: #ffffff;
  mix-blend-mode: unset;
  opacity: 1;
}
#uebermich .paragraph--type--bild {
  max-width: 350px;
  margin: -130px auto 30px auto;
}
@media screen and (max-width: 769px) {
  #uebermich .paragraph--type--bild {
    max-width: 240px;
  }
}
#uebermich .paragraph--type--bild img {
  border-radius: 50%;
  border: 10px solid #e9e6e6;
}
/*# sourceMappingURL=style.css.map */