@import url('/shop_hacc/global/fonts/openSans.css');

:root {
    --sidebar-width: 300px;
    --header-height: 160px;
}

#auftragseigenschaften > .panel-body > .row, #auftragseigenschaften > .panel-body > .panel-body > .row {
    margin-top:    10px;
    margin-bottom: 10px;
}

button.alert {
    padding: 6px 25px 6px 12px;
}

.alert {
    margin-bottom: 0;
}

.follows-icon {
    margin-left: 5px;
}

div.boxtyp1 {
    width:  320px;
    /*height:  157px;*/
    height: 400px;
    margin: 8px 30px 8px 8px;
}

#s390 #content > div {
    margin-left: 0;
}

#s390 #content > div:nth-of-type(5), #s390 #content > div:nth-of-type(9) {
    margin-right: 0;
}

div.boxtyp2 {
    width:  518px;
    /*height:  157px;*/
    height: 200px;
    margin: 8px;
}

div.boxtyp3 {
    width:  251px;
    /*height:  330px;*/
    height: 416px;
    margin: 8px;
}

div.boxtyp4 {
    width:  800px;
    margin: 8px;
}

div.boxtyp5 {
    width:  785px;
    /*height:  157px;*/
    height: 200px;
    margin: 8px;
}

div.boxtyp6 {
    clear:   left;
    float:   none;
    margin:  8px;
    height:  57px;
    opacity: 1 !important;
    width:   calc(100% - 30px);
    display: inline-block;
}

div.boxtyp6 > div.categories-banner-box, div.boxtyp6 > div.categories-banner-box h4 {
    border-radius: unset;
}

div.boxtyp6 > div[class^="content_start"] {
    display: none;
}

div.boxtyp6 h4, div.boxtyp6 h4 a {
    background-color: white;
    color:            #002F6C;
    font-size:        30px;
}

div.boxtyp1, div.boxtyp2, div.boxtyp3, div.boxtyp4, div.boxtyp5, div.boxtyp6 {
    position:      relative;
    border-radius: 5px;
    border:        1px solid #4b98f7;
}

div.categories-banner-box > h4 {
    border-bottom-left-radius:  4px;
    border-bottom-right-radius: 4px;
}

.adDoc > .boxtyp1 {
    margin-right: 0;
    position:     relative;
    border:       none;
}

div.categories-banner-box {
    margin-top: 5px;
}

/* ------------------------- */
/* -- Artikeldetailansicht - */
/* ------------------------- */

body {
    font-size:   17px;
    font-family: Open Sans, sans-serif;
    height:      100%;
    font-weight: 400;
}

input.submit {
    background-color: #002F6C;
    width:            83px;
    height:           26px;
    color:            #FFFFFF;
    font-weight:      bold;
    border:           0;
    padding:          0;
    margin:           5px 5px 0 0;
    font-family:      Open Sans, sans-serif;
    font-size:        9pt;
    border-radius:    5px;
}

.submit_button {
    float:            left;
    background-color: #002F6C;
    width:            83px;
    height:           26px;
    color:            #FFFFFF;
    font-weight:      bold;
    border:           0;
    padding:          4px 0 5px 0;
    margin:           5px 5px 0 2px;
    font-family:      Open Sans, sans-serif;
    font-size:        9pt;
    text-align:       center;
    border-radius:    5px;
}

:link, :visited {
    /*color:           #606060;*/
    text-decoration: none;
}

input, textarea, select {
    border: 1px solid #b1d1fa;
}

input[type=submit]:hover {
    cursor: pointer;
}

a:hover {
    color:           #303030;
    text-decoration: none;
}

a img {
    border: 0;
}

h1 {
    font-size: 150%;
}

h4 {
    margin: 5px 0 5px 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Open Sans, sans-serif;
}

/* Farbe zum hervorheben von Feldern die Fehler enthalten*/
.mark_error_field {
    background-color: #6699FF;
}

/*a.referenz2 {*/
/*background-color: #69cc53;*/
/*}*/

.notice_box_visible {
    position:         fixed;
    top:              191px;
    left:             488px;
    width:            400px;
    color:            #000000;
    background-color: #B1D1FA;
    border:           1px dashed #000000;
    height:           280px;
}

.notice_box_visible fieldset {
    margin:  5px;
    padding: 0;
}

/* p-tags in sichtbarer Hinweisbox */
.notice_box_visible p {
    margin:  2px 0 0 0;
    padding: 0;
}

.notice_box_visible label {
    display:    block;
    width:      80px;
    float:      left;
    text-align: left;
}

#submit_delivery_address {
    margin-left: 80px;
}

.notice_box_hidden {
    position: fixed;
    top:      1px;
    left:     1px;
    width:    1px;
    height:   1px;
}

.header {
    font-family: Open Sans, sans-serif;
    font-weight: bold;
    color:       #000000;
}

.box_spacing {
    margin: 20px 0 5px 0;
}

.literature {
    display:     block;
    width:       196px;
    height:      26px;
    line-height: 20px;
    text-align:  center;
}

.literature a {
    color:       #FFFFFF;
    font-weight: bold;
}

.literature a:before {
    content: none !important;
}

.literature a:visited {
    color:       #FFFFFF;
    font-weight: bold;
}

#kond_0,
#kond_1,
#kond_2 {
    font-size: 9pt;
}

.kond_details {
    font-size:     9pt;
    margin:        0 0 0 20px;
    border-right:  1px solid black;
    border-bottom: 1px solid black;
    border-left:   1px solid black;
    width:         400px;
}

.kond_details th {
    text-align:  right;
    font-weight: normal;
}

.kond_details td {
    text-align: right;
}

p.kond_link_guest {
    margin-bottom: 20px;
}

p.header {
    margin:  0;
    padding: 0;
}

#content {
    padding:          10px;
    background-color: white;
}

#s390 #content {
    padding:          0;
    background-color: unset;
}

#s394 div.balken > span {
    font-size: 24px;
}

#s408 #content {
    /*width: 790px;*/
}

#container_unten {
    margin: 10px 0 0 0;
}

#hauptteil {
    /*float:        left;*/
    /*margin-top:   0;*/
    /*width:        820px;*/
    /*margin-right: 0;*/
}

#unten {
    /*  */
    clear:   both;
    padding: 10px 0 0 0;
    color:   #000000;
}

#right {
    /*float:   left;*/
    /*margin:  0;*/
    /*padding: 0;*/
    /*width:   210px;*/
}

#right > .panel-smart.product-details > hr:first-of-type {
    margin-top: 56px;
}

#nummern {
    list-style: none;
    margin:     25px 0 10px 10px;
    padding:    0;
    color:      #000000;
    width:      200px;
}

#nummern li {
    margin:  0;
    padding: 3px 0 3px 0;
}

.date_expire {
    background-color: red;
}

.zweite_farbe {
    color: #000000;
}

#right p.header {
    width:   200px;
    margin:  0 0 0 10px;
    padding: 0;
}

#left {
    /*float:  left;*/
    margin: 10px;
    /*width:  200px;*/
}

#bild {
    padding: 0;
    margin:  10px 0 0 0;
    color:   #000000;
    width:   200px;
}

#bild img {
    border: 1px solid #FFFFFF;
}

#no_pic {
    width:   200px;
    height:  150px;
    display: block;
}

#chemverbotsv_warning {
    font-weight: bold;
    text-align:  center;
}

#artbes {
    color:       #535353;
    font-size:   9pt;
    line-height: 14pt;
    padding:     0 5px;
    width:       592px;
    float:       left;
    margin:      20px 0 0 0;
}

#artbes div#short_artbes {
    height:   190px;
    overflow: hidden;
}

#merkmalkurztext {
    border: 1px solid #B2D1F8 !important;
}

.mime_list1 {
    list-style: none;
    margin:     0;
    padding:    0;
}

.mime_list1 li {
    padding:     0 0 0 36px;
    margin:      5px 0;
    font-size:   9pt;
    font-family: Open Sans, sans-serif;
    line-height: 16px;
}

#mime_list {
    list-style: none;
    margin:     0;
    padding:    0;
}

#mime_list a:before {
    content: none !important
}

.l_mime {
    float:  left;
    margin: 8px;
    height: 120px;
}

.similar_link a {
    margin: 0;
}

.zub_list img {
    float:   left;
    padding: 8px 8px 0 8px;
}

#technik_tabelle {
    margin:  10px 0 10px 0;
    padding: 0;
    width:   602px;
    float:   left;
}

#infobox {
    margin-top: 10px;
    width:      596px;
    padding:    3px;
    color:      #000000;
}

.anzahl {
    width: 50px;
}

.menge_box {
    float: left;
    /*width: 150px;*/
}

.button_box {
    display: block;
    margin:  0 0 0 180px;
}

#oci_order_submit {
    height:      23px;
    line-height: 23px;
    margin:      0;
    padding:     0;
    text-align:  center;
}

#infobox .favo {
    text-align:  left;
    color:       #FFFFFF;
    font-weight: bold;
    padding:     0 0 5px 30px;
    border:      0;
    width:       196px;
    height:      26px;
}

.ib_table {
    color:       #535353;
    width:       100%;
    margin:      40px 0 0 0;
    font-size:   9pt;
    line-height: 15pt;
}

.ib_table td {
    border-bottom: 1px solid #535353;
}

.it_head2 {
    font-weight: bold;
}

.it_head {
    color:          #535353;
    font-weight:    bold;
    padding-bottom: 2px;
    padding-top:    2px;
    border-bottom:  1px solid #535353;
}

.ib_table .zelle_br,
.ib_table .zelle_bt,
.ib_table .zelle_bl {
    border:        none;
    border-bottom: 1px solid #535353;
}

.zelle_br {
    border-right: 1px solid #B1D1FA;
}

.zelle_bt {
    border-top: 1px solid #B1D1FA;
    padding:    2px;
}

.zelle_bl {
    border-left: 1px solid #B1D1FA;
}

.ib_preis {
    /*display:     block;*/
    margin:      5px 0;
    font-size:   15pt;
    color:       #535353;
    font-weight: bold;
}

.ib_preis span {
    font-size: 11pt;
}

.ib_aktion_preis_neu {
    color: red;
}

.ib_text {
    /*display: block;*/
    margin: 5px 0;
}

.alternativ,
.verweis {
    margin:           0 0 0 10px;
    padding:          0;
    color:            #535353;
    background-color: #FFFFFF;
    border:           1px solid #B1D1FA;
    width:            198px;
    height:           100px;
    overflow:         hidden;
}

.verweis {
    border: 1px dotted #FE0011;
}

.zubehoer,
.zubehoer_von,
.bestandteil,
.notw_zusatz,
.notw_auswahl,
.ersatzteil,
.nachfolger {
    min-height:       61px;
    background-color: #FFFFFF;
    color:            #535353;
    border:           1px solid #B1D1FA;
    overflow:         hidden;
    margin-right:     10px;
}

div.i_notiz {
    /*width:   200px;*/
    /*margin:  0 0 0 10px;*/
    /*padding: 0;*/
    float: left;
}

/*div.i_notiz span {*/
/*font-weight: bold;*/
/*}*/

/*div.i_notiz textarea {*/
/*width:   188px;*/
/*margin:  0;*/
/*padding: 0;*/
/*}*/

.zub_text {
    color:  #535353;
    margin: 8px 8px 8px 66px;
}

.zub_text a {
    text-decoration: underline;
}

.clear {
    clear: both;
}

.zub_list {
    list-style: none;
    padding:    0;
    margin:     0;
}

.zub_list li {
    float:      left;
    margin-top: 10px;
}

#unten .zub_list li {
    width: 48%;
}

#left .zub_list li {
    width: 100%;
}

/* ------------------------- */
/* Stylesheet f�r Navigation */
/* ------------------------- */

.navi {
    position:         fixed;
    background-color: #E7F1FD;
    color:            #000000;
    font-size:        12pt;
    font-family:      Open Sans, sans-serif;
    top:              116px;
    left:             0;
    width:            200px;
    height:           100%;
    z-index:          5;
}

.navi a {
    color:           #535353;
    line-height:     12pt;
    font-weight:     normal;
    text-decoration: none;
}

.navi a:hover {
    color:           gray;
    font-weight:     normal;
    text-decoration: none;
}

.navi input.submit {
    color:       #FFFFFF;
    font-weight: bold;
    border:      0;
    width:       149px;
    height:      24px;
    margin:      10px 0 0 5px;
}

.trenner {
    /* Trennlinie in der Navigation */

}

.sprachen {
    list-style: none;
    padding:    0;
    margin:     95px 0 0 0;
}

.sprachen li {
    float:  left;
    margin: 0 0 0 10px;
}

.navi_links {
    list-style: none;
    margin:     10px 10px 0 0;
    padding:    0;
}

.navi_links li {
    margin:        0;
    padding:       4px 0 0 20px;
    font-family:   Open Sans, sans-serif;
    font-size:     9pt;
    border-bottom: 1px solid #B0B7BE;
}

.navi_links li:first-letter {
    text-transform: uppercase;
}

#suche {
    background-color: #B1D1FA;
    border:           1px solid #FFFFFF;
    margin:           10px 10px 0 0;
    padding:          0;
}

#suche div {
    margin: 2px 10px;
}

.navi form {
    margin:  0;
    padding: 0;
}

.navi fieldset {
    display: block;
    margin:  5px;
    padding: 0;
    /*width:   150px;*/
    border:  0;
}

.suche_text {
    width:  141px;
    margin: 2px 0 2px 10px;
}

.suche_select {
    width:  147px;
    margin: 2px 10px;
}

#suche a {
    font-size: 9pt;
}

#search .input-group #input_suche.form-control {
    border:           unset;
    background-color: #f3f3f3;
    color:            #777;
    padding:          1px 16px 1px 50px;
    font-size:        1em;
}

#searchInput {
    position: relative;
    width:    100%;
}

#searchInput > span {
    display:         inline-flex;
    justify-content: center;
    align-items:     center;
    left:            13px;
    top:             13px;
    position:        absolute;
    z-index:         4;
    color:           #a1a1a1;
}

#advanced_search {
    margin-left: -2px;
}

#anmelden {
    /*background-color: #B1D1FA;*/
    /*font-family:      Open Sans, sans-serif;*/
    /*font-weight:      bold;*/
    /*font-size:        12pt;*/
    /*color:            #535353;*/
    border: 1px solid #FFFFFF;
    margin: 20px;
}

#anmelden input {
    width: 141px;
    /*margin: 2px 5px;*/
}

#user_details {
    color:           #535353;
    /*font-size:  10pt;*/
    list-style-type: none;
    /*padding:    0;*/
    /*margin:     20px;*/
}

#user_details > li {
    display: block !important;
}

#verwaltung {
    position: absolute;
    top:      0;
    left:     199px;
    width:    790px;
    height:   36px;
    margin:   0;
    padding:  0;
}

#bread_crumbs {
    list-style: none;
    margin:     40px 0 0 220px;
    padding:    0;
}

.submenu {
    display:          none;
    width:            180px;
    background-color: #E7F1FD;
    border-left:      1px solid #4994F4;
    border-bottom:    1px solid #4994F4;
    border-right:     1px solid #4994F4;
}

.submenu a {
    color: #000000;
}

.submenu ul {
    list-style: none;
    margin:     10px 0 10px 10px;
    padding:    0;
}

#admin_child_100 {
    position: absolute;
    top:      116px;
}

#admin_child_200 {
    position: absolute;
    top:      116px;
}

#admin_child_300 {
    position: absolute;
    top:      116px;
}

#admin_child_400 {
    position: absolute;
    top:      116px;
}

#admin_child_500 {
    position: absolute;
    top:      116px;
}

#admin_submenu2 ul {
    list-style: none;
    margin:     10px 0 10px 10px;
    padding:    0;
}

#bread_crumbs li {
    color:       #535353;
    font-family: Open Sans, sans-serif;
    font-size:   12pt;
    margin:      0 10px 0 0;
    float:       left;
}

.info_list {
    list-style: none;
    margin:     2px 0 0 0;
    padding:    0;
    float:      right;
}

.info_list li {
    float:       left;
    margin-left: 10px;
    font-family: Open Sans, sans-serif;
    font-size:   8pt;
    color:       #DBEAFD;
}

.info_list li a {
    font-family: Open Sans, sans-serif;
    font-weight: normal;
    font-size:   8pt;
}

.verwaltung_list {
    list-style: none;
    padding:    0;
    margin:     62px 0 0 2px;
}

.verwaltung_list li {
    text-align: center;
    width:      120px;
    margin:     0;
    float:      left;
}

.verwaltung_list li a {
    display:     block;
    font-family: Open Sans, sans-serif;
    font-weight: bold;
    font-size:   11pt;
    line-height: 27px;
    color:       #535353;
}

#warenkorb {
    /*position:            absolute;*/
    /*top:                 56px;*/
    /*left:                725px;*/
    width:       216px;
    height:      34px;
    font-size:   8pt;
    line-height: 34px;
    padding:     0 0 0 40px;
    color:       #DBEAFD;
}

#warenkorb a {
    color:           #DBEAFD;
    font-family:     Open Sans, sans-serif;
    font-size:       8pt;
    font-weight:     normal;
    text-decoration: none;
    width:           50px;
    height:          34px;
}

#warenkorb a:hover {
    color:           gray;
    text-decoration: none;
}

#error_msg {
    padding-left: 30%;
}

.baum_list {
    padding:    0;
    list-style: none;
    margin:     45px 0 0 8px;
}

.baum_list li {
    float:  left;
    margin: 0 10px 0 0;
}

/* ------------------------- */
/* - Stylesheet f�r Footer - */
/* ------------------------- */

.footer {
    background-color: #4068b8;
    /*color:            #FFFFFF;*/
    /*font-size:        11pt;*/
    /*font-family:      Open Sans, sans-serif, Verdana, helvetica, sans-serif;*/
    /*margin:           0;*/
    /*padding:          0;*/
    width:            100%;
    /*height:           24px;*/
    position:         fixed;
    bottom:           0;
    left:             0;
    /*z-index:          5;*/
    /*text-align:       center;*/
}

/*.footer a {*/
/*color: #FFFFFF;*/
/*}*/

/*.footer a:before {*/
/*content: none !important;*/
/*}*/

/*.footer ul {*/
/*margin:     3px 0 0 0;*/
/*padding:    0;*/
/*list-style: none;*/
/*}*/

/*.footer ul li {*/
/*margin:  0 10px 0 0;*/
/*padding: 0;*/
/*display: inline;*/
/*}*/

/* ------------------------- */
/* --- Aehnliche Artikel --- */
/* ------------------------- */

.aehnlich_table {
    margin:    0 20px 0 0;
    padding:   0;
    font-size: 9pt;
}

.aehnlich_table .col_art a {
    white-space: nowrap;
}

.aehnlich_table tr {
    vertical-align: top;
    text-align:     left;
    padding:        2px;
}

.aehnlich_table th {
    background-color: #B1D1FA;
}

.no_wrap {
    display:     block;
    white-space: nowrap;
}

.gruppenbild {
    width: 210px;
    float: right;
}

.gruppenbild img {
    margin:  0 0 0 10px;
    padding: 0;
    border:  1px solid #b1d1fa;
}

.gruppenbild p {
    margin:  10px 0 0 10px;
    padding: 0;
    width:   200px;
}

.gruppenbild a:before {
    content: none !important;
}

.sw_list {
    margin:     10px 20px;
    color:      #535353;
    list-style: none;
    padding:    0;
    width:      480px;
}

.sw_list li {
    width:   480px;
    display: block;
    float:   left;
    margin:  2px 0;
}

.sw_head_link {
    text-align:  left;
    font-weight: bold;
    float:       left;
    width:       430px;
}

.sw_head_hit {
    text-align:  left;
    font-weight: bold;
    float:       left;
    width:       50px;
}

#sw_promo {
    width: 270px;
    float: right;
}

.differ1 {
    background-color: #FF9900;
    color:            white;
}

.differ2 {
    text-decoration: underline;
}

.balken {
    color:          #2b2b2b;
    font-family:    Open Sans, sans-serif;
    margin:         0 0 50px 0;
    padding-bottom: 15px;
    border-bottom:  2px solid #e2e2e2;
}

.balken span {
    font-size: 45px;
}

.call_headline {
    color:       #3324D7;
    font-size:   12pt;
    font-weight: bold;
    margin:      20px 0 14px 0;
}

/* ------------------------- */
/* ----- Artikelliste ------ */
/* ------------------------- */

.hstliste {
    width:          330px;
    margin:         2px 0 0 6px;
    padding:        0 0 0 5px;
    float:          left;
    vertical-align: top;
    text-align:     left;
}

.hstliste a {
    color:           #535353;
    font-weight:     normal;
    text-decoration: none;
}

.hstliste a:before {
    content: none !important;
}

.hstliste a:hover {
    color:           gray;
    font-weight:     normal;
    text-decoration: none;
}

.hstliste ul {
    margin:          0 0 0 10px;
    padding:         0;
    list-style-type: none;
    color:           #000000;
}

.hstliste h5,
.container_pic h5 {
    margin:    10px 0 5px 0;
    font-size: 130%;
    color:     #3300CC;
}

.letter_list,
.digit_list {
    padding:         0;
    margin:          0;
    list-style-type: none;
}

.letter_list li,
.digit_list li {
    float:       left;
    margin:      2px 5px 2px 2px;
    font-weight: bold;
    color:       #535353;
}

.letter_list li a,
.digit_list li a {
    font-weight: bold;
}

.letter_list li a:before {
    content: none !important;
}

.art_hst_list {
    clear:  both;
    margin: 50px 0 0 0;
}

.result_pic_art {
    clear:   both;
    margin:  0;
    padding: 0;
    color:   #535353;
    width:   777px;
    float:   left;
}

.result_pic_art th {
    text-align: left;
}

.result_pic_art td {
    vertical-align: top;
}

.result_pic_art .artbes {
    margin:      0 0 5px 0;
    padding:     0;
    font-weight: normal !important;
}

.bild_200w {
    width: 200px;
    float: left;
}

.element_200w {
    font-size:   9pt;
    margin-left: 210px
}

.abstand {
    clear:        both;
    border-style: none;
}

/* ------------------------- */
/* ------- Warenkorb ------- */
/* ------------------------- */

#wk_bestellung {
    background-color: #E1E1E1;
    width:            590px;
    padding:          5px;
    margin-left:      4px;
    margin-bottom:    40px;
}

#anschrift,
#absender,
#lieferadresse {
    background-color: #FFFFFF;
    width:            340px;
    margin-top:       5px;
    margin-bottom:    5px;
    margin-left:      5px;
    padding:          5px;
    float:            left;
}

.best_text1 {
    width: 80px;
    float: left;
}

.best_text2 {
    float: left;
}

#wk_zusatz {
    margin-top: 5px;

    padding:    5px;
    float:      right;
}

/* --------------------- */
/* ---- Startseite ----- */
/* --------------------- */

#container_start {
    margin:  0;
    padding: 0;
}

a.noarrow:before {
    content: none !important;
}

#startseite,
#sw_promo {
    list-style: none;
    margin:     10px 0 0 0;
    padding:    0;
}

/*#startseite li.style1,*/
/*#sw_promo li.style1 {*/
/*float:   left;*/
/*margin:  7px;*/
/*padding: 0;*/
/*border:  1px solid #9DA2A8;*/
/*}*/

/*#startseite li.style2,*/
/*#sw_promo li.style2 {*/
/*float:   left;*/
/*margin:  8px;*/
/*padding: 0;*/
/*}*/

#startseite div.headline1,
#span-vorschau-inhalt div.headline1,
#sw_promo div.headline1 {
    margin:   0;
    padding:  0;
    height:   60px;
    overflow: hidden;
}

#startseite div.headline1 h1,
#span-vorschau-inhalt div.headline1 h1,
#sw_promo div.headline1 h1 {
    color:       #2204AF;
    font-size:   14pt;
    line-height: 18pt;
    margin:      6px 14px;
    padding:     0;
}

#startseite div.headline1 a,
#sw_promo div.headline1 a {
    color:       #2204AF;
    font-size:   14pt;
    line-height: 18pt;
    margin:      0;
    padding:     0;
    font-weight: bold;
}

#startseite div.headline1 a:before,
#sw_promo div.headline1 a:before {
    content: none !important;
}

#startseite div.headline2 h1,
#span-vorschau-inhalt div.headline2 h1,
#sw_promo div.headline2 h1 {
    color:       #4994F4;
    font-size:   14pt;
    line-height: 18pt;
    margin:      6px 4px;
    padding:     0;
}

#startseite div.headline2 a,
#sw_promo div.headline2 a {
    color:       #4994F4;
    font-size:   14pt;
    line-height: 18pt;
    margin:      0;
    padding:     0;
    font-weight: bold;
}

#startseite div.headline2 a:before,
#sw_promo div.headline2 a:before {
    content: none !important;
}

#startseite span.content_start1,
#span-vorschau-inhalt span.content1,
#sw_promo span.content_start1 {
    display:     block;
    height:      150px;
    margin:      6px 14px;
    line-height: 13pt;
    color:       #535353;
    overflow:    hidden;
}

#startseite span.content_start2,
#span-vorschau-inhalt span.content2,
#sw_promo span.content_start2 {
    display:     block;
    margin:      6px 6px;
    line-height: 13pt;
    color:       #535353;
    height:      150px;
    overflow:    hidden;
}

h4.doc_sub_head {
    color:     #2204af;
    font-size: 10pt;
    margin:    20px 10px 0 20px;
    padding:   0;
}

#doc_pic_and_text {
    background-color: #b1d1fa;
}

#doc_col_left p {
    margin:      0 10px 5px 20px;
    line-height: 1.7;
}

#doc_col_right p {
    margin:      0 10px 5px 20px;
    line-height: 1.7;
}

a.linkstyle1 {
    background-color: #002F6C;
    color:            #fff;
    padding:          6px 12px;
    vertical-align:   middle;
    border:           1px solid transparent;
    border-radius:    4px;
}

a.linkstyle1:before {
    content: none !important;
}

a.linkstyle3 {
    background-color: #002F6C;
    color:            #fff;
    padding:          6px 12px;
    vertical-align:   middle;
    border:           1px solid transparent;
    border-radius:    4px;
}

a.linkstyle3:before {
    content: none !important;
}

a.linkstyle2 {
    color:       #002F6C;
    margin-left: 2px;
}

#startseite li li {
    clear:        both;
    border-style: none;
}

/*#start_vorschau {
  position: absolute;
  top: 40px;
  left: 630px;
  width: 164px;
}*/

.vorschau_oben {
    background-color: #4994F4;
    border:           1px solid #FFFFFF;
}

.vorschau_navi {
    background-color: #4994F4;
    border:           1px solid #FFFFFF;
}

.dash_line {
    color: #FF0000;
}

.sol_line {
    color: #FF0000;
}

.dash_border {
    border: 1px dashed #FF0000;
}

.sol_border {
    border: 1px solid #FF0000;
}

#start_vorschau ul {
    list-style: none;
    padding:    0;
    margin:     0;
}

#start_vorschau li {
    float:            left;
    margin:           1px;
    border:           1px solid #FFFFFF;
    background-color: #B1D1FA;
}

#vorschau-inhalt > span {
    margin: 0;
}

#dokumente-inhalt > span {
    margin: 8px;
}

#span-dokument-inhalt {
    color: #777;
}

#span-dokument-inhalt + a {
    display: block
}

#span-dokument-inhalt > div.middleSection, #span-dokument-inhalt > div.sixWaySplit {
    display:         grid;
    grid-column-gap: 20px;
    grid-row-gap:    20px;
}

#span-dokument-inhalt hr {
    border-color: #e2e2e2;
}

#span-dokument-inhalt > div.sixWaySplit {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

#span-dokument-inhalt > div.middleSection {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}

#span-dokument-inhalt > div.middleSection > div, #span-dokument-inhalt > div.sixWaySplit > div {
    position:        relative;
    display:         flex;
    align-items:     center;
    justify-content: center;
}

#span-dokument-inhalt > div.middleSection > div > *, #span-dokument-inhalt > div.sixWaySplit > div > * {
    display:         flex;
    justify-content: center;
}

#span-dokument-inhalt > div.middleSection > div > img, #span-dokument-inhalt > div.sixWaySplit > div > img {
    max-width: 100%;
    height:    auto;
}

#span-dokument-inhalt > div.middleSection > div > a, #span-dokument-inhalt > div.sixWaySplit > div > a {
    position:       absolute;
    color:          white;
    text-transform: uppercase;
}

#span-dokument-inhalt table, #span-dokument-inhalt table td {
    border: unset;
}

#span-dokument-inhalt table td {
    padding: 10px;
}

#span-dokument-inhalt table td img {
    max-width:  100%;
    max-height: 100%;
}

#span-dokument-inhalt table tr > td:first-of-type {
    padding-left: 0;
}

#span-dokument-inhalt table tr > td:last-of-type {
    padding-right: 0;
}

#span-dokument-inhalt table.twoColumns td {
    width:          50%;
    vertical-align: top;
}

#span-dokument-inhalt table.threeColumns td {
    width: 33.333333%;
}

/* --------------------- */
/* ---- Suchergebnis --- */
/* --------------------- */

.searchWithPicturesLink {
    border-color: #4068b8;
}

.sucherg_m_pic {
    width:   800px;
    margin:  30px 0 20px 0;
    padding: 0;
    clear:   both;
}

.sucherg_m_pic td {
    height:           100px;
    background-color: #E1E1E1;
}

.sucherg_m_pic th {
    text-align: left;
}

.seiten_list {
    list-style: none;
    margin:     0;
    padding:    0;
}

.seiten_list li {
    float:        left;
    margin-right: 10px;
}

.sucherg_o_pic {
    width:            800px;
    margin:           0 0 30px 0;
    padding:          0;
    background-color: #FFFFFF;
}

.sucherg_o_pic th {
    text-align: left;
}

.sucherg_o_pic td {
    background-color: #E1E1E1;
}

#container_pic > a {
    min-height: 150px;
}

#container_pic > div > p {
    font-size:   16px;
    font-weight: bold;
}

/* Suche mit Bilder 2. Seite */
.container_pic {
    width:  1030px;
    margin: 0;
}

/* einzelne Bilder */
.pic_box {
    float:   left;
    display: block;
    width:   100px;
    border:  1px solid #B0B7BE;
    margin:  0 10px 10px 0;
    height:  150px;
}

.pic_box_pic {
    height:     125px;
    width:      100px;
    display:    flex;
    overflow-y: hidden;
}

.pic_box_pic img {
    max-width:  100%;
    max-height: 100%;
    margin:     auto;
}

.pic_box_head {
    float:  left;
    width:  102px;
    height: 112px;
    margin: 0 10px 10px 0;
    color:  #3300cc;
}

.pic_box_head {
    float:  left;
    width:  102px;
    height: 112px;
    margin: 0 10px 10px 0;
    color:  #3300cc;
}

.container_pic a:before {
    content: none !important;
}

.pic_box_text {
    display: none;
}

/* einzelne PDFs */
.pdf_box {
    width:        220px;
    height:       300px;
    overflow:     hidden;
    margin-right: 15px;
    margin-top:   15px;
    border:       1px solid #4994f4;
    float:        left;
}

.container_vgkl a:before {
    content: none !important;
}

/* --------------------- */
/* ------ Frames   ----- */
/* --------------------- */

.frame_head {
    position:         fixed;
    top:              59px;
    left:             0;
    width:            1000px;
    height:           6.5em;
    background-color: #FFFFFF;
}

.frame_content {
    margin: 6em 0em 0em 0em;
}

/* --------------------- */
/* ------ Kundendaten -- */
/* --------------------- */

.customer_label {
    display:    block;
    width:      280px;
    margin:     2px;
    float:      left;
    text-align: left;
}

.user_data_fieldset {
    width:   700px;
    display: none;
}

.user_data_fieldset p {
    clear: left;
}

/* --------------------- */
/* ----- Warenkorb ----- */
/* --------------------- */

#basket_box {
    font-family: Open Sans;
    color:       #535353;
    font-size:   10pt;
}

#parent_manage_basket_box {
    position:    absolute;
    top:         140px;
    text-align:  center;
    font-weight: normal;
    border:      1px #000000 dashed;
    background:  #B1D1FA;
    height:      490px;
    left:        200px;
    width:       795px;
}

.parent_manage_basket_box_p {
    float:      left;
    text-align: left;
}

.basket_list_entry {
    border-bottom: 1px #121212 solid;
}

#manage_baskets_box {
    position:    absolute;
    left:        10px;
    top:         25px;
    text-align:  left;
    font-weight: normal;
    border:      1px #000000 dashed;
    background:  #FFFFFF;
    height:      400px;
    overflow:    auto;
    width:       775px;
}

.basket_zelle_bt {
    padding: 2px;
}

/* --- Anschrift --- */
/* ================= */

.basket_anschrift {
    font-size: 16pt;
    color:     #2204af;
    margin:    2px 4px;
}

/* An wen wird die Bestellung gesendet */
.basket_senden_an {
    font-weight: bold;
    color:       #2204af;
    margin:      4px 2px 4px 2px;
    padding:     0;
}

.anschrift_box {
    margin-left:   2px;
    margin-bottom: 20px;
    border:        1px solid #b1d1fa;
    float:         left;
    height:        290px;
}

.anschrift_box fieldset {
    margin:  0;
    padding: 0;
}

/* Box fuer Absender */
#anschrift_box_absender {
    width: 35%;
}

/* Box fuer Lieferadresse */
#anschrift_box_liefer {
    width: 260px;
}

/* Box fuer Rechnungsadresse */
#anschrift_box_rechnung {
    width: 239px;
}

.anschrift_box_small {
    margin-left:   2px;
    margin-bottom: 20px;
    border:        1px solid #b1d1fa;
    float:         left;
    height:        180px;
}

#anschrift_box_absender label {
    display:    block;
    float:      left;
    margin:     0;
    padding:    3px 0 0 0;
    text-align: left;
    width:      80px;
}

/*#abs_name, #abs_name2, #abs_zusatz, #abs_strasse, #abs_strasse2, #abs_land, #abs_email, #abs_tel, #abs_fax {*/
/*width: 165px;*/
/*}*/

/*#abs_plz {*/
/*width: 65px;*/
/*}*/

/*#abs_ort {*/
/*width: 96px;*/
/*}*/

.alt_liefer_list {
    position:         absolute;
    top:              191px;
    left:             486px;
    font-weight:      normal;
    border:           1px dashed #000000;
    background-color: #B1D1FA;
}

.alt_liefer_list li {
    border-bottom: 1px dotted #000000;
}

#alt_rechnung_list {
    position:         absolute;
    top:              191px;
    left:             486px;
    font-weight:      normal;
    border:           1px dashed #000000;
    background-color: #B1D1FA;
}

#alt_rechnung_list li {
    border-bottom: 1px dotted #000000;
}

.anschrift_box_ueberschrift {
    border-bottom-style: solid;
    border-width:        thin;
    border-color:        #b1d1fa;
    height:              20px;
    font-weight:         bold;
    background-color:    #b1d1fa;
}

.ueberschrift_text_abstand {
    height:      20px;
    line-height: 20px;
    margin:      0 5px 0 5px;
    padding:     0;
    font-weight: bold;
}

.anschrift_liste {
    list-style-type: none;
    margin:          0 5px 0 5px;
    padding:         0;
}

.anschrift_liste li {
    margin:  2px 0 0 0;
    padding: 0;
}

#change_abs_fieldset {
    border: none;
}

.liefer_button {
    float: right;
}

#kostenst_text_mark {
    font-weight: bold;
    margin:      0 5px 2px 5px !important;
    padding:     0;
}

#kostenst_box {
    padding: 5px 0 3px 0;
}

#kostenst_box p {
    margin:  0 5px 2px 5px;
    padding: 0;
}

#kostenst_psp_box select {
    float: left;
}

.innerlink_boxes {
    float:   left;
    margin:  0 0 5px 2px;
    padding: 0;
    width:   390px;
    border:  1px solid #b1d1fa;
    height:  70px;
}

#user_entry_box div {
    margin-bottom: 20px;
}

#auftragnr_box {
    float:   left;
    width:   199px;
    margin:  0;
    padding: 0;
}

#auftragnr_box p {
    font-weight: bold;
    margin:      0 5px 2px 5px;
    padding:     0;
}

#anspr_box {
    margin:  0;
    padding: 0;
}

#anspr_box p {
    font-weight: bold;
    margin:      0 5px 2px 5px;
    padding:     0;
}

#auftrag_box {
    padding: 5px 0 3px 0;
}

#basket_link_box {
    padding: 5px 0 3px 0;
}

#basket_link_box p {
    margin:  0 5px 2px 5px;
    padding: 0;
}

.manuelle_artikel {
    display:       none;
    margin:        15px 0;
    border-left:   1px dashed #b1d1fa;
    border-bottom: 1px dashed #b1d1fa;
}

.manuelle_artikel p {
    margin: 4px;
}

#kommentar_box {
    /*margin:        15px 0;*/
    /*border-left:   1px dashed #b1d1fa;*/
    /*border-bottom: 1px dashed #b1d1fa;*/
}

#kommentar_box p {
    margin: 4px;
}

#basket_table_box {
    margin-top: 0;
}

.basket_label {
    display:    block;
    width:      120px;
    margin:     2px;
    float:      left;
    text-align: left;
}

.chng_del_article {
    width:        60px;
    margin-left:  0;
    margin-right: 1px;
}

/* --- Artikel-Tabelle --- */
/* ======================= */
.basket_pos {
    font-weight: bold;
}

.basket_button_spacing {
    height: 20px;
}

.basket_table_head {
    width:       100%;
    font-family: Verdana;
    margin-top:  0;
    padding:     0;
    font-size:   9pt;
}

.basket_table_head tr {
    vertical-align: top;
    text-align:     left;
}

.basket_table_head th {
    border-top:       1px solid #b1d1fa;
    border-bottom:    1px solid #b1d1fa;
    background-color: #b1d1fa;
}

.table_draw_bottom_line {
    width:         100%;
    margin-top:    0;
    margin-bottom: 4px;
    border-bottom: 1px solid #b1d1fa;
}

.basket_notiz_format {
    margin:      10px 0;
    padding-top: 4px;
    border-top:  1px dashed #535353;
}

.table_cell_summe {
    font-weight: bold;
}

#table_order_submit {
    height:       27px;
    width:        197px;
    text-align:   center;
    padding-top:  4px;
    padding-left: 4px;
}

#table_order_submit a {
    font-family: Open Sans, sans-serif;
    color:       #FFFFFF;
    font-size:   8pt;
    font-weight: bold;
}

#table_order_submit_div, #oci_box {
    width: 197px;
    float: right;
}

/* --- Help ---------- */
/*=====================*/
#help {
    margin: 4px;
}

#help h1 {
    font-size:       140%;
    font-weight:     bold;
    text-decoration: none;
    padding:         0;
    margin:          12px 0 3px 0;
    text-transform:  uppercase;
}

#help h2 {
    font-size:   125%;
    font-weight: bold;
    padding:     0;
    margin:      8px 0 3px 0;
}

#help h3 {
    font-size:       110%;
    font-weight:     normal;
    text-decoration: underline;
    padding:         0;
    margin:          8px 0 3px 0;
}

#help a {
    font-weight:     bold;
    color:           #0000FF;
    text-decoration: underline;
}

/* --- Online-Editor --- */
/*====================== */
table.style1 {
    margin:    0 20px 0 0;
    padding:   0;
    font-size: 9pt;
}

table.style1 tr {
    vertical-align: top;
    text-align:     left;
    padding:        2px;
}

table.style1 th {
    background-color: #B1D1FA;
}

table.style1 td {
    border:  1px solid #B1D1FA;
    padding: 2px;
}

/* ---------------------- */
/* ------ Sonderpreise -- */
/* ---------------------- */

.spr_label {
    display:    block;
    width:      140px;
    float:      left;
    text-align: left;
}

/* ------------------------------------ */
/* ------ Google Conversion Tracking -- */
/* ------------------------------------ */

.conversion_tracking {
    margin-left: 200px;
    text-align:  right;
    display:     none;
}

/* ----------------------- */
/* ------ Pflegeautomat -- */
/* ----------------------- */

.katprof_auto_label {
    display:    block;
    width:      175px;
    float:      left;
    text-align: left;
}

/* ----------------------- */
/* ---- Seitenzahlen  ---- */
/* ----------------------- */

.sz-box {
    margin:  5px 0 10px 0;
    padding: 0;
}

.sz-box a, .sz-box a:link {
    padding:         2px 4px 2px 4px;
    margin:          2px;
    text-decoration: none;
    border:          1px solid #b1d1fa;
}

.sz-box a:visited {
    padding:         2px 4px 2px 4px;
    margin:          2px;
    text-decoration: none;
    border:          1px solid #b1d1fa;
}

.sz-box a:hover {
    border: 1px solid #535353;
    color:  #535353;
}

.sz-box a:active {
    padding:         2px 4px 2px 4px;
    margin:          2px;
    text-decoration: none;
    border:          1px solid #b1d1fa;
}

.sz-box span.sz-seiten {
    padding: 2px 4px 2px 4px;
    margin:  2px 2px 2px 2px;
    border:  1px solid #535353;
}

.sz-box span.sz-aktuell {
    padding:     2px 4px 2px 4px;
    margin:      2px;
    font-weight: bold;
    border:      1px solid #535353;
    color:       #535353;
}

.sz-box a:before {
    content: none !important;
}

#abs_ort {
    margin: 0;
}

.abs_anschrift_liste {
    list-style-type: none;
    margin:          0 5px 0 5px;
    padding:         0;
}

.abs_anschrift_liste li {
    margin:  2px 0 0 0;
    padding: 0;
}

.notice_box_visible span {
    display:     block;
    margin-top:  20px;
    font-weight: bold;
    text-align:  center;
}

.notice_box_button {
    float:        none;
    display:      block;
    margin-left:  auto;
    margin-right: auto;
    margin-top:   10%;
    width:        60px;
}

/* --------------------------- */
/* - Kostenstellen editieren - */
/* --------------------------- */

#edit_kostenst_fieldset {
    border: none;
}

.field_header {
    width:       200px;
    margin:      10px 10px;
    text-align:  center;
    font-weight: bold;
    float:       left;
}

.kostenst_input {
    width:  200px;
    margin: 10px 10px;
    float:  left;
}

.submit_button_kostenst {
    margin: 0 180px;
}

.universal_img_button {
    background-color:  transparent;
    background-repeat: no-repeat;
    border:            none;
    width:             25px;
}

#middle {
    /*width:       602px;*/
    /*float:       left;*/
    /*margin-left: 10px;*/
}

#technik_tabelle table {
    width:           100%;
    border-collapse: collapse;
}

#technik_tabelle table th {
    text-align: left;
}

#technik_tabelle table td {
    padding: 2px 0 2px 1px;
}

#pricehistory_table_head, .pricehistory_table_active {
    font-weight: bold;
}

.pricehistory_table_head_valid {
    /*width: 150px;*/
}

.pricehistory_table_head_staf {
    /*width: 50px;*/
}

.pricehistory_table_head_pe {
    /*width: 75px;*/
}

.pricehistory_table_head_price {
    /*width: 164px;*/
}

.pricehistory_table_head_discount {
    /*width: 163px;*/
}

.attribute_table_td_desc {
    /*width: 252px;*/
}

.attribute_table_td_value {
    /*width: 350px;*/
}

.eclass_table_th_customs,
.eclass_table_td_customs {
    width: 150px;
}

.eclass_table_th_desc,
.eclass_table_td_desc {
    width: 400px;
}

.eclass_table_th_quant,
.eclass_table_td_quant {
    width:      52px !important;
    text-align: right !important;
}

.even {
    /*background-color: #E7F1FD;*/
}

.odd {
    /*background-color: #ffffff;*/
}

.fields_required {
    margin:      0 0 20px 2px;
    padding:     0;
    font-weight: normal;
    font-size:   8pt;
}

/* VGKL PDFs */
.container_vgkl {
    width:  900px;
    height: 115px;
    /*margin-left:  15px;*/
    /*margin-right: 15px;*/
}

.vgkl_pdf_box {
    width:  212px;
    height: 100px;
    border: 1px solid #4994f4;
    float:  left;
}

.vgkl_pdf_artbes {
    margin-left: 235px;
}

.vgkl_pdf_artbes p {
    font-weight: bold;
}

.vgkl_sz-box {
    margin-left: -2px;
    /*margin-top:  122px;*/
}

.global_popup_hidden {
    display: none;
}

.global_popup_visible {
    position:         fixed;
    top:              calc(50% - 60px);
    left:             calc(50% - 150px);
    width:            300px;
    height:           120px;
    color:            #1d1b1c;
    background-color: #ffffff;
    border:           1px solid #1d1b1c;
    border-radius:    10px;
}

.global_popup_visible h2 {
    padding:                 5px 10px;
    margin:                  0;
    background-color:        lightgrey;
    color:                   black;
    font-size:               16pt;
    font-weight:             bold;
    border-top-left-radius:  9px;
    border-top-right-radius: 9px;
}

.global_popup_visible span {
    margin: 0;
}

.global_popup_visible p {
    margin:     10px;
    padding:    0;
    text-align: center;
}

a.top-page:before {
    content: none !important;
}

.vgkl_table a:before {
    content: none !important;
}

.agb_box {
    text-align: right;
}

.agb_box input {
    margin-left: 30px;
}

.mark_additional_field {
    background-color: #E2E2E2;
}

.cat_is_active {
    font-weight: bold;
}

#tooltip {
    position:         absolute;
    z-index:          3000;
    border:           1px solid #111;
    background-color: #eee;
    padding:          5px;
    opacity:          0.85;
}

#tooltip h3, #tooltip div {
    margin: 0;
}

.error_in_input {
    background-color: #B1D1FA;
}

#s407 .result_pic_art {
<!-- float: left;
--> float: left;
}

#testbox {
    float:   left;
    width:   192px;
    border:  1px solid #000000;
    margin:  0;
    padding: 3px;
}

.cataloggroupbox {
    clear:   right;
    float:   right;
    width:   220px;
    border:  1px solid #b1d1fa;
    margin:  0 0 20px 0;
    padding: 10px;
}

#cke_ckeditor a:before {
    content: none !important;
}

.msg_capt {
    display: none;
}

.cataloggroupbox_horizontal {
    border: 1px solid #B1D1FA !important;
}

.cataloggroupbox_vertical {
    border: 1px solid #B1D1FA !important;
    width:  251px !important;
    margin: 7px !important;
}

.tablesorter-webshop {
    border-right:  1px solid #B1D1FA;
    border-bottom: 1px solid #B1D1FA;
    border-left:   1px solid #B1D1FA;
}

/*.tablesorter-webshop tr.odd td, .tablesorter-webshop tr:nth-child(odd) td {*/
/*background-color: #ffffff !important;*/
/*}*/

/*.tablesorter-webshop tr.even td, .tablesorter-webshop tr:nth-child(even) td {*/
/*background-color: #E7F1FD !important;*/
/*}*/

#search_content .result_pic_art {
    width:     100%;
    font-size: 16px;
}

#search_content .result_pic_art .td_spacer_bottom {
    border-bottom: 1px solid #B1D1FA !important;
}

#search_content #filterDiv {
    width: 100%;
    float: left;
}

div#foreign_doc table {
    font-size: 12px;
}

#konditionsprofile_alle input {
    width: 40px;
}

webshop-catalog-group-tree-menu a.not-yet-loaded {
    color:         #535353;
    display:       block;
    position:      relative;
    padding-right: 2.5em
}

webshop-catalog-group-tree-menu a.not-yet-loaded:after {
    content:           "";
    position:          absolute;
    top:               50%;
    right:             1em;
    height:            0;
    width:             0;
    margin-top:        -5px;
    margin-right:      -3px;
    border:            5px solid transparent;
    border-left-color: #535353
}

webshop-catalog-group-tree-menu a.not-yet-loaded i {
    display: none
}

webshop-catalog-group-tree-menu ul.sf-menu {
    margin-left: -20px
}

webshop-catalog-group-tree-menu .sf-menu, webshop-catalog-group-tree-menu .sf-menu * {
    margin:     0;
    padding:    0;
    list-style: none
}

webshop-catalog-group-tree-menu ul.sf-menu > li {
    background-color: #383838;
}

webshop-catalog-group-tree-menu .sf-menu li {
    /*border:             1px solid #9da2a8;*/
    background:         #e7e7e7;
    position:           relative;
    white-space:        nowrap;
    -webkit-transition: background 0.2s;
    transition:         background 0.2s;
    padding:            2px 0 2px 5px;
}

webshop-catalog-group-tree-menu .sf-menu ul {
    position: absolute;
    display:  none;
    top:      100%;
    left:     0;
    z-index:  999;
}

webshop-catalog-group-tree-menu .sf-menu > li {
    border:  none;
    float:   left;
    padding: 0 0 0 20px
}

webshop-catalog-group-tree-menu .sf-menu > li > a {
    padding: 14px 2.5em 14px 0;
}

webshop-catalog-group-tree-menu .sf-menu li:hover, webshop-catalog-group-tree-menu .sf-menu li.sfHover {
    display:            block;
    background:         #c3c3c3 none;
    -webkit-transition: none;
    transition:         none
}

webshop-catalog-group-tree-menu .sf-menu li:hover > a, webshop-catalog-group-tree-menu .sf-menu li.sfHover > a {
    color: #e7e7e7;
}

webshop-catalog-group-tree-menu .sf-menu a {
    color:     #e7e7e7;
    display:   block;
    position:  relative;
    padding:   4px 2.5em 4px 4px;
    font-size: 13px;
}

webshop-catalog-group-tree-menu .sf-menu a:after {
    content:    "";
    position:   absolute;
    top:        50%;
    right:      0.5em;
    margin-top: -3px;
    height:     0;
    width:      0
}

webshop-catalog-group-tree-menu .sf-menu ul ul {
    top:  0;
    left: 100%
}

webshop-catalog-group-tree-menu .sf-vertical ul {
    left: 100%;
    top:  0
}

webshop-catalog-group-tree-menu .sf-vertical > li > ul {
    top: -186px
}

webshop-catalog-group-tree-menu .sf-vertical > li {
    float: none
}

webshop-catalog-group-tree-menu .sf-arrows .sf-with-ul:after {
    border:           5px solid transparent;
    border-top-color: #535353
}

webshop-catalog-group-tree-menu .sf-arrows li > .sf-with-ul:focus:after, webshop-catalog-group-tree-menu .sf-arrows li:hover > .sf-with-ul:after, webshop-catalog-group-tree-menu .sf-arrows .sfHover > .sf-with-ul:after {
    border-color:     transparent;
    border-top-color: #535353
}

webshop-catalog-group-tree-menu .sf-arrows ul .sf-with-ul:after {
    margin-top:        -5px;
    margin-right:      -3px;
    border-color:      transparent;
    border-left-color: #535353
}

webshop-catalog-group-tree-menu .sf-arrows ul li > .sf-with-ul:focus:after, webshop-catalog-group-tree-menu .sf-arrows ul li:hover > .sf-with-ul:after, webshop-catalog-group-tree-menu .sf-arrows ul .sfHover > .sf-with-ul:after {
    border-color:      transparent;
    border-left-color: #535353
}

webshop-catalog-group-tree-menu .sf-vertical.sf-arrows li > .sf-with-ul:after {
    margin-top:        -5px;
    margin-right:      -3px;
    border-color:      transparent;
    border-left-color: #535353
}

webshop-catalog-group-tree-menu .sf-vertical.sf-arrows li > .sf-with-ul:focus:after, webshop-catalog-group-tree-menu .sf-vertical.sf-arrows li:hover > .sf-with-ul:after, webshop-catalog-group-tree-menu .sf-vertical.sf-arrows .sfHover > .sf-with-ul:after {
    border-color:      transparent;
    border-left-color: #535353
}

/*admin startseite bearbeiten*/
select.box_select.ungueltig_selected {
    color: red;
}

select.box_select option.gueltig {
    color: black;
}

select.box_select option.ungueltig {
    color: red;
}

abbr {
    text-decoration: underline;
    cursor:          pointer;
}

a.similar_articles:before,
.result_pic_art_logo a:before,
.li-hst-logo a:before,
.div-hst-logo a:before,
.result_pic_art_pic a:before {
    content: none !important;
}

#startseite a:before {
    content: none;
}

.result_pic_art {
    border-spacing: 0 !important;
}

/* Aktionen  */

.sorter_special span {
    display: none;

}

.col-xs-12.special-price > .product-col.list.clearfix, table[name="similarArticleTable"] > tbody > tr.special-price-multi {
    border:                2px #ff9900 solid !important;
    background-position-x: right;
    background-position-y: top;
    background-image:      url("/shop_hacc/global/rabatt.png");
    background-repeat:     no-repeat;
}

table[name="similarArticleTable"] > tbody > tr > td.sorter_special[data-value="0"] {
    background-image:      url("/shop_hacc/global/rabatt.png");
    background-repeat:     no-repeat;
    background-position-x: right;
    background-position-y: top;
    background-size:       contain;
}

.fileSelectContainer {
    width:   calc(100% - 27rem);
    float:   left;
    height:  calc(100% - 10px);
    padding: 5px;
}

.fileSelectArea {
    width:      calc(100% - 2px);
    height:     calc(100% - 2px);
    background: white;
    border:     solid black 1px;
    overflow:   auto;
}

.fileSelectPanel {
    width:  26rem;
    height: 100%;
    float:  left;
}

#fileTags {
    width:  100%;
    height: 100%;
    border: none;
}

#fileSelect input {
    padding: 5px;
}

#extraMenu {
    list-style-type: none;
    padding-left:    0;
    height:          10px;
}

#extraMenu > li {
    float:   left !important;
    padding: 0 10px 0 0;
}

#extraMenu > li > a {
    color: #002F6C;
}

img.kein-bild {
    border: 2px #002F6C solid !important;
}

nav#main-menu {
    background: #4068b8;
}

.categories-banner-box h4 {
    background-color: #4068b8;
}

/** ---------- */

body, #container {
    font-family: 'Open Sans', sans-serif;
    font-size:   18px;
    font-weight: 300;
    color:       #2b2b2b;
}

#s390 #container {
    font-size: 15px;
}

#container {
    margin-top: 10px;
}

/*.container {*/
/*width: 1500px;*/
/*}*/

/**
 * Boxen mit seitlichem Titel
 */
.content_start1, .content_start2, .categories-banner-box {
    width:    100%;
    position: absolute;
}

div.categories-banner-box {
    /*border:           1px solid #002F6C;*/
    margin-top: 0;
    /*background-color: #002F6C;*/
}

/*div.boxtyp1 > div.categories-banner-box {*/
/*    width: 200px;*/
/*}*/

/*div.boxtyp2 > div.categories-banner-box {*/
/*    width: 200px;*/
/*}*/

/*div.boxtyp3 > div.categories-banner-box {*/
/*    width: 415px;*/
/*}*/

div.boxtyp4 {
    height: 200px;
}

div.boxtyp4 > div.categories-banner-box {
    width: 200px;
}

div.boxtyp5 > div.categories-banner-box {
    width: 200px;
}

div.categories-banner-box, div.categories-banner-box > h4 {
    border-radius: 10px 10px 0 0;
    text-align:    center;
}

div.boxtyp1 > div.content_start1, div.boxtyp1 > div.content_start2, div.boxtyp2 > div.content_start1, div.boxtyp2 > div.content_start2, div.boxtyp3 > div.content_start1, div.boxtyp3 > div.content_start2, div.boxtyp4 > div.content_start1, div.boxtyp4 > div.content_start2, div.boxtyp5 > div.content_start1, div.boxtyp5 > div.content_start2, div.boxtyp6 > div.content_start1, div.boxtyp6 > div.content_start2 {
    background-color: #ffffff;
    padding:          10px;
    margin-top:       0;
    top:              0;
    margin-left:      0;
}

#s390 #content > div {
    position: relative;
    border:   none;
}

/**
 * Icons vor Links in Boxen
 */

div.boxtyp1 > div.content_start1 a:before, div.boxtyp1 > div.content_start2 a:before, div.boxtyp2 > div.content_start1 a:before, div.boxtyp2 > div.content_start2 a:before, div.boxtyp3 > div.content_start1 a:before, div.boxtyp3 > div.content_start2 a:before, div.boxtyp4 > div.content_start1 a:before, div.boxtyp4 > div.content_start2 a:before, div.boxtyp5 > div.content_start1 a, div.boxtyp5 > div.content_start2 a:before, div.boxtyp6 > div.content_start1 a:before, div.boxtyp6 > div.content_start2 a:before {
    content: none;
}

/**
 * Artikeldetails
 */

.tabs-panel .nav-tabs > li.active, .tabs-panel .nav-tabs > li.active > a {
    background: #002F6C;
}

.tabs-panel .nav-tabs > li > a {
    color: #002F6C;
}

.tabs-panel .nav-tabs {
    border-bottom-color: #002F6C;
}

a.detail-page-link > img, img.detail-page-image {
    max-width:  200px;
    max-height: 64px;
}

/**
 * Menues
 */

div.header-top {
    background-color: white;
    padding:          0;
}

.header-top > .container > .row:first-of-type > div:nth-of-type(2), .header-top > .container > .row:first-of-type > div:nth-of-type(3) {
    margin-top: 60px;
}

.header-top > .container > .row:first-of-type > div:nth-of-type(1) {
    margin-top: 16px;
}

.header-links > ul {
    margin-top: 40px;
}

.header-links li {
    padding: 0 15px 0 0;
}

.header-links li, .header-links li a {
    font-size: 18px;
    color:     #2b2b2b;
}

.main-header {
    margin-bottom: 10px;
}

#main-menu {
    color:            #252a2f;
    position:         relative;
    padding:          10px 0;
    background-color: white;
}

#main-menu ul.inline {
    display:         flex;
    justify-content: center;
}

#main-menu ul.inline > li > a, webshop-catalog-group-tree-menu > ul > li {
    color:            #2b2b2b;
    background-color: #e7e7e7;
    padding:          5px;
    border-radius:    10px;
}

#main-menu webshop-catalog-group-tree-menu li > a {
    padding: 1px 20px 1px 5px;
    color:   #252a2f;
}

#main-menu webshop-catalog-group-tree-menu > ul > li {
    margin-top:       -5px;
    background-color: #e7e7e7;
    padding:          5px;
}

#main-menu > div {
    background-color: white;
}

ul.inline {
    list-style-type: none;
}

ul.inline > li {
    float:        left;
    margin-right: 15px;
}

ul.inline > li:first-of-type {
    width: 100%;
}

#frontPageImage {
    overflow:         hidden;
    position:         relative;
    background-color: #002f6c;
}

#frontPageImage > .mainHeading {
    display:        block;
    font-size:      6rem;
    color:          white;
    text-align:     center;
    vertical-align: middle;
    line-height:    var(--header-height);
}

#frontPageImage > .symbols {
    position:   absolute;
    bottom:     50px;
    text-align: center;
    width:      100%;
}

#s390 #frontPageImage {
    display: block;
    height:  var(--headerHeight);
}

#s390 #frontPageImage > img {
    position: absolute;
    top:      -185px;
}

.headDivider {
    width:  95%;
    margin: 0 2.5%;
    border: 1px solid #002F6C;
}

#imageOverlay {
    position:    absolute;
    z-index:     1;
    top:         80px;
    left:        calc(50% - 585px);
    word-wrap:   break-word;
    width:       650px;
    color:       white !important;
    font-size:   21px;
    line-height: 1.5em;
}

#imageOverlay > span {
    font-size:   55px;
    font-weight: bold;
}

@media (max-width: 1330px) {
    #imageOverlay {
        left:  10px;
        right: 10px;
        width: calc(100% - 20px);
        top:   20px;
        /*overflow-y: hidden;*/
    }
}

/**
 * Footer
 */

footer {
    background-color: #002F6C;
    color:            #fff;
    padding:          70px 70px 20px 70px;
    font-size:        15px;
}

footer img {
    max-height: 60px;
}

footer a {
    color: white;
}

footer a:hover {
    color: #002F6C;
}

.upperFooter {
    padding-bottom: 50px;
    text-align:     center;
}

.upperFooter ul {
    list-style-type: none;
    padding:         0;
    margin-bottom:   0;
}

.upperFooter ul li {
    margin-top: 20px;
}

.upperFooter h3 {
    color:     #ffffff;
    font-size: 15px;
}

.upperFooter p {
    float:      left;
    margin-top: 20px;
    color:      #ffffffb3;
    width:      100%;
    text-align: left;
}

div#footerDivider {
    border-top:   1px solid #ffffffb3;
    margin-left:  -70px;
    margin-right: -70px;
}

.upperFooter {
    /*margin-top: 20px;*/
    color: #ffffffb3;
}

.upperFooter button {
    background-color: transparent;
    border:           unset;
}

.lowerFooter ul {
    margin-bottom: 0;
}

.lowerFooter ul > li {
    padding-bottom: 0;
}

/**
 * Suche mit Bildern
 */

.searchWithPicturesLink {
    border: 1px solid #B0B7BE;
}

/**
 * Weitere Farben ersetzen
 */

#bes-search-link > a, p.cataloggroupArticles > a, p.cataloggroup > a, a.show_hide_articles, a.compare_articles, button.text-search, a, .btn-black:hover, .btn-black:focus, .btn-black:active, .btn-black.active, .btn-main,
#search .input-group .btn, #cart .btn .fa-shopping-cart, #cart .btn span, #cart .btn i.fa-caret-down, #cart .btn-block1 a, #cart .btn-block1 a + a:hover, #cart .dropdown-menu table td a:hover,
#main-carousel .carousel-control:hover.left, #main-carousel .carousel-control:hover.right, .product-col h4 a:hover, .product-col h4 a:focus, .product-col .price span.price-new, .product-col .btn-wishlist,
.product-col .btn-compare, .product-filter .display a.active, .product-info .product-details .price-new, .product-info-box .heading, .tabs-panel .nav-tabs > li > a, .content-box .special-heading,
.list-group.categories a.list-group-item:hover, .list-group.categories a.list-group-item:focus, .list-group.categories a.list-group-item:hover .fa, .list-group.categories a.list-group-item:focus .fa, .list-group-item .fa,
.contact-details li .fa, .hstliste > h4, .hstliste > ul > li > a {
    color: #002F6C;
}

#cart .btn-block1 a:hover, #cart .btn-block1 a + a, #main-menu .navbar-nav > li.active a, #main-menu .navbar-nav > li > a:hover, #main-menu .navbar-nav > li > a:focus, #main-menu .navbar-nav > li.open a,
.slider-wrap, .product-head, .product-col .btn-wishlist:hover, .product-col .btn-compare:hover, .product-col .btn-cart, .product-info .product-details .btn-wishlist:hover,
.product-info .product-details .btn-compare:hover, .product-info .product-details .btn-cart, .tabs-panel .nav-tabs > li.active, .tabs-panel .nav-tabs > li.active > a, .pagination > .active > a,
.pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus, .page-box .sm-links li, .side-heading {
    background-color: #002F6C;
}

.product-col .btn-wishlist:hover, .product-col .btn-compare:hover {
    border-color: #002F6C;
}

.product-info-box .heading, .tabs-panel .nav-tabs {
    border-bottom-color: #002F6C;
}

.product-info .product-details .manufacturer {
    text-transform: unset;
}

.header-links li a:hover, .header-links li a:focus, .header-links li.active a, .header-top .open .btn-link, .header-top .btn-link i.fa {
    color: #002F6C;
}

#main-menu .dropdown-menu {
    background-color: #e7e7e7;
}

#main-menu .dropdown-menu li:hover a {
    background-color: #e7e7e7;
}

#main-menu .dropdown-menu li:hover > a {
    background-color: #c3c3c3;
}

img.hstlogo-start {
    max-width:  90%;
    max-height: 100px;
    position:   absolute;
    top:        50%;
    left:       50%;
    transform:  translate(-50%, -50%);
}

#logindetails {
    position: fixed !important;
}

#logindetails, #logindetails a {
    color: black;
}

#logindetails .dropdown-menu {
    margin: 0 0 0 -1px;
}

#logindetails .dropdown-menu > li {
    display: block;
}

#logindetails .dropdown-menu a {
    padding-left: 10px;
}

#logindetails > a {
    position: absolute;
    right:    10px;
    width:    20px;
    height:   20px;
}

#logindetails > a > i {
    right: 5px;
}

#logindetails > form > fieldset > label {
    float: left;
}

#user_details {
    padding: 10px 10px 10px 20px;
}

#user_details > li {
    text-align: left;
}

#user_details > li:before {
    content: unset;
}

#user_details > li:first-of-type {
    margin-left: 0;
}

#user_details + ul {
    padding-left: 20px;
}

.ui-autocomplete {
    font-size: 16px;
}

@media (max-width: 767px) {
    #search_content > div.result_pic_art > div {
        width: 100%;
    }

    #input_suche {
        width: 100%;
    }

    #searchInput > span, #advanced_search {
        left: unset;
    }

    #advanced_search {
        margin-left: -1px;
    }
}

@media (max-width: 523px) {
    footer > .container > .row > div {
        width:       100%;
        text-align:  left;
        margin-left: 0;
    }

    footer .row.abbinder ul.inline > li {
        float:       unset;
        margin-left: -50px;
    }

    footer .row.abbinder ul.inline > li:before {
        content: none;
    }
}

@media (max-width: 399px) {
    /*div.boxtyp1, div.boxtyp2, div.boxtyp3, div.boxtyp4, div.boxtyp5, div.boxtyp6 {*/
    /*width:  360px;*/
    /*margin: 0;*/
    /*}*/
    div.cycle-slideshowquadrat, div.cycle-slideshowbanner {
        width: 360px;
    }

    div.cycle-slideshowbanner > a > img, div.cycle-slideshowquadrat > a > img {
        max-width: 360px;
    }

    .ib_preis {
        display: block;
    }

    #order_article input[name="com_order"] {
        margin-left: 0;
    }

    #delAndInvoiceDiv > div {
        width: 100%;
    }

    #basketBreadcrumb > div {
        float: left !important;
    }

    #auftragseigenschaften > div.panel-body > div.row > div.form-group > label, #order_man_art label {
        width: 41.6666667%;
    }

    #order_man_art div.col-xs-10 {
        width: 58.33333333%;
    }

    #order_man_art div.bootstrap-select {
        width: 100%;
    }

    #logoDiv {
        margin-top: 20px;
    }
}

@media (max-width: 1030px) {
    .container_pic {
        width: 100% !important;
    }
}

/* Style vom Kunden */

.categories-banner-box h4 {
    background-color: #002F6C;
}

#ui-id-1.ui-menu {
    border-radius: 0;
}

#ui-id-1.ui-menu .ui-menu-item a {
    font-family:   'Open Sans', sans-serif;
    font-size:     18px;
    color:         #2b2b2b;
    font-weight:   300;
    border-radius: 0;
    border:        0;
}

#ui-id-1.ui-menu .ui-menu-item {
    border-radius: 0;
}

#ui-id-1.ui-menu .ui-menu-item a:hover {
    background-color: #e7e7e7;
    background-image: none;
}

#main-menu ul.inline > li > a, webshop-catalog-group-tree-menu > ul > li {
    padding: 5px 10px;
    display: inline-block;
}

#main-menu webshop-catalog-group-tree-menu li > a {
    color:         #2b2b2b;
    font-family:   'Open Sans', sans-serif;
    font-size:     18px;
    padding-right: 30px;
}

webshop-catalog-group-tree-menu .sf-menu a::after {
    right: 0.5em;
}

table tr td {
    padding: 10px 5px;
}

.tablesorter-bootstrap .tablesorter-header, .tablesorter-bootstrap tfoot th, .tablesorter-bootstrap tfoot td {
    font:             16px/20px 'Open Sans', sans-serif !important;
    color:            #2b2b2b;
    font-weight:      300;
    padding:          4px;
    margin:           0 0 18px;
    background-color: #eee;
}

.panel-smart {
    border:                0 solid #dedede;
    -webkit-border-radius: 0;
    -moz-border-radius:    0;
    border-radius:         0;
}

.newIcon {
    height: 30px;
}

li.custom_menu > ul.dynamic-menu {
    display: none;
}

ul.dynamic-menu {
    padding-left: 20px;
}

li.menuTree {
    z-index: 1;
}

li.menuTree ul.dynamic-menu {
    display:          none;
    position:         absolute;
    top:              100%;
    left:             0;
    float:            left;
    background-color: #f3f3f3; /* Farbe fuer die alle Ebenen außer der ersten und Links, ueber die mit der Maus gefahren wird */
    min-width:        160px;
    list-style-type:  none;
    padding-left:     0;
    margin:           0;
}

li.menuTree > ul.dynamic-menu.root-menu {
    background-color: #f3f3f3; /* Hintergrundfarbe fuer die erste Ebene */
}

li.menuTree ul.dynamic-menu li:hover {
    background-color: #e0e0e0; /* Farbe fuer die alle Ebenen außer der ersten und Links, ueber die mit der Maus gefahren wird */
}

li.custom_menu.menuTree > ul.dynamic-menu, li.menuTree li.custom_menu > ul.dynamic-menu {
    display: none;
}

li.menuTree:hover > ul.dynamic-menu, li.menuTree li:hover > ul.dynamic-menu {
    display: block !important;
}

li.menuTree ul.dynamic-menu > li {
    position: relative;
    display:  block;
}

li.menuTree ul.dynamic-menu > li > a {
    display:     block;
    white-space: nowrap;
    padding:     1px 10px 1px 5px;
}

li.menuTree ul.dynamic-menu:not(.root-menu) {
    top:  0; /* Wenn keine Border benutzt wird */
    left: 100%;
}

li.menuTree ul.dynamic-menu > li > a:after {
    display:           block;
    content:           " ";
    float:             right;
    width:             0;
    height:            0;
    border-color:      transparent;
    border-style:      solid;
    border-width:      5px 0 5px 5px;
    border-left-color: #2b2b2b;
    margin-top:        7px;
    margin-right:      -10px;
    top:               50%;
    right:             1em;
}

li.menuTree ul.dynamic-menu > li > a:only-child:after {
    display: none;
}

li.menuTree > ul.dynamic-menu.root-menu {
    position: absolute;
}

li.relative_li.menuTree, li.menuTree li.relative_li {
    position:   relative;
    margin-top: 7px;
}

#topMenu {
    display:          inline-block;
    width:            100%;
    background-color: #002F6C;
}

#topMenu .pull-left a {
    padding-top:    14px;
    padding-bottom: 14px;
}

#topMenu a {
    color: white;
}

#topMenu a > svg {
    fill: white;
}

#topMenu .nav > li > a:focus, #topMenu .nav > li > a:hover {
    background-color: unset;
}

.topMenu > ul {
    position:         absolute;
    left:             0;
    width:            100%;
    z-index:          1;
    background-color: white;
    margin-top:       130px;
    padding:          30px 90px;
}

.topMenu > ul > li {
    width:          50%;
    position:       relative;
    padding-top:    5px;
    padding-bottom: 5px;
}

.topMenu > ul > li:nth-of-type(2n+1) {
    padding-right: 20px;
}

.topMenu > ul > li:nth-of-type(2n) {
    padding-left: 20px;
}

.topMenu > ul > li:nth-of-type(2n):before {
    content:     "";
    position:    absolute;
    top:         0;
    bottom:      0;
    left:        0;
    border-left: 1px solid #e2e2e2;
}

.topMenu > ul > li > a {
    color: #a1a1a1;
}

.header-top .row > .col-sm-2 {
    margin-top: 27px;
}

#logoDiv {
    text-align: center;
    margin:     0 10px;
    width:      calc(100% - 20px);
}

#logo {
    height: auto;
    width:  100% !important;
}

#logoDiv + div.header-links {
    margin-left: 50px;
    float:       left;
}

#page_container.container .container {
    max-width: 100%;
}

/* Startseitenboxen */

div.boxtyp1 > div.content_start1 {
    padding:         0;
    display:         flex;
    justify-content: center;
}

div.boxtyp1 > div.content_start1 > img {
    max-width:  100%;
    max-height: 100%;
}

div.boxtyp1 > div.content_start1 > .imageOverlay {
    position:         absolute;
    text-align:       center;
    margin:           15px;
    max-width:        calc(100% - 30px);
    background-color: #33353be6;
    padding:          15px;
}

div.boxtyp1 > div.content_start1 > .imageOverlay > h3 {
    font-size:      32px;
    padding-bottom: 5px;
    border-bottom:  1px solid #ffffff33;
}

div.boxtyp1 > div.content_start1 > .imageOverlay > button {
    color:            #2b2b2b;
    background-color: #ffffff;
    border-radius:    3px;
    border:           unset;
}

div.boxtyp1 > div.content_start1 > .imageOverlay > * {
    color: #ffffff;
}

header#header-area {
    width:    var(--sidebar-width);
    position: fixed;
    left:     0;
    top:      0;
    height:   100vh;
    z-index:  1;
}

div#page_container {
    width:   calc(100vw - var(--sidebar-width) - 15px);
    margin:  0 0 0 var(--sidebar-width);
    padding: 0;
    float:   left;
}

#search {
    display: inline-block;
    margin:  0;
    width:   100%;
}

#cart button.btn {
    padding-right: 10px;
    margin:        0;
}

#mainMenu > ul {
    display:        inline-block;
    margin-bottom:  0;
    padding-left:   0;
    vertical-align: middle;
}

#login {
    margin-top:    0;
    padding:       11px;
    border-radius: 5px;
    border:        1px solid #e4e4e4;
    white-space:   nowrap;
}

#login a {
    color: #2b2b2b !important;
}

#leftMenu {
    width:           100%;
    padding:         0 20px;
    list-style-type: none;
}

#leftMenu li, #leftMenu li a {
    width:   100%;
    display: block;
}

#livesearchAutocomplete {
    left:         0;
    height:       min(500px, calc(100vh - 230px));
    border-color: #002F6C;
}

#livesearchAutocompleteWrapper > div {
    border-color: #002F6C;
}

#livesearchAutocompleteWrapper ul.ui-autocomplete, #livesearchAutocompleteWrapper ul.ui-autocomplete dd > a {
    color: #002F6C !important;
}

#contentWrapper {
    background-color: #bcbcbc;
}

.col-xs-12 > .product-col.list.clearfix, .product-filter, #hauptteil > .container > .row > div {
    background-color: white;
}

a[id^="link_expandRow_"] {
    margin-left: 10px;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1400px;
    }
}