
   /* R E S E T */

      html, body  {

                     height: 100%;

                     margin: 0px;

                  }

   /* G E N E R A L */

      body  {

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

               letter-spacing:0.07em !important;

               overflow-y: scroll;

            }

   /* N O S E L E C T */

      .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 */

                  }

   /* C U S T O M | C H E C K B O X */

      .custom-control-label:before { background-color: #fff; border:none !important; }

      .custom-checkbox .custom-control-input:checked~.custom-control-label::before { background-color: #000; }

      .custom-checkbox { border:none !important; }

      .custom-checkbox .custom-control-indicator { border:none !important; }

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

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

                                                                        background-color: #2a5073;

                                                                        border:none;

                                                                     }

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

                                                                        background-color: #2a5073 !important;

                                                                        border:none;

                                                                     }


   /* T O G G L E R | I C O N | C O L O R */

      .navbar-light .navbar-toggler-icon  {

                                             background-image: url("data:image/svg+xml,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(42, 80, 115, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");

                                          }

   /* C O L O R */

      .dunkelblau { color:#2a5073 !important; }

   /* B G */

      .bg-dunkelblau { background-color:#2a5073 !important; }

   /* B G | W R A P P E R */

      .bg-wrapper { background:transparent url('../img/bg-wrapper.png') no-repeat 0 0; background-size:cover; }

   /* B G | I N T R O */

      .bg-intro { background:transparent url('../img/bg-intro.png') no-repeat 0 0; background-size:cover; }

   /* B G | B I L D M A R K E N A N S C H N I T T */

      .bg-bildmarkenanschnitt { background:transparent url('../img/bg-bildmarkenanschnitt.jpg') no-repeat 0 0; background-size:cover; background-attachment: fixed; }
