/*
	99Lime.com HTML KickStart by Joshua Gatcke
	style.css

*/

/*---------------------------------
	IMPORTS
-----------------------------------*/
/* @import url(https://fonts.googleapis.com/css?family=Overpass|Space+Mono:400,400i,700); */

    /*font-family: 'Space Mono', monospace;*/
/* overpass-mono-regular - latin-ext_latin */


/* space-mono-regular - latin-ext_latin */
@font-face {
	font-family: 'Space Mono';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/space-mono-v12-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('fonts/space-mono-v12-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('fonts/space-mono-v12-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('fonts/space-mono-v12-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
		 url('fonts/space-mono-v12-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('fonts/space-mono-v12-latin-ext_latin-regular.svg#SpaceMono') format('svg'); /* Legacy iOS */
  }
  
  /* space-mono-italic - latin-ext_latin */
  @font-face {
	font-family: 'Space Mono';
	font-style: italic;
	font-weight: 400;
	src: url('fonts/space-mono-v12-latin-ext_latin-italic.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('fonts/space-mono-v12-latin-ext_latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('fonts/space-mono-v12-latin-ext_latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
		 url('fonts/space-mono-v12-latin-ext_latin-italic.woff') format('woff'), /* Modern Browsers */
		 url('fonts/space-mono-v12-latin-ext_latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('fonts/space-mono-v12-latin-ext_latin-italic.svg#SpaceMono') format('svg'); /* Legacy iOS */
  }
  
  /* space-mono-700 - latin-ext_latin */
  @font-face {
	font-family: 'Space Mono';
	font-style: normal;
	font-weight: 700;
	src: url('fonts/space-mono-v12-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('fonts/space-mono-v12-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('fonts/space-mono-v12-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
		 url('fonts/space-mono-v12-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
		 url('fonts/space-mono-v12-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('fonts/space-mono-v12-latin-ext_latin-700.svg#SpaceMono') format('svg'); /* Legacy iOS */
  }
  
  /* space-mono-700italic - latin-ext_latin */
  @font-face {
	font-family: 'Space Mono';
	font-style: italic;
	font-weight: 700;
	src: url('fonts/space-mono-v12-latin-ext_latin-700italic.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('fonts/space-mono-v12-latin-ext_latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('fonts/space-mono-v12-latin-ext_latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
		 url('fonts/space-mono-v12-latin-ext_latin-700italic.woff') format('woff'), /* Modern Browsers */
		 url('fonts/space-mono-v12-latin-ext_latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('fonts/space-mono-v12-latin-ext_latin-700italic.svg#SpaceMono') format('svg'); /* Legacy iOS */
  }
  

/*---------------------------------
	OVERRIDES
-----------------------------------*/
h1,h2,h3,h4,h5,h6{
/* font-family: 'Space Mono', monospace; */
font-family: 'Space Mono', monospace;
font-weight:700;
}

thead th,
tbody th{
/* font-family: 'Space Mono', monospace; */
font-family: 'Space Mono', monospace;
}

button,
a.btn,
input[type="submit"],
input[type="reset"],
input[type="button"]{
/* font-family: 'Space Mono', monospace; */
font-family: 'Space Mono', monospace;
font-weight: 400;
}

.menu{
	/* font-family: 'Space Mono', monospace; */
	font-family: 'Space Mono', monospace;
    font-size: 16px;
    font-weight: normal;
	background: #5f6157;
}

blockquote{
font-family: 'Droid Serif', serif;
}



/*---------------------------------
	LAYOUT
-----------------------------------*/
body{
margin:0;
padding:0 0 0 0;
color:#5f6157;
background:#f1f3ee;
/* font:normal 0.9em/150% 'Space Mono', monospace; */
font:normal 0.9em/150% 'Space Mono', monospace;
font-weight: 400;
text-shadow: 0 0 1px transparent; /* google font pixelation fix */
}

#wrap{
width:100%;
background:#fff;
margin:30px auto 30px auto;
padding:0 2%;
border:1px solid #ccc;
}


#footer{
	text-align:center;
	padding:0;
	margin:0;
	border-top: 1px solid #b7b9b2;
	color:#999;
	font-size:0.8em;
	line-height: 1.4;
	/*text-shadow:0px 1px 1px #fff;*/
	position: relative;
	/*position:fixed;*/
	/*bottom:0;*/
	/*width:100%;*/
	/*z-index: 10000;*/
}
#footer a {
	color: #ed225d;
	text-decoration: none;
}
#footer a:hover {
	color: #f1f3ee;
	background: #b7b9b2;
}

#link-top{
	display:none;
}

#portrait {
	background: url(../img/grit.png) no-repeat top center;
	height: 200px;
	position: relative;
    top: 10px;
}

.fliesstext,
.contact{
	/*font-weight: bold;*/
	font-size: 14px;
	color: #5f6157;
	/* font-family: 'Space Mono', monospace; */
	font-family: 'Space Mono', monospace;
	font-weight: 400;
	line-height: 1.4;
    margin: 0;
    padding: 0 0 8px;
}
.fliesstext p,
.contact p{
	margin: 0;
    padding: 0 0 12px;
}
.fliesstext span,
.contact span{
	color: #b41749;
	font-weight: 400;
}
.hidden {
	display: none;
}
/*.fliesstext a {*/
/*	color: #b7b9b2;*/
/*	text-decoration: underline;*/
/*}*/
/*.fliesstext a:hover {*/
/*	color: #f1f3ee;*/
/*	background: #b7b9b2;*/
/*}*/
.fliesstext a {
	color: #ed225d;
	text-decoration: none;
}
.fliesstext a:hover {
	color: #f1f3ee;
	background: #b7b9b2;
}
.fliesstext-bullet {
	/*padding: 0 0 12px;*/
	padding: 6px 6px 8px 6px;
	/*background: #f0dcdf;*/
	background: #dbddd7;
	/*color: #f1f3ee;*/
}
.fliesstext-small {
	font-size: 11px;
	margin-top: -10px;
}
.bullet_heading {
	padding: 0 0 6px;
}
.project_jobtitles {
	/*padding: 0 0 12px;*/
	padding: 6px 0 8px 6px;
	/*background: #f0dcdf;*/
	background: #dbddd7;
	/*color: #f1f3ee;*/
}
.contact_feedback {
	padding: 6px 0 8px 6px;
	margin-top: 4px;
	background: #ed225d;
	color: #f1f3ee;
	width: 70%;
}
.network_heading{
	display:block;
	text-decoration:none;
    /*font-weight: bold;*/
    color: #b41749;
    /*font-variant: small-caps;*/
	font-size: 12px;
	padding: 0 0 5px 0;
	/* font-family: 'Space Mono', monospace; */
	font-family: 'Space Mono', monospace;
	font-weight: 700;
}
.network_list {
	line-height: 16px;
    margin-top: 5px;
    padding: 0;
}
.contact_form {
	line-height: 16px;
    margin-top: 8px;
    padding: 0;
}
.contact {
	text-align: center;
	margin: 20px 0 40px 0;
}
.contact a{
	color: #ed225d;
	text-decoration: none;
}
.contact a:hover {
	color: #f1f3ee;
	background: #b7b9b2;
}

.portrait{
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
    position: relative;
    /* vertical-align: bottom; */
    background-image: url(img/grit/01.png);
    /*background-image: url(img/grit/rotate.php);*/
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 200px;
    height: 200px;
}



.top_space{
	display: block;
	height: 70px;
}

.ind_top_space{
	display: block;
	height: 70px;
}

.project_top_space{
	display: block;
	height: 70px;
}

.content_heading{
	display:block;
	text-decoration:none;
    /*font-weight: bold;*/
    color: #ed225d;
    /*font-variant: small-caps;*/
	font-size: 12px;
	padding: 0;
	background: #f1f3ee;
	/* font-family: 'Space Mono', monospace; */
	font-family: 'Space Mono', monospace;
	font-weight: 400;
}
.project_category{
	display:block;
	text-decoration:none;
    /*font-weight: bold;*/
    color: #5f6157;
    /*font-variant: small-caps;*/
	font-size: 12px;
	padding: 0;
	margin: -8px 0 6px 0;
	/*margin: -13px 0 6px;
    padding: 0 0 1px 5px;*/
	/* font-family: 'Space Mono', monospace; */
	font-family: 'Space Mono', monospace;
	font-weight: 400;
	line-height: 1.3;
}
.project_category span {
	color: #ed225d;
	font-weight: 400;
}
.project_category a {
	color: #5f6157;
	text-decoration: none;
}
.project_category a:hover {
	color: #ed225d;
}
.project_h1{
	display:block;
	text-decoration:none;
    /*font-weight: bold;*/
    color: #ed225d;
    /*font-variant: small-caps;*/
	font-size: 21px;
	padding: 0;
	background: #f1f3ee;
	/* font-family: 'Space Mono', monospace; */
	font-family: 'Space Mono', monospace;
	font-weight: 400;
	line-height: 1.3;
}
.project_h2{
	display:block;
	text-decoration:none;
    /*font-weight: bold;*/
    color: #ed225d;
    /*font-variant: small-caps;*/
	font-size: 14px;
	padding: 0;
	margin-top: 0;
	background: #f1f3ee;
	/* font-family: 'Space Mono', monospace; */
	font-family: 'Space Mono', monospace;
	font-weight: 400;
	line-height: 1.3;
}

.project_up,
.project_up a {
	text-decoration:none;
	color: #ed225d;
	padding: 5px 0 0 0;
	margin: 0;
}
.project_h1_inline{
	display:inline;
	font-size: 21px;
	padding: 0 0 0 2px;
	/* font-family: 'Space Mono', monospace; */
	font-family: 'Space Mono', monospace;
	font-weight: 400;
	line-height: 1.3;
}
.project_arrow_up{
	display:inline;
	font-size: 25px;
	padding: 0;
	margin: 0;
	font-weight: 400;
	font-family: 'Overpass', sans-serif;
	line-height: normal;
	text-align: left;
}
.project_arrow_left,
.project_arrow_left a{
	display:block;
	text-decoration:none;
	color: #ed225d;
	font-size: 25px;
	padding: 0;
	margin: 0;
	font-weight: 400;
	/*font-family: 'Space Mono', monospace;*/
	font-family: 'Overpass', sans-serif;
	line-height: normal;
	text-align: left;
}
.project_arrow_right,
.project_arrow_right a{
	display:block;
	text-decoration:none;
	color: #ed225d;
	font-size: 25px;
	padding: 0;
	margin: 0;
	font-weight: 400;
	/*font-family: 'Space Mono', monospace;*/
	font-family: 'Overpass', sans-serif;
	line-height: normal;
	text-align: left;
}
.project_arrow_bottom{
	display: block;
	text-decoration:none;
	color: #ed225d;
	font-size: 25px;
	padding: 0;
	margin: 0;
	font-weight: 400;
	/*font-family: 'Space Mono', monospace;*/
	font-family: 'Overpass', sans-serif;
	line-height: normal;
	text-align: center;
}
.project_arrow_bottom a{
	display: inline;
	margin: 10px;
	text-decoration:none;
}
.project_arrow_left a:hover,
.project_arrow_right a:hover,
.project_up a:hover,
.project_arrow_bottom a:hover{
	color: #5f6157;
	background: #f1f3ee;
}
.img_copyright {
	text-align: left;
	color: #5f6157;
	font-size: 9px;
    line-height: 1;
    padding: 2px 0 1px;
}
.img_copyright a {
	color: #5f6157;
	text-decoration: none;
}
.img_copyright a:hover {
	color: #f1f3ee;
	background: #b7b9b2;
}

#myBtnContainer {
	margin: 0;
	padding: 0;
}
.filterbtn {
	margin: 0.4%;
	text-shadow: none;
	background: #5f6157;
	color: #f1f3ee;
}

.filterbtn:focus {
	box-shadow: none;
	border-color: #5f6157;
}

.filteractive {
	background: #f1f3ee;
	color: #5f6157;
	text-shadow: none;
	box-shadow: none;
	border-color: #5f6157;
}

.cat_container {
	overflow: hidden;
	line-height: 0;
}
.filterDiv {
/* 	float: left;
	background-color: #2196F3;
	color: #ffffff;
	width: 100px;
	line-height: 100px;
	text-align: center;  */
	margin: 5px;
	padding: 0;
	display: none; /* Hidden by default */
	position: relative;
}
/* The "filtershow" class is added to the filtered elements */
.filtershow {
	display: inline-block;
	margin: 0.4%;
	padding: 0;
	width: 32.5%;
	overflow: hidden;
}


.slideshow_copyright {
	background: rgba(241, 243, 238, 0.5);
	color: #000;
	font-size: 10px;
    line-height: 1;
    padding: 2px 5px 3px 3px;
    position: absolute;
	right: 0;
	bottom: 0;
}
.slideshow_copyright a {
	color: #000;
	text-decoration: none;
}
.slideshow_copyright a:hover {
	color: #fff;
	/* background: #b7b9b2; */
}
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.slideshow_caption,
.slideshow_caption a,
.slideshow_caption a:active{
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(95, 97, 87, 0.5);
	/* font-family: 'Space Mono', monospace; */
	font-family: 'Space Mono', monospace;
	color: #f1f3ee;
	text-shadow: 0 0 1px transparent; /* google font pixelation fix */
	display: block;
	font-size: 12px;
	/*font-size: 1.2vw;*/
	padding: 5px;
	padding: 0.5vw;
	line-height: 21px;
	line-height: 2.1vw;
	font-weight: 400;
	text-decoration: none;
}
.slideshow_caption span{
	color: #f1f3ee;
	font-weight: 400;
	font-size: 24px;
	font-size: 2.4vw;
}

.img_with_text {
	position: relative; 
	width: 100%; /* for IE 6 */
}
.text_on_img,
.text_on_img a,
.text_on_img a:active{
	position: absolute;
	top: 0;
	left: 0;
	/*background: rgba(39, 57, 62, 0.5);*/
	background: 
    linear-gradient(
      to bottom,
      rgba(40, 50, 53, 0.8),
      rgba(40, 50, 53, 0)
    );
	/* font-family: 'Space Mono', monospace; */
	font-family: 'Space Mono', monospace;
	color: #f1f3ee;
	font-weight: 400;
	font-size: 24px;
	text-shadow: 0 0 1px transparent; /* google font pixelation fix */
	display: block;
	padding: 10px 5px 80px 5px;
	line-height: 21px;
	text-decoration: none;
	text-align: center;
	width: 100%;
}

/*UNITY*/
.emscripten {
	width: 100%;
	height: auto;
}
.emscripten-container {
	position: relative;
	padding: 5px 0 0 0;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}
.fullscreen {
	float: right;
	position: relative;
	z-index: 10;
}

@media all and (min-width: 0px) and (max-width: 800px) {
	.slideshow_caption_additional{
		display: none;
	}
 	.slideshow_copyright{
		font-size: 7px;
	} 
}

@media all and (min-width: 0px) and (max-width: 50px) {

	.slideshow_caption, .slideshow_caption a {
		/*font-size: 10px;*/
		padding: 4px 4px 3px 4px;
		line-height:17.5px;
		}
	.slideshow_caption span{
		font-size: 20px;
	}
/* 	.slideshow_caption_showmore{ */
		/*font-size: 12px;*/
		/*line-height:21px;*/
/*	} */
 }
 
 @media all and (min-width: 1000px) {

	.slideshow_caption, .slideshow_caption a {
		font-size: 12px;
		padding: 5px;
		line-height:21px;
		}
	.slideshow_caption span{
		font-size: 24px;
	}

 }

.menu_small{
	/*font-variant: small-caps;*/
	cursor: default;
	background: #5f6157;
	padding-bottom: 9px;
    padding-top: 9px;
	font-weight: 400;
	color: #f1f3ee;
}

.langswitch {
	margin: 0;
    position: fixed;
	right: 0;
	z-index: 1100;
}

.langswitch p {
	text-align: right;
	margin: 6px 15px 0 0;
    padding: 0;
	font-weight: 400;
	color: #f1f3ee;
}

.langswitch span {
	font-weight: 700;
	color: #f1f3ee;
}

.langswitch a {
	color: #f1f3ee;
	text-decoration: none;
}

.langswitch a:hover {
	color: #ed225d;
}

/* NAV BAR*/
.navbar{
	position:fixed;
	top:0;
	/*left:0;*/
	width: 100%;
	background:#5f6157;
	color:#fff;
	z-index:1001;
	/*border-bottom: 1px solid #96988f;*/
}

	.navbar .header-grit a,
	.menu li.header-grit>a:hover,
	.menu li.header-grit.hover{

	text-decoration:none;
    font-weight: bold;
    color: #ed225d;
    font-variant: small-caps;
	}
	
	.navbar .header-grit-current a,
	.menu li.header-grit-current>a:hover,
	.menu li.header-grit-current.hover{

		text-decoration:none;
		font-weight: bold;
		color: #ed225d;
		font-variant: small-caps;
		background: #5f6157;
		cursor: default;
	}
	
	


	.navbar ul{
		text-align: center;
		margin:0;
		padding:0;
	}

	.navbar li{
		list-style-type:0;
		display:inline-block;
	}

	.navbar li a{
		display:inline-block;
		padding-top: 9px;
		padding-bottom: 9px;
		text-decoration:none;
		
	}
        
	.nav_container {
		margin: 0 auto;
		max-width: 1024px;
	}
	.name {
		display: block;
		margin: 10px auto;
	}
    .header-btn-active{
		text-align: center;
		background: #5f6157;
		color: #f1f3ee;
	}

	.header-btn {
		padding: 8px 0 0 0;
		text-align: center;
		/*display: block;*/
		margin: 0;
		background: #f1f3ee;
}
	.header-btn:hover {
		padding: 8px 0 0 0;
		text-align: center;
		/*display: block;*/
		margin: 0;
		background: #b7b9b2;
		color: #f1f3ee;
	}
	.header-btn a:hover {
		color: #f1f3ee;
	}
	span {
	  /*color: #3e4037;*/
	  font-weight: bold;
	  color: #ed225d;
	}
	
	.callout{
		background:#4598ef;/*#86dc00;*/
		padding:3em 0;
		color:#fff;
		box-shadow:inset 0 0 10px rgba(0,0,0,0.2);
		text-align: center;
		text-shadow:0px 1px 3px rgba(0,0,0,0.2);
		display:block;
	}
	.callout + div.grid{margin-top:100px;}
	 a.callout{cursor:pointer;}
	 .callout i.icon-4x{font-size:6em;}
	 .callout h4{margin-bottom:30px;}
	 .callout-top{margin:50px 0 0 0;}
	 .callout p{margin-bottom:0;}
	 .callout .button{margin-top:10px;}
	 .callout.green{background:#19ad0b;/*#86dc00;*/}

#mc_embed_signup{
padding:30px 0;
}

#ui-preview{
border:5px solid #ddd;
margin:30px 0;
display:block;
}

.langswitch p a{cursor: pointer;}
#switchToDe{cursor: pointer;}
#switchToEn{cursor: pointer;}

/*---------------------------------
	LANGUAGES
-----------------------------------*/

body.en :lang(de) {
  display: none;
}
body.de :lang(en) {
  display: none;
}

