.elementor-button {
	cursor: pointer;
}
.active-button .elementor-button {
	background-color: #fff !important;
	color: #000 !important;
}

/* Größe 1 */
.button-menu button {
	background-color: black;
	color: white;
	border: 1px solid white;
	border-radius: 20px;
	font-size: 14px;
	font-family: Roboto;
	padding-left: 25px;
	padding-right: 25px;
	outline: none;
}
.button-menu-select button {
	background-color: white;
	color: black;
	border: 1px solid white;
	border-radius: 20px;
	font-size: 14px;
	font-family: Roboto;
	padding-left: 25px;
	padding-right: 25px;
	outline: none;
}

/* Größe 2 */
.button-menu-2 button {
	background-color: black;
	color: white;
	border: 1px solid white;
	border-radius: 20px;
	font-size: 13px;
	font-family: Roboto;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	outline: none;
}
.button-menu-2-select button {
	background-color: white;
	color: black;
	border: 1px solid white;
	border-radius: 20px;
	font-size: 13px;
	font-family: Roboto;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	outline: none;
}

/* Größe 3 */
.button-menu-3 button {
	background-color: black;
	color: white;
	border: 1px solid white;
	border-radius: 20px;
	font-size: 9.5px;
	font-family: Roboto;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	outline: none;
}
.button-menu-3-select button {
	background-color: white;
	color: black;
	border: 1px solid white;
	border-radius: 20px;
	font-size: 9.5px;
	font-family: Roboto;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	outline: none;
}
