a, a:visited {
    font-style: italic;
    color: #733D2F;
    transition: font-weight 0.1s;
}

a:hover {
    font-weight: bold;
}

@media (min-width: 800px){
	html, body {
    margin: 0;
	width: 100%;
	height: 100%;
    background-color: white;
    font-family: 'PT Sans', sans-serif;
	}
}

@media (max-width: 800px){
	html, body {
    margin: 0;
	width: 100%;
	height: 100%;
    background-color: white;
    font-family:  sans-serif;
	font-size: 95%;
	}
}
	
div.head,.footer,.table,.content{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
	
}




@media (max-width: 800px){
	div.main{
		width: 90%;
		padding: 10px 25px;
		max-width: 750px;
	}
}

@media (min-width: 800px){
	div.main{
		width: 100%;
		padding: 0px;
		margin: 0px;
		
	}
}


h2.content{
		display: block;
		font-size: 1.4em;
		font-weight: bold;
		color: #733D2F;
		text-align: left;
}

/*Content */
h3{
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	color: black;
	

} 

@media (min-width: 800px){

div.left{
	background-color: transparent;
	background-image: url(img/abdruck.png);
	background-position: right top;
	background-repeat: no-repeat;
	text-align: left;
	}

div.right{
	background-color: transparent;
	background-image: url(img/abdruck2.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 190px;
	text-align: right;
	
	}	

}

@media (max-width: 800px){
div.left{
	text-align: left;
    
	}

div.right{
	text-align: right;
   
	}

}




/*Navigation */

@media (max-width: 800px){

div.navbox {
    margin-left: auto;
    margin-right: auto;
}

ul.nav {
		list-style-type: none;	
		padding: 0px 0px;
		margin: auto;
		height: 100%;
		width: 100%;
		max-width: 640px;
		
	}

ul.nav li {
		display: block;
		padding: 0px;
		margin: 5px;    
		height: 40px;
		width: 100%;
		max-width: 740px;
		background-color: rgba(200,200,200,0.4);
		text-align: center;
		transition: background-color 1.0s, height 0.5s;
	}

ul.nav li:hover {
		background-color: rgba(200,200,200,0.1);
		height: 45px;
		
	}
	
a.navlink {
	display:block;
	height: 40px;
	width: 100%;
	max-width: 740px;
	text-align: center;
	vertical-align: top;
	color: black; 
	font-weight: bold;
	text-decoration: none;
	margin-top: auto;
	font-size: 110%px;
	padding-top: 10px;
	}
	
a.navlink:hover{
	transition-property: font-size;
	transition-duration: 1s;
	transition-delay: 0s;
	font-size: 120%;


}
	
	
div.navitem {
    display: inline-block;
    margin: 10px;
    padding: 5px;
    font-weight: bold;
}

}

@media (min-width: 800px){

div.navbox {
    margin-left: auto;
    margin-right: auto;
}

ul.nav {
		list-style-type: none;	
		padding: 0px 0px;
		margin: auto;
		height: 20px;
		width: 100%;
		max-width: 640px;
		
	}

ul.nav li {
		display: inline-block;
		padding: 0px;
		margin: 5px;    
		height: 40px;
		width: 100%;
		max-width: 200px;
		background-color: rgba(200,200,200,0.4);
		text-align: center;
		transition: background-color 1.0s, height 0.5s;
	}

ul.nav li:hover {
		background-color: rgba(200,200,200,0.1);
		height: 45px;
		
	}
	
a.navlink {
	display:inline-block;
	height: 40px;
	width: 100%;
	max-width: 145px;
	text-align: center;
	vertical-align: top;
	color: black; 
	font-weight: bold;
	text-decoration: none;
	margin-top: 10px;
	font-size: 120%px;
	}
	
a.navlink:hover{
	transition-property: font-size;
	transition-duration: 1s;
	transition-delay: 0s;
	font-size: 130%;


}
	
	
div.navitem {
    display: inline-block;
    margin: 10px;
    padding: 5px;
    font-weight: bold;
}

}




#diary {
    font-weight: normal;
}

#lfmap {
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 70%;
}



.info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
}
.info h4 {
    margin: 0 0 5px;
    color: #777;
}        
        
.legend {
    line-height: 18px;
    color: #555;
}
.legend i {
    width: 17px;
    height: 17px;
    border-radius: 15px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}
 
@media (max-width: 800px){

.imgpopup {
    display: none;
	position: relative;
    margin-left: auto;
    margin-right: auto;
}

}


@media (min-width: 800px){

.imgpopup {
    display: none;    
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

}


@media (min-width: 800px){

div.head {
    position: static;
    /*background-image: url('logo.png');
    background-repeat: no-repeat; */  
    background-color: white;
    background-position: right center;
    height: 5px;
	width: 100%;
	max-width: 720px;
    padding: 10px;
	border-bottom: 2px;
	border-bottom-style: solid;
	border-bottom-color: #733D2F;
	}

}

@media (max-width: 800px){

div.head {
    position: static;
    /*background-image: url('logo.png');
    background-repeat: no-repeat; */  
    background-color: white;
    background-position: right center;
    height: 5px;
	width: 90%;
	max-width: 720px;
    padding: 10px;
	border-bottom: 2px;
	border-bottom-style: solid;
	border-bottom-color: #733D2F;
	}

}



div.logodiv {
	
    background-color: white;
    height: 50px;
	width: 200px;
	margin: auto;
	padding: 10px;
	
}

/*logo Stuff*/

#logo {
	margin: auto;

}
#fleck{
	fill: #733D2F;

}

/* Diary Table*/ 

@media (min-width: 800px){

table.log{
	border-collapse:separate;
	border-spacing: 0px;
	display: 		table;
	border:		 	0px;
	border-color: 	#733D2F;
	border-style: 	solid;
	font-size: 0.9em;
			
	}
	
table.log td, table.log  th{
	display: 	table-cell;
	border:		 		2px;
	border-color: 		#733D2F;
	border-bottom-style:solid;
	padding: 			4px 6px;
	min-width:			100px;
	}

td.right{
	text-align:			center;
}
	
	
table.log th {	
	text-align:			center;
	font-weight: 		bold;
	font-size:			1.1em;
	}

	
}	

@media (max-width: 800px){

table.log{
	border-collapse:separate;
	border-spacing: 0px;
	display: 		table;
	border:		 	0px;
	border-color: 	#733D2F;
	border-style: 	solid;
	font-size: 0.9em;
	width: 98%;
			
	}
	
table.log td, table.log  th{
	display: 	table-cell;
	border:		 		2px;
	border-color: 		#733D2F;
	border-bottom-style:solid;
	padding: 			4px 6px;
	min-width:			30px;
	}

td.right{
	text-align:			center;



}
	
	
table.log th {	
	text-align:			center;
	font-weight: 		bold;
	font-size:			1.1em;
	}

	
}
	
div.footer {
    font-size: 75%;
    font-style: italic;
    padding: 10px;
    text-align: center;
    background-color: white;
}

div.footer:before {
    content: "kaffein.wien 2015";
}