/*
Theme Name:     PP Theme
Description:    Child Theme für Astra, entwickelt von Paul Pfiel
Author:         Paul Pfiel
Author URI:     https://pfielsoftware.at/
Template:       astra
Version:        1.0.0
Text Domain:    pp-theme
*/

.pp-inner-glas-shadow {
  box-shadow: 2px 2px 4px 0px rgba(255, 255, 255, 0.25) inset, 0px -2px 0px 0px rgba(255, 255, 255, 0.10) inset;
}

.pp-w-auto {
	width: auto !important;
}

.pp-topseller {
	white-space: nowrap;
	transform: translateX(-50%);
}

.pp-fact-card {
	box-shadow: 0px -4px 4px 0px rgba(255, 255, 255, 0.10) inset, 0px 4px 4px 0px rgba(255, 255, 255, 0.10) inset, 0px 4px 16px 0px rgba(255, 255, 255, 0.10);
	backdrop-filter: blur(12px);
   -webkit-backdrop-filter: blur(12px); /* Für Safari */
}

.pp-steps details > summary {
	position: relative;
	z-index: 10;
}

.pp-steps details > div {
	margin-top: -16px;
	z-index: 0;
}

img.custom-logo {
  filter: none !important;
}

header {
	position: fixed !important;
	box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.02);
	font-size: 18px;
}

.pp-text-center {
	text-align: center;
}

.pp-impressum h2 {
	font-size: 24px !important;
}

.pp-aspect-ratio {
	aspect-ratio: 16 / 9;
}

.pp-contact-form input, select {
	max-width: none !important;
}

.pp-contact-form button {
	width: 100%;
}