@font-face {
    font-family: STIHLContrafaceText;
    src: url(/fonts/STIHLContrafaceText.otf);
}

body {
    font-family: STIHLContrafaceText !important;
}

.bold{
    font-weight: bold;
}

.error{
    color: #f00;
    font-style: italic;
    font-size: 14px;
}

#message {
    position: fixed;
    top: 10%;
    right: 20%;
    width: 30%;
    z-index: 9999;
}
#inner-message {
    margin: 0 auto;
}
.alert{
    font-size: 20px;
    --bs-alert-padding-y: 2rem;
}

.fr-menu-items{
    font-weight: bold;
    font-size: 14px;
}

.fr-menu-items-cont{
    text-align: center;
    min-height: 70px;
    padding: 20px 0px 20px 0px;
    border-width: 0px 0px 1px 0px; /* top right bottom left */
    border-style: solid solid solid solid;
    border-color: #B1B1B1 #B1B1B1 #B1B1B1 #B1B1B1;
}

.fr-menu-items-cont-img > img{
    height: 70px;
    padding: 0px 0px 0px 0px;
}

.navbar .fr-menu-items-cont {
    width: 100%;
    text-align: center;
}
.navbar .fr-menu-items-cont-img {
    width: 100%;
    text-align: center;
}

@media only screen and (min-width: 992px) {
    .fr-menu-items-cont{
        text-align: center;
        min-height: 70px;
        padding: 20px 0px 20px 0px;
        border-width: 1px 0px 1px 1px; /* top right bottom left */
        border-style: solid solid solid solid;
        border-color: #B1B1B1 #B1B1B1 #B1B1B1 #B1B1B1;
    }

    .navbar-expand-lg .navbar-collapse{
        display: block!important;
    }
    .navbar .fr-menu-items-cont {
        width: 22%;
        text-align: center;
    }
    .navbar .fr-menu-items-cont-img {
        width: 12%;
        text-align: left;
    }
}

.main-banner{
    width: 100%;
}

.icon-images{
    height: 15rem;
    bottom: 0;
}

hr{
    font-weight: bold;
    color: #000;
    opacity: 1;
    border-top: 2px solid;
}

.form-control{
    background-color: #DADADA;
    border-radius: 0px;
}

.select2-container--default .select2-selection--single{
    background-color: #DADADA;
    border-radius: 0px;
    border: 0px;
	height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    background-color: #DADADA;
    border-radius: 0px;
    border: 1px solid #ced4da;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}
.select2-dropdown{
    background-color: #DADADA;
    border-radius: 0px;
    border: 0px;
    top: 10px;
}

.btn{
    border-radius: 0px;
    font-size: 20px;
    padding: 15px 70px;
}

.explanation{
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
    border-bottom: 1px solid #F37A1F;
}

checks a, checks a:hover{
    font-weight: bold;
    cursor: pointer;
    border-bottom: 1px solid #F37A1F;
    text-decoration: none;
    color: #000000;
}

.accordion-button:not(.collapsed){
    color: black;
    background-color: white;
    font-size: 20px;
    font-weight: bold;
}

.accordion-item{
    border: 0px;
}

.accordion-button{
    font-size: 20px;
    font-weight: bold;
}



footer{
    margin: 50px 0px 0px 0px;
    padding: 15px 0px 0px 0px;
    height: 50px; 
    background-color: #F37A1F;
}

footer a, footer a:hover{
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__clear{
	height: 38px;
}