/*
	Ex Machina by TEMPLATED
    templated.co @templatedco
    Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/
@media (max-width:1000px){

	
	body,input,textarea,select
	{
    font-size: 14px;
    text-align: left;
    font-weight: 300;
	}

/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

	#page
	.homepage #page
	{
		padding: 2em 1em;
	}

	#main
    .homepage #main
	{
		margin-top: 3em;
		padding-top: 2em;
		padding-left: 15px;
		border-top: none;
	}
	
	
/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
    padding: 6em 1em;
    font-size: 1em;
	}

	.homepage #banner
	{
    padding: 6em 1em;
    font-size: 1em;
	}
	
	
/*********************************************************************************/
/* Featured / Spalten                                                            */
/*********************************************************************************/
	
	
	.row {
		display: flex;
		flex-direction: column;
		gap: 2em
	}
	
	.3u {
		width: 100%
	}
	
/********************************************************************************/
/*Bilder*/
/********************************************************************************/
	
	img {
		max-width: 100%;
		height: auto;
	}

/********************************************************************************/
/* Navigation*/
/********************************************************************************/
   
	#nav {
    font-size: 14px;
	text-align: left;
	margin-top: 1em;
}

	#nav ul {
		diplay: block;
		padding: 0;
		margin: 0;
		text-align: center;
		list-style: none;
	}
	
	#nav ul li {
		margin-bottom: 0,5em;
		display: block;
	}

	#nav ul li a {
		display: block;
		padding: 0.5em;
		background: #eee;
		color: #000;
		text-decoration: none;
		border-radius: 5px;
	}

/******************************************************************************/
/* Überschriften*/
/******************************************************************************/
	
	section header h2 {
    font-size: 1.4em;
	font-weight: 600
    font-family: "Roboto Condensed", sans-serif;
}

/******************************************************************************/
/*Footer & Impressum*/
/******************************************************************************/
	
	#footer {
		padding: 2em 1em;
	}
	
	.homepage #copyright #impressum, 
	#copyright #impressum #impressum {
		text-align: center;
		font-size: 0.9em;
	}
		
	}
    