.info-box.box-green {
    border-top:10px solid #94c11c;
}
.info-box.box-orange {
    border-top:10px solid #f39100;
}
.info-box.box-blue {
    border-top:10px solid #35a9e1;
    box-sizing:border-box;
}
.box-shadow {
    padding:8% 5%;
    text-align:justify;
    background-color:#fff;
    font-size:.85em;
}
.box-shadow:before,
.box-shadow:after {
    position:absolute;
      content:"";
      bottom:28px;
    left:26px;
    top:80%;
      width:45%;
      background:#ccc;
      z-index:-1;
      -webkit-box-shadow: 0 20px 15px #eee;
      -moz-box-shadow: 0 20px 15px #eee;
      box-shadow: 0 20px 15px #eee;
      -webkit-transform: rotate(-6deg);
      -moz-transform: rotate(-6deg);
      transform: rotate(-6deg);
}
.box-shadow:after {
    -webkit-transform: rotate(6deg);
      -moz-transform: rotate(6deg);
      transform: rotate(6deg);
      right: 26px;
    left: auto;
}
.info-box {
    position:relative;
    overflow:visible;
    padding:15px 10px;
    background-color:#d1c3ab;
    -webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.15);
    box-shadow:0 0 2px 2px rgba(0,0,0,.15);
    border:2px solid #fff;
    border-radius:5px;
    font-size:13px;
    box-sizing:border-box;
}
.info-box a {
    text-decoration:underline;
    color:#453006;
}
.info-box.icon {
    margin-top:25px;
}
.info-box h1,
.info-box h2,
.info-box h3 {
    padding-bottom:10px;
    border-bottom:1px solid #453006;
    color:#453006;
}
.info-box p:last-child {
    padding-bottom:5px;
    border-bottom:1px solid #453006;
}
.info-box.icon a:hover {
    display:inline-block;
    background-color:#f39100;
    border:1px solid #f39100;
    border-radius:5px;
    color:#fff;
}
.icon-blatt::before {
    width:40px;
    height:40px;
    right:10px;
    top:-22px;
    position:absolute;
    text-align:center;
    background-color:#fff;
    border:1px solid #94c11c;
    border-radius:50%;
    font:28px/40px Glyphicons Regular;
    color:#94c11c;
    content:"\E002";
    z-index:99;
}
.icon-birne::before {
    width:40px;
    height:40px;
    right:10px;
    top:-22px;
    position:absolute;
    text-align:center;
    background-color:#fff;
    border:1px solid #f39100;
    border-radius:50%;
    font:28px/40px Glyphicons Regular;
    color:#f39100;
    content:"\E065";
    z-index:99;
}
.icon-wasser::before {
    width:40px;
    height:40px;
    right:10px;
    top:-22px;
    position:absolute;
    text-align:center;
    background-color:#fff;
    border:1px solid #35a9e1;
    border-radius:50%;
    font:28px/40px Glyphicons Regular;
    color:#35a9e1;
    content:"\E093";
    z-index:99;
}
.icon-baum::before {
    width:40px;
    height:40px;
    right:10px;
    top:-22px;
    position:absolute;
    text-align:center;
    background-color:#fff;
    border:1px solid #94c11c;
    border-radius:50%;
    font:28px/40px Glyphicons Regular;
    color:#94c11c;
    content:"\E318";
    z-index:99;
}
.icon-finger::before {
    width:40px;
    height:40px;
    right:10px;
    top:-22px;
    position:absolute;
    text-align:center;
    background-color:#fff;
    border:1px solid #f39100;
    border-radius:50%;
    font:28px/40px Glyphicons Regular;
    color:#f39100;
    content:"\E742";
    z-index:99;
}
.icon-welt::before {
    width:40px;
    height:40px;
    right:10px;
    top:-22px;
    position:absolute;
    text-align:center;
    background-color:#fff;
    border:1px solid #35a9e1;
    border-radius:50%;
    font:28px/40px Glyphicons Regular;
    color:#35a9e1;
    content:"\E371";
    z-index:99;
}
.siegel-dls .info-box {
    min-height:450px;
}
.info-biete .info-box {
    min-height:295px;
}
.info-box a.btn {
    text-decoration:none;
    color:#fff;
}
