/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */

.sb_trenner {
    position: relative;
    margin-top: 90px;
    height: 1px;
}

.sb_trenner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 5%;
    right: 5%;
    width: 70%;
    height: 2px;
    background-image: linear-gradient(to right, transparent, RGB(25, 88, 167), transparent);
    margin-left: auto;
    margin-right: auto;
}

select {
    padding: 0.4em 35px 0.4em 0.5em !important;
}

/*
 *  Damit Leaflet nicht über der Menüleiste ausgegeben wird
 */
#masthead {
    z-index: 1100 !important;
}

a.sbhh-link:hover {
    color: var(--global-palette-highlight-alt2);
    text-decoration: none;
    background-size: 100% 100%;
}

a.sbhh-link {
    color: var(--global-palette-highlight);
    text-decoration: none;
    background-image: linear-gradient(var(--global-palette-highlight), var(--global-palette-highlight));
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 100% 1px;
}

/* News */
.kb-post-list-item {
    border: 1px solid silver;
    border-radius: 0 0 5px 5px;
    background-color: white;
}


