/* footerlinks for phpBB 3.1 by Joyce&Luna http://phpBB-Style-Design.de
------------------------------------------------------------------- */

.footer-links {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	                             /*margin-top: 14px;*/
	                             margin-bottom: -1.5px;
}

.title {
	border-bottom: 1px dashed #b4b3b3;
	margin-bottom: 0.3em;
	padding-bottom: 0.3em;
	              font-family: Verdana, Helvetica, Arial, sans-serif;
                  font-size: 1.1em !important;
                  color: #425067;
                  margin-top: 4px !important;
                  padding-bottom: 6px !important;
                  margin-bottom: 4px !important;
}

.footer-links ul li:first-child {
	font-size: 12px;
	font-weight: bold;
}

div.footer-links div.panel {
	width: 300px;
	margin: 0 25px;
	/*align-self: flex-start;*/
	/*box-shadow: 0 -1px 4px -2px rgba(2, 2, 2, 0.7);*/
	                             border-radius: 6px;
                                 /*margin: 0px 12px 0px 12px;*/
}

div.footer-links ul {
	list-style: none;
}

div.footer-links li:first-child {
	font-weight: bold;
}

@media screen and (max-width: 768px) {
.footer-links {
	flex-direction: column;
	align-items: center;
	                  /*margin-top: 22px;*/
                      margin-bottom: -6.5px;
	}
  
div.footer-links div.panel {
	width: 300px;
	margin: 5px 25px;
}

div.footer-links div.panel {
	/*width: 300px;*/
	                     width: -webkit-fill-available;
	                     width: -moz-available;
	margin: 5px 25px;
	align-self: center;
}
}