/* 
Theme Name: Stichting inzet voor Zorg Theme
Theme URI: https://stichtinginzetvoorzorg.nl
Description: Thema Stichting inzet voor Zorg
Author: Studio Code Rood
Author URI: https://studiocoderood.nl
Template: hello-elementor
Version: 1.2.2
*/

body {
  margin: 0;
}
strong, b {
  font-weight: 700 !important;
}
ul, ol li {
  margin-bottom: 20px;
} 
p {
    margin-block-start:0;
    margin-block-end:.9rem;
}
h1, h2, h3, h4, h5, h6 {
    margin-block-start: .5rem;
    margin-block-end: 1rem;
    line-height: 1.2;
}
body a:focus, input[type=text]:focus, [type=button]:focus, [type=submit]:focus, input[type=email]:focus, textarea:focus {
    outline-style: none;
}
footer a:focus {
/*    outline-color: black !important;*/
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #333;
    display: block;
    font-size: 1rem;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}