.orange {
  color: #ff8000; }

.navbar-fixed-top {
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% auto;
  border: none;
  height: 80px; }
  .navbar-fixed-top .navbar-collapse {
    border-bottom: 1px solid;
    border-color: rgba(255, 255, 255, 0.3); }
  .navbar-fixed-top .in, .navbar-fixed-top .collapsing {
    background: #000; }
  .navbar-fixed-top .navbar-toggle {
    border-color: #fff; }
    .navbar-fixed-top .navbar-toggle .icon-bar {
      background-color: #fff; }
    .navbar-fixed-top .navbar-toggle:hover, .navbar-fixed-top .navbar-toggle:focus {
      background-color: #ff8000; }

.navbar-brand {
  float: left;
  padding: 0;
  vertical-align: middle;
  font-size: 0;
  background: url("../../images/logo_screen.png") no-repeat 15px 0px;
  height: 60px;
  width: 100px;
  margin-top: 20px;
  padding-left: 15px;
  position: relative;
  z-index: 3; }

.mobile-lang {
  margin-left: auto;
  margin-right: auto;
  display: none;
  height: 80px; }
  .mobile-lang li {
    float: left; }
    .mobile-lang li a, .mobile-lang li span {
      padding-right: 0;
      padding-left: 10px;
      line-height: 25px;
      font-size: 25px;
      position: relative;
      display: inline-block;
      margin-top: 27.5px;
      padding: 0; }
      .mobile-lang li a:hover, .mobile-lang li span:hover {
        background: transparent; }
    .mobile-lang li.active span {
      color: #ff8000; }
    .mobile-lang li.en:before {
      content: "|";
      color: #fff;
      position: absolute;
      top: 18px;
      font-size: 30px;
      margin-left: 7px; }
    .mobile-lang li.en a, .mobile-lang li.en span {
      padding-left: 19px; }

#navbar {
  position: relative;
  z-index: 1; }
  #navbar .navbar-nav {
    position: relative;
    z-index: 2;
    bottom: -2px; }
    #navbar .navbar-nav li {
      height: 80px;
      z-index: 2; }
      #navbar .navbar-nav li a, #navbar .navbar-nav li span {
        font-size: 25px;
        padding-bottom: 20px;
        margin-right: 0; }
        #navbar .navbar-nav li a:hover, #navbar .navbar-nav li span:hover {
          color: #ff8000; }
      #navbar .navbar-nav li.active {
        border-bottom: 3px solid #ff8000; }
  #navbar .navbar-right {
    margin-right: 0; }
    #navbar .navbar-right .navbar-text {
      margin-left: 0;
      margin-right: 0;
      float: none; }
    #navbar .navbar-right li a, #navbar .navbar-right li span {
      padding-right: 0;
      padding-left: 10px;
      line-height: 25px;
      position: relative;
      display: block; }
    #navbar .navbar-right li.active {
      border-bottom: 0; }
      #navbar .navbar-right li.active span {
        color: #ff8000; }
    #navbar .navbar-right li.en:before {
      content: "|";
      color: #fff;
      position: absolute;
      top: 18px;
      font-size: 30px;
      margin-left: 7px; }
    #navbar .navbar-right li.en a, #navbar .navbar-right li.en span {
      padding-left: 19px; }
  #navbar.in .navbar-nav li {
    height: auto; }
  #navbar.in .navbar-right {
    display: none; }

h1 {
  font-family: "Lato";
  text-transform: uppercase;
  color: #ff8000;
  font-weight: 600; }

html {
  height: 100%; }

body {
  position: relative;
  min-height: 100%;
  padding-top: 70px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% auto; }
  body:after {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: -1;
    content: url(/images/icon_agb_black.svg) url(/images/icon_kontakt_black.svg) url(/images/icon_faq_black.svg) url(/images/icon_pdf_orange.svg); }

.home {
  background-image: url(../../images/screen_hintergrund_00_startseite.jpg); }
  .home .navbar-fixed-top {
    background-image: url(../../images/screen_hintergrund_00_startseite.jpg); }

.faq, .legal, .contact {
  background-image: url(../../images/screen_hintergrund_01_faq_02_agb_03_kontakt.jpg); }
  .faq .navbar-fixed-top, .legal .navbar-fixed-top, .contact .navbar-fixed-top {
    background-image: url(../../images/screen_hintergrund_01_faq_02_agb_03_kontakt.jpg); }

.imprint, .privacy {
  background-image: url(../../images/screen_hintergrund_04_datenschutz_05_impressum.jpg); }
  .imprint .navbar-fixed-top, .privacy .navbar-fixed-top {
    background-image: url(../../images/screen_hintergrund_04_datenschutz_05_impressum.jpg); }

.jumbotron {
  margin-top: 150px; }
  .jumbotron a {
    color: #ff8000; }
    .jumbotron a:hover, .jumbotron a:active {
      text-decoration: underline; }

.content-wrapper {
  background: rgba(0, 0, 0, 0.15);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, black 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.15)), color-stop(100%, black));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, black 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, black 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, black 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, black 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
  min-height: 250px;
  position: relative;
  margin-top: 40px;
  width: 100%;
  bottom: 0;
  height: auto; }

.content {
  padding-top: 40px;
  padding-bottom: 40px; }
  .content a {
    color: #ff8000; }
    .content a:hover, .content a:active {
      text-decoration: underline; }

.footer {
  position: absolute;
  bottom: 0px;
  min-height: 150px;
  background: #ff8000;
  width: 100%; }
  .footer p {
    padding-top: 40px;
    padding-bottom: 40px; }
  .footer a {
    display: inline-block;
    font-size: 25px;
    font-family: "Lato"; }
    .footer a:after {
      content: "";
      display: table;
      clear: both; }
    .footer a:hover {
      color: #000; }
    .footer a.active {
      color: #000; }
    .footer a:before {
      float: left;
      width: 25px;
      height: 40px;
      margin-right: 10px; }
    .footer a:hover:before, .footer a:active:before {
      content: url("/images/icon_pdf_orange.svg"); }
    .footer a.icon-agb:before, .footer a.icon-legal:before {
      content: url("/images/icon_agb.svg"); }
    .footer a.icon-agb:hover:before, .footer a.icon-agb:active:before, .footer a.icon-agb.active:before, .footer a.icon-legal:hover:before, .footer a.icon-legal:active:before, .footer a.icon-legal.active:before {
      content: url("/images/icon_agb_black.svg"); }
    .footer a.icon-faq:before, .footer a.icon-faqs:before {
      content: url("/images/icon_faq.svg"); }
    .footer a.icon-faq:hover:before, .footer a.icon-faq:active:before, .footer a.icon-faq.active:before, .footer a.icon-faqs:hover:before, .footer a.icon-faqs:active:before, .footer a.icon-faqs.active:before {
      content: url("/images/icon_faq_black.svg"); }
    .footer a.icon-contact:before, .footer a.icon-kontakt:before {
      content: url("/images/icon_kontakt.svg"); }
    .footer a.icon-contact:hover:before, .footer a.icon-contact:active:before, .footer a.icon-contact.active:before, .footer a.icon-kontakt:hover:before, .footer a.icon-kontakt:active:before, .footer a.icon-kontakt.active:before {
      content: url("/images/icon_kontakt_black.svg"); }

.faq .nav-tabs {
  border-bottom: none; }
  .faq .nav-tabs li {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
    .faq .nav-tabs li a {
      text-transform: uppercase;
      border-color: transparent;
      background-color: transparent;
      color: #fff; }
      .faq .nav-tabs li a:hover, .faq .nav-tabs li a:focus, .faq .nav-tabs li a:active {
        background: none;
        color: #ff8000;
        border-color: transparent; }
      .faq .nav-tabs li a.center-li {
        border-right: 1px solid rgba(255, 255, 255, 0.3);
        border-left: 1px solid rgba(255, 255, 255, 0.3); }
    .faq .nav-tabs li.active {
      border-bottom: 1px solid transparent; }
      .faq .nav-tabs li.active a {
        color: #ff8000; }
.faq #accordion-cards a, .faq #accordion-customer a, .faq #accordion-merchants a {
  color: #ff8000; }
  .faq #accordion-cards a:hover, .faq #accordion-customer a:hover, .faq #accordion-merchants a:hover {
    text-decoration: underline; }
.faq #accordion-cards h4, .faq #accordion-customer h4, .faq #accordion-merchants h4 {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 1em; }
  .faq #accordion-cards h4 span, .faq #accordion-customer h4 span, .faq #accordion-merchants h4 span {
    margin-right: 10px;
    height: 40px;
    display: inline-block;
    float: left; }
.faq #accordion-cards .panel-body, .faq #accordion-customer .panel-body, .faq #accordion-merchants .panel-body {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 20px; }
.faq #collapse-tabs-0 .panel-heading {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 12.5px;
  padding-top: 12.5px;
  text-transform: uppercase;
  clear: both; }
.faq #collapse-tabs-0 #collapse-cards .panel-heading, .faq #collapse-tabs-0 #collapse-customer .panel-heading, .faq #collapse-tabs-0 #collapse-merchants .panel-heading {
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 0;
  text-transform: none; }

.imprint h2, .legal h2, .privacy h2 {
  color: #ff8000;
  font-size: 1em; }
  .imprint h2.first, .legal h2.first, .privacy h2.first {
    margin-top: 0; }

.legal .pdf h2, .privacy .pdf h2 {
  text-transform: uppercase;
  margin-bottom: 30px; }
.legal .pdf p, .privacy .pdf p {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7); }
.legal .pdf a, .privacy .pdf a {
  color: #fff; }
  .legal .pdf a:after, .privacy .pdf a:after {
    content: "";
    display: table;
    clear: both; }
  .legal .pdf a:before, .privacy .pdf a:before {
    content: url("/images/icon_pdf.svg");
    float: left;
    width: 2em;
    height: 2em;
    margin-right: 10px;
    margin-bottom: 30px; }
  .legal .pdf a:hover, .legal .pdf a:active, .privacy .pdf a:hover, .privacy .pdf a:active {
    color: #ff8000;
    text-decoration: none; }
    .legal .pdf a:hover:before, .legal .pdf a:active:before, .privacy .pdf a:hover:before, .privacy .pdf a:active:before {
      content: url("/images/icon_pdf_orange.svg"); }

@media (max-width: 767px) {
  .mobile-lang {
    display: block; }

  .footer p {
    border-bottom: 1px solid rgba(255, 255, 255, 0.7); }

  .faq .panel-group h4 a {
    color: #fff; }
    .faq .panel-group h4 a:hover {
      text-decoration: none;
      color: #ff8000; }
  .faq .panel-group .active h4 a {
    color: #ff8000; } }
@media (max-width: 768px) {
  .home {
    background-image: url(../../images/mobile_hintergrund_00_startseite.jpg); }
    .home .navbar-fixed-top {
      background-image: url(../../images/mobile_hintergrund_00_startseite.jpg); }

  .faq, .legal, .contact {
    background-image: url(../../images/mobile_hintergrund_01_faq_03_kontakt.jpg); }
    .faq .navbar-fixed-top, .legal .navbar-fixed-top, .contact .navbar-fixed-top {
      background-image: url(../../images/mobile_hintergrund_01_faq_03_kontakt.jpg); }

  .imprint, .privacy {
    background-image: url(../../images/mobile_hintergrund_01_faq_03_kontakt.jpg); }
    .imprint .navbar-fixed-top, .privacy .navbar-fixed-top {
      background-image: url(../../images/mobile_hintergrund_01_faq_03_kontakt.jpg); } }
@media (max-width: 380px) {
  h1 {
    font-size: 37px; } }
@media (min-width: 768px) and (max-width: 990px) {
  #navbar .navbar-nav li a, #navbar .navbar-nav li span {
    font-size: 20px; } }
@media (min-width: 768px) and (max-width: 1100px) {
  .home {
    background-image: url(../../images/tablet_hintergrund_00_startseite.jpg); }
    .home .navbar-fixed-top {
      background-image: url(../../images/tablet_hintergrund_00_startseite.jpg); }

  .faq, .legal, .contact {
    background-image: url(../../images/tablet_hintergrund_01_faq_03_kontakt.jpg); }
    .faq .navbar-fixed-top, .legal .navbar-fixed-top, .contact .navbar-fixed-top {
      background-image: url(../../images/tablet_hintergrund_01_faq_03_kontakt.jpg); }

  .imprint, .privacy {
    background-image: url(../../images/tablet_hintergrund_01_faq_03_kontakt.jpg); }
    .imprint .navbar-fixed-top, .privacy .navbar-fixed-top {
      background-image: url(../../images/tablet_hintergrund_01_faq_03_kontakt.jpg); } }

/*# sourceMappingURL=cab.css.map */
