#video-call-div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

#local-video {
    position: absolute;
    top: 0;
    left: 0;
    margin: 16px;
    border-radius: 16px;
    max-width: 20%;
    max-height: 20%;
    background: #ffffff;
    border: white 2px solid;
}

#remote-video {
    background: #000000;
    width: 100%;
    height: 100%;
}

button {
    cursor: pointer;
}
body {
    font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
    /* background-color: rgba(210, 228, 251, 0.845); */
  
    overflow-y: hidden;
    overflow-x: hidden;

    background-color: #434669;
  }
  
  a {
    text-decoration: none;
    color: black;
  }
  
  #footerRow{
    position: absolute;
    bottom: 0px;
    width: 100%;
  }
  
  #headerRow{
    position: absolute;
    top: 0px;
    width: 100%;
  }
  .b1{
    background-color: #434669;
  }
  .b2{
    background-color: #2C80AA;
  }
  .b3{
    background-color: #00BFCF;
  }
  .b4{
    background-color: #6CFBCE;
  }
  .center {
    margin: 0;
    position: absolute;
    top: 82%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 10px;
  }
  .txtCenter {
    text-align: center;
  }
  .roundBtn {
    border-radius: 50%;
    width: 120px;
    height: 120px;
  }
  .roundBtnAktiv {
    background-color: #269510;
    color: #000000;
  }
  .roundBtnInaktiv {
    background-color: #ee4b4b;
    color: #000000;
  }
  .moreBtn {
    position: fixed;
    top: 10%;
    left: 90%;
    margin: 16px;
    border-radius: 16px;
    max-width: 20%;
    max-height: 20%;
    z-index: 1;
  }
  .copyBtn {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    margin: 10px;
  }
  .controll-btn {
    border-radius: 50%;
    padding: 2em;
    color: #050801;
    z-index: 1 !important;
    -webkit-box-reflect:below 1px linear-gradient(transition, #0005);

  }
  .controll-btn-an {
    background: #269510;
    /*box-shadow: 0 0 5px #03e9f4,
                0 0 25px #03e9f4,
                0 0 50px #03e9f4,
                0 0 200px #03e9f4;*/
    /*filter: hue-rotate(270deg);*/
  }
  .controll-btn-aus {
    background: #f40303;
  /*  box-shadow: 0 0 5px #f40303,
                0 0 25px #f40303,
                0 0 50px #f40303,
                0 0 200px #f40303;*/
  }
  .controll-btn-copy {
    background: #34ced2;
   /* box-shadow: 0 0 5px #03e9f4,
                0 0 25px #03e9f4,
                0 0 50px #03e9f4,
                0 0 200px #03e9f4;*/
  }
  .control-btn-disabled{
    background: #8c8c8c;

  }
  .foo {
    /*font-size: 30px;*/
    font-size:4vw;
    color: white;
    line-height: 2em;
    width: 7vw;
    height: 7vw;
    text-align: center;
    display: inline-block;
    transition:0.5s;
    border-radius: 50%;
    vertical-align: middle;
  }
  .fa {
    font-size: 2vw;
  }
  .fa:hover {
    transform: scale(1.2);
  }
  .bg-gray{
    background-color: gray;
  }
  #local {
    border-top: 2px solid white;
    border-left: 2px solid white;
  }
  .card {
    background-color: #434669;
    border-radius: 0px;
    border: 3px solid white;
    z-index: 999 !important;
  }

  .remote-video-name {
    color: white;
    position:absolute;
    top: 0;
    font-size: 1.5em;
    background-color:rgba(0, 0, 0, 0.3);
    z-index:300000;
    padding-top: 10px;
    width: 100%;
    text-align: center;
  }