@charset "utf-8";

* {
	font-size: 100%;
	font-family: 'Palanquin', sans-serif;
	font-weight:400;
	line-height:1.6;
}

html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	overflow-y:scroll;
	display:block;
	font-size:100%;
scroll-behavior: smooth;
}
body {
	display:block;
	background-color:#ffffff;
	padding: 0 !important;
	margin: 0;
	text-align: left;
	font-family: Helvetica,Arial,sans-serif;
	font-size:20px;
	height: 100%;
}

img {
	border: 0px;
}

:focus {outline:none;}
::-moz-focus-inner {border:0;}
input:-webkit-autofill, textarea:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}
a {
	display:block;
	text-decoration:none;
	color:#000;
}
table {
	border-color:#FFF;
	border-spacing:0px;
}
button {
	-webkit-appearance: none;
	-moz-webkit-appearance: none;
	margin:0;
	padding:0;
	border:0;
}
form {
	margin:0;
	overflow:hidden;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:600;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.clear:after {
	display:block;
	width:0;
	height:0;
	content:"";
	clear:both;
}
.ta {
	resize:none;
	min-height:50px;
	font-size:15px;
}
.clear:after {
  content: "";
  display: table;
  clear: both;
}
}
ul {
	padding:0;
	margin:0;
	-webkit-margin-before:0px;
	-webkit-margin-after:0px;
	-webkit-margin-start:0px;
	-webkit-margin-end:0px;
	-webkit-padding-start:0px;
	list-style:none;
}

p {
  padding-top: 4px;
  padding-bottom: 4px;
  margin: 0;
  font-size: 16px;
  line-height: 1.4em;
  color: #000000;
}

select, input, textarea {
	font-family: Helvetica,Arial,sans-serif;
}
.centered {
	text-align:center;
}
span.number {
	font-family: Helvetica, sans-serif;
    font-size: 95%;
}
span.blue {
	color:#115fb0;
}
.tal {
	text-align:left;
}
.tar {
	text-align:right;
}
.tac {
	text-align:center;
}
.wt {
    color:#ffffff !important;
}
/**********************************************************************************************/
/*** Page ***/

.overallwrap {
	color:#000000;
	position:relative;
    padding:0;
    margin:0;
    top:0;
    left:0;
    width: 100%;
	overflow:hidden;
	min-height:100%;
	margin-bottom:-90px;
}

.pagewrap {
	margin:0 auto;
	max-width:1400px;
	padding:0 20px;
	box-sizing:border-box;
	position:relative;
	overflow:hidden;
}

.content {
	color:#000000;
}

.widescreen {
	width:100%;
	margin:20px 0 0;
}
.widescreen.grey {
	background-color:#efefef;
}	
.widescreen.darkblue {
	background-color:#082154;
}
/**********************************************************************************************/
/*** Header ***/

#header {
	top:0;
	width:100%;
	z-index:9999;
	background: linear-gradient(rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.0));
	color:#ffffff;
}
.inner-header {
	position:relative;
	width:100%;
	/*max-width:1400px;*/
	margin:0 auto;
	padding:15px 0px 10px;
	box-sizing:border-box;
	overflow:hidden;
	text-align:center;
}
.inner-header .logo {
	margin:0;
	margin-left:5px;
	display:inline-block;
	overflow:hidden;
	float:left;
	
}
.inner-header .logo img {
	border:none;
	outline:none;
}
.inner-header .logo img.logoimg {
	display:inline-block;
}

#menuopener {
	font-size:40px;
	float:right;
	overflow:hidden;
	margin-right:10px;
	padding:0px 10px;
	cursor:pointer;
	color:#0fff0f;
}
.menu {
	overflow:hidden;
}
.menu ul {
	list-style:none;
	overflow:hidden;
	margin:0;
	display:inline-block;
	padding:20px 0;
}
.menu ul li {
	float:left;
	cursor:pointer;
	box-sizing:border-box;
}

.menu ul li a {
	text-decoration:none;
	padding:3px 12px 3px 15px;
	font-size:22px;
	color:#0fff0f;
	text-transform: uppercase;
    letter-spacing: 4px;
}
.menu ul li:hover a {
	color:#115fb0;
}
.menu ul li.active a{
	color:#115fb0;
}


.menu ul li:last-child a{
	background-color:#115fb0;
	color:#0fff0f;
	border-radius:6px;
}
.menu ul li:last-child a:hover {
	background-color:#0b437d;
	cursor:pointer;
}


@media (min-width: 1200px) {
	#header {
		position:absolute;
		top:0;
	}
	#menuopener {
		display:none;
	}
	#header .menu {
		display:block !important;
		float:right;
	}
	#header .menu ul li {
		margin:0 15px;
	}
	#header .menu ul li.active {
		border-bottom:2px solid #115fb0;
	}
	
	.inner-header .logo img.logoimg {
		width:320px;
	}
}
@media (max-width: 1199px) {
	#header {
		position:absolute;
		top:0;
	}
	#header .menu {
		display:none;
		width:100%;
		background-color:#000000;
	}
	#header .menu ul li {
		margin:0;
		text-align:center;
		width:100%;
		padding:0 20px;
	}
	#header .menu ul li a {
		padding:20px 0;
	}
	#header .menu ul li.active a {
		color: #115fb0;
	}
	#menuopener {
		display:block;
		line-height: 52px;
	}
	.inner-header .logo img.logoimg {
		width:150px;
	}
}


/**********************************************************************************************/
/*** Hero ***/
.hero {
	position:relative;
	width:100%;
	z-index:10;
	height:100vh;
	overflow:hidden;
	background-color:#000000;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top center;
}

.hero .overlay {
	position:relative;
	width:100%;
	z-index:999;
	height:100vh;
}
.hero .title h1 {
	color:#ffffff;
	margin:0;
	padding:0;
	font-weight:400;
	text-transform: uppercase;
}
.hero .subtitle {
	margin-top:5px;
}
.hero .subtitle h2 {
	padding:0;
	margin:0;
	color:#ffffff;
	font-weight:400;
    letter-spacing: 2px;
}
.hero .careertitle {
	color:#ffffff;
	margin:0;
	padding:0;
	font-weight:400;
	text-transform: uppercase;
}
.hero a.seejobsbtn {
    background-color: rgb(255,255,255, 0.3);
    color:#ffffff;
    display:inline-block;
    text-decoration: none;
    cursor: pointer;
}
.hero video {
	position: absolute;
	top: 20%; 
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-20%);
	transform: translateX(-50%) translateY(-20%);
	min-width: 100%; 
	min-height: 100%; 
	width: auto; 
	height: auto;
	z-index: -1000;
	overflow: hidden;
}

.hero .showmore {
	position: absolute;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
	cursor:pointer;
}


@media (min-width: 1200px) {
	.hero .title {
		padding-top:30vh;
	}
	.hero .title h1 {
		font-size:50px;
		line-height:54px;
		text-transform: uppercase;
		letter-spacing: 7px;
	}
	.hero .title h2 {
		font-size:22px;
	}
    .hero .careertitle {
        padding-top:50vh;
        font-size:85px;
		line-height:54px;
		letter-spacing: 9px;
    }
    .hero a.seejobsbtn {
        margin-top:18vh;
        font-size:22px;
        padding: 4px 16px;
    }
}

@media (max-width: 1199px) {
	.hero .title {
		padding-top:28vh;
	}
	.hero .title h1 {
		font-size:36px;
		line-height:43px;
		letter-spacing: 8px;
	}
	.hero .subtitle h2 {
		margin-top:10px;
		font-size:16px;
	}
	.hero .careertitle {
        padding-top:44vh;
        font-size:52px;
		line-height:40px;
		letter-spacing: 5px;
    }

    .hero a.seejobsbtn {
        margin-top:18vh;
        font-size:22px;
        padding: 3px 12px;
    }
}

@media (max-width: 999px) {
	.hero .title {
		padding-top:24vh;
	}
	.hero .title h1 {
		font-size:25px;
		line-height:26px;
		letter-spacing: 3px;
	}
    .hero .careertitle {
        padding-top:40vh;
        font-size:26px;
		line-height:36px;
		letter-spacing: 3px;
    }
	.hero .subtitle h2 {
		margin-top:10px;
		font-size:16px;
	}
    .hero a.seejobsbtn {
        margin-top:25vh;
        font-size:20px;
        padding: 3px 12px;
    }
}

#hero-spectrum {
	background-image: url("galaxi.jpg");
}
#hero-about {
	background-image: url("Reactor.jpg");
}
#hero-career {
	background-image: url("asteroid1.jpg");
}
#hero-career2 {
	background-image: url("transportation.jpg");
}
#hero-launch {
	background-image: url("bitcoin.jpg");
}
#hero-news {
	background-image: url("space1.jpg");
}
@media (max-width: 899px) {
	#hero-spectrum {
		background-position-x: 52%;
	}
	#hero-career {
		background-position-x: 45%;
	}
    #hero-career2 {
		background-position-x: 20%;
	}
	#hero-launch {
		background-position-x: 45%;
	}
}

.halfhero {
	position:relative;
	width:100%;
	z-index:10;
	height:50vh;
	overflow:hidden;
	background-color:#000000;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}

/**********************************************************************************************/
/*** Index ***/
ul.overview {
	list-style:none;
	padding:0;
	margin:50px 0 100px;
	overflow:hidden;
}
ul.overview a {
	display: inline-block;
}
ul.overview a:hover {
	color:#115fb0;
}
ul.overview li {
	display:block;
	width:100%;
	/*max-width:1000px;*/
	margin:0 auto 10px;
	box-sizing:border-box;
	overflow:hidden;
}

ul.overview li .description .title {
	color:#115fb0;
}
ul.overview li .description .text {
	margin-top:10px;
}
ul.overview li .icon {
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
}


@media (min-width: 1000px) {
	ul.overview li .description {
		width:calc(100% - 330px);
		float:left; 
                                           margin-right:10px;
	}
	ul.overview li .description .title {
		font-size:26px;

	}
	ul.overview li .icon {
		float:left;
		width:250px;
		height:250px;
		margin-right:20px;
		padding-top:2px;
	}
}
@media (max-width: 999px) {
	ul.overview li .icon {
		width: 60px;
		height:60px;
		margin:0 auto;
	}
	ul.overview li .description {
		width:100%;
		text-align:center;
	}
	ul.overview li .description .title {
		font-size:26px;
	}
	ul.overview li .icon {
		width:300px;
		height:300px;
		margin-bottom:2px;
	}
}


/**********************************************************************************************/
/*** All ***/

.overlay {
	position: relative;
    text-align: center;
}



/**********************************************************************************************/
/*** Footer ***/

.footer * {
	z-index:9999 !important;
}
.push,
.footer {
	height:90px;
}
.footer {
	width:100%;
	padding:30px 0 15px;
	box-sizing:border-box;
	overflow:hidden;
	text-align:center;
	z-index:9999 !important;
}

.footer.dark {
	color:#ffffff;
	background-color:#000000;
	background-image:url('space-sky.jpg');
	background-repeat:repeat;
	-webkit-box-shadow: inset 0px 15px 20px -9px rgba(0,0,0,0.9);
	-moz-box-shadow: inset 0px 15px 20px -9px rgba(0,0,0,0.9);
	box-shadow: inset 0px 15px 20px -9px rgba(0,0,0,0.9);
}

.footer .copyright {
	display:inline-block;
	font-size:16px;
	margin-right:30px;
	float:left;
}
.footer .links {
	display:inline-block;
	font-size:16px;
	float:left;
}
.footer a {
	display:inline-block;
}
.footer.dark a {
	color:#cccccc;
}

.footer .links a:hover {
	color:#ffffff;
}
.footy {
	display:none;
	background-color:#000000;
}
@media (max-width:1079px) {
	.footy {
		display:block;
		height:40px;
	}
}
/**********************************************************************************************/


@media (min-width: 800px) {
	.section .widgets ul li .wrap {
		text-align:left;
	}
	.section .widgets ul li.alternate .wrap {
		text-align:right;
	}
	.section .widgets ul li .image {
		float:left;
		margin-right:20px;
	}
	.section .widgets ul li.alternate .image {
		float:right;
		margin-left:20px;
	}
	.section .widgets ul li .title {
		text-align:left;
	}
	.section .widgets ul li .description {
		text-align:left;
		max-width:70%;
	}
	.section .widgets ul li.alternate .title {
		text-align:right;
	}
	.section .widgets ul li.alternate .description {
		text-align:right;
		float:right;
	}
		
	.footer .contact {
		width:50%;
		float:right;
	}
	.footer .impressum {
		width:50%;
		float:left;
	}
}

@media (max-width: 799px) {
	.section .widgets ul {
		padding:10px;
	}
	.section .widgets ul li {
		margin-bottom: 20px;
		-webkit-box-shadow: 0px 2px 10px 2px rgba(204,204,204,.85);
		-moz-box-shadow:    0px 2px 10px 2px rgba(204,204,204,.85);
		box-shadow: 0px 2px 10px 2px rgba(204,204,204,.85);
	}
	.section .widgets ul li .wrap {
		text-align:left;
		overflow:hidden;
		padding-top:18px;
	}
	.section .widgets ul li .image {
		margin:0 auto;
		display:block;
		width:100%;
	}
	.section .widgets ul li .title {
		text-align:center;
	}
	.section .widgets ul li .description {
		text-align:center;
		width:100%;
	}	
	.footer .contact {
		width:100%;
	}
	.footer .impressum {
		width:100%;
	}
}


	
/***********************************************************************************/	
/*** All pages ***/

.pagetitle, .pagetitle-small {
	text-align: center;
	margin: 0;
	box-sizing: border-box;
	text-transform: uppercase;
	color: #115fb0;
	position:relative;
	font-weight:100;
}
.pagetitle:after, .pagetitle-small:after {
	content: "";
	position: absolute;
	width: 16%;
	height: 1px;
	bottom: 0;
	left: 42%;
	border-bottom: 3px solid #115fb0;
}
.pagedescription {
	max-width:1000px;
	text-align:center;
	margin:25px auto;
}
.pagedescription.extended {
	margin:50px auto 80px;
}
.pagedescription.extended2 {
	margin:50px auto 50px;
}
.pagedescription p {
	line-height:1.6;
}
.pagesubtitle {
	font-weight:400;
	text-align:center;
	text-transform:uppercase;
	margin:60px auto 0px;
    letter-spacing:3px;
}
.pagesubtitle.lower {
	margin: 0px auto 60px !important;
}

@media (min-width: 1200px) {
	.pagetitle {
        margin-top:40px;
		font-size: 100px;
		line-height: 180px;
		letter-spacing: 28px;
	}
    .pagetitle-small {
        font-size: 54px;
        line-height: 60px;
        padding:60px;
        letter-spacing: 12px;
    }
    .pagesubtitle {
	    font-size:40px;
    }
    .pagedescription p {
        font-size:22px;
        padding:12px 0;
    }
}
@media (max-width: 1199px) {
	.pagetitle {
		font-size: 60px;
		line-height: 140px;
		letter-spacing: 16px;
	}
    .pagetitle-small {
        font-size: 36px;
        line-height: 46px;
        padding:28px;
        letter-spacing: 6px;
    }
    .pagesubtitle {
	    font-size:30px;
    }
    .pagedescription p {
        font-size:16px;
        padding:10px 0;
    }
}
@media (max-width: 799px) {
	.pagetitle {
		font-size: 26px;
		line-height: 90px;
		letter-spacing: 12px;
	}
    .pagetitle-small {
        font-size: 30px;
        line-height: 40px;
        padding:60px 0 50px;
        letter-spacing: 6px;
    }
    .pagesubtitle {
	    font-size:18px;
    }
}

