@charset "utf-8";


@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=a282bd92-3ccc-4f6a-b9e2-f5df7625675a&fontids=1488882,1488894,1488918");

@font-face {
    font-family: "Helvetica Neue LT W04_41488882";
    src: url("../../css/lib/fonts/1488882/cbd2d238-27b7-4a2a-86f0-e3aa7eed84d7.eot?#iefix");
    src: url("../../css/lib/fonts/1488882/cbd2d238-27b7-4a2a-86f0-e3aa7eed84d7.eot?#iefix") format("eot"), url("../../css/lib/fonts/1488882/f20b86ad-a3dc-4459-92b7-456b456d015a.woff2") format("woff2"), url("../../css/lib/fonts/1488882/ca003289-5ee3-45c2-94ad-36c743c35fc1.woff") format("woff"), url("../../css/lib/fonts/1488882/7b96672b-19aa-43a4-99af-e572f0fb14e4.ttf") format("truetype");
}

@font-face {
    font-family: "Helvetica Neue LT W04_51488894";
    src: url("../../css/lib/fonts/1488894/eead97e6-2e84-44a8-a166-fbbc667a656e.eot?#iefix");
    src: url("../../css/lib/fonts/1488894/eead97e6-2e84-44a8-a166-fbbc667a656e.eot?#iefix") format("eot"), url("../../css/lib/fonts/1488894/f513faaa-733d-4a87-99ae-d8030f380e3e.woff2") format("woff2"), url("../../css/lib/fonts/1488894/16ab3c15-5199-4bbf-8269-3ed613e90772.woff") format("woff"), url("../../css/lib/fonts/1488894/41f31931-4ac9-43bf-9298-a5e799a15f21.ttf") format("truetype");
}

@font-face {
    font-family: "Helvetica Neue LT W04_71488918";
    src: url("../../css/lib/fonts/1488918/f9872f03-b366-499d-9b0e-ce508b0a3539.eot?#iefix");
    src: url("../../css/lib/fonts/1488918/f9872f03-b366-499d-9b0e-ce508b0a3539.eot?#iefix") format("eot"), url("../../css/lib/fonts/1488918/f350f87a-2ea2-408b-98bb-580827d1a634.woff2") format("woff2"), url("../../css/lib/fonts/1488918/0552ce48-950c-471f-b843-1afac814d259.woff") format("woff"), url("../../css/lib/fonts/1488918/df2262d6-48cc-478c-aed1-5ce7421b4cf4.ttf") format("truetype");
}




/*
 *
 * Allgemein
 */

html {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

body {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

a,
a *,
button,
button *,
.btn,
.btn *,
.cursor-pointer,
.cursor-pointer *,
*[href],
*[href] *,
*[onclick],
*[onclick] *,
*[ondblclick],
*[ondblclick] *,
*[ui-sref],
*[ui-sref] *,
*[ng-click],
*[ng-click] * {
    cursor: pointer !important;
}

.btn.xxx---is-active,
.btn.xxx---is-active * {
    cursor: default !important;
}

.table > tbody > tr > td {
    border: none;
}

.table.table-bordered > tbody > tr > td {
    border: 1px solid #ddd;
}


/*
 *
 * Cookie Warning
 */

*[ng-if="showCookieWarn"] {
    /* sticky-top */
    /* padding-top: 220px; */
    /* sticky-bottom */
    padding-bottom: 220px;
}

@media (min-width: 420px) {
    *[ng-if="showCookieWarn"] {
        /* sticky-top */
        /* padding-top: 140px; */
        /* sticky-bottom */
        padding-bottom: 140px;
    }
}

@media (min-width: 720px) {
    *[ng-if="showCookieWarn"] {
        /* sticky-top */
        /* padding-top: 60px; */
        /* sticky-bottom */
        padding-bottom: 60px;
    }
}

.cookie-warn--message {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: lighter;
}


/*
 *
 * Schrift und Links
 */

a,
p {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

a:link,
a:visited,
a:hover,
a:active,
a:focus {
    color: #333;
    font-size: 12px;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

h1 {
    font-size: 22px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h5.italic {
    font-weight: 500;
}

b,
strong {
    font-weight: 600;
}


/*
 *
 * Buttons
 */

.btn-primary,
.btn-primary:focus,
.btn-primary:hover {
    background: #209bd7;
    border-color: #209bd7;
    transition: background 300ms ease;
}

.btn-primary:focus,
.btn-primary:hover {
    background: #1e7db4;
    border-color: #1e7db4;
}

.navbar li a:link,
.navbar li a:visited,
.navbar li a:hover,
.navbar li a:active,
.navbar li a:focus {
    font-size: 14px;
    text-decoration: none;
}

.navbar-default {
    background-color: #fff;
    border: none;
}

.navbar-default .navbar-nav > li > a {
    color: #333;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #209bd7;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #209bd7;
    background-color: #fff;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: #333;
    background-color: #fff;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    color: #333;
    text-decoration: none;
    background-color: #fff;
}

.pagination > .active > a {
    background-color: #209bd7;
    border-color: #209bd7;
}

.xxx-pagination {
    font-family: 'Open Sans', sans-serif;
}

.navbar-default .navbar-collapse {
    border: none;
}

.navbar-default .navbar-toggle {
    border: none;
    margin-right: 0;
}

.navbar-default .navbar-toggle .icon-bar {
    width: 35px;
    height: 3px;
    margin-bottom: 5px;
    background-color: #209bd7;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background: none;
}

.breadcrumb > li,
.breadcrumb > li > a {
    color: #666;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    color: #209bd7;
    background: #fff;
}


/*
 *
 * Header
 */

.headimg {
    padding-top: 35px;
    padding-bottom: 25px;
}

.headimg img {
    max-width: 100%;
}


/*
 *
 * Navigation
 */

.navbar_mobile_menu {
    float: right;
    width: 40%;
    padding: 10px;
    background: #fff;
}

.navbar_mobile_menu > div,
.navbar_mobile_umenu > div {
    padding: 5px;
}

.navbar_mobile_menu > .active > a > div > p,
.navbar_mobile_umenu > .active > a > div > p {
    color: #209bd7;
}

.navbar_mobile_menu > div > a > div > p > i,
.navbar_mobile_umenu > div > a > div > p > i {
    padding-right: 5px;
    color: #209bd7;
    font-size: 16px;
}

.navbar_mobile_umenu {
    float: right;
    width: 40%;
    padding: 10px;
    background: #fff;
    -webkit-box-shadow: -10px 10px 15px 5px rgba(170, 170, 170, .4);
    -moz-box-shadow: -10px 10px 15px 5px rgba(170, 170, 170, .4);
    box-shadow: -10px 10px 15px 5px rgba(170, 170, 170, .4);
}

.navbar-icon > a > i {
    padding: 10px;
    color: #209bd7;
    font-size: 25pt;
}

.navbar-logo {
    display: none !important;
}

.navbar-logo img {
    max-height: 100%;
    max-width: 100%;
}

.nav>li>div>a {
    padding: 10px 15px;
}

.navbar-nav>li>div {
    padding-top: 10px;
    padding-bottom: 10px;
}

/*
 *
 * Main
 */

.searchform {
    margin-bottom: 25px;
}

.searchform > .input-group > .input-group-addon {
    color: #209bd7;
    background-color: transparent;
}

.nav-stacked .sidemenu_head {
    min-height: 30px;
    padding: 5px;
}

.nav-stacked .sidemenu_row {
    min-height: 30px;
    border-top: 1px solid #333;
}

.nav-stacked > li.active > a,
.nav-stacked > li.active:hover > a {
    color: #209bd7;
    background: #fff;
}

.nav-stacked .sidemenu_row > a > span {
    margin-top: 6px;
}

.nav-stacked .sidemenu_row > a {
    padding: 12px 5px 9px 5px;
}

.nav-stacked .sidemenu_row > a:hover {
    color: #209bd7;
    background-color: #fff;
}

.sidemenu_ug_row {
    min-height: 30px;
    margin-left: -10px;
    margin-right: -1px;
    padding-top: 5px;
    padding-left: 20px;
    list-style: none;
    text-align: left;
}

.nav > li > a:hover {
    background-color: #fff;
}

.sidemenu_ug_row > a:hover {
    color: #209bd7;
    background: #fff;
}

li.sidemenu_ug_row:hover {
    color: #209bd7;
    background: #fff;
}

.sidemenu_ug_row.active > a {
    color: #209bd7;
    background: #fff;
}

#content .breadcrumb {
    padding: 0;
    background-color: #fff;
}

.wk_container {
    margin-top: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.autocomplete {
    position: relative;
    width: 100%;
}

.autocomplete ul {
    position: absolute;
    left: 0;
    top: 34px;
    z-index: 1;
    width: 100%;
    padding-left: 0;
    border-left: 1px solid #888;
    border-right: 1px solid #888;
    border-bottom: 1px solid #888;
}

.autocomplete li {
    width: 100%;
    padding: .4em 1em;
    text-align: left;
    list-style: none;
    background-color: #fff;
}

.autocomplete li.active {
    width: 100%;
    background-color: #4bf;
}

.autocomplete .highlight {
    background-color: #e2e2e2;
}

.autocomplete li.active .highlight {
    color: #fff;
    background: #666;
}


/*
 *
 * Footer
 */

.foot_logos {
    text-align: right;
}

.foot_logos > a > img,
.foot_logos > img {
    padding: 10px;
}

div.foot1 {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    border-top: 1px solid #333;
}

div.foot2 > ul > li > a {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

div.foot2 > ul > li:hover > a {
    color: #209bd7;
    font-family: 'Open Sans', sans-serif;
    background-color: #fff;
}
.xxx--page-footer--block--social-media {
    margin-bottom: 30px;
}

.xxx--page-footer--block--social-media ul {
    display: flex;
    justify-content: space-around;
}
/*
 *
 * Warenkorb Preview
 */

.warenkorbvoransicht_kopf {
    height: 40px;
    padding: 10px;
    background-color: #209bd7;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    text-align: center;
}

.warenkorbvoransicht_kopf a {
    color: white;
    font-weight: bold;
}

.warenkorbvoransicht_zeile {
    padding: 10px 0 10px 0;
    font-size: 12px;
}

.warenkorbvoransicht_zeile a:hover {
    opacity: .5;
}

.warenkorbvoransicht_preis {
    padding: 0 5px 5px 5px;
    text-align: center;
}

.warenkorbvoransicht_preis > a > span {
    color: #000;
    font-size: 15px;
    font-weight: bold;
}


/*
 *
 * Artikelgruppen
 */

div.artikelgruppen_container {
    margin-bottom: 25px;
    border: 1px solid #e6e6e6;
    border-radius: 5px 5px 5px 5px;
}

div.artikelgruppen_container:hover {
    border: 1px solid #209bd7;
}

.artikelgruppen_container_image {
    position: relative;
    padding-top: 75%;
    border-bottom: 1px solid #333;
}

.artikelgruppen_container_image > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.artikelgruppen_container_image .overlay {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.artikelgruppen_container:hover .artikelgruppen_container_image .overlay {
    display: block;
}

.artikelgruppen_container_image .overlay .background {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    opacity: .6;
    background: #ccc;
}

.artikelgruppen_container_image .overlay .text {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 3;
    padding: 10%;
    text-align: center;
}

.artikelgruppen_container_image .overlay .text p {
    font-weight: bold;
    font-size: 20px;
}

.artikelgruppen_container_image_layer {
    position: absolute;
    top: 0;
    width: 100%;
    height: 40px;
    margin-top: 30%;
    padding-top: 10px;
    text-align: center;
    background: none repeat scroll 0 0 black;
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(0, 0, 0);
    /* RGBa with .6 opacity */
    background-color: rgba(0, 0, 0, .9);
    /* For IE 5.5 - 7*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#99000000", endColorstr="#99000000");
    /* For IE 8*/
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#99000000", endColorstr="#99000000");
}

.artikelgruppen_container_image_layer span {
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
}

div.artikelgruppen_container div.artikelgruppen_container_titel {
    height: 40px;
    padding: 10px;
    font-weight: 300;
}

div.artikelgruppen_container:hover div.artikelgruppen_container_titel {
    color: #209bd7;
}

.artikelgruppen_container_titel > span {
    float: right;
}


/*
 *
 * Artikellisten
 */

div.artikelliste_limit_text {
    float: right;
    color: #666;
    font-size: 14px;
    cursor: pointer;
}

div.artikelliste_limit_text > .aktiv {
    color: #209bd7;
}

div.artikelliste_darstellung_text {
    float: right;
    margin-right: 25px;
    color: #666;
    font-size: 14px;
    cursor: pointer;
}

div.artikelliste_darstellung_text > .aktiv {
    color: #209bd7;
}

table.table > thead.artikelliste_table_head > tr > th {
    color: #666;
}

table.table > thead.artikelliste_table_head > tr > th.aktiv {
    color: #209bd7;
}


/*
 *
 * Artikellistentabelle
 */

table.artikelliste_table > thead.artikelliste_table_head .artikelliste_table_head_bildspalte {
    width: 10%;
}

table.artikelliste_table > tbody.artikelliste_table_body .artikelliste_table_body_bildspalte {
    text-align: center;
    vertical-align: middle;
}

table.artikelliste_table > thead.artikelliste_table_head .artikelliste_table_head_artikelnrspalte {
    width: 20%;
    text-align: center;
}

table.artikelliste_table > tbody.artikelliste_table_body .artikelliste_table_body_artikelnummerspalte {
    text-align: center;
    vertical-align: middle;
}

table.artikelliste_table > tbody.artikelliste_table_body .artikelliste_table_body_infospalte {
    vertical-align: middle;
}

table.artikelliste_table > thead.artikelliste_table_head .artikelliste_table_head_bestandspalte {
    width: 5%;
    text-align: center;
}

table.artikelliste_table > tbody.artikelliste_table_body .artikelliste_table_body_bestandspalte {
    text-align: center;
    vertical-align: middle;
}

table.artikelliste_table > thead.artikelliste_table_head .artikelliste_table_head_preisspalte {
    width: 15%;
    text-align: center;
}

table.artikelliste_table > tbody.artikelliste_table_body .artikelliste_table_body_preisspalte {
    text-align: center;
    vertical-align: middle;
}

table.artikelliste_table > tbody.artikelliste_table_body .artikelliste_table_body_aktionsspalte {
    width: 15%;
    text-align: center;
    vertical-align: middle;
}

.artikelliste_liste_bildcontainer {
    position: relative;
    width: 100px;
    height: 100px;
    border: 1px solid #333;
    border-radius: 4px;
}

.artikelliste_liste_bildcontainer > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    border-radius: 4px;
}

div.artikelliste_wk_button > span > i {
    float: right;
    color: #209bd7;
    cursor: pointer;
}

div.artikelliste_wk_button > span {
    background: transparent;
}

.wk_button_icon_container > i {
    padding-top: 25px;
    color: #209bd7;
    font-size: 40px;
}

.preis > p {
    font-weight: bold;
}

div.artikelliste_kachel_container {
    position: relative;
    min-height: 320px;
    margin-bottom: 20px;
}

div.artikelliste_kachel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: fit-content;
    border: 1px solid #e6e6e6;
}

div.artikelliste_kachel:hover {
    z-index: 3;
    box-shadow: 0 0 25px #333;
    background: #eee;
    height: fit-content;
}

div.artikelliste_kachel > div.artikelliste_kachel_infocontainer > table.table {
    border-top: 1px solid black;
}

div.artikelliste_kachel:hover {
    border: 1px solid #209bd7;
}

div.artikelliste_kachel > div.artikelliste_kachel_infocontainer > table.table {
    margin-bottom: 0;
}

div.artikelliste_kachel > div.artikelliste_kachel_infocontainer > table.table > tbody > tr.artikelliste_kachel_table_zeile_artikel {
    height: 60px;
}

div.artikelliste_kachel > div.artikelliste_kachel_infocontainer > table.table > tbody > tr.artikelliste_kachel_table_zeile_info {
    height: 0;
}

div.artikelliste_kachel > div.artikelliste_kachel_infocontainer > table.table > tbody > tr.artikelliste_kachel_table_zeile_info > td > div {
    font-size: 14px;
}

div.artikelliste_kachel > div.artikelliste_kachel_infocontainer > table.table > tbody > tr.artikelliste_kachel_table_zeile_artikel > td.artikelliste_kachel_table_bez {
    width: 90%;
    font-weight: 300;
}

div.artikelliste_kachel > div.artikelliste_kachel_infocontainer > table.table > tbody > tr.artikelliste_kachel_table_zeile_artikel > td.artikelliste_kachel_table_bestand {
    width: 10%;
}

div.artikelliste_kachel > div.artikelliste_kachel_infocontainer > table.table > tbody > tr.artikelliste_kachel_table_zeile_preis {
    width: 100%;
    height: 90px;
    font-weight: 300;
    text-align: right;
}

div.artikelliste_kachel > div.artikelliste_kachel_infocontainer > table.table > tbody > tr.artikelliste_kachel_table_zeile_preis > td {
    vertical-align: bottom;
}

div.artikelliste_kachel:hover > table.table > tbody > tr.artikelliste_kachel_table_zeile_preis > td > div > p {
    color: #209bd7;
}

.artikelliste_kachel_table_zeile_preis a {
    color: #209bd7;
    font-weight: bold;
    font-size: 18px;
    text-decoration: underline;
}

div.artikelliste_kachel:hover > table.table > tbody > tr > td.artikelliste_kachel_table_bez {
    color: #209bd7;
}

div.artikelliste_kachel tr.artikelliste_kacel_table_zeile_aktion {
    display: none;
}

div.artikelliste_kachel:hover tr.artikelliste_kacel_table_zeile_aktion {
    display: table-row;
}

div.artikelliste_kachel:hover .artikelliste_kachel_details_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .8;
    background-color: #ccc;
}

div.artikelliste_kachel .artikelliste_kachel_details {
    display: none;
}

div.artikelliste_kachel:hover .artikelliste_kachel_details {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    padding: 10%;
    font-weight: bold;
    text-align: center;
}

.artikelliste_kachel_bildcontainer {
    position: relative;
    padding-top: 75%;
}

.artikelliste_kachel_bildcontainer > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.artikelliste_me_pe.input-group > .input-group-addon {
    height: 34px;
    background: transparent;
}

.artikelliste_me_pe.input-group > .input-group-addon:first-child {
    border-right: 1px solid #ccc;
}

.artikelliste_me_pe.input-group > .input-group-btn > .btn {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}


/*
 *
 * Artikeldetail
 */

.artdetail_blaettern_icon {
    color: #209bd7;
    font-size: 20pt;
    cursor: pointer;
}

div.artikeldetail_info div {
    min-height: 20px;
    padding-bottom: 10px;
    font-size: 14px;
}

div.artikeldetail_info h4 {
    font-weight: 300;
    font-size: 18px;
}

.artikeldetail_hauptbild_container {
    position: relative;
    padding-top: 100%;
    border: 1px solid #333;
    border-radius: 4px;
}

.artikeldetail_hauptbild_container > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    border-radius: 4px;
    cursor: zoom-in;
}

#artikeldetail_overlay {
    display: none;
    position: absolute;
    top: 0;
    right: -100%;
    z-index: 10;
    width: 100%;
    height: 100%;
    border: 1px solid black;
    background: #fff no-repeat;
    background-size: 200%;
}

.artikeldetail_alternativbilder_container {
    position: relative;
    padding-top: 73%;
    border: 1px solid #333;
    border-radius: 4px;
}

.artikeldetail_alternativbilder_container > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    border-radius: 4px;
    cursor: pointer;
}

.artikeldetail_slider_container {
    position: relative;
    width: 100%;
    height: 300px;
    padding-left: 20px;
    border: 1px solid #333;
    border-radius: 4px;
}

.artikeldetail_slider_container > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    border-radius: 4px;
    cursor: pointer;
}

.artikeldetail_select_xs div {
    padding-bottom: 10px;
}

.artikeldetail_select_xs select {
    color: white;
    background-color: #209bd7;
}

.artikeldetail_option .input-group > .input-group-addon {
    height: 34px;
    background: transparent;
}

.artikeldetail_aktionspreis_altpreis {
    color: #333;
    font-size: 18px;
    font-weight: 300;
    text-decoration: line-through;
}

.artikeldetail_preis p {
    color: #333;
    font-size: 22px;
    font-weight: 300;
}

div.artikeldetail_preisbemerkung {
    text-align: right;
}

div.artikeldetail_preisbemerkung > p,
div.artikeldetail_preisbemerkung > p > a {
    font-size: 10px;
}

div.artikeldetail_button {
    margin-top: 20px;
}

div.artikeldetail_button > div {
    padding-bottom: 10px;
}

div.artikeldetail_button > div > i {
    color: #209bd7;
    font-size: 34px;
    cursor: pointer;
}

.artikeldetail_tabset > .nav-tabs {
    border: none;
}

.artikeldetail_tabset > .nav-tabs > li.active > a {
    color: #209bd7;
    font-size: 14px;
    border: none;
}

.artikeldetail_tabset > .nav-tabs > li > a {
    color: #333;
    font-size: 14px;
    border: none;
}

.artikeldetail_tabset > .nav-tabs > li > a:hover {
    color: #209bd7;
    background-color: transparent;
}

.artikeldetail_tabset > .tab-content {
    padding: 10px;
    border: 1px solid #209bd7;
    border-radius: 0 5px 5px 5px;
}

.artikeldetail_tab {
    border: 1px solid #209bd7;
    border-radius: 5px 5px 0 0;
}

div.artikeldetail_artikelanhang > div > a {
    color: #333;
    font-size: 14px;
    font-weight: 300;
}

.artikeldetail_bild_container {
    position: relative;
    width: 100%;
    height: 100px;
    border: 1px solid #333;
    border-radius: 4px;
}

.artikeldetail_bild_container > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    border-radius: 4px;
    cursor: pointer;
}

.artikeldetail_zubehoer_container {
    margin-top: 20px;
}

.artikeldetail_zubehoer_container > .carousel > .carousel-control {
    width: 0;
}

div.artikeldetail_slider > .carousel-control {
    width: 10%;
    margin-top: 9%;
    color: #209bd7;
    font-size: 30px;
    background-image: none;
    text-shadow: none;
    opacity: 1;
}

.artikeldetail_alternativartikel_tabelle .artikeldetail_alternativartikel_bildspalte {
    width: 20%;
}

.artikeldetail_alternativartikel_tabelle .artikeldetail_alternativartikel_infospalte {
    width: 50%;
    text-align: left;
}

.artikeldetail_alternativartikel_tabelle .artikeldetail_alternativartikel_preisspalte {
    width: 30%;
    padding-top: 30px;
}

.artikeldetail_alternativartikel_tabelle .artikeldetail_alternativartikel_preisspalte > .artikeldetail_alternativartikel_preis > p {
    text-align: right;
    font-weight: 300;
    font-size: 18px;
}

.artikeldetail_variantenauswahl > div {
    margin-bottom: 10px;
}

.artikeldetail_variantenauswahl .input-group-addon {
    min-width: 70px;
}

.mengumrechnung > tbody > tr:hover {
    opacity: .7;
}


/*
 *
 * Merkzettel
 */

div.merkzettel_info a h4 {
    font-size: 14px;
    min-height: 30px;
}

div.merkzettel_info a h4:hover {
    color: #209bd7;
}

div.merkzettel_info .input-group span {
    color: #209bd7;
    cursor: pointer;
}

div.merkzettel_info .input-group .input-group-addon {
    background: transparent;
}


/*
 *
 * Konto
 */

.konto_xs_accordion {
    margin-top: 20px;
}

.konto_xs_accordion > div > div > .panel-default {
    border: none;
    box-shadow: none;
}

.konto_xs_accordion > div > div > .panel-default > .panel-heading {
    background-color: #fff;
    border: none;
}

.kontosuche > .input-group > div.input-group-addon {
    color: #209bd7;
    background-color: transparent;
}

.konto_down-up {
    text-align: center;
}

.konto_passwortfeld{
    -webkit-text-security: disc;
}

/*
 *
 * Warenkorb
 */

.wk_schnellerfassung {
    margin-bottom: 30px;
}

.wk_schnellerfassung > div {
    margin-bottom: 10px;
}

.wk_schnellerfassung .input-group > .input-group-addon {
    min-width: 100px;
}

.wk_schnellerfassung .input-group > .form-control {
    text-align: center;
}

.wk_stufen {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.wk_stufen .symbol {
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #333;
    font-size: 25px;
    text-align: center;
}

.wk_stufen .symbol.active {
    color: #209bd7;
}

.wk_stufen .symbol.success {
    color: #006400;
}

.wk_stufen .title {
    padding-left: 35px;
    line-height: 30px;
    font-size: 20px;
}

.wk_stufen .title.active {
    color: #209bd7;
}

.wk_stufen .title.success {
    color: #006400;
}

.wk_footer {
    margin-top: 20px;
}

.wk_footer > div {
    margin-bottom: 10px;
}

.wk_login_bereich .panel .panel-title > input {
    margin-right: 10px;
}

.wk_login_bereich .panel .main {
    height: 165px;
}

.wk_login_bereich .wk_login_panel > .main > div {
    margin-bottom: 10px;
}

.wk_belegsumme {
    padding: 5px;
    color: #fff;
    border: 1px solid #13335c;
    background-color: #209bd7;
    font-weight: bold;
    text-align: right;
}

.wk_versandcontainer {
    margin: 20px 0;
    padding: 5px;
    background-color: #eee;
    border: 1px solid #ccc;
}

.wk_versandcontainer .checkbox input {
    margin-right: 5px;
}

.wk_bestellabschluss_bemerkung_container {
    padding: 10px;
    border: 1px solid #ccc;
}

.wk_bestellabschluss_btn > div {
    margin-bottom: 10px;
}

.wk_pos_image_container {
    position: relative;
    width: 100%;
    padding-top: 100%;
}

.wk_pos_image_container img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.wk_pos_zeile {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.wk_pos_zeile > div {
    padding-top: 10px;
}

.wk_pos_zeile .wk_pos_menge_zelle {
    line-height: 34px;
    font-size: 16px;
    font-weight: bold;
}

.wk_pos_zeile .wk_pos_gesamtpreis_zelle {
    line-height: 34px;
    font-weight: bold;
    font-size: 16px;
    text-align: right;
}

.wk_pos_zeile .wk_pos_delete_zelle {
    font-size: 16px;
    text-align: center;
}

.wk_pos_zeile .wk_pos_info_zelle .titel {
    padding-bottom: 10px;
}

.wk_pos_zeile .wk_pos_info_zelle .titel p {
    font-weight: bold;
    font-size: 16px;
}

.wk_pos_zeile .wk_pos_change_link a {
    text-decoration: underline;
}

.wk_pos_smart_foot {
    padding: 10px;
    background-color: #eee;
}

.wk_table > thead > tr > th {
    text-align: center;
}

.wk_table > tbody > tr > td {
    vertical-align: middle;
    text-align: center;
}

.wk_table .titel p {
    margin: 0;
    font-weight: bold;
    text-decoration: underline;
}

.wk_table td.info_spalte {
    text-align: left;
}

.belegliste_kopf_pos {
    width: 5%;
}

.belegliste_kopf_artikelnummer {
    width: 20%;
}

.belegliste_kopf_menge {
    text-align: center;
}

.belegliste_inhalt_menge {
    text-align: center;
}

.belegliste_kopf_mengeneinheit {
    text-align: center;
}

.belegliste_inhalt_mengeneinheit {
    text-align: center;
}

.belegliste_kopf_preiseinheit {
    text-align: right;
}

.belegliste_inhalt_preiseinheit {
    text-align: right;
}

.belegliste_kopf_einzelpreis {
    text-align: right;
}

.belegliste_inhalt_einzelpreis {
    text-align: right;
}

.belegliste_kopf_rabatt {
    text-align: right;
}

.belegliste_inhalt_rabatt {
    text-align: right;
}

.belegliste_kopf_gesamtpreis {
    text-align: right;
}

.belegliste_inhalt_gesamtpreis {
    text-align: right;
}

.belegliste_kopf_bestand {
    text-align: right;
}

.belegliste_inhalt_bestand {
    width: 5%;
    max-width: 5%;
    text-align: center;
}

#continue_shopping,
#BestellenWeiterKL,
#AnmeldenKL {
    float: left;
    width: 148px;
    height: 30px;
    margin-top: 5px;
    line-height: 30px;
    border: 1px solid #209bd7;
    border-radius: 4px;
    background: #209bd7;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    cursor: pointer;
}

.td_warenkorb1_untere_zeile {
    width: 650px;
}

.wk_registrieren_button {
    width: 150px;
    height: 30px;
    margin-top: 20px;
    line-height: 30px;
    border: 1px solid #209bd7;
    border-radius: 4px;
    background: #209bd7;
    text-align: center;
    cursor: pointer;
}

.wk_registrieren_button > a {
    line-height: 30px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

.textfeld1 {
    height: 18px;
    font-size: 8pt;
}

.textarea1 {
    font-size: 8pt;
}

.font8 {
    font-size: 8pt;
    font-weight: normal;
}

.font9 {
    font-size: 9pt;
    font-weight: normal;
}

.font10 {
    font-size: 10pt;
    font-weight: normal;
}

.font8b {
    font-size: 8pt;
    font-weight: bold;
}

.font9b {
    font-size: 9pt;
    font-weight: bold;
}

.font10b {
    font-size: 10pt;
    font-weight: bold;
}

.font9blue {
    color: #00F;
    font-size: 9pt;
    font-weight: bold;
}

.font9red {
    color: #C00;
    font-size: 9pt;
}

.font9green {
    color: #006400;
    font-size: 9pt;
}

.font9greenb {
    color: #006400;
    font-size: 9pt;
    font-weight: bold;
}

.copyright {
    font-weight: 300;
    font-size: 12px;
}

.table_rahmentab {
    width: 100%;
    font-size: 12px;
}

.table_mitte_inhalt {
    font-size: 12px;
}

.bg_inhalt {
    width: 100%;
    background-color: #fff;
}

.mitte {
    width: 100%;
}

.td_mitte_inhalt_tabkopf {
    border-bottom: 1px solid #000;
    color: #000;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

.td_mitte_inhalt {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
}

.warenk_table_bestellbereich {
    padding: 3px;
}

.warenk_table_bestellflaeche {
    margin-bottom: 20px;
    padding: 2px 2px 2px 0;
}

.warenk_td_bestell_font {
    color: #000;
    font-size: 10pt;
    font-weight: 300;
}

.warenk_table_bestellung_kopf {
    margin-bottom: 3px;
    margin-top: 10px;
    padding: 3px;
    border-bottom: 1px solid black;
}

.warenk_tr_kundendaten {
    width: 100%;
    color: #000;
    font-size: 9pt;
    font-weight: 300;
}

.warenk_tr_bestellung_kopf {
    color: #000;
    font-size: 9pt;
    font-weight: 300;
    border-bottom: 1px solid black;
}

.warenk_tr_bestellung_ohneInhalt {
    color: #000;
    font-size: 9pt;
    font-weight: 300;
    border-spacing: 3px;
    border-collapse: separate;
}

.warenk_table_bestellung_fuss {
    margin-top: 3px;
    margin-bottom: 3px;
}

.warenk_td_bestell_buttons {
    margin-top: 5px;
    font-size: 9pt;
    font-weight: normal;
}

.seiten_ueberschrift {
    width: 100%;
    font-size: 12pt;
    font-weight: 300;
}

.table_formularbox {
    margin: 2px;
    padding: 2px;
}

.td_formular_kopf {
    color: #000;
    font-size: 10pt;
    font-weight: 300;
}

.td_formular_beschriftung {
    width: 100px;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
}

.td_formular_text {
    font-size: 9pt;
    font-weight: 300;
}

.form_meldung_td {
    color: red;
    font-size: 10pt;
    font-weight: 300;
}

.beleg_mitte {
    margin-top: 7px;
    padding: 5px;
    background-color: #fff;
}

.fontbelegarchiv {
    color: #000;
    font-size: 9pt;
    font-weight: 300;
}

.warenk_lieferbedingung {
    color: #000;
    font-size: 9pt;
    font-weight: 300;
}

.table_warenkorb_teil2 {
    margin-top: 9px;
}

.select_versandarten {
    border: 1px solid #c0c0c0;
    color: #13335c;
    font-family: 'Open Sans', sans-serif;
    font-size: 8pt;
}

.select_zahlungsarten {
    width: 170px;
    border: 1px solid #c0c0c0;
    color: #13335c;
    font-family: 'Open Sans', sans-serif;
    font-size: 8pt;
}

.beleg_lfb_texte_table {
    width: 100%;
}

.beleg_lfb_texte_td1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 9pt;
    font-weight: 300;
}

.beleg_lfb_texte_td2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 9pt;
    font-weight: normal;
}

.beleg_zb_texte_table {
    width: 100%;
    margin-left: 3px;
}

.beleg_zb_texte_td1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 9pt;
    font-weight: 300;
}

.beleg_zb_texte_td2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 9pt;
    font-weight: normal;
}

.wk1_a_textfeld1 {
    width: 50px;
    height: 18px;
    border: 1px solid #6f6f6f;
    font-size: 8pt;
}

.td_warenkorb_buttonleiste1_aktiv_variabel {
    width: 125px;
    height: 40px;
}

.td_warenkorb_buttonleiste1_passiv_variabel {
    width: 125px;
    height: 40px;
}

.td_warenkorb_buttonleiste2_aktiv_variabel {
    width: 125px;
}

.td_warenkorb_buttonleiste2_passiv_variabel {
    width: 125px;
}

.td_warenkorb_buttonleiste3_aktiv_variabel {
    width: 125px;
}

.td_warenkorb_buttonleiste3_passiv_variabel {
    width: 125px;
}

.td_warenkorb_buttonleiste4_aktiv_variabel {
    width: 125px;
}

.td_warenkorb_buttonleiste4_passiv_variabel {
    width: 125px;
}

.table_warenkorb_buttonleiste {
    width: 100%;
    height: 50px;
    margin-top: 8px;
    border-bottom: 1px solid #c0c0c0;
}

.td_warenkorb_buttonleiste1_aktiv {
    width: 125px;
    height: 40px;
    background: url('../../3xios/images/button_wk1_a.png') no-repeat;
}

.td_warenkorb_buttonleiste1_passiv {
    width: 125px;
    height: 40px;
    background: url('../../3xios/images/button_wk1_p.png') no-repeat;
}

.td_warenkorb_buttonleiste2_aktiv {
    width: 125px;
    background: url('../../3xios/images/button_wk2_a.png') no-repeat;
}

.td_warenkorb_buttonleiste2_passiv {
    width: 125px;
    background: url('../../3xios/images/button_wk2_p.png') no-repeat;
}

.td_warenkorb_buttonleiste3_aktiv {
    width: 125px;
    background: url('../../3xios/images/button_wk3_a.png') no-repeat;
}

.td_warenkorb_buttonleiste3_passiv {
    width: 125px;
    background: url('../../3xios/images/button_wk3_p.png') no-repeat;
}

.td_warenkorb_buttonleiste4_aktiv {
    width: 125px;
    background: url('../../3xios/images/button_wk4_a.png') no-repeat;
}

.td_warenkorb_buttonleiste4_passiv {
    width: 125px;
    background: url('../../3xios/images/button_wk4_p.png') no-repeat;
}

.td_warenkorb_buttonleiste1_zelle_unten {
    height: 10px;
}

select#sel_lfb.select_versandarten {
    width: 170px;
    height: 20px;
}

.abstand_summenfeld2 {
    padding-right: 50px;
}

.td_warenkorb1_untere_zeile {
    width: 65%;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

.meldungstext {
    color: #f00;
}

.tr_mitte_inhalt_0 {
    padding: 10px 0;
}

.table_warenkorb1_untere_zeile {
    margin-top: 15px;
}

.warenk_td_summen {
    padding-left: 50px;
}

.button_fett_konto {
    width: 207px;
    height: 30px;
    margin-top: 5px;
    margin-right: 12px;
    line-height: 30px;
    background: #b22413;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
}

#sm_regneu,
#Zurueck,
#Bestellen,
#Verwerfen,
#Aendern,
#ZurueckFensterZu,
#sm_los_pw {
    width: 150px;
    height: 30px;
    margin-top: 5px;
    margin-right: 12px;
    line-height: 30px;
    border: 1px solid #209bd7;
    border-radius: 4px;
    background: #209bd7;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
}

#WeiterWK,
#NeukundeRegistrieren,
#Anmelden,
#Abmelden {
    float: right;
    width: 148px;
    height: 33px;
    margin-top: 5px;
    margin-right: 5px;
    padding: 0 5px 8px 5px;
    line-height: 30px;
    border: 1px solid #209bd7;
    border-radius: 4px;
    background: #209bd7;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
}

#WeiterWK2,
#WeiterWK3_ak,
#Drucken {
    float: right;
    width: 150px;
    height: 30px;
    margin-right: 12px;
    line-height: 30px;
    border: 1px solid #209bd7;
    border-radius: 4px;
    background: #209bd7;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
}

#WeiterWK3_nk {
    width: 150px;
    height: 30px;
    margin-top: 5px;
    margin-right: 12px;
    line-height: 30px;
    border: 1px solid #209bd7;
    border-radius: 4px;
    background: #209bd7;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    cursor: pointer;
}

.select_beleg2 {
    width: 100%;
    max-width: 195px;
    padding-top: 3px;
    padding-left: 5px;
    border: 1px solid #aaa;
    background-color: #fff;
    box-shadow: inset 0 0 8px #ccc;
    text-align: left;
}

.td_formular_kopf_beleg2 {
    height: 35px;
    max-height: 40px;
    padding: 5px 0 0 8px;
    line-height: 12px;
    vertical-align: top;
    background: url('images/hg-title.png');
    font-size: 11pt;
    text-align: left;
}

input.textfeld_wk_regstartbereich,
input#Artikelnummer_suche,
input#wk1_a_textfeld1,
input.textfeld_registrieren,
input.textfeld1,
input.textfeld_beleg2,
input.regi_textfeld_al,
select.select_registrieren,
select.regi_select_al,
select.select_zahlungsarten,
select.select_beleg2 {
    display: block;
    height: 30px;
    padding: 0 12px;
    line-height: 30px;
    line-height: 1.42857143;
    font-size: 14px;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

select.select_registrieren,
select.regi_select_al {
    width: 200px;
}

#tx_pw1,
#tx_pw2 {
    max-width: 200px;
}

input.button_normal,
input#uebernehmen,
input#sm_import,
input#zahlen {
    width: 148px;
    height: 30px;
    margin-top: 5px;
    line-height: 30px;
    border: 1px solid #209bd7;
    background: #209bd7;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    -webkit-appearance: none;
}

input.button_normal#SeiteDrucken {
    float: right;
    margin: 2px;
}

input.button_normal#Zu {
    float: left;
    margin: 2px;
}

.warenk_lieferbedingung td {
    padding-top: 5px;
}

.wk_zahlungslink_button {
    display: contents;
}

.wk_footer .checkbox a {
    color: #209bd7;
    text-decoration: underline;
}


/*
 *
 * Portal Padding
 */

.xxx--portal---padding,
.xxx--portal---padding-mod .xxx--portal--mod,
.xxx--portal---padding-block .xxx--portal--mod--block {
    padding: 15px;
}


/*
 *
 * RSS
 */

div.rss-items {
    border-top: 1px solid grey;
}

div.rss-items h6 {
    font-weight: bold;
}

div.rss table {
    width: 100%;
    margin-bottom: 10px;
}

div.rss a {
    text-decoration: underline;
}

div.rss-items p:nth-child(4) {
    color: grey;
    font-style: italic;
    text-align: right;
}

.rss .row {
    margin-left: 0;
}

.rss-text {
    padding-left: 0;
}


/*
 *
 * Sonstiges (MISC)
 */

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

input[type=number] {
    -moz-appearance: textfield;
}

.carousel-indicators {
    display: none;
}

.italic {
    color: #ccc;
    font-style: italic;
}

img.img-thumbnail {
    width: 100%;
}

i.circle_red {
    color: #f00;
}

i.circle_yellow {
    color: #ff7f00;
}

i.circle_green {
    color: #0f0;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

span.modal_close_button {
    position: absolute;
    top: 0;
    right: 0;
    margin: -20px -20px 0 0;
    padding: 2px 3px 0 4px;
    background-color: transparent;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #000;
    cursor: pointer;
}

form.login_modal_form > .input-group > .input-group-addon {
    color: #209bd7;
    background-color: transparent;
}

.gal-thumbnail {
    background-color: transparent;
}

div.galspace {
    margin-bottom: 10px;
    padding: 0 5px 0 0;
}

div.galeriepic {
    min-height: 0;
    height: auto;
}

div.galbild_vorsch {
    position: relative;
    width: 100%;
    height: 200px;
}

div.galbild_vorsch img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    border-radius: 4px;
    cursor: pointer;
}

div.galbild_vorsch img.galerie {
    background-size: cover;
}

div.gal_list div.galerie_caption {
    height: 1em;
    max-height: 1em;
    margin: -10px 0 10px 0;
    padding: 0;
}

div.galerie_caption.gal_slide {
    margin: 20px;
}

.modal_img_container {
    position: relative;
    width: 100%;
    height: 500px;
}

.modal_img_container > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    border-radius: 4px;
    cursor: pointer;
}

#modalimage_gal-description {
    margin-top: -18px;
}

#modalimage_gal-description span {
    padding: 5px 10px 8px 10px;
    border-radius: 5px;
    background-color: #fff;
}

label.form_elem_desc,
div.labelb {
    padding: 0 10px;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
}

p.labelb {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
}

input.form_elem_div.captchacode {
    width: 100px;
}

.itemnichtsichtbar {
    display: block;
    height: auto;
    border: 1px dotted #c0c0c0;
}

.itemnichtsichtbar h1,
.itemnichtsichtbar h4,
.itemnichtsichtbar h4 a,
.itemnichtsichtbar h5,
.itemnichtsichtbar p,
.itemnichtsichtbar a,
.itemnichtsichtbar div a,
.itemnichtsichtbar div label {
    color: #c0c0c0;
}

.adresse {
    margin-bottom: 15px;
}

.adresse div.galbild_vorsch {
    margin-bottom: 15px;
}

.gleicheHoehe {
    overflow: hidden;
}

.Hoehe {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

.kachel_in_portal {
    padding-left: 0;
}

.hk-uk-img {
    float: left;
    clear: left;
    max-width: 100%;
    padding: 0 10px 10px 0;
}

.category-list,
.ranges-list,
.tags-list {
    padding-left: 10px;
    font-size: smaller;
    list-style: none;
}

.category-list li,
.ranges-list li,
.tags-list li {
    margin-left: 0;
    margin-bottom: 5px;
}

.artikelmodal_bildcontainer {
    position: relative;
    padding-top: 100%;
    width: 100%;
    border: 1px solid #333;
    border-radius: 4px;
}

.artikelmodal_bildcontainer > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.category-list li ul {
    padding-left: 10px;
    border-left: 1px solid #ddd;
    list-style: none;
}

.category-list li a.active {
    font-weight: bold;
}

.category-list li a span {
    padding-left: 5px;
    color: gray;
    font-size: x-small;
}

.ranges-list li label {
    font-size: small;
    font-weight: normal;
}

.tags-list li label {
    padding-left: 5px;
    font-size: small;
    font-weight: normal;
}

.tags-list li input {
    margin-right: 5px;
}

.mengenformel_modal .modal-body .input-group .input-group-addon {
    min-width: 100px;
}

.mengenformel_modal .modal-body .input-group .form-control {
    max-width: 100px;
}


/*
 *
 * Druckansicht
 */

.druck_kopf {
    border-bottom: 2px solid #333;
}

.druck_kopf_links h4 {
    font-size: 14px;
}

.druck_kopf_links p {
    margin-bottom: 5px;
}

.druck_kopf_rechts h4 {
    border-bottom: 1px solid #333;
    font-size: 14px;
}

.druck_kopf_rechts p {
    margin-bottom: 5px;
}

.druck_kundendaten {
    border-bottom: 2px solid #333;
}

.druck_rechnungsanschrift h4 {
    font-size: 12px;
}

.druck_lieferanschrift h4 {
    height: 26px;
    font-size: 12px;
}

.druck_rechnungsanschrift label,
.druck_rechnungsanschrift p,
.druck_lieferanschrift label,
.druck_lieferanschrift p {
    margin-bottom: 0;
}

.druck_rechnungsanschrift .form-horizontal .form-group,
.druck_lieferanschrift .form-horizontal .form-group {
    margin-bottom: 5px;
}

.druck_bestelluebersicht h4 {
    font-size: 14px;
}

.druck_bestelluebersicht .table p {
    margin-bottom: 0;
}

.druck_bestelluebersicht .table thead th {
    padding: 5px;
}

.druck_bestelluebersicht .table tbody td {
    padding: 5px;
    vertical-align: middle;
}

.druck_bestelluebersicht {
    border-bottom: 2px solid #333;
}

.druck_bemerkung {
    border-bottom: 2px solid #333;
}

.druck_bemerkung h4 {
    font-size: 14px;
}

.druck_infotext {
    margin-top: 10px;
    font-weight: bold;
}

.druck_zahlung_lieferbedingung h4 {
    font-size: 14px;
}

.druck_zahlung_lieferbedingung {
    border-bottom: 2px solid #333;
}

.druck_button {
    margin-top: 20px;
}


/*
 *
 * RSS
 */

.rss-text img {
    float: left;
    width: 25%;
    margin-right: 10px;
    vertical-align: middle;
}

.rss-items {
    cursor: pointer;
}

.rss-items .rss-date,
.rss-items .btn-primary {
    float: right;
}


/*
 *
 * Extra Small (XS)
 */

@media (max-width: 767px) {
    .warenk_table_bestellflaeche,
    .table_warenkorb_buttonleiste,
    .belegliste_kopf_preiseinheit,
    .belegliste_inhalt_preiseinheit,
    .belegliste_kopf_mengeneinheit,
    .belegliste_inhalt_mengeneinheit,
    .belegliste_kopf_bestand,
    .belegliste_inhalt_bestand,
    .belegliste_kopf_rabatt,
    .belegliste_inhalt_rabatt,
    .belegliste_kopf_pos,
    .belegliste_inhalt_pos,
    .belegliste_kopf_gesamtpreis,
    .belegliste_inhalt_gesamtpreis {
        display: none;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 0px;
    }
    .navbar-header .collapse,
    .navbar-toggle {
        display: block !important;
    }

    .navbar-header {
        float: none;
    }

    .navbar-header-icon {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .navbar-header-icon .navbar-icon i {
        font-size: 20pt;
    }

    .navbar-header-icon:before,
    .navbar-header-icon:after {
        content: none;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
        position: absolute;
        z-index: 10000;
        width: 100%;
        background-color: #fff;
        -webkit-box-shadow: -10px 10px 15px 5px rgba(170, 170, 170, .4);
        -moz-box-shadow: -10px 10px 15px 5px rgba(170, 170, 170, .4);
        box-shadow: -10px 10px 15px 5px rgba(170, 170, 170, .4);
    }

    .navbar_mobile_menu {
        float: right;
        width: 100%;
        background: #fff;
    }

    .navbar_mobile_menu > div,
    .navbar_mobile_umenu > div {
        padding: 5px;
    }

    .navbar_mobile_menu > .active > a > div > p,
    .navbar_mobile_umenu > .active > a > div > p {
        color: #209bd7;
    }

    .navbar_mobile_menu > div > a > div > p > i,
    .navbar_mobile_umenu > div > a > div > p > i {
        padding-right: 5px;
        color: #209bd7;
        font-size: 16px;
    }

    .abstand_summenfeld2 {
        padding-right: 0;
    }

    .artikeldetail_info .left {
        float: left;
    }

    .artikeldetail_info .right {
        float: right;
    }

    div.artikelliste_kachel_container {
        min-height: 400px;
    }
    .navbar-nav .open .dropdown-menu {
        padding-left: 30px;
    }
    .artikelliste_liste_bildcontainer {
        position: relative;
        width: 100%;
        height: 200px;
        border: 1px solid #333;
        border-radius: 4px;
    }

}


/*
 *
 * Small (SM)
 */

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-header .collapse,
    .navbar-toggle {
        display: block !important;
    }

    .navbar-header {
        float: none;
    }

    .navbar-header-icon {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .navbar-header-icon:before,
    .navbar-header-icon:after {
        content: none;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
        position: absolute;
        z-index: 10000;
        width: 100%;
        background-color: #fff;
        -webkit-box-shadow: -10px 10px 15px 5px rgba(170, 170, 170, .4);
        -moz-box-shadow: -10px 10px 15px 5px rgba(170, 170, 170, .4);
        box-shadow: -10px 10px 15px 5px rgba(170, 170, 170, .4);
    }

    .navbar_mobile_menu {
        float: right;
        width: 40%;
        padding: 10px;
        background: #fff;
    }

    .navbar_mobile_menu > div,
    .navbar_mobile_umenu > div {
        padding: 5px;
    }

    .navbar_mobile_menu > .active > a > div > p,
    .navbar_mobile_umenu > .active > a > div > p {
        color: #209bd7;
    }

    .navbar_mobile_menu > div > a > div > p > i,
    .navbar_mobile_umenu > div > a > div > p > i {
        padding-right: 5px;
        color: #209bd7;
        font-size: 16px;
    }

    .navbar_mobile_umenu {
        float: right;
        width: 40%;
        padding: 10px;
        background: #fff;
    }

    .navbar-nav > li {
        float: unset;
    }

    .navbar-nav {
        width: 100%;
    }

    .navbar-nav .open .dropdown-menu {
        float: none;
        display: block;
        position: static;
        width: auto;
        margin-top: 0;
        border: 0;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    div.artikelliste_kachel_container {
        min-height: 400px;
    }
}


/*
 *
 * Medium (MD)
 */

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-default .navbar-nav {
        margin-left: -30px;
    }
}


/*
 *
 * Large (LG)
 */

@media (min-width: 1200px) {
    .navbar-default .navbar-nav {
        margin-left: -30px;
    }
}


/*
 *
 * ELEMENTS
 */

iframe {
    width: 100% !important;
}

iframe[ng-src*="3xios/beleg1.php"] {
    min-height: 500px;
}


/**
 *
 * @package bootstrap
 * @extension
 */

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-fat {
    font-weight: bold;
}


/**
 *
 * @package reboot
 * @modifier
 */

.reboot---padding,
.reboot---padding-all,
.reboot---padding-all .container,
.reboot---padding-all .row,
.reboot---padding-all *[class*="col-"],
.reboot---padding-all-panel.panel-group,
.reboot---padding-all-panel .panel-group,
.reboot---padding-all-container.container,
.reboot---padding-all-container .container,
.reboot---padding-all-row.row,
.reboot---padding-all-row .row,
.reboot---padding-all-col[class*="col-"],
.reboot---padding-all-col *[class*="col-"] {
    padding: 0;
}

.reboot---margin,
.reboot---margin-all,
.reboot---margin-all .row,
.reboot---margin-all *[class*="navbar-"],
.reboot---margin-all .panel-group,
.reboot---margin-all-row.row,
.reboot---margin-all-row .row,
.reboot---margin-all-panel[class*="panel-"],
.reboot---margin-all-panel *[class*="panel-"],
.reboot---margin-all-panel .panel-group,
.reboot---margin-all-navbar[class*="navbar-"],
.reboot---margin-all-navbar *[class*="navbar-"] {
    margin: 0;
}

.reboot---border-radius,
.reboot---border-radius * {
    border-radius: 0 !important;
}


/**
 * flex
 * @package xxx
 * @component
 */

.xxx--flex-container {
    display: flex;
    flex-direction: row;
    max-width: 1200px;
    margin: 0 auto;
}

*[class*="xxx-"][class*="--flex-container"].xxx--flex---fluid {
    width: 100%;
    max-width: unset;
}

*[class*="xxx-"][class*="--flex-container"].xxx--flex---row {
    flex-direction: row;
}

*[class*="xxx-"][class*="--flex-container"].xxx--flex---row-reverse {
    flex-direction: row-reverse;
}

*[class*="xxx-"][class*="--flex-container"].xxx--flex---col {
    flex-direction: column;
}

*[class*="xxx-"][class*="--flex-container"].xxx--flex---col-reverse {
    flex-direction: column-reverse;
}

*[class*="xxx-"][class*="--flex-container"].xxx--flex---wrap {
    flex-wrap: wrap;
}

*[class*="xxx-"][class*="--flex-container"].xxx--flex---wrap-reverse {
    flex-wrap: wrap-reverse;
}

*[class*="xxx-"][class*="--flex-container"].xxx--flex---justify-center {
    justify-content: center;
}

*[class*="xxx-"][class*="--flex-container"].xxx--flex---align-item-stretch {
    align-items: stretch;
}

*[class*="xxx-"][class*="--flex-container"].xxx--flex---align-item-start {
    align-items: flex-start;
}

*[class*="xxx-"][class*="--flex-container"].xxx--flex---align-item-end {
    align-items: flex-end;
}

*[class*="xxx-"][class*="--flex-container"].xxx--flex---align-item-center {
    align-items: center;
}

*[class*="xxx-"][class*="--flex-container"].xxx--flex---align-content-stretch {
    align-content: stretch;
}

*[class*="xxx-"][class*="--flex-container"].xxx--flex---align-content-start {
    align-content: flex-start;
}

*[class*="xxx-"][class*="--flex-container"].xxx--flex---align-content-end {
    align-content: flex-end;
}

*[class*="xxx-"][class*="--flex-container"].xxx--flex---align-content-center {
    align-content: center;
}

@media (max-width: 767px) {
    .xxx-xs--flex-container {
        display: flex;
        flex-direction: row;
        margin: 0 auto;
    }

    *[class*="xxx-"][class*="--flex-container"].xxx-xs--flex---col {
        flex-direction: column;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .xxx-sm--flex-container {
        display: flex;
        flex-direction: row;
        max-width: 750px;
        margin: 0 auto;
    }

    *[class*="xxx-"][class*="--flex-container"].xxx-sm--flex---col {
        flex-direction: column;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .xxx-md--flex-container {
        display: flex;
        flex-direction: row;
        max-width: 970px;
        margin: 0 auto;
    }

    *[class*="xxx-"][class*="--flex-container"].xxx-md--flex---col {
        flex-direction: column;
    }
}

@media (min-width: 1200px) {
    .xxx-lg--flex-container {
        display: flex;
        flex-direction: row;
        max-width: 1170px;
        margin: 0 auto;
    }

    *[class*="xxx-"][class*="--flex-container"].xxx-lg--flex---col {
        flex-direction: column;
    }
}

.xxx--flex-container > *,
.xxx--flex-item {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 8.33%;
}

*[class*="xxx-"][class*="--flex-item"].xxx--flex---base-1 {
    flex-basis: 8.33%;
}

*[class*="xxx-"][class*="--flex-item"].xxx--flex---base-2 {
    flex-basis: 16.66%;
}

*[class*="xxx-"][class*="--flex-item"].xxx--flex---base-3 {
    flex-basis: 25%;
}

*[class*="xxx-"][class*="--flex-item"].xxx--flex---base-4 {
    flex-basis: 33.33%;
}

*[class*="xxx-"][class*="--flex-item"].xxx--flex---base-5 {
    flex-basis: 41.66%;
}

*[class*="xxx-"][class*="--flex-item"].xxx--flex---base-6 {
    flex-basis: 50%;
}

*[class*="xxx-"][class*="--flex-item"].xxx--flex---base-7 {
    flex-basis: 58.33%;
}

*[class*="xxx-"][class*="--flex-item"].xxx--flex---base-8 {
    flex-basis: 66.66%;
}

*[class*="xxx-"][class*="--flex-item"].xxx--flex---base-9 {
    flex-basis: 75%;
}

*[class*="xxx-"][class*="--flex-item"].xxx--flex---base-10 {
    flex-basis: 83.33%;
}

*[class*="xxx-"][class*="--flex-item"].xxx--flex---base-11 {
    flex-basis: 91.66%;
}

*[class*="xxx-"][class*="--flex-item"].xxx--flex---base-12 {
    flex-basis: 100%;
}

@media (max-width: 767px) {
    *[class*="xxx-"][class*="--flex-item"].xxx-xs--flex---base-1 {
        flex-basis: 8.33%;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-xs--flex---base-2 {
        flex-basis: 16.66%;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-xs--flex---base-3 {
        flex-basis: 25%;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-xs--flex---base-4 {
        flex-basis: 33.33%;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-xs--flex---base-5 {
        flex-basis: 41.66%;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-xs--flex---base-6 {
        flex-basis: 50%;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-xs--flex---base-7 {
        flex-basis: 58.33%;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-xs--flex---base-8 {
        flex-basis: 66.66%;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-xs--flex---base-9 {
        flex-basis: 75%;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-xs--flex---base-10 {
        flex-basis: 83.33%;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-xs--flex---base-11 {
        flex-basis: 91.66%;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-xs--flex---base-12 {
        flex-basis: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    *[class*="xxx-"][class*="--flex-item"].xxx-sm--flex---base-1 {
        flex-basis: 8.33%;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-sm--flex---base-2 {
        flex-basis: 16.66%;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-sm--flex---base-3 {
        flex-basis: 25%;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-sm--flex---base-4 {
        flex-basis: 33.33%;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-sm--flex---base-5 {
        flex-basis: 41.66%;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-sm--flex---base-6 {
        flex-basis: 50%;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-sm--flex---base-7 {
        flex-basis: 58.33%;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-sm--flex---base-8 {
        flex-basis: 66.66%;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-sm--flex---base-9 {
        flex-basis: 75%;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-sm--flex---base-10 {
        flex-basis: 83.33%;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-sm--flex---base-11 {
        flex-basis: 91.66%;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-sm--flex---base-12 {
        flex-basis: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    *[class*="xxx-"][class*="--flex-item"].xxx-md--flex---base-1 {
        flex-basis: 8.33%;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-md--flex---base-2 {
        flex-basis: 16.66%;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-md--flex---base-3 {
        flex-basis: 25%;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-md--flex---base-4 {
        flex-basis: 33.33%;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-md--flex---base-5 {
        flex-basis: 41.66%;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-md--flex---base-6 {
        flex-basis: 50%;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-md--flex---base-7 {
        flex-basis: 58.33%;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-md--flex---base-8 {
        flex-basis: 66.66%;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-md--flex---base-9 {
        flex-basis: 75%;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-md--flex---base-10 {
        flex-basis: 83.33%;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-md--flex---base-11 {
        flex-basis: 91.66%;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-md--flex---base-12 {
        flex-basis: 100%;
    }
}

@media (min-width: 1200px) {
    *[class*="xxx-"][class*="--flex-item"].xxx-lg--flex---base-1 {
        flex-basis: 8.33%;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-lg--flex---base-2 {
        flex-basis: 16.66%;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-lg--flex---base-3 {
        flex-basis: 25%;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-lg--flex---base-4 {
        flex-basis: 33.33%;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-lg--flex---base-5 {
        flex-basis: 41.66%;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-lg--flex---base-6 {
        flex-basis: 50%;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-lg--flex---base-7 {
        flex-basis: 58.33%;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-lg--flex---base-8 {
        flex-basis: 66.66%;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-lg--flex---base-9 {
        flex-basis: 75%;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-lg--flex---base-10 {
        flex-basis: 83.33%;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-lg--flex---base-11 {
        flex-basis: 91.66%;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-lg--flex---base-12 {
        flex-basis: 100%;
    }
}

*[class*="xxx-"][class*="--flex-item"].xxx--flex---grow-0 {
    flex-grow: 0;
}

*[class*="xxx-"][class*="--flex-item"].xxx--flex---grow-1 {
    flex-grow: 1;
}

*[class*="xxx-"][class*="--flex-item"].xxx--flex---grow-2 {
    flex-grow: 2;
}

*[class*="xxx-"][class*="--flex-item"].xxx--flex---grow-3 {
    flex-grow: 3;
}

*[class*="xxx-"][class*="--flex-item"].xxx--flex---shrink-0 {
    flex-shrink: 0;
}

*[class*="xxx-"][class*="--flex-item"].xxx--flex---shrink-1 {
    flex-shrink: 1;
}

*[class*="xxx-"][class*="--flex-item"].xxx--flex---shrink-2 {
    flex-shrink: 2;
}

*[class*="xxx-"][class*="--flex-item"].xxx--flex---shrink-3 {
    flex-shrink: 3;
}

*[class*="xxx-"][class*="--flex-item"].xxx--flex---order-1 {
    order: 1;
}

*[class*="xxx-"][class*="--flex-item"].xxx--flex---order-2 {
    order: 2;
}

*[class*="xxx-"][class*="--flex-item"].xxx--flex---order-3 {
    order: 3;
}

*[class*="xxx-"][class*="--flex-item"].xxx--flex---order-4 {
    order: 4;
}

*[class*="xxx-"][class*="--flex-item"].xxx--flex---order-5 {
    order: 5;
}

*[class*="xxx-"][class*="--flex-item"].xxx--flex---order-6 {
    order: 6;
}

*[class*="xxx-"][class*="--flex-item"].xxx--flex---order-7 {
    order: 7;
}

*[class*="xxx-"][class*="--flex-item"].xxx--flex---order-8 {
    order: 8;
}

*[class*="xxx-"][class*="--flex-item"].xxx--flex---order-9 {
    order: 9;
}

*[class*="xxx-"][class*="--flex-item"].xxx--flex---order-10 {
    order: 10;
}

*[class*="xxx-"][class*="--flex-item"].xxx--flex---order-11 {
    order: 11;
}

*[class*="xxx-"][class*="--flex-item"].xxx--flex---order-12 {
    order: 12;
}

@media (max-width: 767px) {
    *[class*="xxx-"][class*="--flex-item"].xxx-xs--flex---order-1 {
        order: 1;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-xs--flex---order-2 {
        order: 2;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-xs--flex---order-3 {
        order: 3;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-xs--flex---order-4 {
        order: 4;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-xs--flex---order-5 {
        order: 5;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-xs--flex---order-6 {
        order: 6;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-xs--flex---order-7 {
        order: 7;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-xs--flex---order-8 {
        order: 8;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-xs--flex---order-9 {
        order: 9;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-xs--flex---order-10 {
        order: 10;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-xs--flex---order-11 {
        order: 11;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-xs--flex---order-12 {
        order: 12;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    *[class*="xxx-"][class*="--flex-item"].xxx-sm--flex---order-1 {
        order: 1;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-sm--flex---order-2 {
        order: 2;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-sm--flex---order-3 {
        order: 3;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-sm--flex---order-4 {
        order: 4;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-sm--flex---order-5 {
        order: 5;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-sm--flex---order-6 {
        order: 6;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-sm--flex---order-7 {
        order: 7;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-sm--flex---order-8 {
        order: 8;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-sm--flex---order-9 {
        order: 9;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-sm--flex---order-10 {
        order: 10;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-sm--flex---order-11 {
        order: 11;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-sm--flex---order-12 {
        order: 12;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    *[class*="xxx-"][class*="--flex-item"].xxx-md--flex---order-1 {
        order: 1;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-md--flex---order-2 {
        order: 2;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-md--flex---order-3 {
        order: 3;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-md--flex---order-4 {
        order: 4;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-md--flex---order-5 {
        order: 5;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-md--flex---order-6 {
        order: 6;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-md--flex---order-7 {
        order: 7;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-md--flex---order-8 {
        order: 8;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-md--flex---order-9 {
        order: 9;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-md--flex---order-10 {
        order: 10;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-md--flex---order-11 {
        order: 11;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-md--flex---order-12 {
        order: 12;
    }
}

@media (min-width: 1200px) {
    *[class*="xxx-"][class*="--flex-item"].xxx-lg--flex---order-1 {
        order: 1;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-lg--flex---order-2 {
        order: 2;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-lg--flex---order-3 {
        order: 3;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-lg--flex---order-4 {
        order: 4;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-lg--flex---order-5 {
        order: 5;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-lg--flex---order-6 {
        order: 6;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-lg--flex---order-7 {
        order: 7;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-lg--flex---order-8 {
        order: 8;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-lg--flex---order-9 {
        order: 9;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-lg--flex---order-10 {
        order: 10;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-lg--flex---order-11 {
        order: 11;
    }

    *[class*="xxx-"][class*="--flex-item"].xxx-lg--flex---order-12 {
        order: 12;
    }
}


/**
 * page
 * @package xxx
 * @component
 */

.xxx--page-header {
    position: relative;
}

.xxx--page-header--block {
    padding: 25px 0;
}

.xxx--scroll-sticky .xxx--page-header--block {
    padding: 25px 0 0 0;
}


/**
 * language
 * @package xxx
 * @component
 */

.xxx--language--list .xxx--list-item + .xxx--list-item {
    margin-left: 10px;
}

.xxx--language--block {
    opacity: .3;
    background: #ddd;
    border-radius: 5px;
    overflow: hidden;
}

.xxx--scroll-sticky .xxx--language--list {
    position: absolute;
    right: 0;
    z-index: 1000;
}

.xxx--language--block.xxx---is-active,
.xxx--language--block:hover {
    opacity: 1;
    transition: opacity 300ms ease;
}

.xxx--language--icon,
.xxx--language--label {
    font-size: 30px;
}


/**
 * map
 * @package xxx
 * @component
 */

.xxx--map {
    display: block;
    width: 100%;
    min-height: 200px;
    margin-bottom: 30px;
    border: 0 none;
    outline: 1px solid #ccc;
}


/**
 * list
 * @package xxx
 * @component
 */

.xxx--list---cleared {
    list-style: none;
    padding: 0;
    margin: 0;
}

.xxx--list---level .xxx--list---level {
    padding-left: 15px;
}

.xxx--list-item > .xxx--collapse {
    border-top: thin solid #666;
    border-bottom: thin solid #666;
}

.xxx--list-item > .xxx--collapse.xxx---is-collapsed {
    border-top: thin solid #fff;
    border-bottom: thin solid #fff;
}

.xxx--list-item:last-of-type > .xxx--collapse {
    border-bottom: thin solid #fff !important;
}


/**
 * table
 * @package xxx
 * @component
 */

.xxx--table {
    width: 100%;
}

.xxx--table---th-light th {
    font-weight: lighter;
}


/**
 * img-box
 * @package xxx
 * @component
 */

.xxx--img-box {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.xxx--img-box---radial {
    border-radius: 3px;
}

.xxx--img-box---hover-shadow {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transition: box-shadow 300ms ease;
}

.xxx--img-box---hover-shadow:hover {
    box-shadow: 0 0 3px rgba(0, 0, 0, .6);
}

.xxx--img-box--title {
    font-size: 14px;
}

.xxx--img-box--title---absolute-top-right {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    padding: 15px;
    background: rgba(255, 255, 255, .8);
    z-index: 10;
}

.xxx--img-box--title---bottom-plain-grey {
    display: block;
    padding: 5px 8px;
    background: #eee;
    border-top: thin solid #999;
    z-index: 10;
}

.xxx--img-box--image {
    display: block;
    width: 100%;
}

*[class*="xxx--img-box-image---max-height-"],
.xxx--img-box--image.xxx--img-box--image---normal-size {
    width: auto;
}

.xxx--img-box-image---max-height-200 {
    max-height: 200px;
}

.xxx--img-box-image---max-height-300 {
    max-height: 300px;
}

.xxx--img-box-image---max-height-400 {
    max-height: 400px;
}

.xxx--img-box--image---center {
    margin: 0 auto;
}

.xxx--img-box--inner {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    margin: 10px;
    outline: thin solid #fff;
}


/**
 * product
 * @package xxx
 * @component
 */

.xxx--product--sku:before {
    content: '# ';
}

.xxx--product--sku {
    font-size: 10px;
    color: #999;
}


/**
 * elastic-search
 * @package xxx
 * @component
 */

/* NAV */
.xxx--elastic-search-nav {
    margin-bottom: 15px;
}

.xxx--elastic-search-nav--title {
    padding: 7px 15px;
}

.xxx--elastic-search-nav--list {
    background: #fff;
}

.xxx--elastic-search-nav--list-item {
    position: relative;
}

.xxx--elastic-search-nav--link,
.xxx--elastic-search-nav--link-label,
.xxx--elastic-search-nav--link-count,
.xxx--elastic-search-nav--caret,
.xxx--elastic-search-nav--caret > i {
    transition: background 300ms ease, border 300ms ease, color 300ms ease, padding 300ms ease, margin 300ms ease, top 300ms ease, left 300ms ease, right 300ms ease, bottom 300ms ease;
}

.xxx--elastic-search-nav--link {
    padding: 7px 15px;
}

.xxx--elastic-search-nav--link-label {
    padding-right: 45px;
    font-size: 15px;
    color: #666;
}

.xxx--elastic-search-nav--link:hover .xxx--elastic-search-nav--link-label {
    padding-left: 5px;
    color: #111;
}

.xxx--elastic-search-nav--link-count {
    position: absolute;
    top: 8px;
    right: 25px;
    color: #aaa;
    font-size: 12px;
}

.xxx--elastic-search-nav--link:hover .xxx--elastic-search-nav--link-count {
    color: #999;
}

.xxx--elastic-search-nav--caret {
    position: absolute;
    top: 0;
    right: 0;
    padding: 7px 5px;
    background: #ededed;
    border-left: thin solid #ccc;
}

.xxx--elastic-search-nav--caret > i {
    color: #999;
}

.xxx--elastic-search-nav--caret:hover > i,
.xxx--elastic-search-nav--link:hover + .xxx--elastic-search-nav--caret > i {
    color: #000;
}

.xxx--elastic-search-nav--link:hover + .xxx--elastic-search-nav--caret,
.xxx--elastic-search-nav--caret:hover {
    background: #dedede;
}

.xxx--elastic-search-nav--caret:hover {
    right: -10px;
    padding-left: 10px;
    padding-right: 10px;
    border-left-color: #999;
}

.xxx--elastic-search-nav--link.xxx---is-active .xxx--elastic-search-nav--link-label,
.xxx--elastic-search-nav--link.xxx---is-active .xxx--elastic-search-nav--link-count,
.xxx--elastic-search-nav--caret.xxx---is-active > i {
    color: #2387fa;
}

/* SQUARE */
.xxx--elastic-search-nav--square--list-item {
    padding-top: 15px;
    padding-bottom: 15px;
}

.xxx--elastic-search-nav--square--link {
    position: relative;
    display: block;
    overflow: hidden;
    border: thin solid #2387fa;
}

.xxx--elastic-search-nav--square--link-image,
.xxx--elastic-search-nav--square--link-label,
.xxx--elastic-search-nav--square--link-count {
    position: absolute;
}

.xxx--elastic-search-nav--square--link-label,
.xxx--elastic-search-nav--square--link-count {
    padding: 5px 7px;
    z-index: 10;
    background: #2387fa;
    color: #fff;
}

.xxx--elastic-search-nav--square--link-label {
    bottom: 0;
    left: 0;
}

.xxx--elastic-search-nav--square--link-count {
    bottom: 0;
    right: 0;
}

/* SUGGESTION */
.xxx--elastic-search-suggestion {
    position: relative;
}

.xxx--elastic-search-suggestion--list-block {
    position: absolute;
    display: block;
    padding: 0;
    z-index: 1000;
    background: #fff;
}

.xxx--elastic-search-suggestion--list-label {
    display: block;
    width: 100%;
    padding: 10px 15px;
    font-size: 12px;
    color: #fff;
    background: #209bd7;
}

.xxx--elastic-search-suggestion--list {
    width: 100%;
    padding: 0;
    background: #fff;
    z-index: 100;
}

.xxx--elastic-search-suggestion--list + .xxx--elastic-search-suggestion--list {
    border-top: 2px solid #209bd7;
}

.xxx--elastic-search-suggestion--list-link {
    padding: 10px 15px;
    font-size: 14px;
    color: #666;
    transition: background 300ms ease, color 300ms ease;
}

.xxx--elastic-search-suggestion--list-item:hover .xxx--elastic-search-suggestion--list-link,
.xxx--elastic-search-suggestion--list-item---selected .xxx--elastic-search-suggestion--list-link {
    font-weight: bold;
    background: #ccc;
    color: #333;
}

.xxx--elastic-search-suggestion--product--list-image-col {
    padding-left: 0;
    padding-right: 0;
    max-width: 100px;
    overflow: hidden;
}

.xxx--elastic-search-suggestion--product--list-image-src {
    position: absolute;
    width: 100%;
}

/* RESULT > CONTROL */
.xxx--elastic-search-result--control--view {
    margin-right: 15px;
}

.xxx--elastic-search-result--control--view.xxx--list .xxx--list-item + .xxx--list-item::before,
.xxx--elastic-search-result--control--limit.xxx--list .xxx--list-item + .xxx--list-item::before {
    content: ' | ';
    color: #ddd;
}

.xxx--elastic-search-result--control--limit.xxx--list .xxx--list-item + .xxx--list-item {
    margin-left: 5px;
}

.xxx--elastic-search-result--control--btn {
    color: #fff;
    background: #999;
    border: thin solid #fff;
    transition: background 300ms ease, color 300ms ease, border 300ms ease;
}

.xxx--elastic-search-result--control--btn:hover {
    color: #fff;
    background: #333;
}

.xxx--elastic-search-result--control--btn.xxx---is-active {
    color: #fff !important;
    background: #209bd7;
}

.xxx--elastic-search-result--control--q .xxx--elastic-search-result--control--btn {
    margin-right: 10px;
}

.xxx--elastic-search-result--control--q-amount {
    margin-left: 15px;
}

.xxx--elastic-search-result--control--q-close {
    padding-left: 5px;
}

@media (min-width: 768px) {
    .xxx--elastic-search-result--control--sort-attribute {
        max-width: 50%;
    }
}

/* RESULT > FILTER */
.xxx--elastic-search-result--filter {
    margin-bottom: 25px;
}

.xxx--elastic-search-result--filter--block {
    position: relative;
}

.xxx--elastic-search-result--filter--block-head {
    margin: 0 0 15px 0;
    color: #fff;
    background: #209bd7;
    border-bottom: thin solid #000;
}

.xxx--elastic-search-result--filter--block-head-title {
    display: block;
    padding: 10px 50px 10px 15px;
}

.xxx--elastic-search-result--filter--block-head-caret {
    position: absolute;
    top: 10px;
    right: 50px;
    font-size: 16px;
    color: #209bd7;
}

.xxx--elastic-search-result--filter--block-head-reset {
    position: absolute;
    top: 5px;
    right: 15px;
    margin: 0 5px;
    padding: 5px;
    font-size: 16px;
    color: #209bd7;
}

.xxx--elastic-search-result--filter--block-body {
    display: none;
    width: calc(100% - 30px);
    margin: 0 15px;
    background: #fff;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
    border: thin solid #209bd7;
}

.xxx--elastic-search-result--filter--block-body---is-open {
    display: block;
}

.xxx--elastic-search-result--filter--block-body---is-absolute {
    position: absolute;
    top: 33px;
    left: 0;
}

.xxx--elastic-search-result--filter--block-body .xxx--list {
    margin: 5px 0;
}

.xxx--elastic-search-result--filter--option {
    display: block;
    margin: 5px 0;
}

.xxx--elastic-search-result--filter--option-label {
    position: relative;
    width: 100%;
}

.xxx--elastic-search-result--filter--option-icon,
.xxx--elastic-search-result--filter--option-value {
    color: #666;
}

.xxx--elastic-search-result--filter--option-label:hover .xxx--elastic-search-result--filter--option-icon,
.xxx--elastic-search-result--filter--option-label:hover .xxx--elastic-search-result--filter--option-value,
.xxx--elastic-search-result--filter--option---is-active .xxx--elastic-search-result--filter--option-icon,
.xxx--elastic-search-result--filter--option---is-active .xxx--elastic-search-result--filter--option-value {
    color: #000;
}

.xxx--elastic-search-result--filter--option-count {
    position: absolute;
    top: 4px;
    right: 15px;
    color: #999;
    font-weight: lighter;
    font-size: 10px;
}

/* RESULT > OBJECT */
.xxx--elastic-search-result--object--image-container {
    padding-top: 15px;
    padding-bottom: 15px;
}

.xxx--elastic-search-result--object *[class*="xxx--product--"][class*="-label"] {
    display: inline-block;
    font-size: 14px;
    color: #333;
}

.xxx--elastic-search-result--object .xxx--product--sku {
    display: block;
    margin-top: 15px;
}

.xxx--elastic-search-result--object .xxx--product--name {
    margin-top: 15px;
    margin-bottom: 0;
}

.xxx--elastic-search-result--object .xxx--product--additional {
    margin: 5px 0;
}

.xxx--elastic-search-result--object .xxx--product--additional-label {
    font-size: 10px !important;
}

.xxx--elastic-search-result--object .xxx--product--detail-list {
    margin-bottom: 0;
}

.xxx--elastic-search-result--object .xxx--product--detail-list-item--term,
.xxx--elastic-search-result--object .xxx--product--detail-list-item--data {
    display: inline-block;
    font-size: 10px !important;
}

.xxx--elastic-search-result--object .xxx--product--detail-list-item--term::after {
    content: ': ';
}

.xxx--elastic-search-result--object .xxx--product--detail-list-item--data {
    margin-bottom: 5px;
}

/* RESULT > BTN */
.xxx--elastic-search-result--btn-action {
    margin-top: 15px;
}

.xxx--elastic-search-result--btn-action > * {
    color: #fff;
}

/* RESULT > AVAILABILITY */
.xxx--elastic-search-result--availability {
    display: block;
    padding: 7px 15px;
}

.xxx--elastic-search-result--availability-icon {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: thin solid #fff;
    background: grey;
}

.xxx--elastic-search-result--availability-danger .xxx--elastic-search-result--availability-icon {
    background: red;
}

.xxx--elastic-search-result--availability-warning .xxx--elastic-search-result--availability-icon {
    background: yellow;
}

.xxx--elastic-search-result--availability-success .xxx--elastic-search-result--availability-icon {
    background: green;
}

/* RESULT > TABLE */
.xxx--elastic-search-result--table {
    margin-bottom: 0 !important;
}

.xxx--elastic-search-result--table-wrapper {
    width: 100%;
    overflow-x: auto;
}

.xxx--elastic-search-result--table-head {
    background: #ccc;
}

.xxx--elastic-search-result--table-head--cell {
    border-bottom: thin solid #209bd7 !important;
}

.xxx--elastic-search-result--table-body--row {
    background: #fff;
}

.xxx--elastic-search-result--table-body--row:nth-of-type(2n+1) {
    background: #e9e9e9;
}

.xxx--elastic-search-result--table-body--row .xxx--product--detail-list-item--term {
    margin-right: 5px;
}

.xxx--elastic-search-result--table-body--cell-image {
    min-width: 180px;
}

.xxx--elastic-search-result--table-body--cell-image .xxx--product--image {
    margin: 0;
}

.xxx--elastic-search-result--table-body--cell-info .xxx--product--sku {
    margin-top: 0;
    margin-bottom: 10px;
}

.xxx--elastic-search-result--table-body--cell-info .xxx--product--name {
    margin-top: 0;
    margin-bottom: 5px;
}

.xxx--elastic-search-result--table-body--cell-action .xxx--elastic-search-result--btn-action {
    display: block;
}

/* RESULT > LIST */
.xxx--elastic-search-result--list .xxx--list-item {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    transition: box-shadow 300ms ease;
}

.xxx--elastic-search-result--list .xxx--list-item:hover {
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

.xxx--elastic-search-result--list .xxx--product--additional {
    margin-bottom: 30px;
}

.xxx--elastic-search-result--list .xxx--product--additional-label {
    font-size: 12px !important;
}

.xxx--elastic-search-result--list .xxx--product--detail-list {
    margin-bottom: 15px;
}

.xxx--elastic-search-result--list .xxx--product--price {
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .xxx--elastic-search-result--list .xxx--elastic-search-result--btn-action {
        display: inline-block;
        margin-left: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

/* RESULT > CARD */
.xxx--elastic-search-result--card {
    margin: 0 -15px !important;
}

.xxx--elastic-search-result--card .xxx--elastic-search-result--object {
    margin-bottom: 30px !important;
}

.xxx--elastic-search-result--card-wrapper {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    overflow: hidden;
    transition: box-shadow 300ms ease;
}

.xxx--elastic-search-result--card-wrapper:hover {
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

.xxx--elastic-search-result--card-image {
    padding: 0 !important;
    background: #ccc;
}

.xxx--elastic-search-result--card-image .xxx--product--image {
    margin: 0 !important;
    outline: 0 none !important;
}

.xxx--elastic-search-result--card-info {
    padding: 15px;
    border-top: thin solid #aaa;
}

.xxx--elastic-search-result--card-info .xxx--product--sku {
    margin-top: 0;
}

.xxx--elastic-search-result--card-info .xxx--product--name {
    min-height: 50px;
}

.xxx--elastic-search-result--card-info .xxx--product--additional {
    min-height: 50px;
}

.xxx--elastic-search-result--card-info .xxx--product--price {
    margin-top: 15px;
}

.xxx--elastic-search-result--card-action {
    border-top: thin solid #aaa;
    background: #fff;
}

@media (max-width: 479px) {
    .xxx--elastic-search-result--card .xxx--elastic-search-result--object {
        width: 100%;
    }
}


/**
 * portal
 * @package xxx
 * @component
 */

.xxx--portal + .xxx--portal {
    margin-top: 30px;
}

.xxx--portal-mod--header {
    padding: 30px 15px;
}

.xxx--portal-mod--headline {
    color: #666;
    font-size: 26px;
}

*[class*="xxx--portal-mod"].headline-centered .xxx--portal-mod--header {
    text-align: center;
}

*[class*="xxx--portal-mod"].headline-centered .xxx--portal-mod--headline {
    color: #c93a3a;
}

.xxx--portal-mod--block {
    position: relative;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: hidden;
}

.xxx--portal-mod--block + .xxx--portal-mod--block {
    margin-top: 50px;
}

.xxx--portal-mod--block--header {
    margin-bottom: 15px;
}

.xxx--portal-mod--block--headline {
    margin: 0;
    font-size: 24px;
}

.xxx--portal-mod--block--headline * {
    font-size: 16px;
    color: #c93a3a;
}

.xxx--portal-mod--block--teaser-text a {
    color: #c93a3a;
    text-decoration: underline;
}

.xxx--portal-mod--block-news--article {
    text-align: left;
}

.xxx--portal-mod--block-news--image-link {
    display: block;
    border: thin solid #c93a3a;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .7);
    overflow: hidden;
}

.xxx--portal-mod--block-link {
    position: relative;
    display: block;
    min-height: 60px;
    margin: 0 15px;
    overflow: hidden;
    border: thin solid #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    transition: box-shadow 300ms ease;
}

.xxx--portal-mod--block-link:hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, .6);
}

.xxx--portal-mod--block-link--label {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #0a71b4;
    background: rgba(255, 255, 255, .9);
    transition: padding 300ms ease;
}

.xxx--portal-mod--block-link:hover .xxx--portal-mod--block-link--label.xxx---has-src {
    padding: 30px 15px;
}

.xxx--portal-mod--block-link--image-background {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* XXS */
@media (max-width: 359px) {
    .xxx--portal-mod--block .xxx--list-item {
        width: 100%;
    }
}

/* XS */
@media (max-width: 767px) {
    .xxx--portal-mod--block--header {
        margin-top: 30px;
    }

    .xxx--portal-mod--block--headline,
    .xxx--portal-mod--block--teaser-text {
        text-align: center;
    }
}


/**
 * collapse
 * @package xxx
 * @component
 */

.xxx--collapse {
    max-height: 1000px;
    overflow: hidden !important;
    transition: max-height 500ms ease, padding-top 500ms ease, margin-bottom 500ms ease, opacity 500ms ease, border 500ms ease, background 500ms ease, border 500ms ease !important;
}

.xxx--collapse.xxx---is-collapsed {
    max-height: 0 !important;
}

.xxx--collapse.xxx---is-expanded {
    max-height: 3000px;
    overflow: visible !important;
}


/**
 * scroll-sticky
 * @package xxx
 * @component
 */

.xxx--scroll-sticky {
    position: fixed !important;
    top: 0;
    z-index: 100000;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .5);
}

.xxx--scroll-sticky .navbar-logo {
    display: block !important;
    height: 45px;
}

.xxx--scroll-sticky .xxx--page-header--img {
    display: none;
}


/**
 * parallax
 * @package xxx
 * @component
 */

*[xxx--parallax] {
    position: absolute;
    transition: top 300ms ease;
}


/**
 * pagination
 * @package xxx
 * @component
 */

.xxx--pagination {
    font-family: 'Open Sans', sans-serif;
}


/**
 * v-card
 * @package xxx
 * @component
 */

.xxx--v-card {
    background: #fff;
    border: thin solid #ccc;
    border-radius: 5px;
}

.xxx--v-card--info {
    margin-top: 15px;
}

.xxx--v-card--image {
    max-width: 100%;
    padding: 15px;
    background: #ccc;
}

*[class*="xxx--v-card--"][class*="-text"],
*[class*="xxx--v-card--"][class*="-address-"] {
    font-size: 12px;
}


/**
 *
 * @package xxx
 * @modifier
 */

.xxx---shadow {
    box-shadow: 0 0 6px rgba(0, 0, 0, .4);
}

.xxx---relative {
    position: relative;
}

.xxx---absolute {
    position: absolute;
}

@media (max-width: 767px) {
    .xxx-xs---absolute {
        position: absolute;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .xxx-sm---absolute {
        position: absolute;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .xxx-md---absolute {
        position: absolute;
    }
}

@media (min-width: 1200px) {
    .xxx-lg---absolute {
        position: absolute;
    }
}

*[class*="xxx---"][class*="---absolute"].xxx---t-0 {
    top: 0;
}

*[class*="xxx---"][class*="---absolute"].xxx---t-1 {
    top: 5px;
}

*[class*="xxx---"][class*="---absolute"].xxx---t-2 {
    top: 10px;
}

*[class*="xxx---"][class*="---absolute"].xxx---t-3 {
    top: 15px;
}

*[class*="xxx---"][class*="---absolute"].xxx---t-4 {
    top: 30px;
}

*[class*="xxx---"][class*="---absolute"].xxx---t-5 {
    top: 45px;
}

*[class*="xxx---"][class*="---absolute"].xxx---l-0 {
    left: 0;
}

*[class*="xxx---"][class*="---absolute"].xxx---l-1 {
    left: 5px;
}

*[class*="xxx---"][class*="---absolute"].xxx---l-2 {
    left: 10px;
}

*[class*="xxx---"][class*="---absolute"].xxx---l-3 {
    left: 15px;
}

*[class*="xxx---"][class*="---absolute"].xxx---l-4 {
    left: 30px;
}

*[class*="xxx---"][class*="---absolute"].xxx---l-5 {
    left: 45px;
}

*[class*="xxx---"][class*="---absolute"].xxx---r-0 {
    right: 0;
}

*[class*="xxx---"][class*="---absolute"].xxx---r-1 {
    right: 5px;
}

*[class*="xxx---"][class*="---absolute"].xxx---r-2 {
    right: 10px;
}

*[class*="xxx---"][class*="---absolute"].xxx---r-3 {
    right: 15px;
}

*[class*="xxx---"][class*="---absolute"].xxx---r-4 {
    right: 30px;
}

*[class*="xxx---"][class*="---absolute"].xxx---r-5 {
    right: 45px;
}

*[class*="xxx---"][class*="---absolute"].xxx---b-0 {
    bottom: 0;
}

*[class*="xxx---"][class*="---absolute"].xxx---b-1 {
    bottom: 5px;
}

*[class*="xxx---"][class*="---absolute"].xxx---b-2 {
    bottom: 10px;
}

*[class*="xxx---"][class*="---absolute"].xxx---b-3 {
    bottom: 15px;
}

*[class*="xxx---"][class*="---absolute"].xxx---b-4 {
    bottom: 30px;
}

*[class*="xxx---"][class*="---absolute"].xxx---b-5 {
    bottom: 45px;
}

*[class*="xxx---"][class*="---absolute"].xxx---b-3 {
    bottom: 15px;
}

.xxx---absolute-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.xxx---z-10 {
    z-index: 10;
}

.xxx---z-100 {
    z-index: 100;
}

.xxx---z-1000 {
    z-index: 1000;
}

.xxx---z-10000 {
    z-index: 10000;
}

.xxx---z-100000 {
    z-index: 100000;
}

.xxx---overflow-hidden {
    overflow: hidden;
}

.xxx---block,
.xxx---block-inside > * {
    display: block !important;
}

.xxx---inline,
.xxx---inline-inside > * {
    display: inline-block !important;
}

@media (max-width: 767px) {
    .xxx-xs---inline-inside > * {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .xxx-sm---inline-inside > * {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .xxx-md---inline-inside > * {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .xxx-lg---inline-inside > * {
        display: inline-block !important;
    }
}

.xxx---vertical-top,
.xxx---inline-inside.xxx---vertical-top > *,
.xxx-xs---inline-inside.xxx---vertical-top > *,
.xxx-sm---inline-inside.xxx---vertical-top > *,
.xxx-md---inline-inside.xxx---vertical-top > *,
.xxx-lg---inline-inside.xxx---vertical-top > * {
    vertical-align: top;
}

.xxx---table-cell {
    display: table-cell !important;
}

.xxx---none {
    display: none !important;
}

@media (max-width: 767px) {
    .xxx-xs---none {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .xxx-sm---none {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .xxx-md---none {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .xxx-lg---none {
        display: none !important;
    }
}

.xxx---is-open {
    display: block;
}

.xxx---cursor-default {
    cursor: default !important;
}

.xxx---cursor-pointer {
    cursor: pointer !important;
}

.xxx---center {
    margin-top: 50% !important;
    margin-left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.xxx---center-y {
    margin-top: 50% !important;
    transform: translateY(-50%) !important;
}

.xxx---center-x {
    margin-left: 50% !important;
    transform: translateX(-50%) !important;
}

.xxx---square {
    position: relative;
    display: block;
    width: 100%;
}

.xxx---square:after {
    display: block;
    padding-bottom: 100%;
    content: '';
}

.xxx--square--outer {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.xxx--square--inner {
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    height: 100%;
    width: 100%;
    margin: auto;
    padding: 15px;
    background: #fff;
    text-align: center;
}

.xxx--square--image {
    max-width: 100%;
    max-height: 100%;
    margin-top: 50%;
    transform: translateY(-50%);
}

.xxx---square-background {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.xxx---square-background-colored {
    background-color: transparent !important;
    outline: thin solid transparent !important;
}

.xxx---clear {
    clear: both !important;
}

.xxx---opacity {
    opacity: 1 !important;
}

.xxx---opacity-half,
.xxx---opacity-5 {
    opacity: .5 !important;
}

.xxx---rounded {
    border-radius: 3px;
}

.xxx---w-25 {
    width: 25% !important;
}

.xxx---w-33 {
    width: 33.3% !important;
}

.xxx---w-50 {
    width: 50% !important;
}

.xxx---w-66 {
    width: 66.6% !important;
}

.xxx---w-75 {
    width: 75% !important;
}

.xxx---full-width,
.xxx---w-100 {
    width: 100% !important;
}

@media (max-width: 767px) {
    .xxx-xs---w-25 {
        width: 25% !important;
    }

    .xxx-xs---w-33 {
        width: 33.3% !important;
    }

    .xxx-xs---w-50 {
        width: 50% !important;
    }

    .xxx-xs---w-66 {
        width: 66.6% !important;
    }

    .xxx-xs---w-75 {
        width: 75% !important;
    }

    .xxx-xs---w-100 {
        width: 100% !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .xxx-sm---w-25 {
        width: 25% !important;
    }

    .xxx-sm---w-33 {
        width: 33.3% !important;
    }

    .xxx-sm---w-50 {
        width: 50% !important;
    }

    .xxx-sm---w-66 {
        width: 66.6% !important;
    }

    .xxx-sm---w-75 {
        width: 75% !important;
    }

    .xxx-sm---w-100 {
        width: 100% !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .xxx-md---w-25 {
        width: 25% !important;
    }

    .xxx-md---w-33 {
        width: 33.3% !important;
    }

    .xxx-md---w-50 {
        width: 50% !important;
    }

    .xxx-md---w-66 {
        width: 66.6% !important;
    }

    .xxx-md---w-75 {
        width: 75% !important;
    }

    .xxx-md---w-100 {
        width: 100% !important;
    }
}

@media (min-width: 1200px) {
    .xxx-lg---w-25 {
        width: 25% !important;
    }

    .xxx-lg---w-33 {
        width: 33.3% !important;
    }

    .xxx-lg---w-50 {
        width: 50% !important;
    }

    .xxx-lg---w-66 {
        width: 66.6% !important;
    }

    .xxx-lg---w-75 {
        width: 75% !important;
    }

    .xxx-lg---w-100 {
        width: 100% !important;
    }
}

.xxx---no-margin,
.xxx---m-0 {
    margin: 0 !important;
}

.xxx---m-1 {
    margin: 5px !important;
}

.xxx---m-2 {
    margin: 10px !important;
}

.xxx---m-3 {
    margin: 15px !important;
}

.xxx---m-4 {
    margin: 30px !important;
}

.xxx---m-5 {
    margin: 45px !important;
}

.xxx---mt-0 {
    margin-top: 0 !important;
}

.xxx---mt-1 {
    margin-top: 5px !important;
}

.xxx---mt-2 {
    margin-top: 10px !important;
}

.xxx---mt-3 {
    margin-top: 15px !important;
}

.xxx---mt-4 {
    margin-top: 30px !important;
}

.xxx---mt-5 {
    margin-top: 45px !important;
}

.xxx---mb-0 {
    margin-bottom: 0 !important;
}

.xxx---mb-1 {
    margin-bottom: 5px !important;
}

.xxx---mb-2 {
    margin-bottom: 10px !important;
}

.xxx---mb-3 {
    margin-bottom: 15px !important;
}

.xxx---mb-4 {
    margin-bottom: 30px !important;
}

.xxx---mb-5 {
    margin-bottom: 45px !important;
}

.xxx---mtb-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.xxx---mtb-1 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.xxx---mtb-2 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.xxx---mtb-3 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.xxx---mtb-4 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.xxx---mtb-5 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
}

.xxx---ml-0 {
    margin-left: 0 !important;
}

.xxx---ml-1 {
    margin-left: 5px !important;
}

.xxx---ml-2 {
    margin-left: 10px !important;
}

.xxx---ml-3 {
    margin-left: 15px !important;
}

.xxx---ml-4 {
    margin-left: 30px !important;
}

.xxx---ml-5 {
    margin-left: 45px !important;
}

.xxx---mr-0 {
    margin-right: 0 !important;
}

.xxx---mr-1 {
    margin-right: 5px !important;
}

.xxx---mr-2 {
    margin-right: 10px !important;
}

.xxx---mr-3 {
    margin-right: 15px !important;
}

.xxx---mr-4 {
    margin-right: 30px !important;
}

.xxx---mr-5 {
    margin-right: 45px !important;
}

.xxx---mlr-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.xxx---mlr-1 {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.xxx---mlr-2 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.xxx---mlr-3 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.xxx---mlr-4 {
    margin-left: 30px !important;
    margin-right: 30px !important;
}

.xxx---mlr-5 {
    margin-left: 45px !important;
    margin-right: 45px !important;
}

@media (max-width: 767px) {
    .xxx-xs---mt-3 {
        margin-top: 15px !important;
    }

    .xxx-xs---mlr-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .xxx-xs---mlr-3 {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .xxx-sm---mt-3 {
        margin-top: 15px !important;
    }

    .xxx-sm---mlr-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .xxx-sm---mlr-3 {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .xxx-md---mt-3 {
        margin-top: 15px !important;
    }

    .xxx-md---mlr-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .xxx-md---mlr-3 {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
}

@media (min-width: 1200px) {
    .xxx-lg---mt-3 {
        margin-top: 15px !important;
    }

    .xxx-lg---mlr-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .xxx-lg---mlr-3 {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
}

.xxx---no-padding,
.xxx---p-0 {
    padding: 0 !important;
}

.xxx---p-1 {
    padding: 5px !important;
}

.xxx---p-2 {
    padding: 10px !important;
}

.xxx---p-3 {
    padding: 15px !important;
}

.xxx---p-4 {
    padding: 30px !important;
}

.xxx---p-5 {
    padding: 45px !important;
}

.xxx---pt-zero,
.xxx---pt-0 {
    padding-top: 0 !important;
}

.xxx---pt-1 {
    padding-top: 5px !important;
}

.xxx---pt-2 {
    padding-top: 10px !important;
}

.xxx---pt-3 {
    padding-top: 15px !important;
}

.xxx---pt-4 {
    padding-top: 30px !important;
}

.xxx---pt-5 {
    padding-top: 45px !important;
}

.xxx---pb-zero,
.xxx---pb-0 {
    padding-bottom: 0 !important;
}

.xxx---pb-1 {
    padding-bottom: 5px !important;
}

.xxx---pb-2 {
    padding-bottom: 10px !important;
}

.xxx---pb-3 {
    padding-bottom: 15px !important;
}

.xxx---pb-4 {
    padding-bottom: 30px !important;
}

.xxx---pb-5 {
    padding-bottom: 45px !important;
}

.xxx---ptb-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.xxx---ptb-1 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.xxx---ptb-2 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.xxx---ptb-3 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.xxx---ptb-4 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.xxx---ptb-5 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
}

.xxx---pl-0 {
    padding-left: 0 !important;
}

.xxx---pl-1 {
    padding-left: 5px !important;
}

.xxx---pl-2 {
    padding-left: 10px !important;
}

.xxx---pl-3 {
    padding-left: 15px !important;
}

.xxx---pl-4 {
    padding-left: 30px !important;
}

.xxx---pl-5 {
    padding-left: 45px !important;
}

.xxx---pr-0 {
    padding-right: 0 !important;
}

.xxx---pr-1 {
    padding-right: 5px !important;
}

.xxx---pr-2 {
    padding-right: 10px !important;
}

.xxx---pr-3 {
    padding-right: 15px !important;
}

.xxx---pr-4 {
    padding-right: 30px !important;
}

.xxx---pr-5 {
    padding-right: 45px !important;
}

.xxx---plr-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.xxx---plr-1 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.xxx---plr-2 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.xxx---plr-3 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.xxx---plr-4 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.xxx---plr-5 {
    padding-left: 45px !important;
    padding-right: 45px !important;
}

.xxx---cookiebot {
    display: flex;
    cursor: pointer;
}

.xxx---cookiebot-videodummy {
    width: 100%;
    height: 40vw;
    max-height: 500px;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: 50% 50%;
    border: 1px solid #545454;
    filter: blur(5px);
    position: relative;
    opacity: 0.5;
    -ms-filter: alpha(opacity=25);
}

.xxx---cookiebot-playbutton {
    position: absolute;
    bottom: 45%;
    left: 45%;
}

.xxx---cookiebot-playbutton .fa {
    font-size: 6vw;
    margin: auto;
    z-index: 500;
}

.xxx---cookiebot-text {
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: 20px;
}



/* Allgemein */

html {
    font-family: 'Helvetica Neue LT W04_51488894', sans-serif;
    font-size: 16px;
    color: #333;
}

body {
    font-family: 'Helvetica Neue LT W04_51488894', sans-serif;
    font-size: 16px;
    color: #333;
}

.container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 100%;
    min-width: 270px;
}

.container2 {
    margin-left: auto;
    margin-right: auto;
    width: 97%;
    max-width: 1200px;
    min-width: 270px;
}

[ng-click] {
    cursor: pointer;
}

.table > tbody > tr > td {
    border: none;
}


/* Schrift und Links Allgemein*/

a,
p {
    font-family: 'Helvetica Neue LT W04_51488894', sans-serif;
    color: #333;
    font-size: 16px;
}

a:link,
a:visited,
a:hover,
a:active,
a:focus {
    color: #333;
    font-size: 16px;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Helvetica Neue LT W04_51488894', sans-serif;
    color: #333;
    font-weight: bold;
}

h1 {
    font-size: 22px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h5.italic {
    font-weight: 500;
}

b,
strong {
    font-weight: 600;
}


/* Buttons Allgemein*/


/*überschriebene Bootstrap Styles*/

.btn-primary,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active:hover {
    background-color: #A6924D;
    border-color: #A6924D;
}

.btn-primary:hover,
.btn-primary:active:hover {
    border-color: #695B45;
}

a.btn-primary,
a.btn-primary:focus,
a.btn-primary.hover {
    color: #FFFFFF;
}

.navbar {
    border-radius: 0;
}

.navbar li a:link,
.navbar li a:visited,
.navbar li a:hover,
.navbar li a:active,
.navbar li a:focus {
    font-size: 14px;
    text-decoration: none;
    /*text-align: center;*/
}

.navbar-default {
    background-color: #FFFFFF;
    border: none;
    border-bottom: 1px solid lightgray;
}

.navbar-default.active {
    background-color: #FFFFFF;
}

.navbar-default.active .navbar-nav > li >div >  a {
    /* color: #333; */
    color: #A6924D;
}

.navbar-default.active .navbar-nav > li >div >  a:hover {
    /* color: #A6924D; */
    color: #A6924D;
}

.navbar-default .navbar-nav > li > div > a {
    /* color: #333; */
    color: #FFF;
}

.navbar-default .navbar-nav > li > div > a:hover {
    /* color: #A6924D; */
    color: #FFF;
}

.navbar-default.active .navbar-nav > li > div > a > span > .fa {
    font-size: 60px;
    margin: 7px;
}

.navbar-default.active .navbar-nav > li > div > a > span > .fa {
    opacity: 0.3;
    color: #FFF;
    background-color: #A6924D;
    border: 10px solid #A6924D;
    width: 88px;
}

.navbar-default.active .navbar-nav > li > div > a > span > .fa:hover,
.navbar-default.active .navbar-nav > li > div > a > span > .fa.active,
.navbar-default.active .navbar-nav > li > div > a > span > .fa.active1 {
    opacity: 1;
    background-color: #FFF;
    color: #A6924D;
    border: 10px solid #FFF;
}


.navbar-default .navbar-nav > li > div > a img {
    background-color: #fff;
    border: 3px solid #FFF;
    height: 20vw;
    min-height: 50px;
    max-height: 100px;
}

.navbar-default.active .navbar-nav > li > div > a img {
    opacity: 0.3;
}

.navbar-default.active .navbar-nav > li > div > a img:hover,
.navbar-default .navbar-nav > li > div > a img.active {
    opacity: 1;
}

.navbar-default .navbar-nav > .active > div > a,
.navbar-default .navbar-nav > .active > div > a:focus,
.navbar-default .navbar-nav > .active > div > a:hover {
    /* color: #A6924D;
    background-color: #FFFFFF; */
    background-color: #A6924D;
}

.navbar-default.active .navbar-nav > .active > div > a,
.navbar-default.active .navbar-nav > .active > div > a:focus,
.navbar-default.active .navbar-nav > .active > div > a:hover {
    /* color: #A6924D;
    background-color: #FFFFFF; */
    background-color: #FFF;
}


.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background-color: #FFFFFF;
    color: #333;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    color: #333;
    text-decoration: none;
    background-color: #FFFFFF;
}

.pagination > .active > a {
    background-color: #A6924D;
    border-color: #A6924D;
}

.pagination > li > a,
.pagination > li > span {
    color: #A6924D;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    color: #666;
}

.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #666;
    border-color: #666;
}

.xxx-pagination {
    font-family: 'Helvetica Neue LT W04_51488894', sans-serif;
}

.navbar-default .navbar-collapse {
    border: none;
}

.navbar-default .navbar-toggle {
    border: none;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #A6924D;
    height: 3px;
    width: 35px;
    margin-bottom: 5px;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background: none;
}

.breadcrumb > li,
.breadcrumb > li > a {
    font-size: 14px;
    font-family: 'Helvetica Neue LT W04_51488894', sans-serif;
    color: #c0c0c0;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    color: #A6924D;
    background: #FFFFFF;
}

.foot1 .nav-pills > li.active > a,
.foot1 .nav-pills > li.active > a:focus,
.foot1 .nav-pills > li.active > a:hover {
    color: #fff;
    background: transparent;
}

.modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0px;
}

.modal-content {
    background: transparent;
    border-radius: 0px;
    height: 100%;
    overflow-y: hidden;
}

.modal-body {
    height: 100%;
}

.modal-header {
    border: none;
    padding: 38px 40px;
}

.modal-header .close {
    opacity: 1;
}

.modal-header i {
    color: #FFFFFF;
    font-size: 40px;
}

h3.modal-title {
    font-size: 30px;
    font-weight: bold;
    color: #A6924D;
    margin-left: -20px;
    margin-top: -10px;
    margin-bottom: -40px;
}

.menumodal {
    width: 100%;
    height: 50px;
    text-align: center;
}

.menumodal > a {
    color: #FFFFFF;
    line-height: 50px;
    font-size: 16px !important;
    font-weight: bold;
}


/* Header */

#headarea {
    padding: 0px 20px;
    margin-bottom: 20px;
}

.headimg {
    /* padding-top: 50px;
    padding-bottom: 50px; */
}

.headimg img {
    width: 100%;
    max-width: 350px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.headimg .logo {
    float: left;
    width: 50px;
    height: 50px;
    background: #A6924D;
}

.headimg .titel {
    float: left;
    height: 50px;
    margin-left: 20px;
}

.headimg .titel > h1 {
    letter-spacing: 5px;
    line-height: 50px;
    color: rgb(0, 115, 162);
    margin: 0px;
}

.headimg .menu {
    float: left;
    height: 50px;
    min-width: 50px;
    margin: 0px 10px;
    position: relative;
}

.headimg .menu > a {
    padding: 0px 10px;
    line-height: 45px;
    color: #A6924D;
    font-size: 30px;
    font-weight: bold;
    float: left;
}

.headimg .menu > a.active {
    color: #333;
}

.headimg .menu img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.headimg .menu .navbar-toggle {
    display: block !important;
    margin: 3px 0px;
}

.headimg .menu .navbar-toggle .icon-bar {
    background: #A6924D;
    width: 30px;
    height: 5px;
}

.manu.pull-right {
    white-space: nowrap;
}


/* Navigation */

.navbar_mobile_menu {
    width: 40%;
    padding: 10px;
    background: #FFFFFF;
    float: right;
}

.navbar_mobile_menu > div,
.navbar_mobile_umenu > div {
    padding: 5px;
}

.navbar_mobile_menu > .active > a > div > p,
.navbar_mobile_umenu > .active > a > div > p {
    color: #A6924D;
}

.navbar_mobile_menu > div > a > div > p > i,
.navbar_mobile_umenu > div > a > div > p > i {
    color: #A6924D;
    font-size: 16px;
    padding-right: 5px;
}

.navbar_mobile_umenu {
    width: 40%;
    padding: 10px;
    background: #FFFFFF;
    -webkit-box-shadow: -10px 10px 15px 5px rgba(170, 170, 170, 0.4);
    -moz-box-shadow: -10px 10px 15px 5px rgba(170, 170, 170, 0.4);
    box-shadow: -10px 10px 15px 5px rgba(170, 170, 170, 0.4);
    float: right;
}

.navbar-icon > a > i {
    color: #A6924D;
    font-size: 25pt;
    padding: 10px;
}


/* Main */

.form-control {
    border: 1px solid #A6924D;
    border-radius: 4px;
}

.input-group .form-control:last-child {
    border-radius: 4px !important;
}

.input-group-addon {
    border: 1px solid #A6924D;
}

.searchform > .input-group {
    max-width: 500px;
}

.searchform > .input-group > .form-control {
    border: none;
    border-radius: 0px;
    /* border-bottom: 2px solid #A6924D; */
    /*border-bottom: 1px dotted #A6924D;*/
    background-color: transparent;
    box-shadow: unset;
    -webkit-box-shadow: unset;
    margin-left: 15px;
    width: 35vw;
    max-width: 447px;
}

.searchform > .input-group > .input-group-addon {
    color: #333;
    background-color: transparent;
    border: none;
    border-radius: 0px;
    /* border-bottom: 2px solid #A6924D; */
    /*border-bottom: 1px dotted #A6924D;*/
}

.nav-stacked .sidemenu_head {
    padding: 5px;
    min-height: 30px;
}

.nav-stacked > li {
    float: left;
}

.nav-stacked .sidemenu_row,
.nav-stacked .sidemenu_ug_row {
    min-height: 30px;
    border-top: 0px !important;
    /* text-align: center; */
}

.nav-stacked > li.active > a,
.nav-stacked > li.active:hover > a {
    color: #A6924D;
    background: #FFFFFF;
}

.nav-stacked .sidemenu_row > a > span {
    margin-top: 6px;
}

.nav-stacked .sidemenu_row > a {
    padding: 12px 5px 9px 5px;
}

.nav-stacked .sidemenu_row > a:hover {
    color: #A6924D;
    background-color: #FFFFFF;
}

.nav-stacked .sidemenu_row p {
    padding-top: 10px;
    text-align: left;
    font-size: 0.8em;
}

.sidemenu_ug_row {
    margin-left: -10px;
    margin-right: -1px;
    padding-top: 5px;
    padding-left: 20px;
    list-style: none;
    min-height: 30px;
    text-align: left;
}

.nav > li > a:hover {
    background-color: #FFFFFF;
}

.sidemenu_ug_row > a:hover {
    color: #A6924D;
    background: #FFFFFF;
}

li.sidemenu_ug_row:hover {
    color: #A6924D;
    background: #FFFFFF;
}

.sidemenu_ug_row.active > a {
    color: #A6924D;
    background: #FFFFFF;
}

.breadcrumb {
    background: transparent;
    /* height: 100px; */
}

.breadcrumb p,
.breadcrumb a,
.breadcrumb span {
    font-size: 18px;
    color: #495058;
    font-weight: bold;
    /* line-height: 100px; */
}

.wk_container {
    margin-top: 0px;
    border: 0px solid #ccc;
    border-radius: 0px;
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.autocomplete {
    width: 100%;
    position: relative;
}

.autocomplete ul {
    position: absolute;
    left: 0;
    top: 34px;
    width: 100%;
    border-left: 1px solid #888;
    border-right: 1px solid #888;
    border-bottom: 1px solid #888;
    padding-left: 0px;
    z-index: 1;
}

.autocomplete li {
    text-align: left;
    list-style: none;
    width: 100%;
    padding: 0.4em 1em;
    background-color: #fff;
}

.autocomplete li.active {
    width: 100%;
    background-color: #4bf;
}

.autocomplete .highlight {
    background-color: #E2E2E2;
}

.autocomplete li.active .highlight {
    background: #666;
    color: #fff;
}

.infobox,
.newsbox,
.wkbox {
    height: 50px;
    width: 50px;
    background: #A6924D;
    text-align: center;
    cursor: pointer;
    position: fixed;
    right: 0;
    top: 110px;
    z-index: 2;
    transition: 1s;
}

.newsbox {
    top: 175px;
}

.infobox.open,
.newsbox.open,
.wkbox.open {
    margin-right: 500px;
}

.infobox > p,
.newsbox > p,
.wkbox > p {
    line-height: 50px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 32px;
}

.infobox_inhalt,
.newsbox_inhalt {
    position: fixed;
    right: 0;
    top: 110px;
    max-height: 500px;
    width: 0;
    overflow-x: hidden;
    transition: 1s;
    z-index: 3;
    background: #FFFFFF;
}

.wkbox_inhalt {
    position: fixed;
    right: 0;
    top: 110px;
    max-height: 500px;
    width: 0;
    overflow-x: hidden;
    transition: 1s;
    z-index: 3;
    background: #FFFFFF;
}

.newsbox_inhalt {
    top: 175px;
}

.wkbox_inhalt {
    top: 110px;
}

.infobox_inhalt.open,
.newsbox_inhalt.open {
    width: 500px;
    border: 2px solid #A6924D;
    padding: 0px 10px;
}

.wkbox_inhalt.open {
    width: 500px;
    border: 2px solid #A6924D;
    padding: 2px;
}

.newsbox_inhalt h3,
.wkbox_inhalt h3 {
    font-size: 30px;
    font-weight: bold;
    color: #A6924D;
}

.wkbox_inhalt.open #warenkorbvoransicht_kopf {
    background-color: transparent;
    padding: 0px 15px;
    line-height: 30px;
    margin-top: -15px;
}


/* Footer */

.foot_logos {
    text-align: right;
}

.foot_logos > a > img,
.foot_logos > img {
    padding: 10px;
}

div.foot1 {
    margin-top: 20px;
    min-height: 240px;
    height: 100%;
    background: #B6B9BC;
}

.foot1 .menu {
    min-height: 40px;
}

.foot1 .menu > a {
    line-height: 40px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}

.foot1 .menu span {
    line-height: 40px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
    text-transform: unset;
}

.foot1 .menu > a > span {
    text-transform: lowercase;
}


.foot1 .menu i {
    font-size: 40px;
    color: #FFFFFF;
}

div.foot2 > ul > li > a {
    font-family: 'Helvetica Neue LT W04_51488894', sans-serif;
    font-size: 12px;
}

div.foot2 > ul > li:hover > a {
    font-family: 'Helvetica Neue LT W04_51488894', sans-serif;
    background-color: #FFFFFF;
    color: #A6924D;
}

.wkbox_inhalt.open {
    border: 1px solid red,
}


/* #warenkorbvoransicht_kopf {
    background-color: #A6924D;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    height: 40px;
    padding: 10px;
    text-align: center;
}

#warenkorbvoransicht_kopf h3 {
    line-height: 35px;
    color: #A6924D;
    font-weight: bold;
} */

.warenkorbvoransicht_zeile {
    font-size: 12px;
    padding: 10px 0px 10px 0px;
}

.warenkorbvoransicht_zeile a:hover {
    opacity: 0.5;
}

#warenkorbvoransicht_preis {
    text-align: center;
    padding: 0px 5px 5px 5px;
}

#warenkorbvoransicht_preis > a > span {
    font-size: 15px;
    color: black;
    font-weight: bold;
}


/* Artikelgruppen Template */

div.artikelgruppen_container {
    margin-bottom: 25px;
    /* border: 1px solid #E6E6E6;
    border-radius: 5px 5px 5px 5px; */
}

div.artikelgruppen_container:hover {
    /* border: 1px solid #A6924D; */
}

.artikelgruppen_container_image {
    height: 200px;
    position: relative;
    /* border-bottom: 1px solid #333; */
}

.artikelgruppen_container_image > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.artikelgruppen_container_image_layer {
    width: 100%;
    height: 40px;
    margin-top: 30%;
    padding-top: 10px;
    top: 0;
    text-align: center;
    position: absolute;
    background: none repeat scroll 0 0 black;
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, 0.9);
    /* For IE 5.5 - 7*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#99000000", endColorstr="#99000000");
    /* For IE 8*/
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#99000000", endColorstr="#99000000");
}

.artikelgruppen_container_image_layer span {
    color: white;
    font-family: 'Helvetica Neue LT W04_51488894', sans-serif;
    font-size: 16px;
    font-weight: bold;
}

div.artikelgruppen_container > a > div > div.artikelgruppen_container_titel {
    font-weight: 600;
    padding: 10px;
    color: #A6924D;
    height: 1px;
}

div.artikelgruppen_container:hover > a > div > div.artikelgruppen_container_titel {
    /* color: #A6924D; */
    color: #A6924D;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*Artikellisten Template*/

div.artikelliste_limit_text {
    font-size: 14px;
    cursor: pointer;
    color: #666;
    float: right;
}

div.artikelliste_limit_text > .aktiv {
    color: #A6924D;
}

div.artikelliste_darstellung_text {
    font-size: 14px;
    cursor: pointer;
    color: #666;
    float: right;
    margin-right: 25px;
}

div.artikelliste_darstellung_text > .aktiv {
    color: #A6924D;
}

table.table > thead.artikelliste_table_head > tr > th {
    color: #666;
}

table.table > thead.artikelliste_table_head > tr > th.aktiv {
    color: #A6924D;
}


/*table.artikelliste_table > thead.artikelliste_table_head > tr > th.artikelliste_table_head_bildspalte{
	width:18%;
}*/

table.artikelliste_table > thead.artikelliste_table_head > tr > th.artikelliste_table_head_artikelnrspalte {
    width: 20%;
}

table.artikelliste_table > thead.artikelliste_table_head > tr > th.artikelliste_table_head_infospalte {
    width: 20%;
}

table.artikelliste_table > thead.artikelliste_table_head > tr > th.artikelliste_table_head_pe_me_spalte {
    width: 13%;
}

table.artikelliste_table > thead.artikelliste_table_head > tr > th.artikelliste_table_head_bestandspalte {
    width: 5%;
}


/*table.artikelliste_table > thead.artikelliste_table_head > tr > th.artikelliste_table_head_preisspalte{
	width:15%
}*/

table.artikelliste_table > tbody.artikelliste_table_body > tr > td.artikelliste_table_body_artikelnummerspalte {
    font-weight: 300;
}

table.artikelliste_table > tbody.artikelliste_table_body > tr > td.artikelliste_table_body_infospalte > a > h4 {
    font-size: 14px;
    margin-top: 0px;
}

.artikelliste_liste_bildcontainer {
    height: 100px;
    position: relative;
    width: 100px;
    border: 0px solid #333;
    border-radius: 4px;
}

.artikelliste_liste_bildcontainer > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    border-radius: 4px;
}

div.artikelliste_wk_button > span > i {
    color: #A6924D;
    cursor: pointer;
    float: right;
}

div.artikelliste_wk_button > span {
    background: transparent;
}

.wk_button_icon_container {
    text-align: right;
}

.wk_button_icon_container > i {
    color: #A6924D;
    font-size: 40px;
}

.preis > p {
    font-weight: bold;
}

div.artikelliste_kachel {
    border: 1px solid #E6E6E6;
    margin-bottom: 5px;
}

div.artikelliste_kachel > div.artikelliste_kachel_infocontainer > table.table {
    border-top: 1px solid black;
}

div.artikelliste_kachel:hover {
    border: 1px solid #A6924D;
}

div.artikelliste_kachel > div.artikelliste_kachel_infocontainer > table.table {
    margin-bottom: 0px;
}

div.artikelliste_kachel > div.artikelliste_kachel_infocontainer > table.table > tbody > tr.artikelliste_kachel_table_zeile_artikel {
    height: 60px;
}

div.artikelliste_kachel > div.artikelliste_kachel_infocontainer > table.table > tbody > tr.artikelliste_kachel_table_zeile_info {
    height: 0px;
}

div.artikelliste_kachel > div.artikelliste_kachel_infocontainer > table.table > tbody > tr.artikelliste_kachel_table_zeile_info > td > div {
    /*border:1px solid red;*/
    font-size: 14px;
}

div.artikelliste_kachel > div.artikelliste_kachel_infocontainer > table.table > tbody > tr.artikelliste_kachel_table_zeile_artikel > td.artikelliste_kachel_table_bez {
    width: 90%;
    font-weight: 300;
}

div.artikelliste_kachel > div.artikelliste_kachel_infocontainer > table.table > tbody > tr.artikelliste_kachel_table_zeile_artikel > td.artikelliste_kachel_table_bestand {
    width: 10%;
}

div.artikelliste_kachel > div.artikelliste_kachel_infocontainer > table.table > tbody > tr.artikelliste_kachel_table_zeile_preis {
    width: 100%;
    height: 30px;
    font-weight: 300;
    text-align: right;
}

div.artikelliste_kachel:hover > table.table > tbody > tr.artikelliste_kachel_table_zeile_preis > td > div > p {
    color: #A6924D;
}

div.artikelliste_kachel:hover > table.table > tbody > tr > td.artikelliste_kachel_table_bez {
    color: #A6924D;
}

.artikelliste_kachel_bildcontainer {
    height: 200px;
    position: relative;
}

.artikelliste_kachel_bildcontainer > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}


/* Artikeldetail Template */

.artdetail_blaettern_icon {
    cursor: pointer;
    font-size: 20pt;
    color: #A6924D;
}

div.artikeldetail_info > div {
    font-size: 14px;
    padding-bottom: 10px;
    min-height: 20px;
}

div.artikeldetail_info > div.artikeldetail_artikelbezeichnung {
    font-weight: 300;
    font-size: 18px;
}

.artikeldetail_hauptbild_container {
    height: 200px;
    position: relative;
    width: 100%;
    border: 0px solid #333;
    border-radius: 4px;
}

.artikeldetail_hauptbild_container .bild__text {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 13px;
    color: #A6924D;
}

.artikeldetail_hauptbild_container > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    border-radius: 4px;
    cursor: pointer;
}

.artikeldetail_alternativbilder_container {
    height: 75px;
    position: relative;
    width: 100%;
    border: 0px solid #333;
    border-radius: 4px;
}

.artikeldetail_alternativbilder_container > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    border-radius: 4px;
    cursor: pointer;
}

.artikeldetail_slider_container {
    height: 300px;
    position: relative;
    width: 100%;
    border: 0px solid #333;
    border-radius: 4px;
    padding-left: 20px;
}

.artikeldetail_slider_container > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    border-radius: 4px;
    cursor: pointer;
}

.artikeldetail_select_xs {
    background-color: #A6924D;
    color: white;
}

.artikeldetail_option > div {
    padding-bottom: 10px;
}

.artikeldetail_option > .input-group > .input-group-addon {
    background: transparent;
}

.artikeldetail_aktionspreis_altpreis {
    color: #333;
    text-decoration: line-through;
    font-size: 18px;
    font-weight: 300;
}

.artikeldetail_preis > div {
    font-size: 22px;
    font-weight: 300;
    color: #333;
}

div.artikeldetail_preisbemerkung {
    text-align: right;
}

form#registerForm a,
div.row.wk_footer label,
div.row.wk_footer label a,
div.artikeldetail_preisbemerkung > p,
div.artikeldetail_preisbemerkung > p > a {
    font-family: 'Helvetica Neue LT W04_51488894', sans-serif !important;
    font-size: 12px !important;
}

form#registerForm a,
div.row.wk_footer label a,
div.artikeldetail_preisbemerkung > p > a {
    color: #A6924D !important;
}

form#registerForm a:hover,
div.row.wk_footer label a:hover,
div.artikeldetail_preisbemerkung > p > a:hover {
    color: #333 !important;
    text-decoration: underline;
}

div.artikeldetail_button {
    margin-top: 20px;
}

div.artikeldetail_button > div > i {
    color: #A6924D;
    font-size: 34px;
    cursor: pointer;
}

.artikeldetail_tabset > .nav-tabs {
    border: none;
}

.artikeldetail_tabset > .nav-tabs > li.active > a {
    font-size: 14px;
    color: #A6924D;
    border: none;
}

.artikeldetail_tabset > .nav-tabs > li > a {
    font-size: 14px;
    color: #333;
    border: none;
}

.artikeldetail_tabset > .nav-tabs > li > a:hover {
    background-color: transparent;
    color: #A6924D;
}

.artikeldetail_tabset > .tab-content {
    border: 1px solid #A6924D;
    border-radius: 0px 5px 5px 5px;
    padding: 10px;
}

.artikeldetail_tab {
    border: 1px solid #A6924D;
    border-radius: 5px 5px 0px 0px;
}

div.artikeldetail_artikelanhang > div > a {
    font-size: 14px;
    color: #333;
    font-weight: 300;
}

.artikeldetail_bild_container {
    height: 100px;
    position: relative;
    width: 100%;
}

.artikeldetail_bild_container > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    cursor: pointer;
}

.artikellisten_details {
    padding-top: 2%;
}

.artikellisten_details > .bezeichnung,
.artikellisten_details > .bezeichnung > p {
    font-size: 14px;
    font-weight: bold;
}

.artikellisten_details > .zusatz > p {
    font-size: 12px;
}

.artikeldetail_zubehoer_container {
    margin-top: 20px;
}

.artikeldetail_zubehoer_container > .carousel > .carousel-control {
    width: 0%;
}

div.artikeldetail_slider > .carousel-control {
    color: #A6924D;
    font-size: 30px;
    width: 10%;
    background-image: none;
    opacity: 1;
    text-shadow: none;
    margin-top: 9%;
}

.artikeldetail_alternativartikel_tabelle .artikeldetail_alternativartikel_bildspalte {
    width: 20%;
}

.artikeldetail_alternativartikel_tabelle .artikeldetail_alternativartikel_infospalte {
    width: 50%;
    text-align: left;
}

.artikeldetail_alternativartikel_tabelle .artikeldetail_alternativartikel_preisspalte {
    padding-top: 30px;
    width: 30%;
}

.artikeldetail_alternativartikel_tabelle .artikeldetail_alternativartikel_preisspalte > .artikeldetail_alternativartikel_preis > p {
    text-align: right;
    font-weight: 300;
    font-size: 18px;
}

.artikeldetail_variantenauswahl > div {
    margin-bottom: 10px;
}

.artikeldetail_variantenauswahl .input-group-addon {
    min-width: 70px;
}


/* Merkzettel Template */

div.merkzettel_info a h4 {
    font-size: 14px;
}

div.merkzettel_info a h4:hover {
    color: #A6924D;
}

div.merkzettel_info .input-group span {
    color: #A6924D;
    cursor: pointer;
}

div.merkzettel_info .input-group .input-group-addon {
    background: transparent;
}


/* Konto Template */

.konto_xs_accordion {
    margin-top: 20px;
}

.konto_xs_accordion > div > div > .panel-default {
    border: none;
    box-shadow: none;
}

.konto_xs_accordion > div > div > .panel-default > .panel-heading {
    background-color: #FFFFFF;
    border: none;
}

.kontosuche > .input-group > div.input-group-addon {
    color: #A6924D;
    background-color: transparent;
}


/* Warenkorb */

.wk_stufe_a {
    width: 30px;
    height: 30px;
    font-size: 25px;
    color: #fff;
    background: url('../3xios/images/wk_point_bg_009DDF.png');
    background-repeat: no-repeat;
    background-size: 100%;
    line-height: 30px;
    text-align: center;
    float: left;
}

.wk_title_a {
    font-size: 20px;
    color: #A6924D;
    margin-top: -10px;
    padding-left: 35px;
}

.wk_stufe_p {
    width: 30px;
    height: 30px;
    font-size: 25px;
    color: #fff;
    background: url('../3xios/images/wk_point_bg_999999.png');
    background-size: 100%;
    background-repeat: no-repeat;
    line-height: 30px;
    text-align: center;
    float: left;
}

.wk_title_p {
    font-size: 20px;
    color: #333;
    margin-top: -10px;
    padding-left: 35px;
}

.wk_stufen {
    /* border: 2px solid green; */
}

.wk_stufen .symbol,
.wk_stufen .title {
    color: #A6924D;
}

.wk_stufen .symbol.active,
.wk_stufen .title.active {
    color: #333;
}

.belegliste_kopf_pos {
    width: 5%;
}

.belegliste_kopf_artikelnummer {
    width: 20%;
}

.belegliste_kopf_bezeichnung {
    /* width:30%; */
}

.belegliste_kopf_menge {
    /*width:5%;*/
    text-align: center;
}

.belegliste_inhalt_menge {
    text-align: center;
}

.belegliste_kopf_mengeneinheit {
    /*width:5%;*/
    text-align: center;
}

.belegliste_inhalt_mengeneinheit {
    text-align: center;
}

.belegliste_kopf_preiseinheit {
    /*width:5%;*/
    text-align: right;
}

.belegliste_inhalt_preiseinheit {
    text-align: right;
}

.belegliste_kopf_einzelpreis {
    /*width:10%;*/
    text-align: right;
}

.belegliste_inhalt_einzelpreis {
    text-align: right;
}

.belegliste_kopf_rabatt {
    /*width:5%;*/
    text-align: right;
}

.belegliste_inhalt_rabatt {
    text-align: right;
}

.belegliste_kopf_gesamtpreis {
    /*width:10%;*/
    text-align: right;
}

.belegliste_inhalt_gesamtpreis {
    text-align: right;
}

.belegliste_kopf_bestand {
    /*width:5%;*/
    text-align: right;
}

.belegliste_inhalt_bestand {
    text-align: center;
    width: 5%;
    max-width: 5%;
}

#continue_shopping,
#BestellenWeiterKL,
#AnmeldenKL {
    margin-top: 5px;
    width: 148px;
    height: 30px;
    border: 1px solid #A6924D;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    background: #A6924D;
    color: #fff;
    cursor: pointer;
    font-weight: 300;
    border-radius: 4px;
    float: left;
}

table.warenk_tr_summen {
    /* float: right; */
}

.td_warenkorb1_untere_zeile {
    width: 650px;
}

.wk_registrieren_button {
    margin-top: 20px;
    width: 150px;
    height: 30px;
    border: 1px solid #A6924D;
    text-align: center;
    line-height: 30px;
    background: #A6924D;
    cursor: pointer;
    border-radius: 4px;
}

.wk_registrieren_button > a {
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    color: #fff;
}

.textfeld1 {
    /*Textfelder von Formularen*/
    height: 18px;
    font-size: 8pt;
}

.textarea1 {
    font-size: 8pt;
}

.font8 {
    /*Schrift mit Groesse 8*/
    font-size: 8pt;
    font-weight: normal;
}

.font9 {
    font-size: 9pt;
    font-weight: normal;
}

.font10 {
    font-size: 10pt;
    font-weight: normal;
}

.font8b {
    font-size: 8pt;
    font-weight: bold;
}

.font9b {
    font-size: 9pt;
    font-weight: bold;
}

.font10b {
    font-size: 10pt;
    font-weight: bold;
}

.font8blue {
    font-size: 8pt;
    font-weight: bold;
    color: Blue;
}

.font9blue {
    font-size: 9pt;
    font-weight: bold;
    color: Blue;
}

.font10blue {
    font-size: 10pt;
    font-weight: bold;
    color: Blue;
}

.font8red {
    font-size: 8pt;
    color: #CC0000;
}

.font9red {
    font-size: 9pt;
    color: #CC0000;
}

.font10red {
    font-size: 10pt;
    color: #CC0000;
}

.font8green {
    font-size: 8pt;
    color: #006400;
}

.font9green {
    font-size: 9pt;
    color: #006400;
}

.font10green {
    font-size: 10pt;
    color: #006400;
}

.font8greenb {
    font-size: 8pt;
    font-weight: bold;
    color: #006400;
}

.font9greenb {
    font-size: 9pt;
    font-weight: bold;
    color: #006400;
}

.font10greenb {
    font-size: 10pt;
    font-weight: bold;
    color: #006400;
}

.font12bSilver {
    font-size: 12pt;
    font-weight: bold;
    color: Silver;
}

.font8bred {
    font-size: 8pt;
    font-weight: bold;
    color: #CC0000;
}

.font9bred {
    font-size: 9pt;
    font-weight: bold;
    color: #CC0000;
}

.font10bred {
    font-size: 10pt;
    font-weight: bold;
    color: #CC0000;
}

.font12bred {
    font-size: 12pt;
    font-weight: bold;
    color: #CC0000;
}

.font9grey {
    font-size: 9pt;
    color: A0A0A0;
    font-weight: normal;
}

.copyright {
    /*definition des Copyright Textes (ganz unten)*/
    font-weight: 300;
    font-size: 12px;
}

.table_rahmentab {
    /*Tabelle die die gesammte Seite umschlie�t*/
    width: 100%;
    font-size: 12px;
}

.table_mitte_inhalt {
    font-size: 12px;
}

.bg_inhalt {
    /*Tabelle die den unteren Inhalt enthaelt*/
    background-color: #FFFFFF;
    width: 100%;
}

.mitte {
    /*Der gesammte untere Mittelteil (bis ganz unten)*/
    width: 100%;
}

.td_mitte_inhalt_tabkopf {
    /*Tabellenkopf der Ergebnisse der Suche*/
    border-bottom: 1px solid #000000;
    font-size: 12px;
    font-family: 'Helvetica Neue LT W04_51488894', sans-serif;
    font-weight: bold;
    color: Black;
}

.td_mitte_inhalt {
    /*Tabellenzellen der Ergebnisse der Suche*/
    font-size: 12px;
    font-family: 'Helvetica Neue LT W04_51488894', sans-serif;
}

.warenk_table_bestellbereich {
    padding: 3px;
}

.warenk_table_bestellflaeche {
    padding: 2px 2px 2px 0px;
    margin-bottom: 20px;
}

.warenk_td_bestell_font {
    /**/
    font-size: 10pt;
    font-weight: 300;
    color: black;
}

.warenk_table_bestellung_kopf {
    /*Enthaelt die Zeile mit .warenk_tr_kundendaten und .warenk_tr_bestellung_kopf*/
    border-bottom: 1px solid black;
    padding: 3px;
    margin-bottom: 3px;
    margin-top: 10px;
}

.warenk_tr_kundendaten {
    /*formatiert den Bereich in dem die Kundendaten angezeigt werden*/
    font-size: 9pt;
    font-weight: 300;
    color: black;
    width: 100%;
}

.warenk_tr_bestellung_kopf {
    /*formatiert den Bereich in dem "Ihre Bestellung..." steht*/
    font-size: 9pt;
    font-weight: 300;
    color: black;
    border-bottom: 1px solid black;
}

.warenk_tr_bestellung_ohneInhalt {
    font-size: 9pt;
    font-weight: 300;
    color: black;
    border-spacing: 3px;
    border-collapse: separate;
}

.warenk_table_bestellung_fuss {
    margin-top: 3px;
    margin-bottom: 3px;
}

.warenk_tr_summen {
    /*formatiert den Bereich unter der Rechnungsliste*/
    font-size: 9pt;
    font-weight: bold;
    color: #000;
    text-align: right;
    width: 100%;
}

.warenk_td_bestell_buttons {
    /*formatiert den Bereich unter der Summe (z.B. den Hintergrund der Buttons)*/
    font-size: 9pt;
    font-weight: normal;
    margin-top: 5px;
}

.seiten_ueberschrift {
    /*Ueberschriften auf der 2.Seite von Warenkorb/Angebot/Lagerbuchung z.B.:"Bestellung abschlie�en"*/
    font-weight: 300;
    font-size: 12pt;
    width: 100%;
}

.table_formularbox {
    margin: 2px;
    padding: 2px;
}

.td_formular_kopf {
    font-size: 10pt;
    color: black;
    font-weight: 300;
}

.td_formular_beschriftung {
    font-size: 12px;
    font-family: 'Helvetica Neue LT W04_51488894', sans-serif;
    width: 100px;
}

.td_formular_text {
    font-size: 9pt;
    font-weight: 300;
}

.form_meldung_td {
    /*hier wird die Meldung formatiert die bei unzulaessigen Eintraegen in das Adress/Kundenformular entsteht*/
    color: red;
    font-size: 10pt;
    font-weight: 300;
}

.beleg_mitte {
    /*Der gesammte untere Mittelteil (bis ganz unten)*/
    padding: 5px;
    margin-top: 7px;
    background-color: #FFFFFF;
}

.fontbelegarchiv {
    /*Schrift mit Groe�e 8*/
    font-size: 9pt;
    font-weight: 300;
    color: #000000;
}

.warenk_lieferbedingung {
    /*formatiert den Bereich in dem "Ihre Bestellung..." steht*/
    font-size: 9pt;
    font-weight: 300;
    color: black;
}

.table_warenkorb_teil2 {
    /*Aussentabelle Warenkorb vor und nach Absenden*/
    margin-top: 9px;
}

.select_versandarten {
    /*PullDown-Feld fuer Versandarten*/
    /*width:100px;*/
    font-family: 'Helvetica Neue LT W04_51488894', sans-serif;
    font-size: 8pt;
    color: #13335C;
    border-style: solid;
    border-width: 1px;
    border-color: #C0C0C0;
}

.select_zahlungsarten {
    /*PullDown-Feld fuer Zahlungsarten*/
    /*width:100px;*/
    font-family: 'Helvetica Neue LT W04_51488894', sans-serif;
    font-size: 8pt;
    color: #13335C;
    border-style: solid;
    border-width: 1px;
    border-color: #C0C0C0;
    width: 170px;
}

.beleg_lfb_texte_table {
    /*Tabelle um die Lieferbedingungstexte (Bezeichnung, Zusatz), die bei Auswahl unter dem PullDown-Men� eingeblendet werden*/
    width: 100%;
}

.beleg_lfb_texte_td1 {
    /*Tabellenzelle der Lieferbedingungsbezeichnung, die bei Auswahl unter dem PullDown-Men� eingeblendet werden*/
    font-family: 'Helvetica Neue LT W04_51488894', sans-serif;
    font-size: 9pt;
    font-weight: 300;
}

.beleg_lfb_texte_td2 {
    /*Tabellenzelle des Lieferbedingungszusatz, die bei Auswahl unter dem PullDown-Men� eingeblendet werden*/
    font-family: 'Helvetica Neue LT W04_51488894', sans-serif;
    font-size: 9pt;
    font-weight: normal;
}

.beleg_zb_texte_table {
    /*Tabelle um die Zahlungbedingungstexte (Auswahl, Zusatz), die bei Auswahl unter dem PullDown-Men� eingeblendet werden*/
    width: 100%;
    margin-left: 3px;
}

.beleg_zb_texte_td1 {
    /*Tabellenzelle der Zahlungbedingungstexte, die bei Auswahl unter dem PullDown-Men� eingeblendet werden*/
    font-family: 'Helvetica Neue LT W04_51488894', sans-serif;
    font-size: 9pt;
    font-weight: 300;
}

.beleg_zb_texte_td2 {
    /*Tabellenzelle des Zahlungbedingungstexte, die bei Auswahl unter dem PullDown-Men� eingeblendet werden*/
    font-family: 'Helvetica Neue LT W04_51488894', sans-serif;
    font-size: 9pt;
    font-weight: normal;
}

.wk1_a_textfeld1 {
    /* Textfeld Menge fuer Artikeldirekteingabe im Warenkorb Teil 1 */
    height: 18px;
    font-size: 8pt;
    border: 1px solid #6F6F6F;
    width: 50px;
}

.td_warenkorb_buttonleiste1_aktiv_variabel {
    height: 40px;
    width: 125px;
}

.td_warenkorb_buttonleiste1_passiv_variabel {
    height: 40px;
    width: 125px;
}

.td_warenkorb_buttonleiste2_aktiv_variabel {
    width: 125px;
}

.td_warenkorb_buttonleiste2_passiv_variabel {
    width: 125px;
}

.td_warenkorb_buttonleiste3_aktiv_variabel {
    width: 125px;
}

.td_warenkorb_buttonleiste3_passiv_variabel {
    width: 125px;
}

.td_warenkorb_buttonleiste4_aktiv_variabel {
    width: 125px;
}

.td_warenkorb_buttonleiste4_passiv_variabel {
    width: 125px;
}

.table_warenkorb_buttonleiste {
    margin-top: 8px;
    border-bottom: 1px solid #C0C0C0;
    height: 50px;
    width: 100%;
}

.td_warenkorb_buttonleiste1_aktiv {
    background-image: url(../../3xios/images/button_wk1_a.png);
    background-repeat: no-repeat;
    height: 40px;
    width: 125px;
}

.td_warenkorb_buttonleiste1_passiv {
    background-image: url(../../3xios/images/button_wk1_p.png);
    background-repeat: no-repeat;
    height: 40px;
    width: 125px;
}

.td_warenkorb_buttonleiste2_aktiv {
    background-image: url(../../3xios/images/button_wk2_a.png);
    background-repeat: no-repeat;
    width: 125px;
}

.td_warenkorb_buttonleiste2_passiv {
    background-image: url(../../3xios/images/button_wk2_p.png);
    background-repeat: no-repeat;
    width: 125px;
}

.td_warenkorb_buttonleiste3_aktiv {
    background-image: url(../../3xios/images/button_wk3_a.png);
    background-repeat: no-repeat;
    width: 125px;
}

.td_warenkorb_buttonleiste3_passiv {
    background-image: url(../../3xios/images/button_wk3_p.png);
    background-repeat: no-repeat;
    width: 125px;
}

.td_warenkorb_buttonleiste4_aktiv {
    background-image: url(../../3xios/images/button_wk4_a.png);
    background-repeat: no-repeat;
    width: 125px;
}

.td_warenkorb_buttonleiste4_passiv {
    background-image: url(../../3xios/images/button_wk4_p.png);
    background-repeat: no-repeat;
    width: 125px;
}

.td_warenkorb_buttonleiste1_zelle_unten {
    height: 10px;
}

select#sel_lfb.select_versandarten {
    height: 20px;
    width: 170px;
}

.abstand_summenfeld2 {
    padding-right: 50px;
}

.td_warenkorb1_untere_zeile {
    width: 65%;
    font-family: 'Helvetica Neue LT W04_51488894', sans-serif;
    font-size: 12px;
}

.meldungstext {
    color: #FF0000;
}

.tr_mitte_inhalt_0 {
    padding: 10px 0 10px 0;
}

.table_warenkorb1_untere_zeile {
    margin-top: 15px;
}

.warenk_td_summen {
    /* padding-left: 45px; */
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
}

table[id='table_at_b1'] .wk_belegsumme {
    padding-right: 6.8%;
}

form[action*='beleg2.php'] .wk_belegsumme {
    padding-right: 2.5%;
}

.button_fett_konto {
    margin-top: 5px;
    width: 207px;
    height: 30px;
    border: 1px solid red;
    text-align: center;
    font-size: 12px;
    margin-right: 12px;
    line-height: 30px;
    background: #e2001a;
    color: #fff;
    font-weight: 300;
}

#sm_regneu,
#Zurueck,
#Bestellen,
#Verwerfen,
#Aendern,
#ZurueckFensterZu,
#sm_los_pw {
    margin-top: 5px;
    width: 150px;
    height: 30px;
    border: 1px solid #A6924D;
    text-align: center;
    font-size: 12px;
    margin-right: 12px;
    line-height: 30px;
    background: #A6924D;
    color: #fff;
    font-weight: 300;
    cursor: pointer;
    border-radius: 4px;
    -webkit-appearance: none;
}

#WeiterWK,
#NeukundeRegistrieren,
#Anmelden,
#Abmelden {
    margin-top: 5px;
    margin-right: 5px;
    padding: 0px 5px 8px 5px;
    width: 148px;
    height: 33px;
    border: 1px solid #A6924D;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    background: #A6924D;
    color: #fff;
    cursor: pointer;
    font-weight: 300;
    border-radius: 4px;
    float: right;
    -webkit-appearance: none;
}

#WeiterWK2,
#WeiterWK3_ak,
#Drucken {
    width: 150px;
    height: 30px;
    float: right;
    border: 1px solid #A6924D;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    margin-right: 12px;
    line-height: 30px;
    background: #A6924D;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    -webkit-appearance: none;
}

#WeiterWK3_nk {
    margin-top: 5px;
    width: 150px;
    height: 30px;
    border: 1px solid #A6924D;
    text-align: center;
    font-size: 12px;
    margin-right: 12px;
    line-height: 30px;
    background: #A6924D;
    color: #fff;
    font-weight: 300;
    cursor: pointer;
    font-family: 'Helvetica Neue LT W04_51488894', sans-serif;
    border-radius: 4px;
}

.select_beleg2 {
    width: 100%;
    max-width: 195px;
    /*margin: auto 5px 3px 0px; */
    padding-top: 3px;
    border: 1px solid #aaa;
    text-align: left;
    background-color: #fff;
    box-shadow: inset 0px 0px 8px #ccc;
    padding-left: 5px;
}

.td_formular_kopf_beleg2 {
    font-size: 11pt;
    padding: 5px 0px 0px 8px;
    height: 35px;
    max-height: 40px;
    line-height: 12px;
    background: url('images/hg-title.png');
    text-align: left;
    vertical-align: top;
}

input.textfeld_wk_regstartbereich,
input#Artikelnummer_suche,
input#wk1_a_textfeld1,
input.textfeld_registrieren,
input.textfeld1,
input.textfeld_beleg2,
input.regi_textfeld_al,
select.select_registrieren,
select.regi_select_al,
select.select_zahlungsarten,
select.select_beleg2 {
    display: block;
    height: 30px;
    padding: 0px 12px;
    line-height: 30px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    /* border: 1px solid #ccc; */
    border: 1px solid #A6924D;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

select.select_registrieren,
select.regi_select_al {
    width: 226px;
}

#tx_pw1,
#tx_pw2 {
    max-width: 200px;
}

input.button_normal,
input#uebernehmen {
    margin-top: 5px;
    width: 148px;
    height: 30px;
    border: 1px solid #A6924D;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    line-height: 30px;
    background: #A6924D;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    -webkit-appearance: none;
}

input.button_normal#SeiteDrucken {
    float: right;
    margin: 2px;
}

input.button_normal#Zu {
    float: left;
    margin: 2px;
}

.warenk_lieferbedingung td {
    padding-top: 5px;
}

.wk_zahlungslink_button {
    display: contents;
}


/* Sonstiges */

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.carousel-indicators {
    display: none;
}

.italic {
    font-style: italic;
    color: #ccc;
}

.img-thumbnail {
    border: 0px;
}

img.img-thumbnail {
    width: 100%;
}

i.circle_red {
    color: #FF0000;
}

i.circle_yellow {
    color: #FF7F00;
}

i.circle_green {
    color: #00FF00;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

span.modal_close_button {
    position: absolute;
    color: #000;
    cursor: pointer;
    top: 0;
    right: 0;
    padding: 2px 3px 0px 4px;
    margin: -20px -20px 0px 0px;
    background-color: transparent;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

form.login_modal_form > .input-group > .input-group-addon {
    color: #A6924D;
    background-color: transparent;
}

.gal-thumbnail {
    background-color: transparent;
}

div.galspace {
    padding: 0px 5px 0px 0px;
    margin-bottom: 10px;
}

div.galeriepic {
    min-height: 0px;
    height: auto;
}

div.galbild_vorsch {
    height: 200px;
    position: relative;
    width: 100%;
}

div.galbild_vorsch img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    border-radius: 4px;
    cursor: pointer;
}

div.galbild_vorsch img.galerie {
    background-size: cover;
}

div.gal_list div.galerie_caption {
    height: 1em;
    max-height: 1em;
    padding: 0;
    margin: -10px 0px 10px 0px;
}

div.galerie_caption.gal_slide {
    margin: 20px;
}

div.gallist p.teasertext p,
div.doklist p.teasertext p,
div.adrlist p.teasertext p,
div.ktnlist p.teasertext p {
    text-align: justify;
}

p.teaser_button {
    text-align: right;
}

.modal_img_container {
    height: 500px;
    position: relative;
    width: 100%;
}

.modal_img_container > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    border-radius: 4px;
    cursor: pointer;
}

#modalimage_gal-description {
    margin-top: -18px;
}

#modalimage_gal-description span {
    background-color: #FFF;
    padding: 5px 10px 8px 10px;
    border-radius: 5px;
}

label.form_elem_desc,
div.labelb {
    font-family: 'Helvetica Neue LT W04_51488894', sans-serif;
    font-style: italic;
    color: #333;
    padding: 0px 10px 0px 10px;
}

p.labelb {
    font-family: 'Helvetica Neue LT W04_51488894', sans-serif;
    font-style: italic;
    color: #333;
}

input.form_elem_div.captchacode {
    width: 100px;
}

.itemnichtsichtbar {
    border: 1px dotted #C0C0C0;
    display: block;
    height: auto;
}

.itemnichtsichtbar h1,
.itemnichtsichtbar h4,
.itemnichtsichtbar h4 a,
.itemnichtsichtbar h5,
.itemnichtsichtbar p,
.itemnichtsichtbar a,
.itemnichtsichtbar div a,
.itemnichtsichtbar div label {
    color: #C0C0C0;
}

.adresse {
    margin-bottom: 15px;
}

.adresse p,
.termin p {
    display: inline;
    line-height: 10px;
}

.adresse div.galbild_vorsch {
    margin-bottom: 15px;
}

.gleicheHoehe {
    overflow: hidden;
}

.Hoehe {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

.kachel_in_portal {
    padding-left: 0px;
}

.hk-uk-img {
    max-width: 100%;
    padding: 0px 10px 10px 0px;
    /*min-height: 1px;
	height: auto;*/
    float: left;
    clear: left;
}

.category-list,
.ranges-list,
.tags-list {
    font-size: smaller;
    list-style: none;
    padding-left: 10px;
}

.category-list li,
.ranges-list li,
.tags-list li {
    margin-left: 0px;
    margin-bottom: 5px;
}


/* nested category lists */

.category-list li ul {
    padding-left: 10px;
    list-style: none;
    border-left: 1px solid #ddd;
}


/* category list styles */

.category-list li a.active {
    font-weight: bold;
}

.category-list li a span {
    font-size: x-small;
    color: gray;
    padding-left: 5px;
}

.artikelmodal_bildcontainer {
    padding-top: 100%;
    position: relative;
    width: 100%;
    border: 1px solid #333;
    border-radius: 4px;
}

.artikelmodal_bildcontainer > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}


/* ranges list styles */

.ranges-list li label {
    font-weight: normal;
    font-size: small;
}


/* tags list styles */

.tags-list li label {
    font-weight: normal;
    font-size: small;
    padding-left: 5px;
}

.tags-list li input {
    margin-right: 5px;
}


/* KDSP STYLES*/

.portalmenu {
    margin: 50px 0px 100px 0px;
    padding: 45px 0px;
    height: 300px;
    /* background: rgba(255, 228, 164, 0.2); */
}

.portalmenu > div {
    height: 240px;
}

.portalmenu > div div {
    height: 70px;
    margin: 5px 0px;
    position: relative;
    text-align: center;
}

.portalmenu > div div.icon:hover {
    background-color: #DFD3BA;
    display: table;
    width: 100%;
    animation-name: fadeIn;
    animation-duration: 0.5s;
}

.portalmenu > div div.icon p {
    display: none;
}

.portalmenu > div div.icon:hover p {
    color: #495058;
    font-size: 16px;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
    margin: 0px;
    padding: 0px 10px;
}

.portalmenu > div div.icon:hover img {
    display: none;
}

.portalmenu > div div.icon img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    cursor: pointer;
}

.knt_list_bildcontainer {
    position: relative;
    height: 300px;
    margin-bottom: 20px;
}

.knt_list_bildcontainer.katbanner {
    height: 400px;
}

.knt_list_bildcontainer img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.knt_list_textcontainer {
    min-height: 300px;
    margin-bottom: 20px;
    display: table;
}

.knt_list_textcontainer h2 {
    font-size: 40px;
    color: #495058;
}

.knt_list_textcontainer p,
.knt_list_textcontainer a {
    font-size: 16px;
    color: #495058;
}

.knt_list_textcontainer > p {
    display: table-cell;
    vertical-align: middle;
}

.knt_list_textcontainer > p > div.row {
    margin: 20px 0px;
}

.knt_list_textcontainer2 {
    margin-bottom: 50px;
}

.knt_list_textcontainer2 h2 {
    font-size: 40px;
    color: #495058;
    margin-bottom: 20px;
}

.knt_list_textcontainer2 p,
.knt_list_textcontainer2 a {
    font-size: 16px;
    color: #495058;
}

.knt_banner_referenzen {
    height: 300px;
    /* background: rgba(255, 228, 164, 0.2); */
    margin-bottom: 50px;
    text-align: center;
    display: table;
    width: 100%;
}

.knt_banner_referenzen > h1 {
    font-size: 40px;
    color: #495058;
    display: table-cell;
    vertical-align: middle;
}

.banner_bibliothek {
    height: 300px;
    /* background: rgba(255, 228, 164, 0.2); */
    margin-bottom: 50px;
    display: table;
    width: 100%;
}

.banner_bibliothek > h1 {
    font-size: 40px;
    color: #495058;
    display: table-cell;
    vertical-align: middle;
}

.knt_banner_termine {
    /* background: rgba(255, 228, 164, 0.2); */
    margin-bottom: 50px;
    width: 100%;
    display: table;
    padding: 0px 20px;
}

.knt_banner_termine > p {
    display: table-cell;
    vertical-align: middle;
}

.knt_banner_termine h2 {
    font-size: 40px;
    color: #495058;
}

.knt_bildcontainer_referenzen {
    position: relative;
    height: 100px;
}

.knt_bildcontainer_referenzen > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.nutzer_bildcontainer {
    position: relative;
    height: 200px;
}

.nutzer_bildcontainer > img {
    position: absolute;
    /*top:0;
	right:0;
	bottom:0;
	left:0;*/
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.termintitel {
    margin-bottom: 20px;
}

.terminphone > p {
    font-weight: bold;
}

.termintitel > h3 {
    text-transform: uppercase;
}

.terminlink > a {
    font-weight: bold;
}

.startportal_image_container {
    width: 10%;
    float: left;
}

.startportal_image_container > img {
    max-width: 100%;
    max-height: 100%;
}

.startportal_text_container {
    text-align: center;
    width: 75%;
    float: left;
}

.startportal_text_container > p {
    font-size: 18px;
    margin: 0;
    font-family: "Helvetica Neue LT W04_41488882";
    font-style: italic;
    /* font-family: 'Nothing You Could Do', cursive; */
}

.unterschrift_container {
    width: 150px;
    position: absolute;
    right: 15%;
    bottom: 0;
}

.unterschrift_container > img {
    max-width: 100%;
    max-height: 100%;
}

.row_list {
    margin-left: 0px;
    margin-right: 0px;
}

.row-list {
    margin-left: 0px;
    margin-right: 0px;
    padding-right: 0;
    margin-top: 15px;
}

.list1_include {
    min-height: 10px;
    height: auto;
    margin-top: 15px;
}

.list1_include1 {
    position: relative;
    padding: 0;
}

.preisdarstellung_liste {
    width: 100%;
    text-align: right;
}

.wk_modal {
    background-color: #FFF;
    position: absolute;
    max-width: 600px;
    min-width: 270px;
    min-height: 100px;
    max-height: auto;
    top: 5%;
    left: 0;
    right: 0;
    margin: auto;
}

.wk_modal > .modal-body {
    position: relative;
    height: auto !important;
}

.btn-default,
.btn-default:focus,
.btn-default:hover,
.btn-default:link,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
    background-color: #A6924D;
    border-color: #A6924D;
    color: #A6924D !important;
}

.btn-default.weisser_button {
    color: #A6924D;
}

.wk_modal .btn-info,
.wk_modal .btn-info:hover,
.wk_modal .btn-info:focus,
.wk_modal .modal-footer .btn.btn-default,
.wk_modal .modal-footer .btn.btn-default.active:focus,
.wk_modal .modal-footer .btn.btn-default.active:hover,
.wk_modal > .btn-primary,
.wk_modal > .btn-primary:focus,
.wk_modal > .btn-primary:hover {
    background-color: #A6924D;
    border-color: #A6924D;
    color: #FFF;
}

.begruessung {
    text-align: right;
    padding: 0px 30px 0px 0px;
}

.input-group .form-control.ME-detail:first-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    max-width: 55px;
    padding: 0px;
}

.ME_detail {
    padding-left: 5px;
    padding-top: 6px;
}

div[class^='gal_bild'] {
    position: absolute;
    padding: 10px 25px;
    /* border: 2px solid grey; */
    background: url(../../template/images/startseite_slider_feld_trans.png) repeat;
    top: 4.5vw;
    left: 15%;
    width: 70%;
    max-width: 1000px;
    height: auto;
    text-align: left;
    font-family: Arial;
    font-weight: 600;
}

div.gal_bild0 {
    position: absolute;
    padding: 10px 25px;
    /* border: 2px solid white; */
    background: url(../../template/images/startseite_slider_feld_trans.png) repeat;
    top: 4.5vw;
    left: 15%;
    width: 70%;
    max-width: 1000px;
    height: auto;
    text-align: left;
    font-family: Arial;
    font-weight: 600;
}

#startseite-slider div[class^='gal_bild'] {
    cursor: pointer;
}

hr[id^='blue'] {
    border: none;
    color: #A6924D !important;
    border-bottom: 1px solid #A6924D !important;
    width: 100%;

}

.portal-begruessung {
    /*background-color: #DFE3E6;*/
    background-image: url(../../template/images/bg-rz.png);
    background-position: 100% 100%;
    background-size: contain;
    background-repeat: no-repeat;
    max-height: 290px;
    height: 22vw;
    padding: 1% 3%;
}

.portal-begruessung h2 {
    line-height: 25px;
    margin: 1vw 1vw 0 0;
}

.portal-begruessung .slogan1 {
    padding-right: 37%;
}

.portal-begruessung .slogan2 {
    padding-right: 55%;
    margin-top: -11px;
}


.start-katalog {
    padding-bottom: 15px;
}

.start-katalog h5::before {
    content: url(../../template/images/grau.png);
    clear: right;
    display: block;
}

.start-katalog h5 {
    text-align: center;
    padding: 15px 15px 0px 15px;
    line-height: 30px;
}

.start-katalog .detail-katalog {
    padding-bottom: 15px;
    height: 304px;
    overflow: hidden;
    position: relative;
}

.col-md-3 > .katalog-item.detail-katalog {
    height: 350px;
    /*border: 1px solid green;*/
}

.col-md-4 > .katalog-item.detail-katalog {
    height: 300px;
    /*border: 1px solid red;*/
}

.col-xs-12 > .katalog-item.detail-katalog {
    height: auto !important;
}

.detail-katalog h4::before {
    content: url(../../template/images/gold.png);
    clear: right;
    display: block;
}

.katalog-item.detail-katalog p {
    padding-right: 10px;
}

.detail-katalog h4 {
    text-align: center;
    padding: 15px 15px 0px 15px;
    line-height: 30px;
}

.detail-katalog .linkbutton {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: right;
    padding-right: 15px;
    background-color: white;
}

.katalog-item .panel-title {
    border: 1px solid #A6924D;
    background-color: #A6924D;
    border-radius: 10px;
    padding: 10px 35px;
    text-align: center;
    margin-left: 25%;
    margin-right: 25%;
    width: auto;

}

.katalog-item .panel-title span {
    display: block;
}

.hk-inhalt {
    margin-bottom: 15px;
    height: 23vw;
    max-height: 300px;
}

.katalog-item .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 0;
}

.katalog-item .panel {

    -webkit-box-shadow: none;
    box-shadow: none;
}

.detail-katalog.kfo-button {
    border: 1px solid #A6924D;
    background-color: #F7F4EF;
    text-align: center;
    padding-top: 110px;
    cursor: pointer;
}

a.blue,
a.blue:link,
a.blue:visited,
a.blue:hover,
a.blue:active,
a.blue:focus {
    color: #A6924D;
}

a.blue::after {
    font-family: FontAwesome;
    content: '\f04b';
    color: #A6924D;
}


.k_list .galbild_vorsch {
    height: 300px;
}

.portal14 {
    max-height: 300px;
    overflow: hidden;
    height: 24vw;
}

.navbar.navbar-default {
    margin-left: -15px;
    margin-right: -15px;
}

.embed-responsive.embed-responsive-16by9 {
    margin-bottom: 25px;
}


#backtop {
    z-index: 10002;
    bottom: 30px;
    right: 30px;
    opacity: 0;
    transition: all .3s ease-out;
    position: fixed;
}

#backtop button {
    color: #A6924D;
    background-color: transparent;
    outline: none;
    border: 5px;
    /* text-shadow: 1px 1px 7px #fff; */

}

#backtop button:hover {
    cursor: pointer;
    background-color: transparent;

}

#backtop button.btn:active {
    box-shadow: none;
}

.fa-fw {
    color: #A6924D;
    margin-bottom: 25px;
    width: 2em;
}

.show {
    opacity: 1 !important
}


.xxx--portal-mod-1-13 {
    display: none;
}
.modal-body-pupw {
    height: 65vh !important;
}

/* Extra Small */

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    .navbar-nav > li {
        float: left;
        padding: 2vw;
    }


    html {
        font-size: 12px;
    }

    body {
        font-size: 12px;
    }

    .container2 {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100%;
    }

    a,
    p {
        font-size: 12px;
    }

    a:link,
    a:visited,
    a:hover,
    a:active,
    a:focus {
        font-size: 12px;
    }

    h1 {
        font-size: 18px;
    }

    h2 {
        font-size: 16px;
    }

    h3 {
        font-size: 14px;
    }

    h4 {
        font-size: 12px;
    }

    h5 {
        font-size: 10px;
    }

    .knt_list_textcontainer h2,
    .knt_list_textcontainer2 h2 {
        font-size: 20px;
    }

    .knt_list_textcontainer p,
    .knt_list_textcontainer a,
    .knt_list_textcontainer span,
    .knt_list_textcontainer2 p,
    .knt_list_textcontainer2 a,
    .knt_list_textcontainer2 span {
        font-size: 12px;
    }

    .warenk_table_bestellflaeche,
    .table_warenkorb_buttonleiste,
    .belegliste_kopf_preiseinheit,
    .belegliste_inhalt_preiseinheit,
    .belegliste_kopf_mengeneinheit,
    .belegliste_inhalt_mengeneinheit,
    .belegliste_kopf_bestand,
    .belegliste_inhalt_bestand,
    .belegliste_kopf_rabatt,
    .belegliste_inhalt_rabatt,
    .belegliste_kopf_pos,
    .belegliste_inhalt_pos,
    .belegliste_kopf_gesamtpreis,
    .belegliste_inhalt_gesamtpreis {
        display: none;
    }

    .abstand_summenfeld2 {
        padding-right: 0px;
    }

    .portalmenu {
        margin: 0px;
        padding: 45px 0px;
        min-height: 300px;
        height: 100%;
        /* background: rgba(255, 228, 164, 0.2); */
    }

    .portalmenu > div {
        height: 75px;
    }

    .portalmenu > div div {
        height: 60px;
        margin: 5px 0px;
        position: relative;
        text-align: center;
    }

    .portalmenu > div div.icon {
        display: table;
        width: 100%;
    }

    .portalmenu > div div.icon span {
        color: #495058;
        font-size: 16px;
        font-weight: bold;
        display: table-cell;
        vertical-align: middle;
        text-align: right;
    }

    .portalmenu > div div.icon img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: unset;
        max-width: 100%;
        max-height: 100%;
        cursor: pointer;
    }

    .infobox,
    .newsbox {
        height: 50px;
        width: 50px;
        background: #A6924D;
        text-align: center;
        cursor: pointer;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 2;
        transition: 0.5s;
    }

    .newsbox {
        top: 52px;
    }

    .infobox.open,
    .newsbox.open {
        margin-right: 85%;
    }

    .infobox > p,
    .newsbox > p {
        line-height: 50px;
        color: #FFFFFF;
        font-weight: bold;
        font-size: 32px;
    }

    .wkbox_inhalt,
    .infobox_inhalt,
    .newsbox_inhalt {
        position: fixed;
        right: 0;
        top: 0;
        width: 0;
        height: 100%;
        overflow-x: hidden;
        transition: 0.5s;
        z-index: 3;
        background: #FFFFFF;
    }

    .newsbox_inhalt {
        top: 100px;
    }

    .wkbox_inhalt.open,
    .infobox_inhalt.open,
    .newsbox_inhalt.open {
        width: 85%;
        border: 2px solid #A6924D;
        padding: 10px;
    }

    .knt_list_bildcontainer {
        position: relative;
        height: 200px;
        margin-bottom: 20px;
    }

    .knt_list_bildcontainer.katbanner {
        height: 200px;
    }

    .breadcrumb p,
    .breadcrumb a,
    .breadcrumb span {
        font-size: 12px;
        line-height: unset;
    }

    .startportal_container {
        margin-top: 50px;
        opacity: 0;
    }

    .startportal_image_container {
        width: 100%;
    }

    .startportal_image_container > img {
        max-width: 100%;
        max-height: 100%;
    }

    .startportal_text_container {
        margin-top: 20px;
        text-align: center;
        width: 100%;
    }

    .startportal_text_container > p {
        font-size: 18px;
        margin: 0;
    }

    .unterschrift_container {
        width: 110px;
        position: absolute;
        right: 0;
        bottom: -40px;
    }

    .unterschrift_container > img {
        max-width: 100%;
        max-height: 100%;
    }

    .warenk_td_summen {
        font-size: 16px;
        padding-top: 4px;
        padding-bottom: 4px;
    }

    table[id='table_at_b1'] .wk_belegsumme {
        padding-right: 10px;
    }

    .begruessung {
        text-align: right;
        padding-right: 15px;
    }

    .begruessung span {
        white-space: nowrap;
    }

    .artikeldetail_button {
        padding: 0px;
    }

    .artikeldetail_button button {
        margin-bottom: 20px;
    }

    .input-group .form-control.ME-detail:first-child {
        max-width: 57px
    }

    .navbar-toggle {
        margin-top: 25px;
        margin-right: 0;
        margin-bottom: 8px;
    }

    .portal-begruessung {
        padding: 1% 3%;
    }

    .detail-katalog {
        height: auto;
    }

    div[class^='gal_bild'] {
        position: relative;
        top: unset;
        left: unset;
        width: 100%;
        max-width: 1000px;
        padding: 0;
    }

    .navbar-default .navbar-nav {
        /* margin-left: -30px; */
        float: none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
    }

    .portal14 {
        overflow: unset;
        margin: 0 15px;

    }

    .hk-inhalt {
        margin-bottom: 15px;
        height: unset;
        max-height: unset;
    }

    .katalog-item .panel-title {
        margin-left: 0 !important;
        margin-right: 0 !important;
        border-radius: 4px;
        width: auto;
    }

    .navbar-default .navbar-nav > li > a img {
        margin-left: -15px;
        margin-right: -20px;
    }

    .detail-katalog.kfo-button {
        margin-top: 15px;
        padding: 20px;
        cursor: pointer;
    }

    .searchform > .input-group > .form-control {
        width: 79vw !important;
    }

    .menuitem {
        width: 33.33%;
    }

}

@media (max-width: 700px) {
    .portal-begruessung p,
    .portal-begruessung h2 {
        display: none;
    }

    .xxx--portal-mod-1-13 {
        background-color: #DFE3E6;
        padding: 1vw 10px;
        display: block;
    }

    .navbar-default.active .navbar-nav > li > a > span > .fa {
        width: 14vw;
        font-size: 8.6vw;
    }

}

@media (max-width: 430px) {
    .menu i.fa {
        font-size: 7.5vw;
        letter-spacing: -1.5vw;
    }

    .xxx--page-header--menu img {
        /* width: 100%; */
        margin-left: -3vw;
    }

    .headimg .menu .navbar-toggle {
        margin-top: 5vw;
        margin-right: 0;
        margin-bottom: 8px;
    }

    .portal-begruessung div {
        width: 100%;
    }

    .headimg .menu .navbar-toggle .icon-bar {
        margin-right: -20px;
    }

    .navbar-nav > li {
        float: left;
        padding: 2vw;
    }

    .searchform > .input-group > .form-control {
        width: 80vw !important;
    }

    .search-form {
        margin-right: 3vw !important;
    }

    .navbar-default.active .navbar-nav > li > a > span > .fa {
        width: 16vw;
    }
}


@media (max-width: 320px) {

    .searchform > .input-group > .form-control {
        width: 88vw !important;
    }

}


@media (min-width: 768px) {
    .navbar-nav > li {
        float: left;
        /*padding: 2.5vw;*/
    }
}

/* Small */

@media (min-width: 768px) and (max-width: 991px) {
    html {
        font-size: 14px;
    }

    body {
        font-size: 14px;
    }

    a,
    p {
        font-size: 14px;
    }

    a:link,
    a:visited,
    a:hover,
    a:active,
    a:focus {
        font-size: 14px;
    }

    h1 {
        font-size: 20px;
    }

    h2 {
        font-size: 18px;
    }

    h3 {
        font-size: 16px;
    }

    h4 {
        font-size: 14px;
    }

    h5 {
        font-size: 12px;
    }

    .knt_list_textcontainer h2,
    .knt_list_textcontainer2 h2 {
        font-size: 30px;
    }

    .knt_list_textcontainer p,
    .knt_list_textcontainer a,
    .knt_list_textcontainer span,
    .knt_list_textcontainer2 p,
    .knt_list_textcontainer2 a,
    .knt_list_textcontainer2 span {
        font-size: 14px;
    }

    .navbar-default .navbar-nav {
        /* margin-left: -30px; */
        float: none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
    }

    .portalmenu {
        margin: 0px;
        padding: 45px 0px;
        min-height: 300px;
        height: 100%;
        /* background: rgba(255, 228, 164, 0.2); */
    }

    .portalmenu > div {
        height: 75px;
    }

    .portalmenu > div div {
        height: 60px;
        margin: 5px 0px;
        position: relative;
        text-align: center;
    }

    .portalmenu > div div.icon {
        display: table;
        width: 100%;
    }

    .portalmenu > div div.icon span {
        color: #495058;
        font-size: 16px;
        font-weight: bold;
        display: table-cell;
        vertical-align: middle;
        text-align: right;
    }

    .portalmenu > div div.icon img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: unset;
        max-width: 100%;
        max-height: 100%;
        cursor: pointer;
    }

    .infobox,
    .newsbox {
        height: 50px;
        width: 50px;
        background: #A6924D;
        text-align: center;
        cursor: pointer;
        position: fixed;
        right: 0;
        top: 10%;
        z-index: 2;
        transition: 0.5s;
    }

    .newsbox {
        top: 20%;
    }

    .infobox.open,
    .newsbox.open {
        margin-right: 85%;
    }

    .infobox > p,
    .newsbox > p {
        line-height: 50px;
        color: #FFFFFF;
        font-weight: bold;
        font-size: 32px;
    }

    .infobox_inhalt,
    .newsbox_inhalt {
        position: fixed;
        right: 0;
        top: 10%;
        width: 0;
        height: 100%;
        overflow-x: hidden;
        transition: 0.5s;
        z-index: 2;
        background: #FFFFFF;
    }

    .newsbox_inhalt {
        top: 20%;
    }

    .infobox_inhalt.open,
    .newsbox_inhalt.open {
        width: 85%;
        border: 2px solid #A6924D;
        padding: 10px;
    }

    .knt_list_bildcontainer {
        position: relative;
        height: 300px;
        margin-bottom: 20px;
    }

    .knt_list_bildcontainer.katbanner {
        height: 300px;
    }

    .breadcrumb p,
    .breadcrumb a,
    .breadcrumb span {
        font-size: 14px;
        line-height: unset;
    }

    .startportal_container {
        margin-top: 50px;
        opacity: 0;
    }

    .startportal_image_container {
        width: 20%;
        float: left;
    }

    .startportal_image_container > img {
        max-width: 100%;
        max-height: 100%;
    }

    .startportal_text_container {
        text-align: center;
        width: 80%;
        float: left;
    }

    .startportal_text_container > p {
        font-size: 18px;
        margin: 0;
    }

    .unterschrift_container {
        width: 110px;
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .unterschrift_container > img {
        max-width: 100%;
        max-height: 100%;
    }

    .searchform > .input-group > .form-control {
        width: 75vw !important;
        max-width: 447px;
    }

    .menuitem {
        width: 33.33%;
    }

}


/* Medium */

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-default .navbar-nav {
        /* margin-left: -30px; */
        float: none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
    }

    .startportal_image_container {
        width: 10%;
        float: left;
    }

    .startportal_image_container > img {
        max-width: 100%;
        max-height: 100%;
    }

    .startportal_text_container {
        text-align: center;
        width: 90%;
        float: left;
    }

    .startportal_text_container > p {
        font-size: 18px;
        margin: 0;
    }

    .unterschrift_container {
        width: 110px;
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .unterschrift_container > img {
        max-width: 100%;
        max-height: 100%;
    }

    .searchform > .input-group > .form-control {
        width: 70vw !important;
    }

}


/* Large */

@media (min-width: 1200px) {
    .navbar-default .navbar-nav {
        /* margin-left: -30px; */
        float: none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
    }
}

.startportal_container {
    /* margin-top: 50px; */
    opacity: 0;
}

.myFadeIn {
    opacity: 1;
    animation-duration: 3s;
    animation-name: fadeInUp;
    z-index: -100;
}

.myFadeOut {
    opacity: 0;
    animation-duration: 10s;
    animation-name: fadeOutDown;
    z-index: -100;
}

.suche_tz {
    /* border: 1px solid blue; */
    border-bottom: 2px solid #A6924D;
}

.search-form {
    margin-right: 30px;
}

.nav > li > a > img,
.navbar li img {
    max-height: 100px;
}

.xxx--portal-mod--block.xxx--portal-mod--block-html > p > img,
.xxx--portal-mod--block.xxx--portal-mod--block-html > p > a > img,
.xxx--portal-mod--block.xxx--portal-mod--block-html > a > img {
    width: 100%;
    max-width: 250px;
    margin-top: 15px;
}



/*
 *
 *
 * CUSTOM
 *
 */


/**
 * list
 * @package xxx
 * @component
 */

.xxx--list---level .xxx--list---level {
    padding-left: 15px;
}

.xxx--list-item > .xxx--collapse {
    border-top: thin solid #666;
    border-bottom: thin solid #666;
}

.xxx--list-item > .xxx--collapse.xxx---is-collapsed {
    border-top: thin solid #fff;
    border-bottom: thin solid #fff;
}

.xxx--list-item:last-of-type > .xxx--collapse {
    border-bottom: thin solid #fff !important;
}


/**
 * elastic-search
 * @package xxx
 * @component
 */

.xxx--elastic-search-suggestion--label input {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.xxx--elastic-search-suggestion--label > input {
    padding-left: 7px;
    padding-right: 7px;
}

.xxx--elastic-search-nav--title {
    padding: 7px 15px;
}

.xxx--elastic-search-nav--list-item {
    position: relative;
}

.xxx--elastic-search-nav--link,
.xxx--elastic-search-nav--link-label,
.xxx--elastic-search-nav--link-count,
.xxx--elastic-search-nav--caret,
.xxx--elastic-search-nav--caret > i {
    transition: background 300ms ease, border 300ms ease, color 300ms ease, padding 300ms ease, margin 300ms ease, top 300ms ease, left 300ms ease, right 300ms ease, bottom 300ms ease;
}

.xxx--elastic-search-nav--link {
    padding: 7px 15px;
}

.xxx--elastic-search-nav--link-label {
    padding-right: 45px;
    font-size: 15px;
    color: #666;
}

.xxx--elastic-search-nav--link:hover .xxx--elastic-search-nav--link-label {
    padding-left: 5px;
    color: #111;
}

.xxx--elastic-search-nav--link-count {
    position: absolute;
    top: 8px;
    right: 25px;
    color: #aaa;
    font-size: 12px;
}

.xxx--elastic-search-nav--link:hover .xxx--elastic-search-nav--link-count {
    color: #999;
}

.xxx--elastic-search-nav--caret {
    position: absolute;
    top: 0;
    right: 0;
    padding: 7px 5px;
    background: #ededed;
    border-left: thin solid #ccc;
}

.xxx--elastic-search-nav--caret > i {
    color: #999;
}

.xxx--elastic-search-nav--caret:hover > i,
.xxx--elastic-search-nav--link:hover + .xxx--elastic-search-nav--caret > i {
    color: #000;
}

.xxx--elastic-search-nav--link:hover + .xxx--elastic-search-nav--caret,
.xxx--elastic-search-nav--caret:hover {
    background: #dedede;
}

.xxx--elastic-search-nav--caret:hover {
    right: -5px;
    padding-left: 10px;
    border-left-color: #999;
}

.xxx--elastic-search-nav--link.xxx---is-active .xxx--elastic-search-nav--link-label,
.xxx--elastic-search-nav--link.xxx---is-active .xxx--elastic-search-nav--link-count,
.xxx--elastic-search-nav--caret.xxx---is-active > i {
    color: #2387fa;
}


/**
 * portal
 * @package xxx
 * @component
 */

.xxx--portal-mod--headline {
    padding: 30px;
    margin-bottom: 30px;
    border-bottom: thin solid #0a71b4;
    font-size: 16px;
    font-weight: bold;
    color: #0a71b4;
}

.xxx--portal-mod--block-link {
    position: relative;
    display: block;
    min-height: 60px;
    margin: 15px;
    overflow: hidden;
    border: thin solid #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    transition: box-shadow 300ms ease;
}

.xxx--portal-mod--block-link:hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, .6);
}

.xxx--portal-mod--block-link--label {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #0a71b4;
    background: rgba(255, 255, 255, .9);
    transition: padding 300ms ease;
}

.xxx--portal-mod--block-link:hover .xxx--portal-mod--block-link--label.xxx---has-src {
    padding: 30px 15px;
}

.xxx--portal-mod--block-link--image-background {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* SPECIAL */
.xxx--portal-start > .clearfix {
    margin: 0 -30px;
}


/**
 * collapse
 * @package xxx
 * @component
 */
.xxx--collapse {
    max-height: 1000px;
    overflow: hidden;
    transition: max-height 500ms ease, padding-top 500ms ease, margin-bottom 500ms ease, opacity 500ms ease, border 500ms ease, background 500ms ease, border 500ms ease;
}

.xxx--collapse.xxx---is-collapsed {
    max-height: 0;
}

.xxx--collapse.xxx---is-expanded {
    max-height: 3000px;
    overflow: visible;
}


/**
 * scroll-sticky
 * @package xxx
 * @component
 */

.xxx--scroll-sticky {
    position: fixed !important;
    top: 0;
    z-index: 100000;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .5);
}

.xxx--scroll-sticky .navbar-logo {
    display: block !important;
    height: 45px;
    padding-left: 5px;
    padding-top: 3px;
}

.xxx--scroll-sticky .xxx--page-header--img {
    display: none;
}


/**
 *
 * @package xxx
 * @modifier
 */

.xxx---relative {
    position: relative;
}

.xxx---absolute {
    position: absolute;
}

.xxx---absolute-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.xxx---none {
    display: none !important;
}

.xxx---clear {
    clear: both !important;
}

.xxx---shadow {
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

.xxx---block,
.xxx---block-inside > *,
.xxx---inside-block > * {
    display: block !important;
}

.xxx---inline,
.xxx---inline-inside > *,
.xxx---inside-inline > * {
    display: inline-block !important;
}

.xxx---vertical-top,
.xxx---inline-inside.xxx---vertical-top > *,
.xxx---inside-inline.xxx---vertical-top > * {
    vertical-align: top;
}

.xxx---center-y {
    position: absolute;
    top: 50%;
    transform: translateY(50%);
}

.xxx---square {
    width: 100%;
}

.xxx---square:after {
    content: '';
    display: block;
    padding-bottom: 100%;
}

.xxx---pt-zero {
    padding-top: 0 !important;
}

.xxx---pb-zero {
    padding-bottom: 0 !important;
}


/*
 *
 * MISC
 */

.logo-image {
    margin-bottom: 20px;
}

.slider-start-content--headline {
    color: #fff;
    font-size: 50px;
}

.slider-start-content--text {
    padding-right: 60px;
    color: #fff;
    font-size: 25px;
    line-height: 1.5;
}


