body{
	background-color:#bfbfbf;
	margin:0;
	padding:0;
}
a{
	text-decoration:none;
	color:black;
}
.price-background-image{
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
}
.price-background-image img{
	width:100%;
	height:100%;
}
.price{
	position:relative;
	width:100%;
	z-index:900;
}
.price-header{

	width:100%;
	height:100%;
	background: rgba(0, 0, 0, 0.6);
}
.price-header-div1{
	position:relative;
	text-align:center;
	top:35%;
	color:White;
	font-size: 130%; 
	font-weight: 600;

}
.price-header-div2{
	position:relative;
	text-align:center;
	top:40%;
	color:White;
	font-size: 350%; 
	font-weight: 600;

}
.price-header-button{
	position:relative;
	text-align:center;
	top:50%;
	left:40%;
	
	width:210px;
	padding-top:20px;
	padding-bottom:20px;
	padding-left: 35px;
    padding-right: 35px;
	border:2px solid white;
	border-radius:50px;
	color:White;
	font-size: 15px;
	font-weight: 600;
	font-family: 'Roboto',Arial,sans-serif;
	cursor:pointer;
}
.price-body{
	position:relative;
	width:100%;
	height:100%;
	background-color:white;
}
.price-body-div1{
	position:relative;
	text-align:center;
	top:125px;
	font-size: 40px;
	font-weight: 600;
}
.price-body-div2{
	position:relative;
	text-align:center;
	top:175px;
	font-size: 25px;
}
.price-body-kons{
	position:relative;
	text-align:center;
	top:250px;
}
.price-body-kons img{
	width:100%;
	height:300px;
}
.price-body-kons-imgtext{
	color:white;
	width:330px;
	text-align:left;
	font-size: 23px;
	font-weight: 600;
}
.price-body-kons p{
	padding-top:15px;
	font-size: 20px;
	text-align:left;
}
.price-body-kons1{
	display:inline-block;
	width:350px;
	height:430px;
}
.price-body-kons2{
	display:inline-block;
	width:350px;
	height:430px;
	margin-left:35px;
	margin-right:35px;
}
.price-body-kons3{
	display:inline-block;
	width:350px;
	height:430px;
}
.price-body-kons-button{
	width:140px;
	padding-top:15px;
	padding-bottom:15px;
	background-color:#67c700;
	text-align:center;
	font-weight: 600;
}
.price-list{
	position:relative;
	width:100%;
	height:100%;
	background-color:#bfbfbf;
}



.faqnone{
	display:none;
}

.faqmenu{
	position:relative;
	display: inline-block;
	width:750px;
	border-bottom: 2px solid #bfbfbf;
	font-size: 20px; 
	padding-left:25px;
	padding-top:25px;
	padding-bottom:25px;
	font-weight: 800;
	text-align:left;
	color:black;
	font-family:Verdana, sans-serif;
	cursor: pointer;
	transition: background 9999999s;
	
	text-decoration:none;	
	box-sizing:border-box;
}


.faqmenu div{
	color:#959595;

}
@keyframes ones {
  0% {
  opacity:1;
  transform: translate(0px,0px);
  }
  50% {
    transform: translate(500px,0px);
		
	  opacity:0.01;
	stroke:black;
  }
    75% {
    transform: translate(500px,100px);
	transform: rotate(30deg);
	  opacity:1;
	 stroke:red;
  }
   100% {
    transform: translate(0px,0px);
  }
}

.kontfaq{
	position:absolute;
	top:75px;
	left:260px;
	width:750px;
	background-color:white;

	padding:0px;
}
.kontfaq div{
	width:65%;
	font-size: 90%; 
	font-weight: 400;
	padding-top: 2%;
		
	font-family:Verdana, sans-serif;
	text-align:left;
}
.kontfaq li{
	 list-style-type: none;
}

