@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  	height: 100%;
	background-color: #3A3F43;
	background-image: url(../img/background_up.jpg);
	background-attachment: fixed;
	background-size: 100% auto;
	background-repeat: no-repeat;

	font-family: 'Roboto', sans-serif;	
	font-weight: 400;
}

h1,
h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
}

h3,
h4,
h5 {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

a {
	color: #000000;
}

a:hover {
	color: #222222;
}

ul {
	list-style-type: none;
}

#geschichte li:before {
	content: "- ";
}

.social {
	width: 100px;
}

.up {
	text-align: center;
}

.jumbotron {
	color: #000000;
	background-color: rgba(250, 250, 250, 0.7);
	margin-bottom: 80px;

	font-weight: 300;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-color: #666666;
	color: #FFFFFF;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #666666;
}

.img_circle {
	font-size: 125px;
	text-align: center;
	height: 150px;
	width: auto;
}

.content_bar {
	margin-top: 200px;
	padding: 40px;
	border-bottom: solid;
	border-width: 1px;
	border-color: #FFFFFF;
}

.content_bar,
.navbar-default {
	background-color: #303030;
	color: #FFFFFF;
}

.navbar-default {
	border-style: none;
}

.background {
	padding-top: 100px;
	background-color: #555555;
	background-image: url(../img/background.jpg);
	background-attachment: fixed;
	/*background-size: 100% auto;*/
}

#impressum {
	background-color: #303030;
	color: #000000;
	text-align: center;
	padding: 20px;
}

#logo {
    position: absolute;
    top: -13px;
	margin-left: -77px;
    z-index: 2;
}
