@import url("./devices/mobile.min.css") only screen and (max-width: 1000px);
@import url("./devices/desktop.min.css") only screen and (min-width: 1000px);

/* SFCODE Ad-Platzhalter */
/* --- SF Werbeflaechen (nur Free-User; Premium wird server-seitig ausgeblendet) 2026-07-06 --- */
.banner_mpu{width:300px;height:250px;margin:0 auto 14px;display:flex;align-items:center;justify-content:center;overflow:hidden}
.banner_sticky_mobile{display:none}
.sf_ad_ph{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;border:1px dashed rgba(128,128,128,.45);color:rgba(130,130,130,.85);font:13px/1.35 sans-serif;letter-spacing:.5px;text-align:center}
@media only screen and (max-width:1000px){
  .banner_mpu{display:none}
  .banner_sticky_mobile{display:flex;position:fixed;left:0;bottom:0;width:100%;height:50px;z-index:9998;align-items:center;justify-content:center;background:rgba(20,20,20,.10)}
  .banner_sticky_mobile .sf_ad_ph{width:320px;height:50px;flex-direction:row;gap:6px;border:1px dashed rgba(128,128,128,.5)}
}
