@charset "utf-8";
/* CSS Document */

main {
	background-image: url("../images/pressespiegel_background2.png");
}

article {
	background-color: #E8E6BB;
	max-width:  55em;
	padding: 1em;
}

.quelle {
	font-size: 12px;
}

article img {
	width: 100%;
}

.navbar h1 {
	text-align: center;
}

.navbar p {
	text-align: left;
	padding-left: 7%;
	padding-right: 10%;
}

.navbar img {
	padding-left: 7%;
	max-width: 760px;
}
.navbar ul {
	max-width: 55em;
	margin: inherit;
	list-style-type: none;
	padding: 0;
	background: #E8E6BB;
	list-style: none;
	border-radius: 0.2rem;
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
	flex-direction: row;
	gap: 0.5rem;
}

.navbar {
	width: 73%;
	background-color: #E8E6BB;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}

.navbar li {
	padding-right: 0;
}

.navbar a {
	color: #E8E6BB;
	text-decoration:none;
	text-decoration-line: underline;
	font-weight: bold;
	background-color: #759472;
	border-radius: 0.5rem;
	padding: 0.75rem;
	display: block;
	box-shadow: #666 4px 6px 5px;
	transition: all 0.7s ease;
}

.navbar a:hover {
	color: #000;
	background-color: #CE9869;
	border-radius: 0.5rem;
	transition: all 0.7s ease;
}

.navbar a:active {
	color: #CCD2B8;
	background-color: #CE9869;
	border-radius: 0.5rem;
	transition: all 0.7s ease;
}

.navbar a:focus {
	color: #000;
	background-color: #CCD2B8;
	border-radius: 0.5rem;
	transition: all 0.7s ease;
}