/*Content-Wrapper*/

.content-wrapper-web-title {
  height: auto;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  background: rgb(238,238,238);
  background: linear-gradient(180deg, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);
}

.content-wrapper-web-timeline {
  height: auto;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  background-image: url(../../../images/grid/grid-page.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.content-wrapper-web-footer {
  height: 200px;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  background-color: #eeeeee;
}


/*Grid*/

.grid-web-title {
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 1.0;
  display: grid;
  height: auto;
  grid-template-columns: 50vw;
  gap: 0px;
  padding: 0px;
  text-align: left;
  align-items: center;
}

.grid-web-timeline {
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 1.0;
  display: grid;
  height: auto;
  grid-template-columns: 50vw;
  gap: 0px;
  padding: 0px;
  text-align: left;
  align-items: center;
}

/**************************************** Mediascreen ****************************************/

@media screen and (max-width: 1124px) {

/**************************************** Mediascreen ****************************************/

/*Content-Wrapper*/

.content-wrapper-web-title {
  height: auto;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  background: rgb(238,238,238);
  background: linear-gradient(180deg, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);
}

.content-wrapper-web-timeline {
  height: auto;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  background-image: url(../../../images/grid/grid-page.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.content-wrapper-web-footer {
  height: 200px;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  background-color: #eeeeee;
}

/*Grid*/

.grid-web-title {
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 1.0;
  display: grid;
  height: auto;
  grid-template-columns: 90vw;
  gap: 0px;
  padding: 0px;
  text-align: left;
  align-items: center;
}

.grid-web-timeline {
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 1.0;
  display: grid;
  height: auto;
  grid-template-columns: 90vw;
  gap: 0px;
  padding: 0px;
  text-align: left;
  align-items: center;
}

}
