:root {
	--cassiopeia-color-link: #76b900;
	--cassiopeia-color-hover: #416600;
    --cassiopeia-color-primary: #eee;
  	--cassiopeia-font-family-body: 'Titillium Web', sans-serif;
  	--cassiopeia-font-family-headings: 'Titillium Web', sans-serif;
    --body-line-height: 1.2rem;
}

.container-header {
	background-image: linear-gradient(315deg, var(--cassiopeia-color-primary) 0%, #82CC00 100%);
	background-image: linear-gradient(135deg, var(--cassiopeia-color-primary) 0%, #82CC00 100%);
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.03) inset;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.03) inset;
}
.navbar-brand {
  border-width: 3px;
  border-style: solid;
}
.navbar-brand:hover {
  border-color: #76b900;
}

.jlmf-checkbox, .jlmf-sublabel input {
	height: var(--body-line-height) ! important ;
	line-height: var(--body-line-height) ! important ;
}
.jlmf-label {
     font-size: 1.2rem;
  	 line-height: 1.7rem;
}

.page-item.active .page-link{
  	color: var(	--cassiopeia-color-link);
  	font-weight: bold;
  	color: #666666;
}
.step-footer, .btn {
	color: #76b900;
}
.footer {
	background-image: none;
  	margin-top: 0;
}
.footer .grid-child { padding-top:0; }

th.vm-itemlist-image {
  	width:200px;
} 

.article-info-term {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.article-info > dd{
  margin-bottom: 0px;
}
.fields-container {
	list-style-type: none;  
}
.field-value {
    font-weight: bold;
}
.category-name [itemprop="genre"] {
    font-weight: bold;
  	font-size:1.2rem; 
}
.list-group-item > h3 {
	font-size: 1.2rem;
}

.list-inline  [itemprop="keywords"] {
    border-width: 1px;
    border-style: solid;
    background-color: lightgray;
    border-radius: 0.2rem;
}

p.articleBodyParagraph {
  padding-top: 1.5rem;
}

.com-content-article img {  padding: 10px 0px 10px 0px; }

.TechDaten th, .TechDaten table, .TechDaten tr, .TechDaten td, .TechDatenFirst { 
  padding: 0px  20px  0px  10px;
  border-width: 1px; border-style: solid; border-collapse: collapse;
  text-align: left; vertical-align: top;  font-weight: normal;
}
.TechDatenFirst th {   background: #eee;   font-weight: bold; }  
.TechDaten 		tr:hover { background: #ddd; } 
.TechDaten 		th {font-weight: bold; }

