    /* Space */
    .frame-space-before-extra-small { margin-top: 1em !important; }
    .frame-space-before-small { margin-top: 2em !important; }
    .frame-space-before-medium { margin-top: 3em !important; }
    .frame-space-before-large { margin-top: 4em !important; }
    .frame-space-before-extra-large { margin-top: 5em !important; }
    .frame-space-after-extra-small { margin-bottom: 1em !important; }
    .frame-space-after-small { margin-bottom: 2em !important; }
    .frame-space-after-medium { margin-bottom: 3em !important; }
    .frame-space-after-large { margin-bottom: 4em !important; }
    .frame-space-after-extra-large { margin-bottom: 5em !important; }


/*** ticket VR-520 starts here ***/
/*** remove .Page--id-327 from stylings */
/* special styling for freelance employees (always second accordion panel) */
.Page--id-327 .Accordion-panel:nth-child(2) {
	background-color: #e7e5ef;
  	padding-left: 2em;
  	padding-right: 2em;
}

.Page--id-327 .Accordion-panel:nth-child(2) .Accordion-panel-header {
  border-top: none !important;
}


.Page--id-327 .Accordion-panel:nth-child(2) .news-teaser-link a {
  border: 2px solid #3b2d78 !important;
  color: #3b2d78 !important;
}

.Page--id-327 .Accordion-panel:nth-child(2) .news-teaser-link a:hover {
  background-color: #3b2d78 !important;
  color: #fff !important;
}