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

	body {
		width: 98%;
        margin: 0 1%;
	}

	header,nav,section,aside {
		display: block;
		width: 100%;		
	}
	
	header {
		height: auto;
		margin: 0;
	}
	
	header img {
		margin-top: 0;
	}
	
	nav {
		height: auto;
	}
	
	nav ul {
		position: relative;
		top: 0;
		left: 0;
	}
	
	
	section {
		width: 98%;
		margin: 2%;
		padding: 0;
		height: auto;
	}
	
	section img {
		float: none;
	}
	
	aside {
		width: 92%;	
		padding: 4%;
		height: auto;
	}

    #navbutton {
        display: inline-block;
        border: 2px solid black;
        font-size: 16px;
        border-radius: 3px;
        padding: 4px 6px;
        color: black;
        position: absolute;
        top: 1em;
    }

	#navbutton:hover {
		text-decoration: none;
        cursor: pointer;
	}
	
	#mainnav {
		width: 100%;
		display: none;
	}
	#mainnav li {
		display: block; 
		margin: 0;
	}
	#mainnav li a { 
        display: block;
        width: 100%;
        height: 100%;
        font-size: 120%;
        line-height: 170%;
        text-decoration: none;
        border-bottom: 1px dashed black;
        margin-bottom: 5px;
        color: black;
	}
	#mainnav li a:hover {
		color: #418666; 
	}

    #mainnav  li#schwerpunkte {
	    display: block;
    }
    #mainnav li.schwerpunkt {
	    display: none;
    }
	
	header .quint {
		display: none;
	}
	header .essenz {
		display: none;
	}
    header .mobile-logo {
        width: 100%;
    }
    header .mobile-logo img {
        width: 70%;
        margin: 1em 2% 1em 28%;
    }
	
	.right {
		display: none;
	}
    .home_adressen {
        margin-top: 2em;
        padding: 0.25em 0 0.1em 0;
        background-color: #008473;
        border-top: 1px solid #000000;
        bottom: 0;
        color: white;
        text-align: center;
    }
    .home_rechteck li {
        width: 49%;
        height: 100px;
        display: inline-block;
        position: relative;
    }
    .home_rechteck li div {
        position: absolute;
        top: 50%;
        width: 100%;
        height: 2em;
        margin-top: -1em;
    }
    .home_rechteck li a {
        color: black;
        letter-spacing: 0.02em;
        text-decoration: none;
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
        width: 0 30px;
    }
    .home_rechteck li.middle {
        display: none;
    }
    .home_rechteck li:nth-child(1),
    .home_rechteck li:nth-child(4),
    .home_rechteck li:nth-child(6),
    .home_rechteck li:nth-child(9) {
        background-color: #add6d6;
    }
    .home_rechteck li:nth-child(2),
    .home_rechteck li:nth-child(3),
    .home_rechteck li:nth-child(7),
    .home_rechteck li:nth-child(8) {
        background-color: #008473;
    }
    .home_rechteck li:nth-child(1),
    .home_rechteck li:nth-child(3),
    .home_rechteck li:nth-child(6),
    .home_rechteck li:nth-child(8) {
        margin-right: 2%  ! important;
    }

}
