.infromation {
  margin: 50px 0 0;
  padding-bottom: 15px;
  position: relative;
  z-index: 1;
  background-color: #aec7da;
  background-image: url(https://ijzerenman.nl/wp-content/themes/ijzerenman/assets/images/footer-pt.png);
  background-repeat: repeat;
  background-position: left top;
}
.infromation__intro {
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
.infromation__intro h2 {
  margin-bottom: 20px;
}
.infromation__intro:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100vw;
  height: 100%;
  background: #f6f1eb;
  content: "";
}
.infromation__intro:before {
  position: absolute;
  top: 0;
  left: -100vw;
  z-index: -1;
  display: block;
  width: 100vw;
  height: 100%;
  background: #f6f1eb;
  content: "";
}
.infromation__row {
  margin: 0 -7px;
  padding-top: 25px;
  display: flex;
  flex-wrap: wrap;
}
.infromation__row > div:last-child {
  order: 1;
}
.infromation__row-2 {
  width: 50%;
}
@media only screen and (max-width: 1199px) {
  .infromation__row-2 {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .infromation__row-2 {
    width: 100%;
  }
}
.infromation__row-4 {
  width: 33.3%;
}
@media only screen and (max-width: 1199px) {
  .infromation__row-4 {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .infromation__row-4 {
    width: 100%;
  }
}
.infromation__row-8 {
  width: 66.6%;
}
@media only screen and (max-width: 1199px) {
  .infromation__row-8 {
    order: 1;
    width: 100%;
  }
}
.infromation__row-4, .infromation__row-8 {
  margin-bottom: 30px;
  padding: 0 7px;
  display: flex;
}
.infromation__block {
  padding: 30px;
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 5px 8px rgba(21, 23, 31, 0.1);
}
@media only screen and (max-width: 767px) {
  .infromation__block {
    padding: 20px 15px;
  }
}
.infromation__block ul {
  margin-left: 0;
  list-style: none;
}
.infromation__block ul li {
  padding-left: 23px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .infromation__block ul li {
    padding-left: 0;
  }
}
.infromation__block ul li:before {
  position: absolute;
  top: 1px;
  left: 0;
  width: auto;
  height: auto;
  font-family: "Font Awesome 5 Pro";
  color: #8fb26b;
  background: transparent;
  content: "\f00c";
}
@media only screen and (max-width: 991px) {
  .infromation__block ul li:before {
    top: 2px;
  }
}
@media only screen and (max-width: 767px) {
  .infromation__block ul li:before {
    margin-right: 5px;
    position: static;
  }
}
.infromation__block ul li {
  margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) {
  .infromation__block ul li {
    padding-left: 37px;
  }
}
.infromation__block ul li:before {
  font-weight: 700;
}
.infromation__block .button.button--more {
  margin-top: auto;
  margin-right: auto;
  justify-content: flex-start;
  width: auto;
  white-space: normal;
  text-align: left;
}
.infromation__block .button.button--more:after {
  height: auto;
}
.infromation__block--list, .infromation__block--ticket {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.infromation__block--list .button, .infromation__block--ticket .button {
  margin-top: auto;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .infromation__block--group .infromation__block-item {
    margin-bottom: 11px;
  }
}
@media only screen and (min-width: 1200px) {
  .infromation__block--group .infromation__block-item:last-of-type {
    margin-bottom: 15px;
  }
}
.infromation__block-title {
  margin: 0 0 10px;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.1;
  color: #005391;
  font-size: 32px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1199px) {
  .infromation__block-title {
    font-size: 26.24px;
  }
}
@media only screen and (max-width: 991px) {
  .infromation__block-title {
    font-size: 24.96px;
  }
}
@media only screen and (max-width: 767px) {
  .infromation__block-title {
    font-size: 20.8px;
  }
}
@media only screen and (max-width: 767px) {
  .infromation__block-title {
    margin-bottom: 15px;
  }
}
.infromation__block-item {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
}
.infromation__block-item strong {
  padding-right: 10px;
  font-weight: 400;
}
.infromation__block-item span {
  font-weight: 600;
  text-align: right;
  color: #005391;
}
.infromation__block-item:last-of-type {
  margin-bottom: 25px;
}
.infromation__block-time {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.infromation__block-time strong {
  padding-right: 10px;
  font-weight: 400;
}
.infromation__block-time span {
  font-weight: 600;
  text-align: right;
  color: #005391;
}
.infromation__block-time.is-active {
  color: #cb4d28;
}
.infromation__block-time.is-active span {
  color: #cb4d28;
}
.infromation__content {
  display: flex;
  flex-wrap: wrap;
  border-radius: 15px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 5px 8px rgba(21, 23, 31, 0.1);
}
.infromation__content-image {
  display: flex;
  width: 51%;
}
@media only screen and (max-width: 767px) {
  .infromation__content-image {
    width: 100%;
  }
}
.infromation__content-image picture {
  display: flex;
  width: 100%;
}
.infromation__content-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.infromation__content-text {
  padding: 30px;
  width: 49%;
}
@media only screen and (max-width: 767px) {
  .infromation__content-text {
    padding: 20px;
    width: 100%;
  }
}
.infromation__content-text .button {
  width: 100%;
}
.infromation__content-title {
  margin: 0 0 10px;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.1;
  color: #005391;
  font-size: 32px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1199px) {
  .infromation__content-title {
    font-size: 26.24px;
  }
}
@media only screen and (max-width: 991px) {
  .infromation__content-title {
    font-size: 24.96px;
  }
}
@media only screen and (max-width: 767px) {
  .infromation__content-title {
    font-size: 20.8px;
  }
}
@media only screen and (max-width: 767px) {
  .infromation__content-title {
    margin-bottom: 15px;
  }
}
