/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 20.08.2020, 10:12:20
    Author     : nour.homsi
*/
.padding-lg {
  padding: 20px !important; }

.padding-lg-x {
  padding: 0 20px; }

.padding-lg-y {
  padding: 20px 0; }

.margin-lg {
  margin: 20px !important; }

.margin-lg-x {
  margin: 0 20px; }

.margin-lg-y {
  margin: 20px 0; }

.padding-md {
  padding: 10px !important; }

.padding-md-x {
  padding: 0 10px; }

.padding-md-y {
  padding: 10px 0; }

.margin-md {
  margin: 10px !important; }

.margin-md-x {
  margin: 0 10px; }

.margin-md-y {
  margin: 10px 0; }

.padding-sm {
  padding: 5px !important; }

.padding-sm-x {
  padding: 0 5px; }

.padding-sm-y {
  padding: 5px 0; }

.margin-sm {
  margin: 5px !important; }

.margin-sm-x {
  margin: 0 5px; }

.margin-sm-y {
  margin: 5px 0; }

[class^="preview"], .alhshop-warengruppe-title, .alhshop-warengruppe-box, .alhshop-btn, .artikelbild, artikelbild-thumb, .rabatt {
  border: 1px solid #efefef;
  border-radius: 3px;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05); }

.alhshop-warengruppe-box h3 {
  border-bottom: 0.5px solid #efefef;
  padding-bottom: 10px; }

.popup, #plz_list .list-group, .scrollme {
  overflow-y: auto; }
  .popup::-webkit-scrollbar, #plz_list .list-group::-webkit-scrollbar, .scrollme::-webkit-scrollbar {
    width: 10px;
    height: 3px; }
    .popup::-webkit-scrollbar-button, #plz_list .list-group::-webkit-scrollbar-button, .scrollme::-webkit-scrollbar-button {
      width: 0px;
      height: 0px; }
    .popup::-webkit-scrollbar-thumb, #plz_list .list-group::-webkit-scrollbar-thumb, .scrollme::-webkit-scrollbar-thumb {
      background: #666666;
      border: 0px none #ffffff;
      border-radius: 0px; }
      .popup::-webkit-scrollbar-thumb:hover, #plz_list .list-group::-webkit-scrollbar-thumb:hover, .scrollme::-webkit-scrollbar-thumb:hover {
        background: #ffffff; }
      .popup::-webkit-scrollbar-thumb:active, #plz_list .list-group::-webkit-scrollbar-thumb:active, .scrollme::-webkit-scrollbar-thumb:active {
        background: #000000; }
    .popup::-webkit-scrollbar-track, #plz_list .list-group::-webkit-scrollbar-track, .scrollme::-webkit-scrollbar-track {
      background: #f4f4f4;
      border: 0px none #ffffff;
      border-radius: 0px; }
      .popup::-webkit-scrollbar-track:hover, #plz_list .list-group::-webkit-scrollbar-track:hover, .scrollme::-webkit-scrollbar-track:hover {
        background: #666666; }
      .popup::-webkit-scrollbar-track:active, #plz_list .list-group::-webkit-scrollbar-track:active, .scrollme::-webkit-scrollbar-track:active {
        background: #333333; }
    .popup::-webkit-scrollbar-corner, #plz_list .list-group::-webkit-scrollbar-corner, .scrollme::-webkit-scrollbar-corner {
      background: transparent; }

/*
.bestellung_form {
    background: $off-white;
    padding: 10px 15px;
    margin-bottom: 16px;
}
*/
.popup {
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000000db;
  top: 0;
  left: 0;
  z-index: 9999;
  /*
  	&-close {
  		content: 'X';
  		float: right;
  		background: $white;
  		color: $primary-dark;
  		width: 45px;
  		height: 45px;
  		text-align: center;
  		line-height: 1.3em;
  		top: 0;
  		right: 0;
  		position: absolute;
  		font-size: 2em;
  	}*/ }
  .popup-container {
    position: relative;
    width: 90%;
    margin: 20px auto;
    max-width: 1170px;
    background-color: #efefef;
    padding: 20px;
    border-radius: 3px; }

/*     
[id^="section"] {
    margin-bottom: 15px;
    padding: 15px 0;
    background: #f5f5f5;
}
*/
.qr-code svg {
  width: 180px;
  height: 180px;
  margin-left: -15px; }
.qr-code img {
  max-width: 180px; }

.alh_shop_bilduploader_input {
  display: block;
  width: 120px;
  height: 100px;
  position: absolute;
  top: 0;
  opacity: 0;
  cursor: pointer; }

[class^="preview"] {
  border-color: #bcc1c6;
  display: inline-block; }

.card {
  color: #333; }
  .card-header {
    padding: 10px;
    border: 1px solid #ddd;
    border-bottom: 0; }

.alhshop {
  /*  &-title {
            color: $off-white;
            padding: $abstand-lg 0;
            background-color: $primary-blue;
            font-size: $font-xlg;
            text-align: center;
    }*/ }

.alhshop-warengruppe-title {
  background: #383838;
  margin-bottom: 10px;
  padding: 20px; }
  .alhshop-warengruppe-title h3 {
    margin: 0px;
    font-size: 2rem;
    color: #fff; }
.alhshop-warengruppe-description {
  font-size: 1.4rem;
  color: #a1a8ae; }
.alhshop-warengruppe-box {
  color: #6c757d;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 20px;
  line-height: 1.6;
  font-size: 1.4rem; }
  .alhshop-warengruppe-box h3 {
    font-size: 1.8rem; }

.title-close {
  position: absolute;
  float: right;
  top: 0px;
  right: 10px;
  transition: -webkit-transform 0.25s ease-in-out;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  -moz-transition: -webkit-transform 0.25s ease-in-out;
  -o-transition: -webkit-transform 0.25s ease-in-out;
  -ms-transition: -webkit-transform 0.25s ease-in-out; }

tr:hover {
  background: #fcf8e3; }

.table {
  font-size: 14px;
  background: #fff; }
  .table td, .table th {
    padding: 2px 10px !important;
    color: #333333;
    border: 1px solid #ddd !important; }

.table-right td, .table-right th {
  text-align: right;
  padding-right: 20px !important; }

.list-group-item {
  padding: 2px 15px;
  font-size: 14px; }
  .list-group-item .key {
    float: left;
    min-width: 150px; }
  .list-group-item:last-child {
    margin-bottom: -1px; }

.response-map-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}

#loader-spinner {
	display: flex;
    align-items: center;
    position: absolute;
    z-index: 9;
    background: #000000ab;
    width: 95%;
    height: 600px;
    justify-content: center;
    top: 0;
    font-size: 3.5rem;
    flex-direction: column;
	user-select: none;
	cursor: wait;
}  
  

.response {
  width: 100%;
  height: 100%;
  background-color: #000000cc;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999; }
  .response-container {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    transform: translate(-50%, -50%);
    text-align: center; }
  
  /*
  .response-map {
    display: block;
    position: absolute;
    z-index: 99;
    width: 92%;
    top: 46%;
    left: 50%;
    background: #000000cc;
    font-size: 2em;
    color: white;
    transform: translate(-50%, -50%);
    height: 470px; }
  */
  /*
    .response-map-container {
      width: 100%;
      text-align: center;
      top: 50%;
      position: absolute;
      transform: translate(0, -50%); }
	
    .response-map-large {
      height: 95vh !important;
      width: 95vw;
      position: fixed;
      padding: 0px;
      z-index: 10;
      margin-top: 4vh; }
*/
	.close-popup-btn {
		background: #b81616;
		padding: 3px 8px;
		border-radius: 5px;
		position: absolute;
		top: -10px;
		right: -10px;
		z-index: 10;
		color: white;
		cursor: pointer;
		font-size: 12px;
	}
	
#map {
  height: 600px;
  width: 100%;
}

#map > div {
  border: 1px solid #e0e0e0;
}

.map-large {
  height: 95vh !important;
  width: 95vw;
  position: fixed;
  top: 2.5vh;
  left: 2.5vw;
  padding: 0px;
  z-index: 9; }
.map-close {
  display: none;
  position: fixed;
  top: 2.5vh;
  left: 2.5vw;
  background: white;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #99ceff;
  font-size: 2em;
  font-weight: bold;
  cursor: pointer;
  z-index: 10; }

#plz_list .list-group {
  max-height: 175px;
  }

@media screen and (min-width: 992px) {
  .lable-over-map {
    position: absolute;
    top: -30px; } }
html {
  scroll-behavior: smooth; }

body {
  background-color: #f8f9fa !important; }

s {
  color: #ff6c6c; }

.float-right {
  float: right; }

.flip {
  transform: rotate(180deg); }

.error {
  background: #d9534f;
  border: 1px solid #d43f3a;
  color: #fff !important;
  font-size: .9em;
  padding: 2px 10px;
  border-radius: 3px;
  margin-bottom: 10px;
  margin-left: 0 !important;
  display: table;
}
.error-hinweiss {
	background: #d9534f;
  border: 1px solid #d43f3a;
  color: #fff !important;
    color: #856404 !important;
    background-color: #fff3cd;
    border-color: #ffeeba;
  font-size: .9em;
  padding: 2px 10px;
  border-radius: 3px;
  margin-bottom: 10px;
  margin-left: 0 !important;
  display: table;
}

.scrollme {
  overflow-y: scroll !important; }

.no-scrollme {
  overflow-y: hidden !important; }

.click-disable {
  pointer-events: none; }

.alhshop-warenkorb {
  background: #f5f5f5;
  padding: 20px 10px;
  margin-bottom: 10px;
  border: 1px solid #d7d7d7; }

.delete_artikel {
  position: absolute;
  top: 0;
  margin-left: 5px; }

.update_artikel {
  position: absolute;
  top: 0px;
  right: 15px; }

/*
.noscrolled .menu-item-type-post_type {
    height: 100px;
    overflow: hidden;
}

.scrolled .menu-item-type-post_type {
    height: 60px;
    overflow: hidden;
}
*/
.fas {
  font-family: FontAwesome; }

i.fa.fa-shopping-cart {
  font-size: 1.4em;
  position: inherit;
  top: -1px; }
  i.fa.fa-shopping-cart span {
    background: #d9534f;
    position: relative;
    top: -10px;
    font-size: 10px;
    font-family: "Exo 2", sans-serif;
    padding: 2px;
    border: 1px solid #d43f3a; }

.alhshop-btn {
  position: relative;
  top: 0;
  color: #fff;
  background: #3db5e6;
  padding: 10px 20px;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out; }
  .alhshop-btn:hover {
    background: #383838; }

input#hausbesuche {
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  zoom: 2;
  margin-right: 5px; }

label[for="hausbesuche"] {
  font-weight: 700;
  top: -6px;
  position: relative;
  font-size: 1.2em; }

.btn-primary {
  color: #fff;
  background-color: #3db5e6;
  border-color: #3db5e6; }

.lis-btn-blau {
  background-color: #3db5e6;
  color: #fff; }
  .lis-btn-blau:hover, .lis-btn-blau:active {
    background-color: #1b9fd5;
    color: #fff; }

.form-control {
  margin-bottom: 10px;
  border-radius: 3px; }

.rabatt {
  color: #333;
  background: #ffcc00;
  padding: 10px 20px; }

.plz_anzeigen {
  position: relative;
  top: -45px;
  height: 36px;
  width: 0;
  line-height: 0;
  padding-right: 25px;
  float: right; }

.alert-warning {
  color: #333;
  background: #e0e0e0;
  border: 1px solid #c7c7c7; }
  .gesamt-preis.alert-warning {
    color: #333;
    background: #fff;
    border: 1px solid #c7c7c7; }

.alert-success {
  color: #333;
  background: #e0e0e0;
  border: 1px solid #c7c7c7; }

.alhshop-back-top {
  position: fixed;
  bottom: 20px;
  color: #fff;
  background: #3db5e6;
  padding: 5px 10px;
  border: none;
  right: 10px; }

/*# sourceMappingURL=lis-custom.css.map */



#single_info_panels {
	overflow-y: scroll;
	max-height: 175px;
}

#single_info_panels::before {
    content: 'Liste der PLZ';
    position: sticky;
    top: 0;
    z-index: 999;
    background: white;
    width: 100%;
    display: block;
    padding: 5px;
    border-bottom: 1px solid #efefef;
}

.single_info_panel {
	font-size: 1.2rem;
}

.single_info_panel:nth-of-type(odd) {
			background-color:#efefef;
		}
.single_info_panel:nth-of-type(even) {
			background: #fff;
		}
		
		