/*
Theme Name: Matoma Child
Theme URI: https://matoma.de
Description: T Theme by Matoma
Author: Matoma
Author URI: https://matoma.de
Template: Total
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

#footer li{
	    border: none;
}
.dunkelblau{
	color:#014a99;
	font-weight: 700;
}
.hellblau{
	color:#d5e6fa;
}
strong{
	font-weight: 700;
}
.page-header.background-image-page-header .page-header-title {
	width: 980px !important;
	margin: auto;
    	text-align: left;
}
input, select, textarea{
	-webkit-border-radius:0px;
	border:1px solid #e8e8e8 !important; 
}

/*Uncategorized ausblenden */
.cat-item-50{display:none}


/* single product page*/
.one-third, .span_1_of_3 {
    width: 100%;
}

.wpex-clr > .span_1_of_3 { 
    width: 33.33%;
}

/* hide breadcrumb */
.wpex-relative > .page-header-content > nav {
    display: none;
}

/* accept-cookie */
.cn-button.wp-default {
    background: #F3F3F3 !important;
    color: #222 !important;
}

/* sidebar */
.widget_recent_entries ul a, .widget_categories ul a , .widget_product_categories ul a {
	color: #014c9b !important;
}

.sidebar-widget-icons .widget_recent_entries a:before, .sidebar-widget-icons .widget_categories a:before, .sidebar-widget-icons .widget_product_categories a:before {
    color: #999;
}

h1 {
    font-size: 1.500em;
    margin: 0 0 20px;
}

.wpex-loop-product-images {
    height: 235px;
}

/* search feld */
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="week"], input[type="month"], input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea {
    background: #f7f7f7;
}

/* contact form */
body .light-form, body .light-form label {
    color: #555555;
}

/* product */
.products .product .product-details {
    padding-bottom: 20px;
}

h2.woocommerce-loop-product__title {
    color: #014c9b;
}

form#subscribe_5_ input, form#subscribe_5_ select, form#subscribe_5_ textarea {
	border:	1px solid #e8e8e8 !important;
}


/* -------------------- Änderungen: 25.02.2026 -------------------- */

/* ---------- Global ---------- */
.page-header.background-image-page-header:not(.wpex-supports-mods) .page-header-title { /* subpages titel-font-size */
    --wpex-text-5xl: 2.85rem;
}

/* ---------- Homepage ---------- */
:root {
    --wpex-text-2: var(--wpex-gray-700); /* header nav text color */
    --wpex-text-3: var(--wpex-gray-600);
    --wpex-text-4: var(--wpex-gray-500);
    --wpex-text-2xl: 1.615em; /* h2-font-size */
    --wpex-heading-line-height: var(--wpex-leading-snug); /* h2-line-height, default: -tight */
    --wpex-text-md: 1.077em; /* news-carousel titel-font-size */
    --wpex-text-sm: .925em; /* news-carousel date-font-size */
}
.wpex-mb-5.entry-title {
    font-size: var(--wpex-text-md); /* news-carousel titel-font-size */
}
.wpex-carousel__arrow.theme-button {
    font-size: 11px;
}

/* ---------- Technikprogramm - Detailpages ---------- */
.product_title.single-post-title { /* product-title-font-size */
    --wpex-text-3xl: 1.6rem;
}
:root {  /* sidebar-width */
    --wpex-primary-sidebar-width: 26%;
}

/* ---------- Kontakt ---------- */
:root {
    --wpex-text-xl: 1.385em; /* h3-font-size */
}

/* ---------- News ---------- */
:root { /* news-archive-page header-font */
    --wpex-text-3xl: 1.846em; 
}

/* ---------- Footer ---------- */
.wpex-bordered-list li {
    padding: .5em 0; /* links-padding */
}
