/* FONT FACE 
-------------------------------------------------- */
/* Define fonts to use here */
@font-face {
  font-family: 'Ebrima-Regular';
       src: url('fonts/Ebrima-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/Ebrima-Regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/Ebrima-Regular.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Ebrima-Bold';
       src: url('fonts/Ebrima-Bold.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/Ebrima-Bold.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/Ebrima-Bold.ttf')  format('truetype'); /* Safari, Android, iOS */
}


@font-face {
  font-family: 'Helsinki';
       src: url('fonts/Helsinki.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/Helsinki.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/Helsinki.ttf')  format('truetype'); /* Safari, Android, iOS */
}

/* Sticky footer styles
-------------------------------------------------- */

html {
  position: relative;
  min-height: 100%;
  width: 100%;
/*   min-width: 1525px; */
  width: device-width;
  min-width: 1480px;
  }
  
body {
  /* Margin bottom by footer height */
  margin-bottom: 280px;
}


.site-wrapper {
	overflow-x:hidden;
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -155px;
}



.footer {
	margin-top: 70px;
	position: absolute;
	bottom: 0;
	height: 210px;
	width: 100%;
	/* Set the fixed height of the footer here */
  	background: transparent url("../img/Background_Footer.jpg") no-repeat top center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
/* 	background-color: #000; */
}

/* TESTING */
.red {
	background-color: red;
}


.green {
	background-color: green;
}

.blue {
	background-color: blue;
}

.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */


.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;

}

/*
.navbar-dark .navbar-nav > .active > a, .navbar-dark .navbar-nav > .active > a:focus, .navbar-dark .navbar-nav > .active > a:hover {
    color: grey;
}
*/


.navbar-divider {
	background: transparent url("../img/Naviagtion_Divider.png") no-repeat top center scroll;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
	height: 18px !important;
	width: 2px !important;
	margin-left: 10px;
	margin-right: 10px;	
}

.navbar-custom {
  	background-image: url("../img/Navigation_Bar.jpg");
	height: 47px;
	font-family: "Ebrima-Regular", Arial, serif;
	font-size: 14px;
	padding-left: 10px !important;
	
}

.nav-item {
	width:75px;
	text-align: center;
	
}

li.nav-item.active > a{
   -webkit-box-shadow: 0 5px 0 0 #fff;
   -moz-box-shadow: 0 5px 0 0 #fff;
   box-shadow: 0 5px 0 0 #fff;

   
}

/* Nav stroke effect */
nav ul li a {
  display: block;
  text-decoration: none;
  font-weight: 800;
}
nav ul li a,
nav ul li a:after,
nav ul li a:before {
  transition: all .25s;
}

/* stroke */
nav.stroke ul li.showeffect > a  {
  position: relative;
}

nav.stroke ul li.showeffect > a:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #fff;
  height: 5px;
}

nav.stroke ul li a:hover:after {
  width: 100%;
}

.header-bg {
	background: transparent url("../img/Background_Header.jpg") no-repeat top center scroll;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
	min-width: 1420px;
	max-width: 1620px;
	/*min-width: 1280px;*/
	height: 450px !important;
}

.logo-top {
    z-index: 999 !important;
    position: absolute;
   	margin-top: 40px;
	margin-left: 45px;
	max-width: 200px;
}

.content-top {
	margin-top: 70px;
/* 	margin-left: 200px; */
	font-family: "Helsinki", Arial, serif;
	font-size: 46px;
	font-weight: lighter !important;
	line-height: 120%;
	color: #fff;
	text-shadow: 1px 1px 4px rgba(0,0,0, 0.4);
}

.content-top-last-row {
	margin-left: 100px;
}
.maincontent {
	padding-left: 35px !important;
}

.maincontent-top {
	padding-left: 65px !important;
}

.maincontent-gallery {
	padding-left: 40px;
}

.hidden-element {
	display: none;
}

/* Outer */
.popup {
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    top:0px;
    left:0px;
    background:rgba(0,0,0,0.75);
}
 
/* Inner */
.popup-inner {
	overflow: scroll; overflow-x:hidden;
    height:580px;
    max-width:900px;
    
    width:90%;
    padding:40px;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
/*
    box-shadow:0px 2px 6px rgba(0,0,0,1);
    border-radius:3px;
*/
    background:#fff;
}
 
/* Close Button */
.popup-close {
    width:30px;
    height:30px;
/*     padding-top:4px; */
    display:inline-block;
    position:absolute;
    top:20px;
    right:15px;
    transition:ease 0.25s all;
/*
    -webkit-transform:translate(50%, -50%);
    transform:translate(50%, -50%);
*/
    border-radius:1000px;
    background:rgba(0,0,0,0.8);
    font-family:Arial, Sans-Serif;
/*     font-size:20px; */
    text-align:center;
    line-height:120%;
    color:#fff;
}

.popup-close:hover {
/*
    -webkit-transform:translate(50%, -50%) rotate(180deg);
    transform:translate(50%, -50%) rotate(180deg);
*/
    background:rgba(0,0,0,1);
    text-decoration:none !important;
}

/* CONTENT BOXES MAIN PAGE */



.teaser-box-1 {
	width: 1270px !important;
	height: 500px !important;
	background: transparent url("../img/Teaser_TheAxe.jpg") no-repeat top center scroll;
	-webkit-background-size: auto ;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;
	margin-top: -150px;
	color: #333;
}

.teaser-box-1-hero {
	position: relative;
	left: -145px;
}

.teaser-box-2 {
	width: 1270px !important;
	height: 500px !important;
	background: transparent url("../img/Teaser_Squishies.jpg") no-repeat top center scroll;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;
	margin-top: 15px;
	color: #fff;
}

.teaser-box-3 {
	width: 1270px !important;
	height: 500px !important;
	background: transparent url("../img/Teaser_Typoman.jpg") no-repeat top center scroll;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;
	margin-top: 15px;
	color: #fff;
}

.teaser-content-left {
	padding-top: 35px;
	height: 500px;
	position: relative;
}

.teaser-content-right {
	padding-top: 35px;
	padding-right: 25px;
	height: 500px;
	position: relative;
}

.teaser-highlight {
	font-family: "Ebrima-Regular", Arial, serif;
	font-size: 34px;
	font-weight: lighter !important;
}

.teaser-text {
	font-family: "Ebrima-Regular", Arial, serif;
	font-size: 20px;
	line-height: 115%;
	font-weight: lighter !important;
	margin-top: 15px;
}

.teaser-subtext {
	position: absolute;
	bottom: 30px;
	font-family: "Ebrima-Regular", Arial, serif;
	font-size: 18px;
	font-weight: lighter !important;
}

.subtext-hightlight {
	font-family: "Ebrima-Bold", Arial, serif;
	font-size: 18px;
	font-weight: lighter !important;
}

.squishies-deko-right {
	max-width: 520px ;
	height: 570px;
	margin-top: -70px;
	margin-left: 44px;
}

.squishies-deko-left {
/*
	width: 214px;
	height: 236px;
*/
	display: none;
	margin-top: 275px;
    z-index: 999 !important;
    position: absolute;
    left:-250px; 	
}

.divider {
	height: 8px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
}

.badges {
	margin-top: 5px;
}

.badges > img {
	margin-top: 5px;
}

.badges > a {
	margin-top: 5px;
}


.inactive > img {
	opacity: 0.3;
    filter: alpha(opacity=30);
}

.align-badges {
	display: flex;
    justify-content:space-between;
    align-items: stretch;
}

.dummy-badge {
	opacity: 0.0;
    filter: alpha(opacity=0);
}

.subtext-highlight > a {
	text-decoration: none;
	border-bottom: 2px solid #000;
	color: #000;
}

.subtext-highlight-white > a {
	text-decoration: none;
	border-bottom: 2px solid #fff;
	color: #fff;
}

.teaser-box-3 > .teaser-content-left > .teaser-subtext > span.subtext-highlight > a {
	color: #fff;
	text-decoration: none;
	border-bottom: 2px solid #fff;
}


.teaser-box-3 > .teaser-content-left > .teaser-text > .badges {
	margin-bottom: 20px;
}


.quotation-box {
	background: transparent url("../img/Background_Quotes.jpg") no-repeat top center scroll;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
	max-width: 1530px;
	min-width: 1280px;
	margin-top: 100px;
	margin-bottom: 50px;
	height: 320px;
}

.quotation-content {
	font-family: "Helsinki", Arial, serif;
	font-size: 30px;
	font-weight: lighter !important;
	color: #fff;
	text-align: center;
	margin-top: 15px;
	
}

.quotation-board {
	margin-top: 80px;
}

.quotation-author {
	font-family: "Ebrima-Regular", Arial, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: lighter !important;
}

.arrows {
	display: none;
}

.footer-area {
	margin-bottom: 50px !important;
}

.footer-content {
	height: 210px;
	column-gap: 1px;
}

.footertext {
	color: #fff;
	font-family: "Ebrima-Regular", Arial, serif;
	font-size: 16px;
	font-weight: lighter !important;
	margin-bottom: 0 !important;
	margin-bottom: -30px;
}

.footer-subtext {
	color: #fff;
	font-family: "Ebrima-Bold", Arial, serif;
	font-size: 16px;
	font-weight: lighter !important;
	cursor: pointer;
}

.backtotop {
	margin-bottom: -20px;
	cursor: pointer;
}

.getintouch {
	margin-top: 30px;
	margin-right: 30px;
}

.iconbar {
	height: 60px;
}

.mediennrw-icon {
	padding-left: 50px;
	padding-right: 200px;
}

.social-icons {
	cursor: pointer;
}

.social-bar {
	/*width: 220px;*/
	display: flex;
    justify-content:space-between;
    align-items: stretch;
}

.getintouch-top {
	margin-top: 60px;
	margin-right: 15px;
	margin-bottom: 10px;
}

/* about.hmtl */

.about-carousel {
	width: 1270px;
	margin-top: -150px !important;
	
}

ol.carousel-indicators li,
ol.carousel-indicators li.active {
	width: 100px !important;
}

.about-text-area {
	margin-top: 60px;
	font-family: "Ebrima-Regular", Arial, serif;
	font-weight: lighter !important;
	margin-bottom: 80px;


}

.about-text-headline {
	font-family: "Ebrima-Regular", Arial, serif;
	font-size: 32px;
	font-weight: lighter !important;
	margin-bottom: 30px;
}

.about-text-subtext {
	font-size: 20px;
	margin-bottom: 50px;
}

.about-text-slogan {
	font-family: "Ebrima-Bold", Arial, serif;
	font-size: 48px;
	color: #57b2ca;
	line-height: 55px;
	margin-bottom: 0px;
	text-align: center;
}

.about-text-conclusion {
	font-size: 20px;
}

.members-area {
	background-color: #f0f0f0;
	width: 100%;
/* 	height: 1000px; */
	text-align: center;
}

.member-boxes {
	height: 200px !important;
}

.members-headline {
/* 	margin-left: 95px; */
	margin-top: 50px;
	margin-bottom: 50px;
	font-family: "Ebrima-Regular", Arial, serif;
	font-size: 32px;
	font-weight: lighter !important;
	text-align: left;
}

.member-image {
	margin-bottom: 15px;
}

.member-name {
	font-family: "Ebrima-Regular", Arial, serif;
	font-size: 24px;
	font-weight: lighter !important;

}

.member-position {
	font-family: "Ebrima-Regular", Arial, serif;
	font-size: 16px;
	font-weight: lighter !important;
	margin-bottom: 20px;
	color: #3ba2be;
}

.member-description {
	font-family: "Ebrima-Regular", Arial, serif;
	font-size: 18px;
	font-weight: lighter !important;
	height: 200px;
	margin-bottom: 30px;
}

.member-favorites-headline {
	font-family: "Ebrima-Regular", Arial, serif;
	font-size: 22px;
	font-weight: lighter !important;
	
	margin-bottom: 10px;
}

.member-favorites-games {
	font-family: "Ebrima-Regular", Arial, serif;
	font-size: 18px;
	font-weight: lighter !important;
	
	background: transparent url("../img/Background_Favorite_Games.png") no-repeat top center scroll;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
	/* 	max-width: 490px; */
	line-height: 40px;
	height: 46px !important;
	margin-bottom: 40px;
}

.member-social-media {
	margin-bottom: 100px;
}


.gallery-headline {
	font-family: "Ebrima-Regular", Arial, serif;
	font-size: 32px;
	font-weight: lighter !important;
	margin-top: 30px;
}

.gallery-showmore {
	font-family: "Ebrima-Bold", Arial, serif;
	font-size: 22px;
	font-weight: lighter !important;
	text-align: center;
	color: #57b2ca;
	margin-top: 30px;

}

.gallery-divider {
	background: transparent url("../img/Divider_Footer.png") no-repeat top center scroll;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
	width: 100%;
	height: 10px; 
	margin-top: 40px;
	margin-bottom: 50px;

}

.career-description-area {
	width: 1270px !important;
	background-color: #fff;
	margin-top: -150px !important;
}

.career-description {
	margin-top: 35px;
}

.career-description-headline {
	font-family: "Ebrima-Regular", Arial, serif;
	font-size: 32px;
	font-weight: lighter !important;
	margin-bottom: 30px;
}

.career-description-text, .contact-description {
	font-family: "Ebrima-Regular", Arial, serif;
	font-size: 18px;
	font-weight: lighter !important;
}

.job-list-area {
	margin-top: 75px;
}

.job-box-left {
	background: transparent url("../img/Background_01_Job_Offer.jpg") no-repeat top center scroll;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size:auto 100% ;
	width: 490px;
	height: 490px;
	padding-left: 15px;
	padding-top: 150px;
	color: #fff;
	text-align: center;
	position: relative;
	margin-bottom: 30px;

}

.clickable-jobbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 490px !important;
	height: 490px;
}

.clickable-jobbox > h1 {
	display: none;
}

.job-box-right {
	background: transparent url("../img/Background_02_Job_Offer.jpg") no-repeat top center scroll;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size:auto 100% ;
	width: 490px;
	padding-left: 15px;
	padding-top: 150px;
	height: 490px;
	color: #fff;
	text-align: center;
	position: relative;
	margin-bottom: 30px;

}

.jobbox-description {
	font-family: "Ebrima-Regular", Arial, serif;
	font-size: 32px;
	font-weight: lighter !important;

}

.jobbox-description-subtext {
	font-family: "Ebrima-Regular", Arial, serif;
	font-size: 18px;
	font-weight: lighter !important;
	margin-top: 20px;
}

.jobbox-detailview {
	font-family: "Ebrima-Bold", Arial, serif;
	font-size: 18px;
	font-weight: lighter !important;
	margin-top: 90px;
	text-decoration: underline;
}

.jobbox-detailview > a {
	color: white;
}

.job-description-area {
	font-family: "Ebrima-Regular", Arial, serif;
	font-size: 18px;
	font-weight: lighter !important;
	
	width: 1270px !important;
	background-color: #fff;
	margin-top: -150px !important;


}

.job-description {
	margin-top: 35px;
}

.job-description-back-to-career {
	cursor: pointer;
}

.job-description-back-to-career > a {
	text-decoration: none;
	border-bottom: 2px solid #000;
	color: #000;
}

.job-description-headline {
	font-family: "Ebrima-Regular", Arial, serif;
	font-size: 32px;
	font-weight: lighter !important;
	margin-top: 30px;
}

.job-description-text {
	margin-top: 30px;
}

.job-description-subheadline {
	font-family: "Ebrima-Bold", Arial, serif;
	font-size: 18px;
	font-weight: lighter !important;
	margin-top: 30px;
	margin-bottom: 30px;
}

.job-description-list {
	margin-left: 10px;
}

.job-description-bottomline {
	margin-top: 40px;
	margin-bottom: 10px;
}

.blog-area {
	font-family: "Ebrima-Regular", Arial, serif;
	font-size: 18px;
	font-weight: lighter !important;
	
	width: 1270px !important;
	background-color: #fff;
	margin-top: -150px !important;
}


.blog-headline {
	font-family: "Ebrima-Regular", Arial, serif;
	font-size: 32px;
	font-weight: lighter !important;
	margin-bottom: 30px;
}

.blog-text {
	font-family: "Ebrima-Regular", Arial, serif;
	font-size: 18px;
	font-weight: lighter !important;
}

.blog-content-area {
	margin-top: 500px;
}

.nogallery {
	margin-top: 40px;
}

.contacts-headline {
	font-family: "Ebrima-Bold", Arial, serif;
	font-size: 18px;
	line-height: 120%;
	font-weight: lighter !important;
	margin-top: 30px;
	margin-bottom: 10px;
}

.contact-box-img {
/* 	background: transparent url("../img/Image_Job_Contact.png") no-repeat top center scroll; */
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size:auto 100% ;
	width: 130px !important;
	height: 130px;
	margin-right: 20px;
}

.contact-box {
	background-color: #e1dede;
	height: 130px;
	padding-top: 20px;
	line-height: 22px;
}

.mailaddress > a {
	color: #58b2ca;
	border-bottom: 2px solid #58b2ca;
	text-decoration: none;
}


.left-contactbox {
	padding-left: 0px;
}

.right-contactbox {
	padding-right: 0px;
}

.contact-name {
	font-family: "Ebrima-Bold", Arial, serif;
	font-size: 18px;
	font-weight: lighter !important;
	margin-bottom: 10px;
}

.contacts-bottomline {
	font-family: "Ebrima-Bold", Arial, serif;
	font-size: 18px;
	font-weight: lighter !important;
	margin-bottom: 30px;
	margin-top: 50px;

}

.form-area {
	margin-top: 35px;
	font-family: "Ebrima-Regular", Arial, serif;
	font-size: 16px;
	font-weight: lighter !important;
}

.form-headline {
	font-family: "Ebrima-Regular", Arial, serif;
	font-size: 32px;
	font-weight: lighter !important;
	margin-bottom: 30px;
}

input, textarea {
	width: 600px !important;
	border: 2px solid #c1c1c1 !important;
	resize: none;

}

textarea {
	height: 300px;
}

label {
	font-family: "Ebrima-Regular", Arial, serif ;
	font-size: 16px;
	font-weight: lighter !important;
	margin-bottom: 5px;
}

.contact-btn {
	background-image: url("../img/Button_Normal.png");
    background-repeat: no-repeat;
    background-position: center center;
	width: 230px;
	height: 50px;
	margin-top: 5px;
	font-family: "Ebrima-Regular", Arial, serif;
	font-size: 20px;
	font-weight: lighter !important;
	color: #fff;
	margin-bottom: 10px;
}

.contact-btn:hover, .contact-btn:focus, .contact-btn:active, .contact-btn.active {
    background-image: url("../img/Button_Over.png");
}

.contact-img {
	margin-top: -30px;
}

.error-msg {
	color: red;
	font-size: 15px;
}

.blog-content {
	margin-top: 35px;
	font-family: "Ebrima-Regular", Arial, serif;
	font-size: 32px;
	font-weight: lighter !important;
}
/* RESPONSIVE STUFF */



/*
@media (min-width: 1170px) and (max-width: 1353px) {
	.navbar-custom {
		background-image: url("../img/desktop/Navigation_Bar.png");
		height: 46px;
		max-width: 451px;
	}
	
	.nav-item {
		width: 65px;
	}
	
	.container{
        max-width: 1524px;
    }
    
	.header-bg {
		background: transparent url("../img/desktop/Background_Header.png") no-repeat top center scroll;
		max-width: 1280px;
		height: 382px !important;
	}
	
	.maincontent-top {
		padding-left: 65px !important;
	}
	.maincontent {
		padding-left: 0px !important;
	}
	
	.content-top {
		margin-top: 85px;
		margin-right: 0;
		font-size: 28px;

	}
	
	.logo-top {
	    z-index: 999 !important;
	    position: absolute;
	   	margin-top: 20px;
		margin-left: 50px;
		max-width: 150px;
	}
	
	.teaser-box-1 {
		width: 1004px !important;
		height: 430px !important;
		background: transparent url("../img/desktop/Teaser_Squishies.png") no-repeat top center scroll;
		margin-top: -135px;
	}
	
	.teaser-box-2 {
		width: 1004px !important;
		height: 430px !important;
		background: transparent url("../img/desktop/Teaser_Typoman.png") no-repeat top center scroll;
		margin-top: 20px;

	}
	
	.teaser-box-3 {
		width: 1004px !important;
		height: 430px !important;
		background: transparent url("../img/desktop/Teaser_Makkah_3D.png") no-repeat top center scroll;
		margin-top: 20px;

	}
	
	.teaser-box-4 {
		width: 1004px !important;
		height: 430px !important;
		background: transparent url("../img/desktop/Teaser_Tale_Of_Musa.png") no-repeat top center scroll;
		margin-top: 20px;

	}
	
	.squishies-deko-right {
		max-width: 460px ;
		height: 496px;
		margin-top: -66px;
		margin-left: 9px;
	}
	
	.squishies-deko-left {
		margin-top: 292px;
		left:-165px; 	

	}
	
	.teaser-content-left {
		padding-top: 35px;
		height: 430px;
		position: relative;
	}
	
	.teaser-content-right {
		padding-top: 35px;
		margin-right: 85px;
		height: 430px;
		position: relative;
	}
	
	.teaser-highlight {
		font-size: 28px;
	}
	
	.teaser-text {
		font-size: 17px;
		margin-top: 15px;
	}
	
	.teaser-subtext {
		position: absolute;
		bottom: 20px;
		font-size: 15px;
	}
	
	.subtext-hightlight {
		font-size: 15px;
	}
	
	.quotation-box {
		background: transparent url("../img/desktop/Background_Quotes.png") no-repeat top center scroll;
		max-width: 1280px !important;
		margin-bottom: 50px;
		height: 270px;
	}
	
	.quotation-content {
		font-size: 28px;
		color: #fff;
		text-align: center;
	}
	
	.quotation-author {
		font-size: 15px;
		margin-top: 10px;
	}
	
	.about-carousel {
		width: 1004px;
		margin-top: -135px !important;
	}
	
	.about-text-area {
		margin-top: 60px;
		margin-bottom: 80px;
	}
	
	.about-text-headline {
		font-size: 26px;
		margin-bottom: 30px;
	}
	
	.about-text-subtext {
		font-size: 17px;
		margin-bottom: 50px;
	}
	
	.about-text-slogan {
		font-size: 36px;
		margin-bottom: 50px;
	}
	
	.about-text-conclusion {
		font-size: 17px;
	}
	
	.members-headline {
		font-size: 26px;
	}
	
	.member-image {
		margin-bottom: 15px;
	}
	
	.member-name {
		font-size: 26px;
	}
	
	.member-position {
		font-size: 17px;
	}
	
	.member-description {
		font-size: 15px;
		height: 200px;
		margin-bottom: 30px;
	}
	
	.member-favorites-headline {
		font-size: 20px;
		margin-bottom: 10px;
	}
	
	.member-favorites-games {
		font-size: 15px;
		background: transparent url("../img/desktop/Background_Favorite_Games.png") no-repeat top center scroll;
		line-height: 45px;
		height: 46px !important;
		margin-bottom: 40px;
	}
	
	.member-social-media {
		font-size: 20px;
		margin-bottom: 100px;
	}
	
	.gallery-headline {
		font-size: 26px;
		margin-top: 50px;
		margin-bottom: 20px;

	}
	
	.gallery-showmore {
		font-size: 17px;
		margin-top: 30px;
	}
	
	.maincontent-gallery {
		padding-left: 15px;
	}
	
	.gallery-divider {
		background: transparent url("../img/desktop/Divider_Footer.png") no-repeat top center scroll;
		width: 100%;
		height: 10px; 
		margin-top: 40px;
		margin-bottom: 50px;
	}
	
	.career-description-area {
		width: 1004px !important;
		background-color: #fff;
		margin-top: -135px !important;
	}
	
}
*/

@media (min-width: 1px) and (max-width: 1399px) {
    .container{
        max-width: 1524px;
    }
    .logo-top {
	   	margin-left: 45px;
	   	max-width: 180px;
    }
    .content-top {
	    font-size: 46px;
    }
}

@media (min-width: 1400px) {
	 .container{
        max-width: 1524px;
    }
    .squishies-deko-left {
        display: block;
    }
}


#grayWrapper {
    opacity: 0.4;
    filter: alpha(opacity=40); /* msie */
    background-color: #000;
	margin-top: 5px;
}

