﻿/* -----------------------------------------------------------------------------

    This file should be used to add your own CSS definitions or override
	the existing ones.

----------------------------------------------------------------------------- */

	.signature {
		font-family: cursive;
		font-size: 1.8rem;
		line-height: 1.2;
		margin-top: -5px;
	}

	.form-control:focus {
		border-color: #da121a !important;
		box-shadow: 0 0 0 3px rgba(218,18,26,0.4) !important;
		outline: none !important;
	}

	/* STANDARD LOGO DIMENSIONS */
	.header-branding img { width: 140px; }

	/* LARGE LOGO DIMENSIONS */
	.header-branding.m-large-logo img { width: 300px; }
	/* Scroll down to "MEDIUM DEVICES" to change width of large logo on mobile devices */

	/* your CSS here */
	
	a:focus-visible {
		outline: 2px solid #000 !important;
		outline-offset: 2px !important;
	}

	.c-slider button:focus,
	.owl-prev:focus,
	.owl-next:focus {
		outline: 3px solid #ffcc00;
		outline-offset: 3px;
	}

	.slider-pause-btn {
		position: absolute;
		top: 15px;
		right: 15px;
		z-index: 50;
		background: rgba(0,0,0,0.4);
		color: #fff;
		border: none;
		padding: 6px 10px;
		border-radius: 4px;
		cursor: pointer;
		font-size: 16px;
	}
	
	.slider-pause-btn:focus {
		outline: 3px solid #ffcc00;
		outline-offset: 3px;
	}

/* ---------------------------------------------
   UNIVERSAL CONTENT BLOCKS – Variante 3 (Top-Bar)
   --------------------------------------------- */

.section-block {
  background: #fff;
  padding: 20px;
  margin-bottom: 35px;
  border: 1px solid #e5e5e5;
  box-shadow: 1px 1px 0 rgba(0,0,0,0.05);
  position: relative;
}

.section-block::before {
  content: "";
  display: block;
  height: 8px;
  background: #da121a;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.section-block h2,
.section-block h3 {
  margin-top: 10px;
  color: #333;
}

.section-block h2 {
  font-size: 1.6rem;
  font-weight: 700;
}

.section-block h3 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-top: 20px;
}

.section-area {
  margin-bottom: 20px;
}

.section-meta {
  margin-bottom: 10px;
  color: #565656;
}

.section-links {
  margin-top: 10px;
}

.section-links a {
  color: #da121a;
  text-decoration: none;
}

.section-links a:hover,
.section-links a:focus {
  text-decoration: underline;
}

.section-link-item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.section-link-item i {
  color: #da121a;
  font-size: 1.2rem;
}

/* Remove bullets inside section blocks */
.section-block ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

/* Better spacing for paragraphs */
.section-block p {
  margin-bottom: 10px;
  line-height: 1.5;
}

/* Accessibility: focus outlines */
.section-block a:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}

/* Footer-Linkfarbe barrierefrei überschreiben */
#footer a,
#footer .widget a,
#footer .footer-menu a,
#footer .c-social-icons a {
    color: #da121a !important;
}

#footer a:hover,
#footer .widget a:hover,
#footer .footer-menu a:hover,
#footer .c-social-icons a:hover {
    text-decoration: underline;
}

/* Schnellzugriff: Touch Targets vergrößern */
#footer .description ul li a {
    display: inline-block;
    padding: 6px 0; /* ergibt 24px Höhe (12px Text + 12px Padding) */
    min-height: 24px;
}

/* block.sitebar.php */
.sa-link-icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
    margin: 25px 0;
}

.sa-link-icons a {
    display: flex;
    flex-direction: column; /* Text UNTER dem Bild */
    align-items: center;
    text-decoration: none;
    color: inherit;
    font-size: 0.95rem;
    font-weight: 600;
    gap: 6px; /* Abstand zwischen Bild und Text */
}

.sa-link-icons img {
    width: 110px;   /* deutlich kleiner */
    height: auto;
    display: block;
}

/* Mobil: Icons noch etwas kleiner */
@media (max-width: 600px) {
    .sa-link-icons img {
        width: 90px;
    }
}
