/*! Eine paas-medien.de Produktion */
@font-face {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/font/worksans_regular.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/font/worksans_bold.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(/font/Lexend-ExtraBold.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
    font-family: 'Work Sans', sans-serif;
    background: url('/img/mtx_x_margin.svg') repeat 0 0 / 120px 120px,
        linear-gradient(0deg, rgba(23,44,75,1) 0%, rgba(53,147,192,1) 100%);
    background-attachment: fixed;
    background-blend-mode: soft-light;
    line-height: 1.1;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Lexend', sans-serif;
    font-weight: 800;
    line-height: 1.1 !important;
}

#debug {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    width: 100vw;
    padding: 5px;
    margin: 0;
    display: none;
}

.icon-bar .icon.active {
    opacity: 1 !important;
}

.icon-bar svg {
    width: 16px;
    height: 16px;
    fill: white;
}

.icon-bar .icon svg {
    width: 24px;
    height: 24px;
}
@media (min-width: 768px) {
    .icon-bar .icon svg {
        width: 36px;
        height: 36px;
    }
}

input[name="heating"]:hover+label,
input[name="heating"]:checked+label,
input[name="housing-cost-covered"]:hover+label,
input[name="housing-cost-covered"]:checked+label,
input[name^="drive-type-"]:hover+label,
input[name^="drive-type-"]:checked+label, .tab-button.active, .tab-button:hover {
    background: white;
    color: black;
    fill: black;
}
.pm_overlay {
    background: linear-gradient(0deg, rgba(23,44,75,1) 0%, rgba(53,147,192,1) 100%);
    position: fixed;
    height: 100vh;
    width: 100vw;
    margin: 0;
    padding: 0;
    z-index: 99999999999;
    top: 0;
    left: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}
.pm_overlay img {
    -webkit-animation: pm_pulse 4s ease-in-out infinite;
    -moz-animation: pm_pulse 4s ease-in-out infinite;
    animation: pm_pulse 4s ease-in-out infinite;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    width: 5%;
    max-width: 5%;
}
@-webkit-keyframes pm_pulse {
    0% {
        -webkit-transform: scale(3);
    }

    33% {
        -webkit-transform: scale(1.5) rotate3d(1, 1, 1, 90deg);
    }
    66% {
        -webkit-transform: scale(1.5) rotate3d(-1, -1, -1, 90deg);
    }
    100% {
        -webkit-transform: scale(3);
    }
}
@-moz-keyframes pm_pulse {
    0% {
        -moz-transform: scale(3);
    }

    33% {
        -moz-transform: scale(1.5) rotate3d(1, 1, 1, 90deg);
    }
    66% {
        -moz-transform: scale(1.5) rotate3d(-1, -1, -1, 90deg);
    }
    100% {
        -moz-transform: scale(3);
    }
}
@keyframes pm_pulse {
    0% {
        transform: scale(3);
    }

    33% {
        transform: scale(1.5) rotate3d(1, 1, 1, 90deg);
    }
    66% {
        transform: scale(1.5) rotate3d(-1, -1, -1, 90deg);
    }
    100% {
        transform: scale(3);
    }
}
#start-button {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    background: linear-gradient(to right, #8BD8A2, #08B8A2, #8BD8A2);
    background-size: 200% auto;
}

#start-button:hover {
    background-position: right center;
}

input[type="range"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 25px;
    background: transparent;
    outline: none;
    opacity: 1;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: opacity .2s;
    border-radius: 25px;
    border: 2px solid white;
}

input[type="range"]::-webkit-slider-thumb {
    background: #8BD8A2 !important;
    -webkit-appearance: none;
    appearance: none;
    width: 35px;
    height: 35px;
    border-radius: 35px;
}
input[type="range"]::-moz-slider-thumb {
    background: #8BD8A2 !important;
    appearance: none;
    width: 35px;
    height: 35px;
    border-radius: 35px;
}
:focus-visible, input[type="radio"]:focus-visible+label {
    outline: #8BD8A2 2px solid !important;
}

