@charset "UTF-8";
/* DINPro-Regular - latin */
@font-face {
  font-family: "DINPro-Regular";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/DINPro-Regular.woff") format("woff");
}
/* DINPro-Medium - latin */
@font-face {
  font-family: "DINPro-Medium";
  font-style: normal;
  font-display: swap;
  src: url("../fonts/DINPro-Medium.woff") format("woff");
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
fieldset,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

ul[class],
ol[class] {
  padding: 0;
  list-style: none;
}

@media screen and (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
body {
  text-rendering: optimizeSpeed;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

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

audio, video {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.invisible {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

html {
  height: 100%;
  font-size: 100%;
  overflow-y: scroll;
}
@media print {
  html html * {
    font-family: sans-serif;
    font-size: 10pt;
    color: black;
    line-height: 1.35;
    height: auto;
    min-height: 0;
    width: auto;
    margin: 0;
    padding: 0;
    overflow: visible;
  }
}

@media print {
  [id=wrapper] {
    min-height: 0;
    height: auto;
    display: block;
  }
}

@media print {
  header {
    display: none;
  }
}

main {
  padding-top: 2em;
  padding-bottom: 6em;
}
main .inside > * + * {
  margin-top: 5em;
}
@media screen and (max-width: 40em) {
  main .inside > * + * {
    margin-top: 2.25em;
  }
}

.mod_article:not(.noflow) > * + * {
  margin-top: 2.25em;
}

:is([class^=ce_]:not(.noflow), [class^=mod_]:not(.mod_article, .mod_navigation, .mod_customnav, .grid, .noflow)) > * + * {
  margin-top: 0.75em;
}

:is(.tiny_content) > * + * {
  margin-top: 0.5em;
}

.flow > * + * {
  margin-top: 0.75em;
}

.flow--big > * + * {
  margin-top: 1.5em;
}

.flow--small > * + * {
  margin-top: 0.5em;
}

@media print {
  footer {
    display: none;
  }
}

.linkhinweis {
  font-family: "DINPro-Medium", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
}

.isparot {
  color: hsl(356deg, 95%, 46%);
}

.alert {
  font-weight: bold;
  color: hsl(356deg, 95%, 46%);
}

.verleih {
  padding: 0.3125em 0.75rem 0.4375em 0.75rem;
  border: 1px solid hsl(220deg, 74%, 33%);
  border-radius: 1em 1rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "DINPro-Medium", Helvetica, Arial, sans-serif;
  font-weight: unset;
}
@media print {
  h1, h2, h3, h4, h5, h6 {
    font-family: sans-serif;
    page-break-after: avoid;
  }
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.125em;
  font-weight: 600;
}

h5, h6 {
  font-size: 1.1875em;
}

.ce_text :is(h1 + h2, h2 + h3, h3 + h4, h4 + h5, h5 + h6) {
  margin-top: 0.125em;
}

h1.ce_headline + h2,
h2.ce_headline + h3,
h3.ce_headline + h4,
h4.ce_headline + h5,
h5.ce_headline + h6 {
  margin-top: 0.125em;
}

a {
  text-decoration: none;
  color: hsl(60deg, 1%, 23%);
}
main p a:link:not(.nolink), main ul li a:link:not(.nolink), main ol li a:link:not(.nolink) {
  font-family: "DINPro-Medium", Helvetica, Arial, sans-serif;
}
main p a:visited, main ul li a:visited, main ol li a:visited {
  color: hsl(60deg, 1%, 23%);
}
main p a:hover, main ul li a:hover, main ol li a:hover {
  text-decoration: underline;
  cursor: pointer;
}
main p a:focus, main ul li a:focus, main ol li a:focus {
  outline: 2px dotted hsl(60deg, 1%, 23%);
}
main p a:active, main ul li a:active, main ol li a:active {
  background: hsl(60deg, 1%, 23%);
  color: white;
}
@media print {
  main p a[href^=http]:not([href*="example.com"]):after, main ul li a[href^=http]:not([href*="example.com"]):after, main ol li a[href^=http]:not([href*="example.com"]):after {
    content: " (" attr(href) ")";
  }
}

main p a.verleih {
  text-decoration: none;
  border: 1px solid hsl(220deg, 74%, 33%);
  background-color: hsl(220deg, 74%, 33%);
  color: white;
}
main p a.verleih:hover {
  background-color: white;
  color: hsl(220deg, 74%, 33%);
  text-decoration: none;
}

ol,
ul {
  padding-inline-start: 1rem;
}

dt {
  font-weight: 600;
}

dd:not(:last-of-type) {
  margin-bottom: 1em;
}

abbr {
  cursor: help;
}

b {
  font-weight: 600;
}

cite {
  font-style: italic;
}

code {
  background-color: hsl(0deg, 0%, 96%);
  padding: 0.125em 0.25rem;
  border-radius: 0.25em;
}

em {
  font-style: italic;
}

figcaption {
  margin-top: 0.125em;
  font-style: italic;
  font-size: 0.875rem;
  color: hsl(60deg, 1%, 23%);
}

hr {
  margin: 0;
  border: none;
}
hr::after {
  content: url(/files/theme/img/hr.svg);
  display: flex;
  margin: 2em auto 3em auto;
  justify-content: center;
}

i {
  font-style: italic;
}

mark {
  background-color: hsl(356deg, 95%, 46%);
  font-weight: 600;
}

q {
  font-style: italic;
}

small {
  font-weight: 0.875rem;
}

strong {
  font-weight: 600;
}

sub,
sup {
  display: inline-block;
  line-height: 1;
}

sub {
  transform: translateY(0.25ex);
}

sup {
  transform: translateY(-0.25ex);
}

::selection {
  background: hsl(356deg, 95%, 46%);
}

.ce_form > * + * {
  margin-top: 0.75em;
}

.formbody > * + *:not(:nth-child(3)) {
  margin-top: 0.75em;
}

fieldset > * + * {
  margin-top: 0.75em;
}

legend {
  font-size: 0.875rem;
  font-weight: 600;
  color: hsl(60deg, 1%, 66%);
  text-transform: uppercase;
  letter-spacing: 1px;
}

label {
  display: block;
}

input, textarea, select {
  width: 100%;
  margin: 0;
  padding: 0.25em 0.375rem 0.5em 0.375rem;
  border: 1px solid hsl(60deg, 1%, 66%);
  border-radius: 1em 1rem;
  box-sizing: border-box;
}

select {
  background-color: white;
}

input:focus,
textarea:focus {
  border: 1px solid hsl(356deg, 95%, 46%);
}

fieldset {
  margin: 0;
  padding: 0.5em 0.75rem 0.625em 0.75rem;
  border: none;
}

input[type=checkbox],
input[type=radio] {
  width: inherit;
  padding: 0;
}
input[type=checkbox] + label,
input[type=radio] + label {
  display: inline;
  padding-left: 0.25em;
}

.widget-checkbox:not(.mandatory) span,
.widget-radio:not(.mandatory) span {
  display: block;
}

.checkbox_container.one_line span:not(.mandatory) {
  display: flex;
  align-items: flex-start;
}
.checkbox_container.one_line span:not(.mandatory) input {
  margin-top: 0.375em;
  margin-right: 0.5rem;
}

.widget-captcha label {
  color: hsl(356deg, 95%, 46%);
}
.widget-captcha span.captcha_text {
  display: block;
  margin-top: 0.5em;
}

button {
  margin: 0;
  padding: 0.3125em 0.75rem 0.4375em 0.75rem;
  box-sizing: border-box;
  margin: 0;
  padding: 0.375em 1rem 0.5em 0.875rem;
  background-color: hsl(220deg, 74%, 33%);
  border: 0;
  border-radius: 1em 1rem;
  font-family: "DINPro-Regular", -apple-system, system-ui, Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: calc(4px + 2ex + 4px);
  color: white;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: 0.0625em;
}
button:hover {
  background-color: hsl(356deg, 95%, 46%);
  color: white;
}
button:active {
  transform: scale(0.95);
}

.formflex {
  display: flex;
  justify-content: space-between;
}
.formflex .widget {
  flex: 1 0 auto;
}
.formflex .widget:first-of-type {
  padding-right: 0.5em;
}
.formflex .widget:last-of-type {
  padding-left: 0.5em;
}
@media screen and (max-width: 31.25em) {
  .formflex {
    display: inherit;
  }
  .formflex > * + * {
    margin-top: 1em;
  }
  .formflex .widget {
    flex: inherit;
  }
  .formflex .widget:first-of-type {
    padding-right: inherit;
  }
  .formflex .widget:last-of-type {
    padding-left: inherit;
  }
}

.widget-calendar {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr;
  grid-template-areas: "datum datum" "calendar input";
}
.widget-calendar label {
  grid-area: datum;
}
.widget-calendar input {
  grid-area: input;
}
.widget-calendar img {
  grid-area: calendar;
  padding-right: 0.5rem;
  align-self: center;
  cursor: pointer;
}

.widget-radio.uhrzeit fieldset {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

body {
  min-height: 100vh;
  position: relative;
  font-family: "DINPro-Regular", -apple-system, system-ui, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: hsl(60deg, 1%, 23%);
}
body * {
  line-height: calc(4px + 2ex + 4px);
}
@media print {
  body {
    min-height: 0;
    height: auto;
  }
}

[id=wrapper] {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

[id=container] {
  flex: 1 0 auto;
}

header .inside {
  padding-inline-start: clamp(1rem, 2vw, 1.25rem);
  padding-inline-end: clamp(1rem, 2vw, 1.25rem);
}
@media screen and (max-width: 75rem) {
  header .inside {
    max-width: 100%;
    margin-inline: unset;
  }
}

header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 2;
}

[id] {
  scroll-margin-top: calc(4em + 2ex);
}

header .inside {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header {
  background-color: white;
  box-shadow: 0 0.0625em 0.125em rgba(0, 0, 0, 0.07), 0 0.125em 0.25em rgba(0, 0, 0, 0.07), 0 0.25em 0.5em rgba(0, 0, 0, 0.07), 0 0.5em 1em rgba(0, 0, 0, 0.07);
}
header .inside {
  padding-top: 0.4375em;
  padding-bottom: 0.4375em;
}

main .inside {
  position: relative;
}

.mod_article:not(.full-bleed, .hero) {
  width: 75rem;
  margin-inline-start: auto;
  margin-inline-end: auto;
  padding-inline-start: clamp(1rem, 2vw, 1.25rem);
  padding-inline-end: clamp(1rem, 2vw, 1.25rem);
}
@media screen and (max-width: 75rem) {
  .mod_article:not(.full-bleed, .hero) {
    max-width: 75rem;
  }
}
@media screen and (max-width: 75rem) {
  .mod_article:not(.full-bleed, .hero) {
    max-width: 100%;
    margin-inline: unset;
  }
}

.mod_article.full-bleed.restricted-content {
  padding-block-start: clamp(1em, 2vw, 1.5em);
  padding-block-end: clamp(1em, 2vw, 2em);
  background-color: hsl(220deg, 72%, 94%);
}
.mod_article.full-bleed.restricted-content > * {
  width: 75rem;
  margin-inline-start: auto;
  margin-inline-end: auto;
  padding-inline-start: clamp(1rem, 2vw, 1.25rem);
  padding-inline-end: clamp(1rem, 2vw, 1.25rem);
}
@media screen and (max-width: 75rem) {
  .mod_article.full-bleed.restricted-content > * {
    max-width: 75rem;
  }
}
@media screen and (max-width: 75rem) {
  .mod_article.full-bleed.restricted-content > * {
    max-width: 100%;
    margin-inline: unset;
  }
}
.mod_article.full-bleed.restricted-content.last {
  margin-bottom: -6em;
}

.mod_article.full-bleed.full-content {
  padding-block-start: clamp(1em, 2vw, 1.5em);
  padding-block-end: clamp(1em, 2vw, 2em);
  padding-inline-start: clamp(1rem, 2vw, 1.25rem);
  padding-inline-end: clamp(1rem, 2vw, 1.25rem);
}
.mod_article.full-bleed.full-content.last {
  margin-bottom: -6em;
}

footer .inside {
  width: 75rem;
  margin-inline-start: auto;
  margin-inline-end: auto;
  padding-inline-start: clamp(1rem, 2vw, 1.25rem);
  padding-inline-end: clamp(1rem, 2vw, 1.25rem);
}
@media screen and (max-width: 75rem) {
  footer .inside {
    max-width: 75rem;
  }
}
@media screen and (max-width: 75rem) {
  footer .inside {
    max-width: 100%;
    margin-inline: unset;
  }
}

footer .inside {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 62em) {
  footer .inside {
    flex-direction: column;
    align-items: flex-start;
  }
}

footer {
  background-color: hsl(220deg, 74%, 33%);
}
footer .inside {
  padding-top: 2em;
  padding-bottom: 5em;
  background-image: url("/files/theme/img/icons_p-team/pteam.svg");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 500px auto;
}
@media screen and (max-width: 40em) {
  footer .inside {
    background: none;
  }
}
footer .inside p, footer .inside li, footer .inside a, footer .inside span {
  color: white;
}
footer .inside .footer-icons {
  display: flex;
  flex-wrap: nowrap;
  flex: 0 0 auto;
}
footer .inside .footer-icons a {
  padding-left: 0.5rem;
  flex: 0 0 auto;
}
footer .inside .footer-icons a:first-of-type {
  padding-left: 0;
}
@media screen and (max-width: 62em) {
  footer .inside .footer-icons {
    padding-top: 1em;
  }
}

nav.nav_main ul.level_1 {
  display: flex;
}
nav.nav_main ul.level_1 > li.folder > span,
nav.nav_main ul.level_1 > li > a,
nav.nav_main ul.level_1 > li > strong {
  padding-right: 2rem;
  font-weight: 400;
  font-size: 1em;
  text-transform: uppercase;
}
nav.nav_main ul.level_1 > li:last-of-type,
nav.nav_main ul.level_1 > li:last-of-type > a,
nav.nav_main ul.level_1 > li:last-of-type > strong {
  padding-right: 0;
}
nav.nav_main ul.level_1 a,
nav.nav_main ul.level_1 strong,
nav.nav_main ul.level_1 span {
  font-family: "DINPro-Medium", Helvetica, Arial, sans-serif;
}
nav.nav_main ul.level_1 li.folder:hover {
  cursor: default;
}
nav.nav_main ul.level_1 a:hover,
nav.nav_main ul.level_1 strong.active,
nav.nav_main ul.level_1 strong.trail,
nav.nav_main ul.level_1 span.folder:hover,
nav.nav_main ul.level_1 span.folder.trail {
  color: hsl(356deg, 95%, 46%);
}
@media screen and (max-width: 75em) {
  nav.nav_main {
    margin-top: 1em;
  }
  nav.nav_main ul.level_1 {
    max-width: 100vw;
    padding-inline-start: clamp(1rem, 2vw, 1.25rem);
    padding-inline-end: clamp(1rem, 2vw, 1.25rem);
    justify-content: space-between;
  }
  nav.nav_main ul.level_1 > li > a,
  nav.nav_main ul.level_1 > li > strong {
    margin: 0;
    padding: 0;
    white-space: nowrap;
  }
}
@media screen and (max-width: 75em) and (max-width: 399px) {
  nav.nav_main ul.level_1 > li > a,
  nav.nav_main ul.level_1 > li > strong {
    font-size: 0.875em;
  }
}

nav.nav_main ul.level_2 {
  width: auto;
}
nav.nav_main li.submenu {
  position: relative;
}
nav.nav_main li.submenu .level_2 {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
nav.nav_main li.submenu:hover .level_2 {
  clip: inherit;
  clip-path: inherit;
  height: auto;
  overflow: inherit;
  white-space: inherit;
  width: inherit;
  z-index: 1;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .nav_main ul.level_2 {
    display: none;
  }
  .nav_main li:hover ul.level_2 {
    display: block;
  }
}
nav.nav_main ul.level_2 {
  width: auto;
  padding-top: 0.6875em;
}
nav.nav_main ul.level_2 > li {
  padding: 1rem 0 0 0;
  background-color: hsla(0deg, 0%, 100%, 0.9);
  white-space: nowrap;
}
nav.nav_main ul.level_2 > li:last-of-type {
  padding-bottom: 1rem;
}
nav.nav_main ul.level_2 > li.folder > span,
nav.nav_main ul.level_2 > li > a,
nav.nav_main ul.level_2 > li > strong {
  margin: 0;
  padding-right: 1rem;
  padding-left: 1rem;
  font-weight: 400;
  font-size: 1em;
  text-transform: uppercase;
}

nav.nav_main ul.level_3 li > a,
nav.nav_main ul.level_3 li > strong {
  padding-right: 1rem;
  padding-left: 2rem;
  font-weight: 400;
  font-size: 0.875em;
  text-transform: uppercase;
}

nav.nav_service ul.level_1 {
  display: flex;
}
@media screen and (max-width: 31rem) {
  nav.nav_service ul.level_1 {
    flex-direction: column;
  }
}
nav.nav_service ul.level_1 > li > a,
nav.nav_service ul.level_1 > li > strong {
  margin-left: 1.5rem;
  margin-right: 1.625rem;
  line-height: 2;
  font-weight: inherit;
  font-size: 1em;
}
nav.nav_service ul.level_1 > li:last-of-type a,
nav.nav_service ul.level_1 > li:last-of-type strong {
  margin-right: 0;
}
nav.nav_service ul.level_1 a strong {
  display: inline-block;
  font-family: "DINPro-Medium", Helvetica, Arial, sans-serif;
}
nav.nav_service ul.level_1 a:hover,
nav.nav_service ul.level_1 strong.active {
  color: hsl(356deg, 95%, 46%);
}
nav.nav_service ul.level_1 strong.active {
  cursor: default;
}
nav.nav_service ul.level_1 li.rent {
  background: url("/files/theme/img/icons_nav_service/icon_rent.svg") no-repeat left center;
}
nav.nav_service ul.level_1 li.rent:hover, nav.nav_service ul.level_1 li.rent.active {
  background: url("/files/theme/img/icons_nav_service/icon_rent_active.svg") no-repeat left center;
  cursor: pointer;
}
nav.nav_service ul.level_1 li.beratung {
  background: url("/files/theme/img/icons_nav_service/icon_beratung.svg") no-repeat left center;
}
nav.nav_service ul.level_1 li.beratung:hover, nav.nav_service ul.level_1 li.beratung.active {
  background: url("/files/theme/img/icons_nav_service/icon_beratung_active.svg") no-repeat left center;
}
nav.nav_service ul.level_1 li.app {
  background: url("/files/theme/img/icons_nav_service/icon_app.svg") no-repeat left center;
}
nav.nav_service ul.level_1 li.app:hover, nav.nav_service ul.level_1 li.app.active {
  background: url("/files/theme/img/icons_nav_service/icon_app_active.svg") no-repeat left center;
}
nav.nav_service ul.level_1 li.onlineshop {
  background: url("/files/theme/img/icons_nav_service/icon_onlineshop.svg") no-repeat left center;
}
nav.nav_service ul.level_1 li.onlineshop:hover, nav.nav_service ul.level_1 li.onlineshop.active {
  background: url("/files/theme/img/icons_nav_service/icon_onlineshop_active.svg") no-repeat left center;
}

[id=hofff-consent-banner] {
  background-color: hsl(220deg, 74%, 33%);
  border-top: 2px solid white;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 100%;
  z-index: 100;
  overflow-y: auto;
}
[id=hofff-consent-banner] .inside {
  padding: 1em 1rem;
}
[id=hofff-consent-banner] .inside .col > * + * {
  margin-block-start: 0.75em;
}
[id=hofff-consent-banner] .inside .col {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-column-gap: 2rem;
}
[id=hofff-consent-banner] .inside .col .hofff-consent-root-headline {
  grid-column: 1/3;
}
[id=hofff-consent-banner] .inside .col .hofff-consent-root-text {
  grid-column: 1/2;
}
[id=hofff-consent-banner] .inside p {
  font-size: 0.875rem;
  color: white;
}
[id=hofff-consent-banner] .inside p.h2 {
  font-size: 1.125rem;
  font-weight: 600;
}
[id=hofff-consent-banner] .inside a {
  color: white;
  text-decoration: underline;
}
[id=hofff-consent-banner] .inside button {
  display: inline-block;
  margin-top: 0.5em;
  padding: 0.25em 1rem 0.5em 0.875rem;
  background-color: hsl(220deg, 72%, 94%);
  border: 1px solid hsl(220deg, 72%, 94%);
  border-radius: unset;
  color: hsl(220deg, 74%, 33%);
  font-weight: 400;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
}
[id=hofff-consent-banner] .inside button:hover {
  background-color: hsl(220deg, 74%, 33%);
  color: white;
}
[id=hofff-consent-banner] .inside .hofff-consent-privacy-settings .hofff-consent-tag {
  border: 1px solid hsl(220deg, 74%, 33%);
}
[id=hofff-consent-banner] .inside .hofff-consent-privacy-settings .hofff-consent-tag .hofff-consent-tag-title.h2 {
  font-size: 1.125rem;
  color: white;
}
[id=hofff-consent-banner] .inside .hofff-consent-privacy-settings .hofff-consent-tag .hofff-consent-tag-title.h3 {
  font-size: 1rem;
  color: white;
}
[id=hofff-consent-banner] .inside .hofff-consent-privacy-settings .hofff-consent-tag label {
  font-size: 0.875rem;
  color: white;
}
[id=hofff-consent-banner] .inside .hofff-consent-privacy-settings .hofff-consent-feedback {
  font-size: 0.875rem;
  color: white;
}
[id=hofff-consent-banner] legend {
  font-size: 1.25rem;
  color: white;
  text-transform: unset;
}

.hofff-consent-banner-additional-content {
  margin-block-start: 1em;
}
.hofff-consent-banner-additional-content .mod_customnav ul {
  display: flex;
}
.hofff-consent-banner-additional-content .mod_customnav ul li {
  font-weight: 600;
}
.hofff-consent-banner-additional-content .mod_customnav ul li:first-of-type {
  margin-inline-end: 1rem;
}

.hofff-consent-content.ce_youtube .hofff-consent-placeholder.card .hofff-consent-placeholder-overlay.card-body {
  padding: 1em 1rem;
  background-color: hsl(220deg, 74%, 33%);
  color: white;
}
.hofff-consent-content.ce_youtube .hofff-consent-placeholder.card .hofff-consent-placeholder-overlay.card-body > * + * {
  margin-block-start: 0.75em;
}
.hofff-consent-content.ce_youtube .hofff-consent-placeholder.card .hofff-consent-placeholder-overlay.card-body p {
  font-size: 0.875rem;
}
.hofff-consent-content.ce_youtube .hofff-consent-placeholder.card .hofff-consent-placeholder-overlay.card-body p.hofff-consent-tag-title.h4 {
  font-weight: 600;
}
.hofff-consent-content.ce_youtube .hofff-consent-placeholder.card .hofff-consent-placeholder-overlay.card-body a {
  color: white;
  text-decoration: underline;
}
.hofff-consent-content.ce_youtube .hofff-consent-placeholder.card .hofff-consent-placeholder-overlay.card-body button {
  display: inline-block;
  margin-top: 0.5em;
  padding: 0.25em 1rem 0.5em 0.875rem;
  background-color: hsl(220deg, 72%, 94%);
  border: 1px solid hsl(220deg, 72%, 94%);
  border-radius: unset;
  color: hsl(220deg, 74%, 33%);
  font-weight: 400;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
}
.hofff-consent-content.ce_youtube .hofff-consent-placeholder.card .hofff-consent-placeholder-overlay.card-body button:hover {
  background-color: hsl(220deg, 74%, 33%);
  color: white;
}

@media screen and (min-width: 75.0625em) {
  .mod_mobile_menu {
    display: none;
  }
}
@media screen and (max-width: 75em) {
  .nav_main,
  .nav_service {
    display: none;
  }
  .mobile_menu_trigger {
    padding-left: 1.25rem;
    background: url("/files/theme/img/menu.svg") no-repeat left center;
    font-weight: 600;
    color: hsl(60deg, 1%, 23%);
    cursor: pointer;
  }
}
.mobile_menu .inner {
  background-color: white;
  padding: 1em 2rem;
}
.mobile_menu .inner .logo {
  width: 75%;
  margin-bottom: 1.5em;
}
.mobile_menu .inner .nav_main_mobile ul.level_1 li {
  padding-bottom: 0.5em;
  cursor: pointer;
}
.mobile_menu .inner .nav_main_mobile ul.level_1 li > a,
.mobile_menu .inner .nav_main_mobile ul.level_1 li > span,
.mobile_menu .inner .nav_main_mobile ul.level_1 li > strong {
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 600;
}
.mobile_menu .inner .nav_main_mobile ul.level_1 li > a:hover, .mobile_menu .inner .nav_main_mobile ul.level_1 li > a.active,
.mobile_menu .inner .nav_main_mobile ul.level_1 li > span:hover,
.mobile_menu .inner .nav_main_mobile ul.level_1 li > span.active,
.mobile_menu .inner .nav_main_mobile ul.level_1 li > strong:hover,
.mobile_menu .inner .nav_main_mobile ul.level_1 li > strong.active {
  color: hsl(356deg, 95%, 46%);
}
.mobile_menu .inner .nav_main_mobile ul.level_1 li ul.level_2 {
  padding-top: 1em;
  padding-left: 1em;
  font-size: inherit;
}
.mobile_menu .inner .nav_main_mobile ul.level_1 li ul.level_2 ul.level_3 {
  padding-top: 0.5em;
  padding-left: 1em;
}
.mobile_menu .inner .nav_service_mobile {
  margin-top: 2em;
}
.mobile_menu .inner .nav_service_mobile ul.level_1 > li > a,
.mobile_menu .inner .nav_service_mobile ul.level_1 > li > strong,
.mobile_menu .inner .nav_service_mobile ul.level_1 > li > span {
  padding-left: 2rem;
  font-size: 1.25rem;
  line-height: 2;
}
.mobile_menu .inner .nav_service_mobile ul.level_1 li.active strong {
  font-weight: inherit;
  color: hsl(356deg, 95%, 46%);
  cursor: default;
}
.mobile_menu .inner .nav_service_mobile ul.level_1 a:hover,
.mobile_menu .inner .nav_service_mobile ul.level_1 a:hover span {
  color: hsl(356deg, 95%, 46%);
}
.mobile_menu .inner .nav_service_mobile li.rent a {
  background: url("/files/theme/img/icons_nav_service/icon_rent_mobil.svg") no-repeat left center;
}
.mobile_menu .inner .nav_service_mobile li.rent a:hover, .mobile_menu .inner .nav_service_mobile li.rent a.active {
  background: url("/files/theme/img/icons_nav_service/icon_rent_active.svg") no-repeat left center;
}
.mobile_menu .inner .nav_service_mobile li.beratung a {
  background: url("/files/theme/img/icons_nav_service/icon_beratung_mobil.svg") no-repeat left center;
}
.mobile_menu .inner .nav_service_mobile li.beratung a:hover {
  background: url("/files/theme/img/icons_nav_service/icon_beratung_active.svg") no-repeat left center;
}
.mobile_menu .inner .nav_service_mobile li.beratung.active strong {
  background: url("/files/theme/img/icons_nav_service/icon_beratung_active.svg") no-repeat left center;
}
.mobile_menu .inner .nav_service_mobile li.app a {
  background: url("/files/theme/img/icons_nav_service/icon_app_mobil.svg") no-repeat left center;
}
.mobile_menu .inner .nav_service_mobile li.app a:hover {
  background: url("/files/theme/img/icons_nav_service/icon_app_active.svg") no-repeat left center;
}
.mobile_menu .inner .nav_service_mobile li.app.active strong {
  background: url("/files/theme/img/icons_nav_service/icon_app_active.svg") no-repeat left center;
}
.mobile_menu .inner .nav_service_mobile li.onlineshop a {
  background: url("/files/theme/img/icons_nav_service/icon_onlineshop_mobil.svg") no-repeat left center;
}
.mobile_menu .inner .nav_service_mobile li.onlineshop a:hover, .mobile_menu .inner .nav_service_mobile li.onlineshop a.active {
  background: url("/files/theme/img/icons_nav_service/icon_onlineshop_active.svg") no-repeat left center;
}

.mod_changelanguage li {
  width: 21px;
  height: 15px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 21px 15px;
}
.mod_changelanguage li.lang-de {
  background-image: url("/files/theme/img/flag_at.svg");
}
.mod_changelanguage li.lang-en {
  background-image: url("/files/theme/img/flag_en.svg");
}
.mod_changelanguage li a,
.mod_changelanguage li strong {
  display: inline-block;
  width: 21px;
  height: 21px;
  text-indent: -999rem;
}

.mod_sitemap {
  width: 100%;
}
.mod_sitemap ul.level_1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 2.25rem;
  row-gap: 2.25em;
}
.mod_sitemap ul.level_1 > li > a:first-of-type,
.mod_sitemap ul.level_2 > li > a.submenu {
  font-family: "DINPro-Medium", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.mod_sitemap ul.level_2 {
  margin-block-start: 0.75em;
}
.mod_sitemap ul.level_3 {
  margin-block-end: 0.5em;
  padding-inline-start: 0.5rem;
}
.mod_sitemap ul.level_1 li.last ul.level_2 {
  display: grid;
  grid-template-columns: repeat(3, 2.5rem);
  grid-template-areas: "facebook instagram youtube" "impressum . ." "datenschutz . ." "privacy . .";
}
.mod_sitemap ul.level_1 li.last ul.level_2 li.facebook {
  grid-area: facebook;
}
.mod_sitemap ul.level_1 li.last ul.level_2 li.facebook a::before {
  content: url(/files/theme/img/icons_social/icon_facebook.svg);
}
.mod_sitemap ul.level_1 li.last ul.level_2 li.facebook a {
  color: hsl(220deg, 74%, 33%);
}
.mod_sitemap ul.level_1 li.last ul.level_2 li.instagram {
  grid-area: instagram;
}
.mod_sitemap ul.level_1 li.last ul.level_2 li.instagram a::before {
  content: url(/files/theme/img/icons_social/icon_instagram.svg);
}
.mod_sitemap ul.level_1 li.last ul.level_2 li.instagram a {
  color: hsl(220deg, 74%, 33%);
}
.mod_sitemap ul.level_1 li.last ul.level_2 li.youtube {
  grid-area: youtube;
}
.mod_sitemap ul.level_1 li.last ul.level_2 li.youtube a::before {
  content: url(/files/theme/img/icons_social/icon_youtube.svg);
}
.mod_sitemap ul.level_1 li.last ul.level_2 li.youtube a {
  color: hsl(220deg, 74%, 33%);
}
.mod_sitemap ul.level_1 li.last ul.level_2 li.impressum {
  grid-area: impressum;
  margin-top: 1.5em;
  text-transform: uppercase;
  font-family: "DINPro-Medium", Helvetica, Arial, sans-serif;
}
.mod_sitemap ul.level_1 li.last ul.level_2 li.datenschutz {
  grid-area: datenschutz;
  text-transform: uppercase;
  font-family: "DINPro-Medium", Helvetica, Arial, sans-serif;
}
.mod_sitemap ul.level_1 li.last ul.level_2 li.privacy {
  grid-area: privacy;
  text-transform: uppercase;
  font-family: "DINPro-Medium", Helvetica, Arial, sans-serif;
}

.ce_image.ratio-32 {
  aspect-ratio: 2/3;
}

.ce_gallery ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  grid-gap: 0.5rem;
}
@media screen and (max-width: 28em) {
  .ce_gallery ul {
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
  }
}
.ce_gallery ul img {
  width: 100%;
}

.ce_gallery.scrollsnap ul {
  display: flex;
  overflow-x: scroll;
  scroll-padding: 0 50%;
  scroll-snap-type: x mandatory;
}
.ce_gallery.scrollsnap ul li {
  scroll-snap-align: center;
}
.ce_gallery.scrollsnap ul li img {
  max-width: unset;
  width: auto;
}

.ce_gallery.nogallery ul {
  display: flex;
}

body.ie11 .ce_gallery ul {
  display: inherit;
}
body.ie11 .ce_gallery ul li {
  float: left;
}
body.ie11 .ce_gallery ul li.col_first {
  clear: none;
}
body.ie11 .ce_gallery ul li.col_first figure {
  margin-right: 10px;
  margin-bottom: 10px;
}
body.ie11 .ce_gallery ul li.col_first figure img {
  width: inherit;
}

.ce_hyperlink a.hyperlink_txt {
  display: inline-block;
}

.ce_toplink a {
  margin-top: 1.5em;
  font-weight: 600;
}
.ce_toplink a:hover {
  text-decoration: underline;
}

.ce_player.lockdownvideo video {
  height: 80vh;
}

.ce_youtube .responsive {
  position: relative;
  height: unset;
}
.ce_youtube .responsive.ratio-169 {
  aspect-ratio: 16/9;
}
.ce_youtube .responsive.ratio-1610 {
  aspect-ratio: 16/10;
}
.ce_youtube .responsive.ratio-219 {
  aspect-ratio: 21/9;
}
.ce_youtube .responsive.ratio-43 {
  aspect-ratio: 4/3;
}
.ce_youtube .responsive.ratio-32 {
  aspect-ratio: 2/3;
}
.ce_youtube .responsive p.splashImageText {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0.5em 0.5rem;
  padding: 0.5em 0.5rem;
  background-color: hsl(356deg, 95%, 46%);
  color: white;
}
.ce_youtube .responsive p.splashImageText a {
  color: white;
}
@media screen and (max-width: 28em) {
  .ce_youtube .responsive p.splashImageText {
    font-size: 0.75em;
  }
}
.ce_youtube .responsive a[id^=splashImage]::before {
  content: url(/files/theme/img/youtube.svg);
  width: 96px;
  height: 96px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.ce_youtube .responsive a[id^=splashImage]:hover::before {
  content: url(/files/theme/img/youtube_hover.svg);
  width: 96px;
  height: 96px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.ce_youtube .responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ce_youtube img {
  width: 100%;
}

.ce_youtube h2 {
  margin-bottom: 1em;
  font-size: 1.1875em;
}

iframe {
  border: 1px solid hsl(0deg, 0%, 93%);
  background-color: hsl(0deg, 0%, 96%);
}

iframe {
  width: 700px;
  height: 400px;
}

@media screen and (max-width: 75.75rem) {
  iframe {
    max-width: 100%;
  }
}
.ce_timelineSliderStart .event__content .ce_text {
  margin-top: 0.75em;
}

.ce_text.mission {
  position: relative;
  padding-bottom: 0.75em;
  margin-bottom: 2.25em;
}
.ce_text.mission:after {
  content: "";
  border-bottom: 1px solid hsl(0deg, 0%, 53%);
  position: absolute;
  left: 0;
  width: 20%;
  bottom: -2px;
}

a.verleih {
  padding: 0.3125em 0.75rem 0.4375em 0.75rem;
  border: 1px solid hsl(220deg, 74%, 33%);
  border-radius: 1em 1rem;
  display: inline-block;
  margin-top: 0.5em;
}

a.verleih {
  text-decoration: none;
  border: 1px solid hsl(220deg, 74%, 33%);
  background-color: hsl(220deg, 74%, 33%);
  color: white;
}
a.verleih:hover {
  background-color: white;
  color: hsl(220deg, 74%, 33%);
  text-decoration: none;
}

.custom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
@media screen and (min-width: 28.0625em) {
  .custom {
    display: none;
  }
}

.contact-bar-mobile {
  display: flex;
  justify-content: space-between;
}
.contact-bar-mobile .social {
  padding-left: clamp(1rem, 2vw, 1.25rem);
  background-color: hsl(220deg, 72%, 94%);
  flex: 1 0 auto;
  display: flex;
  justify-content: space-around;
}
.contact-bar-mobile .social a {
  padding: 0.75em 0.75rem;
}
.contact-bar-mobile .contact {
  background-color: hsl(220deg, 74%, 33%);
  flex: 1 0 auto;
  display: flex;
  justify-content: space-around;
}
.contact-bar-mobile .contact a {
  padding: 0.75em 0.75rem;
}
.contact-bar-mobile .rent {
  display: flex;
  padding-right: clamp(1rem, 2vw, 1.25rem);
  background-color: hsl(356deg, 95%, 46%);
}
.contact-bar-mobile .rent a {
  padding: 0.75em 0.75rem 0.75em 1rem;
  font-family: "DINPro-Medium", Helvetica, Arial, sans-serif;
  color: white;
}

.contact-bar-desktop {
  position: absolute;
  top: 1rem;
  right: 0;
}
@media screen and (max-width: 28em) {
  .contact-bar-desktop {
    display: none;
  }
}
.contact-bar-desktop .rent {
  width: 50px;
  height: 50px;
  background-color: hsl(356deg, 95%, 46%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-bar-desktop .rent a {
  font-family: "DINPro-Medium", Helvetica, Arial, sans-serif;
  color: white;
}
.contact-bar-desktop .contact {
  width: 50px;
  height: 50px;
  background-color: hsl(220deg, 74%, 33%);
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 28.0625em) {
  .mod_article.mobile-only {
    display: none;
  }
  .mod_article.desktop-only .grid-u-5c {
    margin-top: 0.75em;
  }
}
@media screen and (max-width: 28em) {
  .mod_article.mobile-only {
    display: block;
  }
  .mod_article.desktop-only {
    display: none;
  }
}
.roadmap.roadmap--orientation-horizontal .roadmap__events__event::after, .roadmap.roadmap--orientation-horizontal .roadmap__events__event::before, .roadmap.roadmap--orientation-horizontal .roadmap__events::after, .roadmap.roadmap--orientation-vertical .roadmap__events__event::after, .roadmap.roadmap--orientation-vertical .roadmap__events__event::before, .roadmap.roadmap--orientation-vertical .roadmap__events::after, .roadmap.roadmap--orientation-auto .roadmap__events__event::after, .roadmap.roadmap--orientation-auto .roadmap__events__event::before, .roadmap.roadmap--orientation-auto .roadmap__events::after {
  background-color: hsl(220deg, 74%, 33%);
}

.ce_rsce_blockquote {
  padding: 1.5em 2rem 2em 2rem;
  background-color: hsl(356deg, 95%, 46%);
  color: white;
}
.ce_rsce_blockquote blockquote {
  position: relative;
  margin-block-start: 2em;
  padding-block-start: 2em;
}
.ce_rsce_blockquote blockquote::before {
  content: "❝";
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  font-size: 7em;
  color: hsla(0deg, 0%, 100%, 0.7);
}
.ce_rsce_blockquote blockquote p {
  margin-bottom: 1.5em;
  font-size: 1.25rem;
}
.ce_rsce_blockquote blockquote cite {
  font-style: italic;
  font-size: 1.25rem;
}

.ce_rsce_boxes {
  display: flex;
  gap: 2%;
}
.ce_rsce_boxes .box {
  flex: 0 0 32%;
  background-color: white;
  box-shadow: 0 0.0625em 0.125em rgba(0, 0, 0, 0.07), 0 0.125em 0.25em rgba(0, 0, 0, 0.07), 0 0.25em 0.5em rgba(0, 0, 0, 0.07), 0 0.5em 1em rgba(0, 0, 0, 0.07);
}
.ce_rsce_boxes .box .box_image {
  border-bottom: 1px solid hsl(0deg, 0%, 96%);
}
.ce_rsce_boxes .box .box_text {
  padding: 1em 1.5rem;
}
@media screen and (max-width: 767px) {
  .ce_rsce_boxes {
    flex-direction: column;
  }
  .ce_rsce_boxes .box {
    flex: unset;
    display: flex;
    margin-block-end: 1em;
  }
  .ce_rsce_boxes .box .box_image {
    flex: 0 0 32%;
    border-bottom: unset;
  }
}
@media screen and (max-width: 428px) {
  .ce_rsce_boxes .box {
    flex-direction: column;
  }
  .ce_rsce_boxes .box .box_image {
    border-bottom: 1px solid hsl(0deg, 0%, 96%);
  }
}

.mod_article.hero.default {
  margin-top: -2em;
}
.mod_article.hero.default .ce_rsce_hero_default {
  display: grid;
  grid-template-columns: 1fr minmax(auto, 75rem) 1fr;
}
.mod_article.hero.default .ce_rsce_hero_default .hero_image {
  grid-row: 1/2;
  grid-column: 1/4;
}
.mod_article.hero.default .ce_rsce_hero_default .hero_image img {
  width: 100%;
  height: 70vh;
  object-fit: cover;
  background-color: hsl(0deg, 0%, 96%);
}
@media screen and (max-width: 30em) {
  .mod_article.hero.default .ce_rsce_hero_default .hero_image img {
    height: 50vh;
  }
}
.mod_article.hero.default .ce_rsce_hero_default.small .hero_image img {
  height: 40vh;
}
.mod_article.hero.default .ce_rsce_hero_default .hero_text {
  padding-inline-start: clamp(1rem, 2vw, 1.25rem);
  padding-inline-end: clamp(1rem, 2vw, 1.25rem);
  grid-row: 1/2;
  grid-column: 2/3;
  justify-self: start;
  align-self: end;
  margin-bottom: 4em;
  text-align: left;
  color: white;
  text-shadow: 0.0625rem 0.0625rem 0.0625rem hsla(0deg, 0%, 13%, 0.2), 0.1875rem 0.1875rem 0.4375rem hsla(0deg, 0%, 13%, 0.6);
}
.mod_article.hero.default .ce_rsce_hero_default .hero_text h1 {
  font-family: "DINPro-Medium", Helvetica, Arial, sans-serif;
  font-size: clamp(3em, 8.5vw, 5em);
  line-height: 1;
}
.mod_article.hero.default .ce_rsce_hero_default .hero_text p {
  margin-top: 1.5em;
  font-weight: 600;
}

.mod_article.hero.video {
  margin-top: -2em;
}
.mod_article.hero.video .ce_rsce_hero_video.desktop {
  display: grid;
  grid-template-columns: 1fr minmax(auto, 75rem) 1fr;
}
.mod_article.hero.video .ce_rsce_hero_video.desktop .hero_video {
  grid-row: 1/2;
  grid-column: 1/4;
}
.mod_article.hero.video .ce_rsce_hero_video.desktop .hero_video video {
  width: 100%;
  height: 86vh;
  object-fit: cover;
  background-color: hsl(0deg, 0%, 96%);
}
.mod_article.hero.video .ce_rsce_hero_video.desktop .hero_text {
  padding-inline-start: clamp(1rem, 2vw, 1.25rem);
  padding-inline-end: clamp(1rem, 2vw, 1.25rem);
  grid-row: 1/2;
  grid-column: 2/3;
  justify-self: flex-end;
  align-self: center;
  margin-bottom: 2em;
  text-align: right;
  color: white;
  text-shadow: 0.0625rem 0.0625rem 0.0625rem hsla(0deg, 0%, 13%, 0.2), 0.1875rem 0.1875rem 0.4375rem hsla(0deg, 0%, 13%, 0.6);
}
.mod_article.hero.video .ce_rsce_hero_video.desktop .hero_text h1 {
  font-family: "DINPro-Medium", Helvetica, Arial, sans-serif;
  font-size: clamp(3em, 8.5vw, 5em);
  line-height: 1;
}
.mod_article.hero.video .ce_rsce_hero_video.desktop .hero_text p {
  margin-top: 1.5em;
  font-weight: 600;
}
@media screen and (max-width: 820px) {
  .mod_article.hero.video .ce_rsce_hero_video.desktop {
    display: none;
  }
}
@media screen and (min-width: 821px) {
  .mod_article.hero.video .ce_rsce_hero_video.desktop {
    display: block;
  }
}
.mod_article.hero.video .ce_rsce_hero_video.tablet {
  display: grid;
  grid-template-columns: 1fr minmax(auto, 75rem) 1fr;
}
.mod_article.hero.video .ce_rsce_hero_video.tablet .hero_video {
  grid-row: 1/2;
  grid-column: 1/4;
}
.mod_article.hero.video .ce_rsce_hero_video.tablet .hero_video video {
  width: 100%;
  height: 80vh;
  object-fit: cover;
  background-color: hsl(0deg, 0%, 96%);
}
.mod_article.hero.video .ce_rsce_hero_video.tablet .hero_text {
  padding-inline-start: clamp(1rem, 2vw, 1.25rem);
  padding-inline-end: clamp(1rem, 2vw, 1.25rem);
  grid-row: 1/2;
  grid-column: 2/3;
  justify-self: flex-end;
  align-self: center;
  margin-bottom: 2em;
  text-align: right;
  color: white;
  text-shadow: 0.0625rem 0.0625rem 0.0625rem hsla(0deg, 0%, 13%, 0.2), 0.1875rem 0.1875rem 0.4375rem hsla(0deg, 0%, 13%, 0.6);
}
.mod_article.hero.video .ce_rsce_hero_video.tablet .hero_text h1 {
  font-family: "DINPro-Medium", Helvetica, Arial, sans-serif;
  font-size: clamp(3em, 8.5vw, 5em);
  line-height: 1;
}
.mod_article.hero.video .ce_rsce_hero_video.tablet .hero_text p {
  margin-top: 1.5em;
  font-weight: 600;
}
@media screen and (max-width: 428px) {
  .mod_article.hero.video .ce_rsce_hero_video.tablet {
    display: none;
  }
}
@media screen and (min-width: 429px) {
  .mod_article.hero.video .ce_rsce_hero_video.tablet {
    display: block;
  }
}
@media screen and (min-width: 821px) {
  .mod_article.hero.video .ce_rsce_hero_video.tablet {
    display: none;
  }
}
.mod_article.hero.video .ce_rsce_hero_video.mobile {
  display: grid;
  grid-template-columns: 1fr minmax(auto, 75rem) 1fr;
}
.mod_article.hero.video .ce_rsce_hero_video.mobile .hero_video {
  grid-row: 1/2;
  grid-column: 1/4;
}
.mod_article.hero.video .ce_rsce_hero_video.mobile .hero_video video {
  width: 100%;
  height: 40vh;
  object-fit: cover;
  background-color: hsl(0deg, 0%, 96%);
}
.mod_article.hero.video .ce_rsce_hero_video.mobile .hero_text {
  padding-inline-start: clamp(1rem, 2vw, 1.25rem);
  padding-inline-end: clamp(1rem, 2vw, 1.25rem);
  grid-row: 1/2;
  grid-column: 2/3;
  justify-self: end;
  align-self: center;
  margin-bottom: 2em;
  text-align: right;
  color: white;
  text-shadow: 0.0625rem 0.0625rem 0.0625rem hsla(0deg, 0%, 13%, 0.2), 0.1875rem 0.1875rem 0.4375rem hsla(0deg, 0%, 13%, 0.6);
}
.mod_article.hero.video .ce_rsce_hero_video.mobile .hero_text h1 {
  font-family: "DINPro-Medium", Helvetica, Arial, sans-serif;
  font-size: clamp(3em, 8.5vw, 5em);
  line-height: 1;
}
.mod_article.hero.video .ce_rsce_hero_video.mobile .hero_text p {
  margin-top: 1.5em;
  font-weight: 600;
}
@media screen and (min-width: 821px) {
  .mod_article.hero.video .ce_rsce_hero_video.mobile {
    display: none;
  }
}
@media screen and (max-width: 820px) {
  .mod_article.hero.video .ce_rsce_hero_video.mobile {
    display: block;
  }
}

.ce_rsce_icon {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.ce_rsce_icon img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: hsla(0deg, 0%, 100%, 0.5);
}
.ce_rsce_icon .text {
  margin-top: 0;
  padding-left: 1rem;
}
@media screen and (max-width: 28em) {
  .ce_rsce_icon {
    flex-direction: column;
  }
  .ce_rsce_icon img {
    margin-bottom: 1em;
  }
}

.ce_rsce_iconboxes {
  display: flex;
  gap: 2%;
}
.ce_rsce_iconboxes .iconbox {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ce_rsce_iconboxes .iconbox .iconbox_text {
  margin-block-start: 0.75em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ce_rsce_iconboxes {
    flex-wrap: wrap;
  }
  .ce_rsce_iconboxes .iconbox {
    width: 48%;
    display: flex;
    margin-block-end: 1em;
  }
  .ce_rsce_iconboxes .iconbox .box_image {
    flex: 0 0 32%;
    border-bottom: unset;
  }
}
@media screen and (max-width: 428px) {
  .ce_rsce_iconboxes .iconbox {
    flex-direction: column;
  }
  .ce_rsce_iconboxes .iconbox .box_image {
    border-bottom: 1px solid hsl(0deg, 0%, 96%);
  }
}

.ce_rsce_standorte {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 40em) {
  .ce_rsce_standorte {
    flex-direction: column;
  }
}
.ce_rsce_standorte .standort_text {
  padding-block-start: clamp(1em, 2vw, 1.5em);
  padding-block-end: clamp(1em, 2vw, 2em);
  padding-inline-start: clamp(1rem, 2vw, 1.25rem);
  padding-inline-end: clamp(1rem, 2vw, 1.25rem);
  background-color: hsl(220deg, 72%, 94%);
  flex: 1 0 auto;
}
.ce_rsce_standorte .standort_text > * + * {
  margin-top: 0.75em;
}
.ce_rsce_standorte .standort_text h2 {
  font-size: 1.4375rem;
}
.ce_rsce_standorte .standort_text .leistungen {
  margin-top: 0;
  font-size: 1.25rem;
}
.ce_rsce_standorte .standort_text .oeffnungszeiten span.fixedwidth {
  display: inline-block;
  white-space: nowrap;
  width: 65px;
  padding-right: 1rem;
}
.ce_rsce_standorte .standort_text .tel,
.ce_rsce_standorte .standort_text .mail {
  display: flex;
  align-items: center;
}
.ce_rsce_standorte .standort_text .tel a,
.ce_rsce_standorte .standort_text .mail a {
  padding-left: 0.5rem;
  font-family: "DINPro-Medium", Helvetica, Arial, sans-serif;
}
.ce_rsce_standorte .standort_text .tel a:hover,
.ce_rsce_standorte .standort_text .mail a:hover {
  text-decoration: underline;
}
.ce_rsce_standorte .standort_text .kontaktdaten a:not([class]) {
  padding: 0.3125em 0.75rem 0.4375em 0.75rem;
  border: 1px solid hsl(220deg, 74%, 33%);
  border-radius: 1em 1rem;
}
.ce_rsce_standorte .standort_text .kontaktdaten a:not([class]):first-of-type {
  margin-right: 0.25rem;
}
.ce_rsce_standorte .standort_text .meldung_oeffnungszeiten {
  margin-top: 1em;
  color: hsl(356deg, 95%, 46%);
}
.ce_rsce_standorte .standort_text .onlineverleih {
  margin-top: 1.5em;
  margin-bottom: 0.75em;
}

.ce_rsce_teaser.rentonline a {
  position: relative;
}
.ce_rsce_teaser.rentonline a .teaser_text {
  position: absolute;
  bottom: 1em;
  left: 1rem;
  padding: 0.375em 0.5rem 0.5em 0.5rem;
  background-color: hsl(356deg, 95%, 46%);
}
@media screen and (max-width: 28em) {
  .ce_rsce_teaser.rentonline a .teaser_text {
    bottom: 0.5em;
    left: 0.5rem;
  }
}

.ce_rsce_teaser.shops {
  display: grid;
  grid-template-columns: 100%;
}
.ce_rsce_teaser.shops .teaser_image {
  grid-row: 1/2;
  grid-column: 1/2;
}
.ce_rsce_teaser.shops .teaser_image img {
  width: 100%;
  object-fit: cover;
}
.ce_rsce_teaser.shops .teaser_text {
  grid-row: 1/2;
  grid-column: 1/2;
  display: flex;
  justify-content: space-between;
}
.ce_rsce_teaser.shops .teaser_text .link_shopseite {
  margin: 0 0 0.5em 0.5rem;
  align-self: flex-end;
}
.ce_rsce_teaser.shops .teaser_text .link_shopseite p {
  padding: 0.375em 0.5rem 0.5em 0.5rem;
  background-color: hsl(220deg, 74%, 33%);
  font-family: "DINPro-Medium", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  text-transform: uppercase;
}
@media screen and (max-width: 28em) {
  .ce_rsce_teaser.shops .teaser_text .link_shopseite p {
    font-size: inherit;
  }
}
.ce_rsce_teaser.shops .teaser_text .link_shopseite p a {
  display: unset;
  color: white;
  text-decoration: none;
}
.ce_rsce_teaser.shops .teaser_text .links_standorte {
  margin: 0.5em 0.5rem 0.5em 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: right;
}
.ce_rsce_teaser.shops .teaser_text .links_standorte p {
  font-family: "DINPro-Medium", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  text-transform: uppercase;
}
@media screen and (max-width: 28em) {
  .ce_rsce_teaser.shops .teaser_text .links_standorte p {
    font-size: inherit;
  }
}
.ce_rsce_teaser.shops .teaser_text .links_standorte p a {
  display: inline-block;
  padding: 0.125em 0.5rem 0.25em 0.5rem;
  background-color: hsl(220deg, 74%, 33%);
  color: white;
  text-decoration: none;
}
.ce_rsce_teaser.shops::after {
  grid-row: 1/2;
  grid-column: 1/2;
  content: "";
  background: linear-gradient(to bottom, hsla(0deg, 0%, 13%, 0), hsla(0deg, 0%, 13%, 0), hsla(0deg, 0%, 13%, 0), hsla(0deg, 0%, 53%, 0.2), hsla(0deg, 0%, 39%, 0.4));
}
.ce_rsce_teaser.shops .teaser_text {
  z-index: 1;
}

.ce_rsce_teaser a {
  display: grid;
  grid-template-columns: 100%;
}
.ce_rsce_teaser a .teaser_image {
  grid-row: 1/2;
  grid-column: 1/2;
}
.ce_rsce_teaser a .teaser_image img {
  width: 100%;
  object-fit: cover;
}
.ce_rsce_teaser a .teaser_text {
  grid-row: 1/2;
  grid-column: 1/2;
  justify-self: flex-start;
  align-self: flex-end;
  padding-bottom: 1.5em;
  padding-left: 1.5rem;
}
.ce_rsce_teaser a .teaser_text p {
  font-family: "DINPro-Medium", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  color: white;
  text-transform: uppercase;
}
@media screen and (max-width: 28em) {
  .ce_rsce_teaser a .teaser_text {
    padding-bottom: 1em;
    padding-left: 1rem;
  }
  .ce_rsce_teaser a .teaser_text p {
    font-size: inherit;
  }
}
.ce_rsce_teaser a::after {
  grid-row: 1/2;
  grid-column: 1/2;
  content: "";
  background: linear-gradient(to bottom, hsla(0deg, 0%, 13%, 0), hsla(0deg, 0%, 13%, 0), hsla(0deg, 0%, 13%, 0), hsla(0deg, 0%, 53%, 0.2), hsla(0deg, 0%, 39%, 0.4));
}
.ce_rsce_teaser a .teaser_text {
  z-index: 1;
}

.ce_rsce_teaser_standorte .teaser_text p {
  margin-block-start: 0.5em;
  font-size: 1.25rem;
}

.grid-viereck {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: auto;
}
.grid-viereck .ce_text.first {
  padding: 2em 2rem;
  background-color: hsl(220deg, 72%, 94%);
  display: flex;
  flex-direction: column;
}
.grid-viereck .ce_rsce_blockquote {
  padding: 2em 2rem;
  background-color: hsl(356deg, 95%, 46%);
  display: grid;
  align-items: center;
}

.grid-2c {
  display: grid;
  grid-template-columns: repeat(2, 48%);
  column-gap: 4%;
  row-gap: 2.25em;
}
@media screen and (max-width: 40em) {
  .grid-2c {
    grid-template-columns: 1fr;
    column-gap: unset;
    row-gap: 2.25em;
  }
}

.grid-u-2c {
  display: grid;
  grid-template-columns: repeat(2, 48%);
  column-gap: 4%;
  row-gap: 0.75em;
}
.grid-u-2c :first-child {
  grid-column: 1/3;
}
@media screen and (max-width: 40em) {
  .grid-u-2c {
    grid-template-columns: 1fr;
    column-gap: unset;
    row-gap: 2.25em;
  }
  .grid-u-2c :first-child {
    grid-column: unset;
  }
}
.grid-3c {
  display: grid;
  grid-template-columns: repeat(3, 31%);
  column-gap: 3.5%;
  row-gap: 2.25em;
}
@media screen and (max-width: 40em) {
  .grid-3c {
    grid-template-columns: 1fr;
    column-gap: unset;
  }
}
@media screen and (max-width: 62.5em) {
  .grid-3c.bp-2c {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 40.3125em) {
  .grid-3c.bp-2c {
    grid-template-columns: 1fr;
  }
}
.grid-3c .ce_text {
  background-color: hsl(0deg, 0%, 96%);
}

.grid-u-3c {
  display: grid;
  grid-template-columns: repeat(3, 31%);
  column-gap: 3.5%;
  row-gap: 0.75em;
}
.grid-u-3c :first-child {
  grid-column: 1/4;
}
@media screen and (max-width: 47.94em) {
  .grid-u-3c {
    grid-template-columns: repeat(2, 48%);
  }
  .grid-u-3c :first-child {
    grid-column: 1/3;
  }
}
@media screen and (max-width: 40em) {
  .grid-u-3c {
    grid-template-columns: 1fr;
    column-gap: unset;
    row-gap: 2.25em;
  }
  .grid-u-3c :first-child {
    grid-column: unset;
  }
}
.grid-u-4c {
  display: grid;
  grid-template-columns: repeat(4, 24%);
  column-gap: 2%;
  row-gap: 0.75em;
}
.grid-u-4c :first-child {
  grid-column: 1/5;
}
@media screen and (max-width: 47.94em) {
  .grid-u-4c {
    grid-template-columns: repeat(2, 48%);
  }
  .grid-u-4c :first-child {
    grid-column: 1/3;
  }
}
@media screen and (max-width: 40em) {
  .grid-u-4c {
    grid-template-columns: 1fr;
    column-gap: unset;
    row-gap: 2.25em;
  }
  .grid-u-4c :first-child {
    grid-column: unset;
  }
}
.grid-propdiv {
  display: grid;
  grid-template-columns: 60% 37%;
  column-gap: 3%;
  row-gap: 0.75em;
}
@media screen and (max-width: 40em) {
  .grid-propdiv {
    grid-template-columns: 1fr;
    column-gap: unset;
    row-gap: 2.25em;
  }
}

.grid-u-propdiv {
  display: grid;
  grid-template-columns: 60% 37%;
  column-gap: 3%;
  row-gap: 0.75em;
}
.grid-u-propdiv :first-child {
  grid-column: 1/3;
}
@media screen and (max-width: 40em) {
  .grid-u-propdiv {
    grid-template-columns: 1fr;
    column-gap: unset;
    row-gap: 2.25em;
  }
  .grid-u-propdiv :first-child {
    grid-column: unset;
  }
}

.grid-5c {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 1rem;
}

.grid-1-1-1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 3rem;
}
.grid-1-1-1 .ce_image {
  margin: 0;
}
.grid-1-1-1 .ce_image img {
  clip-path: url(#svgPath);
}
.grid-1-1-1 .ce_image .caption {
  font-size: 1em;
}
@media screen and (max-width: 75em) {
  .grid-1-1-1 {
    grid-template-columns: 1fr;
  }
  .grid-1-1-1 .ce_text {
    margin-bottom: 2em;
  }
}
.grid-1-1-1.wetter div:last-of-type {
  margin-top: 0;
}
.grid-1-1-1.wetter .ce_text {
  padding-left: 2em;
}

.mod_article.bg {
  padding-block-start: clamp(1em, 2vw, 1.5em);
  padding-block-end: clamp(1em, 2vw, 2em);
  padding-inline-start: clamp(1rem, 2vw, 1.25rem);
  padding-inline-end: clamp(1rem, 2vw, 1.25rem);
  background-color: hsl(0deg, 0%, 98%);
}

.mod_article.mission {
  background-image: url("/files/theme/img/icons_p-team/werte.svg");
  background-repeat: no-repeat;
  background-position: right 22% bottom 8%;
  background-size: 220px;
}
@media screen and (max-width: 47.94em) {
  .mod_article.mission {
    background-position: right 15% bottom 10%;
  }
  .mod_article.mission .ce_image {
    aspect-ratio: unset;
  }
}
@media screen and (max-width: 40em) {
  .mod_article.mission {
    background: none;
  }
}

.mod_article.benefits img {
  background-color: hsl(220deg, 74%, 33%);
  border-radius: 50%;
}

/* additional.css */
@media screen and (min-width: 48em) {
  .button-mobile-only {
    display: none;
  }
}
@media screen and (max-width: 47.9375em) {
  .button-desktop-only {
    display: none;
  }
}

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