@font-face {
  font-family: 'Open Sans';
  src: url("/site/templates/assets/fonts/opensans.ttf") format("truetype-variations"); }
body, html {
  background-color: #F8F8F8;
  height: 100%;
  margin: 0px auto;
  padding: 0px auto;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #4A4A4A; }
  @media (max-width: 767px) {
    body, html {
      font-size: 15px; } }

.nopadding {
  padding: 0; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style-type: none;
    display: block; }

.orange {
  background-color: #F7AB30; }

.border-orange {
  border-color: #F7AB30; }

.blue {
  background-color: #0F47AF; }

.border-blue {
  border-color: #0F47AF; }

.darkblue {
  background-color: #0A3586; }

.green {
  background-color: #4E8D05; }

.border-green {
  border-color: #4E8D05; }

.red {
  background-color: #DA1F19; }

.border-red {
  border-color: #DA1F19; }

.darkred {
  background-color: #BD0D07; }

.btn {
  border-radius: 0; }

.btn-blue {
  background-color: #4A90E2;
  color: #ffffff;
  border: 1px solid black;
  padding: 5px 30px; }
  .btn-blue:hover {
    background-color: #2275d7;
    color: #ffffff; }

.wrap {
  height: auto;
  min-height: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 30px;
  background-color: #fff;
  border-left: 1px solid #4A4A4A;
  border-right: 1px solid #4A4A4A; }
  @media (max-width: 767px) {
    .wrap {
      border: none;
      padding: 0 10px; } }

#header {
  padding-top: 20px; }
  @media (max-width: 767px) {
    #header {
      padding-top: 10px; } }
  #header #searchbar input.form-control:focus, #header #searchbar input.form-control:active {
    border: none;
    box-shadow: none; }
  #header #sub-nav {
    margin-bottom: 10px; }
    #header #sub-nav img#logo {
      width: 250px; }
      @media (max-width: 767px) {
        #header #sub-nav img#logo {
          width: 200px; } }
    #header #sub-nav .input-group {
      width: 250px;
      margin-bottom: 5px; }
      #header #sub-nav .input-group input {
        height: 25px;
        padding: 3px 10px;
        border-radius: 0;
        font-size: 0.8em;
        border-right: none;
        clear: both; }
      #header #sub-nav .input-group button {
        height: 25px;
        padding: 3px 10px;
        border-radius: 0;
        border-left: none; }
        #header #sub-nav .input-group button span.glyphicon {
          color: #9B9999; }
    #header #sub-nav #map-contact {
      clear: both;
      font-size: 0.8em; }
      #header #sub-nav #map-contact ul li {
        display: inline;
        border-right: 1px solid #9B9999;
        padding: 0 8px; }
        #header #sub-nav #map-contact ul li a {
          color: #7D7B7D; }
      #header #sub-nav #map-contact ul li:last-child {
        border-right: none;
        padding-right: 0; }
  #header #main-nav {
    position: relative; }
    #header #main-nav img {
      max-width: 100%;
      padding: 0 15px; }
      @media (max-width: 767px) {
        #header #main-nav img {
          padding: 0; } }
    #header #main-nav .nav-item {
      position: static;
      opacity: 0.99;
      cursor: pointer; }
      #header #main-nav .nav-item h2 {
        font-weight: 600;
        font-size: 1.35em;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 15px; }
        @media (min-width: 768px) and (max-width: 991px) {
          #header #main-nav .nav-item h2 {
            margin-bottom: 4px; } }
      #header #main-nav .nav-item > h2 {
        cursor: pointer;
        padding-top: 8px; }
      #header #main-nav .nav-item span.slogan {
        font-style: italic;
        font-size: 0.75em;
        color: #727173; }
        @media (min-width: 768px) and (max-width: 991px) {
          #header #main-nav .nav-item span.slogan {
            display: none; } }
      #header #main-nav .nav-item .sub-menu {
        position: absolute;
        visibility: hidden;
        z-index: -1;
        width: 25%;
        padding-right: 30px;
        top: 100%;
        bottom: 0;
        transition: top 0.3s, visibility 0s 0.3s;
        transition-timing-function: ease-in; }
        #header #main-nav .nav-item .sub-menu div {
          height: 100%;
          color: #fff;
          padding: 0 15px; }
          @media (min-width: 768px) and (max-width: 991px) {
            #header #main-nav .nav-item .sub-menu div {
              padding: 5px 10px; } }
          #header #main-nav .nav-item .sub-menu div span {
            color: #fff; }
          #header #main-nav .nav-item .sub-menu div hr {
            background-color: #DAD8D8;
            height: 0; }
          #header #main-nav .nav-item .sub-menu div ul {
            margin-top: 20px; }
            #header #main-nav .nav-item .sub-menu div ul li {
              margin: 10px 0;
              line-height: 1em;
              position: relative;
              padding-left: 20px; }
              #header #main-nav .nav-item .sub-menu div ul li a {
                font-size: 0.9em;
                color: #fff; }
                @media (min-width: 768px) and (max-width: 991px) {
                  #header #main-nav .nav-item .sub-menu div ul li a {
                    font-size: 0.8em; } }
                #header #main-nav .nav-item .sub-menu div ul li a span.glyphicon {
                  position: absolute;
                  left: 0; }
        @media (min-width: 768px) and (max-width: 991px) {
          #header #main-nav .nav-item .sub-menu h2 {
            font-size: 1.1em; } }
      #header #main-nav .nav-item:hover .sub-menu {
        top: 0;
        visibility: visible;
        transition: top 0.3s;
        transition-timing-function: ease-out;
        z-index: 5; }
      #header #main-nav .nav-item .sub-menu.active {
        top: 0;
        bottom: 0;
        visibility: visible;
        z-index: 5; }
      #header #main-nav .nav-item hr {
        margin-top: 1px;
        margin-bottom: 0;
        height: 4px; }

@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .navbar-header {
    float: none; }

  .navbar-left, .navbar-right {
    float: none !important; }

  .navbar-toggle {
    display: block; }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px; }

  .navbar-nav > li {
    float: none; }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }

  .collapse.in {
    display: block !important; }

  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }

  .navbar-default {
    background-color: #fff;
    border: none;
    padding-left: 15px; } }
  @media (max-width: 767px) and (max-width: 767px), (min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
    .navbar-default {
      margin-bottom: 0; } }
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
    .navbar-default .input-group {
      margin-top: 8px;
      padding-right: 15px; }
      .navbar-default .input-group input {
        border-radius: 0; }
    .navbar-default button.navbar-toggle {
      padding: 6px 10px; }
      .navbar-default button.navbar-toggle div {
        margin-left: 3px;
        display: inline-block; }
    .navbar-default .navbar-collapse {
      background-color: #4C4B4B;
      border: none;
      margin-right: 0; }
      .navbar-default .navbar-collapse ul {
        margin-bottom: 7.5px; }
        .navbar-default .navbar-collapse ul > li.dropdown {
          border-left-width: 8px;
          border-left-style: solid;
          margin: 7px 0; }
          .navbar-default .navbar-collapse ul > li.dropdown > a {
            color: #fff;
            font-size: 1.5em;
            background-color: #4C4B4B; }
            .navbar-default .navbar-collapse ul > li.dropdown > a:hover, .navbar-default .navbar-collapse ul > li.dropdown > a:focus {
              color: #fff;
              background-color: #4C4B4B; }
            .navbar-default .navbar-collapse ul > li.dropdown > a span.caret {
              margin-left: 10px; }
          .navbar-default .navbar-collapse ul > li.dropdown .dropdown-menu > li > a {
            color: #fff !important;
            padding: 12px 15px;
            font-size: 1.2em; }
            .navbar-default .navbar-collapse ul > li.dropdown .dropdown-menu > li > a span.glyphicon {
              margin-right: 8px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .navbar .container-fluid {
    padding-left: 0; }
    .navbar .container-fluid button.navbar-toggle {
      margin-right: 0; } }
#main .breadcrumb {
  margin: 10px 0;
  background-color: #fff;
  position: relative; }
  #main .breadcrumb li {
    font-size: 0.8em;
    color: #7D7B7D; }
    #main .breadcrumb li a {
      color: #7D7B7D;
      background-color: #fff; }
  #main .breadcrumb li:before {
    content: "> "; }
  #main .breadcrumb li:first-child:before {
    content: " "; }
#main .content, #main .sidebar {
  border: 1px solid #9B9999; }
  #main .content h3, #main .sidebar h3 {
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 15px; }
  #main .content span, #main .sidebar span {
    font-size: 0.85em; }
#main .sidebar {
  margin-bottom: 15px;
  line-height: 1.2em;
  padding: 15px 10px; }
  #main .sidebar h3 {
    font-size: 1.1em; }
#main .sidebar#coronavirus {
  border-width: 3px;
  border-color: #BD0D07; }
  #main .sidebar#coronavirus h3 {
    margin: 0; }
#main .sidebar#newsletter .input-group {
  margin-top: 5px; }
  #main .sidebar#newsletter .input-group input, #main .sidebar#newsletter .input-group span {
    border-radius: 0; }
#main .sidebar#kontakt ul {
  margin-top: 10px; }
  #main .sidebar#kontakt ul li {
    display: inline;
    border-right: 1px solid #9B9999;
    padding: 0 8px;
    line-height: 1em;
    font-size: 0.85em; }
    #main .sidebar#kontakt ul li a {
      color: #4A90E2; }
  #main .sidebar#kontakt ul li:last-child {
    border-right: none; }
  #main .sidebar#kontakt ul li:first-child {
    padding-left: 0; }
#main .sidebar#kalender h2, #main .sidebar#bekanntmachungen h2 {
  font-size: 1em; }
#main .sidebar#kalender .event, #main .sidebar#kalender .announcement, #main .sidebar#bekanntmachungen .event, #main .sidebar#bekanntmachungen .announcement {
  margin-bottom: 15px; }
  #main .sidebar#kalender .event h2, #main .sidebar#kalender .announcement h2, #main .sidebar#bekanntmachungen .event h2, #main .sidebar#bekanntmachungen .announcement h2 {
    font-size: 1em;
    font-weight: 600;
    margin: 10px 0 5px 0; }
  #main .sidebar#kalender .event .location, #main .sidebar#kalender .event .time, #main .sidebar#kalender .announcement .location, #main .sidebar#kalender .announcement .time, #main .sidebar#bekanntmachungen .event .location, #main .sidebar#bekanntmachungen .event .time, #main .sidebar#bekanntmachungen .announcement .location, #main .sidebar#bekanntmachungen .announcement .time {
    margin: 2px 0;
    font-size: 0.85em; }
  #main .sidebar#kalender .event .location:before, #main .sidebar#kalender .announcement .location:before, #main .sidebar#bekanntmachungen .event .location:before, #main .sidebar#bekanntmachungen .announcement .location:before {
    content: "\f041";
    font-family: FontAwesome;
    font-size: 0.9em;
    margin-right: 5px; }
#main .sidebar#kalender .event:last-child, #main .sidebar#bekanntmachungen .event:last-child {
  margin-bottom: 0; }
#main .sidebar#kalender hr, #main .sidebar#bekanntmachungen hr {
  margin-bottom: 10px; }
#main .sidebar#kalender #kalender_mehr, #main .sidebar#kalender #bekanntmachungen_mehr, #main .sidebar#bekanntmachungen #kalender_mehr, #main .sidebar#bekanntmachungen #bekanntmachungen_mehr {
  font-size: 0.85em;
  margin-bottom: 10px; }
#main #kalender_abo {
  font-size: 0.85em;
  margin-bottom: 5px; }
#main .list-content ul li a:not([href*='//']):before {
  font-family: FontAwesome;
  content: "\f0a9";
  margin-right: 10px; }
#main .content {
  padding: 15px 15px 10px 15px; }
  #main .content h3 {
    font-size: 1.2em;
    margin-top: 30px; }
  @media (max-width: 767px) {
    #main .content {
      margin-bottom: 15px;
      border: none;
      padding: 15px 0; } }
  #main .content h1 {
    font-weight: 600;
    font-size: 1.35em;
    margin-top: 5px;
    margin-bottom: 30px; }
  #main .content img {
    max-width: 100%; }
  #main .content .category h2 {
    font-size: 1.2em;
    font-weight: 300;
    margin-bottom: 20px;
    margin-top: 5px; }
  #main .content .category .categoryItems {
    padding-left: 10px;
    margin-bottom: 30px; }
    #main .content .category .categoryItems li {
      margin-bottom: 15px; }
    #main .content .category .categoryItems h3 {
      font-size: 1em;
      font-weight: 600;
      margin-bottom: 2px;
      margin-top: 15px; }
  #main .content #rssIcon i {
    font-size: 1.8em;
    color: #f26522; }
  #main .content .newsBody p, #main .content .details p {
    line-height: 1.8em; }
    #main .content .newsBody p img, #main .content .details p img {
      margin-bottom: 10px;
      float: left;
      min-width: 100%;
      height: auto; }
  #main .content .newsBody h3, #main .content .details h3 {
    margin-top: 30px; }
  #main .content .news, #main .content .announcement {
    margin-top: 15px;
    padding-bottom: 30px;
    overflow: auto; }
    #main .content .news .newsDate, #main .content .news .time, #main .content .announcement .newsDate, #main .content .announcement .time {
      font-size: 0.85em;
      color: #838383; }
    #main .content .news h2, #main .content .announcement h2 {
      font-size: 1.1em;
      font-weight: 600;
      margin-bottom: 10px;
      margin-top: 5px; }
    #main .content .news .newsBody, #main .content .news .details, #main .content .announcement .newsBody, #main .content .announcement .details {
      margin-bottom: 10px; }
      @media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
        #main .content .news .newsBody, #main .content .news .details, #main .content .announcement .newsBody, #main .content .announcement .details {
          text-align: justify; } }
      #main .content .news .newsBody p, #main .content .news .details p, #main .content .announcement .newsBody p, #main .content .announcement .details p {
        line-height: 1.5em; }
        #main .content .news .newsBody p img, #main .content .news .details p img, #main .content .announcement .newsBody p img, #main .content .announcement .details p img {
          min-width: 230px;
          max-width: 230px;
          height: auto;
          padding: 5px 10px 10px 0;
          margin: 0; }
          @media (min-width: 830px) {
            #main .content .news .newsBody p img, #main .content .news .details p img, #main .content .announcement .newsBody p img, #main .content .announcement .details p img {
              float: left; } }
          @media (max-width: 767px) {
            #main .content .news .newsBody p img, #main .content .news .details p img, #main .content .announcement .newsBody p img, #main .content .announcement .details p img {
              width: 100%;
              min-width: 100%;
              max-width: 100%;
              padding-right: 0; } }
  #main .content a#newsBack, #main .content a#announcementsBack {
    border: 1px solid #dddddd;
    padding: 5px 10px;
    font-size: 0.85em;
    display: inline-block;
    margin: 10px 0; }
    #main .content a#newsBack:hover, #main .content a#announcementsBack:hover {
      color: #23527c;
      background-color: #eeeeee;
      text-decoration: none; }
    #main .content a#newsBack span.glyphicon, #main .content a#announcementsBack span.glyphicon {
      margin-right: 5px; }
  #main .content hr {
    margin-bottom: 15px; }
  #main .content #newsNav ul.pagination, #main .content #announcementNav ul.pagination {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    #main .content #newsNav ul.pagination li, #main .content #announcementNav ul.pagination li {
      display: inline-block; }
      #main .content #newsNav ul.pagination li a, #main .content #announcementNav ul.pagination li a {
        border-radius: 0;
        padding: 5px 10px;
        color: #2E3B3C; }
      #main .content #newsNav ul.pagination li a:before, #main .content #announcementNav ul.pagination li a:before {
        content: none; }
    #main .content #newsNav ul.pagination li.MarkupPagerNavSeparator, #main .content #announcementNav ul.pagination li.MarkupPagerNavSeparator {
      margin: 0 3px; }
    #main .content #newsNav ul.pagination li.active a, #main .content #announcementNav ul.pagination li.active a {
      background-color: #4A90E2;
      color: #fff; }
  @media (max-width: 767px) {
    #main .content .month_selector {
      margin-bottom: 15px; } }
  #main .content .month_selector a {
    border: 1px solid #dddddd;
    padding: 5px 10px;
    font-size: 0.85em; }
    #main .content .month_selector a:hover {
      color: #23527c;
      background-color: #eeeeee;
      text-decoration: none; }
    #main .content .month_selector a span.glyphicon-arrow-left {
      margin-right: 5px; }
    #main .content .month_selector a span.glyphicon-arrow-right {
      margin-left: 5px; }
  #main .content .event_list .time, #main .content .event_list .location, #main .content .event .time, #main .content .event .location {
    font-size: 0.9em; }
  #main .content .event_list .time:before, #main .content .event_list .location:before, #main .content .event .time:before, #main .content .event .location:before {
    font-family: FontAwesome;
    font-size: 1em; }
  #main .content .event_list .time:before, #main .content .event .time:before {
    content: "\f017";
    margin-right: 8px; }
  #main .content .event_list .location:before, #main .content .event .location:before {
    content: "\f041";
    margin-right: 12px; }
  #main .content .event_list h2 {
    font-size: 1.1em;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 5px; }
  #main .content .event_list .details {
    margin-top: 5px;
    margin-bottom: 30px; }
  #main .content .event {
    margin-bottom: 15px; }
    #main .content .event h1 {
      margin-bottom: 15px; }
    #main .content .event .details {
      margin-top: 20px;
      margin-bottom: 30px; }
    #main .content .event .event_selector a {
      border: 1px solid #dddddd;
      padding: 5px 10px;
      font-size: 0.85em; }
      #main .content .event .event_selector a:hover {
        color: #23527c;
        background-color: #eeeeee;
        text-decoration: none; }
      #main .content .event .event_selector a span.glyphicon-arrow-left {
        margin-right: 5px; }
      #main .content .event .event_selector a span.glyphicon-arrow-right {
        margin-left: 5px; }
  #main .content iframe {
    max-width: 100%;
    min-width: 100%; }
  #main .content #mgmap1 {
    margin-bottom: 15px; }
  #main .content ol#rundgang_liste {
    padding-left: 15px;
    margin-top: 15px; }
  #main .content .rundgang_inhalt img {
    max-width: 250px;
    float: right;
    padding-left: 15px;
    padding-bottom: 15px; }
    @media (max-width: 767px) {
      #main .content .rundgang_inhalt img {
        max-width: 100%;
        min-width: 100%;
        display: block;
        padding-left: 0; } }
  #main .content h2.town_title {
    font-size: 1.3em;
    font-weight: 300;
    margin-bottom: 15px;
    margin-top: 20px; }
  #main .content .town_control {
    margin: 30px 0 15px; }
    #main .content .town_control a {
      border: 1px solid #dddddd;
      padding: 5px 10px;
      font-size: 0.85em; }
      #main .content .town_control a:hover {
        color: #23527c;
        background-color: #eeeeee;
        text-decoration: none; }
      #main .content .town_control a span.glyphicon-arrow-left {
        margin-right: 5px; }
      #main .content .town_control a span.glyphicon-arrow-right {
        margin-left: 5px; }
  #main .content table {
    margin-bottom: 30px;
    width: 100%; }
    #main .content table tr:nth-child(even) {
      background-color: #f9f9f9; }
  #main .content ul li {
    list-style-type: none; }
    #main .content ul li a {
      padding: 4px 0; }
#main .announcement_selector {
  margin-bottom: 20px;
  margin-top: 10px; }
  #main .announcement_selector a {
    border: 1px solid #dddddd;
    padding: 5px 10px;
    font-size: 0.85em; }
    #main .announcement_selector a:hover {
      color: #23527c;
      background-color: #eeeeee;
      text-decoration: none; }
    #main .announcement_selector a span.glyphicon-arrow-left {
      margin-right: 5px; }
    #main .announcement_selector a span.glyphicon-arrow-right {
      margin-left: 5px; }
#main .content.theme-orange .categoryItems {
  border-left: 2px solid #F7AB30; }
#main .content.theme-orange ul li a:before, #main .content.theme-orange ul li a {
  color: #F7AB30; }
#main .content.theme-red .categoryItems {
  border-left: 2px solid #DA1F19; }
#main .content.theme-red ul li a:before, #main .content.theme-red ul li a {
  color: #DA1F19; }
#main .content.theme-blue .categoryItems {
  border-left: 2px solid #0F47AF; }
#main .content.theme-blue ul li a:before, #main .content.theme-blue ul li a {
  color: #0F47AF; }
#main .content.theme-green .categoryItems {
  border-left: 2px solid #4E8D05; }
#main .content.theme-green ul li a:before, #main .content.theme-green ul li a {
  color: #4E8D05; }

noscript p {
  padding: 5px 10px;
  font-size: 1.3em; }

#hallbooking {
  margin-top: 30px; }
  #hallbooking .form-group {
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      #hallbooking .form-group {
        margin-bottom: 0; } }
  #hallbooking label {
    display: block;
    font-size: 1.1em;
    font-weight: 600;
    margin-bottom: 10px; }
  #hallbooking input {
    border: 1px solid #d6d6d6;
    padding: 2px 5px; }
    @media (max-width: 767px) {
      #hallbooking input {
        width: 100%;
        margin-bottom: 10px; } }
  #hallbooking input[type=checkbox] {
    margin-right: 10px; }
    @media (max-width: 767px) {
      #hallbooking input[type=checkbox] {
        width: 20px; } }
  @media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
    #hallbooking input[name="street"] {
      width: 364px; } }
  @media (max-width: 767px) {
    #hallbooking select {
      margin-bottom: 15px; } }
  #hallbooking .g-recaptcha {
    margin: 30px 0 10px 0; }
  #hallbooking input:valid {
    border: 1px solid green; }
  #hallbooking input[type=checkbox], #hallbooking input[type=checkbox]:valid {
    border: none; }
  #hallbooking input[type=submit] {
    border: 1px solid black;
    padding: 5px 30px; }
    @media (max-width: 767px) {
      #hallbooking input[type=submit] {
        width: auto;
        margin-top: 15px; } }
  #hallbooking .error-hallbooking {
    background-color: #EA4031;
    padding: 3px 8px;
    color: #fff;
    margin-bottom: 10px; }

#kontaktinfo img {
  float: left;
  width: 150px;
  padding-right: 15px;
  padding-bottom: 15px; }

#kontaktformular {
  margin-top: 30px; }
  #kontaktformular input[name=first_name], #kontaktformular input[name=surname] {
    width: 48%; }
  #kontaktformular input[name=surname] {
    float: right; }
  #kontaktformular input[name=email] {
    width: 100%; }
  #kontaktformular textarea#textfeld {
    width: 100%;
    height: 200px; }
  #kontaktformular .g-recaptcha {
    margin-bottom: 15px; }
  #kontaktformular .error {
    background-color: #EA4031;
    padding: 3px 8px;
    color: #fff;
    margin-bottom: 10px; }

#footer {
  margin-top: 80px;
  border-top: 1px solid #E4E4E4;
  padding-top: 10px;
  padding-bottom: 10px; }
  @media (max-width: 767px) {
    #footer {
      margin-top: 30px; } }
  #footer #navFooter h2 {
    font-weight: 600;
    font-size: 1.1em;
    margin-top: 8px;
    margin-bottom: 3px; }
    @media (max-width: 767px) {
      #footer #navFooter h2 {
        margin-top: 15px;
        font-size: 1.2em; } }
  #footer #navFooter hr {
    margin-top: 0;
    margin-bottom: 5px;
    height: 2px; }
  #footer #navFooter ul li {
    line-height: 1.1em; }
    #footer #navFooter ul li a {
      font-size: 0.8em;
      color: #7D7B7D; }
  @media (max-width: 767px) {
    #footer #navFooter ul li {
      line-height: 1.9em; }
      #footer #navFooter ul li a {
        font-size: 1em; } }
  #footer #footerSubNav {
    position: relative;
    margin-top: 50px;
    padding: 0 15px; }
    #footer #footerSubNav #logoFooter {
      width: 180px; }
    #footer #footerSubNav ul {
      position: absolute;
      bottom: 0;
      right: 15px; }
      @media (max-width: 767px) {
        #footer #footerSubNav ul {
          position: relative;
          margin-top: 5px;
          padding-left: 10px; } }
      #footer #footerSubNav ul li {
        font-size: 0.8em;
        display: inline;
        border-right: 1px solid #9B9999;
        padding: 0 8px; }
        #footer #footerSubNav ul li a {
          color: #7D7B7D; }
      #footer #footerSubNav ul li:last-child {
        border-right: none;
        padding-right: 0; }
