:root{
  --main-color: #003366;
  --top-bar-background-color: #ffffff;
  --top-bar-color: #003366;
  --home-other-button-background-color: #729fcf;
  --radio-button-color: #729fcf;
  --sidemenu-color: #ffffee;
  --sidemenu-label-color: #cccccc;
  --sidemenu-icon-color: #000000;
  --sidemenu-background-color: rgba(0, 0, 0, 0.9);
  --mdc-checkbox-selected-icon-color: #729fcf;
  --mdc-checkbox-selected-hover-icon-color: #729fcf;
  --mdc-checkbox-selected-pressed-icon-color: #729fcf;
  --mdc-checkbox-selected-focus-icon-color: #729fcf;
  --mdc-checkbox-selected-focus-state-layer-color: #ffffff;
  --mdc-checkbox-unselected-focus-state-layer-color: #ffffff;
  --mdc-radio-selected-icon-color: #729fcf !important;
}
.mat-mdc-radio-button.mat-accent {
  --mdc-radio-selected-icon-color: var(--main-color) !important;
  --mat-radio-checked-ripple-color:  var(--main-color) !important;
  --mdc-radio-selected-hover-icon-color:   var(--main-color)!important;
}

@font face {
    font-family: "ihk";
    src: url("./fonts/ROTSAN.TTF") format ("truetype");
}
p.balloon {
  width: 800px;
}

ul.balloon li {
  width: 600px;
  border: none;
  border-radius: 10px;
  padding: 20px;
  background-color: #dddddd;
  list-style: none;
}

summary {
  color: var(--main-color);
}

p.projekt {
  width: 800px;
  text-align: justify;
}
div.table_container {
  width: 1000px;
}

div.proj_container {
  width: 60%;
  margin-left: 20%;
}
div.proj_container img {
  width: 100%;
}

div.proj_urls {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

div.proj_text {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size-adjust: 0.4;
  font-size: 12px;
}
div.proj_image {
  padding-left: 50px;
}
h4.proj_center {
  text-align: center;
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
}

ul.margin-top-2px {
  margin-top: 2px;
}
img.startpage_banner {
  width: 100%;
}
img.startpage_award {
  height: 350px;
  float: right;
  border: 1px solid black;
  margin: 20px;
}

div.startpage {
  text-align: justify;
}
div.startpage b {
  color: var(--main-color);
}

div.fkm_startpage {
  padding-left: 50px;
  padding-right: 50px;
}

td.noborder {
  border: none !important;
}
table.rptable {
  border-spacing: 0px;
  margin: 50px;
  width: 80% !important;
}
.rptable tr {
}
.rptable th {
  background-color: #e0e0e0;
  border-left: 1px solid gray;
  border-right: 1px solid gray;
  padding: 5px;
  min-width: 150px;
}
.rptable td {
  text-align: right;
  padding: 5px;
  border-top: 1px solid gray !important;
  border-right: 1px solid gray !important;
  border-bottom: none !important;
  border-left: none !important;
}
.rptable td.left {
  text-align: left;
}
.rptable td.right {
  text-align: right;
}
.rptable td.red {
  background-color: #dea29e;
  color: #872720;
  font-weight: bold;
}
.rptable td.yellow {
  background-color: #f5db9a;
  color: #5c4714;
  font-weight: bold;
}
.rptable td.green {
  background-color: #b7e3aa;
  color: #1a470c;
}
.rptable tfoot td {
  border-top: 1px double gray;
  border-right: none;
  font-weight: bold;
}


.ttooltip {
  position: relative;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.ttooltip .ttooltiptext {
  visibility: hidden;
  width: 250px;
  background-color: gray;
  color: #fff;
  text-align: left;
  padding: 5px 0;
  border-radius: 6px;
  padding: 10px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.ttooltip:hover .ttooltiptext {
  visibility: visible;
}
