@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400');
@import url('https://fonts.googleapis.com/css?family=Roboto:200,300,500,900');

* {
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    font-size: 1.5rem;
}

h5 {
    font-size: 2rem;
}

.desktoponly {
    display: none;
}

.mobileonly {
    display: block;
}

.noimage, .mainimage {
    height: 0px !important;
}

div.fixed-header {
    background-color: #242936;
    width: 100%;
    top: 0px;
    position: fixed;
    z-index: 999;
}

#bpsViewChanger {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    color: #fff;
    z-index: 1000;
}

    #bpsViewChanger a {
        font-size: 4rem !important;
        width: 6rem;
        background-color: #fff;
        display: inline-block;
        text-align: center;
        color: #000;
        border-radius: 0.5rem;
        opacity: 0.3;
    }

        #bpsViewChanger a:hover {
            opacity: 1;
        }

body {
    position: relative;
}

.mobileonly.background {
    position: fixed;
    height: calc(100vh);
    width: 100vw;
    background-color: #fff;
    background-image: url(../images/mobile/bg.jpg);
    background-position: center bottom;
    background-size: cover;
    top: 0;
}

/* Navigation */

.col-mobilenavi, .col-mobilesearch {
    padding: 2rem 2rem;
}

    .col-mobilesearch input {
        padding: 3rem 2rem;
        border-radius: 3rem;
        font-size: 3rem;
        background-color: #23376c;
        border: solid 1px #fff;
    }
    .col-mobilesearch button {
        float: right;
        margin-right: 3rem;
        margin-top: calc(-3rem - 24px);
        background-image: url("../images/mobile_search.png");
        width: 48px;
        height: 48px;
        border: none;
        background-color: transparent;
        background-size: cover;
    }
        #lnkMobileLogo img {
    height: 100px;
    float: right;
}


.menu-mobile {
    position: absolute;
    left: 0px;
    margin-top: 2rem;
    background-color: rgba(36,41,54, 0.7);
    padding: 0rem 0rem 0rem 0rem;
    font-size: 2rem;
}

a.mobile-eck {
    font-size: 3rem;
    background-image: url(../images/mobile/eck.png);
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: 7rem 0rem;
    text-align: center;
    color: #000;
    margin: 3rem 20%;
    opacity: 0.9;
}

    .mobileonly.menu-mobile ul {
        list-style-position: inside; 
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .mobileonly.menu-mobile li {
        list-style: none;
        margin: 0;
        padding: 1.5rem 4rem 1.5rem 2rem;
        color: #fff;
        border-bottom: solid 1px #fff;
    }

    .mobileonly.menu-mobile a {
        color: #fff;
        width: 100%;
        font-size: 2rem;
        display: inline-block;
    }

        .mobileonly.menu-mobile a img {
            height: 4rem;
        }


.footer {
    margin-top: 2rem;
    padding: 2rem;
    background-color: #23376c;
    position: absolute;
    width: 100%;
    bottom: 0px;
}
    .footer a {
        margin-left: 0.5rem;
    }

.footer-end {
    padding: 2rem 3rem;
    position: fixed;
    bottom: 0px;
    background-color: #23376c;
    width: 100%;
    color: #fff;
    font-size: 2rem;
    font-weight: 200;
}
/* Globals */
p, li {
    margin: 0px;
    font-size: 2rem;
}


.container {
    max-width: 1350px !important;
    position: relative;
}




.form-control {
    margin-bottom: .5rem !important;
}

.form-header {
    color: #fff;
    background-color: #5b657e;
    margin: 1rem 0;
}

    .form-header p {
        margin: 1rem 0;
    }

.form-table table {
    width: 100%;
    table-layout: fixed;
}

    .form-table table td {
        padding: 2px;
    }

        .form-table table td:first-child {
            width: 200px;
        }

        .form-table table td:last-child {
            width: 0px;
        }


.dragend-page {
    padding: 0px 3rem !important;
}



/* Items */
.item-image {
    padding: 0.2rem;
}

    .item-image img {
        width: 100%;
    }

.input-group .form-control {
    font-size: 1.5rem;
    padding: .5rem;
    height: auto;
}

select.form-control {
    font-size: 1.5rem;
    padding: .5rem;
    height: auto;
}