
:focus {
	outline: none !important;
}

html,body {height: auto;}

body {
	font-family: 'Muli', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	line-height: 1.5625;
	color: #65737E;
	background-color: #fff;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-image: url(../images/bg.svg);
	background-repeat: no-repeat;
	background-size: cover;
}

img {
	display: block;
	height: auto;
	max-width: 100%;
}

img[src*=svg] {
	width: 100%;
}

a {
	color: #FF9029;
	text-decoration: none;
	-webkit-transition: color 200ms ease-in-out;
	transition: color 200ms ease-in-out;
}
a:hover {
	color: #ffbb29;
}
a:active,
a:focus {
	color: #040f1e;
}


h1,
.h1 {
	font-family: 'Heebo', Helvetica, Arial, sans-serif;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.2;
	color: #000;
	margin: 20px 0;
}

h5,
.h5 {
	font-family: 'Muli', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
	margin: 20px 0;
}
h6,
.h6 {
	font-family: 'Muli', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	color: #000;
	margin: 20px 0;
}

p,
.paragraph {
	font-family: 'Muli', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #65737E;
	line-height: 1.6;
	margin: 20px 0;
}


hr {
	background-color: #CCC;
	border: 0;
	height: 2px;
	margin: 20px 0;
}



/* Content Inverse
---------------------------------------- */

.content-inverse h1,
.content-inverse h2,
.content-inverse h3,
.content-inverse h4,
.content-inverse h5,
.content-inverse h6,
.content-inverse p,
.content-inverse ul,
.content-inverse ol,
.content-inverse blockquote,
.content-inverse hr {
	color: #FFF;
}


/* Text Colors
---------------------------------------- */

.text-fff {
	color: #FFF;
}
.text-blue {
	color: #139fda;
}
.text-orange {
	color: #FF9029;
}
.text-grey {
	color: #65737E;
}
.text-green {
	color: #20A2B5;
}




/* hexagon motion
---------------------------------------- */



.hexagon1 {
	background-image: url(../images/hexagon-1.svg);
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: -100%;
	left: 0;
	width: 450px;
	height: 518px;
	-webkit-animation: hexagon1 40s linear alternate infinite;
	        animation: hexagon1 40s linear alternate infinite;
}

@-webkit-keyframes hexagon1 {
	0% {
		top: -100%;
		left: 0%;
		transform: rotate(0deg);
	}
	100% {
		top: 100%;
		left: 50%;
		transform: rotate(180deg);
	}
}

@keyframes hexagon1 {
	0% {
		top: -100%;
		left: 0%;
		transform: rotate(0deg);
	}
	100% {
		top: 100%;
		left: 50%;
		transform: rotate(180deg);
	}
}


.hexagon2 {
	background-image: url(../images/hexagon-2.svg);
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 100%;
	left: 50%;
	width: 450px;
	height: 518px;
	-webkit-animation: hexagon2 40s linear alternate infinite;
	        animation: hexagon2 40s linear alternate infinite;
}

@-webkit-keyframes hexagon2 {
	0% {
		top: 100%;
		left: 50%;
		transform: rotate(0deg);
	}
	100% {
		top: -100%;
		left: -50%;
		transform: rotate(180deg);
	}
}

@keyframes hexagon2 {
	0% {
		top: 100%;
		left: 50%;
		transform: rotate(0deg);
	}
	100% {
		top: -100%;
		left: -50%;
		transform: rotate(180deg);
	}
}


.hexagon3 {
	background-image: url(../images/hexagon-1.svg);
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0%;
	right: 50%;
	width: 450px;
	height: 518px;
	-webkit-animation: hexagon3 40s linear alternate infinite;
	        animation: hexagon3 40s linear alternate infinite;
}

@-webkit-keyframes hexagon3 {
	0% {
		top: 0%;
		right: 50%;
		transform: rotate(0deg);
	}
	100% {
		top: 50%;
		right: -70%;
		transform: rotate(180deg);
	}
}

@keyframes hexagon3 {
	0% {
		top: 0%;
		right: 50%;
		transform: rotate(0deg);
	}
	100% {
		top: 50%;
		right: -70%;
		transform: rotate(180deg);
	}
}


.hexagon4 {
	background-image: url(../images/hexagon-2.svg);
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: -100%;
	right: -50%;
	width: 450px;
	height: 518px;
	-webkit-animation: hexagon4 40s linear alternate infinite;
	        animation: hexagon4 40s linear alternate infinite;
}

@-webkit-keyframes hexagon4 {
	0% {
		top: -100%;
		right: -50%;
		transform: rotate(0deg);
	}
	100% {
		top: 50%;
		right: 50%;
		transform: rotate(180deg);
	}
}

@keyframes hexagon4 {
	0% {
		top: -100%;
		right: -50%;
		transform: rotate(0deg);
	}
	100% {
		top: 50%;
		right: 50%;
		transform: rotate(180deg);
	}
}


.hexagon5 {
	background-image: url(../images/hexagon-1.svg);
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 20%;
	width: 450px;
	height: 518px;
	-webkit-animation: hexagon5 40s linear alternate infinite;
	        animation: hexagon5 40s linear alternate infinite;
}

@-webkit-keyframes hexagon5 {
	0% {
		top: 0;
		right: 20%;
		transform: rotate(0deg);
	}
	100% {
		top: -100%;
		right: 0;
		transform: rotate(180deg);
	}
}

@keyframes hexagon5 {
	0% {
		top: 0;
		right: 20%;
		transform: rotate(0deg);
	}
	100% {
		top: -100%;
		right: 0;
		transform: rotate(180deg);
	}
}


.hexagon6 {
	background-image: url(../images/hexagon-2.svg);
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: -300%;
	right: 70%;
	width: 450px;
	height: 518px;
	-webkit-animation: hexagon6 40s linear alternate infinite;
	        animation: hexagon6 40s linear alternate infinite;
}

@-webkit-keyframes hexagon6 {
	0% {
		top: -300%;
		right: 70%;
		transform: rotate(0deg);
	}
	100% {
		top: 20%;
		right: 0;
		transform: rotate(180deg);
	}
}

@keyframes hexagon6 {
	0% {
		top: -300%;
		right: 70%;
		transform: rotate(0deg);
	}
	100% {
		top: 20%;
		right: 0;
		transform: rotate(180deg);
	}
}



/* Homepage Aspot
---------------------------------------- */

.logo{width: 280px; margin: 30px 0 30px 124px;}

.content-inverse{padding-top:50px;}

.homepage-aspot {
	padding: 0;
	height: 80%;
	position: relative;
	overflow: hidden;
	top: -140px;
	
	
}

.container{float:left; margin-top:15%;}

.homepage-offer {
	position: relative;
	padding: 33px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
}


/* Timmer
---------------------------------------- */

#app svg{display:none;}

.base-timer__label {
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  color:#ccc;
}

#app{margin-top:-5%;}



@media screen and (min-width: 10em) and (max-width: 47.938em){
	html,body {height: 100%;}
	.logo{width:200px; margin:25px auto;}
	h1{font-size:30px;}
	h5{font-size:16px;}
	h6{font-size:14px;}
	.homepage-offer{padding:15px; width:90%; margin:0 auto;}
	.base-timer__label{font-size: 35px;}
}

@media screen and (min-width: 48em) and (max-width: 63em){
	html,body {height: 100%;}
	.logo{width:250px; margin:25px auto;}
	.container{margin-top:0;}
	h1{font-size:38px;}
	h5{font-size:18px;}
	h6{font-size:14px;}
	.homepage-offer{padding:15px; width:70%; margin:0 auto;}
	.base-timer__label{font-size: 35px;}
}

