#footer2 {
  font-size: 12px;
  width: 940px;
  background: #1e4154;
  padding: 5px;
}

#footer2 div {
}

.footer2_row {
  display: flex;
  justify-content: space-between;
  width: 940px;
}

.footer2_column {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.footer2_title {
  background: #2e566c;
  text-align: center;
  padding: 3px 0;
  font-family: 'Rufina', serif;
  text-transform: uppercase;
  font-size: 18px;
}

.footer2_content {
  padding: 10px 15px;
  text-align: justify; 
   overflow:auto;
}

.footer2_content img {
opacity: 0.5;
}

.footer2_content img:hover {
  opacity: 1.0;
}

.footer2_quote {
  width: 530px;
  height: 180px;
  background: #75919c;
  margin-bottom: 10px;
  background: url(/images/quotebg.jpg);
  background-size: cover;
  background-position: center;
}

.footer2_quote-box {
  background: rgba(117, 145, 156, 0.1);
  width: 530px;
  height: 180px;
  padding: 30px;
  box-sizing: border-box;
  font-size: 13px;
}

.footer2_quote-content {
  background: rgba(117, 145, 156, 0.5);
  padding: 5px;
  display: block;
  text-align: center;
  font-size: 12px;
  max-height: 110px;
  overflow: auto;
  scrollbar-width: thin;
}

.footer2_quote-author {
  font-size: 10px;
  font-style: italic;
  text-align: right;
  position: relative;
	margin-top: 5px;
}

.footer2_quote-author:before {
  content: "";
  width: 16px;
  height: 1px;
  background: #d7e6fb;
  position: absolute;
  margin-top: 8px;
  margin-left: -20px;
}

.footer2_wio {
  width: 400px;
  height: 180px;
  background: url(../../../images/headerbox_bg2.jpg);
}

.footer2_stats {
  width: 270px;
  height: 290px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer2_stats-block {
  background: #2e566c;
  padding: 5px 13px;
}

.footer2_stats-box {
  width: 270px;
  height: 60px;
  display: flex;
  justify-content: space-between;
}

.box {
  width: 60px;
  height: 60px;
  background: #2e566c;
  text-align: center;
  box-sizing: border-box;
  font-family: 'Rufina', serif;
  font-size: 26px;
  border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer2_wwhd {
  width: 250px;
  height: 290px;
  background: url(../../../images/headerbox_bg2.jpg);
}

.misc {
  width: 400px;
}

.footer2_abwesend {
  background: url(../../../images/headerbox_bg3.jpg);
  margin-bottom: 10px;
  height: 130px;
}

.footer2_credits {
  background: url(../../../images/headerbox_bg3.jpg);
  height: 150px;
}

.links {
  background: url(/images/footer_top.jpg);
  margin-top: 10px;
  justify-content: flex-end;
	font-size: 14px;
}

.footer2_link {
  padding: 10px;
  color: #2e566c;
  text-transform: uppercase;
  font-family: 'Rufina', serif;
}