body {
  font-family: verdana, sans-serif;
  margin: 0 15px;
}
.top {
  background: url("../Images/1609_logo_huschuu.png") no-repeat right 10px;
  background-size: 345px;
  height: 130px;
  border-bottom: 1px #993300 solid;
  margin: 20px 10px 0 0;
}
a:link,
a:visited {
  color: #709f8f;
  text-decoration: none;
}
a:hover {
  color: #993300;
}
nav li a:link,
nav li a:visited {
  color: #993300;
}
nav a {
  letter-spacing: 2px;
}
/* --------------Schriften------------- */
h1 {
  font-size: 1.7em;
  line-height: 1.7em;
  font-weight: bold;
  margin-top: 0;
}
h2 {
  font-size: 1.4em;
  line-height: 1.6em;
  font-weight: bold;
  margin-top: 2em;
}
h3 {
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: bold;
  margin-top: 2em;
}
p {
  line-height: 1.75em;
}
.ce-uploads {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
article li {
  line-height: 2.25em;
}
aside {
  font-size: 94%;
}
summary {
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: bold;
}
summary p {
  font-size: larger;
}
summary:hover {
  text-decoration: underline;
}

/* --------------Links--------------- */
a:link,
a:visited {
  color: #709f8f;
  text-decoration: none;
}
a:hover {
  color: #993300;
}
nav li a:link,
nav li a:visited {
  color: #993300;
}
nav a {
  letter-spacing: 2px;
}
a[class~="mail"] {
  padding-right: 18px;
  background: transparent url(../Icons/fileicons/icon_mailto.gif) no-repeat
    center right;
  display: inline;
}
a[href$=".doc"] {
  padding-left: 22px;
  display: inline;
  background: transparent url(../Icons/fileicons/doc.gif) no-repeat center left;
}
a[href$=".pdf"] {
  padding-left: 22px;
  display: inline;
  background: transparent url(../Icons/fileicons/pdf.gif) no-repeat center left;
}
a[href$=".pdf"],
a[href$=".doc"],
a[class~="mail"] {
  text-decoration: none;
}
a:hover[href$=".pdf"],
a:hover[href$=".doc"],
a:hover[class~="mail"] {
  text-decoration: underline;
}

/* --------------Rahmen------------- */
.frame-umrandung {
  border: 1px #993300 solid;
  padding: 1em;
}
/* --------------Tabelle------------- */
.ce-table {
  width: 100%;
  max-width: 100%;
}
.ce-table th,
.ce-table td {
  padding: 0.5em 0.75em;
  vertical-align: top;
}
.ce-table thead th {
  border-bottom: 2px solid #dadada;
}
.ce-table th,
.ce-table td {
  border-top: 1px solid #dadada;
}
.frame-type-table h2 {
  margin: 5px 10px;
}
/* --------------Bilder------------- */
.ce-gallery {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
}
.ce-row {
  display: flex;
  flex-wrap: wrap;
  flex: auto;
  /* justify-content: space-evenly;  */
  justify-content: flex-start;
}
.ce-column {
  display: flex;
  justify-content: center;
  justify-items: center;
}
figure {
  margin: 0 2px 0 0;
}
img {
  max-width: 100%;
  height: auto;
}

.ce-gallery[data-ce-columns="3"] img,
.ce-gallery[data-ce-columns="2"] img {
  aspect-ratio: 16 / 9;
  height: auto !important;
  /* border-radius: 0.5rem; */
  object-fit: cover;
  /* width: 15rem; */
  padding: 0 1em 1em 0;
}
/* --------------Footer--------------- */
footer {
  /* height: 2em; */
  border-top: #993300 1px solid;
  padding-left: 2em;
  font-size: 0.8em;
}
/*------------------ Monitorgroessen ------------------ */
@media only screen and (max-width: 760px) {
  .top {
    background-size: 280px;
  }
  td {
    display: block;
  }
  td:nth-child(even) {
    text-indent: 20px;
  }
  td:nth-child(odd) {
    font-weight: bold;
    padding-top: 10px;
  }
  .aside {
    background-color: red;
    border-top: #993300 1px solid;
  }
  nav {
    display: flex;
  }
}

@media only screen and (min-width: 760px) {
  body {
    min-height: 100vh;
    display: grid;
    grid-template-areas:
      "header"
      "nav"
      "main"
      "aside"
      "footer";
    grid-gap: 20px;
  }
  .top {
    grid-area: header;
  }
  footer {
    grid-area: footer;
  }
  nav {
    grid-area: nav;
  }
  article {
    grid-area: main;
  }
}
@media only screen and (min-width: 1024px) {
  body {
    max-width: 1280px;
    margin: 0 auto 0;
    grid-template-areas:
      "header header header"
      "nav main aside"
      "footer footer footer";
    grid-template-columns: 200px 4fr 2fr;
    grid-template-rows: auto 1fr auto;
  }
  nav {
    margin-top: 1.5em;
  }
}
/* --------------frauenverein------------- */
/* #body43 ce-table {
    width: 100%;
  } */
/* .ce-table-mehrspaltig tbody th:first-child {
      text-align: left;
      border-top: 1px solid #dddddd;
      border-left: 1px solid #dddddd;
      hyphens: none;
    }
    .ce-table-mehrspaltig td:nth-child(2) {
      font-size: 70%;
      border-top: 1px solid #dddddd;
      border-left: 1px solid #dddddd;
      hyphens: auto;
    } */
.ce-table-mehrspaltig tr {
  display: grid;
  /* grid-template-columns: 2fr 1fr 1fr 1fr 2fr; */

  /* margin-bottom: 10em; */
}
.ce-table-mehrspaltig tbody {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
}
.ce-table-mehrspaltig td:nth-child(1) {
  font-weight: bold;
  border-top: 3px solid #709f8f;
}

.ce-table-mehrspaltig td:nth-child(2) {
  border-bottom: 1px solid #709f8f;
  /* background-color: #dddddd; */
}
#body43 .ce-right {
  float: right;
  /* width: 330px;
      padding: 10px; */
}
