/*
 ***************************************************
 Footer-Main
 ***************************************************
 */
.footer-main {
  padding: 80px 0;
  background: white;
  border-top: 1px dotted #ccc; }
  .footer-main h4 {
    color: #444;
    font-size: 18px;
    margin: 24px 0 16px 0; }
  .footer-main .row {
    margin-bottom: 0; }

.footer-main__icon {
  font-size: 2em;
  background: ;
  color: white;
  border-radius: 50%;
  padding: 10px; }

.footer-main__link {
  font-size: 14px; }

@media (max-width: 996px) {
  .footer-main {
    padding: 20px 0; }
    .footer-main .col {
      margin-bottom: 24px; } }
/*
 ***************************************************
 Footer-Sub
 ***************************************************
 */
.footer-sub {
  padding: 16px 0;
  background: white;
  border-top: 1px solid #eee; }
  .footer-sub .row {
    margin-bottom: 0; }

.footer-sub__logo {
  width: 80px;
  opacity: 0.9; }

.footer-sub__icon {
  background: #aaa;
  border-radius: 50%;
  padding: 8px;
  width: 40px;
  height: 40px;
  display: inline-block;
  color: white;
  text-align: center;
  margin: 0 4px; }
  .footer-sub__icon:hover {
    background: #444; }
  .footer-sub__icon i {
    color: white; }

.footer-sub__element {
  display: inline-block;
  vertical-align: middle;
  color: #999;
  font-weight: 300;
  font-size: 14px;
  padding: 0 8px; }
  .footer-sub__element:not(:first-child):not(:last-child) {
    border-right: 1px solid #ccc; }
  .footer-sub__element a {
    color: #999; }

@media (max-width: 996px) {
  .footer-sub {
    border-top: 0; }
    .footer-sub .col {
      margin-bottom: 24px;
      text-align: center; } }
/*
 ***************************************************
 Footer-Bar
 ***************************************************
 */
.footer-bar {
  position: fixed;
  width: 100%;
  bottom: 0;
  background-color: rgba(207, 216, 220, 0.95);
  box-shadow: 0px 0 0 0px rgba(0, 0, 0, 0.14), 0px 2px 5px 1px rgba(0, 0, 0, 0.12), 0px 0 0px 0px rgba(0, 0, 0, 0.2);
  height: 55px;
  color: white;
  z-index: 700;
  float: right; }

.footer-bar__nav {
  float: right;
  color: ; }

.footer-bar__entry {
  display: inline-flex;
  margin-right: 2.5em;
  margin-left: 2.5em; }

.footer-bar__link {
  display: inline-flex;
  color: ; }
  .footer-bar__link:hover {
    color: crimson; }
  .footer-bar__link i {
    margin-right: 0.3em; }

@media (max-width: 400px) {
  .footer-bar__entry {
    margin-right: 1.25em;
    margin-left: 1.25em; } }

@media (max-width: 800px) {
  .footer-link-text {
    display: none; }

  .footer-bar {
    text-align: center;
    float: initial; }

  .footer-bar__entry {
    margin-right: 1.5em;
    margin-left: 1.5em; }

  .footer-bar__nav {
    float: initial; } }

.weg--border {
  border-top: 1px solid #ccc;
  padding-top: 20px; }

.listview > div:nth-child(1) .weg--border, .listview > div:nth-child(2) .weg--border {
  border-top: 0;
  padding-top: 0px; }

.weg__bild {
  overflow: hidden;
  background-size: cover;
  padding-bottom: 65%;
  border-radius: 5px;
  position: relative; }

.weg__icon {
  position: absolute;
  bottom: 0;
  right: 0;
  background: white;
  padding: 4px 4px 0 4px; }

.weg__icon > img {
  height: 48px; }

.weg__icon--small {
  position: absolute;
  bottom: -5px;
  right: -4px;
  background: none; }

.weg__icon--small img {
  width: 20px;
  height: auto; }

.weg__name {
  font-size: 18px;
  color: #666;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  text-overflow: ellipsis; }

.weg__name--small {
  font-size: 15px; }

.weg__laenge {
  font-size: 14px;
  color: #666;
  text-align: right; }

.weg__laenge--small {
  font-size: 13px;
  padding-top: 16px;
  text-align: left; }

.weg__info {
  font-size: 14px;
  color: #aaa;
  font-weight: 300;
  margin: 0;
  line-height: inherit; }

.weg__info--small {
  font-size: 13px;
  padding-top: 8px; }

.weg__text {
  line-height: 1.75;
  color: #666;
  text-overflow: ellipsis; }

.weg__text--small {
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden; }

@media (max-width: 992px) {
  .weg__name {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

  .weg__laenge, .weg__info {
    font-size: 14px; }

  .listview > div:nth-child(1) .weg--border {
    border-top: 0;
    padding-top: 0; }

  .weg--border {
    border-top: 1px solid #ccc !important;
    padding-top: 20px !important; } }
