/* CSS Document */
html {
  font-size: 100%;
  color: white;
}
html, body {
  overflow-x:hidden !important;
	font-smooth: always;
} 
.bodywrap{
	  overflow:hidden !important;
}
body {
  font-size: 1.2rem;
  background: black;
	margin: 0;
}
option{
	background:#000;
	font-family:'Roboto Slab', serif;
	font-weight: 300;
}
h1 {
  margin: auto;
  text-align: center;
  font-size: 2rem;
  font-family: 'Abril Fatface', cursive;
  font-style: italic;
  letter-spacing: 1.25px;
  font-weight: 400;
}
h1.outro {
    text-shadow: black 0.3rem 0.3rem 0.4rem;
}
h2 {
  font-family: 'Roboto Slab', serif;
  font-size: 1.7rem;
  text-align: center;
  font-weight: 300;
  margin: 0 0 3rem;
}
h1.outro {
  margin-top: 30%;
  z-index: 555;
  position: relative;
}
h3 {
  margin: auto;
  text-align: center;
  font-size: 1.6rem;
  font-family: 'Abril Fatface', cursive;
  font-style: italic;
  margin: 1.4rem 0;
  letter-spacing: 0.05em;
  font-weight: 400;
}
h3.intro {
  text-align: center;
  font-size: 1.7rem;
  font-family: 'Abril Fatface', cursive;
  font-style: italic;
  width: 35rem;
  margin: 25rem auto 2rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 400;
}
p {
  margin: 0 auto;
  width: 29rem;
  text-align: center;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
}
.black {
  z-index: 799;
}
.strbox a {
    position: absolute;
    right: 2rem;
    top: 2rem;
    z-index: 100;
}
img.str {
    width: 0.8rem;
    z-index: 50;
    position: relative;
}
.strbox {
    margin: 0 auto;
    width: 12rem;
}
/* .video_contain {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
} */
.myVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.outrovid {
  min-width: 100% !important;
  min-height: 100% !important;
}
#video1, #video2, #video3, #video4 {
  display: none;
}
.invalid {
  background-color: rgba(255, 0, 30, 0.75) !important;
}

.content {
  position: fixed;
  width: 100%;
  z-index: 80;
}
* {
  box-sizing: border-box;
}
.column {
    float: left;
    width: 10%;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    margin-right: 1rem;
}
.column + .column {
    float: left;
    width: 80%;
    text-align: left;
	margin-right: 0;
}

/* The container */
.container {
    font-family: 'Roboto Slab', serif;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-weight: 300;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: transparent;
    border: 1px #fff solid;
}



/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    width: 7px;
    height: 16px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.logo {
  width: 12rem;
  z-index: 50;
  position: fixed;
  top: 2rem;
}
.tab {
  display: none;
}
.imgbox {
  margin: 0 auto;
  width: 12rem;
}
#regForm, form {
  margin: 0 auto;
  width: 29rem;
}
form#regForm {
  z-index: 20;
  position: relative;
}
form#regForm {
  margin-top: 15%;
}
input {
  width: 29rem;
  padding: 0.8rem 0;
  background: transparent !important;
  border: white 1px solid;
  color: white;
  text-align: center;
  font-size: 1.1rem;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  outline: none;
  margin: 0.7rem 0;
	   -webkit-appearance:none;
   -moz-appearance:none;
   appearance:none;
	border-radius: unset !important;
}
select#drink {
  width: 29rem;
  padding: 0.8rem 1rem;
  background: transparent;
  border: white 1px solid;
  color: white;
  font-size: 1.1rem;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  text-align-last: center;
  text-align: center;
  -ms-text-align-last: center;
  -moz-text-align-last: center;
  outline: none;
  margin: 0.7rem 0;
  border-radius: unset!important; 
  border-radius: 0px !important;
}
option{
  text-align: center;
  -ms-text-align-last: center;
  -moz-text-align-last: center;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Some browsers will not display the caret when using calc, so we put the fallback first */
  background: url("img/drop.png") no-repeat 98.5% !important; /* !important used for overriding all other customisations */
  background: url("img/drop.png") no-repeat calc(100% - 10px) !important; /* Better placement regardless of input width */
}
/*For IE*/
select::-ms-expand {
  display: none;
}
input::placeholder {
  text-align: center;
  color: white;
}
input:focus {
  outline-color: rgba(0, 0, 0, 0) !important;
}
input:-internal-autofill-selected {
  appearance: menulist-button;
  background-color: transparent !important;
  background-image: none !important;
}
input[type="checkbox"] {
    width: 25px;
    height: 25px;
    background-color: #000;
    margin-top: 5px;
    padding: 0;
}
input:-internal-autofill-selected {
  background: transparent !important;
}
button#nextBtn, button#prevBtn, input#submit {
	    position: relative;
  width: 29rem;
  background: none;
  padding: 0.8rem 0;
  border: 2px solid white;
  border-left: none;
  border-right: none;
  color: white;
  outline-color: transparent;
  font-size: 1.2rem;
  font-family: 'Abril Fatface', cursive;
  font-style: italic;
  text-transform: uppercase;
  OUTLINE: NONE;
  margin: 1rem 0;
  letter-spacing: 0.15rem;
  font-weight: 400;
   -webkit-appearance:none;
   -moz-appearance:none;
   appearance:none;
   border-radius: unset !important;
}
button#nextBtn {
  margin-top: 3rem;
}
button#prevBtn {
  margin-bottom: 3rem;
}
button#nextBtn:after {
  background: url(img/next.png);
  position: absolute;
  right: 0;
  top:11px;
  content: "";
  width: 15px;
  height: 100%;
  background-repeat: no-repeat;
}
button#nextBtn.senden:after {
  background: none;
  position: absolute;
  right: 0;
  content: "";
  width: 15px;
  height: 25px;
  background-repeat: no-repeat;
}
button#prevBtn:after {
  background: url(img/back.png);
  position: absolute;
  left: 0;
  top:11px;
  content: "";
  width: 15px;
  height: 25px;
  background-repeat: no-repeat;
}
.senden {
  background: #121212 !important;
  border: none !important;
  margin-top: 2rem;
}

@media (max-width:1650px) {
h3.intro {
    text-align: center;
    font-size: 1.7rem;
    font-family: 'Abril Fatface', cursive;
    font-style: italic;
    width: 35rem;
    margin: 17% auto 2rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
}
  h1.outro {
    margin-top: 25%;
    z-index: 555;
    position: relative;
  }
form#regForm {
    margin-top: 10rem;
}
	h3 {
    margin: auto;
    text-align: center;
    font-size: 1.6rem;
    font-family: 'Abril Fatface', cursive;
    font-style: italic;
    margin: 1rem 0;
    letter-spacing: 0.05em;
    font-weight: 400;
}
button#nextBtn {
    margin-top: 1.5rem;
}
}
@media (max-width:1024px){
form#regForm {
    margin-top: 14rem;
}
	h3.intro {
    text-align: center;
    font-size: 1.7rem;
    font-family: 'Abril Fatface', cursive;
    font-style: italic;
    width: 35rem;
    margin: 17rem auto 2rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
}
}
@media (max-width: 600px) {
	html,body{
		font-size: 1rem;
	}
#regForm, form {
    margin: 0 auto;
    width: 20rem;
}
p {
    margin: 0 auto;
    width: 20rem;
    text-align: center;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
}
	h3.intro {
    text-align: center;
    font-size: 1.3rem;
    font-family: 'Abril Fatface', cursive;
    font-style: italic;
    width: 20rem;
    margin: 8.5rem auto 1rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
  h1.outro {
    margin-top: 25%;
    z-index: 555;
    position: relative;
  }
  h1 {
    margin: auto;
    text-align: center;
    font-size: 1.5rem;
    font-family: 'Abril Fatface', cursive;
    font-style: italic;
  }
  h2 {
    font-family: 'Roboto Slab', serif;
    font-size: 1.4rem;
    text-align: center;
    font-weight: 300;
    margin: 0 0 1.5rem;
  }
  h3 {
    text-align: center;
    font-size: 1.3rem;
    font-family: 'Abril Fatface', cursive;
    font-style: italic;
    margin: 1rem 0;
    letter-spacing: 0.05em;
  }
	
  #myVideo {
    position: fixed;
    top: 0;
    bottom: 0;
   /*right: 0;*/
    left: 0;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
    z-index: 1;
  }
form#regForm {
    margin-top: 9rem;
	margin-bottom: 1rem;
}
  .tab {
    text-align: center;
  }
  .imgbox {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 1rem;
  }
.logo {
    width: 7rem;
    z-index: 50;
    position: relative;
    top: 1rem;
}
  .video_contain {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  button#nextBtn:after {
    background: url(img/next.png);
    position: absolute;
    right: 0;
    content: "";
    width: 15px;
    height: 100%;
    background-repeat: no-repeat;
    margin-top: -0.2rem;
  }
  button#prevBtn:after {
    background: url(img/back.png);
    position: absolute;
    left: 0;
    content: "";
    width: 15px;
    height: 25px;
    background-repeat: no-repeat;
    margin-top: -0.2rem;
  }
  .row {
    width: 90%;
    margin: 0 auto;
  }
button#nextBtn, button#prevBtn, input#submit {
    width: 20rem;
    background: none;
    padding: 0.7rem 0;
    border: 2px solid white;
    border-left: none;
    border-right: none;
    color: white;
    outline-color: transparent;
    font-size: 1.1rem;
    font-family: 'Abril Fatface', cursive;
    font-style: italic;
    text-transform: uppercase;
    OUTLINE: NONE;
    margin: 1rem 0 0 0;
    letter-spacing: 0.15rem;
}
  div#txtHint {
    margin: 1rem 0 0;
  }
  input#submit {
    margin: 1rem 0 0;
  }
  button#prevBtn {
    margin: 0 0;
  }
	.container {
    width: 20rem;
    margin: 0 auto;
}
  .outrovid {
    width: 100%;
    background: black;
  }
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(img/drop.png) no-repeat 98.5% !important;
    background: url(img/drop.png) no-repeat calc(100% - 10px) !important;
    background-size: 7% !important;
  }
  .column + .column {
    float: left;
    width: 90%;
    font-size: 1rem;
  }
  input[type="checkbox"] {
    width: 100%;
    background-color: #000;
    margin: 0;
  }
  select#drink {
    width: 20rem;
    padding: 0.8rem 0;
    background: transparent;
    border: white 1px solid;
    color: white;
    font-size: 1rem;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    text-align-last: center;
    text-align: center;
    -ms-text-align-last: center;
    -moz-text-align-last: center;
    outline: none;
    margin: 0.7rem 0;
  }
  input {
    width: 20rem;
    padding: 0.7rem 0;
    background: transparent !important;
    border: white 1px solid;
    color: white;
    text-align: center;
    font-size: 1rem;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    outline: none;
    margin: 0.7rem 0;
  }
	img.str {
    width: 0.6rem;
    z-index: 50;
    position: relative;
}
	.strbox a {
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 100;
}
}
@media (max-width: 335px){
	div {
    text-align: center;
}
	p {
    margin: 0 auto;
    width: 15rem;
    text-align: center;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
}
	input {
    width: 15rem;
    padding: 0.7rem 0;
    background: transparent !important;
    border: white 1px solid;
    color: white;
    text-align: center;
    font-size: 1rem;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    outline: none;
    margin: 0.7rem 0;
}
	button#nextBtn:after {
    background: url(img/next.png);
    position: absolute;
    right: 0;
    content: "";
    width: 15px;
    height: 100%;
    background-repeat: no-repeat;
    margin-top: -0.2rem;
}
	select#drink {
    width: 15rem;
    padding: 0.8rem 0;
    background: transparent;
    border: white 1px solid;
    color: white;
    font-size: 1rem;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    text-align-last: center;
    text-align: center;
    -ms-text-align-last: center;
    -moz-text-align-last: center;
    outline: none;
    margin: 0.7rem 0;
}
	.container {
    width: 15rem;
    margin: 0 auto;
}
	button#nextBtn, button#prevBtn, input#submit {
    width: 15rem;
    background: none;
    padding: 0.7rem 0;
    border: 2px solid white;
    border-left: none;
    border-right: none;
    color: white;
    outline-color: transparent;
    font-size: 1.1rem;
    font-family: 'Abril Fatface', cursive;
    font-style: italic;
    text-transform: uppercase;
    OUTLINE: NONE;
    margin: 1rem 0 0 0;
    letter-spacing: 0.15rem;
}
	input {
    width: 15rem;
    padding: 0.7rem 0;
    background: transparent !important;
    border: white 1px solid;
    color: white;
    text-align: center;
    font-size: 1rem;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    outline: none;
    margin: 0.7rem 0;
}
	h3.intro {
    text-align: center;
    font-size: 1.3rem;
    font-family: 'Abril Fatface', cursive;
    font-style: italic;
    width: 15rem;
    margin: 9rem auto 2rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
}
	#regForm, form {
    margin: 0 auto;
    width: 15rem;
}
}
