a.follow {
  float: right;
}

ul.naechsteDienste li.list-group-item {
  border: 0;
}
.wetterwarnungLevelHW { 
  background-color: #c9f !important; 
}
.wetterwarnungLevelUV { 
  background-color: #fe68fe !important; 
}
.wetterwarnungLevel2 { 
  background-color: #ffeb3b !important; 
}
.wetterwarnungLevel3 { 
  background-color: #fb8c00 !important; 
}
.wetterwarnungLevel4 { 
  background-color: #e53935 !important; 
}
.wetterwarnungLevel5 { 
  background-color: #880e4f !important; 
  color: #ffffff !important;
}
.fahrzeugStatus1, .fahrzeugStatus2,
  .fahrzeugStatus3, .fahrzeugStatus4 {
  font-weight: bold;
}
.fahrzeugStatus1, .fahrzeugStatus2 {
  color: rgb(0, 206, 0);
}
.fahrzeugStatus3, .fahrzeugStatus4 {
  color: rgb(255, 0, 0);
}

.teddy {
  padding-top: 10px;
  padding-bottom: 10px;
}

footer #wappen {
  width: 100px;
}

@media (min-width:992px) {
  footer .footer-left {
    text-align:left
  }
  footer .footer-right {
    text-align:right
  }
  footer .footer-below {
    text-align:center
  }
	
  .row {
      position: relative;
  }

  .bottom-align-text {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}	

.thumbnail .caption {
  height: 160px;
}
	

    .note {
    font-family: 'Commic Sans MS', cursive;
    width: 350px;
    position: absolute;
    top: 30px;
    right: 10px;
    margin: auto;
    padding: 20px 0;
    color: #212121;
    z-index: 100;
	border: 2px #484 solid;
   
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
   
    -webkit-border-bottom-left-radius: 20px 500px;
    -webkit-border-bottom-right-radius: 500px 30px;
    -webkit-border-top-right-radius: 5px 100px;
   
    -moz-border-radius-bottomleft: 20px 500px;
    -moz-border-radius-bottomright: 500px 30px;
    -moz-border-radius-topright: 5px 100px;
   
    border-bottom-left-radius: 20px 500px;
    border-bottom-right-radius: 500px 30px;
    border-top-right-radius: 5px 100px;
   
    background: #fcf59b;
    background:
        -webkit-gradient(
            linear,
            left top, left bottom,
            from(#81cbbc),
            color-stop(10%, #fcf59b)
        );
       
    background:
        -moz-repeating-linear-gradient(
            top,
            #fcf59b,
            #fcf59b 18px,
            #81cbbc 20px
        );
       
    background:
        repeating-linear-gradient(
            to top,
            #fcf59b,
            #fcf59b 18px,
            #81cbbc 20px
        );      
       
    -webkit-background-size: 100% 19px;
   
    -webkit-box-shadow: 0 2px 10px 1px rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 10px 1px rgba(0,0,0,.2);
    box-shadow: 0 2px 10px 1px rgba(0,0,0,.2);    
    }

    .note:before {
    content: ' ';
    background: url(/images/note/tape.png) no-repeat;
    width: 129px;
    height: 30px;
    position: absolute;
    top: -15px;
    left: 25%;
    display: block;
    }

    .note p {
    padding: 0 30px;
    line-height: 20px;
    margin-bottom: 5px;
    font-size: 1.1em;
    font-weight: bolder;
	margin: 0 0 1em 0;
    text-align: justify;
    }
    .note img {
    height: 100px;
    float: right;
    margin-right: 10px;
    margin-left: 5px;
}


div.smoothScrollButton {
  position: absolute;
  padding: 0.5em 1em;
  bottom: 5px;
  right: 0;
}
.smoothScrollButton.toTop { 
  position: fixed;
  padding: 0;
  right: 10px;
  bottom: 30px;
  height: 30px;
  display: none;
}

.wache { background-color: rgba(255, 0, 0, 0.7); }
.stadtmitte { background-color: rgba(0, 208, 255, 0.7); }
.westig { background-color: rgba(255, 177, 0, 0.7); }
.sundwig { background-color: rgba(23, 210, 0, 0.7); }
.landhausen { background-color: rgba(105, 255, 87, 0.7); }
.becke { background-color: rgba(255, 188, 0, 0.7); }
.deinlinghofen { background-color: rgba(251, 255, 0, 0.7); }
.ihmert { background-color: rgba(144, 144, 144, 0.7); }
.froensberg { background-color: rgba(206, 104, 0, 0.7); }