body {
    touch-action: none;
    overflow-y: auto;
    width: 100%;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #4c4e54;
    text-align: left;
    background-color: #fff;
}

#app {
    height: 100%;
}

p {
    margin: 0;
}

* {
    box-sizing: border-box;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
}

*,
::after,
::before {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

.nowrap {
    text-wrap: nowrap;
}

@media (max-width: 925px) {
    footer .d-flex {
        display: block !important;
    }

    footer button {
        margin-top: 6px;
    }
}

@media (max-width: 1200px) {
    .px-100 {
        padding-inline: 20px;
    }

    footer {
        padding: 20px;
    }
}

@media (min-width: 1201px) {
    .px-100 {
        padding-inline: 100px;
    }

    footer {
        padding: 100px;
    }

    footer .item {
        width: calc(100% / 8);
        text-align: center;
        border-right: 1px solid #3a3e4a;
    }
}

footer {
    background: #101115;
}

footer .item,
footer .des {
    color: #9ba0ae !important;
}

footer .btn-secondary {
    background: #2c2f38;
    color: white;
    font-size: 14px;
    font-weight: 700;
    border: none;
}

.ver-line {
    width: 1px;
    height: 20px;
    background: #dde1e8;
}

.main {
    min-height: calc(100vh - 180px);
}

.main-content {
    /* background-image: url("/images/icons/home.png");
    background-repeat: no-repeat, repeat;
    background-position: bottom;
    background-size: cover;
    min-height: calc(100vh - 180px);
    position: relative; */
    /* background-color: #101115; */
    background-color: white;
}

.home {
    /* width: 100%;
    min-height: calc(100vh - 180px);
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; */

    /* background-image: url('/images/icons/home.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    min-height: calc(100vh - 180px);
    position: relative;
    color: white; */
}

/* customer dev */
/* Responsive Breakpoints */



/* Tablets bis 720px */
@media (max-width: 720px) {
    .home .home__content--title {
        font-size: 1.4rem;
    }

    .home .home__content--des {
        font-size: 1rem;
    }

    .home .button--box {
        bottom: -60px;
    }

    .home .button--box .btn{
        font-size: 0.9rem;
        padding: 8px 16px;
        height: 40px !important;
    }
}

/* Mobilgeräte bis 480px */
@media (max-width: 480px) {
    .home .home__content--title {
        font-size: 1.2rem;
    }

    .home .home__content--des {
        font-size: 0.8rem;
    }

    .container {
        padding: 10px;
    }

    .home .button--box .btn{
        font-size: 0.7rem;
        padding: 8px 16px;
        height: 36px !important;
    }
}

/* Große Bildschirme ab 1150px */
/* @media (min-width: 1150px) {
    .container {
        max-width: 1000px;
    }

    .home h1 {
        font-size: 2rem;
    }

    .home p {
        font-size: 1.5rem;
    }
} */

/* customer dev */

.form-label {
    font-weight: 600;
    font-size: 14px;
}

.form-control {
    font-size: 14px;
    height: 40px;
}

.form-error .form-control,
.form-error .form-select {
    border-color: #fda59b;
}

.error-message {
    display: none;
}

.form-error .error-message {
    color: #eb5146;
    margin-top: 4px;
    display: block;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #0f4abe;
    color: white;
}

.disabled-hover-btn:hover {
    background: white !important;
    color: black !important;
}

.form-select,
.form-control {
    background-color: transparent;
}

.font-500 {
    font-weight: 500;
}

.font-600 {
    font-weight: 600;
}

.font-700 {
    font-weight: 700;
}

.font-800 {
    font-weight: 800;
}

.btn-danger {
    background: #EB5146 !important;
    font-weight: 700;
    font-size: 14px;
}

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