body:not(.et-fb) .zoom .et_pb_image_wrap {
  display: block;
  overflow: hidden;
}

body:not(.et-fb) .zoom .et_pb_image_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center center;
  transition: transform 0.5s ease;
}

body:not(.et-fb) .zoom:hover .et_pb_image_wrap img {
  transform: scale(1.2);
}

.et_pb_accordion .et_pb_toggle_title {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-start;
  padding-right: 0 !important;
}

.et_pb_accordion .et_pb_toggle_title::before {
  position: static !important;
  order: -1;
  margin: 0 !important;
  right: auto !important;
  left: auto !important;
  flex: 0 0 auto;
}
@media (min-width: 981px) {
	.et_pb_image_1.versatz {
		width: 120% !important;
	}
}
table {
	border: none !important;
}

#menu-footer{
    display:grid;
}
