/*
POPUP contact met school
*/
.popup-info-scholen {
    position: fixed;
    bottom: -300px;
    right: 20px;
    width: 220px;
    height: 260px;
    background: #e7e7e7;
    z-index: 400;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 10px;
    text-align: center;
    -webkit-transition: bottom 0.5s ease-out;
    -moz-transition: bottom 0.5s ease-out;
    transition: bottom 0.5s ease-out;
    -moz-box-shadow: 0px 0px 12px #999;
    -webkit-box-shadow: 0px 0px 12px #999;
    box-shadow: 0px 0px 12px #999;
}

.show-popup-info-scholen {
    bottom: 0px;
}

.popup-info-scholen .icon-sluit {
    margin-right: 0px;
    margin-top: 0px;
    background-color: #e7e7e7;
    right: 0px;
    top: 0px;
}

.popup-info-scholen .foto-meisje {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
}

.popup-info-scholen h6 {
    font-size: 19px;
    line-height: 21px;
    font-weight: 700;
}

/* icon sluit */
.popup-info-scholen .icon-sluit {
    position: absolute;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 99;
    border-radius: 3px;
}

.popup-info-scholen .icon-sluit:hover {
    cursor: pointer;
}

.popup-info-scholen .icon-sluit:after,
.popup-info-scholen .icon-sluit:before {
    content: "";
    position: absolute;
    width: 23px;
    height: 3px;
    top: 18px;
    left: 9px;
    border-radius: 3px;
    background-color: #222;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.popup-info-scholen .icon-sluit:before {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
