#slideset-9 > .slide:nth-child(2) > div:nth-of-type(-n+2)
{
   font-size: 2.5em;
   top: 48%;
}

#slideset-9 > .slide:nth-child(2) > div:nth-of-type(1)
{
   left: 19%;
}

#slideset-9 > .slide:nth-child(2) > div:nth-of-type(2)
{
   left: 41.5%;
}

#slideset-9 > .slide:nth-child(2) > div:nth-of-type(n+5):nth-of-type(-n+6)
{
   font-size: .7em;
   top: 80%;
}

#slideset-9 > .slide:nth-child(2) > div:nth-of-type(5)
{
   left: 10%;
}

#slideset-9 > .slide:nth-child(2) > div:nth-of-type(6)
{
   left: 30%;
}

#slideset-9 > .slide:nth-child(2) > p:nth-of-type(n+2)
{
/* needed variants as per <http://clagnut.com/blog/2395> */
   -webkit-hyphens: none;
   -ms-hyphens: none;
   hyphens: none;
}

#slideset-9 > .slide:nth-child(2) > p:nth-of-type(2)
{
   margin-right: 10%;
}

#slideset-9 > .slide:nth-child(2) > p:nth-of-type(n+3)
{
   margin-left: 47.5%;
}

#slideset-9 > .slide:nth-child(2) > p:nth-of-type(3)
{
   margin-right: 3em;
   margin-top: -1.6%;
}

#slideset-9 > .slide:nth-child(2) > p:nth-of-type(4)
{
   font-size: .7em;
   margin-top: 2.5em;
   margin-right: 8em;
}

#slideset-9 .symbol-chart-wrapper
{
   --width: 250%;
}

#slideset-9 .symbol-chart-wrapper *
{
   stroke: #000;
   stroke-width: 3;
}

/* hide all symbols */
#slideset-9 line,
#slideset-9 path,
#slideset-9 rect,
#slideset-9 circle,
#slideset-9 ellipse,
#slideset-9 polygon,
#slideset-9 polyline
{
   display: none;
}

/* 2 icons */
#slideset-9 > .slide:nth-child(2) > div:nth-last-of-type(1) .orientatie > .gebonden > .gestrekt > .achteren > *,
#slideset-9 > .slide:nth-child(2) > div:nth-last-of-type(2) .orientatie > .gebonden > .gestrekt > .voren > *
{
   display: block;
}

#slideset-9 > .slide:nth-child(2) > div:nth-last-of-type(1) { transform: translate(-46.25%, -12.5%); }
#slideset-9 > .slide:nth-child(2) > div:nth-last-of-type(2) { transform: translate(-44%,    -12.5%); }

/* 2 red accents implemented as DIVs for simplicity */
#slideset-9 > .slide:nth-child(2) > div:nth-of-type(n+3):nth-of-type(-n+4)
{
   border-top: .4em solid var(--red);
   width: 1.5em;
}

#slideset-9 > .slide:nth-child(2) > div:nth-of-type(3) { left: 13.9%; top: 74.1%; }
#slideset-9 > .slide:nth-child(2) > div:nth-of-type(4) { left: 36.4%; top: 68.1%; }
