/*Content-Wrapper*/

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

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

.content-wrapper-online-portal {
  height: 500px;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  background-color: #eeeeee;
  background-image: url(../../../images/grid/grid-web.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

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

.content-wrapper-video-player {
  height: 950px;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  background-color: #eeeeee;
  background-image: url(../../../images/grid/grid-video-player.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

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

.content-wrapper-cards {
  height: 500px;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  background-color: #eeeeee;
  background-image: url(../../../images/grid/grid-cards.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

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

/*Grid*/

.grid-charts {
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 1.0;
  display: grid;
  height: 550px;
  grid-template-columns: 40vw 40vw;
  gap: 100px;
  padding: 0px;
  text-align: center;
  align-items: center;
}

.grid-online-portal {
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 1.0;
  display: grid;
  height: 500px;
  grid-template-columns: 40vw 40vw;
  gap: 0px;
  padding: 0px;
  text-align: center;
  align-items: center;
}

.grid-counter {
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 1.0;
  display: grid;
  height: 450px;
  grid-template-columns: 30vw 30vw 30vw;
  gap: 0px;
  padding: 0px;
  text-align: center;
  align-items: center;
}

.grid-video-player {
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 1.0;
  display: grid;
  height: 900px;
  grid-template-columns: 80vw;
  gap: 0px;
  padding: 0px;
  text-align: center;
  align-items: center;
}

.grid-news {
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 1.0;
  display: grid;
  height: 400px;
  grid-template-columns: 30vw 30vw 30vw;
  gap: 20px;
  padding: 0px;
  text-align: center;
  align-items: top;
}

.grid-cards {
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 1.0;
  display: grid;
  height: 400px;
  grid-template-columns: 30vw 30vw 30vw;
  gap: 0px;
  padding: 0px;
  text-align: center;
  align-items: center;
}

.grid-footer {
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 1.0;
  display: grid;
  height: 300px;
  grid-template-columns: 20vw 20vw 20vw 20vw 20vw;
  gap: 0px;
  padding: 0px;
  text-align: right;
  align-items: top;
}

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

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

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

/*Content-Wrapper*/

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

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

.content-wrapper-online-portal {
  height: 400px;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  background-color: #eeeeee;
  background-image: url(../../../images/grid/grid-web.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

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

.content-wrapper-video-player {
  height: 500px;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  background-color: #eeeeee;
  background-image: url(../../../images/grid/grid-video-player.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

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

.content-wrapper-cards {
  height: 1200px;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  background-color: #eeeeee;
  background-image: url(../../../images/grid/grid-cards.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
}

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

/*Grid*/

.grid-charts {
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 1.0;
  display: grid;
  height: 900px;
  grid-template-columns: 80vw;
  gap: 0px;
  padding: 0px;
  text-align: center;
  align-items: center;
}

.grid-online-portal {
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 1.0;
  display: grid;
  height: 400px;
  grid-template-columns: 80vw;
  gap: 0px;
  padding: 0px;
  text-align: center;
  align-items: center;
}

.grid-counter {
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 1.0;
  display: grid;
  height: 500px;
  grid-template-columns: 80vw;
  gap: 0px;
  padding: 0px;
  text-align: center;
  align-items: center;
}

.grid-video-player {
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 1.0;
  display: grid;
  height: 440px;
  grid-template-columns: 80vw;
  gap: 0px;
  padding: 0px;
  text-align: center;
  align-items: center;
}

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

.grid-cards {
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 1.0;
  display: grid;
  height: 1100px;
  grid-template-columns: 80vw;
  gap: 0px;
  padding: 0px;
  text-align: center;
  align-items: center;
}

.grid-footer {
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 1.0;
  display: grid;
  height: 400px;
  grid-template-columns: 80vw;
  gap: 0px;
  padding: 0px;
  text-align: center;
  align-items: top;
}

}
