#website{
    width: 100%;
    overflow: hidden;
}
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

body {    
	font-family: 'Roboto', sans-serif;
}


.inRow{
	margin-top: 20px;
}

.page_container {
    margin: 0 auto;
    width: 100%;
    max-width: 1250px;
    height: auto;
    overflow: hidden;
    padding: 60px 0;
}

.content_container {
    margin: 0 auto;
    width: 100%;
    padding: 0 21px 0 21px;
    max-width: 1250px;
    position: relative;
    clear: both;
    z-index: 1;
}

.content-area.page_container {
    padding-top: 14px;
}

h3,
#website .steps strong {
    color: #000 !important;
}

.py-3 {
    padding-top: 3px;
    padding-bottom: 3px;
}

.py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.text-right {
    text-align: right;
}

.mw-500 {
    max-width: 500px;
}

.mw-650 {
    max-width: 650px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}

.pl-0 {
    padding-left: 0;
}

.border-bottom {
    border-bottom: 1px solid #e0e0e0;
}

.row.row-border-bottom {
    margin: 0 0 7px 0;
    border-bottom: 1px solid #777;
    padding: 0 0 7px 0;
}

#website .btn-primary {
    color: #fff;
    padding: 7px 15px;
    background: #db0700;
    display: inline-block;
    transition: all ease-in-out 0.25s;
    border-radius: 7px;
    border: none;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5); /* Stärkeren Schatten hinzufügen */
   
}

}

#website .btn-primary:hover {
    background: #990400;
    transition: all ease-in-out 0.25s;
    text-decoration: none;
}

#website .steps {
    color: #888;
    margin-top: 20px;
}

header {
    background: #fff;
    height: 280px;
    padding: 10px;
	border-bottom: 1px solid #777;
}

header .page_container {
    padding: 0px 0px 0px;
}

header .header_logo {
    height: auto;
    margin: 20px auto 14px;
    max-width: 180px;
    padding: 0px 20px 12px;
    background: #db0700;
}
header .header_image_dektop {
    height: auto;
    margin: 0px auto 0px;
    max-width: 950px;
    padding: 5px 0px 5px;
    
}
header .header_image_mobile {
	visibility: hidden;
}
.logo_img{
	width:100%;
	max-height: 270px;
}

header .header_logo_subline {
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    margin: 0 auto 12px;
    letter-spacing: 5px;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding-left: 5px;
}

header .header_top {
    width: 100%;
    position: relative;
    display: inline-block;
}

header .header_top a.back_website {
    float: left;
    position: relative;
    display: inline-block;
    color: #000;
}

header .button_shop {
    width: 50%;
    float: left;
    position: relative;
    display: inline-block;
    height: auto;
}

header .header_phone {
    width: 50%;
    float: right;
    text-align: right;
}

header .header_phone img {
    width: 20px;
    margin: 4px;
}

header .header_phone a {
    float: right;
    color: #000;
    font-size: 19px;
    display: inline-block;
}

header .button_shop a {
    color: #000;
    padding: 7px 15px;
    background: #db0700;
    display: inline-block;
    transition: all ease-in-out 0.25s;
    border-radius: 7px;
}

header .button_shop a:hover {
    background: #990400;
    transition: all ease-in-out 0.25s;
    text-decoration: none;
}

#footer {
    height: 105px;
}

#footer .page_container {
    padding: 20px 0;
    background: #000;
    text-align: center;
    max-width: 100%;
}

#footer ul {
    width: auto;
    text-align: center;
    list-style: none;
    margin: 20px auto;
    display: inline-block;
    padding: 0;
}

#footer ul li {
    padding: 0 10px;
    border-right: 1px solid #fff;
    width: auto;
    display: inline-block;
    float: left;
}

#footer ul li:last-child {
    border-right: none;
}

#footer ul li a {
    color: #fff;
}

.calendar.ng-scope {
    width: 100%;
    margin: 0 auto;
    max-width: 700px;
}

.calendar-header {
    text-align: center;
    margin-bottom: 25px;
}

.calendar .fc-day-grid-event .fc-time {
    font-weight: bold;
    display: block;
}

#warenkorb {
    padding: 16px;
    background: #fff !important; /* Hintergrundfarbe auf Weiß ändern */
    margin-bottom: 12px;
    margin-top: 60px;
    display: inline-block;
    max-width: 650px;
    width: 100%;
    border-top: 1px solid #990400;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); /* Schattenkontur hinzufügen */
}

#warenkorb a.button {
    color: #990400;
    margin: 12px 0 0 0;
    display: inline-block;
    float: right;
    cursor: pointer;
}

#warenkorb td.WKTitle {
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}

#warenkorb tr.WKHead {
    border-bottom: 1px solid #ccc;
    margin-bottom: 12px;
    display: inline-block;
    padding-bottom: 5px;
    width: 100%;
}

#warenkorb tr.WKSumme {
    border-top: 1px solid #ccc;
    padding-top: 5px;
    display: inline-block;
    width: 100%;
}


.step-navi {
    margin-top: 30px;
	margin-bottom: 20px;
}

.step-navi .next {
    text-align: right;
}

.step-navi button span {
    font-size: 20px;
}

.steps p {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
}

.calendar h2 {
    font-size: 20px;
}

.row.legend {
    margin: 20px 0 0;
    text-align: center;
}

.single-item.col-6 {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 12px;
}

.single-item p {
    position: relative;
    display: inline-block;
    float: left;
    height: 20px;
    font-weight: 500;
margin: 0;
}

.legend .icon-dinnershow {
    background: #257a00;
    height: 20px;
    width: 20px;
    display: inline-block;
    margin-right: 10px;
    float: left;
}

.legend .icon-brunch {
    background: #72806c;
    height: 20px;
    width: 20px;
    display: inline-block;
    margin-right: 10px;
    float: left;
}

button.fc-button.fc-state-default {
    border: none;
    background: #000;
    color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Stärkeren Schatten hinzufügen */
    padding: 0;
}





form#kundenForm {
    margin-top: 30px;
}

form#kundenForm select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

form#kundenForm input[type=checkbox],
form#kundenForm input[type=radio] {
    margin: 0;
    width: 18px;
    height: 18px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px 0;
    border-top: 0;
}

@media screen and (max-width: 750px) {
	header {		
		height: fit-content;		
	}
    header .header_phone a {
        margin-top: -6px;
    }

    header .header_phone a {
        font-size: 16px;
        padding: 4px 0;
    }

    header .header_phone img {
        width: 18px;
        margin: 0 4px 4px;
    }

    header .button_shop a {
        padding: 7px 10px;
        font-size: 12px;
    }
	
	header .header_image_dektop {
		display: none
	}
	header .header_image_mobile {
		visibility: visible;
	}
	
	/* Warenkorb */
	#warenkorb .col-xs-1, #warenkorb .col-xs-2, #warenkorb .col-xs-6, #warenkorb .col-xs-7 {
		padding-right: 5px;
		padding-left: 5px;
	}
	
}

body {
    /* color: #000; */
    background-color: #fff;
}



h3,
#website .steps strong,
#warenkorb a.button {
    color: #db0700 !important;
}
h4{
	color: #db0700 !important;
}


#warenkorb a.button img {
    width: 12px;
    height: 12px;
    display: inline-block;
    position: relative;
    margin-bottom: 3px;
}

.steps p {
    border-bottom: none;
    color: #ccc;
}

#warenkorb {
    background: #444;
    border-top: none;
}

.fc-state-default {
    color: #fff;
    text-shadow: none;
    box-shadow: none;
}

/* Dienstagent
--------------------------------------------------------------------------------------------------*/
.amountDD {
    font-size: 14px;
    color: #555;
    background-color: #fff;
}

.klickbar{
	cursor: pointer;
}

.ticket-inactiv {
    color: #555;
}
.info-inactiv{
	color: #e7e6e8;
}
.info-activ{
	color: #db0700;
	cursor: pointer;
}
.dd-inactiv {
    background-color: #555;
}
.ausverkauft {
    color: #b4b4b;
}