﻿html, body { margin: 0 }

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: rgb(123, 123, 123);
    padding-bottom:40px;
}

.tooltip.top .tooltip-inner {
    background-color: #002E54;
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

.tooltip.top .tooltip-arrow {
    border-top-color: #002E54;
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

.label-primary {
    background-color: #002E54;
}

.footer {
    width: 100%;
    height: 40px;
    background-color: #f5f5f5;
    padding: 10px;
    text-transform: uppercase;
}
.footer_l {
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background-color: #f5f5f5;
    padding: 10px;
    text-transform: uppercase;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.logo_bg {

}

.obermeyer {
    background-color: #FFF;
}

.btn {
    border-radius: 0px;
}

.btn-primary {
    background-color: #002E54;
    border-color: #002E54;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-color: #001B38;
    border-color: #001B38;
}

.logo {

    background-image: url('../images/logo.png');
    background-repeat: no-repeat;
    background-position: center;
    height: 200px !important;
}

.logo_image {
    margin: 5px;
    height: 50px;
}

.topmargin {
    margin-top: 125px;
}

/*.btn-success { background-color: rgba(91, 182, 105, 0.28); }

.btn-success:hover { background-color: #b2dba1; }*/

.notificationarea {
    z-index: 3;
    width: 100%;
    position: fixed;
    font-size: larger;
    font-weight: bolder;
    text-align: center;
    line-height: 51px;
    vertical-align: middle;
    height: 4px;
    overflow: hidden;
}

.notification_hidden {
    /*height: 0px;*/
    top: -200px;
    filter: alpha(opacity=50);
    background-color: #ffffff;
    opacity: 0.5;
    transition: 0.5s ease all;
}

.notification_success {
    color: #000;
    top: 0px;
    border: solid #b2dba1 2px;
    background-color: rgba(91, 182, 105, 0.28);
    height: 62px;
    filter: alpha(opacity=1);
    opacity: 1;
    transition: 0.5s ease all;
}

.notification_hint {
    color: #FFF;
    top: 0px;
    border: solid #337AB7 2px;
    background-color: rgba(49, 158, 183, 0.28);
    height: 62px;
    filter: alpha(opacity=1);
    opacity: 1;
    transition: 0.5s ease all;
}

.notification_error {
    color: #FFF;
    top: 0px;
    border: solid #ac2925 2px;
    background-color: #ce8483;
    height: 62px;
    filter: alpha(opacity=1);
    opacity: 1;
    transition: 0.5s ease all;
}

.notification_confirm {
    color: #FFF;
    top: 0px;
    border: solid #337AB7 2px;
    background-color: rgb(49, 158, 183);
    height: 120px;
    filter: alpha(opacity=1);
    opacity: 1;
    transition: 0.5s ease all;
}

.arrow-up {
    background-image: url('../images/arrow_up.png');
    background-repeat: no-repeat;
    background-position: top left;
}

/* create an arrow that points down */
.arrow-down {
    background-image: url('../images/arrow_down.png');
    background-repeat: no-repeat;
    background-position: bottom left;
}

.w50 {
    width: 50px;
}

.w100 {
    width: 100px;
}

.w150 {
    width: 150px;
}

.w200 {
    width: 200px;
}

.w250 {
    width: 250px;
}

.w300 {
    width: 300px;
}

.pagination {
    margin: 1px !important;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #002E54;
    border-color: #002E54;
}

.pagination > li > a,
.pagination > li > span {
    color: #002E54;
}

.orderstable {
    width: 100%
}

.orderInfoPosGridTitle {
    padding: 5px;
}

.orderInfoPosGridData {
    padding: 5px;
}

.orderInfoSizeGridTitle {
    padding: 2px;
}

.orderInfoSizeGridData {
    padding: 2px;
    text-align: right;
}

.modal-dialog {
    width: 60%;
}

.modal-content {
    border-radius: 10px;
}

.grdisplay_td {
    text-align: center;
    width: 52px;
    border: solid silver 1px;
}

.grdisplay_td_add_to_basket {
    text-align: center;
}

.quantityinput {
    width: 50px;
    text-align: center;
}

.border {
    border: solid green 1px;
}

.border2 {
    border: solid blue 1px;
}

.navbar-brand,
.navbar-nav li a {
    line-height: 60px;
    height: 60px;
    padding-top: 0;
}

.imageContainerThumb {
    float: left;
    width: 120px;
    margin: 5px;
    vertical-align: middle;
    text-align: center;
    border: solid #EEEEEE 1px;
    background-color: #FFFFFF;
}

.imageContainerMini {
    float: left;
    width: 60px;
    margin-top: 2px;
    margin-left: 2px;
    margin-right: 6px;

    vertical-align: middle;
    text-align: center;
    border: solid #EEEEEE 1px;
    background-color: #FFFFFF;
}

.imageContainerMiddle {
    float: left;
    width: 400px;
    margin: 2px;
    vertical-align: middle;
    text-align: center;
    border: solid #EEEEEE 1px;
    background-color: #FFFFFF;
}

.clear {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.center {
    text-align: center;
}

.wait {
    position: absolute;
    text-align: center;
    height: 100%;
    width: 100%;
    z-index: 5;
    padding-top: 150px;
    filter: alpha(opacity=0.8);
    background-color: #ffffff;
    opacity: 0.8;
}

.wait.ng-hide-add.ng-hide-add-active,
.wait.ng-hide-remove.ng-hide-remove-active {

}

.wait.ng-hide {
    opacity: 0;
}

.magnifier_Cursor {
    ursor: move;
}

.hide_Cursor {
    cursor: none;
}

.hand_Cursor {
    cursor: pointer;
}

.activeBtn {
    border: solid silver 4px;
}

.previewImageTitle {
    width: 400px;
    height: 20px;
    position: relative;
}

.magnify {
    width: 400px;
    position: relative;
}

/*Lets create the magnifying glass*/
.large {
    width: 400px;
    height: 400px;
    position: absolute;
    border-radius: 80%;

    /*Multiple box shadows to achieve the glass effect*/
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85),
    0 0 7px 7px rgba(0, 0, 0, 0.25),
    inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    background-repeat: no-repeat;
    display: none;

}

/*To solve overlap bug at the edges during magnification*/
.small {
    display: block;
}

.reserved {

}

.shortage {

}

.list-row {
    height: 80px;
}

.pricecharttable {
    min-width: 400px;
}

.pricecharttable td {
    padding: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.m5 {
    margin: 5px;
}

.m10 {
    margin: 10px;
}

.ml20 {
    margin-left: 20px;
}

.mt10 {
    margin-top: 10px;
}

.p5 {
    padding: 5px;
}

.p10 {
    padding: 10px;
}

.p20 {
    padding: 20px;
}

.topleft {
    text-align: left;
    vertical-align: top;
}

.green {
    background-color: rgba(91, 182, 105, 0.28);
}

.yellow {
    background-color: rgba(255, 221, 153, 0.28);
}

.red {
    background-color: rgba(182, 17, 0, 0.28);
}

.font_blue {
    color: #337AB7;
}

.font_green {
    color: #5CB85C;
}

.font_yellow {
    color: #F0AD4E;
}

.font_red {
    color: #D9534F;
}

.bold {
    font-weight: bold;
}

.btn_fixed_width100 {
    width: 100px;
}

.btn_fixed_width140 {
    width: 140px;
}

.preis_title {
    width: 120px;
}

.preis_data_0 {
    width: 100px;
    background-color: rgba(91, 182, 105, 0.28);
    text-align: right;
    padding: 2px;
    border: solid 1px silver;
}

.preis_data_1 {
    width: 100px;
    background-color: #ffeebb;
    text-align: right;
    padding: 2px;
    border: solid 1px silver;
}

.preis_data_2 {
    width: 100px;
    background-color: #ffdd00;
    text-align: right;
    padding: 2px;
    border: solid 1px silver;
}

.preis_data_3 {
    width: 100px;
    background-color: #ffaa00;
    text-align: right;
    padding: 2px;
    border: solid 1px silver;
}

.preis_data_4 {
    width: 100px;
    background-color: #ff5500;
    text-align: right;
    padding: 2px;
    border: solid 1px silver;
}

.bigfont {
    font-size: 20px;
}

.boldfont {
    font-weight: bold;
}

.gendermargin {
    margin-left: 5px;
    margin-right: 15px;
}

.scrollableGGNr {
    height: 1000px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 20px;
}

/*#########################################################################################*/
/*#########################################################################################*/
/*#########################################################################################*/
/* SLIDER*/
/*#########################################################################################*/
/*#########################################################################################*/
/*#########################################################################################*/
input[type=range] {
    -webkit-appearance: none; /* Hides the slider so that custom slider can be made */
    width: 100%; /* Specific width is required for Firefox. */
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
}

input[type=range]:focus {
    outline: none; /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}

input[type=range]::-ms-track {
    width: 100%;
    cursor: pointer;
    background: transparent; /* Hides the slider so custom styles can be added */
    border-color: transparent;
    color: transparent;
}

/* Special styling for WebKit/Blink */
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 1px solid #000000;
    height: 36px;
    width: 36px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
    margin-top: -14px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; /* Add cool effects to your sliders! */
}

/* All the same stuff for Firefox */
input[type=range]::-moz-range-thumb {
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    border: 1px solid #000000;
    height: 36px;
    width: 36px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
}

/* All the same stuff for IE */
input[type=range]::-ms-thumb {
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    border: 1px solid #000000;
    height: 36px;
    width: 36px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 36px;
    cursor: pointer;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    background: #3071a9;
    border-radius: 1.3px;
    border: 0.2px solid #010101;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #367ebd;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 36px;
    cursor: pointer;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    background: #3071a9;
    border-radius: 1.3px;
    border: 0.2px solid #010101;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 36px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    border-width: 16px 0;
    color: transparent;
}

input[type=range]::-ms-fill-lower {
    background: #2a6495;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}

input[type=range]:focus::-ms-fill-lower {
    background: #3071a9;
}

input[type=range]::-ms-fill-upper {
    background: #3071a9;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}

input[type=range]:focus::-ms-fill-upper {
    background: #367ebd;
}

/*#########################################################################################*/
/*#########################################################################################*/
/*#########################################################################################*/

.messengercontainer {
    position: absolute;
    z-index: 1050;
    right: 5px;
    top: 85px;
}

.message {
    min-height: 80px;
    min-width: 300px;
}

/*#########################################################################################*/
/*#########################################################################################*/
/*#########################################################################################*/
/*
    ANIMATIONS ON HIDE / SHOW
*/

.cssFade {
    transition: 0.5s linear all;
    opacity: 1;
}

.cssFade.ng-hide {
    opacity: 0;
}

.ng-hide-add, .ng-hide-remove {
    /* ensure visibility during the transition */
    display: block !important; /* yes, important */
}

/*#########################################################################################*/
/*#########################################################################################*/
/*#########################################################################################*/

.b0 {
    border: solid silver 1px;
    border-radius: 10px;
}

.adr {
    text-align: left;
    white-space: pre-wrap;
}

.xx {

}

.custitle {
    font-weight: bold;
    white-space: pre-wrap;
}

/*#########################################################################################*/
/*#########################################################################################*/
/*#########################################################################################*/

.table_filialzuordnung {

}

.table_filialzuordnung td {
    padding: 5px;
}

/*#########################################################################################*/
/*#########################################################################################*/
/*#########################################################################################*/
.node circle {
    fill: #fff;
    stroke: steelblue;
    stroke-width: 3px;
}

.node text {
    font: 12px sans-serif;
}

.link {
    fill: none;
    stroke: #ccc;
    stroke-width: 2px;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.dot {
    margin: 5px;
}

.budget {
    font-weight: bold;
}

.lostpw {

}

.lostpw_label {
    text-decoration: underline;
    cursor: pointer;
}

.login_msg {
    color: red;
    font-size: smaller;
}

.badge_margin {
    margin-left: 10px;
}

.export_btn_margin {
    margin: 10px;
}

.hide_overflov {
    overflow: auto;
}

.badge_font_std {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.hidden {
    visibility: hidden;
}

.silverborder {
    border: solid silver 1px;
    width: 35px;
    text-align: center;
    float: left;
}

.fl {
    float: left;
}

input:required + label {
    color: red;
}

.missing {
    box-shadow: 2px 2px 10px rgba(200, 0, 0, 0.85);
    border: solid red 1px;
}

.mysize {
    box-shadow: 2px 2px 10px rgba(7, 92, 25, 0.85);

}

.unstyled-li {
    list-style-type: none;
}

.middle {
    text-align: center;
}

.vert_middle {
    vertical-align: middle;
}

.breadcrump {
    font-size: 14px;
    color: #002E54;
}

.breadcrumpX {
    font-size: 18px;
    color: #002E54;
}

.breadcrumpX:hover {
    color: #B70005;
}

.header_hight {
    height: 55px;
}

.huge_button_hight {
    height: 120px;
}

.p_preview {
    width: 340px;
    float: left;
}

.colorbuttons {
}

.colorbutton {
    float: left;
    width: 20px !important;
    height: 20px !important;
    border: solid silver 1px;
    border-radius: 50%;
    transition: 0.2s ease all;
}

.colorbutton:hover {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.farbe_hervorheben {
    border: solid #002E54 2px;
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}

.animate-show.ng-hide-add, .animate-show.ng-hide-remove {
    transition: all linear 0.5s;
    display: block !important;
}

.animate-show.ng-hide-add.ng-hide-add-active, .animate-show.ng-hide-remove {
    opacity: 0;
}

.animate-show.ng-hide-add, .animate-show.ng-hide-remove.ng-hide-remove-active {
    opacity: 1;
}

.product_link {
    font-size: 12px;
    font-weight: bold;
    color: rgb(123, 123, 123);
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
}

.product_link_inverse {
    font-size: 12px;
    font-weight: bold;
    color: #002E54;
    cursor: pointer;
    text-decoration: none;
}

.preis_anzeige {
    font-weight: bold;
    color: rgb(123, 123, 123);
    text-decoration: none;
}

.ordertypetitle {
    font-family: "Pathway Gothic One", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;

    text-transform: uppercase;
    text-align: center;
}

.ordertypetitle_active {
    color: #002E54;
}

.ordertypetitle_activeSALE {
    color: #FF0000;
}

.ordersummary {
    font-family: "Pathway Gothic One", Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}

.ordertitle {
    font-family: "Pathway Gothic One", Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #002E54;
}

.besch_1 {
    white-space: nowrap;
}

.whitebg {
    background-color: #FFF !important;
}

.duenner {

}

/* navbar */
.navbar-default {
    background-color: #FFF;
    border-color: #E7E7E7;
}

/* title */
.navbar-default .navbar-brand {
    color: #FFF;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5E5E5E;
}

/* link */
.navbar-default .navbar-nav > li > a {
    color: #FFF;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #333;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #E7E7E7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #D5D5D5;
}

/* caret */
.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #777;
    border-bottom-color: #777;
}

.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #333;
    border-bottom-color: #333;
}

.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
    border-top-color: #555;
    border-bottom-color: #555;
}

/* mobile version */
.navbar-default .navbar-toggle {
    border-color: #DDD;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #DDD;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #CCC;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
    }

}

@media (max-width: 480px) {
    .hideSmall {
        display: none;
    }
}

@media (max-width: 600px) {
    #logoImg {
        background-image: url("../images/logo_sm.png");
        background-repeat: no-repeat;
        width: 170px;
        height: 60px;
        margin-top: 7px;
        margin-left: 10px;
        padding: 0;
    }
}

@media (min-width: 601px) {
    #logoImg {
        background-image: url("../images/logo.png");
        background-repeat: no-repeat;
        width: 310px;
        height: 60px;
        margin: 0;
        padding: 0;
    }
}



.big {
    color: rgb(255, 255, 255);
    font-family: "Pathway Gothic One", Arial, Helvetica, sans-serif;
    font-size: 22px;
    margin-right: 15px;
    text-transform: uppercase;
    vertical-align: middle;
}



/* mouse over link */
.white_link:hover {
    color: #FFF;
    text-decoration: none;
}

.w20 {
    width: 20px;
}

.nav > li > a {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    color: rgb(123, 123, 123);
    text-transform: uppercase;
}

.nav > li > a:hover {
    color: rgb(0, 46, 84);

}

.nav > li > a:active {
    color: rgb(0, 46, 84);
}

.product_data {
    height: 80px;
}

.smooth {
    transition: 0.5s ease all;
}

.zoom-in {
    cursor: zoom-in;
}

.zoom-out {
    cursor: zoom-out;
}

.articleDetailTitleMain {
    color: #002E54;
    font-family: "Pathway Gothic One", Arial, Helvetica, sans-serif;
    font-size: 30px;
    text-transform: uppercase;
}

.articleDetailTitle {

    text-transform: uppercase;
    font-weight: bolder;
}

.articleDetail {

    text-transform: uppercase;
}

.articleDetailSpacer {
    margin-top: 10px;
}

.zoomHint {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.assortmentInfoTable {
    width: 100%;
    background-color: #F0F0F0;
    text-transform: uppercase;
}

.assortmentInfoTitle {
    text-align: center;
    padding: 5px;
    font-weight: bolder;
    border: solid white 2px;
}

.assortmentInfoTitleLeft {
    text-align: left;
    padding: 5px;
    font-weight: bolder;
    border: solid white 2px;
}

.assortmentInfo {
    text-align: center;
    padding: 5px;
    border: solid white 2px;
}

.matchTitle {
    color: rgb(123, 123, 123);
    font-family: "Pathway Gothic One", Arial, Helvetica, sans-serif;
    font-size: 30px;
    text-transform: uppercase;
}

.homeTitles {
    color: #FFF;
    font-family: "Pathway Gothic One", Arial, Helvetica, sans-serif;
    font-size: 50px;
    padding-top: 30%;
    padding-bottom: 30%;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
    text-align: center;
    white-space: nowrap;
    display: table-cell;
    vertical-align: middle;
}

.blueBG {
    background-color: #002E54;
    z-index: 2;
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
    position: absolute;
    display: table;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.imgZoomTransition {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    max-width: 100%;
    height: auto;
}

.imgZoom:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.homeImgContainer {
    overflow: hidden;
    cursor: pointer;

}

.imgContainer {
    overflow: hidden;
}

.shopping_basket_wait_icon {
    width: 12px;
    height: 12px;
}

.shopping_basket {
    height: 50px;
    margin-right: 10px;
    text-align: center;
}

.shopping_basket_inner {
    margin-top: 5px;
    padding-top: 5px;
    padding-left: 5px;
    border: solid #EEE 1px;
    border-radius: 2px;
    height: 50px;
    width: 180px;
}

.basketLinkTitle {
    color: #002E54;
    font-family: "Pathway Gothic One", Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}

.select_grey {
    background-color: rgb(244, 244, 244);
}

.baskettotal {
    font-size: 11px;
    font-weight: bolder;
}

.max120 {
    max-height: 200px;
}

.hover_blue:hover {
    color: #002E54;
}

.delete_pos {
    height: 20px;
    width: 20px;
}

.disabled {
    cursor: not-allowed;
    pointer-events: all !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.serviceBar {
    padding: 5px;
}

.service_element {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    font-family: "Pathway Gothic One", Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
}

.service_element:hover {
    color: #002E54;
}

.tdGros {
    padding: 5px;
}

.minH {
    min-height: 605px;
}

.pageTitleMain {
    color: #002E54;
    font-family: "Pathway Gothic One", Arial, Helvetica, sans-serif;
    font-size: 30px;
    text-transform: uppercase;
}

.white-space-pre {
    white-space: pre-line;
}

input:required + label {
    color: red;
}

.missing {
    box-shadow: 2px 2px 10px rgba(200, 0, 0, 0.85);
    border: solid red 1px;
}

.t_title_main {
    font-family: "Pathway Gothic One", Arial, Helvetica, sans-serif;
    font-size: 30px;
    text-transform: uppercase;
}

.t_title {
    font-family: "Pathway Gothic One", Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}

.lower-alpha {
    list-style-type: lower-alpha;
}

.paragraph {
    list-style-type: none;
}

.paragraph li {
    counter-increment: step-counter;
    font-family: "Pathway Gothic One", Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-transform: uppercase;

}

.paragraph li::before {
    content: "$ " counter(step-counter) " ";
}

.simple {
    list-style-type: none;
    font-size: 11px;
    font-weight: 400;
    text-transform: none;
    padding-left: 20px;
}

.simple {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.simple li {
    counter-increment: simple-counter;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: 400;
    text-transform: none;

}

.simple li::before {
    content: counter(simple-counter) ". ";

}

.third_level {
    list-style-type: none;
    padding-left: 20px;
}

.third_level li {
    counter-increment: s3-counter;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

}

.third_level li::before {
    content: counter(s3-counter) ". ";

}

.cell {
    background-color: rgba(110, 110, 110, 0.1);
    padding: 10px;
    border: solid white 2px;
    height: 50px;
    vertical-align: middle;
}

.streichpreis {
    text-decoration: line-through;
}

.smaller_font {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;

}

.modal-lg {
    min-width: 650px !important;
}

.mag {
    width: 200px;
    margin: 0 auto;
    float: none;
}

.mag img {
    max-width: 100%;
}

.magnify {
    position: relative;
    cursor: none
}

.magnify-large {
    position: absolute;
    display: none;
    width: 300px;
    height: 300px;
    z-index: 1000;
    -webkit-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);

    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}
.nowrap{
    white-space: nowrap;
}
.aktion_title{
    position:relative;
    width: 120px;
    color: rgb(255, 255, 255);
    font-family: "Pathway Gothic One", Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    vertical-align: middle;
}

.b2bnavbar {
    height: 60px;
    background-color: rgb(0, 46, 84);
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    padding:5px;
}

.white_link {
    color: #FFF;
    padding:0px 30px 0px 30px;
}

@media (max-width: 620px) {
    .hide_small{
        display : none;
    }
}

.badge_de{
    background-image: url('../images/logo.png'),url('../images/badge_req_new_pw_de.png');
    background-repeat: no-repeat;
    background-position: center, right;
    height: 200px !important;
}
.badge_en{
    background-image: url('../images/logo.png'),url('../images/badge_req_new_pw_en.png');
    background-repeat: no-repeat;
    background-position: center, right;
    height: 200px !important;
}
.badge_nl{
    background-image: url('../images/logo.png'),url('../images/badge_req_new_pw_en.png');
    background-repeat: no-repeat;
    background-position: center, right;
    height: 200px !important;
}
.welcome{
    width:100%;
}
.welcome_de{
    background-image: url('../images/welcome_de.png');
    background-repeat: no-repeat;
    background-position: center;
    height: 280px !important;
}
.welcome_en{
    background-image: url('../images/welcome_en.png');
    background-repeat: no-repeat;
    background-position: center;
    height: 300px !important;
}
.welcome_nl{
    background-image: url('../images/welcome_nl.png');
    background-repeat: no-repeat;
    background-position: center;
    height: 300px !important;
}
.sidebar {
    top: 75px !important;
    padding-top: 0;
}

@media (max-height: 740px) {
    .sidebar {
        overflow-x: hidden;
        overflow-y:auto;
        min-height: 450px !important;
    }
}
.w1{
    width: 100%;
}

.inputnumber{
    width:30px;
	text-align: center; 
	border: solid #efefef 1px;
}