* {
    font-size: 18px !important;
    /*font-weight: bold !important;*/
	letter-spacing:1px;
}
.h1, .a {
    font-size: 20px !important;
    font-weight: bold !important;
}
.wp-block-code code
	font-weight:lighter !important;
	font-size:12pt !important;
}
@-moz-document url-prefix() {
  	body {
    	font-weight: lighter !important;
	}
}
    /* Popup-Hintergrund */
    #popup-banner {
      position: absolute;
      top: 0px;
      right: 0px;
      width: 200px;
      height: 200px;
      background-image: "grafik.png";
		background-color:transparent;
      display: flex;
      justify-content: center;
      align-items: right;
      z-index: 9999;
      border: none;
    }

    /* Popup-Inhalt */
    #popup-content {
      position: relative;
      max-width: 200px;
      height: 200px;
      background: #fff;
      border-radius: 8px;
      overflow: hidden;
      border: none;
		background-color:transparent;
    }

    /* X-Schließen-Button */
    #popup-close {
      position: absolute;
      top: 10px;
      right: 15px;
      font-size: 24px;
      font-weight: bold;
      color: #333;
      cursor: pointer;
      z-index: 10;
      border: none;
		background-color:transparent;
    }