@charset "utf-8";
/*
Template: jstork19
Theme Name: stork19_custom
Theme URI:http://open-cage.com/stork19/
Version: 1.3.0
Author: opencage
Author URI: https://open-cage.com/
*/

.footerFloatingMenu {
	  background: #f2f2f2;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    margin: 0;
    z-index: 9999;
}

footerFloatingMenu img {
	display: block;
	width: 100%;
}
#footerFloatingMenu {
    display: flex;
	align-items: center;
	margin: 0;
}

#footerFloatingMenu li:nth-of-type(1) {
	width: 50%;
}
#footerFloatingMenu li:nth-of-type(2) {
	width: 50%;
}

#footerFloatingMenu li a {
	display: block;
}
 
#footerFloatingMenu li a img {
    width: 100%;
}

body #page-top.pt-active {
	bottom: 80px;
}

@media only screen and (min-width: 768px) {
  .header.headercenter #logo {
    text-align: left;
  }
  .header.headercenter #logo img {
    height: 70px;
  }
}

