body {
    margin: 0;
    padding: 0;

    font-family: "Segoe UI", Arial, sans-serif;
}

.hide {
}
.show {
    display: block;
}
.btnHome {
    padding: 6px;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 17px;
}
.accessOverlay {
    width: 100%;
}

.accessNextBtn,
.accessPrevBtn {
    right: 8px;
    padding: 13px;
    padding-top: 6px;
    padding-bottom: 8px;
    font-weight: bold;
    border: 2px solid red;
    background-color: #00000048;
    color: white;
    font-weight: bold;
}
.pdfDowloadVac {
    font-size: 14px;
    font-weight: bold;
}
.container {
    height: 100%;
}
.mobile {
    display: block;
    width: 100%;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
li {
    float: left;
    margin: 2px;
}
ul:last-child {
    clear: left;
}
nav,
div:last-child {
    clear: left;
}

.grid_menu {
    display: none;
    color: white;
    grid-template-areas: "left right";
    border-bottom: 1px solid grey;
}
.grid_menu h4 {
    color: red;
    margin-top: 10px;
}
.grid_menu_left {
    grid-area: left;
    padding: 20px;
    justify-self: left;
    position: relative;
}

.grid_menu_right {
    grid-area: right;
    padding: 20px;
    justify-self: left;
    position: relative;
}

.grid_3 {
    display: grid;
    justify-items: center;
    min-height: 450px;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    grid-template-rows: auto;
    padding-top: 20px;

    grid-template-areas:
        "left"
        "mid"
        "right"
        "full";
}

.grid_3 img {
    border: none;
    border-radius: 15px;
    width: 100%;
}
.grid_3F {
    grid-area: full;

    padding: 20px;
    justify-self: center;
    position: relative;
}
.grid_3L {
    grid-area: left;
    padding: 20px;
    justify-self: stretch;
    position: relative;
}
.grid_3M {
    grid-area: mid;
    padding: 20px;
    justify-self: stretch;
    position: relative;
}
.grid_3R {
    grid-area: right;
    position: relative;
    padding: 20px;
    justify-self: stretch;
}

.grid_main {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto;
    grid-template-areas:
        "left"
        "right";
}
.grid-left {
    grid-area: left;
    text-align: center;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    background: black;
}
.grid-right {
    grid-area: right;
}

.navBar {
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
    height: 90px;
    background: rgb(0, 0, 0);
    background: linear-gradient(
        -180deg,
        rgba(0, 0, 0, 1) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    display: none;
}
.menu {
    height: 30px;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    background: rgb(0, 0, 0);
    padding-left: 20px;
}
.mobileMenu {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 5000;
    overflow-y: scroll;
    display: none;
}
/*
.mobMenu a {
    display: block;
    margin-right: 30px;
    color: white;
    font-weight: 600;
    font-size: 22px;
    text-decoration: none;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid grey;
}
.mobMenuSep {
}

.mobMenu li {
    float: none;
    margin: 10px;
    text-align: left;
    display: grid;
}
.mobMenu li li {
    float: none;
    margin: 10px;
    color: white;
}
*/
.hamburger {
    background-image: url("/img/hb.png");
    width: 40px;
    height: 40px;
    margin: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
}

.hamburgerOpenTab {
    background-image: url("/img/hbopen.png");
    width: 40px;
    height: 40px;
    margin-top: -2px;
    position: absolute;
    right: 20px;
}
.hamburgerClose {
    background-image: url("/img/hbclose.png");
}

.menu span {
    background-image: url("/concept/img/ok.png");
    background-repeat: no-repeat;
    background-position: 0px 7px;
    background-size: 14px 14px;

    display: block;
    padding: 4px;
    padding-left: 20px;
    padding-right: 20px;
    color: white;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
}
.submenu {
    max-width: 1920px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
}

.menu,
.submenu {
    display: none;
}
/*
.submenu li a:first-child {
    display: block;

    font-size: 18px;
    text-decoration: none;
    width: 100%;
    padding: 0px;
}
.submenu li a {
    display: block;
    padding: 4px;
    margin-right: 50px;
    color: white;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    width: 100%;
}
*/
.logo {
    width: 140px;
    margin-left: 39px;
}
.logoMoblie {
    width: 130px;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 600;
    margin: 0px;
    margin-bottom: 20px;
    text-shadow: 2px 1px 4px #000;
}
.intro {
    display: none;
}

@media only screen and (min-width: 1024px) {
    .mobile {
        display: none;
    }
    .pdfDowloadVac {
        font-size: 19px;
    }
    .headerImage {
        position: relative;
        /*   background-image: url("/img/home2.png")
        background-repeat: no-repeat; background-position: center;
        background-position-y: -50px;
        height: 1020px;;*/
    }
    .grid_main {
        display: grid;
        grid-template-columns: 50%;
        grid-template-rows: auto;
        grid-template-areas: "left right";
    }
    .grid_3 {
        display: grid;
        justify-items: center;
        min-height: 450px;
        max-width: 1880px;
        margin-left: auto;
        margin-right: auto;
        background-color: #fff;
        grid-template-rows: auto;
        padding: 20px;
        grid-template-areas:
            "left mid right"
            "full full full";
    }

    .grid-left {
        grid-area: left;
        text-align: center;
        color: white;

        padding-bottom: 30px;
        background: none;
    }
    .navBar {
        display: block;
    }

    .introMobile {
        display: none;
    }
    .intro {
        display: block;
    }
}

@media only screen and (min-width: 1280px) {
    .menu,
    .submenu {
        display: block;
    }

    h1 {
        font-size: 2.9rem;
        line-height: 3rem;
        font-weight: 600;
        margin: 0px;
        margin-bottom: 20px;
        text-shadow: 2px 1px 4px #000;
    }
}

.CYO {
    width: 16rem;
    margin-top: 17px;
    margin-bottom: -10px;
}
.CYOMobile {
    width: 210px;
    margin-top: 11px;
    margin-bottom: -10px;
    margin-left: auto;
    margin-right: auto;
}

.btn-red {
    color: white;
    background: rgb(220 38 38);
    border-radius: 5px;
    padding: 4px 8px 6px 6px;
    width: 100%;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    font-size: 11px;
}

.introMobile h1 {
    font-size: 28px;
    line-height: 29px;
    text-shadow: 2px 1px 4px #000;
}

@media only screen and (min-width: 640px) {
    .introMobile h1 {
        font-size: 32px;
        line-height: 33px;
        text-shadow: 2px 1px 4px #000;
    }
    .btn-red {
        color: white;
        background: rgb(220 38 38);
        border-radius: 5px;
        padding: 4px 8px 8px 6px;
        width: 100%;
        font-weight: 600;
        cursor: pointer;
        text-decoration: none;
    }
    .accessOverlay {
        width: 50% !important;
    }
}

.introMobile {
    position: absolute;
    color: white;
    width: 100%;
}
.introPanel {
    padding: 20px;
    text-align: center;
    padding-top: 0px;
}
.gridHeaderTextLeft {
    position: absolute;
    font-size: 32px;
    line-height: 37px;
    color: white;
    left: 40px;
}
.gridHeaderTextRight {
    position: absolute;
    color: white;
    right: 40px;
}
.badge {
    border-radius: 10px;
    padding: 4px 8px 4px 6px;
    font-size: 11px;
    position: relative;
}
.active {
    color: white;
    background: rgb(220 38 38);
}
.inactive {
    color: rgb(219, 219, 219);
    background: rgb(148, 148, 148);
}

.grid_3 h2 {
    font-size: 60px;
    line-height: 37px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 35px;
    text-shadow: 2px 1px 4px #000;
}
.grid_3 h3 {
    font-size: 34px;
    line-height: 36px;
    font-weight: 600;
}
@media only screen and (min-width: 1440px) {
    .hamburger {
        display: none;
    }
    #mobileMenu {
        display: none;
    }
}
