@charset "utf-8";
/* SV Hellern - Redakteursklassen fuer TinyMCE / Eigene Styles. Keine Webdesign-Layoutklassen in dieser Datei pflegen. */

/* --- Redakteursstyles fuer TinyMCE / Eigene Styles --- */
p { 
 color: #202020;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;}

.normal {
  color: #202020;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}

.normal strong {
  color: inherit;
  font-weight: 600;
}

.ueberschrift {
  margin: 0 0 12px;
  color: #111;
  font-family: "Barlow Condensed", Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.12;
  text-transform: uppercase;
}

.ueberschrift2 {
  margin: 22px 0 10px;
  color: #111;
  font-family: "Barlow Condensed", Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.12;
  text-transform: uppercase;	
}

.zwischenueberschrift {
  margin: 22px 0 10px;
  color: #111;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
}

.bildgross {
  margin: 18px 0 14px;
}

.bildgross img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.bildunterschrift {
  margin: 8px 0 22px;
  color: #4f4f4f;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  text-align: center;
}

.abschnitt {
  margin: 0 0 42px;
  padding: 0 0 34px;
  border-bottom: 1px solid #dedbd5;
}

.abschnitt:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.bildreihe {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
  margin: 24px 0;
}

.bildreihe img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.pokal {
  position: relative;
  margin: 22px 0;
  padding: 18px 20px 18px 58px;
  border-left: 6px solid #f5a400;
  background: #f6f3ed;
  font-weight: 800;
}

.pokal::before {
  content: "SVH";
  position: absolute;
  left: 18px;
  top: 16px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.link {
  color: #202020;
  font-weight: 400;
  text-decoration: none;
  transition: color .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.link:hover,
.link:focus {
  color: #f39200;
  background: transparent;
  box-shadow: none;
}

.link_aktive {
  color: #202020;
  font-weight: 400;
  text-decoration: underline;
  text-decoration-color: #f39200;
  text-underline-offset: 3px;
}

.text {
  color: #202020;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}

.bemerkung {
  color: #676767;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}

.hinweis {
  margin: 22px 0;
  padding: 18px 20px;
  border: 1px solid #dedbd5;
  border-left: 6px solid #f5a400;
  background: #fff;
}

.buttonlink {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  margin: 8px 8px 8px 0;
  padding: 10px 16px;
  border-radius: 6px;
  background: #f5a400;
  color: #111;
  font-weight: 900;
  text-transform: uppercase;
}

a.buttonlink,
a.buttonlink:link,
a.buttonlink:visited {
  color: #111;
  text-decoration: none;
}

a.buttonlink:hover,
a.buttonlink:focus {
  color: #111;
  background: #f39200;
  text-decoration: none;
}

.personenraster {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 22px;
  margin: 24px 0;
}

.person {
  background: #fff;
  border: 1px solid #dedbd5;
  border-radius: 8px;
  overflow: hidden;
}

.person img {
  display: block;
  width: 100%;
  height: auto;
}

.person-info {
  padding: 16px 18px 18px;
}

.person-name {
  margin: 0;
  color: #111;
  font-family: "Barlow Condensed", Arial, Helvetica, sans-serif;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.08;
  text-transform: uppercase;
}

.person-funktion {
  margin: 6px 0 10px;
  color: #f39200;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.person-kontakt {
  margin: 0;
  color: #4f4f4f;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

