body, html {
	height: 100%;
	margin: 0;
	/*padding: 0;*/
	/*background-color: #8B5A2B; /* Dunkelbrauner Hintergrund */
	background: url(https://i.ibb.co/DGJ1QXN/bibel-logo-test.webp) no-repeat center center fixed;
	/*background-attachment: fixed;*/
	background-size: cover;
	/*overflow-x: hidden;*/
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
}

.header {
    /*width: 100%; /* Anpassung auf volle Breite */
    /*height: 300px;*/
    /*background-image: url('sonnenaufgang-hintergrund-linie-leer2.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; /* Stellen Sie sicher, dass das Bild nicht wiederholt wird */
	color: white; /* Weißer Text für den Header */
	padding: 20px;
	text-align: center;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.header {
	/*background-color: #8B5A2B; /* Dunkelbrauner Hintergrund für den Header */
}

.main-content {
	flex: 1;
	display: flex;
	/*justify-content: space-around;*/
	padding: 20px;
	overflow: auto;
}

.main-content_single {
	flex: 1;
	display: flex;
	justify-content: space-around;
	padding: 20px;
	overflow: auto;
}


.column {
	display: flex;
    flex-wrap: wrap;
	flex-direction: column;
	overflow: hidden;
	justify-content: center;
	width: 30%;
	background-color: #fff6cf;
    margin: 0 10px; /* Etwas Abstand zwischen den Spalten */
    padding: 20px;
    box-shadow: 5px 10px 12px #080808; /* Einen leichten Schatten für die Spalten */
}

.column h2 {
	margin-top: 0;
	margin-bottom: 15px;
}

.column p {
	margin-top: 0;
	margin-bottom: 1em;
}



/*.column .middle {
	flex: 1;
}

.column .middle input {
	display: flex;
	justify-content: flex-end;
}*/
  
.column .middle {
	display: flex;
	/* flex-wrap: nowrap; */
	align-content: space-between;
	/* align-items: flex-end; */
	flex-direction: column;
	/* align-content: space-between; */
}
  
.column .middle .middle-button {
	display: flex;
	justify-content: flex-end;
}
  
.column .middle .middle-item:last-child {
    display: flex;
    justify-content: flex-end;
    flex: auto;
    flex-direction: column;
}

.column_single {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    /* width: 30%; */
    background-color: #fff6cf;
    margin: 0 10px;
    padding: 20px;
    text-align: center;
    align-items: center;
    box-shadow: 5px 10px 12px #080808;
	overflow-x: auto;
	overflow-y: auto;
}

.form-container {
    width: 100%;
}

.form-group {
    margin-bottom: 10px;
}

.form-input {
    width: 100%;
    box-sizing: border-box;
    padding: 8px;
    margin-top: 5px;
}

textarea.form-input {
    resize: vertical;
}

.btn-submit {
    background-color: #a13030;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-submit:hover {
    background-color: #7a2020;
}
  
.placeholder {
	width: 100%;
	height: 200px;
	background-color: #ccc;
	text-align: center;
	line-height: 200px;
}

.center_img {
	text-align: center;
}

.center_img img {
	width: 330px;
	height: auto;
}

.middle-item .center_img img {
	outline: 1px solid;
    outline-color: black;
	width: 200px;
	height: auto;
}

/*.placeholder2 {
	padding-left: 70px;
	width: 75%;
    height: 210px;
    line-height: 150px;
    }
	
.placeholder3 {
  	height: 150px;
	line-height: 150px;
    }*/

#Name_p {
	/*display: block;
	padding: 4px 6px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555555;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;*/
}

.button {
	display: block;
	width: 100px;
	padding: 10px;
	margin: 20px auto;
	background-color: #888;
	color: white;
	text-align: center;
	text-decoration: none;
}

.footer {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #ffffff; /* Weißer Hintergrund für den Footer */
	width: calc(100% - 40px); /* Breite minus das gesamte Padding */
    padding: 10px 20px; /* Einheitliche Polsterung */
    margin: 0 auto; /* Zentriert den Footer, falls nötig */
    /*box-sizing: border-box;*/
	text-align: center;
}

.footer-link {
    color: #8B5A2B;
    padding: 0 10px;
}

.container-footer {
	/*min-height: 100vh;
	position: absolute;*/
	flex: 1;
	display: flex;
	flex-direction: column;
}

.list-disc {
	list-style-type: disc;
	padding-left: 1.25rem; /* pl-5 equivalent in Tailwind CSS */
}
ul, ol {
	list-style: none;
}

.duration-300 {
	transition-duration: 0.3s;
}

.transition {
	transition: all 2s ease-in-out;
}

.rounded {
	border-radius: 0.25rem;
}

.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}

.text-white {
	color: white;
}

.bg-blue-600 {
	background-color: #a13030;
}

/* Aus Stammbaum CSS Seite */
/* Hamburger Menü für kleine Bildschirme */
.hamburger {
    display: none;
    cursor: pointer;
}

.hamburger-icon {
    display: block;
    width: 25px;
    height: 3px;
    background-color: white;
    margin: 6px 0;
}

.tdPerson {
  	font-family:Arial,sans-serif;
	color:green;
	font-weight:normal;
	font-size:8pt;
}

.person {


}

/*.kinder {
  	font-family:Arial,sans-serif;
   	font-size:8pt;
   	font-weight:normal;
   	color:green;	
}*/


.zwischenraum {
   	font-size:4pt;
	width:50%;
	background-color:#fffff;
	valign:top;
}

.zwischenabstand{
	font-size:4pt;
	background-color:#fffff;
	valign:top;
}

abstand{
		font-size:1pt;
		width:4px;	
		background-color:#ff0000;
}
.vline {
   	font-size:8pt;
	height:10px;
	width:1px;
	background-color:#000000;
}
.hline{
	width:1px;
   	font-size:1pt;
	background-color:#000000;
}

.nohline{
	width:1px;
   	font-size:1pt;
}

table{
  border-style:solid;
  border-width:0px;
  border-color:blue;
  padding:0cm;
  align:center;
}

.tdkind{
	valign:top;
}



table2 {
  border-left-width:1cm;
  border-left-style:solid;
  border-color:red;
  padding-left:1cm;
  text-align:justify; 
  border-left-width:1cm;
  border-left-style:solid;
  border-left-color:red;
  padding-left:1cm;
  border-right-width:1cm;
  border-right-style:solid;
  border-right-color:green;
  padding-right:1cm;
  text-align:justify; 
  border-width:1px;
  border-style:solid;
  border-color:blue;
  padding:1cm;
  text-align:justify; 

}

/*.menColor {
	font-family:Arial, sans-serif;
   	font-size:8pt;
   	font-weight:normal;
   	color:#003399;	
}

.WomanColor {
  	font-family:Arial, sans-serif;
   	font-size:8pt;
   	font-weight:normal;
   	color:#E20A92;	
}*/

.PersonStandartColor {
  	font-family:Arial, sans-serif;
   	font-size:8pt;
   	font-weight:normal;
   	color:#333333;	
}

.scroll-box {
	/*overflow-y: hidden; /* Verhindert vertikales Scrollen */
	overflow-x: auto; /* Ermöglicht horizontales Scrollen, falls nötig */
	position: absolute; /* Positionierung relativ zum nächsten positionierten Vorfahren oder zum Viewport, wenn kein solcher Vorfahr existiert */
	bottom: 0; /* Setzt den Container am unteren Rand des Elternelements oder des Viewports, wenn er relativ zum Viewport positioniert ist */
	left: 0; /* Setzt den Container am linken Rand des Elternelements oder des Viewports */
	right: 0; /* Setzt den Container am rechten Rand des Elternelements oder des Viewports */
	height: auto; /* Die Höhe passt sich dem Inhalt an */
	top: 200px;
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff, 1px 1px 0 #fff;
}

.button {
	display: block;
	width: 100px;
	padding: 10px;
	margin: 20px auto;
	background-color: #CCC;
	color: white;
	text-align: center;
	text-decoration: none;
}

.footer {
	background-color: #ffffff; /* Weißer Hintergrund für den Footer */
	width: calc(100% - 40px); /* Breite minus das gesamte Padding */
    padding: 10px 20px; /* Einheitliche Polsterung */
    margin: 0 auto; /* Zentriert den Footer, falls nötig */
    /*box-sizing: border-box;*/
	text-align: center;
}

.footer-link {
    color: #8B5A2B;
    padding: 0 10px;
}

-->

<!-- CSS for a table menu -->

.desktop-layout {
	display: none;
}

.nav-table {
      width: 100%;
      border-collapse: collapse;
    }
    
.nav-table td {
      padding: 8px;
      text-align: center;
	  width: 13.7%;
    }
    
.nav-table a {
	  font-weight: bold;
      text-decoration: none;
      color: #333;
      display: none;
    }
	
.kinder {
  	font-family:Arial,sans-serif;
   	font-size:10pt;
   	font-weight:normal;
   	color:green;	
}
	
.menColor {
	font-family:Arial, sans-serif;
   	font-size:10pt;
   	font-weight:normal;
   	color:#003399;	
}

.WomanColor {
  	font-family:Arial, sans-serif;
   	font-size:10pt;
   	font-weight:normal;
   	color:#E20A92;	
}

/*.scroll-box {
	width: 100%;
	height: 100%;
	overflow-x: auto; // horizontal
	overflow-y: auto; // vertikal
}*/

.element {
    margin-top: -135px; /* Hier kannst du den gewünschten Abstand nach oben einstellen ("-" nach oben, ansonsten nach unten)*/
}



/*{
    box-sizing: border-box; /* Stellen Sie sicher, dass das Box-Modell konsistent ist 
}*/

/* Media Query für Mobilgeräte */
@media screen and (max-width: 1200px) {
	.center_img img {
		width: 100%;
		height: auto;
	}
}

@media screen and (min-width: 1000px) {
	.header {
		font-family: Arial, sans-serif;
		font-size: 20px;
	}
}

@media only screen and (max-width: 900px) { 
	.kinder {
		font-family:Arial,sans-serif;
		font-size:15pt;
		font-weight:normal;
		color:green;	
	}
		
	.menColor {
		font-family:Arial, sans-serif;
		font-size:15pt;
		font-weight:normal;
		color:#003399;	
	}
	
	.WomanColor {
		font-family:Arial, sans-serif;
		font-size:15pt;
		font-weight:normal;
		color:#E20A92;	
	}
}

@media screen and (min-width: 768px) and (max-width: 880px) {
	.navigation {
		font-size: 13px;
	}
}

@media screen and (max-width: 768px) {
	body {
		overflow-x: hidden;
		display: flex;
		/*padding: 0;*/
	}
		
	header {
		/*background-image: url('sonnenaufgang-hintergrund-linie-leer2.jpg'); /* Pfad zum Bild anpassen */
		background-size: cover; /* Bild über den ganzen Header strecken */
		background-position: center center; /* Bild zentrieren */
		background-repeat: no-repeat; /* Wiederholung des Bildes verhindern */
		/*height: 200px; /* Optional: Höhe auf kleineren Bildschirmen anpassen */
		width: 100%;
	}
	
    .header, .footer {
        /*padding: 10px;*/
		/*width: 100%;*/
    }
	
	.footer-link {
        padding: 0 5px;
    }

    .main-content {
        flex-direction: column;
    }
	
	.main-content {
    flex: 0;
    display: flex;
    padding: 20px;
	}

    .column {
        width: auto;
        margin: 10px 0;
    }

    .column .middle {
        flex-direction: column;
    }
	
	.main-content_single {
		flex-direction: column;
	}
	
	.column_single {
		/*flex-direction: column;*/
		width: auto;
		margin: 10px 0;
	}

    .placeholder {
		width: 100%;
        height: 210px;
    }
	
	.center_img img {
		width: 330px;
		height: auto;
	}
	
	/*.placeholder2 {
		padding-left: 0px;
		width: 75%;
        height: 210px;
    }
	
	.placeholder3 {
		width: 75%;
        height: 210px;
    }*/
	
	/*img {
	width: 330;
	height: 210;	
	}*/

    nav a {
        padding: 0 5px;
    }
}

@media screen and (max-width: 700px) {
	.img_scale a img {
		width: 100%;
		height: 100%;
	}
}

@media screen and (max-width: 400px) {
	.center_img img {
		max-width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 380px) {
	.header {
		font-family: Arial, sans-serif;
		font-size: 13px;
	}
	
	.middle-item input[type="button"] {
		font-size: 60%;
		scroll-padding-right: auto;
		scroll-padding-left: auto;		
	}
}