﻿/* 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: 12px;
}
@media (min-width: 768px) {
  html {
    font-size: 14px;
  }
}

.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-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}

/* Uebersteuerungen aba
-------------------------------------------------- */
/*
html {
  margin-left: 0px;
  width: 100%;
}
header {
  margin-left: 0px;
  width: 100%;
}
body {
  margin-left: 0px;
  width: 100%;
}
header {
  margin-left: 0px;
  width: 100%;
}

.navbar {
  width: 100%;
}

.container {
  margin-left: 0px;
  width: 100%;
}
control-label {
    font-weight: bold;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  width: 100%;
}

navbar navbar-expand-sm navbar-toggleable-sm navbar-light bg-white border-bottom box-shadow mb-3 {
  width: 100%;
}

div {
  border: 0.5px solid red;
  text-align: left;
  font-family: Calibri;
  width: 100%;
}

table {
  border-collapse: collapse;
  width: 100%;
}
table, th, tr, td {
  border: 2px solid green;
  text-align: left;
  font-family: Calibri;
}

td {
   vertical-align: top;
}

a:hover {
  background-color: #999999;
}

span {
  white-space: nowrap;
}
*/
.mnubtn {
  text-align: left;
  width: 200px;
}
.mnudiv {
  margin-left: 15px;
}

.tblTd {
  height: 20px;
  padding-top: 1px;
  padding-bottom: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.indexTbl {
  text-align: left;
  font-size: 12px;
  height: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
}

th.indexTbl {
  text-align: left;
  font-size: 12px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  height: 0px;
  /*
    border: 2px solid red;
  */
}
td.indexTbl {
  text-align: left;
  font-size: 12px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  height: 0px;
  /*
  border: 2px solid green;
  background-color:chartreuse;
  */
}
/*
* {
  margin: 0;
  padding: 0;
}

html {
  overflow-y: scroll;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

h2, p, ul, ol {
  margin-bottom: 1em;
}

  ul ul {
    margin-bottom: 0;
  }

li {
  margin-left: 1em;
}
  */