/*publications.css
CSS für Zeitschriften etc. (Hotcha!)*/

	
	body {
		background-color:white;
	}

	strong {
		font-size:1em;
			}
			
	.thumbnail {
		max-width:24rem;
		float:left;
		margin:0.4rem 4rem 4rem 0;
		}
		
	.summary {
		
		max-width:65rem;
		line-height:2.2rem;
		}
		
	article {
		font-size:0.9em;
		
		margin-top:5rem;
		
		float:left;
		}
		
	article a {
		color:brown;
		font-weight:bold;
		font-size:2rem;
		}
		
	article::after {
		content:".";
		display: block;
		clear:both;
		height:0;
		visibility: hidden;
		}
		
	main {
		max-width:960px;
		margin-left:2rem;
		
		}
	
	
		
	.column1 {
		max-width:26rem;
		}
		
	header {
		border:none;
		margin-bottom:1.5rem;
	}
		
	
	footer {
	  position: fixed;
	  left: 0;
	  bottom: 0;
	  width: 100%;
	  background-color: white;
	  color: blue;
	  text-align: center;
	  font-size:1.2rem;
	  
	  margin:0;
	  max-height:3.5em;
	  line-height:1.4rem;
	  padding-top:0.5em;
	  border-top:brown dotted 0.1rem;
	  background-image:url('./pic/bgfoot.png');
	  background-repeat:repeat-x;
	  
	}
	
	footer p {
		line-height:0.1em; 
		
		}
	
	.insert {
		color:blue; font-weight:bold;
		}
		
	nav a,
	.summary a {
		text-decoration:none;
		}