.page {
  overflow-x: hidden;
}

.content {
  padding-top: 0;
  padding-bottom: 0;
}

.pg.content {
  padding: 0;
}
.pg.pane, .pg.main {
  width: 100%;
}

.ltr .content .pg, .rtl .content .pg {
  z-index: 0;
}
.ltr .content .pg.main, .rtl .content .pg.main {
  padding: 0;
}

.pg-wrapper {
  width: 960px;
  height: 100%;
  padding: 40px 10px 0;
  margin: 0 auto;
  position: relative;
}

.pg-main-stage {
  position: relative;
  z-index: 1;
}

.whiteBackgroundScheme .feature-box {
  background-color: #ffffff;
  border-bottom: 0 solid white;
}
.whiteBackgroundScheme .feature-box .row {
  background-color: transparent;
}

.row {
  width: 100%;
}
.row.pg-stage {
  position: relative;
  height: auto;
  max-height: 100%;
}
.row.pg-navigation {
  height: 80px;
  position: absolute;
  bottom: 0;
  z-index: 100;
}
.row.pg-navigation .pg-wrapper {
  width: 980px;
  padding: 0;
}

.collumn12 {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}
.collumn12.spread1 {
  width: 60px;
}
.collumn12.spread2 {
  width: 140px;
}
.collumn12.spread3 {
  width: 220px;
}
.collumn12.spread4 {
  width: 300px;
}
.collumn12.spread5 {
  width: 380px;
}
.collumn12.spread6 {
  width: 460px;
}
.collumn12.spread7 {
  width: 540px;
}
.collumn12.spread8 {
  width: 620px;
}
.collumn12.spread9 {
  width: 700px;
}
.collumn12.spread10 {
  width: 780px;
}
.collumn12.spread11 {
  width: 860px;
}
.collumn12.spread12 {
  width: 940px;
}
.collumn12.offset1 {
  margin-left: 90px;
}
.collumn12.offset2 {
  margin-left: 170px;
}
.collumn12.offset3 {
  margin-left: 250px;
}
.collumn12.offset4 {
  margin-left: 330px;
}
.collumn12.offset5 {
  margin-left: 410px;
}
.collumn12.offset6 {
  margin-left: 490px;
}
.collumn12.offset7 {
  margin-left: 570px;
}
.collumn12.offset8 {
  margin-left: 650px;
}
.collumn12.offset9 {
  margin-left: 730px;
}
.collumn12.offset10 {
  margin-left: 810px;
}
.collumn12.offset11 {
  margin-left: 890px;
}

.svg-fallback {
  display: none;
}

.no-svg svg {
  display: none;
}
.no-svg .svg-fallback {
  display: block;
}

.pg-main .text.centered {
  width: 730px;
  margin: 0 auto;
}

.divider {
  background: url(/site/rmt/media/specialpages/sp_camera/sp_camera_common/sp_camera_common_img/sp_camera_section_trenner.png) no-repeat top center #000;
}

.text-center {
  text-align: center;
}

div#compare {
  height: 1600px;
}

.compare__section {
  margin-bottom: 75px;
}
.compare__headline, .compare__copy {
  color: #808080;
  font-family: "HelveticaNeueLightRg", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.compare__headline {
  font-size: 32px;
  margin-bottom: 15px;
}
.compare__copy {
  font-size: 16px;
  line-height: 23px;
}
.compare__content {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.compare__item {
  width: 300px;
}
.compare__item-footer {
  margin-top: 20px;
}
.compare__item-footer p {
  color: #808080;
  font-size: 16px;
  line-height: 22px;
  font-family: "HelveticaNeueLightRg", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.compare__background {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.compare__background:hover .compare__overlay-text-bottom {
  max-height: 200px;
  height: auto;
  margin-bottom: 15px;
  margin-top: 14px;
}
.compare__background:hover .compare__overlay {
  background: rgba(1, 1, 1, 0.5);
}
.compare__background:hover .compare__overlay-img {
  opacity: 1;
  transition: 0.35s ease;
  transition-delay: 0.1s;
}
.compare__background:hover .compare__overlay-text img {
  opacity: 1;
  transition: 0.35s ease;
}
.compare__background--no-hover {
  cursor: default;
}
.compare__background--no-hover:hover .compare__overlay {
  background: none;
}
.compare__background--no-hover .compare__overlay-text {
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
}
.compare__gradient {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50%;
  width: 100%;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
}
.compare__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  transition: 0.2s ease;
  z-index: 10;
}
.compare__overlay-text {
  position: absolute;
  bottom: -5px;
  left: 0;
  z-index: 20;
  padding: 0 10px;
  text-align: center;
}
.compare__overlay-text img {
  width: 150px;
  height: auto;
  display: inline-block;
  margin-bottom: 25px;
  opacity: 0;
  transition: 0.15s ease;
}
.compare__overlay-text p {
  margin: 0;
  line-height: 32px;
  font-family: "HelveticaNeueLightRg", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.compare__overlay-text p:first-child {
  font-size: 32px;
}
.compare__overlay-text p:last-child {
  line-height: 18px;
  font-size: 16px;
  margin-top: 0;
}
.compare__overlay-text-top {
  height: auto;
  color: #fff;
}
.compare__overlay-text-top::before {
  content: '';
  width: 70px;
  height: 1px;
  background-color: #fff;
  margin-bottom: 15px;
  display: inline-block;
}
.compare__overlay-text-bottom {
  color: #fff;
  max-height: 0;
  height: auto;
  position: relative;
  margin-top: 15px;
  transition: 0.4s ease;
}

.button {
  color: #fff;
  padding: 3px 5px 0 5px;
  display: inline-block;
  background: #e9b226;
  position: relative;
  font-size: 13px;
  line-height: 19px;
  font-weight: 700;
  text-decoration: none;
  font-family: Arial, "Lucida Grande", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.button:hover, .button:focus {
  color: #fff;
}
.button--arrow {
  padding: 12px 34px 10px 20px;
  font-size: 13px;
  line-height: 23px;
  font-family: Arial, "Lucida Grande", sans-serif;
}
.button--arrow::after {
  content: '';
  right: 20px;
  top: 18px;
  position: absolute;
  width: 7px;
  height: 11px;
  background: url(/site/rmt/media/specialpages/sp_camera/sp_camera_common/sp_camera_common_img/sp_camera_ui_sprite.png) no-repeat transparent;
  background-position: -21px -73px;
}

.pg-main .hide, .pg-main-stage .hide {
  display: none !important;
}
.pg-main.hide, .pg-main-stage.hide {
  display: none !important;
}
.pg-main .invisible, .pg-main-stage .invisible {
  visibility: hidden !important;
}
.pg-main .test-and-wow, .pg-main-stage .test-and-wow {
  display: none;
}
.pg-main .show-touch-and-try .testwow, .pg-main-stage .show-touch-and-try .testwow {
  display: none !important;
}
.pg-main .show-test-and-wow.container, .pg-main-stage .show-test-and-wow.container {
  display: none !important;
}
.pg-main .show-test-and-wow .test-and-wow, .pg-main-stage .show-test-and-wow .test-and-wow {
  display: table-cell;
}
.pg-main .show-test-and-wow .touch-and-try, .pg-main-stage .show-test-and-wow .touch-and-try {
  display: none !important;
}
.pg-main .show-test-and-wow.touch-and-try, .pg-main-stage .show-test-and-wow.touch-and-try {
  display: none !important;
}
.pg-main .action-banner-stage .show + .close-button, .pg-main-stage .action-banner-stage .show + .close-button {
  display: block !important;
}

.no-scroll {
  overflow: hidden;
}
