/* ===========================
   POPUP STYLE
   =========================== */
#popmake-55 {
  background-color: rgb(219 106 41 / 75%);
  color: #fff !important;
  border-radius: 12px;
  padding: 40px 20px;
  box-sizing: border-box;
}

/* Popup-Titel ausblenden */
[id="pum_popup_title_55"] {
  display: none !important;
}

/* Popup-Inhalte weiß einfärben */
#popmake-55 h1,
#popmake-55 h2,
#popmake-55 h3,
#popmake-55 p,
#popmake-55 a,
#popmake-55 strong {
  color: #fff !important;
}

#popmake-55 p strong {
  font-weight: 400 !important;
}

#popmake-55 a {
  text-decoration: underline;
}

/* Close-Button (PopupMaker) */
#popmake-55 .pum-close {
  color: #fff !important;
  background: transparent;
  border: none;
  font-size: 16px;
  cursor: pointer;
}

.pum-theme-47 .pum-content + .pum-close,
.pum-theme-standard-theme .pum-content + .pum-close {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 26px;
  height: 26px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid #fff !important;
  border-radius: 50%;
  background-color: rgb(0 183 205 / 100%);
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  box-shadow: 1px 1px 3px rgb(2 2 2 / 23%);
}

#popmake-55 .pum-close:hover {
  background-color: #fff !important;
  color: #DB6A29 !important;
  transform: scale(1.05);
}

/* Plugin-Pseudo-Symbol entfernen */
.pum-close::before {
  content: "" !important;
}

/* Popup-Logo flexibel */
[class~="kadence-column55_1a0982-d7"] .wp-block-site-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

[class~="kadence-column55_1a0982-d7"] .wp-block-site-logo img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

/* ===========================
   PopUp Rund
   =========================== */
#popmake-440 {
  width: 300px !important;
  height: 300px !important;
  border-radius: 50% !important;
  background: rgb(219 106 41 / 75%) !important;
  color: #fff !important;
  position: relative;
  box-sizing: border-box;
  text-align: center;
}

#popmake-440 .pum-content {
  display: grid;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
	padding: 20px 0;
  margin: 0;
}

#popmake-440 .pum-close {
  position: absolute;
  top: 20px;
	left: 40px;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  color: #DB6A29 !important;
  font-size: 14px;
  border: 1px solid #DB6A29;
  cursor: pointer;
  z-index: 9999;
}


/* h1–h3 im Popup */
#popmake-440 h1,
#popmake-440 h2,
#popmake-440 h3 {
  margin: 0;
  padding: 5px 0;
}
