/* Hintergrundfarbe */
:root{--cassiopeia-color-primary:#fff;--cassiopeia-color-link:#224faa;--cassiopeia-color-hover:#fff;
}

 /* Hintergrundbild Seite */
body.site {
	background: transparent;
	background-image: url(../../../../../images/layout/marokko.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

/* Menuformatierung */
.container-header .mod-menu {
    -webkit-box-flex: 1;
    color: #000;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    list-style: none;
    margin: 0;
  padding: 0;}
  
ul.mm-collapse.mm-show{
  background-color:#fff!important;  
  
}

a {
  color: #000;
  text-decoration:none;
}
a:hover {
  background-color: #ccc !important;
  color: #666;
}

/* Schriftgrösse */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}

/* Formatierung Collapse Menu */
.container-header .navbar-toggler {
    border: 1px solid #000;
    color: #230909;
}

/* Footer Schriftgrösse */
.tm-footer {
	font-size: 12px;
}

/* Formatierung Kontaktformular */
div.com-contact.contact{
  	background-color:#ccc;
  	padding:1%;
}
.btn-primary {
    background-color:#666;
    border-color:#386644;
}
.btn-primary{
    --btn-hover-color: #386644;
 }
.form-control {
    background-color: #fff;
    max-width: 100%;
    height: 1em;
}
legend {
    float: left;
    font-size: calc(1.0rem + .3vw);
}

/* Format Footer */
.footer{
  color:#000;
}
/* mehrspaltiger Inhalt */
.et-cols {
  overflow:hidden;
  width:100%;
  display:inline-block;
  margin: 0px 0px;
}
.et-cols3 {
  float:left;
  width: 300px;	
  padding-right:20px;
}

/* Format Sidebar-right */
.noborder{
  	border:0px;
	display:none;
}

@media screen and (min-width: 800px) {
.noborder{
  	border:0px;
	display:block;
}
}