html {
    -webkit-text-size-adjust: 100%;
    font-family: sans-serif;
}
body {
    color: #333333;
    margin: 0;
    padding: 0;
    font-size: 13px;
}
a {
    display: inline-block;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
div{
    display: block;
}
input{
    font-size: 15px;
    font-family: inherit;
}
#header {
    position: fixed;
    z-index: 666;
    top: 0;
    float: left;
    width: 100%;
    min-height: 45px;
    padding: 3px 12px;
}
.frame {
    width: 100%;
    margin: 0 auto;
}
.backbutton {
    float: left;
    width: 16px;
    height: 45px;
    cursor: pointer;
    background: url(/img/_btns/back.svg) no-repeat center center;
    -o-background-size: 75% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.cardbild {
    float: left;
    width: 33px;
    height: 33px;
    margin: 6px 8px 6px 4px;
    -webkit-border-radius: 200px;
    border-radius: 200px;
}
.cardname {
    position: relative;
    float: left;
    height: 40px;
    width: 200px;
}
.cardnameframe {
    font-size: 14px;
    position: absolute;
    bottom: 0;
    left: 0;
    color :#fff;
}
.cardnameframe b {
    line-height: 34px;
}
.schreibt, .online {
    font-size: 12px;
    display: none;
    width: 50px;
    height: 16px;
    margin-top: -8px;
    color: inherit;
}
#chatframe {
    position: absolute;
    top: 0;
    bottom: 24px;
    width: 100%;
    height: auto;
}
.chat {
    position: absolute;
    top: 51px;
    overflow: scroll;
    width: 100%;
    height: 500px;
    height: -webkit-calc(500px);
    height: -moz-calc(500px);
    padding: 0 12px;
}
.warningframe {
    float: left;
    width: 100%;
    margin: 12px 0;
    text-align: center;
}
.chatwarning {
    min-width: 228px;
    font-size: 12px;
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 4px 6px;
    text-align: left;
    color:#ffffff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px #808080;
    box-shadow: 0 1px 1px #808080;
}
form .chatwarning{
    padding: 8px 5px 2px 7px;
    width: 265px;
}
.text1, .text2, .text3, .text4, .text5 {
    display: none;
    float: left;
    width: 100%;
    color :black;
}
.firstbubble {
    font-size: 14px;
    position: relative;
    float: left;
    /*max-width: 80%;*/
    margin-bottom: 4px;
    padding: 4px;
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #808080;
    box-shadow: 0 1px 1px #808080;
}
.triangle {
    position: absolute;
    top: 0;
    left: -10px;
    overflow: hidden;
    width: 10px;
    height: 25px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.triangle::after {
    position: absolute;
    top: -25px;
    left: 12px;
    width: 50px;
    height: 50px;
    content: '';
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-box-shadow: 0 1px 1px #808080;
    box-shadow: 0 1px 1px #808080;
}
.bubble {
    font-size: 14px;
    float: left;
    max-width: 80%;
    margin-bottom: 4px;
    padding: 4px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #808080;
    box-shadow: 0 1px 1px #808080;
}
.bubbleimg {
    overflow: hidden;
    position: relative;
    width: 160px;
/*    height: 160px;*/
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.bubbleimg img{
    width: 100%;
}
.typeincontainer {
    position: fixed;
    bottom: 30px;
    float: left;
    width: 100%;
    padding: 4px 12px;
    z-index: 99;
}
form.js-form-submit {
    float: left;
    width: 100%;
}
#numberwarner {
    position: absolute;
    z-index: 50;
    bottom: 124px;
    left: -139px;
    display: none;
}
#numberwarner .upper {
    bottom: 40px;
    transition: ease 0.5s;
}
.information {
    float: left;
    width: 13px;
    height: 13px;
    margin-right: 11px;
    -o-background-size: auto 100%;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}
.information i{
    transform: rotate(180deg);
    font-size: 21px;
}
.chatwarning p {
    margin-top: 0;
    margin-bottom: 8px;
}
.hidden {
    display: none;
}
.tttriangle {
    position: absolute;
    z-index: 10;
    bottom: -20px;
    left: 20px;
    overflow: hidden;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.tttriangle::after {
    position: absolute;
    top: -32px;
    left: -47px;
    width: 54px;
    height: 54px;
    content: '';
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-box-shadow: 0 1px 1px #808080;
    box-shadow: 0 1px 1px #808080;
    z-index: 999;
}
.typeframe {
    position: relative;
    float: left;
    width: 100%;
}
.whitebox {
    position: relative;
    float: left;
    overflow: hidden;
    width: -webkit-calc(100% - 62px);
    width: -moz-calc(100% - 62px);
    width: calc(100% - 62px);
    min-height: 50px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #808080;
    box-shadow: 0 1px 1px #808080;
}
.inputs.up {
    margin-bottom: -48px;
}
.inputs.up.uptomail {
    margin-bottom: 0;
}
.inputs {
    width: 100%;
    float: left;
    height: 96px;
    margin-bottom: -96px;
}
.inputs .required {
    display : none;
}
#username, #email, .textarea {
    position: relative;
    bottom: 0;
    left: 0;
    float: left;
    width: 100%;
    padding: 7px 40px 0px 40px;
    resize: none;
    border: none;
    outline: none;
    font-size: 19px;
    font-family: inherit;
}
.textarea{
    height: 51px;
}
#username{
    height: 51px;
}

.writesymbol {
    background: url(/img/_btns/writetext.png) no-repeat center center;
}
.sendsymbol{
    display: none;
    background: url(/img/_btns/icon_user.png) no-repeat center center;
}
.emailsymbol{
    display: none;
    background: url(/img/_btns/icon_email.png) no-repeat center center;
}
.writesymbol, 
.sendsymbol, 
.emailsymbol {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 40px;    
    -o-background-size: 24px;
    -webkit-background-size: 24px 24px;
    background-size: 24px;
}
.emailsymbol {
    bottom: 7px;
}
.sendbox {
    position: absolute;
    z-index: 5;
    right: 0;
    bottom: 0;
    float: right;
    width: 50px;
}
#textsend, input#smssend, input#emailsend {
    background: url(/img/_btns/send.png) no-repeat center center;
    background-size: 46%;
    background-position: 58% center;
    position: absolute;
    bottom: 0;
    width: 50px;
    height: 50px;
    border: none;
    -webkit-border-radius: 200px;
    border-radius: 200px;
    outline: none;
    -webkit-box-shadow: 0 1px 1px #808080;
    box-shadow: 0 1px 1px #808080;
    cursor: pointer;
}
input#smssend, input#emailsend
{
    display: none;
}
.ttriangle {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 52px;
    overflow: hidden;
    width: 10px;
    height: 25px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.ttriangle::after {
    position: absolute;
    top: -28px;
    left: -47px;
    width: 50px;
    height: 50px;
    content: '';
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-box-shadow: 0 1px 1px #808080;
    box-shadow: 0 1px 1px #808080;
}
.message_chat {
    z-index: 999;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 35%;
    height: 70px;
}
.form_error{
    display: none;
    padding: 4px 8px;
    text-align: center;
    color: #ffffff;
}

/* #FOOTER */
.footer {
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 999999;
    width: 100%;
    padding: 5px 0px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    font-size: 12px;  
    height: 24px;
}

.footer .legal__container > div {
    display: inline-block;
    position: relative;
    margin: 0 10px;
}

.footer .legal__container > div:before {
    content: "";
    height: 10px;
    border-right: thin solid #fff;
    position: absolute;
    top: 2px;
    right: -12px;
}

.footer .legal__container > div.legal__privacy:before {
    display: none;
}
/* END FOOTER */

/* REGISTRATION */
.modal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    background-color: rgba(0, 0, 0, 0.4);
}
.modal-overlay {
    display: none;
}
.modal-overlay.highest {
    display: block;
}
/* END REGISTRATION */
/* for iphone 5 */
@media only screen and (max-device-width: 480px) {
    .chat{
        height: 540px;
    }
}

/* table */
@media (min-width: 768px) {
    .chat{
        overflow: hidden;
    }
}
@media (min-width: 992px) {
    #numberwarner{
        bottom: 60px;
        left: 0;
    }
    #numberwarner .upper{
        bottom: 40px;
    }
    
    .information {
        margin-right: 4px;
    }
    .information i{
        transform: rotate(180deg);
        font-size: 15px;
    }
    .bubbleimg{
        width: auto;
        height: auto;
    }
   
    .message_chat {
        width: auto;
        left:40%
    }
    .chat{
        overflow: hidden;
        height: -webkit-calc(100% - 109px);
        height: -moz-calc(100% - 109px);
        height: calc(100% - 109px);
    }
    .firstbubble{
        max-width: 80%;
    }
    #username{
        height: 42px;
    }
    
    .emailsymbol {
        bottom: 8px;
    }
    .inputs{
        height: 89px;
    }
    
}
@media (min-width: 1200px) {
    
}
@media (min-width: 1366px) {
    
}
@media (min-width: 1400px) {
        
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
  input:focus {
    font-size: 19px;
  }
}
@media(max-width: 350px) {
    #username, #email, .textarea, input:focus {
        font-size: 17px;
    }
}