/* Standard Styleangaben */
/* ACHTUNG: nicht ändern! */
/* Karousel-Fade */
.xxx-carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.xxx-carousel-fade .carousel-inner .item,
.xxx-carousel-fade .carousel-inner .active.left,
.xxx-carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.xxx-carousel-fade .carousel-inner .active,
.xxx-carousel-fade .carousel-inner .next.left,
.xxx-carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.xxx-carousel-fade .carousel-inner .next,
.xxx-carousel-fade .carousel-inner .prev,
.xxx-carousel-fade .carousel-inner .active.left,
.xxx-carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.xxx-carousel-fade .carousel-indicators,
.xxx-carousel-fade .carousel-control {
    display: none;
}
.xxx-rotate {
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
.xxx-hover {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .7);
}
.xxx-hover:hover {
    background-color: rgba(255, 255, 255, 0);
}
.xxx-scroll-sticky {
    position: fixed;
    top: 0;
    z-index: 1000;
    background-color: white;
}

/* Warenkorb Styles */
.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: 30px;
}
.wk_stufen .symbol {
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #333;
    font-size: 25px;
    text-align: center;
}

.wk_stufen .title {
    padding-left: 35px;
    line-height: 30px;
    font-size: 20px;
}
.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;
    border: 1px solid #CCC;
    background-color: #EEE;
    color: #333;
    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-size: 16px;
    font-weight: bold;
}
.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;
}

/* CookieBar */
.cookie-warn {
    width: 100%;
    background: #FFF;
    color: #707070;
}
*[class*="cookie-warn---sticky-"] {
    position: fixed;
    z-index: 1100;
    left: 0;
    right: 0;
}
.cookie-warn---sticky-top {
    top: 0;
}
.cookie-warn---sticky-bottom {
    bottom: 0;
}
.cookie-warn---shadow {
    box-shadow: 0 0 6px rgba(0, 0, 0, .3);
}
.cookie-warn .container {
    position: relative;
}
.cookie-warn--message {
    display: block;
    padding: 10px 40px 10px 0;
}
.cookie-warn--close {
    position: absolute;
    right: 5px;
}
.cookie-warn---sticky-top .cookie-warn--close {
    bottom: 10px;
}
.cookie-warn---sticky-bottom .cookie-warn--close {
    top: 10px;
}
.cookie-warn--mobile a,
.cookie-warn--message a {
    color: inherit !important;
    font-size: inherit !important;
    text-decoration: underline !important;
    transition: color 300ms ease;
}
.cookie-warn--mobile a:hover,
.cookie-warn--message a:hover {
    color: #000 !important;
}