﻿:root {
  --dark: #495057;
  --warning: #ff0000;
}

.isiheight {
  height: 100%;
}

body {
  background-color: #efefef;
}


#P_Seiteninhalt {
  width: 90%;
}

.carousel-inner-nav {
  margin: 0 10%;
  width: 80%;
}

.carousel-control-nav {
  opacity: 1;
  width: 5%;
}

.cb-alle:hover {
  color: var(--warning);
}

.txt-warning{
  color:var(--warning);
}

.btn-icon {
  border: 1px solid black;
  padding: 6px;
  width: 100%
}

.btn-outline-success {
  color: #add032;
}

  .btn-outline-success:hover {
    background-color: #add032;
    color: white;
  }

.btn-outline-success {
  border-color: #add032;
}

.BtnArtikelLoeschen {
  background-color: red;
  position: absolute;
  width: 20px;
  text-align: center;
  color: white;
  margin-left: -15px;
}

.BtnWKArtikelLoeschen {
  padding: 5px;
  margin: 2px;
  /*  background-color: #add032;
*/ width: 2em !important;
  height: 1.7em;
  text-align: center;
  color: var(--dark);
}

.BtnArtikelWK {
  /*  background-color: #add032;
*/ position: absolute;
  width: 30px;
  text-align: center;
  color: var(---dark);
  right: 0;
  bottom: 0;
}

.BtnQuickOrderWK {
  padding: .6em;
  background-color: #add032;
  width: 2.2em !important;
  height: 2.2em;
  text-align: center;
  color: white;
}

.container {
  background-color: white;
}

.main {
  display: inline-block;
}

#P_Kat .card {
  border: none;
}

#breadcrumb, #ctl00_breadcrumb {
  padding-bottom: 1rem;
}

#main-container {
  display: inline-block;
  width: 100%;
}

.navbar-fixed-top {
  position: fixed;
  right: 0px;
  left: 0px;
  z-index: 1030;
}

.selector-for-some-widget {
  box-sizing: content-box;
}

/* ***** Farben ***** */
/* assistyourwork: grün: #add032, Hellgrau: #dbdbdb, Dunkelgrau: #a5a5a5 */

.bg_green {
  background-color: #add032
}

.bg_green_c_white {
  background-color: #add032;
  color: #fff;
}

.bPaging {
  margin: 0 2px;
  padding: 0 3px;
}

#PageContent {
  /*min-height: 400px;*/
  margin: 0 1rem 0 0;
}

#navigation {
  background-color: #000;
}

ul.ohne {
  list-style: none;
  padding-left: 0rem;
}

  ul.ohne li i {
    color: var(--warning);
    margin: auto;
  }

#divSelect, #divAktion {
  position: relative;
  margin-bottom: 0.5rem;
  background-color: #dbdbdb;
  padding: 0.75rem;
  display: inline-block;
  width: 100%;
}

.custom-select {
  margin: 0.5rem auto;
}

.clear {
  clear: both;
}


#slider {
  padding: 0;
}

#footer {
  border-top: solid 10px black;
  background-color: #add032;
}

  #footer .list-group li {
    list-style: none;
  }

  #footer .list-group-item {
    padding: 0;
    border: none;
    background-color: transparent;
  }


.cb label {
  margin-left: 10px;
}

/*Buttons*/
.btn {
  padding: 4px 6px;
  display: inline-block;
  background-color: #add032;
  color: #555;
  border: 1px solid #add032;
  margin: 0 5px 0 0;
}

  .btn:hover {
    background-color: #add032;
    color: #fff;
    text-decoration: none;
  }

.btn_abstand {
  margin: 5px 15px 15px 0;
}

.btn_abstand_top, .abstand_top {
  margin: 13px 0 0 0;
}

.btn.focus, .btn:focus {
  background-color: #aec600;
  color: #fff;
  text-decoration: none;
}

/*End Buttons*/

input[type="text"], input[type="Password"], select, textarea {
  padding: 5px;
  width: 100%;
}

input[type="checkbox"] {
  margin-top: 0.75rem;
}

.div-eingabe div {
  margin: 3px 0
}

  .div-eingabe div label {
    margin: 7px 0
  }

#kopf a {
  color: white;
}

a {
  color: black;
  text-decoration: none;
}

  a:hover {
    color: black;
  }

  a.btn-Varianten-ayw {
    border:solid;
    border-color: black;
    border-width: 2px;
    margin:2px;
  }

  a.btn-Varianten-ayw:hover {
    border: solid;
    background-color: red;
    border-color: black;
    border-width: 2px;
  }

.divImage500 {
  height: 500px;
  width: 500px;
  background-color: green;
  position: relative;
}

img.center {
  max-height: 400px;
  object-fit: contain;
}
.color-field {
  margin: 2px;
  border: 1px solid #aaa;
}

.bruttopreis{
  text-align:right;
  font-size: 1.0rem;
  color: red;
}

.bg-image-cover {
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (min-width: 576px) {
  h6 .card-title {
    font-size: 0.7rem;
  }

  .custom-label {
    margin: 0.2rem auto;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.3rem 1.75rem 0.1rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
  }

  .cbl-label label {
    margin-left: 5px;
  }

  .custom-button {
  }

  

  .pWPTeaser {
    margin-top: 20px;
  }

  #BL_breadcrumb {
    margin: 10px 0 10px;
  }

    #BL_breadcrumb, #BL_breadcrumb a, #BL_breadcrumb li {
      color: rgba(255, 255, 255, 0.9);
    }

       breadcrumb-item a {
        color: rgba(255, 255, 255, 0.9);
        text-decoration: none;
      }

  .breadcrumb {
    --bs-breadcrumb-divider-color: rgba(255, 255, 255, 0.9);
  }

  .navbar-dark {
    --bs-navbar-color: rgba(255, 255, 255, 0.9);
    --bs-navbar-hover-color: rgba(255, 255, 255, 0.7);
  }
}

l
@media (max-width: 768px) {
  h6 .card-title {
    font-size: 1.5rem;
  }
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  h6.card-title {
    font-size: 1rem;
  }

  .navbar .nav-item .dropdown-menu {
    display: none;
  }

  .navbar .nav-item:hover .nav-link {
    color: #808080;
  }

  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }

  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }

 
}


/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  
}
