﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
 
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}



.ausfirstline {
    border-top: 1px black solid;
    border-left: 1px black solid;
    border-right: 1px black solid;
}

.ausmiddleline {
    border-left: 1px black solid;
    border-right: 1px black solid;
}

.auslastline {
    border-left: 1px black solid;
    border-right: 1px black solid;
    border-bottom: 1px black solid;
}

.form-text {
    margin-bottom: 0px;
    padding-top: 9px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.AngebotNot {
    display: none;
}

.AngebotYes {
    display: block;
}
@media only screen and (max-width: 900px) {
    .AngebotNot {
        display: block;
    }

    .AngebotYes {
        display: none;
    }
}



    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }