/* 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;

}


/* ------------------------------------------------------------- */
.ekklisiatabelle {
    /*   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: white;                        
        padding: 2.0em;
        /*background-color: hsl(239, 100%, 18%);*/
      /*  background-image: url("../img/banner.jpg");*/
      z-index: 10;
    }

.sxoliosite {
    /*   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: white;                        
        padding: 2.0em;
        /*background-color: hsl(239, 100%, 18%);*/
      /*  background-image: url("../img/banner.jpg");*/
      z-index: 10;
    }


.koinotitasite {
    /*   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: white;                        
        padding: 2.0em;
        /*background-color: hsl(239, 100%, 18%);*/
      /*  background-image: url("../img/banner.jpg");*/
      z-index: 10;
    }


.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;
    }

.willkommen2 {
    /*   margin: 1em auto;*/
	max-width: 60em;
        position: relative;
		top: 12em;
		/*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: white;                        
       /* padding: 2.0em;*/
        padding-top: 20px;
        padding-right: 50px;
        padding-bottom: 30px;
        padding-left: 50px;
      border-color: hsl(239, 100%, 18%);
      border-width: 5px;
      border-style: dashed;
	border-radius: 1em 1em 1em 1em;
        /*background-color: hsl(239, 100%, 18%);*/
      /*  background-image: url("../img/banner.jpg");*/
      z-index: 10;
    }


.bankverbindung {
     /*   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: center; /* Zentriert die Items horizontal */
        flex-direction: row;
        gap: 0px; /* Fügt einen Abstand zwischen den Elementen hinzu */
        /*background-color: blue;*/                        
        padding: 1.0em;

      /*  padding-top: 50px;*/
     /*   padding-right: 30px;*/
      /*  padding-bottom: 50px;*/
      /*  padding-left: 50px;*/
     /* border-color: red;*/
     /* border-width: 5px;*/
     /* border-style: dashed;*/
	border-radius: 1em 1em 1em 1em;
        background-color: hsl(239, 100%, 18%);
      /*  background-image: url("../img/banner.jpg");*/
      z-index: 10;
    }

.impressum {
     /*   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: center; /* Zentriert die Items horizontal */
        flex-direction: row;
        gap: 0px; /* Fügt einen Abstand zwischen den Elementen hinzu */
        background-color: white;                       
        padding: 1.0em;

      /*  padding-top: 50px;*/
     /*   padding-right: 30px;*/
      /*  padding-bottom: 50px;*/
      /*  padding-left: 50px;*/
     /* border-color: red;*/
     /* border-width: 5px;*/
     /* border-style: dashed;*/
	border-radius: 1em 1em 1em 1em;
        /*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: hsl(239, 100%, 18%);
	/*padding: 1.0em;*/
	font-family: sans-serif;
        font-size: 1.8em;

	/*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;
}

f3 {
	background-color: white;
	color: hsl(239, 100%, 18%);
	/*padding: 1.0em;*/
	font-family: sans-serif;
        font-size: 1.1em;
font-weight: bold;

   /*   border-color: red;*/
   /*   border-width: 5px;*/
   /*   border-style: dashed;*/
   /*	  border-radius: 1em 1em 1em 1em;*/
}

f3a {
      background-color: hsl(239, 100%, 18%);
	/*background-color: blue;*/
	color: white;
	padding: 0.05em;
	font-family: sans-serif;
        font-size: 1.1em;
font-weight: bold;

    /*  border-color: red; */
    /*  border-width: 5px; */
    /*  border-style: dashed; */
   /*	  border-radius: 1em 1em 1em 1em;*/
}

f4 {

	/*background-color: blue;*/
	color: white;
	/*padding: 1.0em;*/
	font-family: sans-serif;
        font-size: 1.0em;
      text-align: center;
}

	
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;
}

ek {
	/*background-color: blue;*/
	color: black;
	font-family: sans-serif;
    font-size: 1.0em;
}

sx {
	/*background-color: blue;*/
	color: black;
	font-family: sans-serif;
    font-size: 1.0em;
}


p,
ul,
ol,
table   {
	font-size: 1.3em;
	text-align: justify;
	font-family: sans-serif;
	color: #000000;
}

ul ul {
	font-size: inherit;
}



table {
  /*  width: 100%; *//* Nimmt die volle Breite ein */
    width: auto; /* Nimmt die volle Breite ein */
    border-collapse: collapse; /* Rahmen zusammenführen */
    margin: 10px 0; /* Abstand über und unter der Tabelle */
    margin-left: 10em;
    margin-right: auto;
    font-size: 1.0em;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1); /* Leichter Schatten */
}

/* Kopf- und Datenzellen */
th, td {
    padding: 12px 15px; /* Innenabstand */
    border: 1px solid #ddd; /* Leichte Rahmen */
    text-align: left; /* Text linksbündig */
    font-family: Arial, sans-serif; /* Schriftart */
}

/* Tabellenkopf (Header) */
th {
    background-color: hsl(239, 100%, 18%); /* GRGB Hintergrundfarbe */
    color: white; /* Weiße Schrift */
    font-weight: bold; /* Fetter Text */
}

/* Abwechselnde Zeilenfarben (gerade) */
tr:nth-child(even) {
    background-color: #f2f2f2;
}

/* Hover-Effekt für bessere Interaktion */
tr:hover {
   /* background-color: #e9e9e9;*/
   /* background-color: hsl(239, 100%, 18%); *//* GRGB Hintergrundfarbe */
    background-color: lightblue;
}


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;
}