:root{
  --main-color: #465D77;
  --top-bar-background-color: #465D77;
  --top-bar-color: #ffffff;
  --home-other-button-background-color: #594b66;
  --radio-button-color: #003366;
  --sidemenu-color: #ffffee;
  --sidemenu-background-color: rgba(0, 0, 0, 0.8);
}

@font face {
    font-family: "ihk";
    src: url("./fonts/ROTSAN.TTF") format ("truetype");
}
/*
  --sidemenu-color: #f2eabd;
  --sidemenu-background-color: rgba(30, 30, 30, 0.9);

  --main-color: #003366;
  --main-color: #0c6696;
  --top-bar-background-color: #0c6696;
  --home-other-button-background-color: #0c6696;
  --radio-button-color: #0c6696;

  --main-color: #612d33;
  --top-bar-background-color: #612d33;
  --home-other-button-background-color: #612d33;
  --radio-button-color: #612d33;

  --main-color: #0199c3;
  --top-bar-background-color: #0199c3;
  --home-other-button-background-color: #0199c3;
  --radio-button-color: #0199c3;

  --main-color: #50a172;
  --top-bar-background-color: #50a172;
  --home-other-button-background-color: #50a172;
  --radio-button-color: #50a172;
*/
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(--top-bar-background-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;
}
div.startpage p {
  	width: 100%;
}

img.startpage_banner {
	width: 100%;
}
