/*
.uk-dropdown-navbar {
    margin-top: 0;
    background: #f9f9f9;
    color: #999999;
}
*/

/* Hintergrundbild */
/*
body {
background: url("/joomla/images/xxxxxxx/xxxxxxxx/xxxxxxxx.jpg") no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
*/

/* Footer transpartent */
.footer {
    color: #000000;
    background-color: transparent;
  	background-image: none;
}

/* Artikelhintergrund weiss/transpartent */
/*
.uk-container {
    background-color: #fff;
}
*/

/* Banner */
.mybanner {
  min-width: 100%;
/*  background: linear-gradient(to right, #990033 0%, #ff9900 100%);*/
  background-color: transparent; 
}

/* Menu */

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

/* Text should now be blue */
.container-header .mod-menu {
    color: #000000;
/*    color: #8b3e2f; */
}

/* 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: 3px 15px;
    color: #000000;
  /*     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 #000000;
}

/* Schrift oben im Banner braun */
.container-header .navbar-brand a {
    color: #754b00;
}
.container-header .site-description {
    color: #754b00;
}