/*
 * DEBUG
———————————————————————————————————————————————
 */
 * {
   /* border: 1px dotted red; */
 }
 
 
/*
 * SOME RESETS
———————————————————————————————————————————————
 */

::-moz-selection {
  background: var(--akzent-color);
  text-shadow: none;
  }
::selection {
  background: var(--akzent-color);
  text-shadow: none;
  }

/*
 * Remove the gutter between images, videos, audio and canvas and the bottom@import("main.css"); of@import("main.css");
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
    vertical-align: middle;
  }

/*
 * Remove default fieldset styles.
 */
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
  }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
    resize: vertical;
  }
  
/*
 *  RESET SPACINGS
 */
html, body,
h1, h2, h3, h4,
p, ul, li, strong,
header, nav, section, footer {
  margin: 0; padding: 0;
  }
  
/*
 * BOXSIZE FOR EVERYTHING!
 */

* {
  box-sizing: border-box;
  }

/*
 * Eliminate h-Scroller on Windows
 */
 body { overflow-x: hidden; }
 
/*
 * SETTINGS
———————————————————————————————————————————————
 */
html {
  scroll-behavior: smooth;
  }

:root {

/* FONT SIZES
 —————————————————————————————— */
/* https://clamp.font-size.app/ */
/* Minimum viewport width 375px */
/* Maximum viewport width 90rem */

  /* Minimum font size 12 Px */
  /* Maximum font size 16 Px */ 
  --section-denominator: clamp(0.75rem, 0.662rem + 0.3756vw, 1rem);  
  
  /* Minimum font size 24 Px */
  /* Maximum font size 32 Px */
  --copy: clamp(1.5rem, 1.3239rem + 0.7512vw, 2rem);
  
  /* Minimum font size 28 Px */
  /* Maximum font size 64 Px */
  --big-copy: clamp(1.75rem, 0.9577rem + 3.3803vw, 4rem);
 
  /* Minimum font size 40 Px */
  /* Maximum font size 96 Px */ 
  --headline: clamp(2.5rem, 1.2676rem + 5.2582vw, 6rem);


  /* COLORS
    —————————————————————————————— */
    
    /* Light mode */
    --creme:        #E9E3D1;
    --rose:         #DBAFA9;
    --gelb:         #F1CF66;
    --gold:         #C09658;
    --violette:     #7E10ED;
    --signalgruen:  #61FF00;
    --signalgruen: greenyellow;
    
    --signalblau:   #1400FF;
    --crushedblack: #1D1D1B;
    
    --light-orange: #f7a400;
    --dark-orange:  #e8490f;
    
    --offercard:    pink;
   
    /* Default mode */
    --text-color:   var(--creme);
    --bg-color:     var(--gold);
    --akzent-color: var(--signalblau);   
  }

/*
 * SET COLORS
 ———————————————————————————————————————————————
 */

html {
  color:            var(--text-color);
  background-color: var(--bg-color);
  }
a {
  text-underline-offset: .45rem;
  }

.intro-copy {
  color: var(--gold);
  background-color: var(--creme);
  }
  
.catering,
.catering a,
.phone-link a {
  color:            var(--violette);
  background-color: var(--gold);
  }
.catering a {
  background: none;
  }
.phone-link a {
  background: none;
  text-decoration: none; 
  
  padding:   calc( var(--headline) / 2);
  
  border: .2rem solid var(--offercard);
  border-radius: var(--headline);
  
  transition: all 1s;
  }
.phone-link a:hover {
  color: var(--violette);
  background-color: var(--creme);
  
  transition: all .05s;
  }

.offercards {
  color: var(--offercard);
  }
.offercard {
  border: .2rem solid var(--offercard);
  }
 
.instagram,
.instagram a,
.insta-link a {
  color:            var(--violette);
  background-color: var(--signalgruen);
  }
.instagram a {
  background: none;
  }

.instagram .image-hl {
  color: var(--signalgruen);
  }

  
.insta-link a {
    background: none;
      
    text-decoration: none; 
    
    padding:   calc( var(--headline) / 2);
    
    border: .2rem solid var(--violette);
    border-radius: var(--headline);
    
    transition: all 1s;
   }
  
  .insta-link a:hover {
   color:            var(--signalgruen);
   background-color: var(--violette);
   
   transition: all .05s;
   }
  
.instastory,
.instastory a {
  color:            var(--signalgruen);
  background-color: var(--violette);
  }
.instastory a {
  background: none;
  }
.merch,
.merch a {
  color: var(--creme);
  background-color: var(--rose);
  background-color: green;
  }
  .merch a {
    background: none;
  }
  .tshirt,
  .price {
    color: var(--gold);
    }
  

.haltung .image-hl {
  color: var(--signalgruen);
  }
  
.haltung {
  color:            green;
  background-color: var(--signalgruen);;
  }


footer {
  color:            green;
  background-color: var(--creme);
  }
footer a {
  color:            green;
  }


    
/* VALUES (Default)
  —————————————————————————————— */
:root { 
  --gutter:   6vw;
  --v-space:   5svh;
  }

/* Values (Landscape)
  —————————————————————————————— */
@media screen and (orientation:landscape) {

  :root { 
    --gutter:   10vw;
    --v-space:  6vh;
    }

  }

  
/*
 * TYPOGRAPHY
 ———————————————————————————————————————————————
 */

/*
 * LOAD and INIT FONT
 */
@font-face {
  font-family: 'Radclette';
  src: url('font/radclette-medium.woff2') format('woff2');  
  font-weight: normal;
  font-style:  normal; 
  }
@font-face {
  font-family: 'Radclette';
  src: url('font/radclette-chunky.woff2') format('woff2');  
  font-weight: bold;
  font-style:  normal; 
  }


body {
  font-family: 'Radclette', 'Helvetica-Neue', Arial, sans-serif;
  text-rendering: optimizeLegibility;
  font-size: 1rem;
  }

h1, 
h2 {
  font-size: var(--headline);
  line-height: var(--headline);
  }
.offercard h2 {
  font-size: calc( var(--headline) / 1.4);
  line-height: calc( var(--headline) / 1.4);
  }
h3 {
  font-size: var(--section-denominator);
  letter-spacing: .1rem;
  text-transform: uppercase;
  }
h4 {
  font-size: calc( var(--headline) * .7 );
  line-height: calc( var(--headline) * .7 );
  }
p {
  font-size: var(--copy);
  line-height: calc( var(--copy) * 1.5 );
  }
  .offercard p {
    line-height: calc( var(--copy) * 1 );  
  }
.intro-copy p {
  font-size: var(--big-copy);
  line-height: calc( var(--big-copy) * 1.2 );
  }

.reg {
    font-weight: 300;
    }
  
  .tshirt p {
    margin: 0;
    }

.copy {
  font-size: var(--copy);
  }
.small {
  font-size: calc( var(--copy) * .7 );
  line-height: calc( var(--copy) * .7 );
  }  

 
  
/*
 * Standard Links
 */
a {
  
}


/*
 * LAYOUT
 ———————————————————————————————————————————————
 */ 

h2 {
  margin-bottom: calc( var(--headline) / 2 );
  }
.offercard h2 {
  margin-bottom: -1rem;
  }
h3 {
  margin-bottom: var(--section-denominator);
  }
p {
  margin-top: var(--copy);
  }

section p {
  max-width: 40ch;
}

.nowrap {
  white-space: nowrap;
  }

header,
section,
footer {
  padding: var(--v-space) var(--gutter);
  }
section.full-width {
  padding: 0;
  height: 100vh;
  }
.full-width .image-hl {
  padding: var(--v-space) var(--gutter);
  }

/* @media screen and (orientation:portrait) { 
  section:first-of-type {
    padding-top: calc( var(--v-space) * 2 );
    }
} */

/* figure {
  position: relative;
  
  margin: 0; padding: 0;
  
  width: 100%;
  height: 100vh;
  
  overflow: clip;
  }
figure img {
  width: 100vw;
  height: 100vh;

  object-fit: cover;
  }
@media screen and (orientation:portrait) { 
    figure img {
      object-position: 70%;
    }
  } */

.image-hl {
  position: absolute;
  z-index: 5;
  }

.tshirt figure {
  margin-left: calc( -1 * var(--gutter) );
  width: calc(100% + ( var(--gutter) * 2 ) );
  min-height: 100vh;
  overflow: clip;
  }
  
.tshirt img {
  margin: 0;
  padding: 0;
  position: relative;
  
  left: 50%;
  transform: translateX(-50%);
  
  -o-object-fit: contain;
  
  object-fit: contain;
  }

.tshirt .tshirt-data {
  /* position: relative; */
  position: absolute;
  /* top: -25vh; */

  padding: calc( var(--headline) / 2);
  width: 50%;
  
  margin-top: -50vh;
  
  border: .2rem solid var(--gold);
  border-radius: var(--headline);
  }

@media screen and (orientation:portrait) { 
  
  /* .tshirt img {
    height: 70%;
    } */
    
  .tshirt .tshirt-data {
    width: 80%;
    }
    
}

 /* HEADER
 ——————————————————— */  
body {
  position: relative;
  }

header {
  position: relative;
  height: 100svh;
  display: flex;
  align-items: flex-end;
  }
  
header .logo-container,
footer .logo-container {
  position: absolute;

  width: calc( var(--headline) * 3 );
  /* bottom: calc( var(--headline) * 5 ); */

  top: 30%;
  transform: translateY(-30%);
  right: 4vh;  
  
  z-index: 99;
  }  
@media screen and (orientation:portrait) { 
  header .logo-container,
  footer .logo-container {
    top: 45%;
    transform: translateY(-45%);
    }
  }
header .logo-container,
footer .logo-container {
  transform: rotate(-8deg);
  }


.logo-container img {
  width: 100%;
  }

/* VIDEO 
   ——————————————————— */  
  section {
    position: relative;
  }
  .video-container {
    width: 100vw;
    height: 100svh;
    overflow-x: clip;
  
    position: absolute;
    left: 0;
    top: 0;
    }
    @media screen and (orientation:portrait) { 
      .video-container {
        top: var(--v-space);
      }
    }
  
  .video-container video {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    
    width: 100vw;
    height: 100vh;
    
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    -o-object-fit: cover;
    
    object-fit: cover;
    
    /* z-index: -1; */
    }
    @media screen and (orientation:portrait) { 
      header .video-container video {
        -o-object-position: 40%;
        object-position: 40%;
      }
      
      .full-width .video-container {
        
      }
    }
  
/* SPECIAL LINKS
 ——————————————————— */  

.phone-link,
.insta-link {
  
  text-align: center;
  margin-top:     var(--headline);
  margin-bottom:  var(--headline);
  
  }



/* INTRO
 ——————————————————— */  

header .video-container,
body::before {
  opacity: 0;
  animation: fade-in 1s 1s forwards;
  z-index: -1;
  }
  

@keyframes fade-in {
  0%    { opacity: 0; }
  100%  { opacity: 1; }
  }


  

/* OFFER CARDS
 ——————————————————— */ 
.offer {
  margin-top: var(--headline);
  margin-left: calc( -1 * ( var(--headline) / 2 ) );
  width: calc( 100% + var(--headline) );
  /* background: azure; */
  }
  
.offer h3 {
  margin-left: calc( 1 * ( var(--headline) / 2 ) );
  }

/* .offer * {
  border: 1px solid red;
  } */
 
.offercards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  
  /* background: green; */
  }

.offercard {
  width: 49%;
  min-width: 40ch;
  
  /* margin-top:     var(--headline); */
  margin-bottom: calc( var(--headline) / 2);
  
  padding:   calc( var(--headline) / 2);
  
  border-radius: var(--headline);
  }
@media screen and (orientation:portrait) { 
  .offercard {
    min-width: auto;
    width: auto;
    /* width: calc( 100% - ( var(--headline) * 5 ) ); */
    }
  }

.offercard {
  position: relative;
  background: var(--violette);
  padding-top: 50vh;
  overflow: hidden;
  }
  
.offercard h3 {
  color: var(--violette);
  position: absolute;
  left: 0;
  top: var(--v-space);
  z-index: 9;
  }
  
.offercard-video-container {
  width: 100%;
  height: 48vh;
  overflow: hidden;

  position: absolute;
  left: 0;
  top: 0;
  }
  @media screen and (orientation:portrait) { 
    .offercard-video-container {
      /* top: var(--v-space); */
    }
  }

.offercard-video-container video {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  
  width: 100%;
  height: 50vh;
  
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
  -o-object-fit: cover;
  
  object-fit: cover;
  
  /* z-index: -1; */
  }
  @media screen and (orientation:portrait) { 
    .offercard-video-container video {
      width: 100%;
      height: 50vh;
    }
  }


.contact {
  margin-top: var(--headline);
  }


/* FOOTER
 ——————————————————— */  
  
footer {
  position: relative;
  height: 100vh;
  
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  }

footer .absender {
  width: 100%;
  height: 100%;
  /* background: blue; */
  
  display: flex;
  align-items: flex-end;
}


body::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 999;
  
  height: 100%;
  width: 100%;
  
  background-image: url('../media/papier.webp');
  background-repeat: repeat-y;
  background-size: 100%;
  
  pointer-events: none;
  }
  @media screen and (orientation:portrait) { 
    body::before {
      background-image: url('../media/papier.webp');
      background-repeat: repeat-y;
      background-size: 180%;
    }
  }
  

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
    visibility: hidden;
}

/* @media screen and (orientation:portrait) { 
    .hide-on-mobile {
      display: none;
    }
  } */

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* * {
  box-sizing: border-box;
  border: 1px dotted red ;
} */

