button:focus {
  outline: 0; }

h2 {
  color: #3399CC;
  font-size: 3rem;
  margin-top: 0;
  padding-top: 25px; }

.persoonvervoer p {
  text-align: center; }

.persoonvervoer p.inleiding {
  padding-left: 75px;
  padding-right: 75px;
  text-align: justify; }

.persoonvervoer {
  margin-left: auto;
  width: 1100px;
  margin-right: auto;
  padding-top: 50px; }

.personenvervoer {
  width: 1100px;
  margin-left: auto;
  margin-right: auto; }

.buttons {
  margin-top: 50px;
  width: 1100px;
  display: flex;
  flex-flow: row;
  justify-content: flex-start; }

.button {
  background-color: #3399CC;
  color: white;
  margin-right: 10px;
  width: 250px; }
  .button i {
    margin-right: 15px; }

.zakenvervoer {
  background-color: #f6f6f6;
  padding-bottom: 40px; }

.zakenvervoer p {
  text-align: center; }

.titleContainer {
  background-image: url("../images/Personenvervoer.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 450px;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .titleContainer div.darken {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    padding-top: 180px; }
    .titleContainer div.darken .aanbodfonts {
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: "FontAwesome";
      width: 100px;
      height: 100px;
      background-color: #3399CC;
      color: white;
      margin-left: auto;
      margin-right: auto;
      border-radius: 50%;
      font-size: 3rem;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
    .titleContainer div.darken h1 {
      width: 100%;
      text-align: center;
      font-size: 4rem;
      margin-top: 25px; }

.zakenvervoer p {
  padding-top: 25px; }

.tabsystem {
  padding-top: 50px;
  padding-bottom: 50px; }
  .tabsystem *,
  .tabsystem *:after,
  .tabsystem *:before {
    margin: 0;
    padding: 0;
    box-sizing: border-box; }
  .tabsystem p {
    margin: 0 0 20px; }
  .tabsystem main {
    min-width: 320px;
    max-width: 800px;
    padding: 50px;
    margin: 0 auto;
    background: #fff; }
  .tabsystem section {
    padding: 20px;
    border: 1px solid #ddd; }
  .tabsystem section.HideContent {
    display: none; }
  .tabsystem input {
    display: none; }
  .tabsystem label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 15px 25px;
    text-align: center;
    color: #424242;
    border: 1px solid #ddd; }
    .tabsystem label i {
      margin-right: 15px; }
  .tabsystem label:hover {
    color: #3399CC;
    cursor: pointer; }
  .tabsystem input:checked + label {
    color: white;
    border-bottom: 1px solid #3399CC;
    background-color: #3399CC; }
  .tabsystem #tab1:checked ~ #content1,
  .tabsystem #tab2:checked ~ #content2,
  .tabsystem #tab3:checked ~ #content3,
  .tabsystem #tab4:checked ~ #content4,
  .tabsystem #tab5:checked ~ #content5,
  .tabsystem #tab6:checked ~ #content6,
  .tabsystem #tab7:checked ~ #content7,
  .tabsystem #tab8:checked ~ #content8 {
    display: block; }
