/* Enter and leave animations can use different */
/* durations and timing functions.              */
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
  opacity: 0;
}

body {
  overflow-x: hidden;
}

@media only screen and (min-width: 600px) {
  .right--5 {
    right: -1.25rem;
  }
  .sidebar {
    transition: 0.5s ease;
    transform: translateX(-100%);
  }

  .open {
    transform: translateX(0);
  }
}

.elementor-price-table__feature-inner {
    display: none;
}


/* cards */
.SidebarContant h4,
.card .card_article__title {
	color: rgb(104, 104, 104);
	font-family: "Playfair Display", serif!important;
	font-size: 20px!important;
	font-weight: 600;
}

.card_article__text {
	font-family: "Roboto", sans-serif!important;
	font-size: 16px;
	color: rgb(156, 156, 156);
	text-align: center;
}

.card_article__price {
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: rgb(0, 0, 0ss);
	text-align: center;
}

.card-item {
	transition: 0.3s ease;
	transform: scale(1);
}

.card-item:hover {
	transform: scale(1.01);
	--tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}

/* Sidebar */
.Sidebar {
  transition: .3s ease all;
  transform: translateX(-110%);
}

.Sidebar.open {
  transform: translateX(0);
}

.SidebarContant .wpforms-container {
	min-height: 50%;
}

span.anfrage {
	background-color: #645345;
}