* {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  --prcolor: #C00318;
}

fieldset {
  display: block;
  width: 500px
}

body {
  background-image: url('../pic/PRLinien2.svg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top right;
  background-size: 50%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*
  h1
  {
    font-size: 1.2em;
    margin: 0px;
    padding: 0px;
  }

  h2
  {
    font-size: 1.0em;
    margin: 0px;
    padding: 0px;
  }
*/
nav ul {
  text-align: center;
  list-style: none;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0;
  line-height: 1.8em;
}

nav li {
  display: inline-block;
  /*padding: 0 10px;
    padding-left: 0px; */
}

div.selection-cookie {
  position: absolute;
  left: 50%;
  top: 100px;
  min-width: 1px;
  /* position the left edge of the element at the middle of the parent */
  border: 1px solid grey;
  border-radius: 20px;
  padding: 5px 10px;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  font-size: 0.8em;
}

div.main_menu {
  font-size: 1.2em;
  width: auto;
}

div.menu {
  font-size: 1.1em;
  width: auto;
}

/*
  nav a {
    text-decoration: none;
    font-weight: 600;
    padding: 10px;
    margin: 0px;
  }
*/
a {
  text-decoration: none;
  color: black;

  /* font-weight: 600; */
}

a:hover {
  background-color: #F6F6F6;
}

li>a {
  padding: 10px;
}

table {
  border: 1px solid black;
  margin: 0px;
  text-align: left;
  border-collapse: collapse;
  font-size: 0.8em;
}

th,
td {
  padding: 5px;
  border-bottom: 1px solid #ddd;
}

th {
  background-color: #dfdfdf;
}

tr {
  background-color: white;
}

tr:hover {
  background-color: #f5f5f5;
}

form.edit {
  margin: 10px;
  padding: 10px;
  border: 2px solid #dadada;
  width: fit-content;

}

form.history {
  display: inline;
  margin: 0px;
  padding: 0px;
  border: 0px solid #dadada;
  width: fit-content;

}

span {
  white-space: nowrap;
}

table.no-borders {
  border: none;
}

table.no-borders td:nth-child(n) {
  border-bottom: none;
}

/*input[type=text]:focus {
    border: 1px solid #555;
}*/

input {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

select {
  padding: 5px 5px;
  border: none;
  border-radius: 2px;
  background-color: lightgray;
  /* background-color: #fff;
    font-size: 1em; */
  color: black;
  margin: 2px;
}

p a {
  margin-right: 10px;
  padding: 10px;
  margin: 0px;
}


/* Pfeile an Number-Inputs ausblenden /*
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


div.nichtmarkieren {
  -ms-user-select: None;
  -moz-user-select: None;
  -webkit-user-select: None;
  user-select: None;
}

div.container {
  /* width: 95vw;
  max-width: 1440px;
  height: 100vh;
  margin: 0 auto;
  background-color: lightgray; */

  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 1.0em;
  /* width: 1200px;
  margin: 20px; */
  padding: 0px;
  /* min-width: 600px; */

}


div.content {
  width: fit-content;
  /*max-width: 80vw;
  min-width: 900px;*/
  margin: 0 auto;
  border-top: 1px solid;
  padding-top: 10px;
  max-width: 100%;
  /*overflow: auto;
  scale: 50%; */
}

div.content a {
  font-weight: 600;
}

div.bigtable {
  width: fit-content;
  max-width: 100%;
  /* margin: 40px auto; */
  /* padding-top: 10px; */
  overflow: auto;
  max-height: 90%;
}

.bigtable tr:nth-child(1) {
  position: sticky;
  top: 0;
  z-index: 1;
}

div.bigtable2 {
  width: fit-content;
  max-width: 100%;
  overflow: auto;
  max-height: 90%;
}

select.state {
  /* width: 300px; */
  text-overflow:ellipsis;
  overflow: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  /*text-overflow: '';*/
  line-height: 1.4em;

  padding: 1px;
  margin: 0;
  border: none;
  font-size: 1em;
  background: none;
}

select.state:focus {
  outline: none;
}



/*
div.content {
  display: flex;
  justify-content: center;
}*/

div.message {
  /*color: red;*/
  border: 4px solid red;
  width: fit-content;
  padding: 10px;
  margin: 0 auto;
}

div.message_info {
  display: none;
  position: fixed;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  left: 0;
  right: 0;
  top: 0;
  /*text-align: center;
  color: red; */
  border: 4px solid black;
  width: fit-content;
  padding: 10px;
  /*margin: 0 auto;*/
  background-color: lightgray;
}

.table {
  display: table;
  border-spacing: 0.5em;
  border-collapse: collapse;
}

.table-row {
  display: table-row;
  border-spacing: 0.5em;
  border-bottom: 1px solid;

}

.table-cell {
  display: table-cell;
  padding: 5px 5px 15px 5px;
}


/* vis.js timeline */
.vis-item.main {
  background-color: LightGray;
  border-color: black;
  color: black;
}

.vis-item.dotted {
  background-color: white;
  border-color: black;
  border-style: dashed !important;
  color: grey;
}

.vis-item.green {
  background-color: rgba(113, 225, 83, 0.5);
  border-color: black;
  color: black;
}

.vis-item.yellow {
  background-color: rgba(250, 222, 75, 0.5);
  border-color: black;
  color: black;
}

.vis-item.red {
  background-color: rgba(255, 0, 0, 0.5);
  border-color: black;
  color: black;
}

.vis-item.new_start {
  border-color: red;
}

.vis-item.new_start_range {
  border-width: 2px;
}

.vis-item {
  padding: 0px;
}

.vis-item .vis-delete {
  padding: 7px 5px;
}

.vis-item .vis-item-content {
  /* text-overflow: ellipsis */
}


.vis-item.vis-selected {
  /*  background-color: none;*/
  /*  border-color: black;
  color: black;*/
  box-shadow: 0 0 10px purple;
}

div.vis-tooltip {
  background-color: green;
  position: absolute;
  visibility: visible;
  padding: 5px !important;
  white-space: nowrap;
  color: #000000;
  background-color: #f5f4ed;

  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #808074;

  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2) !important;
  pointer-events: none !important;

  z-index: 5 !important;
}


.vis-time-axis .vis-grid.vis-odd {
  background: #f5f5f5;
}

.todo {
  /* padding-top: 0.2em; */
  line-height: 0.8em;
}

.vis-item-content>span {
  font-size: 0.6em;
}

.box_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  /*  flex-direction: column;
  	align-items:center; */
}


.box_div {
  /*  float:left;
  display: flex;
  flex-direction: column;
	align-items:center;*/
  border: 1px solid black;
  border-radius: 10px;
  /*  width:30%;
  min-width: 360px;
  max-width: 360px; */
  padding: 10px;
  margin: 5px;
}


.persons {
  border: 1px solid grey;
  border-radius: 10px;
  margin-right: 4px;
  padding: 2px 4px;
  line-height: 200%;
  /* font-size: 11px; */
}

/* input[type=submit] {
  border: 1px solid grey;
  border-radius: 10px; 
  background-color: white;
} */

.red {
  border: 1px solid red;
  max-width: 160px;
}

.single_link {
  border: 1px solid black;
  padding: 8px;
  border-radius: 10px;
  margin: 5px;
}