
tr
  {
    /* Old browsers */
    background: white;
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(180deg, white, lightgreen);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(180deg, white, lightgreen);
  }

table
  {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    table-layout: fixed;
    font-size: 1.5vmax;
    display:inline-block;
    max-width: 100vw;

    /* Old browsers */
    background: white;
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(180deg, white, white, lightgreen, white);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(180deg, white, white, lightgreen, white);
  }

p
  {
    margin-left: 2vw;
    margin-right: 2vw;
    text-indent: 4vmax;
  }

td
  {
    max-width: 20vw;
  }

.logo_row
  {
    background: white;
  }

video
  {
    margin: 1vw;
    max-width: 76vw;
  }

.white_background
  {
    background: white;
  }


.contact_cell
  {
    /* Old browsers */
    background: white;
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(180deg, lightgreen, white);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(180deg, lightgreen, white);
  }

.white_green
  {
    /* Old browsers */
    background: white;
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(180deg, white, lightgreen);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(180deg, white, lightgreen);
  }

.green_white
  {
    /* Old browsers */
    background: white;
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(180deg, lightgreen, white);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(180deg, lightgreen, white);
  }

.v_white_green_white
  {
    /* Old browsers */
    background: white;
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(90deg, white, lightgreen, white);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(90deg, white, lightgreen, white);
  }

  .v_white_green
    {
      /* Old browsers */
      background: white;
      /* Chrome 10-25, Safari 5.1-6 */
      background: -webkit-linear-gradient(90deg, white, lightgreen);
      /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
      background: linear-gradient(90deg, white, lightgreen);
    }

  .v_green_white
    {
      /* Old browsers */
      background: white;
      /* Chrome 10-25, Safari 5.1-6 */
      background: -webkit-linear-gradient(90deg, lightgreen, white);
      /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
      background: linear-gradient(90deg, lightgreen, white);
    }

.green
    {
      background: lightgreen;
    }

.padding1
  {
    padding: 1vw;
  }


.smallervideo
  {
    margin: 0;
    padding: 0;
    align-content: top;
    max-width: 58vw;
  }

.logo_row
{
  background: white;
  margin: 0;
  padding: 0;
}

.logo_row a
  {
    display:inline-block;
    text-decoration: none;
    color: white;
  }

.logo, .logo_cell
  {
    background-color: white;
  }

.logo
  {
    width: 100%;
    height: 100%;
  }

.contact_cell
  {
    vertical-align: top;
    word-wrap: break-word;
    word-break: normal;
  }

.language
  {
    font-size: 1vmax;
    opacity: 0;
  }

.selected a
  {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;

    font-size: 1vmax;
    background: green;
    color: white;
  }

.selected a:hover
  {
    /* Old browsers */
    background: green;
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(180deg, green, white, green);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(180deg, green, white, green);
    color: black;
  }

.nav_cell a:hover
  {
    /* Old browsers */
    background: green;
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(180deg, green, white, green);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(180deg, green, white, green);
    color: black;
  }

.nav_cell a
  {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;

    font-size: 1vmax;
    /* Old browsers */
    background: white;
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(180deg, white, green, white);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(180deg, white, green, white);
  }

.nav_cell
  {
    padding: 0;
    margin: 0;
    width: 20%;
  }

.selected
  {
    padding: 0;
    margin: 0;
    width: 20%;
  }

.eh_cell, .electro_cell, .automation_cell
  {
    border: solid;
    border-color: darkgreen;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 10px;
  }

.eh_cell:hover, .electro_cell:hover, .automation_cell:hover
  {
    opacity: 0.5;
  }

.eh_cell div, .electro_cell div, .automation_cell div
  {
    align-self: stretch;
    align-content: stretch;
    background-color: white;
    display: grid;
  }

.eh_banner_label, .automation_banner_label
  {
    background-color: white;
    opacity:0.8;
    font-style: normal;
    text-align: center;
    color: black;
    text-decoration: none;
    width: 100%;

    padding-top: 0%;
    padding-bottom: 10%;
    font-size: 1.5vmax;
  }

.eh_banner, .automation_banner
  {
    background-color: white;
    opacity:0.7;
    font-style: normal;
    text-align: center;
    color: black;
    text-decoration: none;
    width: 100%;

    padding-top: 0%;
  }

.adb_cell
  {
    border: solid;
    border-color: darkgreen;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

.adb_cell:hover
  {
    opacity: 0.5;
  }

.adb_cell div
  {
    align-self: stretch;
    align-content: stretch;
    background-color: transparent;
    display: grid;
  }

.adb_banner_label, .electro_banner_label
  {
    background-color: transparent;
    opacity:1;
    font-style: normal;
    text-align: center;
    color: black;
    text-decoration: none;
    width: 100%;

    padding-top: 0%;
    padding-bottom: 10%;
    font-size: 1.5vmax;
  }

.adb_banner, .electro_banner
  {
    background-color: transparent;
    opacity:1;
    font-style: normal;
    text-align: center;
    color: black;
    text-decoration: none;
    width: 100%;

    padding-top: 0%;
  }

.side_contacts
  {
    font-size: 1vmax;
  }

.adb_details
  {
    background-image: url("resources/images/airport/01.jpg");
  }

.center
  {
    text-align: center;
  }

.justify
  {
    text-align: justify;
    margin-left: 2%;
    margin-right: 2%;
  }

.eh_catalog
  {
    border-style: solid;
    text-align: center;
    margin-top: 2%;
    margin-bottom: 2%;
    background-color: #0088ff;
  }

.eh_catalog h3
  {
    color: white;
    text-decoration: none;
  }

.eh_innercell
  {
    height: 3vmax;
    word-wrap: break-word;
    word-break: normal;
  }

  .eh_innercell:hover h4
  {
    background-color: lightgreen;
  }


.eh_innercell h4
  {
    background-color: white;
    opacity: 0.7;
  }

  .eh_innercell h1
    {
      opacity: 0;
    }

.eh_innercell div
  {
    margin: 0;
    padding: 0;
    top: 0;
    bottom: 0;
    align-self: stretch;
    align-content: stretch;
    display: grid;
    background-color: white;
  }

.eh_imageinnercell
  {
    height: 3vmax;
    opacity: 0;
  }

.eh_intro
  {
    text-align: top;
  }

.shithappens1
  {
    padding-top: 0.6%;
  }

.client_small_cell
  {
    width: 10vw;
  }

.client_small_logo
  {
    max-width: 10vw;
  }

.client_small_cell_
  {
      background-image: url(resources/images/clients/arcelor.png);
      background-size: cover;
      width: 10vw;
  }

  video::cue
    {
      background-image: linear-gradient(to bottom, dimgray, lightgray);
      color: papayawhip;
    }

a
  {
    text-decoration: none;
    color: black;
  }
