a {
  text-decoration: underline;
  /* Outlook fix
     - anchor tag removes paragraph margin (Outlook)
     - https://github.com/zurb/foundation-emails/issues/224
  */
  Margin: inherit;
  margin: inherit;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.25;
  text-transform: uppercase;
}

h1 {
  letter-spacing: ($h1-font-size / 10);
}

h2 {
  letter-spacing: ($h2-font-size / 10);
}

h3 {
  letter-spacing: ($h3-font-size / 10);
}

p.lead {
  font-family: $header-font-family;
  font-weight: $header-font-weight;
  letter-spacing: ($lead-font-size / 10);
  text-transform: uppercase;
}

strong a {
  font-weight: bold;
}

//
// Buttons
//
table.button table td a {
  font-family: $header-font-family;
  font-size: $global-font-size;
  letter-spacing: 1.1px;
  mso-line-height-rule:exactly;
  line-height: $global-line-height;
  text-transform: uppercase;
}

table.button.disabled {
  table {
    td {
      background: #f2f2f2;
      border: 2px solid #f2f2f2;
      color: #e30513;
    }

    a {
      border: 0px solid #f2f2f2;
      color: #e30513;
      mso-line-height-rule:exactly;
      line-height: 1.1;
    }
  }
}

table.button.disabled:hover {
  table {
    td {
      background: #f2f2f2;
      border: 2px solid #f2f2f2;
      color: $primary-color;
    }

    a {
      border: 0px solid #f2f2f2;
      color: $primary-color;
    }
  }
}



table.container.secondary {
  background: $medium-gray;
}
table.container.bg-none {
  background: transparent;
}

th.callout-inner {
  border-left: 6px solid $primary-color;
}

.event-subtitle {
  margin-bottom: 6px;
}

.event-termin {
  margin-bottom: 7px;
}

.event-title {
  margin-bottom: 2px;
}

.event-top-title {
  margin-bottom: 5px;
}

.magazin-article {
  &-subtitle {
    color: #fff;
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 0.65px;
    margin: auto 0;
    text-align: left;
    text-transform: uppercase;
  }
  &-title {
    color: #fff;
    font-size: 30px;
    line-height: 1.1;
    margin: 0 0 16px;
    padding-right: 28px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
  }
}

table.magazin-article-read-more {
  table {
    td {
      background: #333;
      border: 1px solid #fff;
      a {
        border: 0 solid #333;
        font-size: 12px;
        letter-spacing: 1.2px;
        line-height: 1.1666667;
        padding: 6px 8px;
        text-align: center;
        text-decoration: none;
      }
    }
  }
}

table.magazin-article-read-more:hover table tr td a,
table.magazin-article-read-more:active table tr td a,
table.magazin-article-read-more table tr td a:visited {
  color: $white;
}

.footer-text {
  font-family: $header-font-family;
}

.footer-title {
  color: $primary-color;
  letter-spacing: 0;
}

.header-title {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1.5px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.suptitle {
  font-family: $header-font-family;
  font-weight: $header-font-weight;
  letter-spacing: 1.1px;
  margin-bottom: 16px;
  text-transform: uppercase;
  &.event-suptitle {
    margin-bottom: 7px;
  }
}

.text-color {
  @each $theme in map-keys($color-scheme) {
    &-theme-#{$theme} {
      color: map-get($color-scheme, $theme);
    }
  }
}

.text-heading {
  font-family: $header-font-family;
  font-weight: $header-font-weight;
}

.text-highlight {
  color: $primary-color;
  font-family: $header-font-family;
  font-weight: $header-font-weight;
  mso-line-height-rule:exactly;
  line-height: 2;
  text-transform: uppercase;
}

.text-strong {
  font-family: $header-font-family;
  font-size: 12px;
  font-weight: $header-font-weight;
  text-transform: uppercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-right {
  text-align: right;
}
