/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 50px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,1.0); /* Black w/ opacity */

    background: url("../images/dj-foe-images/foe_headbanner_bckg_trans002");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 200%;
    background-size: cover;
//    background-opacity: 0.1;

    -webkit-animation-name: fadeIn; /* Fade in the background */
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s;

}

/* Modal Content */
.modal-content {

      background: url("../images/yp-images/weiss.png");
opacity: 0.9;
//    background-color: #fefefe; 
//    margin: auto; 
//    padding: 20px;
    border: 1px solid #888; 
    width: 80%;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.9s;
//    height: auto;	
	border: 3px solid #3c0ad1;
	border-radius: 25px;
    animation-name: slideIn;
    animation-duration: 0.9s
}


/* The Close-1 Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


/* The Close-2 Button */
.close2 {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close2:hover,
.close2:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


/* The Close-3 Button */
.close3 {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close3:hover,
.close3:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* Add Animation */
@-webkit-keyframes slideIn {
    from {bottom: -3000px; opacity: 0} 
    to {bottom: 0; opacity: 0.9}
}

@keyframes slideIn {
    from {bottom: -3000px; opacity: 0}
    to {bottom: 0; opacity: 0.9}
}

@-webkit-keyframes fadeIn {
    from {opacity: 0} 
    to {opacity: 0.9}
}

@keyframes fadeIn {
    from {opacity: 0} 
    to {opacity: 0.9}
}

@-webkit-keyframes fadeOut {
    from {opacity: 1} 
    to {opacity: 0}
}

@keyframes fadeOut {
    from {opacity: 1} 
    to {opacity: 0}
}
