﻿/*Menüleiste anpassen Startseite*/
#headt-part .fx-menu-slide {
    background: #fbf9e3!important;
}
/*Menüleiste anpassen bei Speisekarte*/
.logomenupart.e4j-mainmenu.fixedmenu{
    background:#fbf9e3;
}
/* Menüknopf anpassen */
#headt-part .menumob-btn-inner {
    background-color: #fbf9e3!important;
}

.nav-devices-inner {
    background: #fbf9e3!important;
}

/*Farbe anpassen Menuleiste*/
.logomenupart {
    background: #ffffff;
}


/*Farbe und Grösse des Plus Button in der Speisekarte angepasst*/
.vrtkitemsdiv .vrtksinglevar .vrtkvaraddbuttondiv .vrtkvaraddbutton {
    color: #ce980e!important;
}
/*Menu Schriftart Farbe bei Hover*/
.nav-devices-inner .moduletable > ul > li > .l-block li span:hover {

	color:black!important;
}

/*Linkfarbe im Footer anpassen*/
	
#subfoot-cont > div > div:nth-child(2) > div > div > p:nth-child(1) > a:nth-child(2) {
    color: #64acc3;
}

#subfoot-cont > div > div:nth-child(2) > div > div > p:nth-child(1) > a:nth-child(1){
color: #64acc3;
}

#subfoot-cont > div > div:nth-child(2) > div > div > p:nth-child(1) > a:nth-child(3){
color: #64acc3;
}

/*CSS für aktuell ausgewählten Menupunkt in der Speisekarte*/
#nav-menu-devices > nav > div > div.mainmenu-items > div > ul > li.active.deeper.parent > ul > div > li.current.active {

	background:#b1b1b1;
}

/*Hintergrundfarbe des Hauptmenupunkt welches aktiv ist*/
 .nav-devices-inner .moduletable_menu > ul > li.active > a, .nav-devices-inner .moduletable > ul > li.active > a, .nav-devices-inner .moduletable_menu > ul > li.active > a > span, .nav-devices-inner .moduletable > ul > li.active > a > span{
    background: #ce980e!important;
    }

/*CSS für jeden zweiten menupunkt - ab dem Zweiten*/
#nav-menu-devices > nav > div > div.mainmenu-items > div > ul > li.item-103.deeper.parent > ul > div > li:nth-child(even) {background: #fff2db;padding:6px;}

/*CSS für jeden zweiten menupunkt*/
#nav-menu-devices > nav > div > div.mainmenu-items > div > ul > li.item-103.deeper.parent > ul > div > li:nth-child(odd) {background: #fffce5;padding:6px;}

/*Icons im header*/
#menumob-btn-ico span, .icons-menu .page-header {

color: #ce980e!important;
}
/*Farbe des Hamburgermenues*/
#menumob-btn-ico span {
    background: #000000!important;
}

/*Menu Button Schriftart Farbe*/

.nav-devices-inner .moduletable > ul > li > a, .nav-devices-inner .moduletable > ul > li span{
	color:#2d2d2d!important;
} {
color:#3a3a3a!important;
}