/* css version 4.92 */
@font-face {
  font-family: speedee;
  src: url(assets/fonts/Speedee_W_Rg.ttf);
}
@font-face {
  font-family: speedee;
  src: url(assets/fonts/Speedee_W_Bd.ttf);
  font-weight: bold;
}
html * {
  font-family: speedee;
  font-weight: 400;
  font-style: normal;
  background-color: black;
  color: white;
}
.image_link {
  margin: 0px 0px 5px 0px;
  padding: 0px;
  width: auto;
}
a.linkbox_style:link,
a.linkbox_style:visited {
  color: white;
  text-decoration: none;
}
a.linkbox_style:hover {
  color: rgb(245, 187, 71);
  text-decoration: none;
  border: 0.35rem solid;
  border-radius: 1rem;
  border-color: rgb(245, 187, 71);
}
a.linkbox_style:active {
  color: rgb(201, 42, 32);
  text-decoration: none;
  border: 0.35rem solid;
  border-radius: 1rem;
  border-color: rgb(201, 42, 32);
}
.linkbox_style {
  cursor: pointer;
  display: block;
  border: 0.35rem solid transparent;
  -webkit-tap-highlight-color: rgb(245, 187, 71);
  width: auto;
  margin: 5px;
}
.banner {
  display: table;
  height: 10vh;
  width: 100%;
  background-image: url(assets/images/burger_logo.png?v=5);
  background-size: contain;
  background-repeat: round;
}
.bannertitle {
  height: inherit;
  width: inherit;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background-color: transparent;
  color: rgb(245, 187, 71);
  text-shadow: -0.1em 0em 0.5em white, 0.1em 0em 0.5em white,
    0em -0.1em 0.5em white, 0em 0.1em 0.5em white;
}
.table {
  display: grid;
  text-align: center;
  color: white;
}
.logolight {
  width: 15vw;
  cursor: pointer;
  display: none;
}
.logodark {
  width: 15vw;
  cursor: pointer;
  display: inline-block;
}
.logoNeutral {
  width: 15vw;
  cursor: pointer;
  display: inline-block;
}

/* table setup */

.heading_1 {
  grid-row: 1;
  grid-column: span 4;  
  height: auto;
  width: auto;
  text-align: center;
  padding: 0.5vh;
  border-bottom-style: solid;
  border-bottom-color: rgb(245, 187, 71);
  border-bottom-width: 5px;
  border-top-style: none;
  border-top-color: rgb(245, 187, 71);
  border-top-width: 5px;
}
.repairlist {
  grid-row: 2;
  grid-column: 1;
}
.techsupport {
  grid-row: 2;
  grid-column: 2;
}
.phonebook {
  grid-row: 2;
  grid-column: 3;
}
.invoices{
  grid-row: 2;
  grid-column: 4;
}
.LTO {
  grid-row: 3;
  grid-column: 1;
}
.pm {
  grid-row: 3;
  grid-column: 2;
}
.visits {
  grid-row: 3;
  grid-column: 3;  
}
.preferences {
  grid-row: 3;
  grid-column: 4;
}

.heading_2 {
  grid-row: 4;
  grid-column: span 4;
  width: auto;
  margin-top: 5vh;
  padding: 0.5vh;
  text-align: center;
  border-bottom-style: solid;
  border-bottom-color: rgb(245, 187, 71);
  border-bottom-width: 5px;
  border-top-style: solid;
  border-top-color: rgb(245, 187, 71);
  border-top-width: 5px;
}
.myqsr {
  grid-row: 5;
  grid-column: 1;
}
.pace {
  grid-row: 5;
  grid-column: 2;
}
.propel{
  grid-row: 5;
  grid-column: 3;
}
.peak{
  grid-row: 5;
  grid-column: 4;
}
.voice {
  grid-row: 6;
  grid-column: 1;
}
.qsrsoft {
  grid-row: 6;
  grid-column: 2;
}
.lifelenz {
  grid-row: 6;
  grid-column: 3;
}
.sync {
  grid-row: 6;
  grid-column: 4;
}
.franke {
  grid-row: 7;
  grid-column: 1;
}
.havi {
  grid-row: 7;
  grid-column: 2;
}
.campus {
  grid-row: 7;
  grid-column: 3;
}
.hu {
  grid-row: 7;
  grid-column: 4;
}
.atmcd_home {
  grid-row: 8;
  grid-column: 1;
}
.gam {
  grid-row: 8;
  grid-column: 2;
}
.deloitte {
  grid-row: 8;
  grid-column: 3;
}
.protect {
  grid-row: 8;
  grid-column: 4;
}