/* customize the horizontal menu
.metismenu.mod-menu .metismenu-item {
    font-size: 1.0rem;
    line-height: 1.1;
}
*/

.mybanner {
  min-width: 100%;
}


/* Menu */

/* Override the lila background with white */
.container-header {
    background-color: green;
    background-image: none;
}


/* Text should now be blue */
.container-header .mod-menu {
    color: #0088cc;
}

/* We add padding and radius so that on hover there is a nice background */
.container-header .mod-menu a {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px; 
    padding: 0px 0px;
    color: #0088cc;
}

/* On hover there should be a gray background*/
.container-header .mod-menu a:hover {
    background-color: #eee;
}

/* We need to change the color of the Hamburger Menu because white on white is not good */
.container-header .navbar-toggler {
    color: #0088cc;
    border: 1px solid #0088cc;
}

.site-grid {
    /* background-color: #ff0000;*/
  background: url(/images/HintergrundLesezeichen256.jpg) repeat-x; 
  /*background: url(/images/Santa.png) repeat-x;  */
  /*  background: url(/images/HintergrundOstern.jpeg) repeat-x;  */
}

.header {
    background-color: #90b4e3;
  /*background-color: #a1bfe3;*/
}

.grid-child {
    background-color: #ffffee;
  	padding: 3px 15px;
}

.grid-header {
    
    background-color: #ffffee;
}

.footer {
    background-color: #cee5f5;
    background-image: none;
}

/* images in articles in top left corner with floating text around*/
/* can be adjusted picture by picture in JCE Editor
img {
  float:left;
}
*/

/* open submenus via hover */
.container-nav li.level-1.deeper.parent:hover > ul {display:block !important;}

