/* BalticSide: Layout bleibt unverändert; diese Datei erschwert Drucken/Kopieren. */
html, body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

a, button, input, textarea, select, label {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

img {
  -webkit-user-drag: none;
  user-drag: none;
  pointer-events: none;
}

input, textarea, select {
  pointer-events: auto;
}

@media print {
  html, body {
    background: #fff !important;
  }

  body * {
    visibility: hidden !important;
  }

  body::before {
    content: "Drucken dieser Webseite ist nicht freigegeben. Bitte kontaktieren Sie BalticSide Consulting.";
    visibility: visible !important;
    display: block !important;
    position: fixed !important;
    left: 2cm !important;
    top: 2cm !important;
    right: 2cm !important;
    color: #000 !important;
    font: 16pt Arial, Helvetica, sans-serif !important;
    line-height: 1.4 !important;
  }
}
