/* content navigation: for navi.inc.php */

.content-navigation div {
	padding:0 0 0 0.5rem;
	line-height: 1.6rem;
	background-color:#fff;
	border-bottom:1px solid #ccc;
}
.content-navigation .s1 {

}
.content-navigation div.s2 {
	background-color:#efefef;
}
.content-navigation .s3 {
	/*text-indent:0.5rem;*/
	padding-left: 1rem;
	font-size:0.9rem;
}
.content-navigation .s4 {
	text-indent:1.5rem;
	font-size:0.8rem;
}
.content-navigation span.active  {
	color: #E17700; /*orange*/
	color: #fff;
	font-weight:bold;
}
.content-navigation div.active {
	background-color:#014B96; /*blue*/
}
.content-navigation a:hover {
	color: #E17700; /*orange*/
}
div.has-submenue {
	float:right;
	width:2rem;
	height:1.6rem;
	background: transparent url("/layout/plus-blue.png") no-repeat scroll center center / 12px 12px;
	border-bottom:0px;
}

/*.page a {
    font-size: 0.875rem;
    margin-left: 1rem;
}
.pageactive {
    margin-left: 1rem;
}
.pageactive a {
    font-size: 0.875rem;
    padding: 2px;
}
.text1 p, .text2 p {
	font-size: 1em;
}
.text1 .smartstrom{
	margin-left: 25px;
}*/

/* content formatting */

.column ul  {
    margin: 0px 0px 1rem;
    padding: 0px 0px 0px 1.0rem;
    line-height: 1.5;
    list-style: outside url(/layout/dot-icon.png) circle;
	/*font-size: 0.875em;*/
}
.column ol  {
    margin: 0px 0px 1rem;
    padding: 0px 0px 0px 1.0rem;
    line-height: 1.5;
}

/*div.texttop {
	overflow: hidden;
}

div.texttop h1 {
  font-size: 1.2em;
  margin: 0 0 0.45em 0;
}

div.texttop img {
	float:right;
	margin: 0 0 0 0.5rem;
	max-width:50%;
	height:auto;
}
.weitertop {
	margin-right:1rem;
}*/

img[align^="left"]{  
	float: left; 
	margin: 0.5rem 0.5rem 0 0;
}  
img[align^="right"]{  
	float: right; 
	margin: 0 0 0.5rem 0.5rem;
}

/* Images im Textfluss rechts ... alte inhalte */
.textimage {
	/*float: right;
	margin-left: 1rem;*/
}
.textimageleft {
	float: left;
	margin-right: 1rem;
}
img {	
	max-width: 100%;
	height: auto;
	}

.tooltip {
	display:none;
	background-color:#FFF;
	font-size:11px;
	padding:12px;
	color:#333;	
	z-index:1000;
}
.infotipp {
	width:20px;
	height: 20px;
	display: block;
	float:left;
	cursor: pointer;
}

.printversion {
	background: transparent url(/layout/printer.png) no-repeat left 0px;
	background-size: 30px 20px;
	border-style: none;
	outline:none;
	color: #666666;
	padding-left:2rem;
	text-decoration: none;
}
.printversion:hover {
	text-decoration: underline;
	color: #E17700;
}


/* accordions */

/* rz 17.11.15 nur meldungen auf homepage*/
.meldungen-home .accordion .presse {
	border: 0px solid red;
}

.accordion .presse {
	width:100%;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	overflow:hidden;
}
.presse-th.p70 {
	cursor:pointer;
	padding-left:2.5rem;
	background:url(/layout/plus-blue.png) no-repeat 10px center;
}
.presse-th.p70.current{
	cursor:default;
	padding-left:0.5rem;
	background: none
}

#accordion_with_minus.presse-th.p70.current {
	cursor:pointer;
	padding-left:2.5rem !important;
	background:url(/layout/minus-icon.png) no-repeat 10px center;
}

/*#accordion_with_minus{
	
}*/

.presse-thead, .presse-tbody {
	display:block;
	width:100%;
	overflow:hidden;
}
.presse-thead {
	background-color:#eee;
}
.presse-tbody {
	display:none;
}
.presse-th, .presse-tb {
	float:left;
	padding:0.5rem;
}
.presse-th p {
	margin:0;
	
}
.presse div.img img {
	border:1px solid #ccc;
}
.presse .p30 {
	width:100%;
	min-width:110px;
}
.presse .p50 {
	width:50%;
}
.presse .p70 {
	width:100%;
}
.presse .p90 {
	width:100%;
}

@media only screen and (min-width: 480px) {

	.presse .p30 {
		width:30%;
		text-align:right;
	}
	.presse div.img {
		float:right;
	}
	.presse .p50 {
		width:50%;
	}
	.presse .p70 {
		width:70%;
	}
	.presse .p90 {
		width:90%;
	}
	div.texttop img {
		max-width:100%;
	}
	div.texttop h1 {
	  font-size: 1.6em;
	}
	
}

.produkt-text .button {
	position:relative;
	display: inline-block;
    padding: 0.5rem 0.5rem 0.5rem 1.25rem;
    background: #026BAF url(/layout/arrow-right-white.png) no-repeat 0.5rem center;
    background-size: auto auto;
    background-size: 6px 10px;
    color: white;
    font-size: 0.875em;
    line-height: 1;
    border: 0px solid #aaa;
    border-radius: 3px;
}
	
.homestoerer {
	position: absolute;
	top: 100%;
	left:95%;
	border:0px solid red;
	cursor:pointer;
	width: 300px;
	height:300px;
}
@media only screen and (max-width: 768px) {
	.homestoerer {
		top: 90%;
		left:70%;
		width: 200px;
		height:200px;
	}
}

