#overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 999;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    overflow: auto;
}

.popup {
    top: 20%;
    left: 0;
    right: 0;       
    font-size: 14px;
    margin: auto;
    width: 85%;
    min-width: 320px;
    max-width: 600px;
    position: absolute;
    padding: 0 30px 70px 30px;
    background: var(--me-blue);
    z-index: 1000;
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}

.popup p {
    color: #fff;
    font-size: 1.2em;
    line-height: 1.8em;
}

.link-popup {
    text-transform: uppercase;
    color:var(--me-darkblue);
    background-color: #fff;
    border: 1px solid #fff;
    padding: 1px 15px;
    margin-left: 10px;
}

.link-popup:hover {
    color: #fff;
    background-color: var(--me-darkblue);
}

.popup hr {
    height: 1px;
    background-color: #fff;
    border: 0;
    width: 80%;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
}

.close-2 {
    top: 5%;
    left: 95%;
    width: 30px;
    height: 30px;
/*    background: var(--me-blue);*/
    background: #220a03;
    position: relative;
    z-index: 1010;
    border: none;
    cursor: pointer;
    outline: none;
 
}

.close-2:before {
    color: #fff;
    content: "X";
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 1.3em;
    font-weight: normal;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.popup div .button {
    background-color: var(--me-darkblue);
    width: 250px;
    margin-left: auto;
    margin-right: auto;
}

.popup div .button:hover {
    background-color: var(--me-blue);
    border: 1px solid var(--me-darkblue);
    color: var(--me-darkblue);
}

.pop-up-buttons {
    width: 100%;
    height: 100%;
    position: absolute;
}

.pop-up-buttons a {
    display: block;
    position: relative;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
}

.popup-button-1 {
    top: 36%;
    left: 24%;
    background-color: var(--me-blue);
    width: 200px;
}
.popup-button-2 {
    top: 57%;
    left: 24%;
    background-color: var(--me-blue);
    width: 200px;
}
.popup-button-3 {
    top: 66%;
    left: 12%;
    background-color: var(--me-darkblue);
    width: 60%;
}

.popup-button-1:hover,
.popup-button-2:hover {background-color: var(--me-darkblue);}
.popup-button-3:hover{background-color: var(--me-blue);}

@media screen and (min-width:100px) and (max-width:600px) {
    .pop-up-buttons a {padding: 5px 10px; font-size: 12px;}
    .popup-button-1 {
    top: 28%;
    left: 20%;
    width: 150px;
}
.popup-button-2 {
    top: 48%;
    left: 20%;
    width: 150px;
}
.popup-button-3 {
    top: 58%;
    left: 10%;
}
}

@media screen and (min-width:100px) and (max-width:600px) {
    .popup {top: 10%;}
    .popup p {font-size: 1.0em;}
}

@media screen and (min-width:100px) and (max-width:350px) {
    .popup {top: 10%;}
    .popup p {font-size: 1.0em;}
    .popup div .button {width: 200px;}
}

.pop-up-weihnachten {
    width: 600px;
    height: 600px;
    background-image: url(../images/pop-up-mavericks-25.jpg);
    background-size: cover;
}

@media screen and (min-width:100px) and (max-width:600px) {
    .pop-up-weihnachten {
        width: 360px;
        height: 360px;
    }
}

@media screen and (min-width:100px) and (max-width:300px) {
    .pop-up-weihnachten {
        width: 250px;
        height: 250px;
    }
}










