/* Ueber mich Cascading Style Sheet **************************************************************/

{
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
}

/* ICH **************************************************/
#ich img{
	width: 300px;
	padding-bottom: 2rem;
}

@media (max-width: 500px){
	#ich img{
		width: 200px;
	}
}

#ich-beschreibung{
	margin-bottom: 60px;
}

/* JAHRES-UEBERSICHT **************************************************/
#table{
	width: 80%;
	margin: 0 auto;
	text-align: left;
}

#table tr td{
	vertical-align: top;
}

/* NAME **************************************************/
#name{
	margin-top: 100px;
}

#name p{
	width: 70%;
	margin: 10px auto 40px auto;
	text-align: left;
}
