.elementor-152 .elementor-element.elementor-element-f2b86d6{--display:flex;--position:fixed;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:-120px;--margin-left:0px;--margin-right:0px;top:0px;--z-index:72;}body:not(.rtl) .elementor-152 .elementor-element.elementor-element-f2b86d6{left:0px;}body.rtl .elementor-152 .elementor-element.elementor-element-f2b86d6{right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-152 .elementor-element.elementor-element-98717bb{width:var( --container-widget-width, 350px );max-width:350px;--container-widget-width:350px;--container-widget-flex-grow:0;}.elementor-152 .elementor-element.elementor-element-98717bb.elementor-element{--align-self:center;}}/* Start custom CSS for html, class: .elementor-element-98717bb */.custom-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #ebb683;
  color: black;
  padding: 5px 5px;
  font-family: 'Courier New', Courier, monospace; /* Ersatz für Originalschrift */
  font-size: 12px;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 999;
}

.custom-header .name {
  text-decoration: underline;
}

.custom-header .header-right a {
  text-decoration: underline;
  color: black;
  margin-left: 4px;
}

.custom-header .header-right a:hover {
  opacity: 0.8;
}

.custom-header a {
  text-decoration: underline;
}
@media (max-width: 600px) {
  .custom-header {
    font-size: 10px;
  }
}
.custom-header .name {
  text-decoration: underline;
  color: black;
}/* End custom CSS */