/* rx styles */



.transback-gold {
	background: rgba(90,60,30,0.5);
}

* ===================================================
*     Eigene Icons
* ===================================================
*/
.ps-icon-footer {
  width: 80px !important;
  background: #fff;
}

* ===================================================
*     Shopping eventlist
* ===================================================
*/
.eventlist-header {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: bold;
  padding: 1.2rem 2rem;
  background: #f8f9fa;
}

.eventlist-body {
  padding: 0 0.3rem;
  background: #f8f9fa;  
}

.eventlist-footer {
  background: #f8f9fa;
  padding: 0 2rem;
}

.eventlist-footer .eventlist-item {
  padding: 1rem, 0.1rem;
}

.eventlist-item {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 0.5rem;
  border-bottom: 1px solid #e9ecef;
  background: #fff;
  margin-bottom: 0.2rem;
}

.eventlist-item:last-of-type {
  border-bottom: none;
}

.eventlist-item-img {
  max-width: 100px;
  margin-top: 8px;
}

.eventlist-title {
  margin-left: 1rem;
}

/* Shopping eventlist mediaquery -------------------------- */
@media (max-width: 991.98px) {
  .eventlist {
    overflow-x: auto;
  }
  .eventlist-wrapper {
    min-width: 992px;
  }
}

* ===================================================
*     Responsive Logo
* ===================================================
*/

#logo {
 width: 160px
}

@media (min-width: 576px) {
  #logo {
    width: 180px
  }
}

@media (min-width: 768px) {
  #logo {
    width: 200px
  }
}

@media (min-width: 992px) {
  #logo {
    width: 220px
  }
}

@media (min-width: 1200px) {
  #logo {
    width: 240px
  }
}


* ===================================================
*     Ordering Steps
* ===================================================
*/

.w-20 {
  width: 20% !important;
}

* ===================================================
*     Typo
* ===================================================
*/
#description {
  color: #868e96 !important;	
}

* ===================================================
*     Cookie-Banner
* ===================================================
*/

* ===================================================
*     Forms
* ===================================================
*/

.form-select-30 {
  width: 30%;
  padding: 0.6rem 2.25rem 0.6rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-30olor: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-select-30:focus {
  border-30olor: #6d7a86;
  outline: 0;
  box-shadow: 0 0 0.4rem rgba(52, 58, 64, 0.4);
}

.form-select-30[multiple], .form-select-30[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

.form-select-30:disabled {
  background-30olor: #e9ecef;
}

.form-select-30:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

* ===================================================
*     Kein Rahmen in Top-Navi bei Safari
* ===================================================
*/

.navbar-dark .dropdown-toggle::after,
.navbar-hover-dark:hover .dropdown-toggle::after,
.navbar-fixed-dark.fixed-top .dropdown-toggle::after {
  background: right center url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EAngle Down%3C/title%3E%3Cdesc%3EA line styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' fill='none' stroke='rgba(255, 255, 255, 0.9)' stroke-miterlimit='10' stroke-width='5' d='M20 26l11.994 14L44 26' stroke-linejoin='round' stroke-linecap='round'%3E%3C/path%3E%3C/svg%3E") no-repeat;
  outline: 0 none !Important;
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active,
.navbar-hover-light:hover .navbar-nav .show > .nav-link,
.navbar-hover-light:hover .navbar-nav .active > .nav-link,
.navbar-hover-light:hover .navbar-nav .nav-link.show,
.navbar-hover-light:hover .navbar-nav .nav-link.active,
.navbar-fixed-light.fixed-top .navbar-nav .show > .nav-link,
.navbar-fixed-light.fixed-top .navbar-nav .active > .nav-link,
.navbar-fixed-light.fixed-top .navbar-nav .nav-link.show,
.navbar-fixed-light.fixed-top .navbar-nav .nav-link.active {
  outline: 0 none !Important;
  color: rgba(0, 0, 0, 0.95);
}

.nav-link {
  transition: all 0.2s ease-out;
  outline: 0 none !Important;  
}

* ===================================================
*     Fonts
* ===================================================
*/


.display-7 {
  font-size: calc(1.275rem + 1.5vw);
  font-weight: 400;
  line-height: 1.1;
}

.display-8 {
  font-size: calc(1.175rem + 1.5vw);
  font-weight: 400;
  line-height: 1.1;
}