
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc  {
    background-color: #fff;
    /*box-shadow: 5px 5px 30px #999;*/
    display: inline-block;
    height: auto;
    max-width: 350px;
    vertical-align: middle;
    position: fixed;
    padding: 15px 15px;
    left: 1%;
    top: 30%;
    z-index: 1000;
}
.hover_bkgr_fricc .boven-titel {
  font-size: 14px;
  margin-bottom: 0px;
  padding: 0px;
}
.hover_bkgr_fricc .boven-titel span {
    font-size: 12px;
    margin-bottom: 0px;
    background: #005b7f;
    padding: 5px 7px;
    color: white;
}
.hover_bkgr_fricc h1 {
  font-size: 20px;
  font-family: Gill Sans,Gill Sans MT,Calibri,sans-serif;
  font-weight: bold;
  margin-top: 5px;
  padding-top: 0px
}
.hover_bkgr_fricc p {
  font-size: 16px;
  font-family: Gill Sans,Gill Sans MT,Calibri,sans-serif;
  font-weight: 500;
}
.hover_bkgr_fricc img {
  display: block;
  max-width:300px;
  height:auto;
  padding: 0px;
}

#popup-button {
  float: left;
  display: block;
  padding: 3% 5%;
  margin: 10px 0px;
  background: #005b7f;
  border: none;
  width: 100%;
  text-transform: uppercase;
  outline: none;
  font-size: 16px;
  font-weight: 600;
  color: white;
}
.popupCloseButton {
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -15px;
    right: -10px;
    font-size: 18px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #ccc;
}
  
  @media only screen and (max-width: 600px) {
	
    .hover_bkgr_fricc > div {
    background-color: #fff;
    box-shadow: 5px 5px 30px #999;
    display: inline-block;
    height: auto;
    max-width: 350px;
    min-height: 100px;
    position: fixed;
    padding: 15px 15px;
    left: 1%;
    top: 30%;
    z-index: 1000;
}
   .hover_bkgr_fricc #ebook-description {
  font-size: 14px;
  font-family: Gill Sans,Gill Sans MT,Calibri,sans-serif;
  font-weight: 500;
  display: inline-block !important;
  float: right;
  width: 55%;
  word-wrap: break-word;
     margin: 0px;
  }
    
    .hover_bkgr_fricc img {
    display: inline-block !important;
    padding: 0px;
    float: left;
      max-width: 130px;
}
    #popup-button {
    float: right;
    display: inline-block;
    padding: 2% 4%;
    font-size: 13px;
    font-weight: 600;
    width: 55%;
	color: white;
  	background: #005b7f;
  	border: none;
	text-transform: uppercase;
  	outline: none;
    }
    
    .hover_bkgr_fricc .boven-titel {
  display: none;
}
}
