/*
Theme Name: new_onePress_child_theme
Author: hc greier
Description: There is no need fpr description, just a OnePress Child Theme
Version: 1.0
Template: onepress

This is the child theme for OnePress theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

html body {
  font-size: 18px;
	color: #333333;
}

.hero-area {
  background-image: none !important;
}

.btn-secondary-outline {
	background-color: #d6edce;
	color: #222 !important;
}

a.btn .btn-secondary-outline .btn-lg {
	background-color: #d6edce;
	color: #222 !important;
}

.su-box-content {
	background-color: rgba(255, 255, 0, 0.1) !important;
}

.su-box-content h3 {
	text-align: left;
}

.hero-content-style1 .hero-supports p {
    font-size: 16px !important;
    line-height: 1.4;
    color: #333;
    margin: 6px 0 0 !important;
}

.hero-supports .ggz-box a {
    display: block;
    line-height: 0;
}

.hero-supports .ggz-box img {
    display: block;
    margin: 0 auto 4px;
}

.hero-supports {
    display: flex;
    justify-content: center;
    gap: 40px;
    align-items: flex-start;
    flex-wrap: wrap;
    text-align: center;
    padding: 20px 0;
		margin-bottom: 2rem;
}

.hero-supports .ggz-box {
    max-width: 240px;
}

.hero-supports .ggz-box img {
    max-width: 125px;
    height: auto;
    display: block;
    margin: 0 auto 12px;
}

.section-title-area h5.section-subtitle {
    color: #999;
}

.su-box-content p {
	text-align: left;
}

.footer-widgets {
  background: rgba(214, 237, 206, 1) !important;
	color: #333 !important;
  border-top: 1px solid #666;
}

.footer-widgets h2.widget-title {
  color: #000;
}

.textwidget {
	font-size: 16px;
}

#about {
  background-color: #f5f5f5;
}

#services {
  background-color: #ffffff;
}

#contact {
  background-color: #f5f5f5;
}

.sidebar .widget_recent_entries ul li a {
  font-size: 16px;
	color: #e2232c;
}

.sidebar .widget_recent_entries ul li {
  padding: 6px 0 !important;
}

.list-article-meta {
	font-size: 14px !important;
}

.search-results .entry-header .entry-title a {
	color: #ff0000;
}

.search-results .entry-header .entry-title a:hover {
	color: #777777;
}

/* Wichtiger Text - Box */
.highlight-box {
  background: rgb(90, 145, 226, 0.2);
  border-left: 4px solid #8bbf7a;
  padding: 16px 18px;
  margin: 20px 0;
  font-size: 16px;
	font-weight: 700;
  line-height: 1.6;
  color: #333;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
	position: relative;
  padding-left: 44px; /* Platz für Icon */
}

.highlight-box--warning::before {
    content: "⚠";
    position: absolute;
    left: 14px;
    top: 14px;
    font-size: 18px;
    font-weight: 700;
    color: #e0a100;
}


/* Thema-Box Veranstaltungen */
.thema {
	color: #000000;
  padding: 1em;
	text-align: center !important;
	background: #FFF5CC;
  background: rgba(255, 204, 0, 0.2);
  border: 1px solid #999;
  border-radius: 10px;
	margin-bottom: 20px;
	font-weight: 600;
}