  .popup-button {
    width: auto !important;
    text-align: center;
    /*background-color: <!--@Item.Area.Linkfarve-->;*/
    color: #fff;
    padding: 12px 18px;
    cursor: pointer !important;
    display: table;
          -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 15px;
  }

.popup-button img {
  position: absolute;
  bottom:54px;
  left:0px;
}
.bottom_right {
    position: fixed;
    margin-bottom: 0px;
    right: 0px;
    bottom: -10px;
    z-index: 890;
    padding: 12px 18px 22px 18px;
    -webkit-box-shadow: 0px 10px 0px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.35);
}


  .popup-button:hover {
    bottom: -5px;
        -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }


.popup {
  position: fixed;
  width: 450px;
  right: 0px;
  bottom: -1500px;
  height: auto !important;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  z-index: 999;
  max-width: 100%;
}
.popup_content {
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 1002;
  position: relative;
}
.popup_content:before{
      -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.popup-container_center {
  width: 100%;
  height:100%;
  background: rgba(0,0,0,0.85);
  display: none;
  position: fixed;
  top:0px; left: 0px;
  z-index: 999;

}

.popup_center {
  margin-left: auto;
  margin-right: auto;
  position: static;
  display: block !important;
  margin-top: 150px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.popup_text { position: relative; z-index: 2000; }

.popup_center .popup-close-round {
position: relative;
top:-15px;
left: -15px;
margin-bottom: -35px;
}

.popup-shadow {
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.45);
  -moz-box-shadow:    0px 0px 10px 2px rgba(0, 0, 0, 0.45);
  box-shadow:         0px 0px 10px 2px rgba(0, 0, 0, 0.45);
}

.rounded-top {
      -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
}

.popup-close-round {
  width: 34px;
  height: 34px;
  position: absolute;
  left: -15px;
  top:-10px;

  -webkit-border-radius: 17px !important;
  -moz-border: 17px !important;
  border-radius: 17px !important;
  padding: 0px !important;

  border: 2px solid #fff;

  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.45);
  -moz-box-shadow:    0px 0px 10px 2px rgba(0, 0, 0, 0.45);
  box-shadow:         0px 0px 10px 2px rgba(0, 0, 0, 0.45);
  
  cursor: pointer !important;
  z-index: 1003;
}

@media (max-width: 600px) {
  .popup-close-round {
    top:-20px;
    left:5px;
  }
  .popup_center .popup-close-round {
top:-25px;
left: 0px;
}
  .popup, .popup_content, .popup_content:before {
    width: 100%;
    -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.popup h3 { margin:0px 0px 5px 0px; }
.popup hr { margin:5px 0px;}
.nyhedsbrevform {
  padding-bottom: 0px !important;
}
.nyhedsbrevform button { margin-bottom: 5px;}
}

.popup-close-round i {
  position: absolute;
  top:5px;
  left: 7px;
}

.popup-close:hover {
  background-color: #d0d0d0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}