#video-container{
    width: 100%;
    overflow: hidden;
}

#video-container video{
    width: 100%;
}

video{
	width: 100%;
}

#hidesound{
	display: none;
}

#qrname{
	width: 100%;
	text-align: center;
}

#qrwrapper h3{
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: center;
}

#stufefuenf h3{
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: center;
	color: #FFFFFF;
}

hr{
	margin: 0;
}

.losbtn{
	width: 100%;
	text-align: center;
}

.losbtn a{
    background-color: #47a83e;
    color: #FFF !important;
    padding: 10px 20px;
    font-size: 125%;
    border-radius: 15px;
    text-decoration: none;
	font-weight: bold;
}


#urlframe{
	display: none;
	position: absolute;
    top: 25vh;
    width: 80%;
    height: 23vh;
    background-color: rgb(0 0 0 / 75%);
    text-align: center;
    padding: 5%;
    backdrop-filter: blur(20px);
    border-radius: 40px;
    /* border-color: rgb(0 181 255); */
    border: 2px dashed;
    border-color: rgb(58 170 225);
}

#urlframe a{
    font-family: 'Roboto Condensed', sans-serif;
    background-color: #FFF;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    border-radius: 20px;
    font-size: 150%;
	transition: all 0.3s;
}

#urlframe a:hover{
	padding: 10px 30px 10px 30px;
}

#urlframe h3{
	text-align: center !important;
}

#qrcontent{
    width: 100%;
    padding-top: 10vh;
    display: inline-block;
    text-align: justify;
    line-height: 1.5;
    color: #CCC;
    z-index: 1;
    position: absolute;
    height: -webkit-fill-available;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}


#qrwrapper{
	    position: relative;
	    height: auto;
	    overflow-y: scroll;
		z-index: 10;
}

.lose{
	width: 90%;
	margin-left: 5%;
}

.domainlink{
	padding: 0 !important;
}

#stufenull{
	display: none;
}

#stufeeins{
	display: none;
}

#stufezwei{
	display: none;
}

#stufedrei{
	display: none;
}

#stufefuenf{
	display: none;
}

#stufenull.visi{
	display: inline-block !important;
	    width: 90%;
	    background: rgb(58 170 225 / 30%);
	    z-index: 15;
	    padding-left: 5%;
	    padding-right: 5%;
}

#stufeeins.visi{
	display: inline-block !important;
	    width: 90%;
	    background: rgb(58 170 225 / 30%);
	    z-index: 15;
	    padding-left: 5%;
	    padding-right: 5%;
}

#stufezwei.visi{
	display: inline-block !important;
	    width: 90%;
	    background: rgb(58 170 225 / 30%);
	    z-index: 15;
	    padding-left: 5%;
	    padding-right: 5%;
}

#stufedrei.visi{
	display: inline-block !important;
	    width: 90%;
	    background: rgb(58 170 225 / 30%);
	    z-index: 15;
	    padding-left: 5%;
	    padding-right: 5%;
}

#stufefuenf.visi{
	display: inline-block !important;
	    width: 90%;
	    background-color: #4cd341;
	    z-index: 15;
	    padding-left: 5%;
	    padding-right: 5%;
}

#stufefuenf.visi p{
	color: #000000;
	text-align: center;
}



#backfix{
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    background: #046d32;
    background-size: cover;
    background-position-x: center;
    z-index: 1;
}




.qrlist{
	display: block;
	    font-family: sans-serif;
	    background: rgb(0 0 0 / 50%);
	    padding-top: 8px;
	    padding-bottom: 6px;
}

.qrlist div{
	display: inline-block;
	float: right;
	width: fit-content;
	padding-right: 20px;
}

#alldone{
	display: none;
}

#alldone.visi{
		display: inline-block !important;
	    width: 100vw;
	    height: 100vh;
	    position: fixed;
	    background: rgb(0 0 0 / 90%);
	    z-index: 15;
		padding-top: 36vw;
}

.qrlist img{
	width: 30px;
	height: auto;
}

.qrlist p{
    width: fit-content;
    display: inline-block;
    margin: 10px;
    line-height: 1;
    color: #FFF;
    padding-left: 10px;
	text-align: left;
}

button {
    display: inline-block;
    text-align: center;
    background-color: #ececec;
    padding: 10 20;
    border-width: 0px;
    color: #006938;
    text-transform: uppercase;
    border-radius: 20px;
    font-weight: bold;
    text-decoration: none;
	font-size: 100%;
}

.cc_container {
    color: #fff;
    font-size: 6vw;
    font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;
    box-sizing: border-box;
    height: 100vh !important;
    width: 100vw !important;
    background: rgb(0 0 0 / 94%) !important;
    padding-top: 25% !important;
}



.external a {
    display: inline-block;
    text-align: center;
    background-color: unset;
    padding: 5;
    border-width: 0px;
    color: #FFF;
    text-transform: none;
    border-radius: 20px;
    font-weight: normal;
    text-decoration: underline;
}

#checkbild{
	width: 100%;
	text-align: center;
}

#checkbild img{
	width: 50%;
	height: auto;
}



#alle{
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
	
}

h1 a{
	background-color: #3ac43b;
    color: #ffffff;
    text-decoration: none;
    padding: 15px 40px;
    font-size: 75%;
    border-radius: 20px;
}

h1 a:hover{
	background-color: #000000;
}