/* CSS Document */



#backlink {
position: absolute; left: 50%; width: 800px; margin-left: -400px; 
}


/* ----------------------------------------------------------- */
/* Ratgeber */

.r_text {

}

.r_berater {

}

.r_menue {
  width:175px;
  float:left;
  padding-left: 10px;
   margin-right: 30px;
}

.r_content {
  width:400px;
  float:left;
 
  line-height: 20px;
  color: #000000;
  //text-align: justify;
}

.r_content img{
  border: 1px solid white; 
  box-shadow: 4px 4px 4px #888;
}

.img_float_left {
  float: left;
  margin-right: 15px;
  margin-top:5px;
  margin-bottom:5px;
}
.img_float_right {
  float: right;
  margin-left: 15px;
   margin-top:5px;
  margin-bottom:5px;
}

.r_content h1 {
	color: #000000;
	font-size : 16px;
	font-weight : bold;	
}

.r_content h2 {
	color: #000000;
	font-size : 16px;
	font-weight : bold;
}


.r_menue ul{
  line-height: 20px;
  padding:0px;
  
}

.r_menue ul ul{
  margin-left: 20px;
}

.r_h_aktiv  {
   font-weight: bold;
}

.r_h2_aktiv {
   font-weight: bold;
}

.r_menue a {
	text-decoration: none;
	color: #666;
}
.r_menue a:hover {
	text-decoration: none;
	color: #000;
}

/* ----------------------------------------------------------- */
/* Sitemap */
/* background-color: #Ff0000; */

.div_sitemap {
 
}

.div_sitemap ul {
  
   padding-bottom:15px;
   font-weight:bold;
}

.div_sitemap li {
   padding-bottom:5px;
}

.div_sitemap ul ul{
   margin-top: 1px;
   font-weight:normal;
}


.div_sitemap a {
	text-decoration: none;
	color: #666;
}

.div_sitemap a:hover {
	text-decoration: none;
	color: #000;
}


/* ----------------------------------------------------------- */
/* Kontakt */

.kontakt_firma {
   padding-top:20px;
}


.kontakt_firma {
   padding-top:20px;
}

@media (max-width: 960px) {

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
}

