/*
 * mittlere "mobile" Variante
 */
@media only screen 
				and (min-width : 481px) 
				and (max-width : 769px) { 

	
	#home {

	}
	
	ul#navi {
		z-index: 10000;
right: 10px;
	}

	.topmenhidden {
		display: inline-block;
	}
	
	.topmoblink, .topmoblink:hover, .topmoblink:visited, .topmoblink:active {
		display: inline-block;
	}
	
	.startheaderlarge {
		display: none;
	}
	
	.startheadersmall {
		background: white;
		display: block;
	}	
	
	.smallheaddate {
		font-family: 'Anton', sans-serif;
		font-weight: normal;
		font-size:13px;
		font-size:0.8125rem;

		border-bottom: 3px solid #5aaadf;
		margin: 0 10px 0 10px;
		background: white;
		display: block;
	}
	
	.smallheadln {
		text-transform: uppercase;
		font-family: 'Anton', sans-serif;
		font-weight: normal;
		background: white;
		margin: 0 10px 0 10px;
		display: block;
		font-size:19px;
		font-size:1.1875rem;
		padding: 10px 0 10px 0;

	}
	
	.startheadcnt {
		padding-left: 20px;
	}
		 
	.startheadcnt h1 {
		font-size:20px;
		font-size:1.25rem;
	}	

	.teasercont {
		width: 260px;
		height: 350px;
		padding: 0;
		margin-left: 19px;
	
		overflow: hidden;		
		display: inline-block;

	}

	.teasercont a {
		position: absolute; 
		top: 0; 
		left: 0; 
		width: 100%; 
		height: 345px; 
	}

	.teasercont img {
		border-bottom: 4px solid #000000;
		width: 260px;
		height: auto;
	}

	.teasermaincnt b {
		clear: both;
		font-size: 0.9rem;
		color: #666666;
		padding: 5px 0 5px 0;
		display: block;
		background: white;
		font-weight: normal;
	}	

	.teasertxt {
		padding: 0 10px 20px 10px;
		font-size: 0.95rem;
		width: 260px;
		height: 115px;
	}

}
