/*** STICKY
.site-main {
  margin-top: 100px;
}
.main-header-bar, .site-header {
  position: fixed;
  width: 100%;
} ***/

/*** NAVI ***/
button.navi-tel, button.navi-tel:hover, button.navi-tel:active {
  background-color: #ffffff;
  padding: 0 0 0 0 ;
}
.navi-tel a {
  color: #ffffff;
  background: #ff00ff;
  font-size: 18px;
  font-weight: 400;
  padding: 10px 12px;
  border-radius: 0px;
}
.navi-tel a:hover {
  color: #ffffff;
  background: #000000;
}
.navi-tel .fa, .navi-tel .fas {
  color: #ffffff;
  margin-right: 5px;
}

a.upper-nav {
  color: #000000;
  font-size: 14px;
}
a.upper-nav:hover {
  color: #ff00ff;
}

/*** START-LOGO ***/
.elementor-2 .elementor-element.elementor-element-baeff66 img {
  filter: drop-shadow(3px 3px 8px rgb(0 0 0 / 1));
}


/*** HEADINGS ***/
.kaiser-heading h1, .kaiser-heading .entry-content h1 {
  color: #000000 !important;
  margin: 5px 15px 15px 15px;
}
.kaiser-heading h2, .kaiser-heading .entry-content h2 {
  color: #000000 !important;
  margin: 5px 10px 10px 10px;
}
/*.kaiser-heading {
  clip-path: polygon(0 10px,10px 10px,10px 0,calc(100% - 10px) 0,calc(100% - 10px) 10px,100% 10px,100% calc(100% - 10px),calc(100% - 10px) calc(100% - 10px),calc(100% - 10px) 100%,10px 100%,10px calc(100% - 10px),0 calc(100% - 10px));
}*/
/*.kaiser-heading::before {
  content: '';
  position: absolute;
  width: 90%;
  height: 125%;
  top: -12%;
  left: 5%;
  box-shadow: 0px 5px 0px 20px rgba(23, 49, 82, 0) inset !important;
  border: 2px solid red;
  z-index: 9;
}*/



/*** GOLD PLATES ***/
.gold-plate{
  background-image: 
    url(/wp-content/uploads/corner-top-left.svg),
    url(/wp-content/uploads/corner-top-right.svg),
    url(/wp-content/uploads/corner-bottom-left.svg),
    url(/wp-content/uploads/corner-bottom-right.svg);
  background-position:
    top 5px left 5px,
    top 5px right 5px,
    bottom 5px left 5px,
    bottom 5px right 5px;
  background-repeat:no-repeat;
  background-size: 18%;
  background-color: #d8a346;
}


/*** ALLERGENE ***/
.spu-container p {
  color: #000000;
  font-size: 10px;
  line-height: 1.5;
}
.spu-container {
  position: right 10px;
}

/*** CONTACT ***/
.contact-form .contact-row {
  width: 99%;
  display: flex;
}
.contact-field {
  width: 48%;
}
.wpcf7 select, .wpcf7 textarea {
  width: 92.5%;
  background: #ffffff;
  border: none;
  border-bottom: 1px solid #3A3A3A;
}
.wpcf7 textarea {
  height: 150px;
}
.consent {
  font-size: 14px;
  margin: 20px 0px;
}
.wpcf7 input:not([type="submit"]) {
  width: 95%;
  background: #ffffff;
  border: none;
  border-bottom: 1px solid #3A3A3A;
  margin-bottom: 5px;
}
input[type="email"], input[type="number"], input[type="password"], input[type="reset"], [type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea {
  color: #333333;
}
.wpcf7 input[type="checkbox"], .wpcf7 input[type="radio"] {
  width: 1.4em !important;
}
.sent-button {
  text-align: center;
}
input[type="submit"] {
  color: #000000;
  background-color: #d8a346;
  border-color: #d8a346;
}
input[type="submit"]:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}

/*** FOOTER ***/
.widget {
  text-align: center;
}
.fa-solid, .fas {
  color: #ffffff;
  margin-right: 5px;
}

.footer-spalten {
  display: table;
  position: relative;
  max-width: 35rem;
  padding: 0 0 0 0;
}
.footer-spalten .fas {
  color: #ffffff;
  font-size: 40px;
  padding-right: 30px;
  display: block;
  width: 20%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.texte, .footer-spalten a {
  font-size: 18px;
  display: block;
  width: 80%;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}



/****** RESPONSIVE ******/

@media (max-width: 1690px) {
}
@media (max-width: 1280px) {
}
@media (max-width: 921px) {
  /*.site-main { margin-top: 0px; }
  .main-header-bar, .site-header { position: relative; width: 100%; }*/
}
@media (max-width: 820px) {
}
@media (max-width: 480px) {
  .contact-form .contact-row { width: 99%; display: block; }
  .contact-field { width: 98%; }
}
