/*
 Theme Name:   ClassicPress Child
 Theme URI:    https://www.nieuwemanieren.nl/
 Description:  Twenty Twenty-one Child Theme
 Author:       Cees Rijken
 Author URI:   https://www.nieuwemanieren.nl/
 Template:     the-classicpress-theme
 Version:      1.0.0
 Tags:         plaats, hier, jouw, tags, gescheiden, door, kommas
 Text Domain:  the-classicpress-theme-child
*/
#main 
{
    max-width: 100% !important;
}

.green 
{
	color: #fff;
	background: #129d00;
}

blockquote 
{
	border-left: 4px solid #129d00 !important;
}

button,input[type="button"],input[type="reset"],input[type="submit"] 
{
	border: 1px #129d00 solid !important;
	background: #129d00 !important;
}
button:hover,input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover 
{
	box-shadow: 0 0 3px 2px #129d00 !important;
}
a, a:visited 
{
	color: #129d00 !important;
}
#masthead {
	background: #129d00 !important;
	border-bottom: #129d00 !important;
}
h1, h2, h3, h4, h5, h6 {
	color: #129d00 !important;
}	
#page-title
{
	background: transparent !important;
	border-bottom: none !important;
	margin-bottom: 0px !important;
	color: #404040 !important;
}
#page-title h1
{
	color: #404040 !important;	
	font-weight: 600 !important;
}
#main h4, h6, article a[target="_blank"]::after 
{
	color: #129d00 !important;
}
.cpicon-github {color: #ffffff !important;}
.registration {max-width:100% !important;}
.post-thumbnail 
{
	border-bottom: 10px solid #129d00 !important;
}
#main ul.brand-colors li.aqua::before 
{
	background: #129d00 !important;
}

#colophon {
    background: #16803d !important;
}
#legal 
{
    background: #ffffff !important;
}
#legal p
{
	color: #040402 !important;
}
#primary-menu.menu li a
{
	color:#ffffff !important;
}
.formcontainer {
  display: flex;
  margin-bottom:8px;
}
.fieldname {
  width:20%;
}
.inputname {
  width:70%;
}