/* Scrollleiste START */
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
/* Scrollleiste ENDE */

.bb_text_feld{
  height:200px;
}
/* FONT Formatierung */
.font80{
  font-size:80%;
}
.font85{
  font-size:85%;
}
.font90{
  font-size:90%;
}
.font95{
  font-size: 95%;
}
.font100{
  font-size:100%;
}
.font110{
  font-size:110%;
}
.font120{
  font-size:120%;
}
.font130{
  font-size:130%;
}
.font140{
  font-size:140%;
}
.font150{
  font-size:150%;
}
.bold{
  font-weight: bold;
}
/* FONT Formatierung ENDE */

/* SIDENAV */
.sidenav{
    width:250px;
  }
/* wenn fixed sidenav existiert wert auf 250 bzw. 300px stellen */

/* newsfeed artikel view */  
.artikel-card{
    margin-top:5px;
    margin-bottom:5px;
}

.artikel-header{
    position:absolute;
    bottom:45px;
    left:20px;
    max-width:90%;
    font-size:14px;
    font-weight: bold;
    background-color: #ffffff;
    color:#000000;
    border-radius:20px;
    padding:8px;
    opacity:0.9;
    /* box-shadow: 0.5px 0.5px 3px #000000; */
}

.artikel-datum{
    position:absolute;
    bottom:5px;
    left:20px;
    max-width:90%;
    font-size:11px;
    font-weight: bold;
    background-color: #ffffff;
    color:#000000;
    border-radius:20px;
    padding:8px;
    opacity:0.9;
    /* box-shadow: 0.5px 0.5px 3px #000000; */
}

.artikel-img{
  height:350px;
  max-height:350px;
  width: auto;
  overflow:hidden;
}
/* newsfeed artikel view ende */

/* Shop Produkte Headline Card */

.shop_headline_card_img{
  height:300px;
  max-height:300px;
  width:auto;
  overflow:hidden;

}

.shop_headline_header{
  position:absolute;
  bottom:85px;
  left:20px;
  max-width:90%;
  font-size:16px;
  font-weight: bold;
  background-color: #ff1744;
  color:#000000;
  border-radius:20px;
  padding:8px;
  opacity:0.9;
  /* box-shadow: 0.5px 0.5px 3px #000000; */
}

.shop_headline_title{
    position:absolute;
    bottom:45px;
    left:20px;
    max-width:90%;
    font-size:14px;
    font-weight: bold;
    background-color: #212121;
    color:#ffffff;
    border-radius:20px;
    padding:8px;
    opacity:0.9;
    /* box-shadow: 0.5px 0.5px 3px #000000; */
}

.shop_headline_preis{
    position:absolute;
    bottom:5px;
    left:20px;
    max-width:90%;
    font-size:14px;
    font-weight: bold;
    background-color: #ffffff;
    color:#000000;
    border-radius:20px;
    padding:8px;
    opacity:0.9;
    /* box-shadow: 0.5px 0.5px 3px #000000; */
}

/* Shop Produkte Headline Card */

/* Warenkorb Modal */

.warenkorb_modal_image {
  height:100px;
}

/* Warenkorb Modal ENDE */

/* newsfeed event view */  

.event-header{
  position:absolute;
  bottom:125px;
  left:20px;
  max-width:90%;
  font-size:14px;
  font-weight: bold;
  background-color: #ff1744;
  color:#000000;
  border-radius:20px;
  padding:8px;
  opacity:0.9;
  /* box-shadow: 0.5px 0.5px 3px #000000; */
}

.event-titel{
  position:absolute;
  bottom:75px;
  left:20px;
  max-width:90%;
  font-size:14px;
  font-weight: bold;
  background-color: #ff1744;
  color:#000000;
  border-radius:20px;
  padding:8px;
  opacity:0.9;
  /* box-shadow: 0.5px 0.5px 3px #000000; */
}

.event-datum{
  position:absolute;
  bottom:10px;
  left:20px;
  max-width:90%;
  font-size:14px;
  font-weight: bold;
  background-color: #ffffff;
  color:#000000;
  border-radius:20px;
  padding:8px;
  opacity:0.9;
  /* box-shadow: 0.5px 0.5px 3px #000000; */
}
/* newsfeed event view ende */


/* chat css */

.chat-input {
  position:sticky;
  bottom:0px;
}

.chat_header {
  position:sticky;
  top:0px;
  z-index:99;
}
/* chat css */


/* Newsfeed Artikel-> Item Horizontal Card */

/* .item_card_newsfeed{
 
}
*/
.item_card_img{
  width:200px;
}


/* Newsfeed Artikel-> Item Horizontal Card ENDE */

/* Artikel List Card -> sind die Cards die angezeigt werden wenn ARtikel erstell werden */
.artikel-list-card-content{
 height:250px;
 max-height:250px;
}
.artikel-list-chip{
  bottom:2px;
}
/* Artikel List Card ENDE */

/* produkt detail ansicht */
.shop-detail-img{
  height:100px !important;
  max-height:100px !important;
}




/* produkt detail ansicht ende */

/* SHOP Zahlen Produkte */ 

.zahlen_prod_img {
  height:150px;
}

/* SHOP Zahlen Produkte */

.angebot_anfragen_list{
height:60px;
}

/* Switch Color */
.switch label input[type=checkbox]:checked+.lever {
  background-color: #ff8a80; /* schieber color */
}

.switch label input[type=checkbox]:checked+.lever:after {
  background-color: #ff1744; /* kugel color */
}
/* Switch Color ENDE */

/* Checkbox und Input Field Color */
.checkbox-indigo[type="checkbox"] + label:before{
  border: 2px solid #304ffe !important;
  background: transparent;
}
.checkbox-indigo[type="checkbox"]:checked + label:before{
  border: 2px solid transparent;
  border-bottom: 2px solid #304ffe !important;
  border-right: 2px solid #304ffe !important;
  background: transparent;
}
.checkbox-indigo.filled-in[type="checkbox"] + label:after{
  border: 2px solid #304ffe !important;
  background: transparent;
}
.checkbox-indigo.filled-in[type="checkbox"]:checked + label:after{
  background: #304ffe !important;
}
.checkbox-indigo.filled-in[type="checkbox"]:checked + label:before{
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.input-field textarea:focus + label {
color: #ff1744 !important;
}

.row .input-field textarea:focus {
border-bottom: 1px solid #ff1744 !important;
box-shadow: 0 1px 0 0 #ff1744 !important
}

.input-field input:focus + label {
color: #ff1744 !important;
}

.row .input-field input:focus {
border-bottom: 1px solid #ff1744 !important;
box-shadow: 0 1px 0 0 #ff1744 !important
}
/* Checkbox und Input Field Color Ende */
/* Radio Buttons Color -----Funktioniert aktuel nicht ------- */
[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:before,
[type="radio"].with-gap:checked + span:after {
  border: 2px solid #ff1744;
}

[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:after {
  background-color: #ff1744;
}


/* Radio Buttons Color ENDE */


/* Fixed Warenkorb Action Button */
#warenkorb_button{
  display:none;
}
.fixed-action-btn2 {
  position: fixed;
  right: 23px;
  bottom: 123px;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 997;
}

.fixed-action-btn2.active ul {
  visibility: visible;
}

.fixed-action-btn2.direction-left, .fixed-action-btn2.direction-right {
  padding: 0 0 0 15px;
}

.fixed-action-btn2.direction-left ul, .fixed-action-btn2.direction-right ul {
  text-align: right;
  right: 64px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 100%;
  left: auto;
  /*width 100% only goes to width of button container */
  width: 500px;
}

.fixed-action-btn2.direction-left ul li, .fixed-action-btn2.direction-right ul li {
  display: inline-block;
  margin: 7.5px 15px 0 0;
}

.fixed-action-btn2.direction-right {
  padding: 0 15px 0 0;
}

.fixed-action-btn2.direction-right ul {
  text-align: left;
  direction: rtl;
  left: 64px;
  right: auto;
}

.fixed-action-btn2.direction-right ul li {
  margin: 7.5px 0 0 15px;
}

.fixed-action-btn2.direction-bottom {
  padding: 0 0 15px 0;
}

.fixed-action-btn2.direction-bottom ul {
  top: 64px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.fixed-action-btn2.direction-bottom ul li {
  margin: 15px 0 0 0;
}

.fixed-action-btn2.toolbar {
  padding: 0;
  height: 56px;
}

.fixed-action-btn2.toolbar.active > a i {
  opacity: 0;
}

.fixed-action-btn2.toolbar ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.fixed-action-btn2.toolbar ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: inline-block;
  margin: 0;
  height: 100%;
  -webkit-transition: none;
  transition: none;
}

.fixed-action-btn2.toolbar ul li a {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  line-height: 56px;
  z-index: 1;
}

.fixed-action-btn2.toolbar ul li a i {
  line-height: inherit;
}

.fixed-action-btn2 ul {
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  bottom: 64px;
  margin: 0;
  visibility: hidden;
}

.fixed-action-btn2 ul li {
  margin-bottom: 15px;
}

.fixed-action-btn2 ul a.btn-floating {
  opacity: 0;
}

.fixed-action-btn2 .fab-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 40px;
  height: 40px;
  background-color: #26a69a;
  border-radius: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
}

/* Fixed Warenkorb Action Button ENDE */

/* tabs */
.tabs .tab a{
  color:#000;
} /*Black color to the text*/

.tabs .tab a:hover {
  background-color:#eee;
  color:#000;
} /*Text color on hover*/

.tabs .tab a.active {
  background-color:#ffffff;
  color:#ff1744;
} /*Background and text color when a tab is active*/

.tabs .indicator {
  background-color:#212121;
  color:#ff1744;
} /*Color of underline*/

/* Cloud Agent Card */

.cloud_agent_card {
  height:400px;
}

/* Cloud Agent Card ENDE */

.fixed-action-btn-help{
  position:fixed;
  /* right:23px; */
  /* bottom:23px; */
  left:260px;
  top:70px;
 /* padding-top:15px; */
  /* margin-bottom:0; */
  padding-bottom:15px;
  margin-top:0;
  z-index:998}

  .fixed-angebot-menu{
    position:fixed;
    /* right:23px; */
    /* bottom:23px; */
    left:260px;
    top:100px;
   /* padding-top:15px; */
    /* margin-bottom:0; */
    padding-bottom:15px;
    margin-top:0;
    z-index:998;
    max-width:180px;
  }
