/* Hello bitches. */

body {
top: 0;
left: 0;
background-color: white;
color: black;
}

h1 {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 2.8em;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  margin-top: 0%;
  display: inline;
}

p {
  font-weight: 600;
  font-style: normal;
  font-size: 1.7em;
  font-family: neue-haas-grotesk-display, sans-serif;
  line-height: 1.24em;
}

p.nav {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: calc(12px + (48 - 12) * ((100vw - 300px) / (1600 - 300)));
  text-transform: uppercase;
  letter-spacing: 0.3em;
  margin-top: 0%;
  line-height: 1.0em;
  display: inline;
}

p.helloo {
  font-weight: 600;
  font-style: normal;
  font-size: 3em;
  font-family: neue-haas-grotesk-display, sans-serif;
  line-height: 1.3em;
}

.caption {
  font-weight: 600;
  font-style: normal;
  font-size: 1.7em;
  font-family: neue-haas-grotesk-display, sans-serif;
  line-height: 1.24em;
}

.pink {
color: #ff1393;
}

.topper {
top: 0;
left: 0;
width: 95vw;
padding-top: 2vw;
padding-left: 2vw;
padding-right: 2vw;
position: fixed;
z-index: 99;
}

.logoimg {
width: 20vw;
height: auto;
}

.navigation {
top: 0;
right: 0;
text-align: right;
padding-top: 2vw;
padding-right: 2vw;
position: fixed;
}

.imprint {
bottom: 0;
left: 0;
padding-bottom: 30vh;
padding-left: 15vw;
transform: matrix(0, -1, 1, 0, 0, 0);
text-align: left;
position: fixed;
}

.hello {
margin-top: 33vh;
margin-left: 30vw;
margin-bottom: 30vh;
padding-bottom: 10vh;
width: 40vw;
max-width: 700px;
position: relative;
z-index: 3;
}

.text {
margin-top: 0vh;
margin-bottom: 16vh;
margin-left: 18vw;
padding-top: 20vh;
-top: 20vh;
width: 50vw;
max-width: 850px;
position: relative;
z-index: 3;
}

.icecubes {
bottom: 0;
right: 0;
margin-bottom: 2vw;
margin-right: 2vw;
position: fixed;
z-index: 1;
}

.cubes {
width: 25vw;
height: auto;
}

.galerie {
width: 50vw;
max-width: 600px;
}

.underline {
text-decoration: underline;
text-decoration-thickness: 0.1em;
text-underline-offset: 4px;
cursor: pointer;
}

a:link {
color: #000000;
text-decoration: underline;
text-decoration-thickness: 0.1em;
text-underline-offset: 4px;
}

a:visited {
color: #000000;
text-decoration: underline;
text-decoration-thickness: 0.1em;
text-underline-offset: 4px;
}

a:hover {
color: #000000;
text-decoration: underline;
text-decoration-thickness: 0.1em;
text-underline-offset: 4px;
}

a:active {
color: #000000;
text-decoration: underline;
text-decoration-thickness: 0.1em;
text-underline-offset: 4px;
}

a.none:link {
color: #000000;
text-decoration: none;
}

a.none:visited {
color: #000000;
text-decoration: none;
}

a.none:hover {
color: #000000;
text-decoration: none;
}

a.none:active {
color: #000000;
text-decoration: none;
}


/* Akkordeon */

.akkordeon {
  max-width: 100%;
}

.toggle {
  display: none;
}

.option {
  position: relative;
  margin-bottom: 1em;
}

.offer,
.description {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  transition: all 0.2s;
}

.offer {
  top: 0%;
  padding-left: 5%;
}

.offer:after, .offer:before {
  content: '';
  position: absolute;
  left: 0%;
  top: 0%;
  margin-top: 6px;
  width: 5px;
  height: 1.6em;
  background-color: black;
  transition: all 0.2s;
}

.offer:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.description {
  padding-left: 10%;
  max-height: 0;
  overflow: hidden;
}

.toggle:checked + .offer + .description {
  max-height: 50%;
}

.toggle:checked + .offer:before {
  -webkit-transform: rotate(90deg) !important;
          transform: rotate(90deg) !important;
		  
}


@media all and (max-width: 800px) {

.logo {
top: 0;
margin-top: 20px;
margin-left: 20px;
height: auto;
position: fixed;
}

.logoimg {
width: 80vw;
height: auto;
}

.navigation {
margin-top: 8vh;
margin-left: -25vw;
}

.imprint {
padding-bottom: 30vh;
padding-left: 35vw;
transform: matrix(0, -1, 1, 0, 0, 0);
text-align: left;
position: fixed;
}

p.nav {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: calc(20px + (48 - 12) * ((100vw - 300px) / (1600 - 300)));
  text-transform: uppercase;
  letter-spacing: 0.3em;
  margin-top: 0%;
  line-height: 1.0em;
  display: inline;
}

.galerie {
width: 70vw;
max-width: 600px;
}

.hello {
margin-top: 25vh;
margin-left: 15vw;
margin-bottom: 5vh;
padding-bottom: 0vh;
width: 75vw;
position: relative;
}

.text {
padding-top: 22vh;
margin-left: 12vw;
width: 75vw;
margin-bottom: 10vh;
position: relative;
}

.icecubes {
bottom: 0;
right: 0;
margin-bottom: 2vh;
margin-right: 2vw;
position: fixed;
}

.cubes {
width: 52vw;
height: auto;
}


}