body 
{ 
	background: url(../img/frontpage/bg.jpg) no-repeat center center fixed;	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font: 400 15px Arial, sans-serif;
	line-height: 1.8;
	color: #818181;
} 

.container-fluid 
{
	padding: 20px 20px;
}

.content-heading
{
	margin-top: 0px;
	margin-bottom: 20px;
	color: rgb(48, 88, 134);
}

#wrapper-contact .content-heading, .row-contact
{
	color: white;
}

.row-contact .glyphicon 
{
	color: white;
}

.fa-coffee
{
	color: #283244;
	font-size: 56px;
}

#genes h2
{
	color: #7f2d37;
}

.logo-small 
{
	color: #f4511e;
	font-size: 50px;
}

@media screen and (max-width: 1420px) 
{
	.head-title
	{
		font-size: 26px;
	}
} 

@media screen and (max-width: 880px) 
{
	.head-title
	{
		font-size: 20px;
	}
}

/* Desktop and lower */
@media screen and (max-width: 1199px) 
{

}

/* Tablets */
@media screen and (max-width: 991px) 
{
	.container-fluid
	{
		padding: 5px 20px;
	}
}

.navbar-container
{
	margin-bottom: 51px;
}

.navbar 
{
	margin-bottom: 0;
	background-color: #a5a9b3;
	z-index: 9999;
	border: 0;
	font-size: 12px !important;
	line-height: 1.42857143 !important;
	letter-spacing: 4px;
	border-radius: 0;
}

.navbar li a, .navbar .navbar-brand 
{
	color: #fff !important;
}

.navbar-nav li a:hover, .navbar-nav li.active a 
{
	color: #f4511e !important;
	background-color: #fff !important;
}

.navbar-default .navbar-toggle 
{
	border-color: transparent;
	color: #fff !important;
}

.navbar-collapse.collapse, .navbar-collapse.collapsing
{
	border-top: 1px solid #c0c4ce;
}

#popup-tester
{
	display: none;
	margin-top: 20px;
}

h2 
{
	font-size: 24px;
	text-transform: uppercase;
	color: #303030;
	font-weight: 600;
	margin-bottom: 30px;
}

h4 
{
	font-size: 19px;
	line-height: 1.375em;
	color: #303030;
	font-weight: 400;
	margin-bottom: 30px;
}

.slideanim 
{
	visibility:hidden;
}

.slide 
{
	animation-name: slide;
	-webkit-animation-name: slide; 
	animation-duration: 500ms; 
	-webkit-animation-duration: 500ms;
	visibility: visible; 
}

/* Go from 0% to 100% opacity (see-through) and specify the percentage from when to slide in the element along the Y-axis */
@keyframes slide 
{
	0% 
	{
		opacity: 0;
		transform: translateY(70%);
	} 
	100% 
	{
		opacity: 1;
		transform: translateY(0%);
	} 
}

@-webkit-keyframes slide 
{
	0% 
	{
		opacity: 0;
		-webkit-transform: translateY(70%);
	} 
	100% 
	{
		opacity: 1;
		-webkit-transform: translateY(0%);
	}
}

.contact, .imprint
{
	margin-bottom: 15px;
}

.contact > span, .imprint > span 
{
	display:block;
}

.contact-glyph, .imprint-glyph
{
	margin-right: 6px;
}

.row-jobs, .row-technology, .row-contact, .row-genes, .row-home
{
	margin-top: 5px;
	margin-bottom: 5px;
}

.row-jobs .col-sm-4
{
	padding-top: 30px;
	padding-bottom: 10px;
}

@media screen and (max-width: 1340px) 
{
	.row-jobs h4
	{
		font-size: 15px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1100px)
{
	.row-jobs h4
	{
		font-size: 12px;
	}
}

.row-technology > div
{
	padding-left: 30px;
	padding-right: 30px;
}

.row-toc
{
	margin-top: 20px;	
}

.row-toc div
{
	text-align: center;
}
.row-toc a
{
	color: white;
}

.technology-image
{
	margin-top:40px;
}

.number-red
{
	color: #da0404;
	display: block;
	text-align: center;
	font-size: 46px;
}

.genes-span 
{
	display: block;
	height: 70px;
}

.row-genes p
{
	color: #6d6771;
	text-align: center;
}

@media screen and (min-width: 992px) 
{
	.row-genes p
	{
		text-align: left;
	}
	
	#popup-tester 
	{
    	margin-top: 70px;
	}
}
	
.genes-span img 
{
	-moz-transform:scale(0.5);
	-webkit-transform:scale(0.5);
	transform:scale(0.5);
}

.contact-map
{
	height: 300px;
	width: 100%;
	background-color: #d8d8d8;
	position: relative;
    overflow: hidden;
    cursor: pointer;
}

.contact-map iframe,   
.contact-map object,  
.contact-map embed 
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.contact-map img.map {
	width: 100%;
	height: 300px;
	object-fit:cover;
}

.contact-map > span.osm-attribution {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: white;
	font-size:9px;
	padding: 2px;
}


.contact-address, .contact-email, .imprint-district-court
{
	color: #cccccc;
}

.wrapper 
{
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;	
}

#wrapper-jumbotron 
{
	padding-top: 0px;
}

#wrapper-filler
{
	background: rgba(41, 53, 70, 0);
	height: -webkit-calc(100vh - 50px);
	height: -moz-calc(100vh - 50px);
	height: calc(100vh - 50px);
}

.nojobs
{
	display: block;
    margin-top: 30px;	
}

#create-job span, #create-job h4
{
	cursor: pointer;
}

#filler
{
	padding: 0px;
}

#wrapper-home
{
	background: rgba(246, 248, 255, 0.85);
}

#wrapper-technology
{
	background: rgba(255, 255, 255, 1.0);	
}

#wrapper-genes
{
	background: rgba(255, 255, 255, 0.9);	
}

.genes-hr
{
    width: 50%;
    border-top: 2px solid rgb(48, 88, 134);	
}

.genes-span + h2
{
	margin-bottom: 10px;
}

#wrapper-jobs
{
	background: rgba(255, 255, 255, 1);	
}

#wrapper-jobs h4
{
	color: #505152;
	margin-bottom: 20px;
}

#wrapper-contact
{
	background: rgba(255, 32, 58, 0.4);
}

.contact-email
{
	margin-bottom: 10px;
}

.row-contact .contact-email
{
	margin-bottom: 0px;
}

#jobs .contact-email
{
	margin-bottom: 30px;
}

.contact-socials span:not(:first-child) {
	margin-left: 5px;
}

.contact-socials a {
	color: #cccccc;
}

.contact-socials a:hover {
	color: #eeeeee;
}

.contact-socials a .fa {
	color: white;
}

.contact-socials a:hover .fa {
	color: #eeeeee;
}

.ac-logo
{
	margin-top: 10px;
}

.ac-logo .ac-square 
{
	width: 120px;
	height: 120px;
	border: 1px solid #dc3547;
	background: #7f2b35;
	margin: auto;
}

.ac-logo-small .ac-square-small 
{
	width: 36px;
	height: 36px;
	border: 1px solid #7f2b35;
	background: #7f2b35;
	margin: auto;
	margin-top: 7px;
}

.ac-logo .ac-abbr
{
	font: normal normal normal 24px/1.4em helvetica-w01-bold,helvetica-w02-bold,helvetica-lt-w10-bold,sans-serif;	
	font-size: 54px;
	font-weight: bold;		
	position: relative;
	left: -49px;
	top: 67px;
	color: #A0A09F;
}

.ac-logo-small .ac-abbr-small
{
	font-size: 15px;
	font-weight: bold;		
	position: relative;
	left: 4px;
	top: 7px;
	color: #ececec;
	text-shadow: 1px 1px 10px #949494
}

.ac-logo .ac-name
{
	position: relative;
	left: -38px;
	top: 10px;
	font-size: 12px;
	color: #d0bdbf;
}

.ac-logo-small .ac-name-small
{
	position: relative;
	top: -19px;
	font-size: 9px;
	left: 43px;
	line-height: 15px;
	color: white;
	text-shadow: 1px 1px 10px #333333;
}

.navbar-brand
{
	padding-top: 0px;
	padding-bottom: 0px;
}

.head-title
{
	margin-top: 0px;
	color: white;
	text-align: left;
	line-height: 50px;
	text-shadow: 1px 1px 1px #b8c5da;
}

#jumbotron 
{
	padding-top: 49px;
    padding-bottom: 20px;
}

#local-info
{
	width: 100%;
	background: rgba(12, 15, 19, 0.61);
	font-size: 11px;
	padding: 1px 15px;
}

.local-outer
{
	color: #9fa3ad;
	margin-right: 20px;
}

.local-outer span
{
    color: #d6d6d6;
    font-family: monospace;
}
span.active-true
{
	color: green;
}
span.active-false
{
	color: red;
}

.row-notactive
{
	font-size: 12px;
}

.notactive
{
	padding: 10px;
}

.notactive-outer
{
	margin-top: 5px;
	margin-bottom: 5px;
}

.notactive-outer span
{
    color: #7a5db3;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: bold;
    font-family: monospace;
    font-size: 13px;
}

#short-profile 
{
	text-align: left;
}

.glyphicon
{
	color: #283244;
}

.glyphicon.glyphicon-filter.logo-small
{
	margin-top: 6px;
}

.glyphicon.glyphicon-filter.logo-small + h4
{
	margin-top: 3px;
}

.glyphicon.glyphicon-trash
{
	color: #ce2a2a;
}

.glyphicon-plus-sign
{
	color: #37a24a;
	font-size: 60px;
	margin-top: 25px;
}

.glyphicon-plus-sign + h4
{
	color: #37a24a;
}

#login-heading
{
	text-align: left;
}

#sign-in .panel-body
{
	padding-top: 20px;
	padding-left: 0px;
}

#loginform .input-group
{
	margin-bottom: 20px;
}

#short-profile > h1
{
	margin-bottom: 25px;
}

.blue-text
{
	color: #01448c;
	margin-bottom: 20px;
}

.blue-text ~ .blue-text
{
	margin-top: -10px;
}

.technology-header
{
	text-align: center;
	margin-top: -5px;
	color: #474c56;
	text-transform: uppercase;
}

.technology-header + p
{
	margin-top: 10px;
	text-align: center;
}

.alert-danger
{
	padding: 5px;
}

.btn-default
{
	color: #867878;
}

.gmaps-placeholder
{
	width: 100%;
	height: 100%;
}
img.gmaps-placeholder
{
	opacity: 0.5;
}
div.gmaps-placeholder
{
	background-color: grey;
}
div.gmaps-placeholder:AFTER
{
	content:'accept cookie policy to activate';
	position: relative;
	top: -100%;
	font-size: 3em;
}
div.cookieinfo {
	position: fixed;
    background: #a5a9b3;
    color: white;
    bottom: 0%;
    left: 10%;
    right: 10%;
    padding: 10px;
    border-radius: 10px 10px 0px 0px;
    z-index:100;
}
div.cookieinfo a, div.cookieinfo a:VISITED  {
    color: white;
}
div.cookieinfo-text
{
    float: left;
    margin-right: 20px;
}
div.cookieinfo-btn
{
	right: 18px;
    bottom: 7px;
    position: absolute;
    cursor: pointer;
}
div.cookieinfo-btn:HOVER
{
	text-decoration: underline;
}
