@import url("fonts.css");

html {
    height: 100%;
    font-size: 1em;
    line-height: 1.5;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

* {
    padding: 0;
    margin: 0
}

    *, *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

.clearfix:after {
    visibility: hidden;
    content: "";
    display: table;
    clear: both
}

body {
    font-family: "Open Sans",Lucida Grande,Lucida Sans Unicode,Lucida Sans,sans-serif;
    font-size: 0.875em;
    color: #494949;
    background: #eceef0
}

a {
    text-decoration: none;
    background: transparent;
    border: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

    a:link {
        color: #005ca9
    }

    a:visited {
        color: #005ca9
    }

    a:hover, a:focus {
        color: #00a8e2;
        cursor: pointer
    }

    a:active {
        color: #00a8e2
    }

.active {
    color: #00a8e2
}

h1, h2 {
    font-family: "Titillium Web",sans-serif;
    font-weight: 700
}

h1 {
    margin-bottom: 1em;
    font-size: 1.375em;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: center
}

h2 {
    margin: 0.8em 0;
    font-size: 1.188em;
    line-height: 1.25
}

h3 {
    font-weight: 700;
    margin: 0 0 0.5em 0
}

b, strong {
    font-weight: 700
}

p {
    margin: 1em 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #a5afb2;
    margin: 1.5em 0
}

.hr-margin {
    margin: 1.5em 0
}

.text-small {
    font-size: 0.875em;
    line-height: 1.25
}

.text-red {
    color: #cb0000
}

.no-break {
    display: inline-block
}

@media only screen and (min-width: 800px) {
    h1 {
        margin-bottom: 1em;
        font-size: 2.5em
    }

    h2 {
        font-size: 1.375em
    }

    .hr-margin {
        margin: 2em 0
    }
}

@media only screen and (min-width: 1200px) {
    body {
        font-size: 1em;
        line-height: 1.5
    }
}

#wrapper {
    position: relative;
    overflow: hidden
}

#header {
    height: 140px;
    padding: 10px 5%;
    background-color: #fff
}

    #header::after {
        position: absolute;
        content: "";
        clear: both
    }

#logo-tourbocut {
    margin-top: 5px;
    color: #7a8590;
    text-align: center;
    font-size: 0.8em
}

    #logo-tourbocut img {
        width: 100px;
        height: auto
    }

    #logo-tourbocut .logo-subline {
        display: block;
        margin-top: -0.4em
    }

#logo-kunde {
    width: 300px;
    height: 80px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain
}

#container {
    min-height: calc(100vh - 260px)
}

#contentmiddle {
    max-width: 1500px;
    margin: 0 auto;
    padding: 2em 5% 3em;
    overflow: hidden
}

.login-container {
    max-width: 500px;
    margin: 0 auto;
    padding: 2em
}

.container-max800 {
    max-width: 800px;
    margin: 0 auto
}

.col-2 {
    margin-top: -1em
}

@media only screen and (min-width: 800px) {
    #header {
        height: 100px;
        padding: 10px 3em
    }

    #logo-tourbocut {
        float: right;
        margin-top: 11px;
        text-align: right;
        font-size: inherit
    }

        #logo-tourbocut img {
            width: 164px;
            height: 32px
        }

        #logo-tourbocut .logo-subline {
            display: block;
            margin-top: -0.4em
        }

    #logo-kunde {
        float: left;
        margin: 0;
        height: 80px;
        background-position: left center
    }

    #container {
        min-height: calc(100vh - 230px)
    }

    #contentmiddle {
        padding: 2em 3% 3em
    }

    .vertical-center {
        display: flex;
        align-items: center;
        min-height: calc(100vh - 230px - 5em)
    }

    .col-3-1, .col-3-2, .col-3-3 {
        float: left
    }

    .col-3-1 {
        width: 29%;
        margin-right: 3%
    }

    .col-3-2 {
        width: 48%;
        margin-right: 3%
    }

    .col-3-3 {
        width: 17%
    }

    .login-container {
        border: 1px solid #a5afb2;
        vertical-align: middle
    }

    .col-2 {
        display: flex;
        margin-top: -1em
    }

        .col-2 p {
            min-width: 120px
        }

    .col-2-1, .col-2-2 {
        width: 47%
    }

    .col-2-1 {
        margin-right: 5.9%
    }
}

@media only screen and (min-width: 1200px) {
    .col-3-1 {
        width: 25%;
        margin-right: 5%
    }

    .col-3-2 {
        margin-right: 5%
    }
}

.margin-top-10 {
    margin-top: -1em
}

.margin-top10 {
    margin-top: 1em
}

.margin-top15 {
    margin-top: 1.5em
}

.margin-top20 {
    margin-top: 2em
}

.margin-top25 {
    margin-top: 2.5em
}

.margin-top30 {
    margin-top: 3em
}

.margin-bottom10 {
    margin-bottom: 1em
}

.margin-bottom15 {
    margin-bottom: 1.5em
}

.margin-bottom20 {
    margin-bottom: 2em
}

.margin-bottom25 {
    margin-bottom: 2.5em
}

.margin-bottom30 {
    margin-bottom: 3em
}

.margin-bottom40 {
    margin-bottom: 4em
}

li {
    list-style-type: none
}

input:focus, select:focus, textarea:focus {
    outline: none
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #6f7682
}

    select:-moz-focusring * {
        color: #6f7682;
        text-shadow: none
    }

input[type="text"], input[type="button"], input[type="password"], input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0
}

select, input {
    display: inline-block;
    width: 100%;
    height: 2em;
    margin-bottom: 0.5em;
    padding: 0 0.6em;
    font-size: 1em;
    color: #6f7682;
    border: 0;
    border-bottom: 2px solid transparent;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

select {
    cursor: pointer
}

    select:focus, input:focus {
        border-bottom-color: #00a8e2
    }

    select[size] {
        height: auto
    }

.form-element-m {
    width: 60%;
    min-width: 130px;
    margin-right: 0.4em
}

.form-element-s {
    width: 40%;
    min-width: 60px;
    margin-right: 0.6em
}

label, .form-unit {
    font-size: 0.875em
}

.label-above {
    display: block
}

.col-2 p {
    margin-bottom: 0.5em;
    font-size: 0.875em
}

input[type=submit], .btn {
    height: 2.5em;
    color: #fff;
    text-transform: uppercase;
    font-family: "Titillium Web",sans-serif;
    font-weight: 700;
    background-color: #005ca9;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

    input[type=submit]:hover, input[type=submit]:focus, .btn:hover, .btn:focus {
        background-color: #00a8e2;
        border: 0
    }

form .btn-red {
    margin-top: 1em;
    background-color: #cb0000
}

    form .btn-red:hover {
        opacity: 0.6
    }

fieldset {
    border: none;
    margin-bottom: 1em;
    padding: 0
}

.form-group {
    margin-top: 0;
    padding-top: 0.5em;
    border-top: 1px solid #a5afb2
}

.table-article {
    padding: 0.5em;
    background-color: #fff;
    margin-bottom: 1em
}

.grid_table {
    width: 100%
}

    .grid_table, .grid_table td {
        border: 0;
        border-collapse: collapse
    }

.grid_h_r {
    font-size: 0.875em
}

.grid_group {
    background-color: #d6dbe0;
    border-bottom: 2px solid #fff;
    font-size: 0.938em
}

.grid_artikel {
    background-color: #eceef0;
    border-bottom: 6px solid #fff
}

.grid_table td {
    padding: 0.2em 0.4em
}

.icon-check, .icon-uncheck, .icon-delete, .icon-edit, .icon-select {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    margin-left: 0.1em;
    background: url("images/icon-sprite.svg") no-repeat;
    background-position: -35px -6px;
    vertical-align: text-top;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease
}

.icon-uncheck {
    background-position: -65px -6px
}

.icon-delete {
    background-position: -95px -6px;
    top: 4px;
    margin-left: 0.5em
}

.icon-edit {
    background-position: -125px -6px;
    top: 3px
}

.icon-select {
    background-position: -155px -6px;
    top: 4px
}

.icon-delete:hover, .icon-delete:focus {
    opacity: 0.5
}

.icon-edit:hover, .icon-edit:focus, .icon-select:hover, .icon-select:focus {
    opacity: 0.6
}

.login-container input[type=submit] {
    margin: 1em 0
}

.login-container a {
    display: block;
    font-size: 0.875em
}

.link-back {
    margin-top: 2em;
    text-align: center
}

@media only screen and (max-width: 800px) {
    .acc-head {
        position: relative;
        margin: 0.4em 0 0.8em;
        color: #005ca9;
        cursor: pointer;
        -webkit-transition: color .3s ease;
        -moz-transition: color .3s ease;
        -o-transition: color .3s ease;
        transition: color .3s ease
    }

        .acc-head:hover, .acc-head:focus {
            color: #00a8e2
        }

        .acc-head::before, .acc-head::after {
            display: block;
            position: absolute;
            content: "";
            width: 20px;
            height: 20px;
            top: 0;
            right: 5px;
            background: url("images/icon-sprite.svg") no-repeat;
            background-position: -185px -6px;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -o-transition: all .5s ease;
            transition: all .5s ease
        }

        .acc-head::after {
            opacity: 0;
            background-position: -215px -6px
        }

        .acc-head:hover::before {
            opacity: 0
        }

        .acc-head:hover::after {
            opacity: 1
        }

        .acc-head.current::before, .acc-head.current::after {
            transform: rotate(90deg)
        }

    .col-3-1 .form-group:first-child {
        border-top: 0;
        padding-top: 0
    }

        .col-3-1 .form-group:first-child .acc-head {
            margin-top: 0
        }
}

@media only screen and (min-width: 800px) {
    .btn-small {
        font-size: 0.875em
    }

    .form-group {
        margin-top: 1.5em
    }

        .form-group:nth-of-type(1) {
            margin-top: 0;
            padding-top: 0;
            border-top: 0
        }

    .table-article {
        height: calc(95vh - 380px);
        min-height: 500px;
        background-color: #fff;
        overflow-y: scroll
    }

    .grid_group {
        font-size: 1em
    }
}

#ctl00_ContentMiddle_m_CheckBoxAbweichendeLieferadresse {
    display: inline-block;
    width: 18px !important;
    height: 18px !important;
    margin-right: 10px;
    position: relative;
    top: 3px;
}

#footer {
    clear: both;
    background-color: #eceef0;
    font-size: 0.875em;
    color: #858f99;
    text-align: center;
    overflow: hidden
}

.footer-address {
    padding: 33px 5% 10px;
    background-color: #fff;
    background-image: url("images/back-footer1s.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% 30px
}

.VersionInfo {
    height: 70px;
    padding: 20px 5% 0;
    color: #fff;
    background-color: #7a8590;
    background-image: url("images/back-footer2.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% 12px
}

    .VersionInfo a {
        display: inline-block;
        padding: 0 0.5em;
        color: #fff;
        font-weight: 700
    }

        .VersionInfo a:first-of-type {
            margin-left: 0.5em
        }

        .VersionInfo a:hover, .VersionInfo a:focus {
            color: #9ccef3
        }

@media only screen and (min-width: 800px) {
    .footer-address {
        height: 60px;
        background-image: url("images/back-footer1.png")
    }
}
