.expo-qr-scanner-wrap {
	margin: 30px 0;
	padding: 22px;
	background: #f7f7f7;
	border-radius: 14px;
	text-align: center;
}

.expo-qr-scanner-wrap h3 {
	margin-top: 0;
}

#expo-reader {
	width: 280px;
	max-width: 100%;
	margin: 20px auto 0;
}

#expo-reader video {
	border-radius: 12px;
}

#expo-start-scanner,
#expo-stop-scanner {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 22px;
	border: none;
	border-radius: 8px;
	background: #EB6103;
	color: #ffffff;
	font-weight: 700;
	cursor: pointer;
	margin: 5px;
}

#expo-stop-scanner {
	background: #777777;
}

.expo-storage-hinweis {
	margin: 20px 0 25px;
	padding: 16px 18px;
	background: #fff4ec;
	border-left: 4px solid #EB6103;
	border-radius: 10px;
	font-size: 15px;
}

.expo-storage-hinweis p {
	margin: 8px 0 0;
}

.expo-email-datenschutz {
	margin: 0 0 18px;
	font-size: 14px;
	line-height: 1.5;
	color: #555555;
}

.expo-sammelpass {
	max-width: 760px;
	margin: 40px auto;
	padding: 30px;
	background: #ffffff;
	border-radius: 18px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

#expo-sammelpass,
#expo-message {
	scroll-margin-top: 130px;
}

.expo-sammelpass h2 {
	margin-top: 0;
}

.expo-sammelpass-intro {
	font-size: 18px;
	margin-bottom: 25px;
}

.expo-progress-wrap {
	margin-bottom: 25px;
}

.expo-progress-text {
	font-weight: 700;
	margin-bottom: 8px;
}

.expo-progress-bar {
	height: 14px;
	background: #e5e5e5;
	border-radius: 999px;
	overflow: hidden;
}

#expo-progress-fill {
	height: 100%;
	width: 0;
	background: #EB6103;
	transition: width 0.3s ease;
}

.expo-stamps {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
	margin: 25px 0;
}

.expo-stamp {
	padding: 18px;
	border: 2px dashed #cccccc;
	border-radius: 14px;
	text-align: center;
	background: #fafafa;
}

.expo-stamp span {
	display: block;
	font-size: 15px;
	margin-bottom: 6px;
}

.expo-stamp strong {
	display: block;
	font-size: 16px;
	color: #777777;
}

.expo-stamp.collected {
	border-color: #EB6103;
	background: #fff4ec;
}

.expo-stamp.collected strong {
	color: #EB6103;
}

.expo-message {
	margin: 20px 0;
	padding: 14px 18px;
	border-radius: 10px;
	display: none;
}

.expo-message.success,
.expo-message.notice {
	display: block;
}

.expo-message.success {
	background: #e9f8ef;
	color: #176b35;
}

.expo-message.notice {
	background: #fff5df;
	color: #8a5a00;
}

.expo-email-form-wrap {
	margin-top: 30px;
	padding: 25px;
	border-radius: 14px;
	background: #f7f7f7;
}

#expo-email-form input[type="email"] {
	width: 100%;
	padding: 14px;
	margin-bottom: 15px;
	border: 1px solid #cccccc;
	border-radius: 8px;
	font-size: 16px;
}

.expo-newsletter-label {
	display: block;
	margin-bottom: 18px;
	font-size: 15px;
}

#expo-email-form button,
.expo-reset-pass {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 22px;
	border: none;
	border-radius: 8px;
	background: #EB6103;
	color: #ffffff;
	font-weight: 700;
	cursor: pointer;
}

.expo-reset-pass {
	margin-top: 20px;
	background: #777777;
	font-size: 14px;
}

#expo-form-response {
	margin-top: 15px;
	font-weight: 700;
}
.expo-storage-hinweis {
	margin: 20px 0 25px;
	padding: 16px 18px;
	background: #fff4ec;
	border-left: 4px solid #EB6103;
	border-radius: 10px;
	font-size: 15px;
}

.expo-storage-hinweis p {
	margin: 8px 0 0;
}

.expo-email-datenschutz {
	margin: 0 0 18px;
	font-size: 14px;
	line-height: 1.5;
	color: #555555;
}

@media (max-width: 767px) {
	.expo-sammelpass {
		margin: 20px auto;
		padding: 22px;
	}

	.expo-stamps {
		grid-template-columns: repeat(2, 1fr);
	}
}



/* FAQ Sektion Akkordion Beginn */
.insyde-faq {
    font-family: "DM Sans";
    margin-bottom: 4vw;
}

.insyde-faq-item {
    border-bottom: 1px solid #7f99b6;
}

.insyde-faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding-top: 15px;
    background: transparent;
    border: 0;
    padding-left: 0;
}

/* Fragen 20 Pixel groß */
.insyde-faq-question-text {
    /*display: block;*/
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    color: var(--farbe-schwarz);
}

.insyde-faq-icon {
    position: relative;
    flex: 0 0 26px;
    width: 26px;
    height: 26px;
}

.insyde-faq-icon::before,
.insyde-faq-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 12px;
    height: 3px;
    background: #3f6487;
    border-radius: 2px;
    transition: transform 0.2s ease;
}

.insyde-faq-icon::before {
    left: 4px;
    transform: translateY(-50%) rotate(45deg);
}

.insyde-faq-icon::after {
    right: 4px;
    transform: translateY(-50%) rotate(-45deg);
}

.insyde-faq-item.is-open .insyde-faq-icon::before {
    transform: translateY(-50%) rotate(-45deg);
}

.insyde-faq-item.is-open .insyde-faq-icon::after {
    transform: translateY(-50%) rotate(45deg);
}

.insyde-faq-answer {
    padding: 0 0 24px 0;
}

/* Antworten 18 Pixel groß */
#main .insyde-faq-answer-inner {
    font-size: 18px;
    line-height: 1.6;
    color: var(--farbe-schwarz);
}

.insyde-faq-answer-inner>*:first-child {
    margin-top: 0;
}

.insyde-faq-answer-inner>*:last-child {
    margin-bottom: 0;
}

/* FAQ Sektion Akkordion Ende */