/* ===================================================================================

* Theme Name: as-Theme Child
* Theme URI: https://www.asuess.de
* Description: Das Theme für Vereins- und Mitgliederseiten
* Version: 1.0
* Author: asuess
* Author URI: http://www.asuess.de
* Template: astheme
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready


====================================================================================== */
header
{
	border-bottom:solid 1px #888;
}

.astheme-content
{
	margin-top:20px;
	margin-bottom:20px;
}
.asmytheme-child-widget-angebot
{
	background-color:#ffffff;
	border:solid 1px #afafaf;
	border-radius:4px;
	padding:10px;
	margin-bottom:10px;
	text-align:center;
}

.asmytheme-child-widget-angebot p
{
	font-weight:bold;
	color:#000;
}

.asmytheme-child-widget-angebot li
{
	font-weight:normal;
	font-size:12px;
	color:#333;
}

h2
{
	color:#16749C;
	font-size:1.4rem!important;
	font-weight:bold!important;
}



h1
{
	color:#16749C;
	font-size:1.4rem!important;
}
h3
{
	color:#16749C;
	font-size:1.1rem!important;
}
p
{
	color:#333;
}

.btn-primary
{
	background-color:#16749C;
	color:#fff;
	border-color:#16749C;
}
