@charset "utf-8";
/* CSS Document */

@font-face {

    font-family: 'Blaster';
    src:url('../fonts/Blaster.ttf.woff') format('woff'),
        url('../fonts/Blaster.ttf.svg#Blaster') format('svg'),
        url('../fonts/Blaster.ttf.eot'),
        url('../fonts/Blaster.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;

}

/*----------- Navigation-Styles---------- */

#side-panel, body.side-push-panel.stretched #wrapper, body.side-push-panel.stretched #header .container {
	background-color: #000000;
}

#primary-menu ul li > a {
	color: #ffffff;
}

#primary-menu ul li:hover > a, #primary-menu ul li.current > a {
	color: #FF7F00;
}


.lang {
	color: #FF7F00 !important;
}

#header-wrap {
	background-color: #000000 !important;
}


/*----------- BASIC Styles---------- */



::-moz-selection {
	background-color: #FF7F00;
}

.section {
	background-color: #282828;
}

.nomargin h1 {
	font-family: Blaster !important;
	color: #FF7F00;
}


h2 {
	color: #DDD;
}

h3 {
	font-family: Blaster !important;
	font-size: 42px;
	text-align: center;
	color: #FF7F00;
	margin-top: 60px;
	margin-bottom: 60px;
}

h4 {
	font-family: Blaster !important;
	font-size: 26px;
	text-align: center;
	color: #FF7F00;
	margin-top: 30px;
	margin-bottom: 30px;
}


#content p, #content li {
	text-align: left;
    font-size: 19px;
	line-height: 2;
	color: #DDD;

}

#section-works p {
	margin-top: 60px;
}

	@media (max-width: 768px) {
		#content p {
			font-size: 15px;
		}
	}

.dark-font {
	color: #282828 !important;
}

/*----------- Section HOME--------- */

.more-link {
	border-bottom: 1px solid #444;
	color: #444;
}


/*----------- Container---------- */

.container-margin {
	padding-bottom: 60px;
}
	

/*----------- Produktslider---------- */

#products {
	margin-bottom: 0 !important;
}

	#products .button.button-border {
		border: 2px solid #00FE00 !important;
	}

	#products .button.button-border:not(.button-fill):hover {
		color: #DDD !important;
		background-color: #00CE00;
	}
.lime {
	color: #00FE00 !important;
	text-align: center;
}

.fas, .far {font-size: 26px; margin-right: 20px !important;}


#jetstream {
	background-color: #555;
	padding-bottom: 75px;
}

#blizzard {
	background-color: #282828;
}

#typhoon {
	background-color: #555;
	padding-bottom: 75px;
}

#products {
	margin-bottom: 30px;
}

.slider-wingsuits {
    position: relative;
    width: 100%;
    overflow: hidden;
	margin-bottom: 60px;
	/*background-color: #F9F9F9; */
}

.button-padding {
	padding-bottom: 60px;
}

.button.button-border:not(.button-fill):hover {
	color: #00FE00;
}


/*----------- Produktslider ENDE---------- */

/*----------- Video INFO---------- */

#section-services p {
	text-align: center;
}

.video-info {
	max-width: 75%;
}


/*----------- Story---------- */

#story {
	padding-top: 60px;
	background-color: #555 !important;
}

#story h3 {
	font-size: 26px;
	margin-top: 30px;
}


.container-story {
	margin-bottom: 60px;
}


