:root {
  --menu-bg: #C0C0C0;  
  --jas-bg: #656565;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-size: 100.1%;
  margin: 0;
  border: 0;
  color: #000; /* #C0C0C0*/
  font-family: helvetica, arial, sans-serif;  
}

html {
  height:100.1%;
}

body  {
/* li, re: auto d.h. zentriert, oben, unten: 0 */
  margin: 0 auto;
  text-align:left;
  border: 0;
  grid-gap: 0.3rem;  
  font:inherit;
  font-size:95%;
  text-align: justify;
  line-height: 1.5;  
  background: var(--jas-bg);	
  color: #777;
}
@media (max-width: 1200px) {
   html, body {
	   font-size: 90%
   }
}
@media (max-width: 880px) {
   html, body {
      font-size: 80%;
   }
}
@media (max-width: 550px) {
   html, body {
      font-size: 70%;
   }
}

/* ------------ site-grid ------------*/
.site-grid {
  max-width: 960px;
  margin: 0 auto;
  /*font-size:95%;*/
}
/* Bereiche für Mobiles */
/* site-grid hat 4 Spalten (siehe grid-template-columns)*/
@media (max-width: 1200px) {
    .site-grid {
        grid-template-areas:
            ". banner banner banner banner ."
            ". top-a  top-a  top-a  top-a  ."
            ". top-b  top-b  top-b  top-b  ."
            ". side-l comp   comp   comp   ."
            ". side-r side-r side-r side-r ."
            ". bot-a  bot-a  bot-a  bot-a  ."
            ". bot-b  bot-b  bot-b  bot-b  ."
    }
}

@media (max-width: 550px) {
    .site-grid {
        grid-template-areas:
            ". banner banner banner banner ."
            ". top-a  top-a  top-a  top-a  ."
            ". top-b  top-b  top-b  top-b  ."
            ". side-l comp   comp   comp   ."
            ". side-r side-r side-r side-r ."
            ". bot-a  bot-a  bot-a  bot-a  ."
            ". bot-b  bot-b  bot-b  bot-b  ."
    }
}
/*------------------------------------*/

.mod-banners {
  text-align: center;
}

.mod-banners__item {
    max-width: 90%;
    display: inline;
	}
	
/*-------------- mod-menu ----------------*/	
.mod-menu {
  background: var(--white);	
  position: fixed;
  padding: 1rem;
}
@media (max-width: 1200px) {
    .mod-menu {
        position: fixed;
        padding: 0.5rem;
        max-width: 100px;
     }
}
@media (max-width: 550px) {
    .mod-menu {
        position: fixed;
        padding: 0.5rem;
        max-width: 80px;
     }
}
/*----------------------------------------*/
	
.jas-sidebar-container {
  background: var(--menu-bg);	
  align-items: center;
}

.main-top {
  margin-top: 0;
}

.right {
  text-align: right;
  padding:2rem;
}

.center {
  text-align: center;
  padding:2rem;
}

.myfooter {
  background-image: none; 
  background: var(--jas-bg);
}

footer .grid-child .mod-footer
 { 
   flex-grow:4;
   text-align: center;
 }
 
 .container-component {
	 background: var(--white);
 }
 
 /*-------------- div.table, div.tr, div.td - eigentlich table, tr, td, aber Cassiopeia hat sich nicht ändern lassen ---------------*/
div.td {
  display: table-cell;
  padding: 0.3rem;
  vertical-align: middle;
}
@media (max-width: 550px) {
  div.td {
     max-width: 80px;
    } 
  }

@media (max-width:380px) {
  div.td {
     max-width: 60px;
    }  
}

div.table {
 display: table;
  border-collapse: collapse;
}
div.table.big{
}

div.tr {
  display: table-row;
}

div.tr.border_bottom {
  border-bottom-style: solid; 
  border-bottom-color: #464646; 
  border-bottom-width: 1px;
}

/*--------------------------------------*/
 
 .com-content-article__body {
	 padding-left: 3rem;
	 padding-right: 2rem;
	 padding-top: 0rem;
	 padding-bottom: 0rem;
   }

img.bandfoto, img.bandfotostart, img.bandfoto100 {
    border: 0px;
}


.level1 {
  margin-left: 20px;
}


/* --- ab hier wie in Joomla 2 ---------------*/
.redbig {
   color: red;
   font-size: 19px;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
div.table.small {  
  width: 400px;
}

div.table.logos { 
  position: relative;
}

button.newsletter {
  width: 170px;
  background-color: #5799b3;
  font-weight: bolder;
  height: 30px;
  border-style: solid;
}

div.td.half {
  padding: 30px;
}

div.td.full {
  width: 100%;
}
div.td.withoutpadding {
  padding: 0px;
}
div.td.paddingleftright {
  padding-top: 0px;
  padding-bottom: 0px;
}

.strong {
  font-weight: bold;
}

img.bandfoto30 {
  margin-right:20px;
  width: 200px;
  border: 0px;
  float: left;
}

img.intextright {
  margin-right:20px;
  margin-left: 20px;
  width: 100px;
  border: 0px;
  float: right;
}

img.intextright200 {
  margin-right:150px;
  margin-left: 0px;
  width: 200px;
  border: 0px;
  float: right;
}

img.intextright100 {
  margin-right:100px;
  margin-left: 0px;
  width: 100px;
  border: 0px;
  float: right;
}

img.width150 {
  margin-right:20px;
  width: 150px;
  border: 0px;
  margin-left: 20px;
  margin-top: 10px;
}

img.standalone{
  display: inline-block;
  padding: 20px;
  width: 100%;
  height: auto;
}


img.galerie {
  display: inline-block;
  padding: 10px;
  border: 1px solid gainsboro;
  width: 100%;
  height: auto;
}

li {
  list-style-position: inside;
}

a { color: #105080; 
  text-decoration: none;
  text-align:justify
}


a:hover, a:active, a:focus { color: #005080; }



a:link {
  color: #B7614E;
  text-decoration: none;
  text-align:justify;
  font-weight:normal;  
}

a:link sup {
  color: #B7614E;  
  font-size: 15px;  
}

/* Wenn dies gelöscht wird, wird a:link nach dem Clicken zu a mit color #105080 */
a:visited {
  color: #B7614E;
  text-decoration: none;
    text-align:justify
}



a.grey {
   color: #B2B2B2;
}

a.black {
   color: #000000;
}
#all {
  width: 960px;
  margin: 0 auto;
  text-align:left;
  overflow: hidden;
  font-size:1.35em;
}
#header {
  background: #ffffff;
  padding:0 0px;
  
}

#container {
  position: relative;
  overflow:hidden;
  height:auto;
  background:#Ffffff;
}

#content {
  float: left;
  min-height: 450px;
  height: auto !important;
  height: 450px;
  padding: 0px 0px 0px 50px;
  /*width:650px;*/
  background-color:#ffffff;
  float:left;
  color: #464646;
}

#content ul, #content ol {
  padding: 0 15px 15px 15px;  
}

#incontent {
  overflow:visible;
  padding: 10px 20px 30px 30px;
  background-color: #ffffff;
  text-align: justify;
}

#incontent ul {
  padding-left:0px;
  list-style-type:disc;
}

#content.col_960 {
  width:960px;
}
#content.col_770 {
  width:770px;
}
#content.col_580 {
  width:580px;
}

/*
* html #footer {
  border-top:2px solid #666;
}
* + html #footer {
  border-top:2px solid #666;
}
* + html #sidebar1 {
  width:210px;
  border-right: 2px solid #99cccc
}
* + html #sidebar2 {
  width:165px;
}
* html #sidebar1 {
  width:210px;
}
* html #sidebar2 {
  width:210px;
}
*/
div.search {
  float:right;
}

h1 {
  border-bottom: 1px solid #dadada;
  clear: both;
  color: #106080;
  font: 150% Arial;
  margin: 5px 0 10px -4px;
  padding-top: 0px;
  padding-bottom: 3px;
}
h1.orange {
   color: #B7614E;
   font-weight: bold;
}  

h1 sup {
  color: #106080;  
  font: 20px Arial;  
}

h2 { 
 font-size: 100%;
 font-weight: bold;
 margin-bottom: 10px;
}

/*------------------ h3 -----------------*/
h3 {
 color: #cc0033;
 font-size: 120%;
 font-weight: bold;
 padding-bottom: 0.5rem;
}

h3.orange, sup.orange {
   color: #B7614E;
   font-weight: normal;
}
/*
@media (max-width: 1200px) {
   h3 {
	   font-size: 110%
   }
}
@media (max-width: 880px) {
   h3 {
      font-size: 90%;
   }
}
@media (max-width: 550px) {
   h3 {
      font-size: 80%;
   }
}
*/

/*------------------ h3 -----------------*/

h4 {
font-size:1.2em;
line-height:1.25;
margin-bottom:1.25em;
}
h5 {
font-size:1em;
font-weight:bold;
margin-bottom:1.5em;
}
h6 {
font-size:1em;
font-weight:bold;
}
p {
  margin: 0.8em 0; 
}

p.bold {
font-weight:bold;
}
p.imagefooter {
   font-size: 12px;   
   font-style: italic;
   text-align:left;
}
#footer p {
  margin:0;
}
cite, dfn, em, i {
  font-style: italic;
}
code, kbd, samp, pre, tt, var {
}
pre {
  white-space: pre;
}
del {
  text-decoration: line-through;
}
abbr[title], acronym[title], dfn[title] {
  cursor: help;
}
sup, sub {
  line-height: 0;
}
input, select, button {
  cursor: pointer;
}
 

   
