html,body {
	overflow-x: hidden;
}

html {	
	font-size: 62.5%;
    font-style: normal;
}

.clear {
	clear: both;
	display: block;
}
body {
	color: #fff;
	background: #1c1c1c;
	font-size: 16px;
	line-height: 18px;
    font-style: normal;	
}

.off {
	display: none;
}

.adaptive {
	display: block;
	max-width: 100%;
	height: auto;
}
/*----------------  ----------------*/
header, footer {
	padding: 2.8rem 0 4rem;
	text-align: center;
}
header img {
	background: #1c1c1c;
	width: 320px;
	margin: 0 auto;
}

#header-slider {
	width: 1000px;
	height: 851px;
	position: relative;
	left: -450px;
}

.header-text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 400px;
	z-index: 200;
}

footer p,
.cookieconsent p {
	color: #686868;
	font-size: 1.2rem;
	line-height: 1.4rem;
}

/*---------------- Fonts ----------------*/
.m-0 {	margin:0	}
.p-0 {	padding:0	}
p {
	-moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
}
.f12 {
	font-size: 1.2rem; 
	line-height: 1.3rem;
	}
h1, .h1 {
	margin-bottom: 0.8rem;
	text-align: center;
	color: #fff;
	font-size: 2.8rem;
	line-height: 2.6rem;
	font-weight: 300;
}

/* Larger than phablet */
@media (min-width: 550px) {
	h1, .h1 {
		margin-right: 3rem;
	}	
}


p {
	padding: 5px 0;
}

.justify {
	text-align: justify;
}

.justify:after {
	display: inline-block;
	content: '';
	width: 100%;
	height: 0;
	visibility: hidden;
}

.text-align-center {
	text-align: center;
}
/*---------------- Form ----------------*/
.page-form {
	margin:5rem auto;
	min-width: 290px;
	max-width: 290px;
}
@media (min-width: 550px) {
	.page-form {
		margin:5rem 0;
	}	
}
input[type="text"], 
input[type="email"],
input[type="submit"]
{
	margin:1px 0;
	height: 50px;
	min-width: 290px;
	max-width: 290px;
}

input[type="text"], 
input[type="email"] {
	padding-left: 4.5rem;
	background-image: url('icons-min.png');
	background-repeat: no-repeat;
	background-position: 0 -6px;
	color: #737373;
}
input[type="text"]:focus,
input[type="email"]:focus {
	border-color: #ed9907;
	-webkit-box-shadow: 0 0 4px #ed9907;
	-moz-box-shadow: 0 0 4px #ed9907;
	box-shadow: 0 0 4px #ed9907;
}
input[name="name"] {
	background-position: 0 -70px;
}

input[name="phone"] {
	background-position: 0 -135px;
}

input[type="submit"].button-orange {
	background: #ed9907;
	border-color: #ed9907;
}
input[type="submit"].button-orange:hover {
	background: #d88900;
}

input[type="text"]:invalid:not(:placeholder-shown) ,
input[type="email"]:invalid:not(:placeholder-shown) 
{background-color: #ffe1e1;border-color: red;}
input[type="text"]:valid:not(:placeholder-shown) ,
input[type="email"]:valid:not(:placeholder-shown) 
{background-color: #e8ffdb;border-color: green;}
/*---------------- Button ----------------*/

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
}

.cookieconsent {
	position: fixed;
	bottom: 0; left: 0;
	width: 100%;
	z-index: 9999;
	text-align:center;
	background-color: #1c1c1c;	
}
.cookieconsent p {margin:0}
.cookieconsent .btn {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  user-select: none;
}