body {
        background-image: url("/images/Wall-bg3.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        margin: 0;
        font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 15px;
        line-height: 18px;
        color: #333;
        background-color: #fff;
}

.container-header {
    background-color: transparent;
    background-image: none;
}

.container-header .navbar-brand img {
  width: 1400px;
  min-width: 290px;
  margin-left: 7px; }

.container-header nav {
  padding: 0.5rem 1.5px; }

.container-component {
    background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
    padding: 15px 25px 15px;
/*    border-radius: 12px; */
 }

.container-sidebar-left {
    margin: 0px; }

.nav {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 18px 0px;
    margin-top: -7px;
    list-style: none;
}

.nav > li > a {
	color: #616161;
        display: block;
        font-size: 16px;
        line-height: 30px;
        border-bottom: 1px dotted #99a;
        padding: 4px 0 4px 0px;
	background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
}

.nav li a:hover {
    text-decoration: none;
    color: #000;
    font-size: 18px;
    transition: color 0.5s ease-in;
/*    transition: width 2s, height 2s, transform 2s;
    transform: rotate(360deg); */
    padding-left: 5px;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #ffe4c4;
    background-image: linear-gradient(135deg, #fff3d3 0%, #d1b798 100%);
    border-bottom: 1px solid #ccc;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0px;
}

.lnpd_item_wrapper {
    margin: 0;
    padding: 15px 15px 0px !important;
    font-size: 1em;
}

#speisen {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
/***    border-collapse: collapse; ***/
    width: 600px;
}

#speisen td, #speisen th {
    border: 1px solid #ddd;
    padding: 8px;
}

/*** #speisen td:nth-child(even){border-left: 0px;}
#speisen td:nth-child(odd){border-right: 0px;} ***/

#speisen tr:nth-child(even){background-color: rgba(242,242,242,.7);}

/***
#speisen tr:hover {background-color: #ddd;}
***/

#speisen th {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 18px;
    text-align: left;
    background-color: white;
    color: #0200a9;
}
