:root {
  --cassiopeia-color-primary: #000000;
  --cassiopeia-color-link: #000000;
  --cassiopeia-color-hover: rgb(82,165,76);
  --link-hover-color: rgb(82,165,76);
  --link-color: #000000;
  --body-bg: #ffffff;
}
a:not([class]) {
	text-decoration: none;
}
.table > :not(caption) > * > * {
	background-color: transparent;
	border-bottom-width: 0;
	box-shadow: none;
	padding: 0;
}
.container-header, .footer {
	background-image: none;
	box-shadow: none;
}
.container-header {
	background-color: #fff;
}
.footer {
    background:rgb(82,165,76);
    margin-top:0;
}
.topbar.no-card.i-mobile {
	display: none;
}
.container-topbar, .banner.no-card.ebene2, 
main, #mod-custom112, #mod-custom113  {
	max-width: 960px;
	margin: 0px auto;
    width: 100%;
}
.container-banner.full-width {
	background: rgba(82,165,76,.15);
}
.footer .grid-child {
    padding:0;
}
.footer .grid-child p {
    margin:0;
}
.footer a {
    text-decoration:none;
}
.footer a:not(.btn):hover, .footer a:not(.btn):focus, .footer .btn-link:hover, .footer .btn-link:focus {
	color: #ffffff;
    text-decoration:underline;
}
#mod-custom112 {
	text-align: right;
}
/*  background banner  */
.container-banner.full-width .mod-custom {
	background-repeat: no-repeat;
	background-size: cover;
	height: 395px;
}
body {
	hyphens:auto;
	box-sizing:border-box;
	font-family:'dinot-regular', helvetica, arial, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	color: rgba(0,0,0,1);
	background: rgba(82,165,76,.26);
}
html {
	scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6 {
	font-family:'dinot-bold', helvetica, arial, sans-serif;
	font-weight: normal;
}
h1 {
	font-size: 1.5rem;
}
h2 {
	font-size: 1.2rem;
}
h3 {
	font-size: 1rem;
}
h5 {
	font-size: 1.5rem;
    font-family:helvetica, arial, sans-serif;
    font-weight:bold;
    margin-bottom:0;
    color: rgb(82,165,76);
}
.back-to-top-link {
	bottom: 2rem;
}
p {
    margin-bottom:.5em;
}
main a[href^="https://"]::after {
	content: url(../images/ext_links.png);
	margin-left: 10px;
}
.slogan {
	display: flex;
	align-items: flex-end;
	gap: 2rem;
}
.grid-child.container-bottom-b {
	margin-top: 3rem;
}
.download {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid rgb(82,165,76);
	padding: 5px 0;
}
div.downgroup div.jd_content:first-child .download {
	border-top: 1px solid rgb(82,165,76);
}
.jd_download_url {
	margin-left: 0px !important;
	text-decoration: none;
	color: #000000;
}
/*   tabelle vorstand, mitglieder  -------------- */
table.einzel tr td:first-child {
    padding-right:20px;
}
.flexbox {
	display: flex;
	flex-direction: column;
}
.flexbox.mitglieder .flex-item {
	padding: 0.3em 0px;
	border-top: 1px solid #333333;
}
.flexbox.mitglieder .flex-item:last-child {
	border-bottom: 1px solid #333333;
}
.flexbox.mitglieder .flex-item a {
	text-decoration:none;
}

.heading {
	font-weight: bold;
	margin-top: .5em;
}
.cell:first-child {
  flex-basis:17%;
}
.cell:nth-child(2) {
	flex-basis: 17%;
}
.cell:nth-child(3) {
	flex-basis: 40%;
}
.cell:nth-child(4) {
	flex-basis: 17%;
}
table.mitglieder tr td:first-child {
	padding-right: 30px;
}
.table.sponsor .cell:first-child {
  flex-basis:30%;
}
.table.sponsor .cell:nth-child(2) {
	flex-basis: 17%;
}
.table.sponsor .cell:nth-child(3) {
	flex-basis: 30%;
}
table a, .table a {
/*    text-decoration:underline !important;  */
    background:transparent;
    padding:0;
}
table.mitglieder {
	margin-bottom: 1rem;
}
/*  datenschutzerklaerung  */
ol.inhalt {
	max-width: 585px;
    padding-left:0px;
}
ol.inhalt > li {
	margin-bottom: 10px;
}
ol.zwei {
    padding-left:23px;
}
ol.drei {
    padding-left:37px;
}
ol.inhalt, ol.inhalt ol {
	counter-reset: table-of-content;
	list-style-type: none;
}
ol.inhalt li::before, ol.zwei li::before {
	counter-increment: table-of-content;
	content: counters(table-of-content, ".", decimal) " ";
    margin-right:10px;
}
.flex.ds-1 {
	display: flex;
    margin-bottom:20px;
}
.item-1 {
	width: 5%;
	font-weight: bold;
	line-height: 1.2;
}
.item-2 {
	width: 95%;
}
ol.inhalt a:hover {
    text-decoration:underline;
}
/*    navigation  ------------------------------------------------  */
.mod-list li a {
	font-family:'dinot-bold', helvetica, arial, sans-serif;
	color: #000000;
}
.container-header .mod-menu > li > a {
	text-transform: uppercase;
	color: #000000;
	font-size: 1.2rem;
}
.container-header .mod-menu > li.current.active > a,
.container-topbar a:not(.btn):hover, 
.container-topbar a:not(.btn):focus,
.metismenu.mod-menu .metismenu-item.active > a,
.metismenu.mod-menu .metismenu-item > a:hover {
	color: rgb(82,165,76);
	text-decoration: none;
}
.container-header .mod-menu > li + li {
	margin-left: 1em;
}
.container-header .mod-menu > li > a::after {
	content: url(../images/aehre.png);
	margin-left: 1em;
	position: relative;
	bottom: -4px;
}
div#maximenuck120.maximenuckh ul.maximenuck li.level1 > a.navimg img {
	margin-left: 0em;
}
.metismenu.mod-menu .metismenu-item:first-child {
	padding-left: 0em;
}
/*li.nav-item a img {
	display: none;
}
li.nav-item .item-101 a img {
	display: block;
}  */
.container-header .mod-menu > li > a.navimg:after, .container-header .mod-menu > li.item-107 > a:after {
    content:"";
}
/*.nav-item.item-107 {
	padding-top: 7px;
}
.banner.no-card.ebene2 {
	padding: .5em 0;
}
.metismenu.mod-menu .metismenu-item {
	padding: 0em 1em;
	border-right: 1px solid #000;
}
.ebene2 .mod-menu > li:first-child {
	padding-left: 0px;
}
.ebene2 .mod-menu > li:last-child {
	padding-right: 0px;
	border-right: 0px;
}
*/
/*  maximenu ck  -------------------------------  */
.container-topbar a:not(.btn), .container-topbar .btn-link, .container-below-top a:not(.btn), .container-below-top .btn-link {
	color: #000000;
}
div#maximenuck120 {
	font-size:24px;
	line-height:21px;
	/*text-align:left;*/
	zoom:1;
}

/* ------------------------------------------------------------------------*/
/*  MEDIA QUERIES    max-width:979px
------------------------------------------------------------------------*/
@media (max-width:979px){
.container-banner.full-width .mod-custom {
	height: 250px;
}
#maximenuck120, .banner.no-card.ebene2 {
	margin-left: 1em;
}
}
/* ------------------------------------------------------------------------*/
/*  MEDIA QUERIES    (width >= 641px)
------------------------------------------------------------------------*/
@media (width >= 641px){
.metismenu.menu-horizontal {
	flex-direction: row;
	flex: 1;
	display: flex;
}
}
/* ------------------------------------------------------------------------*/
/*  MEDIA QUERIES     max-width:840px
------------------------------------------------------------------------*/
@media (max-width:840px){
body.wrapper-fluid .site-grid {
	grid-gap: 0 1em;
    margin-top:-44px;
}
.container-banner {
	margin: 0;
}
.container-banner.full-width .mod-custom {
	height: 150px;
}
body.wrapper-fluid footer > .grid-child {
	padding-left: 1em;
	padding-right: 1em;
}
#mod-custom112 {
	text-align: left;
}
h1, h2, h3, 
.metismenu.mod-menu .metismenu-item > a {
    font-weight:bold;
}
.item-1 {
	width:14%;
}
.item-2 {
	width: 86%;
}
/*  navigation  */
.container-topbar {
    display:flex;
    height:70px;
    color:#000000;
}
.topbar.no-card h3 {
	color: rgb(82,165,76);
	margin: 10px 0 0 10px;
    font-size:1.2rem;
}
.topbar.no-card.i-mobile {
    display:block;
}
.mod-menu.mod-list.nav.icon-menue {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	margin: -5px 0 0 10px;
}
.mod-menu.mod-list.nav.icon-menue > li > a::after {
	content: '';
}
.mod-menu.mod-list.nav.icon-menue > li {
	margin: 0 5px 0 0;
}
img.logo-m {
	width: 25px;
}
}
/* ------------------------------------------------------------------------*/
/*  MEDIA QUERIES     max-width:520px
------------------------------------------------------------------------*/
@media (max-width:520px){
.container-banner.full-width .mod-custom {
	height: 150px;
}
#maximenuck120, .banner.no-card.ebene2 {
	margin-left: 0em;
}
.metismenu.mod-menu .metismenu-item {
	border-bottom: 1px solid #333333;
	margin: 0 1em;
	padding: 0.3em 0;
}
ul.mod-menu.metismenu {
    margin-bottom:1em;
}
}