html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn{
    border-radius:1px!important;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Poppins','Helvetica Neue',Helvetica,Arial,sans-serif;
    margin-bottom: 60px;
    background-color: #f7f7fc;
}

card {
    background-color: #fff;
}

.footer {
    background-color: #000;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .footer .footer-logo img {
        width: 100px; /* Adjust the size as needed */
    }

    .footer h5 {
        font-weight: bold;
        font-size: 1.2em;
    }

    .footer a {
        color: #00f; /* Use the same blue color as in the screenshot */
        text-decoration: none;
        font-size: 0.9em;
    }

        .footer a:hover {
            text-decoration: underline;
        }

    .footer address {
        font-style: normal;
        line-height: 1.6;
        font-size: 0.9em;
    }

    .footer .list-unstyled {
        padding-left: 0;
        list-style: none;
    }

    .footer .text-center p {
        font-size: 0.8em;
    }

.btn.customer-option {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .btn.customer-option span {
        margin-bottom: 5px;
    }

.icon-B2B-B2C {
    font-size: 7em
}

.customer-option {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 50px 20px;
    cursor: pointer;
}

    .customer-option:hover {
        background-color: #808080;
    }

.customer-option-suspectederror {
    text-align: left;
    padding: 10px 20px;
    cursor: pointer;
}

    .customer-option:hover {
        background-color: #808080;
    }

.btn-custom {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 10px 20px;
}

.navigation-buttons {
    margin-top: 20px;
}

    .navigation-buttons .btn {
        width: 150px;
    }

.button-text {
    margin-left: 10px;
    background-color: black;
}

.btn-background-image {
    background-size: cover; /* Adjust to fit the button */
    background-position: center;
    background-repeat: no-repeat;
    min-height: 200px;
    display: flex;
    justify-content: flex-end !important; /* Aligns content to the left */
    align-items: flex-start !important;
    margin-bottom: 20px;
}

.dome {
    background-image: url('https://www.lefeufires.dk/media/mf_webp/jpg/media/wysiwyg/Dome.webp');
}


.eye {
    background-image: url('https://www.lefeufires.dk/media/mf_webp/jpg/media/wysiwyg/Eye.webp');

}

.clever {
    background-image: url('https://www.lefeufires.dk/media/mf_webp/jpg/media/wysiwyg/Clever.webp');
}

.accessories {
    background-image: url('../images/accessories.png');
}

.gasregulator {
    background-image: url('../images/gasregulator.png');
}

.patio {
    background-image: url('../images/patio.png');
}

.turtle {
    background-image: url('../images/turtle.png');
}

.grill {
    background-image: url('../images/grill_hero_pic.webp');
}

.btn-background-image span {
    padding: 0.3em 1.5em;
    margin-left: -20px;
    margin-bottom: -20px!important;
}

textarea{
    min-height: 20em;
}

#postingIndicator {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    z-index: 9999;
}

    #postingIndicator h2 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.progress{
    width: 50%;
}

.form-floating label {
    padding-left: 2em!important;
}

#forwardMessage{
    color: red;
}