* {
  border: 0;
  margin: 0;
  padding: 0;
  box-sizing: content-box;
}

html {
  font-size: 16px;
  font-family: 'Work Sans', sans-serif;
  line-height: 1.4em;
}

/* centered logo */
header img {
  display: block;
  width: 80px;
  margin: 0.2rem auto;
}

section {
  background-position: center top;
  background-size: cover;
}

footer {
  margin-top: 6rem; 
  padding: 2rem 0 4rem 0; 
  font-size: 0.8em;
}

.container {
  margin: 0 auto;
  max-width: 50rem;
  padding-bottom: 0.1rem;
  padding-top: 0.1rem;
  width: 90%;
}

.container.two-column,
.container.three-column {
  display: grid;
  grid-column-gap: 1rem;
  grid-template-columns: 1fr;
  grid-row-gap: 1rem;
}

.bg-color .container {
  padding-bottom: 1rem;
  padding-top: 2rem;
}

.home-header {
  background-position: center center;
  background-size: cover;
  display: none;
}


/* intro text with background image */
.home-intro {
  background-position: center top;
  background-repeat: repeat-x;
  background-size: 2400px 2400px;
  overflow: hidden;
  position: relative;
}

.home-intro .container {
  height: 100vw;
}

.glimmer {
  background-position: center top;
  background-repeat: repeat-x;
  background-size: 2400px 2400px;
  position: absolute;
  transition: background-position 1s;
  transition-timing-function: ease-in-out;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vw;
}

#glimmer1 {
  background-image: url('img/homepage-visual-glimmer-1.svg');
}

#glimmer2 {
  background-image: url('img/homepage-visual-glimmer-2.svg');
  background-size: 1200px 1200px;
}

.home-intro-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  transition: top 1s, left 1s;
  transition-timing-function: ease-in-out;
  left: -200vw;
  top: -200vw;
  width: 100vw;
  height: 100vw;
}

.home-intro-item.current {
  left: 0;
  top: 0;
}

.home-intro-item.next {
  left: -200vw;
  top: 115.7vw;
}

.home-intro-item.previous {
  left: 200vw;
  top: -115.7vw;
}

.home-intro-item-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 90vw;
}

.home-intro-item-content h1 {
  text-align: center;
  margin: 0 auto;
}

.home-intro-item-content p {
}

.home-intro-item-content span {
  margin-bottom: 0.5rem; 
}

.home-intro-item-content img {
  display: block;
  margin: 0 auto;
  width: 150px;
}


/* homepage block with optional background image */
.ankeiler {
  min-height: 300px;
}



/* T Y P O G R A P H Y */
h1, h2, h3 {
  font-weight: 800;
  line-height: 1.1em;
  padding-bottom: 0.5em;
}

h1 {
  font-size: 2.2rem;
}

h2 {
  font-size: 2rem;
  padding-bottom: 0.12em;
}

h3 {
  font-size: 1.4rem;
}

ol, p, ul {
  margin-bottom: 1.2rem;
  /*width: 90%;*/
  max-width: 34rem;
}

ul {
	list-style-type: none;	
}

footer ul {
  margin-top: 10px; 
}

footer li {
  line-height: 1.2em;
}

blockquote {
  margin-left: 2rem;
  font-size: 130%;
  line-height: 130%;
}

blockquote::before {
  display: inline-block;
  content: open-quote;
}

blockquote::after {
  content: close-quote;
}

em {
  font-weight: bold;
  font-style: normal;
}

.content ol,
.content p,
.content ul {
  padding-bottom: 1rem;
  padding-top: 0.2rem;
  text-align: left;
}

.breadcrumb li {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10px' height='20px' x='0px' y='0px' viewBox='0 0 10 20' style='enable-background:new 0 0 10 20;' xml:space='preserve'%3E %3Cpolyline fill='none' stroke='%23451024' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' points='5,14.5 9,11 5,7.5'%3E%3C/polyline%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  display: inline-block;
  padding-right: 1rem;
}

.breadcrumb a {
  display: inline-block;
  padding: 1rem 0.1rem;
}

.children {
  padding-bottom: 1.2rem;
}

.children > div > span {
  background-color: #EEE;
  padding: 0.7rem;
  transition: background-color 0.8s;
}

.children > div > span:hover {
  background-color: #2096BD;
}

.children > div > span:hover .child-link {
  color: #FFF;
}

.children a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 15rem;
  text-decoration: none;
  color: #451024;
}

.children a span {
  flex: 0 1 auto;
}

.children a span:last-child {
  margin-top: auto;
}

.children .child-link {
  color: #2096BD;
  transition: color 1s;
}

.children .child-header {
  font-weight: 800;
  line-height: 1.1em;
  font-size: 1.8rem;
}


/* P A L E T T E */
/*
 * dark    medium  light
 *
 * 272727  777     DDD     grey
 * 3B1600  F27E30  FFD1B2  orange
 * 3B0400  E1392D  FFC8C4  red
 * 451024  BD2B62  FFBCD5  purple
 * 002836  2096BD  A3E6FC  blue
 * 00360D  22B547  9FFFB7  green
 *
 */

body {
  color: #451024;
  background-color: #FFF;
}

h1 {
  color: #F27E30;
}

h2, h3, h4 {
  color: #E1392D;
}

.ankeiler h2 {
  color: #F27E30;
} 


p {
  color: #451024;
}

a[href^=tel\:]{
  color: #451024;
}

a {
  color: #2096BD;
}

footer {
  color: #BD2B62;
}

footer a {
  color: #BD2B62;
}

.dark {
  background-color: #272727;
  color: #FFF;
}

.dark h1, 
.dark h2, 
.dark h3, 
.dark h4 {
  color: #2096BD;
}

.dark p,
.dark ul,
.dark ol {
  color: #FFF;
}

.dark a {
  color: #2096BD;
}

.dark a:hover {
  color: #C0C0C0;
}

.dark a:active {
  color: #FFF;
}

.dark .breadcrumb li {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10px' height='20px' x='0px' y='0px' viewBox='0 0 10 20' style='enable-background:new 0 0 10 20;' xml:space='preserve'%3E %3Cpolyline fill='none' stroke='%23F27E30' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' points='5,14.5 9,11 5,7.5'%3E%3C/polyline%3E %3C/svg%3E");
}


.offwhite {
  background-color: #f0f0f0;
}



.orange {
  background-color: #F27E30;
  color: #3B1600;
}

.orange h1 {
  color: #FFF;
} 

.orange h2, 
.orange h3, 
.orange h4 {
  color: #BD2B62;
}

.orange.ankeiler h2 {
  color: #FFF;
} 

.orange p,
.orange ul,
.orange ol {
  color: #fdece0;
}

.orange a {
  color: #FFF;
}

.orange a:hover {
  color: #fdece0;
}

.orange a:active {
  color: #fed9a7;
}

.orange .breadcrumb li {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10px' height='20px' x='0px' y='0px' viewBox='0 0 10 20' style='enable-background:new 0 0 10 20;' xml:space='preserve'%3E %3Cpolyline fill='none' stroke='%23fdece0' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' points='5,14.5 9,11 5,7.5'%3E%3C/polyline%3E %3C/svg%3E");
}


.red {
  background-color: #E1392D;
  color: #FFF;
}

.red h1 {
  color: #FFF;
}

.red h2, 
.red h3, 
.red h4 {
  color: #FEE0BD;
  color: #53F88E; /* bright green */
  color: #16D7F7; /* bright blue */
  color: #FDAC54; /* bright orange */
}

.red.ankeiler h2 {
  color: #FFF;
} 

.red p,
.red ul,
.red ol {
  color: #fbe1e0;
}

.red a {
  color: #FFF;
}

.red a:hover {
  color: #FFC8C4;
}

.red a:active {
  color: #FFF;
}

.red .breadcrumb li {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10px' height='20px' x='0px' y='0px' viewBox='0 0 10 20' style='enable-background:new 0 0 10 20;' xml:space='preserve'%3E %3Cpolyline fill='none' stroke='%23fbe1e0' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' points='5,14.5 9,11 5,7.5'%3E%3C/polyline%3E %3C/svg%3E");
}


.purple {
  background-color: #BD2B62;
  color: #FFBCD5;
}

.purple h1 {
  color: #FFF;
}

.purple h2, 
.purple h3, 
.purple h4 {
  color: #16D7F7;
}

.purple p ,
.purple ul,
.purple ol {
  color: #f5dfe8;
}

.purple a {
  color: #FFF;
}

.purple a:hover {
  color: #FFBCD5;
}

.purple a:active {
  color: #FFF;
}

.purple .breadcrumb li {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10px' height='20px' x='0px' y='0px' viewBox='0 0 10 20' style='enable-background:new 0 0 10 20;' xml:space='preserve'%3E %3Cpolyline fill='none' stroke='%23f5dfe8' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' points='5,14.5 9,11 5,7.5'%3E%3C/polyline%3E %3C/svg%3E");
}


.blue {
  background-color: #2096BD;
  color: #A3E6FC;
}

.blue h1 {
  color: #FFF;
} 

.blue h2, 
.blue h3, 
.blue h4 {
  color: #53f88e;
}

.blue.ankeiler h2 {
  color: #FFF;
} 

.blue p,
.blue ul,
.blue ol {
  color: #deeff5;
}

.blue a {
  color: #FFF;
}

.blue a:hover {
  color: #C0C0C0;
}

.blue a:active {
  color: #FFF;
}

.blue .breadcrumb li {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10px' height='20px' x='0px' y='0px' viewBox='0 0 10 20' style='enable-background:new 0 0 10 20;' xml:space='preserve'%3E %3Cpolyline fill='none' stroke='%23deeff5' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' points='5,14.5 9,11 5,7.5'%3E%3C/polyline%3E %3C/svg%3E");
}


.green {
  background-color: #22B547;
  color: #9FFFB7;
}

.green h1 {
  color: #FFF;
} 

.green h2, 
.green h3, 
.green h4 {
  color: #16D7F7; /* bright blue */
  color: #E1392D; /* red */
  color: #ba3627; /* red corrected */
  color: #00360D; /* dark green */
}

.green.ankeiler h2 {
  color: #FFF;
} 

.green p,
.green ul,
.green ol {
  color: #def4e4;
}

.green a {
  color: #FFF;
}

.green a:hover {
  color: #C0C0C0;
}

.green a:active {
  color: #FFF;
}

.green .breadcrumb li {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10px' height='20px' x='0px' y='0px' viewBox='0 0 10 20' style='enable-background:new 0 0 10 20;' xml:space='preserve'%3E %3Cpolyline fill='none' stroke='%23def4e4' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' points='5,14.5 9,11 5,7.5'%3E%3C/polyline%3E %3C/svg%3E");
}


.home-header {
  background-color: #BD2B62;
  background-image: url(img/sparki_achtergrond_paars.jpg);
}

.home-header h1 {
  color: #16D7F7;
}

.home-header h1:first-child {
  color: #FFF;
}

.home-intro h1,
.home-intro p {
  color: #FFF;
}

.home-intro a {
  color: #FFBCD5;
}

.home-intro {
  background-color: #ac1a66;
  background-image: url('img/homepage-visual-background.svg');
}


@media only screen and (min-width: 360px) {
  .home-intro .container {
    height: 80vw;
  }
  .glimmer {
    height: 80vw;
  }
  .home-intro-item {
    height: 80vw;
  }
  .home-intro-item-content {
    height: 80vw;
  }
}

@media only screen and (min-width: 480px) {
  html {
    font-size: 16px;
  }
  header img {
    width: 90px;
    margin: 0.4rem auto;
  }
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  .home-intro .container,
  .glimmer,
  .home-intro-item,
  .home-intro-item-content {
    height: 60vw;
  }
  .home-intro-item-content h1 {
    font-size: 3.2rem;
  }
  .home-intro-item-content p {
    font-size: 1.2rem;
    line-height: 1.4em;
  }
}


@media only screen and (min-width: 600px) {
  html {
    font-size: 16.5px;
  }
  header img {
    width: 110px;
    margin: 0.4rem auto;
  }
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  .home-header h1 {
    text-align: center; /* better remove this when the header text is longer than ‘Betrokken zijn loont’ */
  }
  .home-intro .container,
  .glimmer,
  .home-intro-item,
  .home-intro-item-content {
    height: 40vw;
  }
  .home-intro-item-content {
    flex-direction: row;
  }
  .home-intro-item-content h1 {
    font-size: 3.8rem;
  }
  .home-intro-item-content p {
    font-size: 1.3rem;
    line-height: 1.4em;
  }
  .container.two-column,
  .container.three-column {
    grid-template-columns: 1fr 1fr;
  }
}



@media only screen and (min-width: 960px) {
  html {
    font-size: 17px;
  }
  header img {
    width: 130px;
    margin: 0.6rem auto;
  }
  .home-intro .container,
  .glimmer,
  .home-intro-item,
  .home-intro-item-content {
    height: 30vw;
  }
  .home-intro-item-content img {
    width: 300px;
  }
  .container.two-column {
    grid-template-columns: 1fr 1fr;
  }
  .container.three-column {
    grid-template-columns: 1fr 1fr 1fr;
  }

}

@media only screen and (min-width: 1200px) {
  html {
    font-size: 18px;
  }
  header img {
    width: 130px;
    margin: 0.6rem auto;
  }
  .home-intro .container,
  .glimmer,
  .home-intro-item,
  .home-intro-item-content {
    height: 25vw;
  }
  .home-intro-item-content h1 {
    font-size: 4.2rem;
  }
  .home-intro-item-content p {
    font-size: 1.4rem;
    line-height: 1.5em;
  }
  .home-intro-item-content img {
    width: 300px;
  }
  .container.two-column {
    grid-template-columns: 1fr 1fr;
  }
  .container.three-column {
    grid-template-columns: 1fr 1fr 1fr;
  }

}

@media only screen and (min-width: 1600px) {
  html {
    font-size: 19px;
  }
  header img {
    width: 150px;
    margin: 0.8rem auto;
  }
  .home-intro .container,
  .glimmer,
  .home-intro-item,
  .home-intro-item-content {
    height: 20vw;
  }
  .home-intro-item-content h1 {
    font-size: 4.8rem;
  }
}
