


.top-buffer { margin-top:60px; }

.bild{
/*border: 10px double blue;*/
box-shadow: 8px 8px 10px #aaa;
border-radius: 30px;  

}

.bild:hover {
    background: #FFDB93;
    border: 1px solid orange;
}

.bild:hover {

transform: scaleX(-1);
    -webkit-transform: scale(1,2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1.20;
    /*filter: alpha(opacity=50)*/
}


/*ul {
    list-style-image:url(check1.png);
    
    
}
/ {
    list-style-type: none;
    padding-left: 30px;
    margin-left: 25px;
    
    background-image:url('check1.png');
    background-repeat:no-repeat;
    background-position:left center;
} **/

.checklist {
     list-style-type: none;
}
 
.checklist li:before {
      font-family: FontAwesome;
     content: "\f00c";
      vertical-align: top;
     color: #F90B6D;
     padding-right: 7px;
     
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    height: 100px;
    width: 100px;
    outline: black;
    background-color: rgba(0, 0, 0, 0.3);
    background-size: 100%, 100%;
    border-radius: 50%;
    border: 1px solid black;
}


#sticky_navigation .navbar-toggle
{
 z-index: 10000;
}

/*.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(75,75,75,0.7);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
  background-color: rgba(48, 152, 157, 0.4);
}

.hovereffect img {
  display: block;
  position: relative;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover h2 {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  margin: -52px 0 0 0;
  padding: 62px 100px;
}

.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}*/
















