.live_speiseplan_header {
    width: 100%;
    padding: 1rem 0 4rem 0;
    min-height: 30px;
}


.live_speiseplan_menu {
    display: table;
    margin: 0 auto;
}

.live_speiseplan_day_button {
    color: #e9e9e9;
	font-weight: 700;
	letter-spacing: 0.05rem;
    text-transform: uppercase;
    padding: 0 0 0.5rem 0;
    margin-right: 1.5rem;
    float: left;
    text-align: center;
    cursor: pointer;
	position: relative;
	overflow: hidden;
}

.live_speiseplan_day_button:after {
	content: '';
	position: absolute;
	bottom: 0.5rem;
	left: 0;
	width: 100%;
	border: 1px solid #fcf7ef;
	transform: translate(0, 0.5rem);
	opacity: 0;
	transition: all .25s ease;
}

.live_speiseplan_day_button:hover:after,
.live_speiseplan_day_button:active:after {
	opacity: 1;
	transform: translate(0, 0);
}

.live_speiseplan_day_button:last-child {
    margin-right: 0;
}

.live_speiseplan_day_button_active {
    color: #fc6400;
}

.live_speiseplan_content {
    clear: both;
	display: block;
}

.live_speiseplan_single_day_header {
    margin-bottom: 10px;
}

.live_speiseplan_day_scroll {
    /*color: #fc6400;
    cursor: pointer;
    font-family: sans-serif;
    text-decoration: none;
    width: 20px;
    height: 20px;
    font-size: 14px;
    border: none;
    box-shadow: none;
    margin-right: 5px;*/
	display: none;
}

.live_speiseplan_hidden {
    display: none;
}

.live_speiseplan_item {
    margin-bottom: 7px;
}

.live_speiseplan_item:after {
    content: '';
    display: table;
    clear: both;
}

.live_speiseplan_item_title {
    display: block;
    width: 80%;
    float: left;
}

.live_speiseplan_item_price {
    display: block;
    float: right;
}

.l{
    background-color: #fc6400;
}

.live_speiseplan_kennzeichnung_info {
    margin-top: 2rem;
}

.live_speiseplan_kennzeichnung_header {
    font-size: 15px;
    cursor: pointer;
    text-decoration: underline;
}

.live_speiseplan_kennzeichnung_content {
    margin-top: 5px;
    font-size: 70%;
    display: none;
}
.kennzeichen {
    width: 32%;
    float: left;
}
.kennzeichen.informations,
.kennzeichen.allergene {
    margin-right: 1em;
}

@media screen and (max-width: 1160px){
    .live_speiseplan_day_button {
        min-width: 110px;
    } 
}
@media screen and (max-width: 1160px){
    .kennzeichen.zusatzstoffe {
        margin-bottom: 1.5em;
    }
}

@media screen and (max-width: 768px) {
    .live_speiseplan_header {
        height: auto;
    }

    .live_speiseplan_single_day {
        padding-left: 5%;
        padding-right: 5%;
    }

    .live_speiseplan_menu {
        width: 100%;
    }

    .live_speiseplan_day_button {
        width: 49%;
        margin-right: 0;
        margin-bottom: 10px;
        display: block;
        border: 1px solid #fff;
        float: left;
        padding: 4px 8px 4px 8px;
    }

    .live_speiseplan_day_button:nth-child(even) {
        float: right;
    }

    .live_speiseplan_item {
        border-bottom: 1px solid #464646;
        margin-bottom: 15px;
    }
    .kennzeichen.zusatzstoffe {
        margin-bottom: 4em;
    }
    
}
@media screen and (max-width: 480px) {
    .kennzeichen {
        width: auto;
        float: none;
        margin-bottom: .5em;
    }
    .kennzeichen.zusatzstoffe {
        margin-bottom: 0;
    }
}