body{
	font-size: 17px;
}

h1 {
    text-align: center;
    font-size: 50px;
}

h2 {
    margin:0px;
	margin-bottom:15px;
	padding: 0px;
	text-align: left;
    font-size: 30px;
}
h3 {
    margin:0px;
	margin-bottom:15px;
	padding: 0px;
	text-align: left;
    font-size: 30px;
}
h4 {
    text-align: left;
    font-size: 17px;
	color: navy;
}


footer{
	font-size: 15px;
	color: gray;
}

.termine{
	border: 0px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
	margin-bottom: 7px;
	padding-left: 5px;
	border-color: #c1cdcd;
	border-bottom-left-radius: 10px;
	box-shadow: 5px 5px 5px silver;
}
.terminstitel{
	font-size: 20px;
	border: 0px solid;
	border-left: 10px solid navy;
	color: navy;
	margin-bottom: 0px;
	padding-left: 3px;
	margin-top: 2px;
	
}
.terminstitel.jugend{
	border-left: 10px solid green;
	border-bottom: 0px solid red;
	padding-left: 3px;
	color: green;
}	
.terminstitel.boerse{
	border-left: 10px solid brown;
	border-bottom: 0px solid ;
	padding-left: 3px;
	color: brown;
}
.terminstitel.workshiop{
	border-left: 10px solid coral;
	border-bottom: 0px solid ;
	padding-left: 3px;
	color: coral;
}
.terminstart{
	border: 0px solid;
	margin-bottom: 0px;
	padding-left: 0px;
	border-color: green;
}
.termintext{
	border: 0px solid;
	margin-bottom: 0px;
	padding-left: 0px;
	border-color: red;
}