.xmpmaxwidth {
    max-width:800px;
}
.bearbeiten {
    margin-left:550px;
}

.info span::after { content: "Standard"; }
.infot span::after { content: "Standard"; }
.detail span::after { content: "unbekannte Min-Breite des Viewports"; }
/*.xhdmenu span::after { content: '<a href=viewforum.php>Forum</a>';} */

@media print {
   .cptocbbtn { display:none; }

   .info span::after { content: "Ihr Viewport hat eine Breite zwischen 893 und 992 Pixeln"; }
   .infot span::after { content: "max-width=800"; }
   .mpmaxwidth {
       max-width:100%;
       width:100%;
   }
   .bearbeiten {
       /*margin-left:700px;*/
       display:none;
   }
   #sidebar_right {
       display:none;
   }
   .windowclose {
       display:none;
   }
   .noprint {
       display:none;
   }
}

@media screen and (max-width: 892px) {
   .info span::after { content: "Ihr Viewport hat eine Breite bis 892 Pixeln"; }
   .infot span::after { content: "max-width=700px"; }
   .mpmaxwidth {
       /*max-width:615px;*/
       /*max-width:500px;*/
       max-width:800px;
       width:805px;
       xbackground-color:wheat;
   }
  .bearbeiten {
       margin-left:600px;
       xbackground-color:wheat;
   }
  #sidebar_right {
       display:none;
   }
}
@media screen and (min-width: 893px) and ( max-width: 992px) { /* iphone 980 */
   .info span::after { content: "Ihr Viewport hat eine Breite zwischen 893 und 992 Pixeln"; }
   .infot span::after { content: "max-width=800"; }
   .mpmaxwidth {
       /*max-width:715px;*/
       /*max-width:500px;*/
       max-width:800px;
       width:805px;
       xbackground-color:lightgrey;
   }
  .bearbeiten {
       margin-left:700px;
   }
  #sidebar_right {
       display:none;
   }
}
@media screen and (min-width: 983px) and ( max-width: 1099px) {
   .info span::after { content: "Ihr Viewport hat eine Breite zwischen 993 und 1099 Pixeln"; }
   .infot span::after { content: "max-width=720px"; }
   .mpmaxwidth {
       /*max-width:810px;*/
       /*max-width:600px;*/
       max-width:720px;
       width:725px;
       xbackground-color:lime;
   }
  .bearbeiten {
       margin-left:580px;
   }
}
@media screen and (min-width: 1100px) and ( max-width: 1199px) {
   .info span::after { content: "Ihr Viewport hat eine Breite zwischen 1100 und 1199 Pixeln"; }
   .infot span::after { content: "max-width=790px"; }
   .mpmaxwidth {
       /*max-width:810px;*/
       /*max-width:600px;*/
       max-width:790px;
       width:795px;
       xbackground-color:lime;
   }
  .bearbeiten {
       margin-left:579px;
   }
}
@media screen and (min-width: 1200px) and ( max-width: 1399px) {
   .info span::after { content: "Ihr Viewport hat eine Breite zwischen 1200 und 1399 Pixeln"; }
   .infot span::after { content: "max-width=760px"; }
   .mpmaxwidth {
       /*max-width:1020px;*/
       max-width:760px;
       width:765px;
       xbackground-color:orange;
   }
  .bearbeiten {
       margin-left:600px;
   }
}
@media screen and (min-width: 1400px) and ( max-width: 1599px) {
   .info span::after { content: "Ihr Viewport hat eine Breite zwischen 1400 und 1599 Pixeln"; }
   .infot span::after { content: "max-width=1000px"; }
   .mpmaxwidth {
       /*max-width:1215px;*/
       max-width:1000px;
       width:1005px;
       xbackground-color:yellow;
   }
  .bearbeiten {
       margin-left:800px;
   }
}
@media screen and (min-width: 1600px) and ( max-width: 1699px) {
   .info span::after { content: "Ihr Viewport hat eine Breite zwischen 1600 und 1699 Pixeln"; }
   .infot span::after { content: "max-width=1142px"; }
   .mpmaxwidth {
       /*max-width:1420px;*/
       max-width:1142px;
       width:1147px;
       xbackground-clor:lightgreen;
   }
  .bearbeiten {
       margin-left:980px;
   }
}
@media screen and (min-width: 1700px) and ( max-width: 1899px) {
   .info span::after { content: "Ihr Viewport hat eine Breite zwischen 1700 und 1899 Pixeln"; }
   .infot span::after { content: "max-width=1300px"; }
   .mpmaxwidth {
       /*max-width:1550px;*/
       max-width:1300px;
       width:1305px;
       xbackground-color:lightyellow;
   }
  .bearbeiten {
       margin-left:1100px;
   }
}
@media screen and (min-width: 1900px) {
   .info span::after { content: "Ihr Viewport hat eine Breite von mindestens 1900 Pixeln"; }
   .infot span::after { content: "min-width=1382"; }
   .mpmaxwidth {
       /*max-width:100%;*/
       max-width:1382px;
       width:1400px;
       xbackground-color:white;
  }
  .bearbeiten {
       margin-left:1160px;
   }
  /*.mprahmen { max-width:1593px; }*/
}
