.header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  width: 100%;
  height: 165px;
  background-color: #fff;
}

.header-top {
  position: absolute;
  width: 100%;
  height: 90px;
  background-color: #015d82;
  background-image: url('../images/croke.jpg');
  background-position: 50% 50%;
  background-size: auto 60px;
  background-repeat: no-repeat;
}

.header-bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 75px;
  background-color: #fff;
}

.body {
  background-color: #d2dbe2;
}

.button-language {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
}

.lang-image {
  display: none;
  width: 20px;
}

.floor {
  display: none;
  width: 75px;
  height: 90px;
  float: right;
  -o-object-fit: cover;
  object-fit: cover;
}

.button-back {
  position: absolute;
  z-index: 2;
  display: block;
  width: 100%;
  height: 75px;
  float: left;
  border-bottom: 1px solid #748f8a;
}

.title-text {
  position: relative;
  display: block;
  margin-left: 2px;
  padding-right: 69px;
  float: left;
  font-family: 'Niveau grotesk', sans-serif;
  color: #313131;
  font-size: 26px;
  line-height: 26px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.area-number {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 75px;
  height: 75px;
  padding-top: 28px;
  float: right;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Knockout, sans-serif;
  color: #383838;
  font-size: 70px;
  text-align: center;
  text-decoration: none;
}

.title-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d2dbe2;
}

.main-image {
  position: static;
  display: block;
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 25%;
  object-position: 50% 25%;
}

.main-text {
  padding: 10px 10px 150px;
  font-family: 'Niveau grotesk', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.footer {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
  width: 100%;
  height: 125px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  text-align: center;
}

.player {
  position: relative;
  display: inline-block;
  width: 250px;
  height: 125px;
  float: right;
  text-align: right;
}

.player-button {
  position: relative;
  display: inline-block;
  width: 45px;
  margin-top: 25px;
  margin-left: 10px;
  float: left;
}

.audio-icon {
  position: absolute;
  display: block;
  width: 90px;
  margin-top: 20px;
  margin-left: 20px;
  padding-right: 15px;
  float: left;
  border-right: 2px solid #d66400;
}

.area-icon {
  position: relative;
  display: block;
  width: 50%;
  min-width: 50%;
  float: left;
}

.header-space {
  width: 100%;
  height: 90px;
}

.icon-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 100%;
  min-width: 100%;
  padding: 5px;
  -o-object-fit: cover;
  object-fit: cover;
}

.header-area {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 3;
  width: 100%;
  height: 90px;
  background-color: #000;
}

.content-selection {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 75px;
  padding-left: 21px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #727272;
  background-color: rgba(210, 219, 226, 0.87);
  text-decoration: none;
}

.close-button {
  display: none;
  width: 90px;
  height: 90px;
  padding-top: 11px;
  border-right: 1px solid #929292;
  background-image: url('../images/close_1close.png');
  background-position: 50% 50%;
  background-size: 60px 60px;
  background-repeat: no-repeat;
  text-align: center;
}

.grid {
  padding-top: 35px;
  padding-right: 10%;
  padding-left: 10%;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.language {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Niveau grotesk', sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-decoration: none;
}

.area-grid {
  position: relative;
  display: none;
  width: 100%;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
}

.lang-icon {
  position: relative;
  display: block;
  width: 50%;
  min-width: 50%;
  float: left;
}

.cookies {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: block;
  overflow: visible;
  padding-bottom: 20px;
  background-color: #015d82;
}

.cookies-title {
  display: block;
  margin-bottom: 20px;
  font-family: 'Gotham bold', sans-serif;
  color: #000;
}

.cookies-text-box {
  position: relative;
  display: block;
  margin-right: 20px;
  margin-left: 20px;
  padding: 20px;
  border-radius: 15px;
  background-color: #fff;
}

.cookies-header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  width: 100%;
  height: 90px;
  background-color: #015d82;
}

.header-space165 {
  width: 100%;
  height: 165px;
}

.cookies-text {
  display: block;
  margin-bottom: 20px;
  font-family: 'Gotham book', sans-serif;
  color: #000;
}

.decline {
  position: absolute;
  height: 60px;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
  background-color: #d81d00;
  text-align: center;
  text-decoration: none;
}

.accept {
  position: relative;
  height: 60px;
  padding-right: 20px;
  padding-left: 20px;
  float: right;
  background-color: #1f9ac7;
  text-align: center;
  text-decoration: none;
}

.acceptreject {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: block;
  width: 100%;
  height: 105px;
  padding-top: 22px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #015d82;
}

.cookiesbutton {
  position: relative;
  padding-top: 20px;
  font-family: 'Gotham bold', sans-serif;
  color: #fff;
  font-size: 22px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.cookies-main {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: none;
}

.cookies-footer-spacer {
  height: 150px;
}

.cookies-reject {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.rejected-text {
  margin-top: 149px;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.seekbardiv {
  position: relative;
  width: 160px;
  height: 40px;
  margin-top: 31px;
  margin-right: 20px;
  float: right;
  text-align: center;
}

.seekline {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  padding-top: 14px;
  padding-bottom: 14px;
}

.seekcircle {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-right: auto;
  margin-left: 14px;
  padding-top: 7px;
}

.seektime {
  position: absolute;
  left: auto;
  top: auto;
  right: 47px;
  bottom: 32px;
  font-family: Knockout, sans-serif;
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
}

.back-icon {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 75px;
  height: 75px;
  padding-top: 28px;
  float: right;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/arrow_1arrow.png');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  font-family: Knockout, sans-serif;
  color: #383838;
  font-size: 70px;
  text-align: center;
  text-decoration: none;
}

.back-text {
  position: absolute;
  display: block;
  margin-left: 50px;
  padding-right: 69px;
  float: left;
  font-family: 'Niveau grotesk', sans-serif;
  color: #313131;
  font-size: 32px;
  line-height: 30px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.content-number {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 75px;
  height: 75px;
  padding-top: 28px;
  float: right;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #383838;
  font-size: 70px;
  text-align: center;
  text-decoration: none;
}

.heading-title {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, rgba(0, 0, 0, 0.51)), color-stop(65%, rgba(0, 0, 0, 0.53)), to(transparent));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.51) 40%, rgba(0, 0, 0, 0.53) 65%, transparent);
  font-family: 'Niveau grotesk', sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.tabtext {
  padding: 20px;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 40px;
  font-weight: 200;
  text-align: center;
}

.heading-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  width: 100%;
  height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.project-image {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10% 5%;
  -o-object-fit: contain;
  object-fit: contain;
}

.gridmain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.project-text {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  height: 10%;
  padding-top: 25px;
  font-family: Oswald, sans-serif;
  font-size: 25px;
  text-align: center;
  text-transform: uppercase;
}

.heading-wrap {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 50%;
  min-width: 50%;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.project-full {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
  background-color: #fff;
}

.heading-link {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-width: 100%;
  padding-bottom: 100%;
  text-decoration: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.close {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 3;
  height: 80px;
  padding-top: 9px;
  padding-right: 30px;
  padding-left: 30px;
  opacity: 0.5;
  text-decoration: none;
}

.close:hover {
  opacity: 1;
}

.back-heading {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 75px;
  padding-left: 21px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #727272;
  background-color: rgba(184, 205, 209, 0.88);
  text-decoration: none;
}

.button-language-2 {
  display: block;
  width: 75px;
  height: 90px;
  padding-top: 11px;
  border-right: 1px solid #929292;
  text-align: center;
}

.area-grid-2 {
  position: relative;
  width: 100%;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
}

.icon-image-2 {
  display: block;
  width: 100%;
  padding: 5px;
}

.content-back {
  margin-right: 17px;
  margin-left: 20px;
}

.header-top-2 {
  position: absolute;
  width: 100%;
  height: 90px;
  background-image: url('../images/croke.jpg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.cookies-reject-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.list-background {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.heading-wrap-fake {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 50%;
  min-width: 50%;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #000;
  -o-object-fit: fill;
  object-fit: fill;
}

@media screen and (max-width: 991px) {
  .tabtext {
    padding: 10px 5px;
    font-size: 35px;
  }

  .project-image {
    padding-bottom: 18%;
  }

  .project-text {
    height: 7%;
    font-size: 20px;
  }

  .heading-wrap {
    width: 33.33%;
  }

  .heading-wrap-fake {
    width: 33.33%;
  }
}

@media screen and (max-width: 767px) {
  .cookies-reject {
    display: block;
  }

  .tabtext {
    font-size: 28px;
  }

  .project-image {
    padding: 5% 3%;
  }

  .project-text {
    height: 30px;
    padding-top: 1px;
    font-size: 12px;
  }

  .heading-wrap {
    width: 50%;
  }

  .close {
    height: 50px;
    padding-top: 5px;
  }

  .cookies-reject-2 {
    display: block;
  }

  .heading-wrap-fake {
    width: 50%;
  }
}

@media screen and (max-width: 479px) {
  .header-top {
    background-image: url('../images/croke.jpg');
    background-position: 50% 50%;
    background-size: auto 60px;
  }

  .button-back {
    position: relative;
    display: block;
  }

  .title-text {
    display: block;
  }

  .decline {
    text-align: center;
  }

  .accept {
    text-align: center;
  }

  .cookiesbutton {
    display: inline-block;
  }

  .back-text {
    display: block;
  }

  .tabtext {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 20px;
  }

  .project-text {
    font-size: 9px;
  }

  .project-full {
    display: none;
  }

  .close {
    height: 30px;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .header-top-2 {
    background-image: url('../images/Group-31.png');
    background-position: 50% 50%;
    background-size: contain;
  }

  .cookies-reject-2 {
    display: none;
  }
}

@font-face {
  font-family: 'Knockout';
  src: url('../fonts/ufonts.com_knockout-htf48-featherweight-opentype.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham book';
  src: url('../fonts/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham bold';
  src: url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Niveau grotesk';
  src: url('../fonts/Niveau-Grotesk-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Niveau grotesk';
  src: url('../fonts/Niveau-Grotesk-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}