body {
    font-family: 'Open Sans';
    color: #666;
    font-size: 16px;
}

.LFehler {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    color: red;
}

.mt3 {
    margin-top: 3px;
    margin-bottom: 5px;
}

.Button {
    /* position: relative; */
    vertical-align: top;
    height: 35px;
    padding: 0 10px;
    font-size: 18px;
    color: #FFFFFF !important;
    text-align: center;
    background: #00abe5 !important;
    border-bottom: 2px solid #00abe5;
    cursor: pointer;
    border-left-style: none;
    border-left-color: inherit;
    border-left-width: 0;
    border-right-style: none;
    border-right-color: inherit;
    border-right-width: 0;
    border-top-style: none;
    border-top-color: inherit;
    border-top-width: 0;
    margin-left: 5px;
}

    .Button:hover {
        color: #666666 !important;
        background: #FFFFFF !important;
    }

select, textarea,
input[type="text"],
input[type="password"],
input[type="email"],
.uneditable-input {
    /* padding: 15px 10px;
    font-size: 1.5em; */
}

.input-append .add-on, .input-prepend .add-on {
    font-size: 17px;
    line-height: 25px;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    font-size: 16px;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    /* top: -10px; */
    left: 0px;
}

label, input, button, select, textarea {
    font-size: 16px;
}

@media (max-width: 767px) {
    .input-large, .input-xlarge, .input-xxlarge, input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input {
        min-height: 38px;
    }
}


.Checkbox {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    color: #666666;
    padding: 5px;
}



/* Produktwahl Radios */

.produkte label {
    font-weight: normal;
    font-size: 16px;
}

.produkte input[type="radio"]:empty {
    display: none;
}

    .produkte input[type="radio"]:empty + label {
        position: relative;
        line-height: 1.5em;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        padding-left: 45px;
        margin-bottom: 10px;
        height: 24px; /* height des input buttons */
    }

        .produkte input[type="radio"]:empty + label:before {
            position: absolute;
            display: block;
            top: 0;
            bottom: 0;
            left: 0;
            content: '\2003'; /* 2715 */ /* 0020 */ /* \39f */ /* 25A2 */
            text-indent: .9em;
            width: 1.5em; /* 2.5 */
            background: #FFFFFF; /* D1D3D4 */
            /* border-radius: 3px 0 0 3px; */
            border: 1px solid #00abe5;
        }

.produkte input[type="radio"]:hover:not(:checked) + label {
    color: #00abe5;
    /*font-weight: bold; */
}

    .produkte input[type="radio"]:hover:not(:checked) + label:before {
        /* content: '\2714'; */
        text-indent: .4em; /* .9em */
        background: #00abe5;
        color: #FFF;
        border: 1px solid #00abe5;
    }

.produkte input[type="radio"]:checked + label {
    color: #777;
}

    .produkte input[type="radio"]:checked + label:before {
        content: '\2714';
        text-indent: .4em; /* .9em */
        color: #333;
        background-color: #ccc;
    }

.produkte input[type="radio"]:focus + label:before {
    box-shadow: 0 0 0 3px #999;
}

.produkte-primary input[type="radio"]:checked + label:before {
    color: #fff;
    background-color: #00abe5;
}



/* www input und subdomain input */

.input-prepend .add-on:first-child { /* 4px 0 0 4px */
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

.input-append .add-on:last-child {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}




/* checkboxes */


/* Produktwahl Checkboxes */

.checkboxes label {
    font-weight: normal;
    font-size: 16px;
}

.checkboxes input[type="checkbox"]:empty {
    display: none;
}


    .checkboxes input[type="checkbox"]:empty + label {
        position: relative;
        display: inline-block; /* block */
        line-height: 1.5em;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        padding-left: 45px;
        margin-bottom: 15px;
        height: 24px; /* height des input buttons */
    }

        .checkboxes input[type="checkbox"]:empty + label:before {
            position: absolute;
            display: block;
            top: 0;
            bottom: 0;
            left: 0;
            content: '\2003'; /* 2715 */ /* 0020 */ /* \39f */ /* 25A2 */
            text-indent: .9em;
            width: 1.5em; /* 2.5 */
            background: #FFFFFF; /* D1D3D4 */
            /* border-radius: 3px 0 0 3px; */
            border: 1px solid #00abe5;
        }

.checkboxes input[type="checkbox"]:hover:not(:checked) + label {
    color: #00abe5;
    /*font-weight: bold; */
}

    .checkboxes input[type="checkbox"]:hover:not(:checked) + label:before {
        /* content: '\2714'; */
        text-indent: .4em; /* .9em */
        background: #00abe5;
        color: #FFF;
        border: 1px solid #00abe5;
    }

.checkboxes input[type="checkbox"]:checked + label {
    color: #777;
}

    .checkboxes input[type="checkbox"]:checked + label:before {
        content: '\2714';
        text-indent: .4em; /* .9em */
        color: #333;
        background-color: #ccc;
    }

.checkboxes input[type="checkbox"]:focus + label:before {
    box-shadow: 0 0 0 3px #999;
}

.checkboxes-primary input[type="checkbox"]:checked + label:before {
    color: #fff;
    background-color: #00abe5;
}



@media (max-width: 480px) {
    .produkte input[type="radio"]:empty + label,
    .produkte input[type="checkbox"]:empty + label {
        margin-bottom: 30px;
    }

    .checkboxes input[type="radio"]:empty + label,
    .checkboxes input[type="checkbox"]:empty + label {
        margin-bottom: 30px;
    }
}



.SysconfLoginTitle {
    font-family: 'Open Sans';
    font-size: 28px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    color: #666666;
}



.SysconfLoginSubTitle {
    font-family: 'Open Sans';
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    color: #FFFFFF;
}

.noborder {
    border: 0;
}

.SysconfLoginButton {
    position: relative;
    vertical-align: top;
    height: 35px;
    width: 135px;
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    color: #666666;
    text-align: center;
    /* text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25); */
    background: #fff;
    border: 0;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

    .SysconfLoginButton:hover {
        color: #FFF;
        background: #666666;
    }

.SysconfLoginText {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    color: #ffffff;
}

/* wsb-login */


input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

    input[type="checkbox"] ~ label:before {
        content: '';
        display: inline-block;
        cursor: pointer;
        margin: 2px 10px -2px 0;
        width: 14px;
        height: 14px;
        background: #FFF;
        border: 3px solid #FFF;
        border-radius: 2px;
        transition: .3s;
    }


    input[type="checkbox"]:checked ~ label:before {
        background: #111565;
    }

    input[type="checkbox"]:focus ~ label:before {
        border-color: #FFF;
    }