/*
Theme Name: Urlaub
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress child theme for Ferienhäuser
Author: IT-Center & Kubid GmbH - LS
Author URI: https://www.it-center.at
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

.center-menu #site-navigation-wrap {
	width: 100%;
}

#site-navigation-wrap .dropdown-menu {
	text-align: center;
}

#site-navigation-wrap .dropdown-menu li {
	display: inline-block;
	float: none;
}

.elementor-widget-text-editor .elementor-widget-container p:last-child {
	margin-bottom: 0 !important;
}

#home-top h1 {
	color: #fff !important;
	font-size: 50px;
	line-height: 1.1em !important;
	margin-bottom: 0 !important;
}

#ocn-cookie-wrap.floating {
	box-shadow: 0 20px 100px rgb(0 0 0 / 30%) !important;
}

#mobile-dropdown .oceanwp-social-menu.simple-social ul li a,
#mobile-dropdown .oceanwp-social-menu.simple-social ul li a:hover {
    color: #759146 !important;
    padding: 5px 0 !important;
}


@media screen and (max-width: 959px) {
	#ocn-cookie-wrap.floating .ocn-btn {
		margin-left: 0 !important;
	}

	#footer-bottom #footer-bottom-menu {
	    margin-bottom: 5px !important;
	}
}

@media (max-width: 767px) {
	#home-top h1 {
		font-size: 40px;
	}
}

@media (max-width: 479px) {
	.elementor-image-gallery .gallery.gallery-columns-4 .gallery-item {
		max-width: 50% !important;
	}

	#home-top h1 {
		font-size: 30px;
	}

	.aktivitaeten .elementor-column  {
		width: 100% !important;
	}
}