#slideset-13 > .slide:nth-child(2) div,
#slideset-13 > .slide:nth-child(6) div,
#slideset-13 > .slide:nth-child(12) > div:nth-of-type(1),
#slideset-13 > .slide:nth-child(12) > div:nth-of-type(1) > div
{
   position: static;
}

/* small cover at top right */
#slideset-13 > .slide:nth-child(3) > div:nth-of-type(1),
#slideset-13 > .slide:nth-child(4) > div:nth-of-type(1),
#slideset-13 > .slide:nth-child(5) > div:nth-of-type(1),
#slideset-13 > .slide:nth-child(7) > div:nth-of-type(1),
#slideset-13 > .slide:nth-child(8) > div:nth-of-type(1)
{
   right: 5em;
   top: 19%;
   width: 11.75%;
}

/* 2 page spread */
#slideset-13 > .slide:nth-child(3) > div:nth-of-type(2),
#slideset-13 > .slide:nth-child(5) > div:nth-of-type(2),
#slideset-13 > .slide:nth-child(7) > div:nth-of-type(2)
{
   border: .0625em solid #000;
   width: 22.5%;
}

/************************************************************************/
/*                        slide 2                                       */
/************************************************************************/

#slideset-13 > .slide:nth-child(2) picture
{
   width: 82%;
}

#slideset-13 > .slide:nth-child(2) > div:nth-of-type(1)
{
   display: grid;
   gap: 5% 1%;
   grid-template-columns: repeat(3, 1fr);
   grid-template-rows: 3fr .75fr .75fr .75fr;
   margin-left: 14%;
   width: 78%;    /* any less and the text in the 9th cell wraps */
}

#slideset-13 > .slide:nth-child(2) > div:nth-of-type(1) > div:nth-of-type(-n+3)
{
   text-align: left;
}

#slideset-13 > .slide:nth-child(2) > div:nth-of-type(1) > div:nth-of-type(n+4):nth-of-type(-n+6)
{
   font-size: .75em;
}

#slideset-13 > .slide:nth-child(2) > div:nth-of-type(1) > div:nth-of-type(1)  { grid-column-start: 1; grid-column-end: 2; grid-row-start: 1; grid-row-end: 2; }
#slideset-13 > .slide:nth-child(2) > div:nth-of-type(1) > div:nth-of-type(2)  { grid-column-start: 2; grid-column-end: 3; grid-row-start: 1; grid-row-end: 2; }
#slideset-13 > .slide:nth-child(2) > div:nth-of-type(1) > div:nth-of-type(3)  { grid-column-start: 3; grid-column-end: 4; grid-row-start: 1; grid-row-end: 2; }

#slideset-13 > .slide:nth-child(2) > div:nth-of-type(1) > div:nth-of-type(4)  { grid-column-start: 1; grid-column-end: 2; grid-row-start: 2; grid-row-end: 3; }
#slideset-13 > .slide:nth-child(2) > div:nth-of-type(1) > div:nth-of-type(5)  { grid-column-start: 2; grid-column-end: 3; grid-row-start: 2; grid-row-end: 3; }
#slideset-13 > .slide:nth-child(2) > div:nth-of-type(1) > div:nth-of-type(6)  { grid-column-start: 3; grid-column-end: 4; grid-row-start: 2; grid-row-end: 3; }

#slideset-13 > .slide:nth-child(2) > div:nth-of-type(1) > div:nth-of-type(7)  { grid-column-start: 1; grid-column-end: 2; grid-row-start: 3; grid-row-end: 4; }
#slideset-13 > .slide:nth-child(2) > div:nth-of-type(1) > div:nth-of-type(8)  { grid-column-start: 2; grid-column-end: 3; grid-row-start: 3; grid-row-end: 4; }
#slideset-13 > .slide:nth-child(2) > div:nth-of-type(1) > div:nth-of-type(9)  { grid-column-start: 3; grid-column-end: 4; grid-row-start: 3; grid-row-end: 4; }

#slideset-13 > .slide:nth-child(2) > div:nth-of-type(1) > div:nth-of-type(10) { grid-column-start: 1; grid-column-end: 2; grid-row-start: 4; grid-row-end: 5; }
#slideset-13 > .slide:nth-child(2) > div:nth-of-type(1) > div:nth-of-type(11) { grid-column-start: 2; grid-column-end: 3; grid-row-start: 4; grid-row-end: 5; }
#slideset-13 > .slide:nth-child(2) > div:nth-of-type(1) > div:nth-of-type(12) { grid-column-start: 3; grid-column-end: 4; grid-row-start: 4; grid-row-end: 5; }

/************************************************************************/
/*                        slide 3                                       */
/************************************************************************/

#slideset-13 > .slide:nth-child(3) > p:nth-child(2)
{
   margin-right: 66%;
}

/* credits */
#slideset-13 > .slide:nth-child(3) > div:nth-of-type(n+5):nth-of-type(-n+6)
{
   text-align: right;
}

/* SVG text */
#slideset-13 > .slide:nth-child(3) > div:nth-of-type(3)
{
   font-family: arial, helvetica, sans-serif;
   letter-spacing: .02em;
   width: 47%;
}

/* 2 pages */
#slideset-13 > .slide:nth-child(3) > div:nth-of-type(2)  { left: 43.75%; top: 19%; }
/* SVG */
#slideset-13 > .slide:nth-child(3) > div:nth-of-type(3)  { left: 43.75%; top: 44%; }
/* credits block 1 - use 'right' rather than 'left' since text is right aligned */
#slideset-13 > .slide:nth-child(3) > div:nth-of-type(5)  { right: 57.5%; top: 69.5%; }
/* credits block 2 - use 'right' rather than 'left' since text is right aligned  */
#slideset-13 > .slide:nth-child(3) > div:nth-of-type(6)  { right: 57.5%; top: 78.5%; }
/* SVG text */
#slideset-13 > .slide:nth-child(3) > div:nth-of-type(3) > div:nth-of-type(1) { left: 1.5%;  top: 42%; }
#slideset-13 > .slide:nth-child(3) > div:nth-of-type(3) > div:nth-of-type(2) { left: 27%;   top: 42%; }
#slideset-13 > .slide:nth-child(3) > div:nth-of-type(3) > div:nth-of-type(3) { left: 51%;   top: 42%; }
#slideset-13 > .slide:nth-child(3) > div:nth-of-type(3) > div:nth-of-type(4) { left:  1.5%; top: 91%; }
#slideset-13 > .slide:nth-child(3) > div:nth-of-type(3) > div:nth-of-type(5) { left: 27%;   top: 91%; }
#slideset-13 > .slide:nth-child(3) > div:nth-of-type(3) > div:nth-of-type(6) { left: 51%;   top: 91%; }
#slideset-13 > .slide:nth-child(3) > div:nth-of-type(3) > div:nth-of-type(7) { left: 76%;   top: 91%; }

/************************************************************************/
/*                        slide 4                                       */
/************************************************************************/

#slideset-13 > .slide:nth-child(4) > p:nth-child(2)
{
   margin-right: 65%;
}

#slideset-13 > .slide:nth-child(4) > div:nth-of-type(-n+3)
{
   border: .0625em solid #000;
}

/* page */
#slideset-13 > .slide:nth-child(4) > div:nth-of-type(2)
{
   width: 34.5%;
}

/* SVG */
#slideset-13 > .slide:nth-child(4) > div:nth-of-type(3)
{
   padding: 1%;
   width: 18.75%;
}

/* "there's" */
#slideset-13 > .slide:nth-child(4) > div:nth-of-type(4)
{
   font-size: .75em;
}

/* page */
#slideset-13 > .slide:nth-child(4) > div:nth-of-type(2)  { left: 42%;   top: 19%; }
/* SVG */
#slideset-13 > .slide:nth-child(4) > div:nth-of-type(3)  { left: 19.5%; top: 52.1%; }
/* "there's" */
#slideset-13 > .slide:nth-child(4) > div:nth-of-type(4)  { left: 8%;  top: 88%; }
/* credits block */
#slideset-13 > .slide:nth-child(4) > div:nth-of-type(6)  { left: 78%;   top: 82%; }

/************************************************************************/
/*                        slide 5                                       */
/************************************************************************/

#slideset-13 > .slide:nth-child(5) > p:nth-child(2)
{
   margin-right: 65%;
}

/* credits */
#slideset-13 > .slide:nth-child(5) > div:nth-of-type(n+5):nth-of-type(-n+6)
{
   text-align: right;
}

/* SVG text */
#slideset-13 > .slide:nth-child(5) > div:nth-of-type(3)
{
   font-family: arial, helvetica, sans-serif;
   letter-spacing: .02em;
}

#slideset-13 > .slide:nth-child(5) > div:nth-of-type(3) > div:not(:last-child)
{
   font-size: .7em;
   font-weight: bold;
   text-transform: uppercase;
}

#slideset-13 > .slide:nth-child(5) > div:nth-of-type(3) > div:last-child
{
   font-size: .9em;
   font-weight: normal;
   text-transform: none;
   width: 43%;
}

/* SVG */
#slideset-13 > .slide:nth-child(5) > div:nth-of-type(3)
{
   width: 37%;
}

/* 2 pages */
#slideset-13 > .slide:nth-child(5) > div:nth-of-type(2)  { left: 41.5%; top: 19%; }
/* SVG */
#slideset-13 > .slide:nth-child(5) > div:nth-of-type(3)  { left: 41%;   top: 44%; }
/* credits block 1 - use 'right' rather than 'left' since text is right aligned */
#slideset-13 > .slide:nth-child(5) > div:nth-of-type(5)  { right: 60%;  top: 71.25%; }
/* credits block 2 - use 'right' rather than 'left' since text is right aligned */
#slideset-13 > .slide:nth-child(5) > div:nth-of-type(6)  { right: 60%;  top: 80.25%; }
/* SVG text */
#slideset-13 > .slide:nth-child(5) > div:nth-of-type(3) > div:nth-of-type(1) { left:    3%; top: .75%; }
#slideset-13 > .slide:nth-child(5) > div:nth-of-type(3) > div:nth-of-type(2) { left:   27%; top: .75%; }
#slideset-13 > .slide:nth-child(5) > div:nth-of-type(3) > div:nth-of-type(3) { left:    3%;  top: 51%; }
#slideset-13 > .slide:nth-child(5) > div:nth-of-type(3) > div:nth-of-type(4) { left: 30.5%;  top: 51%; }
#slideset-13 > .slide:nth-child(5) > div:nth-of-type(3) > div:nth-of-type(5) { left:   59%;  top: 51%; }
#slideset-13 > .slide:nth-child(5) > div:nth-of-type(3) > div:nth-of-type(6) { left:   80%;  top: 51%; }
/* Danish text */
#slideset-13 > .slide:nth-child(5) > div:nth-of-type(3) > div:nth-of-type(7) { left:  103%;  top: 85%; }

/************************************************************************/
/*                        slide 6                                       */
/************************************************************************/

#slideset-13 > .slide:nth-child(6) > p
{
text-align: center;
  margin-top: -1em;
  font-size: 1em;
}

#slideset-13 > .slide:nth-child(6) > div
{
   columns: 2 auto;
/* safari doesn't support percentage values */
column-gap: 1.7em;
}

#slideset-13 > .slide:nth-child(6) > div > p:nth-of-type(n+3):nth-of-type(-n+4)
{
   background-color: #ffe8ea;
   margin: -.5em -1em .5em;
   padding: .5em 1em .69em;
}

#slideset-13 > .slide:nth-child(6) > div > p
{
   font-size: .9em;
}

/************************************************************************/
/*                        slide 7                                       */
/************************************************************************/

#slideset-13 > .slide:nth-child(7) > p
{
   margin-right: 62.5%;
}

/* SVG text */
#slideset-13 > .slide:nth-child(7) > div:nth-of-type(n+7):nth-of-type(-n+12)
{
   font-size: .5em;
}

#slideset-13 > .slide:nth-child(7) > div:nth-of-type(n+5):nth-of-type(-n+6)
{
   text-align: right;
}

/* SVG */
#slideset-13 > .slide:nth-child(7) > div:nth-of-type(3)
{
   width: 38%;
}

/* Dutch text */
#slideset-13 > .slide:nth-child(7) > div:nth-of-type(13)
{
   font-size: .75em;
   line-height: 1.4;
}

/* 2 pages */
#slideset-13 > .slide:nth-child(7) > div:nth-of-type(2)  { left: 43.75%; top: 18.75%; }
/* SVG */
#slideset-13 > .slide:nth-child(7) > div:nth-of-type(3)  { left: 43.75%; top: 45%; }
/* credits block 1 - use 'right' rather than 'left' since text is right aligned */
#slideset-13 > .slide:nth-child(7) > div:nth-of-type(5)  { right: 60%;   top: 73%; }
/* credits block 2 - use 'right' rather than 'left' since text is right aligned */
#slideset-13 > .slide:nth-child(7) > div:nth-of-type(6)  { right: 60%;   top: 83%; }
/* SVG text [2 / 4] */
#slideset-13 > .slide:nth-child(7) > div:nth-of-type(7)  { left: 47.75%; top: 60%; }
#slideset-13 > .slide:nth-child(7) > div:nth-of-type(8)  { left: 57.5%;  top: 60%; }
#slideset-13 > .slide:nth-child(7) > div:nth-of-type(9)  { left: 45.75%; top: 81%; }
#slideset-13 > .slide:nth-child(7) > div:nth-of-type(10) { left: 52.5%;  top: 81%; }
#slideset-13 > .slide:nth-child(7) > div:nth-of-type(11) { left: 60.5%;  top: 81%; }
#slideset-13 > .slide:nth-child(7) > div:nth-of-type(12) { left: 73%;    top: 81%; }
/* Dutch text */
#slideset-13 > .slide:nth-child(7) > div:nth-of-type(13) { left: 74.5%;  top: 86%; }

/************************************************************************/
/*                        slide 8                                       */
/************************************************************************/

#slideset-13 > .slide:nth-child(8) > p
{
   margin-right: 61%;
}

/* SVG */
#slideset-13 > .slide:nth-child(8) > div:nth-of-type(2)
{
   width: 41.5%;
}

/* top text addendum */
#slideset-13 > .slide:nth-child(8) > div:nth-of-type(3) > span
{
   font-size: .75em;
}

/* illustration */
#slideset-13 > .slide:nth-child(8) > div:nth-of-type(1) > picture
{
   border: .0625em solid #000;
}

/* SVG text */
#slideset-13 > .slide:nth-child(8) > div:nth-of-type(n+4):nth-of-type(-n+11)
{
   font-size: .5em;
}

/* Dutch text */
#slideset-13 > .slide:nth-child(8) > div:nth-of-type(12)
{
   font-size: .75em;
   line-height: 1.3;
}

/* SVG */
#slideset-13 > .slide:nth-child(8) > div:nth-of-type(2)  { left: 46%;    top:   20%; }
/* SVG text [2 / 4 / 2] */
#slideset-13 > .slide:nth-child(8) > div:nth-of-type(4)  { left: 50.5%;  top: 34.5%; }
#slideset-13 > .slide:nth-child(8) > div:nth-of-type(5)  { left: 62.25%; top: 34.5%; }
#slideset-13 > .slide:nth-child(8) > div:nth-of-type(6)  { left: 48.5%;  top:   60%; }
#slideset-13 > .slide:nth-child(8) > div:nth-of-type(7)  { left: 57.5%;  top:   60%; }
#slideset-13 > .slide:nth-child(8) > div:nth-of-type(8)  { left: 65%;    top:   60%; }
#slideset-13 > .slide:nth-child(8) > div:nth-of-type(9)  { left: 75%;    top:   60%; }
#slideset-13 > .slide:nth-child(8) > div:nth-of-type(10) { left: 47.5%;  top:  78.5% }
#slideset-13 > .slide:nth-child(8) > div:nth-of-type(11) { left: 56.5%;  top:  78.5% }
/* Dutch text */
#slideset-13 > .slide:nth-child(8) > div:nth-of-type(12) { left: 80%;    top: 76%;}

/************************************************************************/
/*                        slide 9                                       */
/************************************************************************/

#slideset-13 > .slide:nth-child(9) > p:nth-child(n+2)
{
   margin-right: 66%;
}

/* separator lines */
#slideset-13 > .slide:nth-child(9) > div:nth-of-type(1) > div:nth-of-type(1),
#slideset-13 > .slide:nth-child(9) > div:nth-of-type(1) > div:nth-of-type(2)
{
   left: 0;
   top: 0;
/* parent needs width/height since children's
 * width/height is a percentage of parent's w/h
 */
   width: 100%;
   height: 100%;
}

#slideset-13 > .slide:nth-child(9) > div:nth-of-type(1) > div:nth-of-type(1)::after,
#slideset-13 > .slide:nth-child(9) > div:nth-of-type(1) > div:nth-of-type(2)::after,
#slideset-13 > .slide:nth-child(9) > div:nth-of-type(1) > div:nth-of-type(1)::before,
#slideset-13 > .slide:nth-child(9) > div:nth-of-type(1) > div:nth-of-type(2)::before
{
   border-top: .0625em solid #000;
   content: "";
   position: absolute;
}

/* SVG text */
#slideset-13 > .slide:nth-child(9) > div:nth-of-type(1) > div:nth-of-type(3)
{
   font-size: 3.25em;
}

/* SVG */
#slideset-13 > .slide:nth-child(9) > div:nth-of-type(1) { left: 42.25%; top: 15.75%; width: 49.75%; }
/* separator lines */
#slideset-13 > .slide:nth-child(9) > div:nth-of-type(1) > div:nth-of-type(1)::before { left: 32%; top: 45%; width: 11%; }
#slideset-13 > .slide:nth-child(9) > div:nth-of-type(1) > div:nth-of-type(1)::after  { left: 60%; top: 51%; width: 11%; }
#slideset-13 > .slide:nth-child(9) > div:nth-of-type(1) > div:nth-of-type(2)::before { left: 45%; top: 29%; transform: rotate(90deg); width: 14%; }
#slideset-13 > .slide:nth-child(9) > div:nth-of-type(1) > div:nth-of-type(2)::after  { left: 45%; top: 69%; transform: rotate(90deg); width: 14%; }
/* SVG text */
#slideset-13 > .slide:nth-child(9) > div:nth-of-type(1) > div:nth-of-type(3)         { left: 47%; top: 42%; }

/************************************************************************/
/*                        slide 10                                      */
/************************************************************************/

#slideset-13 > .slide:nth-child(10) > p:not(:first-of-type)
{
   margin-right: 67.5%;
}

/* separator lines */
#slideset-13 > .slide:nth-child(10) > div:nth-of-type(-n+4)::after
{
   border-top: .0625em solid #000;
   content: "";
   position: absolute;
   width: 54%;
}

/* centered text */
#slideset-13 > .slide:nth-child(10) > div:nth-of-type(6)
{
   font-size: 3em;
}

/* SVG text */
#slideset-13 > .slide:nth-child(10) > div:nth-of-type(n+7):nth-of-type(-n+14)
{
   font-size: .75em;
}

/* SVGs */
#slideset-13 > .slide:nth-child(10) > div:nth-of-type(1)  { left: 37.75%; top: 20.5%;  width: 24%; }
#slideset-13 > .slide:nth-child(10) > div:nth-of-type(2)  { left: 68%;    top: 20%;    width: 26.5%; }
#slideset-13 > .slide:nth-child(10) > div:nth-of-type(3)  { left: 37.25%; top: 58.75%; width: 25.75%; }
#slideset-13 > .slide:nth-child(10) > div:nth-of-type(4)  { left: 70%;    top: 56.25%; width: 22.75%; }
/* separator lines */
#slideset-13 > .slide:nth-child(10) > div:nth-of-type(1)::after { left:   6%; top:  132%; }
#slideset-13 > .slide:nth-child(10) > div:nth-of-type(2)::after { left:  28%; top:  138%; }
#slideset-13 > .slide:nth-child(10) > div:nth-of-type(3)::after { left:  86%; top:   58%; transform: rotate(90deg); }
#slideset-13 > .slide:nth-child(10) > div:nth-of-type(4)::after { left: -53%; top: -113%; transform: rotate(90deg); }
/* centered text */
#slideset-13 > .slide:nth-child(10) > div:nth-of-type(6)  { left: 55%;    top: 46%; }
/* SVG text - 4 'foei poes' pairs */
#slideset-13 > .slide:nth-child(10) > div:nth-of-type(7)  { left: 39.25%; top: 41%; }
#slideset-13 > .slide:nth-child(10) > div:nth-of-type(8)  { left: 53%;    top: 41%; }
#slideset-13 > .slide:nth-child(10) > div:nth-of-type(9)  { left: 77%;    top: 41%; }
#slideset-13 > .slide:nth-child(10) > div:nth-of-type(10) { left: 89%;    top: 41%; }
#slideset-13 > .slide:nth-child(10) > div:nth-of-type(11) { left: 46%;    top: 77%; }
#slideset-13 > .slide:nth-child(10) > div:nth-of-type(12) { left: 58%;    top: 77%; }
#slideset-13 > .slide:nth-child(10) > div:nth-of-type(13) { left: 71.5%;  top: 77%; }
#slideset-13 > .slide:nth-child(10) > div:nth-of-type(14) { left: 84%;    top: 77%; }

/************************************************************************/
/*                        slide 11                                      */
/************************************************************************/

#slideset-13 > .slide:nth-child(11) > p
{
   margin-right: 63%;
}

#slideset-13 > .slide:nth-child(11) > p > span.small-caps
{
   font-family: gillsans-regular;
   font-size: .75em;
   text-transform: uppercase;
}

/* illustrations */
#slideset-13 > .slide:nth-child(11) > div:nth-of-type(-n+2)
{
   width: 23%;
}

/* top text 'en' */
#slideset-13 > .slide:nth-child(11) > div:nth-of-type(3) span
{
   font-family: gillsans-light;
}

/* illustrations */
#slideset-13 > .slide:nth-child(11) > div:nth-of-type(1) { left: 44%; top: 20%; }
#slideset-13 > .slide:nth-child(11) > div:nth-of-type(2) { left: 70%; top: 20%; }

/************************************************************************/
/*                        slide 12                                      */
/************************************************************************/

#slideset-13 > .slide:nth-child(12) > div:nth-of-type(1)
{
   display: grid;
   gap: 2.75% 2%;
   grid-template-columns: repeat(2, 48%);
   grid-template-rows: repeat(2, 1fr);
   margin-left: 24%;
   margin-top: .5em;
}

/* illustrations */
#slideset-13 > .slide:nth-child(12) picture
{
   width: 100%;
}

#slideset-13 > .slide:nth-child(12) > div:nth-of-type(1) > div:nth-of-type(1)  { grid-column-start: 1; grid-column-end: 2; grid-row-start: 1; grid-row-end: 2; }
#slideset-13 > .slide:nth-child(12) > div:nth-of-type(1) > div:nth-of-type(2)  { grid-column-start: 2; grid-column-end: 3; grid-row-start: 1; grid-row-end: 2; }
#slideset-13 > .slide:nth-child(12) > div:nth-of-type(1) > div:nth-of-type(3)  { grid-column-start: 1; grid-column-end: 2; grid-row-start: 2; grid-row-end: 3; }
#slideset-13 > .slide:nth-child(12) > div:nth-of-type(1) > div:nth-of-type(4)  { grid-column-start: 2; grid-column-end: 3; grid-row-start: 2; grid-row-end: 3; }

/* texts */
#slideset-13 > .slide:nth-child(12) > div:nth-of-type(2) { left: 4%; top: 11%; }
#slideset-13 > .slide:nth-child(12) > div:nth-of-type(3) { left: 4%; top: 22%; }
#slideset-13 > .slide:nth-child(12) > div:nth-of-type(4) { left: 4%; top: 75%; }
