body {
  color: #000000;
  font-family: verdana, arial, helvetica;
  font-size: 11pt;
  margin: 0px;
  background-image: url(Bilder/mainbg.jpg);
}

.embed-container {
  position: relative; 
  padding-bottom: 56.25%; /* ratio 16x9 */
  padding-top: 25px;
  height: 0;
}

.embed-container iframe {

  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}

p {
  padding: 4px;
  margin: 0px;
}

table.center {
  			margin-left: auto;
  			margin-right: auto;
}

.responsive {
  			max-width: 100%;
  			height: auto;
}
  
h1 {
  color: #000000;
  font-size: 13pt;
  font-weight: bold;
  padding-top: 10px;
  margin: 0px;
  text-align: center;
}

h2 {
  color: #0050A0;
  font-size: 14pt;
  font-weight: bold;
  margin: 0px;
  padding-top: 10px;
}

h3 {
  color: #BF00FF;
  font-size: 13pt;
  font-weight: bold;
  font-style: italic;
  margin: 0px;
  padding-top: 10px;
}

h4 {
  color: #009F00;
  font-size: 12pt;
  font-weight: bold;
  font-style: italic;
  margin: 0px;
  padding-top: 10px;
}

h5 {
  color: #C00000;
  font-size: 16pt;
  font-weight: bold;
  margin: 0px;
  padding-top: 10px;
}

h6 {
  color: #000000;
  font-size: 13px;
  font-weight: bold;
  padding-top: 10px;
  margin: 0px;
  text-align: center;
}


.center {
  text-align: center;
}

.bonbon {
   		width: 290px;
    		height: 30px; 
    		background: yellow;
    		background: linear-gradient(to bottom, white, yellow); 
    		box-shadow: inset 0px 0px 6px #fff,inset 0px -1px 6px #fff;
    		border: 1px solid #5ea617;
    		border-radius: 1em;
   		margin: 1em;
    		font-size: 13px;
  	}

.bonbon.orange {
     background: linear-gradient(to bottom, white, orange); 	
  }	
.bonbon.blau {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, skyblue), color-stop(100%, blue));
	background: linear-gradient(to bottom, skyblue, blue);
}	

.bonbon:hover,
.bonbon:focus {
	box-shadow: rgba(0, 0, 0, 0.7) 0px 5px 15px, inset rgba(0, 0, 0, 0.15) 0px -10px 20px;
}

hr { 
  			  border-width: 3px;
  			  width: 80%
} 
