@font-face{
    src: url(../../fonts/rounded.ttf);
    font-family: round;
}

@font-face{
    src: url(../../fonts/pp.otf);
    font-family: "pp";
}

@keyframes ticker {
   0% { transform: translate3d(0%, 0, 0); }
   100% { transform: translate3d(-50%, 0, 0); }
}

body{
    height: 100vh;
    cursor: url(../../images/CURSOR.svg),auto;
    margin: 0px 0px 0px 0px;
    }

body a{
    cursor: url(../../images/CURSOR.svg),auto;
}

.headerbox {
    position: fixed;
    text-align: center;
    width: 100vw;
    height: 6vw;
    top:0vw;
    left:0;
    font-family: "pp";
    z-index: 100;
    justify-content: center;
    text-decoration: none;
    background-color: red;
    overflow: hidden;
}

.headerbox a {
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    font-size: 5vw;
    color: white;
    margin-top:-0.7vw;
    display: inline-block;

}

.headerbox a:hover {
    transform:skew(-10deg);}

.headerleft {
    float: left;
}

.headerright {
    float: right;
}

.line{
    position: relative;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    border: 1px solid white;
    overflow: hidden;
}

.tickercontainer{
    margin-top: 6vw;
    position:fixed;
    background: red;
    z-index: 10;
}

.ticker{
    color: white;
    background-color: red;
    font-size: 1vw;
    line-height: 1vw;
    font-family: "round";
    text-transform: uppercase;
    width:100vw;
    padding: 0.5vw 0 0.5vw 0;
    overflow: hidden;
    z-index: 10;
}

.tickertext{
    display: flex;
    width: 200vw;
    justify-content: space-around;
  &:before,
  &:after {
    content: '';
    display: block;
  }

    transform: translate3d(25%, 0, 0);
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: ticker;
    animation-duration: 10s;
}

.tickerimage{
    height:1vw;
    width:auto;
}

.info{
    position: fixed;
    color: white;
    width:100vw;
    font-size: 5vw;
    font-family: "pp";
    text-align: center;
    bottom: 0px;
    margin-bottom:10px;
    left:0;
    z-index: 100;
    display: inline-block;
}


.infotext{
    text-align: left;
    padding-left: 10px;
    text-transform: uppercase;
    position: fixed;
    width: 100vw;
    height:0vh;
    background-color:rgb(255,0,0);
    color: white;
    font-size: 5vw;
    font-family: "round";
    visibility: hidden;
    top: calc(8vw + 4px);
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    overflow: auto;
    z-index: 10;
    transition: all 0s linear;

}

.info:hover{
    transform: skew(-10deg);
}

.infoheader{
    font-size: 5vw;
    font-family: "pp";
}


.slider{
    display: inline-flex;
    flex-direction: row;
    margin-top: 0px;
    margin-bottom: 0px;
    transform: rotate(90deg) translateY(-100vh) translateY(+8vw) translateY(+2px);
    transform-origin: top left;
    position: relative
}

.slider img {
    height: calc(100vh - 8vw - 2px);
    align-self: center;
}
.slider iframe{
    height: calc(100vh - 8vw - 2px);
    width:160vh;
    align-self: center;
}

.outerwrapper{
    width:calc(100vh - 8vw - 2px);
    height:100vw; 
    transform: rotate(-90deg) translateX(-100vh );
    transform-origin: top left;
    overflow-y: scroll;
    overflow-x: hidden;
    position: absolute;     
}

.outer-wrapper {
scrollbar-width: none;
-ms-overflow-style: none;
}

::-webkit-scrollbar {
display:none;
}

@media only screen and (max-width:375px){
    .line{
    position: relative;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    border: 1px solid red;
    overflow: hidden;
}
    .space{
    margin-top:9vw;
}
    .headerbox {
    position: fixed;
    text-align: center;
    width: 100vw;
    height: 9vw;
    top:0vw;
    left:0;
    font-family: "pp";
    z-index: 100;
    justify-content: center;
    text-decoration: none;
    background-color: red;
    overflow: hidden;

}

    .headerbox a {
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    font-size: 7.5vw;
    color: white;
    margin-top:-0.7vw;
    display: inline-block;

}
    .tickercontainer{
    margin-top: 9vw;
    position:fixed;
    background: red;
    z-index: 10;
}
    .ticker{
    color: red;
    background-color: white;
    position:relative;
    font-size: 3vw;
    line-height: 3vw;
    font-family: "round";
    text-transform: uppercase;
    width:100vw;
    padding: 0.5vw 0 0.5vw 0;
    overflow: hidden;
    white-space: nowrap;
}
    .tickertext{
    display: flex;
    width: 400vw;
    justify-content: space-around;
  &:before,
  &:after {
    content: '';
    display: block;
  }

    transform: translate3d(25%, 0, 0);
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: ticker;
    animation-duration: 20s;
}
    .headline{
    padding-top: 14vw;
    font-size: 10vw;
    font-family: "round";
    bottom:0;
    width: 100%;
    height: calc(100vh - 8vw - 2px)
    line-height: 10vw;
    text-align: center;
    color: white;
    position: relative;
    overflow: auto;
}
    
}
