
/*****************
*	Sidebar Menu
*****************/
.sidebar{
	padding: 0
}
.sidebarMenu{
	/*dkd*/
	position: absolute;
	top: -150px;
	right: -25px;
	width: 300px;
	margin-left: 50px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: #ffd901;
}

.HomesidebarMenu{
    position: fixed;
    z-index:100000;
    top: 50%;
    right: -25px;
    width: 250px;
    margin-left: 50px;
    /*padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 25px;*/
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #ffd901;
    padding: 10px 25px 10px 15px;
}

.sidebarMenu ul li, .HomesidebarMenu ul li{
    margin-bottom: 0px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
    list-style-type: none;
}

.sidebarMenu ul li:last-child, .HomesidebarMenu ul li:last-child{
    border:none;
}

#menu-sidebar-menu .submenu.dropdown-menu, #menu-home-sidebar-menu .submenu.dropdown-menu{
    position: static !important;
    background-color: #ffd901;
    box-shadow:none;
}
#menu-sidebar-menu .submenu.dropdown-menu li, #menu-home-sidebar-menu .submenu.dropdown-menu li{

    font-size:0.8rem;
    border-bottom: none !important;
}

#menu-sidebar-menu .submenu.dropdown-menu li.current_page_item, #menu-home-sidebar-menu .submenu.dropdown-menu li.current_page_item{
     background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/fortee_bullet_arrow_blue.svg');
     background-repeat: no-repeat;
     background-size: 14px;
     background-position:left center;
 }

#menu-sidebar-menu .submenu.dropdown-menu li:hover, #menu-home-sidebar-menu .submenu.dropdown-menu li:hover{
    background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/fortee_bullet_arrow_yellow.svg');
    background-repeat: no-repeat;
    background-size: 14px;
    background-position:left center;
}

#menu-sidebar-menu .submenu.dropdown-menu li a, #menu-home-sidebar-menu .submenu.dropdown-menu li a{
    padding: 0px 0px 0px 27px !important;
}


.lang-flag{

    width: 16px;
    height: 16px;
    background-size: cover;
    display:inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.english-flag{
    background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/flag_of_united_kingdom.svg');
}
.deutsch-flag{
    background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/flag_of_germany.svg');
}
.francais-flag{
    background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/flag_of_france.svg');
}
.espanol-flag{
    background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/flag_of_spain.svg');
}
.dutch-flag{
    background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/flag_of_netherlands.svg');
}
.hungarian-flag{
    background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/flag_of_hungary.svg');
}
.dansk-flag{
    background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/flag_of_denmark.svg');
}

/*.HomesidebarMenu ul li a.dropdown-toggle{*/
.sidebarMenu ul li a.dropdown-toggle, .HomesidebarMenu ul li a.dropdown-toggle{
    display:inline-block;
}


.sidebarMenu ul, .HomesidebarMenu ul{
    padding: 0;
}

.sidebarMenu ul li a, .HomesidebarMenu ul li a{
	display: block;
	color: #002878;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #002878;
	text-decoration: none;
}
.sidebarMenu ul li a:hover, .HomesidebarMenu ul li a:hover{
    text-decoration: none;
    background: none;
    color: #be1200;
}

.modal-dialog{
	width: 50%;
}

.sidebarMenu img,  .HomesidebarMenu img{
	margin-right: 10px;
	margin-top: -3px;
}
