/*
  Template Name: MyPortfolio
  Template URL: https://bootstrapmade.com/myportfolio-bootstrap-portfolio-website-template/
  Author: BootstrapMade.com
  Author URL: https://bootstrapmade.com/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html, body {
    height: 100%;
}
.jsgrid-edit-row>.jsgrid-cell, .jsgrid-filter-row>.jsgrid-cell, .jsgrid-grid-body, .jsgrid-grid-header, .jsgrid-header-row>.jsgrid-header-cell, .jsgrid-insert-row>.jsgrid-cell {
    border:2px solid #4c4c4c;
}
.jsgrid-filter-row>.jsgrid-cell, .jsgrid-header-row>.jsgrid-header-cell, .jsgrid-insert-row>.jsgrid-cell {
    border-bottom: 0;
}
.jsgrid-cell {
    border:2px solid #4c4c4c;
}
.jsgrid-alt-row>.jsgrid-cell {
    background: #ececec;
}
.jsgrid-selected-row>.jsgrid-cell {
    border:2px solid #677502; 
    background-color:#68750277
}
.tab-pane.show.active .form-group.row.line {
    border-bottom: 2px solid #4c4c4c;
}
main {
    padding-top: 48px;
}

body {
    color: #0d0d0d;
}

a {
    color: #000;
}

a:hover {
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-heading {
    font-family: "Raleway", sans-serif;
}

.site-section {
    padding: 7rem 0;
}

.filters a {
    color: #000;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

.filters a:hover,
.filters a:focus,
.filters a:active {
    text-decoration: none;
}

.filters a:hover:before {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    height: 1px;
    background-color: #000;
}

.filters a.active {
    color: #000;
}

.filters a.active:before {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    height: 1px;
    background-color: #000;
}

.item {
    border: none;
    margin-bottom: 30px;
}

.item .item-wrap {
    display: block;
    position: relative;
    overflow: hidden;
}

.item .item-wrap:after {
    z-index: 2;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    visibility: hidden;
    opacity: 0;
    transition: .3s all ease-in-out;
}

.item .item-wrap img {
    transition: .3s transform ease;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.item .item-wrap > .work-info {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    z-index: 3;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    opacity: 0;
    visibility: hidden;
    margin-top: 20px;
    transition: .3s all ease;
}

.item .item-wrap > .work-info h3 {
    font-size: 20px;
    margin-bottom: 0;
}

.item .item-wrap > .work-info span {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .2rem;
}

.item .item-wrap:hover {
    text-decoration: none;
}

.item .item-wrap:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.item .item-wrap:hover:after {
    opacity: 1;
    visibility: visible;
}

.item .item-wrap:hover .work-info {
    margin-top: 0px;
    opacity: 1;
    visibility: visible;
}

.testimonial-wrap {
    padding: 50px 50px 80px 50px;
    background: #eceff2;
}

.testimonial-wrap .testimonial {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}

.testimonial-wrap .testimonial img {
    border-radius: 50%;
    width: 120px;
    margin: 0 auto 30px auto;
}

.testimonial-wrap .testimonial blockquote p {
    font-size: 20px;
}

.h3 {
    font-size: 20px;
}

.h4 {
    font-size: 16px;
}

.heading {
    font-size: 28px;
}

.readmore {
    display: inline-block;
    border: 1px solid #000;
    padding: 10px 15px;
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    transition: .2s all ease;
    font-weight: 700;
}

.readmore:active,
.readmore:focus,
.readmore:hover {
    outline: none;
}

.readmore:hover {
    color: #fff;
    text-decoration: none;
    background: #000;
}

.testimonial-carousel .owl-dots {
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot {
    display: inline-block;
}

.testimonial-carousel .owl-dots .owl-dot > span {
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #cbd3da;
    border-radius: 50%;
    margin: 5px;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    outline: none;
}

.testimonial-carousel .owl-dots .owl-dot.active > span {
    background: #0d1e2d;
}

.sticky-content {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    /* required */
}

.list-line li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}

.list-line li:before {
    content: "";
    position: absolute;
    left: 0;
    top: .7rem;
    width: 10px;
    height: 2px;
    background: #000;
}

.form-control {
    border-radius: 0;
    background: #f8f9fa;
    border: 1px solid transparent;
    padding: 2px!important;
    line-height: 1.2;
    height: calc(1.2em + 4px);
    font-size: 0.8rem;
    font-weight: 300;
}
input[type="number"].input-center {
    text-align: center;
    font-weight: bold;
}
.form-group.row label.printheader,.form-group.row label.noprint  {
	font-weight: bold;
}
.form-control.input-md.materialanmerkung {
	width:66%;
}
.form-group {
    margin-bottom: 0.2rem;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #c0d904;
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .nav-link {
    border: 1px solid #c0d904;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.form-control:active,
.form-control:focus {
    background: #eff1f4;
    outline: none;
    box-shadow: none;
    border: 1px solid transparent;
}

.custom-progress {
    height: 7px;
    border-radius: 0;
}

.custom-progress .progress-bar {
    background: #000;
}

/* Contact Form */

.php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

.php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

@-webkit-keyframes animate-loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/* Custom Navmenu */

.custom-navmenu {
    background: #0d1e2d;
}

.custom-navmenu .custom-menu,
.custom-navmenu .custom-menu li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.custom-navmenu .custom-menu li {
    margin-bottom: 0;
    font-size: 20px;
}

.custom-navmenu .custom-menu li a {
    color: #fff;
    padding: 10px 0 !important;
}

.custom-navmenu .custom-menu li a:hover {
    text-decoration: none;
}

.custom-navmenu .custom-menu li.active a {
    text-decoration: underline;
}

.custom-navmenu h3 {
    font-size: 20px;
    color: #fff;
}

.custom-navmenu p {
    color: rgba(255, 255, 255, 0.6);
}

.custom-navmenu a {
    color: rgba(255, 255, 255, 0.7);
}

.custom-navmenu a:hover {
    color: #fff;
}

/* Custom Navbar */

.custom-navbar {
    padding-top: 50px;
    width: 100%;
}

.custom-navbar .navbar-brand {
    font-size: 1.7rem;
}

/* Burger */

.burger {
    width: 28px;
    height: 32px;
    cursor: pointer;
    position: relative;
}

.burger:before,
.burger span,
.burger:after {
    width: 100%;
    height: 2px;
    display: block;
    background: #000;
    border-radius: 2px;
    position: absolute;
    opacity: 1;
}

.burger:before,
.burger:after {
    transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
    transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
    content: "";
}

.burger:before {
    top: 4px;
}

.burger span {
    top: 15px;
}

.burger:after {
    top: 26px;
}

/* Hover */

.burger:hover:before {
    top: 7px;
}

.burger:hover:after {
    top: 23px;
}

/* Click */

.burger.active span {
    opacity: 0;
}

.burger.active:before,
.burger.active:after {
    top: 40%;
}

.burger.active:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5);
    /*for IE*/
}

.burger.active:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-5);
    /*for IE*/
}

.burger:focus {
    outline: none;
}

.footer {
    padding: 0 1rem 0 1rem;
    background-color: lightgrey;
}

.footer a {
    color: #000;
}

.social a {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #f8f9fa;
    position: relative;
    text-align: center;
    color: #0d1e2d;
}

.social a span {
    display: inline-block;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.social a:hover {
    color: #000;
}

.navbar .navbar-nav.navbar-profile {
    margin-left: 1rem !important;
}

.navbar .navbar-nav.navbar-profile .nav-item .nav-link.dropdown-toggle {
    padding: 0 1rem 0 0;
    margin: 0;
}

.navbar .navbar-nav.navbar-profile .nav-item .nav-link.dropdown-toggle .profile-name {
    font-weight: 400;
    float: left !important;
    margin-top: 1.3rem !important;
}

.navbar .navbar-nav.navbar-profile .nav-item .nav-link.dropdown-toggle .profile-picture {
    margin-left: 1rem !important;
    display: none;
}

.navbar .navbar-nav.navbar-profile .nav-item .nav-link.dropdown-toggle::after {
    margin-top: 2rem;
}

.navbar .navbar-nav.navbar-profile .nav-item .dropdown-menu.dropdown-menu-right {
    left: auto !important;
    right: 0 !important;
}

.av-red {
    color: #677502 !important;
}

/* Profile Pictures */
.profile-picture {
    width: 48px;
    height: 48px;
    padding-top: 2px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: relative;
}

.profile-picture img {
    display: block;
    width: 44px;
    height: 44px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    margin: 0 auto;
}

.profile-picture.has-message::after {
    font-family: "Batch Icons";
    font-size: 2.6rem;
    font-weight: 300;
    line-height: 1;
    display: inline-block;
    content: "\F140";
    color: #07a7e3;
    position: absolute;
    top: -5px;
    left: -10px;
}

.profile-picture.profile-picture-lg {
    width: 150px;
    height: 150px;
    margin: 0 auto;
}

.profile-picture.profile-picture-lg img {
    width: 144px;
    height: 144px;
    margin: 1px auto 0;
    border: 5px solid #FFFFFF;
}

.profile-picture.profile-picture-lg.has-message::after {
    top: -3px;
    left: -7px;
    font-size: 4.6rem;
}

.produkt-karte {
    width: 300px;
    float: left;
    margin-bottom: 10px;
}

.produkt-karte .view {
    height: 250px;
}

.produkt-karte .view img {
    max-height: 250px;
    width: auto;
    margin: 0 auto;
}

.produkt-karte .card-body h4.card-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.produkt-karte .card-body p.card-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 4.8em;
}

.produkt-karte .card-body .card-buttons {
    padding: 0;
}

.produkt-karte .card-produkt-kategorie {
    padding: 0.1em 1.25em;
}

.badge {
    color: #fff !important;
    border-radius: .125rem;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.produkt-karte .card-produkt-kategorie .badge {
    color: #677502 !important;
    border: #677502 0.5px solid;
    background-color: transparent !important;
}

.badge.badge-warning.produkt {
    color: #677502 !important;
    border: #677502 0.5px solid;
    background-color: transparent !important;
}

.btn-primary {
    color: #677502 !important;
    border: #677502 0.5px solid !important;
    background-color: transparent !important;
    border-radius: .125rem;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.mediamanager-wrapper {
    border: 1px solid #677502 !important;
}

.btn-secondary:hover {
    color: #000;
    background-color: transparent !important;
}

.btn-primary:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    background-color: transparent !important;
}

.btn-secondary:not([disabled]):not(.disabled):active, .btn-secondary:not([disabled]):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    background-color: transparent !important;
}

.btn-primary:hover {
    color: #677502;
    background-color: transparent !important;
    border-color: #677502;
}
.tab-content>.tab-pane {
    border: 1px solid transparent;
    border-color: #fff #c0d904 #c0d904 #c0d904;
    padding:20px;
    border-top:0px;
}
strong {
    font-weight: 900;
}

.card {
    border-radius: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e0e0e0 !important;
}

.navbar.navbar-light .breadcrumb .nav-item.active > .nav-link, .navbar.navbar-light .navbar-nav .nav-item.active > .nav-link {
    background-color: transparent;
    color: #677502 !important;
    font-weight: 900;
}

.navbar .nav-item .nav-link {
    font-size: 1.1em;
}

.treeview-animated .treeview-animated-list .treeview-animated-items .nested::before {
    position: absolute;
    left: 5px;
    display: block;
    width: 1px;
    height: 100%;
    content: "";
    background-color: #677502;
}

.treeview-animated .treeview-animated-list .treeview-animated-items .closed:hover, .treeview-animated .treeview-animated-list .treeview-animated-element:hover {
    background-color: transparent;
}

.treeview-animated .treeview-animated-list .treeview-animated-element {
    padding: .2em .2em .2em .6em;
    cursor: pointer;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
}

.treeview-animated .treeview-animated-list .treeview-animated-items .closed {
    display: block;
    padding: .2em .2em .2em .4em;
    margin-right: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.treeview-animated .treeview-animated-list .treeview-animated-element.opened {
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    background-color: transparent !important;
}

.treeview-animated .treeview-animated-list .treeview-animated-items .open {
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    background-color: transparent !important;
}

.treeview-animated .treeview-animated-list .treeview-animated-element.opened {
    color: #000000;
    background-color: transparent !important;
}

.treeview-animated .treeview-animated-list .treeview-animated-element.opened:hover {
    color: #000000;
    background-color: transparent !important;
}

.treeview-animated .treeview-animated-list .treeview-animated-items .closed .fa-angle-right.down {
    color: #000000;
}

.treeview-animated .treeview-animated-list .treeview-animated-items .open span {
    color: #000000;
}

span.activelink {
    font-weight: 900;
    color: #677502 !important;
}

.produkt-karte .card-body .card-buttons .btn {
    margin: .175em;
    padding: .84em 1.14em;
}

.card .card-body .card-text {
    font-size: .9em;
    font-weight: 400;
    color: #747373;
}

.h4, h4 {
    font-size: 1.3em;
}

div.col.col-lg-3.select.bg-white {
    max-width: 450px !important;
}
/* Navbar */
.navbar {
    padding: 0 0.5rem;
}

body {
    overflow: hidden;
    font-size: 13px;
    line-height:1.2;
    color: #000;
}

.main-content {
    overflow: scroll;
    padding-top: 25px;
}

.btn-secondary {
    color: #000;
    background-color: #fff !important;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color:#000!important;
}
.btn-secondary.focus, .btn-secondary:focus {
    color:#000!important;
}
#zulieferungen .fas.fa-plus, #abholungen .fas.fa-plus, #zulieferungen .fas.fa-trash, #abholungen .fas.fa-trash, #produktliste .fas.fa-plus, #produktliste .fas.fa-trash {
    cursor: pointer;
}

.input-group-append {
    margin-left: 0px;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #677502;
    text-align: center;
    white-space: nowrap;
    background-color: transparent;
    border: 1px solid #677502;
    border-radius: 0rem .25rem .25rem 0rem;
}

input:invalid {
    border: 1px #e30513 dotted;
}

.btn.disabled, .btn:disabled {
    opacity: 0.4;
    filter: grayscale(1);
}
.showprint {
    display:none;
}
.showprint-inline {
    display:none;
}
@media (max-width: 780px) {
    .custom-navbar > .container {
        padding-right: 0;
        padding-left: 0;
    }
}
@media print {
    @page {
        size: A4;
        margin: 7mm;
      }
      html, body {
        width: 210mm;
        height: 297mm;
      }
      body {
        overflow: auto!important;
        line-height: 20pt!important;
        font-size:12pt!important;
    }
      .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
      .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .tab-content>.tab-pane {
        border:0;
    }
    .tab-content>.tab-pane {
        display:block!important;
        opacity:1!important;
        padding:0!important;
        page-break-after:always;
    }
    .tab-content>.tab-pane.noprint {
        display:none!important;
    }
    .noprint {
        display:none!important;
    }
    .showprint {
        display:block;
    }
    .showprint-inline
    {
        display:inline;
    }
    .breakafter {
        page-break-after:always;
    }
    label {
        margin-bottom: .2rem!important;
    }
    main {
        padding-top: 0!important;
    }
    .h-100 {
        height:auto!important;
    }

    .tab-pane.show.active .form-group.row.line {
        border-bottom: none;
    }
    .form-control {
        line-height:20pt!important;
        height: 20pt!important;
        font-size: 1rem!important;
        color:#000!important;
        padding:1px!important;
    }
    .fullcolum {
        /*flex:0 0 100%!important;
        max-width: 100%!important;
        width:100%!important;*/
        -ms-flex:0 0 100%!important;
    }
    .main-content {
        padding-top: 0!important;
        /*width:100% !important;
        max-width:100% !important;
        flex:auto!important;*/
        overflow:auto!important;
    }
    ::-webkit-input-placeholder { /* WebKit browsers */
        color: transparent!important;
    }
    :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: transparent!important;
    }
    ::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: transparent!important;
    }
    :-ms-input-placeholder { /* Internet Explorer 10+ */
        color: transparent!important;
    }
    .form-control {
        background: transparent!important;
        border: 1px solid #777777!important;
    }
    .printheader {
        font-weight: bold!important;
        font-size:12pt!important;
    }
    select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    input[type=number]:focus::-webkit-inner-spin-button,
    input[type=number]:focus::-webkit-outer-spin-button,
    input[type=number]:hover::-webkit-inner-spin-button,
    input[type=number]:hover::-webkit-outer-spin-button {
        -webkit-appearance: none;
        appearance: none;
    }
    input[type="time"]::-webkit-inner-spin-button,
    input[type="time"]::-webkit-calendar-picker-indicator {
        display: none;
        -webkit-appearance: none;
        appearance: none;
    }
    input[type="date"]::-webkit-inner-spin-button,
    input[type="date"]::-webkit-calendar-picker-indicator {
        display: none;
        -webkit-appearance: none;
        appearance: none;
    }
    input[type=number],input[type="time"],input[type="date"] {
        -moz-appearance:textfield;
    }
    #nav-ware .col-md-5 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    #nav-ware .col-md-1 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .sideheader {
        font-weight: bold!important;
        font-size:15pt!important;
    }
    .sideheader .col-md-8 {
        -msflex: 0 0 100%;
        flex: 0 0 100%;
        max-width:100%
    }
    .sideheader .col-md-4 {
        -msflex: 0 0 100%;
        flex: 0 0 100%;
        max-width:100%
    }
    .sideheader .col-md-8 .col-md-2 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .sideheader .col-md-8 .col-md-10 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
        text-align:right;
    }
    .sideheader .col-md-4 .col-md-2 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .sideheader .col-md-4 .col-md-10 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        text-align:right;
    }
 /*   #nav-veranstaltung .veranstaltungblock2 .col-md-8 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #nav-veranstaltung .veranstaltungblock1 .col-md-8 .col-md-2 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    #nav-veranstaltung .veranstaltungblock1 .col-md-8 .col-md-10 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    #nav-veranstaltung .veranstaltungblock2 .col-md-8 .col-md-2 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    #nav-veranstaltung .veranstaltungblock2 .col-md-8 .col-md-10 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    #nav-veranstaltung .veranstaltungblock3 .col-md-8, #nav-veranstaltung .veranstaltungblock3 .col-md-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #nav-veranstaltung .veranstaltungblock3 .col-md-4 .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    #nav-veranstaltung .veranstaltungblock3 .col-md-4 .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    #nav-veranstaltung .veranstaltungblock3 .col-md-8 .col-md-10 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    #nav-veranstaltung .veranstaltungblock3 .col-md-8 .col-md-2 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    #nav-veranstaltung .veranstaltungblock4 .col-md-10 .col-md-1 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    #nav-veranstaltung .veranstaltungblock4 .col-md-10 .col-md-3 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }*/
    #nav-veranstaltung textarea.form-control {
        height:400pt!important;
    }
    label {
        font-weight: bold;
    }
.nopagebreak {
    page-break-after: avoid!important;
    page-break-inside: avoid!important;
}
.broadprint {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding:0!important;
}

.printnomargin {
    margin:0!important;
}
    .newpage {
        page-break-after: always!important;
        page-break-inside: avoid!important;
        clear:both;
    }
    .newpage2 {
        page-break-after: always!important;
        clear:both;
        margin-bottom: 4em;
    }
    .newpage3 {
        page-break-before: always!important;
        page-break-inside: avoid!important;
        clear:both;
    }
    .container-fluid {
        padding:0!important;
    }
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
        position: initial!important;
    }
}
