/*data Object
(
    [count] => 3
    [erg] => Array
        (
            [0] => Array
                (
                    [id] => 1
                    [name] => Standard
                    [title_de] => VISIONcontent
                    [color] => #FF9239
                    [colorContrast] => #FFFFFF
                    [colorLight] => #FFF4EB
                    [colorBoxHeadline] => #FFFFFF
                    [colorMenuContrast] => #D5D5D5
                    [colorTableOdd] => #FFF4EB
                    [colorTableEven] => #FFFFFF
                    [isDefault] => 1
                )

            [1] => Array
                (
                    [id] => 2
                    [name] => Cottbus
                    [title_de] => Cottbus
                    [color] => #db3a1a
                    [colorContrast] => #FFFFFF
                    [colorLight] => #f38068
                    [colorBoxHeadline] => #FFFFFF
                    [colorMenuContrast] => #D5D5D5
                    [colorTableOdd] => #FFF4EB
                    [colorTableEven] => #FFFFFF
                    [isDefault] => 0
                )

            [2] => Array
                (
                    [id] => 3
                    [name] => Forst
                    [title_de] => Forst
                    [color] => #4f6f1c
                    [colorContrast] => #FFFFFF
                    [colorLight] => #758d4f
                    [colorBoxHeadline] => #FFFFFF
                    [colorMenuContrast] => #D5D5D5
                    [colorTableOdd] => #FFF4EB
                    [colorTableEven] => #FFFFFF
                    [isDefault] => 0
                )

        )

    [query] => SELECT * FROM whsn_color_scheme
)
*/
#navMain li.cs_1 a.lvl1,
#navSub.cs_1 strong a,
#navSub li.cs_1 a.lvl1 {
    background: #FF9239;
    color:#FFFFFF;
}
@media (min-width: 960px) {
    #navMain li.cs_1 a.lvl1 {
        background:rgba(255,146,57,0.5);
    }
    #navMain li.cs_1:hover a.lvl1,
    #navMain li.cs_1 a.lvl1.active {
        background:rgba(255,146,57,1);
    }
}
#navMain li.cs_1 .lvl2 a.active,
#navSub.cs_1 .lvl2 a.active,
#navSub.cs_1 li:hover a.lvl2 {
    background:rgba(255,146,57,0.2);
}
.articleGrid.cs_1 .headline {
    background: rgba(255,146,57,0.5);
    color:#FFFFFF;
    border-bottom: 5px solid #FF9239;
}
.articleGrid.cs_1 .headline a {
    color:#FFFFFF;
}
.articleGrid.cs_1 .more {
   color:#FFFFFF;
   background-color: #FF9239;
   background: linear-gradient(to right, #FF9239 25%,#FFF4EB 100%);
}
.articleGrid.cs_1 .more .icon {
    background: #FF9239;
    color:#FFFFFF;
}
.cs_1 header {
    background: rgba(255,146,57,0.1);
}
.cs_1 .stdTable tr th,
.cs_1 .stdTable thead tr td {
	background-color: #FF9239 !important;
}
.stdTable tbody tr:nth-child(2n+1) td,
.stdTable > tr:nth-child(2n+1) td {
	background-color: rgba(255,146,57,0.1);
}
.cs_1 button,
.cs_1 .sendenBtn,
.cs_1 .btn {
    color: #FF9239;
}
.cs_1 .btnRaised:hover,
.cs_1 .btnRaised,
.cs_1 .sendenBtn {
    background: #FF9239;
    color: #FFFFFF;
}

#navMain li.cs_2 a.lvl1,
#navSub.cs_2 strong a,
#navSub li.cs_2 a.lvl1 {
    background: #db3a1a;
    color:#FFFFFF;
}
@media (min-width: 960px) {
    #navMain li.cs_2 a.lvl1 {
        background:rgba(219,58,26,0.5);
    }
    #navMain li.cs_2:hover a.lvl1,
    #navMain li.cs_2 a.lvl1.active {
        background:rgba(219,58,26,1);
    }
}
#navMain li.cs_2 .lvl2 a.active,
#navSub.cs_2 .lvl2 a.active,
#navSub.cs_2 li:hover a.lvl2 {
    background:rgba(219,58,26,0.2);
}
.articleGrid.cs_2 .headline {
    background: rgba(219,58,26,0.5);
    color:#FFFFFF;
    border-bottom: 5px solid #db3a1a;
}
.articleGrid.cs_2 .headline a {
    color:#FFFFFF;
}
.articleGrid.cs_2 .more {
   color:#FFFFFF;
   background-color: #db3a1a;
   background: linear-gradient(to right, #db3a1a 25%,#f38068 100%);
}
.articleGrid.cs_2 .more .icon {
    background: #db3a1a;
    color:#FFFFFF;
}
.cs_2 header {
    background: rgba(219,58,26,0.1);
}
.cs_2 .stdTable tr th,
.cs_2 .stdTable thead tr td {
	background-color: #db3a1a !important;
}
.stdTable tbody tr:nth-child(2n+1) td,
.stdTable > tr:nth-child(2n+1) td {
	background-color: rgba(219,58,26,0.1);
}
.cs_2 button,
.cs_2 .sendenBtn,
.cs_2 .btn {
    color: #db3a1a;
}
.cs_2 .btnRaised:hover,
.cs_2 .btnRaised,
.cs_2 .sendenBtn {
    background: #db3a1a;
    color: #FFFFFF;
}

#navMain li.cs_3 a.lvl1,
#navSub.cs_3 strong a,
#navSub li.cs_3 a.lvl1 {
    background: #4f6f1c;
    color:#FFFFFF;
}
@media (min-width: 960px) {
    #navMain li.cs_3 a.lvl1 {
        background:rgba(79,111,28,0.5);
    }
    #navMain li.cs_3:hover a.lvl1,
    #navMain li.cs_3 a.lvl1.active {
        background:rgba(79,111,28,1);
    }
}
#navMain li.cs_3 .lvl2 a.active,
#navSub.cs_3 .lvl2 a.active,
#navSub.cs_3 li:hover a.lvl2 {
    background:rgba(79,111,28,0.2);
}
.articleGrid.cs_3 .headline {
    background: rgba(79,111,28,0.5);
    color:#FFFFFF;
    border-bottom: 5px solid #4f6f1c;
}
.articleGrid.cs_3 .headline a {
    color:#FFFFFF;
}
.articleGrid.cs_3 .more {
   color:#FFFFFF;
   background-color: #4f6f1c;
   background: linear-gradient(to right, #4f6f1c 25%,#758d4f 100%);
}
.articleGrid.cs_3 .more .icon {
    background: #4f6f1c;
    color:#FFFFFF;
}
.cs_3 header {
    background: rgba(79,111,28,0.1);
}
.cs_3 .stdTable tr th,
.cs_3 .stdTable thead tr td {
	background-color: #4f6f1c !important;
}
.stdTable tbody tr:nth-child(2n+1) td,
.stdTable > tr:nth-child(2n+1) td {
	background-color: rgba(79,111,28,0.1);
}
.cs_3 button,
.cs_3 .sendenBtn,
.cs_3 .btn {
    color: #4f6f1c;
}
.cs_3 .btnRaised:hover,
.cs_3 .btnRaised,
.cs_3 .sendenBtn {
    background: #4f6f1c;
    color: #FFFFFF;
}
