body {
  font-family: "Arimo";
  color: #666;
  line-height: 26px;
  /* text-align: justify; */
  font-size: 14px;
  letter-spacing: 0; }

footer {
  color: #fff;
  background-color: #0a3055; }
  footer #footer_inner {
    padding-top: 30px;
    padding-bottom: 0px;
    background-color: inherit; }
    footer #footer_inner .widget-box ul li::before {
      color: #FFF; }
    footer #footer_inner .widget-box ul li a {
      color: #fff; }
      footer #footer_inner .widget-box ul li:hover::before, footer #footer_inner .widget-box ul li:active::before {
        color: #f29204; }
      footer #footer_inner .widget-box ul li:hover a, footer #footer_inner .widget-box ul li:active a {
        color: #f29204; }
  footer #footer_inner .social-btns a.facebook:hover {
    background-color: #3b5998;
    color: #FFF; }
  footer #footer_inner .social-btns a.twitter:hover {
    background-color: #1da1f2;
    color: #FFF; }
footer #footer_inner .widget-box ul li::before {
  color: #fff; }
footer #footer_inner .widget-box .headline {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  display: block;
  margin-bottom: 2rem; }
footer #footer_inner .widget-box .headline2 {
  font-size: 1.5rem; }

.team_vorstand {
  border: 1px solid #ccc;
  height: 100%;
  display: block; }
  .team_vorstand .tv_image {
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    min-height: 200px;
    max-height: 220px; }
  .team_vorstand .tv_title {
    margin: 20px 0; }
  .team_vorstand .tv_list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 10px;
    margin-bottom: 25px; }
    .team_vorstand .tv_list ul li {
      border-bottom: 1px solid #ccc;
      padding: 5px 0;
      font-size: 12px; }
      .team_vorstand .tv_list ul li:last-child {
        border: 0; }
  .team_vorstand .tv_social {
    display: block;
    text-align: left;
    padding: 0.5rem 0 1.5rem; }
    .team_vorstand .tv_social a {
      border: 1px solid #ccc;
      width: 28px;
      display: inline-block;
      height: 28px;
      text-align: center;
      margin: 10px 9px;
      position: relative;
      transition: all 0.3s;
      top: 0; }
      .team_vorstand .tv_social a:hover {
        color: #00519e;
        box-shadow: 0 3px 4px #ccc;
        top: -3px;
        transition: all 0.3s; }

.color-red {
  color: red; }

.color-lightblue {
  background: #e9f6f9; }

.nav.nav-tabs.nav-justified {
  display: flex;
  width: 100%;
  flex-direction: revert;
  margin-bottom: 1rem; }
  .nav.nav-tabs.nav-justified li {
    width: 50%;
    text-align: center;
    margin-bottom: 0rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0; }
    .nav.nav-tabs.nav-justified li a {
      padding: 1rem;
      color: #fff;
      font-weight: bold;
      transition: all 0.3s;
      background-color: #00519e;
      display: block;
      width: 100%; }
      .nav.nav-tabs.nav-justified li a.active, .nav.nav-tabs.nav-justified li a:hover {
        background-color: #f29204; }
