/* Style Sheet artikel-?.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;
	display: flex;
	flex-direction: column;
	text-align: center;
}

h3 {
	margin-bottom:10px;
}

img {
	width: 100%;
	height: 100%;
	margin-top: 20px;
}

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

.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;
}

.ganzeSeite	{
	display: flex;
	flex-direction:column;
	align-items: center;
	width: 100%;
}

@media (width <= 800px) {
.ganzeSeite {
	 width: 90%; } 
 }

.artikel	{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	width: 100%;
}	

@media screen and (max-width: 800px) {
.artikel {
	width: 90%; 
  		} 
}
	
.artikelTitel {
	border-bottom: 2px solid #004D81;
	color: #004D81;
	font-family: Times;
	font-size: 26px;
	font-weight: 600;
	line-height: 1.5;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

@media screen and (max-width: 800px) {
.artikelTitel {
 	font-size: 20px;
	width: 80%; 
  		} 
	}

.artikelText {
	font-family: Times;
	font-size: 22px;
	font-weight: normal;
	line-height: 1.5;
	color: black;
	text-align: left;
	padding-bottom: 10px;
}

@media screen and (max-width: 800px) {
.artikelText {
 	font-size: 20px;
  		} 
}
.knopfLink   {
	display: inline-block;
	background-color: lightgrey;
	font-weight: 700;
	text-decoration: none;
	border: 2px solid grey;
	margin-top: 20px;
	margin-left: 20px;
	padding: 10px;
	height: 50px;
	width: 240px;
	text-align: center;
	vertical-align: middle;
}

.knopfLink:hover   {
	background-color: lightblue;
	color: black;
	;
}
