:root {
    --primary: #00DEFF;
    --antd-wave-shadow-color: #00DEFF;
    --ant-primary-color: #00DEFF;
    --primaryInvertedText: #00DEFF;
    --primaryHover: #00DEFF;
    --default: #00DEFF;
    --primaryText: black;
    --defaultText: black;
    --warning: #cc6600;
    --warningText: black;
    --error: red;
    --errorText: white;
    --headerColor: black;
    --headerColorLight: white;
    --textColor: black;
    --textColorLight: #000;
    --pageBackground: white;
    --itemBackground: #fff;
    --basketBackground: #ddd;
    --basketItemBackground: #ddd;
    --selectedBasketItemBackground: #ddd;
    --rangeCalenderOccupied: #ff4d4d;
    --cookieConsent: #ff9900;
    --cookieConsentText: white;
	
	--gridTextHeight: 170px
}

body {
	font-family: "Big Noodle Tilting", Sans-serif;
}

.CheckinOutActioContainer button {
		display:none;
}

.CheckinOutActionContainer button {
		display:none;
}

.MapContainer {
    height: 940px !important;
    
}

@media screen and (min-width: 1440px) {
    .contentOuterLayout_logi {
        max-width: 1500px !important;
    }
}

.searchResultContainer {
	align-items: normal!important;
}