/* Fonts. */
body {
  font-family: 'Assistant', sans-serif;
}

/* Header (main menu). */
.header-container,
header.header {
  background: #7aa239;
}

.header__container {
  padding-left: 15px;
  padding-right: 15px;
}

.header-top-highlighted {
  background-color: #F8FEF1;
}

.header-top-highlighted__container > .row {
  margin-left: 0;
  margin-right: 0;
}

/* Header Top highlighted (user menu). */
.header-top-highlighted__section {
    font-size: 13px;
}

.header-top-highlighted__section ul.menu:not(.sf-accordion) li a, .header-top-highlighted__section ul.menu:not(.sf-accordion) li > span {
    text-transform: none;
    padding: 10px 10px 10px;
    line-height: 1.2;
    margin: 0;
    font-size: 13px;
}

/* Footer. */
footer.footer {
  background: #ceb27a;
}

.footer__section {
    padding: 30px 0;
    font-size: 15px;
}

/* Links. */
a {
  color: #426904;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #9d204b;
  text-decoration: underline;
}

/* Buttons. */
a.button,
.button > a,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background-color: #eee;
  border-color: #ddd;
  white-space: normal;
}

a.button:hover,
a.button:focus,
.button > a:hover,
.button > a:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"]:hover,
input[type="button"]:focus {
  background-color: #7aa239;
  border-color: #000;
}

/* Form elements. */
input.form-text,
input.form-tel,
input.form-email,
input.form-url,
input.form-search,
input.form-file,
input.form-number,
input.form-color,
input.form-date,
textarea, select {
  border-color: #ddd;
}

/* Blockquote */
blockquote {
    font-size: 22px;
    font-style: italic;
    line-height: 1.5;
    padding: 15px;
    position: relative;
    margin: 15px 30px 15px;
    z-index: 1;
}

/*blockquote quote symbol*/
blockquote:before {
  content: "";
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 200px;
  height: 90%;
  border-width: 0 0 2px 2px;
  border-style: none;
  z-index: -1;
}
blockquote:after {
  content: "";
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
  height: 90%;
  border-width: 2px 2px 0 0;
  border-style: none;
  z-index: -1;
}
blockquote p:first-child:before {
  content: "";
  display: none;
  position: absolute;
  left: -28px;
  bottom: -28px;
  width: 30px;
  height: 30px;
  border-width: 2px 2px 0 0;
  border-style: none;
  z-index: -1;
}
blockquote p:last-child:after {
  content: "";
  display: none;
  position: absolute;
  right: -28px;
  top: -28px;
  width: 30px;
  height: 30px;
  border-width: 0 0 2px 2px;
  border-style: none;
  z-index: -1;
}
*/

/* Buttons */
a.button, .button > a, input[type="submit"], input[type="reset"], input[type="button"] {
    font-size: 24px;
    font-weight: 400;
    padding: 12px 25px;
    color: #000000;
    text-decoration: none;
    display: inline-block;
    line-height: 1;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin: 10px 0;
    text-align: center;
    background-color: #1ED994;
}

/* Headlines */
h1, h2, h3, h4, h5, h6 {
    line-height: 1.20;
    padding: 0;
    margin: 15px 0 18px 0;
    font-weight: 700;
    color: #000000;
}

h1.page-title {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

/* Member node subheadline ("Zahlungs-Historie") */
#block-kd-members21-views-block-payment-history-block-history-table h2.title {
  font-size: 36px;
  margin: 15px 0 18px 0;
  text-align: left;
}

/* Tables */
table tr th {
    padding: 15px 20px;
    font-weight: 400;
    color: #000;
    background-color: #7aa2394f;
    border-bottom: 1px solid #e6e4df;
}
.kd-table-with-lines tbody tr:first-child td {
    border-top: 1px solid #e6e4df;
}
.kd-table-with-lines tbody tr td{
    border-bottom: 1px solid #e6e4df;
}