
/* Fonts
	 ========================================================================== */

@font-face {
    font-family: 'FKGrotesk';
    src: url('/layout/fonts/FKGrotesk-Bold.woff2') format('woff2'),
    url('/layout/fonts/FKGrotesk-Bold.woff') format('woff');

    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'FKGrotesk';
    src: url('/layout/fonts/FKGrotesk-ItalicB.woff2') format('woff2'),
    url('/layout/fonts/FKGrotesk-ItalicB.woff') format('woff');
    font-weight: normal;
    font-style: italic, oblique;

}

@font-face {
    font-family: 'FKGrotesk';
    src: url('/layout/fonts/FKGrotesk-Regular.woff2') format('woff2'),
    url('/layout/fonts/FKGrotesk-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


h1 {
    font-family: 'FKGrotesk', serif;
    font-weight: bold;
}
h2 {
    font-family: 'FKGrotesk', serif;
}


body {
    font-size: 1.2em;
}

.btn {
    font-size: 1.8em;
}

.btn-primary {
    color: #fff;
    background-color: #000000;
    border-color: #0d6efd;
}

.btn-sm {
    font-size: 1.2em!important;
}

.text-primary {
    color: #000000!important;
}

.actions-button {
    height: 56px;
    width: 56px;
    position: relative;
    border-radius: 50%;
    background-color: #000000;
    outline: none;
    color: white;
    margin-bottom: 25px;
}
.quantityInfo{
    min-height: 60px;
}

.priceQuantity {
    margin: 10px;
}

.quantityInfo .priceLabel {
    font-size: 1.1em;
    padding-right: 30px;
}

.quantityInfo .priceValue {
    font-size: 1.2em;
    font-weight: bold;

    float: right;
    display: inline-block;
}

.attractionOverview .card-body {
    min-height: 250px;
}

.attractionOverview h2 {
    font-weight: bold;
    font-size: 1.3em;
}

.attractionOverview h3 {
    font-size: 1.3em;
    position: absolute;
    bottom: 0;
    left: 10px;
}

a {
    color: #000000;
    text-decoration: none;
}

.weekdays th {
    text-align: center;
    font-size: 1.1em;
}
.day {
    text-align: center;
    font-size: 1.1em;
}
.day.disabled {
    opacity: .5;
}
/*.day.selected {*/
/*    background: #C3C3C3;*/
/*}*/
.day.selectable {
    cursor: pointer;
    position: relative;
}
.day.selectable:after {
    background: #000000;
    border-radius: 50%;
    bottom: .1em;
    display: block;
    content: '';
    height: .5em;
    left: 50%;
    margin: -.25em 0 0 -.25em;
    position: absolute;
    width: .5em;
}

.calendartable td, .calendartable th {
    padding: 0.7rem;
    vertical-align: top;
    border-top: 1px solid #eaf2fe;
}
.calendartable .navigation  {
    text-align: center;
}
.calendartable .navigation A  {
    font-size: 1.3em;
    font-weight: bold;
    background: black;
    text-decoration: none;
    color: white;
    padding: 10px;
    border-radius: 10px;
}

.calendartable .current-month  {
    font-size: 1.3em;
}


@media (min-width: 1900px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1850px;
    }

    .btn {
        font-size: 1.5em;
    }
}

#waitingDiv{
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) url('/layout/images/ajax-loader-cs.gif') 50% 50% no-repeat;
}



.jkeyboard .jline ul li {
    font-family: inherit;
    display: inline-block;
    border: 1px solid black;
    -webkit-box-shadow: none;
    margin: 10px 0 1px 14px;
    color: black;
    border-radius: 5px;
    width: 52px;
    height: 52px;
}

.jkeyboard .jline ul li:hover, .jkeyboard .jline ul li:active {
    background-color: black;
    color: white;
}

.jkeyboard .jline .backspace {
    width: 52px;
}