/* ----------------------------------------------------------------------------------------------------------
   CMS ------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/* Variables */
/* Width variables for responsive breakpoints */
/* Functions */
/* Get width in percentages */
/* Get height in ems */
/* Breakpoints */
/* Retina images */
/* Z-Index Scale */
body.cms {
  background-color: #F2F4F5; }

.card {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0.25rem; }
  .card .card-block {
    padding: 2rem; }
    .card .card-block h2 {
      color: #c39052;
      font-size: 24px; }
  .card p {
    font-size: 14px;
    line-height: 21px;
    font-weight: normal; }

.row::after {
  content: '';
  display: block;
  clear: both; }

.columns {
  margin: 0 0 2em;
  font-size: 1em;
  line-height: 1.8em; }
  .columns * {
    font-size: 1em;
    line-height: 1.8em; }
  .columns h2 {
    font-size: 1.5em; }
  @media screen and (max-width: 640px) {
    .columns {
      column-count: 1; } }

.content {
  width: 25%;
  float: left; }
  .content:first-child {
    padding-right: 1em; }
  @media screen and (max-width: 960px) {
    .content {
      width: 50%;
      float: left;
      padding-right: 4em; } }
  @media screen and (max-width: 640px) {
    .content {
      width: 100%;
      float: none;
      padding: 0; } }

.brands h1 {
  text-align: center; }
.brands .content {
  text-align: center;
  width: 20%;
  margin-bottom: 2em; }
  .brands .content a {
    color: #0a0a0a;
    text-decoration: none; }
  @media screen and (max-width: 960px) {
    .brands .content {
      width: 25%;
      float: left;
      padding: 0; } }
  @media screen and (max-width: 768px) {
    .brands .content {
      width: 33%;
      float: left;
      padding: 0; } }
  @media screen and (max-width: 640px) {
    .brands .content {
      width: 50%;
      float: left;
      padding: 0; } }

#licensepopup {
  background-color: #ffffff;
  padding: 2em 1em 3em;
  max-width: 600px; }
  @media screen and (max-width: 480px) {
    #licensepopup {
      max-width: 400px; } }

.license h1 a.trigger {
  vertical-align: 5px;
  margin-top: 10px; }

.media .flex {
  display: flex;
  align-items: stretch; }
  @media screen and (max-width: 640px) {
    .media .flex {
      display: block; } }
  .media .flex .content {
    width: 50%;
    text-align: center;
    padding: 10px; }
    .media .flex .content .mediabox {
      height: 100%;
      background-color: #ffffff;
      padding: 2em 3em; }
    @media screen and (max-width: 640px) {
      .media .flex .content {
        width: 100%; } }
.media .row .content {
  width: 100%;
  float: none;
  padding: 2em 0;
  text-align: center; }

.journal .content {
  width: 100%;
  margin-bottom: 2em;
  background-color: #ffffff;
  padding: 1em; }
  @media screen and (min-width: 960px) {
    .journal .content:nth-child(2n) {
      clear: both;
      margin-right: 4em; } }
  .journal .content a {
    text-decoration: none; }
  .journal .content h2 {
    margin-right: 150px;
    font-size: 20px; }
  .journal .content h2, .journal .content h3 {
    text-align: left; }
  .journal .content h3 {
    margin: 10px 0;
    font-size: 1em; }
  .journal .content .date {
    position: absolute;
    right: 20px;
    top: 23px;
    font-size: 14px;
    color: #c39052; }
  .journal .content .teaser {
    overflow-y: auto; }
    .journal .content .teaser img {
      max-width: 40%;
      margin-right: 1em;
      float: left; }
      @media screen and (max-width: 480px) {
        .journal .content .teaser img {
          max-width: 100%; } }
  .journal .content.detail {
    width: 100%; }
    .journal .content.detail h3 {
      font-size: 20px; }
    .journal .content.detail img {
      max-width: 100%; }
    .journal .content.detail .text {
      line-height: 150%;
      font-weight: 300; }
      @media screen and (min-width: 960px) {
        .journal .content.detail .text {
          columns: 2;
          column-gap: 4em; } }

.payment .content {
  width: calc(100% / 3);
  padding: 0; }
  .payment .content img {
    max-width: 100%; }
  @media screen and (max-width: 640px) {
    .payment .content {
      width: 33%;
      float: left; } }

.faq dd {
  display: none;
  margin: 0 0 1em 0; }
.faq dt {
  cursor: pointer;
  border-top: 1px solid #000000;
  padding-top: 10px; }
  .faq dt h2 {
    display: inline-block;
    margin-right: 10px; }
  .faq dt:first-child {
    border-top: none; }
  .faq dt:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 26px;
    vertical-align: -1px;
    color: #c39052;
    content: '\f078';
    float: right; }
  .faq dt.opened:after {
    content: '\f077'; }
.faq .mono {
  white-space: nowrap;
  font-weight: 500; }
.faq form.contact-form {
  margin: initial; }
@media screen and (min-width: 640px) {
  .faq .content {
    width: 50%;
    float: left;
    padding-right: 4em; } }

.jobs .flex {
  display: flex;
  align-items: stretch; }
  @media screen and (max-width: 640px) {
    .jobs .flex {
      display: block; } }
  .jobs .flex .content {
    width: 50%;
    padding: 10px; }
    @media screen and (max-width: 640px) {
      .jobs .flex .content {
        text-align: center;
        width: 100%; } }
    .jobs .flex .content .job {
      float: left;
      margin-bottom: 2em;
      padding: 2em;
      background-color: #ffffff;
      height: 100%; }
      .jobs .flex .content .job:first-child {
        margin-right: 2em; }
      @media screen and (max-width: 960px) {
        .jobs .flex .content .job {
          width: 100%;
          float: none; } }
      .jobs .flex .content .job h3 {
        margin-bottom: 1em; }
      .jobs .flex .content .job img {
        width: 100%; }

.stock .content {
  background-color: #ffffff;
  margin-bottom: 2em;
  padding: 2em 0;
  float: left;
  width: 45%; }
  .stock .content:nth-child(2n+1) {
    margin-right: 3em;
    clear: both; }
  @media screen and (max-width: 640px) {
    .stock .content {
      width: 100%; } }
  .stock .content h3 {
    margin-left: 16px; }
  .stock .content .fair {
    margin: 1em 0;
    padding: 16px;
    background-color: #f9f9f9; }
    .stock .content .fair:nth-child(2n+1) {
      background-color: #e4e4e4; }
    .stock .content .fair .date {
      font-size: 14px;
      font-weight: 500; }
    .stock .content .fair .url a {
      font-size: 14px; }

.contact .content {
  width: 50%;
  padding-right: 4em; }
  @media screen and (max-width: 640px) {
    .contact .content {
      width: 100%;
      padding-right: 0; } }
  @media screen and (max-width: 960px) {
    .contact .content:nth-child(2) {
      padding-left: 0;
      padding-right: 0; } }

.invest .content, .auto .content, .bestdeal .content, .bewerbung .content, .bewerbung-it .content {
  width: 50%;
  padding-right: 4em; }
  .invest .content .red, .auto .content .red, .bestdeal .content .red, .bewerbung .content .red, .bewerbung-it .content .red {
    color: red; }
  .invest .content li, .auto .content li, .bestdeal .content li, .bewerbung .content li, .bewerbung-it .content li {
    margin-bottom: 12px; }
  .invest .content .fa-long-arrow-alt-right, .auto .content .fa-long-arrow-alt-right, .bestdeal .content .fa-long-arrow-alt-right, .bewerbung .content .fa-long-arrow-alt-right, .bewerbung-it .content .fa-long-arrow-alt-right {
    font-size: 36px;
    color: #c39052;
    margin-left: 10px;
    vertical-align: -8px; }
  .invest .content .premium-partner, .auto .content .premium-partner, .bestdeal .content .premium-partner, .bewerbung .content .premium-partner, .bewerbung-it .content .premium-partner {
    margin-bottom: 3em; }
    .invest .content .premium-partner button, .auto .content .premium-partner button, .bestdeal .content .premium-partner button, .bewerbung .content .premium-partner button, .bewerbung-it .content .premium-partner button {
      display: none; }
    @media screen and (max-width: 640px) {
      .invest .content .premium-partner .hidemobile, .auto .content .premium-partner .hidemobile, .bestdeal .content .premium-partner .hidemobile, .bewerbung .content .premium-partner .hidemobile, .bewerbung-it .content .premium-partner .hidemobile {
        display: none; }
      .invest .content .premium-partner button, .auto .content .premium-partner button, .bestdeal .content .premium-partner button, .bewerbung .content .premium-partner button, .bewerbung-it .content .premium-partner button {
        display: block;
        margin: 0 auto; } }
  .invest .content .fact-sheet, .auto .content .fact-sheet, .bestdeal .content .fact-sheet, .bewerbung .content .fact-sheet, .bewerbung-it .content .fact-sheet {
    margin-bottom: 3em; }
    .invest .content .fact-sheet h3, .auto .content .fact-sheet h3, .bestdeal .content .fact-sheet h3, .bewerbung .content .fact-sheet h3, .bewerbung-it .content .fact-sheet h3 {
      font-weight: 600;
      text-decoration: underline; }
    .invest .content .fact-sheet button, .auto .content .fact-sheet button, .bestdeal .content .fact-sheet button, .bewerbung .content .fact-sheet button, .bewerbung-it .content .fact-sheet button {
      display: none; }
    .invest .content .fact-sheet dl dt, .auto .content .fact-sheet dl dt, .bestdeal .content .fact-sheet dl dt, .bewerbung .content .fact-sheet dl dt, .bewerbung-it .content .fact-sheet dl dt {
      display: inline-block;
      width: 180px;
      vertical-align: top; }
      .invest .content .fact-sheet dl dt:before, .auto .content .fact-sheet dl dt:before, .bestdeal .content .fact-sheet dl dt:before, .bewerbung .content .fact-sheet dl dt:before, .bewerbung-it .content .fact-sheet dl dt:before {
        content: '\2022';
        margin-right: 10px; }
    .invest .content .fact-sheet dl dd, .auto .content .fact-sheet dl dd, .bestdeal .content .fact-sheet dl dd, .bewerbung .content .fact-sheet dl dd, .bewerbung-it .content .fact-sheet dl dd {
      display: inline-block;
      width: 50%;
      font-weight: 500; }
      @media screen and (max-width: 1080px) {
        .invest .content .fact-sheet dl dd, .auto .content .fact-sheet dl dd, .bestdeal .content .fact-sheet dl dd, .bewerbung .content .fact-sheet dl dd, .bewerbung-it .content .fact-sheet dl dd {
          width: 100%;
          margin-left: 1em; } }
    @media screen and (max-width: 640px) {
      .invest .content .fact-sheet button, .auto .content .fact-sheet button, .bestdeal .content .fact-sheet button, .bewerbung .content .fact-sheet button, .bewerbung-it .content .fact-sheet button {
        display: block;
        margin: 0 auto; } }
  @media screen and (max-width: 640px) {
    .invest .content, .auto .content, .bestdeal .content, .bewerbung .content, .bewerbung-it .content {
      width: 100%;
      padding-right: 0; } }

.hero .flexslider {
  border: none;
  color: #ffffff;
  margin: 0; }
  .hero .flexslider .herosearch {
    display: none;
    text-align: center;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 50px; }
    @media screen and (min-width: 641px) {
      .hero .flexslider .herosearch {
        display: block;
        bottom: 0; } }
    @media screen and (min-width: 768px) {
      .hero .flexslider .herosearch {
        bottom: 1vw; } }
    @media screen and (min-width: 961px) {
      .hero .flexslider .herosearch {
        bottom: 2vw; } }
    @media screen and (min-width: 1080px) {
      .hero .flexslider .herosearch {
        bottom: 3vw; } }
    @media screen and (min-width: 1600px) {
      .hero .flexslider .herosearch {
        bottom: 5vw; } }
    .hero .flexslider .herosearch input {
      width: 300px;
      height: 45px;
      border: none;
      margin: 0 -5px 0 0;
      padding: 0 10px;
      vertical-align: top;
      font-size: 14px;
      font-weight: 300;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .hero .flexslider .herosearch button {
      background: #c39052;
      border: none;
      height: 45px;
      padding: 0 10px;
      vertical-align: top;
      font-size: 20px;
      color: #ffffff;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px; }
  .hero .flexslider figcaption {
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.35); }
  .hero .flexslider .slide-info {
    margin: auto;
    max-width: 640px;
    text-align: center; }
    .hero .flexslider .slide-info .slide-text {
      margin: auto;
      max-width: 640px;
      text-align: center;
      text-transform: uppercase;
      font-size: 34px;
      font-weight: 300;
      line-height: 1.2em; }
      @media screen and (max-width: 960px) {
        .hero .flexslider .slide-info .slide-text {
          font-size: 26px; } }
      @media screen and (max-width: 640px) {
        .hero .flexslider .slide-info .slide-text {
          font-size: 20px;
          width: 80%; } }
      @media screen and (max-width: 480px) {
        .hero .flexslider .slide-info .slide-text {
          font-size: 16px; } }
    .hero .flexslider .slide-info .slide-button a {
      margin-top: 1.2rem; }
  .hero .flexslider .flex-direction-nav {
    display: block; }
    .hero .flexslider .flex-direction-nav li {
      position: initial; }
      .hero .flexslider .flex-direction-nav li a {
        text-decoration: none;
        display: block;
        width: 40px;
        height: 40px;
        margin: -20px 0 0;
        position: absolute;
        top: 50%;
        z-index: 10;
        overflow: hidden;
        opacity: 0;
        cursor: pointer;
        color: rgba(0, 0, 0, 0.8);
        text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
        .hero .flexslider .flex-direction-nav li a:before {
          font-family: "flexslider-icon";
          display: inline-block;
          content: ' ';
          text-indent: -9999px;
          width: 30px;
          height: 50px; }
        .hero .flexslider .flex-direction-nav li a.flex-prev {
          left: 20px; }
          .hero .flexslider .flex-direction-nav li a.flex-prev:before {
            content: ' ';
            background: url("/images/sprite.svg") no-repeat scroll 0 -3px; }
        .hero .flexslider .flex-direction-nav li a.flex-next {
          right: 20px;
          text-align: right; }
          .hero .flexslider .flex-direction-nav li a.flex-next:before {
            content: ' ';
            background: url("/images/sprite.svg") no-repeat scroll 0 -71px; }
.hero .checks-bar {
  background-color: #ffffff;
  padding: 1em; }
  .hero .checks-bar ul {
    list-style-type: none;
    margin: 0;
    columns: 3;
    max-width: 1140px;
    margin: 0 auto; }
    @media screen and (max-width: 960px) {
      .hero .checks-bar ul {
        columns: 2; } }
    @media screen and (max-width: 480px) {
      .hero .checks-bar ul {
        columns: 1; } }
    .hero .checks-bar ul li {
      font-size: 12px;
      font-weight: 500;
      background: url(sprite.svg) no-repeat scroll 0px -127px;
      padding: 3px 0 10px 25px; }

.main-container.home {
  padding-top: 0; }

.home {
  max-width: 1140px;
  margin: 0 auto; }
  .home h1 {
    text-align: center;
    margin: 2em 0 0;
    font-size: 36px;
    color: #000000; }
  .home h2 {
    text-align: center;
    margin: 3em 0 2em;
    font-size: 30px; }
  .home h3.category {
    padding-bottom: 8px; }
  .home p.h1 {
    text-align: center;
    margin: 1em 0 3em;
    font-size: 12px;
    font-weight: 500; }
  .home .flex {
    display: flex;
    align-items: stretch; }
    @media screen and (max-width: 640px) {
      .home .flex {
        display: block; } }
    .home .flex .content {
      width: 50%;
      float: left; }
      @media screen and (max-width: 640px) {
        .home .flex .content {
          width: 100%;
          float: none; } }
      @media screen and (max-width: 480px) {
        .home .flex .content {
          padding: 0;
          margin-bottom: 4px; } }
      @media screen and (max-width: 640px) {
        .home .flex .content:first-child {
          padding-right: 0;
          margin-bottom: 1em; } }
      .home .flex .content:nth-child(2) {
        padding-left: 1em;
        padding-right: 0; }
        @media screen and (max-width: 640px) {
          .home .flex .content:nth-child(2) {
            padding-left: 0; } }
      .home .flex .content .teaserbox {
        text-align: center;
        background-color: #ffffff;
        padding: 3em 2em;
        height: 100%;
        border-radius: 10px; }
        .home .flex .content .teaserbox img {
          height: 48px; }
        .home .flex .content .teaserbox h2, .home .flex .content .teaserbox .content-h2 {
          font-weight: 100;
          font-size: 24px;
          margin: 1em 0 0; }
        .home .flex .content .teaserbox p {
          font-weight: 100;
          font-size: 14px;
          margin-top: 8px; }
        .home .flex .content .teaserbox.dark {
          background-color: #1a253c; }
          .home .flex .content .teaserbox.dark h2, .home .flex .content .teaserbox.dark p, .home .flex .content .teaserbox.dark .content-h2 {
            color: #ffffff; }
        .home .flex .content .teaserbox i.fa-envelope {
          color: #c39052; }
        .home .flex .content .teaserbox .btn-primary {
          min-width: 180px; }
  .home .owl-carousel.top-offers {
    margin-bottom: 2em; }
    .home .owl-carousel.top-offers.watches .owl-nav {
      margin-top: 26px; }
    .home .owl-carousel.top-offers.watches .owl-item {
      height: 288px; }
      @media screen and (max-width: 480px) {
        .home .owl-carousel.top-offers.watches .owl-item {
          height: initial; } }
      .home .owl-carousel.top-offers.watches .owl-item .item img {
        width: 268px;
        height: 268px;
        object-fit: cover; }
        @media screen and (max-width: 480px) {
          .home .owl-carousel.top-offers.watches .owl-item .item img {
            height: initial; } }
  .home .owl-carousel .owl-item {
    height: 238px; }
    @media screen and (max-width: 480px) {
      .home .owl-carousel .owl-item {
        height: 346px; } }
    .home .owl-carousel .owl-item .item {
      background-color: #ffffff;
      height: 100%;
      border-radius: 10px; }
      .home .owl-carousel .owl-item .item a {
        display: block;
        height: calc(100% - 69px); }
      .home .owl-carousel .owl-item .item > div {
        height: 70px;
        top: 0;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px; }
        .home .owl-carousel .owl-item .item > div p {
          font-weight: normal;
          padding: 5px 15px 0;
          background-color: #ffffff;
          text-align: left;
          margin: 0;
          font-size: 14px;
          color: #666; }
          .home .owl-carousel .owl-item .item > div p:first-child {
            color: #0a0a0a;
            padding-top: 10px;
            font-size: 16px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
          .home .owl-carousel .owl-item .item > div p:last-child {
            padding-bottom: 10px;
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px; }
      .home .owl-carousel .owl-item .item img {
        width: 100%;
        height: auto;
        max-height: 228px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px; }
        @media screen and (max-width: 480px) {
          .home .owl-carousel .owl-item .item img {
            height: initial;
            max-height: none; } }
  .home .owl-nav {
    position: absolute;
    top: 15%;
    left: 0;
    right: 0; }
    .home .owl-nav button {
      position: absolute;
      background-color: rgba(255, 255, 255, 0.6) !important; }
      .home .owl-nav button.owl-prev {
        left: 0; }
      .home .owl-nav button.owl-next {
        right: 0; }
      .home .owl-nav button:hover {
        background-color: #ffffff !important; }
      .home .owl-nav button:focus {
        outline: none !important; }
      .home .owl-nav button span {
        color: #c39052;
        font-size: 96px;
        line-height: 36px; }
  .home .owl-dots {
    margin-top: 10px; }
    .home .owl-dots .owl-dot.active span, .home .owl-dots .owl-dot:hover span {
      background-color: #c39052 !important; }
    @media screen and (max-width: 480px) {
      .home .owl-dots {
        display: none; } }

.main-content.investment h1 {
  margin: 0 0 2em; }
.main-content.investment .teaserbox .btn-primary {
  width: 220px; }

.toppricelist .flex {
  display: flex;
  align-items: stretch; }
  @media screen and (max-width: 960px) {
    .toppricelist .flex {
      display: block; } }
  .toppricelist .flex .content {
    width: 50%;
    float: left;
    padding: 1em; }
    @media screen and (max-width: 960px) {
      .toppricelist .flex .content {
        width: 100%;
        padding: 0; } }
    .toppricelist .flex .content .pricelist {
      background-color: #ffffff;
      padding: 2em 1em;
      height: 100%; }
      .toppricelist .flex .content .pricelist h2 {
        text-align: center; }
      .toppricelist .flex .content .pricelist ol {
        font-size: 14px; }
        .toppricelist .flex .content .pricelist ol li {
          padding: 4px 8px; }
          .toppricelist .flex .content .pricelist ol li .title {
            max-width: calc(100% - 110px);
            font-size: 14px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            display: inline-block;
            vertical-align: top; }
          .toppricelist .flex .content .pricelist ol li .price {
            float: right;
            font-size: 14px;
            font-weight: 500;
            width: 110px;
            text-align: right;
            color: #0a0a0a; }

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