/**
 * Theme Name:     Hello Elementor (OmanBros) Child
 * Author:         Elementor Team, OmanBros.com Team
 * Template:       OmanBros-Theme
 * Text Domain:	   hello-elementor-omanbros-child
 * Description:    A plain-vanilla &amp; lightweight theme for Elementor page builder, modified and adapted for use with OmanBros customers
 */

/* Maximale Width auf 1800px gecapt, damit wenn man einen übergroßen Bildschirm hat die Elemente nicht extrem klein wirken */
body{
	max-width: 2200px;
	margin: 0 auto !important;
}

*:focus{
	outline: none !important;
}

.wpgb-select-placeholder{
	padding: 0 !important;
}
.wpgb-select-dropdown{
	margin: 0 !important;
	padding-top: 0px !important;
	border-radius: 0 0 12px 12px !important;
	margin-top: -8px !important;
	border: none !important;
	box-shadow: none !important;
}
.wpgb-select-dropdown ul{
	padding: 10px 12px !important;
}
.wpgb-select-dropdown li{
	padding: 10px 0 !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	color: #BAB3AB !important;
	background-color: #fff !important;
	border-top: solid 2px #BAB3AB !important;
}
.wpgb-select-dropdown li:last-child{
	padding-bottom: 0 !important;
}
.wpgb-select-placeholder[aria-expanded="true"]{
	border-radius: 0 0 12px 12px;
}
.hotel-suche .wpgb-input-icon{
	right: 10px !important;
	left: unset !important;
}
.hotel-suche .wpgb-input{
	text-indent: 0 !important;
}

#off-canvas-fb18d85{
	top: 60px;
}
#off-canvas-fb18d85 .e-off-canvas__content{
	border-radius: 0 0 12px 12px;
}