/*
Theme Name: bonniekleid
Text Domain: bonniekleid
Author: Olivia Metz
Description: Theme for BonnieundKleid website
Version: 1.2
*/

:root{
    --wp--preset--font-size--small: 14px;
    --wp--preset--font-size--medium: 18px;
    --wp--preset--font-size--large: 20px;
    --wp--preset--font-size--x-large: 26px;
  }

body{
    font-family: 'Droid Serif', serif;
    background: #fdfcf6;
    color: rgb(54, 54, 54);
    overflow-x: hidden;
    
}

.the_content{
    padding: 25px;
    padding-top: 0px;
}

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


/* Typografie */
h1, h2, h3, h4, h5, h6 {
    font-family: "droid-serif", serif;
    margin-bottom: 1rem;
    pointer-events: none;
    font-weight: 500;
  }

  h3{
    font-weight: 600;
  }

  h1{ font-size: var(--wp--preset--font-size--x-large); line-height: 1.15; }
  h2{ font-size: var(--wp--preset--font-size--x-large);   line-height: 1.25; }
  h3{ font-size: var(--wp--preset--font-size--large);  line-height: 1.35; }
  h4{ font-size: var(--wp--preset--font-size--large);   line-height: 1.45; }
  h5{ font-size: var(--wp--preset--font-size--medium);  line-height: 1.55; }
  
  h1{
    width: 100%;
    text-align: center;
    }

  p {
    font-size: var(--wp--preset--font-size--smal);   
    line-height: 1.45;
    font-family: "Lato", sans-serif;
    line-height: 1.6;
    padding-bottom: 0.875rem;
    max-width: 700px; 
    margin-left: auto;
    margin-right: auto;
    pointer-events: none;
  }

  a{
    color: rgb(54, 54, 54);
    text-decoration: none;
    pointer-events: visible;
  }


  .anmelde-button, .newsletter_button{
    transition: box-shadow 0.2s ease;
  }
  
  
  
  .anmelde-button:hover, .newsletter_button:hover{
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .6) !important;
  }


  
  

  


 