/*
/   name           Stamboom
/   version        Joomla 4.2.7
/   description    Stylesheet voor stamboom
/   author         Henny Kamp
/   copyright      Copyright (C) 2023-Henny Kamp. All Rights Reserved.
/   license        Personal use by author only
*/

/* Font grootte */
@media only screen and (max-width: 575px) {
    body {font-size: 12px;}
    h1 {font-size: 28px;}
    h2 {font-size: 20px;}
    h3 {font-size: 18px;}
    a {font-size: 12px;}
    .sb-btn {font-size: 12px;}
    .sb-verticaal {display: none;}
}
@media (min-width: 576px) and (max-width: 991px) {
    body {font-size: 14px;}
    h1 {font-size: 32px;}
    h2 {font-size: 24px;}
    h3 {font-size: 20px;}
    .sb-btn {font-size: 14px;}
    .sb-verticaal {display: none;}
}
@media (min-width: 992px) {
    body {font-size: 16px;}
    h1 {font-size: 36px;}
    h2 {font-size: 28px;}
    h3 {font-size: 22px;}
    .sb-btn {font-size: 16px;}
    .sb-horizontaal {display: none;}
}

/* ----- HTML ---- */
@media (max-width: 991px) {
    html {
        scroll-padding-top: 60px; /* hoogte van header op telefoon/tablet */
    }
}
@media (min-width: 992px) {
    html {
        scroll-padding-top: 90px; /* hoogte van header op laptop/pc */
    }
}

/* ----- BODY ---- */
strong {font-weight: 600;}
.sb-blok p {margin-bottom: 0px;}
.sb-btn {
    width: 6em !important;
}
.sb-vh59 {
    min-height: 59vh;
}

/* --- KLEUREN --- */
#sp-logo {background-color: #F2F2F2;}
.sb-naamkop {color: #044CD0;}
.sb-subkop {color: #D83d0E;}
.sb-naamlink {color: #044CD0;}
.sb-naamlink:hover {color: #ec430f;}
.sb-link {color: #044CD0;}
.sb-link:hover {color: #ec430f;}
#welkom i[class^="fa"] {
    color:#044CD0;
    /* font-weight: 300; */
}

/* --- HEADERS --- */
h1[itemprop="headline"] {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 30px;
    padding-bottom: 5px;
}

/* ---- ICONS ---- */
a.menuicon > img {
    display: inline-block;
    height: 18px;
    width: auto;
    padding-right: 0.5em;
}
h1[itemprop="headline"] > i[class*=" fa"] {
	font-size: .75em;
	color: #044CD0;
	margin-right: 0.6em;
	padding: 0 0 0 0.1em;
}
h2.sb-naamkop > i {
	font-size: inherit !important;
    color: #999999;
	padding-left: 0.1em;
    padding-right: 0.2em;
}
img.pictogram {
    width: 3em;
}
i[class*=" fa-person"] {
	font-size: inherit !important;
	color: #999999;
	padding-right: 0.2em;
}
i[class*=" fa-people"] {
	font-size: inherit !important;
	color: #999999;
	padding-right: 0.2em;
}
i[class*=" fa-signature"] {
	font-size: inherit !important;
	color: #999999;
	padding-right: 0.2em;
}
i[class*=" fa-monument"] {
	font-size: inherit !important;
	color: #999999;
	padding-right: 0.2em;
}

/* ---- LINKS ---- */
a.sb-naamlink, a.sb-link {
	font-weight: 600;
}

/* ---- LISTS ---- */
ol {
	padding-left: 0px;
    margin-bottom: 0px;
}
ol > li.sb-kind {
    margin-left: 1.1em;
    padding-left: 0.1em;
}

/* ------ TABS ------ */
.sb-tab h3 {
    color: #D83d0E;
    font-weight: 600 !important;
    text-align: center;
}
div[data-rlta-state="open"][role="tab"] {
    border-top: 3px solid #044CD0 !important;
}
div[data-rlta-state="closed"][role="tab"] {
    border-top: 3px solid #c0c6cf !important;
}

/* ---- GRAFISCH ---- */
.sb-boom {
    font-size: 0.75em;
}
.sb-h15 {
    height: 1.5em;
}
.sb-h20 {
    height: 2em;
}
.sb-w3 {
    width: 3%;
}
.sb-w12 {
    width:12.5%;
}
.sb-w18 {
    width: 18%;
}
.sb-w25 {
    width: 25%;
}
.sb-fx1 {
    width: 1em !important;
}
.sb-fx14 {
    width: 14em !important;
}
.sb-fx16 {
    width: 16em !important;
}
.sb-fymax1 {
    height: 19px;
}
.sb-fymin1 {
    line-height: 0.5em;
    
}
.sb-border {
    border-color: #b8bfc6 !important;
}

/* ---- TIJDLIJN ---- */
.sb-tijdlijn-regel {
    margin: 0px 0px 0px 2em;
    padding-left: 1em;
    border-left: 1px solid #377cfb;
}
.sb-tijdlijn-spatie {
    margin: 0px 0px 0.15em 2em !important;
    line-height: 0.5em; 
    padding-bottom: 0em;
    border-left: 1px solid #377cfb;
}
.sb-tijdlijn-label {
    margin: 0px 0px 0px 0px;
    font-weight: bold;
}

.sb-tijdlijn-label span {
    display: inline-block;
    padding: .35em .65em;
    font-size: .85em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    background-color: #377cfb;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}
