* {    
    outline: none;
}

#calcBodyContainer {
    width: 1170px; 
     height: 435px;
    overflow: hidden;
    position: relative;
     margin: 0 auto;
}

#calcBody {
    height: calc(100% - 50px);
    width: 2500px;
    font-family: sans-serif;
    cursor: default;
    transition: 1s;
}

#calcBody a, #calcBody u {
    text-decoration: none;
}

.formPartParent {
    display: inline-block;
    vertical-align: text-top;
}

#dimensionen {
    height: 100%;
}

.formPart {
    width: 220px;
    height: 100%;
    margin: 5px;
    display: inline-block;
    vertical-align: text-top;
    box-shadow: 1px 3px 10px #b7b7b769;
    position: relative;
     background: white;
}

.formPart u {
    display: block;
    background: #0483af;
    color: white;
    padding: 19px;
    font-size: 19px;
}

.formPart u i {
    padding: 10px 16px;
    background: white;
    color: #0483af;
    font-weight: bold;
    border-radius: 50%;
    margin-right: 7px;
}

.formPart i {
    font-style: normal;
}

.formPart span {
    padding: 13px;
    color: #656565;
    display: block;
}

.formPart span {
    border-bottom: 1px solid #f3f3f3;
}

.formPart span:nth-child(odd) {
    background: #f5f5f5;
}

.formPart strong {
    display: none;
    position: absolute;
    right: 0;
    font-size: 12px;
    background: #a94141;
    padding: 2px 6px;
    color: white;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    font-family: monospace;
}

.formPart b {
    float: right;
    margin-right: 50px;
}

.formPart p {
    margin: 10px 7px;
    max-height: 54px;
    overflow: hidden;
}

.formPart textarea {
    resize: none;
    width: calc(100% - 30px);
    margin: 0 auto;
    height: 100px;
    display: block;
    padding: 7px;
    border-color: #dedede;
}

.formPart button, #bigBox button,.smallNextStep {
    width: 100%;
    background: #0483af;
    border: none;
    padding: 10px 0;
    color: white;
    text-transform: uppercase;
    cursor: pointer;
    position: absolute;
    bottom: 0;
}

.smallNextStep {
    right: 0;
    bottom: -44px !important;
    display: none;
}

.formPart .files {
    width: 100%;
    position: absolute;
    height: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    cursor: pointer;
}

.formPart form {
    margin: 7px;  
    position: relative;
    background: #969696;
    color: white;
    text-align: center;
    height: 36px;
    overflow: hidden; 
}

.calcSize {
    background: white;
    border: none;
    width: 30px;
    padding: 3px;
    color: gray;
}

.choosen_value {
    background: #0483af38 !important;
    font-weight: bold;
}

#bigBox {
    background: white;
}

#bigBox select {
    border:none;
    background: #f5f5f5;
    padding: 7px;
    font-size: 17px;
     margin: 7px 7px 0;
    width: calc(100% - 20px);
}

#bigBox input {
    border:none;
    display: block;
    background: #f5f5f5;
    padding: 11px;
    font-size: 16px;
    margin: 7px;
    width: calc(100% - 42px);
}

#bigBoxLast {
    width: 400px;
    height: 100%;
    opacity: 0;
    background: white;
    transition: 1s;
    margin-left: 400px;
    color: #656565;
}

#bigBoxLast b {
    margin-right: 10px;
    color: black;
}

#orderNextStep {
    display: none;
}

.meldungen {
    position: fixed;
    font-family: sans-serif;
    bottom: 50px;
    left: 0;
    padding: 20px;
    background: #0483af;
    max-width: 300px;
    color: white;
    box-shadow: 4px 4px 11px #b7b7b7bf;
}

.loadingRing {
    background:url('../pics/ring.gif') no-repeat center center rgba(255,255,255,0.9);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
}

@media screen and (max-width: 1200px){
    .anzahl .smallNextStep {
        display: block;
    }
    #calcBodyContainer {
        width: 935px;
    }
}

@media screen and (max-width: 955px){
    .dimension .smallNextStep {
        display: block;
    }
    #calcBodyContainer {
        width: 700px;
    }
}

@media screen and (max-width: 720px){
    .formTyp .smallNextStep {
        display: block;
    }
    #calcBodyContainer {
        width: 467px;
    }
}

@media screen and (max-width: 480px){
    .smallNextStep {
        display: block;
    }
    #calcBodyContainer {
        width: 234px;
    }
}



















