/* 
Theme Name: Baker Tilly - Prinsjesdag Theme
Theme URI: https://prinsjesdag.bakertilly.nl
Description: Thema Baker Tilly - Prinsjesdag
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;
} 
ul {
	padding-inline-start: 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;
}

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;
}

.inhoud-anker .e-con-inner {
  position: relative; 
}

.inhoud-anker .e-con-inner::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #25BAA7;
}

.e-n-accordion-item-title {
  outline: none;
}

/* Sticky header */
.elementor-widget-theme-site-logo img,
.elementor-widget-theme-site-logo a img[src$=".svg"] {
    width: 190px !important;
    height: auto !important;
    max-height: none !important;
    transition: all 0.3s ease-in-out;
}
 
.elementor-sticky--active .elementor-widget-theme-site-logo img,
.elementor-sticky--active .elementor-widget-theme-site-logo a img[src$=".svg"] {
    width: 120px !important;
    height: auto !important;
    max-height: 60px !important;
    transition: all 0.3s ease-in-out;
}

.elementor-sticky--active .elementor-widget-theme-site-logo {
    transition: all 0.3s ease-in-out;
}

/* Elementor widgets met ID als anker punten */
.elementor-element[id], h3 {
    scroll-margin-top: 100px !important;
}

