﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-top: 100px;
    margin-bottom: 80px;
}

/* Custom Styles
   STRG+F5 damit Änderungen hier übernommen werden (Cache des Browsers)
-------------------------------------------------- */
.dx-row.dx-data-row .TourenubersichtHighlight {
    color: #03A9F4;
    font-weight: bold;
}

.dx-row.dx-data-row .MissingInfo {
    color: #d32f2f;
    font-weight: bold;
}

.dx-row.dx-data-row .tb {
    color: #0277BD;
}

.dx-row.dx-data-row .av {
    color: #EF6C00;
}

.dx-row.dx-data-row .versand {
    color: #558B2F;
}

.dx-row.dx-data-row .ZeichnerToDo000 {
    color: #000000;
    font-weight: bold;
}

.dx-row.dx-data-row .ZeichnerToDo040 {
    color: #fbc02d;
    font-weight: bold;
}

.dx-row.dx-data-row .ZeichnerToDo045 {
    color: #f57c00;
    font-weight: bold;
}

.dx-row.dx-data-row .ZeichnerToDo070 {
    color: #d32f2f;
    font-weight: bold;
}

.dx-row.dx-data-row .ZeichnerToDo075 {
    color: #d32f2f;
    font-weight: bold;
}

.dx-row.dx-data-row .ZeichnerToDo079 {
    color: #d32f2f;
    font-weight: bold;
}

.dx-row.dx-data-row .ZeichnerToDo080 {
    color: #1976d2;
    font-weight: bold;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #f5f5f5;
    color: #525252;
    text-align: center;
    height: 60px;
    line-height: 60px;
}

h1 {
    color: #1a4071;
    font-weight: 300;
}


.devextreme-row {
    display: flex;
    justify-content: center; /* Zentriert horizontal */
    align-items: center; /* Zentriert vertikal */
    flex-wrap: wrap; /* Bricht um, wenn nicht genug Platz */
    gap: 10px; /* Abstand zwischen den Controls */
    margin: 20px 0; /* Optionaler Abstand nach oben/unten */
}


/* Abstand zwischen allen Navbar-Items */
.navbar-nav {
    gap: .5rem; /* 8px */
}

/* Für sehr alte Browser ohne flex-gap (Fallback): */
@supports not (gap: 1rem) {
    .navbar-nav .nav-item + .nav-item {
        margin-left: .5rem;
    }
