@charset "UTF-8";
/*! Christian Hörzer Web Solutions */
*, :after, :before {
    box-sizing: border-box
}

html {
    font-size: 18px;
    line-height: 1.5
}

html.dark {
    --base-bg-color: #020202;
    --base-bg-rgba: 56, 56, 56, .7;
    --base-color: #dfdfdf;
    --headline-color: #fff;
    --border-color: hsla(0, 0%, 93%, .1)
}

body {
    background-color: var(--base-bg-color, #fff);
    color: var(--base-color, #383838);
    font-family: Inter, sans-serif;
    margin: 0
}

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

a:not(#logo) {
    color: var(--base-color, #383838);
    text-decoration-color: #d24237;
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
    transition-delay: .15s
}

a:not(#logo):hover {
    --alpha: .2;
    color: #d24237;
    text-decoration-color: rgba(210, 66, 55, var(--alpha, .9));
    transition-delay: 0ms
}

a:not(#logo).more:after {
    content: ">";
    display: inline-block;
    opacity: 0;
    transform: translateX(-100%)
}

a:not(#logo).more:hover:after {
    opacity: 1;
    transform: translateX(50%)
}

.cssanim a:not(#logo) {
    transition: color .2s ease-in, -webkit-text-decoration .2s ease-out;
    transition: color .2s ease-in, text-decoration .2s ease-out;
    transition: color .2s ease-in, text-decoration .2s ease-out, -webkit-text-decoration .2s ease-out
}

.cssanim a:not(#logo).more:after {
    transition: opacity .25s linear, transform .15s linear
}

picture {
    display: block
}

figure {
    margin: 0
}

address {
    font-style: normal
}

h1, h2, h3, h4 {
    color: var(--headline-color, #000)
}

h1 {
    font-size: clamp(1.45em, 4vw, 2.5em);
    line-height: 1.15
}

h1.headline {
    font-size: clamp(1.5em, 5vw, 3.6em)
}

h2 {
    font-size: clamp(1.35em, 4cqi, 1.8em);
    line-height: 1.15
}

h2, h3 {
    margin-bottom: .6em
}

h3 {
    font-size: clamp(1.2em, 3cqi, 1.35em);
    line-height: 1.25
}

h4 {
    font-size: 1.1em;
    line-height: 1.3;
    margin-bottom: .6em
}

.uppercase {
    text-transform: uppercase
}

.capitalize {
    text-transform: capitalize
}

.hyphens-auto {
    -webkit-hyphens: auto;
    hyphens: auto
}

.brand {
    font-weight: 400;
    letter-spacing: 4px;
    margin: 0;
    text-transform: uppercase
}

.brand .block {
    font-size: 1.15em;
    font-weight: 700;
    letter-spacing: 2px
}

.text-small {
    font-size: .9em
}

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1350px;
    padding-left: 5vw;
    padding-right: 5vw
}

@media (min-width: 992px) {
    .container {
        padding-left: 10vw
    }
}

.grid {
    grid-template-columns:1fr
}

@media (min-width: 992px) {
    .grid.grid-2 {
        grid-template-columns:1fr 1fr
    }

    .grid.grid-3 {
        grid-template-columns:1fr 1fr 1fr
    }
}

.media-text {
    grid-template-columns:1fr
}

@media (min-width: 992px) {
    .media-text {
        grid-template-columns:50% 50%
    }
}

.media-text > .content {
    padding-left: clamp(1.5rem, 4vw, 3rem);
    padding-right: clamp(1.5rem, 4vw, 3rem)
}

@media (min-width: 1300px) {
    .container .media-text > .content {
        padding-right: 10vw
    }
}

.contact-info {
    font-size: 1.1em;
    padding: .5em 5vw 2.5em
}

.bg-lines {
    border-left: 1px solid var(--border-color, hsla(0, 0%, 53%, .1));
    border-right: 1px solid var(--border-color, hsla(0, 0%, 53%, .1));
    bottom: 0;
    left: 28%;
    pointer-events: none;
    position: fixed;
    right: 36%;
    top: 0;
    z-index: -1
}

@media (min-width: 768px) {
    .profil-image {
        float: right;
        max-width: 35vw
    }
}

.page-header {
    background-color: var(--base-color, #383838);
    color: #fff;
    padding: 10vh 2vw 5vh 5vw;
    position: relative
}

@media screen and (min-width: 992px) {
    .page-header {
        margin-left: 5vw;
        min-height: 70vh
    }
}

.page-header .headline {
    color: inherit;
    position: relative;
    text-shadow: 0 0 10px rgba(0, 0, 0, .1);
    z-index: 1
}

.page-header .image {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0
}

.header {
    padding-bottom: 2em;
    padding-top: 10vh;
    position: relative;
    z-index: 1
}

@media (min-width: 992px) {
    .header {
        grid-template-columns:3fr 1fr
    }
}

.header .anchors {
    align-self: end;
    list-style-type: none
}

.header .anchors a {
    display: inline-block;
    position: relative
}

.header .anchors a:before {
    bottom: 0;
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Im0xMSAyMS44ODMtNi4yMzUtNy41MjdMNCAxNWw3LjUyMSA5TDE5IDE1bC0uNzY0LS42NDVMMTIgMjEuODg0VjBoLTF2MjEuODgzeiIvPjwvc3ZnPg==");
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute
}

.header .anchors a:hover:before {
    opacity: 1;
    transform: translate(-25px, 7px)
}

.banner {
    display: block;
    height: 300px;
    overflow: hidden
}

@media (min-width: 992px) {
    .banner {
        height: 400px
    }
}

.banner img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.cssanim .header .anchors a:before {
    transition: transform .2s, opacity .25s
}

.teaser .item {
    display: flex;
    flex-direction: column
}

@media (min-width: 992px) {
    .teaser .item:first-child {
        padding-top: 0
    }

    .teaser .item:nth-child(2) {
        padding-top: 10vw
    }

    .teaser .item:nth-child(3) {
        padding-top: 20vw
    }
}

.teaser .item:before {
    color: var(--border-color, hsla(0, 0%, 53%, .1));
    content: attr(data-number);
    display: inline-block;
    font-size: 5em;
    line-height: 1
}

@media (min-width: 992px) {
    .teaser .item:before {
        align-self: flex-end;
        font-size: 7em;
        transform: rotate(-90deg) translateX(-30%);
        z-index: -1
    }
}

.teaser .item:hover:before {
    --alpha: .2;
    color: rgba(210, 66, 55, var(--alpha, .9))
}

.cssanim .teaser .number {
    transition: color .3s ease-in-out
}

#navbar {
    --alpha: 0.2;
    align-items: center;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(var(--base-bg-rgba, 255, 255, 255, .7));
    border-top: 1px solid var(--border-color, hsla(0, 0%, 53%, .1));
    bottom: 0;
    display: flex;
    height: 70px;
    justify-content: space-between;
    left: 0;
    padding: 0 5vw;
    position: fixed;
    right: 0;
    z-index: 999
}

@media (min-width: 992px) {
    #navbar {
        -webkit-backdrop-filter: unset;
        backdrop-filter: unset;
        background-color: transparent;
        border-right: 1px solid var(--border-color, hsla(0, 0%, 53%, .1));
        border-top: none;
        flex-direction: column;
        height: auto;
        padding: 1.5rem 0;
        right: auto;
        top: 0;
        width: 5vw
    }
}

#navbar.bg-color {
    -webkit-backdrop-filter: unset;
    backdrop-filter: unset;
    background-color: var(--base-bg-color, #fff)
}

#nav-toggle {
    background: transparent;
    border: none;
    color: #d24237;
    cursor: pointer;
    height: 70px;
    margin: 0;
    padding: 0;
    width: 70px
}

#nav-toggle svg {
    transition-delay: .4s
}

#nav-toggle.act svg {
    transform: rotate(90deg);
    transition-delay: 0s
}

#logo {
    display: inline-block
}

@media (min-width: 992px) {
    #logo {
        order: 1
    }
}

#logo svg {
    fill: #d24237;
    height: 40px
}

@media (min-width: 992px) {
    #logo svg {
        transform: rotate(-90deg) translateX(50%)
    }
}

#menu-wrapper {
    align-items: flex-end;
    bottom: 70px;
    display: flex;
    left: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 998
}

@media (min-width: 992px) {
    #menu-wrapper {
        bottom: 0;
        left: 5vw
    }
}

#menu-wrapper .overlay {
    background-color: #d24237;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

#menu-wrapper.open {
    pointer-events: auto
}

#menu-wrapper.open #menu-panel {
    transform: translateY(0)
}

@media screen and (min-width: 992px) {
    #menu-wrapper.open #menu-panel {
        transform: translateX(0)
    }
}

#menu-wrapper.open .overlay {
    opacity: .9
}

#menu-panel {
    background-color: var(--base-bg-color, #fff);
    max-height: calc(100vh - 70px);
    overflow-y: auto;
    padding: 2rem 5%;
    transform: translateY(calc(100% + 70px));
    width: 100%
}

@media (min-width: 992px) {
    #menu-panel {
        height: 100vh;
        max-height: 100vh;
        transform: translateX(calc(-100% - 5vw));
        width: 450px
    }
}

@media (min-height: 650px) {
    #menu-panel {
        display: flex;
        flex-direction: column;
        justify-content: space-around
    }
}

#menu {
    list-style-type: none;
    margin: 0;
    padding: 0
}

#menu li {
    padding: .5em 0
}

#menu li.current > a {
    color: #d24237
}

#menu li a {
    display: inline-block;
    padding: .1em 1em;
    text-decoration: none
}

#menu .contact a {
    padding: .5em 0
}

.cssanim #nav-toggle svg {
    transition: transform .14s ease-in-out
}

.cssanim #menu-panel {
    transition: transform .45s ease-out
}

.cssanim #menu-wrapper .overlay {
    transition: opacity .4s linear
}

#page-footer {
    --alpha: .15;
    background-color: rgba(210, 66, 55, var(--alpha, .9));
    font-size: .9em;
    padding-bottom: 105px;
    padding-top: 2rem
}

@media (min-width: 992px) {
    #page-footer {
        padding-bottom: 2rem
    }
}

#page-footer a {
    text-decoration: none
}

#page-footer .menu {
    list-style-type: none;
    padding: 0
}

#page-footer .menu li {
    margin-bottom: .7em
}

#page-footer .menu a {
    display: inline-block;
    line-height: 1.15;
    padding-bottom: .3em
}

#page-footer .legal {
    margin-top: 3em
}

#page-footer .legal .menu {
    gap: 1rem
}

#page-footer .ize-fire .flex {
    gap: 1em;
    line-height: 1.1;
    margin: 1em 0
}

#ize-fire-logo {
    fill: var(--base-color, #383838);
    width: 60px
}

.contact {
    list-style-type: none;
    padding: 0
}

.contact li {
    gap: .5em
}

.contact a {
    display: inline-block;
    padding: .2em 0
}

.accordion details {
    border-bottom: 1px solid var(--border-color, hsla(0, 0%, 53%, .1))
}

.accordion details:first-of-type {
    border-top: 1px solid var(--border-color, hsla(0, 0%, 53%, .1))
}

.accordion details > .title {
    color: var(--headline-color, #000);
    cursor: pointer;
    line-height: 1.25;
    list-style: none;
    padding: 1.2em 2em 1.2em .5em;
    position: relative
}

.accordion details > .title:after, .accordion details > .title:before {
    background-color: var(--base-color, #383838);
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    right: .5em;
    top: 50%;
    width: .8em
}

.accordion details > .title:after {
    transform: rotate(90deg)
}

.accordion details > .title::-webkit-details-marker {
    display: none
}

.accordion details[open] > .title:after {
    opacity: 0
}

.accordion .content {
    font-size: .9em;
    padding: 0 .5em 1em
}

.cssanim details > .title:after {
    transition: opacity .25s linear
}

.references {
    font-size: .9em;
    list-style-type: none;
    padding: 3em 0
}

@media (min-width: 768px) {
    .references {
        -moz-columns: 2;
        column-count: 2;
        -moz-column-gap: clamp(1.5rem, 4vw, 3rem);
        column-gap: clamp(1.5rem, 4vw, 3rem)
    }
}

.references li {
    -moz-column-break-inside: avoid;
    box-shadow: inset 2px 0 var(--border-color, hsla(0, 0%, 53%, .1));
    break-inside: avoid-column;
    margin-bottom: 1.5em;
    padding-left: 1em
}

.references li:hover {
    --alpha: .3;
    box-shadow: inset 2px 0 rgba(210, 66, 55, var(--alpha, .9))
}

.references .desc {
    font-size: 80%
}

.references .info {
    display: block;
    opacity: .5
}

.cssanim .references li {
    transition: box-shadow .25s ease-in-out
}

.benefits {
    list-style-type: none;
    padding-left: 0
}

.benefits li {
    margin: 4em 0;
    position: relative
}

@media (min-width: 768px) {
    .benefits li {
        padding-left: 3vw
    }
}

.benefits [data-number]:before, .benefits [data-year]:before {
    color: var(--border-color, hsla(0, 0%, 53%, .1));
    content: "";
    display: inline-block;
    font-size: 5em;
    left: 0;
    line-height: 1;
    position: absolute;
    top: 0;
    transform: translateY(-60%)
}

.benefits [data-number]:hover:before, .benefits [data-year]:hover:before {
    --alpha: .2;
    color: rgba(210, 66, 55, var(--alpha, .9))
}

.benefits [data-number]:before {
    content: attr(data-number)
}

.benefits [data-year]:before {
    content: attr(data-year)
}

.block {
    display: block
}

.grid {
    display: grid
}

.flex {
    display: flex
}

.flex.col {
    flex-direction: column
}

.flex.ic {
    align-items: center
}

.flex.jc {
    justify-content: center
}

.flex.jsb {
    justify-content: space-between
}

.sticky {
    position: sticky;
    top: 0
}

.bg-clip-text {
    -webkit-background-clip: text;
    background-clip: text
}

.bg-clip-content {
    background-clip: content-box
}

.gap-r {
    margin-bottom: 10vw;
    margin-top: 10vw
}

.gap-c {
    gap: clamp(1.5rem, 4vw, 3rem)
}

.aspect.video {
    aspect-ratio: 16/9
}

.aspect > img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

::-moz-selection {
    background: #d24237;
    color: var(--base-bg-color, #fff)
}

::selection {
    background: #d24237;
    color: var(--base-bg-color, #fff)
}

.follower {
    align-items: center;
    border-radius: 50%;
    display: flex;
    height: 8rem;
    justify-content: center;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    position: fixed;
    top: 0;
    transform-origin: center;
    width: 8rem;
    z-index: 1
}

@media (prefers-reduced-motion) {
    .follower {
        display: none
    }
}

.follower .follower__content {
    align-items: center;
    color: var(--base-bg-color, #fff);
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    height: 0;
    overflow: hidden;
    position: relative;
    transform-origin: center;
    white-space: nowrap
}

.follower .follower__after, .follower .follower__before {
    border-radius: 50%;
    content: "";
    height: 1rem;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center;
    width: 1rem
}

.follower .follower__after {
    --alpha: .2;
    background-color: #d24237;
    box-shadow: 0 0 1px rgba(210, 66, 55, var(--alpha, .9));
    mix-blend-mode: darken;
    opacity: .7
}

.follower .follower__before {
    background-color: var(--border-color, hsla(0, 0%, 53%, .1));
    opacity: 0
}

body:not(:hover) .follower {
    display: none
}

.slides-container {
    background-color: var(--border-color, hsla(0, 0%, 53%, .1));
    display: flex;
    flex: 1;
    margin-top: 2em;
    max-width: 750px;
    padding: 1.6rem;
    position: relative
}

.slides-container .icon {
    fill: var(--base-color, #383838);
    left: 0;
    position: absolute;
    top: 0;
    transform: translate(-25%, -25%)
}

.slides-container footer {
    font-size: 80%;
    margin-top: .5em;
    opacity: .8
}

.slides-container:after {
    border-color: transparent transparent var(--base-bg-color, #fff) transparent;
    border-style: solid;
    border-width: 0 0 2em 2em;
    bottom: 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    width: 0
}

.slides-inner {
    min-height: 150px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.slide {
    margin: 0;
    position: absolute;
    width: 100%
}

.controls {
    display: flex;
    height: 70px;
    min-height: 70px;
    padding: 10px
}

.controls button {
    background: transparent;
    border: none;
    margin: 0 .5em
}

.controls button svg {
    fill: var(--base-color, #383838)
}

.controls button:hover svg {
    fill: #d24237
}

.controls button#prevButton svg {
    transform: rotate(180deg)
}

.sr-only {
    clip: rect(0, 0, 0, 0);
    border-width: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.sr-only:focus {
    clip: auto;
    clip: auto !important;
    background-color: #eee;
    color: #333;
    display: inline-block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    margin: 0;
    overflow: visible;
    padding: .3em .5em;
    text-decoration: none;
    top: 5px;
    white-space: normal;
    width: auto;
    z-index: 1000
}

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