@charset "utf-8";
@font-face {
  font-family: "MinotaurBeef";
  src: url("../fonts/MinotaurBeef.otf");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "MinotaurLombardicBold";
  src: url("../fonts/MinotaurLombardicBold.otf");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "MinotaurBold";
  src: url("../fonts/MinotaurBold.otf");
  font-weight: bold;
  font-style: normal;
}
/* FRAMEWORK VARIABLES */
/* for futur IDE */
/* BUTTON */
/* CONTAINER */
/*
@axHeaderContainerBackgroundColor: #607d8b;
@axHeaderContainerBoxShadow: 0px 1px 3px 0px #333;
*/
/* MENU */
/* TOOLTIPS */
* {
  box-sizing: border-box;
}
html {
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
  font-family: 'Arial', sans-serif;
  cursor: default;
  text-shadow: none;
  overflow-x: hidden;
  overflow-y: hidden;
}
body {
  position: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
input {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ios-scroll {
  -webkit-overflow-scrolling: touch;
}
.ax-background-layer {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ax-main-layer {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ax-badge-element {
  position: relative;
  visibility: hidden;
  color: #fff;
  background-color: #333;
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  font-size: 12px;
}
/* ata-count : avoid collision with 'number' */
.ax-badge-element::after {
  content: attr(data-count);
  position: absolute;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  visibility: inherit;
  color: inherit;
  background-color: inherit;
}
.ax-button-base {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.ax-viewcontainer-holder {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  overflow-y: hidden;
}
.ax-view-element {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  visibility: hidden;
  display: none;
  touch-action: pan-y;
  left: 0px;
  top: 0px;
  opacity: 1;
  transition-duration: 0s;
  transition-property: none;
}
.ax-slidercontainer-holder {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  overflow-y: hidden;
}
.ax-slidercontainer-wrapper {
  position: absolute;
  height: 100%;
  width: auto;
  top: 0px;
  left: 0px;
  transition-property: none;
  transition-duration: 400ms;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.ax-slideritem-element {
  /*position: absolute;*/
  display: block;
  height: 100%;
  width: auto;
  flex-shrink: 0;
}
.ax-loader-layer {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  visibility: hidden;
}
.ax-loader-background {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: #000;
  opacity: 0.98;
}
.ax-loader-content {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ax-loader-holder {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 20px;
  background-color: #fff;
  box-shadow: 0px 2px 3px #000;
}
.ax-loader-element {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 40px;
  height: 40px;
}
.ax-loader-element-circle-quarter {
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid transparent;
  border-radius: 50%;
}
.ax-loader-element-circle-quarter-animation {
  animation: ax-anim-loader-circle-quarter 1.2s linear infinite;
}
/*
.ax-loader-element-circle-quarter::before
{
    content:'';
    position: absolute;
    box-sizing: border-box;
    top: -4px;
    left: -4px;
    width: 40px;
    height: 40px;
    
    border: 4px solid #000;
    border-radius: 50%;
    opacity: 0.5;
}
*/
.ax-loader-box {
  margin: 20px;
  color: #fff;
  text-align: center;
}
@keyframes ax-anim-loader-circle-quarter {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.material-icons.md-18 {
  font-size: 18px;
}
.material-icons.md-24 {
  font-size: 24px;
}
.material-icons.md-36 {
  font-size: 36px;
}
.material-icons.md-48 {
  font-size: 48px;
}
.ax-menu-layer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}
.ax-menu-element {
  position: absolute;
  visibility: hidden;
  max-width: 200px;
  height: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #666;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0px 0.5px 2px 0px #9b9b9b;
}
.ax-menu-item-element {
  min-height: 48px;
  padding: 14px;
  display: flex;
  cursor: pointer;
  color: #333;
  background-color: #fff;
}
.ax-menu-item-label {
  text-align: left;
  /* see if we variable it */
}
.ax-menu-item-icon {
  margin-top: auto;
  margin-bottom: auto;
}
.ax-menu-item-icon-space {
  padding-right: 10px;
}
.ax-menu-item-separator {
  min-height: 1px;
  max-height: 1px;
  background-color: #ccc;
}
.ax-popup-layer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  pointer-events: none;
}
.ax-popup-obfuscator {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: #000;
  visibility: hidden;
  opacity: 0;
  pointer-events: all;
}
.ax-popup-element {
  position: absolute;
  visibility: hidden;
  transition-property: none;
  transition-duration: 0s;
  pointer-events: all;
}
.ax-popup-arrow {
  position: absolute;
  display: none;
}
/* arrow up */
.ax-popup-arrow-bottom {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
/* arrow down */
.ax-popup-arrow-top {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}
/* arrow left */
.ax-popup-arrow-right {
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  border-right: 10px solid #fff;
}
/* arrow right */
.ax-popup-arrow-left {
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  border-left: 10px solid #fff;
}
.ax-progress-element {
  box-sizing: border-box;
  padding: 0;
  /*overflow: hidden;*/
}
.ax-progress-bar {
  position: relative;
  height: 100%;
  box-sizing: border-box;
  transition-property: width;
  transition-duration: 800ms;
}
.ax-progress-indicator {
  position: relative;
  width: 32px;
  height: 32px;
  margin-left: -16px;
  transition-property: left;
  transition-duration: 800ms;
}
.ax-tooltip-layer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}
.ax-tooltip-element {
  position: absolute;
  visibility: hidden;
  min-height: 10px;
  min-width: 10px;
  max-width: 180px;
  height: auto;
  padding: 12px;
  text-align: left;
  display: flex;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  background-color: #000000;
  border-radius: 2px;
}
.ax-tooltip-icon-space {
  padding-right: 10px;
}
.ax-tooltip-arrow {
  position: absolute;
  visibility: hidden;
}
/* arrow up */
.ax-tooltip-arrow-bottom {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #000000;
}
/* arrow down */
.ax-tooltip-arrow-top {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #000000;
}
/* arrow left */
.ax-tooltip-arrow-right {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-right: 8px solid #000000;
}
/* arrow right */
.ax-tooltip-arrow-left {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid #000000;
}
html {
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
  cursor: default;
  text-shadow: none;
  overflow-x: hidden;
  overflow-y: hidden;
}
a {
  color: #fff;
  text-decoration: none;
}
a:visited {
  color: #fff;
  text-decoration: none;
}
/* axial overwrites */
.ax-background-layer-shp {
  background-color: #ff0042;
}
/* fonts */
.shp-font-beef {
  font-family: "MinotaurBeef", sans-serif;
  font-weight: bold;
}
.shp-font-lombardic {
  font-family: "MinotaurLombardicBold", sans-serif;
  font-weight: bold;
}
.shp-font-minotaur {
  font-family: "MinotaurBold", sans-serif;
  font-weight: bold;
}
/* svg filter */
.svg-filter {
  position: absolute;
}
/* sektor commons */
.sh-bg-particles {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.sh-particle {
  position: absolute;
  border-radius: 50%;
  animation-timing-function: ease-in;
  animation-iteration-count: infinite;
}
@keyframes sh-particle_animation {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-2000px);
  }
}
/* sh bg grain */
.sh-bg-grain {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.sh-bg-grain_grain {
  position: absolute;
  width: 110%;
  height: 110%;
  top: -5%;
  left: -5%;
  opacity: 0.11;
  background: url("../assets/grain.jpg") repeat center center;
  animation: grain_animation 0.5s steps(1) infinite;
}
@keyframes grain_animation {
  0%,
  100% {
    transform: translate(0, 0, 0);
  }
  10% {
    transform: translate(-1%, -1%);
  }
  20% {
    transform: translate(1%, 1%);
  }
  30% {
    transform: translate(-2%, -2%);
  }
  40% {
    transform: translate(3%, 3%);
  }
  50% {
    transform: translate(-3%, -3%);
  }
  60% {
    transform: translate(4%, 4%);
  }
  70% {
    transform: translate(-4%, -4%);
  }
  80% {
    transform: translate(2%, 2%);
  }
  90% {
    transform: translate(-3%, -3%);
  }
}
/* sektor presentation */
.shp-grid {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 10% 10% auto 10% 10%;
  gap: 10px;
}
.shp-title {
  position: relative;
  grid-column: 2 / span 10;
  grid-row: 2;
  font-size: 62px;
}
.shp-title-text {
  position: absolute;
  bottom: 0px;
  color: #f6ff8f;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.shp-title-text-opacity-in {
  color: #f6ff8f;
}
.shp-title-text-opacity-out {
  color: #f6ff8f;
  filter: url(#titleGooOut);
}
.shp-video {
  pointer-events: all;
  grid-column: 2 / span 10;
  grid-row: 3;
  background-color: #0a0434;
  border: 4px solid #0a0434;
}
.shp-nav {
  pointer-events: all;
  grid-column: 2 / span 10;
  grid-row: 4;
}
.shp-menu {
  width: 100%;
  height: auto;
  font-family: "MinotaurBeef", sans-serif;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 6px;
  margin-bottom: 10px;
}
.shp-menu-item {
  display: flex;
  transition-property: width;
  transition-duration: 500ms;
  white-space: nowrap;
}
.shp-menu-item-text {
  color: #f6ff8f;
}
.shp-menu-item-tip {
  position: relative;
  /*margin-left: 6px;*/
}
.shp-menu-item-tip-text {
  color: #0a0434;
}
.shp-menu-item-tip-square {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0px;
  height: 100%;
  color: #0a0434;
  overflow: hidden;
  transition-property: transform;
  transition-duration: 500ms;
}
.shp-menu-item-tip-content {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  /*padding-right: 6px;*/
  color: #0a0434;
  transition-property: transform;
  transition-duration: 500ms;
}
.shp-menu-separator {
  color: #0a0434;
  margin-left: 6px;
  margin-right: 6px;
}
.shp-kultur {
  height: 40px;
  color: #fff;
  text-align: center;
  font-family: "MinotaurBeef", sans-serif;
  font-size: 18px;
  cursor: pointer;
}
.shp-social {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.shp-network {
  width: 34px;
  height: 34px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #0a0434;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition-property: transform;
  transition-duration: 400ms;
}
.shp-icon {
  width: 20px;
  height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.shp-icon-fill {
  fill: #ff0042;
  width: 20px;
  height: 20px;
}
.shp-icon-fill-facebook {
  width: 17px;
  height: 17px;
}
.shp-card {
  pointer-events: none;
  position: absolute;
  right: 0px;
  bottom: 14px;
  width: auto;
  height: auto;
  background-color: #0a0434;
  color: #f6ff8f;
  font-size: 12px;
  font-family: "MinotaurBeef", sans-serif;
  font-weight: bold;
  padding: 14px;
  text-align: right;
  transition-property: transform;
  transition-duration: 500ms;
  transform: translateX(101%);
}
.shp-circles {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
}
.shp-circle {
  position: absolute;
}
.shp-circle-left {
  left: 12vw;
  top: 25vh;
  width: 18vw;
  max-width: 280px;
  transform: translate(-50%, -50%) rotate(0deg);
  animation: anim_rotate_left 8s linear 0s infinite ;
}
.shp-circle-left-font {
  font-size: 20.34px;
  fill: #fff;
  font-family: "MinotaurBeef", sans-serif;
  font-weight: bold;
}
.shp-circle-right {
  top: 50%;
  right: 10vw;
  width: 17vw;
  max-width: 220px;
  transform: translate(50%, -50%) rotate(0deg);
  animation: anim_rotate_right 6s linear 0s infinite ;
}
.shp-circle-right-font {
  font-size: 20px;
  fill: #fff;
  font-family: "MinotaurBeef", sans-serif;
  font-weight: bold;
}
.shp-circle-bottom {
  left: 25vw;
  bottom: 0px;
  width: 20vw;
  max-width: 320px;
  transform: translate(-50%, 60%) rotate(360deg);
  animation: anim_rotate_bottom 9s linear 0s infinite ;
}
.shp-circle-bottom-font {
  font-size: 19.82px;
  fill: #fff;
  font-family: "MinotaurBeef", sans-serif;
  font-weight: bold;
}
@keyframes anim_rotate_left {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes anim_rotate_right {
  from {
    transform: translate(50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(50%, -50%) rotate(360deg);
  }
}
@keyframes anim_rotate_bottom {
  from {
    transform: translate(-50%, 60%) rotate(360deg);
  }
  to {
    transform: translate(-50%, 60%) rotate(0deg);
  }
}
@keyframes anim_rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media screen and (orientation: portrait) {
  .shp-grid {
    grid-template-rows: 10% 10% 30% 30% 10% 10%;
  }
  .shp-nav {
    grid-row: 4 / span 2;
  }
  .shp-menu {
    flex-direction: column;
    align-items: center;
    height: 60%;
    justify-content: space-evenly;
    /*font-size: 14px;*/
  }
  .shp-title {
    font-size: 58px;
  }
  .shp-kultur {
    font-size: 16px;
  }
}
