/* responsives Layout mit Grid Layout ab Z. 210   */

/* ====================================================   GLOBAL DEFINITION   ==================================================== */
* {
    box-sizing: border-box;
}


/* -- Allgemeines -- */
html {
    background: var(--site-bg-color);
    color: black;
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* - Der Hauptinhaltsteil - */
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0 auto;
    padding: 1%;
    max-width: var(--site-width);
    width: 90%;
    font-family: var(--main-font-family);
    border-top: 0;
    position: relative;
}

main {
    flex: 1 0 auto;
    padding: 0 2%;
    line-height: 1.5em;
}

/* - Logo bzw. Kopf - */
header {
    background: var(--title-color);
    height: 90px;
    margin: 1em 3% -20px 3%;
    padding: 0;
    text-align: left;
}

.skip { /* Da ein wichtiger Screenreader das display: none; richtet sich vor allem an Blinde. */
    position: absolute;
    margin-left: -9999px;
}

section{
    display : inline-block;
    float: right;
    clear:right;
    flex-grow: 1;
    width:75%;
}

/* - Sidebar, Rechte Spalte - */
aside {
    float: left;
    clear:left;
    display : inline-block;
}
aside dt { /* Die einzelnen Überschriften in der Sidebar */
    font-size: 1.2em;
    font-family: Georgia, "Times New Roman", Times, serif;
    padding: 0.5em;
    margin-top: 1em;
    border-top: 1px dotted #aaa; /* Hier eine optische Trennungslinie zwischen den einzelnen Bereichen der Sidebar. */
}
aside dd { /* Die Unterpunkte der Sidebar. */
    padding: 0;
    margin: 0.2em 0;
}

footer {
    position: relative;
    flex-shrink: 0;
    color: white;
    background-color: var(--nav-bg-color);
    font-size: 10pt;
    bottom: 10pt;
    margin: 40px 0 0 0;
    width: 100%;
    border-top: 0;
    clear: both; /* Damit #main mindestens so hoch ausgedehnt wird wie aside, falls aside länger sein sollte. */
}

footer a{
    color: white;
}

footer div {
    margin:0 auto;
    display:inline-block;
}

a { color: black; text-decoration: none; }
a:visited { color: black; }
a:focus {background-color: darkgray;}
.image_cart a:focus {background-color: white;}

h1 { /* Die Überschrift jeder Seite stellen wir besonders da, denn sie ist sehr wichtig. */
    font-size: 2.7em;
    font-weight: normal;
    line-height: 0.8em;
    padding: 0.6em 0 0.2em 2%;
    margin: 0;
    border-bottom: 1px dashed #E6E6FA;
}

/*DL, DT, DD Datenliste*/
dl 	{ margin-bottom:50px;}

dl dt {
    float:left;
    font-weight:bold;
    margin-right:5px;
    padding:5px;
    width:50%;
}

dl dd {
    margin:2px 0;
    padding:5px 0;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.fleft { /* Fliesstext */
    float: left;
    margin: 0 1em 0.2em 0; /* Man sollte einen schönen Abstand wählen, sonst kleben die Sachen so am Text. */
    width: 33%;
}

.fright {
    float: right;
    margin: 0 0 0.2em 1em;
    width: 33%
}

.header_top{
    width: 100%;
}

.header_top .left img{
    margin-left: 0;
}

.header_top .right{
    margin-top: 22px;
}

#part_1, #part_2{
    width: 15%;
    min-width: 200px;
    margin-left: 3%;
}
#part_3{
    width: 20%;
    min-width: 200px;
    margin-left: 3%;
}
#part_4{
    width: 30%;
    min-width: 200px;
    margin-left: 3%;
    border-spacing: 0.5em;
}

/* responsive table */
.table {
    display: table;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    border: 1px;
}

.table-row-header {
    padding-right: 5px;
    text-align: right;
    border-bottom: 1px solid rgba(136,136,136 ,1);
    padding-bottom: 5px;
    vertical-align: inherit;
    font-weight: bold;
}

.table-row {
    display: table-row;
    min-width: 15em;
    width: 100%;
    margin-bottom: 15px;
}
.table > :not(:first-child) {
    border-top: 1px solid rgba(136,136,136 ,0.2);
}
.table > :not(caption) > * > * {
    padding: 0;
    border-width: 1px;
    box-shadow: none;
}

.table-row-solid {
border: 1px solid rgba(136,136,136 ,0.2);
}
.table-row-bg-basisarticle {
background-color: #eef8ee;
}
.table-row-bottom-line {
border-bottom: 1px solid rgba(136,136,136 ,1);
padding-bottom: 5px;
}

.table-row-hover:hover {
border: 1px solid rgba(136,136,136 ,1);
}

.table-header {
display: table-cell;
vertical-align:top;
padding: 5px;
}
.table-cell {
display: table-cell;
vertical-align:top;
padding: 5px;
}
.table-cell:nth-child(1) { }
.table-cell:nth-child(2) { min-width: 15em; }
.table-cell:nth-child(3) { }
.table-cell:nth-child(4) { min-width: 5em; }
.table-cell-6 {
display: table-cell;
vertical-align:top;
    padding: 5px;
}
.table-cell-6:nth-child(1) { }
.table-cell-6:nth-child(2) { min-width: 15em; }
.table-cell-6:nth-child(3) { }
.table-cell-6:nth-child(4) { }
.table-cell-6:nth-child(5) { min-width: 5em; }

/* Elements */
.buttons{
    margin-top: 15px;
    width: 100%;
}
.buttons .back_button{
    margin-right: 2%;
}
.buttons .item_quantity{
    margin-bottom: 2%;
}
.buttons input[type="button"], .yesNo input[type="button"]{
    padding: 10px;
    border: none;
    color: white;
}
.buttons input[type="text"]{
    padding: 5px;
}

.buttons input[type="button"]:hover, .yesNo input[type="button"]:hover{
    color: var(--hover-color);
    cursor: pointer;
}
.cart_button_list{
    background-color: rgba(136,136,136 ,1);
}
.cart_button{
    background-color: rgba(136,136,136 ,1);
}
.cart_button:disabled{
    pointer-events: none !important;
    color: #e83939;
    background-color: #ffffff;
}
.info_button{
    background-color: rgb(216, 236, 157);
}
.back_button{
    background-color: rgba(136,136,136 ,0.5);
}
.btn_gross{
    width: 100%;
    margin-bottom: 2%;
}
.btn_klein{
    width: 48%;
}
.form_button{
    cursor: pointer;
}

.title {
    width: 100%;
    height: 74px;
    line-height: 74px;
    text-align: center;
    background-color: rgba(105,105,105 ,0.6);
    color: white;
    position: absolute;
    bottom: 0;
    text-shadow: -1px 0 darkgray, 0 1px darkgray, 1px 0 darkgray, 0 -1px darkgray;
}

.title p {
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;
}

#cookie-popup {
    text-align: center;
    background: lightgrey;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    font-size:14px;
    line-height:20px;
    padding: 20px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
}

/* - Menü - */

.main-menubar {
    background: var(--nav-bg-color);
    padding: 5px 0;
    margin-bottom: 10px;
}

nav ul{
    list-style-type: none;
}

.navMenu {
    max-width: var(--site-width);
}

.navMenu nav ul {
    text-align: left;
    color: white;
    margin: 0;
}

.navMenu nav ul li {
    display: inline;
    list-style-type: none;
    border-left: 1px solid white;
    padding: 0 .5em 0 .5em;
}

.navMenu nav ul li a {
    color: white;
    padding:0.1em 1em;
    border-radius:0.2em;
    text-decoration: none;
}

.navMenu nav ul li a:hover,
.navMenu nav ul li a:focus {
    background-color: var(--navmenu_title_hover);
    opacity:0.8;
}

.navMenu nav ul li:hover:after{
    color: var(--navmenu_title_hover);
}

/* breadcrumb nav*/
.breadcrumbs{
    margin-left: 0;
}
.breadcrumbs nav ul {
    margin: -5px;
    padding: 0;
    display: inline-block;
}
.breadcrumbs nav ul li:first-child{
    font-weight: bold;
    color: var(--hover-color);
}
.breadcrumbs nav ul li{
    float: left;
}
.breadcrumbs nav ul li:hover a{
    color: var(--hover-color);
}
.breadcrumbs nav ul li:after{
    content: ' /';
}
.breadcrumbs nav ul li:before{
    content: '\00a0';
}
.breadcrumbs nav ul li:last-child{
    font-weight: bold;
    color: var(--hover-color);
}
.breadcrumbs nav ul li:last-child a{
    font-weight: bold;
    color: var(--hover-color);
}
.breadcrumbs nav ul li:last-child:after{
    content: '';
}

/**** Formulare ****/
/* generics */
.form_field_1{
    width: 90%;
    margin-right: 5%;
    float: left;
}

.form_field_2{
    width: 45%;
    margin-right: 5%;
    float: left;
}

/* data formulare */
.data-form form {
    display: block;
    width: 75%;
    padding: 2em;
}

.data-form button,
.data-form label,
.data-form input {
    display: block;
    margin-bottom: 2em;
    border: none;
    border-bottom: 1px solid #eaeaea;
    padding: 0.5em 0 1.25em;
    color: #757575;
}

.formular label,
.formular select,
.formular input[type="text"],
.formular input[type="password"],
.formular input[type="email"]{
    margin-right: 5%;
    float: left;
}

.formular select {
    min-height:38px;
    border:1px solid #000;
    background-color:white;
    margin-left:-1px;
    padding:5px 0;
    display:inline-block;
}

.formular textarea{
    padding: 10px 20px;
    margin: 4px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/* login / register formular*/
.log-form form {
    display: block;
    width: 50%;
    padding: 2em;
}

#login input {
    text-align: center;
}

.log-form button,
.log-form label,
.log-form input {
    display: block;
    width: 100%;
    margin: auto auto 1em;
    border: none;
    border-bottom: 1px solid #eaeaea;
    padding: 0.5em 0 0.8em;
    color: #757575;
}

.register label,
.register select,
.register input[type="text"],
.register input[type="password"],
.register input[type="email"]{
    width:45%;
    margin-right: 5%;
    float: left;
}

.register select {
    min-height:38px;
    border:1px solid #000;
    background-color:white;
    margin-left:-1px;
    padding:5px 0;
    display:inline-block;
}

.register textarea{
    width: 100%;
    padding: 10px 20px;
    margin: 4px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.passwortVergessen {
    display: none;
    margin-top: 40px;
    padding: 15px;
    border: 1px solid rgba(136,136,136 ,0.2);
}

/* -- Elementspezifisches -- */
#title bdi{
    font-family: 'Dancing Script', cursive;
    color: rgba(225,95,04,1);
    margin-left: 6em;
    font-size: 18pt;
}

#searchArticle {
    padding: 5px;
    border-radius: 10px;
    margin-left: 15px;
}

/* modale */
.modulWrapper {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(136,136,136 ,0.5);
    z-index: 5;
}
#favListDeleteWindow {
    margin-top: 15%;
    height: 150px;
    width: 100%;
    background-color: rgba(136,136,136 ,1);
    z-index: 6;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
}
.modulBody {
    text-align: center;
    color: white;
    width: 250px;
    height: 50px;
    padding-top: 25px;
    margin: auto;
}
.yesNo input[type="button"]{
    width: 46%;
    background-color: black;
}
.yesNo{
    margin-top: 20px;
}
#delFavList {
    margin-right: 2%;
}

/* Images */
.logoImg {
    height: auto;
    width: 160px;
}

.functional_icons{
    margin-top: 10px;
}

.formButton:hover {
    cursor: pointer;
    color: var(--hover-color);
    background-color: rgba(136,136,136 ,1);
}

/* nav menu */
#header_botttom nav a{
    color: white;
}
#header_botttom nav ul li:hover:after{
    color: rgba(95, 95, 95, 1);
}
#header_botttom nav ul li:after{
    content: ' |';
    color: white;
}
#header_botttom nav ul li:before{
    content: '\00a0';
}
#header_botttom nav ul li:last-child:after{
    content: '';
    color: black;
}

/* Infos */
.navDevInfo{
    color: yellow;
}
.navLoginInfo{
    color: lightskyblue;
}

/* RabattStaffel */
.rabattStaffel{
    padding: 10px;
    border: 1px solid black;
    background-color: #f3f2f2;
    position: absolute;
    z-index: 1000;
    display: block;
    font-size: 12px;
}

.rabattStaffel th{
    text-align: left;
}

/* assortmentlist */
.assortmenMenu{
    max-width: 350px;
}

.firstLayer{
    position: relative;
}

.secondLayer, .thirdLayer{
    position: absolute;
    margin-top: -23px;
    z-index: 1;
    left: 87%;
    width: 100%;
}
.secondLayer a, .thirdLayer a{
    color: rgba(63, 63, 63, 1);
}

.firstLayer > li{
    border-bottom: rgba(105,105,105 ,1) solid 1px;
}

.secondLayer > li, .thirdLayer > li{
    border-bottom: white solid 1px;
    background-color: rgba(237,237,237 ,1);
    padding-left: 5px;
}

.firstLayer li:hover > ul{
    display: block;
}
.secondLayer, .thirdLayer{
    display: none;
}

/* assortmentlist */
.level{
    position: relative !important;
}

.level > li{
    border-bottom: rgba(105,105,105 ,1) solid 1px !important;
}

.level li:hover > ul{
    display: block !important;
}

[class^="level_"] {
    display: none;
    position: absolute;
    margin-top: -23px;
    z-index: 1;
    left: 87%;
    width: 100%;
}

[class^="level_"] a{
    color: rgba(63, 63, 63, 1);
}

[class^="level_"] > li{
    border-bottom: white solid 1px;
    background-color: rgba(237,237,237 ,1);
    padding-left: 5px;
}

/* assortments */
.shopsortiment{
    float: left;
    width: 250px;
    height: 250px;
    margin-right: 4%;
    margin-bottom: 2%;
    padding: 0;
    -webkit-box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.75);
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.75);
    position: relative;
    text-align: center;
}

.shopsortiment img{
    max-width: 250px;
    max-height: 250px;
    width: auto;
    height: auto;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}
.shopsortiment a{
    display: block;
    height: 100%;
    width: 100%;
}
.shopsortiment a:hover .title{
    background-color: var(--shopsortiment_title_hover);
}

.shopsortiment .title {
    width: 100%;
    height: 74px;
    line-height: 74px;
    text-align: center;
    background-color: var(--shopsortiment_title);
    color: white;
    position: absolute;
    bottom: 0;
    text-shadow: -1px 0 darkgray, 0 1px darkgray, 1px 0 darkgray, 0 -1px darkgray;
}

.shopsortiment .title p {
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;
}

/* article list, chart & order */
.comboList {
    text-align: right;
}
.comboList select {
    padding: 5px;
    margin-bottom: 5px;
    width: 180px;
}
.comboList input {
    display: block;
    width: 100%;
    margin: 1em 0;
    border: none;
    border-bottom: 1px solid #eaeaea;
    padding: 0.5em 0 1.25em;
    color: #757575;
}

.multiselect-container { width: 270px; }
.multiselect-option { width: 270px; text-align: left; }
.multiselect-all { width: 270px; text-align: left; background: lightgrey}
.multiselect-container button input { margin-right: 10px; }

.sortBox{
    float: right;
    width: 300px;
}
.sortBox .sortText {
    width: 120px;
    margin-top: 5px;
    float: left;
}
.buttons input[type="text"]{
    padding: 5px;
}

/* warenkorb / Liste*/
#cartAmount, #listAmount {
    background-color: var(--pantone-color);
    color: white;
    font-weight: bold;
    font-size: 12pt;
    width: 30px;
    height: 30px;
    border-radius: 90px;
    line-height: 1.9;
    position: absolute;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(0, -150%);
}

.iconContainer{
    position: relative;
    font-size: 8pt;
    text-align: center;
    height: 60px;
}
.iconContainer img{
    max-height: 25px;
    max-width: 25px;
    width: auto;
    height: auto;
}
.iconContainer a{
    cursor: pointer;
}

.products_cart, .content_list{
    width: 100%;
    border-collapse: collapse;
}
.products_checkout tr:nth-child(odd) {
    background-color: #f5f5f5;
}
.spacer{
    height: 15px;
    border: none;
}
.products_checkout td{
    vertical-align: bottom;
    border-bottom: none;
}
.checkout_last_row td{
    border-top: 1px solid rgba(136,136,136 ,1);
    border-bottom: 1px solid rgba(136,136,136 ,1);
}

.image_hist{
    text-align: left;
    width: 100px;
}
.image_hist img{
    max-height: 52px;
    max-width: 52px;
    width: auto;
    height: auto;
}

.list_hist:hover {
    cursor: pointer;
    color: var(--hover-color);
    background-color: rgba(136,136,136 ,1);
}

.image_cart{
    float: left;
    display: flex;
    text-align: center;
    width: 260px;
    height: 200px;
}
.image_cart img{
/*    display: block;*/
    margin-left: auto;
    margin-right: auto;
    max-height: 200px;
    max-width: 200px;
    width: auto;
    height: auto;
    object-fit: contain;
}
.products_cart .titel, .content_list .titel{
    font-weight: bold;
    font-size: 1.1rem;
}
.cart_move_sign {
    max-width: 20px;
    padding: 5px;
    font-weight: bold;
    font-size: 45pt;
    text-align: center;
    cursor: pointer;
}
.price_cart, .price {
    width: 120px;
}
.price_cart{
    text-align: right;
}
.price_cart input{
    width: 100%;
    padding: 5px;
}
.delCartItem:hover, .delListItem:hover{
    cursor: pointer;
}
.delCartItem img, .delListItem img{
    width: 15px;
    height: auto;
}
#cart_total{
    text-align: right;
}
#cart_total .price, .price_cart .price{
    font-size: 16pt;
    font-weight: bold;
    color: var(--hover-color);
}
.cart_button_delete, .cart_button_update, .list_button_delete, .list_button_update, #addListToCart{
    padding: 10px !important;
    border: none; !important;
    width: 100% !important;
    margin-bottom: 2% !important;
    color: var(--button-text-color) !important;
    background-color: var(--button-bg-color) !important;
}
.content_list .cart_button, .content_list .list_button{
    border: none;
    padding: 5px;
}
.content_list .list_button{
    background-color: rgba(136,136,136 ,0.5);
}
.content_list .cart_button{
    background-color: rgba(136,136,136 ,1);
}
.content_list .cart_button:hover, .content_list .list_button:hover{
    color: var(--hover-color);
    cursor: pointer;
}
.content_list .amount {
    vertical-align: bottom;
}
.amount td{
    padding: 2px;
}
.amount input[type="text"],
.amount input[type="number"]
{
    width: 100%;
}
#createList{
    padding: 7px 0 7px 0;
    border: none;
    color: white;
    width: 62px;
    margin-left: 15px;
    background-color: rgba(136,136,136 ,1);
}
#addFavList, #startDeleteList, #loadFavList, #loadWatchList{
    padding: 7px;
    border: none;
    color: white;
    margin-left: 15px;
    background-color: rgba(136,136,136 ,1);
}
.cart_button_delete:hover,
.cart_button_update:hover,
.list_button_delete:hover,
.list_button_update:hover,
#addListToCart:hover,
#loadFavList:hover,
#loadWatchList:hover,
#createList:hover,
#addFavList:hover,
#startDeleteList:hover {
    color: var(--hover-color);
    background-color: rgba(136,136,136 ,0.5);
    cursor: pointer;
}
#favList input[type="text"], #selectFavList{
    padding: 5px;
    margin-top: 5px;
}
#checkoutMenu {
    padding-left: 25px;
}
#checkoutDiv{
    margin-top: 33px;
}
.checkout_button{
    font-size: 16pt;
    padding: 7px;
    border: none;
    color: white;
    margin-left: 15px;
    background-color: var(--pantone-color);
}
.checkout_button:hover{
    color: var(--hover-color);
    cursor: pointer;
}
.checkout_button[disabled] {
    background-color: var(--grey-color);
}
.checkout_button:hover[disabled] {
    cursor: not-allowed;
}
.import_button{
    font-size: 16pt;
    padding: 7px;
    border: none;
    color: white;
    margin-left: 15px;
    background-color: var(--pantone-color);
}

.import_button:hover{
    color: var(--hover-color);
    cursor: pointer;
}

.zustellAdressen tr{
    padding-bottom: 15px;
}
.zustellAdressen td:nth-child(1){
    vertical-align: top !important;
    width: 35px;
}

/* page limiter */
.cartPageLimiter{
    float: right;
}

.cartPageLimiter a, .pageLimiterText {
    overflow: hidden;
    display: inline-block;
    margin-right: 2px;
    padding: 10px;
    background-color: rgba(136,136,136 ,0.5);
    color: black;
}

.cartPageLimiter a:hover,.cartPageLimiter .currentPageLink {
    color: white;
    font-weight: bold;
    background-color: rgba(136,136,136 ,1);
}

/* Produkt Einzelansicht*/
.singleView{
    width: 100%;
    display: flex;
    align-content: flex-end;
}

.singleViewFrame{
    min-width: 50%;
    width: 100%;
    display: block;
}

.singleViewImage{
    max-width: 80%;
    width: auto;
    height: auto;
    text-align: center;
}

.singleViewDump{
    padding-top: 50px;
    max-width: 100%;
    width: auto;
    height: auto;
}

.singleViewText .price{
    font-weight: bold;
    font-size: 14pt;
    color: var(--pantone-color);
}
.singleViewText .nummer{
    font-weight: bold;
    font-size: 10pt;
}
.singleViewText .titel{
    font-weight: bold;
    font-size: 16pt;
}
.untertitel{
    font-weight: bold;
    font-size: 1rem;
}
.singleViewText p{
    font-size: 12pt;
    margin-bottom: 15px;
}

.singleViewText{
    display: block;
    width: 100%;
    min-height: 275px;
}

/* Sub Kategorien */
.sub_shopsortiment {
    float: left;
    position: relative;
    width: 250px;
    height: 250px;
    margin-right: 4%;
    margin-bottom: 2%;
    -webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 1px 0 rgba(0,0,0,0.15);
    box-shadow: 0 0 1px 0 rgba(0,0,0,0.15);
}

.art_shopsortiment {
    width: 180px;
    height: 230px;
    margin-right: 4%;
    margin-bottom: 2%;
    -webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 1px 0 rgba(0,0,0,0.15);
    box-shadow: 0 0 1px 0 rgba(0,0,0,0.15);
    display: inline-block;
}

.sub_shopsortiment img {
    max-width: 150px;
    max-height: 150px;
    top: 50%;
}

.art_shopsortiment img {
    max-width: 100px;
    max-height: 100px;
    top: 33%;
}

.sub_shopsortiment img,
.art_shopsortiment img {
    width: auto;
    height: auto;
    position: relative;
    transform: translateY(-50%);
}

.sub_shopsortiment a,
.art_shopsortiment a {
    display: block;
    height: 100%;
    width: 100%;
}

.sub_shopsortiment:hover,
.art_shopsortiment:hover {
    -webkit-box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.5);
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.5);
}

.sub_shopsortiment:hover a,
.art_shopsortiment:hover a {
    color: var(--hover-color);
}

.sub_title {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    padding-top: 5px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 10pt;
}

.imageLayer {
    height: 150px;
    text-align: center;
    padding: 25px 50px 10px 50px;
}

.imageLayer100 {
    height: 100px;
    text-align: center;
    padding: 25px 50px 10px 50px;
}

.sub_title p {
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;
}

/* Artikelanzahl mit Spin */
.product-add-to-cart {
    max-width: 440px;
    width: 100%;
}
.product-add-to-cart .input-group {
    padding: 0;
    border: 1px solid #c7c7c7;
    border-radius: 5px;
    flex-wrap: nowrap;
    height: 34px;
    overflow: hidden;
}
.product-quantity .input-group {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 440px;
    width: 100%;
}
.input-group-btn>.btn-touchspin {
    border: none;
    border-radius: 0;
    font-size: 16px;
    height: 100%;
    min-width: 0;
    padding: 0;
    width: 30px;
}
.input-group input[type=number] {
    -moz-appearance: textfield;
    border-bottom: none;
    border-radius: 0 !important;
    border-top: none;
    height: 100%;
    padding: 0 3px;
    text-align: center;
    z-index: 3;
}

/* Auflistung Artikel */
.rowMain{
    display: inline-block;
    width: 100%;
    -webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 1px 0 rgba(0,0,0,0.15);
    box-shadow: 0 0 1px 0 rgba(0,0,0,0.15);
    margin-bottom: 10px;
}
.rowMain a{
    height: 150px;
    width: 100%;
    display: inline-block;
}
.rowMain div{
    float: left;
}
.row_product{
    height: 150px;
}
.rowImage{
    width: 25%;
    height: 100%;
    text-align: center;
}
.rowText{
    padding-top: 25px;
    width: 50%;
}
.rowPrice{
    margin-top: 45px;
    width: 15%;
}
.rowImage img{
    max-width: 150px;
    max-height: 150px;
    width: auto;
    height: auto;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}

/* Auflistung Artikelattribute */
.attributTableDiv {
    width: 100%;
    display: block;
    max-height: 185px;
    overflow-y: auto;
}
.attributTable {
    width: 100%;
    font-size: 10pt;
    display: table;
}
.attributTable table{
    border-collapse: collapse;
}
.attributTable th,.attributTable td{
    vertical-align:top;
    font-weight: unset;
    line-height: 1.4;
}
.attributTable th{
    color: #fff;
    text-transform: uppercase;
    background-color: rgba(136,136,136 ,1);
}
.attributTable td{
    padding-top: 5px;
}

/* Scroll frame*/
div.scroll {
    margin:4px;
    padding:4px;
    background-color: lightgrey;
/*    width: 90%;*/
    height: 300px;
    overflow: auto;
    text-align:justify;
    font-size: 10pt;
}

div.scroll ul{
    list-style: square;
    margin-left:20px;
    padding:4px;
}

div.scroll p{
    padding:4px;
}

.infobox {
    white-space:nowrap;
    padding-top: 25px;
    padding-bottom: 25px;
}

/* slider checkbox */
.toggle-container {
    position: absolute;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
    width: 40px;
    height: 20px;
    pointer-events: none;
}

.toggle-container input {
    opacity: 0;
    width: 100%;
    height: 100%;
    pointer-events: all;
}

.slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    background-color: #808080;
    transition: 0.4s;
    pointer-events: none;
}

.slider::before {
    content: "";
    position: absolute;
    height: 12px;
    width: 12px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    transition: 0.2s;
    pointer-events: none;
}

.slider::after {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    right: 5px;
    bottom: 3px;
    transition: 0.2s;
    pointer-events: none;
    color: #fff;
}

input:checked + .slider {
    background-color: #2196f3;
}
input:checked + .slider:before {
    transform: translateX(20px);
}
input:checked + .slider:after {
    content: "";
    left: 8px;
}
.slider.round {
    border-radius: 16px;
}
.slider.round:before {
    border-radius: 50%;
}

/*********************************************************************/

/*####################### ADMIN #######################*/
/* profile */
.kundenDaten, .paymentCondition, .changePassword{
    padding: 2%;
}

.articleGroupList{
    padding: 5px;
    border:solid 1px;
}
.articleGroupList table{
    width: 100%;
    border-collapse: collapse;
}
.articleGroupList th,.articleGroupList td{
    text-align: left;
    font-weight: unset;
    line-height: 1.4;
    border-width: 3px;
    padding: 5px;
}
.articleGroupList th{
    color: #fff;
    background-color: rgba(136,136,136 ,1);
}
.articleGroupList td{
    padding-top: 5px;
}

.app-settings{
    padding: 0;
    width: 70%
}

.addressList{
    padding: 0;
}

.addressList table{
    width: 100%;
    border-collapse: collapse;
}

.addressList th,.addressList td{
    text-align: left;
    font-weight: unset;
    line-height: 1.4;
}
.addressList th{
    color: #fff;
    background-color: rgba(136,136,136 ,1);
}
.addressList td{
    padding-top: 5px;
}
#addressList select {
    padding: 5px;
    margin-bottom: 5px;
    width: 450px;
}
#parameterList select {
    padding: 3px 0;
    width: 100%;
}
#parameterList input[type=number],
#parameterList input[type=text],
#parameterList input[type=email],
#parameterList input[type=password],
#parameterList select
{
    width: 100%;
}

.delDifAddress:hover, .changeDifAddress:hover{
    cursor: pointer;
}
.delDifAddress img, .delCustomerUser img{
    width: 16px;
}

.orderTable{
    width: 100%;
}
.orderTable th{
    text-align: left;
    font-size: 12pt;
}
.orderTable td{
    text-align: left;
    font-size: 10pt;
    padding-right: 10px;
}

/* Admin Kategorien */
.bs_table_list th{
    border-right: 1px solid #b9bbbe;
    border-left: 1px solid #b9bbbe;
    border-bottom: 1px solid #b9bbbe;
    height: 35px;
    text-align:center
}

/* Admin Kategorien */
.bs_table_list td{
    border-right: 1px solid #b9bbbe;
    border-left: 1px solid #b9bbbe;
    height: 25px;
}

.admin_options{
    display: flex;
    flex-direction: column;
}

.admin_options_row{
    display: flex;
    flex-direction: row;
}

.admin_element{
    float: left;
    width: 150px;
    height: 150px;
    min-width: 150px;
    min-height: 150px;
    margin-right: 4%;
    margin-bottom: 2%;
    -webkit-box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.75);
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.75);
    position: relative;
    text-align: center;
}

.admin_element img{
    max-width: 150px;
    max-height: 150px;
    width: auto;
    height: auto;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}
.admin_element a{
    display: block;
    height: 100%;
    width: 100%;
}
.admin_element a:hover .title{
    background-color: rgba(232, 134, 53,0.7);
}

/* Statistik*/
.webgrid-table {
    font-family: "Arial";
    font-size: 1.0em;
    width: 100%;
    display: table;
    border-collapse: separate;
    border: solid 1px #333333;
}

.webgrid-table td, th {
    border: 1px solid #333333;
    padding: 2px 5px 2px;
}

.webgrid-table>tbody>tr:nth-of-type(odd){
    background-color: white;
}

.webgrid-table>tbody>tr:nth-of-type(even){
    background-color: lightgrey;
}

.webgrid-header, .webgrid-header a {
    background-color: #333333;
    color: #FFFFFF;
    padding-bottom: 4px;
    padding-top: 5px;
    text-align: left;
    text-decoration: none;
}

/* File uploader */
#dzUploadImg {
    background-image: url("../img/folder.png");
    background-repeat:no-repeat;
    background-position:50% 50%;
    color: black;
    font-weight: bold;
    border-radius: 10px;
    border: dashed 5px gray;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#dzUploadXls {
    background-image: url("../img/Excel-Logo.png");
    background-repeat:no-repeat;
    background-position:25% 50%;
    color: lightgrey;
    font-weight: bold;
    max-width:400px;
    width: 110%;
    border-radius: 10px;
    border: dashed 5px gray;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#document_clear {
    color: black;
}

.upload-error {
    color: red;
    font-weight: bold;
    font-size: 24px;
}

.dropZoneHover {
    background: gray;
    box-shadow: inset 1px 1px 15px gray;
}

.assortmentthumps{
    display: block;
}

.imagesthumps{
    background: #9a9a9a;
    border: 5px solid #ececec;
    min-width: 95px;
}

.thumbImg {
    display: block;
    padding: 5px;
    margin: 0 auto;
    max-height: 72px;
    width: auto;
    max-width:72px;
    height:auto;
}

.thumbImg:hover,
.thumbImg:focus {
    opacity: 0.7;
    color: #444;
    text-decoration: none;
    cursor: pointer;
}

.form-itemdata{
    font-size: 16px;
    background: #ebebeb;
    padding: 30px 30px 15px 30px;
    border: 5px solid #919191;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.form-itemdata label {
    display:block;
    margin-bottom: 10px;
}

.form-itemdata label > span{
    display: inline-block;
    float: left;
    width: 150px;
    color: #444;
}

.form-itemdata input[type=text]{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    font-style: italic;
    color: grey;

    background: transparent;
    border: none;
    border-bottom: 1px dashed #adadad;
    width: 275px;
    outline: none;
    padding: 0;
}

#item-trash {
    float: right;
    border: 1px solid #999;
    padding:12px 26px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/* Tooltip container */
.tooltipdiv {
    position: relative;
    display: inline-block;
}

.tooltipdiv img{
    width: 22px;
    height: 22px;
}

/* Tooltip text */
.tooltipdiv .tooltiptext {
    visibility: hidden;
    width: 240px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -220px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltipdiv .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltipdiv:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.col_textarea {
    width: 100%;
    resize: vertical;
}

.col_1{
    width: 100%;
    float: left;
}

.col_2{
    width: 50%;
    float: left;
}

.col_23{
    width: 66%;
    float: left;
}

.col_3{
    width: 33%;
    float: left;
}

.col_titel{
    font-size: 14pt;
    font-weight: bold;
    margin-bottom: 15px;
}

.list_title{
    background-color: var(--shopsortiment_title);
    font-weight: bold !important;
    white-space: nowrap;
}

/* ========== repsonsives Grid-Layout ========== */
.xyz {
}

/* xxx-sm */
@media (min-width: 1px) {
    .aktion-sm {
        text-align: center;
        color: white;
        padding: 1px 2px 1px 2px !important;
        width: 100%;
        background-color: var(--pantone-color) !important;
        margin-top: 0;
        margin-left: 0;
    }
    .xyz-sm, .xyz {
    }
}
/* xxx-md */
@media (min-width: 576px) {
}
/* xxx-lg */
@media (min-width: 768px) {
    .aktion-md {
        position: absolute;
        text-align: center;
        color: white;
        padding: 15px 5px 15px 5px !important;
        width: 110px;
        background-color: var(--pantone-color) !important;
        margin-top: 0;
        margin-left: 0;
    }

    .aktion-md:before {
        content: "";
        position: absolute;
        top: 0;
        left: -10px;
        border-left: 5px solid transparent;
        border-right: 5px solid var(--pantone-color);
        border-top: 5px solid transparent;
        border-bottom: 5px solid var(--pantone-color);
    }

    .aktion-md:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        border-left: 60px solid transparent;
        border-right: 60px solid transparent;
        border-bottom: 8px solid #fff;
    }
    .xyz-md, .xyz-sm, .xyz {
    }
    .xyz-lg, .xyz-md, .xyz-sm, .xyz {
    }
}
/* xxx-xl */
@media (min-width: 992px) {
        .xyz-xl, .xyz-lg, .xyz-md, .xyz-sm, .xyz {
    }
}
/* xxx-xxl */
@media (min-width: 1200px) {
    .xyz-xxl, .xyz-xl, .xyz-lg, .xyz-md, .xyz-sm, .xyz {
    }
}

/* mobile first - auf schmalen Bildschirmen wird alles untereinander platziert. */

/* Sortimentliste ausblenden*/
@media only screen and (max-width: 1763px ) {
    /* assortmentlist */
    .assortmenMenu{
        max-width: 300px;
    }
}

@media only screen and (max-width: 1420px ) {
    section {
        width: 72%;
    }

    .app-settings{
        width: 75%
    }
}

@media only screen and (max-width: 1270px ) {
    section {
        width: 60%;
    }
}

/* Sortimentliste ausblenden*/
@media only screen and (max-width: 1080px) {
    .navDevInfo,
    .navLoginInfo {
        display: none;
        visibility: hidden;
    }

    #title {
        display: none;
        visibility: hidden;
    }

    .app-settings{
        padding: 0;
        width: 100%
    }
}

/* Navigation ausblenden, Suchfeld neu ausrichten */
@media only screen and (max-width: 940px ) {
    aside {
        width:90%;
    }

    section{
        width:100%;
    }

    #searchArticle {
        transform: translate(50%,0);
    }

    .assortment-menu {
        display: none;
        visibility: hidden;
    }

    .functional_icons {
        width: 100% !important;
        margin-top: 20px !important;
    }
}

/* 1-Spaltenlayout  mit Navigation unten */
@media only screen and (max-width: 840px) {
    body {
        display: block;
        align-items: center;
    }

    .header_top{
        display : block;
        float: none;
        text-align: center;
    }

    footer {
        margin: 30px 0 0 0;
    }

    /* aus bei Smartphone */
    .nosmartphone {
        display: none;
        visibility: hidden;
    }

    .smph-responsive {
        display: block;
        width: 100% !important;
        margin: 6px 0 !important;
        text-align: center !important;
    }

    .fleft,.fright {
        width:50%;
    }

    div {
        text-align: center;
    }

    .table { display: block;}
    .table-row {display: block; }
    .table-cell {display: block; }
    .table-cell-6 {display: block; }
    .table-cell-6:nth-child(4) { display: table-cell; }
    .table-cell-6:nth-child(5) { display: table-cell; }
    .table-cell-6:nth-child(6) { display: table-cell; }

    #searchArticle {
        transform: none;
    }

    /* assortments */
    .shopsortiment {
        width: 130px;
        height: 130px;
    }
    .shopsortiment img {
        max-width: 100px;
        max-height: 100px;
    }
    .shopsortiment .title p {
        line-height: 1.1;
        font-size: 0.9em;
    }
    .navMenu nav ul {
        display:block;
        background:transparent;
        margin: 1em 0;
    }
    .navMenu nav ul li {
        width:90%;
        margin: 5px 0;
        padding: 0;
    }
    .navMenu nav ul li.active {
        padding:0 2em;
        background:green;
        border-radius:10px;
    }
    .navMenu nav ul li {
        display:inline-block;
        width:100%;
        color:white;
        background:var(--nav-bg-color);
        margin:5px 0;
        text-align:center;
        border-left: none;
        border-bottom: 1px solid white;
    }
    .navMenu nav ul li a:after {
        display:none;
    }
    .cartPageLimiter a, .pageLimiterText {
        margin-right: 1px;
        padding: 7px;
    }

    section, 				/* kein Spalten-Layout mehr, alles wird untereinander dargestellt*/
    section.spalte {
        float:none;
        display:block;
        width:100%;
    }

    section .content {
        padding-left: 5%;
        width:100%;
    }

    .singleView{
        width: 100%;
        display: block;
    }

    .log-form form, .data-form form{
        width: 100%;
    }
}

