html {
}
body {
  font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
  color: #cab99b;
  font-size: 13px;
  text-align: center;
  background-color: #202020;
}
.inner {
  padding: 0 30px 30px;
}

.fakelink {
	color: #fff;
}
 .fakelink:hover {
	 color:#F75959;
 }
 /* Style all font awesome icons */
 .fa {
	 background: transparent;
	 text-decoration: none;
 }
.fa-facebook, .fa-youtube, .fa-instagram {
    padding: 5px;
    font-size: 35px;
    width: 70px;
    text-align: center;
	color: white;
}
/* Add a hover effect if you want */
.fa:hover {
    background: transparent;
	color: #F75959;
	text-decoration: none;
}

.parallax {
	position: absolute;
	overflow: hidden;
	width: 100%;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}
.parallax img {
	width: 100%;
	height: 100%;
}
/* Preloader */
.preloader {
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background-color: white;
}
.preloader img {
	position: absolute;
	top: calc(50% - 32px);
	left: calc(50% - 32px);
}
.preloader div {
	display: none;
	/* Preload the background Image */
	background: url(../../img/hg_removed.jpg) no-repeat 9999px 9999px;
	background-position: 9999px 9999px;
}

.blockSpan {
	display: block;
	font-size: 17px;
	line-height: 15px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	padding-bottom: 15px;
}

/* masthead-nav   OVERWRITE */
.masthead-brand {
  margin-top: 5px;
  margin-bottom: 5px;
}
.masthead-nav {
	background-color: #890907;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff; /* IE8 proofing */
  color: rgba(255,255,255,.75);
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: #FFFBBE;
  border-bottom-color: rgba(255,251,190,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #FFFBBE;
  border-bottom-color: #FFFBBE;
}


.site-wrapper {
  background: url('../../img/hg_removed.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.h3{
  color: #cab99b;
  font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}

.img-circle {
  border-radius: 50%;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
  display: block;
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.textbild {
	float: left;
	max-width: 33.33333333%;
	padding: 0% 3% 2% 0%;
}
.img-greyhover:hover {
	filter: grayscale(100%);
	filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

.blocktext
{
font-size: 12px;
color: #cab99b;
line-height: 21px;
font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
text-align: justify;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #977135;
  /* <hr> */
}

