/*!
Theme Name: 		Hausärzte Care Theme
Theme URI: 			https://github.com/SayHelloGmbH/hausaerzte-care
Author: 			Say Hello GmbH
Author URI: 		https://sayhello.ch
Description: 		Child Theme for Laborgemeinschaft 1. Extends the LG1 Theme by Say Hello GmbH.
Version: 			1.1.2
License: 			GNU General Public License v3 or later
License URI: 		https://www.gnu.org/licenses/gpl.html
Template: 			lg1
Text Domain: 		hausaerzte-care
Domain Path:        /languages
Requires PHP: 		8.3
Requires at least: 	6.9
*/

body.wp-child-theme-hausaerzte-care {
    --font-family-sans-serif:
        "univers-next-pro", Inter, Roboto, "Helvetica Neue", "Arial Nova",
        "Nimbus Sans", Arial, sans-serif;
    font-family: var(--font-family-sans-serif);
}

a {
    text-decoration: none !important;
}

a:hover {
    text-decoration: underline !important;
}

.entry-header {
    margin-top: 3rem;
}

.o-shoplink {
    width: 144px;
}

.entry-content h1.alignwide {
    max-width: 1110px;
}

#searchform .search-wrapper {
    /*search box oben rechts deaktivieren, Andreas:*/
    display: none;
}

h1,
h2 {
    font-family: var(--font-family-sans-serif);
    margin-top: 0;
    margin-bottom: 0.5rem;
}

h3,
h4 {
    font-family: var(--font-family-sans-serif);
    margin-top: 0;
    margin-bottom: 0.5rem;
}

h5,
h6 {
    font-family: var(--font-family-sans-serif);
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    font-family: var(--font-family-sans-serif);
    margin-top: 0;
    margin-bottom: 1rem;
}

.block-hauptbild__text {
    font-weight: 300;
}
