/*
Theme Name: Omamo
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* BREAKPOINTS */

/* Smartphones (bis 600px) */
@media (max-width: 600px) {
  /* CSS für Mobilgeräte */
}

/* Tablets (zwischen 601px und 1024px) */
@media (min-width: 601px) and (max-width: 1024px) {
  /* CSS für Tablets */
}

/* Desktops (ab 1025px) */
@media (min-width: 1025px) {
  /* CSS für Desktops */
}


/* Checkliste Startseite */
.custom-checkbox-list {
    list-style: none;
    padding: 0;
}

.custom-checkbox-list p {
    margin: 0;
    padding-left: 1.5em;
    text-indent: -1.5em;
}

.custom-checkbox-list .custom-checkbox {
    font-weight: bold; /* für fett gedruckte Haken, optional */
}


/* Button Farben Startseite */

.btn_st_zudenlinks {
    background-color: #A7B2BF!important;
}

.btn_st_downloads{
    background-color: #D7B0AD!important;
}

.btn_st_ratgeber {
    background-color: #8CB8C0!important;
}



@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}