body {
	background-color: white;
	font-size: 100%;
	font-family: "Tahoma";
}

/* Website layout */

header {
	background-color: white; /*rgb(34,139,34);*/
	height: 100px;
	max-width: 1000px;
	text-align: left; 
	margin: auto;
}

div.header{
	/*background-color: white;*/ 
	padding-left: 10px;
}

h1.header{
	color: black;
	padding-top: 10px;
	display:flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
}


main {
	background-color: white; /*rgb(135,200,135);*/
	max-width: 1000px;
	min-height: 800px;
	margin: auto;
	/* display:flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;*/
}

div.intro-part{
	display:flex;
	height: 500px;
}
div.intro1{
	background-image: url("media/Baum4.jpg");
	background-size: cover;
	/*width: 80%;*/
	display: flex; 
	align-items: center;
	padding-left: 10%;
	padding-right: 10%;
}

h1.intro {
	color: white;
	font-size: 3em;
	font-family: "Tahoma";
	text-align: center;
}


div.intro2{
	background-color:rgb(34,139,34);
	display: flex;
	align-items:center;
	width: 20%;
	min-width: 110px;
	padding: 3%;
}
p.intro2{
	font-size: 1em;
	font-style: italic;
}

div.wanderBox{
	display: -webkit-flex;
	display: flex;
	align-items:center;
	margin-top: 50px;
	padding: 30px;
	border: solid 1px black;
	border-radius: 15px 40px;
	background-color: rgb(152,251,152);
	/*margin-right: auto;*/
	width: 100%;
}

a {
	color: black;
	text-decoration: none;	
}


div.wanderTeaser{
	margin-left: 20px;
}

div.flexSection {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background-color: rgb(152,251,152);
}

div.pictureBox {
	display: flex;
	flex-basis: 40%;
	align-items: center;
	margin: 20px; 
}

div.basisInformation {
	flex-basis: 40%;
	margin: 20px;
}

.basisInfoBox {
	border: solid 1px grey;
	padding: 10px;
	line-height: 1.5;
}

footer {
	background-color: white;
	font-size: 1em; 
	font-family: "Times New Roman";
	color: black;
	max-width: 1000px;
	margin: auto;
}


h1 {
	font-size: 3.2em;
	font-family: "Tahoma";
}

h2 {
	font-size: 2.5em;
	font-family: "Tahoma";
}

h3 {
	font-size: 1.3em;
	font-family: "Tahoma";
}

h4 {
	font-weight: bold;
	font-size: 1em;
	font-family: "Tahoma";
}

p {
	font-size: 1em;
	font-family: "Tahoma";
}

.checked {
	color: orange;
}
