Katalon Studio pick the Date Error

I am trying to do a Script with Katalon Studio to test a Webpage. However on the first Page i have to put in Destination and Dates. It worked perfectly with the Destination however I cant figure out a way to pick a date so he can press Search so I get to the next page. I tried to click it with xpatch or id. No change. I allways get the same Error:

Test Cases/MyHotelo FAILED because (of) Unable to click on object ‘Object Repository/Page_myhotelo/Datum’ (Root cause: org.openqa.selenium.WebDriverException: unknown error: Element is not clickable at point (224, 476). Other element would receive the click: …

Someone has an idear how to fix it?

The website is myhotelo.com

i create this, and it succesfully pick the date

WebUI.openBrowser(‘’)

WebUI.navigateToUrl(‘https://myhotelo.com/’)

WebUI.click(findTestObject(‘test/Page_myhotelo/div_’))

WebUI.click(findTestObject(‘test/Page_myhotelo/td_3’))

WebUI.click(findTestObject(‘test/Page_myhotelo/div_’))

WebUI.click(findTestObject(‘test/Page_myhotelo/div_’))

WebUI.click(findTestObject(‘test/Page_myhotelo/td_7’))

//

with object repository

1.PNG

3.PNG

2.PNG