/*! Fixed container system | Author: Frontend Soldier Borsch | Author URI: frontend-soldier-borsch.de | Author contact: borsch@frontend-soldier.de | Version: 1.0.1 | License: GNU General Public License v3 | License URI: www.gnu.org/licenses/gpl-3.0.html */
.fixed-container{position:fixed;height:100%;width:100%;z-index:1000000}.fixed-container.fixed-hide{display:none}.fixed-container.fixed-show{display:block}.fixed-wrapper{position:relative;height:100%;width:100%}.fixed-content{position:absolute}@media screen and (max-width:1800px){.fixed-container.fixed-xl-hide{display:none}.fixed-container.fixed-xl-show{display:block}}@media screen and (max-width:1440px){.fixed-container.fixed-lg-hide{display:none}.fixed-container.fixed-lg-show{display:block}}@media screen and (max-width:1080px){.fixed-container.fixed-md-hide{display:none}.fixed-container.fixed-md-show{display:block}}@media screen and (max-width:720px){.fixed-container.fixed-sm-hide{display:none}.fixed-container.fixed-sm-show{display:block}}@media screen and (max-width:360px){.fixed-container.fixed-xs-hide{display:none}.fixed-container.fixed-xs-show{display:block}}.fixed-container.fixed-top{top:-100%;left:0}.fixed-container.fixed-top .fixed-content{top:100%}.fixed-container.fixed-top .fixed-content:not(.fixed-left):not(.fixed-center):not(.fixed-right){width:100%;left:auto}.fixed-container.fixed-top .fixed-content.fixed-left{left:0}.fixed-container.fixed-top .fixed-content.fixed-center{left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.fixed-container.fixed-top .fixed-content.fixed-right{right:0}.fixed-container.fixed-right{top:0;right:-100%}.fixed-container.fixed-right .fixed-content{right:100%}.fixed-container.fixed-right .fixed-content:not(.fixed-top):not(.fixed-center):not(.fixed-bottom){height:100%;top:auto}.fixed-container.fixed-right .fixed-content.fixed-top{top:0}.fixed-container.fixed-right .fixed-content.fixed-center{top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.fixed-container.fixed-right .fixed-content.fixed-bottom{bottom:0}.fixed-container.fixed-bottom{bottom:-100%;left:0}.fixed-container.fixed-bottom .fixed-content{bottom:100%}.fixed-container.fixed-bottom .fixed-content:not(.fixed-left):not(.fixed-center):not(.fixed-right){width:100%;left:auto}.fixed-container.fixed-bottom .fixed-content.fixed-left{left:0}.fixed-container.fixed-bottom .fixed-content.fixed-center{left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.fixed-container.fixed-bottom .fixed-content.fixed-right{right:0}.fixed-container.fixed-left{top:0;left:-100%}.fixed-container.fixed-left .fixed-content{left:100%}.fixed-container.fixed-left .fixed-content:not(.fixed-top):not(.fixed-center):not(.fixed-bottom){height:100%;top:auto}.fixed-container.fixed-left .fixed-content.fixed-top{top:0}.fixed-container.fixed-left .fixed-content.fixed-center{top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.fixed-container.fixed-left .fixed-content.fixed-bottom{bottom:0}