/**
 * Reset
 */

#lpage {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 18px;
  font-family: 'Fira Sans', 'Arial', 'Helvetiva', sans-serif;
  line-height: 32px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#lpage *,
#lpage *:before,
#lpage *:after {
  color: #474747;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  font-size: inherit;
  margin: 0;
  padding: 0;
  font-family: 'Fira Sans', 'Arial', 'Helvetiva', sans-serif;
}

#lpage img {
  display: block;
  max-width: 100%;
  height: auto;
  float: none;
}

/**
 * Typography
 */

#lpage .h2 {
  margin-top: 34px;
  margin-bottom: 12px;
  font-size: 42px;
  line-height: 46px;
  border: none;
}

#lpage .h3 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 8px;
}

#lpage .h4 {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 5px;
}

#lpage .h3 + .h2,
#lpage .h2:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  #lpage .h2 {
    margin-bottom: 10px;
    font-size: 34px;
    line-height: 40px;
  }

  #lpage .h3 {
  }
}

#lpage p,
#lpage table,
#lpage ul,
#lpage ol,
#lpage dl,
#lpage dd {
  margin-bottom: 15px;
}

#lpage p {
  line-height: 32px;
}

#lpage dd:last-child,
#lpage p:last-child {
  margin-bottom: 0;
}

#lpage dt {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 5px;
}

#lpage a {
  font-weight: normal;
}

#lpage .centered {
  text-align: center;
}

/**
 * Colors
 */

#lpage .c-blue {
  color: #004380;
}

#lpage .c-white {
  color: #fff;
}

#lpage .c-yellow {
  color: #e8cf1d !important;
}

#lpage .bg-grey {
  background-color: #f2f2f2;
}

#lpage .bg-blue {
  background-color: #e5eaf0;
}

/**
 * Borders
 */

#lpage .b-grey {
  border-bottom: 1px solid #eee;
}

#lpage .b-dark-grey {
  border-bottom: 1px solid #d7d7d7;
}

#lpage .e-green {
  border-bottom: 2px solid #1f8646;
}

/**
 * Buttons
 */

#lpage .button {
  padding: 10px 20px 10px 0;
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  background-color: #004380;
  display: inline-block;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#lpage .button:hover {
  background-color: #003361;
}

#lpage .button--green {
  background-color: #fff;
  border: 1px solid #178743;
  border-color: #178743;
  color: #178743;
}
#lpage .button--green:hover {
  border-color: #1f8646;
  background-color: #1f8646;
  color: #fff;
}

#lpage .button--download {
  background-color: #fff;
  color: #004380;
  padding-left: 40px;
  background-image: url('../../787/01/download-blue.svg');
  background-size: 60px;
  background-position: top -4px left -8px;
}

#lpage .button--download:hover {
  background-color: #004380;
  color: #fff;
  background-image: url('../../787/01/download-white.svg');
}

#lpage .button.button--play {
  padding-left: 40px;
  background-image: url('../../787/01/play-icon.png');
  background-size: 24px;
  background-position: top 13px left 10px;
  cursor: pointer;
}

#lpage .button--green.button--play {
  background-image: url('../../787/01/video-green.png');
}
#lpage .button--green.button--play:hover {
  background-image: url('../../787/01/video.png');
}
#lpage .button--inform {
  margin-top: 32px;
  padding: 4px 20px;
  font-size: 18px;
  line-height: 48px;
  color: #fff;
  background-color: #004380;
  display: inline-block;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#lpage .button--inform:hover {
  background-color: #003361;
}

/**
 * Module: Basics
 */

#lpage .module {
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  padding-top: 34px;
}

#lpage .divider {
  clear: both;
  height: 20px;
  background-color: #f2f2f2;
}

@media (min-width: 960px) {
  #lpage .module {
    border-right: 0;
    border-left: 0;
  }
}

#lpage .module.b-grey {
  padding-bottom: 28px;
}

#lpage .content-wrap {
  margin-right: 19px;
  margin-left: 19px;
}

@media (min-width: 960px) {
  #lpage .module:last-child {
    border: none;
  }
}

/**
 * Modul: Steps - So leicht geht es
 */

#lpage .steps {
  padding-bottom: 40px;
}

#lpage .steps-intro p {
  width: 80%;
}

@media (max-width: 719px) {
  #lpage .steps {
    padding-bottom: 5px;
    padding-top: 16px;
  }

  #lpage .steps .h2 {
    display: none;
  }
}

/**
 * Modul: Sicherheit
 */

#lpage .security-items {
  padding-top: 42px;
}

#lpage .security-item-wrapper {
  float: left;
  width: 33.333333%;
  padding-bottom: 44px;
}

#lpage .security-bg-img {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  background-position: center center;
  background-repeat: no-repeat;
}

#security-img-1 {
  background: url('../../787/01/Laptop@2x.png');
  background-size: auto 64px;
}
#security-img-2 {
  background: url('../../787/01/Lock@2x.png');
  background-size: auto 74px;
}
#security-img-3 {
  background: url('../../787/01/Tresor@2x.png');
  background-size: auto 74px;
}

#lpage .security-item-meta {
  padding: 0 18px;
  text-align: center;
}

@media (max-width: 767px) {
  #lpage .security-item-wrapper {
    float: none;
    margin: 0 auto;
    width: 80%;
    padding: 0 0 10px 0;
  }
}

/**
 * Modul: Vertrauen
 */

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

#lpage .trust-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 60px 0;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
}

.trust-item {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}

#lpage .trust-item img {
  width: 170px;
  margin: 0 auto !important;
}

@media (max-width: 767px) {
  .trust-item {
    -ms-flex-preferred-size: 33.333333%;
    flex-basis: 33.333333%;
  }
}

@media (max-width: 585px) {
  .trust-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  #lpage .trust-item img {
    margin: 0 auto;
  }
}

/**
 * Modul: Zufriedenheit
 */

#lpage .zufrieden {
  background-color: #454545;
}

#lpage .zufrieden h3 {
  margin-bottom: 20px;
}

#lpage .zufrieden p,
#lpage .zufrieden ol li,
#lpage .zufrieden ol li span {
  color: #fff;
}

#lpage .zufrieden ol li span {
  font-weight: normal;
}

#lpage .zufrieden .button {
  margin-top: 20px;
  margin-bottom: 40px;
}

#lpage .zufrieden ol li {
  display: list-item;
  list-style: decimal;
  list-style-position: inside;
  font-weight: bold;
}
#lpage .zufrieden ol li:not(:last-child) {
  margin-bottom: 16px;
}

#lpage .zufrieden-button {
  text-align: center;
}

@media (min-width: 720px) {
  #lpage .zufrieden {
    min-height: 580px;
    background-color: #454545;
    background-image: url('../../787/01/man-bg.png');
    background-repeat: no-repeat;
    background-position: bottom left;
  }

  #lpage .zufrieden h3 {
    margin-left: 238px;
  }

  #lpage .zufrieden-wrap {
    margin-right: 30px;
    margin-left: 238px;
  }

  #lpage .zufrieden ol {
    padding-left: 28px;
  }

  #lpage .zufrieden ol li {
    list-style-position: outside;
    padding-left: 10px;
  }

  #lpage .zufrieden ol + p,
  #lpage .zufrieden .button {
    margin-left: 38px;
  }

  #lpage .zufrieden-button {
    text-align: left;
  }
}

@media (min-width: 960px) {
  #lpage .zufrieden {
    min-height: 548px;
  }

  #lpage .zufrieden-wrap,
  #lpage .zufrieden .h2,
  #lpage .zufrieden h3 {
    margin-left: 315px;
  }

}

/**
 * Modul: BelegManager-App
 */

#belegmanager .h2 {
  margin-bottom: 20px;
}

@media (min-width: 720px) {
  #belegmanager .check-list-item {
    margin-left: 20px;
    padding-left: 40px;
  }

  #belegmanager .check-list {
    margin-bottom: 40px;
  }
}

@media (max-width: 719px) {
  #belegmanager .manager-steps {
  }
}

#belegmanager .manager-steps img {
  margin: 0 auto;
}

#belegmanager .manager-steps .h3 {
  margin-left: 20px;
  margin-bottom: 20px;
}

#belegmanager .manager-steps img.steps-img--desktop {
  display: none;
}

@media (min-width: 960px) {
  #belegmanager .manager-steps img.steps-img--mobile {
    display: none;
  }
  #belegmanager .manager-steps img.steps-img--desktop {
    display: block;
    margin: 0 auto;
  }
}

#belegmanager .manager-footer {
  margin: 30px 0;
}

@media (max-width: 719px) {
  #belegmanager .manager-footer {
    text-align: center;
  }
}

#belegmanager .button.button--play {
  line-height: 38px;
  background-size: 24px;
  background-position: top 16px left 10px;
  cursor: pointer;
}

/* Apps herunterladen */

#belegmanager .apps {
  padding-top: 20px;
  padding-bottom: 40px;
}

#belegmanager .apps h4 {
  text-align: center;
}

#belegmanager .apps a img {
  display: inline;
  max-width: 55%;
}

#belegmanager .apps-icons {
  text-align: center;
  overflow: hidden;
  padding-top: 20px;
}

@media (min-width: 720px) {
  #belegmanager .apps {
    padding-top: 0;
    overflow: hidden;
    display: none;
  }

  #belegmanager .apps.apps-bottom {
    display: block;
    padding-top: 40px;
  }

  #belegmanager .apps-icons {
    text-align: center;
    overflow: hidden;
  }

  #belegmanager .apps a {
    display: inline-block;
    width: 140px;
  }

  #belegmanager .apps a img {
    max-width: 100%;
  }
}

@media (min-width: 960px) {
  #belegmanager .apps strong {
    line-height: 58px;
  }

  #belegmanager .apps a {
    width: 215px;
  }

  #belegmanager .apps a img {
    width: 195px;
  }
}

/**
 * Placeholder
 */

#belegmanager .placeholder {
  margin: 20px;
}

#belegmanager .placeholder .placeholder-canvas {
  border-radius: 4px;
  background-color: #262626;
  padding: 20px 20px 122px 20px;
  overflow: hidden;
  background-image: url('http://www.steuertipps.de/pictures/product/tabs/689/02/apps.png');
  background-repeat: no-repeat;
  background-position: center bottom 16px;
}

#belegmanager .placeholder .placeholder-text {
  color: #fff;
  text-align: center;
}
#belegmanager .placeholder .placeholder-text strong {
  font-size: 24px;
  line-height: 30px;
  display: block;
}
#belegmanager .placeholder .placeholder-text p {
  font-size: 16px;
  line-height: 22px;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}

@media (min-width: 720px) {
  #belegmanager .placeholder .placeholder-canvas {
    border-radius: 4px;
    background-color: #262626;
    padding: 20px 20px 20px 20px;
    overflow: hidden;
    background-image: url('http://www.steuertipps.de/pictures/product/tabs/689/02/apps.png');
    background-repeat: no-repeat;
    background-position: center left 20px;
    height: 140px;
  }

  #belegmanager .placeholder .placeholder-text {
    text-align: left;
    margin-left: 230px;
    margin-top: 24px;
  }

  #belegmanager .placeholder .placeholder-text p {
    max-width: 100%;
    margin: auto;
  }
}

/**
 * Modul: Installation
 */

#lpage .easy h3 {
  margin-bottom: 31px;
}

#lpage .easy-nav {
  margin-right: -19px;
  margin-bottom: 20px;
  margin-left: -19px;
  overflow: hidden;
  border-top: 1px solid #eee;
}
@media (min-width: 720px) {
  #lpage .easy-nav {
    margin-right: 0;
    margin-left: 0;
  }
}

#lpage .easy-nav-item {
  width: 50%;
  float: left;
  position: relative;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #eee;
  color: #7f7f7f;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
#lpage .easy-nav-item:hover,
#lpage .easy-nav-item.is-active span {
  color: #004380;
}
#lpage .easy-nav-item:hover:after,
#lpage .easy-nav-item.is-active:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #097bc5;
}

#lpage .easy-nav-item span {
  display: block;
}
#lpage .easy-nav-item:not(:first-child) span {
  border-left: 1px solid #eee;
}

#lpage .easy-list {
  width: 80%;
  margin: 0;
  padding: 0;
}
#lpage .easy-list:not(:first-child) {
  display: none;
}

#lpage .easy-list li {
  padding-left: 58px;
  margin-bottom: 16px;
  display: block;
  background-image: url('../../787/01/easy-steps.png');
  background-repeat: no-repeat;
  background-size: 40px 460px;
  min-height: 40px;
  list-style-type: none;
}
#lpage .easy-list li:nth-child(1) {
  background-position: left top;
}
#lpage .easy-list li:nth-child(2) {
  background-position: left -140px;
}
#lpage .easy-list li:nth-child(3) {
  background-position: left -280px;
}
#lpage .easy-list li:nth-child(4) {
  background-position: left -420px;
}

#lpage .easy-list .button {
  margin-top: 15px;
}

/**
 * Modul: Elster-Formular
 */

#lpage #elsterformular {
  background-image: url('../../787/01/elsterformular.jpg');
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  background-color: #429ed6;
}

.elsterformular {
  min-height: 477px;
}

.elster-content {
  width: 66%;
  padding: 10px 0;
}

@media (max-width: 575px) {
  #lpage #elsterformular {
    background-image: none;
  }

  .elster-content {
    width: 100%;
    text-align: center;
  }

  #lpage .button--inform {
    margin: 20px auto;
  }
}

/*+
  * Modul: VaSt
  */

#vor-steuererklaerung .steuer-header {
  margin-bottom: 0;
}

#vor-steuererklaerung .content-wrap p {
  margin-bottom: 40px;
}

#vor-steuererklaerung .steuer-steps {
  padding: 30px 30px 30px 55px;
}

#vor-steuererklaerung .vast-steps {
}

#vor-steuererklaerung .vast-step {
  margin-bottom: 30px;
}

#vor-steuererklaerung .vast-step:not(:last-child) {
  position: relative;
}

#vor-steuererklaerung .vast-step:not(:last-child):after {
  position: absolute;
  top: 48px;
  left: 23px;
  bottom: -30px;
  width: 1px;
  background-color: #d6d6d6;
  content: '';
}

#vor-steuererklaerung .vast-step-img {
  display: inline-block;
  vertical-align: middle;
  background: #429ed6;
  border-radius: 50%;
  width: 48px;
  height: 48px;
}

@media (min-width: 768px) {
  #vor-steuererklaerung .vast-wrap {
    overflow: hidden;
  }

  #vor-steuererklaerung .vast-content {
    width: 50%;
    float: left;
  }

  #vor-steuererklaerung .vast-steps {
    width: 50%;
    float: right;
  }

  #vor-steuererklaerung .vast-step {
    margin-left: 40px;
  }
}

@media (min-width: 960px) {
  #vor-steuererklaerung .vast-content {
    width: 60%;
    float: left;
  }

  #vor-steuererklaerung .vast-steps {
    width: 40%;
    float: right;
  }

  #vor-steuererklaerung .steuer-header {
    margin-bottom: 20px;
  }
}

/**
 * Modul: Datenuebernahme / Mehr
 */

#lpage .erklaerung h3 {
  margin-bottom: 0;
}

#lpage .data,
#lpage .erklaerung {
  overflow: hidden;
}

#lpage .data .module-aside,
#lpage .erklaerung .module-aside {
  background-repeat: no-repeat;
}

#lpage .data .module-aside {
  margin-top: 20px;
  padding-top: 173px;
  background-image: url('../../787/01/datenuebernahme.png');
  background-size: 160px auto;
  background-position: center top;
  min-height: 148px;
}

@media (min-width: 720px) {
  #lpage .data .module-aside,
  #lpage .erklaerung .module-aside {
    margin-top: 32px;
    padding-left: 258px;
  }

  #lpage .data .module-aside {
    margin-top: 0;
    padding-top: 0;
    background-position: center left 57px;
  }

  #lpage .erklaerung .module-aside {
    background-image: url('../../787/01/erklaerung.png');
    background-size: 116px auto;
    background-position: center left 71px;
  }
}

@media (min-width: 960px) {
  #lpage .data .module-aside,
  #lpage .erklaerung .module-aside {
    margin-top: 40px;
    padding-left: 314px;
  }

  #lpage .data .module-aside {
    background-position: center left 85px;
  }

  #lpage .erklaerung .module-aside {
    background-position: center left 99px;
  }
}

/**
 * Checklist
 */

#lpage .check-list-item {
  padding-left: 32px;
  margin-bottom: 13px;
  display: block;
  list-style-type: none;
  background-position: top 2px left;
  background-image: url('../../787/01/check.svg');
  background-repeat: no-repeat;
  background-size: 18px auto;
}

/**
 * Steps Slider
 */

#lpage .steps-slider {
  margin: 20px 5px 0;
}
@media (min-width: 720px) {
  #lpage .steps-slider {
    margin: 40px 20px 0;
  }
}

#lpage .steps-slider-nav {
  position: relative;
  overflow: hidden;
  padding-bottom: 3px;
}

#lpage .steps-loader {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20%;
  height: 2px;
  background-color: #f94355;
  -webkit-transition: width 0.2s ease-out;
  -o-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}

#lpage .steps-slider-nav a {
  float: left;
  display: block;
  width: 20%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #004380;
  background-color: #fafafa;
  font-weight: normal;
  -webkit-transition: background 0.2s ease-out, color 0.2s ease-out;
  -o-transition: background 0.2s ease-out, color 0.2s ease-out;
  transition: background 0.2s ease-out, color 0.2s ease-out;
}
#lpage .steps-slider-nav a.is-active {
  background-color: #fff;
  color: #474747;
}

#lpage .steps-slider-nav a:not(.is-active) span {
  color: #004380;
}

@media (max-width: 719px) {
  #lpage .steps-slider-nav a span {
    display: none;
  }
}

#lpage .steps-slides {
  margin-bottom: 0;
  padding: 25px 15px;
  background-color: #fff;
  position: relative;
}

#lpage .steps-slide-item {
  display: block;
  list-style-type: none;
}
#lpage .steps-slide-item:not(:first-child) {
  display: none;
}

#lpage .steps-slide-item .slide-img {
  display: inline;
  border: 0;
  margin: 0 auto 18px;
  max-width: 85.5%;
  height: auto;
}

@media (min-width: 720px) {
  #lpage .steps-slide-item {
    overflow: hidden;
  }

  #lpage .steps-slide-item .slide-img {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }

  #lpage .steps-slide-item .slide-text {
    float: left;
    width: 280px;
    margin-left: 20px;
  }
}

@media (min-width: 960px) {
  #lpage .steps-slides {
    min-height: 264px;
  }

  #lpage .steps-slide-item .slide-text {
    width: 640px;
    margin-left: 25px;
  }

  #lpage .steps-slide-item .button {
    left: 40px;
    bottom: 32px;
  }
}

#lpage .slide-visual {
  text-align: center;
  position: relative;
}

#lpage #one .slide-arrow.previous,
#lpage #five .slide-arrow.next {
  display: none;
}

#lpage .slide-visual .slide-arrow {
  position: absolute;
  top: 50%;
  left: -8px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20px;
  width: 13px;
  background-repeat: no-repeat;
  background-image: url('../../787/01/slide-arrows.png');
  background-size: 13px;
  background-position: top left;
}

#lpage .slide-visual .slide-arrow.next {
  background-position: bottom left;
  right: -8px;
  left: auto;
}

@media (min-width: 720px) {
  #lpage .slide-visual {
    position: inherit;
    float: right;
    width: 290px;
    padding-right: 20px;
  }

  #lpage .slide-visual .slide-arrow {
    left: 6px;
  }

  #lpage .slide-visual .slide-arrow.next {
    right: 6px;
  }
}

@media (min-width: 960px) {
  #lpage .slide-visual {
    width: 380px;
    padding-right: 25px;
  }
}

/**
 * Gallery
 */

#video-gallery {
  display: none;
}

#lpage #video-gallery .embed-container {
  position: relative;
  padding-bottom: 56.25% !important;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

#lpage #video-gallery .embed-container iframe,
#lpage #video-gallery .embed-container object,
#lpage #video-gallery .embed-container embed {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#video-gallery .inner {
  z-index: 101;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 600px;
  background: #fff;
  border-radius: 4px;
  padding-bottom: 150px;
  max-height: 100%;
  overflow-y: auto;
}

#video-gallery .inner-target {
  margin: 20px;
}

#video-gallery .inner-slider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 160px;
  padding: 0 10px;
}
@media (min-width: 600px) {
  #video-gallery .inner-slider {
    padding: 0 20px;
  }
}

#video-gallery .slider-entry {
  margin-top: 10px;
  height: 150px;
  text-align: center;
  padding: 0 20px;
  font-size: 14px;
  line-height: 1.2;
}

#video-gallery .slider-entry img {
  display: block;
  margin: 0 auto 12px;
}

#video-gallery .slider-entry p {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 230px;
}

#video-gallery .slick-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 0;
  background: none;
  color: transparent;
  height: 30px;
  width: 30px;
  outline: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 23px 24px;
  background-image: url('../../../../shop/product/icon_slider_left.png');
  text-indent: -999px;
}
#video-gallery .slick-next {
  left: auto;
  right: 0;
  background-image: url('../../../../shop/product/icon_slider_right.png');
}

#video-gallery .shadow {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.625);
}
