    /* Dropzone und Preisausgabe */
    
    #head-clearer {
        margin-top: 70px;
    }
    
    .img-fluid {
        max-width: 60%;
        margin: 0 20% -25px 20%;
    }
    
    #PDFdropzone {
        padding: 0 0 0 0;
    }
    
    #PreisAusgabe {
        margin: 0 -25px 1em -25px;
        background: #fff;
        /*left: 50%; 
	margin-left: -45%; 
	width: 90%;
	position: absolute;*/
    }
    
    #PreisAusgabe,
    .nav-item {
        font-size: 0.8em;
    }
    
    label {
        font-size: 0.8em;
        padding: 0 2%;
    }
    
    .switch {
        width: 75px;
    }
    
    textarea.form-control {
        width: 96%;
        margin: 0 2%;
    }
    
    #Entscheider {
        position: relative;
        top: -148px;
    }
    
    .tab-content {
        margin: 0px;
        padding: 5px 10px;
    }
    
    #PDFdropzone {
        margin: -9px -10px 0 -10px;
        height: 350px;
        width: calc(100% + 20px);
    }