@font-face 
{ 
	font-family: "PilatWide-Light";  
	src: url('../fonts/PilatWide-Light.eot');
	src: local('Pilat Wide Light'), local('PilatWide-Light'),
        url('../fonts/PilatWide-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PilatWide-Light.woff2') format('woff2'),
        url('../fonts/PilatWide-Light.woff') format('woff'),
        url('../fonts/PilatWide-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face 
{ 
font-family: "PilatWide-Bold";  
src: url("../fonts/PilatWide-Bold.woff2") format("woff2");

}

body {
	background-image: url("../img/bgoze.jpg");
	background-position: left top;
  	background-repeat: no-repeat;
  	background-size: cover;
	font-family: "PilatWide-Light";
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
	padding: 0;
	background-color: #f2f2f2;
}
H1 {
	margin: 15px 15px;
	font-family: 'PilatWide-Light', sans-serif;
  	font-size: 29px;
	color: #ccc;
}

.TopOZE {
	position: fixed;
	padding: 10px 5px 0;
	width: 100%;
	height: 80px;
	background-color: #FFF;
	background: linear-gradient(to right, white, yellow, green);
	#mix-blend-mode: multiply;
	box-shadow: 1px 1px 15px 1px #999;
}
.TopOZE img {
	float: left;
	margin: 15px;
}

.faq-heading{
	width: 90%;
  	margin: auto;
    	#border-bottom: #777;
    	padding: 40px 0 40px;
}
.faq-container {
display: flex;
font-family: 'PilatWide-Book', sans-serif;
#justify-content: center;
flex-direction: column;
background-color: #eee;
padding: 75px 20px 50px 80px;
font-size: 30px;
color: #444;
}
.hr-line{
  	##width: 90%;
  	margin: auto;
	border-bottom: 2px solid #eee;
  
}
/* Style the buttons that are used to open and close the faq-page body */
.faq-page {
    background-color: #fff;
    cursor: pointer;
    padding: 30px 20px;
    width: 90%;
    border: none;
    outline: none;
    transition: 0.4s;
    margin: auto;
    font-size: 24px;
	border-left: 4px solid #444;
}
.faqbody {
	#display: none;
    	#overflow: hidden;
    	margin: auto;
	padding: 0 18px;
	width: 90%;
   	line-height: 1.4;
   	font-size: 18px;
	color: #666;
    	background-color: white;
	border-left: 4px solid #fff;
	border-right: 4px solid #fff;
	#max-height: 0;
	transition: max-height 0.2s ease-out;
}
.faq-bot {
	margin: auto;
	padding: 30px 0 0;
	width: 90%;
	text-align: right;
	font-size: 18px;
	font-style: italic;
	color: #444;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active,
.faq-page:hover {
    background-color: #f8f8f8;
}
/* Style the faq-page panel. Note: hidden by default */
.faq-page:after {
    content: '\02714';
    /* Unicode character for "plus" sign (+) */
    font-size: 24px;
    #color: #777;
    float: right;
    margin-left: 5px;
}
