@media (min-width: 768px) {
  .navbar-nav {
    float: right;
  }
  .navbar-default {
    background-color: #fff;
    border: none;
  }
  .navbar-nav>li {
    margin-right: 10px;
  }
  .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #cc0033;
  }
  .navbar-nav>li>a {
    color: #555;
    background-color: #e7e7e7;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .dropdown-menu {
    background-color: #e7e7e7;
    border: none;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #fff;
    background-color: #cc0033;
  }
  .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #cc0033;
  }
  .dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: #cc0033;
  }
}
/* Stylesheet: Navigation Modified On 2015-07-15 11:08:43 */
a, a:focus, a:hover {
  color: #cc0033;
}
.navi-row {
  border-bottom: 4px solid #cc0033;
}
.content-row {
  border-top: 2px solid #000;
}

.breadcrumb {
  background: none;
  border-bottom: 1px solid #e7e7e7;
  border-radius: 0;
}

.breadcrumb>li+li:before {
  content: "";
}

.img-inhalt {
  float: right;
  max-width: 350px;
  border: 1px solid #cc0033;
  padding: 5px;
  margin: 0 0 10px 10px;
}

@media (max-width: 360px) {
  .img-inhalt {
    display: none;
  }
}

.img-mitglieder {
  max-width: 350px;
  border: 1px solid #cc0033;
  padding: 5px;
  margin: 0 0 10px 10px;
  max-height: 67px;
}

.satzung_liste {
  cursor: pointer;
  color: #cc0033;
}

.satzung_liste:hover {
  text-decoration: underline;
}

.panel-primary {
  border-color: #cc0033;
}
.panel-primary .panel-heading {
  background-color: #cc0033;
  border-color: #cc0033;
}
.panel-primary .panel-heading a:hover {
  color: white;
}
/* Stylesheet: Inhalt Modified On 2015-08-31 11:23:59 */
html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #fff;
}

.footer .container {
  background-image: url(/uploads/images/footer_bg.png);
  background-repeat: repeat-x;
  padding-top: 14px;
}
/* Stylesheet: Footer Modified On 2015-07-14 11:22:34 */
