h1 {
	font-family: Open Sans;
	font-size: 20px;
	font-style: Light;
	font-weight: 500;
	line-height: 22px;
	color:#de3b21;
}

h2 {
	font-family: Open Sans;
	font-size: 18px;
	font-style: Light;
	font-weight: 500;
	line-height: 20px;
}

h3 {
	font-family: Open Sans;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 16px;
}

li {
	font-family: Open Sans;
	font-size: 18px;
	font-style: Light;
	font-weight: 500;
	line-height: 20px;
}

#fuellung
	{
	background-color: #e8f1f5;
	font-size: 17pt;
	color: #000000;
	font-family: arial;
	}

p {
	font-family: Open Sans;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 0px;
	margin-top: 0px;
}

text1
	{
	font-size: 13pt;
	color: #000000;
	font-family: arial;
	}

text2
	{
	font-size: 12pt;
	color: #000000;
	font-family:
	arial;
	}

text3
	{
	font-size: 10pt;
	color: #000000;
	font-family: arial;
	}

text4
	{
	font-size: 12pt;
	color: #000000;
	font-family: arial;
	}





html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.column {
  float: left;
  width: 780px;
  margin-bottom: 16px;
  padding: 0 8px;
}

@media (max-width: 300px) {
  .column {
    width: 100%;
    display: block;
  }
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 17px;
}

.flexcard {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 17px;
    display: flex;
    flex-wrap: wrap;
    width: 800px;
}

.card h3 {
    margin-top: 10px;
    margin-bottom: 15px;
}

.flexcard h3 {
    margin-top: 10px;
    margin-bottom: 15px;
}

.container {
  padding: 0 16px;
}

.container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: grey;
}

.button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.button:hover {
  background-color: #555;
}

.box {
    min-width: 109px;
    max-width: 109px;
    flex: 1;
    text-align: center;
}


