/* Auf PWA Seite nicht anzeigen */
.page-id-4478 #pebweb_note{
	display: none;
}
.peb_note_closed{
	max-width: 35px !important;
	max-height: 35px !important;
	right: 0px !important;
	transform: rotate(-360deg);
	box-shadow: none !important;
	padding: 4px 10px 0 0 !important;
  background: #B8B0B0 !important;
	border-radius: 5px;
	border: 1px solid #FFF;
	top: 220px !important;
}
.ends-today {
	display: none;  /* Am letzen Tag hier auf block stellen */ 
	padding: 5px;
	background: yellow;
	color: black;
	position: absolute;
	left: -15px;
	rotate: -15deg;
	top: -2px;
}
.peb_note_closed .ends-today{
	display: none !important;
}
.peb-note-btn{
	padding:5px 10px; 
	text-decoration:none; 
	white-space:nowrap; 
	margin-bottom: 10px; 
	display: block; 
	font-weight:bold;
	border-radius: 999px;
	transform: scale(0.9);
	transition: transform 0.3s;
}
.peb-note-btn:hover{
	transform: scale(0.92) translateY(-2px);
}