
/* COOKIE MELDING 
#PLCookie {
  width: 100%;
  min-height: 50px;
  position: fixed;
  padding: 0 15px;
  z-index: 1000;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  background-color: #4f4f4f;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(102,102,102,0.23);
  -moz-box-shadow: 0px 0px 20px 0px rgba(102,102,102,0.23);
  box-shadow: 0px 0px 20px 0px rgba(102,102,102,0.23);
}

#PLCookie article {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  color: #fff;
  letter-spacing: 1px;
}

#PLCookie article div {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

#PLCookie article div a {
  padding: 10px 15px;
  margin-left: 20px;
  background-color: #fff;
  color: #4f4f4f;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
  cursor: pointer;
  transition: all .3s;
}
#PLCookie article div a:hover {
 background-color: #dbdbdb;
}
*/

/* COOKIE MELDING NEW */

#PLCookie {
	position: fixed;
	left: 10px;
	bottom: 10px;
	margin-right: 10px;
	background-color: white;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	z-index: 100;
	padding: 25px;
	transition: all .8s;
	-webkit-box-shadow: 0px 2px 22px 0px rgba(61,61,61,0.41);
	-moz-box-shadow: 0px 2px 22px 0px rgba(61,61,61,0.41);
	box-shadow: 0px 2px 22px 0px rgba(61,61,61,0.41);
}

#PLCookie h2 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	color: #353535;
	font-size: 1.6em;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 30px;
}

#PLCookie p {
	max-width: 500px;
	font-family: 'Montserrat', sans-serif;
	color: #979797;
	margin-bottom: 20px;
	text-align: justify;
	line-height: 150%;
	font-size: 1.1em;
}

.PL_Buttons {
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	width: 100%;
}

.PL_Buttons a {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	padding: 15px;
	background-color: #222222;
	border: 1px solid #222222;
	color: #fefefe;
	width: 48%;
	cursor: pointer;
	text-align: center;
	transition: all .3s;
	margin: 5px;
	font-size: 1.3em;
}

.PL_Buttons a:hover {
	background-color: transparent;
	color: #222222;
	border: 1px solid #222222;
}

/* NEW COOKIE END */
.center-cell
{
  display: table-cell;
  height: 100%;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}

.center-table
{
  display: table;
  width: 100%;
  height: 100%;
}

*
{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.loctek-lightbox, #loctek-lightbox-close
{
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  color: #fff !important;
  border-color: #fff !important;
}

#loctek-lightbox-close
{
  line-height: 20px !important;
  color: #000 !important;
}

html,
body {
 margin:0;
 padding:0;
 height:100%;
 font-family: 'Open Sans', sans-serif;
}

#container {
 min-height:100%;
 position:relative;
}

#container .center
{
  width: 95%;
  max-width: 1350px;
  margin: 0 auto;
}

header
{
  background-color: #000;
  height: 130px;
}

#logo
{
  margin: 25px 0;
  float: left;
}

header nav
{
  float: right;
}

header li
{
  display: inline-block;
}

header nav a
{
  display: inline-block;
  margin-left: 1em;
  padding: .6em 0;
  color: #fff;
  margin-top: 60px;
  width: 110px;
  text-align: center;
}

.webshop_btn {
  background-color: white;
  color: #000;
  border-radius: 200px;
}

header nav a:hover, header nav .active
{
  border: 1px solid #fff;
  font-weight: bold;
}

header .center:after
{
  display: block;
  clear: both;
  content: '';
}

#siteby
{
  background-color: #323232;
  text-align: center;
  height: 2em;
  line-height: 2em;
  display: block;
  color: #646464;
  font-size: .85em;
}

#siteby a
{
  color: #646464;
}

.footabs {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
footer
{
  /*background-image: url(/images/ticker.jpg);
  background-size: cover;
  background-position: right center;*/
  background-color: #000;
  text-align: center;
  position: relative;
}

.hib
{
  position: absolute;
  right: 10px;
  top: 10px;
  height: 142px;
}

#mandjebtn
{
  color: #fff;
  position: absolute;
  top: 10px;
  right: 0;
}

footer > div
{
  text-align: left;
  display: inline-block;
  margin: 40px 1.6em;
  color: #fff;
  line-height: 2.2em;
  vertical-align: middle;
}

.social a
{
  display: block;
}

footer p
{
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: left 10px;
}

footer a
{
  margin: 10px 0;
  color: #fff;
} 

#ttcontainer
{
  position: relative;
  height: 160px;
}

#ttcontainer p
{
  text-transform: uppercase;
  font-size: 1.8em;
  line-height: 1.35em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  text-align: center;
  width: 100%;
  padding: 0 1em;
}

#ttcontainer span
{
  padding: .35em 0;
  display: inline-block;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}


.content > div
{
  width: 50%;
  text-align: center;
}

.content
{
  background-color: #DFDFDF;
}

.content:after, .content > div:after
{
  display: block;
  clear: both;
  content: '';
}

.content .c
{
  line-height: 1.5em;
  margin-bottom: 1.5em;
}

.content img
{
  width: 100%;
}

.content > div:first-child
{
  float: left;
}

.content > div:last-child
{
  float: right;
  padding: 3em;
}

.content:nth-child(even) > div:first-child
{
  float: right;
  padding: 0;
}

.content:nth-child(even) > div:last-child
{
  float: left;
  padding: 3em;
}

.content h2
{
  color: #000;
  font-weight: bold;
  font-size: 1.6em;
  margin-bottom: .55em;
  text-align: left;
}

.content .c
{
  margin-top: 2em;
  font-size: 1em;
  line-height: 1.5em;
  text-align: justify;
  font-family: Arial, sans-serif;
}

.toppart
{
  line-height: 1.5em;
  margin: 5% auto !important;
}

.toppart h1
{
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5%;
  font-size: 1.6em;
  line-height: 1.4em;
}

.contactheight {
  min-height: 520px;
  padding-bottom: 50px;
  position: relative;
}

.contactheight button {
  position: absolute;
  width: 100%;
  height: 45px;
  line-height: 45px;
  background-color: #fff;
  border: 1px solid #000;
  text-transform: uppercase;
  color: #000;  
  bottom: 0;  
  font-family:'Roboto Condensed', sans-serif;
}
.contactheight button a {
  color: white;
}
.contact-form, .gegevens {
  width: 350px;  
}
.gegevens>img {
  width: 100%;
  max-width: 405px;
}
.gegevens p {
  background-position: left top;
  padding-left: 50px;
  line-height: 1.8em;
  position: relative;
}

.gegevens a
{
  color: #000 !important;
}

.gegevens p img {
  position: absolute;
  top: .5em;
  left: 0;
}
.contact-form {
  float: left;
}
.gegevens {
  float: right;
}
.location {
  margin:0 370px;
}
#mymap {
  height: 459px;
}
.contact-form>input[type="text"] {
  width: 100%;
  height: 35px;
  margin-bottom: 10px;
  box-sizing: border-box;
  padding-left: 10px;
}

.contact-form>input[type="submit"] {
  width: 100%;
  height: 45px;
  background-color: #fff;
  border: none;
  text-transform: uppercase;
  color: #000;
  border: 1px solid #000;
  position: absolute;
  bottom: 0;  
  font-family:'Roboto Condensed', sans-serif;
}


.contactheight button:hover, .contact-form>input[type="submit"]:hover
{
  background: #000;
  color: #fff;
}

.contact-form textarea {
  height: 145px;
  width: 100%;
  box-sizing: border-box;
  padding-left: 10px;
  padding-top: 10px;
}

.gegtekst {
  margin-top: 20px;  
}

.gegtekst p
{
  margin-bottom: 1em;
}

.gegtekst p:nth-child(2), .gegtekst p:nth-child(4){
  margin-bottom: 20px;
}
.gegtekst a {
  color: #3e3e3e;
}

#contact
{
  margin-bottom: 5%;
}

.nieuwsitem > div
{
  display: inline-block;
  padding: 1em;
  text-transform: uppercase;
  border: 1px solid #000;
  color: #000;
  margin-top: 1.2em;
}

.slidebutton:after
{
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  height: 100%;
  min-height: 100%;
  width: 0;
  background-color: #000;
  transition: width .4s;
  -webkit-transition: width .4s;
}

.slidebutton span
{
  position: relative;
  z-index: 1;
  color: #000;
  transition: color .4s;
  -webkit-transition: color .4s;
}

.slidebutton:hover:after
{
  width: 100%;
}

.slidebutton:hover span
{
  color: #fff;
}

.slidebutton
{
  position: relative;
}

.nieuwsitem > p
{
  line-height: 1.5em;
}

.nieuwsitem > img 
{
  width: 100%;
}

.nieuwsitem > h2
{
  font-weight: bold;
  font-size: 1.3em;
  text-transform: uppercase;
  font-style: italic;
  margin: 1em 0;
}

#nieuwsoverzicht > a
{
  display: block;
  width: 31%;
  color: #000;
  margin-bottom: 4%;
  margin-right: 2.33%;
}

#nieuwsoverzicht > a:nth-child(3n)
{
  margin-right: 0;
}

#ficheheader
{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 350px;
}

.nieuwsfichebutton
{
  border: 1px solid #000;
  width: 110px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  color: #000;
  margin-left: 1em;
  height: 40px;
  line-height: 35px;
  vertical-align: top;
}

.nieuwsfichebutton:first-child
{
  margin: 0;
}

.nieuwsfichebutton img
{
  vertical-align: middle;
  margin-right: .3em;
}

.nieuwsfichebutton span
{
  vertical-align: middle;
}

#splash
{
  background: url(/images/splash.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

#splash img
{
  position: absolute;
  left: 50%;
  max-width: 94%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  z-index: 1;
}

#splash:after
{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  content: '';
  height: 100%;
  min-height: 100%;
  background: url(/images/raster.png);
}

#slider
{
  height: 600px;
}

#slider > div
{
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#slider > div > div
{
  position: absolute;
  left: 3%;
  bottom: 14%;
}

#slider h2
{
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.8em;
  margin-top: 10px;
  display: inline-block;
  background: rgba(255,255,255,.9);
  padding: 1em;
}

#slider h3
{
  font-size: 1.2em;
  margin-top: 10px;
  display: inline-block;
  background: rgba(255,255,255,.9);
  padding: 1.1em 1.4em;
}

.maanbod
{
  position: relative;
  margin: 1em 0;
}

.maanbod img
{
  width: 100%;
}

.maanbod h2
{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1em;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.3em;
  background: rgba(0,0,0,.8);
}

.maanbod:hover h2
{
  height: 100%;
  min-height: 100%;
}

#aanbodstroke
{
  background: #D9D9D9;
  padding: 1em 0;
}

.maanbod:hover span
{
  position: absolute;
  line-height: 1.35em;
  text-align: center;
  left: 50%;
  top: 50%;
  display: inline-block;
  max-width: 95%;
  padding: .85em;
  border: 1px solid #fff;
  transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
}

#buttoncenter
{
  max-width: 95%;
  margin: 0 auto;
  padding: 5% 0 2% 0;
  text-align: center;
}

#buttoncenter a
{
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.2em;
  padding: .8em 1em;
  border: 1px solid #000;
}

#aanbodmenu
{
  height: 50px;
  margin-top: 5%;
  margin-bottom: 3%;
}

#aanbodmenu > div:first-child
{
  float: right;
}

#aanbodmenu > div:last-child
{
  margin-right: 180px;
}

#aanbodmenu .slidebutton.active, #mandjemenu .slidebutton.active
{
  background-color: #000;
}

#aanbodmenu .slidebutton.active > span, #mandjemenu .slidebutton.active span
{
  color: #fff;
}

#aanbodmenu .slidebutton, #mandjemenu .slidebutton
{
  width: 23.5%;
  margin-left: 2%;
  border: 1px solid #000;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  float: left;
  height: 50px;
  line-height: 50px;
}

#aanbodmenu .slidebutton:first-child, #mandjemenu .slidebutton:first-child
{
  margin-left: 0;
}

#aanbodlijst:after, #mandjemenu:after
{
  content: '';
  display: block;
  clear: both;
}

#aanbodlijst > div
{
  width: 48%;
  float: left;
  margin-right: 4%;
  padding-bottom: 1.5em;
  margin-top: 1.5em;
  border-bottom: 1px solid #B4B4B4;
}

#aanbodlijst > div:nth-child(2n)
{
  margin-right: 0;
}

#aanbodlijst h2
{
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.3em;
  margin-bottom: .5em;
}

#aanbodlijst .buttons
{
  position: absolute;
  right: 0;
  bottom: 0;
}

#aanbodlijst > div > img
{
  width: 150px;
  border: 4px solid #B4B4B4;
  float: left;
}

#aanbodlijst > div > div
{
  margin-left: 190px;
  min-height: 150px;
  padding-bottom: 45px;
  position: relative;
}

#aanbodlijst strong
{
  font-style: italic;
}

#aanbodlijst .infobutton
{
  border: 1px solid #000;
  margin-right: 10px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  width: 35px;
  float: right;
}

.mobimg
{
  width: 100% !important;
  max-width: 360px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 1em;
  display: block;
  float: none !important;
}

.agrid
{
  border: 4px solid #B4B4B4;
  position: relative;
}

.agrid > img:first-child
{
  width: 100%;
}

.agrid > .cp
{
  position: absolute;
  right: 0;
  bottom: 0;
}

#mandjebuttons
{
  margin: 5% 0;
  text-align: center;
}

#mandjebuttons span
{
  cursor: pointer;
  border: 1px solid #000;
  height: 45px;
  line-height: 45px;
  width: 100px;
  display: inline-block;
  margin: 0 5px;
}

#artikel
{
  background: #D9D9D9;
}

#artikel .center
{
  padding: 5% 0;
}

#artikel .button
{
  display: inline-block;
  min-width: 80px;
  text-align: center;
  margin-right: 10px;
  padding: 12px 8px 12px 8px;
  border: 1px solid #000;
  color: #000;
}

#artikel .buttons .button:last-child
{
  background: url(/images/icomandje.png) no-repeat 10px center;
  padding: 12px 8px 12px 36px;
  margin-right: 0;
}

#artikel .buttons
{
  position: absolute;
  right: 0;
  bottom: 0;
}

#artikel .pr:after
{
  clear: both;
  display: block;
  content: '';
}

#artikel .c
{
  padding-bottom: 80px;
  margin-left: 375px;
  border: 0;
  line-height: 1.5em;
}

#artikel img
{
  float: left;
  width: 350px;
  border: 4px solid #B5B5B5;
}
@media all and (max-width: 1440px) {
  .content:nth-child(2n) > div:last-child, .content > div:last-child
  {
    padding: 1.5em;
  }
}

@media all and (max-width: 1200px) {
  .content
  {
    font-size: .85em;
  }

  #res
  {
    float: right;
    cursor: pointer;
    display: inline;
    margin-top: 76px;
  }

  nav
  {
    position: absolute;
    top: 130px;
    left: 0;
    display: none;
    width: 100%;
    z-index: 100;
    background-color: #000;
  }

  nav li
  {
    display: block;
  }

  header nav a
  {
    display: block;
    width: 100%;
    padding: 0;
    height: 3em;
    line-height: 3em;
    margin: 0;
    font-size: 1.3em;
  }

  nav a:hover, nav .active
  {
    color: #000;
    background-color: #fff;
  }

  #logo img
  {
    width: 100%;
  }

  #logo
  {
    max-width: 265px;
    float: none;
    margin-right: 60px;
  }

  header .center
  {
    padding-top: 1px;
  }
}

@media screen and (max-width: 1140px){
  .content
  {
    padding-top: 1px;
  }

  .content > div
  {
    float: none;
    width: 100% !important;
  }
}

@media screen and (max-width: 1100px){
  #contact:after {
    display: block;
    content: "";
    clear: both;
  }

  .maanbod h2
  {
    font-size: 1.1em;
  }

  .contactheight {
    float: left;
    width: 49%;
  }
  .contact-form {
    margin-right: 2%;
  }

  .location {
    margin:40px 0 0 0;
    width: 100%;
  }
}

@media all and (max-width: 1050px) {
  footer
  {
    background-position: left center;
  }
}

@media all and (max-width: 1000px) {
  #aanbodmenu > div
  {
    width: 100%;
    text-align: center;
    float: none !important;
    margin-bottom: 1.2em;
  }

  #aanbodmenu
  {
    height: auto;
  }

  #aanbodmenu > div:after
  {
    content: '';
    display: block;
    clear: both;
  }
}

@media all and (max-width: 900px) {
  #nieuwsoverzicht > a
  {
    width: 47%;
    margin-right: 3%;
  }

  #nieuwsoverzicht > a:nth-child(3n)
  {
    margin-right: 3%;
  }

  #nieuwsoverzicht > a:nth-child(2n)
  {
    margin-right: 0;
  }

  #artikel .button
  {
    margin-top: 1em;
  }

  #artikel img
  {
    width: 100%;
    max-width: 350px;
    display: block;
    float: none;
    margin: 1em auto;
  }

  #artikel .c
  {
    padding-bottom: 110px;
    margin-left: 0;
  }
}

@media all and (max-width: 800px) {
  #slider
  {
    height: 400px;
  }

  #aanbodlijst > div
  {
    width: 100%;
  }

  #aanbodmenu > div:last-child > a, #mandjemenu .slidebutton
  {
    width: 49%;
    margin-bottom: 1em;
  }

  #aanbodmenu > div:last-child > a:nth-child(3), #mandjemenu .slidebutton:nth-child(3)
  {
    margin-left: 0;
  }
}

@media all and (max-width: 650px) {
  #ttcontainer
  {
    display: none;
  }

  #slider
  {
    height: 250px;
    font-size: .8em;
  }

  #slider > div > div
  {
    bottom: 2.5em;
  }

  #slider h2
  {
    font-size: 1.35em;
  }

  .toppart
  {
    margin: 2em auto !important;
  }

  footer > div
  {
    width: 250px;
    margin: 0;
  }

  #buttoncenter
  {
    padding-bottom: 5%;
  }

  .nieuwsfichebutton
  {
    margin-bottom: 2em;
  }

  footer > .social
  {
    display: none;
  }

  footer > .social.dn
  {
    text-align: center;
    margin-top: .8em;
    display: inline-block;
  }

  .cb.psh
  {
    height: 2em;
  }

  footer
  {
    padding: 1em 0;
  }

  footer br.dn
  {
    display: inline;
    line-height: 1px;
    height: 1px;
    font-size: 1px;
  }
}

@media screen and (max-width: 600px){
  .contactheight {
    margin:0 0 40px 0;
    width: 100%;
    float: none;
    min-height: 1px;
    padding-bottom: 60px;
  }
  
  .contactheight > *:last-child {
    margin-top: 10px;
  }
}

@media all and (max-width: 550px) {
  #nieuwsoverzicht > a
  {
    margin-right: 0 !important;
    width: 100%;
  }

  .notonmobile
  {
    display: none !important;
  }
}

@media all and (max-width: 500px) {
  #aanbodlijst > div > img
  {
    display: none;
  }

  #aanbodlijst > div > div
  {
    margin-left: 0;
    min-height: auto;
  }

  #aanbodlijst h2
  {
    border: 1px solid #000;
    padding: .5em;
  }

  #aanbodlijst p
  {
    float: left;
  }

  #aanbodlijst .buttons
  {
    position: static;
  }

  #aanbodlijst > div
  {
    padding-bottom: 0;
  }

  .hib
  {
    position: static;
  }
}

@media all and (max-width: 430px) {
  #mandjebtn span, #mandjebtn img
  {
    display: none;
  }

  #mandjebtn
  {
    width: 35px;
    height: 35px;
    background-size: 100%;
    background-image: url(/images/button3.png);
  }
}

@media all and (max-width: 390px) {
  .nleft
  {
    width: 31%;
  }

  .nright
  {
    width: 65%;
  }

  .nleft .nieuwsfichebutton
  {
    width: 100%;
  }

  .nright .nieuwsfichebutton
  {
    margin-left: 4%;
    float: left;
    width: 48%;
  }

  .nright .nieuwsfichebutton:first-child
  {
    margin-left: 0;
  }

  #aanbodmenu .slidebutton, #mandjemenu .slidebutton
  {
    font-size: .8em;
  }
}

@media all and (max-width: 310px) {
  #res
  {
    margin-top: 60px;
  }

  #aanbodmenu .slidebutton, #mandjemenu .slidebutton
  {
    width: 100% !important;
    margin-left: 0;
  }
}

#content-container {
  width: 50%;
  margin: auto;
  margin-bottom: 2em;
}

#content-container h2 {
  color: #000;
  font-size:2.4em; 
  font-weight:bold; 
  margin-bottom: 5px;
  margin-top: 1em;
  cursor: pointer;
}

#content-container h3 {
  background-color:#fff; 
  color: #000;
  font-size:1.5em; 
  margin: 1em;
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #000;
  box-shadow: inset 0 0 0 0 #000;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.8s;
  cursor: pointer;
}

#content-container h2:hover + div > h3, #content-container h3:hover {
  box-shadow: inset 1200px 0 0 0 #000;
  color: #fefefe;
}

#content-container h3.active {
  color: #fff;
  box-shadow: inset 1200px 0 0 0 #000;
}

#content-container h3 span {
  display: inline-block;
  float: right;
  width: 0;
  height: 0;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid #000;
  margin-right: 10px;
  margin-top: 9px;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.4s;
}

#content-container h2:hover + div > h3 > span, #content-container h3:hover span {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid #fff;
  margin-right: 10px;
}

#content-container h3.active span {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid #fff;
  margin-right: 10px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}

#content-container h3.active:hover span {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid #fff;
  margin-right: 10px;
}

#content-container h4 {
  margin-left: 2em;
  margin-right: 2em;
  font-size: 1.1em;
  font-weight: bold;
}

#content-container p {
  margin-left: 2em;
  margin-right: 2em;
  margin-bottom: 2em;
}

#content-container ul {
  margin-left: 3em;
  margin-right: 3em;
  margin-bottom: 1em;
}

#content-container li {
  margin-bottom: 0.5em;
  margin-left: 1em;
  list-style: disc;
}

#content-container table {
  margin-left: 3em;
  margin-right: 3em;
  margin-bottom: 1em;
}

#content-container th, #content-container td {
  border: 1px solid #000;
  padding: 5px;
}

#content-container th {
  font-weight: bold
}

#content-container a {
  color: #D3191C;
}
