﻿
#accordion .panel{
    border: none;
    border-top: 1px solid #e8e8e8;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
}
#accordion .panel:last-child{
    border-bottom: 1px solid #e8e8e8;
}
#accordion .panel-heading{
    padding: 0;
}
#accordion .panel-title a{
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    color: #635858;
    background: #fff;
    padding: 15px 20px 15px 47px;
    position: relative;
    transition: all 0.5s ease 0s;
}
#accordion .panel-title a:before{
    content: "\f068";
    font-family: 'FontAwesome';
    display: block;
    width: 30px;
    height: 30px;
    line-height: 32px;
    border-radius: 50%;
    background: #81c2ff;
    font-size: 14px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 25%;
    left: 0;
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed:before{
    content: "\f067";
}
#accordion .panel-body{
    font-size: 15px;
    color: #635858;
    line-height: 25px;
    border: none;
    padding: 14px 20px 14px 47p
    }




























.faq     { 
    background: #99CCFF url('Bilder/linkhinten.gif') repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#222222;
	padding:7px 10px;
	border-bottom:0px dotted dimgray;
	margin-top:5px; 
	font-size: 10pt; 
	line-height: 130%; 
	margin-bottom:0px;   
	text-decoration:underline;
	text-align:left;
	cursor: hand;
	cursor: pointer;


 }
.faq  a   { 
	text-decoration:underline;
	 }	
.faq  a:visited   { 
	text-decoration:underline;
	border-bottom:1px solid white;
	color:black; 
	 }	








.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size: 11px;
	font-weight: normal;
}
 
.element {

}
 
.element p {
	margin: 0;
	margin-top:5px;
	padding: 4px;
}
 
.float-right {
	padding:10px 20px;
	float:right;
}
 
.blockquote {
	text-style:italic;
	padding:5px 0 5px 30px;
}

.nichts {
	border-bottom:0px solid white
 
}


.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #B7D1FC;
	padding: 8px 8px 4px;
	background:  url(../images/overlay.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../images/overlay.png) bottom right;
}
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}