/*Custom stylesheet written by Max Holl*/
* {
   margin: 0;
   padding: 0;
   box-sizing: border-box;
 }

@font-face {
  font-family: "Anti-Text";
  src: local("Anti-Regular"), url("../fonts/Anti-Regular.woff2") format("woff2"), url("../fonts/Anti-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-stretch: 100;
}

@font-face {
  font-family: "Anti-Bold";
  src: local("Anti-Bold"), url("../fonts/Anti-Bold.woff2") format("woff2"), url("../fonts/Anti-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-stretch: 100;
}

@font-face {
  font-family: "C4F";
  src: local("Cake4Freaks"), url("../fonts/Cake4Freaksv0.1-DisplayRegular.otf") format("Opentype");
  font-style: normal;
  font-weight: auto;
  font-stretch: auto;
}

h1{
  font-family: "C4F", "Anti-Bold", Helvetica, Arial, sans-serif;
  /* letter-spacing: -0.01em; */
  font-size: 4.5em;
  margin-bottom: 0.5em;
  color: pink;
}

h2, h3{
  font-family: "Anti-Bold", Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  margin-bottom: 10px;
}

 body {
   display: flex;
   flex-direction: column;
   min-height: 100vh;
 }

 p{
   font-family: "Anti-Text", Helvetica, Arial, sans-serif;
   font-size: 1.9em;
   line-height: 1.25;
   letter-spacing: -0.003em;
 }

ul{
  font-family: "Anti-Text", Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  line-height: 1.25;
  letter-spacing: -0.003em;
  text-indent: 10px;
  margin-left: 20px;
  margin-bottom: 20px;
 }

 header {
   width: 100%;
 }

 header img {
   width: 40vw;
   height: auto;
   display: block;
   margin: auto;
 }

 main {
   position: absolute;
   bottom: 0;
   font-family: "Anti-Bold", sans-serif;
   flex: 1;
   display: flex;
   justify-content: center;
   align-items: center;
   padding: 2rem;
   text-align: left;
   margin-bottom: 15px;
 }

 main .content {
   max-width: 887px;
 }



 #draw-area {
   cursor: default;
 }

   a {
     text-decoration: none;
     color: pink;
   }

   a:hover {
     text-decoration: underline;
   }

   .bold{
     font-family: "Anti-Bold";
     margin-bottom: 30px;
   }

   .footer{
     display: flex;
     text-align: left;
     margin-left: 30px;
     width: 100%;
     position: absolute;
     top: 20;
     /* background-color: grey; */
   }

   .footer>*{
     font-size: 1.1em;
     margin-right: 30px;
   }

   .content.imprint{
     margin-bottom: 50px;
   }

   .content.imprint>a, .content.imprint>p{
     font-size: 1.2em;
     color: black;
     margin-bottom: 3px;
   }
   .content.legal>p, .content.legal>ul, .content.legal>h3, .content.legal>a{
     font-size: 1.2em;
     color: black;
     margin-bottom: 10px;
   }
   .content.legal>h2{
     font-size: 1.9em;
     letter-spacing: -0.02em;
   }

   main:has(.legal) {
     margin-top: 50px;
     position: relative;
     justify-content: left;
   }

 @media (max-width: 600px) {
   main {
     padding: 1rem;
   }
   h1{
     font-size: 2.3em;
   }
    header img {
    margin-top: 30px;
    width: 64vw;
  }
  .rotate {
  top: 36%;
left: 0;
transform: rotate(-90deg) translateY(-50%);
transform-origin: left top;
}
   p{
     font-size: 1.4em;
     line-height: 1.32;
   }
   .footer{
     /* justify-content: flex-end; */
     /* padding-bottom: 55vh; */
   }

   /* .footer a{
     color: black;
   } */
 }
