/* Popup box BEGIN */
.hover_bkgr_fricc{
    background:rgba(0,0,0,.9);
    display: none ;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc > div {
    border: 0px solid red;
    background-image: url("../images/schiegg_50_popup_small.png");
    background-size:cover;
    background-repeat:no-repeat;
    display: inline-block;
    height: 500px;
    max-width: 780px;
    min-height: 100px;
    vertical-align: middle;
    width: 100%;
    position: relative;
    border-radius: 0px;
    padding: 45px 5%;
}
div#schiegg_50_content{
    text-align:left;
    padding-top: 13%;
}
div#schiegg_50_content_left{
    width: 50%;
    border: 0px solid blue;
    display: inline;
}
div#schiegg_50_content_right{
    width: 55%;
    border: 0px solid green;
    display: inline;
    float: right;
}
div#schiegg_50_content_right > h1{
    color:#213584;
}
div#schiegg_50_content hr{
    width: 70% !important;
}
img#img_logo_eyekju{
    width: 150px;
}
.popupCloseButton {
    background-color: #2b2f3a;
    border: 3px solid white;
    border-radius: 25px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: normal;
    position: absolute;
    right: -20px;
    top: 60px;
    font-size: 23px;
    width: 30px;
    height: 30px;
    text-align: center;
    color:white;
}
.popupCloseButton:hover {
    background-color: #373c49;
}
.trigger_popup_fricc {
    cursor: pointer;
    font-size: 20px;
    margin: 20px;
    display: inline-block;
    font-weight: bold;
}

/*** MEDIA QUERY ***/




/* Popup box BEGIN */
