/* Farben

#FFFAE2 Cornsilk (hellbeige)
#F2D0A4 deep champagne
#F2DDA4 medium champagne

#F2E4C4 selbst abgewandelte form -> hellbeige/braun
#F2E6D4 selbst abgewandelt -> braunbeige


*/

html {

	font-family: Arial, Helvetica, sans-serif;

}

#Hauptbild{
    background-color: white;
	max-width: 1030px;
	max-height: 400px;
	margin: 0 auto;
	display: flex;	

}

img{
    width: 100%; 
	height: 100%;
}

header {
	
	background-color: rgba(250,250,250,0.8);
    position: fixed;
    top: 0;
    width: 100%;
	height: 100px;

	text-align: right;
    transition: 200ms all;

	display: flex;	
}

.unnedigerplatzhalter{
    width: 50%;
	height: 100px;
}



.max-breite {

	width: 1280px;
	max-width: 90%;

	margin: 0 auto;   /* Damit das Menü mittig bleibt, egal wie gross das Fenster ist */
}


/*Code nur für Navigation*/
nav {
	box-sizing: border-box;
	float: left;
	width: 100%;
	color: rgba(250,250,250,0.8);
    text-align: center;
   
	
}

nav a {
  
    display: block;
    
	font-size: 16px;
	color: black;
	text-decoration: none;
	font-weight: 600;   /*ab 600 fett gedruckte Schrift, darunter dünn*/
}

nav ul{

    /*position: center;*/
    
}

nav ul li {

	position: relative;
    float: left;              /* float  -  dass die Listenelemente waagrecht dargestellt werden und nicht senkrecht */
	list-style: none;          /* Deaktivierung der Aufzählungszeichen */
}


nav ul li:hover {

	background: #C9C5BA;    /*Farbe Box bei drüberfahren mit Maus*/
}


nav ul li a {

	padding: 30px;       /* Links der Listenelemnte erhalten einen Abstand */
    
}



body{
    
    background-color: white;
    padding: 0;
	margin: 0;

}

h1{

    font-family:Arial, Helvetica, sans-serif;
    font-size: 30px; 
    font-weight: 600;
	line-height: 1.5em;
	text-align: left;
	margin-bottom: 5mm;
	margin-left: 2em;
	margin-top: 2em;
	padding: 0;

}

h2{
	font-family:Arial, Helvetica, sans-serif;
    font-size: 25px; 
    font-weight: 600;   /*bei alles unter 500, ist die Schrit dünner*/
	line-height: 1.5em;
	text-align: center;
	margin-bottom: 0;
	
	padding: 20px;

}

h3{

	font-family:Arial, Helvetica, sans-serif;
    font-size: 18px; 
    font-weight: 400; /*ab 600 ist die Schrift dicker*/
	line-height: 1.5em;
	text-align: left;
	margin-top: 0;
	padding-top: 0;
	margin-left: 2em;
	margin-right: 1em;
}



p{
	font-family:Arial, Helvetica, sans-serif;
    font-size: 18px; 
    font-weight: 400; /*ab 600 ist die Schrift dicker*/
	line-height: 1.5em;
	text-align: left;
	margin-top: 0;
	padding-top: 0;
	margin-left: 0;
	margin-right: 1em;
} 

li{
	margin-left: 1em;
}

.HintergrundboxBoxen {
    background-color: #F2E6D4;
 	max-width: 1030px;
	max-height: 1700px;
	margin: 0 auto;
	display:flex;

    align-items: center;
    /*position:center;*/
}


.Textbox{
	background-color: #F2E6D4;
	width: 100%;
    max-height: 1600px;
    

	margin: 0;
}


.Zwischenabstand1 {

	background-color: white;

	height: 10px;
	margin: 5px;
}

.Zwischenabstand2 {

	background-color: white;

	height: 100px;
	margin: 5px;
}
.HintergrundboxBoxen2 {
    background-color: #F2E6D4;
    width: 80%;
	height: 450px;

	display:flex;

    align-items: center;
    margin-left:10%;
   /* position:center;*/
}

#Wolfgang{
    background-color: #F2E6D4;
	
    display:flex;
    /*position: right;*/

}

.Textbox2{
	background-color: #F2E6D4;
	width: 70%;
    height: 300px;
    

	margin: 0;
}


.Fotoelemente{
	background-color: white;
	width: 50%;
	height: 300px;

	margin: 0;
}



.unnedigerplatzhalter2{
    width: 20%;
	height: 90px;
}
.Footer {
	width: 100%; /* Full-width */
    overflow: auto; /* Overflow due to float */
    
    background-color: white;
    
   object-position: bottom;
    
	height: 90px;

	display: flex;	
}


.Footer a {
	float: left; /* Float links side by side */
	text-align: center; /* Center-align text */
	width: 14%; /* Equal width (5 icons with 20% width each = 100%) */
	padding: 16px 0;
	transition: all 0.3s ease; /* Add transition for hover effects */
	background-color: white;
	font-size: 16px; /* Increased font size */
	font-weight: 900;
	color: black;
	text-decoration: none;
	margin-top: 20px;
	margin-bottom: 20px;
}


.Footer a:hover {
	background: #C9C5BA;
}





