@media screen and (max-width: 1340px){
    #contact .wp-block-columns{
        flex-direction: column;
        gap: 0;
    }
    #contact .wp-block-columns .wp-block-column{
        flex-basis: auto !important;
    }
}
@media screen and (max-width: 960px){
    body.page{
        background-image: none;
    }
    #header #nav{
        right: 8vw;
    }
    #wrapper{
        max-width: 100%;
    }
	.salat-teller{
		display: none;
	}

    h1{
        font-size: 32px;
        line-height: 32px;
    }
}