/* Minification failed. Returning unminified contents.
(505,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
.StepInactive {
	font-size: 18px;
	color: #999999;
}
.StepActive {
	font-size: 18px;
}
.StepSeperator {
	background-color: black;
	margin-bottom: 5px;
	margin-top: 5px;
	height: 2px;
}
.cart-calendar {
    background-color: #ddd !important;
    border: 1px solid #777777;
	color: black;
}
.cart-calendar-day {
	color: black !important;
}
.cart-calendar-day.cart-calendar-day-disabled {
    color: #aaaaaa !important;
}
.cart-calendar-day-selected {
    background-color: White !important;
    color: Black !important;
}

#ClockInfo {
    background-color: #827906;
}
#ClockInfo .Close {
}
#ClockInfo .Close > img {
}
#ClockInfo > .Text {
	background-position: 90% 90%;
	background-repeat: no-repeat;
	background-image: url(../Images/bg_hvonn_logo.png);
    padding: 20px;
	color: White;
}

/*#region GENERAL */
body {
    margin-right: 0px;
    line-height: 20px;
    margin-left: 0px;
    font-family: 'LucidaSans', 'Lucida Sans', Tahoma;
    font-size: 14px;
}

a {
    cursor: pointer;
    color: Black;
}

h1 {
    margin-top: 0px;
    font-size: 18px;
    color: Black;
}

h2 {
    margin-top: 0px;
    font-size: 16px;
    color: Black;
}

input[type=text], 
input[type=password], 
input[type=tel], 
input[type=number], 
textarea, 
select {
    background-color: #f5f5f5;
    border-radius: 2px;
    border-color: #e1e1e1;
    padding: 6px 12px;
    color: #666666;
}

    input[type=text]:read-only, 
    input[type=password]:read-only, 
    input[type=tel]:read-only, 
    input[type=number]:read-only, 
    textarea:read-only, 
    select:read-only {
        background-color: #cccccc;
    }

.QtyToPayFor {
    padding: 8px;
}

input[type=text].AmountToPayFor {
    padding: 8px;
    width: 60px;
}

input[type=text]:disabled {
    background-color: #888;
    color: black;
}

input[type=checkbox], input[type=radio] {
    -webkit-transform: scale(2,2);
    vertical-align: middle;
    margin-bottom: 8px;
    margin-right: 12px;
}

.Cart input[type=checkbox], .Cart input[type=radio] {
    -webkit-transform: scale(3,3);
    margin-bottom: 0px;
    margin-top: 4px;
}

.Button.Main {
    background-color: #827906;
    color: white;
}

    .Button.Main.Green {
        background-color: #3DB503;
    }

    .Button.Main.Blue {
        background-color: #01aef2;
    }

    .Button.Main.Red {
        background-color: #b5033e;
    }

.Button.Hidden {
    display: none;
}

.Button.ExtraWidth {
    padding-left: 28px;
    padding-right: 28px;
}

.Button.SmallText {
    line-height: 17px;
    font-size: 9px;
}

@keyframes glowing {
    0% {
        background-color: #3DB503;
        box-shadow: 0 0 3px Yellow;
    }

    50% {
        background-color: #3DB503;
        box-shadow: 0 0 15px Red;
    }

    100% {
        background-color: #3DB503;
        box-shadow: 0 0 3px Yellow;
    }
}

.Button.Flashing {
    animation: glowing 1500ms infinite;
}
/*#endregion */

/*#region BODY */
.DarkBody {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-image: none;
    background-color: White;
    background-size: auto;
    margin-right: 1px;
    margin-top: 0px;
    color: Black;
}

.DarkBodyFrontpage {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-image: none;
    background-color: White;
    background-size: auto;
    margin-right: 1px;
    margin-top: 0px;
    color: Black;
}

@-moz-document url-prefix() {
    .DarkBody, .DarkBodyFrontpage {
        margin-right: 0px;
    }
}
/*#endregion */

/*#region COLUMNS */
.ColumnRight .Box {
    max-width: 409px;
    background-color: white;
}

    .ColumnRight .Box.Border {
        border: 1px solid #827906;
    }

    .ColumnRight .Box img {
        vertical-align: bottom;
        max-width: 100%;
        width: 409px;
    }

    .ColumnRight .Box.Border img {
        width: 407px;
    }

.ColumnRight .BoxSpacer {
    height: 15px;
}

.ColumnRight .Box .Title {
    font-weight: normal;
    font-size: 17px;
    padding: 23px 0px 0px 33px;
    height: 51px;
    color: black;
}

.ColumnRight .Box .Text {
    font-weight: normal;
    line-height: 16px;
    text-align: center;
    font-size: 12px;
    padding: 23px 0px 0px 0px;
    height: 147px;
    color: black;
}

.ColumnRight .BoxIframe {
    max-width: 100%;
    height: 204px;
    width: 409px;
}

    .ColumnRight .BoxIframe.h205 {
        height: 205px;
    }
/*#endregion*/

/*#region ARTICLE */
.Article ul {
    margin: 0px;
}

.Article {
    line-height: 20px;
}

    .Article img {
        border: 1px solid #454545;
    }
/*#endregion */

/*#region ADDRESS */
.FrontpageAddress .Tel {
    font-style: italic;
    color: black;
}

.FrontpageAddress .Mail {
    color: black;
}

.Address, .AddressShop {
    text-align: center;
    background-color: Black;
    margin-right: auto;
    margin-left: auto;
    width: 1140px;
}

.Address {
    padding-bottom: 10px;
}

.AddressShop {
    padding-bottom: 70px;
}
/*#endregion */

.FrontpageLogin {
    margin-bottom: 16px;
    padding: 0px;
    border: 0px solid #454545;
}

    .FrontpageLogin .LogOn {
        padding-bottom: 0px !important;
    }

.InputText {
    background-color: #e1e1e1;
    border-radius: 2px;
    border-color: #e1e1e1;
    font-family: 'LucidaSans', 'Lucida Sans', Tahoma;
    font-size: 14px;
    padding: 13px;
    color: #666666;
}

.Title {
    font-family: 'LucidaSans', 'Lucida Sans', Tahoma;
    line-height: 24px;
    font-size: 24px;
    color: #555349;
}

.Text, .BlackText, .BlackBoldText, .BoldText, .Validator, .PageTitle {
    font-family: 'LucidaSans', 'Lucida Sans', Tahoma;
    font-size: 14px;
}

.BoldText {
    font-weight: bold;
}

.LargeBlackText {
    font-family: 'LucidaSans', 'Lucida Sans', Tahoma;
    font-size: 16px;
    color: Black;
}

.LargeText {
    font-family: 'LucidaSans', 'Lucida Sans', Tahoma;
    font-size: 16px;
}

.Button:disabled {
    color: #bbb;
}

.PageTitle {
    font-size: 16px;
}

.Text, .SmallText {
    color: #111111;
}

.SmallText {
    font-size: 10px;
}

A.SmallText:hover {
    text-decoration: underline;
    cursor: pointer;
}

A.Text, A.BlackText {
    text-decoration: none;
}

.BlackText {
    color: Black;
}

.WhiteBoldText {
    font-weight: bold;
    color: Black;
}

.RedText {
    color: red;
}

.RedBoldText {
    font-weight: bold;
    color: red;
}

.Validator {
    color: Red;
}

.HiddenSpinner {
    display: none;
}

.HeaderStyle {
    background-color: #827906;
    color: White;
}

.GiftcardAmount {
    height: 18px;
    width: 100%;
}

    .GiftcardAmount[disabled] {
        color: gray;
    }

.LogOnTable .Greetings {
    width: 100%;
}

.RememberMe {
    line-height: 30px;
}

    .RememberMe label {
        padding-left: 5px;
    }

.Explanation {
    padding-left: 26px;
}

.CartItems tr td {
    height: 50px;
}

.SmallText .CartItems tr td {
    height: auto;
}

._5receipt .CartItems tr td,
._tables .CartItems tr td,
.receipt .CartItems tr td,
.Small .CartItems tr td,
._5receipt .CartRooms tr td
{
    height: unset;
}

table.noBottomMargin p:last-child {
    margin-bottom: 0px;
}

table.noBottomRowMargin tr:last-child p {
    margin-bottom: 0px;
}

#lNewOrEdit {
    padding: 0px 20px;
}

    #lNewOrEdit.Edit {
        background-color: #e74c3c;
        color: white;
    }

.Icons > div {
    vertical-align: top;
}

.Icons .TextIcon > div {
    background-color: #5b5b5b;
    display: inline-block;
    height: 22px;
    width: 22px;
}

    .Icons .TextIcon > div a {
        text-decoration: none;
        vertical-align: middle;
        color: white;
    }

        .Icons .TextIcon > div a:hover {
            text-decoration: underline;
        }

div.EventAccess {
    cursor: pointer;
}

.NotCheckedIn, .CheckedIn {
    background-color: #cccccc;
    border-radius: 5px;
    padding: 5px 10px;
    display: inline-block;
}

.CheckedIn {
    background-color: #3DB503;
}

.EventScheduleHeader {
    margin-bottom: 5px;
    border-radius: 5px;
    padding: 10px 20px;
    border: 1px solid black;
}

.table-primary {
    --bs-table-bg: #b8daff !important;
}
.Menu {
    display: table;
}
.Menu > div {
    vertical-align: middle;
    display: table-cell;
}
div.MenuOuter-Logo {
    vertical-align: bottom;
    margin-bottom: 7px;
    margin-left: 0px;
    text-align: left;
    min-width: 75px;
    display: inline-block;
    cursor: pointer;
    width: 85px;
}
.MenuArea {
	margin-bottom: 1px;
	display: inline-block;
}
div.MenuOuter-Logo img {
    max-width: 62px;
}
.MenuItem, .MenuItem-Active {
	background-color: #827906;
	text-transform: uppercase;
    border-radius: 5px;
	text-align: center;
	font-size: 13px;
	cursor: pointer;
	border: 0px;
	color: White;
	width: 124px;
    height: 29px;
}
.MenuItem.Gray {
    background-color: #454545;
}
#pProducts.MenuItem {
    display: none;
}
#pProducts.MenuItem-Active {
    display: none;
}
#pProductsPOSSpacer.MenuSpacer {
    display: none;
}
.MenuItem.Transparent {
	background-color: transparent;
	display: none;
}
.MenuIconCart {
	vertical-align: bottom;
	margin-bottom: 5px;
}
.MenuIconBord {
	vertical-align: bottom;
	margin-bottom: 3px;
}
.MenuIconGiftcard {
	vertical-align: bottom;
	margin-bottom: 5px;
}
.MenuItem-Active {
    background-color: #c00000;
}
.MenuItem:disabled {
	color: gray;
}
.MenuItem a, .MenuItem-Active a
{
	text-decoration: none;
	color: White;
}
div.MenuIcons {
    vertical-align: middle;
    padding-left: 12px;
}

.MenuSpacer {
    min-width: 4px;
    width: 4px;
}
.MenuSpacer.HideSmall {
    display: none;
}
.Login-Active {
	color: #f88f1d;
}

@media screen and (max-width:767px) {
    div.MenuOuter-Logo {
        margin-bottom: 15px;
        max-width: 100%;
        display: block;
    }
}

@media screen and (max-width:450px) {
    .MenuItem, .MenuItem-Active {
        font-size: 11px;
		min-width: 95px;
        width: 110px;
    }
    .MenuItem, .MenuItem-Active {
        font-size: 10px;
    }
	.MenuItem.Transparent {
       display: table-cell;
    }
    .MenuItem, .MenuItem-Active {
        width: 101px;
    }
    .MenuSpacer.HideSmall {
        display: none;
    }
}
.NewsSeperator {
    margin-bottom: 15px;
    margin-top: 15px;
    color: #454545;
}
.NewsType1Title {
    font-size: 18px;
}
.NewsType1Subtitle {
    margin-left: 20px;
    margin-bottom: 12px;
}
.NewsType1Text {
    margin-left: 20px;
}
.ReadMore {
    display: inline;
    cursor: pointer;
}
@media screen and (max-width: 700px) {
    .NewsType1Item {
        display: none;
    }
}
.PopupCart {
	background-color: #cccccc;
}
.PopupCartTopRow1 .IconImage,
.PopupCartTopRow2 .IconImage {
	background: url(../Images/Cart-Circle.png);
}

.MainGroupsAndItems {
	padding-bottom: 300px;
    margin-right: auto;
    margin-left: auto;
    min-height: 5000px;
    width: 960px;
}

/*#region GROUP TITLE */
.GroupTitle {
	border-color: #827906;
	line-height: normal;
}

.GroupTitle0 {
    border-bottom-style: solid;
    border-bottom-width: 3px;
    margin-bottom: 0px;
    font-size: 20px;
    color: Black;
}

.GroupTitle1 {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    font-size: 18px;
    color: #222222;
}

.GroupTitle2 {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    font-size: 16px;
    color: #444444;
}

.WaitingTime {
    padding-bottom: 2px;
    vertical-align: bottom;
    text-align: right;
    font-size: 12px;
    display: none !important;
    color: Black;
	width: 160px;
}
.ExpandAll, .CollapseAll {
    vertical-align: bottom;
	line-height: normal;
    display: table-cell;
	width: 20px;
}
/*#endregion */

/*#region COLUMNS */
.Item {
    padding: 5px;
}
/* 1 column */
.Columns1 .ItemContainer {
    padding-top: 3px;
}
.Columns1 .ItemImage img {
    width: 100%;
}
@media screen and (max-width:950px) {
    .Columns1 {
        width: 100%;
    }
    .Columns1 .ItemImage img {
        width: 100%;
    }
}

/* 2 column */
.Columns2 .ItemContainer {
    width: 466px;
}
.Columns2 .ItemContainer.IncludedTrue {
    width: 100%;
}
.Columns2 .ItemImage img {
    width: 100%;
}
@media screen and (max-width:1035px) {
    .Columns2 {
        margin-right: 0px;
    }
}
@media screen and (max-width:520px) {
    .Columns2 .ItemContainer {
        width: 100%;
    }
    .Columns2 .ItemImage img {
        width: 100%;
    }
    .Columns2 .ItemTitle {
        line-height: 17px;
        font-size: 17px;
    }
}

/* 3 column */
.Columns3 .ItemContainer {
    width: 305px;
}
.Columns3 .ItemImage img {
    width: 100%;
}
@media screen and (max-width:1035px) {
   .Columns3 {
        margin-right: 0px;
    }
}
@media screen and (max-width:1035px) {
    .Columns3 .ItemContainer {
        width: 100%;
    }
    .Columns3 img {
        width: 100%;
    }
}

/* 4 column */
.Columns4 .ItemContainer {
    width: 224px;
}
.Columns4 .ItemImage img {
    width: 100%;
}
.Columns4 .ItemHeader {
    height: 37px;
}
.Columns4 .ItemWaitingTime {
    font-size: 13px;
}
.Columns4 .ItemTitle {
    line-height: 17px;
    font-size: 17px;
    min-height: 17px;
}
@media screen and (max-width:1035px) {
   .Columns4 {
        margin-right: 0px;
    }
 }
@media screen and (max-width:520px) {
    .Columns4 .ItemTitle {
        line-height: 17px;
        font-size: 17px;
    }
}
@media screen and (max-width:504px) {
    .Columns4 .ItemContainer {
        width: 100%;
    }
    .Columns4 .ItemImage img {
        height: auto;
        width: 100%;
    }
}

/* 5 column */
.Columns5 {
    padding-right: 4px;
    padding-left: 4px;
}
/*#endregion */

/*#region ITEM */
.ItemContainer .ItemImage {
    /* display: none; Images should be displayed on Shop.aspx for POS */
    text-align: center;
    position: relative;
    height: auto;
    clear: both;
}

    .ItemImage img {
        vertical-align: baseline;
    }

    .ItemImage:hover .ItemDescription {
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
    }

.ItemContainer {
    vertical-align: top;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    border-top: 1px solid transparent;
    display: inline-block;
}

    .ItemContainer.Selected {
        border-bottom: 1px solid #777777;
        border-right: 1px solid #777777;
        border-left: 1px solid #777777;
        border-top: 1px solid #777777;
    }

.ItemDetails {
    display: inline-block;
}

.ItemContainer .ItemWaitingTime {
    text-align: right;
    font-size: 12px;
    display: none !important;
    color: Black;
    float: right;
}

.ItemContainer .ItemCart {
    background: url(../Images/Cart-Circle.png);
    display: inline-block;
    cursor: pointer;
    height: 32px;
    width: 32px;
}

.ItemContainer .ItemCartActive {
    background-position: 0px 0px;
    background: url(../../../Images/Spinner-Dark.gif);
    position: relative;
    cursor: pointer;
    height: 32px;
    width: 32px;
}

.ItemContainer .ItemCart:hover {
    background-position: -32px 0px;
}

.ItemContainer .ItemHeaderText,
.ItemContainer .EventHeaderText {
    padding-left: 5px;
}

.ItemTitle {
    font-size: 17px;
    line-height: 17px;
    min-height: 17px;
}

.ItemContainer .ItemPrice {
    white-space: nowrap;
    text-wrap: none;
    font-size: 17px;
    color: #777777;
}

.ItemAmountPrice {
    padding-left: 20px;
    color: #aaaaaa;
}

.ItemContainer .ItemDescription {
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 200ms ease-in;
    -moz-transition: opacity 200ms ease-in;
    -o-transition: opacity 200ms ease-in;
    transition: opacity 200ms ease-in;
    background-color: rgba(21, 21, 21, .75);
    text-align: left;
    position: absolute;
    margin: 0;
    bottom: 0;
    height: auto;
    float: none;
    width: 100%;
    left: 0;
}

/*
.ItemDescriptionNoImage {
	padding-left: 38px;
    text-align: left;
}
*/

/*
.Columns4 .ItemDescriptionNoImage {
	padding-left: 38px;
	line-height: 17px;
	font-size: 13px;
    display: none;
}
*/

.ItemExtra {
    padding-top: 10px;
}

.ImageTrue:hover .ItemDescription {
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}
/*#endregion */

/*#region ITEM INCLUDED */
.ItemIncluded {
    vertical-align: top;
    display: inline-block;
}

    .ItemIncluded .ItemHeader {
        font-size: 16px;
        height: 29px;
    }

    .ItemIncluded .ItemImage {
        margin-right: 7px;
        margin-left: 7px;
    }

        .ItemIncluded .ItemImage:last-child {
            margin-right: 0px;
        }

        .ItemIncluded .ItemImage img {
            width: 225px;
        }
/*#endregion */

/*#region BLACK AREA */
.Selected {
    position: relative;
}

    .Selected .DivBlackAreaClose {
        display: none;
    }

    .Selected .DivBlackAreaClose {
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-image: url(../../../Images/Close.png);
        background-size: 30px;
        display: inline-block;
        cursor: pointer;
        height: 36px;
        width: 36px;
        position: absolute;
        right: 0px;
        top: 0px;
    }
/*#endregion */

/*#region ITEMS EXTRA */
.ExtraHeadline {
    margin-bottom: 5px;
    padding-left: 5px;
    font-size: 16px;
}
/*#endregion */

/*#region ITEM CONFIGURE */
.ItemConfigure {
    padding-bottom: 5px;
    padding-top: 5px;
    display: none;
}

    .ItemConfigure h3 {
        margin-top: 0px;
    }

    .ItemConfigure .Option {
        min-height: 31px;
        font-size: 16px;
        padding: 5px 8px;
    }

    .ItemConfigure .Option label {
        padding-left: 5px;
        font-size: 14px;
    }

    .ItemConfigure .Option.Headline {
        font-weight: bold;
    }
        
		.ItemConfigure .Option .OptionDropdown {
            padding: 5px;
            width: 100%;
        }

        .ItemConfigure .Option select {
            -webkit-border-radius: 0;
            -webkit-appearance: none;
            padding-left: 4px;
            background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAMAAADgW+cVAAAADFBMVEWAgIAbGxt/f3////8cQwPfAAAABHRSTlP///8AQCqp9AAAAClJREFUCFtVyMERAAAEA0Gk/56RCcb99gw/22QXXUaPGJY5hu0aSxpHJC19AOFlc6diAAAAAElFTkSuQmCC') no-repeat 100% 50%;
            padding: 5px;
            border: 1px solid #777777;
            color: Black;
        }

        .ItemConfigure .Option .OptionExtraDropdown {
            padding: 5px;
            width: 100%;
        }
/*#endregion */

.tooltip {
	display:none;
	position:absolute;
	border:1px solid #333;
	background-color:#161616;
	border-radius:5px;
	padding:10px;
	color:#fff;
	font-size:12px;
}

@media screen and (max-width:990px) {
	.GroupImage {
		vertical-align: top;
		max-width: 100%;
		width: 70%;
		height: auto !important;
	}

    .MainGroupsAndItems {
        min-height: 0px;
        width: 100%;
    }
}

@media screen and (max-width:850px) {
    .ItemIncluded .ItemImage {
        margin-left: 0px;
    }
}

@media screen and (max-width:500px) {
    .ItemDescription {
        background-color: transparent;
        margin-right: auto;
        -moz-opacity: 1;
        margin-left: auto;
        position: static;
        opacity: 1;
        filter: alpha(opacity=1);
    }

    .ItemIncluded .ItemDescription {
        text-align: center;
    }

    .ItemExtra {
        padding-bottom: 20px;
    }
}

@media screen and (max-width:320px) {
    .ItemIncluded .ItemImage img {
        width: 128px;
    }
}

/*#region FRAME */
.DivOuter {
    overflow: hidden;
    border: 1px solid #827906;
}
.DivContentOuterTopSpacer {
    background-color: White;
	height: 16px;
}
.DivContentOuterTop {
    background-color: White;
    padding-right: 10px;
    padding-left: 10px;
}
.DivContentOuter {
    background-color: White;
    padding-right: 10px;
    padding-left: 10px;
    min-height: 1080px;
}
/*#endregion */

/*#region TOP */
.DivOuterTop {
	height: 94px;
    width: 1140px;
}
#DivTop {
    position: static;
    z-index: auto;
    width: 1138px;
    top: auto;
}
#DivTop.stick {
    position: fixed;
    z-index: 90;
    top: 0px;
}
.Logo
{
	vertical-align: bottom;
}
/*#endregion */


@media screen and (max-width:1160px) {
    .DivOuter {
		border: 0px solid black;
        width: 100%;
    }
    .DivOuterTop {
        width: 100%;
    }
}
@media screen and (max-width:1150px) {
    #DivTop {
        position: static;
        width: auto;
    }
    #DivTop.stick {
        position: static;
    }
}
@media screen and (max-width:990px) {
	.DivOuterTop {
		height: auto;
	}
    .DivContentInner {
        width: 100%;
    }
}
@media screen and (max-width:450px) {
    .DivContentOuterTop {
        padding-right: 5px;
        padding-left: 5px;
    }
    .DivContentOuter {
        padding-right: 5px;
        padding-left: 5px;
    }
}
