/* 
Theme Name:		 Twenty Twelve Child
Theme URI:		 http://childtheme-generator.com/
Description:	 Twenty Twelve Child is a child theme of Twenty Twelve, created by ChildTheme-Generator.com
Author:			 wp@qp.de
Author URI:		 http://childtheme-generator.com/
Template:		 twentytwelve
Version:		 1.0.0
Text Domain:	 twenty-twelve-child
*/


/*
    Add your custom styles here
*/



:root {
  --farbefirma: #03467d
}

a.more-link-button {
text-transform: uppercase; 
letter-spacing: 0.02em;
text-decoration: none;
font-size: 16px !important;
padding: 5px 6px 6px 6px;
border: 1px solid var(--farbefirma);
}

a.more-link-button:hover {
background: var(--farbefirma);	
color: white !important;
}

.archive-header h1.archive-title {
	font-size: 30px !important;
}

.site-info p,
.site-info p a {
	font-size: 16px !important;
	color: var(--farbefirma) !important;
	text-decoration: none;
}

.single-post a.more-link-button {
	display: none;
}

.styles .site-content article {
	border-bottom: 1px solid #cccccc !important;
}

hr {
	margin-left: 0 !important;
	margin-right: 0 !important;
}