﻿html { font-size: 18px !important; }

/* Überschriften: H1 > H2 */
h1, .h1 {
  font-size: 2.4rem;
  font-weight: 600;
}

h2, .h2 {
  font-size: 1.9rem;
  font-weight: 600;
}

/* Tabelle */
.rm-table-wrap {
  overflow-x: auto;
  padding-bottom: 20px; 
}

.rm-table {
  width: 100%;
  border-collapse: collapse;
}

.rm-table th,
.rm-table td {
  border: 2px solid #cfcfcf;
  padding: 14px 16px;
  vertical-align: top;
}

.rm-table thead th {
  background: #0b4f7d;
  color: #fff;
  font-weight: 700;
  text-align: left;
}

.wrapper-process .process-step .number {
font-size: 60px;
}