/*----------------RESET---------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

.nofloat {
    clear: both;
    font-size: 1px;
    line-height: 0.1;
}

.floatright {
    float: right;
}

.floatleft {
    float: left;
}

.submit{
    cursor: pointer;
}

.hidden{
    display: none;
}

.inline{
    display: inline;
}

.centered{
    text-align: center;
}

/* GENERAL LAYOUT */

#waitwait {
    position: fixed;
    top: 0vH;
    left: 0%;
    height: 100vH;
    width: 100%;
    background-color: black;
    opacity: 0.8;
    z-index: 100;
    text-align: center;
    padding-top: 40vH;
    display: none;
}

#waitwait img{
    max-width: 50px;
    height: auto;
}

#onhold{
    position: fixed;
    z-index: 90;
    top: 00%;
    left: 0%;
    width: 100%;
    height: 100vH;
    background-color: #ABABAB;
    opacity: 0.8;
    display: none;
}

.head{
    width: 100%;
    text-align: center;
    height: 10vH;
    position: relative;
}

.lanswitcher{
    height:7vH;
    width: 20%;
    float: left;
    margin-top: 3vH;
    font-size: 120%;
}

.lanswitcher img{
    margin-top: 4vH;
    height: 3vH;
    width: auto;
}

#lanrows {
    margin-top: 50px;
    display: flex;
    flex-flow: row wrap;
}

.lanline{
    flex: 0 calc(23% - 10px);
    margin: 0px 10px 15px 10px;
    cursor: pointer;
    border: 1px solid #ABABAB;
    box-shadow: 2px 2px 2px #CDCDCD;
    border-radius: 5px;
    padding-bottom: 10px;
}

.lan_name{
    text-align: center;
    width: 100%;
    font-size: 80%;
    font-weight: bold;
}

.lan_img img{
    width: 50%;
    margin: 5% 25%;
}

.logo{
    width: 60%;
    height: 10vH;
    float: left;
}

#cart{
    height:100%;
    width: 20%;
    float: right;
}

.cart_full{
    background-size: 4vH;
    background-repeat: no-repeat;
    background-position: center;
}

#cart_content .table_content{
    margin-top: 15px;
    font-size: 100%;
    width: 100%;
}

#cart_content .tablerow{
    width: 100%;
    padding: 10px 1px;
    border-top: 1px dotted black;
}

#cart_content .tablebottom{
    width: 100%;
    padding: 10px 1px;
    border-top: 1px solid black;
    font-weight: bold;
}


#cart_content .tablecol{
    float: left;
    padding: 2%;
}

#cart_content .vouchername{
    width: 46%;
}

#cart_content .each{
    font-size: 70%;
}

#cart-content span{
    white-space: nowrap;
}

#cart_content .voucherhead{
    font-weight: bold;
}

#cart_content .prices{
    width: 26%;
    text-align: right;
}

#cart_content .remove{
    width: 16%;
    text-align: right;
}

#cart_content .remove img{
    width: 30px;
    height: auto;
    cursor: pointer;
}

#cart_content .dedication{
    font-size: 80%;
    font-style: italic;
    margin-left: 10px;
    line-height: 1.3;
}

.checkout_cart{
    width: 38%;
    margin: 20px 30%;
    padding: 20px 1%;
}

.checkout_cart .headline{
    width: 100%;
}

.checkout_cart button{
    width: 81%;
    margin: 0px;
    float: right;
    padding: 10px;
}

.checkout_cart .totamount{
    width: 100%;
    text-align: right;
    font-weight: bold;
    font-size: 140%;
}

.item_conf{
    margin-top: 5px;
    font-size: 120%;
}

label{
    float: right;
    width:81%;
    font-size: 80%;
    font-weight: bold;
    text-align: left;
}

.inputstyle, input[type="text"], input[type="email"]{
    float: right;
    width: 81%;
    font-size: 120%;
    padding: 5px;
}

.order_info  input[type="number"]{

    width: 180px;
    font-size: 120%;
    padding: 5px;
}

input[type="checkbox"]{
    display: inline!important;
    clear: both;
}


.logo img{
    width: auto;
    height: 80%;
    margin-top: 10px;
}

.header_sub{
    width: 60%;
    margin: 0% 0% 0% 20%;
    overflow: hidden;
    text-align: center;
    height: 35vH;
    background-color: none;
}

.header_sub img{
    width: 100%;
    height: auto;
}

.mandatory_box{
    background-color:#ffc1c1;
}

#mainscreen{
    width: 80%;
    margin: 0% 10%;
    height: 50vH;
}

.mainscreen_full{
    height: auto !important;
}

.foot{
    position: fixed;
    height: 3vH;
    padding: 1vH;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
}

.headline{
    width: 50%;
    margin: auto;
    text-align: center;
    position: relative;
    top: -20px;
}

.headline_gen{
    font-size: 80%;
    font-weight: bold;
    color: #888888;
}

.mainbuttonline {
    width: 100%;
    text-align: center;
}

.mainbutton {
    display: inline-block;
    position: relative;
    width: 23%;
    margin-right: 1%;
}

.mainimg{
    overflow: hidden;
}

.mainimg img{
    width: 100%;
}

.maindesc {
    text-align: center;
    width: 100%;
    padding: 5px 0px;
    margin-top: -10px;
}

button, .button{
    text-transform: uppercase;
    padding: 5px 15px;
    cursor: pointer;
}

.button_long{
    width: 90%;
    margin: auto;
    text-align: center;
    padding: 10px 1px;
    margin-bottom: 5px;
}

h1{
    font-weight: bold;
    font-size: 80%;
    margin: 5px 0px;
}

h2{
    font-weight: bold;
    font-size: 100%;
    margin: 12px 0px;
}

h3{
    font-weight: bold;
    font-size: 120%;
    margin: 17px 0px;
}

h4{
    font-weight: bold;
    font-size: 150%;
    margin: 20px 0px;
}

h5{
    font-weight: bold;
    font-size: 200%;
    margin: 25px 0px;
}

.thecloser{
    position: absolute;
    top: -10px;
    right: 15px;
    font-size: 200%;
    font-weight: bold;
}

.row{
    display: flex;
    flex-wrap: wrap;
}

.col{
    width:100%;
}

.col2{
    float: left;
    max-width:48%;
    padding: 1%;
}

.col1{
    float: left;
    max-width:80%;
    padding: 10%;
}

textarea{
    width: 100%;
}

.quantity{
    align-items: flex-end!important;
    display: flex;
    height: 42px;
}

.quantity span{
    height: 40px;
    width: 60px;
    text-align: center;
    padding: 3px;
    border: none;
    box-sizing: border-box;
    pointer-events: auto;
}

.icon{
    width: 35px;
    height: 35px;
    float: right;
    margin: 0px 15px 15px 0px;
}

.icon img{
    width: 60%;
    height: auto;
    margin-top: 20%;
}

select{
    height: 40px;
    width: 180px;
    text-align: center;
    padding: 3px;
    border: none;
    box-sizing: border-box;
    pointer-events: auto;
    border-radius: 5px;
}

.plusminus img{
    width: 40%;
    margin-top: 10px;
}

.minus{
    border-radius: 5px 0px 0px 5px;
}

.plus{
    border-radius: 0px 5px 5px 0px;
}

.subtext{
    font-size: 80%;
}

/* END GENERAL LAYOUT */


/*BEGIN VOUCHER_STUFF*/

.voucher_main{
    display: flex;
    flex-flow: row wrap;
    padding-top: 30px;
    padding-bottom: 50px;
    width: 80%;
    margin: auto;
}

.itembox{
    flex: 0 calc(23% - 10px);
    margin: 0px 10px 15px 10px;
    text-align: center;
    position: relative;
    padding-bottom: 120px;
}


.item_image{
    width: 100%;
    overflow: hidden;
}

.item_image img{
    width: 100%;
}

.item_header{
    margin: 10px 0px;
}

.item_content{
    padding: 5px;
}

.item_bottom{
    width: 100%;
    margin: 0px 5px;
    position: absolute;
    bottom: 10px;
    left: 0px;
}

.pricetag{
    font-weight: bold;
    font-size: 120%;
}

.price_from{
    display: inline;
}

.item_info{
    position: fixed;
    z-index: 91;
    top: 15%;
    left: 20%;
    width: 60%;
    padding: 10px 2% 7px 2%;
    height: 60vH;
    display: none;
}

.item_info_top{
    width: 100%;
    height: 50vH;
    overflow: hidden;
    scroll: suto;
    padding-top: 20px;
}

.item_info_bottom{
    position:absolute;
    bottom: 0px;
    height: 10vH;
    text-align: right;
    padding: 10px 0px;
    width: 96%;
}


.order_info{
    position: fixed;
    z-index: 91;
    top: 5%;
    left: 20%;
    width: 60%;
    padding: 20px 2% 20px 2%;
    height: 80vH;
    overflow-y: scroll;
    display: none;
}

.order_info_top{
    width: 100%;
    height: 50vH;
    overflow: hidden;
    padding-top: 20px;
}

.order_info_bottom{
    position:absolute;
    bottom: 0px;
    height: 10vH;
    text-align: right;
    padding: 10px 0px;
    width: 96%;
}

 ul{
    list-style-type: circle;
}

.valuefield{
    width: 180px;
    text-align: center;
}

/*END VOUCHER_STUFF*/

/* BEGIN EVENTS STUFF*/

.events_main{
    padding-top: 10px;
}

.events_main .headdesc{
    width: 100%;
    text-align: center;
    font-size: 120%;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.iconpick{
    width: 100%;
    margin: 20px auto 30px auto;;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.evtype_button{
    flex: 0 calc(150px - 5px);
    border-bottom: 1px solid white;
    margin-right: 5px;
}

.evtype_button:hover, .evtype_button_active{
    border-bottom: 1px solid black;
}

.evtype_button img{
    width: 90%;
    margin: 5px 5%;
}

.evtype_button .imagepart{
    height: 75px;
    overflow: hidden;
}

.evtype_button .descpart{
    text-align: center;
    font-size: 70%;
    font-weight: bold;
}

.eventgroup{
    display: flex;
    flex-flow: row wrap;
    width: 80%;
    margin: auto;
    justify-content: center;
}

.events_main .button_invert{
    width: 90%;
    margin-left: 5%;
    cursor:pointer;
}

#iteminfo_ds{
    text-align: center;
}

#iteminfo_ds label{
    font-weight: bold;
}

#iteminfo_ds input[type="date"]{
    font-size: 150%;
    padding: 10px;
    margin-bottom: 15px;
}

#iteminfo_ds .button_long{
    max-width:   300px;
}


/* END EVENTS STUFF*/