html {
	font-family: system-ui, sans-serif;
	max-width: 80ch;
	margin: 0 auto;
	font-size: 1.125em;
	box-sizing: border-box;
	width: 94%;
        padding: 0;
}

body{
	margin:0;
  padding:0;

}

a, a:visited {
	color: #333;
	text-decoration: none;
}
main a, main a:visited{
    text-decoration: underline;
    text-decoration-color: #ccc;
}

h1,h2,h3 {
	transform: scaleY(1.25);
}

img {
	display: block;
	width: 100%;
	height: auto;
}

li, p {
	line-height: 1.5em;
}
main li{margin-top:.75em;}

blockquote{
        border-left:6px solid #ccc;
        padding-left:1.5em;
        margin:0;
}

hr{margin:2em auto; width: 50%;}

p img{width:auto;max-width:100%;}

.fhwmark-tcenter{text-align:center;}
.fhwmark-tright{text-align:right;}
.fhwmark-tleft{text-align:left;}

dt{
   font-size:1.5em;
   font-weight:bold;
}

.fhwmark-htmlsample{
border:4px solid red; display:block;width:60%; margin: 0 auto;padding: 0em 2em;text-align:center;
}

#logo {
  box-sizing:border-box;
	display: flex;
	justify-content: space-between;
  align-items: center;
	width: 100%;
	background: white;
  position: sticky;
  top: 0px;
	z-index:999;
  height: 60px;
  border-bottom:1px solid silver;
}

#logo p {
  display: block;
	font-size: 2em;
	font-weight: bold;
	margin: 0;
  padding: 0;
	width: 48%;
	transform: scaleY(1.25);
}

#logo p span {
	color: red;
}

#logo p:last-of-type {
	text-align: right;
	font-size: 1.5em;
}


@media screen and (max-width: 799px) {
	#logo p {
		font-size: 2em;
	}

	html {
		font-size: 1em;
	}
}

@media screen and (max-width: 399px) {
	#logo p {
		font-size: 1.5em;
	}
}

@media screen and (max-width: 300px) {
	#logo p {
		font-size: 1.25em;
	}
}

nav {
	display: flex;
	justify-content: flex-end;
  align-items: center;
	height: 40px;
  position: sticky;
  top: 60px;
  background: white;
  z-index:999;
  box-shadow: 0px 12px 10px -10px rgba(0, 0, 0, .3);
}

nav ul {
	display: flex;
	justify-content: flex-end;
	margin: 0;
	list-style-type: none;
}

nav ul li {
	font-weight: bold;
	padding-right: 1em;
	text-transform: uppercase;
}

nav ul li a:hover {
	color: gray;
}

li code,
p code {
	font-weight: bold;
	font-size: 1.25em;
	border: 1px solid silver;
	padding: 0 0.25em;
}

/*tabelle **/
table {
	width: 100%;
	border-collapse: collapse;
}

th {
	font-weight: bold;
	background-color: #efefef;
}

td,
th {
	overflow: auto;
	padding: 0.25em;
}

tr {
	margin-top: 1em;
}

@media screen and (max-width: 799px) {
	nav ul li a {
		font-size: 0.875em;
	}
}

.gauge {
	width: 120px;
	height: 120px;
	display: block;
	border: 15px solid rgb(0, 128, 0);
	background: rgb(169, 255, 169);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.gauge p {
	font-size: 2.5em;
	font-weight: 700;
	color: rgb(0, 128, 0);
	transform: scaleY(1.2)
}

/* layout */
html,
body {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

main {
	flex-grow: 1;
}

section[data-newssection] {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
        margin: 0 0em;
}

section[data-newssection] article {
	width: 48%;
	box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
	display: flex;
	flex-direction: column;
	margin-bottom: 2em;
}

section[data-newssection]>h2 {
	width: 100%;
}

section[data-newssection] article>div {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	padding: 0 0.5em;
}

section[data-newssection] article>div div {
	flex-grow: 1;
}

section[data-newssection] article>div>p {
	text-align: right;
}

section[data-newssection] article footer {
	background-color: #eee;
}

section[data-newssection] article header h3,
section[data-newssection] article footer p {
	padding-left: 0.5em;
}

article[data-newsdetail] footer {
	background: #eee;
	padding: 0.5em;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

div[data-newsfooter] p,
article[data-newsdetail] footer p {
	min-width: 400px;
	line-height: 1em;
	margin: 0.5em 0;
}

div[data-newsfooter] {
	padding: 0.5em;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

body>footer {
	text-align: center;
	border-top: 1px solid silver;
}

body>footer p {
	font-weight: bold;
}

@media screen and (max-width: 700px) {
	section[data-newssection] article {
		width: 100%;
	}
}

.fhwslider {
	width: 100%;
	position: relative;
	overflow-x: hidden;
	display: flex;
	flex-direction: row;
	align-content: stretch;
	box-sizing: border-box;
}


.fhwslider {
	background-image: url("../grafiken/adenau.webp");
	background-size: cover;
	background-position: center;
	height: 500px;
}


.fhwslider h1 {
	margin: 0;
	padding: 0;
	font-size: 1.5em;
	margin-top: 0.5em;
	color: white;
	text-shadow: 2px 2px 4px #000000;
}

.fhwslider>div {
	min-width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	transform: translateX(-100%);
	animation: fhwsliderani 32s ease-in-out 0s infinite;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.fhwslider>div>div:first-child {
	width: 60%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 1em;
}

.fhwslider>div>div:last-child {
	padding: 1em;
	margin-right: 1em;
	width: 120%;
	background: rgba(0, 128, 0, 0.8);
	color: white;
}

.fhwslider>div:nth-child(1) {
	position: relative;
	animation-delay: -2s;
}

.fhwslider>div:nth-child(2) {
	animation-delay: 6s;
	margin-left: -100%;
}

.fhwslider>div:nth-child(3) {
	animation-delay: 14s;
	margin-left: -100%;
}

.fhwslider>div:nth-child(4) {
	animation-delay: 22s;
	margin-left: -100%;
}

@media screen and (max-width: 749px) {
	.fhwslider>div {
		display: flex;
		flex-direction: column;
		margin: 0;
		padding: 0;
		font-size: .875em;
	}

	.fhwslider>div>div:first-child {
		width: 100%;
		display: flex;
		margin: 0;
		padding: 0;
	}

	.fhwslider>div>div:last-child {
		width: 90%;
		display: block;
		margin: 0;
		padding: 0;
		margin-top: 1.5em;
	}

	.fhwslider>div>div:last-child p {
		text-align: center;
	}
}

@keyframes fhwsliderani {
	6.25% {
		transform: translateX(0);
	}

	25% {
		transform: translateX(0);
	}

	31.25% {
		transform: translateX(100%);
	}

	100% {
		transform: translateX(100%);
	}
}

.duration {
	margin-top: 0em;
	margin-bottom: 0.5em;
	height: 4px;
	width: 100%;
	background-size: 200% 100%;
	background-image: linear-gradient(to right, white 50%, rgba(0, 128, 0, 0.8) 50%);
	background-position: 0%;
	animation-delay: -2s;
	animation: durationani 8s linear 0s infinite;
	z-index: -1;
}

@keyframes durationani {
	0% {
		background-position: 0%;
	}

	75% {
		background-position: -100%;
	}

	75.001% {
		background-position: 0%;
	}

	100% {
		background-position: 0%;
	}
}

.center{
   text-align:center;
}
/* logos */
     .logo-container{
      display:flex;
      flex-wrap:wrap;
      justify-content: space-between;
    }
    .logo-container div{

     width:70%;
     }
     .fhwparse-logo, .fhwquery-logo, .fhwcms-logo {
       width:150px;
       user-select:none;
    }
    @media screen and (max-width: 500px) {
      .fhwparse-logo, .fhwquery-logo, .fhwcms-logo {
        width:100px;
      }
    }
    
    @media screen and (max-width: 330px) {
      .fhwparse-logo, .fhwquery-logo, .fhwcms-logo {
        width:80px;
      }
    }