:root{--cassiopeia-color-primary:rgba(47,90,150,0.9);--cassiopeia-color-link:#224faa;--cassiopeia-color-hover:rgba(47,90,150,0.9);
}
.container-below-top, .container-topbar {
    background-color: #fff;
  	color:#000;
}
body {
 	background-color:#fff; 
}
modul-bg {
  	background-color:#fff;
}
.card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    word-wrap: break-word;
    background-clip: border-box;
    background-color: #fff;
  	--card-border-width:0px;
    border-radius: 0rem;
}
/* Kontaktformular */
.com-contact__container {
    display: none;
}
legend {
    display: none;
}
.btn-primary {
    --btn-hover-color: #000;
}

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: #ddd;
}
a {
  color: #000;
}
a:hover {
  color: #999;
}

/* 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: 48%;	
  padding:0 0%;
}
.et-cols3 {
  float:left;
  width: 140px;	
  padding-right:20px;
}
.et-cols33 {
  float:left;
  width: 26%;	
  padding-right:20px;
}
.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>
