/*!
* File: screen.css
*
* @site           http://
* @copyright      (c) finalart design, Dave Burkhart
* @author         Dave Burkhart
* @link           http://finalart.de
* @version        1.0
*
*/

/* reset
*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body, div, h1, h2, h3, p, ul, ol {
	margin: 0;
	padding: 0;
}
img {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
	border: 0;
}
img::selection {
	background: transparent;
}
hr {
	border: 2px solid #f2f2f2;
}
svg:not(:root) {
	overflow: hidden
}
a {
	background-color: transparent
}
a:active, a:hover {
	outline: 0
}
.trigger {
	display: none;
}
.a30 {
	margin-top: 19px;
}
.a60 {
	margin-top: 48px;
}

/* fonts
*/
@font-face {
	font-family: "ClanWeb";
	src: url("/fonts/ClanWeb-Book.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "ClanWeb";
	src: url("/fonts/ClanWeb-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
}
body, h1, .drop-nav, input {
	font: normal 15px/24px "ClanWeb", sans-serif;
	color: #000;
}
h2, h3, .nav, .subnav a.active, .trigger .menu-title {
	font: bold 19px/28px "ClanWeb", sans-serif;
}
h1 {
	font-size: 31px;
	line-height: 44px;
	color: #e5310d;
	margin: 47px 0;
}
h1:first-of-type {
	margin-top: 0;
}
strong, .subnav a.active {
	font-size: 15px;
	line-height: 24px;
}
p { margin: 20px 0; }

.wrap {
	position: relative;
	margin: 0 auto;
	width: 942px;
}

.main .wrap {
	width: 972px;
	overflow: hidden;
}

.main.onecolumn .wrap > *,
.main .wrap .content > * {
	margin-left: 15px;
	margin-right: 15px;
}

/* links
*/
a {
	color: #e5310d;
	text-decoration: none;
}
a:hover {
	color: #000;
}
a.more {
	color: #e5310d;
}
a.more:hover {
	color: #000;
}
a.button {
	display: inline-block;
	color: #fff;
	margin: 23px 0;
	padding: 10px 15px;
	background: #e5310d;
}
a.button:hover {
	background: #000;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #000;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #e5310d;
}

/* header
*/
.header, .footer {
	background: url("/img/bg.png") no-repeat 0 0;
}
.header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 555;
	-webkit-box-shadow: inset 0 -20px 20px -20px rgba(0,0,0,0.6);
	-moz-box-shadow: inset 0 -20px 20px -20px rgba(0,0,0,0.6);
	box-shadow: inset 0 -20px 20px -20px rgba(0,0,0,0.6);
}
/*.header,*/
.header .wrap {
	height: 85px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.header .wrap.shrink {
	height: 42px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

/* nav
*/
.nav {
	position: absolute;
	z-index: 554;
	bottom: 0;
	width: 100%;
	display: inline-block;
	list-style: none;
	font-size: 15px;
	line-height: 24px;
}
.nav > li {
	float: left;
	margin-right: 5px;
}
.nav > li > a,
.nav > li > span {
	position: relative;
	display: block;
	z-index: 510;
	display: block;
	color: #fff;
	text-decoration: none;
	height: 42px;
	margin: 0;
	padding: 11px 15px;
}
.nav > li > a.active,
.nav > li > span.active {
	color: #000;
	background: #fff;
}
.nav > li:hover > a,
.nav > li:hover > span {
	display: block;
	color: #000;
	background: #eee;
}
.home-title,
.produktfinder-title {
	display: none;
}
.nav > li a.icon-home,
.nav > li a.icon-home.active,
.nav > span.produktfinder {
	display: block;
	width: 42px;
	height: 42px;
	background-size: 42px auto;
}
.nav > li a.icon-home,
.nav > li a.icon-home.active {
	background: transparent url("/img/icon-home.svg") no-repeat;
}
.nav > li:hover > a.icon-home:hover,
.nav > li a.icon-home.active {
	background: #fff url("/img/icon-home-active.svg") no-repeat;
}
.nav > li.login,
.nav > li.produktfinder-wrap {
	position: absolute;
	right: 0;
}
.nav > li.login {
	right: 42px;
}
.nav > span.produktfinder {
	right: 0;
}
.nav > li.login:hover > a/*,
.nav > span.produktfinder:hover*/ {
	background-color: #fff;
}
.nav > li span.produktfinder,
.nav > li span.produktfinder:hover {
  cursor: pointer;
  display: block;
  width: 42px;
  height: 42px;
  background: url("/img/icon-produktfinder.svg") no-repeat 0 50%;
}
.nav > li span.produktfinder:hover,
.nav > li:hover > span.produktfinder  {
  background: #eee url("/img/icon-produktfinder-hover.svg");
}

.nav > li > .drop-nav {
	position: absolute;
	display: block;
	top: 42px;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	list-style: none;
	min-width: 151.5px;
	background: #eee;
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
}
.nav > li:hover > .drop-nav {
	opacity: 1;
	visibility: visible;
	overflow: visible;
}
.nav > li > .drop-nav a {
	display: block;
	color: #e5310d;
	padding: 10px 15px 8px 15px;
}
.nav > li > .drop-nav a:hover,
.nav > li > .drop-nav a.active {
	color: #000;
	background: #ddd;
}

/* subheader
*/
.subheader,
.subheader .wrap {
	height: 128px
}
.subheader {
	margin-top: 85px;
}
.subheader h2 {
	position: absolute;
	top: 40px;
}
.logo {
	position: absolute;
	top: 29px;
	right: 240px;
	width: 182px;
}

/* visual
*/
.visual {
	overflow: hidden;
	height: 432px;
	/*background: #e5e5e5;*/
}
.slide-build {
  background: #f2f2f2;
}
.visual .wrap {
	width: 942px;
}
.visual-info {
	position: absolute;
	top: 0;
	right: 0;
	width: 296px;
	height: 432px;
	padding: 30px;
	background: rgba(255,255,255,0.9);
}
.visual-info h2 {
	margin-bottom: 19px;
}
.cycle-pager {
	position: absolute;
	width: 100%;
	z-index: 500;
	left: 240px;
	bottom: 26px;
	text-align: center;
	overflow: hidden;
}
.cycle-pager span {
	font-family: arial;
	font-size: 60px;
	width: auto;
	height: auto;
	margin: 0 3px;
	display: inline-block;
	color: #ddd;
	cursor: pointer;
}
.cycle-pager span.cycle-pager-active {
	color: #e5310d;
}
.cycle-pager > * {
	cursor: pointer;
}
.slide-build {
	right: 0;
}

/* newsteaser
*/
/*.newsteaser {
  background: #f2f2f2;
}*/
.newsteaser .wrap {
	padding: 28px 20px 23px 100px;
	background: #f2f2f2 url("/img/icon-news.svg") no-repeat 30px 30px;
	background-size: 42px auto;
}
/*.newsteaser h2 {
  margin: 0;
}*/
.newsteaser p {
	margin: 0;
}
.newsteaser .ce-textpic {
	margin-bottom: 0;
}

.subnav {
  padding: 0 0 8px 0;
}
.subnav .wrap {
  min-height: 42px;
  background: #f2f2f2;
}
.subnav ul {
  list-style: none;
  position: relative;
  top: 10px;
  left: 15px;
}
.subnav li {
	display: inline-block;
	margin-right: 15px;
}
.subnav li a {
	color: #e5310d;
}
.subnav li a:hover,
.subnav li a.active {
	color: #000;
}


/* main
*/
.main {
	float: left;
	width: 100%;
	padding: 53px 0;
}
.content {
	float: left;
	width: 648px;
}
.content ul {
	margin-left: 15px;
}
h2 {
	margin-bottom: 18px;
}
.figure {
	margin: 53px 0;
	background: #f2f2f2;
}
.caption {
	margin: 0;
	padding: 15px;
}
.exzerpt {
	margin-bottom: 60px;
}
.exzerpt:last-of-type {
	margin-bottom: 30px;
}
.infobar {
	color: #666;
	margin-top: -15px;
	margin-bottom: 24px;
}

/* teaser
*/
.teaser {
	float: left;
	margin: 0 15px 53px 15px;
}
.teaser ul {
	margin-left: 15px;
}
.teaser h2 {
	margin: 27px 0 18px 0;
}
.teaser-large {
	width: 456px;
}
.teaser-small {
	width: 294px;
}
.teaser p {
	margin: 0;
}

/* aside
*/
.aside {
	float: right;
	width: 309px;
	padding-right: 15px;
}
.widget {
	margin-bottom: 30px;
	background: #f2f2f2;
}
.widget:last-of-type {
	margin-bottom: 0;
}
.widget-inner {
	padding: 30px;
}
.widget p {
	margin: 0;
}

/* .extra
*/
.extra {
	clear: both;
	float: left;
	width: 100%;
  padding: 60px 0 36px 0;
	background: #f2f2f2;
}
.extra a {
	color: #e5310d;
}
.extra a:hover {
	color: #000;
}
.section {
	float: left;
	max-width: 280px;
	margin-right: 30px;
}
.section:last-of-type {
	margin: 0;
}
.extra h2 {
	margin-top: 19px;
	margin-bottom: 0;
}
.extra .section h2:first-of-type {
	margin-top: 0;
}
.extra.awards {
  padding: 30px 0 23px 0;
  background: #ffffff;
}
.extra.awards h2 {
  margin-top: 0;
}
.awards {
  margin-top: 20px;
}
.awards-images {
  margin-top: 22px;
}
.awards-images a {
  display: inline-block;
  margin-right: 20px;
}
.awards-images a img {
  height: 90px;
}


/* .footer
*/
.footer {
	clear: both;
	color: #fff;
	padding-top: 30px;
	height: 250px;
	-webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.3);
	box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.3);
}
.footer .wrap {
	overflow-x: hidden;
}
.footer a {
	color: #fff;
	margin-left: 8px;
}
.footer a:hover {
	color: #000;
}
.footer h2 {
	margin: 0;
}
.footer p {
	margin: 0;
}

a.icon-strom,
a.icon-erdgas,
a.icon-waerme,
a.icon-trinkwasser {
	display: inline-block;
	height: 40px;
	margin-top: 20px;
	margin-left: 0;
}
a.icon-strom {
	width: 43px;
	margin-left: -10px;
	background: url("/img/icon-strom.svg") no-repeat 50%;
	background-size: 43px auto;
}
a.icon-strom:hover {
	background: url("/img/icon-strom-hover.svg") no-repeat 50%;
}
a.icon-erdgas {
	width: 42px;
	background: url("/img/icon-erdgas.svg") no-repeat 50%;
	background-size: 42px auto;
}
a.icon-erdgas:hover {
	background: url("/img/icon-erdgas-hover.svg") no-repeat 50%;
}
a.icon-waerme {
	width: 40px;
	background: url("/img/icon-waerme.svg") no-repeat 50%;
	background-size: 40px auto;
}
a.icon-waerme:hover {
	background: url("/img/icon-waerme-hover.svg") no-repeat 50%;
}
a.icon-trinkwasser {
	width: 45px;
	background: url("/img/icon-trinkwasser.svg") no-repeat 50%;
	background-size: 45px auto;
}
a.icon-trinkwasser:hover {
	background: url("/img/icon-trinkwasser-hover.svg") no-repeat 50%;
}

/* sidenav
*/
.sidenav {
	position: fixed;
	top: 213px;
	z-index: 558;
	right: 0;
}
.sidenav:hover {
	width: auto;
}
.kontakt a,
.suche a,
.top a {
	display: block;
	color: #fff;
	height: 42px;
	overflow: hidden;
	padding: 0 10px 0 44px;
	background-size: 42px auto;
}
.kontakt a {
	background: #bf3615 url("/img/icon-kontakt.svg") no-repeat 0 50%;
}
.suche a {
	background: #98200f url("/img/icon-suche.svg") no-repeat;
}
.top a {
	background: #da831b url("/img/icon-top.svg") no-repeat;
}
.sidenav a span {
	position: relative;
	top: 10px;
}
.kontakt,
.suche,
.top {
	clear: both;
	float: right;
	width: 42px;
	overflow: hidden;
}
.kontakt:hover,
.suche:hover,
.top:hover {
	width: auto;
	display: block;
}

/* indexedsearch
*/
.indexedsearch-caption {
	font-size: 31px;
    line-height: 44px;
    color: #e5310d;
    margin: 47px 0;
/*    padding: 42px 0 0;*/
}

.indexedsearch-form {
	padding: 0 0 15px;
}

input[type=text], input[type=email], textarea {
	width: 516px;
	height: 40px;
	margin-right: 10px;
	padding: 0 10px;
	border: 1px solid #ccc;
}

input[type=submit]{
	cursor: pointer;
	color: #fff;
	border: none;
	padding: 8px 15px;
	background: #bf3615;
}

input[type=submit]:hover {
	background: #000;
}

.indexedsearch-input {
	width: 516px;
	height: 40px;
	margin-right: 10px;
	padding: 0 10px;
	border: 1px solid #ccc;
}

.indexedsearch-submit{
	cursor: pointer;
	color: #fff;
	border: none;
	padding: 8px 15px;
	background: #bf3615;
}

.indexedsearch-submit:hover {
	background: #000;
}

.indexedsearch-condition {
	margin-bottom: 18px;
}

.indexedsearch-result {
	margin-top: 20px;
}

.indexedsearch-title {
	margin-top: 49px;
	font-size: 19px/28px;
}

.indexedsearch-path p,
.indexedsearch-path a {
	margin: -20px 0 0;
	color: #777;
	cursor: text;
}

.indexedsearch-path a {
	pointer-events: none;
}

.indexedsearch-descr {
	margin: 20px 0;
}

.tx-indexedsearch-browsebox ul {
	list-style: none;
	display: inline-block;
	margin-top: 33px;
	margin-left: 0;
	border: 1px solid #ccc;
}

.tx-indexedsearch-browsebox li {
	float: left;
	margin: 0;
	padding: 0;
	border-left: 1px solid #ccc;
}

.tx-indexedsearch-browsebox li:first-of-type {
	border: none;
}

.tx-indexedsearch-browsebox li a,
.tx-indexedsearch-browsebox li span {
	font-family: "ClanWeb", sans-serif;
	font-weight: bold;
	font-size: 19px;
	display: block;
	text-align: center;
	color: #e5310d;
	height: 42px;
	width: 42px;
	padding-top: 10px;
}

.tx-indexedsearch-browsebox li span {
	color: #777;
}

.tx-indexedsearch-browsebox a:hover,
.tx-indexedsearch-browsebox .active a {
	color: #000;
	background: #f2f2f2;
}

.ce-textpic {
	margin-bottom: 60px;
}

textarea {
	height: 120px;
	padding-top: 10px;
}

.form-row {
	margin-bottom: 20px;
}

.form-row label {
	width: 93px;
	display: inline-block;
	vertical-align: top;
	padding-top: 10px;
}
.form-row input,
.form-row textarea {
	margin-right: 0;
}

.form-row.error label {
	color: #e5310d;
}

.form-row.error input,
.form-row.error textarea {
	border-color: #e5310d;
}

.status.error {
	color: #e5310d;
}
.status.success {
	color: green;
}

/* popup
*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  /*background: #0b0b0b;*/
  background: #fff;
  opacity: 0.9; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #e5310d;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 460px;
		height: 627px }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);*/
		box-shadow: 10px 10px 30px 0px rgba(0,0,0,0.5);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
