

@font-face {
    font-family: "boschsans";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/boschsans-bold-webfont.eot?") format("eot"),url("../fonts/boschsans-bold-webfont.woff2") format("woff2"),url("../fonts/boschsans-bold-webfont.woff") format("woff"),url("../fonts/boschsans-bold-webfont.ttf") format("truetype"),url("../fonts/boschsans-bold-webfont.svg#boschsans") format("svg")
}

@font-face {
    font-family: "boschsans";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/boschsans-regular-webfont.eot?") format("eot"),url("../fonts/boschsans-regular-webfont.woff2") format("woff2"),url("../fonts/boschsans-regular-webfont.woff") format("woff"),url("../fonts/boschsans-regular-webfont.ttf") format("truetype"),url("../fonts/boschsans-regular-webfont.svg#boschsans") format("svg")
}

@font-face {
    font-family: "boschsans";
    font-style: normal;
    font-weight: 100;
    src: url("../fonts/boschsans-light-webfont.eot?") format("eot"),url("../fonts/boschsans-light-webfont.woff2") format("woff2"),url("../fonts/boschsans-light-webfont.woff") format("woff"),url("../fonts/boschsans-light-webfont.ttf") format("truetype"),url("../fonts/boschsans-light-webfont.svg#boschsans") format("svg")
}


@font-face {
    font-family:icons;
    src:url(../fonts/icons.woff2) format("woff2"),
    url(../fonts/icons.woff) format("woff"),
    url(../fonts/icons.ttf) format("truetype"),
    url(../fonts/icons.svg#icons) format("svg")
}


html, body {
    /*font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    /*background-color: #2E363F;*/
    font-family: boschsans,"Helvetica Neue",Helvetica,Arial,sans-serif !important;
    background: #fff;
    color: #000;
    height: 100%;
    font-size: 16px;
    line-height: 1.5;
}

h1{
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 32px;
    color: #000;
}

h2{
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 24px;
    color: #000;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

/* main contaier */


.colorline{
   position: absolute;
    left: 0;
    width: 100%;
    height: 16px;
   /* content: "xx";*/
    background: url("../img/shape_horizontal.svg") no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-size: cover;
    background-position: center center;


}

body> div.container-fluid{

}

body> div.container{
    color: black;
    background: #fff;
    /*max-width: 1170px;*/
    margin-left: auto;
    margin-right: auto;
    position: relative;

}

/* logo */
.identifier-logo .a-identifier {
    width: 52%;
    float: right;
    text-align: right;
    font-weight: 100;
    font-size: 1.5rem;
    line-height: 1.2;
    margin: 0;
}
.a-logo.svg-logo svg {
    width: 130px;
    height: 50px;
}

.banner img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    object-position: top;
}

/* popover */
.custom-popover {
    --bs-popover-max-width: auto;
    --bs-popover-border-color: rgb(0, 123, 192);
    --bs-popover-header-bg: rgb(0, 123, 192);
    --bs-popover-header-color: var(--bs-white);
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: .5rem;
}

.main {

}

footer h2{
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
}

footer .footer-links{
    border-top: 1px solid #8a9097;
    font-size: .75rem;
    font-weight: 400;

}

/* serarch */
#searchbox input{
    background-color: rgb(224, 226, 229);
    border: 0;
    border-bottom: 1px gray solid;
    padding: 13px 10px 14px 10px;
}

/* buttons */
.btn-primary{
    background-color: rgb(0, 123, 192) !important;
    color: white !important;
    border-radius: 0 !important;
    border: 0;
    padding: 13px 10px 14px 10px;
}

/* SMALLER DISPLAY */
@media (max-width:1200px) {

}

/** MOBILE STYLE */
@media (max-width: 767.98px) {
    h1{
        font-size: 2rem;
    }

    h2, footer h2{
        font-size: 1.5rem;
    }





    .identifier-logo .a-identifier{
        font-size: 1rem;
    }

}