﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Roboto', sans-serif;
    
}

/* 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;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 460px;
}

label { font-weight:normal;}

.teaser {
    font-style:normal;
    font-variant:normal;
    font-size:18px;
}

.field-validation-error {
    color:red;
    display:block;
}

.required:after 
{
    content: "*";
    font-weight: normal;
    color: red; 
    margin-left: 3px;
}

.lead-text {
    line-height:140%;
    letter-spacing:0.15em;
    font-size:19px;
}
.headline {
    font-size:24px;
}
.formular {
    /*font-size:16px;
    line-height:140%;
    letter-spacing:0.1em;*/
    font-size:15px;
    /*line-height:1.86em;*/
    
}
.form-control {
    font-size:16px;
}
.dropzoneStyle {
    width:220px;
    height:220px;
    display:inline-flex;
}
.no-flexbox .dropzoneStyle{
    width:150px;
    height:150px;
    display:table-cell;
}

.dropzone {
    min-height:220px;
}

 #form1 label.error {
            margin-left: 10px;
            width: auto;
            display: block;
            color:red;
        }
.liDS {
    padding-bottom:10px;
}
.impressum-text {
    line-height:100%;
  /*  letter-spacing:0.15em;*/
    font-size:13px;
}
.lead {
    line-height:1.86em;
    /*letter-spacing:0.15em;*/
    font-size:15px;
}