	/*=================================== */
	/* CSS Hauptdokument                  */
	/*=================================== */
    
        /* CSS reset                  */
      * {
            margin:0;
            padding:0;
        }

    *,*::before,*::after {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        html {
            scroll-behavior: smooth;

            }

        body{
            height: 100%;
            background-image:url("../pic/background03.jpg");
			background-repeat: no-repeat;
			background-size: cover;
			background-attachment: fixed;
            }
		

