body 
{ 
	font-family: var(--ac-font-body);
	font-weight: 400;
	font-size: var(--ac-fs-base);
	line-height: 1.8;
	color: var(--ac-text);
	padding-bottom: 0;
}

h1, h2, h3, h4 {
	font-family: var(--ac-font-display);
}

#particles-js {
	z-index: -1;
} 

#particles-js::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	backdrop-filter: blur(0.5px);
}

.container-fluid 
{
	padding: 20px 20px;
}

.content-heading
{
	margin-top: 0px;
	margin-bottom: 20px;
}

.fa-coffee
{
	font-size: 56px;
}

.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: var(--ac-surface-bar);
	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: var(--ac-text) !important;
}

.nav-tabs li a {
	color: var(--ac-text);
}

.navbar-nav li a:hover, .navbar-nav li.active a, 
.nav-tabs li a:hover, .nav-tabs li.active a 
{
	color: var(--ac-text) !important;
	background-color: var(--ac-accent) !important;
	border: none;
}

.navbar-default .navbar-toggle 
{
	border-color: transparent;
	color: var(--ac-text) !important;
}

#popup-tester
{
	display: none;
	margin-top: 20px;
}

h2 
{
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 30px;
}

h4 
{
	font-size: 19px;
	line-height: 1.375em;
	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;
	font-family: var(--ac-font-mono);
}

.genes-span 
{
	display: block;
	height: 70px;
	filter: invert(1)
}

.row-genes p
{
	text-align: center;
	color: var(--ac-accent-text);
}

.row-genes p:not(:first-of-type) {
	text-indent: 1em;
}

@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
{
	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: var(--ac-surface-tile);
}

#wrapper-technology
{
	background: var(--ac-surface);
}

#wrapper-genes
{
	background: var(--ac-surface-tile);	
}

.genes-hr
{
    width: 50%;
    border-top: 2px solid rgb(48, 88, 134);	
}

.genes-span + h2
{
	margin-bottom: 10px;
}

#wrapper-jobs
{
	background: var(--ac-surface);	
}

#wrapper-jobs h4
{
	margin-bottom: 20px;
}

#wrapper-contact
{
	background: var(--ac-surface-tile);
}

.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;
	background-color: var(--ac-surface-bar);
	color: var(--ac-text);
}

.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: var(--ac-text);
}

.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;
}

#loginform .form-control
{
	background: var(--ac-fill);
	border-color: var(--ac-line-strong);
	color: var(--ac-text);
	box-shadow: none;
}
#loginform .form-control:focus
{
	border-color: var(--ac-accent);
	box-shadow: none;
	outline: 2px solid var(--ac-accent);
	outline-offset: 1px;
}
#loginform .form-control::placeholder { color: var(--ac-text-muted); }

#loginform .input-group-addon
{
	background: var(--ac-fill);
	border-color: var(--ac-line-strong);
	color: var(--ac-text-muted);
}
#loginform .input-group-addon .glyphicon { color: inherit; }

#loginform label,
#loginform a { color: var(--ac-text-secondary); }
#loginform a:hover { color: var(--ac-accent-text); }

#short-profile > h1
{
	margin-bottom: 25px;
}

.blue-text
{
	color: var(--ac-accent-text);
	margin-bottom: 20px;
}

.blue-text ~ .blue-text
{
	margin-top: -10px;
}

.technology-header
{
	text-align: center;
	margin-top: -5px;
	color: var(--ac-accent-text);
	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: var(--ac-surface-bar);
    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;
}
