@charset "utf-8";
/* CSS Document for main page */

@font-face {font-family: Arcon; src: url(arcon.otf) format("opentype");}

body {
  margin: 0;
  font-family: Arcon;
  background-color: #cccccc;
  overflow-x:hidden;
	
}


.header {
  background-color: #000000;
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
  position: absolute;
  width: 100%;
  z-index: 3;
  display: table;
  max-height: 60px;

}

.logo {
	padding-left: 50px;
	padding-top: 10px;
	display: table-cell;
	vertical-align: middle;
	float: left;
	width: 250px;
}


.header ul {
  margin: 0;
  padding-right: 50px;
  list-style: none;
  overflow: hidden;
  color: #f2f2f2;

 
}

.header li a {
  display: block;
  padding: 20px 20px;
  text-decoration: none;
  color: #f2f2f2;
  font-size: 20px;
}

.header li a:hover{
  color: #ff9900;
}


/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: table-cell;
  padding: 28px 20px;
  position: relative;
  user-select: none;
  float: right;
    }

.header .menu-icon .navicon {
  background: #f2f2f2;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #f2f2f2;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 500px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}



/* 48em = 768px */

@media (min-width: 1240px) {
  .header li {
    float: left;
  }
  .header li a {
  padding: 20px 30px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
	
	
}





/* login modal */
.modal-window {
  position: fixed;
  background-color: rgba(200, 200, 200, 0.75);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.modal-window:target {
  opacity: 1;
  pointer-events: auto;
}

.modal-window > div {
	
  width: 80%;
  max-width: 400px;
  position: relative;
  margin: 10% auto;
  padding: 2rem;
  background: #fff;
  color: #444;
}

.modal-window header {
  font-weight: bold;
}

.modal-window p{
	font-size: 20px;
}

.modal-close {
  color: #000000;
  line-height: 50px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 70px;
  text-decoration: none;
  font-size: 40px;
	
}

.modal-close:hover {
  color: #ff9900;
}

.invalid-feedback {
	color: #ff9900;
    display:inline-block;
	padding-bottom: 20px;
	}

.form-control{
	display: block; 
	width: 92%; 
	margin-bottom: 10px;
	font-family: Arcon;
	font-size: 20px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	padding: 10px 10px 10px 10px;	

}



/* style HP */

.intro {
	background-image: url("../img/bg_main.jpg");
	background-repeat: no-repeat;
  	background-size: cover;
	background-position-x: center;
	background-position-y: center;
	background-color: #000000;
	width: 100%;
	min-height: 100vh;
	height: 100%;
	display: flex;
  	justify-content: center;
}


.intro_content {
		width: 80%;
		height: 100%;
		align-self: center;
		text-align: center;
		color: #f2f2f2;
		font-size: 30px;
}


.funktionsweise {
	width: 100%;
	height: 100% ;
	background-color: #cccccc;
	text-align: center;
	align-content: center;
	padding-bottom: 100px;
}

.quests {
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #999999;
	padding-bottom: 100px;

}


.faq {
	width: 100%;
	height: 100%;
	background-color: #cccccc;
	text-align: center;
	font-size: 18px;
	padding-bottom: 100px;
}

.faq summary {
	font-size: 22px;
	padding: 8px 8px 8px 8px;
	cursor: pointer;
}

.faq summary::marker {
color: #999999;
}



.faq hr {
	border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));

}

.kontakt {
	width: 100%;
	background-color: #999999;
	text-align: center;		
}


.footer {
	width: 100%;
	height: 50px;
	background-color: #333333;
	text-align: center;
	margin-top: -20px;
	bottom: 0;
}

.titel{
	font-size: 50px;
	text-decoration: underline;
	text-decoration-color: #ff9900;
	padding-top: 50px;
}

.titelquestpage{
	font-size: 40px;
	text-decoration: underline;
	text-decoration-color: #ff9900;
	padding-top: 50px;
}

.titel_div{
	width: 100%;
	text-align: center;
}

#funktionsweise{
  scroll-margin-top: 50px;
}
#quests{
  scroll-margin-top: 50px;
}
#faq	{
  scroll-margin-top: 50px;
}
#kontakt{
  scroll-margin-top: 50px;
}


.container{
	width: 100%;
	max-width: 1800px;
	height: auto;
	margin: 0 auto;
	display: inline-block;
	text-align: center;
			
}

.quest_short {
	width: 90%;
	max-width: 500px;
	margin: 20px 20px 20px 20px;
	background-color: #f2f2f2;
	display: inline-block;
 	border: 3px solid;
    border-image: linear-gradient(45deg, #000000, #f2f2f2) 1;
	}

.titel_quest_short{
	font-size: 22px;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-bottom: 20px;
	background-color: #000000;
	color: #f2f2f2;
	width: 100%;
    font-weight: bold;
	letter-spacing: 1px;
}

.button_quest_short{
	padding-top: 40px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	width: 100%;
}

.questpageheader {
	width: 100%;
	height: 50px;
	background-color: #cccccc;
	text-align: center;
	display: flex;
}

.questpage {
	width: 100%;
	background-color: #cccccc;
	text-align: center;
	height: 100%;
	min-height: 100vh;
	margin-bottom: 100px;

}
.questinfo {
	width: 100%;
	text-align: center;
	display: inline-block;
}

.tipps {
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 20px;
	margin-top: 50px;
	}

.tipps hr {
	border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));

}

.button{
	text-decoration: none;
	font-size: 20px;
	color: #000000;
	padding: 15px 30px 15px 30px;
	cursor: pointer;
	background-color: #999999;
	border: 4px solid #000000;
	transition: 0.3s;
	border-radius: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	}

.button:hover {
    background-color: #000000;
    border-color: #000000;
    color: #cccccc;
	transition: 0.3s;
  }
.button:active{
	background-color: #000000;
	border: 4px solid #000000;
    color: #cccccc;
	box-shadow: 0px 0px 20px 6px #ff9900;
	transition: 0.1s;
	}

.button_inv{
	text-decoration: none;
	font-size: 20px;
	color: #ffffff;
	padding: 15px 30px 15px 30px;
	cursor: pointer;
	background-color: #444444;
	border: 4px solid #f2f2f2;
	transition: 0.3s;
	border-radius: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	}

.button_inv:hover {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    color: #000000;
	transition: 0.3s;
  }
.button_inv:active{
	background-color: #f2f2f2;
	border: 4px solid #f2f2f2;
    color: #000000;
	box-shadow: 0px 0px 20px 6px #ff9900;
	transition: 0.1s;
	}



.formcontainer {
	width: 80%;
	max-width: 1200px;
	margin: 100px 20px 20px 20px;
	padding: 20px 20px 20px 20px;
	background-color: #f2f2f2;
	display: inline-block;
 	border: 3px solid;
    border-image: linear-gradient(45deg, #000000, #f2f2f2) 1;
}

.form-control-questpage{
	display: inline-block; 
	width: calc(100% - 30px); 
	float: left;
	margin-bottom: 30px;
	font-family: Arcon;
	font-size: 20px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	padding: 10px 10px 10px 10px;	
	

}

.solution:empty {
	display: none;
}

.solution{
	background-color: #ffffff;	
	border: 1px solid #cccccc;
	border-radius: 4px;
	margin-top: 30px;
	font-size: 20px;
	padding: 20px 20px 20px 20px;
}

.questbeschreibung {
	font-size: 20px;
	padding: 0px 20px 20px 20px;
}


.shop {
	width: 100%;
	text-align: center;
	align-content: center;
	display: flex;
	height: 100%;
	min-height: 100vh;
	margin-bottom: 100px;
	align-items: center;
	justify-content: center;
	

}

.shop_formcontainer {
	width: 90%;
	max-width: 1200px;
	height: 100%;
	margin: 100px 20px 20px 20px;
	border: 3px solid;
    border-image: linear-gradient(45deg, #000000, #f2f2f2) 1;
	display: flex;
	background-color:#000000;

}

@media only screen and (max-width: 900px) {
  .shop_formcontainer {
      /* it place the items in vertical direction */
    flex-direction: column;
  }  }


.shop_black {
	background-color: #000000;
	color: #f2f2f2;
	align-items: stretch;
  	flex-shrink: 0; /* shrinks to 0 to apply 70% width*/
    flex-basis: 40%; /* sets initial width to 70% */
		}

.shop_white {
	background-color: #f2f2f2;
}

.shop_titel {
	font-size: 22px;
	padding: 12px 12px 12px 12px;
	width: 100%;
    font-weight: bold;
	letter-spacing: 1px;

}

.shop_input {
	padding: 12px 12px 12px 12px;
	display: inline-block;
	width: 300px;
	}

.shop_input_text {
	padding: 12px 12px 12px 12px;
	margin: 0px 0px 0px -15px;
	display: inline-block;
	width: 85%;
	}

.shop_text {
	width: 100%; 
	margin-bottom: 10px;
	display: inline-block;
	font-family: Arcon;
	font-size: 20px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	padding: 10px 10px 10px 10px;	

}

.shop_bill {
	width: 100%;
	border-top-color: #cccccc;
	padding: 12px 12px 12px 12px;
	text-align: left;
}

.shop_bill_input {
	padding: 12px 12px 12px 12px;
	display: inline-block;
	width: 90%;
		}

input[type='checkbox'] {
    accent-color: #333333;
}

.shop_bill_text{
	float:left;
	display: inline-block;
	text-align: left;
	padding: 20px 20px 20px 20px;
	font-size: 16px;

		
}
.shop_bill_value{
	padding: 20px 40px 20px 20px;
	float:right; 
	text-align: right;
	display: inline-block;
	font-size: 20px;
		}

.line {
	width: 88%;
	height: 1px;
	background-color: #cccccc;
	float: left;
	margin-left: 20px;
		
}
.line2 {
	width: 90%;
	height: 1px;
	background-color: #cccccc;
	float: left;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
		
}

.contactform {
	padding: 12px 12px 12px 12px;
	display: inline-block;
	width: 80%;
	max-width: 500px;
}

.contactform1 {
	display: none;
	visibility: hidden;
	opacity: 0;
}