.powermail_fieldwrap {
	& input:not([type="checkbox"],[type="radio"]), 
	& textarea {
		box-shadow: inset 3px 3px 6px #25415A29;
		border: 1px solid #25415A26;
		border-radius: var(--p-border-radius);
		padding: 7px 30px;
	}
	& textarea {
		width: 100%;
	}
}
.powermail_fieldwrap_datenschutz {
	& label {
		font-size: 14px !important;
		
		& input {
			top: 4px !important;
		}
	}
}
.powermail_fieldwrap_datenschutzlink {
	& a {
		font-size: 18px !important;	
	}
}
.shortcut-fix-before,
.shortcut-fix-after {
	height: 0px;
	border: none;
	display: block;
}
.shortcut-fix-before {
	margin-bottom: 0px;
	
	& + * {
		margin-top: 0px;
	}
}
.shortcut-fix-after {
	margin-top: 0px;
}

/* 26.11. */

.siteheader__claim-wrapper {
	display: flex;
	justify-content: space-between;
	
	& .siteheader__claim {
		opacity: .5;
		
		* {
			color: var(--brightest);
		}
		
		@media (max-width: 991px) {
			padding-right: 100px;
			
			* {
				font-size: 21px;
			}
		}
		@media (max-width: 767px) {
			display: none;
		}
	}
}
.meta-nav {
	& .custom-class-claim {
		& .ce__textmedia-header {
			margin-bottom: 0px;
		}
		& .ce__headline  {
			font-size: 16px;
		}
	}
}
@media (max-width: 991px) {
	a.nav-link {
		padding: 10px 0;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.be-pagets__rh_mhcf nav.navbar.navbar-expand-lg.container.nav__respo-fixed {
		flex-direction: column;
		align-items: unset;
		gap: 20px;
		margin-top: 10px;
	}
	.navbar__logo {
		height: 50px;
	}
}