#mehne-wpsc-container {
	display: none;

	position: fixed;
	z-index: 9954;

	/* individual stuff */
	top: 30%;
	left: 0;
	right: auto;
	width: 90%;
	max-width: 370px;
	
    background-color: #fff;
    color: #000;
    padding: 0px;
	border-radius: 0;
	box-shadow: 0px 10px 20px 0px rgba(0,0,0,.16);
	box-shadow: none;
	
	transform: translateX(calc(-100% + 43px));

	transition: all .7s ease-in-out;
}

#mehne-wpsc-container.fromright {
    left: auto;
    right: 0;
    transform: translateX(calc(100% - 43px));
}


@media(min-width:992px) {
	#mehne-wpsc-container {
		display: block;
		left: 0;
		right: auto;
	}

    #mehne-wpsc-container.fromright {
        display: block;
        left: auto;
        right: 0;
    }
}

#mehne-wpsc-container.show {
	transform: translateX(0);

	transition: all .7s ease-in-out;
}

#mehne-wpsc-close {
	cursor: pointer;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
#mehne-wpsc-close .fa {
	font-size: 3rem;
}

#mehne-wpsc-inner {
	padding: 28px 50px 19px 55px;
    font-size: 1.75rem;
	line-height: 1.3em;
    color: #000;
}

#kat-wpsc-container-mobile {
	font-size: 14px;
	line-height: 1.3em;
    color: #000;
}

#kat-wpsc-container-mobile p,
#mehne-wpsc-inner p {
	margin: 0;
}

/* KKD SIN kaT spezifisch */
.wp-theme-kaT-2025 #mehne-wpsc-container {
    --wpsc-fixed-height: 443px;

    display: flex;

    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

@media (max-width:991px) {
    .wp-theme-kaT-2025 #mehne-wpsc-container {
        display: none;
    }
}

.wp-theme-kaT-2025 #mehne-wpsc-container > div:first-child {
    transform: rotateZ(-90deg) translate(-100%);
    height: 43px;
    transform-origin: top left;
    position: absolute;
    width: var(--wpsc-fixed-height);

    background-color: var(--wp--preset--color--lila);
    color: #fff;

    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.wp-theme-kaT-2025 #mehne-wpsc-close {
    justify-content: space-evenly;
    justify-content: flex-end;
    padding-right: 25px;

    font-size: 2.25rem;
    height: 100%;
}

.wp-theme-kaT-2025 #mehne-wpsc-close .fa {
    margin-left: calc(50% - 58px);
}

.wp-theme-kaT-2025 .mehne-wpsc-container.show #mehne-wpsc-close .fa {
    transform: rotate(180deg);
}

.wp-theme-kaT-2025 #mehne-wpsc-inner {
    height: var(--wpsc-fixed-height);
    overflow-y: scroll;
    overflow-x: hidden;
}

#kat-wpsc-container-mobile .btn-primary.wpcf7-submit,
.wp-theme-kaT-2025 #mehne-wpsc-inner .btn-primary.wpcf7-submit {
    font-size: 1.5rem;
}