body {
  background-color: #000;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0%;
}



/* -------------------------------------------- headpage / overview ------------------------------------------ */

.headpage-div {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  background-color: black;
}

/*
@media all and (min-width:768px) and (max-width:991px) {
  .v-header {
    margin-bottom: 85px
  }
}

@media all and (min-width:992px) {
  .v-header {
    margin-bottom: 100px
  }
}
*/


.headpage-image-div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden
}

.headpage-image-div-image {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  opacity: 70%;
}


/*data list*/
.headpage-datalist-div {
  position: absolute;
  bottom: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  left: 50%;
  transform: translate(-50%, 0)
}

@media all and (min-width:575px) and (max-width:767px) {
  .headpage-datalist-div {
    width: 540px;
    margin-bottom: 3vh
  }
}

@media all and (min-width:768px) and (max-width:991px) {
  .headpage-datalist-div {
    width: 720px;
    margin-bottom: 7vh
  }
}

@media all and (min-width:992px) and (max-width:1199px) {
  .headpage-datalist-div {
    width: 960px;
    margin-bottom: 5vh
  }
}

@media all and (min-width:1200px) {
  .headpage-datalist-div {
    width: 1200px;
    margin-bottom: 5vh
  }
}


.headpage-datalist-li {
  margin-right: 20px;
  list-style-type:none;
}

@media all and (min-width:575px) and (max-width:1199px) {
  .headpage-datalist-li {
    width: calc(33.33333% - 20px);
    max-width: 170px
  }
}

@media all and (min-width:575px) and (max-width:1199px) {
  .headpage-datalist-li:nth-child(3n) {
    margin-right: 0
  }
}



.headpage-datalist-div-li-div {
  display: flex;
  margin-bottom: 30px;
  position: relative
}

.headpage-datalist-div-li-div-last {
  display: flex;
  margin-bottom: 30px;
  position: relative
}

@media all and (min-width:575px) and (max-width:991px) {
  .headpage-datalist-div-li-div:before {
    content: "";
    background-color: transparent;
    width: auto;
    height: auto;
    position: static
  }
}


@media all and (min-width:1200px) {
  .headpage-datalist-div-li-div {
    padding-right: 20px
  }
}


/*lines between data*/
.headpage-datalist-div-li-div:before {
  content: none
}

@media all and (min-width:575px) {
  .headpage-datalist-div-li-div:before {
    content: "";
    background-color: #fff;
    width: 1px;
    height: 48px;
    position: absolute;
    top: 5px;
    right: 0
  }
}

/*icon*/
.headpage-datalist-div-li-div-icon-div {
  margin-top: 5px;
  margin-right: 10px;
  fill: white;
  margin-top: 10px;
  margin-right: 10px
}

/*Icon size*/
.icon {
  width: 32px;
  height: 32px;
  filter: invert(1)
}

.clock-icon {
  width: 40px;
  height: 40px;
  filter: invert(1);
}


/*big and small text*/
.headpage-datalist-div-li-div-text-div {
  color: white;
  font-weight: 400;
  font-size: 32px;
  text-transform: uppercase;
  line-height: 1.15;
  font-weight: 600
}
small {
  font-size: 15px
}

/*subtitle*/
.headpage-datalist-div-li-div-subtitle-div {
  color: white;
  font-size: 15px;
  display: block;
  line-height: 1.2;
  font-weight: 300
}



/* -------------------------------------------- section-title ------------------------------------------ */

.section-title-div {
  padding-top: 60px;

  text-align: center;
}


/* aligne title page */
.section-title-div-text-div {
  position: relative;
  padding-bottom: 14px;
  text-align: center;
  font-size: 30px;
  line-height: 1.2;
  text-transform: uppercase;
  word-wrap: break-word;
  font-weight: 750;
}

/* strich vor title */
.section-title-div-text-div:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 2px;
  background-color: white;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
}


/* -------------------------------------------- section ------------------------------------------ */

.section-div-b {
  text-align: center;
  display: flex;
  padding-top: 40px;
  padding-bottom: 25px;
  background-color: black;
}

.section-gallery-div-b {
  text-align: center;
  display: flex;
  background-color: black;
}

.section-div-g {
  text-align: center;
  display: flex;
  padding-top: 40px;
  padding-bottom: 25px;
  background-color: rgb(58, 58, 58)
}

.section-gallery-div-g {
  text-align: center;
  display: flex;
  background-color: rgb(58, 58, 58)
}

@media all and (max-width: 611px) {
  .section-div-b,
  .section-div-g {
    flex-direction: column;
  }
}

/* -------------------------------------------- text section ------------------------------------------ */

.section-text-div {
  padding-top: 10px;
  width: 100%;
  text-align: center;
}

@media all and (min-width: 611px) {
  .section-text-div {
    width: 50%;
  }
}


@media all and (min-width:911px) {
  .section-text-div {
    padding-top: 20px;
  }
}

@media all and (min-width:1340px) {
  .section-text-div {
    padding-top: 50px;

  }
}


.section-subtitle-div-text-div {
  text-align: center;
  font-size: 25px;
  line-height: 1.2;
  text-transform: uppercase;
  word-wrap: break-word;
  font-weight: 750;
}


.section-text-div-text-div {
  margin-top: 20px;
  margin-left: 3%;
  margin-right: 3%;
  position: relative;
  text-align: left;
  font-size: 18px;
  line-height: 1.4;
  word-wrap: break-word;
}

@media all and (min-width:911px) {
  .section-text-div-text-div {
    margin-left: 6%;
    margin-right: 6%;
  }
}

@media all and (min-width:1340px) {
  .section-text-div-text-div {
    margin-left: 12%;
    margin-right: 12%;
  }
}




/* -------------------------------------------- image section ------------------------------------------ */

.section-image-div {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 50px;
  text-align: center;
}

@media all and (min-width: 611px) {
  .section-image-div {
    width: 50%;
  }
}

.section-image-q {
  width: 100%;
}

@media all and (min-width:911px) {
  .section-image-q {
    width: 88%;
  }
}

@media all and (min-width:1340px) {
  .section-image-q {
    width: 69%;
  }
}

/* -------------------------------------------- gallery section ------------------------------------------ */



.section-gallery-div {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 50px;
  text-align: center;
  margin-bottom: 25px;
}

.section-gallery-image-q {
  width: 45%;
  margin: 5px;
}

@media all and (min-width:911px) {
  .section-gallery-image-q {
    width: 30%;
  }
}

@media all and (min-width:1340px) {
  .section-gallery-image-q {
    width: 28%;
  }
}


/* -------------------------------------------- table section ------------------------------------------ */


.section-table-div {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 50px;
  text-align: center;
  margin-bottom: 25px;
  color: white;
  align-items: center;
  justify-content: center;
  display: flex;
}

.section-table-div-table {
  font-size: 18px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  border-collapse: collapse;
  text-align: left;
  background-color: rgb(128, 128, 128);
  width: 100%;
  margin-left: 15px;
  margin-right: 20px;
}

@media all and (min-width:911px) {
  .section-table-div-table {
    width: 80%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media all and (min-width:1340px) {
  .section-table-div-table {
    width: 1200px;
    margin-left: 0;
    margin-right: 0;
  }
}

th {
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 9px;
  padding-bottom: 9px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  background-color: rgb(41, 41, 41);
}

@media all and (min-width:1340px) {
  th {
    padding-left: 15px;
    padding-right: 35px;
    padding-top: 9px;
    padding-bottom: 9px;
  }
}

td {
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 7px;
  padding-bottom: 7px;
}

@media all and (min-width:1340px) {
  td {
    padding-left: 15px;
    padding-right: 35px;
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

tr:nth-child(even){
  background-color: rgb(99, 99, 99);
}