body, html {
  margin: 0;
  height: 100%;
  min-height: 100%;
  position: relative;
  cursor: url('2024-assets/cursor.svg'), auto; */
  font-family: 'Alte Haas Regular', 'Arial', sans-serif;
  background-color: #e8e8e8;
  /* background-image: url('https://ihatetomatoes.net/merry-christmallax/img/bcg_paper.png'); */

  overflow-x: hidden;

}

/* @font-face {
  font-family: 'Alte Haas Bold';
  src: url('AlteHaasGroteskBold.ttf');
  font-weight: bold;
} */

@font-face {
  font-family: 'Alte Haas Regular';
  src: url('2024-assets/AlteHaasGroteskRegular.ttf');
}

@font-face {
  font-family: 'Neue Haas';
  src: url('2024-assets/Neuehaas.woff');
}

a {
  cursor: url('2024-assets/pointer.png'), auto;
  color: black;

}

h1 {
  position: fixed;
  font-family: 'Alte Haas Regular', 'Arial', sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  color: black;
  /* -webkit-text-stroke-width: 0.01rem;
  -webkit-text-stroke-color: black; */
  margin: 0px;
  padding-left: 32px;
  padding-top: 15px;
  letter-spacing: -0.02em;
  z-index: 1;
}

h2 {
  font-size: 1.2em;
  font-weight: 400;
  font-family: 'Neue Haas', 'Arial', sans-serif;
  color: black;
  margin: 0px;

}

p {
  font-size: 1.2em;
  font-family: 'Neue Haas', 'Arial', sans-serif;
}


img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70vw;
  padding-top: 30vh;
}

video {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70vw;
  padding-bottom: 25vh;
}

.mobile {
  display: none;
}

.desktop {
  display: block;
}

#fullwidth {
  width: 100vw;
  padding-top: 50vh;
}

#vertical {
  width: auto;
  height: 100vh;
}

#gif {
  width: 700px;
  padding-bottom: 20vh;
  padding-top: 20vh;
}

#sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  width: 800px;
  padding-top: 150px;
  padding-bottom: 150px;
}

#ethel2 {
  display: none;
}

#endurance {
  padding-top: 0px;
  padding-bottom: 50px;
  display: block;
}

#endurance_mobile {
  display: none;
}

.about {
  font-family: 'Neue Haas', 'Arial', sans-serif;
  font-size: 1.2em;
  position: fixed;
  left: 32px;
  bottom: 32px;
  z-index: 1;
}

.links {
  font-family: 'Neue Haas', 'Arial', sans-serif;
  font-size: 1.2em;
  text-align: right;
  bottom: 32px;
  right: 32px;
  position: fixed;
  text-decoration: underline;
  z-index: 1;
}

/* Text cirkel */

/* * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
} */

/* body {
	background: #fff;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
} */

.circletext {
	position: relative;
	width: 200px;
	height: 200px;
	border-radius: 100vmax;
	display: flex;
	align-items: center;
	justify-content: center;
}

.logo {
	position: absolute;
	width: 175px;
	height: 175px;
	background: url('2024-assets/Vector5.svg');
	background-size: cover;
	/* border-radius: 100vmax; */
	background-position: center;
  animation: textRotation 18s linear infinite;
}

/* .text {
	position: absolute;
	width: 100%;
	height: 100%;
	font-family: consolas;
	color: #ffffff;
	font-size: 17px;
	animation: textRotation 8s linear infinite;
} */

@keyframes textRotation {
	to {
		transform: rotate(360deg);
	}
}

.text span {
	position: absolute;
	left: 50%;
	font-size: 1.2em;
	transform-origin: 0 100px;
}



/* Studsande boll */

.circle {
      position: fixed;
      display: inline-block;
      width: 200px;
      height: 200px;
      background-color: white;
      border-radius: 50%;
      overflow: hidden;
      z-index: 99;
      border: solid 2px;
    }

.scrolling-content {
    position: relative;
    width: 100%;
    min-height: 350px;
    background-color: #d0a9df;
    /* border-radius: 0px 25px 0px 0px; */
    z-index: 2;
    border-top: solid 2px;
    border-right: solid 2px;
    padding-bottom: 24px;
}

.scrolling-content p {
  display: inline-block;
  max-width: 500px;
  margin-top: 0px;
  margin-bottom: 20px;
  color: black;
  line-height: 1.26;
}

section {
  width: 100%;
}


.eqWrap {
	display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.eq1 {
  color: #fff;
	padding: 24px 0px 0px 32px;
}

.eq2 {
  color: #fff;
	padding: 24px 32px 0px 40px;
}

.equalHW {
	flex: 1;
}

.equalHMWrap {
	justify-content: space-between;
}

#info {
  flex: 1;
  max-width: 200px;
  padding-left: 200px;
  padding-top: 22px;
  padding-right: 30px;
}





@media  (max-width: 797px) {

body, html {
    font-family: 'Alte Haas Bold', 'Arial', sans-serif;
    position: unset;
}

h1 {
  font-family: 'Alte Haas Regular', 'Arial', sans-serif;
  font-size: 2.5rem;
  padding-left: 16px;
  padding-top: 7px;
  padding-right: 16px;
  z-index: 1;
  position: absolute;
  pointer-events: none;
}

h2 {
  font-family: 'Neue Haas', 'Arial', sans-serif;
  font-size: 0.9em;
}

img {
    width: 85vw;
    padding-top: 35vh;
    padding-bottom: 35vh;
}

video {
  width: 90%;
}

.mobile {
  display: block;
}

.desktop {
  display: none;
}

p {
  font-family: 'Neue Haas', 'Arial', sans-serif;
  font-size: 0.9em;
}

section {
  width: 100vw;
}

#fullwidth {
  width: 150vw;
  padding-top: 90px;
  padding-bottom: 0;
}

#vertical {
  width: 90%;
  height: unset;
  padding-bottom: 0;
}

#gif {
  width: 100%;
  padding-top: 20vh;
  padding-bottom: 20vh;
  left: auto;
  right: auto;
}

#sticky {
  display: block;
  width: 100vw;
  max-height: 90%;
  padding-top: 50px;
}

#ethel1 {
  display: none;
}

#endurance {
  display: none;
}

#endurance_mobile {
  display: block;
  width: 60%;
  padding-top: 0px;
  padding-bottom: 18vh;
}

/*#ethel2 {
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 85vw;
  height: unset;
  padding-top: 80px;
  padding-bottom: 20px;
}*/

.links {
    font-family: 'Neue Haas', 'Arial', sans-serif;
    font-size: 0.9em;
    text-align: left;
    bottom: 16px;
    left: 16px;
    line-height: 1.6;
    z-index: 1;
    position: absolute;
}

.about {
  font-family: 'Neue Haas', 'Arial', sans-serif;
  font-size: 0.9em;
  bottom: 73px;
  left: 16px;
  right: 32px;
  z-index: 1;
  position: absolute;
  pointer-events: none;
}

.scrolling-content {
  padding-bottom: 0px;
}

.scrolling-content p {
  max-width: 400px;
  margin-bottom: 17px;
  line-height: 1.35;
}

.eqWrap {
	display: block;
  padding-top: 16px;
}

.eq1, .eq2{
	padding: 0px 16px 0px 16px;
}

.circle {
      width: 100px;
      height: 100px;
      border: solid 1.5px;
}

.circletext {
    	width: 100px;
    	height: 100px;
}

.logo {
	width: 84px;
	height: 84px;
	background: url('2024-assets/Vector_mobile2.svg');
  background-size: contain;
  background-position: center;
	border-radius: unset;
}

#info {
  display: none;
}





}


@media (orientation: landscape) and (max-width: 797px) {

.links {
      font-size: 0.6em;
      bottom: 16px;
      right: 16px;
      left: unset;
      text-align: right;
}

.about {
    font-size: 0.6em;
    left: 16px;
    bottom: 16px;
}

h2, p {
    font-size: 0.8em;
}

.eqWrap {
	display: flex;
}

.scrolling-content {
}


#vertical {
  width: unset;
  height: 120vh;
  padding-bottom: 0;
}

#sticky {
  width: 50%;
  max-height: unset;
  padding-top: 50px;
  padding-bottom: 50px;
}

#gif {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

#info {
  display: none;
}

#endurance_mobile {
  width: 30%;
}


}
