/* eigenes CSS */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@500;600;700;800&display=swap');

body {
	font-family: "Open Sans", Arial;
}

div.box, div.box33, div.box22 {
  height: auto;
  border: 1px solid #888888;
  border-radius: 4px;
  float: none;
  margin: 0.5em;
  background-color: cornflowerblue;
}

div.box_titel {
   font-size: 10pt;
   font-weight: bold; 
   text-align: center; 
   line-height: 1.3em;
   min-height: 2.6em;
   padding: 7px 5px;
   background-color: deepskyblue; 
   border-bottom: 1px solid #DDDDDD;
}

div.box_trenner {
  border-bottom: 1px solid #DDDDDD;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
  clear: both;
}

div.box_kopf {
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  height: 2em;
  line-height: 2em;
  padding-left: 0.5em;
  text-align: left;
  background-color: deepskyblue; 
  border-radius: 4px 4px 0 0;
  color: white;
}

div.box_innen {
	padding: 1em 0.5em;
	color: white;
}

div.box_innen a {
	text-decoration: none;
	color: white;
}

div.box_fuss {
  padding-left: 0.5em;
  height: 2em;
  text-align: left;
  background-color: deepskyblue;
  border-radius:0 0 4px 4px;
  color: white;
}
