.teaser .teaserContent {
    height: inherit;
}

#ergebnis p, #ergebnis span {
    margin-bottom: 10px;
    color: #d12b2b;
    font-size: 11px;
    display: block;
}

ol.gs1_ol {
    list-style-type: decimal;
    margin-left: 30px;
    margin-top: 10px;
}

li.gs1_li {
    margin-bottom: 5px;
}

#gs1-logo {
    position: absolute;
    right: 30px;
    bottom: 40px;
}

#traceit {
    padding: 10px;
    width: 250px;
}

#traceit .more {
    margin: 10px 0 0 0;
    position: static;
}

#traceit .no-results {
    margin: 10px 0 0 0;
    color: #666;
}

#traceit label {
    display: block;
}

#traceit input[type="text"].error {
    border: 2px #d12b2b solid;
}

#traceit input[type="text"].success {
    border: 2px #4FA050 solid;
}

#traceit input[type=submit].active {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#10599c+0,08498c+100 */
    background: #10599c; /* Old browsers */
    background: -moz-linear-gradient(top,  #10599c 0%, #08498c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#10599c), color-stop(100%,#08498c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #10599c 0%,#08498c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #10599c 0%,#08498c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #10599c 0%,#08498c 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #10599c 0%,#08498c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10599c', endColorstr='#08498c',GradientType=0 ); /* IE6-9 */
}

#traceit input[type=submit] {
    background-color: #AFAFAF;
    border: none;
    padding: 0 20px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    height: 24px;
    line-height: 24px;
}

#traceit span.ajax-loader {
    background: url(http://www.ftrace.com/_files/images/ajax-loader.gif);
    width: 15px;
    height: 15px;
    display: inline-block;
    position: relative;
    left: -23px;
    top: 3px;
}

/* #traceit für Startseite und Frischetheke */
.home input[type="text"] {
    width: 145px;
    height: 26px;
    border: medium none;
    color: #727272;
    font-size: 11px;
    line-height: 20px;
    padding: 0 10px;
    margin: 10px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 1px 1px 5px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 1px 1px 5px -1px rgba(0,0,0,0.75);
    box-shadow: inset 1px 1px 5px -1px rgba(0,0,0,0.75);
}

.frischetheke input[type="text"] {
    width: 100%;
    height: 25px;
    border-radius: 5px;
    padding: 0 0 0 8px;
    border: 1px solid #aaa;
    background: linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
    background-clip: padding-box;
    box-shadow: 0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
    color: #000;
}

.frischetheke select, .frischetheke input[type="text"], .frischetheke .chosen-container {
    margin-bottom: 5px;
    font-size: 11px;
}

@media only screen and (max-width: 500px) {
    .frischetheke {
        padding: 10px;
    }

    .frischetheke input[type="text"] {
        border-radius: 4px;
        padding: 6px 12px;
        height: 34px;
        font-size: 14px;
        line-height: 1.42857143;
    }

    .frischetheke select, .frischetheke input[type="text"], .frischetheke .chosen-container {
        margin-bottom: 5px;
    }

    #traceit span.ajax-loader {
        background: url(http://www.ftrace.com/_files/images/ajax-loader.gif);
        width: 15px;
        height: 15px;
        display: inline-block;
        position: relative;
        left: -23px;
        top: 3px;
    }

    #traceit a {
        font-weight: normal;
    }

    #traceit input[type="text"] {
        height: 26px;
        width: 145px;
        border: medium none;
        color: #727272;
        font-size: 11px;
        line-height: 20px;
        padding: 0 10px;
        margin: 3px 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: inset 1px 1px 5px -1px rgba(0,0,0,0.75);
        -moz-box-shadow: inset 1px 1px 5px -1px rgba(0,0,0,0.75);
        box-shadow: inset 1px 1px 5px -1px rgba(0,0,0,0.75);
    }

    #traceit input[type="text"].error {
        border: 2px #d12b2b solid;
    }

    #traceit input[type="text"].success {
        border: 2px #4FA050 solid;
    }

    #ergebnis p, #ergebnis span {
        margin-bottom: 5px;
        color: #d12b2b;
        font-size: 11px;
        display: block;
    }

    #traceit input[type=submit] {
        background-color: #AFAFAF;
        border: none;
        padding: 0 20px;
        color: #fff;
        font-weight: bold;
        border-radius: 5px;
        height: 24px;
        line-height: 24px;
    }

    #traceit input[type=submit].active {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#10599c+0,08498c+100 */
        background: #10599c; /* Old browsers */
        background: -moz-linear-gradient(top,  #10599c 0%, #08498c 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#10599c), color-stop(100%,#08498c)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #10599c 0%,#08498c 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #10599c 0%,#08498c 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #10599c 0%,#08498c 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #10599c 0%,#08498c 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10599c', endColorstr='#08498c',GradientType=0 ); /* IE6-9 */
    }

    #traceit label {
        display: block;
    }
}