p.solr{
    border: 0px dashed #FFF;
    width: 20%;
    float: right;
    margin-top: 1px;
    margin-right: 20px;
}



/*FAQ-Listen */

.thema{
   text-decoration: underline;
   font-size: 1.3em;	
   padding:  2px 2px 2px 2px ;	
   color: #a81815;	

}

.frage {
    text-decoration: none;
    color:a81815;
    background:#fee5c8;
    padding:  2px 2px 2px 2px ;
    cursor:pointer;
    font-size: 1em;
    border:solid 1px #BECDD8;
    border-radius:10px;
    color:#002142;
	margin: 5px 0px 5px 5px;
 
}


.frage.current {font-weight:bold}

.frage:before {
    border-top: 5px solid #002142;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    float: right;
    height: 0;
    margin-right: 4px;
    margin-top: 1px;
    vertical-align: top;
    width: 0;
}

.frage.current:before
{
    border-bottom: 5px solid #002142;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-top: 0px solid #002142;
    content: "";
    display: inline-block;
    float: right;
    height: 0;
    margin-right: 4px;
    margin-top: 1px;
    vertical-align: top;
    width: 0;
}

.content {
    padding-left: 20px;
}

.antwort {
    padding: 20px 10px;
    background: #fff;
    margin-top: -5px;
    border: solid 1px #fee5c8;
    border-top: 0;
    border-bottom: 0;
    color: #444;

}




#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  
  border: none;
  outline: none;
  background-color: #a81815;
  color: #fff;
  cursor: pointer;
  padding: 10px;
	padding-bottom:5px;
  border-radius: 0px;
}


button#myBtn::before {
    content: "\f01b" !important;
    font-family: FontAwesome;
    font-size: 2rem;
}


#myBtn:any-link{
	background-color: #a81815;
	color: #fff;
outline: none;}


@media all and (min-width:768px){
#myBtn:hover {
  background-color: #fff;
	color:#a81815;
	outline: 1px solid #a81815;
}
}
