#sp-text {
  box-shadow: inset 0 0px 15px 0px black;
  padding-top: 40px;
}

.mobil {
  box-shadow:0 6px 25px 2px black inset;
}

.kontaktdesktop {
  padding-top: 45px;
  padding-bottom: 30px;
}

.kontaktlinks {
  padding-top: 70px;
}

.footer {
  padding: 10px;
}

.footer a:hover {
    color: #323232;
    text-decoration: underline;
    text-decoration-thickness: 2px;
}

.shadow a:hover {
}

.button a:hover{
  background-color: none;
  font-size: 95%;
-webkit-box-shadow: 0px 10px 13px -7px #000000, 34px 30px 24px -13px rgba(63,0,0,0); 
box-shadow: 0px 10px 13px -7px #000000, 34px 30px 24px -13px rgba(63,0,0,0);
}

.imghover {
    position: relative;
    width: 481px;
    height: 320px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px 0px,
                rgba(0, 0, 0, 0.19) 0px 6px 20px 0px;
    overflow: hidden;
}

/* Klickfläche (WICHTIG FIX) */
.imghover a {
    position: absolute;
    inset: 0;
    z-index: 10;
    display: block;
}

/* Basisbild */
.imghover::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("/images/Button_Ausgesperrt.jpg");
    background-position: center;
    background-size: cover;
    transition: opacity 0.8s ease;
    opacity: 1;
}

/* Hover-Bild */
.imghover::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("/images/ButtonAusgesperrt.jpg");
    background-position: center;
    background-size: cover;
    transition: opacity 0.8s ease;
    opacity: 0;
}

/* Hover Effekt */
.imghover:hover::after {
    opacity: 1;
}

.imghover:hover::before {
    opacity: 0;
}

.tableresp {
  width: 100%;
  overflow-x: auto;
  padding-bottom: 2px;
}

 /* width height */
.tableresp::-webkit-scrollbar {
  width: 0px;
  height: 6px;
}

/* Track */
.tableresp::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 2px;
}
 
/* Handle */
.tableresp::-webkit-scrollbar-thumb {
  background: #b3b3b3; 
  border-radius: 4px;
}

/* Handle on hover */
.tableresp::-webkit-scrollbar-thumb:hover {
  background: #7c93b8; 
}


div.whatsapp {
	overflow: hidden;

}
div.whatsapp img {
	/* SCALE */
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	/* VERZÖGERUNG */
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
div.whatsapp img:hover {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
}

.maps {
  padding-top: 6px;
  padding-bottom: 2px;
}

.google_bewertung {
  padding-top: 10px;
  padding-bottom: 10px;
}

.maps {
    padding-top: 0px;
    padding-bottom: 0px;
}

#sp-main-body {
  padding-top: 60px
}

#sp-header .sp-megamenu-parent > li > a {
    font-size: 18px !important;
    color: #000000 !important;
}

/* Hover */
#sp-header .sp-megamenu-parent > li > a:hover {
    color: #C9000A !important;
}

/* Aktiver Menüpunkt (Helix Ultimate Standard) */
#sp-header .sp-megamenu-parent > li.active > a {
    color: #C9000A !important;
}

/* Sicherheit für mögliche zusätzliche Klassen */
#sp-header .sp-megamenu-parent > li.current > a,
#sp-header .sp-megamenu-parent > li > a.active {
    color: #C9000A !important;
}

#sp-header .sp-megamenu-parent > li,
#sp-header .sp-megamenu-parent > li > a,
#sp-header .sp-megamenu-parent .sp-menu-heading,
#sp-header .sp-megamenu-parent .sp-dropdown-mega-title {
    font-size: 18px !important;
    color: #000000 !important;
}

#sp-header .sp-megamenu-parent > li > a,
#sp-header .sp-megamenu-parent .sp-menu-heading,
#sp-header .sp-megamenu-parent .sp-dropdown-mega-title {
    cursor: pointer;
}
#sp-header .sp-dropdown li a {
    font-size: 16px !important;
}

td p img {
    transition: transform 0.4s ease;
}

td p:hover img {
    transform: scale(0.95);
}