/*
Theme Name: FSM
Description: Child theme for the Avada
Author: Florian Schmidt
Template: Avada
*/

/* Header */
.top-navi li a {
  align-items: flex-end;
}
.top-navi .top-navi-search > span {
  border: none;
}
.top-navi .top-navi-search a {
  flex-direction: row-reverse;
}
/* Footer */
.footer-button i {
  color: var(--awb-color5) !important;
}
/* Checkout */
.fusion-body .wc-block-components-notice-banner.is-error {
    background-color: var(--awb-color5)!important;
}
/* Responsive */
@media (min-width:901px) {
  .top-navigation .top-navi-search a::after {
    content: "SUCHE";
    margin-right: 20px;
    color: var(--awb-color5);
  }
}
@media (max-width:900px) {
  .top-navigation li:not(:last-child) {
    margin: 0px;
  }
  .top-navigation .menu-text {
    display: none!important;
  }
}
@media (max-width:1179px) {
  .fusion-footer .fusion-column-wrapper {
    border: none !important;
  }
}