*{
    font-family: "Santral-Medium" !important;
  }



   html,
   body {
    padding: 0;
    margin: 0;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
   }

  .myScale{
    height: 100vh !important;
    width: 100vh !important;
  }
  
  .chat_me {
    font-size: 1.2rem;
    float:right;
    margin-right: 7%;
    margin-top: 5%;
    margin-bottom: 2%;
    max-width: 80%;
    border-bottom-left-radius: 1rem;
    border-top-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    background: #FFFFFF;
    color: #000;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 1%;
    padding-bottom: 1%;
    text-align: left;
  
    position: relative;
  }
  
  .chat_you {
    float:left;
    font-size: 1.2rem;
    margin-left: 6%; 
    margin-top: 5%;
    margin-bottom: 2%;
    max-width: 79%;
    border-bottom-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    background: #fff;
    color: #000;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 4%;
    padding-bottom: 5%;
    text-align: left;
    line-height: 1.5rem;
    position: relative;
  }
  
  .godfrey{
    font-family: "Santral-Medium" !important;
  }

  .buttontext{
    font-family: "Santral-Medium" !important;
  }



  /* speech bubble 13 */
  
  .chat_you:before {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border: .5em solid #fff;
    border-color: #fff #fff transparent transparent;
    top: .0em;
    left: -0.9em;
  }

  .chat_me:before {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border: .5em solid #fff;
    border-color: #fff transparent transparent #fff;
    top: .0em;
    right: -0.9em;
  }
  /*.chat_me:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 25px solid #ffffff;
    border-right: 25px solid transparent;
    border-top: 25px solid #ffffff;
    border-bottom: 25px solid transparent;
    right: -36px;
    top: 0px;
  }*/
  
  
  /* speech bubble 14 */
  
 /* .chat_you:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 25px solid transparent;
    border-right: 25px solid #ffffff;
    border-top: 25px solid #ffffff;
    border-bottom: 25px solid transparent;
    left: -36px;
    top: 0px;
  }*/
  
  .chaticon{
    color:#B40C0D;
   
  }
  
  /*#chatarea{
    overflow: scroll !important;
   
  }*/

  .bottomPos{
    position: fixed;
    bottom: 0;
  }
  
  #message_areaOLLD{
    position: fixed;
    left: 0;
    bottom: 0;
    background-color:#F6F6F6;
    width:100%;
  }

  #message_area{
    background-color:#F6F6F6;
    width:100%;
    padding-top:1rem;
    padding-bottom: 2rem;
  }
  
  .choose_message{
    background-color:#B40C0D;
    width:90%;
    margin-left:5%;
    margin-right:5%;
    margin-top:2%;
    margin-bottom:2%;
    font-size: 1rem;
    padding:0px;
    border-radius: 50px;

    color:#ffffff;
    align-items: center;
    text-align: center;
    display: flex;
    justify-content: center;
    transition: all 0.15s;
    transform: scale(1);
  }

  .animate {
    transform: scale(0.8);
  }
  
  .parent {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  
  .inner_message {
    display: flex;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-left:1rem;
    margin-right:1rem;
  }
  
  .factContent{
    overflow-y: scroll !important;
  }


.scroll{
    overflow-y:scroll !important;
    overflow-x:hidden !important;
    
}

.chatItem{
    padding:1rem;
}

.chatBox{
    background-color:#A2DAF8;
    height:300px;
    border-radius:30px
}

.chatSpacerSmall{
    position:relative;
    left:3%;
    top:10%;
    width:22%;
    height:250px;
    background-color:#fff;
    border-radius:50%;
    float:left;
    background-repeat: no-repeat;
    background-size: cover;
}

.chatInner{
    position:relative;
    right:3%;
    top:10%;
    width:67%;
    height:290px;
    float:right;
}

.chatName{
    color:#FFFFFF;
    font-size:60px;
}

.chatNameLong{
    color:#FFFFFF;
    font-size:50px;
}

.chatSubtext{
    color:#FFFFFF;
    font-size:35px;
    padding-top:0px;
}

.chatType{
    color:#FFFFFF; 
    font-size:54px;
    position:absolute;
    bottom:-6%;
}


.chatIcon{
    width: 50px;
    padding-right: 20px;
}


.chatVisited{
    background-color: rgba(255, 255, 255, 0.0);
    width: 98%;
    height: 300px;
    z-index: 100;
    position: absolute;
    border-radius: 0px;
}

.visited{
    background-color:#2b2b2b !important;

}

.readIcon{
    width:200px;
    position: absolute;
    right:50px;
    bottom:40px;
}


.middleText{
  vertical-align: middle;
  display: table-cell !important;
}

.factSender{
  width: 700px;
  height: 130px;
}

.chatSender{
  font-size: 1rem;
  padding-left: 1.5rem;
  padding-right: 0.5rem;
  color:#000;
}

.audioSender{
  width: 700px;
  height: 130px;
}

.videoSender{
  width: 700px;
  height: 130px;
}

.imageChat{
  width: 80%;
}

.chattypeheadline{
  color:#B40C0D;
  font-size:1.4rem;
  font-weight:bold;
}

.sticky {
  position: fixed !important;
  top: 0 px!important;
  width: 100% !important;
  left:0 !important;
  transform-origin: 0% 50% !important;
}


.flex-container-test {
  display: flex;
  flex-direction: column;
 
}

header {
  background-color: rgba(255, 255, 255, 1);
  color: #fff;
}

section{
  overflow: auto;
  flex: 1;
}

section.content {
  flex: 1;
  overflow: auto;
}

footer {
  background-color: #fff;
  color: #fff;
}

.upflex{
  width:100% !important;
}

.flexCircle{
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #fff;
  margin-left: 1rem;
  flex-shrink:0;
}

.arrowFlex{
  width:2rem;
  padding-left: 1.5rem;
}

.headerFlexContainer{
  display: flex; 
  justify-content: flex-start; 
  height:4rem;
  align-items:center;
}

.headerFlexHolder{
  height:4rem;
  padding-top:1rem;
  padding-bottom: 0.5rem;
}


/* this is the flex container that will take the rest of the height */
.content-wrapper {
  display: flex;
  flex: 1;
  min-height: 0px; /* IMPORTANT: you need this for non-chrome browsers */
}

/* the container for our overflowed content */
.overflow-container {
  flex: 1;
  overflow: auto;
}

/* the overflow content itself */
.overflow-content {
  height: 2000px;
  color: black;
  background-color: #ddd;
  padding: 20px;
}

code {
  font-weight: bold;
  color: darkred;
  margin: 0 5px;
}


.zindex30{
  z-index:30 !important;
}

.zindex1{
  z-index:1 !important;
}

.clear {
	clear: both;
}


audio::-webkit-media-controls-panel {
  background-color: #56AEFF;
}

audio::-webkit-media-controls-volume-slider {
  background-color: #B1D4E0;
  border-radius: 25px;
  padding-left: 8px;
  padding-right: 8px;
}


.bu{
  font-size:0.5rem;
  line-height: 0.7rem;
}

/*
lila:#6456df;green background
blau:#36c1f3;violet background
grün:#abbf20,blue background
*/