/* ------ Font variables ------ */
/* ------ Role colors ------- */
/* Verkeersregelaar */
/* Gemeente */
/* Teamleider */
/* Organisator */
/* Algemene taken */
/* ------ /Role colors ------- */
/* ------ Dividers + Borders ------ */
/* ------ Contentbox variables ------*/
/* ------ Warnings + Errors + Successes ------ */
.contentTutorial {
  float: left;
  position: relative;
  margin-top: 40px;
  width: 960px;
  background: url("../../Images/Tutorial/scrollDownBackground.png") 50% 20px no-repeat; }
  .contentTutorial h1 {
    font-size: 42px;
    font-weight: normal;
    margin-bottom: 40px; }
  .contentTutorial .buttonSecondary {
    top: 0;
    right: 0;
    position: absolute; }
  .contentTutorial ul li {
    margin-bottom: 40px; }
    .contentTutorial ul li p {
      font-size: 20px;
      text-align: center;
      line-height: 30px;
      margin-bottom: 80px; }

.slide {
  width: 960px;
  height: 360px;
  display: block;
  background-color: #fff;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  border-top: solid 5px #dddddd;
  border-right: solid 1px #dddddd;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  /* Border top transition */
  -o-transition: border-top 1s, box-shadow 1s;
  -ms-transition: border-top 1s, box-shadow 1s;
  -moz-transition: border-top 1s, box-shadow 1s;
  -webkit-transition: border-top 1s, box-shadow 1s;
  transition: border-top 1s, box-shadow 1s; }
  .slide:hover {
    border-top: solid 5px #fe9800;
    -moz-box-shadow: 0px 0px 8px #bcbcbc;
    -webkit-box-shadow: 0px 0px 8px #bcbcbc;
    box-shadow: 0px 0px 8px #bcbcbc; }

.slide1 {
  background: url("../../Images/Tutorial/1.jpg") 0 0 no-repeat; }

.slide2 {
  background: url("../../Images/Tutorial/2.jpg") 0 0 no-repeat; }

.slide3 {
  background: url("../../Images/Tutorial/3.jpg") 0 0 no-repeat; }

.slide4 {
  background: url("../../Images/Tutorial/4.jpg") 0 0 no-repeat; }
