@charset "utf-8";

.cmaps.view { position:relative; height:0; padding-bottom:33%; background-color:#fff; z-index:1; }
.cmaps.view .editbalken { position:absolute; bottom:10px; left:10px; margin-bottom:0px; border-bottom:0px; z-index:2; }
.cmaps.view #maps { position:absolute; top:0; right:0; bottom:0; left:0; z-index:1; display:grid; place-items:center; font-size:1.6rem; background-color:whitesmoke; }
.cmaps.view .infodiv { min-width:175px; min-height:80px; font-size:14px; font-size:1.4rem; line-height:20px; line-height:2rem; }

#ajaxdiv.sidebar .cmaps.view { padding-bottom:65%; }