:root{--cassiopeia-color-primary:#aaa;--cassiopeia-color-link:#224faa;--cassiopeia-color-hover:#aaa;
}
.container-header {
    background-color: #ebe4e4ad;
    background-image: linear-gradient(135deg,#008000 0,var(--cassiopeia-color-hover) 100%);
}
.container-below-top, .container-topbar {
    background-color: #555555e3;
}
body {
 	background-color:#999; 
}
body.site {
	background-color: #3e557f47;
	background-image: url(../../../../../images/funsuper/hg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
  	/*opacity: 90%;*/
}
modul-bg {
  	background-color:#555;
}

div.grid-child.container-component{
  	background-color: #fff;
    padding: 1em;
  	opacity: 80%;
  
}
.card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    word-wrap: break-word;
    background-clip: border-box;
    background-color: #fff;
    border: 0px solid #dfe3e7; 
  border-radius: 0rem;
}
h2 {
 	font-size:28px;
  	font-weight:normal; color:#333;
 }
h3 {
 	font-size:24px;
  	font-weight:normal; color:#333;
 }
h4 {
 	font-size:20px;
  	font-weight:normal; color:#333;
 }
h6 {
 	font-size:16px;
  	font-weight:normal; color:#333;
 }
.form-control {
    background-color: #ccc;
  	padding:0rem 0rem;
}
.metismenu.mod-menu .mm-collapse {
  background-color: #999;
}
a {
  color: #000;
}
a:hover {
  color: #ddd;
}





/* Footer Schriftgrösse */
.tm-footer {
font-size: 12px;
}
/* mehrspaltiger Inhalt */
.et-cols {
  overflow:hidden;
  width:100%;
  display:inline-block;
  margin: 0px 0px;
}
.et-cols2 {
  float:left;
  width:400px;	
  padding:0 0%;
}
.et-cols3 {
  float:left;
  width: 340px;	
  padding-right:0px;
}
.et-cols4 {
  float:left;
  width: 23%;	
  padding:0 0%;
}
.et-cols5 {
  float:left;
  width: 18%;	
  padding:0 0%;
}

.et-cols6 {
  float:left;
  width: 14.66%;	
  padding:0 0%;
}
.et-cols p {
  margin:7px 0;
}
/*Rollover Bild*/
<style type="text/css">
.thumbnail{
	position: relative;
	border: none !important;
	z-index: 0;
}
.thumbnail:hover{
	background-color: transparent;
	border: 0px dashed gray;
	z-index: 50;
}
.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	left: 0px;
	border: 0px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 0px;
	border: none !important;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 50px;
	left: 0px; /*position where enlarged image should offset horizontally */
	z-index: 10;
}
</style>
