.socialcompatibility-quote-wrapper .accordeon-title{ padding-left: 0px !important; background-color: white !important; border-radius: 0 !important; }
    .socialcompatibility-quote-wrapper .accordeon-title::after {content: '' !important;}
  	h4.persona-subtitle {
    color: #A5A5A5;
    position: relative;
	}
	h4.persona-subtitle span {
    background-color: white;
    padding-right: 10px;
	}
	h4.persona-subtitle:after {
    content:"";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0.5em;
    border-top: 2px solid #E8E8E8;
    z-index: -1;
	}
   .checkbox-off::before {
      content: url(/fileadmin/user_upload/personas/icons/checkbox-off-32px.png);
		top: 10px;
		position: relative;
		margin-right: 25px;
   }
   .checkbox-on::before {
      content: url(/fileadmin/user_upload/personas/icons/checkbox-on-32px.png);
		top: 10px;
		position: relative;
		margin-right: 25px;     
   }
	ul.pdf-file {
    	list-style:none;
        padding-left: 0;
	}
	ul.pdf-file li {
    	background:url(/fileadmin/user_upload/personas/icons/pdf-icon.png) no-repeat 0 0;
    	padding-left:1px;
	}
    ul.pdf-file li a {
    	padding-left: 35px;
    }
    .label-with-info:after {
      	content: url(/fileadmin/user_upload/personas/icons/icon-mouseover.png);
      	top: 7px;
		position: relative;
		left: 7px;
    }