* {
    transition: background-color 300ms ease, color 300ms ease;
}
*:focus {
    background-color: rgba(221, 72, 20, .2);
    outline: none;
}
html, body {
    color: rgba(33, 37, 41, 1);
    font-family: BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    font-size: 16px;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
}
.view {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.menu {
    background-color: #dbecfe;
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    min-height: 60px; 
    padding: 5px 10px;
    z-index: 10;
    clear: both;
}
.menu ul {
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: right;
}
.menu li {
    display: inline-block;
}
.menu li a {
    border-radius: 5px;
    color: rgba(0, 0, 0, .5);
    display: block;
    height: 44px;
    text-decoration: none;
}
.menu li.menu-item a {
    border-radius: 5px;
    margin: 5px 0;
    height: 38px;
    line-height: 36px;
    padding: .4rem .65rem;
    text-align: center;
}
.menu li.menu-item a.flag {
    border-radius: 5px;
    margin: 0;
    height: 18px;
    line-height: 16px;
    padding: .4rem .2rem;
    text-align: center;
}
.menu li.menu-item a:hover,
.menu li.menu-item a:focus {
    background-color: rgba(20, 72, 221, .2);
    color: rgba(20, 72, 221, 1);
}
.menu .logo {
    float: left;
    height: 44px;
    padding: .4rem .5rem;
}
.menu .menu-toggle {
    display: none;
    float: right;
    font-size: 2rem;
    font-weight: bold;
}
.menu .menu-toggle button {
    background-color: rgba(20, 72, 221, .6);
    border: none;
    border-radius: 3px;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
    font: inherit;
    font-size: 1.3rem;
    height: 36px;
    padding: 0;
    margin: 11px 0;
    overflow: visible;
    width: 40px;
}
.menu .menu-toggle button:hover,
.menu .menu-toggle button:focus {
    background-color: rgba(20, 72, 221, .8);
    color: rgba(255, 255, 255, .8);
}
.hoverovermenu {
    z-index: 50;
}
@media (max-width: 629px) {
    .menu ul {
        padding: 0;
    }
    .menu .menu-toggle {
        padding: 0 1rem;
    }
    .menu .menu-item {
        background-color: rgba(244, 245, 246, 1);
        border-top: 1px solid rgba(242, 242, 242, 1);
        margin: 0;
        width: calc(100% - 30px);
        margin: 0px;
        padding: 0px 2px;
    }
    .menu .menu-toggle {
        display: block;
    }
    .menu .hidden {
        display: none;
    }
    .menu li.menu-item a {
        background-color: rgba(20, 72, 221, .1);
        padding: 0px;
        margin: 0px;
    }
    .menu li.menu-item a:hover,
    .menu li.menu-item a:focus {
        background-color: rgba(20, 72, 221, .7);
        color: rgba(255, 255, 255, .8);
    }
}
.main {
    position: absolute;
    top: 60px;
    left: 0px;
    right: 0px;
    bottom: 30px;
    display: grid;
    place-items: start center;
    padding: 30px 10px;
    overflow: scroll;
}
@media (max-width: 629px) {
    .main {
        position: absolute;
        top: 60px;
        left: 0px;
        right: 0px;
        bottom: 30px;
        display: grid;
        place-items: start center;
        padding: 30px 5px 60px 5px;
        overflow: scroll;
    }
}
.main a,
.main a:visited {
    color: rgba(33, 37, 41, 1);
    border-radius: 5px;
    margin: 0 0;
    height: 38px;
    line-height: 36px;
    padding: .4rem .65rem;
    text-align: center;
}
.main a:hover,
.main a:focus {
    background-color: rgba(20, 72, 221, .2);
    color: rgba(20, 72, 221, 1);
}
.copyrights {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    min-height: 30px;
    font-size: 0.75rem;
    background-color: rgba(62, 62, 62, 1);
    color: rgba(200, 200, 200, 1);
    padding: .25rem 1.75rem;
    margin: 0px;
    text-align: center;
    clear: both;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 50;
}

div.raffle {
    position: absolute;
    width: 48px;
    aspect-ratio: 1 / 1;
    top: 55px;
    right: 185px;
    z-index: 20;
    background: url("/images/raffle.png") no-repeat center;
    background-size: 48px;
    cursor: pointer;
}
div.basket {
    position: absolute;
    width: 48px;
    aspect-ratio: 1 / 1;
    top: 55px;
    right: 110px;
    z-index: 20;
    background: url("/images/basketitems.png") no-repeat center;
    cursor: pointer;
}
div.basket div.items {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 24px;
    line-height: 24px;
    aspect-ratio: 1 / 1;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 14px;
}
div.accountin {
    position: absolute;
    width: 48px;
    aspect-ratio: 1 / 1;
    top: 55px;
    right: 35px;
    z-index: 20;
    background: url("/images/loggedin.png") no-repeat center;
    cursor: pointer;
}
div.accountout {
    position: absolute;
    width: 48px;
    aspect-ratio: 1 / 1;
    top: 55px;
    right: 35px;
    z-index: 20;
    background: url("/images/loggedout.png") no-repeat center;
    cursor: pointer;
}
.rotate {
    transform: rotate(-180deg);
    /*transform: rotate(180deg);*/
    transition: .2s;
}
.rotate-reset {
    transform: rotate(0deg);
    transition: .2s;
}
.nl {
    width: 18px;
    height: 12px;
    margin: 0px;
    padding: 0px 2px;
}
.en {
    width: 18px;
    height: 12px;
    margin: 0px;
    padding: 0px 2px;
}
.activelang {
    width: 20px;
    height: 14px;
    margin: 0px;
    padding: 0px;
}

span.tooltip {
    text-decoration-line: underline;
    text-decoration-style: dotted;
    position: relative;
}
span.tooltip:hover::after {
    content: attr(tooltip);
    position: absolute;
    left:50%;
    top:-6px;
    transform: translateX(-50%)   translateY(-100%);
    background: rgba(0,0,0,0.7);
    text-align: center;
    color: #fff;
    padding: 2px 4px;
    font-size: 12px;
    width: 120px;
    border-radius: 5px;
    pointer-events: none;
    z-index: 50;
}

input {
    width: calc(100% - 5px);
    border: 1px solid rgba(0,0,0,.3);
    margin: 0;
}
input[type=text]:focus {
    background-color: #dbecfe;
}
textarea {
    border: 1px solid rgba(0,0,0,.3);
    width: calc(100% - 5px);
    margin: 0;
}
textarea:focus {
    background-color: #dbecfe;
    border: 1px solid rgba(0,0,0,.3);
}
input[type=submit] {
    background-color: rgba(20, 72, 221, .2);
    border: 1px solid black;
    text-align: center;
    width: 100px;
}
