﻿@font-face {
    font-family: 'bosch-sans';
    src: url('Bosch-font/BoschSans-Regular.otf') format('opentype');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family: 'bosch-sans';
    src: url('Bosch-font/BoschSans-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'bosch-sans';
    src: url('Bosch-font/BoschSans-RegularItalic.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}


* {
    font-family: bosch-sans, sans-serif; /* Use your custom font and fallback to a generic sans-serif font */
}
h1,h2,h3{
    font-family:bosch-sans,sans-serif !important;
}
@media only screen and (max-width: 767px) {
    h1{
        font-size:22px;
        margin-top:6px;
        margin-bottom:6px;
    }
    h2 {
        font-size: 16px;
    }

    h3 {
        font-size: 14px;
    }
}

.iframe-main .header{
    position:fixed;
    height:46px;
    width:100%;
    z-index:99;
    top:0;
}
.iframe-body-wrapper{
    margin-top:30px;
    padding-top:50px;
}
/* ------------------------------- iFrame ------------------------------- */
.iframe-wrapper {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    overflow: hidden;
    z-index: 9999;
}

    .iframe-wrapper iframe {
        width: 100%;
        height: 100%;
    }

.container-fluid-iframe {
    background-color: #F6F7FB;
    box-shadow: none;
}

(-webkit-overflow-scrolling: touch) .iframe-wrapper {
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.iframe-title-bar .title {
    text-align: center;
    font-size: 18px;
    line-height: 50px;
}

.iframe-title-bar .close-iframe {
    height: 20px;
    width: 22px;
    display: inline-block;
    color: #000;
    background: url('../images/icon_sprite.png') no-repeat -6px -2178px;
    cursor: pointer;
}

.iframe-title-bar .right {
    position: absolute;
    right: 8px;
    top: 0;
}
/* ------------------------------- iFrame SLUT------------------------------- */
