
/* CONTAINER FOR LEFT MARGIN OF 8%  SIDEBAR */
.margin-l8{
    width: 92%;
    margin-left: 8%;
}

@media only screen and (max-width:1050px){
    .margin-l8{
        width: 100%;
        margin-left: 0%;
    }
}

.section_band {
    height: 25px;
    color: white;
    background-color: #1f4d78;
    font-family: "Open Sans", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif!important;
    width: 92%;
    margin-left: 8%;
    padding-left: 20px;
    font-size: 15px;
    font-weight: unset!important
}


/* TEXT OPEN_SANS FOR KATALYZE */

.text-14{
    font-size: 14px;
    color: rgba(0, 0, 0, 0.87);
    line-height: 1.65;
    font-family: "Open Sans", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif!important;
}

.p-14{
    font-size: 14px !important;
    color: rgba(0, 0, 0, 0.87) !important;
    line-height: 1.65 !important;
    font-family: "Open Sans", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif!important;
}

a:hover{
    text-decoration: unset !important;
}


.list-group-item{
    border-bottom: 0.5px solid #1f4d78 !important ;
    border-top: 0.5px solid #1f4d78 !important ;
    margin: 0 10px ;
}

.show{
    border: 0.5px solid white !important;
    background-color: #1f4d78 !important;
    color: white;
}
.dropleft{
    background-color: white !important;
}
.dropdown-item{
    color: white !important;
}
.dropdown-item:hover{
    color: #1f4d78 !important;
}

.carousel-control-next{
    width: 20px !important;
    margin-right: 2%;
}

.carousel-control-prev{
    width: 20px !important;
    margin-left: 2%;
}

@media only screen and (max-width:1050px){
    
}

/* footer */
.footer-katalyze{
    background-color: #383838;
}

.socialLink{
    font-size: 25px;
}





/* COOKIES */

.cookies {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 10000000000000;
}


/* RECAPTCHA hidden */

.grecaptcha-badge {
    visibility: hidden
}