/*
Theme Name: Harrison Child
Theme URI: https://themezee.com/themes/harrison/
Author: Thomas W
Author URI: https://themezee.com
Description: Ein Child Theme für Harrison
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: harrison
*/

.site {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	overflow: hidden;
	background-color: #F5F5F5;
	

}


.site-header{
	border-bottom:none;
}

.header-main {
	padding-top:25px;
	
}

.primary-navigation {
	
	position: relative;
	width: 100%;
	float:left;
	margin-top: 25px;
	border-top: solid 1px;
	border-top-style:dotted;
	/*border-bottom: solid 1px;
	border-bottom-style: dotted;*/
}

.site-title a:hover,
.site-title a:active {
	color: #426B8D;
	
}

.site-description {
	display: block;
	margin: 0;
	padding: 0;
	color: rgba(0, 0, 0, 0.9);
	color: var(--header-text-color);
	font-size: 14px;
	font-size: 0.875rem;
	
}

.site-footer {
	font-size: 15px;
	font-size: 0.9375rem;
	color: black;
	background-color: white;
	
}