@charset "utf-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: top;
}

:focus {
  outline: 0;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 1em;
  -webkit-text-size-adjust: 1em;
  -ms-text-size-adjust: 1em;
}

html,
button,
input,
select,
textarea {
  font-family: 'Source Sans Pro', 'Open Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

p,
pre {
  margin: 0 0 1em;
}

pre,
code,
kbd,
samp {
  font-family: 'Source Code Pro', Courier, monospace;
  _font-family: 'Source Code Pro', Courier, monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

sub,
sup {
  font-size: 0.65em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl,
menu,
ol,
ul {
  margin: 0;
}

dd {
  margin: 0;
}

menu,
ol,
ul {
  padding: 0;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: 1.5;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 16px;
}

html.no-scroll {
  overflow-y: hidden;
  overflow-x: hidden;
}

body {
  color: #575756;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  min-height: 100vh;
  margin: 0 auto;
  font-family: 'Roboto', sans-serif;
  line-height: 1.3;
  font-size: 16px;
  width: 100vw;
  overflow-x: hidden;
  background-color: #e6e7e9;
  overscroll-behavior-y: contain;
}

*::-webkit-scrollbar {
  width: 5px;
}

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 20px;
}

.content-wrap .section {
  margin-bottom: 30px;
}

.content-wrap.no-paddingTop {
  padding-top: 0;
}

.content-wrap.is-loading {
  position: relative;
}

.content-wrap.is-loading:after {
  content: '';
  background-image: url('/app/static/icons/spinner.svg');
  background-position: center;
  background-size: 10%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mainMenuEntries-wrap {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}

.mainMenuEntries {
  background-color: #fff;
  height: 175px;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  background-size: cover;
  background-position: center;
  display: block;
  text-decoration: none;
  color: #000;
}

.mainMenuEntries-header {
  width: 100%;
  font-size: 15px;
  background-color: #1260af;
  color: #fff;
  padding: 8px 10px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mainMenuEntries-header img {
  width: 20px;
  height: 20px;
  margin-top: -1px;
}

.action-btn {
  background-color: #00aeef;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 25px;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  border: none !important;
  text-align: center;
}

.action-btn.inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.action-btn.small {
  padding: 8px 20px;
  font-size: 15px;
}

.action-btn.delete {
  background-color: #c44230;
}

.action-btn.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.listHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.listHeader h5 {
  font-size: 14px;
  color: #777;
  margin-bottom: 2px;
}

.listHeader h2 {
  color: #57585a;
  font-weight: bold;
  font-size: 18px;
}

.gelaendeauftrag-wrap.paddingTop {
  margin-top: 25px;
}

.gelaendeauftrag-item {
  margin-bottom: 20px;
  display: block;
  text-decoration: none;
  color: #000;
}

.gelaendeauftrag-header {
  font-size: 15px;
  background-color: #1260af;
  color: #fff;
  padding: 8px 10px 8px 18px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gaHeader-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gaHeader-status {
  margin-right: 15px;
}

.gaHeader-icon {
  width: 20px;
  height: 20px;
  margin-top: -1px;
}

.gelaendeauftrag-content {
  color: #575756;
  line-height: 1.5;
  background-color: #fff;
  padding: 15px;
}

.gelaendeauftrag-content table {
  color: #575756;
  width: 100%;
}

.gelaendeauftrag-content table tbody tr,
.gelaendeauftrag-content table tr {
  border-top: 1px solid #ccc;
}

.gelaendeauftrag-content table tbody tr:first-child,
.gelaendeauftrag-content table tr:first-child {
  border: 0;
}

.gelaendeauftrag-content table tbody tr td,
.gelaendeauftrag-content table tr td {
  padding: 10px 0;
  line-height: 1.5;
}

.gelaendeauftrag-content table tbody tr td:last-child,
.gelaendeauftrag-content table tr td:last-child {
  text-align: right;
}

.gelaendeauftrag-content.ga-specialTable table {
  margin-bottom: 30px;
}

.gelaendeauftrag-content.ga-specialTable table tbody tr td,
.gelaendeauftrag-content.ga-specialTable table tr td {
  padding: 10px 0;
  line-height: 1.5;
}

.gelaendeauftrag-content.ga-specialTable table tbody tr td.indented,
.gelaendeauftrag-content.ga-specialTable table tr td.indented {
  padding-left: 20px;
}

.gelaendeauftrag-content.ga-specialTable table tbody tr td:first-child,
.gelaendeauftrag-content.ga-specialTable table tr td:first-child {
  width: 170px;
}

.gelaendeauftrag-content.ga-specialTable table tbody tr td:first-child:not(.indented),
.gelaendeauftrag-content.ga-specialTable table tr td:first-child:not(.indented) {
  font-weight: bold;
}

.gelaendeauftrag-content.ga-specialTable table tbody tr td:last-child,
.gelaendeauftrag-content.ga-specialTable table tr td:last-child {
  text-align: left;
}

.gelaendeauftrag-content.ga-specialTable table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gelaendeauftrag-content table:last-child {
  margin-bottom: 0;
}

.ga-select-wrap .ga-select-item {
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #575756;
  text-decoration: none;
  padding: 10px 0;
}

.ga-select-wrap .ga-select-item img {
  width: 25px;
  height: 25px;
  margin-top: -1px;
}

.ga-select-wrap .ga-select-item:last-child {
  border: 0;
}

.materialverbrauch-wrap {
  margin-bottom: 20px;
}

.materialverbrauch-wrap .materialverbrauch-item {
  border-bottom: 1px solid #ccc;
  color: #575756;
  padding: 10px 0;
}

.materialverbrauch-wrap .materialverbrauch-item:last-child {
  border: 0;
}

.txt-right {
  text-align: right;
}

.footer-toolbar {
  width: 100%;
  background-color: #fff;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px;
}

sl-textarea {
  width: 100%;
}

sl-textarea::part(base) {
  -webkit-box-shadow: none;
  box-shadow: none;
}

sl-textarea::part(form-control-label) {
  margin-bottom: 10px;
}

.footer-toolbar.reopen-toolbar-footer {
  padding-top: 0px;
  padding-bottom: 20px;
  margin-top: -20px;
}

.footer-wrap.is-disabled {
  display: none;
}

.pegel-wrap + .footer-wrap .footer-toolbar:first-child {
  margin-top: 25px;
}

.footer-toolbar-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-dropdown input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 5px;
  margin-right: 0 !important;
}

.footer-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-input input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 5px;
  margin-right: 0 !important;
}

.sP-header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 20px;
  background-color: #fff;
}

.sP-header-wrap .action-btn {
  margin-top: 0.4em;
}

.sP-header-wrap.is-disabled {
  pointer-events: none;
}

.sP-header-wrap.is-disabled .sP-header-picture {
  position: unset;
}

.sP-header-wrap.is-disabled .action-btn {
  opacity: 0.5;
}

.sP-header-inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding: 20px 30px;
}

.sP-header-picture {
  max-width: 50vw;
  position: relative;
}

.sP-header-picture .picture-list-item {
  width: 100%;
  margin: 0;
}

.sP-header-headline {
  color: #1260af;
  font-weight: bold;
  font-size: 1.8em;
  margin-bottom: 0.25em;
}

.sP-header-info {
  margin-bottom: 0.4em;
}

.entry-header {
  padding: 20px;
  color: #fff;
  background-color: #1260af;
}

.entry-header hr {
  border: 1px solid #fff;
}

.entry-header-headline {
  font-weight: bold;
  font-size: 20px;
}

.entry-header-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.entry-header-spacer {
  padding: 0 10px;
}

.entry-wrap hr.separator {
  border: 1px solid #bcbdc0;
  margin: 50px 0;
}

.entry-wrap.is-disabled {
  pointer-events: none;
}

.entry-wrap.is-disabled .action-btn {
  opacity: 0.5;
}

.entry-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.entry-item.is-active .entry-item-right {
  opacity: 0;
  pointer-events: none;
}

.entry-item.is-active .eig-sec-grid div {
  padding: 18px 12px;
}

.entry-item.is-active .eig-sec-grid .eig-item-probe {
  grid-column: 6 / span 4;
}

.entry-item.is-disabled {
  pointer-events: none;
}

.entry-item.is-disabled .check-label {
  display: none;
}

.entry-item.is-disabled input[type="checkbox"].is-selected + .check-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.entry-item-actions {
  background: #fff;
  border: 1px solid #d0d1d3;
  border-top: none;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.entry-item-actions .action-btn {
  margin-left: 10px;
}

.entry-item-left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.eig-item-probe {
  cursor: pointer;
  text-align: center;
}

.entry-item-right {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 25px;
}

.entry-item-grid {
  display: grid;
  width: 100%;
  border-top: 1px solid #d0d1d3;
  border-left: 1px solid #d0d1d3;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.entry-item-grid div {
  background-color: #fff;
  padding: 18px 12px;
  border-right: 1px solid #d0d1d3;
  border-bottom: 1px solid #d0d1d3;
}

.entry-item-grid.eig-sec-grid {
  border-left: 0;
  border-top: 0;
}

.entry-item-grid.eig-sec-grid div {
  background-color: #dcdddf;
  padding: 10px 12px;
}

.entry-item-grid.eig-sec-grid .darker-font {
  color: #57585a;
}

.entry-item-grid.eig-sec-grid .eig-item.is-addable {
  background-color: #e6edc3;
  color: #939598;
}

.entry-item-grid.eig-sec-grid .eig-item.is-addable.eig-item-bemerkung {
  font-weight: bold;
}

.entry-item-grid .eig-item {
  cursor: pointer;
  color: #9a9c9f;
}

.entry-item-grid .eig-item.is-active {
  font-weight: bold;
  color: #57585a;
}

.entry-item-grid .eig-item input,
.entry-item-grid .eig-item select {
  height: 25px;
  width: 100%;
  padding: 0.15em 0.3em;
}

.entry-item-grid .eig-item input.is-invalid,
.entry-item-grid .eig-item select.is-invalid {
  background-color: #d64d4d;
  border: 1px solid #750909;
  color: #fff;
}

.entry-item-grid .eig-item input.is-invalid::-webkit-input-placeholder,
.entry-item-grid .eig-item select.is-invalid::-webkit-input-placeholder {
  color: #fff;
}

.entry-item-grid .eig-item input.is-invalid::-moz-placeholder,
.entry-item-grid .eig-item select.is-invalid::-moz-placeholder {
  color: #fff;
}

.entry-item-grid .eig-item input.is-invalid:-ms-input-placeholder,
.entry-item-grid .eig-item select.is-invalid:-ms-input-placeholder {
  color: #fff;
}

.entry-item-grid .eig-item input.is-invalid::-ms-input-placeholder,
.entry-item-grid .eig-item select.is-invalid::-ms-input-placeholder {
  color: #fff;
}

.entry-item-grid .eig-item input.is-invalid::placeholder,
.entry-item-grid .eig-item select.is-invalid::placeholder {
  color: #fff;
}

.entry-item-grid .eig-item-von {
  grid-row-start: 1;
  text-align: center;
  font-weight: bold;
}

.entry-item-grid .eig-item-bis {
  grid-row-start: 4;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.entry-item-grid .eig-item-bis input {
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
  -moz-appearance: textfield;
}

.entry-item-grid .eig-item-bis input::-webkit-outer-spin-button,
.entry-item-grid .eig-item-bis input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.entry-item-grid .eig-item-farbe {
  grid-row-start: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.entry-item-grid .eig-item-12-13 {
  grid-column-end: span 12;
}

.entry-item-grid .eig-item-col-2 {
  grid-row-end: span 2;
}

.entry-item-grid .eig-item-4-13 {
  grid-column-end: span 4;
}

.entry-item-grid .eig-item-3-13 {
  grid-column-end: span 3;
}

.entry-item-grid .eig-item-2-13 {
  grid-column-end: span 2;
}

.entry-item-grid .eig-item-bemerkung {
  grid-column: 1 / span 5;
  border-left: none;
  border-top: none;
  text-align: center;
}

.entry-item-grid .eig-item-number {
  grid-column: 5 / span 1;
  border-left: 1px solid #d0d1d3;
  text-align: center;
  font-weight: bold;
}

.entry-item-grid .eig-item-probe {
  grid-column: 1 / span 5;
  border-top: none;
}

.entry-item-grid .eig-item-photos {
  grid-column: 6 / span 8;
  border-top: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.entry-item-grid .eig-item-probe-gefaess {
  grid-column: 10 / span 2;
}

.entry-item-grid .eig-item-probe-tiefe {
  grid-column: 12 / span 2;
}

.entry-item-grid .eig-item-farbe-box {
  width: 30px;
  height: 100%;
  border-radius: 12px;
  background-color: #000;
}

div.eig-colour-gradient {
  width: calc(100% - 10px);
  height: 100%;
  min-height: 100%;
  font-weight: bold;
  margin: 0 5px;
  background-color: #1260af;
}

div.eig-colour-gradient span {
  background-color: #fff;
  padding: 0.25em 0.4em;
  border-radius: 0.2em;
  color: #1260af;
  border: 1px solid #1260af;
}

.color-btn-wrap {
  height: 90%;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow-y: auto;
}

.color-btn {
  margin: 0 10px 10px 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  width: calc(33% - 7px);
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 6px 12px;
  text-align: left;
}

.color-btn:nth-child(3n) {
  margin-right: 0;
}

.color-btn[data-key="weiß"] {
  color: #575756;
  border: 1px solid #575756 !important;
}

.color-btn[data-key="weiß"]:before {
  border: 1px solid #575756;
}

.color-btn[data-key="beige"] {
  color: #575756;
  border: 1px solid #575756 !important;
}

.color-btn[data-key="beige"]:before {
  border: 1px solid #575756;
}

.color-btn:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  background-color: #fff;
  border-radius: 5px;
  margin-right: 15px;
  border: 3px solid #fff;
}

.color-btn.is-selected:before {
  background-color: #40ae49;
}

.entry-edit-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 10px;
}

.entry-edit-box .entry-edit-icon-wrap {
  background-color: #575756;
  width: 60px;
  height: 40px;
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.entry-edit-box .entry-edit-icon-wrap img {
  height: 26px;
  -o-object-fit: contain;
  object-fit: contain;
}

.entry-edit-box span {
  text-align: center;
  font-size: 12px;
  color: #575756;
  padding-top: 3px;
}

.photo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border: none !important;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.ramm-entry-wrap {
  padding: 20px;
  padding-top: calc(20px - 15px);
  background-color: #fff;
  overflow: hidden;
}

.ramm-entry-wrap.is-disabled {
  pointer-events: none;
  opacity: 0.7;
}

.ramm-entry-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ramm-entry-item.add-new {
  margin-top: 15px;
}

.ramm-entry-item.numpad-focus .ramm-entry-input-plus {
  background-color: #40ae49;
  color: #fff;
}

.ramm-entry-item.numpad-focus .ramm-entry-input-minus {
  background-color: #ff5b5b;
  color: #fff;
}

.ramm-entry-item.numpad-focus .ramm-entry-bar {
  background-color: #1260af;
}

.ramm-entry-item .ramm-entry-item-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.ramm-entry-item .ramm-entry-item-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ramm-entry-item.is-disabled .ramm-entry-input-minus,
.ramm-entry-item.is-disabled .ramm-entry-input-plus {
  display: none;
}

.ramm-entry-bar {
  background-color: #00aeef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 38px;
  margin-top: 6px;
  color: #fff;
  font-weight: bold;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
  font-size: 18px;
  line-height: 0;
  -webkit-transition: background-color ease 0.3s;
  transition: background-color ease 0.3s;
}

.ramm-entry-item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #d0d1d3;
  margin-right: -1px;
  margin-bottom: -1px;
  font-weight: bold;
  color: #57585a;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.ramm-entry-item-box.ramm-entry-input-minus {
  font-size: 30px;
  line-height: 1;
}

.ramm-entry-item-box.ramm-entry-remove {
  font-size: 1em;
  color: #ff5b5b;
}

.ramm-entry-input {
  cursor: pointer;
}

.ramm-entry-input.is-active {
  background-color: #f6f6f6;
}

.ramm-type {
  border: none;
  width: 80%;
  height: 80%;
}

.install-wrap {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 180%;
}

.install-headline {
  font-weight: bold;
  position: relative;
  margin-bottom: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.install-headline::before {
  font-weight: normal;
  display: inline-block;
  position: absolute;
  left: -25px;
  width: 15px;
  height: 25px;
  content: url('/static/img/spinner.svg');
}

.install-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.install-list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.install-list-item::before {
  display: inline-block;
  position: absolute;
  left: -25px;
}

.install-list-item.failed {
  color: #ba1414;
  font-weight: bold;
}

.install-list-item.failed::before {
  content: '\00D7';
}

.install-list-item.success {
  color: #1caf1c;
  font-weight: bold;
}

.install-list-item.success::before {
  content: '\2713';
}

.install-list-item.loading::before {
  content: url('/static/img/spinner.svg');
  width: 15px;
  height: 25px;
}

.install-hint {
  max-width: 500px;
  text-align: center;
  margin-top: 20px;
}

.contact-lable {
  width: 140px;
  margin-bottom: 10px;
  color: #1260af;
  font-weight: bold;
  display: inline-block;
  border-right: 1px solid #1260af;
  margin-right: 10px;
}

.contact-headline {
  width: 100%;
  margin-bottom: 20px;
  font-weight: bold;
  display: inline-block;
}

h3.auftrag-headline {
  color: #1260af;
  font-size: 1.5em;
  font-weight: bold;
}

.auftrag-head-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}

.auftrag-head-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.auftrag-head-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.auftrag-head-row .action-btn {
  margin-left: 10px;
}

.auftrag-head-row + .auftrag-head-row {
  margin-top: 10px;
}

.last-sync {
  font-weight: 600;
  font-size: 0.8em;
}

.auftrag-head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 15px;
}

.auftrag-inner-wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 20px;
  width: 100%;
}

.auftrag-inner-columnm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.auftrag-inner-columnm .js-sample-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.auftrag-inner-columnm .js-sample-list a {
  font-size: 0.8em;
  margin-top: 15px;
}

.auftrag-ramm-entry,
.auftrag-bohr-entry {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}

.auftrag-ramm-wrap,
.auftrag-bohr-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.auftrag-ramm-wrap:hover:after,
.auftrag-bohr-wrap:hover:after,
.auftrag-ramm-wrap:focus:after,
.auftrag-bohr-wrap:focus:after {
  color: #949494;
}

.auftrag-ramm-wrap:after,
.auftrag-bohr-wrap:after {
  content: '\276F';
  min-height: 100%;
  padding: 20px 10px 20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2em;
  color: #e0e0e0;
}

.auftrag-status {
  font-weight: bold;
}

.auftrag-ramm-label {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.label-tab {
  font-weight: bold;
  min-width: 150px;
}

.auftrag-ramm-status {
  white-space: nowrap;
  position: absolute;
  top: 5px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.groundtype-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.groundtype-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 15px;
  width: 20%;
  border: none;
  background: none;
}

.groundtype-btn.is-selected {
  background-color: #1260af;
  color: #fff;
}

.groundtype-btn.is-selected .groundtype-btn-value {
  color: #fff;
}

.groundtype-btn.is-disabled {
  background-color: #ddd;
  opacity: 0.7;
}

.groundtype-btn.is-disabled .groundtype-btn-value {
  color: #bbb;
}

.groundtype-btn.clear-btn {
  background-color: #d64045;
  color: #fff;
}

.groundtype-btn.clear-btn .groundtype-btn-value {
  color: #fff;
}

.groundtype-btn-value {
  color: #1260af;
  font-weight: bold;
  font-size: 3em;
  margin-bottom: 15px;
}

.finish-toolbar {
  margin-top: 20px;
  width: 100%;
  background-color: #fff;
  padding: 20px;
}

.finish-toolbar h2 {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0.6em;
  color: #1260af;
}

.finish-toolbar-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
}

.finish-toolbar-input {
  width: 50px;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  height: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

.container:hover input ~ .checkmark,
.container:focus input ~ .checkmark {
  background-color: #ccc;
}

.container input:checked ~ .checkmark {
  background-color: #2196f3;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container input:checked ~ .checkmark:after {
  display: block;
}

.container .checkmark:after {
  left: 11px;
  top: 7px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#index-auftrag-list-wrap.is-loading {
  pointer-events: none;
}

#index-auftrag-list-wrap.is-loading:after {
  content: '';
  display: inline-block;
  font-size: 4em;
  color: #1260af;
  z-index: 5;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: 80px;
  background-color: rgba(255, 255, 255, 0.7);
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('/static/img/spinner.svg');
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

input[type="checkbox"].is-disabled + .check-label,
input[type="radio"].is-disabled + .check-label,
input[type="checkbox"].is-range-limited + .check-label,
input[type="radio"].is-range-limited + .check-label {
  background-color: #e6e7e9;
  opacity: 0.7;
  pointer-events: none;
}

input[type="checkbox"]:checked + .check-label::before,
input[type="radio"]:checked + .check-label::before {
  background-color: #1260af;
}

.check-label-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.check-label-wrap .check-label {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 46%;
  flex: 1 0 46%;
}

.check-label-wrap .check-label:nth-child(2n) {
  margin-right: 0;
}

.check-label {
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  color: #575756;
  margin-right: 10px;
}

.check-label:last-of-type {
  margin-bottom: 0;
}

.check-label:before {
  content: '';
  display: inline-block;
  min-width: 25px;
  width: 25px;
  height: 25px;
  background-color: #ccc;
  border: 2px solid #ccc;
  margin-right: 10px;
}

.footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.footer-row .check-label {
  margin-bottom: 0;
}

.footer-row + .footer-row {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.sample-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  overflow-y: scroll;
}

.sample-entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 15px;
  border-bottom: 1px solid #1260af;
  margin-bottom: 15px;
  height: auto !important;
}

.sample-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  grid-gap: 10px;
}

.sample-grid * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}

.sample-grid input {
  width: 100%;
}

.sample-vessel {
  grid-column: 1 / span 1;
  grid-row: 1;
}

.sample-qr {
  grid-column: 3 / span 1;
  grid-row: 1 / span 2;
  width: 75px;
  height: 75px;
  background-image: url('/app/static/icons/qr.svg');
  background-position: center;
  background-size: 80%;
  background-repeat: no-repeat;
}

.sample-delete {
  background-color: #c44230;
  margin-left: 40px;
  width: 30px;
  height: 30px;
  padding: 0;
  background-image: url('/app/static/icons/cross.svg');
  background-position: center;
  background-size: 80%;
  background-repeat: no-repeat;
}

.sample-depth {
  grid-column: 1 / span 1;
  grid-row: 2;
}

.sample-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 90px;
}

input {
  border: 1px solid #bbb;
  padding: 0.2em 0.4em;
}

.input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-wrap .label {
  margin-right: 10px;
}

.solltiefe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 2px solid #c44230;
  color: #c44230;
  font-weight: bold;
  margin: 0 0 1.5em 0;
  padding: 0.5em;
}

.vorschachtung-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px;
  background-color: #fff;
  padding: 20px;
}

.vorschachtung-depth {
  margin-top: 5px;
}

.vorschachtung-depth label {
  width: 180px;
}

.vorschachtung-depth input {
  margin-right: 10px;
}

.input-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}

.is-invalid {
  border-bottom: 2px solid #c44230 !important;
  position: relative;
}

.is-invalid:after {
  content: 'Pflichtfeld';
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #c44230;
  color: #fff;
  font-size: 0.75em;
  font-weight: bold;
  padding: 0.2em 0.4em;
}

.is-disabled {
  pointer-events: none;
}

.is-disabled .action-btn {
  opacity: 0.5;
  pointer-events: none;
}

.is-not-disabled {
  pointer-events: auto !important;
}

.picture-list.is-not-disabled .action-btn {
  display: none !important;
}

.nivellement-reopen-btn {
  opacity: 1 !important;
  pointer-events: auto !important;
  margin-top: 20px;
}

.sample-table {
  width: 100%;
  table-layout: auto;
  margin: 0 0 15px 0;
}

.sample-table td {
  padding: 8px 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.sample-table-head {
  background-color: #1260af;
  color: #fff;
}

.sample-table-body tr:nth-child(even) {
  background-color: #f5f5f5;
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-spacer {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.finish-reason {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

input.numpad-focus {
  border: 1px solid #40ae49 !important;
  background-color: #bbf5c0 !important;
}

input {
  border: 1px solid #e2e2e2;
  border-radius: 5px;
}

.other-attachments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 5px;
  margin-bottom: 20px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.is-hidden {
  padding: 0 !important;
  margin: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  border: none !important;
}

select,
textarea,
.sample-input {
  border: 1px solid #e2e2e2;
  border-radius: 5px;
}

.ignt-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.label-target-hint {
  margin-left: 5px;
}

.sync-status {
  position: relative;
  width: 25px;
  height: 25px;
  margin-left: 10px;
}

.sync-status.is-hidden {
  display: none;
}

.sync-status .sync-status-synced {
  display: none;
}

.sync-status + .sync-status {
  margin-left: 5px;
}

.sync-status.fully-synced .sync-status-synced {
  display: inline-block;
}

.sync-status.fully-synced .sync-status-sync,
.sync-status.fully-synced .pending-tasks {
  display: none;
}

.pending-tasks {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #1260af;
  color: #fff;
  font-weight: bold;
  padding: 0.3em 0.45em;
  border-radius: 5px;
  font-size: 0.7em;
}

.failed-tasks {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #b40707;
  color: #fff;
  font-weight: bold;
  padding: 0.3em 0.45em;
  border-radius: 5px;
  font-size: 0.7em;
}

.index-reload-status {
  position: fixed;
  z-index: 11;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.index-reload-status-wrap {
  margin-top: 90px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1260af;
}

.index-reload-status-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 0.8em;
}

.index-reload-status-line span {
  margin-left: 5px;
  font-weight: normal;
}

.nassab-input {
  margin: 10px 15px 0 0;
  width: calc(100% - 10px);
}

.modal-new-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #1260af;
}

.modal-new-wrap .label {
  margin-bottom: 10px;
}

.modal-new-rammform {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.modal-new-rammform select {
  padding: 0.2em 0.4em;
}

.modal-input-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.modal-input-wrap input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.search-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 20px;
  max-width: 500px;
}

.search-wrapper:hover .search-clear,
.search-wrapper:focus .search-clear {
  opacity: 0.4;
}

.search-clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.25;
  margin-left: -1.5em;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.search-clear svg {
  aspect-ratio: 1;
  width: 1em;
}

.search-input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 1.8em;
}

.leica-import-overlay {
  --width: 85vw;
}

.leica-import-overlay::part(body) {
  padding: 0;
}

.leica-import-table thead {
  background-color: var(--sl-color-primary-500);
  color: #fff;
  text-align: left;
  position: sticky;
  top: 0;
  z-index: 3;
}

.leica-import-table tr:nth-child(even) {
  background-color: var(--sl-color-neutral-100);
}

.leica-import-table td {
  vertical-align: middle;
}

.leica-import-table .td-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.leica-import-table .td-inner sl-icon {
  margin-left: 10px;
}

.leica-import-overlay-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.leica-import-isSelected {
  background-color: #00d95a;
}

:root {
  --sl-color-primary-400: #1260af;
  --sl-color-primary-500: #1260af;
  --sl-color-primary-600: #1260af;
  --sl-input-height-small: 33px;
  --sl-font-size-medium: 0.94em;
  --sl-overlay-background-color: #000;
  --sl-shadow-x-large: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  --sl-input-font-family: Roboto, sans-serif;
  --sl-font-sans: Roboto, sans-serif;
  --sl-font-serif: Roboto, sans-serif;
}

sl-dialog::part(overlay) {
  background-color: rgba(0, 0, 0, 0.25);
}

sl-dialog::part(header) {
  border-bottom: 2px solid #1260af;
}

sl-dialog::part(panel) {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
}

sl-table {
  width: 100%;
}

sl-table table {
  width: 100%;
}

sl-table thead {
  border-bottom: 1px solid #1260af;
  color: #1260af;
}

sl-table th {
  padding: 0.5em 0.8em;
  font-weight: 800;
}

sl-table td {
  padding: 0.5em 0.8em;
}

sl-table tbody tr {
  background-color: var(--sl-color-neutral-0);
}

sl-table tbody tr:nth-child(even) {
  background-color: var(--sl-color-neutral-100);
}

sl-tab-group[variant="flap"]::part(nav) {
  border-bottom: 1px solid var(--sl-color-primary-500);
}

sl-tab-group[variant="flap"]::part(active-tab-indicator) {
  border-bottom: 1px solid #fff;
}

sl-tab-group[variant="flap"] sl-tab[aria-selected="true"] {
  background-color: var(--sl-color-primary-500);
}

sl-tab-group[variant="flap"] sl-tab[aria-selected="true"]::part(base) {
  color: #fff;
}

sl-tab-group[variant="flap"] sl-tab::part(base) {
  font-size: 1em;
  padding: var(--sl-spacing-small);
}

sl-combobox::part(input__base) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn-vGreen {
  background-color: #40ae49 !important;
  color: #fff !important;
}

.btn-vHeader {
  padding: 7px 15px;
  font-size: 13px;
  margin: 2px 0;
}

.big-finish-button {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  margin-top: 20px;
}

.btn--icon {
  padding: 5px !important;
  margin: 0 !important;
}

.btn--icon img {
  min-width: 22px;
  min-height: 22px;
  max-width: 22px;
  max-height: 22px;
}

.action-btn.is-loading,
.btn.is-loading {
  position: relative;
}

.action-btn.is-loading:after,
.btn.is-loading:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: inherit;
  background-image: url("/static/img/loading.svg");
  background-repeat: no-repeat;
  background-size: 80% 100%;
  background-position: center;
  border-radius: 8px;
}

header {
  height: 50px;
  background-color: #1260af;
  color: #fff;
  width: 100%;
  padding: 10px 20px;
  z-index: 6;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header-content {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 2;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.header-content .hc-left,
.header-content .hc-middle,
.header-content .hc-right {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-content .hc-left {
  width: 33%;
}

.header-content .hc-left .back-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.header-content .hc-left .back-btn-wrap .back-btn {
  width: 35px;
  height: 35px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-content .hc-left .back-btn-wrap span {
  padding-top: 2px;
}

.header-content .hc-middle {
  width: 33%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  text-align: center;
}

.header-content .hc-right {
  width: 33%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-content .hc-right .toggle-burger {
  cursor: pointer;
  width: 35px;
  height: 35px;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-content .hc-right .toggle-burger.is-active {
  opacity: 1;
  pointer-events: auto;
}

.header-logo {
  height: 50px;
  width: 120px;
  -o-object-fit: contain;
  object-fit: contain;
}

.breadcrumb-wrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 5;
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  height: 30px;
  background-color: #fff;
  width: 100%;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  color: #575756;
  font-size: 0.9em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: hidden;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 20px;
}

.headline-fixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: transparent;
  color: #fff;
  height: 80px;
}

.breadcrumb-item {
  margin-right: 10px;
  cursor: pointer;
  white-space: nowrap;
}

.breadcrumb-item:after {
  content: '\203A';
  display: inline-block;
  margin-left: 10px;
}

.breadcrumb-item:last-child {
  margin-right: 10px;
}

.breadcrumb-item:last-child:after {
  display: none;
}

.header-user-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 0.6em;
  line-height: 1.6;
}

.login-section {
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("/static/img/background.jpg");
  background-position: center;
  background-size: cover;
}

.login-box {
  background-color: #1260af;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 30px;
}

.login-box img {
  margin-bottom: 40px;
  margin-top: 10px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 75%;
}

.login-box .inputGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 15px;
}

.login-box .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 150px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.25);
}

.login-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.login-form .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.login-form .input-group:not(:last-of-type) {
  margin-bottom: 15px;
}

.login-form input {
  border: 0.5px solid #ddd;
  padding: 10px 10px;
  line-height: normal;
  width: 300px;
}

.login-p {
  margin: 20px 0;
}

.login-button {
  background-color: #40ae49;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  padding: 8px 20px;
  font-size: 15px;
  border: none;
  margin-top: 20px;
  width: 100% !important;
}

.azure-button {
  background-color: #fff;
  color: #575756;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  padding: 8px 20px;
  font-size: 15px;
  border: none;
  width: 100% !important;
}

.blocker {
  z-index: 12 !important;
}

.modal {
  border-radius: 0;
  max-width: 600px;
  padding: 0;
}

.modal-header {
  padding: 15px 15px;
  background-color: #1260af;
  color: #fff;
}

.modal-header .modal-header-left {
  width: 25%;
}

.modal-header .modal-header-middle {
  width: 100%;
  text-align: center;
  font-weight: bold;
}

.modal-header .modal-header-right {
  width: 25%;
  text-align: right;
  cursor: pointer;
}

.modal-subheader {
  opacity: 0.99;
  background-color: #f2f3f4;
  padding: 20px 15px;
}

.modal-subheader .modal-subheader-left {
  font-size: 28px;
  font-weight: bold;
  color: #575756;
}

.modal-subheader .modal-subheader-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}

.msh-button {
  padding: 10px 15px;
  font-size: 18px;
  margin-right: 15px;
  font-weight: bold;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-color: #00aeef;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
}

.msh-button.is-active {
  background-color: #40ae49;
}

.msh-button.is-active:after {
  content: '\2713';
  display: inline-block;
  margin-left: 10px;
}

.msh-radio-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-top: 1px solid #ccc;
  height: 45px;
}

.msh-radio-wrap .check-label {
  margin-bottom: 0;
}

.msh-radio-wrap .check-label:last-of-type {
  margin-bottom: inherit;
}

.msh-radio {
  display: none;
}

.msh-radio:checked + .msh-button {
  background-color: #40ae49;
}

.msh-radio:checked + .msh-button:after {
  content: '\2713';
  display: inline-block;
  margin-left: 10px;
}

.modal-wrap {
  padding: 20px 15px;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-height: calc(90vh - 50px);
  margin-bottom: 70px;
  min-height: 0;
}

.tabbar.modal-tabbar {
  padding: 15px 15px 0 15px;
  background-color: #e6e7e9;
  overflow-x: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.tabbar.modal-tabbar .tabbar-item-title {
  text-align: center;
}

.tabbar.modal-tabbar .tabbar-item-subtitle {
  font-size: 20px;
  padding-top: 4px;
}

.tabbar.modal-tabbar .tabbar-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f2f3f4;
}

.tabbar.modal-tabbar .tabbar-item .tabbar-item-big-icon {
  height: 24px;
  margin-top: 6px;
  margin-right: 10px;
}

.tabbar.modal-tabbar .tabbar-item.green {
  background-color: #e6efc1;
}

.tabbar.modal-tabbar .tabbar-item.is-active,
.tabbar.modal-tabbar .tabbar-item:hover,
.tabbar.modal-tabbar .tabbar-item:focus {
  font-weight: normal;
  background-color: #fff;
}

.modal-search {
  padding: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  opacity: 0.99;
}

#cancel-modal {
  cursor: pointer;
}

.modal-search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #d4d5d8;
  background-color: #f2f3f4;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.modal-search-box img {
  height: 25px;
  margin: 5px;
  margin-top: 8px;
  margin-left: 15px;
}

.modal-search-box .modal-search-input {
  width: 100%;
  border: 0;
  font-size: 18px;
  padding: 10px;
  background: transparent;
}

.modal-list {
  background-color: #f2f3f4;
  padding: 30px 15px;
}

.modal-search-results {
  padding-top: 10px;
  display: none;
}

.modal-search-results .modal-search-results-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-top: 15px;
}

.modal-search-results .modal-search-results-btn-wrap .action-btn {
  padding-left: 40px;
  padding-right: 40px;
}

.modal-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-search-form .modal-search-box {
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
}

.modal-search-form .modal-search-cancel {
  display: none;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  padding: 0 15px;
  cursor: pointer;
  color: #575756;
}

.modal-list-item {
  border-bottom: 1px solid #d4d5d8;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.modal-list-item .modal-list-item-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-list-item input {
  margin-right: 20px;
  margin-top: 10px;
}

.modal-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-list-item label img {
  height: 36px;
  width: 36px;
  background: grey;
  margin-right: 20px;
}

.modal-list-item label .mli-abbrev {
  font-weight: bold;
  font-size: 22px;
  width: 55px;
  margin-top: 2px;
  color: #575756;
}

.modal-list-item label .mli-name {
  font-size: 18px;
  margin-top: 4px;
  color: #575756;
}

.modal-list-item label .mli-use-this {
  font-size: 18px;
  margin-top: 4px;
  color: #575756;
}

.groundtype {
  height: 100%;
  max-height: 100%;
}

.groundtype-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 100%;
  overflow-y: scroll;
}

.popup-vSimple .groundtype-wrap {
  height: 100%;
}

.groundtype-wrap:has( + .msh-radio-wrap) {
  height: calc(100% - 45px);
}

.modal-wrap:has(.popup-footer) .groundtype-wrap {
  height: calc(100% - 45px);
}

.additionground,
.mainground {
  font-size: 1em;
  line-height: 1.5;
  width: 100%;
  margin-bottom: 15px;
  display: none;
}

.modal-list-slider {
  margin-top: -6px;
  margin-left: 15px;
  width: 220px;
}

.modal-list-slider .mli-title {
  text-align: center;
  font-size: 11px;
  color: #575756;
  margin-bottom: -5px;
}

.modal-list-slider .mli-descr-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 9px;
  color: #575756;
  margin-bottom: -20px;
}

.modal-list-slider .mli-descr-cols div {
  width: 33.33333333%;
}

.modal-list-slider .mli-descr-cols .mli-descr-cols-middle {
  text-align: center;
}

.modal-list-slider .mli-descr-cols .mli-descr-cols-right {
  text-align: right;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  background: #fff;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  border-radius: 10px;
  border: 1px solid #d4d5d8;
}

.slider:hover,
.slider:focus {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #57585a;
  cursor: pointer;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.found-water {
  margin-top: 10px;
}

.numpad {
  position: absolute;
  top: -1000px;
  left: -1000px;
}

.numpad-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 215px;
  grid-gap: 1px;
  background-color: #d0d1d3;
  border: 1px solid #d0d1d3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  z-index: 12;
  position: relative;
}

.numpad-wrap .numpad-item {
  background-color: #fff;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 30px;
  color: #575756;
  cursor: pointer;
}

.numpad-wrap .numpad-item.green {
  background-color: #3fa535;
  color: #fff;
}

.numpad-wrap .numpad-item.red {
  background-color: #cd1719;
  color: #fff;
}

.ramm-numpad-wrap {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.ramm-numpad-wrap.has-hint .numpad-hinttext {
  display: inline-block;
}

.numpad-arrow-left {
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-right: 25px solid #fff;
  position: absolute;
  left: -25px;
  top: 80px;
  -webkit-filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.3));
  z-index: 11;
}

.ramm-numpad {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 277px;
}

.ramm-numpad-wrap {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9;
}

.ramm-numpad-wrap.is-popup {
  background-color: rgba(0, 0, 0, 0.65);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ramm-numpad-input {
  background-color: #fff;
  border: 1px solid #d0d1d3;
  font-weight: bold;
  color: #57585a;
  height: 70px;
  width: 277px;
  padding: 20px;
  text-align: right;
  margin: -1px 0 0 -1px;
  border-radius: 0;
}

.ramm-numpad-close {
  background-color: #ff5b5b;
  font-weight: bold;
  color: #fff;
  height: 70px;
  width: 139px;
  border: none;
  margin: -1px 0 0 -1px;
}

.ramm-numpad-enter {
  background-color: #40ae49;
  font-weight: bold;
  color: #fff;
  height: 70px;
  width: 139px;
  border: none;
  margin: -1px 0 0 -1px;
}

.ramm-numpad-empty {
  background-color: #d0d1d3;
  height: 70px;
  width: 70px;
  margin: -1px 0 0 -1px;
}

.ramm-numpad-btn {
  background-color: #fff;
  font-weight: bold;
  color: #57585a;
  height: 70px;
  width: 70px;
  margin: -1px 0 0 -1px;
  border: 1px solid #d0d1d3;
}

.ramm-numpad-btn.is-disabled {
  background-color: #d0d1d3;
  color: #d0d1d3;
}

.ramm-numpad-btn-rt {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.numpad-hinttext {
  background-color: #fff;
  padding: 10px;
  width: 277px;
  font-size: 0.8em;
  margin-left: -1px;
  border: 1px solid #d0d1d3;
  display: none;
}

.ramm-numpad-btn-large {
  font-size: 2em;
}

.ramm-numpad-btn-dark {
  background-color: #efefef;
}

.marked {
  background-color: #0087ff;
}

.nivellement-table {
  width: 100%;
}

.nivellement-gps {
  width: 100%;
  margin-bottom: 20px;
}

.nivellement-referencepoint {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.nivellement-bottom-row-btn {
  margin-top: 20px;
}

.add-reference-point + #entry-container {
  margin-top: 20px;
}

.nivellement-thead {
  background-color: #1260af;
  color: #fff;
  border-bottom: 8px solid #fff;
}

.nivellement-thead td {
  padding: 10px;
  font-weight: bold;
  font-size: 15px;
}

.nivellement-tbody tr.is-pending {
  background-color: #faf489;
}

.nivellement-tbody tr.is-pending input,
.nivellement-tbody tr.is-pending select {
  background-color: #b5b048;
  color: #fff;
  border: none;
}

.nivellement-tbody tr.is-pending input::-webkit-input-placeholder,
.nivellement-tbody tr.is-pending select::-webkit-input-placeholder {
  color: #fff;
}

.nivellement-tbody tr.is-pending input::-moz-placeholder,
.nivellement-tbody tr.is-pending select::-moz-placeholder {
  color: #fff;
}

.nivellement-tbody tr.is-pending input:-ms-input-placeholder,
.nivellement-tbody tr.is-pending select:-ms-input-placeholder {
  color: #fff;
}

.nivellement-tbody tr.is-pending input::-ms-input-placeholder,
.nivellement-tbody tr.is-pending select::-ms-input-placeholder {
  color: #fff;
}

.nivellement-tbody tr.is-pending input::placeholder,
.nivellement-tbody tr.is-pending select::placeholder {
  color: #fff;
}

.nivellement-tbody tr.is-false {
  background-color: #de2810;
  opacity: 0.7;
}

.nivellement-tbody tr.is-false input,
.nivellement-tbody tr.is-false select {
  background-color: #ab1502;
  color: #fff;
  border: none;
}

.nivellement-tbody tr.is-false input::-webkit-input-placeholder,
.nivellement-tbody tr.is-false select::-webkit-input-placeholder {
  color: #fff;
}

.nivellement-tbody tr.is-false input::-moz-placeholder,
.nivellement-tbody tr.is-false select::-moz-placeholder {
  color: #fff;
}

.nivellement-tbody tr.is-false input:-ms-input-placeholder,
.nivellement-tbody tr.is-false select:-ms-input-placeholder {
  color: #fff;
}

.nivellement-tbody tr.is-false input::-ms-input-placeholder,
.nivellement-tbody tr.is-false select::-ms-input-placeholder {
  color: #fff;
}

.nivellement-tbody tr.is-false input::placeholder,
.nivellement-tbody tr.is-false select::placeholder {
  color: #fff;
}

.nivellement-tbody tr.is-correcting {
  background-color: #b8db88;
}

.nivellement-tbody tr.is-correcting input,
.nivellement-tbody tr.is-correcting select {
  background-color: #88a65e;
  color: #fff;
  border: none;
}

.nivellement-tbody tr.is-correcting input::-webkit-input-placeholder,
.nivellement-tbody tr.is-correcting select::-webkit-input-placeholder {
  color: #fff;
}

.nivellement-tbody tr.is-correcting input::-moz-placeholder,
.nivellement-tbody tr.is-correcting select::-moz-placeholder {
  color: #fff;
}

.nivellement-tbody tr.is-correcting input:-ms-input-placeholder,
.nivellement-tbody tr.is-correcting select:-ms-input-placeholder {
  color: #fff;
}

.nivellement-tbody tr.is-correcting input::-ms-input-placeholder,
.nivellement-tbody tr.is-correcting select::-ms-input-placeholder {
  color: #fff;
}

.nivellement-tbody tr.is-correcting input::placeholder,
.nivellement-tbody tr.is-correcting select::placeholder {
  color: #fff;
}

.nivellement-tbody tr.is-correcting.is-invalid,
.nivellement-tbody tr.is-invalid {
  background-color: #f87a63;
}

.nivellement-tbody tr.is-correcting.is-invalid input,
.nivellement-tbody tr.is-invalid input,
.nivellement-tbody tr.is-correcting.is-invalid select,
.nivellement-tbody tr.is-invalid select {
  background-color: #ab453c;
  color: #fff;
  border: none;
}

.nivellement-tbody tr.is-correcting.is-invalid input::-webkit-input-placeholder,
.nivellement-tbody tr.is-invalid input::-webkit-input-placeholder,
.nivellement-tbody tr.is-correcting.is-invalid select::-webkit-input-placeholder,
.nivellement-tbody tr.is-invalid select::-webkit-input-placeholder {
  color: #fff;
}

.nivellement-tbody tr.is-correcting.is-invalid input::-moz-placeholder,
.nivellement-tbody tr.is-invalid input::-moz-placeholder,
.nivellement-tbody tr.is-correcting.is-invalid select::-moz-placeholder,
.nivellement-tbody tr.is-invalid select::-moz-placeholder {
  color: #fff;
}

.nivellement-tbody tr.is-correcting.is-invalid input:-ms-input-placeholder,
.nivellement-tbody tr.is-invalid input:-ms-input-placeholder,
.nivellement-tbody tr.is-correcting.is-invalid select:-ms-input-placeholder,
.nivellement-tbody tr.is-invalid select:-ms-input-placeholder {
  color: #fff;
}

.nivellement-tbody tr.is-correcting.is-invalid input::-ms-input-placeholder,
.nivellement-tbody tr.is-invalid input::-ms-input-placeholder,
.nivellement-tbody tr.is-correcting.is-invalid select::-ms-input-placeholder,
.nivellement-tbody tr.is-invalid select::-ms-input-placeholder {
  color: #fff;
}

.nivellement-tbody tr.is-correcting.is-invalid input::placeholder,
.nivellement-tbody tr.is-invalid input::placeholder,
.nivellement-tbody tr.is-correcting.is-invalid select::placeholder,
.nivellement-tbody tr.is-invalid select::placeholder {
  color: #fff;
}

.nivellement-tbody tr.is-correcting.is-invalid:after,
.nivellement-tbody tr.is-invalid:after {
  content: none !important;
}

.nivellement-tbody td {
  padding: 5px;
  width: auto;
  vertical-align: middle;
}

.nivellement-tbody td.rueckblick {
  width: 60px;
}

.nivellement-tbody td.los {
  width: 90px;
}

.nivellement-tbody td.height {
  width: 90px;
}

.nivellement-tbody td.vorblick {
  width: 60px;
}

.nivellement-tbody td.actions {
  width: 42px;
}

.nivellement-tbody input,
.nivellement-tbody select {
  height: 32px;
  width: 100%;
}

.nivellement-tbody input#height,
.nivellement-tbody select#height {
  width: calc(100% - 38px);
  margin-right: 10px;
}

.nivellement-tbody select {
  min-width: 115px;
}

.nivellement-table-footer {
  background-color: #e6e7e9;
  margin: 5px 0 20px 0;
  padding: 10px;
}

.vorblickinput,
.rueckblickinput {
  width: 70px;
}

.pointselect,
.commentinput {
  width: 100%;
}

.is-invalid-select-twice {
  background-color: #d64d4d;
  border: 1px solid #750909;
  color: #fff;
  position: relative;
}

.is-invalid-select-twice td:first-child:before {
  content: 'Der Punkt wurde mehrmals ausgewählt';
  display: inline-block;
  position: absolute;
  top: 100%;
  left: -1px;
  background-color: #c44230;
  color: #fff;
  font-size: 0.75em;
  font-weight: bold;
  padding: 0.2em 0.4em;
}

.is-invalid-point {
  background-color: #d64d4d;
  border: 1px solid #750909;
  color: #fff;
  position: relative;
}

.is-invalid-point td:first-child:before {
  content: 'Ungültigen Punkt ausgegewählt';
  display: inline-block;
  position: absolute;
  top: 100%;
  left: -1px;
  background-color: #c44230;
  color: #fff;
  font-size: 0.75em;
  font-weight: bold;
  padding: 0.2em 0.4em;
  z-index: 1;
}

sl-combobox {
  width: 1px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

sl-combobox::part(input__prefix) {
  display: none;
}

sl-combobox::part(input__suffix) {
  display: none;
}

sl-combobox::part(menu) {
  padding: 5px 0;
  overflow-x: hidden;
}

sl-combobox::part(menu-item) {
  margin: 0 -1em;
}

sl-dropdown {
  width: 1px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.error-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 20px;
  color: #750909;
  padding: 7px 10px;
  background-color: #ffc7c7;
  border: 1px solid #750909;
  font-weight: 500;
  border-radius: 5px;
}

.pegel-inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pegel-container-wrap {
  width: 100%;
  margin-top: 10px;
  padding: 20px;
  background-color: #fff;
}

.pegel-container-wrap.is-disabled {
  pointer-events: none;
}

.pegel-container-wrap.is-disabled .action-btn {
  opacity: 0.5;
}

.pegelausbau-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 70px 1fr 1fr 1fr;
  grid-auto-rows: auto;
}

.pegelausbau-kappe {
  grid-column: 4 / span 1;
  grid-row: 2 / span 1;
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.rohrdeckel {
  width: 10px;
  height: 40px;
  border: 1px solid #5b5c5e;
  border-bottom: none;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-color: #d0d1d3;
}

.rohrende {
  width: 100%;
  height: 20px;
  border: 1px solid #5b5c5e;
  background-color: #d0d1d3;
}

.pegelausbau-rohr {
  grid-column: 4 / span 1;
  grid-row: 3 / span 100;
  border: 1px solid #5b5c5e;
  margin: 0 20px;
  border-bottom-width: 20px;
  margin-bottom: 20px;
  border-top: none;
  background-color: #e7e8e8;
}

.pegelausbau-gelaende-floorline {
  grid-column: 1 / span 7;
  grid-row: 1 / span 1;
  border-bottom: 2px solid #1260af;
  padding: 20px 0 7px 0;
  margin-bottom: 30px;
}

.pegelausbau-gelaende-floorline-left {
  grid-column: 1 / span 3;
  grid-row: 4 / span 1;
  border-bottom: 2px solid #1260af;
  padding: 20px 0 7px 0;
  margin-bottom: 30px;
}

.pegelausbau-gelaende-floorline-right {
  grid-column: 5 / span 3;
  grid-row: 4 / span 1;
  border-bottom: 2px solid #1260af;
  padding: 20px 0 7px 0;
  margin-bottom: 30px;
}

.pegel-container {
  padding: 14px 12px;
  border: 1px solid #d0d1d3;
  background-color: #f9f9f9;
  margin-bottom: 20px;
}

.pegel-container input {
  width: 80px;
}

.pegel-container hr {
  border: none;
  border-top: 1px solid #d0d1d3;
  margin: 20px 0;
}

.cap-container {
  grid-column: 1 / span 3;
  grid-row: 2 / span 1;
}

.diameter-container {
  grid-column: 1 / span 3;
  grid-row: 3 / span 1;
}

.offset-container {
  grid-column: 5 / span 3;
}

.tonsperre-container {
  grid-column: 1 / span 3;
}

.waterlevel-container {
  grid-column: 5 / span 3;
  grid-row: 3;
}

.filler-container {
  grid-column: 1 / span 3;
}

.vollrohr-container {
  grid-column: 5 / span 3;
  grid-row: 5;
}

.filterrohr-container {
  grid-column: 5 / span 3;
  grid-row: 6;
}

.sumpfrohr-container {
  grid-column: 5 / span 3;
}

.comment-container {
  grid-column: 1 / span 3;
  grid-row: 7;
}

.comment-container .pegel-container {
  height: calc(100% - 20px);
}

.comment-container .pegel-container textarea {
  height: calc(100% - 40px);
}

.photo-container {
  grid-column: 1 / span 7;
}

.photo-container.is-invalid {
  border: 2px solid #c44230 !important;
  padding: 10px 10px 30px 10px !important;
}

.photo-container.is-invalid .picture-zoom-button {
  display: none;
}

.sP-header-wrap .photo-container.is-invalid {
  border: 2px solid #c44230 !important;
  padding: 0 !important;
  width: 160px;
}

.sP-header-wrap .photo-container.is-invalid .sP-header-picture {
  display: none;
}

.sP-header-wrap .sP-header-picture {
  min-height: 250px;
  overflow: hidden;
}

.pegel-picture {
  width: 250px;
  margin: 0 10px 15px 0;
}

.pegel-hint {
  margin-top: 1em;
  font-size: 0.7em;
  display: block;
  color: #1260af;
}

.pegel-comment {
  min-width: 100%;
  max-width: 100%;
}

label.switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: auto;
  margin-bottom: 15px;
  line-height: 150%;
}

label.switch .slider {
  position: relative;
  width: 40px;
  height: 22px;
  margin: 0 10px;
  background-color: #575756;
}

label.switch .slider:before {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  left: 2px;
  bottom: 2px;
}

label.switch input:checked + .slider {
  background-color: #575756;
}

label.switch input:checked + .slider:before {
  -webkit-transform: translateX(17px);
  transform: translateX(17px);
}

.isabovebround-lbl {
  margin-top: 0.4em;
  display: inline-block;
}

.pegel-status-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pegel-status-icon {
  background-color: #1260af;
  width: 120px;
  height: 120px;
  padding: 15px;
  margin-right: 20px;
}

.pegel-status-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.pegel-status-txt #pegel-water-level {
  margin-top: 10px;
}

.pegel-status-txt .action-btn {
  margin-top: 13px;
}

.picture-capture-wrap {
  width: 100vw;
  height: calc(100vh - 155px);
  margin: -20px -20px 0 -20px;
  background-color: #000;
  position: relative;
}

.preview-video {
  min-width: 100%;
  min-height: 100%;
  max-height: calc(100vh - 80px - 75px);
  max-width: 100vw;
}

.picture-capture-prefooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  bottom: 75px;
  left: 0;
  right: 0;
  background-color: transparent;
}

.picture-capture-adjustments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  width: 90px;
}

.picture-capture-adjustments input {
  -webkit-writing-mode: bt-lr;
  -ms-writing-mode: bt-lr;
  writing-mode: bt-lr;
  -webkit-appearance: slider-vertical;
}

.picture-capture-adjustments div {
  color: #1260af;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
}

.picture-capture-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background-color: #e6e7e9;
}

.picture-capture-footer .action-btn {
  white-space: nowrap;
}

.picture-capture-footer .spacer {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.picture-capture-preview-img {
  display: inherit;
  max-height: calc(100vh - 80px - 75px);
  width: auto;
  margin: 0 auto;
}

.picture-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 !important;
  border: none !important;
}

.picture-list-item {
  width: calc(50% - 10px);
  margin: 0 20px 20px 0;
  background-position: center;
  background-size: cover;
  background-color: #000;
  background-repeat: no-repeat;
  position: relative;
}

.picture-list-item:nth-child(2n) {
  margin-right: 0;
}

.picture-list-item:after {
  content: '';
  display: inline-table;
  padding-top: 100%;
}

.picture-list-item .action-btn {
  font-size: 0.75em;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 7px 9px;
  border-radius: 0;
  border-bottom-left-radius: 8px;
}

.picture-list-item .picture-list-item {
  width: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.picture-list-item .picture-list-item:after {
  display: none;
}

.picture-list-headline {
  color: #8e8e8e;
  padding: 0.5em 0 0.2em 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1.1em;
}

.add-picture-btn {
  margin-bottom: 20px;
}

.eig-item-photos .add-picture-btn {
  margin-bottom: 0px;
}

.add-picture-svg {
  width: 30px;
  height: 40px;
  fill: #fff;
}

.picture-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.picture-info-headline {
  background-color: #1260af;
  color: #fff;
  padding: 0.5em 0.6em;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
}

.picture-info {
  background-color: #eee;
  padding: 0.5em 0.6em;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
}

.picture-view {
  max-width: 100%;
  max-height: 100%;
}

.picture-view-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  width: 100%;
  height: calc(100vh - 250px);
}

.picture-single-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
  height: 100%;
  padding: 0 !important;
  border: none !important;
}

.picture-single-view .picture-list-item {
  width: 100%;
  margin: 0;
  -o-object-fit: contain;
  object-fit: contain;
  background-color: #cccccc;
}

.picture-zoom-button {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 6px;
  background: #fff;
  opacity: 0.75;
  width: 35px;
  height: 35px;
  border-radius: 5px;
}

.picture-zoom-button:hover,
.picture-zoom-button:focus {
  opacity: 8;
}

.prueflisten-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.prueflisten-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  margin-bottom: 10px;
  text-decoration: none;
  color: #1260af;
}

.prueflisten-item:before {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  background-color: #1260af;
  background-image: url('../icons/dl.svg');
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  margin-right: 15px;
}

.prueflisten-item:after {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #cccccc;
  color: #fff;
  padding: 10px;
  margin-left: auto;
  font-size: 0.8em;
  font-weight: bold;
}

.is-online.prueflisten-item:after {
  content: 'Online';
  width: auto;
}

.is-offline.prueflisten-item:after {
  content: 'Offline';
  width: auto;
}

.header-sidebar {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #0c4c91;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-sidebar .hs-left,
.header-sidebar .hs-middle,
.header-sidebar .hs-right {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-sidebar .hs-left {
  width: 25%;
}

.header-sidebar .hs-middle {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
  font-weight: bold;
}

.header-sidebar .hs-right {
  width: 25%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-sidebar .hs-right .toggle-sidebar {
  cursor: pointer;
  width: 35px;
  height: 35px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sidebar-wrap {
  overflow-y: scroll;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sidebar-wrap section {
  padding-top: 40px;
}

.sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.3);
  z-index: 7;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 33.333333%;
  background-color: #fff;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sidebar.is-hidden {
  margin-right: -33.33333333%;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}

.sidebar-profile {
  padding: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sidebar-profile .sp-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 15px;
  background-color: #ccc;
}

.sidebar-profile .sp-descr {
  font-size: 14px;
  text-align: center;
  color: #575756;
}

.sidebar-profile .sp-title {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: #575756;
}

.sidebar-activities .sa-title,
.sidebar-activities .sa-more {
  padding: 10px 25px;
  font-size: 15px;
  text-decoration: none;
  display: block;
  color: #575756;
}

.sidebar-activities .sa-item {
  border-bottom: 1px solid #ccc;
  padding: 20px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sidebar-activities .sa-item .sa-item-title {
  font-size: 18px;
  font-weight: bold;
  color: #575756;
}

.sidebar-activities .sa-item .sa-item-text {
  margin-top: 5px;
  font-size: 14px;
  color: #575756;
}

.sidebar-activities .sa-item .sa-item-img {
  height: 40px;
  width: 40px;
  -o-object-fit: contain;
  object-fit: contain;
}

.sidebar-activities .sa-item:first-child {
  border-top: 1px solid #ccc;
}

.footer-sidebar {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  bottom: 0;
  background-color: #e6e7e9;
  border-top: 1px solid #bcbdc0;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.footer-sidebar .fs-item {
  width: 33.3333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
}

.footer-sidebar .fs-item:hover,
.footer-sidebar .fs-item:focus {
  opacity: 0.7;
}

.footer-sidebar .fs-title {
  text-align: center;
  font-size: 14px;
  color: #575756;
  margin-top: 5px;
}

.footer-sidebar .fs-icon {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
}

.sondierungspunkte-wrap .sondierungspunkte-item {
  color: #575756;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 25px;
  border-bottom: 1px solid #c6c6c6;
}

.sondierungspunkte-wrap .sondierungspunkte-item .sp-item-bubble {
  width: 40px;
  height: 40px;
  background-color: #0058a5;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
}

.sondierungspunkte-wrap .sondierungspunkte-item .sp-item-middle {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 10px;
}

.sondierungspunkte-wrap .sondierungspunkte-item .sp-item-subtitle {
  padding-top: 4px;
  font-size: 12px;
}

.sondierungspunkte-wrap .sondierungspunkte-item .sp-item-title {
  font-weight: bold;
  font-size: 15px;
}

.sondierungspunkte-wrap .sondierungspunkte-item .sp-item-icon-wrap {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sondierungspunkte-wrap .sondierungspunkte-item .sp-item-icon-wrap .sp-item-icon-item {
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sondierungspunkte-wrap .sondierungspunkte-item .sp-item-icon-wrap .sp-item-icon-item .spiii-img {
  height: 50px;
  width: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}

.sondierungspunkte-wrap .sondierungspunkte-item .sp-item-icon-wrap .sp-item-icon-item .spiii-title {
  text-transform: uppercase;
  text-align: center;
  color: #575756;
  margin-top: 2px;
  font-size: 15px;
}

.sondierungspunkte-wrap .sondierungspunkte-item .sp-item-icon-wrap .sp-item-icon-item .spiii-status {
  margin-top: 2px;
  text-align: center;
  font-size: 12px;
}

.sondierungspunkte-wrap .sondierungspunkte-item .sp-item-icon-wrap .sp-item-icon-item .spiii-status.green {
  color: #3fa535;
}

.sondierungspunkte-wrap .sondierungspunkte-item .sp-item-icon-wrap .sp-item-icon-item .spiii-status.red {
  color: #cd1719;
}

.sondierungspunkte-wrap .sondierungspunkte-item .sp-item-icon-wrap .sp-item-icon-item:last-child {
  margin-right: 0;
}

.sondierungspunkte-wrap .sondierungspunkte-item .sp-item-left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.sondierungspunkte-wrap .sondierungspunkte-item .sp-item-right {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sondierungspunkte-wrap .sondierungspunkte-item .sp-item-right img {
  width: 50px;
  height: 50px;
}

.sondierungspunkte-wrap .sondierungspunkte-item:last-child {
  border: 0;
}

.sondierungspunkte-wrap .sondierungspunkte-item:nth-child(2n) {
  background-color: #f6f6f6;
}

.tabbar {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.tabbar .tabbar-item {
  color: #5b5c5e;
  padding: 10px 15px;
  background-color: #d4d6d4;
  margin-right: 5px;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tabbar .tabbar-item.is-active,
.tabbar .tabbar-item:hover,
.tabbar .tabbar-item:focus {
  background-color: #fff;
}

.tabbar.is-scrolled {
  position: fixed;
  top: 60px;
  background-color: #1260af;
  left: 0;
  padding-left: 20px;
}

.tabbar.is-scrolled + .tabbar-content {
  margin-top: 38px;
}

.tabbar-content {
  background-color: #fff;
}

.popup-wrap {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.85);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 8;
}

.popup {
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 90vw;
  width: 90vw;
  height: 90vh;
  max-height: 90vh;
  position: relative;
}

.popup.popup-vSimple {
  max-width: 60vw;
  width: 60vw;
  height: 60vh;
  max-height: 60vh;
  overflow-y: scroll;
  display: block;
}

.popup.popup-vSmall {
  height: 55vh;
  max-height: 55vh;
  max-width: 70vw;
  width: 70vw;
}

.popup.popup-vAuto {
  height: auto;
  max-height: 80vh;
  max-width: 70vw;
  width: auto;
  min-width: 400px;
}

.datum-popup .popup {
  height: auto;
  max-height: 80vh;
  max-width: 70vw;
  width: auto;
  min-width: 400px;
}

.popup-footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 15px;
  background-color: #e6e7e9;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.popup-footer-left {
  margin-right: auto;
}

.popup-footer-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 15px;
  padding-right: 70px;
}

.popup-footer-check .check-label {
  margin-bottom: 0;
  margin-right: 15px;
}

.popup-footer-check span {
  margin-right: 15px;
}

.oContent {
  -webkit-box-ordinal-group: 201;
  -ms-flex-order: 200;
  order: 200;
}

.pos-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pos-centerX {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.pos-centerY {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.shd {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.txt-shd {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

::-moz-selection {
  background-color: #0d4781;
  text-shadow: none;
  color: #ffffff;
}

::selection {
  background-color: #0d4781;
  text-shadow: none;
  color: #ffffff;
}

.zDev {
  z-index: 10;
}

.clear {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

.f-left {
  float: left !important;
}

.f-right {
  float: right !important;
}

.f-none {
  float: none !important;
}

.txt-right {
  text-align: right;
}

.txt-left {
  text-align: left;
}

.txt-center {
  text-align: center;
}

.txt-justify {
  text-align: justify;
}

.txt-nowrap {
  white-space: nowrap;
}

.txt-lowercase {
  text-transform: lowercase;
}

.txt-uppercase {
  text-transform: uppercase;
}

.txt-capitalize {
  text-transform: capitalize;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.c-pointer {
  cursor: pointer;
}

.c-default {
  cursor: default;
}

.c-help {
  cursor: help;
}

.c-not-allowed {
  cursor: not-allowed;
}

.c-progress {
  cursor: progress;
}

.c-wait {
  cursor: wait;
}

.responsive-16by9 {
  width: 100%;
  padding-bottom: 56.25%;
}

.responsive-4by3 {
  width: 100%;
  padding-bottom: 75%;
}

.is-transparent {
  background: transparent !important;
}

@media (min-width: 56.25em) {
  .sample-grid {
    grid-template-columns: 1fr 1fr 0.5fr;
  }
}

@media (min-width: 700px) {
  .footer-toolbar-left .action-btn {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }

  .footer-dropdown {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }

  .footer-dropdown input {
    margin-right: 20px;
  }

  .footer-input {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }

  .footer-input input {
    margin-right: 20px;
  }
}

@media (min-width: 900px) {
  .mainMenuEntries-wrap {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 969px) {
  .color-btn {
    width: calc(50% - 8px);
  }

  .color-btn:nth-child(3n) {
    margin-right: 10px;
  }

  .color-btn:nth-child(2n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 900px) {
  .footer-sidebar .fs-title {
    font-size: 12px;
  }
}

@media (max-width: 899px) {
  .entry-item-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .entry-item-grid .eig-item-3-13 {
    grid-column-end: span 6;
  }

  .entry-item-grid .eig-item-12-13,
  .entry-item-grid .eig-item-4-13 {
    grid-column-end: span 5;
  }

  .entry-item-grid .eig-item-2-13 {
    grid-column-end: span 4;
  }

  .entry-item-grid .eig-item.mobile-6 {
    grid-column-end: span 6;
  }

  .entry-item-grid .eig-item.mobile-7 {
    grid-column-end: span 7;
  }

  .entry-item-grid .eig-item.mobile-3 {
    grid-column-end: span 3;
  }

  .entry-item-grid .eig-item.mobile-4 {
    grid-column-end: span 4;
  }

  .entry-item-grid .eig-item-bemerkung {
    grid-column: span 2;
  }

  .entry-item-grid .eig-item-number {
    grid-column: span 1;
  }

  .entry-item-grid .eig-item-probe {
    grid-column: span 6;
  }

  .entry-item-grid .eig-item-probe-gefaess {
    grid-column: span 3;
  }

  .entry-item-grid .eig-item-probe-tiefe {
    grid-column: span 3;
  }

  .entry-item-grid .eig-item-photos {
    grid-column: 7 / span 5;
  }

  .breadcrumb-wrap {
    overflow-x: overlay;
  }
}

@media (max-width: 699px) {
  .footer-toolbar-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-toolbar-left .action-btn {
    margin-bottom: 10px;
    width: 100%;
  }

  .footer-dropdown {
    margin-bottom: 15px;
  }

  .footer-input {
    margin-bottom: 15px;
  }

  .ramm-entry-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .ramm-entry-item .ramm-entry-item-right {
    border-left: 1px solid #d0d1d3;
  }

  .ramm-entry-bar {
    margin-bottom: 6px;
  }

  .login-box {
    width: 75vw;
  }

  .login-box img {
    width: 100%;
  }

  .login-box .inputGroup {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .login-box .label {
    width: 100%;
  }

  .login-form {
    width: 100%;
  }

  .login-form .formGroup {
    width: 100%;
  }

  .login-form input[type="submit"],
  .login-form input {
    width: 100%;
  }

  .tabbar {
    overflow-x: scroll;
  }
}

@media (max-width: 499px) {
  .listHeader {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .listHeader .action-btn {
    margin-top: 15px;
  }
}

@media (max-width: 55.25em) {
  .groundtype-btn {
    width: 33.33333%;
  }
}

@media (max-width: 36.5em) {
  .gelaendeauftrag-content table tbody tr td,
  .gelaendeauftrag-content table tr td {
    padding: 5px 0;
  }

  .gelaendeauftrag-content table tbody tr,
  .gelaendeauftrag-content table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .groundtype-btn {
    width: 50%;
  }

  .no-mobile {
    display: none;
  }
}

@media print {
  .no-print {
    display: none;
  }
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@page  {
  size: A4 portrait;
  margin: 0;
  padding: 0;
}

