/* 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: 20px;
		color: #262626;
	}
	
	p {
		font-family: 'amblelight' sans-serif;
		font-weight: normal;
		font-style: normal;
		font-size: 20px;
		color: #262626;
		line-height: 1.4;
	}
	
	/* 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 */
	.routebutton {
		font-family: 'amblebold' sans-serif;
		font-weight: normal;
		font-style: normal;
		font-size: 18px;
		color: white;
		text-align: center;
		text-decoration: none;
		display: block;
		line-height: 2.9;
		width: 180px;
		height: 50px;
		background-color: #e5e5e5;
		
		-webkit-background-color: #e5e5e5;
		-moz-background-color: #e5e5e5;
		-webkit-transition: all .25s ease;
		-moz-transition: all .25s ease;
		-ms-transition: all .25s ease;
		-o-transition: all .25s ease;
		transition: all .25s ease;
	}

.routebutton:hover {
		font-family: 'amblebold' sans-serif;
		font-weight: normal;
		font-style: normal;
		font-size: 18px;
		color: white;
		text-align: center;
		text-decoration: none;
		display: block;
		line-height: 2.9;
		width: 180px;
		height: 50px;
		background-color: #000;
	}


	
	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 */
	
	#tage {
		float: left;
		margin-right: 20px;
		
	}
	
	#tage p.zweizeilig {
		padding-bottom: 28px;
	}
	
	
	#zeiten {
		margin-top: 33px;
	}
	
	#infocontainer {
		
		width: 300px;
		float: left;
		padding: 90px;
	}
	
	#infocontainerzusatz {
		position: relative;
		background-color: ;
		width: 365px;
		float: left;
		margin-top: 18px;
		margin-left: 89px;
		margin-right: 0px;
		margin-bottom: 50px;
	}
	
	.icon {
		width: 32px;
		height: 32px;
	}
	
	#infoinhalt {
		margin-top: -45px;
		width: 325px;
		margin-left: 45px;
	}
		
	#content {
		width: 1024px;
		min-height: 1700px;
		background-color: white;
		display: block;
		position: relative;
		z-index: 0;
		margin-top: 110px;
		margin-left: auto;
		margin-right: auto;
	}
	
	#contentcontact {
		width: 320px;
		position: relative;
		padding-left: 120px;
		padding-right: 120px;
		padding-top: 70px;
		padding-bottom: 70px;
		font-size: 20px;
		line-height: 1.6;
	}
	
	
	/* Slideshow */
	#karte {
		/* background-image: url(../files/Karte_Anfahrt.png); */
		background-position: center center;
		background-size: cover;
		width: 100%;
		height: 500px;
		background-color: gray;
	}

	#map {
		background-image: url(../files/platzhalter/platzhalter.jpeg);
		background-position: center center;
		background-size: cover;
		width: 100%;
		height: 500px;
		background-color: gray;
	}


	/* 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;
	}
}