
html {
	font-size: 62.5%;	
	box-sizing: border-box;
}
body {
	background-color: #dedede;
	font-family: Lucida Sans Unicode;
	
	
}
*, *::before, *::after{
	box-sizing: inherit;
	
}
table{
	border-collapse: collapse;
}
th, td {
  padding: 15px;
  text-align: left;
}

.grid-container {
	display: grid;
		/*align-items: start;*/
	max-width: 500px;
	margin: 0 auto;
	padding: 0 10px;
	grid-template-columns: 60px 1fr;
    grid-template-rows: auto auto auto auto auto 80px;
    grid-template-areas:
	   "logo nav"	   
	   "bild bild"
	   "thema thema"
	   "inhalt inhalt"
	   "aside aside"
	   "footer footer";	   
    grid-gap: 5px;
	/*font-family: 'Source Sans Pro', sans-serif;
	'/'
	letter-spacing: 0.1rem;
	line-height: 2.5rem;
	/*font-family: 'Montserrat', sans-serif;*/
	

	
}
.navi {
	grid-area: 1 / 2 / 2 / 3;
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	/*justify-content: flex-end;*/
	flex-wrap: wrap;
	height: 100%;
	background: #aaa;
	font-size: 1.4rem;
	border: 1px solid #444;
	border-radius: 10px;
}

.navi-item {
	margin: auto 10px;
}

.navi-item a {
	color: rgb(255, 255, 255);
}


/*
.navi-item a:hover,
.navi-item a:active {
	color: red;
}*/
.logo {
	grid-area: logo;
	width: 50px;
	height: 50px;
	}


header {
	grid-area: 2 / 1 / 4 / 3;
	/*background: #bbb;*/
	/*overflow: hidden;*/
	align-items: end;
	border-radius: 10px;
	
}

img{
	width: 100%;
	height: auto;
	border: 2px solid gray;
	border-radius: 10px;
	display: block;
	/*box-shadow: 2px 2px 2px gray;*/
}

.vollbild {
	width: 100%;
	height: 100%;		
}

aside {
	grid-area: aside;
	background: #eee;	
	border: 1px solid green;
	box-shadow: 2px 2px 5px gray;
	border-radius: 10px;
	padding: 1rem;
	align-self: start;
	line-height: 2rem
}
aside p {
	font-size: 1.4rem;
	/*padding: 0 1rem;*/
}

aside h1 {
	font-size: 2rem;	
}

aside img{
}
/*
aside.img{
	justify-self: stretch;
	object-fit: cover;
	width: 100%;
	height: auto;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;	
	border: none;
	background: #fff;
	align-self: center;
	border-radius: 100px;
	
	box-shadow: 2px 2px 2px gray;
	
}
*/

.main {
	grid-area: inhalt;
	font-size: 1.6rem;
	line-height: 2.5rem;
	color: #000;
	background: #fff;
	padding: 1rem;
	border: 1px solid green;
	box-shadow: 2px 2px 2px gray;
	border-radius: 10px;
	overflow: hidden;
	/*transform: rotate(-2deg);*/
}
.zeile-eng {
	line-height: 2rem;
	}
.engrave {
  /* background: hsl(190,50%,80%);*/
   color:hsl(190,50%,80%);
   text-shadow: 
     -1px -1px 1px hsl(190,50%,90%), 
     1px 1px 1px hsl(190,50%,50%);
}
 a {
	text-decoration: none;
	color: #A20002;
	text-shadow: 1px 1px 1px gray;
}

a:hover, a:active {
	
	border-top: 1px solid #636363;
	border-bottom: 1px solid #000;
	text-shadow: none;
}

a.speziell:hover, a.speziell:active {
	border: none;
	
}

.thema {
	grid-area: thema;
	padding: 0px 0px 2rem 12px;
	margin: 0px;
	font-size: 2.5rem;
	/*font-weight: bold;*/
	letter-spacing: 0.2rem;
	line-height: 1.5rem;
	color: white;
	grid-row-start: 3;
	text-shadow: 2px 2px 2px #000;
	/*text-align: left;
	overflow: visible;
	justify-self: start;*/
}

.ueberschrift {
	font-size: 2.5rem;
	color: #620103;
	text-shadow: 3px 3px 5px gray;	
	text-align: center;
	line-height: 3rem;
	padding-bottom: 1rem;
}
h1{
	color: #0772F1
}
footer{
	grid-area: footer;	
	align-self: end;
}
footer.navi {
	font-size: 1.8rem;	
	color: white;
	justify-content: space-around;
	/*padding-left: 1rem;*/
}


.gallery {
	grid-area: 4 / 1 / 6 / 3;
	font-size: 1.4rem;
	line-height: 1.4rem;
	color: #000;
	background: #fff;
	padding: 1rem;
	border: 1px solid green;
	box-shadow: 2px 2px 2px gray;
	border-radius: 10px;
	overflow: hidden;
}

.gallery_aside {	
	grid-area: aside;
	background: #eee;	
	border: 1px solid green;
	box-shadow: 2px 2px 5px gray;
	border-radius: 10px;
	padding: 1rem;
	align-self: start;
	line-height: 2rem;	
}

.gallery h1 {
	display: inline;
	font-size: 1.5rem;
	color: #0772F1
}

.gallery p {	
	font-size: 1.5rem;
}

div.gallery_element {
	margin: 1rem;
	padding: 1rem;
	border: 1px solid #ccc;
	
	height: auto;
	overflow: hidden;
}

div.gallery_element:hover {
  	
	border: 1px solid #777;
  	
}

div.gallery_element img {
	float: left;
	width: 100px;
	height: auto;
	padding: 5px;
	margin: 5px;
}

div.desc {
	padding: 10px 5px 5px 120px;
	line-height: 2rem;
	
}






/*--------für große Ansichten------------------*/
/* --------------------------------------------*/

@media screen and (min-width: 601px){
	/*#navi {display:block}
	#hamburger {display:none;} /*verbergen*/
	
	
	.grid-container {	
		max-width: 900px;
		grid-template-columns: 110px 2fr 1fr;
		grid-template-rows: auto auto 40px auto 100px;
		grid-template-areas:
		   "logo nav nav"
		   "bild bild bild"
		   "thema thema thema"
		   "inhalt inhalt aside"
		   "footer footer footer";
		}

	.navi {
		grid-area: 1 / 2 / 2 / 4;
		justify-content: space-around;
		font-size: 2rem;
}
	
	header {
		grid-area: 2 / 1 / 4 / 4;
	
}
	.logo {    
		grid-area: logo;
		width: 100px;
		height: 100px;
	}
	footer .navi {
		font-size: 2rem;
		/*color: white;*/
		justify-content: space-around;
		/*padding-left: 1rem;*/
}
	.thema {
		padding: 0px 0px 1rem 12px;
		font-size: 3rem;
		/*font-weight: bold;*/
		letter-spacing: 0.2rem;
		line-height: 2.5rem;	
}
	.gallery {
		grid-area: 4 / 1 / 5 / 3;
}
	
	.gallery .gallery_aside{
			display: none;
	}
	
