.GameForce img {
  width: 100%;
}

/* .GameForce {
    background-color: #120420;
  } */

.GameForce .mobile {
  display: none;
}
.GameForce .border {
  border-radius: 20px;
}
.GameForce .borderbot {
  border-radius: 0 0 20px 20px;
}
.GameForce .bordertop {
  border-radius: 20px;
}
.GameForce h2 {
  font-family: "Poppins", sans-serif;
  font-size: 33px;
  text-transform: uppercase;
}

.GameForce h3 {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  text-transform: uppercase;
}
.GameForce .tickets {
  background-color: #cd1528;
  padding: 4em 10em 17em;
  color: black;
  margin: 0px;
}

.GameForce .koopticket {
  margin: -260px auto 0;
  z-index: 1;
}
.GameForce .koopticket:hover {
  transform: scale(1.05) rotate(-1deg);
  transition: 0.15s linear;
}

.GameForce .timeline {
  overflow: clip;
}

#Timeline .Vrijstaand {
  filter: drop-shadow(2px 4px 6px grey);
}
#Timeline .SeoTekstvlak {
  transform: translate(75px, 0);
}
#Timeline .logo {
  width: 50%;
}
#Plattegrond img {
  width: 50%;
}
@media (max-width: 900px) {
  #Plattegrond img {
    width: 100%;
  }
}
#Timeline,
#Plattegrond {
  padding: 3em 9em;
}
.GameForce .first {
  margin-left: 61px;
}
.page {
  background: #53062c;
  background: linear-gradient(329deg, rgb(83, 6, 44) 0%, rgba(26, 7, 42, 1) 59%, rgba(26, 7, 42, 1) 100%);
  padding: 0 8em;
  border-radius: 20px;
}

#Plattegrond img {
  padding: 3em 0 0;
}
#Brandings > .row {
  background: #53062c;
  background: linear-gradient(329deg, rgb(83, 6, 44) 0%, rgba(26, 7, 42, 1) 59%, rgba(26, 7, 42, 1) 100%);
  color: white;
  border-radius: 20px;
}

#logoCenter {
  align-items: baseline;
}

#logoCenter a:hover {
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}

#logoCenter a {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

#Brandings .Invert {
  filter: brightness(0) invert(1);
  max-width: 200px;
}

@media (max-width: 767px) {
  .GameForce .desktop {
    display: none;
  }
  .GameForce .mobile {
    display: block;
  }
  .GameForce .tweede {
    order: 2;
  }
  .GameForce .tickets {
    padding: 1em 1em 17em;
  }
  #Timeline,
  #Plattegrond {
    padding: 15px;
  }
}

@media (max-width: 678px) {
  .GameForce .page {
    padding: 15px;
  }
}

@media (max-width: 576px) {
  .GameForce .Vrijstaand {
    width: 50%;
  }
}

/* Timeline v2 */
.GameForce .timeline {
  position: relative;
  padding: 0 15px;
}
.GameForce .timeline::before {
  content: "";
  background: #ee0f26;
  width: 5px;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);

  -webkit-box-shadow: 0px 0px 20px 5px #e90013;
  box-shadow: 0px 0px 20px 5px #e90013;
}
.GameForce .timeline-item {
  width: 100%;
  margin-bottom: 25px;
}
.GameForce .timeline-item:nth-child(even) .timeline-content {
  float: right;
  padding: 50px 30px 15px 30px;
}
.GameForce .timeline-item:nth-child(even) .timeline-content .date {
  right: auto;
  left: 0;
}
.GameForce .timeline-item:nth-child(even) .timeline-content::after {
  content: "";
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  top: 40px;
  left: -15px;
  border-width: 10px 15px 10px 0;
  border-color: transparent #f5f5f5 transparent transparent;
}
.GameForce .timeline-item::after {
  content: "";
  display: block;
  clear: both;
}
.GameForce .timeline-content {
  position: relative;
  width: 45%;
  padding: 50px 30px 20px;
  border-radius: 20px;
  background: #f5f5f5;
  box-shadow: 0 20px 25px -15px rgba(0, 0, 0, 0.3);
}
.GameForce .timeline-content::after {
  content: "";
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  top: 40px;
  right: -15px;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #f5f5f5;
}
.GameForce .timeline-img {
  width: 30px;
  height: 30px;
  background: #ee0f26;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-top: 35px;
  margin-left: -15px;

  -webkit-box-shadow: 0px 0px 20px 5px #e90013;
  box-shadow: 0px 0px 20px 5px #e90013;
}

.GameForce .timeline a.bnt-more {
  background: #cd1528;
  color: white;
  padding: 8px 20px;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 10px;
  display: inline-block;
  border-radius: 20px;
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.6);
}
.GameForce .timeline a.bnt-more:hover,
.GameForce .timeline a.bnt-more:active,
.GameForce .timeline a.bnt-more:focus {
  background: #cd1528;
  color: white;
  text-decoration: none;
}
.GameForce .timeline-card {
  padding: 0 !important;
}
.GameForce .timeline-card p {
  padding: 0 20px;
}
.GameForce .timeline-card a {
  margin-left: 20px;
}
.GameForce .timeline-item .timeline-img-header {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)), url("https://picsum.photos/1000/800/?random") center center no-repeat;
  background-size: cover;
  border-radius: 20px 20px 0 0;
}
.GameForce .timeline-img-header {
  height: 200px;
  position: relative;
  margin-bottom: 20px;
}
.GameForce .timeline-img-header h2 {
  color: #ffffff;
  position: absolute;
  bottom: 5px;
  left: 20px;
}
.GameForce blockquote {
  margin-top: 30px;
  color: #757575;
  border-left-color: #3f51b5;
  padding: 0 20px;
}
.GameForce .date {
  background: #cd1528;
  display: inline-block;
  color: white;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .GameForce .timeline::before {
    left: 50px;
  }
  .GameForce .timeline .timeline-img {
    left: 50px;
  }
  .GameForce .timeline .timeline-content {
    max-width: 100%;
    width: auto;
    margin-left: 70px;
  }
  .GameForce .timeline .timeline-item:nth-child(even) .timeline-content {
    float: none;
  }
  .GameForce .timeline .timeline-item:nth-child(odd) .timeline-content::after {
    content: "";
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    top: 30px;
    left: -15px;
    border-width: 10px 15px 10px 0;
    border-color: transparent #f5f5f5 transparent transparent;
  }
}
.GameForce .timeline .page {
  padding: 100px 100px 50px;
}
@media (max-width: 1000px) {
  .GameForce .timeline .page {
    padding: 50px 15px 15px;
  }
}
.GameForce .timeline-item:nth-of-type(odd) .date {
  border-radius: 0 20px 0 20px;
}
.GameForce .timeline-item:nth-of-type(even) .date {
  border-radius: 20px 0 20px 0;
}
.GameForce .timeline h2 {
  font-size: 25px;
}
.GameForce .timeline .logo {
  width: 40%;
  margin: 5% 30%;
}

.smallerSize {
  max-width: 150px !important;
}

.samen {
  white-space: nowrap;
}
