.h3,
		h3 {
		    color: #ed7201;
		    font-size: 14px;
		    margin-bottom: 0px;
		    display: block;
		}
		.h3 {
			margin-bottom: 5px;
		}
        a {
            color: black;
            text-decoration: none;
        }

        a:hover {
            color: #999;
            text-decoration: underline;
        }
		.hidden {
			display: none;
		}

        .titel p {
            color: #ed7201;
        }

        .titel p:first-of-type {
            font-size: 27px;
            font-weight: 700;
            line-height: 31px;
            margin-bottom: 10px;
        }

		.h1_small,
		.titel p:nth-of-type(2n) {
            font-size: 17px;
            font-weight: 700;
            line-height: 21px;
            margin-top: 0px;
        }
		.h1_small {
			display: block;
			line-height: 1.2;
		}
		.vielfalt {
		}
        .einleitung p, .teambeschreibung p {
            margin-bottom: 0px;
        }

        .einleitung p:last-of-type, .teambeschreibung p:last-of-type {
            margin-bottom: 20px;
        }

        .image img{
            float: right;
            width: 75%;
        }

        header img {
            display: none;
        }

        header img:last-of-type {
            display: block;
        }
                * {
                    scrollbar-color: rgba(168, 133, 133, 1) $white;
                    scrollbar-width: thin;
                }
                *::-webkit-scrollbar {
                    width: 5px; height: 5px;
                }
                *::-webkit-scrollbar-track {
                    margin: 2px 0 0;
                    background: $white;
                }
                *::-webkit-scrollbar-thumb {
                    background: rgba(202, 202, 202, 1);
                }

        @media only screen and (max-width: 800px) {
            .flex, footer {
                display: block;
            }

            .flex div {
                width: 100%;
            }
			.vielfalt {
				margin: 0 0 0 0;
			}
        }