body { margin:0;padding:0;font-family:"Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;; overflow-x: hidden;}

@font-face {
  font-family: arkitech;
  src: url(../fonts/arkitech_medium.ttf);
}

/*Link Color*/
a {
	color: #000000;
}

img {
    /* margin: auto; */
    /* width: 100%; */
    max-height:100%;
	padding-left: 5px;
	padding-right: 5px;
}

html,
body {
position: relative;
height: 100%;
font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media only screen and (min-width: 993px) {
	html,
	body {
		margin-left:1rem;
		margin-right:1rem;
	}
}	

/*----------------------------------------------------*/ 
/*Swiper MainImage*/
/*----------------------------------------------------*/ 
.swiper {
	width: 100%;
	height: 100%;
}
	  
.swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
  }
	  
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	padding-left: 0px;
	padding-right: 0px;
}

.parallax {
	position:relative;
	z-index:1;
	/*height:450px;*/
	-webkit-box-shadow: inset 0px -6px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: inset 0px -6px 5px rgba(50, 50, 50, 0.75);
	box-shadow: inset 0px -6px 5px rgba(50, 50, 50, 0.75);
}

#scrollDownInfo {
	position: absolute;
	right:3rem;
	bottom: 1rem;
	z-index: 1;
}

@media only screen and (max-width: 992px) {
	#scrollDownInfo{
		right:1rem;
	}
}

#slide1 {
  background: url('https://gravity-bay.com/public/img/mainHP/GB_hp_coverpic1.jpg') no-repeat center center;
  overflow: hidden;
  height:100vh;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#slide2 {
  background: url('https://gravity-bay.com/public/img/mainHP/GB_hp_coverpic2.jpg') no-repeat center center;
  overflow: hidden;
  height:100vh;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media only screen and (max-width: 992px) {
	#slide1 {
		background: url('https://gravity-bay.com/public/img/mainHP/GB_hp_coverpic1_mob.jpg') no-repeat center center;
		background-size: cover;
	}
	#slide2 {
		background: url('https://gravity-bay.com/public/img/mainHP/GB_hp_coverpic2_mob.jpg') no-repeat center center;
		background-size: cover;
	}
}

/*----------------------------------------------------*/
/*Navigation Menu*/
/*----------------------------------------------------*/ 
.primary-navigation {
	display:flex;
	flex-direction: column;
	justify-content: space-around;
	height: 100vh;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 550;
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
}

.primary-navigation.is-active {
    opacity: 1;
    visibility: visible;
    transition: all .5s;
}

.primary-navigation.fixed {
    position: fixed;
	left: 0;
    width: 100%;
}

.primary-navigation .site {
    list-style-type: none;
	margin: 0 0 25px 0;
	padding-inline-start: 0px;
}

.primary-navigation .site li{
	margin: 30px 0;
}

.primary-navigation .site a{
	font-size: xx-large;
	font-weight: bold;
	letter-spacing: 5px;
	text-transform: uppercase;
	color: #a4a4a4;
	text-decoration: none;
	border-bottom: 3px solid #9E2364;
	padding-bottom: 2px;
}

.primary-navigation .site .homeButton {
	width: 50px;
	opacity:0.5;
}

.primary-navigation .site .homeButton:hover {
	opacity: 1;
}


.primary-navigation .site a:hover{
	cursor:pointer;
	color: #000000; 
	color: var(--maincolor, #000000);
}

.primary-navigation .site .socialMedia {
	margin: auto;
	padding-top:10px;
}

.primary-navigation .site .socialMedia a{
	font-size: small;
	margin-left: 10px;
	margin-right: 10px;
	text-transform: none;
	border-bottom: 1px solid #9E2364;
}

@media only screen and (max-width: 992px) {
	.primary-navigation .site a{
		font-size: medium;
		line-height: 1.7;
		border-bottom: 1px solid #9E2364;
	}
	
	.primary-navigation .site .socialMedia a{
	font-size: small;
	margin-left: 3px;
	margin-right: 3px;
	}
}

.primary-navigation-overlay {
	height: 100vh;
	position: absolute;
	background-color: white;
	width: 100%;
	z-index: 540;
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
}

.primary-navigation-overlay.is-active {
    opacity: 0.95;
    visibility: visible;
    transition: all .5s;
}

.primary-navigation-overlay.fixed {
    position: fixed;
	left: 0;
    width: 100%;
}


/*----------------------------------------------------*/
/*Navbar*/
/*----------------------------------------------------*/ 
.navBarTop {
	text-decoration:none;
	text-align:center;
	position:fixed;
	top:0;
	width:100%;
	z-index:1000;
	color: white;
	background: rgb(255,255,255);
    left: 0;
    padding: 0;
    margin: 0;
}

.navBarTop .left {
	width:35%; 
	text-align:right;
}

. .center {
	width:30%; 
}

.navBarTop .right {
	width:35%;
	text-align:left;
}

.navBarTop a{
	color: black;
	text-decoration:none;
}

@media only screen and (max-width: 992px) {
	.navBarTopDesktop .left {
	width:15%; 
	text-align:right;
	}
	.navBarTopDesktop .center {
		width:70%; 
	}
	.navBarTopDesktop .right {
		width:15%;
		text-align:left;
	}
}

/*----------------------------------------------------*/
/*Navbar - Navigation Menu Icon*/
/*----------------------------------------------------*/ 
.navIcon {
	position: absolute;
	top: 8px;
	left: 2rem;
}
.navIcon .line{
  position: relative;
  width: 30px;
  height: 2px;
  background-color: #000000;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navIcon:hover{
  cursor: pointer;
}

#navIcon-effect{
  /* position: relative; */
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#navIcon-effect.is-active{
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* #navIcon-effect:before{ */
  /* content: ""; */
  /* position: absolute; */
  /* -webkit-box-sizing: border-box; */
  /* -moz-box-sizing: border-box; */
  /* box-sizing: border-box; */
  /* width: 70px; */
  /* height: 70px; */
  /* border: 5px solid transparent; */
  /* top: calc(50% - 35px); */
  /* left: calc(50% - 35px); */
  /* border-radius: 100%; */
  /* -webkit-transition: all 0.3s ease-in-out; */
  /* -o-transition: all 0.3s ease-in-out; */
  /* transition: all 0.3s ease-in-out; */
/* } */

#navIcon-effect.is-active:before{
  /* border: 5px solid #ecf0f1; */
}

#navIcon-effect.is-active .line{
  width: 30px;
}

#navIcon-effect.is-active .line:nth-child(2){
  opacity: 0;
}

#navIcon-effect.is-active .line:nth-child(1){
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}

#navIcon-effect.is-active .line:nth-child(3){
  -webkit-transform: translateY(-10) rotate(90deg);
  -ms-transform: translateY(-10px) rotate(90deg);
  -o-transform: translateY(-10px) rotate(90deg);
  transform: translateY(-10px) rotate(90deg);
}

/*----------------------------------------------------*/
/*Navbar - GB Slogan*/
/*----------------------------------------------------*/ 
.sloganImage {
	padding-top: 5px;
	padding-bottom: 2px;
	height: 40px;
}

@media only screen and (max-width: 992px) {
	.sloganImage {
		padding-top: 15px;
		padding-bottom: 10px;
		height: 20px;
	}
}

/*----------------------------------------------------*/
/*Navbar - Language Button*/
/*----------------------------------------------------*/ 
.languageButton {
	/* position:absolute; */
	/* right:2rem; */
	/* top:12.5px; */
	width: 145px;
	height: 28px;
}

.languageButton.ger {
	background: url(https://gravity-bay.com/public/img/MainHP/GB_hp_language_button_ger.png) no-repeat;
}
.languageButton.eng {
	background: url(https://gravity-bay.com/public/img/MainHP/GB_hp_language_button_eng.png) no-repeat;
}

@media only screen and (max-width: 992px) {
	.languageButton {
	}
	.languageButton.ger {
		background: url(https://gravity-bay.com/public/img/MainHP/GB_hp_language_button_ger_mob.png) no-repeat;
		width: 55px;
		height: 28px;
	}
	.languageButton.eng {
		background: url(https://gravity-bay.com/public/img/MainHP/GB_hp_language_button_eng_mob.png) no-repeat;
		width: 55px;
		height: 28px;
	}
}

.dropbtn {
  cursor: pointer;
}

.dropdown {
  position: absolute;
  top: 10px;
  right: 2rem;
  display: inline-block;
  text-align: left;
}

@media only screen and (max-width: 992px) {
.dropdown {
  position: absolute;
  top: 10px;
  right: 0.5rem;
  display: inline-block;
  text-align: left;
}
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 145px;
  padding-top: 6px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

@media only screen and (max-width: 992px) {
.dropdown-content {
  min-width: 55px;
  padding-top: 4px;
}
}
.dropdown-content a {
  color: black;
  margin-top:3px;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {}


/*----------------------------------------------------*/
/*MainContainer*/
/*----------------------------------------------------*/ 
.mainContainer {
	position: relative;
	text-align: center;
	background-color: #f0f0f0;
	/* background-image: url('https://www.gravity-bay.com/public/img/mainHP/GB_hp_bgr_big.jpg'); */
	min-height: 100vh;
	background-size: cover;
}

.mainContainer h1 {
	margin-block-start: 0px;
    font-size: 3em;
    letter-spacing: 15px;
    margin-block-end: 0px;
    font-weight: 900;
	padding-left: 15px;
}

@media only screen and (max-width: 992px) {
	.mainContainer h1 {
    font-size: 7vw;
    letter-spacing: 0px;
	padding-left: 0px;
}
}

.mainContainer h2 {
	font-family: agency FB;
}

.mainContainer h3 {
	font-family: agency FB;
}

.header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* min-height: 100vh; */
  height: calc(100vh - calc(100vh - 100%));
  background: rgb(255, 255, 255);
  opacity: 0;
  z-index: 10;
  display: none;
}

/*----------------------------------------------------*/
/*MainContainer - NavContainer*/
/*----------------------------------------------------*/ 
.navContainer {
  display: flex;
  color: #fff;
  overflow: hidden;
  /* padding-top: 3em; */
  /* padding-bottom: 3em; */
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}

.navContainerVertical {
  display: flex;
  color: #fff;
  overflow: hidden;
  padding-top: 3em;
  padding-bottom: 3em;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.navSquare {
	cursor: pointer;
	overflow: hidden;
	text-align: center;
	margin-left: 25px;
	margin-right: 25px;
	padding-top: 35px;
}

.navSquareMainIndex {
	cursor: pointer;
	overflow: hidden;
	text-align: center;
	margin-left: 25px;
	margin-right: 25px;
	padding-top: 35px;
}

@media only screen and (min-width: 993px) {
	.navSquareMainIndex:hover .navSquareImage{
		opacity:0.3;
	}
}

.navSquareMainIndex:hover .navSquareOverlay{
	opacity:0.7;
}

@media only screen and (min-width: 993px) {
	.navSquareMainIndex {
		/* width: 25%; */
	}
}

.navSquareMainIndex img {
	width: 100%;
	padding: 0;
}

.navSquare img {
	max-width:100%;
}

.navSquare-content {
	text-align: left;
}


.navSquare-content {
	text-align: left;
}

.navSquareImage {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.navSquareOverlay img {
	width:auto;
}

.navSquareOverlay {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;	
	padding-top:35px;
    transition: .5s ease;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.socialMediaButton {
	height:100%
}
@media only screen and (max-width: 992px) {
	.socialMediaButton {
		width: 45%;
	}
}
/*----------------------------------------------------*/
/*MainContainer - Seperators*/
/*----------------------------------------------------*/ 
.seperatorLine {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(https://gravity-bay.com/public/img/MainHP/GB_hp_trennlinie_kurz.png) no-repeat;
	width: 750px;
	height: 26px;
	margin-left: auto;
	margin-right: auto;
	margin-top:2em;
}

@media only screen and (max-width: 992px) {
	.seperatorLine {
		background: url(https://gravity-bay.com/public/img/MainHP/GB_hp_trennlinie_mob.png) no-repeat;
		width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
}

/*---------------------------------------*/
/*MainContainer - Content Areas*/
/*---------------------------------------*/
.content {
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  
  position:relative;
  z-index:2;
  width:100%;

  margin:0;
  padding:10px 20px;
}
.content.center {
	text-align: center;
}

.content.left {
	text-align: left;
}

.content.center.textBlock p{
	margin-left:auto;
	margin-right:auto;
	text-align: justify;
	line-height: 26px;
	width:30%;
}

@media only screen and (min-width: 993px) {
.content.center.textBlock .textImage{
	max-width: 30%;
}
}

.content.center.centerText {
	width:45%;
	margin-left:auto;
	margin-right:auto;
}

@media only screen and (max-width: 992px) {
	.content.center.centerText {
		width:90%;
		margin-left:auto;
		margin-right:auto;
	}
	.content.center.textBlock p{
		width:90%;
		margin-left:auto;
		margin-right:auto;
	}
	.content.center.textBlock img{
		max-width:100%;
		min-width: 
	}
}

.content.footer {
	width:90%;
	border-top: 1px solid #868686;
    left: 50%;
	position:absolute;
	bottom: 0px;
    transform: translate(-50%, 0);
	line-height: 25px;
}

.content.footer.bottom {
}

.backLink{
	 text-decoration: none; 
	 font-weight: bold;
}
.backLink:hover{
	cursor:pointer;
	text-decoration: none; 
	color: #9E2364; 
	color: var(--maincolor, #9E2364);
}

/*---------------------------------------*/
/*MainContainer - IntroTable*/
/*---------------------------------------*/
.introTable {
	width: 30%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6rem;
}

.introTable img {
	max-width: 100%;
	max-height: 150px;
}
	
.introTable td.right {
	width: 70%;
	text-align: left;
	padding-left: 20px;
}
.introTable td.left {
	width:15%;
}

@media screen and (max-width: 992px) {
.introTable {
	width:100%;
}
.introTable td.left {
	width:50%;
}
}

/*---------------------------------------*/
/*MainContainer - FactionArt*/
/*---------------------------------------*/
.factionArt {
	padding-top: 5rem;
	/* padding-bottom: 1rem; */
	background-size: cover;
	width: 90%;
}

@media screen and (max-width: 992px) {
.factionArt {
	max-width:350px;
}
}

.factionLogo {
}

@media screen and (max-width: 992px) {
.factionLogo {
	max-width:150px;
}
}

/*---------------------------------------*/
/*MainContainer - UnitList*/
/*---------------------------------------*/
.unitListTable {
	vertical-align: top;
}

.unitListTable .unitCol{
	width: 40%;
}

.unitListTable .textCol {
	width:20%;
}

.unitListTable .textCol p{
	text-align: justify;
	line-height: 26px;
}
	

@media screen and (max-width: 992px) {
.unitListTable .textCol{
	width: 0%;
}
.unitListTable tr {    
	display: table;  
	width:100%;    
}               
.unitListTable td {    
	display: table-row; 
	}
}

/*---------------------------------------*/
/*MainContainer - UnitHeader*/
/*---------------------------------------*/
.unitHeaderTable {
	vertical-align:middle;
	margin-right: auto;
	margin-left: auto;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 4rem;
}

.unitHeaderTable .imgCol{
	max-height: 1000px;
}

.unitHeaderTable .imgCol img{
	max-height: 750px;
}

.unitHeaderTable .prevCol {
	
}

.unitHeaderTable .nextCol {
	
}

@media screen and (max-width: 992px) {
	.unitHeaderTable .imgCol img{
		max-width:300px;
	}
}

.unitHeaderMobileNavTable {
	width:35%;
	margin-left:auto;
	margin-right:auto;
}
	
.unitHeaderMobileNavTable .prevCol {
	width:50%;
	text-align:left;
}

.unitHeaderMobileNavTable .nextCol {
	width:50%;
	text-align:right;
}

/*---------------------------------------*/
/*MainContainer - UnitImages*/
/*---------------------------------------*/
.unitImageContainer {
  display: flex;
  color: #fff;
  overflow: hidden;
  padding-top: 3em;
  padding-bottom: 3em;
  flex-direction: row;
  justify-content: space-evenly;
}

.content.center.textBlock .unitImage {
	max-width: 30%;
	margin-left: auto;
	margin-right: auto;
}

.unitImageContainer .unitImage {
	max-width: 30%;
}

@media screen and (max-width: 992px) {
	.unitImageContainer { 
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
	}
	.unitImageContainer .unitImage {
		margin-bottom:2rem;
		max-width: 80%;
	}
	
}
.unitImageContainer .unitImage .gameplayImage {
	background: url(https://gravity-bay.com/public/img/MainHP/units/GB_hp_gameplay_placeholder.jpg) no-repeat;
		margin-left: auto;
		margin-right: auto;
}

.shopLink {
	font-size:xx-large;
	font-weight: bold;
}


/*---------------------------------------*/
/*Newsletter*/
/*---------------------------------------*/
.newsletterForm {
	margin-left:auto;
	margin-right:auto;
	width: 50%;
}
@media only screen and (max-width: 992px) {
	.newsletterForm{
		width:90%;
	}
}

.emailInput {
	width:80%;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-color: lightgray;
	padding: 14px 4%;
	font-size:16px;
}

.submitNewsletterButton {
	width:80%;
	height:40px;
	margin-top:1em;
}


/*---------------------------------------*/
/*Impressum - Privacy*/
/*---------------------------------------*/
.impressum{
	 text-decoration: none; 
}

@media only screen and (min-width: 992px) {
	.impressum{
	 margin-left: 3rem;
	 margin-right: 3rem;
}
}

@media only screen and (max-width: 992px) {
	.impressum{
	 margin-left: 0.3rem;
	 margin-right: 0.3rem;
}
}

.impressum:hover{
	cursor:pointer;
	text-decoration: none; 
	color: #9E2364; 
	color: var(--maincolor, #9E2364);
}

.impressumHeader {
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .impressumHeader {
	font-size:14pt;
  }
}

.importantText {
  font-weight:bold;
}

@media only screen and (max-width: 991px) {
.mobileHidden {
    visibility: hidden;
    display: none;
  } 
}

@media only screen and (min-width: 992px) {
.mobileOnly {
	visibility: hidden;
	display: none;
	}
}


/*---------------------------------------*/
/*Contact*/
/*---------------------------------------*/

.card {
	text-align: left;
	position: relative;
	display: flex;
	flex-direction: column;
	word-wrap: break-word;
	align-items: flex-start;
	margin-top: 4rem;
	margin-left: 10rem;
	font-weight: bold;
}

.card-block {
	width:95%;
	padding: 10px 20px;
}

.form-group {
	margin-bottom: 1rem;
	/* margin-left: auto; */
	/* margin-right: auto; */
}

.form-group.entry {
	display:none;
}

.form-group.inputShort {
	max-width:33.3333%;
}

.form-group.inputLong {
	max-width:80%;
}

.form-control {
	display: block;
	width: 90%;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5rem;
	background-color: #fff;
	border: 1px solid #ced4da;
}

.form-control-label {
	display: inline-block;
	margin-bottom: 0.5rem;
}

.form-button {
	padding: 0.375rem 0.75rem;
}

@media only screen and (max-width: 991px) {
	.card {
		margin-left: 1rem;
	}
	
	.form-group.inputShort {
		max-width:95%;
	}
	
	.form-group.inputLong {
		max-width:95%;
	}
}


Resources1×0.5×0.25×Rerun