/*
    OVERRIDINGS FOR SENIORENSTIFT
*/

/*
    /css/typo.css
*/
a:hover,
a:focus {
    color: #63b22b;
}

/*
    /modules/accordion/accordion.css
*/
.accordion_icon {
    color: #63b22b;
}

/*
    /development/modules/sns-slider/css/bgslider.css
*/
.bgslider {
    border-bottom: 4px solid #63b22b;
}

/*
    /development/modules/sns-slider/css/slider.css
*/
.slick-dots > li.slick-active {
    background-color: #63b22b;
}

/*
    /development/modules/sns-tabbox/css/tabbox.css
*/
.tabbox_head_link.is-active {
    border-color: #63b22b;
}

/*
    /development/modules/sns-morelink/css/morelink.css
*/
.morelink > .fa {
    color: #63b22b;
}

/*
    /development/modules/sns-globalsearch/css/globalsearch.css
*/
#kesearch_pagebrowser_top a, 
#kesearch_pagebrowser_bottom a {
    color: #63b22b;
}

/*
    /development/modules/sns-navigation/css/mainnav.css
*/
.nav_box_icon {
    color: #63b22b;
}

/*
    /development/modules/sns-header/css/fontsize-switch.css
*/
.fontsize-switch_button:hover {
    color: #63b22b;
}

/*
    /development/modules/sns-header/css/searchbar.css
*/
.searchbar .iconinput_wrap button:hover {
    color: #63b22b; /**/
}

/*
    /development/modules/sns-footer/css/footer.css
*/
.footer_content_headline {
    color: #63b22b;
}
.totop {
    background-color: #63b22b; /**/
}

/*
    /development/modules/formcontrols/css/radio.css
*/
.radio input:checked + .label {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200"><path fill="none" d="M-1-1h202v202H-1z"/><g><ellipse cx="100" cy="100" fill="none" stroke="%23003A61" stroke-opacity="null" stroke-width="16" ry="94" rx="94"/><ellipse cx="100" cy="100" fill="%2363b22b" fill-opacity="null" stroke="null" stroke-opacity="null" stroke-width="0" ry="52.5" rx="52.5"/></g></svg>');
}

/*
    /development/modules/formcontrols/css/checkbox.css
*/
.checkbox input:checked + .label {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200"><path fill="none" d="M-1-1h202v202H-1z"/><g><path fill="none" stroke="%23003A61" stroke-width="20" d="M5 5h190v190H5z"/><path fill="%2363b22b" stroke="null" stroke-width="1.5" d="M25.9 101.874l14.314-18.327 50.19 39.207 65.37-83.643L174.1 53.42 94.412 155.4"/></g></svg>');
}


/*
    /development/modules/sns-imggallery/css/imggallery.css
*/
.fancybox-button--close,
.fancybox-button--close:hover,
.fancybox-button--close:focus,
.fancybox-button--close:active {
    background-color: #63b22b;
}


