/* CSS-Dokument */
/* basic elements */
body
{
  	background-image: url('../pics/background.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}


#pic
{
	display: block;
	margin-left: auto;
	margin-right: auto;
  
	width: 250px;
	height: 250px;
	
	background-color: 5px solid #3C0995;
	border: 10px solid #AB92D6;
    padding: 25px;

}

#buttons
{	
	width: 556px;
	height: auto;
	
	display: block;
	margin-left: auto;
	margin-right: auto;
	
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	background-color: 5px solid #3C0995;
	border: 2px solid #AB92D6;
	
	/*
	position: relative;
	left: 700px;
	
	background-color: lightgrey;
	border: 9px solid green;
    padding: 5px;
    margin: 5px;
	*/
}

h1
{
	color: #FFE400;
	text-align:center
}

h2
{
	color: #2AE7C8;
}

h3
{
	color: #00FF0C;
}

h4
{
	color: #2AE7C8;
	text-align:center
}

#rick
{
	display: flex;
	justify-content: center;
}

#webuntis
{
	width: 50px;
	height: auto;
	
	
	border: 8px solid #FA8027;
    padding: 5px;
    
	
	display: block;
	margin-left: auto;
	margin-right: auto;
}

table, th, td, caption {
  border: 1px solid #a0a0a0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border-width: thin 0 0 thin;
  margin: 0 0 1em;
  table-layout: auto;
  max-width: 100%;
}
th, td {
  font-weight: normal;
  text-align: left;
  background-color: #FFFFFF;
}
th, caption {
  background-color: #FA8027;
  font-weight: 700;
}

#plan
{
	display: flex;
	justify-content: center;
}