body {
    margin: 0;
    padding: 0;
    background: #fff;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.page-container {
    overflow: hidden
}

a, button {
    transition: background .3s ease-in-out;
    outline: 0 !important
}

a:hover {
    text-decoration: none;
    cursor: pointer
}

.page-preloader {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 100000;
    background: #fff url(/img/pageload-spinner.gif) no-repeat center center;
    animation-name: preloader-fade;
    animation-delay: 2s;
    animation-duration: .5s;
    animation-fill-mode: both
}

@keyframes preloader-fade {
    0% {
        opacity: 1;
        visibility: visible
    }
    100% {
        opacity: 0;
        visibility: hidden
    }
}

.bloc {
    width: 100%;
    clear: both;
    background: 50% 50% no-repeat;
    padding: 0 50px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    display: flex
}

.bloc .container {
    padding-left: 0;
    padding-right: 0
}

.bloc-fill-screen {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px
}

.bloc-fill-screen > .container {
    align-self: flex-middle;
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap
}

.bloc-fill-screen > .container > .row {
    flex-grow: 1;
    align-self: center;
    width: 100%
}

.bloc-fill-screen .fill-bloc-bottom-edge, .bloc-fill-screen .fill-bloc-top-edge {
    flex-grow: 0
}

.bloc-fill-screen .fill-bloc-top-edge {
    align-self: flex-start
}

.bloc-fill-screen .fill-bloc-bottom-edge {
    align-self: flex-end
}

.bloc-bg-texture::before {
    content: "";
    background-size: 2px 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.texture-darken::before {
    background: rgba(0, 0, 0, .5)
}

.d-bloc {
    color: rgba(255, 255, 255, .7)
}

.d-bloc button:hover {
    color: rgba(255, 255, 255, .9)
}

.d-bloc .icon-round, .d-bloc .icon-rounded, .d-bloc .icon-semi-rounded-a, .d-bloc .icon-semi-rounded-b, .d-bloc .icon-square {
    border-color: rgba(255, 255, 255, .9)
}

.d-bloc .divider-h span {
    border-color: rgba(255, 255, 255, .2)
}

.d-bloc .a-btn, .d-bloc .navbar a, .d-bloc a .icon-lg, .d-bloc a .icon-md, .d-bloc a .icon-sm, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a {
    color: rgba(255, 255, 255, .6)
}

.d-bloc .a-btn:hover, .d-bloc .navbar a:hover, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover {
    color: #fff
}

.d-bloc .navbar-toggle .icon-bar {
    background: #fff
}

.d-bloc .btn-wire, .d-bloc .btn-wire:hover {
    color: #fff;
    border-color: #fff
}

.d-bloc .card {
    color: rgba(0, 0, 0, .5)
}

.d-bloc .card button:hover {
    color: rgba(0, 0, 0, .7)
}

.d-bloc .card icon {
    border-color: rgba(0, 0, 0, .7)
}

.d-bloc .card .divider-h span {
    border-color: rgba(0, 0, 0, .1)
}

.d-bloc .card .a-btn {
    color: rgba(0, 0, 0, .6)
}

.d-bloc .card .a-btn:hover {
    color: #000
}

.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover {
    color: rgba(0, 0, 0, .7);
    border-color: rgba(0, 0, 0, .3)
}

.d-bloc .card, .l-bloc {
    color: rgba(0, 0, 0, .5)
}

.d-bloc .card button:hover, .l-bloc button:hover {
    color: rgba(0, 0, 0, .7)
}

.l-bloc .icon-round, .l-bloc .icon-rounded, .l-bloc .icon-semi-rounded-a, .l-bloc .icon-semi-rounded-b, .l-bloc .icon-square {
    border-color: rgba(0, 0, 0, .7)
}

.d-bloc .card .divider-h span, .l-bloc .divider-h span {
    border-color: rgba(0, 0, 0, .1)
}

.d-bloc .card .a-btn, .l-bloc .a-btn, .l-bloc .navbar a, .l-bloc a .icon-lg, .l-bloc a .icon-md, .l-bloc a .icon-sm, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a {
    color: rgba(0, 0, 0, .6)
}

.d-bloc .card .a-btn:hover, .l-bloc .a-btn:hover, .l-bloc .navbar a:hover, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover {
    color: #000
}

.l-bloc .navbar-toggle .icon-bar {
    color: rgba(0, 0, 0, .6)
}

.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover, .l-bloc .btn-wire, .l-bloc .btn-wire:hover {
    color: rgba(0, 0, 0, .7);
    border-color: rgba(0, 0, 0, .3)
}

.voffset {
    margin-top: 30px
}

.hero .hero-nav {
    padding-left: inherit;
    padding-right: inherit
}

.navbar-light .navbar-nav .nav-link {
    color: #404040
}

.btco-menu li > a {
    padding: 10px 15px;
    color: #000
}

.btco-menu .active a:focus, .btco-menu li a:focus, .navbar > .show > a:focus {
    background: 0 0;
    outline: 0
}

.dropdown-menu .show > .dropdown-toggle::after {
    transform: rotate(-90deg)
}

.mg-clear {
    margin: 0
}

.mg-sm {
    margin-top: 10px;
    margin-bottom: 5px
}

.mg-md {
    margin-top: 10px;
    margin-bottom: 20px
}

img.mg-lg, img.mg-md, img.mg-sm {
    margin-top: 0
}

img.mg-sm {
    margin-bottom: 10px
}

img.mg-md {
    margin-bottom: 30px
}

img.mg-lg {
    margin-bottom: 50px
}

.btn-d, .btn-d:focus, .btn-d:hover {
    color: #fff;
    background: rgba(0, 0, 0, .3)
}

button {
    outline: 0 !important
}

.btn-rd {
    border-radius: 40px
}

.card-sq, .card-sq .card-footer, .card-sq .card-header {
    border-radius: 0
}

.card-rd {
    border-radius: 30px
}

.card-rd .card-header {
    border-radius: 29px 29px 0 0
}

.card-rd .card-footer {
    border-radius: 0 0 29px 29px
}

.divider-h {
    padding: 20px 0;
    width: 100%;
    display: inline-block
}

.divider-h span {
    display: block;
    border-top: 1px solid transparent
}

.divider-half {
    width: 50%;
    margin: 0 auto
}

.dropdown-menu .divider-h, .dropdown-menu .divider-half {
    padding: 0
}

.form-control {
    border-color: rgba(0, 0, 0, .1);
    box-shadow: none
}

.scrollToTop {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    z-index: 500;
    transition: all .3s ease-in-out
}

.scrollToTop span {
    margin-top: 6px
}

.showScrollTop {
    font-size: 14px;
    opacity: 1
}

.object-hidden {
    display: none
}

.container {
    max-width: 1140px
}

.formstyler {
    border-style: solid;
    color: #1d181f !important;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 3px;
    text-align: center;
    border-radius: 100px 100px 100px 100px
}

.formstylergreen {
    background-color: #dbdf00;
    font-weight: 800;
    letter-spacing: 3px
}

.btn-padding {
    padding-top: 8px;
    padding-bottom: 8px
}

.h1-style {
    font-size: 55px;
    font-weight: 800
}

.h3-style {
    font-weight: 600
}

.h3-2-style {
    font-weight: 700
}

.h3-3-style {
    font-weight: 600
}

.col_space {
    margin-bottom: 20px
}

.btn-style {
    width: 36.93%
}

.btn-bloc-1-style {
    width: 36.67%
}

.btn-color {
    width: 31.93%
}

.field-bloc-0-style {
    height: 50px
}

.field-style {
    height: 50px
}

label {
    letter-spacing: 3px;
    font-size: 14px
}

.h3-auftragsdatum-style {
    font-size: 21px
}

.h3-auftragsnummer-style {
    font-size: 21px
}

.h3-behälteranzahl-style {
    font-size: 21px
}

.h3-9-style {
    font-size: 21px
}

.h3-10-style {
    font-size: 21px
}

.container-div-style {
    width: 100%;
    height: 64px
}

.card-body-style {
    width: 100%
}

.space_time {
    margin-bottom: 50px
}

.tc-white {
    color: #fff !important
}

.tc-medium-jungle-green {
    color: #282a2b !important
}

.btn-sky-blue {
    background: #7fcfe3;
    color: rgba(0, 0, 0, .5) !important
}

.btn-sky-blue:hover {
    background: #66a6b6 !important;
    color: rgba(0, 0, 0, .5) !important
}

.btn-sandstorm {
    background: #dcdf41;
    color: rgba(0, 0, 0, .5) !important
}

.btn-sandstorm:hover {
    background: #b0b234 !important;
    color: rgba(0, 0, 0, .5) !important
}

.bg-du-willkommen {
    background-image: url(/img/du-willkommen-background.jpg)
}

@media (max-width: 1024px) {
    .bloc {
        padding-left: 20px;
        padding-right: 20px
    }

    .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container, .bloc.full-width-bloc {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width: 991px) {
    .container {
        width: 100%
    }

    .page-container {
        overflow: hidden;
        position: relative
    }

    .bloc {
        padding-left: constant(safe-area-inset-left);
        padding-right: constant(safe-area-inset-right)
    }

    .bloc-group, .bloc-group .bloc {
        display: block;
        width: 100%
    }
}

@media (max-width: 767px) {
    .page-container {
        overflow: hidden;
        position: relative
    }

    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container {
        padding-left: 0;
        padding-right: 0
    }

    .a-block {
        padding: 0 10px
    }

    .btn-dwn {
        display: none
    }

    .voffset {
        margin-top: 5px
    }

    .voffset-md {
        margin-top: 20px
    }

    .voffset-lg {
        margin-top: 30px
    }

    form {
        padding: 5px
    }

    .close-lightbox {
        display: inline-block
    }

    .blocsapp-device-iphone5 {
        background-size: 216px 425px;
        padding-top: 60px;
        width: 216px;
        height: 425px
    }

    .blocsapp-device-iphone5 img {
        width: 180px;
        height: 320px
    }
}

@media (max-width: 991px) {
    .h1-style {
        line-height: 50px
    }

    .btn-color {
        width: 100%
    }
}

@media (max-width: 767px) {
    .btn-color {
        width: 100%
    }

    .btn-bloc-1-style {
        width: 57.41%
    }

    .btn-style {
        width: 58.94%
    }

    .field-bloc-1-style {
        height: 50px
    }

    .mg-lg-sm {
        margin-top: 10px;
        margin-bottom: 40px
    }
}

@media (max-width: 575px) {
    .h3-2-style {
        font-size: 21px
    }

    .h3-3-style {
        font-size: 18px
    }

    .navbar-brand img {
        width: 113px
    }

    .img-style {
        width: 129px
    }

    .col_space {
        margin-bottom: 20px
    }

    .formstyler {
        font-size: 15px
    }

    .btn-color {
        color: #1d181f;
        width: 100%
    }

    .h1-style {
        font-size: 35px;
        line-height: 34px
    }

    .h3-style {
        font-size: 21px
    }

    .btn-bloc-1-style {
        width: 84.07%
    }

    .btn-style {
        width: 87.04%
    }

    .field-style {
        height: 50px
    }

    .field-bloc-0-style {
        height: 50px
    }

    label {
        font-size: 13px;
        letter-spacing: 2px
    }

    .btn-beauftragen-style {
        width: 98.31%
    }

    .field-bloc-1-style {
        height: 44px
    }

    .card-body-style {
        height: 157px
    }

    .mg-lg-xs {
        margin-top: 10px;
        margin-bottom: 40px
    }
}

body {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif
}

.tc-black {
    color: #000
}

.tc-du-blue {
    color: #7fcfe4
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -20px;
    margin-left: -50px
}

@media (max-width: 1024px) {
    .navbar-brand {
        margin-left: -20px
    }
}

.logo {
    max-width: 12rem;
    padding: 1rem;
    background: #fff
}

@media (max-width: 1024px) {
    .logo {
        max-width: 10rem
    }
}

.heading-text-shadow {
    text-shadow: 0 0 8px #000
}

.registrationwrap {
    margin-bottom: 50px;
}

.registrationwrap h3 {
    margin-bottom: 20px;
}

.registrationwrap ol {
    padding-left: 16px;
}

.registrationwrap form {
    margin-top: 40px;
}

.registrationwrap form input, .registrationwrap form textarea {
    padding: 0px 15px 0 15px;
    min-height: 3.6em;
    height: auto;
    line-height: 2.1;
    margin-bottom: 1em;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 0;
}

.registrationwrap form button[type="submit"] {
    background-color: #7fcfe4;
    transition: all .4s ease;
    border-radius: 0;
    border: none;
    margin-top: 30px;
}

.registrationwrap form button[type="submit"]:hover {
    background-color: #D7DA3B;
    color: #333;
}

.registrationwrap .col-12 {
    background-color: #fff;
}

.registrationwrap .col-12:first-child {
    padding-top: 20px;
}

.registrationwrap .col-12:last-child {
    padding-bottom: 30px;
}

.regbutton {
    background-color: #7fcfe4;
    font-weight: 800;
    letter-spacing: 3px;
    transition: all .4s ease;
}

.regbutton:hover {
    color: #fff;
}


