﻿body {
    font: 400 14px/1.8em Arial;
    background-color: #ffffff;
}
.Formular {
    float: left;
    width: 80%;
}
.Error {
    color: red !important;
}
.CoolIchHabWasGeschaft {
    color: greenyellow !important;
}
#RightQrCode {
    float: right;
    width: 20%;
}
#QrCode {
    margin-top: 45px;
    width: 100%
}
#WebsideURL {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
    text-align: center;
}
#TeamViewer {
    position: relative;
    width: 120px;
    height: 60px;
    margin: auto;
}
.Formular h3 {
    font: 700 14px/1.5em Open Sans;
    color: #4a4a4a;
    margin: 15px 0 5px 0;
    padding: 0;
    letter-spacing: -0.025em;
}
.Formular p {
    width: 100%;
    overflow: hidden;
    clear: both;
    margin: 0 0 10px 0;
    font-size: 11px;
    font-style: italic;
    border: 0;
    padding: 0;
}
.Formular span {
    position: relative;
}
.Formular input[type=text], input[type=email], input[type=tel], input[type=password] {
    font-style: normal;
    overflow: hidden;
    clear: both;
    width: 88% !important;
    padding: 10px !important;
    margin: 5px 0 !important;
    float: left !important;
    color: #757575;
    background-color: #fff5e5;
    border: 1px solid #eee;
    font-size: 11px !important;
    line-height: 1 !important;
    -webkit-appearance: textfield;
    -webkit-rtl-ordering: logical;
    user-select: text;
    cursor: auto;
    letter-spacing: normal;
    font: 13.3333px Arial;
}
.Formular input ::selection {
    background: #10AFCC;
    color: #fff;
}
.Formular #sub, #back {
    background-color: #ff9900;

    background-image: url(http://brasi-ag.info/wp-content/uploads/2015/03/Brasi-Pfeil.png) !important;
    background-size: 16px 24px !important;
    background-position: 18px 13px !important;
    background-repeat: no-repeat !important;
    padding: 13px 39px !important;
    border: none !important;

    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 15px !important;
    font-weight: bold;
    color: #fff !important;
}
.Formular input[type=submit]:hover, input[type=button]:hover {
    background-color: #2e2d2d;
}
fieldset {
    border: 1px solid silver;
    padding: 8px;
    border-radius: 4px;
    width: 88%;
}

legend {
    padding: 2px;
    width: auto;
    border-bottom: none;
    margin-bottom: 0;
}
textarea {
    width: 88%;
    height: 200px;
    resize: none;
    color: #757575;
    background-color: #fff5e5;
    border: 1px solid #eee;
}
@media handheld, only screen and (max-width: 1000px) {
    #RightQrCode {
        display: none;
    }
    .Formular input[type=text], input[type=email], input[type=tel], input[type=password] {
        width: 100% !important;
    }
    .Formular {
        width: 100%;
    }

    #RightQrCode {
        width: 0%;
    }
    fieldset {
        width: 100%;
    }
    textarea {
        width: 100%;
    }
}