    /* iphone 3 */
    
    @media only screen and (min-device-width: 320px) and (max-device-height: 480px) and (-webkit-device-pixel-ratio: 1) {}
    /* iphone 4 */
    
    @media only screen and (min-device-width: 320px) and (max-device-height: 480px) and (-webkit-device-pixel-ratio: 2) {}
    /* iphone 5 */
    
    @media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (-webkit-device-pixel-ratio: 2) {}
    /* iphone 6, 6s, 7, 8 */
    
    @media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (-webkit-device-pixel-ratio: 2) {}
    /* iphone 6+, 6s+, 7+, 8+ */
    
    @media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-device-pixel-ratio: 3) {}
    /* iphone X , XS, 11 Pro, 12 Mini */
    
    @media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) {}
    /* iphone 12, 12 Pro */
    
    @media only screen and (min-device-width: 390px) and (max-device-height: 844px) and (-webkit-device-pixel-ratio: 3) {}
    /* iphone XR, 11 */
    
    @media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (-webkit-device-pixel-ratio: 2) {}
    /* iphone XS Max, 11 Pro Max */
    
    @media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (-webkit-device-pixel-ratio: 3) {}
    /* iphone 12 Pro Max */
    
    @media only screen and (min-device-width: 428px) and (max-device-height: 926px) and (-webkit-device-pixel-ratio: 3) {}
    
    @media only screen and (device-width: 768px) {
        /* For general iPad layouts */
        .days div {
            margin: 0.2rem;
        }
    }
    
    @media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
        /* For portrait layouts only */
        /* .days div {
            width: calc(100% / 9);
            padding-right: 20.3px;
            padding-left: 20.3px;
        } */
    }
    
    @media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
        /* For landscape layouts only */
        /* .days div {
            width: calc(100% / 9);
            padding-right: 17px;
            padding-left: 17px;
        } */
    }
    /* #info-box 

    

#mlinks{width:220px; background:#f2f6ff; border:1px solid #b0c7fd;} */
    
    @media (orientation: portrait) {
        .days div {
            margin: 0.2rem;
        }
    }
    
    .login-label {
        float: left;
        font-size: 14px;
        color: #666666;
    }
    
    .login-logo {
        height: 200px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
    }
    
    .login100-form {
        padding-top: 40px !important;
    }
    
    .login100-form a {
        color: #7e9b15;
    }
    
    .btn-primary {
        background-color: #003c25;
        border-color: #003c25;
    }
    
    .btn-secondary {
        background-color: #acacac;
        border-color: #acacac;
    }
    
    #info-box ul {
        /* margin: 0;
    padding: 0;*/
        list-style-position: inside;
        /* list-style-type: circle; */
        /* font-size: 16px; */
    }
    
    #info-box ul li {
        display: block;
        /* border-bottom: 1px dotted #0c2f5f;
    height: 30px; */
        font-size: 14px;
        margin-left: 20px;
        list-style: disc !important;
        display: list-item;
        /* display: inline; */
    }
    /* #info-box ul li a {
    text-decoration: none;
    color: #0c2f5f;
    text-transform: uppercase;
    font-size: 12px;
    padding: 5px 0 0 0;
    font-weight: bold;
    display: block;
    margin-left: 10px;
} */
    
    .remove-button {
        height: 30px !important;
        line-height: 30px;
        background-color: rgb(133, 2, 2) !important;
        border: rgb(133, 2, 2) !important;
    }
    
    .currentOrders {
        width: 90%;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 25px !important;
        /* background-color: darksalmon; */
    }
    
    .currentOrders tbody {
        width: 100% !important;
    }
    
    .currentOrders tr,
    td {
        padding: 5px !important;
    }
    
    .currentOrdersConfirm {
        width: 90%;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 25px !important;
        /* background-color: darksalmon; */
    }
    
    .currentOrdersConfirm tbody {
        width: 100% !important;
    }
    
    .currentOrdersConfirm tr,
    td {
        padding: 5px !important;
    }
    
    .wrapper {
        width: 500px;
        padding: 40px;
        /* position: absolute;
    top: 50%;
    left: 50%; */
        background: #dcdcdc;
        text-align: center;
        transition: 0.25s;
    }
    
    img.logo {
        height: 125px;
        position: absolute;
        margin: auto;
        display: block;
        top: 20px;
        /* left: 0; */
        right: 35px;
    }
    
    .mobile-calendar {
        display: none;
    }
    
    .mobile-topnav {
        display: none;
    }
    
    .timeslots-mobile {
        display: none;
    }
    
    .mobile {
        display: none;
    }
    
    .full {
        display: contents;
    }
    /* .main-header {
    min-height: 150px !important;
} */
    
    .betingelser-error {
        display: none;
        color: crimson;
    }
    
    .kopa-breadcrumb img {
        width: 100%;
        height: auto;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    #kopa-content-4 {
        margin-top: 0px !important;
    }
    
    @media only screen and (max-width: 500px) {
        .mobile {
            display: contents;
        }
        .full {
            display: none;
        }
        .mobile-nav {
            margin-top: 0px !important;
        }
        img.logo {
            /* display: none; */
            height: 75px;
            position: absolute;
            margin: auto;
            display: block;
            top: 5px;
            /* left: 0; */
            right: 20px;
        }
        .book-button {
            font-size: 12px !important;
            float: right;
            margin-right: 5px;
            margin-top: 5px;
        }
        .description {
            display: none;
        }
        .kopa-navigation .full {
            display: none;
        }
        .full-calendar {
            display: none;
        }
        .mobile-calendar {
            display: contents;
        }
        .mobile-topnav {
            display: contents;
        }
        .timeslots-mobile {
            display: contents;
        }
        .timeslots {
            display: none;
        }
        .mobile-menu-container {
            text-align: center;
            width: 100%;
            height: 40px;
            background-color: gainsboro;
        }
        .mobile-menu-item {
            display: inline-block;
        }
        .current-date {
            font-size: 18px;
            margin-bottom: 15px;
            padding: 0 15px 0 15px;
        }
        .current-date-button {
            background-color: #428bca;
            height: 50px;
            line-height: 50px;
            width: 100% !important;
            border-radius: 5px;
            text-align: center;
            color: white;
        }
        .current-date-button .lefty {
            float: left;
            line-height: 50px;
            margin-left: 10px;
            font-size: 25px;
        }
        .current-date-button .righty {
            float: right;
            line-height: 50px;
            margin-right: 10px;
        }
        .drop-text {
            margin-left: 10px !important;
        }
        #payment-flow {
            display: none;
        }
        .entry-item {
            margin-bottom: 10px;
            margin-left: 5px;
            margin-right: 5px;
        }
        ​
    }