:root {
    --text-font: "Ubuntu", arial, helvetica, sans-serif;
    --title-font: "Merriweather", arial, helvetica, sans-serif;
    --navi-font: "Merriweather", arial, helvetica, sans-serif;
    --widget-title-font: "Merriweather", arial, helvetica, sans-serif;
    --title-font-weight: bold;
    --navi-font-weight: bold;
    --widget-title-font-weight: bold;
    --title-text-transform: none;
    --navi-text-transform: uppercase;
    --widget-title-text-transform: uppercase;
    --text-line-height: 1.5;
    --title-line-height: 1.5;
}

a:link {
	line-height: 2;
}


.widget ul {
    list-style-image: url(https://regionleimentalplus.com/wp-content/uploads/2021/01/plus_blau-e1611172676905.png);;
}


/*streckt das Headerimage über die gesamte Breite*/
.header-image img {
    margin: 0 auto;
    width: 100%;
    max-height: 480px;
    width: 100%;
    height: auto;
		object-fit: cover;
    vertical-align: top;
		padding-top: none;
	}

/* Blendet das Lupenicon im Header aus*/
.header-search .header-search-icon .genericon-search {
	display:none;
}


/* hat beim suche-widget die info ausgeblendet*/
.jetpack-search-sort-wrapper label {
    display: none;
} 


/*Regelt Seitentitelbezogene h1*/
.page-title, .entry-title {
		margin-bottom: 1em;
    color: #234395;
		text-transform: uppercase;
		text-emphasis: solid;
		border-bottom: 20px solid rgba(146, 194, 72, 0.2);
		display:inline-block;
}



/*commentsection*/
.comment-reply-title {
	display:none;
}



/*Seitenleiste, Widget*/
.widget-title {
    display: inline-block;
    margin: 0;
    padding: 0;
border-bottom: 10px solid rgba(146, 194, 72, 0.2);
	display:inline-block;
	}



/*Regelt spezifische Überschriften*/
h1 {
	font-size: 2.25rem;
	color: #234395;
	padding-top: 5rem;
}

h2 {
	font-size: 28px;
	font-size: 1.75rem;
	color: #234395;
	padding-top: 3rem;

}

h3 {
	font-size: 24px;
	font-size: 1.5rem;
	color: #234395;
	padding-top: 3rem;
}


h4 {
	font-size: 22px;
	font-size: 1.375rem;
	color: 92c248;
	padding-top: 10px;
	padding-top: 1rem;
}

h5 {
	font-size: 20px;
	font-size: 1.25rem;
	color: 92c248;
}

h6 {
	font-size: 19px;
	font-size: 1.1875rem;
	color: 92c248;
}

/*Tabelle*/
th, td {
    padding: 0.3em 0.6em;
    border: none;
		margin-top: 1em;
}

/*Auflistungen*/
ul, {
	list-style-image:url('https://regionleimentalplus.com/wp-content/uploads/2021/01/Aufzählungszeichen-e1611170007475.png');
	padding-top: px;
}
			
ul {
    list-style-image:url('https://regionleimentalplus.com/wp-content/uploads/2021/01/Aufzählungszeichen-e1611170007475.png');
}

	
/*ein einzelner Textabschnitt*/
.has-dark-gray-color {
    color: #575756;
}


/*Textstyling Fliesstexte*/
p {
		color: #575756;
    margin-bottom: 0.25em;
}


/*Textstyling Bold Fliesstexte*/
b, strong {
    font-weight:bold !important;
		color: #234395 !important;
}

/*Titel Comment Reply h3*/
.comment-reply-title {
	display: inline-block;
    margin: 0;
    padding: 0;
border-bottom: 10px solid rgba(146, 194, 72, 0.2);
	display:inline-block;
}



/*Blogtitel */
.entry-title a:link, .entry-title a:visited {
    color: #234395;
    text-decoration: bold;
    transition: all 0.2s ease;
}


/* "Inhaltsbeschreibung Blog*/
.widget-magazine-posts .type-post .entry-content p {
    margin: 1em 0 0.5em;
}

/* Publikationsdatum */
.entry-meta a:link, .entry-meta a:visited {
		color: #aaa;
}

/* "Hier weiterlesen" */
.entry-content .more-link {
    text-decoration: none;
		padding-bottom: 3em;
}

 /*Footer */
.site-footer {
	background: none;
	width: 100%;
}

.site-info {
	color: #234395;
}

