@font-face {
  font-family: "BoitaW01ExtraBold";
  font-style: normal;
  font-weight: normal;
  src: local("BoitaW01ExtraBold"),
    url("BoitaW01ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "Gotham-Black";
  font-style: normal;
  font-weight: normal;
  src: local("Gotham-Black"), url("Gotham-Black.ttf") format("truetype");
}

@font-face {
  font-family: "Gotham-Book";
  font-style: normal;
  font-weight: normal;
  src: local("Gotham-Book"), url("Gotham-Book.ttf") format("truetype");
}

body {
  width: 100%;
  height: 100%;
  background-color: #fedbb4;
}
h1, h2, h3, h4, h5, h6 {
  color: #211407;
}

h1{
  color: #f36f21;
}

a {
  color: #f36f21;
}

legend {
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #000000
}
label {
  font-size: 12px;
  font-weight: normal;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}
/* container */
#container {
  width: 100%;
  min-height: 100%;
  position: absolute;
  margin-bottom: 300px;
}
/* content */
#content, #column-left, #column-right {
  padding-bottom: 3rem;
}
@media (min-width: 576px) {
  #content, #column-left, #column-right {
    padding-bottom: 3rem;
  }
}
#alert {
  z-index: 9999;
  position: fixed;
  top: 30%;
  left: 50%;
  width: 400px;
  margin-left: -200px;
}
@media (min-width: 992px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1140px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1320px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
#alert .alert {
  margin-bottom: 15px;
}
#alert .alert-primary {
  box-shadow: 0 0 0 5px rgb(var(--bs-primary-rgb), 0.1);
}
#alert .alert-secondary {
  box-shadow: 0 0 0 5px rgb(var(--bs-secondary-rgb), 0.1);
}
#alert .alert-success {
  box-shadow: 0 0 0 5px rgb(var(--bs-success-rgb), 0.1);
}
#alert .alert-warning {
  box-shadow: 0 0 0 5px rgb(var(--bs-warning-rgb), 0.1);
}
#alert .alert-danger {
  box-shadow: 0 0 0 5px rgb(var(--bs-danger-rgb), 0.1);
}
#alert .alert-info {
  box-shadow: 0 0 0 5px rgb(var(--bs-info-rgb), 0.1);
}
#alert .alert-light {
  box-shadow: 0 0 0 5px rgb(var(--bs-light-rgb), 0.1);
}
#alert .alert-dark {
  box-shadow: 0 0 0 5px rgb(var(--bs-dark-rgb), 0.1);
}
/* top */
#top {
  background-color: var(--bs-tertiary-bg);
  border-bottom: 1px solid var(--bs-border-color);
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 5px;
}
#top ul.list-inline {
  margin-bottom: 0;
}
#top .list-inline-item > a, #top .list-inline-item .dropdown > a {
  font-size: 1.1em;
  color: var(--bs-gray-600);
  line-height: 40px;
  vertical-align: middle;
  padding: 10px 0px 5px 0px;
}
/* logo */
#logo {
  text-align: center;
  margin: 7px 0 7px 0;
}
#logo img {
  max-width: 200px;
}
@media (min-width: 768px) {
  #logo {
    text-align: left;
  }
}
/* search */
#search {
  margin-bottom: 10px;
}
#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
    /* margin-bottom: 10px; */
    width: 38px;
    height: 38px;
}

#cart .relative {
    position: relative;
}


#cart span {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: black;
    color: white;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    line-height: 20px;
    top: -2px;
    right: -6px;
}

#cart .img-thumbnail {
  min-width: 100px;
}
#cart .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 14px 35px;
}
#cart .dropdown-menu {
  background: #eee;
}
#cart .dropdown-menu li {
  min-width: 300px;
}
@media (max-width: 768px) {
  #cart .dropdown-menu li {
    min-width: 100%;
  }
}
/* menu */
#menu {
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border: 1px solid #1f90bb;
  border-color: #1f90bb #1f90bb #145e7a;
  min-height: 40px;
  border-radius: 4px;
  padding: 0 1rem;
  margin-bottom: 20px;
}
#menu .navbar-nav > li > a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px 10px 15px;
  background-color: transparent;
}
#menu .navbar-nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#menu .dropdown-inner {
  display: flex;
  flex-direction: column;
}
#menu .dropdown-inner ul {
  width: 100%;
  min-width: 200px;
}
@media (min-width: 960px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
  #menu .dropdown-inner {
    flex-direction: row;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-2 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -600px;
  }
}
#category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}
/* default boostrap changes */
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}
.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}
.nav-tabs {
  margin-bottom: 15px;
}
.form-check .form-check-input {
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
/* footer */
footer {
  border: 1px solid #000000;
  position: absolute;
  bottom: -1px;
  width: 100%;
  padding-top: 30px;
  background-color: #303030;
  border-top: 1px solid #ddd;
  color: #e2e2e2;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
footer a {
  color: #ccc;
  text-decoration: none;
}
footer a:hover {
  color: #fff;
}
footer h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background-color: var(--bs-tertiary-bg);
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
}
.breadcrumb > li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 29px;
  height: 29px;
  border-right: 1px solid var(--bs-border-color);
  border-bottom: 1px solid var(--bs-border-color);
  transform: rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}
.product-thumb {
  border: 1px solid #dcdcdc;
  position: relative;
  height: 100%;
  background-color: #fff;
}

.product-thumb .image {
  text-align: center;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .description {
  padding: 15px;
  line-height: 1.3;
  font-size: 0.95rem;
}
.product-thumb .description h4 {
      color: #211407;
      font-size: 22px;
      font-family: "Gotham-Book", sans-serif;
      margin-bottom: 5px;
      margin-bottom: 1.6rem;
}

.product-thumb .description h4 a {
  color: #211407;
  text-decoration: none;
}

.product-thumb .button {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.product-thumb .button button {
  width: 33.33%;
  border: none;
  border-top: 1px solid var(--bs-border-color);
  background-color: var(--bs-tertiary-bg);
  color: var(--bs-gray-600);
  line-height: 38px;
  text-align: center;
}
.product-thumb .button button:hover {
  color: var(--bs-gray-600);
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}
.product-thumb .button button + button {
  border-left: 1px solid var(--bs-border-color);
}
@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .product-list .product-thumb .button {
    border-left: 1px solid #ddd;
    width: calc(100% -  15px);
    margin-left: 15px;
  }
}
.rating .fa-stack {
  width: 20px;
}
.rating .fa-star {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}
.rating .fa-star + .fa-star {
  color: #E69500;
}
/* product list */
.price {
  color: #211407;
  font-size: 1.5rem;
}
.price-new {
  font-weight: 600;
}
.price-old {
  color: #dc512c;
  text-decoration: line-through;
}
.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
/* blog */
.blog-thumb {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.blog-thumb h4 {
  font-weight: bold;
}
.blog-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}
.blog-thumb .image a:hover {
  opacity: 0.8;
}
.blog-thumb .description {
  padding: 15px;
}
/* Theme Custom CSS */
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}

.button-group {
    display: flex;
    padding: 15px;
}

.btn{
    border-radius: 0;
}

.btn.btn-main{
    width: 100%;
    background: #f36f21;
    color: white;
    padding: 10px 5px;
    text-align: center;
    text-decoration: none;
    margin: 2px;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 0;
    font-family: "Gotham-Black";
}


.btn-primary{
    background: #f36f21;
    border-color: #ffb98f;
    color: white;
    border-radius: 0;
    font-family: "Gotham-Book";
}

.btn-primary:hover{
    background: #f79e6a;
    border-color: #ffb98f;
    color: white;
}

img.img-thumbnail {
    border: 0;
    border-radius: 0;
}

.page-link{
  color: #f79e6a;
}

.page-item.active span.page-link {
  background: #f79e6a;
  color: white;
  border-color: #f79e6a;
}

.navtop * {
  transition: all 0.3s ease-in-out;
}

a.nav-link {
  text-transform: uppercase;
  font-weight: 600;
}

.navbar .ledinegg a.nav-link {
  color: #eb690b;
}

.navbar .koegl a.nav-link {
  color: #ffee00;
}

img.white-text-png {
  margin-top: 2px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 250px;
}
@media(max-width: 1400px){
  img.white-text-png{
    height: unset!important;
    width: 100%;
  }
}
@media(max-width: 767px){
  img.white-text-png{
    width: 100%;
  }
}
/*
@media(max-width: 767px){
  img.white-text-png{
    display:none;
  }
}
*/
.shrink img.white-text-png {
  height: 19px;
  padding-top: 2px;
}

.shrink .navbar .koegl a.nav-link {
  color: #010101;
}

.shrink img.brand-logo {
  max-width: 150px;
}

.logo-bar {
  position: absolute;
  width: 280px;
  left: 50%;
  transform: translateX(-50%);
  top: 49px;
  opacity: 0;
}
@media(max-width: 767px){
  .logo-bar{
    width: 200px;
    left: 50%;
    transform: translateX(-50%);
    top: 43px;
  }
}
/*
@media(max-width: 767px){
  .logo-bar{
    opacity: 1;
    top:50%;
    transform: translate(-50%,-50%);
    width: 100%;
    max-width: 135px;
    z-index: 10;
  }
}
*/
.shrink .logo-bar {
  opacity: 1;
}
.navtop {
  background: #fff;
}
.navtop.shrink {
  border-bottom: 1px solid rgb(0 0 0 / 20%);
}

.col-absolute {
    display: flex
;
    gap: 10px;
    font-size: 23px;
    color: black;
}
.menue-open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fedbb4;
  z-index: 100;
  opacity: 0;
  display: none;
  transition: all 0.6s;
}

.menue-open.active {
  display: block;
  opacity: 1;
}

.menue-btn {
  position: relative;
  width: 75px;
  height: 50px;
  display: block;
}

.line {
  position: absolute;
  left: 10px;
  height: 4px;
  width: 55px;
  background: #000;
  border-radius: 2px;
  display: block;
  transition: 0.5s;
  transform-origin: center;
}
@media(max-width: 767px){
  .line{
    height: 3px;
    width: 40px;
  }
}

.line:nth-child(1) {
  top: 12px;
}
.line:nth-child(2) {
  top: 24px;
}
.line:nth-child(3) {
  top: 36px;
}

.menue-btn.active .line:nth-child(1) {
  transform: translateY(12px) rotate(-45deg);
}

.menue-btn.active .line:nth-child(2) {
  opacity: 0;
}

.menue-btn.active .line:nth-child(3) {
  transform: translateY(-12px) rotate(45deg);
}

/* Cart custome style */
.product {
  margin-top: 35px;
  margin-bottom: 75px;
}

.qty {
  width: 54px;
  height: 35px;
  text-align: center;
  border-radius: 0;
  border: 1px solid rgb(0 0 0 / 20%);
}
input.qtyplus {width:25px;height:25px;border-radius: 0;border: 0;}
input.qtyminus {width:25px;height:25px;border-radius: 0!important;border: 0;}

.counter-group.quantity {
  display: inline-flex;
  gap: 5px;
  flex-wrap: nowrap;
  align-items: center;
  margin: 5px 0px;
}

.single-price, .total-price{
  font-size: 1rem;
}

.single-price span {
  font-weight: 600;
}

.total-price span {
  font-weight: 600;
}

#shopping-cart img {
    max-width: 250px;
    margin: 15px auto;
    display: block;
}
/* End cat style */

.table{
  --bs-table-bg: transparent;
  border-color: #000000;
}

.btn:disabled, .btn.disabled, fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: #ffb98f;
    border-color: #ffb98f;
    opacity: var(--bs-btn-disabled-opacity);
}

.form-check-input:checked {
    background-color: #ffb98f;
    border-color: #ffb98f;
}

.row-full-height {
  min-height: 100vh;
  padding-top: 95px;
  padding-bottom: 120px;
}

main {
    padding-top: 3rem;
}


.footer {
  background-color: #fedbb4;
  padding-bottom: 25px;
  background-image: url(../img/diagmonds.png);
  background-repeat: repeat;
  color: #010101;
  font-size: 16px;
}

.first-row {
  margin-top: 35px;
}
@media(max-width: 991px){
  .first-row {
    margin-top: 15px;
  }
}
.second-row {
  margin-top: 15px;
}

.fat-link {
  font-family: "Gotham-Black";
  font-size: 19px;
  display: block;
  margin-top: -10px;
}

p.main-footer {
  font-family: "Gotham-Book";
  font-size: 17px;
  display: flex;
}

p.main-footer a {
  font-size: 140%;
  margin-right: 10px;
  position: relative;
  top: -5px;
}

.footer h4 {
  color: #010101;
  font-weight: 600;
}

.footer a {
  color: #010101;
  text-decoration: none;
}

.footer a:hover {
  color: #010101;
  text-decoration: none;
}

.subfooter {
  background-color: #212121;
  color: #fff;
}

.subfooter a {
  color: #d83c3c;
}

.subfooter a:hover {
  color: #d83c3c;
  text-decoration: underline;
}


img.splitmarker {
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 5px;
}

.ledinegg-footer {
  text-align: right;
  padding-top: 35px;
  padding-right: 25px;
}

.kogl-footer {
  text-align: left;
  padding-top: 35px;
  padding-left: 25px;
}

.footer-mobile{
  display: none;
}
.footer-mobile2{
  display: none;
}
@media(max-width: 1200px){
  .footer-mobile{
    display: block;
  }
  .footer-desktop{
    display:none;
  }
}

@media(max-width: 767px){
  .footer-mobile{
    display: none;
  }
  .footer-mobile2{
    display: block;
  }
}

p.zeiten {
  font-size: 14px;
  padding-left: 25px;
}

@media (max-width: 991px){
  p.zeiten {
    font-size: 11px;
    padding-left: 0px;
  }
}
.Anker {
  position: absolute;
  top:-0px;
}
@media (min-width: 767px){
  .only-mobile{
    display: none;
  }
}

@media (max-width: 767px){
  span.destop-only{
    display: none;
  }
}

#form-product .input-group {
    max-width: 350px;
}

.form-control:focus{
  border-color: #dee2e6;
  box-shadow: none;
}

.border.rounded{
  background: white;
}

.image-list {
    display: flex;
    gap: .5rem;
    width: 100%;
    max-width: 519px;
    margin-bottom: 1.6rem;
}

li.nav-item {
    font-size: 2.5rem;
    text-align: center;
}

span.include-tax {
    font-size: 1.15rem;
}

@media(max-width: 767px){
  .footer{
    text-align: center;
  }
  .footer .main-footer{
    justify-content: center;
  }

  .fat-link {
    font-size: 16px;
  }
  .fat-link img{
    width: 45px;
  }
}