body {
    background:#fff;
}

a {
   color: #1BA305;
}

a:hover {
   color: #FDAF17;
}

.mainblock {
    background: #fff;
}

.flashes {
    background:#fff;
    color:red;
    border:1px solid #bbb; 
    font-weight:bold;
    border-radius:10px;
    box-shadow: 2px 2px 4px #ccc;
}

.search {
    background: #F59F18;
}

.searchfield {
    border: none;
    background: #F59F18;
}

.submitSearch {
    border: 1px solid #F59F18;
}

.texthp21 a h2:hover {
    color: #FDAF17;
}

.logo a {
   color: #000; 
}

/* MENU */
.coverMenuJs {
    float: left;
    width: 100%; 
    height: 36px;
    background:#E4E3E1 !important;
}

.menuJs2 a, .logo a {
    color: #000 !important;
    background: none;
}

.menuJs2 a:hover, .logo a:hover {
    background: #FFC207; /* 60DCF7 */
    color: #000 !important;
}

.menuJs2 li ul {
    background: #fff;
}

.menuJs2 li li a {
    background: #E4E3E1;
}

#actual { 
    background: #FFC207 !important;
    color: #000 !important;
}

#actualVer { 
    color: #FFC207 !important;
}

#actualDown { 
    background: #fff !important;
}

#navigation {
    background: #132217;
}

#navButton {
    background:none;
}

#menuVer li a {
    background: #132217; /* 15271F */
    color:#fff;
}

#menuVer li a:hover {
    color: #FFC207 !important;;
}

.menudown a {
    color: #000; 
}

.menudown a:hover {
    color: #000 !important; 
    background: #A1CADB; 
}

.submenu {
    background: url('../design/mainMenu-bg.jpg');
}


/* BLOCK */
.btitle {
    color: #000;
}

.blockitem button {
    background: #F59F18;
}

.detailarr {
    background: #fff;
    color: black;
    border: 1px solid grey;
    box-shadow: #858585 4px 6px 6px;
}

@media screen and (max-width:940px) {
    .detailarr img {
        width: 97%;
    }
}

/* NEWS */
.itemActuality {
    border-bottom:2px solid #F59F18;
}

.news {

    border-left: 2px dashed #F59F18;
}

.newsLink {
    color: #1BA305;
}

.newsLink:hover {
    color: #FDAF17;
}

.newsmenu button {
    background: #F59F18;
    color: #000;
}

.texthp32 {
    background: #F59F18;
}

.programmed2 a {
   color: #147804;
}

.programmed2 a:hover {
   color: #1BA305 !important;
}

.message {
    background: #F59F18;
}

.submitProfil {
   background: #A6A73A;
   box-shadow: 2px 2px 4px #333;
   /*border: 2px solid #DC0F0E !important;*/
}

#gdpr {
    color: #000;
}

#gdpr:hover {
    color: #333;
}

.footer5 button {
    background: #A6A73A !important;
    color: #000 !important;
    box-shadow: 2px 2px 4px #333;
}