body {
	box-sizing: border-box;
	moz-box-sizing: border-box;
	webkit-box-sizing: border-box;
}

#content {
	font-family: arial;
	font-size: 14pt;
	line-height: 11pt;
	color: grey;
}

h1 {
	color: #ed7923;
	font-family: arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: none;
}


p {
	color: grey;
}

.double_underline {
    border-bottom: double 3px #000000;
}

a {
    color: rgb(31,73,125);				  
}
    
b a:hover {
    color: rgb(237,121,35);
}

a div {
	font-size:8pt;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: white;
	text-align: center;
}

a div:hover {
	border: 1px solid #ed7923;
	text-align: center;
	/*background-color: rgba(237,121,35,0.8);*/
	background-image:linear-gradient(0deg, #f9b687 0%, #ef7929 100%);
}

.sprintrahmen {
    border: 4px solid rgb(237,121,35); 
    background-color: white;
}

.feld {
	display:inline-block;
	position: relative;
	margin: 0em;
	width:95px; 
	height: 95px; 
	border-radius:5px; 
	background-image:linear-gradient(0deg, #f9b687 0%, #ef7929 100%);
}

.button {
	display: inline-block;
	margin: 1em;
	width: 500px;
	margin-bottom: 1em;
	padding: 1em;
	vertical-align: middle;
	border: 1px solid #ed7923;
	font-size:8pt;
	font-weight: bold;
	letter-spacing: 0.1em;
	background-color: rgb(237,121,35);
}


.buttonicon {
	width:30px; 
	height:30px;
}

div svg{
	display: inline;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
}

summary {
	color: #ed7923;
	
}

input[type="button"]
{
	padding: 1em;
	text-align: center;
	border: 1px solid #ed7923;
	font-size:8pt;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: white;
	background-color: rgb(237,121,35);
}
input[type="button"]:hover 
{
	border: 1px solid #ed7923;
	color:white;
	font-size:8pt;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	background-color: rgba(237,121,35,0.8);
			}
			
blockquote{
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 0 .75em; 
	border-left: .25em solid #ed7923;
}