body{
  	font-family: 'Source Sans Pro', sans-serif;
  margin:0;
  background-color:#ffffff;
}

header{
  width:100%; 
  background:#ffffff; 
  height:50px; 
  line-height:50px;
  border-bottom:#999999 1px solid;
}


hr {
  margin-left:10px;
  margin-right:10px;
  width: 100%;
  height:2px;
  color:#666666;
}


.hamburger{
  background:none;
  position:absolute;
  top:0;
  right:0;
  line-height:45px;
  padding:0px 15px 0px 15px;
  color:#990000;
  border:0;
  font-size:1.4em;
  font-weight:bold;
  cursor:pointer;
  outline:none;
  z-index:10000000000000;
}

.cross{
  background:none;
  position:absolute;
  top:0px;
  right:0;
  padding:0px 15px 0px 15px;
  color:#990000;
  border:0;
  font-size:3em;
  line-height:65px;
  font-weight:bold;
  cursor:pointer;
  outline:none;
  z-index:10000000000000;
}

.pic{
  width:100%;
  max-width:750px;
  height:auto;
}

.pic_k{
  width:55%;
  max-width:200px;
  height:auto;
}

.border{ 
   padding:1px;
   border:4px solid #666666;
   background-color:#eeeeee;
} 

.line{
  width:100%;
  height:1px;
}

.menu{z-index:1000000; font-weight:bold; font-size:1em; width:100%; background:#ffffff;  position:fixed; text-align:center;}
.menu ul {margin: 0; padding: 0; list-style-type: none; list-style-image: none;}
.menu li {display: block;   padding:10px 0 10px 0; border-bottom:#cccccc 1px solid;}
.menu li:hover{display: block;    background:#cccccc; padding:15px 0 15px 0; border-bottom:#cccccc 1px solid;}
.menu ul li a { text-decoration:none;  margin: 0px; color:#000000;}
.menu ul li a:hover {  color: #fff; text-decoration:none;}
.menu a{text-decoration:none; color:#000000;}
.menu a:hover{text-decoration:none; color:#ff0000;}

.glyphicon-home{
  color:white; 
  font-size:1.5em; 
  margin-top:5px; 
  margin:0 auto;
}

/* text  */
div#text {
 margin-top: 0px;
 margin-left: 10px;
 margin-right: 10px;
 padding-left: 10px;
 padding-right: 10px;
 text-align: left;
 font-family: 'Source Sans Pro';
 font-style: normal;
 font-weight: 400;
 font-size: 1.15em;
 line-height: 1.5em;
 color: #000000;
}


.kursiv {
 font-family: 'Source Sans Pro';
 font-style: italic;
 font-weight: 300;
 font-size: 1.0em;
 line-height: 1.5em;
 color: #000;
}	

.semibold {
 font-family: 'Source Sans Pro';
 font-style: normal;
 font-weight: 600;
 font-size: 1.0em;
 line-height: 1.5em;
 color: #000;
}

.titel {
	font-family: 'Source Sans Pro', sans-serif;
	  	font-style: normal;
	  	font-weight: 700;
	font-size: 1.3em;
 	line-height: 1.2em;
	color: #993333;
	}
	
.smaller {
	font-size: 0.6em;
 	line-height: 1.2em;
	color: #000;
	font-weight: 400;
}


.right {
 font-family: Verdana,Geneva,Helvetica,Arial,sans-serif;
 font-weight: normal;
 font-size: 1.5em;
 line-height: 1px;
 text-align: right;
 display:block;
 color: #999999;
}


.textb {
 font-family: Verdana,Geneva,Helvetica,Arial,sans-serif;
 font-weight: bold;
 font-size: 1em;
 line-height: 1.5em;
 text-align: left;
 color: #000000;
}

.text_p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
 	line-height: 18px;
	color: #666;
 	font-weight: normal;
}

a:link {
  text-decoration: none;
  color: #600b0b;
  font-weight: normal;
}

a:visited {
  text-decoration: none;
  color: #600b0b;
  font-weight: normal;
}

a:hover {
  text-decoration: none;
  color: #600b0b;
  font-weight: normal;
}
