/*!
Theme Name: Contrag / Torgler Theme
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Farbweiss Media
Author URI: https://www.farbweiss.ch
Description: Contrag / Torgler child theme basierend auf dem Kadence Theme.
Version: 1.2.1
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: contrag-torgler
*/

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

/* Header Styling */
.menu-label-description
{
    display: block;
    padding-top: 1%;
    font-style: italic;
    font-size: 14px;
    color: var(--global-palette8);
    font-weight: 400;
    text-shadow: 1px 1px 1px var(--e-global-color-text);
}
.main-navigation .primary-menu-container > ul li.menu-item > a
{
    text-shadow: 1px 1px 1px var(--e-global-color-text);
}

/* Title Stylinge Single Pages */
.wp-site-blocks .page-title h1
{
    border-bottom: 1px solid var(--global-palette7);
    margin-bottom: 25px;
}

/* Email Protection */
.ag-adresse
{
    padding-left: 7px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

/* Media Queries */

@media (max-width: 1024px)
{
    div#primary
    {
        margin-top: 0;
        margin-bottom: 0;
    }

@media (max-width: 767px)
{
    .entry-content-wrap
    {
        padding: 1.75rem;
    }
}
