/* Laptop and Desktop */
@media only screen and (max-width : 1024px) {

	/* Font */
	@font-face {
    font-family: 'amblebold';
    src: url('/CSS/fonts/amble-bold-webfont.eot');
    src: url('/CSS/fonts/amble-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/CSS/fonts/amble-bold-webfont.woff') format('woff'),
         url('/CSS/fonts/amble-bold-webfont.ttf') format('truetype'),
         url('/CSS/fonts/amble-bold-webfont.svg#amblebold') format('svg');
    font-weight: normal;
    font-style: normal;

    }

	@font-face {
	    font-family: 'amblelight';
	    src: url('/CSS/fonts/amble-light-webfont.eot');
	    src: url('/CSS/fonts/amble-light-webfont.eot?#iefix') format('embedded-opentype'),
	         url('/CSS/fonts/amble-light-webfont.woff') format('woff'),
	         url('/CSS/fonts/amble-light-webfont.ttf') format('truetype'),
	         url('/CSS/fonts/amble-light-webfont.svg#amblelight') format('svg');
	    font-weight: normal;
	    font-style: normal;
	
	}
	
	
	/* Headings */
	h1 {
		font-family: 'amblebold' sans-serif;
		font-weight: normal;
		font-style: normal;
		font-size: 26px;
		color: #262626;
		margin-bottom: 40px;
		margin-top: 80px;
	}
	
	
	h2 {
		font-family: 'amblebold' sans-serif;
		font-weight: normal;
		font-style: normal;
		font-size: 20px;
		color: #262626;
		padding-top: 25px;
	}
	
	
	p {
		font-family: 'amblelight' sans-serif;
		font-weight: normal;
		font-style: normal;
		font-size: 20px;
		color: #262626;
		line-height: 1.5;
		margin-bottom: 0px;
	}
	
	/* Bodystlye */
	body {
		width: 100%;
		margin: 0;
		padding: 0;
		position: absolute;
		background-color: #f2f2f2;
	}
	
	
	/* Header */
	#header {
		z-index: 10;
		width: 100%;
		height: 110px;
		position: fixed;
		background-color: white;
		border-bottom: 1px solid #d9d9d9;
		opacity: 1;
	}
	
	#headercontent {
		width: 1024px;
		height: 110px;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
	}
	
	#logo {
		float: left;
		margin-top: 4px;
		margin-left: 20px;
	}
	
	nav {
		font-family: 'amblelight';
		font-size: 14px;
		float: right;
		margin-top: 24px;
		margin-right: 20px;
	}
	
	li {
		float: left;
		list-style: none;
		padding-left: 30px;
	}
	
	
	/* Links */
	li a {
		text-decoration: none;
		height: 30px;
		display: block;
		color: grey;
		border-bottom: 1px solid white;
		
		-webkit-color: black;
		-moz-color: black;
		-webkit-transition: all .25s ease;
		-moz-transition: all .25s ease;
		-ms-transition: all .25s ease;
		-o-transition: all .25s ease;
		transition: all .25s ease;
	}
	
	li a:hover {
		color: black;
		border-bottom: 1px solid #5c5c5c;
	}
	
	li a:active {
		color: black;
		border-bottom: 1px solid #5c5c5c;
	}
	
	.activelink {
		color: black;
		border-bottom: 1px solid #5c5c5c;
	}
	
	
	/* Inhalt */
		
	#content {
		width: 1024px;
		height: 2500px;
		background-color: white;
		display: block;
		position: relative;
		margin-top: 110px;
		margin-left: auto;
		margin-right: auto;
	}
	
	
	#impressum {
		position: relative;
		width: 900px;
		height: auto;
		background-color: ;
		margin-left: auto;
		margin-right: auto;
		padding-top: 20px;
	}
	
	
	/* Footer */
	footer {
		position: relative;
		margin-left: auto;
		margin-right: auto;
		padding-top: 100px;
		padding-bottom: 100px;
		width: 1024px;
		height: auto;
	}
	
	.Mark {
		display: block;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 20px;
	}
	
	p.copyright {
		text-align: center;
		font-family: 'amblelight' sans-serif;
		font-weight: normal;
		font-style: normal;
		font-size: 14px;
		color: #262626;
	}
	
	p a {
		text-decoration: none;
		color: #262626;
	}
	
	p a:hover {
		text-decoration: underline;
		color: #262626;
	}

/* BEST */
		.bestcontainer {
			clear:both;
			float:none;
		}

	.bestspacer {
		margin-top:76px;
		margin-bottom: 24px;
		height:10px;
		text-align: center;
		clear: both;
		float:none;
	}

	.bestholder {
		text-align: center;
	}

	.bestholder a {
		margin: 0px 19px 38px;
		display: inline-block;
	}
}