 /*   
Theme Name: Fit und Fidel
Theme URI: 
Description: Template für die Freiberuflerin Nicole Mouhlen
Author: Nicole Mouhlen
Co-Author: Timo Mouhlen
Author URI: 
*/
:root {
    --darkblue: #101096;
    --lightblue_old: #4a91d3;
    --lightblue: #85d2ff;
    --linktextcolor: #fff
}

* { 
    box-sizing: border-box;
}

body {
    background-color: white;
    /* position: relative; */
    /* min-height: 100vh; */
}

.boxshadow-header{
    box-shadow: var(--wp--preset--color--secondarylightblue) 0px 0px 0px, var(--wp--preset--color--primarydarkblue) 0px 0px 50px;
}

.header-navigation{
    position: sticky;     
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 1;
    top:0;
  }

.boxshadow-footer{
    box-shadow: var(--wp--preset--color--secondarylightblue) 0px 5px 2.6px inset, var(--wp--preset--color--primarydarkblue) 0px 0px 25px;
}

.site-footer{
    margin-top: 50px;
}

.nobullets{
    list-style-type: none;
    padding:0;
  }
  