@import url("/clients/doorway/styles/main.min.css");

/* AW 27.04.2017 Nav menu width ZD 17486 */
ul.topLevel {
  max-width: 1300px;
}

/* AW 05.05.2017 Twitter font size ZD 17653 */
.footerTwitter ul {
  font-size: 16px;
}

/* AW 05.05.2017 Footer credits ZD 17669 */
@media screen and (min-width: 1024px) {
div.footerCreditsIntro {
  width: 50%;
  float: left;
}

iframe.footerCreditsMap {
  width: 50%;
  float: left;
}
  
ul.socialIcons li a.linkedin, 
ul.shareList li a.linkedin {
  background-color: #0077b5;
}

ul.socialIcons li a.linkedin:before, 
ul.shareList li a.linkedin:before {
  content: '\f0e1';
}