html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
  margin: 0;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.menu-inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  white-space: nowrap;
  overflow-x: auto;
}

.top-menu a {
  display: inline-flex;
  color: #000;
  text-decoration: none;
  font-weight: 500;
}

/**************/
/* BASE RULES */
/**************/
html {
  font-size: 100%;
}

#bodf {
  opacity: 100%;
  font: 16px "Helvetica Neue", sans-serif;
  background-color: #fefefe;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Palatino", sans-serif;
  color: #222;
  font-weight: bold;
  line-height: 1.7;
  margin: 1em 0 15px;
  padding: 0;
}
@media screen and (max-width: 640px) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }
}

h1 {
  font-size: 30px;
}
h1 a {
  color: inherit;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
  color: #C7C8C9;
}

.etop {
  border-bottom: #C7C8C9 1px solid;
  border-top: #C7C8C9 0 none;
}

.ebot {
  border-bottom: #C7C8C9 0px solid;
  border-top: #C7C8C9 1 none;
}

.textregv {
  text-align: justify;
  text-justify: inter-word;
  font-size: 15px;
}
.textregv th, .textregv td {
  padding: 8px;
  font-size: 15px;
}
.textregv .linebreak {
  border-bottom: 1px solid #C7C8C9;
}

.textreg {
  text-align: justify;
  text-justify: inter-word;
  font-size: 15px;
}
.textreg th, .textreg td {
  padding: 8px;
  white-space: nowrap;
  font-size: 15px;
  border-bottom: #C7C8C9 1px solid;
  border-top: #C7C8C9 1px solid;
}
.textreg td:first-child {
  min-width: 50px;
}
.textreg td:last-child {
  word-break: break-all;
}
.textreg p {
  padding-top: 0px;
  margin-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 10px;
}
.textreg h1, .textreg h2, .textreg h3 {
  padding-top: 10px;
  margin-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 10px;
}
.textreg ul {
  list-style-type: disc;
  list-style-position: inside;
}
.textreg ol {
  list-style-type: decimal;
}

td {
  font-size: 13px;
}

a {
  color: #4183C4;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #000;
}

a.active {
  color: #000;
  text-decoration: none;
  cursor: default;
  pointer-events: none;
}

em, i {
  font-style: italic;
}

strong, b {
  font-weight: bold;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

img {
  max-width: 100%;
}

.nav {
  font-size: 16px;
  font-family: "Palatino", sans-serif;
}

.gmnoprint img {
  max-width: none;
}

.date {
  font-style: italic;
  color: #C7C8C9;
}

::-moz-selection {
  color: #000;
  background: #C7C8C9;
}

::selection {
  color: #000;
  background: #C7C8C9;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.news-list {
  list-style: none; /* remove default bullets */
  margin: 0;
  padding: 0;
  width: 100%;
}

.news-item {
  display: block;
  align-items: baseline;
  border-bottom: 1px solid #eee;
  padding: 0.4rem 0 0 0;
  font-size: 0.95rem;
  line-height: 1.4;
}

.datev {
  flex: 0 0 85px; /* fixed width for date */
  color: #555;
  font-weight: 600;
  font-size: 0.9rem;
}

.news-item a {
  color: #0066cc;
  text-decoration: none;
}

.boldblack {
  height: 3px;
  color: #999;
  background-color: #999;
  opacity: 1;
}

.members {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 1rem;
}

/* Card link */
.member-card {
  display: inline-block;
  text-align: center;
  max-width: 250px;
  text-decoration: none;
  color: inherit;
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  padding: 0.5rem;
  border: 0.3px solid #e4e4e4;
  border-radius: 5%;
}

.member-card:hover {
  transform: translateY(-5px);
  background: #e4e4e4;
}

/* Photo */
.member-card img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

/* Text container */
.member-card .info {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

/* Name and role */
.member-card .name {
  font-weight: 600;
  font-size: 0.9rem;
  margin: 0;
}

.member-card .role {
  font-size: 0.8rem;
  color: #555;
  margin: 0.2rem 0 0;
}

.member-card .email {
  font-size: 0.6rem;
  color: #444;
  margin: 0.2rem 0 0;
}

/* Optional: add subtle divider between cards */
.member-card:not(:last-child)::after {
  content: "";
}

/* Make text smaller on narrow screens */
@media (max-width: 480px) {
  .member-card img {
    width: 60px;
    height: 60px;
  }
  .member-card .name {
    font-size: 0.85rem;
  }
  .member-card .role {
    font-size: 0.75rem;
  }
}
.boldorange {
  height: 4px;
  background-color: #f58025;
  opacity: 1;
  z-index: -99;
  margin-top: -15px;
  border-top: solid 3px #000;
}

.frame {
  white-space: nowrap;
  text-align: center;
}
.frame img {
  vertical-align: middle;
  max-height: 400px;
  border: #999 1px solid;
}

.news-pagination {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

.news-btn {
  padding: 4px 12px;
  border-radius: 999px;
  border: 1px solid #ddd;
  background: #f8f9fa;
  font-size: 0.85rem;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.news-btn:hover:not(:disabled) {
  background: #e9ecef;
}

.news-btn:disabled {
  opacity: 0.5;
  cursor: default;
}

.space-mono-bold {
  font-family: "Space Mono", serif;
  font-weight: 300;
  font-style: normal;
}

/*# sourceMappingURL=style.css.map */