/* PLACE YOU CUSTOM STYLES IN THIS FILE */
.nk-cookie-alert {
    display: none!important;
}
.nk-footer-links {
    font-size: 12px;
}
.nk-header-title {
    position: static!important;
}
.nk-share-buttons img {
    max-width: 80px;
    margin: 15px 30px 0px 0px;
}
.nk-share-buttons img:hover {
	cursor: pointer;
    opacity: .7;
}
.nk-share-buttons .nk-share-icon {
    width: auto!important;
    margin-left: 0px!important;
	padding-bottom: 0px!important;
}
.nk-share-buttons .nk-share-name {
    top: 60px!important;
    right: 125px!important;
	padding: 0px!important;
}
.nk-share-buttons .nk-share-icon {
    opacity: 1!important;
}

@media only screen and (min-width: 1025px) {
    .bg-image.play-bg, .bg-video {
		left: 300px;
	}
} 

.bg-image img, .bg-video img {
   -o-object-fit: fill!important;
    object-fit: fill!important;
}
.inventar-table img {
    width: 100%;
}
.inventar-table {
    text-align: center;
}
.inventar-table td {
    width: 120px;
    height: 120px;
}
.no-show {
    cursor: not-allowed;
    filter: grayscale(100%);
}
.no-show a {
    cursor: not-allowed;
}

figure{
	max-width: 120px;
    text-align: center;
}
.href-hover{
	cursor: pointer;
	
}
.objekt{
	background-color: transparent;
}
.objekt:hover {
    filter: blur(25px);
    background-color: rgba(0, 0, 0, .5);
}
.image-schatulle{
	text-align:center;
}
.image-schatulle img{
	max-width: 200px;
}
.help-text{
	margin-top: 1.8rem;
    margin-bottom: 1rem;
}
.disabled {
	cursor: not-allowed;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff !important;
}
.nk-navbar-side.nk-navbar-lg .nk-nav-logo {
    padding-bottom: 0px;
}
.nk-navbar-side .nk-nav-logo {
    display: block;
    width: 100%;
    padding: 10px 35px;
    padding-top: 25px;
}
span.icon-button__badge {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 25px;
    height: 25px;
    background: #575656;
    color: #cbcbcb;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.quest-ready{
	text-decoration: line-through;
}
.reward-box {
	margin: 0 auto;
    margin-top: 50px;
	margin-bottom: 15px;
}
.cent-r{
    text-align: center;
    display: table;
}
.image-ausgang img {
    width: 100%;
}
button#submit_exit {
    display: block;
    margin: 0 auto;
}
.image-ausgang.cent-r img {
    width: 100%;
}
.center{
	text-align: center;
}
a.disabled {
  pointer-events: none!important;
}

blockquote.no-border.nk-blockquote::before {
			border: none!important;
}
.inv-list figure {
    float: left;
    max-width: none;
    padding: 4%;
    border: .1px solid rgba(242, 242, 242, 0.1);
    width: 25%;
}
.modal-open .modal {
    overflow-x: hidden!important;
    overflow-y: hidden!important;
}
.uhrzeit {
    width: 120px;
    background-color: transparent;
    color: #fff;
    border: 1px solid;
    border-radius: 2px;
    padding: 6px;
    font-size: 13px;
    margin-left: 20px;
}
input[type="time"]::-webkit-calendar-picker-indicator{
	background-color:#fff;
}
.modal-body {
    min-height: 260px;
}
blockquote.no-border.nk-blockquote {
    padding-top: 20px;
}
.nk-blockquote .nk-blockquote-icon {
top:0px!important;
}


.input {
    display: block;
    box-sizing: border-box;
    float: left;
    width: 4rem;
    height: 3rem;
    border: 2px solid;
    padding: 0rem;
    text-align: center;
    padding-top: 1rem;
    margin-right: 1rem;
    max-width: 12%;
}
div#game {
    padding: 1rem 0rem 0rem 1rem;
}
.input .btn {
    background: red;
    width: 100%;
    height: 20px;
    margin-top: 30px;
    border: 2px solid black;
    cursor: pointer;
}

#game.lock #status.input {
  background: red;
}
#game.unlock .input  {
  background: green;
}
figure {
    margin: 0 0 0rem;
}
.inv-list figcaption {
    margin-top: 15px;
    font-family: "Marcellus SC", serif;
    font-size: 13px;
}
em {
    font-family: "Marcellus SC", serif;
}
.modal-body li {
    font-family: "Marcellus SC", serif;
}
.modal-body p  {
    font-family: "Marcellus SC", serif;
}
.nk-pricing.na {
    filter: contrast(0.25);
}