@font-face {
    font-family: 'Siemens';
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/siemenssans-roman-webfont.eot");
    src: url("../fonts/siemenssans-roman-webfont.eot?#iefix") format("embedded-opentype"),url("../fonts/siemenssans-roman-webfont.woff") format("woff"),url("../fonts/siemenssans-roman-webfont.ttf") format("truetype"),url("../fonts/siemenssans-roman-webfont.svg#SiemensSans-Roman") format("svg")
}

@font-face {
    font-family: 'Siemens';
    font-style: normal;
    font-weight: 800;
    src: url("../fonts/siemenssans-bold-webfont.eot");
    src: url("../fonts/siemenssans-bold-webfont.eot?#iefix") format("embedded-opentype"),url("../fonts/siemenssans-bold-webfont.woff") format("woff"),url("../fonts/siemenssans-bold-webfont.ttf") format("truetype"),url("../fonts/siemenssans-bold-webfont.svg#SiemensSans-Bold") format("svg")
}

@font-face {
    font-family: 'Siemens';
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/siemensSerif-semibold-webfont.eot");
    src: url("../fonts/siemensSerif-semibold-webfont.eot?#iefix") format("embedded-opentype"),url("../fonts/siemensSerif-semibold-webfont.woff") format("woff"),url("../fonts/siemensserif-semibold-webfont.ttf") format("truetype"),url("../fonts/siemensserif-semibold-webfont.svg#siemensserif-semibold") format("svg")
}

@font-face {
    font-family: 'icons';
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/icons-siemens.woff2");
    src: url("../fonts/icons-siemens.woff2") format("woff2")
}


html, body {
    /*font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    /*background-color: #2E363F;*/
    font-family: "Siemens", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #fff;
    color: #000;
    height: 100%;
    font-size: 16px;
    line-height: 1.5;
}

h1{
    font-size: 3rem;
    font-weight: normal;
    line-height: 1.3;
    margin: 0 0 32px;
    color: #000;
}

h2{
    font-size: 2rem;
    font-weight: normal;
    line-height: 1.3;
    margin: 0 0 24px;
    color: #000;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

/* main contaier */



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: 12px;
    line-height: 18px;
    margin: 0;
    letter-spacing: .03em;
    color:white;
}
.a-logo img {
    width: 140px;
}

.banner {
    position: relative;
}
.banner h1{
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    font-weight: 100;
    font-size: 4.8rem;
    padding: 150px 0 0 70px;
}

.banner img {
    width: 100%;
    max-height: 450px;
    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 {
    background-color: rgb(43, 47, 67);
    height: auto;
}


footer .footer-links{
    font-size: .75rem;
    font-weight: 400;
    color: white;


}

/* 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(60, 200, 190) !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: 0.8rem;
    }

    .banner h1{

        position: absolute;
        top: 0px;
        left: 0px;
        text-align: center;
        width: 100%;
        z-index: 1;
        font-weight: 100;
        font-size: 2rem;
        padding: 40px 0 0 0;
    }

}