/* Dropzone und Preisausgabe */

#head-clearer {
    margin-top: 70px;
}

#canvas-content {
    color: #474b5a;
    font-size: 1.4em;
}

#canvas-container {
    text-align: center;
    height: 480px;
    position: relative;
}

#canvas-content small {
    font-size: 0.6em;
    line-height: 0.7em;
}

.EntscheiderButton {
    padding: 40px 0;
    line-height: 25px;
    font-size: 28px;
}

#Entscheider {
    position: relative;
    top: -148px;
    width: calc(100% + 50px);
    float: left;
    height: 0px;
    margin: 0 -25px;
}

#PreisAusgabe {
    margin: 0em -25px 1em -25px;
    background: #fff;
    /*left: 50%; 
	margin-left: -45%; 
	width: 90%;
	position: absolute;*/
}

.img-fluid {
    max-width: 150%;
    margin-left: -75px;
    mix-blend-mode: multiply;
}

.tab-content {
    margin: -16px;
    padding: 5px 10px;
}

#PDFdropzone {
    height: 350px;
    width: calc(100% + 20px);
    margin: -9px -10px 0 -10px;
}

.alternatives .col {
    padding: 0 5px;
}