/**
 * Diese Datei enthälten die globalen Styles, welche nocht via Customizer gesteuert sind
 *
 *
 */


/**
 * Secondary Nav Customizations, overrites Custimzer Settings
 */

.secondary-nav-aligned-center .secondary-navigation .inside-navigation {
    justify-content: space-between !important;
	padding-top:10px !important;
	padding-bottom:10px !important;
}

/**
 * Footer
 */

.footer-contents {
    border-top: 1px solid var(--accent);
    padding: 80px 100px;
    width: 100%;
    font-size: 90%;
    color: #444;
    background: linear-gradient(var(--base), #fff);
}
