body {
    font-family: "Service Apotheek Text", sans-serif;
    font-size: calc(51vw / 19.2);
    height: calc(1080vh / 10.8);
    margin: 0;
    padding: 0;
    text-align: left;
    width: calc(1920vw / 19.2);
}

#backgroundimage {
    background-size: cover;
    display: none;
    height: 100%;
    opacity: 0.25;
    position: fixed;
    width: 100%;
    z-index: -1;
}

#page {
    display: flex;
    flex-direction: column;
    height: calc(1080vh / 10.8);
    width: calc(1920vw / 19.2);
}

#mainbody {
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    height: 100%;
    justify-content: space-between;
    overflow: hidden;
    padding: calc(5vw/19.20);
    width: 100%;
}

#mainbodyleft {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: 100%;
    position: relative;
}

#mainbodyright {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: calc(425vw / 19.2);
    min-width: calc(425vw / 19.2);
    margin-left: calc(20vw / 19.2);
    z-index: 10;
}

#openingtimes {
    display: none;
    text-align: center;
}

#hours {
    font-size: calc(42vw / 19.2);
    margin-bottom: calc(20 / vh/10.80);
    color: rgb(0, 73, 124);
}

#hourstable {
    color: rgb(0, 73, 124);
    font-size: calc(42vw / 19.2);
}

#jputdotwshort {
    padding-right: calc(25vw / 19.2);
}

#satvlogo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    /* align-items: flex-start;
    min-height: calc(160vh / 10.8);
    height: calc(160vh / 10.8); */
    z-index: 10;
}

#satvlogoimg {
    max-height: calc(200vh / 10.80);
    max-width: 100%;
    padding: calc(5vw / 19.2);
}

h2 {
    color: white;
}

canvas {
    cursor: pointer;
}

.mute {
    cursor: pointer;
    display: initial;
}

#themelogo {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#themelogoimg {
    max-width: 100%;
    max-height: 100%;
    /* width: 100%; */
}

#imagediv {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 20;
}

.progressBarContainer {
    margin-bottom: calc(5vh / 10.8);
    width: calc(425vw / 19.2);
    z-index: 10;
}

/* #progressBarContainer1 {
    position: absolute;
    width: calc(225vw / 19.2);
    bottom: 0px;
    right: calc(5vw / 19.2);
} */
.progressBar {
    height: calc(18vh / 10.8);
    background-color: transparent;
    z-index: 10;
}

/* #progressBar1 {
    height: calc(12vh / 10.8);
} */
.progressBar div {
    background-color: rgb(00, 129, 182);
    box-sizing: border-box;
    height: 100%;
    line-height: calc(22vh / 10.8);
    /* same as #progressBar height if we want text middle aligned */
    text-align: right;
    width: 0;
}

.item {
    position: absolute;
    top: calc(0vw / 19.2);
    left: calc(0vw / 19.2);
}

.item h2 {
    font-size: calc(20vw / 19.2);
    text-align: center;
    position: absolute;
    line-height: calc(41vh / 10.8);
    width: 100%;
    color: #00255a;
}

svg {
    transform: rotate(-90deg);
}

.circle_animation {
    stroke-dashoffset: 188;
    stroke-dasharray: 188;
    /* this value is the pixel circumference of the circle */
    transition: all 1s linear;
}

#ticker {
    position: absolute;
    top: calc(1006vw / 19.2);
    left: calc(0vw / 19.2);
    width: calc(1890vw / 19.2);
    height: calc(74vh / 10.8);
}

#one {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    overflow: hidden;
}

#onewrap {
    flex-grow: 1;
}

#two {
    position: relative;
}

.three {
    position: relative;
}

#tickerbar {
    background-color: #002c55;
    height: calc(80vh / 10.80);
    min-height: calc(80vh / 10.80);
    text-align: center;
    width: 100%;
    z-index: 10;
}
