#bg_popup{
background-color: rgba(0, 0, 0, 0.1);
display: none;
position: absolute;
z-index: 999;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
  
#popup {
background: #fff;
width: 60%;
height: auto;
margin: 4.0em auto;
padding: 40px;
position: relative;
-webkit-box-shadow: 0px 0px 20px #000;
-moz-box-shadow: 0px 0px 20px #000;
box-shadow: 0px 0px 20px #000;
}
  
.close{
display:block;
position:absolute;
top:10px;
right:10px;
width:40px;
height:40px;
line-height:40px;
text-align: center;
color:#fff;
background:#9d374e;
cursor:pointer;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-ms-border-radius: 15px;
-o-border-radius: 15px;
border-radius: 15px;
font-size: 1.1em;
font-weight: 300;
/*
-moz-box-shadow: 1px 1px 3px #000;
-webkit-box-shadow: 1px 1px 3px #000;
box-shadow: 1px 1px 3px #000;
*/
}
 
.btn-pop-up {font-family: 'Raleway semibold';
    color: #fff;
    text-transform: uppercase;
    background-color: #9d374e;
    padding: 15px 20px;
    text-align: center;
    font-weight: 600;
    font-size: 1.1em;
}

.btn-pop-up:hover {
    background-color: #ccced4;
    color: #fff;
}

.pop-up-bilder {
    width: 100%;
    margin-bottom: 30px;
}

.pop-up-bilder img {
    width: 30%;
    height: auto;
}

@media screen and (min-width:100px) and (max-width:600px) {
 .btn-pop-up {
    padding: 10px 15px;
    font-size: 0.8em;
}

.pop-up-bilder {
    width: 100%;
    margin-bottom: 10px;
}
.pop-up-bilder img {
    width: 45%;
   }

}

#bg_popup_weihnachten {
   background-color: rgba(0, 0, 0, 0.8);
   width: 100%;
   height: 100%;
  min-height: 1500px;
   display: none;
   position: absolute;
   z-index: 999;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0; 
}

#popup-weihnachten {
width: 1000px;
height: auto;
margin: 8.0em auto;
    padding: 0;
position: relative;
-webkit-box-shadow: 0px 0px 20px #000;
-moz-box-shadow: 0px 0px 20px #000;
box-shadow: 0px 0px 20px #000;
}

#popup-weihnachten a,
#popup-weihnachten a img {padding: 0; margin: 0; display: block;}

.close-white {
    background:none;
    font-weight: bold;
}

@media screen and (min-width:100px) and (max-width:800px) {
    #popup-weihnachten {width: 100%;}
}
    