.footer {
  background-color: #ffffff;
  text-align: left;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 16px;
  padding: 50px;
  margin-top: 7rem;
  border-top: 4px solid #398096;
}

.footer .footer-side,
.footer .footer-center {
  display: inline-block;
  vertical-align: top;
}

/* footer side*/


.footer .footer-side {
  width: 33%;
  padding-right: 15px;
}

.footer .about {
  line-height: 20px;
  color: #000;
  font-size: 13px;
  font-weight: normal;
  margin-top: 1.25rem;
}

.footer .about.disclaimer {
  margin-top: 0;
  float: left;
}

/* If the screen size is 600px or less, change position to underneath instead of float right.*/
@media only screen and (max-width: 600px) {
  .footer .about.disclaimer {
display: block;
  }
}

.footer .about span {
  display: inline-block;
  color: #398096;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer span img {
  vertical-align: middle;
}

.footer h2 {
    color: #398096;
    font-size: 37px;
    font-weight: normal;
    margin: 0 0 20px;
  }

  .footer h3 {
    font-family: Cabin Sketch;
    display: block;
   /* margin: 0; */
  }

div.leitung {
    margin-top: 2rem;
  }
 
  .footer h2 span {
    color: #398096;
  }

/* Applies to all elements with <... class="wappen"> specified.
.footer .wappen {
  margin-top: 25px;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  font-size: 20px;
  color: #000;
  text-align: center;
  line-height: 35px;
  margin-right: 3px;
  margin-bottom: 5px;
}

.wappen {
	The image used:
	background-image: url("wappen.png");
} */

/* footer center*/

.footer .footer-center {
  width: 30%;
}

/* .footer .footer-center i {
  background-color: transparent;
  font-size: 25px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  vertical-align: middle;
} */

/* .footer .footer-center i.fa-envelope {
  font-size: 17px;
  line-height: 38px;
} */

.footer .footer-center img.icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 0.75rem 1rem;
  vertical-align: middle;

  }

.footer .footer-center i.mail {
    	/* The image used */
	background-image: url("mail.png");
    font-size: 1rem;
    line-height: 38px;
  }

.footer .footer-center i.time {
    	/* The image used */
	background-image: url("time.png");
    font-size: 1rem;
    line-height: 38px;
  }

.footer .footer-center p {
  display: inline-block;
  color: #398096;
  vertical-align: middle;
  margin: 0;
}

.footer .footer-center p span {
  display: inline-block;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 2;
}

/* .footer .footer-center p span.hours {
float: right;
} */

.footer .footer-center p a {
  color: #398096;
  text-decoration: none;
}

.footer .footer-center p a:hover {
	color: #ea9a50;
}

@media (max-width: 1070px) {
  .footer {
    font-size: 14px;
  }
  .footer .footer-side,
  .footer .footer-center {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }
  .footer .footer-center i {
    margin-left: 0;
  }
}

/* Applies to all elements with <... class="footer"> specified.
  .footer {
	position: static;
	bottom: 0;
	border-top: 4px solid #398096;
	font-size: 11px;
	margin-top: 7rem;
	background-color: #ffffff;
	color: #000000;
	text-align: right;
 }
 */

 div.subfooter {
	padding: 0 1em;
	background-color: #398096;
	color:#ffffff;
	text-align: right;
 }

 div.subfooter p {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
	padding: 0.5em;
 }

 div.subfooter p a {
	color: #ffffff;
	text-decoration: none;
 }

 div.subfooter p a:hover {
	color: #9acad1;
 }
  