@charset "UTF-8";

/**
*	Additional CSS for Allied Companies, which use a design color in project settings
*
**/

@media all {
    .header,
    .servicemenu,
    .footer-nav {
        display: none !important;
    }

    .intStart .container-fluid {
        background-color: rgba(255,255,255,0.8);
        max-width: 900px;
    }

    .intText {
        border-top: 2px solid #00245d;
    }

    .shoplink-entry {
        font-size: 1.8rem;
    }

    .divide-text {
        position: absolute;
        top: -72px;
        width: 200px;
        left: calc( 50% - 100px);
        background-color: #fff;
        font-size: 2rem;
        color: #00245d;
        font-weight: bold;
    }

    .webkit .frontpage .cols_full {
        width: 66.666667%;
        margin-left: 16.666667%;
        padding:  50px 0;
    }

}


@media screen and (max-width: 974px) {
    #header #headerUserlayer {
        position: relative !important;
    }
}

@media screen and (max-width: 768px) {
    .webkit .frontpage .cols_full {
        width: 100%;
        margin-left: 0;
    }
}

@media screen and (max-width: 478px) {
    .notInMobile {
        display: none;
    }
    #sortableTable img,
    #sortableTable .pmThumb {
        display: none;
    }
}