.footer-section a {
	color: rgb(186, 186, 186) !important;
	text-decoration: none;
}

.footer-section a:hover {
	text-decoration: underline;
}

.footer-section {
	font-size: 1rem;
}

.card-title {
	font-size: 1.75rem;
	margin-bottom: 0.75rem;
}


h1.element-header,
.frame-header>*:last-child  {
	margin-bottom: 1.5rem;
}

.nav-link, .nav-item {
	font-size: 1.15rem;;
}


.powermail_legend {
	display: none;
}

#p82 iframe {
	margin-bottom: -10px;
}

#c246 a {
	font-size: 1.2rem !important;
}

	.video-header {
  position: relative;
  width: 100%;
  /* padding-top: 56.25%; /* 16:9 Aspect Ratio (9 / 16 = 0.5625) */ 
  padding-top: 56.25%; 
  overflow: hidden;
}

.video-header iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  pointer-events: none;
}

.overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 2rem;
  background: rgba(0, 0, 0, 0.4); /* Optional dark overlay */
}
.frame-option-weiss .element-header,
.frame-option-weiss h3 {
  color: rgb(255, 255, 255) !important;
}