@media screen and (max-width:600px) {
    .formular_box {
        min-height: 340px;
        padding: 0;
    }

    .desktop_switch {
        display: none;
    }

    table {
        font-size: 11px;
        color: #333;
        letter-spacing: -0.055em;
    }
}

@media screen and (min-width:601px) {
    .formular_box {
        min-height: 415px;
    }

    .mobile_switch {
        display: none;
    }
}

@media screen and (max-width:991px) {
    .radio-inline {
        display: block;
    }

    .checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
        margin-top: 0;
        margin-left: 0px;
    }
}

@media screen and (min-width:992px) {
    .radio-inline {
        display: inline-block;
    }
}



@media (min-width:601px) {
    .Modul {
        float: left;
        margin-left: 30px;
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc;
        padding: 0px 10px;
    }

    .Modulsize {
        float: left;
    }


}

@media (max-width:600px) {
    .Modulsize {
        float: left;
        margin-right: 30px;
    }


}

.container {
    width: 100% !important;
}

.trenner {
    margin-top: 5px !important;
}

label {
    display: block;
    position: relative;
    padding-left: 8px;
    padding-right: 16px;
    margin-bottom: 10px;
}

label span {
    background: #fff;
    width: 21px;
    height: 21px;
    display: inline-block;
    border: 1px solid #ff6e00;
    position: absolute;
    top: 0px;
    left: 0;
    transition: all .2s linear;
    padding: 0px 0px 0px 4px;
    border-radius: 50%;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
}


input[type="radio"]+span {
    border-radius: 50%;
}


label:hover span {
    padding: 0px 0px 0px 4px;
    border-radius: 50%;
    width: 21px;
    height: 21px;
}

.input-label input[type="checkbox"]:checked+span:before,
.input-label input[type="radio"]:checked+span {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f00c';
    font-size: 12px;
    color: #ff6e00;
}


select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
}

.select-wrapper select::-ms-expand {
    display: none;
}

.select-wrapper select {

    width: 210px;
    height: 34px;
    padding-left: 10px;
    background: #ff6e00;
    color: #fff;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    cursor: pointer;
    outline: none;
}


.select-wrapper .lt-ie10 select {
    background-image: none;
}

#display-off {
    display: none;
}

.select-wrapper select option {
    color: #222;
    background: #fff;
    padding-left: 10px;
    outline: none;
}

.select-wrapper select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #fff;
}

.select-wrapper ::-moz-focus-inner, .select-wrapper :active, .select-wrapper :focus {
    outline: none;
    border: 0;
    -moz-outline-style: none;
}

.select-wrapper select option:hover, .select-wrapper select option:active, .select-wrapper select option:focus, .select-wrapper select option:checked {
    box-shadow: 0 0 10px 100px #64a7b1 inset;
    color: #222;

    outline: 0;
    border: 0;
}



.select-wrapper select:focus::-ms-value {
    background-color: transparent;
}


.select-wrapper {
    width: 210px;
    position: relative;
}

.select-wrapper::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f107';
    font-size: 21px;
    position: absolute;
    right: 15px;
    top: 3px;
    color: #fff;
    pointer-events: none;
}

.option1-box {
    margin-top: 35px;
}


.option1-box h3 {
    padding-left: 30px;
}

.option2-box h3 {
    padding-left: 30px;
}



.intro-text {
    margin-bottom: 20px;
    border-left: 3px solid #ff6e00;
    padding-left: 5px;
}

.blue {
    color: #ccc !important;
}


@media screen and (max-width:600px) {
    .x-achse {
        /*position: absolute;*/
        font-weight: bold;
        transform: skewY(20deg);
        margin-top: -38px;
        margin-left: -60px;
    }

    .y-achse {
        /*	position: absolute;*/
        font-weight: bold;
        transform: skewY(-24deg);
        margin-top: -122px;
        margin-left: -150px;
    }

    .h-achse {
        /*position: absolute;*/
        font-weight: bold;
        transform: skewY(0deg);
        margin-top: -120px;
        margin-left: 20px;
    }
}

@media screen and (min-width:601px) {
    .x-achse {
        position: absolute;
        font-weight: bold;
        transform: skewY(20deg);
        margin-top: -38px;
        margin-left: 110px;
    }

    .y-achse {
        position: absolute;
        font-weight: bold;
        transform: skewY(-24deg);
        margin-top: -122px;
        margin-left: 65px;
    }

    .h-achse {
        position: absolute;
        font-weight: bold;
        transform: skewY(0deg);
        margin-top: -120px;
        margin-left: 176px;
    }
}

@media screen and (min-width:991px) {
    .x-achse {
        position: absolute;
        font-weight: bold;
        transform: skewY(20deg);
        margin-top: -38px;
        margin-left: 180px;
    }

    .y-achse {
        position: absolute;
        font-weight: bold;
        transform: skewY(-24deg);
        margin-top: -122px;
        margin-left: 125px;
    }

    .h-achse {
        position: absolute;
        font-weight: bold;
        transform: skewY(0deg);
        margin-top: -120px;
        margin-left: 230px;
    }
}

@media screen and (min-width:1199px) {
    .x-achse {
        position: absolute;
        font-weight: bold;
        transform: skewY(20deg);
        margin-top: -38px;
        margin-left: 220px;
    }

    .y-achse {
        position: absolute;
        font-weight: bold;
        transform: skewY(-24deg);
        margin-top: -122px;
        margin-left: 175px;
    }

    .h-achse {
        position: absolute;
        font-weight: bold;
        transform: skewY(0deg);
        margin-top: -120px;
        margin-left: 275px;
    }
}

.cam-img {
    width: 40px;
}

.scale-img {
    position: relative;
}

.size_td {
    width: 46%;
}

.oder {
    font-size: 19px;
    margin-top: 20px;
    color: #ff6e00;
}

@media screen and (min-width:991px) {
    #Rangeo1 {
        width: 66%;
        margin: 0px 10px 0px 10px;
        display: inline-block;
        position: relative;
    }


    #Rangeo2 {
        width: 68%;
        margin: 0px 10px 0px 10px;
        display: inline-block;
        position: relative;
    }
}


@media screen and (max-width:990px) {
    #Rangeo1 {
        width: 54%;
        margin: 0px 10px 0px 10px;
        display: inline-block;
        position: relative;
    }


    #Rangeo2 {
        width: 56%;
        margin: 0px 10px 0px 10px;
        display: inline-block;
        position: relative;
    }
}


.tslide {
    display: inline-block;
}

.inl {
    display: inline-block;
}


body {
    background: #fff;
    color: #222222;
}

body, h1, h3, h4, i {
    color: #616268;
}

h3 {
    font-size: 18px;
}

a {
    color: #ff6e00;
    text-decoration: none;
    line-height: 1.8;
}

a:hover {
    color: #9fd1dd;
    text-decoration: none;
}

.img, img {
    max-width: 100%;
    height: auto;
}

.pad {
    padding: 15px 0px;
}

header {
    background: #f7f7f7;
    padding: 10px 0px 10px 0px;
}

.headline {
    font-size: 18px !important;
    margin-bottom: 0;
    margin-top: 20px;
}

.middlegrey {
    background: #eaeaea;
}

.lightgrey {
    background: #f7f7f7;
}

.red {
    color: #a20000;
}

.green {
    color: green;
}

.form-control {
    display: inline-block;
    width: 45%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #9fd1dd;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(159, 209, 221, 0.6);
}

.btn-default {
    background: #616268;
    padding: 10px 25px;
    margin-top: 15px;
    color: #fff;
    border-radius: 0;
    border-color: transparent;
    font-weight: bold;
    transition: all 0.3s ease 0s;
}

.btn-default:hover {
    background: #ff6e00;
    padding: 10px 25px;
    margin-top: 15px;
    border-radius: 0;
    border-color: transparent;
    color: #fff;
}

.multi {
    display: inline-block;
    font-size: 18px;
    color: #ff6e00;

    margin: 0px 3px 0px 3px;
}

.abstand {
    margin-top: 15px;
}

.camera-cont {
    border: 2px solid #ff6e00;
    border-radius: 30px;
    padding-bottom: 5px;
}

@media screen and (min-width:601px) {
    .img {
        text-align: center;
    }

    .formular_box {
        padding: 15px 0px 5px 0px;
        width: 100%;
        display: inline-block;
    }

}

@media screen and (max-width:600px) {

    .option1-box {
        margin-top: 25px;
    }

    #messageBlock p {

        padding-left: 0px !important;
        color: red !important;
    }

    #messageBlock {
        display: inline-block !important;
        position: relative;
        top: 4px !important;

    }



    .cam-pic {
        text-align: center;
        margin-top: 15px;
    }

    .scale-pic {
        text-align: center;
    }

    .img {
        text-align: left;
    }

    .logo {
        width: 70px;
        height: 70px;
        margin-left: -4px;
    }

    section {
        padding: 0px 0px
    }

    .camera-cont h1 {
        font-family: verdana, arial;
        font-weight: bold;
        font-size: 14px;
        line-height: 1.5;
        display: inline-block;
        zoom: 1\9;
        /*IE8*/
        display: inline\9;
        /*IE8*/
        vertical-align: middle;
    }

    .formular_box {
        padding: 5px 0px 5px 0px;
        border: none;
        width: 100%;
        display: inline-block;
    }

}

@media screen and (min-width:601px) {
    .barcode {
        width: 100%;
    }

    .logo {
        width: 100px;
        height: 100px;
    }

    section {
        padding: 0px 0px
    }

    .camera-cont h1 {
        font-family: verdana, arial;
        font-weight: bold;
        font-size: 16px;
        line-height: 1.5;
        display: inline-block;
        zoom: 1\9;
        /*IE8*/
        display: inline\9;
        /*IE8*/
        vertical-align: middle;
    }

    hr.hrmobile {
        display: none;
    }
}

.barcode-tx {
    padding-left: 0px;
}

.code-box {
    background: rgb(245, 245, 245) none repeat scroll 0% 0%;
    padding: 20px 0px 20px 0px;
}


@media screen and (min-width:600px)and (max-width:601px) {
    .font-small {
        font-size: 13px;
    }

    ;
}

@media screen and (max-width:600px) {
    .barcode {
        width: 100%;
    }

    hr {
        margin-top: 10px;
        margin-bottom: 10px;
        border: 0;
        border-top: 1px solid #eee;
    }

    .mob-col-or {
        color: rgb(235, 140, 0);
    }

    .mobile-font {
        font-size: 12.3px;
        font-weight: bold;
    }

    .Modul {
        float: left;
        margin-right: 10px;
        color: #616268 !important;
    }

    .result-font {
        color: #616268;
        font-size: 15px;
        margin-bottom: 5px;
    }

    .head-font {
        color: #616268;
        font-size: 15px;
        margin-bottom: 7px;
        display: inline-block;
    }

    h3 {
        font-size: 18px;
        line-height: 1.4em;
    }

    hr.hrmobile {
        display: block;
    }
}


@media screen and (max-width:991px) {
    .code-sm {
        width: 100%;
        display: inline-block;
    }

    .code-bottom {
        margin-top: 25px;
    }
}

@media screen and (min-width:992px) {
    .code-bottom {
        margin-top: 40px;
    }
}


#tt1 a, #tt2 a, #tt3 a, #tt4 a, #tt5 a, #tt6 a, #Va1 a, #Va2 a, #Va3 a {
    color: inherit !important;
    margin: 0 !important;
    padding: 0 !important;
    text-decoration: none !important;
    line-height: 0;
}