/*** BODY ***/
h1, h2 {
  color: #e6007e;
}
h3, h4 {
  color: #009fe3;
}

.elementor-section-wrap {
  margin-top: 100px;
}

/*** NAVI ***/
.main-header-bar {
  position: fixed;
  width: 100%;
}

header .custom-logo-link img {
  width: 355px;
}

.ast-builder-social-element {
  color: #009fe3;
}
.ast-builder-social-element:hover, .ast-builder-social-element:active {
  color: #e6007e;
}
.main-header-menu .menu-link, .main-header-menu > a {
  padding: 0 .5em;
}

/*** POPUP ***/
.spu-box p {
  color: #ffffff;
  font-size: 18px;
}
.spu-container p {
  color: #ffffff !important;
}

/*** MITTAGSTISCH ***/
.mprm-container .mprm-content-container {
  text-align: center;
  margin: 0 0 14px;
}
.mprm-content-container.mprm-title b {
  font-size: 25px;
}
.mittagstisch {
  display: flex;
  width: 100%;
}
.gericht {
  display: inline;
  width: 100%;
  text-align: center;
  padding: 0px 40px;
}
.gericht h5 {
  margin-bottom: 0px;
}

.fresh {
  height: 250px !important;
  width: 250px;
  border-radius: 150px !important;
  margin-bottom: 25px;
}

/*** SPEISEKARTE ***/
#embedCategoryLink a{
  display: none !important;
}

/*** TEAM ***/

/*** MAPS ***/
.maps {
  line-height: 0;
}

/*** CONTACT ***/
.contact-form .contact-row {
  width: 99%;
  display: flex;
}
.contact-field {
  width: 48%;
}
.wpcf7 select, .wpcf7 textarea {
  width: 95%;
  background: none;
  border: none;
  border-bottom: 1px solid #009fe3;
}
.wpcf7 input:not([type="submit"]) {
  background: none;
  border: none;
  border-bottom: 1px solid #009fe3;
}
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;
}

/*** FOOTER ***/
.site-below-footer-wrap[data-section="section-below-footer-builder"] p {
  color: #ffffff;
}

.ast-footer-copyright a {
  color: #ffffff;
  text-decoration: underline;
}


/****** RESPONSIVE ******/

@media (max-width: 1690px) {
}
@media (max-width: 1280px) {
}
@media (max-width: 980px) {
}
@media (max-width: 820px) {
  .ast-header-break-point .main-navigation { margin-top: 100px; position: fixed; }
  
  .gericht { padding: 0px 20px; }
}
@media (max-width: 480px) {
  .mittagstisch { display: block; }
  .gericht { padding: 0px; }
}
