:root {
  --cassiopeia-color-primary: #336600;
  --cassiopeia-color-link: #336600;
  --link-color: #336600;
  --link-color-rgb: 51, 102, 0;
  --cassiopeia-color-hover: #e7f7c6;
  --link-hover-color: #e7f7c6;
  --link-hover-color-rgb: 231, 247, 198;
  --body-bg: #e7f7c6;
  --body-bg-rgb: 231, 247, 198;
}
.container-header,
.footer {
  /*background-image: linear-gradient(135deg, var(--cassiopeia-color-primary) 0%, var(--cassiopeia-color-hover) 100%);*/
  background-image: none;
}

#mod-custom89 {
    width: 100%;
}

/* Formatieren Tabelle --- Ist in templat.css damit die Klasse in Editor auswählbar ist ------------------------- */
/* Zeilenumbruch verrhindern z.B Öffnungszeiten */
table.nowrap td{
	white-space: nowrap;
}
div#contentmain table.inhalt{
	width: 100%;
	max-width: 1170px;
	padding:0px;
	margin:0px;
	margin-top:2%;
	margin-bottom:2%;
	margin-left: auto;
    margin-right: auto;
	/*border:2px solid green;---kontrolle*/
}
table.inhalt td{
	width: 50%;
	padding:0px;
	margin:0px;
	vertical-align: top;
	/*border:2px solid green;---kontrolle*/
}
table.inhalt td:first-child {
	padding-right: 1%
}
table.inhalt td::last-child {
	padding-left: 1%
}
@media (max-width: 751px){
table.inhalt,
table.inhalt th,
table.inhalt td,
table.inhalt tr { display: block; text-align: left; width: 100% !important; }
}
