.modal-overlay {
    //background: rgba(0, 0, 0, 0.7);
	background: url("../HP-Bilder/dark.jpg") no-repeat center center fixed;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
 -webkit-box-shadow:inset 0px 0px 0px 10px #ffff00;
    -moz-box-shadow:inset 0px 0px 0px 10px #ffff00;
    box-shadow:inset 0px 0px 0px 10px #ffff00;
}

.modal-wrapper {
    width: 700px;
    //height: 300px;
    //background: ghostwhite;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal-wrapper h5 {
    font-size: 1.25em;
    color: #fff;
    letter-spacing: 2px;
    font-variant: small-caps;
    text-align: left;
    border-bottom: 1px dotted rgb(255, 255, 0);
	margin: 10px 0px 10px 0px;
}

.open-modal-btn-wrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.close-modal-btn {
	background: url("../HP-Bilder/close.png") no-repeat center center fixed;
    padding: 8px;
    margin-left: auto;
    margin-top: 10px;
    //margin-right: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.close-btn-wrapper {
    display: flex;
}

.modal-content {
    margin: 20px auto;
    //max-width: 210px;
    width: 100%;
}

.hide {
    display: none;
}
