/* Style Sheet impressum.html */

*   {
margin: 0;
padding: 0;
box-sizing: border-box;
}

html { background-color: #F5F5F5; }

body {
  font-family: Arial, Helvetica, sans-serif;
  min-height: 100vh;
  max-width: 1100px;
  background-color: #F5F5F5;
  margin: 0 auto;
}

img {
  width: 100%;
  height: 100%;
  text-align: center;
}

@media (width <= 800px) {
img {
  width: 80%;
  height: 80%;
  text-align: center;
  margin-left: 30px;
      }
}

.gnn-untertitel {
font-family: Times;
font-size: 26px;
font-weight: normal;
color: #004D81;
text-align: center;
border-bottom: 2px solid #004D81;
padding-bottom: 10px;
}

@media (width <= 800px) {
.gnn-untertitel {
  font-size: 18px;
      }
}

nav {
	width: 100%;
	height: 50px;
	background-color: #f2f2f2;
	border-bottom: 2px solid #004D81;
	padding-bottom: 10px;
	}
	

ul li {
	list-style: none;
	display: inline-block;
	float: right;
	line-height: 50px;
	}
	
ul li a {
	text-decoration: none;
	font-size: 22px;
	color: #004D81;
	padding-top: 0;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-right: 20px;
		}

@media (width <= 800px) 
    {
ul li a {
	text-decoration: none;
	font-size: 18px;
	color: #000000;
	padding-top: 0;
	padding-bottom: 10px;
    padding-left: 20px;
	padding-right: 20px;
		} }

ul li a:hover {
	font-weight: 700;
}

.impressum {
	display: flex;
	flex-direction: row;
	margin-top: 20px;
	justify-content: center;
	
}

@media screen and (max-width: 800px) {
.impressum {
	display: flex;
	flex-direction: column;
	margin-top: 40px;
	justify-content: center;
	}
}

.heinrichs-foto {
	margin-right: 20px;
	
}

.text-impressum {
	font-size: 1.375rem;
	}

@media screen and (max-width: 800px) {
.text-impressum {
	font-size: 1.25rem;
	margin-left: 40px;
	margin-top: 20px;
	}
}

.text-impressum a {
	text-decoration: none;
}

.text-impressum:hover {
	font-weight: 700;
}

