body {
	margin: 10px auto;
	max-width: 37em;
	font-family: sans-serif;
	font-wight: 100;
	color: #e5e5e5;
	background-image: url("images/bgtapete.jpg")
	}

header,
nav,
main,
maincontent,
article,
section,
aside,
/* Standardstil für den Footer */
.footer {
    border-radius: 0px 0em 0em 0em;
    padding: 10px;
    margin: 10px;
    color: #FFFFFF;
    font-size: 1.0em;
    line-height: 1.4em;
    font-weight: 100;
}

/* Safari-spezifische Stilregeln für den Footer */
@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) {
        .footer {
            color: #FFFFFF !important;
            text-decoration: none !important;
        }
    }
}


header {
    text-align: center;
}

nav {
	background: #FFFEFE;
	border-color: #e7c157;
}

section {
	background: #F1F3F4;
	border-color: slateblue;
}

main {
	display: block;
	/* für IE */
	
	
}

maincontent {
    display: block;
    /* für IE */
	text-align: center;
    background: #ffffff;
    border: thin dotted #FFFFFF;
}


article {
    color: #4d4c4c;
}
articlekarte {
	color: #383838;
	text-align: left;
	border: #FFFFFF;
	border: thin dotted #FFFFFF;
}

aside {
	background: #ebf5d7;
	border-color: #8db243;
}




mail {
	color: #FFFFFF;
    text-align: center;
}



h1, h2, h3, h4, h5, h6 {
		margin: 0 0 0em 0;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a 
{
    color: inherit;
    text-decoration: none;
		}

	h1 {
    font-size: 1.8em;
    line-height: 1.4em;
    letter-spacing: 0.14em;
    font-weight: 100;
		margin: 0 0 1.em 0;
    text-align: center;
	}

	h2 {
		font-size: 1em;
		line-height:1.4em;
		letter-spacing: 0.1em;
		font-weight: 100;
		margin: 0 0 0.525em 0;
		

	}

	h3 {
    font-size: 1.0em;
    line-height: 1.4em;
    font-weight: 100;
	margin: 0 0 1.em 0;
    text-align: center;		
		
	}

	h4 {
    font-size: 1.2em;
    line-height: 1.4em;
    font-weight: 400;
	margin: 0 0 1.em 0;
    text-align: left;
	}

	h5 {
    font-size: 1.2em;
    line-height: 1.4em;
    font-weight: 100;
	margin: 0 0 1.em 0;
    text-align: center;
	}

	h6 {
 	font-size: 1.2em;
    line-height: 1.4em;
    font-weight: 400;
	text-align: right;
	margin: 0 0 1.em 0;
	}

/* Standard-Stil für die Auszeichnungs-Logos */

.auszeichnungen2025-flex img {
  height: 45px;             /* Noch kleiner für Hochformat-Handy */
  width: auto;
  max-width: 29vw;          /* Maximal ein Drittel pro Bild, mit Sicherheitsabstand */
  object-fit: contain;
  transition: box-shadow 0.2s;
  border-radius: 9px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

/* Nur Desktop und Tablet etwas größer */
@media (min-width: 601px) {
  .auszeichnungen2025-flex {
    gap: 60px;
  }
  .auszeichnungen2025-flex img {
    height: 120px;
    max-width: 160px;
  }
}
