/* Responsive 20180719-1402 */
@media (min-width: 1400px) {
    .hidden-sm {
        display: none !important
    }

    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm, td.visible-sm {
        display: table-cell !important
    }

    .visible-sm-block {
        display: block !important
    }

    .visible-sm-inline {
        display: inline !important
    }

    .visible-sm-inline-block {
        display: inline-block !important
    }

    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left
    }

    .col-sm-1 {
        width: 8.33333%
    }

    .col-sm-2 {
        width: 16.66667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333%
    }

    .col-sm-5 {
        width: 41.66667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.33333%
    }

    .col-sm-8 {
        width: 66.66667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333%
    }

    .col-sm-11 {
        width: 91.66667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.33333%
    }

    .col-sm-pull-2 {
        right: 16.66667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.33333%
    }

    .col-sm-pull-5 {
        right: 41.66667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.33333%
    }

    .col-sm-pull-8 {
        right: 66.66667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.33333%
    }

    .col-sm-pull-11 {
        right: 91.66667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.33333%
    }

    .col-sm-push-2 {
        left: 16.66667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.33333%
    }

    .col-sm-push-5 {
        left: 41.66667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.33333%
    }

    .col-sm-push-8 {
        left: 66.66667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.33333%
    }

    .col-sm-push-11 {
        left: 91.66667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 1400px) and (max-width: 1500px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm, td.visible-sm {
        display: table-cell !important
    }

    .visible-sm-block {
        display: block !important
    }

    .visible-sm-inline {
        display: inline !important
    }

    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1501px) {
    .hidden-md {
        display: none !important
    }

    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md, td.visible-md {
        display: table-cell !important
    }

    .visible-md-block {
        display: block !important
    }

    .visible-md-inline {
        display: inline !important
    }

    .visible-md-inline-block {
        display: inline-block !important
    }

    .col-md-1, .col-md-2, .col-md-2-5, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto {
        float: left
    }

    .col-md-1 {
        width: 8.33333%
    }

    .col-md-2 {
        width: 16.66667%
    }

    .col-md-2-5 {
        width: 20.83333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333%
    }

    .col-md-5 {
        width: 41.66667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.33333%
    }

    .col-md-8 {
        width: 66.66667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.33333%
    }

    .col-md-11 {
        width: 91.66667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-auto {
        width: auto
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.33333%
    }

    .col-md-pull-2 {
        right: 16.66667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.33333%
    }

    .col-md-pull-5 {
        right: 41.66667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.33333%
    }

    .col-md-pull-8 {
        right: 66.66667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.33333%
    }

    .col-md-pull-11 {
        right: 91.66667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.33333%
    }

    .col-md-push-2 {
        left: 16.66667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.33333%
    }

    .col-md-push-5 {
        left: 41.66667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.33333%
    }

    .col-md-push-8 {
        left: 66.66667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.33333%
    }

    .col-md-push-11 {
        left: 91.66667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 8.33333%
    }

    .col-md-offset-2 {
        margin-left: 16.66667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.33333%
    }

    .col-md-offset-5 {
        margin-left: 41.66667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.33333%
    }

    .col-md-offset-8 {
        margin-left: 66.66667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.33333%
    }

    .col-md-offset-11 {
        margin-left: 91.66667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .fs10-md {
        font-size: 10px
    }
}

@media (max-width: 1500px) {
    body {
        margin: 0;
        font-size: 24px
    }

    #c1 {
        margin-top: 20px
    }

    #bodyw {
        margin: 0 0 20px;
        padding: 2px;
        border: 1px solid #c00;
        width: 1080px;
        min-height: 2200px
    }

    #cart {
        margin: 0 0 20px;
        padding: 2px;
        border: 1px solid #c00
    }

    #debug {
        margin: 0 0 20px;
        padding: 2px;
        border: 1px solid #c00;
        float: left
    }

    #footer {
        border: 1px solid #c00;
        font-size: 24px;
        margin: 0;
        padding: 2px;
    }

    #navi {
        width: 510px
    }

    .button {
        font-size: 24px
    }

    h1 {
        font-size: 24px
    }

    .subheadline {
        font-size: 24px
    }

    .erklaerung {
        font-size: 12px
    }

    .mitl, .mitl2 {
        font-size: 24px
    }

    .rmitl, .rmitl3, .rmitl4 {
        font-size: 24px
    }

    .rmitl4 th {
        font-size: 24px
    }

    .rmitl4.w-fit-xs table a {
        width: 144px;
        overflow: hidden;
        display: block
    }

    .fs10 {
        font-size: 24px
    }

    .fs12 {
        font-size: 24px
    }

    .mitl3 th, .fs11 {
        font-size: 24px
    }

    .fs14 {
        font-size: 24px
    }

    .fs18 {
        font-size: 24px
    }

    .headline {
        font-size: 48px;
        line-height: 96px;
        white-space: nowrap;
        padding: 25px 175px;
        margin-bottom: 25px;
    }

    .navihead {
        font-size: 48px
    }

    .navielement {
        margin: 20px 0;
        background: transparent
    }

    .navielement a {
        font-size: 48px
    }

    .navielement form {
        overflow: hidden
    }

    .navielement input[type=text] {
        float: left;
        width: 80%;
        font-size: 42px;
        padding: 3px 6px
    }

    .navielement input[type=submit] {
        float: right;
        width: 20%;
        font-size: 42px;
        padding: 3px 0;
        text-align: center;
        display: inherit;
        -webkit-appearance: none
    }

    .datebutton {
        width: auto
    }

    .afw0 {
        margin: 0 0 20px;
        width: 100%
    }

    .afw0 .tooltipbox {
        width: 148px
    }

    #anzeigediv0 {
        top: 0;
        left: 0;
        padding: 20px
    }

    #anzeigediv1 {
        top: 0;
        left: 0;
        padding: 20px
    }

    #anzeigediv2 {
        top: 0;
        left: 0;
        padding: 20px
    }

    .visible-lg {
        display: none
    }

    body#modelle .mtopm, body#accounting .mtopm {
        background: transparent
    }

    body#modelle .mtopm div, body#accounting .mtopm div, body#seiteninhalte .mtopm div {
        background: #888;
        margin-bottom: 20px;
        font-size: 48px
    }

    .fsk12dd {
        font-size: 48px;
        height: 529px;
        width: 100%;
    }

    .fsk12dd div {
        padding: 5px 10px
    }

    .mitl2 input[type=text], .mitl2 input[type=password], .mitl2 input[type=submit], .mitl2 textarea, .mitl2 select {
        width: 100%;
        font-size: 28px;
        -webkit-appearance: none
    }

    #modelle .mitl input[type=text], #modelle .mitl input[type=number], #modelle .mitl input[type=password], #modelle .mitl input[type=file], #modelle .mitl input[type=button], #modelle .mitl input[type=submit], #modelle .mitl textarea, #modelle .mitl select, #modelle .mitl label.label-button {
        width: 80%
    }

    .fs18-xs {
        font-size: 18px
    }

    .fs32-xs {
        font-size: 32px
    }

    .fs34-xs {
        font-size: 34px
    }

    .fs48-xs {
        font-size: 48px
    }

    .fs64-xs {
        font-size: 64px
    }

    input[type=text], input[type=password], input[type=number], input[type=submit], input[type=button], input[type=date], input[type=file], textarea, select {
        width: 100%;
        font-size: 42px;
        padding: 15px;
        min-height: 64px;
        -webkit-appearance: none
    }

    input[type=submit], input[type=button] {
        text-align: center;
        background: #58d68d;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-appearance: none
    }

    input[type=checkbox] {
        transform: scale(3);
        margin: 9px
    }

    input[type=radio] {
        transform: scale(3);
        margin: 9px
    }

    label {
        display: block;
        margin-bottom: 20px
    }

    label.label-button {
        background: linear-gradient(to bottom, #78deff 0%, #78deff 50%, #62d9ff 51%, #47c8f2 100%);
        border: 1px solid #999;
        color: #000;
        width: 100%;
        font-size: 28px;
        padding: 15px 6px 14px;
        text-align: center
    }

    .mitl label img {
        width: 64px;
        margin-bottom: -23px
    }

    .fwcalcell-single {
        height: 36px
    }

    .fwcalcell {
        height: 58px
    }

    .fwcalcell-triple {
        height: 80px
    }

    .fwcalcontainer-5 {
        height: 300px
    }

    .fwcalcontainer-7-single {
        height: 268px
    }

    .fwcalcontainer-7 {
        height: 420px
    }

    .fwcalcontainer-6 {
        height: 420px
    }

    #rgtab {
        font-size: 16px;
        margin-bottom: 50px;
    }

    #rgtab.fs48-xs {
        font-size: 48px
    }

    #rgtab input[type=text] {
        width: 350px
    }

    #rgtab select {
        width: 350px
    }

    #rgtab textarea {
        width: 350px
    }

    #rgtab2 {
        font-size: 16px;
        margin-bottom: 50px;
    }

    #rgtab2.fs48-xs {
        font-size: 48px
    }

    #rgtab2 input[type=text] {
        width: 350px
    }

    #rgtab2 select {
        width: 350px
    }

    #rgtab2 textarea {
        width: 350px
    }

    .fsk12dd label {
        overflow: hidden;
        padding: 8px 6px;
        margin: 0
    }

    label input[type=radio] {
        margin: 3px 14px 14px 10px
    }

    label input[type=checkbox] {
        margin: 3px 14px 14px 10px
    }

    label.din-xs {
        display: inline
    }

    .m-b-lg-xs {
        margin-bottom: 20px
    }

    .m-b-xlg-xs {
        margin-bottom: 40px
    }

    .m-b-xxlg-xs {
        margin-bottom: 80px
    }

    .p-b-lg-xs {
        padding-bottom: 20px
    }

    .p-b-xlg-xs {
        padding-bottom: 40px
    }

    .p-b-xxlg-xs {
        padding-bottom: 80px
    }

    .werkzeug {
        width: 40px
    }

    .rusearch {
        vertical-align: middle;
        font-size: 48px
    }

    .rusearch label {
        margin: 10px;
        display: inline
    }

    .rusearch input[type=text], .rusearch input[type=button] {
        font-size: 42px;
        width: 500px
    }

    .rusearch input[type=button] {
        font-size: 42px;
        width: 500px;
        margin-top: 40px
    }

    .emojiicon {
        font-size: 48px !important;
        line-height: 1.0;
    }

    .emojiicon-small, .emojiicon-small-xs, .emojiicon-md-small {
        font-size: 32px !important;
    }

    #servicebox {
        padding: 15px;
        overflow-x: hidden;
        overflow-y: scroll
    }

    .rgtabbutton {
        width: 100%;
        font-size: 28px
    }

    .w60w100 {
        width: 100%
    }

    .ui-datepicker {
        transform: scale(2);
        transform-origin: top left;
    }

    .app-verwaltung > div {
        transform: scale(0.9);
        font-size: 75%;
    }
}

@supports (-webkit-overflow-scrolling: touch) {
    @media (max-width: 1500px) {
        input[type=date] {
            -webkit-appearance: textfield;
            height: 80px;
            overflow: hidden;
            white-space: nowrap
        }

        input[type=button], input[type=submit] {
            -webkit-appearance: none
        }

        .emojiicon {
            font-size: 32px
        }
    }
}

@media (max-width: 1399px) {
    input[type=checkbox] {
        transform: scale(3);
        margin: 3px 15px 15px 15px
    }

    #navi {
        display: none;
        width: 650px
    }

    #mobilemenu {
        display: block;
        cursor: pointer;
        overflow: hidden;
        font-size: 96px;
        position: absolute;
        top: 25px;
        left: 48px;
    }

    .back-to-list {
        display: inline-block;
        cursor: pointer;
        overflow: hidden;
        font-size: 128px;
        position: absolute;
        top: 13px;
        right: 42px;
    }

    body, #c1 {
        min-width: 1080px;
        width: 100%
    }

    #cart, #debug, #footer {
        width: 1080px
    }

    #bodyw {
        float: inherit
    }

    #bodyw.mleft {
        margin: 0 0 20px 655px
    }

    #bodyw.mleft #mobilemenu {
        left: 703px
    }

    #bodyw.mleft .back-to-list {
        display: none;
    }

    #logindiv {
        font-size: 48px
    }

    #loginform input[type=text], #loginform input[type=password], #loginform input[type=submit], #loginform textarea, #loginform select {
        width: 100%;
        font-size: 42px;
        -webkit-appearance: none
    }

    body#login #bodyw {
        min-height: inherit
    }

    .content {
        padding: 10px
    }

    .rmitl, .rmitl3, .mitl, .mitl2 {
        width: 100%
    }

    .rmitl td, .rmitl3 td, .mitl td, .mitl2 td {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .ampel {
        width: 60px;
        transform: rotate(90deg)
    }

    .ausrufezeichen {
        width: 40px
    }

    .cropicon {
        width: 40px
    }

    body#modelle .ausrufezeichen {
        margin: 6px 0 -11px
    }

    .label-m-b {
        display: block;
        margin-bottom: 2px
    }
}

@media (min-width: 1501px) {
    body#modelle .mtopm {
        width: 875px;
        margin-right: -53px
    }

    body#accounting .mtopm {
        width: 955px;
        margin-right: -112px
    }

    input[type=button], input[type=submit], input[type=reset] {
        padding: 3px 6px;
        -webkit-appearance: none
    }

    input[type=text], input[type=password], input[type=number], input[type=date] {
        padding: 3px
    }

    select {
        padding: 3px
    }

    textarea {
        padding: 3px
    }

    .fwcalcell-single {
        height: 20px
    }

    .fwcalcell {
        height: 30px
    }

    .fwcalcell-triple {
        height: 40px
    }

    .fwcalcontainer-5 {
        height: 162px
    }

    .fwcalcontainer-7-single {
        height: 156px
    }

    .fwcalcontainer-7 {
        height: 420px
    }

    .fwcalcontainer-6 {
        height: 224px
    }

    .mitl input[type=text], .mitl input[type=number], .mitl input[type=password], .mitl input[type=file], .mitl input[type=submit], .mitl textarea {
        font-size: 11px;
        width: 120px
    }

    .mitl input[type=checkbox] {
        width: 13px !important
    }

    .mitl select {
        font-size: 11px;
        width: 122px
    }

    .mitl2 input[type=text], .mitl2 input[type=number], .mitl2 input[type=date], .mitl2 input[type=password], .mitl2 input[type=file], .mitl2 textarea {
        font-size: 11px;
        width: 100%
    }

    .mitl2 select {
        font-size: 11px;
        width: 100%
    }

    .mitl2 option {
        white-space: inherit;
        width: 100%
    }

    .rgtabbutton {
        width: 400px;
        margin-left: 50px
    }

    .w60w100 {
        width: 60%
    }

    #loginform input[type=text], #loginform input[type=password], #loginform input[type=submit], #loginform textarea, #loginform select {
        width: 50%;
        font-size: 20px;
        -webkit-appearance: none
    }

    .emojiicon-small-md {
        font-size: 18px
    }
}

@media (max-width: 1399px) {
    .hidden-xs {
        display: none !important
    }

    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs, td.visible-xs {
        display: table-cell !important
    }

    .visible-xs-block {
        display: block !important
    }

    .visible-xs-inline {
        display: inline !important
    }

    .visible-xs-inline-block {
        display: inline-block !important
    }

    .app-legal-table > div > div {
        height: 150px !important;
        overflow: hidden;
    }

    .h64-xs {
        height: 64px;
    }
}

@media (min-width: 1400px) and (max-width: 1500px) {
    #mobilemenu {
        display: none
    }

    body, #c1 {
        min-width: 1595px;
        width: 1595px
    }

    #cart, #debug, #footer {
        width: 1595px
    }

    body#login, body#login #c1 {
        min-width: auto;
        width: auto
    }

    body#login #bodyw {
        width: 100%
    }

    body#login #footer {
        width: 100%
    }

    .navielement a {
        font-size: 40px
    }

    .navielement input[type=text] {
        font-size: 36px
    }

    .navielement input[type=submit] {
        font-size: 36px;
        -webkit-appearance: none
    }
}
