@media (max-width: 767px) {
  .footer-main .column--zahlungsarten.fullsize, .footer-main .column--newsletter, .footer-main .footer--column {
    color: #fff;
  }
}

@media (min-width: 768px) {
  #header--searchform .main-search--form .main-search--field {
    border-radius: 12px !important;
    text-align: left;
  }
}

@media (min-width: 768px) {
  #header--searchform .main-search--form .main-search--field {
    background: #fff;
    background-clip: border-box;
    border: 1px solid #eaeaf0;
    color: #374b61;
  }
}

@media (max-width: 767px) {
  .categories--headline.navigation--headline {
    display: block !important;
    line-height: 50px !important;
    background: #fffefd !important;
    color: #374b61 !important;
    margin: 0 !important;
    padding: 0 10px !important;
    font-size: 17px !important;
    border: none !important;
  }
}

@media (max-width: 767px) {
  .footer-main .column--zahlungsarten.fullsize .column--headline, .footer-main .column--newsletter .column--headline, .footer-main .column--newsletter .column--headline {
    color: #515155;
  }
}

@media (max-width: 767px) {
  .footer-main .column--newsletter .column--headline::after {	  
    color: #fff;
  }
}

@media (max-width: 767px) {
  .footer-main .column--headline::after {	
    color: #fff;
  }
}


@media (max-width: 767px) {
  .sidebar-main .entry--close-off-canvas a {
    text-align: center;
    font-size: 16px;
    color: #515155;
    background-color: #f0f0f0;
  }
}


@media (max-width: 767px) {
  .mobile--switches {
    padding: 0 10px 0 10px;
    height: 50px;
    line-height: 50px;
    display: block;
    background: #fff;
    border-bottom: 1px solid #fff;
  }
}


@media screen and (min-width: 48em) {
  .register--login .register--login-btn {
    width: 100%;
    text-align: center;
  }
}





>>>>>>> External Changes
