/* CSS-Dokument */

/*body {
	max-width: 60em;
	margin: 0.1em auto;
	background-color: white;
        justify-content: left;
        height: 100%;
        width: 100%;
}
*/


body {
        /*max-width: 60em;*/
	font-family: sans-serif;
	color: #000000;
	background-color: white;
	/*padding: 8em 0 3em;*/
     /*min-height: 300vh;*/
}

/*
body,
.wrapper {
	margin: 1em auto;
	max-width: 60em;
}
*/

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 0.8em;
	background: white;
	border-bottom: solid blue;
	z-index: 100;
}

.top {
        /*margin: 1em auto;*/
	/*max-width: 60em;        */
        display: flex; /* Erstellt ein flexibles Container-Element */
        align-items: center; /* Zentriert die Elemente vertikal */
        justify-content: left; /* Zentriert die Items horizontal */
        flex-direction: row;
        gap: 50px; /* Fügt einen Abstand zwischen den Elementen hinzu */
}

.top img {
	max-width: 150px; /* Beispiel: Begrenzt die maximale Breite des Bildes */
	/*margin-right: 50px;*/
	/*float: none;*/
}

/* ------------------------------------------------------------- */

nav ul {
	margin: 0;
	padding: 0;
	gap: 0.5em;
	list-style: none;
	font: 1.2rem sans-serif;
}

nav.flex ul {
	display: flex;
}


nav.flex li {
	flex: 1 0 1em;
	/* Items gleichmäßig breit */
}

nav.flex a {
	display: block;
	height: 100%;
	padding: 0.2em 0.5em;
	text-decoration: none;
	box-sizing: border-box;
	border-radius: .2em;
	background-color: hsl(239, 100%, 18%);
	/*background-color: green;*/
	text-align: center;
	align-content: center;
}

nav.flex a:hover {
	background-color: hsl(239, 55%, 42%);
}

nav.flex a:any-link {
	color: black;
}


/* ------------------------------------------------------------- */

div.werbung {
	font-size: 0.9em;
	float: right;
	width: 15em;
	padding: 0;
	/*background: #ffffff;*/
	border-color: #000000;
	position: relative;
	top: 12em;
	bottom: 5em;
    z-index: 10;
}

div.werbung ul {
	padding: 0;
}

div.werbung li {
	list-style: none;
	margin: 0;
	padding: 0.5em;
}

div.werbung a {
	display: block;
	padding: 0.2em 10px;
	font-weight: bold;
	text-decoration: none;
	background-color: white;
	color: red;
}

div.werbung ul a:hover,
div werbung.ul a:active {
	color: black;
	background-color: blue;

}

/* ------------------------------------------------------------- */

div.news {
	font-size: 0.9em;
	float: left;
	width: 30em;
	padding: 0;
	/*background: #ffffff;*/
	border-color: #000000;
	position: relative;
	top: 12em;
	bottom: 3em;
    z-index: 10;
}

div.news ul {
	padding: 0;
}

div.news li {
	list-style: none;
	margin: 0;
	padding: 0.5em;
}

div.news a {
	display: block;
	padding: 0.2em 10px;
	font-weight: bold;
	text-decoration: none;
	background-color: blue;
	color: #ffffff;
}

div.news ul a:hover,
div.news ul a:active {
	color: black;
	background-color: blue;

}


/* ------------------------------------------------------------- */



.willkommen {
    /*   margin: 1em auto;*/
	/*max-width: 60em;        */
        position: relative;
		top: 11.5em;
		/*display: flex; */ /* Erstellt ein flexibles Container-Element */
        align-items: center; /* Zentriert die Elemente vertikal */
        justify-content: left; /* Zentriert die Items horizontal */
        flex-direction: row;
        gap: 0px; /* Fügt einen Abstand zwischen den Elementen hinzu */
        /*background-color: blue;*/                        
        padding: 2.0em;
        background-color: hsl(239, 100%, 18%);
      /*  background-image: url("../img/banner.jpg");*/
      z-index: 10;
    }
/* ----------------------------------------------------------------------- */
.nea {
    /*   margin: 1em auto;*/
	/*max-width: 60em;        */
        position: relative;
		top: 11.5em;
		bottom: 20em;
		/*display: flex; */ /* Erstellt ein flexibles Container-Element */
        align-items: center; /* Zentriert die Elemente vertikal */
        justify-content: left; /* Zentriert die Items horizontal */
       /* flex-direction: row;*/
        gap: 0px; /* Fügt einen Abstand zwischen den Elementen hinzu */
        /*background-color: blue;*/                        
       padding: 2.0em;
        /*background-color: hsl(239, 100%, 18%);*/
      /*  background-image: url("../img/banner.jpg");*/
      z-index: 10;
    }

.nea img {
	max-width: 400px; /* Beispiel: Begrenzt die maximale Breite des Bildes */
	margin-left: 35px;
	/*float: none;*/
}

.nea f1 {
    /*background-color: hsl(239, 100%, 18%)*/
	color: black;
	padding: 1.0em;
	font-family: sans-serif;
    font-size: 2.0em;

	/*border-radius: 1em 1em 1em 1em;*/

}

.nea f2 {
   /* background-color: hsl(239, 100%, 18%)*/
	color: black;
	padding: 1.0em;
	font-family: sans-serif;
    font-size: 1.0em;

	/*border-radius: 1em 1em 1em 1em;*/

}

/* ----------------------------------------------------------------------- */


* ----------------------------------------------------------------------- */
.werbung-spezifisch {
    /*   margin: 1em auto;*/
	/*max-width: 60em;        */
        position: relative;
		top: 15em;
		/*display: flex; */ /* Erstellt ein flexibles Container-Element */
        align-items: center; /* Zentriert die Elemente vertikal */
        justify-content: left; /* Zentriert die Items horizontal */
       /* flex-direction: row;*/
        gap: 0px; /* Fügt einen Abstand zwischen den Elementen hinzu */
        /*background-color: blue;*/                        
       padding: 2.0em;
        /*background-color: hsl(239, 100%, 18%);*/
      /*  background-image: url("../img/banner.jpg");*/
      z-index: 10;
    }

.werbung-spezifisch img {
	max-width: 400px; /* Beispiel: Begrenzt die maximale Breite des Bildes */
	margin-left: 35px;
	/*float: none;*/
}

.werbung-spezifisch f1 {
    /*background-color: hsl(239, 100%, 18%)*/
	color: black;
	padding: 1.0em;
	font-family: sans-serif;
    font-size: 2.0em;

	/*border-radius: 1em 1em 1em 1em;*/

}

.werbung-spezifisch f2 {
   /* background-color: hsl(239, 100%, 18%)*/
	color: black;
	padding: 1.0em;
	font-family: sans-serif;
    font-size: 1.0em;

	/*border-radius: 1em 1em 1em 1em;*/

}

/* ----------------------------------------------------------------------- */








.koinotita {
	position: relative;
	top: -5em;
	left: 2em;
        margin: 1em auto;
	max-width: 3em;        
        display: flex; /* Erstellt ein flexibles Container-Element */
        align-items: center; /* Zentriert die Elemente vertikal */
        justify-content: center; /* Zentriert die Items horizontal */
        flex-direction: row;
        gap: 0px; /* Fügt einen Abstand zwischen den Elementen hinzu */
        /*background-color: blue;*/                        
        padding: 0.8em;
        background-image: url("../img/banner.jpg");
    }

.sxolio {
        position: relative;
	top: -8em;
	left: 10em;
        margin: 1em auto;
	max-width: 3em;        
        display: flex; /* Erstellt ein flexibles Container-Element */
        align-items: center; /* Zentriert die Elemente vertikal */
        justify-content: center; /* Zentriert die Items horizontal */
        flex-direction: row;
        gap: 0px; /* Fügt einen Abstand zwischen den Elementen hinzu */
        /*background-color: blue;*/                        
        padding: 0.8em;
        background-image: url("../img/banner.jpg");
    }

.ekklisia {
        position: relative;
	top: -5em;
	left: 9.5em;
        margin: 1em auto;
	max-width: 3em;        
        display: flex; /* Erstellt ein flexibles Container-Element */
        align-items: center; /* Zentriert die Elemente vertikal */
        justify-content: center; /* Zentriert die Items horizontal */
        flex-direction: row;
        gap: 0px; /* Fügt einen Abstand zwischen den Elementen hinzu */
        /*background-color: blue;*/                        
        padding: 0.8em;
        background-image: url("../img/banner.jpg");
    }


f1 {
	background-color: white;
	color: black;
	/*padding: 1.0em;*/
	font-family: sans-serif;
        font-size: 2.0em;

	/*border-radius: 1em 1em 1em 1em;*/
}

f2 {
	background-color: red;
	color: white;
	padding: 1.0em;
	font-family: sans-serif;
        font-size: 1.0em;

	border-radius: 1em 1em 1em 1em;
}

hw {
	/*background-color: blue;*/
	color: white;
	/*padding: 1.0em;*/
	font-family: sans-serif;
        font-size: 1.0em;

	/*border-radius: 1em 1em 1em 1em;*/
}
 
ha {
	/*background-color: blue;*/
	color: white;
	font-family: sans-serif;
    font-size: 0.8em;
}

   
ht {
	background-color: white;
	color: black;
	padding: 1.0em;
	font-family: sans-serif;
        font-size: 2.6em;
	border-radius: 1em 1em 1em 1em;
}



h1 {
	background-color: blue;
	color: beige;
	padding: 0.5em;
	font-family: sans-serif;
	border-radius: 1em 1em 1em 1em;
}

h2 {
	font-size: 2.6em;
	color: firebrick;
	background-color: LightSalmon;
	border: thin solid;
	font-family: "Brush Script MT", "Brush Script Std", "Lucida Calligraphy", "Lucida Handwriting", "Apple Chancery", cursive;
	text-align: center;
}

p,
ul,
ol,
table {
	font-size: 1.3em;
	text-align: justify;
	font-family: sans-serif;
	color: #000000;
}

ul ul {
	font-size: inherit;
}




footer {
	position: fixed;
	padding: 1.5em;
	bottom: 0;
	left: 0;
	right: 0;
	/*background-color: green;*/
	background-color: hsl(239, 100%, 18%);
	border-color: #8a9da8;
	z-index: 100;
}


footer p {
	text-align: center;
    color: white;
	margin: 0;
    font-size: 1.0em;
}