﻿/* box1, Module Style: html5 */
.moduletable.box1 { border:2px solid #CCC;
			padding: 15px 24px;
			border-radius: 8px;
			font-size: 14pt;
			font-weight: bold;
			line-height: 20px;
			background-color: #f7f7f9;
}

/* box2, Module Style: html5 */
.moduletable.box2 { border:2px solid #CCC;
			padding: 15px 10px 10px 15px;
			border-radius: 8px;
			font-size: 14pt;
			font-weight: bold;
			line-height: 24px;
			background-color: #f7f7f9;
			margin: 0 0 20px 0;
}

.moduletable.logo { 
    border: 2px solid #CCC;
    background-color: #fff;
    border-radius: 8px;
}

.topmenu { 
    padding: 5px 15px 10px 15px;
    border: 2px solid #CCC;
    background-color: #fff;
    border-radius: 8px;
}

/* ha a Pagination Summary (számláló) engedélyezett, ezt a bejegyzést el kell távolítani! */
.pagination { 
    padding: 10px 15px 10px 15px;
    border: 2px solid #CCC;
    background-color: #fff;
    border-radius: 8px;
    justify-content: center;
}

/* box2 modul cím aláhúzás */
.moduletable.box2 h3{
	padding-bottom: 5px;
	border-bottom: 5px solid grey;
}

/* blog view és tag cikk cím */
/* .item-title: blog view - .list-group-item-action h3: tag */
.item-title , 
.list-group-item-action h3 {
	border:2px solid #CCC;
	padding: 10px 24px 15px 24px;
	border-radius: 8px;
	font-size: 22pt;
	font-weight: bold;
	line-height: 20px;
	background-color: #f7f7f9;
}

/* blog view és tag cikk cím térköz */
.item-content ,
.list-group-item-action {	
	padding-bottom: 70px;
}

p {
    font-size: 14pt;
    font-weight: 500;
    color: black;
}

a {
    font-weight: bold;
    text-decoration: none !important;
}

h1 {
    color: black;
    font-size: 22pt;
}

h3 {
    color: black;
    font-size: 18pt;
}

/* az összes (pl. menü) listára hatással van! */
ul, ol {
    font-size: 14pt;
    font-weight: 500;
    color: black;
}

:root {
  --cassiopeia-color-primary: #004f00;
  --cassiopeia-color-link: #8e1e1a;
  --cassiopeia-color-hover: #000071;
}

a:not([class]) {
    text-decoration: none;
    text-decoration: none !important;
}

.mod-list {
    list-style: decimal;
    padding: 0 0 0 20px;
}

/* szélesség */
.site-grid{grid-template-columns: [full-start] minmax(0,1fr) [main-start] repeat(4,minmax(0,14.875rem)) [main-end] minmax(0,1fr) [full-end];}

.container-header {
    background-color: #f7f7f9;
    background-image: none;
    border-bottom: 2px solid #ccc;
    margin-bottom: 10px;
}

.container-footer {
    background-color: #f7f7f9;
    background-image: none;
    border-top: 2px solid #ccc;
    margin-top: 70px;
}

.container-footer p {
    font-weight: 600;
}

.footer a {
  color: var(--cassiopeia-color-link);
}

.footer a:hover {
  color: var(--cassiopeia-color-hover);
}

.pagination a:hover {
  color: var(--cassiopeia-color-hover);
}

/* a Categories - tag listázás (Top Downloads nem!!!) zavaró hover effektek kiküszöbölése */
.list-group-item-action:hover, .list-group-item-action:focus {
  color: #000;
  background-color: #fff;
}
.list-group-item-action:active {
  color: #000;
  background-color: #fff;
}