/*!
Theme Name: Huttrop
Theme URI: https://barbara-huttrop.de
Author: wald.pixel.werk
Author URI: https://waldpixelwerk.de/
Description: Theme für Huttrop
Version: 1.0.0
Tested up to: 8.4
Requires PHP: 7.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: huttrop
Tags: custom-menu, translation-ready
*/




  html, body{
    width:100%;
    height:auto;
    padding:0;
    margin:0;
    top:0;
    left:0;
    font-family: 'adobe-caslon-pro', sans-serif;
    color:#1d1d1b;
    font-size:1.1vw;
    line-height:1.666em;
    font-style: normal;
    letter-spacing:0.12em;
     
     text-align:center;
     text-rendering: geometricprecision;
     background-color:#f5e6d7;
  }

  a{text-decoration:unset;color:#1d1d1b; }
h1{letter-spacing:0.105em;
font-size:3em;
font-weight:400;
margin-block-end: 0.75em;}
  

  @media (max-width:768px){
    html,body{font-size:3vw;}

  }



  .scrollertop{height:120vh;position:relative;display:inline-block;top:0;width:100%;}

  .top-container{position:fixed;z-index:1;width:100vw;height:100dvh;overflow:hidden;min-height:25em;}
  .top-inner{position:relative;margin-top:calc(50dvh - 5em);width:100%;}
  .top-inner-text{text-transform:uppercase;letter-spacing:0.14em}
  .top-imprint{position:absolute;bottom:3em;width:100%;text-transform:uppercase;}
  .top-imprint a{color:#a6a6a6;font-size:0.75em;line-height:1.44em;}


  .imprint-container{height:100dvh;position:relative;width:100%;display: inline-block;}
  .imprint{position:fixed;top:0;left:0;opacity:0;pointer-events:0;min-height:15em;transition:opacity .5s ease-in-out;width:100%;font-size:0.75em;line-height:1.44em;height:100dvh;z-index:2;background-color:#f5e6d7;pointer-events:none;}
  .imprint.active{pointer-events:auto;opacity:1}
.imprint-inner{position:relative;margin-top:calc(50dvh - 8em);width:100%}