﻿@media (min-width: 992px) {
    .navbar-nav .nav-link {
        padding-top: 1.75rem;
        padding-bottom: 0.25rem;
        border-radius: .45rem;
    }
}
@media (max-width: 991px) {
    .navbar-brand img {
        height: 28px;
    }

    h5, strong, span, label {
        font-size: 2vw;
    }

    input::placeholder select::placeholder {
        font-size: 2vw;
    }

    select > option {
        font-size: 2.5vw;
    }

    select.ftform-text-input {
        font-size: 2vw;
    }
}

@media (max-width:720px) {
    h5, strong {
        font-size: 14px;
    }

    span, label {
        font-size: 13px;
    }

    input::placeholder {
        font-size: 13px;
    }

    select > option {
        font-size: 13px;
    }

    select.ftform-text-input {
        font-size: 13px;
    }
    #form1 > main > section.section.section-header.bg-primary-app.text-dark.pb-md-10 > div > div > div:nth-child(1) > p:nth-child(6) > a > img {
        max-width:70%;
    }
}

.ddl-wrapper {
    flex-wrap: wrap;
}

.w-15 {
    width: 15%;
}

.w-35 {
    width: 35%;
}

#cookieConsentContainer {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 20px;
}

    #cookieConsentContainer a {
        color: #f1683a;
        font-weight: bold;
    }

#navbar-main > div > div.d-flex.align-items-center > a.btn.btn-outline-soft.ml-md-3.animate-up-2.d-none.d-lg-block {
    display: block !important;
}

.bg-tertiary {
    background-color: #ffe3db !important;
}

.btn-tertiary {
    background-color: #f1683a !important;
}

.text-secondary-app {
    color: #1c2540 !important;
    font-weight: bold;
}

.ddlBudskap option {
    /*Får inte till padding inuti dropdown*/
}
.bg-primary-app {
    background: rgb(228,243,246) !important;
    background: linear-gradient(180deg, rgba(228,243,246,1) 0%, rgba(255,255,255,1) 100%) !important;
}
.text-secondary-app {
    font-size: 2.5rem;
}
@media (max-width: 991.98px) {
    .text-secondary-app {
        font-size: 1.875rem;
    }
}