#pfeil {
    width:4vw;
    transform: rotate(-90deg);
    margin-top:20px;
    margin-bottom: 30px;
    /margin-left: 0vw;
}

html, body, div, 
h1, p, a, section
{
	margin: 0;
	padding-left: 1vw;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}


/*  Basic */

	@-ms-viewport {
		width: device-width;
	}

	body {
		-ms-overflow-style: scrollbar;
	}
    
    @media screen and (max-width: 360px) {

		html, body {
			max-width: auto;
		}

	}

	@media screen and (max-width: 480px) {

		html, body {
            max-width: auto;
		}

	}

    @media screen and (max-width: 763px) {

		html, body {
		
            
		}

	}

	html {
		box-sizing: border-box;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

	body {
		background: #211D26;
        
        /background: gray;
	}




	body, input, select, textarea {
        color: white;
        //color: black;
        font-family: "courier";
		font-size: 16pt;
		font-weight: normal;
		line-height: 1.75;
	}

		@media screen and (max-width: 1680px) {

			body, input, select, textarea {
				font-size: 14pt;
			}

		}
        
        @media screen and (max-width: 1500px) {

			body {
			
			}

		}

		@media screen and (max-width: 1280px) {

			body, input, select, textarea {
				font-size: 12pt;
                /background-color: darkcyan;
                
               
			}
                #pfeil {
                width:6vw;
            }

		}

	strong, b {
		font-weight: 900;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 2em 0;
	}

	h1 {
		font-size: 1.5em;
		line-height: 1.3;
		margin: 0 0 1em 0;
		letter-spacing: 0;
	}

		h1 a {
			color: inherit;
		}

		@media screen and (max-width: 736px) {

			h1 {
				font-size: 2.2em;
				margin: 0 0 0.5em 0;
                letter-spacing: -0.06em;
                /color: blue;
			}
            #pfeil {
                width:9vw;
            }

		}

		@media screen and (max-width: 360px) {

			h1 {
				font-size: 1.9em;
                letter-spacing: -0.08em;
                /color: green;
			}

		}

