   /* #################################################### */
   /*                                                      */
   /* Coded by: Cell it! GmbH & Co. KG (Sven Siemitkowski) */
   /* ---------------------------------------------------- */
   /* Date: 07/2023                                        */
   /*                                                      */
   /* #################################################### */

   /* R E S E T S */

      body, html { margin:0; padding:0; background-color: #fff !important; color: #000 !important; }

      body       { overflow-y:scroll; }

   /* F O N T */

      body  {

               font-family: 'Open Sans', sans-serif;  /* Open Sans | Montserrat */

               letter-spacing:0.07em !important;

            }

   /* S T A N D A R D S */

      .noselect   {

                     -webkit-touch-callout: none; /* iOS Safari */
                       -webkit-user-select: none; /* Safari */
                        -khtml-user-select: none; /* Konqueror HTML */
                          -moz-user-select: none; /* Firefox */
                           -ms-user-select: none; /* Internet Explorer/Edge */
                               user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */

                  }

      .cursor-pointer { cursor:pointer !important; }

      .color-ziegelrot { color:#bd7e79; }

   /* C H E C K B O X */

      .custom-control-input:checked ~ .custom-control-label::before  {

                                                                        background-color: #515a17;

                                                                        border:none;

                                                                     }

      .custom-control-input:disabled ~ .custom-control-label::before  {

                                                                        background-color: #515a17 !important;

                                                                        border:none;

                                                                     }

   /* W A R N I N G */

      .warning { border:1px solid #c00 !important; }

   /* A | L I N K */

      .a-link { color:#515a17 !important; text-decoration:none; }
      .a-link:hover { color:#515a17 !important; text-decoration:none; }
      .a-link:visited { color:#515a17 !important; text-decoration:none; }
      .a-link:focus { color:#515a17 !important; text-decoration:none; }
