html, body {
	overflow-x: hidden;
    /* Hier komt custom styling */
}

body {
	overflow: hidden;
}

.elementor-widget-theme-site-logo {
    z-index: 9999 !important;
}

.custom-line span.elementor-divider-separator::before {
    content: "";
    display: block;
    position: absolute;
    background-color: #619e9c;
    width: 3px;
    height: 3px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50px;
}

.custom-line span.elementor-divider-separator::after {
    content: "";
    display: block;
    position: absolute;
    background-color: #619e9c;
    width: 3px;
    height: 3px;
    top: 50%;
	right: 0;
    transform: translateY(-50%);
    border-radius: 50px;
}

.custom-line-white span.elementor-divider-separator::before {
    content: "";
    display: block;
    position: absolute;
    background-color: #fff;
    width: 3px;
    height: 3px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50px;
}

.custom-line-white span.elementor-divider-separator::after {
    content: "";
    display: block;
    position: absolute;
    background-color: #fff;
    width: 3px;
    height: 3px;
    top: 50%;
	right: 0;
    transform: translateY(-50%);
    border-radius: 50px;
}

.btn160w a {
    width: 160px;
}

@media (max-width: 428px) {
    .btn160w {
        width: 100%;
    }
    .btn160w a {
        width: 100% !important;
        max-width: 100%;
    }
}

.last-item-spacing {
	margin-bottom: 25px !important;
}


.online-reservation-click a {
background-color: #619e9c;
    color: #fff !important;
    font-weight: bold;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 300px;
    border-radius: 10px;
}

.online-reservation-click a:hover {
	background-color: #043137 !important;
}

.online-reservation-click {
align-items: center;
    justify-content: center;
    display: flex !important;
	margin: 30px 0px 30px !important;
}

@media (max-width: 767px) {
	.online-reservation-click {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}

.wz-dated-message-indicator {
    color: #fff;
}

.elementor-nav-menu--dropdown {
    padding-top: 30px;;
}

.menu-wrap.scrolled {
    position: fixed;
}

.menu-wrap.scrolled .elementor-nav-menu--dropdown {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

.elementor-divider-separator {
    position: relative;
}

@media (max-width: 767px) {
	.menu-wrap {
		top: calc(36px + 6px) !important;
	}
}

@media (min-width:767px) {	
	.menu-wrap {
		margin-top: 52px !important;
	}
}
