@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300ita‌​lic,400italic,500,500italic,700,700italic,900italic,900);
body{
    color:#202020;
    max-width:1030px;
    margin:auto;
    font-family: 'Roboto', sans-serif;
    background-color:white;
    padding:15px;
    line-height: 150%;
}

.calendar-wrapper {
    position: relative;
    min-height: 510px;
  }
  
  .calendar-content {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .controls {
    position: absolute;
    left: 0; right: 0;
    bottom: 10px;           
    text-align: center;     
  }

.kalender{
    border: 1px solid black;
    display:inline-table;
    margin: 2px;
    margin-top: 10px;
}
details{
    margin-left: 20px;
}

.link-button{

	box-shadow:0px 1px 0px 0px;
    font-family: 'Roboto', sans-serif;
	
	background-color:#009ca6;
	border-radius:6px;
	border:1px solid black;
	display:inline-block;
	cursor:pointer;
	color:black;
	font-size:15px;
	font-weight:bold;
	padding:6px 15px;
	text-decoration:none;
    vertical-align:middle;
}

details > summary{
    cursor:pointer;
}



.material-icons.tweak{
    padding-top:0px;
    padding-bottom:0px;
    font-size:30px;
}

.split-button-l {
    border-radius: 6px 0px 0px 6px;
    padding-right: 5px;
}

.split-button-r {
    border-radius: 0px 6px 6px 0px;
    padding-left: 5px;
}

textarea {
    vertical-align: top;
}

.prettyTable tr:nth-child(odd){
    background-color:lightgray;
}

.prettyTable td, .prettyTable th{
    padding: 2px 5px;
    border: 1px solid;
}

.prettyTable tr:has(th){
    position: sticky;
    top: 0px;
}

table.sortable th[aria-sort="descending"]::after {
    content: "▼";
    color: currentcolor;
    font-size: 100%;
    top: 0;
}
  
table.sortable th[aria-sort="ascending"]::after {
    content: "▲";
    color: currentcolor;
    font-size: 100%;
    top: 0;
}

table.sortable th:not([aria-sort])::after {
    content: "♢";
    color: currentcolor;
    font-size: 100%;
  }

.listeTable td:nth-child(4),
.listeTable td:nth-child(2)
{
    max-width: 110px;
    word-wrap: break-word;
}


.listeTable td:nth-child(3){
    max-width: 110px;
    word-wrap: break-word;
}
.listeTable{
    width: 1030px;;
}

html{
    background-color:#009ca6;
}

.bordered{
    border:1px solid black;
    border-radius:5px;
    padding:5px;
    margin:5px;
}

.kalender td{
    border: 3px solid grey;
    height: 20px;
    width: 20px;
    border-radius:5px;
    text-align:center;
}

.wochenende{
    background-color:lightgray;
}

.kalenderWoche{
    color: #6d6d6d;
}

.centerDiv{
    display: flex;
    justify-content: center;
    align-items: center;
}

.heute{
    color:red !important;
}

.start{
    color:red !important;
}

.menu{
    background-color:#009ca6;
    padding: 3px;
    margin-bottom: 5px;
}

.legende{
    height:15px;
    width:15px;
    display:inline-block;
    border: 2px solid grey;
}

.legendeBlock{
    vertical-align:top;
    display:inline-block;
    padding:5px;
}

.error{
    font-weight: bold;
    font-size: 30px;
    border: 5px solid red;
    margin: 20px;
    padding: 10px;
}

.warning{
    box-shadow: 0px 0px 10px red;
    border-color: red;
}

.saveButton{
    font-size: 110%;
}

.hidden{
    display: none;
}

.gekuendigt{
    color: rgb(192, 192, 192);
}

button, input[type=submit], .fakeButton {
	box-shadow:0px 1px 0px 0px;
    font-family: 'Roboto', sans-serif;
	
	background-color:#009ca6;
	border-radius:6px;
	border:1px solid black;
	display:inline-block;
	cursor:pointer;
	color:black;
	font-size:15px;
	font-weight:bold;
	padding:6px 15px;
	text-decoration:none;
    vertical-align:middle;
}

.uploadButton{
    position:relative;
}

.buttonSmall{
    font-size:inherit;
    padding: 2px;
}

button:disabled, input[type=submit]:disabled{
    background-color:#6d6d6d;
} 

button:hover, input[type=submit]:hover {
	box-shadow:inset 0px 1px 0px 0px;
}

button:active, input[type=submit]:active {
	position:relative;
	top:1px;
}

.fileIcon {
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.fileUpload:hover,
.fileUpload.hover{
    border-color:#009ca6;
}

.toggleAble{
    cursor:pointer;
}

.toggleAble:after{  
    content: "";
    margin: 0 0.5em;
    display: inline-block;
    border: 7px solid transparent;
    border-top: 8px solid #009ca6;
    border-bottom: 0 none;
    cursor:pointer;
}

.uploadBar{
    margin-left: 10%;
    width: 80%;
    accent-color: blue;
    transition: opacity 2s;
}

.contextMenu {
    position: absolute;
    z-index: 10000;
    width: 180px;
    background: #1b1a1a;
    border-radius: 5px;
    transform: scale(0);
    transform-origin: top left;
}

.contextMenu.active {
    transform: scale(1);
    transition: transform 300ms ease-in-out;
}

.contextMenu .option {
    padding: 8px 10px;
    font-size: 15px;
    color: #eee;
}
  
.contextMenu .option:hover {
    background: #555;
}

/* https://stackoverflow.com/a/2214676 */
.fieldset {
    border: 2px groove threedface;
    border-top: none;
    padding: 0.5em;
    margin: 1em 2px;
    display: inline-block;
  }
  
  .fieldset>h1 {
    font-size: 1em;
    font-weight: normal;
    line-height: normal;
    margin: -1em -0.5em 0;
  }
  
  .fieldset>h1>span {
    float: left;
  }
  
  .fieldset>h1:before {
    border-top: 2px groove threedface;
    content: ' ';
    float: left;
    margin: 0.5em 2px 0 -1px;
    width: 0.75em;
  }
  
  .fieldset>h1:after {
    border-top: 2px groove threedface;
    content: ' ';
    display: block;
    height: 1.5em;
    left: 2px;
    margin: 0 1px 0 0;
    overflow: hidden;
    position: relative;
    top: 0.5em;
  }

fieldset.twoColumn {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem 2rem;
}

fieldset.twoColumn p {
    margin: 0.2em 0 0 0;
}