@charset "UTF-8";
/* COLORS */
/*black*/
/*white*/
/*dark grey*/
/*light grey*/
/*grey*/
/*orane*/
/*orane*/
/*dark blue*/
/*light blue*/
/*green*/
/*purple*/
/*Navigation widht*/
/** OVERWRITE BOOTSTRAP **/
/** QUOTE **/
@font-face {
  font-family: 'Source Sans Pro';
  src: url("fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf");
  font-style: normal; }
@font-face {
  font-family: 'Source Sans Pro';
  src: url("fonts/Source_Sans_Pro/SourceSansPro-Italic.ttf");
  font-style: italic; }
@font-face {
  font-family: 'Source Sans Pro';
  src: url("fonts/Source_Sans_Pro/SourceSansPro-Light.ttf");
  font-style: normal;
  font-weight: lighter; }
@font-face {
  font-family: 'Source Sans Pro';
  src: url("fonts/Source_Sans_Pro/SourceSansPro-Bold.ttf");
  font-style: normal;
  font-weight: bold; }
@font-face {
  font-family: 'Source Sans Pro Semibolditalic';
  src: url("fonts/Source_Sans_Pro/SourceSansPro-Semibolditalic.ttf"); }
/* Nunito*/
@font-face {
  font-family: 'Nunito';
  src: url("fonts/Nunito/Nunito-Bold.ttf");
  font-style: normal;
  font-weight: bold; }
@font-face {
  font-family: 'Nunito';
  src: url("fonts/Nunito/Nunito-Light.ttf");
  font-style: normal;
  font-weight: lighter; }
@font-face {
  font-family: 'Nunito';
  src: url("fonts/Nunito/Nunito-Regular.ttf");
  font-style: normal;
  font-weight: normal; }

/* OVERLAY FOR CONVERCUS */

/*.page-home.desktop .choose_box .page.home .navigation.nav-pos,*/
/*.page-home.desktop .choose_box .page.home .content.nav-pos {*/
    /*display: none;*/
/*}*/


@media only screen and (max-width: 500px) {
    .choose_box .buttons_pfm_cvs {
        width: auto;
        margin-top: 50px;
    }

    .choose_box .buttons_pfm_cvs .pfm_site {
        margin: 0 auto;
        float: none;
        width: fit-content;
    }

    .choose_box .buttons_pfm_cvs .pfm_logo {
        width: 100px;
        display: block;
        margin: 0 auto;
    }

    .choose_box .buttons_pfm_cvs .convercus_site {
        margin: 0 auto;
        float: none;
        width: fit-content;
    }

    .choose_box .buttons_pfm_cvs .convercus_logo {
        width: 106px;
        display: block;
        margin: 0 auto;
    }

    .pfm_site .go_to_pfm {
        margin: 30px 30px 60px 30px;
        font-size: 18px;
        font-weight: bold;
        display: block;
        color: white;
    }

    .convercus_site .go_to_convercus:visited {
        color: rgb(140, 175, 203);
        margin: 30px 30px 0 30px;
        font-size: 18px;
        font-weight: bold;
        display: block;
    }

    .convercus_site .go_to_convercus {
        color: rgb(140, 175, 203);
        margin: 30px 30px 0 30px;
        font-size: 18px;
        font-weight: bold;
        display: block;
    }
}

.pfm_site {
    float: left;
    width: 50%;
}

.convercus_site {
    float: right;
    width: 50%;
}

.buttons_pfm_cvs {
    width: 600px;
    height: 300px;
    z-index: 9999;
    margin: 0 auto;
    margin-top: 200px;
}

.buttons_pfm_cvs .pfm_logo {
    width: 100px;
    margin-left: 75px;
    margin-top: 50px;
}



.buttons_pfm_cvs .convercus_logo {
    width: 106px;
    margin-left: 115px;
    margin-top: 50px;
}


.fixed{
    position: fixed;
}

.choose_box {
    background-color: rgba(0,0,0, 0.9);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
}

.go_to_pfm {
    margin: 40px;
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: white;
}

.go_to_convercus {
    color: rgb(140, 175, 203);
    margin-top: 40px;
    float: right;
    font-size: 18px;
    font-weight: bold;
}

.go_to_convercus:visited {
    color: rgb(140, 175, 203);
    margin-top: 40px;
    float: right;
    font-size: 18px;
    font-weight: bold;
}

.go_to_convercus:hover {
    color: rgb(140, 175, 203);
}

.explain {
    width: 300px;
    font-size: 14px;
    margin-left: 30px;
    color: rgb(140, 175, 203);

}


    /* browser prefixes */
/* add the browser prefixes to a certain property */
/* add the browser prefixes to a certain property */
/** OVERWRITE DEFAULTS **/
* {
  -webkit-font-smoothing: antialiased; }

ul,
p {
  font-size: 18px; }

p,
h2 {
  text-align: center; }

p.left,
h2.left {
  text-align: left; }

p.right,
h2.right {
  text-align: right; }

h2 {
  text-transform: uppercase;
  padding: 30px 0; }

.fromApp .conditions h2 {
  font-size: 22px; }

@media screen and (max-width: 400px) {
  h2 {
    font-size: 22px; } }
h4 {
  text-align: center;
  font-weight: bold; }

a {
  color: #f7931e; }

a h3 {
  color: #484848; }

a:active,
a:hover {
  color: #f7931e; }

a:visited {
  color: #c0262c; }

a.btn:visited {
  color: #FFFFFF; }

ul, ol {
  margin: 0;
  text-align: left;
  padding: 0 0 0 18px; }

label {
  font-weight: normal;
  display: inline-block;
  width: 100%;
  padding: 0 0 5px 0; }

img.image {
  width: 100%;
  cursor: pointer; }

textarea,
select,
input[type=password],
input[type=number],
input[type=email],
input[type=tel],
input[type=text] {
  width: 100%;
  background: #eeeeee;
  border: none;
  height: 35px;
  padding: 0 5px;
  border: 1px solid #eeeeee;
  border-radius: 0px;
  box-shadow: 0;
  background: transparent; }

textarea {
  padding: 5px;
  height: auto; }

select.form-control {
  border-radius: 0; }

blockquote {
  text-transform: none;
  display: inline-block;
  padding: 0 0 0 20px;
  border: none; }

blockquote:before {
  content: '"';
  display: inline-block;
  width: 20px;
  margin: 0 0 0 -20px; }

blockquote:after {
  content: '"'; }

/** OVERWRITE BOOTSTRAP **/
strong {
  font-weight: bolder; }

.btn {
  border-radius: 20px; }

.btn-danger {
  color: #FFFFFF;
  background-color: #c0262c;
  border-color: #c0262c; }

button .glyphicon {
  margin-right: 7px; }

.row {
  padding: 100px 0; }
  .row .row {
    padding: 0; }
  .row [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px; }
  .row .no-padding {
    padding-top: 0;
    padding-bottom: 0; }

.danger {
  color: #c0262c; }

.ok {
  color: #a1cd3a; }

.block {
  text-align: justify; }

.alert {
  border: 1px solid #f7931e;
  border-radius: 0;
  display: none; }

.alert.show {
  display: block; }

.alert.error {
  border: 1px solid #c0262c; }

.alert.success {
  border: 1px solid #a1cd3a; }

.ring {
  border: 1px solid #F9F9F9;
  border-radius: 30px;
  -webkit-animation: pulsate 1s ease-out;
  -moz-animation: pulsate 1s ease-out;
  -ms-animation: pulsate 1s ease-out;
  -o-animation: pulsate 1s ease-out;
  animation: pulsate 1s ease-out;
  -webkit-animation: pulsate 1s ease-out;
  -moz-animation: pulsate 1s ease-out;
  -ms-animation: pulsate 1s ease-out;
  -o-animation: pulsate 1s ease-out;
  animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: 4;
  -moz-animation-iteration-count: 4;
  -ms-animation-iteration-count: 4;
  -o-animation-iteration-count: 4;
  animation-iteration-count: 4;
  opacity: 0.0;
  height: 35px;
  width: 35px;
  position: absolute;
  box-sizing: border-box;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s; }

.ring.b {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -ms-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  animation-delay: 1.2s; }

.ring.infinite {
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

#smartbanner.android .sb-button span {
  height: 100%;
  overflow: hidden; }

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0.0; }
  50% {
    opacity: 1.0; }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0.0; } }
.small {
  font-size: 10px; }

.strong {
  font-size: 16px; }

.hr {
  background: #f5f5f5;
  height: 1px;
  width: 100%; }

.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 60px 0 0;
  border-color: #f7931e transparent transparent transparent; }

ul.check li {
  list-style: none;
  font-size: 25px;
  line-height: 60px; }
  ul.check li:before {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e013";
    margin-right: 22px; }

.page.loading .intro {
  min-height: 1200px; }

.tooltip-inner {
  background: #FFFFFF;
  border: 1px solid #c0262c;
  color: #484848; }

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #c0262c; }

.tooltip.left .tooltip-arrow {
  border-left-color: #c0262c; }

.tooltip.top .tooltip-arrow {
  border-top-color: #c0262c; }

.tooltip.right .tooltip-arrow {
  border-right-color: #c0262c; }

@media (min-width: 768px) {
  h1 {
    font-size: 45px; } }
@media (min-width: 1170px) {
  h2 {
    font-size: 40px; }

  h1 {
    font-size: 68px; } }
/* EURO CIS SPEZIAL */
.page.customer .shadow .euro_cis img {
  margin-top: 40px; }
.page.customer .shadow .euro_cis p {
  font-size: 20px;
  margin-top: 15px; }

.page .navigation .euro_cis,
.page .navigation .header-contact .euro_cis {
  text-align: right; }
  .page .navigation .euro_cis p,
  .page .navigation .header-contact .euro_cis p {
    color: #FFFFFF;
    font-size: 12px;
    text-align: right; }
  .page .navigation .euro_cis img,
  .page .navigation .header-contact .euro_cis img {
    width: 70px;
    text-align: right; }

@media (min-width: 1200px) {
  .page .navigation .euro_cis,
  .page .navigation .header-contact .euro_cis {
    text-align: center; }
    .page .navigation .euro_cis p,
    .page .navigation .header-contact .euro_cis p {
      text-align: center; }
    .page .navigation .euro_cis img,
    .page .navigation .header-contact .euro_cis img {
      text-align: center; } }
.contentpage .navigation .euro_cis img,
.contentpage .navigation .euro_cis p,
.page .navigation.mini .euro_cis img,
.page .navigation.mini .euro_cis p {
  display: none; }

@media (max-width: 767px) {
  .contentpage .navigation .euro_cis,
  .page .navigation .euro_cis {
    display: none; } }
/** LAYOUT **/
.page {
  overflow-x: hidden;
  background: #000000;
  font-family: "Source Sans Pro", sans-serif;
  position: relative;
  margin-bottom: 50px; }
  .page .footer {
    margin-top: 100px;
    z-index: 0; }

.header {
  position: fixed;
  height: 131px;
  top: 0;
  z-index: 100;
  width: 75px;
  right: 57px; }

.content {
  background: #FFFFFF;
  position: relative;
  left: 0;
  width: 100%; }

.page.contentpage .content.nav-pos .container-fluid,
.page.conditions .content.nav-pos .container-fluid,
.page.faq .content.nav-pos .container-fluid,
.page.agb .content.nav-pos .container-fluid,
.page.imprint .content.nav-pos .container-fluid,
.page.thankyou .content.nav-pos .container-fluid,
.page.order .content.nav-pos .container-fluid,
.page.checkout .content.nav-pos .container-fluid,
.page.shop .content.nav-pos .container-fluid {
  padding-top: 122px; }
.page.contentpage.has-subnav .content.nav-pos .container-fluid, .page.contentpage.faq .content.nav-pos .container-fluid, .page.contentpage.featurepage .content.nav-pos .container-fluid,
.page.conditions.has-subnav .content.nav-pos .container-fluid,
.page.conditions.faq .content.nav-pos .container-fluid,
.page.conditions.featurepage .content.nav-pos .container-fluid,
.page.faq.has-subnav .content.nav-pos .container-fluid,
.page.faq.faq .content.nav-pos .container-fluid,
.page.faq.featurepage .content.nav-pos .container-fluid,
.page.agb.has-subnav .content.nav-pos .container-fluid,
.page.agb.faq .content.nav-pos .container-fluid,
.page.agb.featurepage .content.nav-pos .container-fluid,
.page.imprint.has-subnav .content.nav-pos .container-fluid,
.page.imprint.faq .content.nav-pos .container-fluid,
.page.imprint.featurepage .content.nav-pos .container-fluid,
.page.thankyou.has-subnav .content.nav-pos .container-fluid,
.page.thankyou.faq .content.nav-pos .container-fluid,
.page.thankyou.featurepage .content.nav-pos .container-fluid,
.page.order.has-subnav .content.nav-pos .container-fluid,
.page.order.faq .content.nav-pos .container-fluid,
.page.order.featurepage .content.nav-pos .container-fluid,
.page.checkout.has-subnav .content.nav-pos .container-fluid,
.page.checkout.faq .content.nav-pos .container-fluid,
.page.checkout.featurepage .content.nav-pos .container-fluid,
.page.shop.has-subnav .content.nav-pos .container-fluid,
.page.shop.faq .content.nav-pos .container-fluid,
.page.shop.featurepage .content.nav-pos .container-fluid {
  padding-top: 222px; }

.comparison-sm {
  display: block; }

.comparison-xs {
  display: none; }

@media (max-width: 767px) {
  .header {
    height: 70px; }

  .navigation {
    width: 280px;
    left: -280px;
    position: fixed;
    top: 0px;
    float: left;
    z-index: 200;
    overflow: hidden; }
    .navigation .logo-container {
      display: none; }

  .header {
    width: 100%;
    right: 0; }

  .nav-pos {
    -webkit-transition: left 0.5s ease;
    -moz-transition: left 0.5s ease;
    -ms-transition: left 0.5s ease;
    -o-transition: left 0.5s ease;
    transition: left 0.5s ease; }

  .show-navigation .content {
    left: 280px; }

  .show-navigation .navigation {
    left: 0px; }

  .comparison-xs {
    display: block; }

  .comparison-sm {
    display: none; } }
@media (max-width: 767px) {
  .logo {
    height: 50px;
    width: 50px;
    position: absolute;
    right: 0;
    top: 5px; }

  .navigation {
    background: #000000;
    overflow-y: visible;
    height: 100%;
    top: 74px;
    padding-top: 0px !important; }
    .navigation .header-contact a {
      color: #FFFFFF;
      display: block;
      padding: 4px 0 7px 7px;
      text-align: left; }
      .navigation .header-contact a i {
        margin-right: 4px; }
    .navigation ul {
      list-style: none;
      margin: 0;
      padding: 0;
      border-color: #484848; }
      .navigation ul li {
        border-bottom: 1px solid;
        text-transform: uppercase; }
        .navigation ul li a {
          display: block;
          padding: 15px 0 15px 47px;
          width: 100%;
          height: 100%;
          color: #999999;
          text-decoration: none; }
      .navigation ul li:hover {
        background: #c0262c; }
    .navigation ul.important {
      border-bottom: 2px solid; }
      .navigation ul.important li {
        border-bottom: none;
        border-top: 1px solid; }
        .navigation ul.important li a {
          color: #FFFFFF;
          text-decoration: none; }
    .navigation .contact a {
      display: block; }
    .navigation .remove {
      display: block;
      text-align: right; }
      .navigation .remove div {
        padding: 19px 33px 25px 0;
        font-size: 20px;
        color: #FFFFFF; } }
@media (min-width: 768px) {
  .page.contentpage .navigation a,
  .page.conditions .navigation a,
  .page.faq .navigation a,
  .page.agb .navigation a,
  .page.imprint .navigation a,
  .page.thankyou .navigation a,
  .page.order .navigation a,
  .page.checkout .navigation a,
  .page.shop .navigation a {
    color: #484848; }

  .page.featurepage .navigation {
    padding-bottom: 0; }
  .page.home .navigation {
    -webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -ms-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    transition: background 0.4s ease;
    background: rgba(0, 0, 0, 0.2); }
  .page.contentpage .navigation .logo-container,
  .page .navigation.mini .logo-container {
    height: 70px;
    margin-top: -24px; }
  .page.contentpage .navigation .header-contact > div,
  .page .navigation.mini .header-contact > div {
    padding-top: 5px; }
  .page .navigation {
    -webkit-transition: padding 0.4s ease;
    -moz-transition: padding 0.4s ease;
    -ms-transition: padding 0.4s ease;
    -o-transition: padding 0.4s ease;
    transition: padding 0.4s ease;
    position: fixed;
    z-index: 100;
    width: 100%; }
    .page .navigation .header-contact {
      padding-top: 0;
      padding-bottom: 0;
      font-family: 'Open Sans', sans-serif; }
      .page .navigation .header-contact a i {
        margin-left: 10px; }
      .page .navigation .header-contact .glyphicon {
        margin-right: 8px; }
      .page .navigation .header-contact > div {
        text-align: left;
        padding-top: 26px;
        padding-bottom: 1px;
        padding-left: 18px;
        -webkit-transition: padding-top 0.4s ease;
        -moz-transition: padding-top 0.4s ease;
        -ms-transition: padding-top 0.4s ease;
        -o-transition: padding-top 0.4s ease;
        transition: padding-top 0.4s ease; }
        .page .navigation .header-contact > div span,
        .page .navigation .header-contact > div a {
          font-size: 12px; }
    .page .navigation .logo-container {
      -webkit-transition: height 0.4s ease;
      -moz-transition: height 0.4s ease;
      -ms-transition: height 0.4s ease;
      -o-transition: height 0.4s ease;
      transition: height 0.4s ease;
      height: 114px;
      /* OLD */
      margin-top: -47px;
      /* NEW margin-top: -22px;*/ }
      .page .navigation .logo-container .logo {
        position: absolute;
        top: 5px;
        /* OLD */
        right: 0;
        /* NEW right: 171px;*/
        left: 0;
        bottom: 5px; }
    .page .navigation ul {
      color: #f5f5f5;
      list-style: none;
      padding: 0;
      display: block; }
      .page .navigation ul li {
        display: inline-block;
        font-size: 18px;
        margin-right: 10px; }
      .page .navigation ul li:last-child {
        margin-right: 0px; }
    .page .navigation span,
    .page .navigation a:active,
    .page .navigation a:visited,
    .page .navigation a {
      color: #FFFFFF;
      font-weight: lighter; }
      .page .navigation span.btn,
      .page .navigation a:active.btn,
      .page .navigation a:visited.btn,
      .page .navigation a.btn {
        color: #FFFFFF;
        -webkit-transition: background 0.4s ease;
        -moz-transition: background 0.4s ease;
        -ms-transition: background 0.4s ease;
        -o-transition: background 0.4s ease;
        transition: background 0.4s ease;
        background-color: #595959;
        padding: 2px 8px; }
    .page .navigation a.btn.important {
      background-color: #999999; }
    .page .navigation a.btn.very-important {
      background-color: #c0262c;
      color: #FFFFFF; }
    .page .navigation a:hover.btn {
      background-color: #626262; }
    .page .navigation .remove {
      display: none; }
  .page.contentpage .navigation ul, .page.scrolled .navigation ul {
    padding-top: 8px; }
  .page.contentpage.scrolled .navigation, .page.conditions.scrolled .navigation, .page.has-subnav.scrolled .navigation, .page.agb.scrolled .navigation, .page.imprint.scrolled .navigation, .page.thankyou.scrolled .navigation, .page.order.scrolled .navigation, .page.checkout.scrolled .navigation, .page.shop.scrolled .navigation {
    padding-bottom: 0px; }
  .page.contentpage .navigation, .page.home.scrolled .navigation {
    background: #DDDDDD; }
    .page.contentpage .navigation span,
    .page.contentpage .navigation a:active,
    .page.contentpage .navigation a:visited,
    .page.contentpage .navigation a, .page.home.scrolled .navigation span,
    .page.home.scrolled .navigation a:active,
    .page.home.scrolled .navigation a:visited,
    .page.home.scrolled .navigation a {
      color: #484848; }
    .page.contentpage .navigation span,
    .page.contentpage .navigation a:active,
    .page.contentpage .navigation a:visited,
    .page.contentpage .navigation a, .page.home.scrolled .navigation span,
    .page.home.scrolled .navigation a:active,
    .page.home.scrolled .navigation a:visited,
    .page.home.scrolled .navigation a {
      font-weight: lighter; }
      .page.contentpage .navigation span.btn,
      .page.contentpage .navigation a:active.btn,
      .page.contentpage .navigation a:visited.btn,
      .page.contentpage .navigation a.btn, .page.home.scrolled .navigation span.btn,
      .page.home.scrolled .navigation a:active.btn,
      .page.home.scrolled .navigation a:visited.btn,
      .page.home.scrolled .navigation a.btn {
        color: #484848;
        background-color: #f5f5f5; }
    .page.contentpage .navigation a:hover, .page.home.scrolled .navigation a:hover {
      color: #484848; }
      .page.contentpage .navigation a:hover.btn, .page.home.scrolled .navigation a:hover.btn {
        color: #484848;
        background-color: #999999; }

  .page-home .navigation ul {
    padding-top: 22px; }

  .page-home .scrolled .navigation .menu-home a,
  .page-home .scrolled .navigation .menu-customerhome a,
  .page-businesscontact .navigation .menu-businesscontact a,
  .page-faq .navigation .menu-faq a,
  .page-contact .navigation .menu-contact a,
  .page-application .navigation .menu-application a,
  .page-techcontact .navigation .menu-techcontact a,
  .page-career .navigation .menu-career a,
  .page-features .navigation .menu-features a {
    border: 1px solid #999999; } }
/** QUOTE styles **/
.customer {
  min-height: 340px; }

.row .quote {
  background: rgba(255, 255, 255, 0.84);
  padding-bottom: 30px;
  margin-top: 30px; }
  .row .quote.multiple {
    cursor: pointer; }
    .row .quote.multiple .inner-quote {
      position: absolute; }
      .row .quote.multiple .inner-quote.active div:nth-child(1) {
        -webkit-transform: translate(0px);
        -moz-transform: translate(0px);
        -ms-transform: translate(0px);
        -o-transform: translate(0px);
        transform: translate(0px);
        opacity: 1; }
      .row .quote.multiple .inner-quote.active div:last-child {
        -webkit-transform: translate(0px);
        -moz-transform: translate(0px);
        -ms-transform: translate(0px);
        -o-transform: translate(0px);
        transform: translate(0px);
        opacity: 1; }
      .row .quote.multiple .inner-quote div:nth-child(1) {
        -webkit-transform: translate(-200%);
        -moz-transform: translate(-200%);
        -ms-transform: translate(-200%);
        -o-transform: translate(-200%);
        transform: translate(-200%);
        opacity: 0;
        -webkit-transition-delay: 0.2s;
        -moz-transition-delay: 0.2s;
        -ms-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s;
        -webkit-transition: -webkit-transform 0.8s ease, opacity 1.0s ease;
        -moz-transition: -moz-transform 0.8s ease, opacity 1.0s ease;
        -ms-transition: -ms-transform 0.8s ease, opacity 1.0s ease;
        -o-transition: -o-transform 0.8s ease, opacity 1.0s ease;
        transition: transform 0.8s ease, opacity 1.0s ease; }
      .row .quote.multiple .inner-quote div:last-child {
        -webkit-transform: translate(200%);
        -moz-transform: translate(200%);
        -ms-transform: translate(200%);
        -o-transform: translate(200%);
        transform: translate(200%);
        opacity: 0;
        -webkit-transition: -webkit-transform 0.8s ease;
        -moz-transition: -moz-transform 0.8s ease;
        -ms-transition: -ms-transform 0.8s ease;
        -o-transition: -o-transform 0.8s ease;
        transition: transform 0.8s ease; }

.quote {
  padding: 60px 0;
  background: #f5f5f5;
  color: #484848; }
  .quote cite {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    font-weight: lighter; }
  .quote p {
    margin-bottom: 39px; }
  .quote p,
  .quote button {
    margin-left: 20px;
    text-align: left; }
  .quote blockquote {
    font-family: "Source Sans Pro", sans-serif;
    font-style: italic;
    font-size: 26px;
    margin-bottom: 8px;
    padding-top: 30px; }
    .quote blockquote strong {
      font-family: "Source Sans Pro Semibolditalic", sans-serif;
      font-weight: normal; }
  .quote img {
    margin: 0 auto;
    display: block; }

@media (max-width: 750px) {
  .row .quote {
    min-height: 720px; }

  .quote {
    text-align: center; }
    .quote blockquote {
      padding: 20px 0;
      font-size: 20px; }
    .quote p {
      text-align: center; } }
@media (min-width: 750px) and (max-width: 970px) {
  .row .quote {
    min-height: 450px; } }
@media (min-width: 970px) and (max-width: 1170px) {
  .row .quote {
    min-height: 400px; } }
/** QUOTE styles **/
.circlenav {
  background: #FFFFFF; }
  .circlenav h2 {
    font-size: 26px;
    margin-bottom: 45px; }
  .circlenav .circle-container {
    margin-top: 70px;
    margin-bottom: 20px; }

/** QUOTE styles **/
.twoface {
  background: #c0262c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #c0262c 0%, #c0262c 70%, #FFFFFF 70%, #FFFFFF 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c0262c), color-stop(70%, #c0262c), color-stop(70%, #FFFFFF), color-stop(100%, #FFFFFF));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #c0262c 0%, #c0262c 70%, #FFFFFF 70%, #FFFFFF 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #c0262c 0%, #c0262c 70%, #FFFFFF 70%, #FFFFFF 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #c0262c 0%, #c0262c 70%, #FFFFFF 70%, #FFFFFF 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #c0262c 0%, #c0262c 70%, #FFFFFF 70%, #FFFFFF 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$topcolor', endColorstr='$bottomcolor',GradientType=0 );
  /* IE6-9 */
  color: white; }
  .twoface .slide-content {
    background-size: contain;
    height: 300px;
    width: auto;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    padding: 42px 0 0 0; }
    .twoface .slide-content h5 {
      font-size: 18px; }
    .twoface .slide-content ul,
    .twoface .slide-content ul li {
      list-style: inside; }
  .twoface .macbook {
    background-image: url(img/macbook.png);
    color: #000000; }

@media (max-width: 750px) {
  .twoface .slide-content {
    padding-top: 66px;
    font-size: 12px; }
  .twoface .macbook {
    padding-left: 38px;
    padding-right: 38px; }
    .twoface .macbook ul {
      margin: 0;
      padding: 0; } }
/** QUOTE styles **/
.teaser {
  padding: 0; }

.teaser div {
  height: 120px;
  background: url("img/bg_teaser_1.jpg");
  background-size: cover;
  background-position: center; }

@media (min-width: 400px) and (max-width: 519px) {
  .teaser div {
    height: 200px;
    background: url("img/bg_teaser_1.jpg");
    background-size: cover;
    background-position: center; } }
@media (min-width: 520px) and (max-width: 799px) {
  .teaser div {
    height: 250px;
    background: url("img/bg_teaser_1.jpg");
    background-size: cover;
    background-position: center; } }
@media (min-width: 800px) and (max-width: 969px) {
  .teaser div {
    height: 290px;
    background: url("img/bg_teaser_1.jpg");
    background-size: cover;
    background-position: center; } }
@media (min-width: 970px) {
  .teaser div {
    height: 340px;
    background: url("img/bg_teaser_1.jpg");
    background-size: cover;
    background-position: center; } }
/** QUOTE styles **/
.features {
  padding-top: 100px;
  background: #FFFFFF; }
  .features .feature {
    margin: 65px 0 80px 0; }

.row.intro {
  position: relative;
  backface-visibility: hidden;
  padding: 30px 0 0 0;
  padding-top: 0;
  color: #FFFFFF;
  text-align: center;
  background-image: url("img/home_background.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat; }
  .row.intro .backgound-image {
    max-width: 100%;
    max-height: 60%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2; }
  .row.intro .background-table {
    background-image: url("img/business/home_foreground_table.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 1; }
  .row.intro .shadow {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    .row.intro .shadow .scroll-down {
      text-align: center;
      width: 100%;
      display: block;
      margin: 0 auto;
      background: none;
      opacity: 1;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 10; }
      .row.intro .shadow .scroll-down .glyphicon {
        cursor: pointer;
        height: 35px;
        width: 36px;
        padding-top: 12px; }
      .row.intro .shadow .scroll-down .ring {
        top: 0; }
  .row.intro h1 {
    font-size: 50px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: lighter;
    padding: 0; }
  .row.intro p {
    font-size: 25px; }
  .row.intro .promotion {
    border-top: 1px solid white;
    padding-top: 60px;
    margin-top: 60px; }

.scrolled:not(.show-navigation) .intro .shadow .scroll-down {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease; }

@media (max-width: 499px) {
  .row.intro .shadow {
    padding-top: 85px; }
    .row.intro .shadow h1 {
      font-size: 38px;
      margin-top: 50px;
      margin-bottom: 30px; }
    .row.intro .shadow p {
      font-size: 13px; } }
@media (min-width: 500px) and (max-width: 768px) {
  .row.intro .shadow {
    padding-top: 85px; }
    .row.intro .shadow h1 {
      font-size: 70px;
      margin-top: 65px;
      margin-bottom: 65px; }
    .row.intro .shadow p {
      font-size: 25px; } }
@media (min-width: 768px) {
  .row.intro .shadow {
    top: 108px;
    width: 710px;
    margin: auto; }
    .row.intro .shadow h1 {
      font-size: 62px; }
    .row.intro .shadow p {
      font-size: 32px; } }
@media (min-width: 768px) and (min-height: 767px) {
  .row.intro .shadow {
    top: 90px; } }
@media (min-width: 1200px) {
  .row.intro .shadow {
    top: 140px;
    width: auto;
    background: none; }
    .row.intro .shadow h1 {
      font-size: 62px; }
    .row.intro .shadow p {
      font-size: 32px; } }
.row.contact {
  background: #FFFFFF;
  padding: 100px 0; }
  .row.contact [class^=col-] {
    padding-top: 20px;
    padding-bottom: 20px; }
  .row.contact .alert .ring {
    top: 19px;
    right: 24px; }

.logo {
  background-image: url("img/pfm-logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top; }

.header {
  -webkit-transition: height 0.4s ease;
  -moz-transition: height 0.4s ease;
  -ms-transition: height 0.4s ease;
  -o-transition: height 0.4s ease;
  transition: height 0.4s ease;
  -webkit-transition: top 0.4s ease;
  -moz-transition: top 0.4s ease;
  -ms-transition: top 0.4s ease;
  -o-transition: top 0.4s ease;
  transition: top 0.4s ease;
  top: 4px;
  padding: 4px 0; }
  .header .container-fluid,
  .header .col-xs-offset-2 {
    height: 100%; }
  .header .menu {
    color: #FFFFFF;
    font-size: 20px;
    margin-top: 20px;
    display: none; }

.scrolled:not(.show-navigation) .header {
  height: 70px; }
  .scrolled:not(.show-navigation) .header .menu {
    color: #484848; }

.page.contentpage .menu,
.page.conditions .menu,
.page.agb .menu,
.page.has-subnav .menu,
.page.faq .menu,
.page.imprint .menu,
.page.thankyou .menu,
.page.order .menu,
.page.checkout .menu,
.page.shop .menu {
  color: #484848; }

@media (min-width: 767px) {
  .header {
    display: none; } }
@media (max-width: 767px) {
  .scrolled:not(.show-navigation) .header {
    background: #eeeeee; }

  .header {
    top: 0; } }
@media (min-width: 1200px) {
  .scrolled:not(.show-navigation) .header {
    top: 0; }

  .header {
    top: 8px;
    right: 0; } }
.row.clients {
  background: #F9F9F9;
  padding: 0px 0 70px 0;
  margin: 20px -15px; }
  .row.clients .row img {
    width: 100%; }
  .row.clients [data-type="with-prev-next"] .slider-bullet-outer-nav {
    top: 30%; }

.comparison-sm {
  display: block; }

.comparison-xs {
  display: none; }

@media (max-width: 767px) {
  .comparison-xs {
    display: block; }

  .comparison-sm {
    display: none; } }
.comparison-sm {
  /* HIGHLIGHTED */
  /* MAKE ALL DIVS THE SAME HEIGHT*/ }
  .comparison-sm .comparison-headline .most-popular {
    padding: 5px 0;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    font-weight: lighter;
    font-size: 12px;
    border-top: 2px solid #f7931e;
    box-sizing: border-box;
    border-bottom: 2px solid #f7931e;
    border-right: 2px solid #f7931e; }
    .comparison-sm .comparison-headline .most-popular.style2 {
      border: none;
      background: #f7931e;
      color: white; }
  .comparison-sm .comparison-headline .triangle {
    position: absolute;
    top: 0;
    left: 0;
    border-width: 29px 29px 0 0; }
    .comparison-sm .comparison-headline .triangle .glyphicon {
      position: absolute;
      top: -28px;
      left: 3px;
      font-size: 14px;
      color: #f5f5f5; }
  .comparison-sm .comparison-header .comparison-headline > div:nth-child(2),
  .comparison-sm .comparison-header .contact-row > div:nth-child(2),
  .comparison-sm .comparison-header .comparison-claim > div:nth-child(3),
  .comparison-sm .comparison-body .feature > div:nth-child(3) {
    background: #f5f5f5; }
  .comparison-sm .comparison-header .row,
  .comparison-sm .comparison-body .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .comparison-sm .comparison-header h3 {
    text-align: center;
    margin-bottom: 0;
    padding-top: 10px; }
  .comparison-sm .comparison-header h5 {
    text-align: center; }
  .comparison-sm .comparison-header .comparison-claim .legend span {
    position: absolute;
    bottom: 10px;
    top: initial;
    color: #999999; }
  .comparison-sm .comparison-header .comparison-claim .legend span.closeCollapse {
    left: 20px; }
  .comparison-sm .comparison-header .comparison-claim .legend span.openCollapse {
    left: 0; }
  .comparison-sm .comparison-header .comparison-claim .legend h5 {
    position: absolute;
    bottom: 0;
    right: 10px; }
  .comparison-sm .comparison-body .tooltip {
    position: fixed; }
  .comparison-sm .comparison-body .subnav .feature > div {
    border-bottom: none; }
  .comparison-sm .comparison-body .subnav .feature .circle {
    background: none;
    color: #a1cd3a; }
  .comparison-sm .comparison-body .subnav.odd .feature > div {
    background: #F9F9F9; }
  .comparison-sm .comparison-body .feature {
    text-align: center; }
    .comparison-sm .comparison-body .feature.has-subnav.odd > div {
      background: #F9F9F9; }
    .comparison-sm .comparison-body .feature.has-subnav:hover .glyphicon {
      color: #c0262c; }
    .comparison-sm .comparison-body .feature:last-child > div {
      border-bottom: none; }
    .comparison-sm .comparison-body .feature [class^=col-] {
      padding-top: 5px;
      padding-bottom: 5px; }
    .comparison-sm .comparison-body .feature > div:nth-child(1) {
      text-align: right; }
    .comparison-sm .comparison-body .feature.has-subnav.open > div {
      border-bottom: none; }
      .comparison-sm .comparison-body .feature.has-subnav.open > div a,
      .comparison-sm .comparison-body .feature.has-subnav.open > div .a {
        font-weight: bold; }
    .comparison-sm .comparison-body .feature span.glyphicon {
      font-size: 10px;
      color: #999999;
      position: absolute;
      top: 8px;
      left: 8px;
      margin-top: 0; }
    .comparison-sm .comparison-body .feature a,
    .comparison-sm .comparison-body .feature .a {
      display: inline-block;
      color: #484848;
      padding-left: 15px; }
    .comparison-sm .comparison-body .feature span {
      position: absolute;
      top: 50%;
      margin-top: -10px; }
    .comparison-sm .comparison-body .feature .circle {
      width: 20px;
      border-radius: 20px;
      height: 0;
      padding: 10px 0;
      background: #a1cd3a;
      color: #FFFFFF;
      line-height: 0px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -10px; }
      .comparison-sm .comparison-body .feature .circle.no {
        background: #c0262c; }
  .comparison-sm .contact-row {
    text-align: center; }

.comparison-xs ul.toplevel {
  padding: 7px 0 0 2px; }
  .comparison-xs ul.toplevel li {
    list-style: none; }
    .comparison-xs ul.toplevel li a,
    .comparison-xs ul.toplevel li .a {
      color: #484848;
      text-decoration: none; }
    .comparison-xs ul.toplevel li a:hover {
      text-decoration: underline; }
  .comparison-xs ul.toplevel > li {
    margin-top: 15px; }
  .comparison-xs ul.toplevel li:before {
    content: '\2713';
    margin: 0px 6px 0px 0px;
    color: #c0262c; }
  .comparison-xs ul.toplevel li.minus:before {
    content: '-'; }
  .comparison-xs ul.toplevel ul {
    margin: 0;
    padding: 0;
    margin-left: 17px; }
    .comparison-xs ul.toplevel ul li:before {
      content: '-'; }

.comparison-sm .style2 {
  /* HIGHLIGHTED */ }
  .comparison-sm .style2 .comparison-header .comparison-headline > div:nth-child(2),
  .comparison-sm .style2 .comparison-header .contact-row > div:nth-child(2),
  .comparison-sm .style2 .comparison-header .comparison-claim > div:nth-child(3) {
    background: #eeeeee; }
  .comparison-sm .style2 .comparison-body .even .feature > div:nth-child(3) {
    background: #F4F4F4; }
  .comparison-sm .style2 .comparison-body .odd .feature > div:nth-child(3) {
    background: #eeeeee; }
  .comparison-sm .style2 .comparison-body .feature.has-subnav.even:nth-child(2n+1) > div:nth-child(3) {
    background: #F4F4F4; }
  .comparison-sm .style2 .comparison-body .feature.has-subnav.odd:nth-child(2n+1) > div:nth-child(3) {
    background: #eeeeee; }
  .comparison-sm .style2 .comparison-header .comparison-headline > div:nth-child(2),
  .comparison-sm .style2 .comparison-header .contact-row > div:nth-child(2),
  .comparison-sm .style2 .comparison-header .comparison-claim > div:nth-child(3),
  .comparison-sm .style2 .comparison-body .feature > div:nth-child(3) {
    border-left: 1px solid #D3D3D3;
    border-right: 1px solid #D3D3D3; }
  .comparison-sm .style2 .comparison-body .feature.last > div:nth-child(3) {
    border-bottom: 1px solid #D3D3D3; }
  .comparison-sm .style2 .comparison-body .feature.last.open > div:nth-child(3) {
    border-bottom: none; }
  .comparison-sm .style2 .comparison-headline .most-popular {
    left: -1px;
    width: calc(100% + 3px); }

.comparison-body .feature:hover > div {
  background: #e2e2e2 !important; }

.pfm-easy {
  padding-bottom: 0;
  background-image: url("img/slider/table.png");
  background-repeat: repeat-x;
  background-position: -100% 293px;
  position: relative;
  overflow: hidden; }
  .pfm-easy .slider:before {
    content: ' ';
    display: block;
    border-radius: 100%;
    height: 250px;
    width: 250px;
    border: 7px solid rgba(153, 153, 153, 0.15);
    background: transparent;
    position: absolute;
    bottom: -76px;
    right: -3px; }
  .pfm-easy .slide .slide-content h3 {
    text-align: center;
    margin-bottom: 60px; }
  .pfm-easy .slide .slide-content.slide-content-1 h3 {
    margin-bottom: 30px; }
  .pfm-easy .slide .slide-content.slide-content-1 .first {
    padding: 0 30px; }
  .pfm-easy .slide .slide-content .circle {
    width: 300px;
    height: 300px;
    border-radius: 300px; }
    .pfm-easy .slide .slide-content .circle.slider1 {
      background-image: url("img/slider/slider_1_real.png");
      background-size: cover; }
  .pfm-easy .slide .slide-content > div {
    display: block;
    width: 50%;
    overflow: hidden;
    float: left; }
    .pfm-easy .slide .slide-content > div img {
      width: 100%; }
  .pfm-easy .slide .slide-content h4 {
    text-align: center;
    font-weight: bold; }
  .pfm-easy .slide .slide-content .second {
    position: relative; }

.row.category-teaser {
  border-top: 1px solid #c0262c;
  background: #F9F9F9; }
  .row.category-teaser h1, .row.category-teaser h2, .row.category-teaser h3, .row.category-teaser h4 {
    text-align: center; }

.row.with-border {
  border-bottom: 1px solid #c0262c; }

.row.category-teaser.without-border {
  border-top: none; }

.list h2 {
  text-align: left;
  text-transform: none; }
.list p {
  font-size: 22px; }
.list .left h3,
.list .right h3 {
  margin-bottom: 30px; }
.list .left > div,
.list .right > div {
  position: relative; }
.list .left h3 {
  text-align: left; }
.list .left h4,
.list .left p {
  text-align: left; }
.list .right h3 {
  text-align: left; }
.list .right h4,
.list .right p {
  text-align: left; }

.page.home .list .img-container {
  text-align: center;
  padding-top: 70px; }
  .page.home .list .img-container img {
    width: 75%; }

@media (min-width: 750px) {
  .list h2 {
    line-height: 51px; }
  .list .left p,
  .list .left h2,
  .list .left h3,
  .list .left h4 {
    padding-right: 45px; }
  .list .right p,
  .list .right h2,
  .list .right h3,
  .list .right h4 {
    padding-left: 45px; } }
@media (min-width: 970px) {
  .list {
    margin-top: 90px;
    margin-bottom: 90px; } }
.row.basic-package {
  background: #F9F9F9;
  padding: 90px 0; }
  .row.basic-package .circle.clean.basic {
    position: absolute;
    top: 0;
    left: 15px; }
  .row.basic-package h1 {
    line-height: 80px;
    text-align: center;
    padding-left: 150px;
    margin-bottom: 60px; }
  .row.basic-package .check li:before {
    color: #c0262c; }
  .row.basic-package a.text-anker:hover {
    text-decoration: none; }
  .row.basic-package ul {
    padding-right: 150px; }
  .row.basic-package .offer {
    text-align: center; }
    .row.basic-package .offer a.text-anker {
      bottom: 73px;
      right: 0; }
      .row.basic-package .offer a.text-anker .max {
        color: #484848;
        font-size: 90px;
        line-height: 70px; }
      .row.basic-package .offer a.text-anker span {
        display: block;
        text-align: center; }
      .row.basic-package .offer a.text-anker .min {
        color: #999999;
        font-size: 20px; }
    .row.basic-package .offer a.btn {
      bottom: 20px;
      right: 9px; }
    .row.basic-package .offer a.btn,
    .row.basic-package .offer a.text-anker {
      position: absolute; }

@media (max-width: 500px) {
  .row.basic-package ul {
    padding-right: 0;
    margin-bottom: 100px; }

  .row.basic-package .offer a.btn,
  .row.basic-package .offer a.text-anker {
    position: relative; }

  .offer ul.check li {
    font-size: 18px;
    line-height: 38px; }

  .row.basic-package .circle.clean.basic {
    position: relative; }

  .row.basic-package h1 {
    padding-left: 0;
    margin-bottom: 0; } }
@media (min-width: 500px) and (max-width: 760px) {
  .offer ul.check li {
    font-size: 20px;
    line-height: 46px; }

  .row.basic-package .circle.clean.basic {
    position: relative; }

  .row.basic-package h1 {
    padding-left: 0;
    margin-bottom: 0; } }
@media (min-width: 750px) and (max-width: 981px) {
  .row.basic-package .circle.clean.basic {
    top: 32px; } }
/* entire container, keeps perspective */
.flip-container {
  perspective: 1000; }

/* flip the pane when hovered */
.desktop .flip-container:hover .flipper,
.flip-container.hover .flipper {
  transform: rotateY(180deg); }

.flip-container, .front, .back {
  width: 100%;
  height: 134px; }

.front {
  background: url("img/testcard.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 0; }

.back {
  background: url("img/testcard-back.png");
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0px 6px 28px 14px;
  text-align: center;
  background-position: center 0; }

/* flip speed goes here */
.flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative; }

/* hide back of pane during swap */
.front, .back {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0; }

/* front pane, placed above back */
.front {
  z-index: 2;
  /* for firefox 31 */
  transform: rotateY(0deg); }

/* back, initially hidden pane */
.back {
  transform: rotateY(180deg); }

.schuster .front {
  background-image: url("img/cards/001.png"); }

.currywurst-express .front {
  background-image: url("img/cards/002.png"); }

.cadenzza .front {
  background-image: url("img/cards/003.png"); }

.bredl .front {
  background-image: url("img/cards/004.png"); }

.kustermann .front {
  background-image: url("img/cards/005.png"); }

.galerie-am-rathausmarkt .front {
  background-image: url("img/cards/006.png"); }

.liebls .front {
  background-image: url("img/cards/007.png"); }

.breitengrad .front {
  background-image: url("img/cards/009.png"); }

.apotheke-baum .front {
  background-image: url("img/cards/010.png"); }

.gcr .front {
  background-image: url("img/cards/11.png"); }

.baeckerei-hardt .front {
  background-image: url("img/cards/011.png"); }

.tankstelle-eickelborn .front {
  background-image: url("img/cards/012.png"); }

.hoeflinger-mueller .front {
  background-image: url("img/cards/013.png"); }

.star-tankstelle .front {
  background-image: url("img/cards/014.png"); }

.ambiente .front {
  background-image: url("img/cards/015.png"); }

.ticket-zentrale .front {
  background-image: url("img/cards/016.png"); }

.bft-richters .front {
  background-image: url("img/cards/017.png"); }

.zahnarztpraxis-fuer-kinder .front {
  background-image: url("img/cards/018.png"); }

.mcdonalds-ingolstadt .front {
  background-image: url("img/cards/card_mc_donalds_ingolstadt.jpg"); }

.circlenav div.circle {
  background-image: url("img/circles.jpg");
  background-position: top left; }
.circlenav div.circle.pos {
  background-position: center right; }
.circlenav div.circle.userapp {
  background-position: bottom left; }
.circlenav div.circle.selfservice {
  background-position: top left; }

div.circle {
  background-image: url("img/feature_icons.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 145px;
  border-radius: 145px;
  background-color: #c0262c;
  height: 145px;
  background-repeat: no-repeat;
  padding: 0 0;
  margin: 0 auto; }
  div.circle.clean {
    background-image: none;
    color: #FFFFFF;
    font-size: 40px;
    line-height: 50px; }
    div.circle.clean span {
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -25px;
      right: 0;
      text-align: center;
      font-weight: bold;
      text-transform: uppercase; }
  div.circle.call {
    background-image: url("img/contact_icons.png");
    background-position: center 22px; }
  div.circle.order {
    background-image: url("img/contact_icons.png");
    background-position: center -303px; }

/** CIRCLE styles **/
a.circle-container {
  max-width: 290px;
  max-height: 290px;
  margin: 0 auto;
  text-decoration: none;
  display: block; }
  a.circle-container div.circle {
    width: 100%;
    border-radius: 100%;
    background-color: #f5f5f5;
    background-size: cover;
    height: 0;
    padding: 50% 0;
    text-align: center; }
    a.circle-container div.circle div.inner-circle {
      -webkit-transition: background 0.4s ease;
      -moz-transition: background 0.4s ease;
      -ms-transition: background 0.4s ease;
      -o-transition: background 0.4s ease;
      transition: background 0.4s ease;
      width: 90.90909%;
      border-radius: 100%;
      background: #FFFFFF;
      height: 0;
      padding: 45.45455% 0;
      margin: 0 auto;
      margin-top: -45.45455%; }
    a.circle-container div.circle span {
      margin-top: -20px;
      text-transform: uppercase;
      color: #484848;
      font-size: 18px; }
      a.circle-container div.circle span span {
        font-family: "Source Sans Pro", sans-serif; }
    a.circle-container div.circle span:before {
      font-size: 26px;
      margin-bottom: 10px;
      display: block; }

a.circle-container:hover div.circle div.inner-circle {
  background: transparent; }

.sbullets .slider {
  padding: 0;
  width: 890px;
  margin: 0 auto;
  position: relative;
  overflow: hidden; }

.sbullets .slider ul.slides {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  overflow: hidden;
  -webkit-transition: margin 0.5s ease;
  -moz-transition: margin 0.5s ease;
  -ms-transition: margin 0.5s ease;
  -o-transition: margin 0.5s ease;
  transition: margin 0.5s ease; }

.sbullets .slider ul.slides li.slide {
  float: left;
  width: 890px; }

.sbullets .slider-bullets {
  margin: 0px auto;
  width: 890px;
  text-align: center; }

.sbullets .slider-bullets span {
  background: transparent;
  margin: 0 3px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: cover !important;
  border-radius: 100%;
  border: 1px solid #f5f5f5;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease; }

.sbullets .slider-bullets span.active {
  border-color: rgba(153, 153, 153, 0.5); }

.slider-bullet-outer-nav {
  display: none; }

[data-type="with-prev-next"] .slider-bullet-outer-nav:hover {
  background-color: #484848; }

[data-type="with-prev-next"] .slider-bullet-outer-nav {
  display: block;
  font-size: 26px;
  position: absolute;
  top: 50%;
  width: 52px;
  border-radius: 52px;
  background-color: #c0262c;
  height: 52px;
  padding: 0;
  margin: 0;
  color: white;
  cursor: pointer;
  padding-top: 13px;
  text-align: center; }

.slider-bullet-outer-nav.slider-bullets-left {
  left: 10px; }

.slider-bullet-outer-nav.slider-bullets-right {
  right: 10px; }

.feature {
  position: relative;
  overflow: hidden; }
  .feature .top {
    background-image: url("img/bg_feature.png");
    background-repeat: no-repeat;
    background-position: left 26px;
    min-height: 97px;
    padding: 26px 0 0 70px; }
    .feature .top h3 {
      padding: 0;
      margin: 0;
      font-size: 26px;
      color: #484848; }
    .feature .top h4 {
      padding: 0;
      margin: 0;
      font-size: 18px;
      color: #484848; }
  .feature p {
    text-align: left;
    color: #484848; }
  .feature ul {
    font-size: 16px;
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #f5f5f5; }
  .feature ul li:before {
    content: '・';
    color: #999999; }

.feature .interrupt {
  background: #c0262c;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center; }
  .feature .interrupt div {
    height: 100%;
    width: 100%;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-box-pack: center;
    -o-box-pack: center;
    box-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -o-box-align: center;
    box-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box; }
    .feature .interrupt div > div {
      -moz-box-flex: 1; }

@media (min-width: 400px) and (max-width: 766px) {
  .feature .interrupt {
    background: #c0262c;
    width: 97px;
    height: 97px;
    border-radius: 100%;
    color: #FFFFFF;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center; }
    .feature .interrupt div {
      height: 100%;
      width: 100%;
      -ms-flex-pack: center;
      -ms-flex-align: center;
      display: -ms-flexbox;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-box-pack: center;
      -o-box-pack: center;
      box-pack: center;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-box-align: center;
      -o-box-align: center;
      box-align: center;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-box;
      display: -o-box;
      display: box; }
      .feature .interrupt div > div {
        -moz-box-flex: 1; } }
@media (min-width: 767px) and (max-width: 859px) {
  .feature .interrupt {
    background: #c0262c;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    color: #FFFFFF;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center; }
    .feature .interrupt div {
      height: 100%;
      width: 100%;
      -ms-flex-pack: center;
      -ms-flex-align: center;
      display: -ms-flexbox;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-box-pack: center;
      -o-box-pack: center;
      box-pack: center;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-box-align: center;
      -o-box-align: center;
      box-align: center;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-box;
      display: -o-box;
      display: box; }
      .feature .interrupt div > div {
        -moz-box-flex: 1; } }
@media (min-width: 870px) and (max-width: 949px) {
  .feature .interrupt {
    background: #c0262c;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    color: #FFFFFF;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center; }
    .feature .interrupt div {
      height: 100%;
      width: 100%;
      -ms-flex-pack: center;
      -ms-flex-align: center;
      display: -ms-flexbox;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-box-pack: center;
      -o-box-pack: center;
      box-pack: center;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-box-align: center;
      -o-box-align: center;
      box-align: center;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-box;
      display: -o-box;
      display: box; }
      .feature .interrupt div > div {
        -moz-box-flex: 1; } }
@media (min-width: 950px) {
  .feature .interrupt {
    background: #c0262c;
    width: 97px;
    height: 97px;
    border-radius: 100%;
    color: #FFFFFF;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center; }
    .feature .interrupt div {
      height: 100%;
      width: 100%;
      -ms-flex-pack: center;
      -ms-flex-align: center;
      display: -ms-flexbox;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-box-pack: center;
      -o-box-pack: center;
      box-pack: center;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-box-align: center;
      -o-box-align: center;
      box-align: center;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-box;
      display: -o-box;
      display: box; }
      .feature .interrupt div > div {
        -moz-box-flex: 1; } }
.nav-sub {
  position: relative;
  -webkit-transition: margin 0.4s ease;
  -moz-transition: margin 0.4s ease;
  -ms-transition: margin 0.4s ease;
  -o-transition: margin 0.4s ease;
  transition: margin 0.4s ease;
  overflow: hidden;
  padding-top: 5px;
  background: #FFFFFF;
  padding-bottom: 4px; }
  .nav-sub .subnav-ghost-item {
    padding-top: 40px;
    -webkit-transition: padding-top 0.4s ease;
    -moz-transition: padding-top 0.4s ease;
    -ms-transition: padding-top 0.4s ease;
    -o-transition: padding-top 0.4s ease;
    transition: padding-top 0.4s ease; }
    .nav-sub .subnav-ghost-item .btn {
      word-wrap: break-word;
      white-space: normal; }
  .nav-sub .subnav-ghost-item,
  .nav-sub .subnav-item {
    text-align: center;
    margin: 0;
    box-sizing: border-box;
    float: left;
    width: 17%; }
    .nav-sub .subnav-ghost-item h4,
    .nav-sub .subnav-item h4 {
      color: #999999;
      text-align: center; }
    .nav-sub .subnav-ghost-item img,
    .nav-sub .subnav-item img {
      -webkit-transition: height 0.4s ease;
      -moz-transition: height 0.4s ease;
      -ms-transition: height 0.4s ease;
      -o-transition: height 0.4s ease;
      transition: height 0.4s ease;
      height: 60px;
      text-align: center;
      display: block;
      margin: 15px auto; }
  .nav-sub .subnav-ghost-item {
    width: 18%; }
  .nav-sub .subnav-item.active,
  .nav-sub .subnav-item:hover {
    border-bottom: 1px solid #484848;
    margin-bottom: -1px; }
    .nav-sub .subnav-item.active h4,
    .nav-sub .subnav-item:hover h4 {
      color: #484848; }
    .nav-sub .subnav-item.active a,
    .nav-sub .subnav-item:hover a {
      color: #484848;
      text-decoration: none; }

.faq .nav-sub .subnav-item {
  width: 25%; }

.scrolled:not(.show-navigation) .nav-sub .subnav-ghost-item {
  padding-top: 4px; }
.scrolled:not(.show-navigation) .nav-sub .subnav-item img {
  height: 0;
  margin-top: 0;
  margin-bottom: 0; }

@media (max-width: 767px) {
  .nav-sub {
    display: none; } }
@media (min-width: 1100px) {
  .nav-sub {
    padding-left: 9%;
    padding-right: 9%; } }
.fromApp .page.contentpage .content.nav-pos .container-fluid,
.fromApp .page.conditions .content.nav-pos .container-fluid,
.fromApp .page.faq .content.nav-pos .container-fluid,
.fromApp .page.agb .content.nav-pos .container-fluid,
.fromApp .page.imprint .content.nav-pos .container-fluid,
.fromApp .page.thankyou .content.nav-pos .container-fluid,
.fromApp .page.order .content.nav-pos .container-fluid,
.fromApp .page.checkout .content.nav-pos .container-fluid,
.fromApp .page.shop .content.nav-pos .container-fluid {
  padding-top: 0px; }

.popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9000; }
  .popup .popup-background {
    background-color: rgba(0, 0, 0, 0.2);
    height: 100%;
    width: 100%; }
  .popup .popup-content-container {
    top: 60px;
    left: 60px;
    right: 60px;
    bottom: 60px;
    position: absolute; }
    .popup .popup-content-container .popup-close {
      position: absolute;
      top: -20px;
      right: -20px;
      padding: 10px;
      font-size: 21px;
      background: #FFFFFF;
      border-radius: 22px;
      cursor: pointer;
      border: 2px solid #f5f5f5; }
      .popup .popup-content-container .popup-close:hover {
        border: 2px solid #c0262c;
        color: #999999; }
    .popup .popup-content-container .popup-content {
      overflow: auto;
      height: 100%;
      width: 100%;
      background: #FFFFFF;
      text-align: center; }
      .popup .popup-content-container .popup-content img.image {
        width: auto;
        cursor: default; }

@media (min-height: 790px) {
  .popup .popup-content-container .popup-content {
    overflow: hidden; }
    .popup .popup-content-container .popup-content img.image {
      height: 100%; } }
.switch-navigation {
  position: fixed;
  bottom: 30px;
  right: 0;
  background: rgba(238, 238, 238, 0.4);
  font-size: 20px; }
  .switch-navigation span {
    color: rgba(153, 153, 153, 0.2);
    padding: 10px 15px 12px 15px;
    cursor: pointer; }
    .switch-navigation span.show-table {
      padding-left: 7px; }
    .switch-navigation span.show-list {
      padding-right: 7px; }
    .switch-navigation span.active {
      color: rgba(192, 38, 44, 0.2); }
      .switch-navigation span.active:hover {
        color: #c0262c; }
    .switch-navigation span:hover {
      color: #999999; }

.toggle-view > div {
  display: none; }
.toggle-view .active {
  display: block; }

.shop h4 {
  text-align: center; }
.shop .row {
  padding: 0; }
.shop #preview {
  margin-top: 90px;
  height: 348px;
  overflow: hidden;
  position: relative; }
.shop #preview div {
  background-repeat: no-repeat;
  background-position: center center; }
.shop a.circle-container {
  width: 100px;
  height: 100px; }
  .shop a.circle-container div.circle {
    width: 100px;
    border-radius: 100px;
    background-color: #f5f5f5;
    height: 100px;
    background-repeat: no-repeat;
    padding: 0 0;
    text-align: center; }
    .shop a.circle-container div.circle div.inner-circle {
      color: #ffffff;
      width: 100px;
      border-radius: 100px;
      background: rgba(0, 0, 0, 0.57);
      height: 100px;
      padding: 34px 0;
      margin: 0 auto;
      border: 3px solid transparent; }
    .shop a.circle-container div.circle span {
      color: #ffffff;
      font-weight: lighter; }
.shop a.circle-container.active div.circle div.inner-circle {
  border: 3px solid #c0262c; }
.shop a.circle-container.active div.circle div.inner-circle,
.shop a.circle-container:hover div.circle div.inner-circle {
  background: rgba(0, 0, 0, 0.1);
  opacity: 1; }
.shop a.circle-container[data-device-color] div.circle div.inner-circle,
.shop a.circle-container[data-color] div.circle div.inner-circle,
.shop a.circle-container[data-device-color].active div.circle div.inner-circle {
  background: none; }
.shop a.circle-container[data-device="ipad-air"] div.circle {
  background-image: url("img/ipad-grey.png");
  background-position: -11px -8px;
  background-size: 113%; }
.shop a.circle-container[data-device="ipad-mini"] div.circle {
  background-image: url("img/ipad-grey.png");
  background-position: 14px 8px;
  background-size: 72%; }
.shop a.circle-container[data-device-color="space-grey"] div.circle {
  background: linear-gradient(to bottom, #66656a 0%, #a3a2a7 100%); }
.shop a.circle-container[data-device-color="silver"] div.circle {
  background: linear-gradient(to bottom, #bdbfbe 0%, #e7e9e8 100%); }
.shop a.circle-container[data-color="black"] div.circle {
  background: #000000; }
.shop a.circle-container[data-color="white"] div.circle {
  background: #FFFFFF;
  border: 1px solid #999999; }
  .shop a.circle-container[data-color="white"] div.circle .inner-circle {
    color: #000000; }
    .shop a.circle-container[data-color="white"] div.circle .inner-circle span {
      color: #000000; }
.shop a.circle-container[data-color="red"] div.circle {
  background: #c0262c; }
.shop a.circle-container[data-color="orange"] div.circle {
  background: #f7931e; }
.shop a.circle-container[data-color="green"] div.circle {
  background: #a1cd3a; }
.shop a.circle-container[data-color="yellow"] div.circle {
  background: #f1c40f; }
.shop a.circle-container[data-cards] div.circle,
.shop a.circle-container[data-options="extensioncable"] div.circle,
.shop a.circle-container[data-options="kensington"] div.circle {
  background-image: url("img/options.png"); }
.shop a.circle-container[data-options="kensington"] div.circle {
  background-position: 0 -100px; }
.shop a.circle-container[data-options="extensioncable"] div.circle {
  background-position: 0 0; }
.shop a.circle-container[data-cards] div.circle {
  background-position: 0 -200px; }
.shop #preview div {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out; }
.shop #preview .active {
  opacity: 1; }
.shop .symbol {
  height: 87px;
  width: 87px;
  position: absolute;
  right: 15px;
  bottom: 15px;
  display: none; }
  .shop .symbol svg {
    width: 100%;
    height: 100%;
    fill: #1B84DB; }
.shop #preview .inactive h3,
.shop #preview div[data-device] h3 {
  display: none; }
.shop #preview [data-device-cellular="true"] .symbol {
  display: block; }
.shop #preview [data-device="ipad-mini"] {
  background-image: url("img/order/ipad_mini_black.png");
  background-size: 50%; }
.shop #preview [data-device="ipad-own"] {
  background-image: url("img/order/500_F_50711901_tQuBa0lj17i2l7oZzaqIVyqUuixIP478.jpg");
  background-size: 50%; }
.shop #preview [data-device="ipad-air"] {
  background-image: url("img/order/ipad_air_black.png");
  background-size: 70%; }
.shop #preview [data-device="ipad-mini"][data-device-color="silver"] {
  background-image: url("img/order/ipad_mini_white.png");
  background-size: 50%; }
.shop #preview [data-device="ipad-air"][data-device-color="silver"] {
  background-image: url("img/order/ipad_air_white.png");
  background-size: 70%; }
.shop #preview [data-device="ipad-mini"][data-device-color="silver"][data-color="black"],
.shop #preview [data-device="ipad-air"][data-device-color="silver"][data-color="black"],
.shop #preview [data-color="black"] {
  background-image: url("img/stand-black-black.png");
  background-size: 115%; }
.shop #preview [data-device="ipad-mini"][data-device-color="silver"][data-color="white"],
.shop #preview [data-device="ipad-air"][data-device-color="silver"][data-color="white"],
.shop #preview [data-color="white"] {
  background-image: url("img/stand-black-white.png");
  background-size: 115%; }
.shop #preview [data-device="ipad-mini"][data-device-color="silver"][data-color="red"],
.shop #preview [data-device="ipad-air"][data-device-color="silver"][data-color="red"],
.shop #preview [data-color="red"] {
  background-image: url("img/stand-black-red.png");
  background-size: 115%; }
.shop #preview [data-device="ipad-mini"][data-device-color="silver"][data-color="yellow"],
.shop #preview [data-device="ipad-air"][data-device-color="silver"][data-color="yellow"],
.shop #preview [data-color="yellow"] {
  background-image: url("img/stand-black-yellow.png");
  background-size: 115%; }
.shop #preview [data-device="ipad-mini"][data-device-color="silver"][data-color="green"],
.shop #preview [data-device="ipad-air"][data-device-color="silver"][data-color="green"],
.shop #preview [data-color="green"] {
  background-image: url("img/stand-black-green.png");
  background-size: 115%; }
.shop #preview [data-device="ipad-mini"][data-device-color="silver"][data-color="orange"],
.shop #preview [data-device="ipad-air"][data-device-color="silver"][data-color="orange"],
.shop #preview [data-color="orange"] {
  background-image: url("img/stand-black-orange.png");
  background-size: 115%; }
.shop .customer-cards {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }
.shop .customer-cards span {
  font-size: 50px;
  vertical-align: -3px;
  padding: 0 9px;
  cursor: pointer; }
.shop .customer-cards strong {
  font-weight: normal;
  display: inline-block;
  font-size: 35px;
  text-align: center;
  width: 85px; }

.order .content .listing .row {
  border-bottom: 1px solid #f5f5f5;
  margin-top: 30px;
  margin-bottom: 30px; }
  .order .content .listing .row [class^=col-] {
    padding-top: 20px; }
  .order .content .listing .row .last {
    text-align: right; }
  .order .content .listing .row .checkout-item-img {
    padding-top: 0; }
    .order .content .listing .row .checkout-item-img div {
      height: 110px;
      width: 167px;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center; }
.order .content .listing .IPAD_MINI .checkout-item-img div,
.order .content .listing .IPAD_AIR .checkout-item-img div {
  background-image: url("img/ipad-grey.png"); }
.order .content .listing .IPAD_MINI .checkout-item-img div.silver,
.order .content .listing .IPAD_AIR .checkout-item-img div.silver {
  background-image: url("img/ipad-silver.png"); }
.order .content .listing .stand-black .checkout-item-img div {
  background-image: url("img/stand-black-black.png"); }
.order .content .listing .stand-white .checkout-item-img div {
  background-image: url("img/stand-black-white.png"); }
.order .content .listing .stand-yellow .checkout-item-img div {
  background-image: url("img/stand-black-yellow.png"); }
.order .content .listing .stand-red .checkout-item-img div {
  background-image: url("img/stand-black-red.png"); }
.order .content .listing .stand-orange .checkout-item-img div {
  background-image: url("img/stand-black-orange.png"); }
.order .content .listing .stand-green .checkout-item-img div {
  background-image: url("img/stand-black-green.png"); }
.order .content .listing .customerCards .checkout-item-img div,
.order .content .listing .pfmCardsFee .checkout-item-img div,
.order .content .listing .pfmCards .checkout-item-img div {
  background-image: url("img/cards.png");
  background-size: cover;
  background-position: 0 14px; }
.order .content .listing .pfmCardsFee .checkout-item-img div {
  background-position: 0 -110px; }
.order .content .listing .customerCards .checkout-item-img div {
  background-position: 0 -220px; }
.order .content .listing .kensington .checkout-item-img div,
.order .content .listing .extensioncable .checkout-item-img div {
  background-image: url("img/options.png");
  background-size: initial;
  background-position: 0 0px;
  height: 100px; }
.order .content .listing .kensington .checkout-item-img div {
  background-position: 0 -100px; }
.order .content .price {
  margin-top: 16px; }
  .order .content .price p {
    text-align: left; }
    .order .content .price p span:last-child {
      float: right; }
    .order .content .price p span.small {
      float: left; }
  .order .content .price .refresh {
    border: none;
    background: none;
    display: block;
    clear: both;
    font-size: 10px;
    padding: 0;
    margin: 0; }
  .order .content .price .refresh:hover {
    text-decoration: underline; }
.order .content .contact {
  margin-bottom: 25px; }
  .order .content .contact.errors .required input {
    border-color: #c0262c; }
  .order .content .contact.errors .errortext {
    border: 1px solid #c0262c; }

.checkout .content .order p,
.order .content .order p {
  text-align: right; }
.checkout .content .order .btn,
.order .content .order .btn {
  float: right; }
.checkout .content .breadcrump,
.order .content .breadcrump {
  margin-top: 65px; }
  .checkout .content .breadcrump .glyphicon-chevron-right,
  .order .content .breadcrump .glyphicon-chevron-right {
    font-size: 10px; }
  .checkout .content .breadcrump .current,
  .order .content .breadcrump .current {
    text-decoration: underline; }
.checkout .checkout .listing .row,
.order .checkout .listing .row {
  border-bottom: 1px solid #f5f5f5; }
  .checkout .checkout .listing .row .last,
  .order .checkout .listing .row .last {
    text-align: right; }
.checkout .contact,
.order .contact {
  padding-top: 0;
  padding-bottom: 0; }
  .checkout .contact [class^=col-],
  .order .contact [class^=col-] {
    padding-top: 0;
    padding-bottom: 0; }
.checkout input.change-order,
.order input.change-order {
  border: none;
  background: transparent;
  color: #c0262c;
  padding: 8px 0 0 0; }
.checkout input.change-order:hover,
.order input.change-order:hover {
  text-decoration: underline; }
.checkout .checkout,
.order .checkout {
  margin-top: 25px; }

#gmap_canvas {
  height: 200px; }
  #gmap_canvas img {
    max-width: none !important;
    background: none !important; }

.app .screenshots {
  width: 4000px;
  overflow: scroll; }
  .app .screenshots img {
    height: 200px; }
.app .badges {
  text-align: center;
  margin-top: 50px; }
  .app .badges div {
    width: 345px;
    margin: 0 auto; }
    .app .badges div a {
      display: block;
      float: left; }
      .app .badges div a.playstore img {
        height: 66px;
        margin-left: -7px; }
      .app .badges div a svg {
        width: 157px;
        height: 44px; }
    .app .badges div a:first-child {
      margin-right: 50px; }

@media (min-width: 767px) {
  .shop .checkout {
    position: fixed;
    height: 100px;
    background: rgba(72, 72, 72, 0.85);
    color: #FFFFFF;
    bottom: 0;
    width: 100%;
    z-index: 1; }

  #gmap_canvas {
    height: 500px; } }
.row {
  padding: 0; }

.interrupt {
  background: #c0262c;
  height: 4px; }

.basic,
.professional,
.enterprise {
  background-attachment: fixed;
  color: white;
  background-size: cover;
  background-repeat: no-repeat; }

.basic h2,
.professional h2,
.enterprise h2 {
  color: white;
  font-size: 65px;
  font-family: Nunito;
  font-weight: lighter; }

@media (max-width: 750px) {
  .basic h2,
  .professional h2,
  .enterprise h2 {
    font-size: 33px; } }
.basic h2 {
  text-align: right;
  padding-top: 49px; }

.basic h2:before {
  content: ' ';
  display: block;
  border-radius: 100%;
  height: 150px;
  width: 150px;
  border: 5px solid rgba(255, 255, 255, 0.1);
  background: transparent;
  position: absolute;
  top: -20px;
  right: -50px; }

.professional h2:before {
  content: ' ';
  display: block;
  border-radius: 100%;
  height: 220px;
  width: 220px;
  border: 5px solid rgba(192, 38, 44, 0.1);
  background: transparent;
  position: absolute;
  top: 15px;
  left: 363px; }

.basic {
  position: relative;
  background-image: url(img/basic.jpg); }

.basic,
.basic h2,
.basic p {
  text-align: right; }

.professional {
  background-image: url(img/professional.jpg); }

.professional,
.professional h2,
.professional p {
  text-align: left; }

.enterprise h2:before {
  content: ' ';
  display: block;
  border-radius: 100%;
  height: 120px;
  width: 120px;
  border: 5px solid rgba(158, 158, 158, 0.32);
  background: transparent;
  position: absolute;
  top: 0px;
  left: 246px; }

.row.enterprise {
  background-image: url(img/enterprise.jpg); }
  .row.enterprise .quote {
    min-height: 400px; }

.background-opacity {
  background: rgba(0, 0, 0, 0.2);
  overflow: hidden;
  padding-top: 30px; }

.home.customer .list .special-1 img {
  float: left; }
.home.customer .list .special-1 .store-container {
  text-align: left;
  overflow: hidden; }
  .home.customer .list .special-1 .store-container a {
    display: block; }
    .home.customer .list .special-1 .store-container a.playstore img {
      width: 126px;
      margin-left: -8px; }
    .home.customer .list .special-1 .store-container a svg,
    .home.customer .list .special-1 .store-container a img {
      width: 110px; }
  .home.customer .list .special-1 .store-container a svg {
    margin-top: 25px; }

#map-canvas {
  height: 800px;
  margin: 0;
  padding: 0; }
  #map-canvas p {
    text-align: left; }
  #map-canvas h6,
  #map-canvas h4 {
    color: #f7931e; }
  #map-canvas .map-content-cad h6,
  #map-canvas .map-content-cad h4 {
    color: #D59E74; }
  #map-canvas .map-content-pfm h6,
  #map-canvas .map-content-pfm h4 {
    color: #f7931e; }
  #map-canvas .map-content-lnr h6,
  #map-canvas .map-content-lnr h4 {
    color: #008E36; }
  #map-canvas .map-content-kka h6,
  #map-canvas .map-content-kka h4 {
    color: #E30613; }
  #map-canvas .map-content-ppc h6,
  #map-canvas .map-content-ppc h4 {
    color: #019fea; }
  #map-canvas .map-content-vnn h6,
  #map-canvas .map-content-vnn h4 {
    color: #d60c1c; }

#map-canvas-legend .map-canvas-legend-element {
  margin-bottom: 12px;
  width: 50%;
  float: left; }
  #map-canvas-legend .map-canvas-legend-element img {
    width: 30px;
    float: left;
    margin-right: 12px; }
  #map-canvas-legend .map-canvas-legend-element p {
    text-align: left; }

@media (max-width: 767px) {
  #map-canvas-legend .map-canvas-legend-element {
    width: 100%; } }
.featurepage h3 {
  text-align: center; }
.featurepage .row {
  text-align: center; }
.featurepage .circles {
  margin-top: 150px;
  margin-bottom: 150px; }
.featurepage .singlepad .image {
  background-image: url("img/singlepad.jpg"); }
.featurepage .singlepad h3 {
  padding-top: 100px; }
.featurepage .dualpad .image {
  background-image: url("img/dualpad.jpg"); }
.featurepage .dualpad h3 {
  padding-top: 100px; }
.featurepage .cashdesk .image {
  background-image: url("img/kassenintegration.jpg"); }
.featurepage .cashdesk h3 {
  padding-top: 100px; }
.featurepage .image {
  width: 100%; }
.featurepage .loyalty-circle {
  text-align: center; }
  .featurepage .loyalty-circle .circle {
    background-position: center 25px; }
.featurepage .customer-circle {
  text-align: center; }
  .featurepage .customer-circle .circle {
    background-position: center -150px; }
.featurepage .coupon-circle {
  text-align: center; }
  .featurepage .coupon-circle .circle {
    background-position: 37px -309px; }

.row.list.paket-professional h3, .row.list.paket-basic h3 {
  padding-right: 110px; }
.row.list.paket-professional h3 span, .row.list.paket-basic h3 span {
  color: #c0262c;
  display: inline-block;
  margin-left: 10px;
  -webkit-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -ms-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease; }
.row.list.paket-professional h3 strong, .row.list.paket-basic h3 strong {
  display: inline-block;
  width: 0px;
  overflow: hidden;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: width 0.4s ease;
  -moz-transition: width 0.4s ease;
  -ms-transition: width 0.4s ease;
  -o-transition: width 0.4s ease;
  transition: width 0.4s ease; }
.row.list.paket-professional h3:hover span, .row.list.paket-basic h3:hover span {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
.row.list.paket-professional h3:hover strong, .row.list.paket-basic h3:hover strong {
  width: 57px; }
.row.list.paket-professional.b, .row.list.paket-basic.b {
  text-align: left; }
  .row.list.paket-professional.b div.b, .row.list.paket-basic.b div.b {
    position: absolute;
    top: -7px;
    width: 110px;
    right: -103px; }
  .row.list.paket-professional.b h3.b, .row.list.paket-basic.b h3.b {
    display: inline;
    position: relative;
    padding: 0; }
.row.list.paket-professional h3 span {
  color: #484848; }
.row.list.paket-professional h3 strong {
  color: #999999; }
.row.list.paket-professional h3:hover strong {
  width: 69px; }
.row.list .right {
  text-align: left; }
  .row.list .right h3 {
    position: relative;
    display: inline-block; }

.interrupter {
  position: absolute;
  top: 10px;
  right: -15px;
  width: 75px;
  background: #c0262c;
  border-top-left-radius: 21px;
  border-bottom-left-radius: 21px;
  height: 25px;
  padding: 3px 13px 0 0;
  text-align: right; }
  .interrupter span {
    margin: 0;
    font-size: 12px;
    color: #FFFFFF;
    position: absolute;
    top: 6px;
    left: 5px;
    -webkit-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    -ms-transition: transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease; }
  .interrupter strong {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
    vertical-align: top;
    line-height: 18px;
    -webkit-transition: width 0.4s ease;
    -moz-transition: width 0.4s ease;
    -ms-transition: width 0.4s ease;
    -o-transition: width 0.4s ease;
    transition: width 0.4s ease;
    overflow: hidden;
    display: inline-block; }

.paket-professional .interrupter {
  width: 115px;
  background-color: #999999; }

@media (max-width: 767px) {
  .interrupter {
    top: 0; } }
@media (min-width: 760px) {
  .page .row.list {
    -ms-flex-pack: center;
    -ms-flex-align: center;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-box-pack: center;
    -o-box-pack: center;
    box-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -o-box-align: center;
    box-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box; }
    .page .row.list > div {
      -moz-box-flex: 1; } }
.client .navigation.nav-pos {
  padding-top: 31px;
  padding-bottom: 0px; }
.client .contentpage .navigation.nav-pos,
.client .contentpage .navigation.nav-pos.mini {
  padding-top: 12px;
  padding-bottom: 0px; }
.client .navigation.nav-pos.mini {
  padding-top: 12px;
  padding-bottom: 3px; }
.client .home .row.intro {
  background-image: url("img/customer/home_background.jpg"); }
  .client .home .row.intro .shadow {
    -ms-flex-pack: center;
    -ms-flex-align: center;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-box-pack: center;
    -o-box-pack: center;
    box-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -o-box-align: center;
    box-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box; }
    .client .home .row.intro .shadow > div {
      -moz-box-flex: 1; }
.client .home .list {
  margin-top: 30px;
  text-align: center; }
  .client .home .list img {
    width: 50%; }

@media (min-width: 768px) {
  .client .page.contentpage .navigation .logo-container,
  .client .page.home .navigation .logo-container {
    margin-top: -31px; }
  .client .page.contentpage .navigation .logo-container,
  .client .page.home .navigation.mini .logo-container {
    margin-top: -11px; } }
.jobs .job {
  border-top: 4px solid #FFFFFF; }
  .jobs .job:first-child {
    border-top: none; }
  .jobs .job .title {
    background: #DDDDDD;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px;
    padding-left: 30px; }
    .jobs .job .title:hover {
      cursor: pointer; }
  .jobs .job .content {
    height: 0;
    overflow: hidden;
    padding: 0;
    -webkit-transition: height 250ms ease-in;
    -moz-transition: height 250ms ease-in;
    transition: height 250ms ease-in; }
    .jobs .job .content .row {
      margin: 0; }
  .jobs .job:before {
    content: '⋀';
    position: absolute;
    left: 26px;
    top: 10px;
    bottom: 10px;
    line-height: 25px;
    font-weight: bold; }
  .jobs .job.calculating .content {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    height: auto;
    padding: 20px;
    opacity: 0; }
  .jobs .job.opened:before {
    content: '⋁';
    color: #FFFFFF; }
  .jobs .job.opened .title {
    background: #c0262c;
    color: #FFFFFF;
    font-weight: bold; }
  .jobs .job.opened .content {
    height: auto;
    padding: 20px; }

.page_video_cad video, .page_video_str video {
  width: 100%;
  height: auto; }
.page_video_cad .container-fluid, .page_video_str .container-fluid {
  padding-top: 20px;
  padding-left: 11%;
  padding-right: 11%; }
.page_video_cad .page .navigation, .page_video_str .page .navigation {
  position: relative; }
.page_video_cad .navigation.nav-pos, .page_video_str .navigation.nav-pos {
  padding-top: 0;
  background-color: #DDDDDD; }
.page_video_cad .navigation.nav-pos.mini, .page_video_str .navigation.nav-pos.mini {
  height: 114px;
  padding-top: 0; }
.page_video_cad .navigation.mini .logo-container, .page_video_str .navigation.mini .logo-container {
  height: 114px;
  margin-top: -47px; }
.page_video_cad .page .navigation.mini .header-contact > div, .page_video_str .page .navigation.mini .header-contact > div {
  text-align: left;
  padding-top: 26px;
  padding-bottom: 1px;
  padding-left: 18px; }
.page_video_cad .page.scrolled .navigation ul, .page_video_str .page.scrolled .navigation ul {
  padding-top: 0; }
.page_video_cad .page .footer, .page_video_str .page .footer {
  margin-top: 0; }
.page_video_cad .page .navigation a, .page_video_str .page .navigation a {
  color: #000000; }
.page_video_cad .page .navigation a.btn, .page_video_str .page .navigation a.btn {
  color: #484848;
  background-color: #f5f5f5; }
.page_video_cad .page .navigation a:hover.btn, .page_video_str .page .navigation a:hover.btn {
  color: #484848;
  background-color: #999999; }
@media (max-width: 767px) {
  .page_video_cad .nav-pos, .page_video_str .nav-pos {
    position: absolute; }
  .page_video_cad .page, .page_video_str .page {
    min-height: 500px; }
  .page_video_cad .vid_cad, .page_video_cad .vid_str, .page_video_str .vid_cad, .page_video_str .vid_str {
    margin-top: 10px; }
  .page_video_cad .header, .page_video_str .header {
    position: relative; }
  .page_video_cad .container-fluid, .page_video_cad .container-fluid, .page_video_str .container-fluid, .page_video_str .container-fluid {
    padding-top: 0; } }

.page_video_cad .vid_str {
  display: none; }

.page_video_str .vid_cad {
  display: none; }

/*# sourceMappingURL=base.css.map */
