/* Own CSS */

/* header BG color */
#header {
	height: auto;
}

/* start of page content below menu */
.header-fixed #body-wrapper {
    padding-top: 11rem;
}
/* header links */
#header a {
	color: #555555;
}
/* size of logo */
#header .logo img {
	display: block;
	margin: auto;
	height: 180px;
	padding-top: 20px;
	padding-bottom: 20px;
}
/* height of logo when scolled */
body.header-fixed.header-animated #header.scrolled .logo img {
	height: 120px;
}

/* background color when scrolled */
body.header-fixed.header-animated #header.scrolled .navbar-section {
	height: auto;
    background-color: #fffb;
}

/* Height of Logo */
#header .navbar-section {
  height: auto;
  display: block;
  text-align: center;
}

#header .navbar-section .logo img {
  height: 120px;
}

/* static top bar */
.topbar {
	padding: 3px;
	background: #878787;
	background: #a4a4a4;
	text-align: center;
}
.topbar a {
	color: #fff !important;
}

/* override font weight */
#header {
	font-weight: normal;
	padding-bottom: 10px;
}

/* header image almost full width */
/* .container.grid-lg {
	max-width: 95%;
}
*/

/* own font for headings */
@font-face {
	font-family: 'antropos';
	src: url('antroposfreefont.woff') format('woff');
}

/* font for text */
@font-face {
	font-family: 'open-sans';
	font-weight: 400;
	src: url('open-sans-v44-latin-regular.woff2') format('woff2');
}
@font-face {
	font-family: 'open-sans';
	font-weight: 700;
	src: url('open-sans-v44-latin-700.woff2') format('woff2');
}

body {
	font-family: 'open-sans';
	line-height: 1.75;
}

h1, h2, h3 {
	font-family: antropos;
}
h1 {
	font-size: 2.4rem;
}
h2 {
	font-size: 1.4rem;
}

@media screen and (min-width: 1300px) {
	h1 {
		margin-left: -8rem;
	}
}
@media screen and (min-width: 1135px) and (max-width: 1299px) {
	h1 {
		margin-left: -4rem;
	}
}

/* Footer BG color */
.bg-gray {
	background: #878787 !important; 
	background: #a4a4a4 !important;
}

#footer {
	color: #fff;
	text-align:left;
	font-size: 0.7rem;
}

#footer b {
	font-size: 0.75rem;
	font-weight: bolder;
}

#footer ul {
	list-style-type: none;
	margin: 0;
	line-height: 1.0;
}
#footer a {
	color:#fff;
}

/* menu centered */
.dropmenu ul {
    display: block;
    text-align: center;
    text-transform: uppercase;
    /* background-color: #fffb; */
}
.dropmenu li {
	text-align: left;
}

.dropmenu ul li a {
  padding: 7px 40px 7px 20px;
}

a:visited {
	color: #3085ee;
}

/* Blog */
.hero {
	padding-top: 12rem;
}
.hero p {
	text-align: left;
}

/* Glyphe */
@media screen and (min-width: 640px) {
	.container {
		position: relative;
		z-index: 1;
		padding-left: 0;
		padding-right: 0;
	}
	.glyphe {
		position: absolute;
		top: 200px;
		left: 50px;
		width: auto;
		height: 200px;
		z-index: 2;
		/* filter: drop-shadow(3px 3px 3px #555); */
	}
}
@media screen and (max-width: 640px) {
	.glyphe {
		display: none;
	}
}

/* Tabelle */
table {
	border-collapse: collapse;
	width: 100%
}
td, th {
	border: 1px solid #ddd;
	padding: 4px;
}
tr:nth-child(even) {
	background-color: #f2f2f2;
}
th {
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: left;
	background-color: #555;
	color: white;
}

/* mobile menu-burger color */
.mobile-menu .button_container.active .top {
	background: #444;
}
.mobile-menu .button_container.active .middle {
	background: #444;
}
.mobile-menu .button_container.active .bottom {
	background: #444;
}

.overlay {
	background: #fff;
}
