/*
- media0000.css
*/

/*  smallest  */
@media (max-width: 399px) {

	body {
		font-size: 10px;
		line-height: 1.428571429;
		min-height: 400px;
	}
	
	h1,
	.h1 {
		font-size: 22px;
	}
	
	h2,
	.h2 {
		font-size: 18px;
	}
	
	#header {
		height: 50px;
	}
	
	#navcontainer {
		display:none;
	}
	
	
	#content {
		margin-top:27px;
		min-height: 500px;
	}

	.container {
		width:90%;
		margin-right: 5px;
		margin-left: 3px;
		margin-top: 8px;
		margin-bottom: 20px;
		padding-left: 8px;
		padding-right: 8px;
		padding-top: 10px;
		padding-bottom: 1px;
	}
	
	pre {
		font-size: 9px;
		margin-left: -15px;
	}
	ul.mecond li {
		margin-left: -50px;
		font-size: 0.9em;
	}
	
	p.pad {
	padding-left:10px;
	}
	
	em.h1 {
		font-size: 0.5em;
		margin-left: -8px;
	}
	#header h1 {
		font-size: 1.9em;
	}
	
	table.blinds, table.ranking, table.sundowner, table.jamai {
		width: 260px;
		margin-left: 20px;

	}
	
	a.loca:first-of-type {
	padding-left: 10px;
	display: inline-block;
	} 
	
	a.loca:last-of-type {
	
	padding-left: 10px;
	} 
	
	.location {
		margin-left: 70px;
		width: 70%;
	}
	
	div.location img{
		width:10px;
	}
	.location2 {
	margin-left: 10px;
	}

	div.location2 img{
		width:10px;
	}
	
	.karte div {
	display: inline-block;
	width: 150px;
	}
	.karte img {
	height: 1.6em;
	margin-right: 4px;
	}
	
	.karte br {
	display: none;
	}
	
	#footer {
		height: 120px;
	}
	
	.modal-dialog.viewer  {

		width: 340px;
		margin: 10px auto;
	}
	table#player1 {
	width:320px !important;
	margin: auto !important;
	margin-top:2px !important;
	margin-bottom:2px !important;
	}

	table#player2 {
	width: 99% !important; 
	margin: 1px!important;
	}
	
	.navrss a{padding:0 !important;}
	.navrss img{margin-left:3px !important; margin-right:3px !important; margin-bottom:-3px !important; width:14px !important; height:14px !important;}
	.navrss li{padding:0 !important;}
	
	img.wttnl{
	padding-left:32px;
	opacity:0.8;
	filter: alpha(opacity=80);
	transition: 		opacity 0.35s linear;
	-webkit-transition: opacity 0.35s linear;
	width:220px !important; 
	height:22px !important;
	}
	img.wttnl:hover{
	opacity:0.9; 
	filter: alpha(opacity=90);
	transition: 		opacity 0.35s linear;
	-webkit-transition: opacity 0.35s linear;
	}
	#bsop {
      margin-right: 20px;
	  margin-top: 20px;
	  width: 5em;

	}
	
	h1.tentimes {
	margin-top: 10px;
	text-align: center;
	font-size: 160%;
	letter-spacing: 2px;
	font-weight: 500;
	margin-left: -35px;
	}
	h1.tentimes::before {
	content: '';
	display: inline-block;
	}
	h1.tentimes::after {
		content: '';
		display: inline-block;
	}
	article {
	padding-right:30px;
	padding-left:28px;
	padding-bottom:8px;
	}
	section {
	padding-right:30px;
	padding-left:12px;
	margin-left: -65px;
	flex-direction: column;
	}

	section > div {
	padding: 0 40px 0 80px;;
	}

	section div h3 {
		
	}
	section.timetable div ul  {
	margin-left: 15px;
	margin-top: 5px;
}
}



/*
- media0639.css
*/