@font-face {
    font-family: 'MagdaClean';
    src: url("../font/MagdaCleanMono Regular.woff") format("opentype");
}
*{
    font-family: 'MagdaClean', serif;
}
body{
    background: url("../img/kuL_background_full_comp.png") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
header{
    width: calc(100vw - 100px);
    max-width: 1000px;
    margin: 40px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header img{
    height: 13vh;
    width: auto;
}
header nav{
    display: inline-flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: column;
    height: 13vh;
    font-size: 20px;
}
header nav a, header nav span{
    color: white;
    text-decoration: unset;
    text-align: right;
    display: block;
}
.lang-nav{
    margin-left: 20px;
}

.lang-nav a{
    text-decoration: unset;
    margin: 0 5px;
}
header nav > span{
	position: relative;
}
header nav .submenu span, header nav .submenu a{   
    cursor: pointer;
}
header nav .submenu div{
    position: absolute;
    right: 100px;
    bottom: -25px;
    transition: all 0.2s ease-out;
    display: none;
    padding-right: 25px;
    text-align: right;
}
header.en nav a{
    width: 235px;
}
header.en nav .submenu div{
    width: 175px;
}

header.cz nav a{
    width: 275px;
}
header.cz nav .submenu div{
    width: 220px;
}

header nav .submenu div.active {
    display: inline-block;
}
main section div{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5px 0;
}
#countdown{
    margin: 0 auto;
    font-size: 1.4em; 
}
#countdown_wrapper > b {
    display: block; 
    text-align: center; 
    font-size: 1.5em; 
    margin-bottom: 45px; 
}

#countdown td {
    padding: 0 20px; 
    text-align: center; 
}

#countdown #numbers td:first-child,
#countdown #labels td:first-child {
    font-weight: bold; 
}
main section div{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5px 0;
}
#countdown_wrapper{
    background: white;
    width: calc(100vw - 100px);
    max-width: 1000px;
    margin: 40px auto;
    border-radius: 25px;
    padding: 40px;
    color: black;
    box-sizing: border-box;
    /* min-height: 500px; */
    font-size: 18px;
}
a {
    word-wrap: break-word;
}
.coming_soon_overlay{
    width: 150px;
    position: relative;
    bottom: -50px;
    right: 160px;
}
.arrow-up {
    right: 315px;
    top: 40px;
    position: relative;
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 25px solid black;
}

.arrow-up:after {
    content: "";
    position: absolute;
    top: 20px;
    left: -5px;
    width: 10px;
    height: 22px;
    background: black;
}
main{
    background: white;
    width: calc(100vw - 100px);
    max-width: 1000px;
    margin: 40px auto;
    border-radius: 25px;
    padding: 40px;
    color: black;
    box-sizing: border-box;
    /* min-height: 500px; */
    font-size: 18px;
}
footer{
    width: calc(100vw - 100px);
    max-width: 1000px;
    margin: 40px auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}
footer a{
    height: 40px;
    margin-right: 30px;
}
footer a img{
    height: 40px;
}
footer button{
    height: 40px;
    background: #231f20;
    color: white;
    border-radius: 30px;
    padding: 0 40px;
    font-size: 20px;
    border: unset;
    cursor: pointer;
    transition: 0.2s all;
}

#download_speisekarte{
    background: #231f20;
    color: white;
    border-radius: 30px;
    padding: 10px 40px;
    font-size: 18px;
    border: unset;
    cursor: pointer;
    transition: 0.2s all;
    margin: 20px auto;
    display: block;
}

footer button:hover, footer button:active {
    background: #222;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#popup {
    position: relative;
    width: 90%;
    height: 90%;
    max-width: 1000px;
    max-height: 600px;
    background-color: #fff;
    padding: 0;
    border-radius: 5px;
}

#popup > div{
    margin-top: 40px !important;
}

#close-button {
    position: absolute;
    top: -38px;
    right: -57px;
    cursor: pointer;
    color: white;
    font-size: 30px;
    font-weight: bold;
    background: unset;
}

#continueButton.disabled{
    filter: brightness(75%);
}

iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 5px;
    padding-top: 15px;
}

#slide_show * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#slide_show .slides {
    display: none;
    width: 100%;
    height: 600px;
}

#slide_show img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    margin: auto;
    display: block;
    border-radius: 15px;
}

#slide_show_wrapper {
    border-radius: 15px;
    padding: 25px;
    max-width: 1000px;
    position: relative;
    margin: auto;
}

#slide_show {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

#slide_show .prev, #slide_show .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -40px;
    font-weight: bold;
    color: #cfcfcf;
    font-size: 40px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    border-radius: 0 3px 3px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#slide_show .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

#slide_show .prev:hover, #slide_show .next:hover {
    color: #e67d37;
}

#slide_show .text {
    color: white;
    /*-webkit-text-stroke: 1px #a7a7a7;*/
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 1.0px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#slide_show .text:hover {
    color: #e67d37;
    /*-webkit-text-stroke: 1px black;*/
}

#slide_show .numbertext {
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    color: #cfcfcf;
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 20px;
    padding: 12px 12px;
    display: none;

}

#slide_show .numbertext:hover {
    color: #e67d37;
}

.slide_show_dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #231f20;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.slide_show_dot.active, .slide_show_dot:hover {
    background-color: #e67d37;
}

#slide_show .fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.0s;
    animation-name: fade;
    animation-duration: 1.0s;
}

.button.disabled, .button.disabled:hover, .button.disabled:active{
    filter: brightness(75%) !important;
}


@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@media only screen and (max-height: 600px) {
 .lang-nav{
    margin: 0 !important;
 }
 footer{
    bottom: -20px !important;
 }
}

@media only screen and (max-width: 1200px) {
    #slide_show .slides {
        height: unset;
    }
    #slide_show .numbertext {
        left: 10px !important;
    }
    #slide_show .prev {
        left: 0 !important;
    }
    #slide_show .next {
        right: 0 !important;
    }
}

@media only screen and (max-width: 300px) {
    .prev, .next, .text {
        font-size: 11px
    }
}

@media only screen and (max-width: 800px) {
    header.cz nav .submenu div {
        width: 170px;
    }
    header.cz nav a {
        width: 225px;
    }
    header.en nav .submenu div {
        width: 125px;
    }
    header.en nav a {
        width: 167px;
    }
    header > div {
        flex-direction: column;
    }
    .lang-nav {
        margin: -35px 0 0 0;
    }

    header img {
        height: 10vh;
        margin: 3vh 0;
    }
    header nav{
        height: 13vh;
    }
    main{
        max-width: unset;
        width: 100%;
        padding: 30px 20px;
    }
    #slide_show_wrapper {
        padding: 25px 0;
    }
    #countdown_wrapper {
        margin: 20px auto;
        padding: 25px;
        width: calc(100vw - 20px);
    }
    #countdown {
        width: 100%; 
    }
    #countdown td {
        padding: 5px; 
    }
    footer{
        position: fixed;
        bottom: 30px;
        right: 40px;
        left: 40px;
    }
    body{
        padding-bottom: 100px;
    }
	main > img{
		width: 100% !important;
	}

}

@media only screen and (max-width: 600px) {
    header img {
        height: 9vh;
    }
    header {
        width: calc(100% - 10px);
		margin-left: 10px;
    }
	footer{
		justify-content: center;
	}
	footer a img{
		margin-top: 6px;
		height: 28px;
	}
	footer button{
		font-size: 14px;
		height: 40px;
	}
}
@media screen and (max-width: 500px) {
    #countdown_wrapper #numbers td{
        font-size: 16px; 
    }
    #countdown_wrapper #labels td{
        font-size: 12px; 
    }
    #countdown td {
        padding: 2px; 
    }
}
@media only screen and (max-width: 300px) {
    header img {
        height: 6vh;
    }
}

.notice-box {
    display: block;
    border: 5px solid #000; /* Fetter schwarzer Rahmen */
    border-radius: 10px; /* Runde Kanten */
    padding: 15px; /* Innenabstand */
    background-color: #fff; /* Wei�er Hintergrund */
    color: #000; /* Schwarzer Text */
    font-size: 16px; /* Einheitliche Schriftgr��e */
    line-height: 1.5; /* Angenehmer Zeilenabstand */
    margin: 20px 0; /* Abstand zu anderen Elementen */
}

.notice-box h2 {
    font-size: 20px; /* Einheitliche Schriftgr��e f�r �berschriften */
    margin-bottom: 10px;
    color: #e67d37; /* CI-Orange f�r �berschriften */
}
.notice-box p {
    margin: 5px 0; /* Kleiner Abstand zwischen Abs�tzen */
}