/*
grau logo: #222222
gelb logo: #BE9F56
grau dark: #666666
grau light #ebebeb
*/

body {
    background-color: #fff;
    color:#222222;
}
#header {
    color:#fff;
}
a {
    color:#BE9F56;
}
a:hover {
    color:#BE9F56;
}
a[href*="tel"] {
    color:#222222;
}

h1, h2 {
    color:#222222;
}
.tomppa-ishome #component h2 {
     color:#222222;
}

.highlight {
    background-color:#215ea0;
}
.bglight{
    background-color:#ebebeb;
}

#menurow,
#menurow_tablet{
    background-color:#fff;
}  

#footer {
    background-color:#BE9F56;
    color:#fff;
}
#footer a {
    color:#fff;
}

#footer_created{
    background-color:#222222;
    color: #fff;
}
#footer_created a {
    color:#fff;
}

#scroll_top{
    background-color:#ccc;
    color:#fff;
}

body.componentbglight #component,
body.zeilezweibglight #zeilezwei,
body.zeiledreibglight #zeiledrei {
    background-color:#ebebeb;
}
body.componentbgdark #component,
body.zeilezweibgdark #zeilezwei,
body.zeiledreibgdark #zeiledrei {
    background-color:#666666;
}


