.popup {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
}

.popup-button {
    float: right;
    font-size: 18pt;
    float: center;
    border-style: solid;
    border-color: lightgrey;
    cursor: pointer;
    padding: 5px;
    background-color: lightgrey;
    color: darkblue;
}

/* Popup container */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* The actual popup (appears on top) */
.popup .popuptext {
  visibility: hidden;
  width: 65vw;
  background-color: #555;
  color: white;
  text-align: center;
  border-radius: 6px;
  padding: 0vw 0;
  position: absolute;
  z-index: 4000;
  left: 50%;
  top: 40%;
  margin-left: 20vw;
  margin-right: 5vw;
  margin-top: 0vh;
}

#CookielawBanner{
    background-color: #555;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}

/*cookie? or old?? --> not found!!*/
.ui-dialog {
    z-index:6000;
}

.ui-dialog .ui-dialog-buttonpane, ui-dialog ui-dialog-titlebar {
    text-align: center;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset, ui-dialog ui-dialog-title {
    float: none;
}
.ui-button:focus { outline:none !important }

.ui-widget { z-index: 1031 !important ;}

.ui-dialog-titlebar {
    display: none;
}
