﻿html,
body {
    padding: 0;
    margin: 0;
    font-family: "Poppins";
    letter-spacing: 0.025em;
    color: #5e5e5e;
}
body {
    padding-bottom: 30px;
}
.is-hidden {
    display: none;
}
.no-bottom-margin {
    margin-bottom: 0 !important;
}
.tudor-quote {
    background: url("http://h184028.web227.dogado.net/wp-content/uploads/2021/05/homepage_quote_banner_img_quote_1_1680x400-scaled.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.tudor-quote:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 0;
    padding-bottom: 165px;
}
.no-figure-margin {
    margin-bottom: 0 !important;
    line-height: 0;
}
.no-figure-margin figure {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    line-height: 0;
}
.no-figure-margin figure img {
    height: 100%;
    max-height: 100%;
    width: auto;
    max-width: none;
}
.white-links a {
    color: #fff !important;
}
.fullwidth {
    width: 100vw;
    transform: translateX(-50%);
    left: 50%;
    position: relative;
    margin: 0;
    box-sizing: border-box;
}
.fullwidth.has-black-background {
    background: #000;
}
.fullwidth .has-white-color {
    color: #fff !important;
}
.fullwidth .has-white-color h1,
.fullwidth .has-white-color h2,
.fullwidth .has-white-color h3,
.fullwidth .has-white-color h4,
.fullwidth .has-white-color h5,
.fullwidth .has-white-color h6,
.fullwidth .has-white-color p {
    color: #fff !important;
}
figure.fullwidth {
    line-height: 0;
}
.page-id-254 .page-content {
    margin-bottom: 0;
}
.page-id-252 .title,
.page-id-611 .title,
.page-id-344 .title,
.page-id-254 .title {
    display: none;
}
.page-id-611 .page-content {
    max-width: 100%;
    margin: 0 31px 90px;
}
.page-id-254 .mejs-controls {
    display: none !important;
}
.page-id-254 .mejs-overlay .mejs-overlay-button {
    background-image: url("../assets/img/yt-play-button.png");
    background-position: center center;
    background-size: 68px 48px;
    height: 48px;
    width: 68px;
}
.page-id-254 .mejs-overlay:hover .mejs-overlay-button {
    background-image: url("../assets/img/yt-play-button.png");
    background-position: center center;
    background-size: 68px 48px;
    height: 48px;
    width: 68px;
}
@media screen and (max-width: 781px) {
    .testimonial-columns figure {
        margin-left: 0 !important;
        float: none;
    }
    .testimonial-columns figure img {
        max-width: 100%;
        width: 100%;
        height: auto;
    }
    .testimonial-columns .has-text-align-right {
        text-align: left;
    }
    .testimonial-columns.mobile-reversed {
        flex-direction: column-reverse;
    }
}
@media screen and (min-width: 782px) {
    .testimonial-columns .wp-block-column {
        flex-basis: unset;
        flex-grow: 0;
        flex-shrink: 0;
        width: 50% !important;
        margin-left: 0;
    }
    .testimonial-columns .wp-block-column h5,
    .testimonial-columns .wp-block-column h2,
    .testimonial-columns .wp-block-column p {
        padding-left: 28px;
    }
    .testimonial-columns .wp-block-column h5.has-text-align-right,
    .testimonial-columns .wp-block-column h2.has-text-align-right,
    .testimonial-columns .wp-block-column p.has-text-align-right {
        padding-right: 28px;
        padding-left: 0;
    }
}
@media screen and (max-width: 1023px) {
    .page-content .mobile-headline {
        font-size: 17px !important;
    }
    .mobile-image {
        margin-left: 0;
        margin-right: 0;
    }
    .mobile-image img {
        width: 100%;
        height: auto;
    }
    .testimonial-columns h5 {
        margin-top: 28px !important;
    }
}

/* =======================
   HEADER (NEU, mit .header-inner)
   ======================= */

header {
    width: 100%;
    min-height: 88px;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.2);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    position: relative;
    background: #fff;
    z-index: 1;
}

/* Inhalt auf 1400px begrenzen – Schatten bleibt am Header vollbreit */
header .header-inner {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: center;   /* horizontales Zentrieren */
    align-items: flex-end;     /* unten ausrichten */
    padding: 0 36px;
    box-sizing: border-box;
}

/* Logo links fixieren */
header .logo {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}
header .logo-mobile {
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
}
header .logo-desktop {
    display: none;
}

/* Mobile Trigger / Menü */
header .mobile-menu-trigger {
    position: absolute;
    top: 44px;
    right: 35px;
    transform: translateY(-50%);
    cursor: pointer;
}
header .mobile-menu-trigger .close {
    display: none;
}
header .mobile-menu {
    display: none;
    padding: 27px 36px;
    min-height: calc(100vh - 118px);
    box-sizing: border-box;
}
header .mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}
header .mobile-menu ul .menu-item {
    border-bottom: 1px solid #bfbfbf;
}
header .mobile-menu ul .menu-item a {
    text-decoration: none;
    color: #5e5e5e;
    line-height: 20px;
    font-size: 15px;
    padding: 16px 0;
    display: block;
    position: relative;
    text-transform: uppercase;
}
header .mobile-menu ul .menu-item a .menu-trigger {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("../assets/img/chevron.png");
    background-size: 22px 8px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 22px;
    height: 8px;
}
header .mobile-menu ul .menu-item .sub-menu {
    display: none;
    flex-direction: column;
}
header .mobile-menu ul .menu-item .sub-menu .menu-item {
    height: auto;
    border-bottom: 0;
}
header .mobile-menu ul .menu-item .sub-menu .menu-item a:not([href]) {
    font-weight: bold;
}
header .mobile-menu ul .menu-item.submenu-opened a .menu-trigger {
    transform: translateY(-50%) rotate(180deg);
}
header .mobile-menu ul .menu-item.submenu-opened .sub-menu {
    display: block;
}
header.mobile-menu-opened .mobile-menu {
    display: block;
}
header.mobile-menu-opened .mobile-menu-trigger .open {
    display: none;
}
header.mobile-menu-opened .mobile-menu-trigger .close {
    display: block;
}
@media screen and (min-width: 1024px) {
    header .mobile-menu-trigger { display: none; }
}

/* Desktop-Navigation (wird unter 1024px versteckt) */
header .main-navigation {
    display: none;
}
header .main-navigation ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
}
header .main-navigation ul .menu-item {
    position: relative;
}
header .main-navigation ul .menu-item a {
    text-decoration: none;
    text-transform: uppercase;
    color: #5e5e5e;
    line-height: 19px;
    font-size: 15px;
}
/* Dropdowns */
header .main-navigation ul .menu-item .sub-menu {
    display: none;
    position: absolute;
    left: -20px;
    bottom: 0;
    transform: translateY(100%);
    flex-direction: column;
    background: #fff;
    padding: 36px 20px 14px;
    transform-style: preserve-3d;
    min-width: 200px;
    z-index: 1;
}
header .main-navigation ul .menu-item .sub-menu .menu-item a:not([href]) {
    font-weight: bold;
}
header .main-navigation ul .menu-item .sub-menu:before {
    position: absolute;
    display: block;
    content: "";
    top: 35px;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.2);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    transform: translateZ(-1px);
}
header .main-navigation ul .menu-item .sub-menu .sub-menu {
    position: relative;
    transform: none;
    margin-top: 15px;
    margin-bottom: 25px;
    padding: 0;
    left: 0;
}
header .main-navigation ul .menu-item .sub-menu .sub-menu:before {
    display: none;
}
header .main-navigation ul .menu-item .sub-menu .sub-menu:last-of-type {
    margin-bottom: 0;
}
header .main-navigation ul .menu-item .sub-menu .menu-item {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 18px;
}
header .main-navigation ul .menu-item .sub-menu .menu-item:last-of-type {
    margin-bottom: 0;
}
header .main-navigation ul .menu-item:hover .sub-menu {
    display: block;
}

/* Distributor Badges (Position bleibt absolut) */
.distributor-badges {
/*    position: absolute;
    top: 27px;
    right: 99px;*/
    justify-content: flex-end;
    /*width: 334px;*/
    height: 75px;
    display: none;
    transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 1024px) {
    .distributor-badges { display: flex; width: 150px; }
}

/* Desktop-Layout ≥1024px */
@media screen and (min-width: 1024px) {
    header {
        height: 180px;
        padding: 30px 0 28px;
        z-index: 1;
        transition: all 0.4s ease-in-out;
        box-sizing: border-box;
        /* WICHTIG: header selbst kein Flex – das macht header-inner */
        display: block;
    }

    header .header-inner {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        height: 100%;
    }

    header .logo {
        /*margin: 0 50px 0 0;*/
        width: 150px;
        height: 100%;
        overflow: hidden;
        display: flex;
        /*justify-content: center;*/
    }
    header .logo-desktop { display: block; }
    header .logo-mobile { display: none; }

    /* Sichtbare Desktop-Navi: zentriert, nimmt die Mitte ein */
    header .main-navigation {
        display: flex;
        align-self: flex-end;
        flex: 1;                 /* mittlere Spalte */
        justify-content: center; /* Menüpunkte zentrieren */
        width: auto;
        margin: 0 auto;
    }

    /* Entfernt alte fixe Breitenberechnung (ALT: calc((100% - 326px)/2)) */

    header .navigation-left .menu { justify-content: flex-end; }
    header .navigation-left .menu-item { margin-left: 25px; margin-right: 25px; }
    header .navigation-right .menu-item { margin-right: 45px; }

    header.shrink { height: 115px; }
    header.shrink .logo-desktop svg {
        width: 60px;
        height: auto;
        transition: all 0.4s ease-in-out;
    }
    header.shrink .distributor-badges {
        display: none;
        transition: all 0.4s ease-in-out;
    }
}

@media screen and (min-width: 1127px) {
    header .navigation-left .menu-item { margin-left: 35px; margin-right: 35px; }
}
/* =======================
   ENDE HEADER
   ======================= */

@font-face {
    font-family: "SilkSerif";
    src: url("../assets/fonts/Silk-Serif/SilkSerif-Light.eot");
    src: url("../assets/fonts/Silk-Serif/SilkSerif-Light.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Silk-Serif/SilkSerif-Light.woff") format("woff"),
        url("../assets/fonts/Silk-Serif/SilkSerif-Light.ttf") format("truetype"), url("../assets/fonts/Silk-Serif/SilkSerif-Light.svg#SilkSerif-Light") format("svg");
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: "SilkSerif";
    src: url("../assets/fonts/Silk-Serif/SilkSerif-LightItalic.eot");
    src: url("../assets/fonts/Silk-Serif/SilkSerif-LightItalic.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Silk-Serif/SilkSerif-LightItalic.woff") format("woff"),
        url("../assets/fonts/Silk-Serif/SilkSerif-LightItalic.ttf") format("truetype"), url("../assets/fonts/Silk-Serif/SilkSerif-LightItalic.svg#SilkSerif-LightItalic") format("svg");
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
/* poppins-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('../assets/fonts/Poppins/poppins-v23-latin-300.woff2') format('woff2');
}
/* poppins-300italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 300;
  src: url('../assets/fonts/Poppins/poppins-v23-latin-300italic.woff2') format('woff2');
}
/* poppins-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../assets/fonts/Poppins/poppins-v23-latin-regular.woff2') format('woff2');
}
/* poppins-italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  src: url('../assets/fonts/Poppins/poppins-v23-latin-italic.woff2') format('woff2');
}
/* poppins-500 - latin */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('../assets/fonts/Poppins/poppins-v23-latin-500.woff2') format('woff2');
}
/* poppins-500italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 500;
  src: url('../assets/fonts/Poppins/poppins-v23-latin-500italic.woff2') format('woff2');
}
/* poppins-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('../assets/fonts/Poppins/poppins-v23-latin-600.woff2') format('woff2');
}
/* poppins-600italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 600;
  src: url('../assets/fonts/Poppins/poppins-v23-latin-600italic.woff2') format('woff2');
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -25px;
}
[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}
.slick-prev:before {
    content: "←";
}
[dir="rtl"] .slick-prev:before {
    content: "→";
}
.slick-next {
    right: -25px;
}
[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}
.slick-next:before {
    content: "→";
}
[dir="rtl"] .slick-next:before {
    content: "←";
}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    color: #000;
    opacity: 0.75;
}
.green-gradient {
    background: linear-gradient(135deg, #ffffff, #f0ebe8);
}
.green-gradient:hover {
    background: linear-gradient(135deg, #e8f0e9, #82cbaa);
}
.blue-gradient {
    background: linear-gradient(135deg, #ffffff, #f0ebe8);
}
.blue-gradient:hover {
    background: linear-gradient(135deg, #e8ecf0, #acc1d6);
}
.orange-gradient {
    background: linear-gradient(135deg, #ffffff, #f0ebe8);
}
.orange-gradient:hover {
    background: linear-gradient(135deg, #fff3e6, #e1af80);
}
.brown-gradient {
    background: linear-gradient(135deg, #ffffff, #f0ebe8);
}
.brown-gradient:hover {
    background: linear-gradient(135deg, #ffffff, #cebdb2);
}
.no-hover-gradient {
    background: linear-gradient(135deg, #ffffff, #f0ebe8);
}
.no-hover-gradient:hover {
    background: linear-gradient(135deg, #ffffff, #f0ebe8);
}
.white-background {
    background: #fff;
}
.grey-background {
    background: #f3f3f3;
}
.sand-background {
    background: #f0ebe8;
}

/* ======= Restliche Styles (unverändert) ======= */

@media screen and (min-width: 1024px) {
    body { padding-bottom: 0; }
    .page-id-252 .page-content .nitsch-introduction h1,
    .page-id-252 .page-content .nitsch-introduction h2,
    .page-id-252 .page-content .nitsch-introduction h3,
    .page-id-252 .page-content .nitsch-introduction h4,
    .page-id-252 .page-content .nitsch-introduction h5,
    .page-id-252 .page-content .nitsch-introduction h6,
    .page-id-252 .page-content .nitsch-introduction p {
        padding-left: 0;
        padding-right: 0;
    }
    .wellendorff-microsite-scroll-target { margin-top: -180px; }
    .fullwidth.center-block-columns .wp-block-column {
        max-width: 720px; margin-left: auto; margin-right: auto;
        margin-top: 0; margin-bottom: 0; padding-right: 0; box-sizing: border-box;
    }
    .tudor-quote:before {
        content: ""; display: inline-block; width: 1px; height: 0; padding-bottom: 23.86%;
    }
}
@media screen and (min-width: 1665px) {
    .fullwidth.center-block-columns .wp-block-column {
        max-width: 720px; margin-left: auto; margin-right: auto;
        margin-top: 0; margin-bottom: 0; padding-right: 0; box-sizing: border-box;
    }
    .fullwidth .wp-block-columns {
        max-width: 1465px; margin-left: auto; margin-right: auto;
        margin-top: 0; margin-bottom: 0; padding-right: 0; box-sizing: border-box;
    }
}

/* ... AB HIER bleibt alles wie in deiner bisherigen Datei, außer den bereits oben angepassten Header-Regeln ... */

/* (Die folgenden Blöcke sind 1:1 aus deiner Datei übernommen) */

.quick-actions {
    display: flex;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
}
.quick-actions .action {
    background: #b08574;
    border-right: 2px solid #fff;
    height: 30px;
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.quick-actions .action:hover { background: #876151; }
.quick-actions .action:last-of-type { border-right: 0; }
.quick-actions .action-wishlist { position: relative; }
.quick-actions .action-wishlist .non-filled,
.quick-actions .action-wishlist .filled {
    display: flex; align-items: center; justify-content: center;
}
.quick-actions .action-wishlist .non-filled svg,
.quick-actions .action-wishlist .filled svg { width: 20px; height: 18px; }
.quick-actions .action-wishlist .filled { display: none; }
.quick-actions .action-wishlist .counter {
    position: absolute; color: #fff; display: block; bottom: 2px; right: 6px;
    font-weight: 900; font-size: 11px;
}
.quick-actions .action-wishlist.active { background: #876151; }
.quick-actions .action-wishlist.active .filled { display: flex; }
.quick-actions .action-wishlist.active .non-filled { display: none; }
@media screen and (min-width: 1024px) {
    .quick-actions {
        top: 50%; bottom: auto; right: 0; width: 40px; flex-direction: column;
    }
    .quick-actions .action {
        border-right: 0; margin-bottom: 3px; height: 40px; width: 100%;
        flex-grow: 0; flex-shrink: 0;
    }
}
.distributor-badges .patek-badge {
    height: 69px; width: 120px; margin-left: 30px; margin-top: 1px; flex-grow: 0; flex-shrink: 0;
}
.distributor-badges .patek-badge a { width: 100%; height: 100%; }
.distributor-badges .patek-badge a img { width: auto; height: 100%; }
.distributor-badges .rolex-badge {
    height: 75px; width: 167px; margin-left: 30px; flex-grow: 0; flex-shrink: 0;
}
.distributor-badges .rolex-badge a { width: 100%; height: 100%; }
.distributor-badges .rolex-badge a img { width: 100%; height: 100%; }
.distributor-badges-mobile {
    display: flex; justify-content: flex-end; height: 75px; margin-top: 40px;
}
.distributor-badges-mobile .patek-badge {
    height: 69px; width: 120px; margin-left: 30px; flex-grow: 0; flex-shrink: 0; margin-top: 1px;
}
.distributor-badges-mobile .patek-badge a { width: 100%; height: 100%; }
.distributor-badges-mobile .patek-badge a img { width: 100%; height: 100%; }
.distributor-badges-mobile .rolex-badge { height: 75px; width: 167px; margin-left: 30px; flex-grow: 0; flex-shrink: 0; }
.distributor-badges-mobile .rolex-badge a { width: 100%; height: 100%; }
.distributor-badges-mobile .rolex-badge a img { width: 100%; height: 100%; }

footer {
    background: #bfaea3;
    padding: 50px 36px 98px;
    color: #fff;
}
footer .columns-container { display: flex; flex-direction: column; }
footer .columns-container .column {
    flex-grow: 1; flex-shrink: 1; margin-bottom: 40px; font-size: 14px; line-height: 16px;
}
footer .columns-container .column a {
    font-size: 14px; line-height: 16px; color: #fff; text-decoration: none;
}
footer .columns-container .column ul { list-style: none; margin: 0; padding: 0; }
footer .columns-container .column:last-of-type { margin-bottom: 0; }
@media screen and (min-width: 1024px) {
    footer { padding: 80px 36px; }
    footer .columns-container {
        flex-direction: row; max-width: 1246px; margin: 0 auto;
    }
    footer .columns-container .column {
        width: 265px; margin-right: 62px; margin-bottom: 0;
    }
    footer .columns-container .column:last-of-type { margin-right: 0; }
}

.home-section { padding-left: 36px; padding-right: 36px; padding-top: 40px; }
.home-section .section-title {
    font-size: 37px; line-height: 40px; font-family: "SilkSerif"; color: #5e5e5e;
    font-weight: 400; margin-top: 0; margin-bottom: 15px; text-align: center;
}
.home-teaser { min-height: 0; }
.home-teaser .home-content { padding-left: 0; padding-right: 0; }
.home-teaser .teaser-container { max-width: 830px; margin: 0 auto; padding-bottom: 60px; }
.home-teaser .teaser-container .teaser-title {
    margin-top: 0; color: #5e5e5e; font-size: 37px; line-height: 40px; font-family: "SilkSerif";
    margin-bottom: 23px; font-weight: 400; text-align: center;
}
.home-teaser .teaser-container .teaser-content {
    color: #5e5e5e; font-size: 14px; font-weight: 400; line-height: 21px; text-align: center;
}
.home-collections { padding-bottom: 60px; }
.home-collections .collection-item {
    position: relative; height: 210px; overflow: hidden; margin-bottom: 2px; display: block;
}
.home-collections .collection-item .image-container {
    background-size: cover; background-position: center center; display: block; width: 100%; height: 100%;
    transition: all ease-in-out 800ms;
}
.home-collections .collection-item .collection-title {
    font-family: "SilkSerif"; color: #fff; font-size: 20px; line-height: 22px; position: absolute; right: 14px; bottom: 15px;
}
.home-collections .collection-item .collection-title p { margin-bottom: 0; margin-top: 0; }
.home-collections .collection-item:hover .image-container { transform: scale(1.1); }
.home-slider { padding-top: 0; padding-left: 0; padding-right: 0; }
.home-slider .desktop-slider { display: none; }
.home-slider .slider-item { position: relative; display: block; }
.home-supplier { padding-bottom: 60px; }
.home-supplier .supplier-item {
    height: 210px; display: block; position: relative; overflow: hidden; margin-bottom: 2px;
}
.home-supplier .supplier-item .image-container {
    background-size: cover; background-position: center center; display: block; width: 100%; height: 100%;
    transition: all ease-in-out 800ms;
}
.home-supplier .supplier-item .supplier-logo {
    position: absolute; right: 15px; bottom: 15px; height: 40px; width: auto;
}
.home-supplier .supplier-item:hover .image-container { transform: scale(1.1); }
.home-supplier .supplier-highlight-container { margin-bottom: 25px; }
.home-news .blog-container .slick-prev { left: 10px; width: 12px; height: 33px; }
.home-news .blog-container .slick-prev:before {
    display: block; content: ""; background-image: url("../assets/img/prev.png");
    background-position: center; background-repeat: no-repeat; width: 12px; height: 33px;
}
.home-news .blog-container .slick-next { right: 10px; width: 12px; height: 33px; }
.home-news .blog-container .slick-next:before {
    display: block; content: ""; background-image: url("../assets/img/next.png");
    background-position: center; background-repeat: no-repeat; width: 12px; height: 33px;
}
.home-news .blog-container .slick-prev,
.home-news .blog-container .slick-next { z-index: 100; }
.home-news .blog-container .blog-item { color: #5e5e5e; padding-bottom: 57px; }
.home-news .blog-container .blog-item img { display: block; width: 100%; height: auto; }
.home-news .blog-container .blog-item .title {
    margin-top: 20px; margin-bottom: 0; font-size: 15px; line-height: 21px; font-weight: 400; text-transform: uppercase;
}
.home-news .blog-container .blog-item .date {
    font-size: 12px; line-height: 21px; margin-bottom: 21px; height: 21px;
}
.home-news .blog-container .blog-item .excerpt { font-size: 14px; font-weight: 400; line-height: 21px; }
.home-news .blog-container .blog-item .excerpt p { font-size: 14px; font-weight: 400; line-height: 21px; }
.home-news .blog-container .blog-item .read-more {
    font-size: 14px; line-height: 21px; font-weight: 700; text-decoration: none; color: #5e5e5e;
}
.insta-gallery-actions { margin-top: 65px !important; margin-bottom: 50px !important; }
.insta-gallery-image-mask { background: transparent !important; }
.insta-gallery-button {
    color: #a29187 !important; border: 1px solid #a29187; border-radius: 2px; font-size: 14px; font-weight: 700;
    width: 140px; height: 40px; display: inline-flex; align-items: center; justify-content: center; line-height: 40px;
    padding: 0 !important;
}
.insta-gallery-button:hover { color: #fff !important; background-color: #876151 !important; }
.insta-gallery-button i { display: none; }
@media screen and (min-width: 1024px) {
    .home-section { padding-left: 50px; padding-right: 50px; padding-top: 0; }
    .home-section.home-slider { padding-left: 0; padding-right: 0; }
    .home-section.home-slider .desktop-slider { display: block; }
    .home-section.home-slider .mobile-slider { display: none; }
    .home-section .section-title {
        position: absolute; text-align: left; left: -18px; transform-origin: 0 0;
        transform: rotate(90deg) translateY(-100%); font-size: 70px; line-height: 70px; font-family: "SilkSerif";
        margin: 0; color: #5e5e5e; font-weight: 400;
    }
    .home-content {
        width: 100%; padding-top: 125px; padding-left: 95px; padding-bottom: 130px; position: relative; box-sizing: border-box;
    }
    .home-slider { padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; min-height: 0; }
    .home-slider .slider-item { position: relative; margin-bottom: 0; }
    .home-slider .slick-prev, .home-slider .slick-next { display: none !important; }
    .home-teaser { min-height: 0; }
    .home-teaser .home-content { padding-left: 0; padding-right: 0; padding-bottom: 125px; }
    .home-teaser .teaser-container { max-width: 830px; margin: 0 auto; padding-bottom: 0; }
    .home-teaser .teaser-container .teaser-title {
        margin-top: 0; color: #5e5e5e; font-size: 70px; line-height: 70px; font-family: "SilkSerif";
        margin-bottom: 35px; font-weight: 400; text-align: left;
    }
    .home-teaser .teaser-container .teaser-content {
        color: #5e5e5e; font-size: 16px; font-weight: 300; line-height: 24px; max-width: 830px; text-align: left;
    }
    .home-collections { padding-bottom: 0; }
    .home-collections .collection-container { display: flex; flex-wrap: wrap; }
    .home-collections .collection-container .collection-item {
        flex-grow: 0; flex-shrink: 0; height: 500px; position: relative; margin-bottom: 2px;
    }
    .home-collections .collection-container .collection-item .collection-title {
        font-family: "SilkSerif"; color: #fff; font-size: 25px; line-height: 25px; position: absolute; right: 30px; bottom: 32px;
    }
    .home-collections .collection-container .collection-item .collection-title p { margin-bottom: 0; margin-top: 0; }
    .home-collections .collection-container .collection-item:nth-of-type(4n + 1) { width: calc(55% - 2px); margin-right: 2px; }
    .home-collections .collection-container .collection-item:nth-of-type(4n + 2) { width: 45%; }
    .home-collections .collection-container .collection-item:nth-of-type(4n + 3) { width: calc(37% - 2px); margin-right: 2px; }
    .home-collections .collection-container .collection-item:nth-of-type(4n + 4) { width: 63%; }
    .home-supplier { padding-bottom: 0; }
    .home-supplier .supplier-highlight-container { margin-bottom: 65px; }
    .home-supplier .supplier-highlight-container .supplier-item { margin-bottom: 2px; }
    .home-supplier .supplier-highlight-container .supplier-item:nth-of-type(4n + 2) {
        width: calc(63% - 2px); margin-right: 2px;
    }
    .home-supplier .supplier-highlight-container .supplier-item:nth-of-type(4n + 3) { width: 37%; }
    .home-supplier .supplier-container .supplier-item { margin-bottom: 2px; }
    .home-supplier .supplier-container .supplier-item:nth-of-type(7n + 2) { width: calc(46% - 2px); margin-right: 2px; }
    .home-supplier .supplier-container .supplier-item:nth-of-type(7n + 3) { width: 54%; }
    .home-supplier .supplier-container .supplier-item:nth-of-type(7n + 4) { width: calc(63% - 2px); margin-right: 2px; }
    .home-supplier .supplier-container .supplier-item:nth-of-type(7n + 5) { width: 37%; }
    .home-supplier .supplier-container .supplier-item:nth-of-type(7n + 6) { width: calc(44% - 2px); margin-right: 2px; }
    .home-supplier .supplier-container .supplier-item:nth-of-type(7n + 7) { width: 56%; }
    .home-supplier .supplier-container,
    .home-supplier .supplier-highlight-container { display: flex; flex-wrap: wrap; }
    .home-supplier .supplier-container .supplier-item,
    .home-supplier .supplier-highlight-container .supplier-item {
        flex-grow: 0; flex-shrink: 0; height: 500px; position: relative;
    }
    .home-supplier .supplier-container .supplier-item .supplier-logo,
    .home-supplier .supplier-highlight-container .supplier-item .supplier-logo {
        position: absolute; right: 30px; bottom: 30px; height: 75px; width: auto;
    }
    .home-supplier .supplier-container .supplier-item:nth-of-type(1),
    .home-supplier .supplier-highlight-container .supplier-item:nth-of-type(1) { width: 100%; }
    .home-news .blog-container { display: flex; }
    .home-news .blog-container .blog-item { width: calc(33.33% - 23px); margin-right: 35px; color: #5e5e5e; padding-bottom: 0; }
    .home-news .blog-container .blog-item:last-of-type { margin-right: 0; }
    .home-news .blog-container .blog-item .title {
        margin-top: 40px; margin-bottom: 0; font-size: 20px; line-height: 24px; font-weight: 400; text-transform: uppercase;
    }
    .home-news .blog-container .blog-item .date {
        font-size: 12px; line-height: 24px; margin-bottom: 20px; height: 24px;
    }
    .home-news .blog-container .blog-item .excerpt { font-size: 16px; font-weight: 400; line-height: 24px; }
    .home-news .blog-container .blog-item .excerpt p { font-size: 16px; font-weight: 400; line-height: 24px; }
    .home-news .blog-container .blog-item .read-more { font-size: 16px; line-height: 24px; font-weight: 700; text-decoration: none; color: #5e5e5e; }
    .home-instagram .home-content { min-height: 700px; }
}
@media screen and (min-width: 1665px) {
    .home-section { padding-left: 0; padding-right: 0; }
    .home-content { max-width: 1465px; margin-left: auto; margin-right: auto; padding-right: 0; }
}
.collection-header .category-image {
    width: 100%; padding-bottom: 100%; flex-shrink: 0; flex-grow: 0;
    background-size: cover; background-repeat: no-repeat; background-position: center center;
}
.collection-header .category-meta {
    display: flex; flex-direction: column; align-items: center; flex-shrink: 1; flex-grow: 1; padding: 25px; box-sizing: border-box;
}
.collection-header .category-meta .supplier-logo { display: none; }
.collection-header .category-meta .title {
    font-family: "SilkSerif"; font-weight: 400; font-size: 37px; line-height: 40px; color: #5e5e5e;
    letter-spacing: 0.025em; margin: 0; padding-top: 47px; margin-bottom: 11px;
}
.collection-header .category-meta .title p {
    font-family: "SilkSerif"; font-weight: 400; font-size: 37px; line-height: 40px; color: #5e5e5e;
    letter-spacing: 0.025em; margin: 0;
}
.collection-header .category-meta .sub-title {
    color: #8a8a8a; font-size: 11px; letter-spacing: 0.025em; text-transform: uppercase; margin-bottom: 30px;
}
.collection-header .category-meta .description {
    color: #5e5e5e; font-size: 14px; line-height: 21px; letter-spacing: 0.025em; font-weight: 400; text-align: center;
}
.collection-header .category-meta .description p {
    padding: 0; color: #5e5e5e; font-size: 14px; line-height: 21px; letter-spacing: 0.025em; font-weight: 400; text-align: center;
}
.product-listing-header {
    height: 167px; width: 100%; background-size: cover; background-repeat: no-repeat; background-position: center center;
    display: flex; align-items: center; justify-content: center;
}
.product-listing-header .title { color: #fff; text-transform: uppercase; font-weight: bold; font-size: 22px; }
.product-listing-header .title p { color: #fff; text-transform: uppercase; font-weight: bold; font-size: 22px; }
@media screen and (min-width: 1024px) {
    .collection-header { display: flex; width: 100%; }
    .collection-header .category-image { width: 50%; height: calc(100vh - 180px); max-height: 1200px; padding-bottom: 0; }
    .collection-header .category-meta {
        display: flex; flex-direction: column; justify-content: center; align-items: flex-start;
        flex-shrink: 1; flex-grow: 1; padding: 25px 40px; box-sizing: border-box;
    }
    .collection-header .category-meta .supplier-logo { width: 200px; margin-bottom: 50px; display: block; }
    .collection-header .category-meta .title { font-size: 70px; line-height: 70px; margin-bottom: 5px; padding-top: 0; }
    .collection-header .category-meta .title p { font-size: 70px; line-height: 70px; }
    .collection-header .category-meta .sub-title { font-size: 20px; margin-bottom: 67px; }
    .collection-header .category-meta .description {
        font-size: 16px; line-height: 24px; text-align: left; max-width: 600px;
    }
    .collection-header .category-meta .description p { font-size: 16px; line-height: 24px; text-align: left; }
    .product-listing-header { height: 297px; }
    .product-listing-header .title { font-size: 50px; }
    .product-listing-header .title p { font-size: 50px; }
}
.collection-listing { padding: 0 36px; margin: 50px 0; }
.collection-listing .grid-row .collection-item { height: 215px; position: relative; }
.collection-listing .grid-row .collection-item .product-link {
    display: block; height: 100%; width: 100%; position: absolute; top: 0; bottom: 0; left: 0; right: 0;
}
.collection-listing .grid-row .collection-item img {
    position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
    max-height: 95%; width: auto;
}
.collection-listing .grid-row .collection-item .product-description {
    position: absolute; right: 15px; bottom: 15px;
}
.collection-listing .grid-row .collection-item .product-description .product-info {
    display: flex; flex-direction: column; align-items: baseline;
}
.collection-listing .grid-row .collection-item .product-description .product-info .product-type {
    font-size: 11px; line-height: 18px; font-weight: 400; letter-spacing: 0.025em; color: #8a8a8a; margin-right: 8px;
}
.collection-listing .grid-row .collection-item .product-description .product-info .product-name {
    font-family: "SilkSerif"; font-weight: 400; font-size: 15px; line-height: 18px; color: #8a8a8a; letter-spacing: 0.025em;
}
.collection-listing .grid-row .collection-item .product-description .product-info .product-name p {
    font-family: "SilkSerif"; font-weight: 400; font-size: 15px; line-height: 18px; color: #8a8a8a; letter-spacing: 0.025em; margin: 0;
}
.collection-listing .grid-row .collection-item .product-description .product-supplier {
    display: none; color: #8a8a8a; text-transform: uppercase; font-size: 14px; letter-spacing: 0.025em;
}
.product-listing {
    max-width: 1600px; margin: 0 auto; display: flex; flex-wrap: wrap;
}
.product-listing .product-item { width: 50%; flex-shrink: 0; flex-grow: 0; height: 400px; }
.product-listing .product-item .product-supplier,
.product-listing .product-item .product-name,
.product-listing .product-item .product-price {
    text-align: center; letter-spacing: 0.025em;
}
.product-listing .product-item .product-image {
    width: 100%; height: 200px; display: flex; align-items: center; justify-content: center;
}
.product-listing .product-item .product-image img {
    max-width: 100%; height: auto; width: auto; max-height: 100%;
}
.product-listing .tudor-item .product-supplier {
    font-weight: 700; text-transform: uppercase; margin-bottom: 10px; height: 19px;
}
.product-listing .tudor-item .product-name { color: #8a8a8a; font-size: 14px; text-transform: uppercase; margin-bottom: 10px; }
.product-listing .tudor-item .product-name a { text-decoration: none; }
.product-listing .tudor-item .product-name p { color: #8a8a8a; font-size: 14px; text-transform: uppercase; margin: 0; }
.product-listing .tudor-item .product-image a {
    width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;
}
.product-listing .patek-item .product-price,
.product-listing .patek-item .product-supplier {
    color: #5e5e5e; font-size: 14px; line-height: 28px; height: 28px;
}
.product-listing .patek-item .product-name {
    color: #5e5e5e; font-size: 16px; font-weight: 500; line-height: 24px;
}
.product-listing .patek-item .product-name a { text-decoration: none; }
.product-listing .patek-item .product-name p {
    color: #5e5e5e; font-size: 16px; font-weight: 500; line-height: 24px; margin: 0;
}
.product-listing .patek-item .product-image a {
    width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;
}
@media screen and (min-width: 1024px) {
    .collection-listing { padding: 0 100px; margin-top: 100px; margin-bottom: 100px; }
    .collection-listing .grid-row {
        display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(4, 1fr);
    }
    .collection-listing .grid-row:last-of-type { grid-template-rows: auto; }
    .collection-listing .grid-row .collection-item { height: auto; box-sizing: border-box; }
    .collection-listing .grid-row .collection-item img { max-width: 100%; max-height: 100%; height: auto; width: auto; }
    .collection-listing .grid-row .collection-item .product-description { position: absolute; left: 30px; bottom: 21px; right: auto; }
    .collection-listing .grid-row .collection-item .product-description .product-info .product-type { font-size: 14px; line-height: 18px; }
    .collection-listing .grid-row .collection-item .product-description .product-info .product-name { font-size: 22px; line-height: 32px; }
    .collection-listing .grid-row .collection-item .product-description .product-info .product-name p { font-size: 22px; line-height: 32px; }
    .collection-listing .grid-row .collection-item .product-description .product-supplier { display: block; font-size: 12px; }
    .collection-listing .grid-row .collection-item::before { content: ""; display: inline-block; width: 1px; height: 0; }
    .collection-listing .grid-row .collection-item:nth-child(1) { grid-row: 1; grid-column: 1/3; }
    .collection-listing .grid-row .collection-item:nth-child(1)::before { padding-bottom: 50%; }
    .collection-listing .grid-row .collection-item:nth-child(2) { grid-row: 1/3; grid-column: 3/4; }
    .collection-listing .grid-row .collection-item:nth-child(2) .product-description { left: auto; right: 30px; }
    .collection-listing .grid-row .collection-item:nth-child(2)::before { padding-bottom: 200%; }
    .collection-listing .grid-row .collection-item:nth-child(3) { grid-row: 2; grid-column: 2; }
    .collection-listing .grid-row .collection-item:nth-child(3) .product-description { left: auto; right: 30px; }
    .collection-listing .grid-row .collection-item:nth-child(3)::before { padding-bottom: 100%; }
    .collection-listing .grid-row .collection-item:nth-child(4) { grid-row: 2; grid-column: 1; }
    .collection-listing .grid-row .collection-item:nth-child(4)::before { padding-bottom: 100%; }
    .collection-listing .grid-row .collection-item:nth-child(5) { grid-row: 3; grid-column: 2/4; }
    .collection-listing .grid-row .collection-item:nth-child(5) .product-description { left: auto; right: 30px; }
    .collection-listing .grid-row .collection-item:nth-child(5)::before { padding-bottom: 50%; }
    .collection-listing .grid-row .collection-item:nth-child(6) { grid-row: 3/5; grid-column: 1; }
    .collection-listing .grid-row .collection-item:nth-child(6)::before { padding-bottom: 200%; }
    .collection-listing .grid-row .collection-item:nth-child(7) { grid-row: 4; grid-column: 2; }
    .collection-listing .grid-row .collection-item:nth-child(7) .product-description { left: auto; right: 30px; }
    .collection-listing .grid-row .collection-item:nth-child(7)::before { padding-bottom: 100%; }
    .collection-listing .grid-row .collection-item:nth-child(8) { grid-row: 4; grid-column: 3; }
    .collection-listing .grid-row .collection-item:nth-child(8) .product-description { left: auto; right: 30px; }
    .collection-listing .grid-row .collection-item:nth-child(8)::before { padding-bottom: 100%; }
    .product-listing .product-item { width: 25%; }
}
@media screen and (min-width: 1400px) {
    .collection-listing .grid-row .collection-item .product-description .product-info { flex-direction: row; }
    .collection-listing .grid-row .collection-item .product-description .product-info .product-type { font-size: 14px; line-height: 32px; }
    .collection-listing .grid-row .collection-item .product-description .product-info .product-name { font-size: 30px; line-height: 32px; }
    .collection-listing .grid-row .collection-item .product-description .product-info .product-name p { font-size: 30px; line-height: 32px; }
}
@media screen and (min-width: 1665px) {
    .collection-listing { padding: 0; max-width: 1465px; margin-left: auto; margin-right: auto; }
}
.page-content {
    padding-top: 40px; padding-left: 36px; padding-right: 36px; margin-bottom: 44px;
    color: #5e5e5e; font-size: 16px; line-height: 24px;
}
.page-content p {
    margin-top: 0; color: #5e5e5e; font-size: 16px; line-height: 24px; margin-bottom: 28px;
}
.page-content a { color: #5e5e5e; }
.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
    color: #5e5e5e; font-size: 20px; line-height: 28px; margin-top: 0; margin-bottom: 28px; text-transform: uppercase; font-weight: 400;
}
@media screen and (min-width: 1024px) {
    .page-content { padding-top: 66px; max-width: 1200px; margin: 0 auto 90px; }
}
.product-container { position: relative; }
.product-container .back-to-category { position: absolute; top: 47px; right: 0; }
.product-content { padding: 0 36px; max-width: 1700px; }
.product-content .product-images { position: relative; overflow: hidden; }
.product-content .product-images::before {
    content: ""; display: inline-block; width: 1px; height: 0; padding-bottom: 100%;
}
.product-content .product-images .image-container {
    position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
    width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; cursor: pointer;
}
.product-content .product-images .image-container.no-flex { display: block; margin-bottom: 28px; }
.product-content .product-images .image-container img { height: auto; width: auto; max-width: 100%; max-height: 100%; }
.product-content .product-images .image-container.zoom-in img { transform: scale(1.5); }
.product-content .product-images .post-image-container .image-item {
    width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;
}
.product-content .product-images .post-image-container.slick-slider { height: 100%; }
.product-content .product-images .post-image-container.slick-slider .slick-track,
.product-content .product-images .post-image-container.slick-slider .slick-list { height: 100%; }
.product-content .product-images .post-gallery-navigation { padding-top: 10px; background: #fff; }
.product-content .product-images .post-gallery-navigation .slick-track {
    display: flex; justify-content: center; width: auto !important;
}
.product-content .product-images .post-gallery-navigation .nav-item {
    width: 37px !important; height: 37px; margin: 0 5px; display: inline-flex; align-items: center; justify-content: center;
}
.product-content .product-images .post-gallery-navigation .nav-item img {
    max-width: 37px; max-height: 37px; width: auto; height: auto;
}
.product-content .product-info {
    padding: 22px 0 33px; color: #5e5e5e; box-sizing: border-box; letter-spacing: 0.025em;
}
.product-content .product-info .product-supplier { font-size: 11px; line-height: 21px; text-transform: uppercase; font-weight: 300; }
.product-content .product-info .product-type { font-size: 14px; line-height: 21px; }
.product-content .product-info .product-name { font-size: 14px; line-height: 21px; font-weight: 700; margin-bottom: 33px; }
.product-content .product-info .product-price { margin-bottom: 40px; }
.product-content .product-info .product-actions-mobile,
.product-content .product-info .product-actions {
    display: flex; align-items: center;
}
.product-content .product-info .product-actions-mobile .product-action,
.product-content .product-info .product-actions .product-action {
    text-decoration: none; border: 1px solid #a29187; color: #a29187; font-size: 14px; font-weight: 700; border-radius: 2px;
    height: 40px; margin-right: 35px; padding: 0 22px; position: relative; display: flex; cursor: pointer;
}
.product-content .product-info .product-actions-mobile .product-action span,
.product-content .product-info .product-actions .product-action span {
    line-height: 16px; height: 16px; position: relative; top: 50%; transform: translateY(-50%); margin-top: 1px;
}
.product-content .product-info .product-actions-mobile .product-action.add-to-wishlist span,
.product-content .product-info .product-actions .product-action.add-to-wishlist span {
    line-height: 14px; height: 14px;
}
.product-content .product-info .product-actions-mobile .product-action svg,
.product-content .product-info .product-actions .product-action svg {
    margin-right: 5px; position: relative; top: 50%; transform: translateY(-50%);
}
.product-content .product-info .product-actions-mobile .product-action.active,
.product-content .product-info .product-actions-mobile .product-action:hover,
.product-content .product-info .product-actions .product-action.active,
.product-content .product-info .product-actions .product-action:hover {
    color: #fff; background: #a29187;
}
.product-content .product-info .product-actions-mobile .product-action.active svg path,
.product-content .product-info .product-actions-mobile .product-action:hover svg path,
.product-content .product-info .product-actions .product-action.active svg path,
.product-content .product-info .product-actions .product-action:hover svg path { fill: #fff; }
.product-content .product-info .product-actions-mobile .product-action:last-of-type,
.product-content .product-info .product-actions .product-action:last-of-type { margin-right: 0; }
.product-content .product-info .product-actions-mobile { margin-bottom: 34px; }
.product-content .product-info .product-actions-mobile .product-action { margin-right: 38px; }
.product-content .product-info .product-properties,
.product-content .product-info .product-description { font-size: 14px; line-height: 21px; }
.product-content .product-info .product-properties p,
.product-content .product-info .product-description p { margin-top: 0; margin-bottom: 28px; }
.product-content .tudor-container .product-info,
.product-content .patek-container .product-info { max-width: 600px; }
.product-content .tudor-container .product-info .product-supplier,
.product-content .tudor-container .product-info .product-name,
.product-content .tudor-container .product-info .product-price,
.product-content .patek-container .product-info .product-supplier,
.product-content .patek-container .product-info .product-name,
.product-content .patek-container .product-info .product-price {
    text-align: center;
}
.product-content .tudor-container .product-info .product-supplier,
.product-content .patek-container .product-info .product-supplier { text-transform: uppercase; font-weight: bold; }
.product-content .tudor-container .product-actions,
.product-content .patek-container .product-actions { justify-content: center; margin-bottom: 50px; }
.collection-container .product-info .product-actions { display: none; }
@media screen and (min-width: 1024px) {
    .product-content { padding: 0 36px; margin-top: 50px; margin-bottom: 100px; }
    .product-content .product-actions-mobile { display: none !important; }
    .product-content .product-info .product-actions .product-action { margin-right: 45px; }
    .product-content .product-container { display: flex; align-items: center; }
    .product-content .product-container .product-images,
    .product-content .product-container .product-info { width: 50%; flex-shrink: 0; flex-grow: 0; }
    .product-content .product-container .product-images .post-gallery-navigation .nav-item {
        width: 80px !important; height: 80px; margin: 0 5px;
    }
    .product-content .product-container .product-images .post-gallery-navigation .nav-item img {
        max-width: 80px; max-height: 80px;
    }
    .product-content .product-container .product-info { padding: 25px; }
    .product-content .product-container .product-info .product-supplier { font-size: 14px; line-height: 28px; }
    .product-content .product-container .product-info .product-type { font-size: 22px; line-height: 28px; }
    .product-content .product-container .product-info .product-name {
        font-size: 22px; line-height: 28px; margin-bottom: 42px;
    }
    .product-content .product-container .product-info .product-properties,
    .product-content .product-container .product-info .product-description {
        padding-right: 250px; font-size: 16px; line-height: 24px;
    }
    .product-content .product-container .product-info .product-properties p,
    .product-content .product-container .product-info .product-description p {
        margin-top: 0; margin-bottom: 28px;
    }
    .product-content .product-container .product-info .product-description { margin-bottom: 38px; }
    .product-content .product-container .product-info .product-price { margin-bottom: 0; }
    .product-content .product-container .product-info .product-properties { margin-bottom: 50px; }
    .product-content .product-container .product-info .product-properties p:last-of-type { margin-bottom: 0; }
    .product-content .tudor-container .product-info,
    .product-content .patek-container .product-info { padding: 25px 40px; }
    .product-content .tudor-container .product-info .product-supplier,
    .product-content .patek-container .product-info .product-supplier {
        font-size: 30px; line-height: 37px; margin-bottom: 25px;
    }
    .product-content .tudor-container .product-info .product-name,
    .product-content .tudor-container .product-info .product-price,
    .product-content .patek-container .product-info .product-name,
    .product-content .patek-container .product-info .product-price {
        line-height: 25px; font-size: 16px;
    }
    .product-content .tudor-container .product-info .product-name,
    .product-content .patek-container .product-info .product-name {
        font-weight: bold; margin-bottom: 25px;
    }
    .product-content .tudor-container .product-info .product-price,
    .product-content .patek-container .product-info .product-price { margin-bottom: 30px; }
    .product-content .tudor-container .product-info .product-properties,
    .product-content .tudor-container .product-info .product-description,
    .product-content .patek-container .product-info .product-properties,
    .product-content .patek-container .product-info .product-description {
        padding-right: 0; max-width: 500px; margin: 0 auto;
    }
    .collection-container .product-info .product-actions { display: flex; }
}
@media screen and (min-width: 1665px) {
    .product-content { padding-left: 0; padding-right: 0; max-width: 1465px; margin-left: auto; margin-right: auto; }
}
.related-products-title {
    padding: 0 36px; max-width: 1700px; color: #8a8a8a; font-size: 11px; line-height: 28px; margin-bottom: 10px;
}
.related-products-container {
    display: flex; flex-wrap: wrap; padding: 0 36px; max-width: 1700px; margin-bottom: 50px;
}
.related-products-container .related-product {
    position: relative; width: 50%; flex-grow: 0; flex-shrink: 0;
}
.related-products-container .related-product::before {
    content: ""; display: inline-block; width: 1px; height: 0; padding-bottom: calc(100% - 4px);
}
.related-products-container .related-product img {
    position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
    max-width: 100%; max-height: 100%; width: auto; height: auto;
}
@media screen and (min-width: 1024px) {
    .related-products-title { font-size: 16px; margin-bottom: 20px; }
    .related-products-container { margin-bottom: 100px; }
    .related-products-container .related-product { width: 16.67%; }
}
@media screen and (min-width: 1665px) {
    .related-products-title,
    .related-products-container { padding: 0; max-width: 1465px; margin-left: auto; margin-right: auto; }
}
.favourite-list { margin-bottom: 42px; }
.favourite-list .favorite-item { display: inline-flex; align-items: stretch; width: 100%; }
.favourite-list .favorite-item .favorite-image {
    width: 166px; height: 135px; flex-grow: 0; flex-shrink: 0; position: relative; margin-right: 10px;
}
.favourite-list .favorite-item .favorite-image img {
    max-width: 80%; max-height: 80%; height: auto; width: auto; position: absolute; left: 50%; top: 50%;
    transform: translate(-50%, -50%);
}
.favourite-list .favorite-item .favorite-info {
    letter-spacing: 0.05em; line-height: 17px; color: #8a8a8a; width: 100%; position: relative;
}
.favourite-list .favorite-item .favorite-info .favorite-supplier { font-size: 12px; font-weight: 300; text-transform: uppercase; margin-top: 25px; }
.favourite-list .favorite-item .favorite-info .favorite-type { font-size: 12px; }
.favourite-list .favorite-item .favorite-info .favorite-name { font-size: 12px; font-weight: 700; }
.favourite-list .favorite-item .favorite-info .favorite-price { font-size: 12px; letter-spacing: 0.025em; }
.favourite-list .favorite-item .favorite-info .remove-favorite { margin-top: 17px; font-size: 12px; letter-spacing: 0.025em; }
@media screen and (min-width: 1024px) {
    .favourite-list { margin-bottom: 0; }
    .favourite-list .favorite-item .favorite-image { width: 265px; height: 216px; margin-right: 25px; }
    .favourite-list .favorite-item .favorite-info {
        line-height: 22px; max-width: 310px; display: inline-flex; flex-direction: column; justify-content: flex-end;
    }
    .favourite-list .favorite-item .favorite-info .favorite-supplier { font-size: 14px; font-weight: 300; }
    .favourite-list .favorite-item .favorite-info .favorite-type { font-size: 16px; }
    .favourite-list .favorite-item .favorite-info .favorite-name { font-size: 16px; font-weight: 700; }
    .favourite-list .favorite-item .favorite-info .remove-favorite { cursor: pointer; }
    .favourite-list .favorite-item .favorite-info .favorite-price { font-size: 16px; letter-spacing: 0.025em; }
}
.wpcf7-list-item { margin-left: 0; }
.wpcf7-form p { margin-bottom: 17px; }
.wpcf7-form-control-wrap {
    margin-bottom: 28px; display: block;
}
.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="email"],
.wpcf7-form-control-wrap input[type="tel"] {
    padding: 0 10px; height: 40px; line-height: 40px; font-size: 16px; border: 1px solid #707070; border-radius: 2px; width: calc(100% - 35px);
}
.wpcf7-form-control-wrap textarea {
    font-size: 16px; border: 1px solid #707070; border-radius: 2px; width: calc(100% - 35px);
    color: #8a8aa8; font-family: "Poppins"; padding: 10px; line-height: 20px;
}
.wpcf7-submit {
    width: 140px; text-decoration: none; background: transparent; border: 1px solid #a29187; color: #a29187; font-size: 14px; font-weight: 700;
    border-radius: 2px; height: 40px; margin-right: 45px; padding: 0 22px; position: relative; display: flex; align-items: center; justify-content: center;
    cursor: pointer; margin: 0 auto;
}
.wpcf7-submit:hover { color: #fff; background: #a29187; }
.contact-form-content { max-width: none; padding-top: 0; padding-left: 0; padding-right: 0; }
.map-container { width: 100%; display: flex; }
.map-container iframe { width: 100%; height: calc(100vh - 180px); }
.map-container::before { content: ""; display: inline-block; width: 1px; height: 0; padding-bottom: 82%; }
.form-container { background: #fff; padding: 35px; font-size: 14px; }
.form-container p { font-size: 14px; }
.form-container .close-contact-form { display: none; }
.form-container .title {
    font-size: 16px; font-weight: 400; line-height: 24px; text-transform: none; margin-bottom: 42px;
}
.form-container .ajax-loader { display: none; }
.form-container p:last-of-type { margin-bottom: 0; }
.contact-container { padding: 35px 35px; font-size: 14px; }
.contact-container p { font-size: 14px; }
.contact-container .no-decoration { text-decoration: none; }
.grey-background .form-container { display: block; }
.grey-background .contact-container { display: none; }
.hide-mobile { display: none; }
@media screen and (min-width: 1024px) {
    .wpcf7-form-control-wrap input[type="text"],
    .wpcf7-form-control-wrap input[type="email"],
    .wpcf7-form-control-wrap input[type="tel"],
    .wpcf7-form-control-wrap textarea { width: 100%; }
    .wpcf7-submit { margin: 0; }
    .contact-form-content { display: flex; align-items: center; }
    .map-container { width: 50%; }
    .contact-container { padding: 0 40px; font-size: 16px; }
    .contact-container p { font-size: 16px; }
    .form-container {
        padding: 50px 70px 40px; max-height: 718px; width: 800px; margin-left: -135px; display: none; position: relative;
    }
    .form-container .close-contact-form { display: block; position: absolute; top: 50px; right: 32px; }
    .hide-mobile { display: inline; }
}
.teaser-slider .slider-item {
    background-repeat: no-repeat; background-size: cover; background-position: center center;
}
.teaser-slider .slider-item:before { content: ""; display: inline-block; width: 1px; height: 0; padding-bottom: 160%; }
.teaser-slider .slick-dots li button::before {
    height: 4px; width: 15px; background: #a8a8a8; content: ""; border-radius: 2px; opacity: 1;
}
.teaser-slider .slick-dots li.slick-active button::before { background: #575757; }
@media screen and (min-width: 990px) {
    .teaser-slider .slider-item { height: calc(100vh - 180px); }
    .teaser-slider .slider-item:before { display: none; padding-bottom: 0; }
}
@media screen and (min-width: 1024px) {
    .teaser-slider .slick-dots { bottom: 13px; }
    .teaser-slider .slick-dots li.slick-active button::before { background: #fff; }
}
.category.grey-background { background: #f0ebe8; }
.blog-overview .screen-reader-text { display: none; }
.blog-overview .nav-links { display: flex; justify-content: center; margin-top: 10px; margin-bottom: 93px; }
.blog-overview .nav-links .page-numbers {
    font-size: 22px; line-height: 28px; text-decoration: none; color: #5e5e5e; margin-right: 20px;
}
.blog-overview .nav-links .page-numbers.current { font-weight: 700; }
.blog-overview .blog-item { margin-bottom: 45px; background: #fff; }
.blog-overview .blog-item .scroll-nav { display: none; }
.blog-overview .blog-item .blog-slider .slick-dots { bottom: 13px; }
.blog-overview .blog-item .blog-slider .slick-dots .slick-active button::before { background: #fff; }
.blog-overview .blog-item .blog-slider img { width: 100%; height: auto; }
.blog-overview .blog-item .blog-content { padding: 45px 36px; color: #5e5e5e; }
.blog-overview .blog-item .blog-content .teaser-title {
    margin-top: 44px; margin-bottom: 17px; font-family: "SilkSerif"; font-size: 37px; font-weight: 400; line-height: 40px;
}
.blog-overview .blog-item .blog-content .teaser-title p { margin-top: 0; margin-bottom: 0; }
.blog-overview .blog-item .blog-content .title {
    font-size: 14px; line-height: 21px; text-transform: uppercase; margin-bottom: 21px; font-weight: 400;
}
.blog-overview .blog-item .blog-content .date { font-size: 11px; line-height: 21px; margin-bottom: 21px; }
.blog-overview .blog-item .blog-content .content p {
    font-size: 14px; line-height: 21px; margin-top: 0; margin-bottom: 21px;
}
@media screen and (min-width: 1024px) {
    .blog-overview { padding: 55px 100px 0; }
    .blog-overview .blog-item {
        background: #fff; width: auto; margin-bottom: 50px; padding: 55px 80px 55px 55px; display: flex;
    }
    .blog-overview .blog-item:nth-of-type(2n) { flex-direction: row-reverse; }
    .blog-overview .blog-item:nth-of-type(2n) .blog-slider { margin-right: 0px; margin-left: 80px; }
    .blog-overview .blog-item .blog-slider { width: 50%; flex-grow: 0; flex-shrink: 0; margin-right: 80px; }
    .blog-overview .blog-item .blog-slider img { width: 100%; height: auto; }
    .blog-overview .blog-item .blog-content {
        color: #5e5e5e; max-height: 665px; position: relative; padding: 0 36px;
    }
    .blog-overview .blog-item .blog-content.scrollable .blog-content-container { transition: all ease-in-out .4s; }
    .blog-overview .blog-item .blog-content.scrollable .scroll-nav { display: flex; }
    .blog-overview .blog-item .blog-content .blog-scroll-container {
        overflow: hidden; height: 100%; max-height: 665px; margin-top: -55px;
    }
    .blog-overview .blog-item .blog-content:not(.scrollable) {
        display: flex; flex-direction: column; justify-content: center;
    }
    .blog-overview .blog-item .blog-content:not(.scrollable) .scroll-nav { display: none; }
    .blog-overview .blog-item .blog-content .scroll-nav {
        width: 100%; height: 55px; display: flex; align-items: center; justify-content: center; background: #fff; cursor: pointer;
    }
    .blog-overview .blog-item .blog-content .scroll-nav.scroll-top { top: 0; transform: translateY(-100%); opacity: 0; }
    .blog-overview .blog-item .blog-content .scroll-nav.scroll-bottom { bottom: 0; }
    .blog-overview .blog-item .blog-content .teaser-title {
        margin-top: 0; margin-bottom: 10px; font-family: "SilkSerif"; font-size: 50px; font-weight: 400; line-height: 90px;
    }
    .blog-overview .blog-item .blog-content .teaser-title p { margin-top: 7px; margin-bottom: 0; }
    .blog-overview .blog-item .blog-content .title {
        font-size: 20px; line-height: 28px; text-transform: uppercase; margin-bottom: 0; margin-top: 0;
    }
    .blog-overview .blog-item .blog-content .date { font-size: 12px; line-height: 28px; margin-bottom: 28px; }
    .blog-overview .blog-item .blog-content .content p { font-size: 16px; line-height: 24px; margin-top: 0; margin-bottom: 28px; }
}
@media screen and (min-width: 1665px) {
    .blog-overview { padding-left: 0; padding-right: 0; max-width: 1465px; margin-left: auto; margin-right: auto; }
    .blog-overview .blog-item { width: auto; }
}
.philosophy-section,
.craft-section,
.history-section { background: #fff; padding-top: 0; }
.philosophy-section .section-title,
.craft-section .section-title,
.history-section .section-title { text-align: left; padding-top: 45px; margin-bottom: 17px; }
.philosophy-section .section-image,
.craft-section .section-image,
.history-section .section-image {
    width: calc(100% + 72px); margin-left: -36px; background-repeat: no-repeat; background-size: cover; background-position: center center;
}
.philosophy-section .section-image .slick-dots,
.craft-section .section-image .slick-dots,
.history-section .section-image .slick-dots { bottom: 13px; }
.philosophy-section .section-image .slick-dots li button::before,
.craft-section .section-image .slick-dots li button::before,
.history-section .section-image .slick-dots li button::before {
    height: 4px; width: 15px; background: #a8a8a8; content: ""; border-radius: 2px; opacity: 1;
}
.philosophy-section .section-image .slick-dots li.slick-active button::before,
.craft-section .section-image .slick-dots li.slick-active button::before,
.history-section .section-image .slick-dots li.slick-active button::before { background: #575757; }
.philosophy-section .section-image .image-item,
.craft-section .section-image .image-item,
.history-section .section-image .image-item {
    background-repeat: no-repeat; background-size: cover; background-position: center center; width: 100%; height: 100%;
}
.philosophy-section .section-image .image-item::before,
.craft-section .section-image .image-item::before,
.history-section .section-image .image-item::before {
    content: ""; display: inline-block; width: 1px; height: 0; padding-bottom: calc(100% - 4px);
}
.philosophy-section .section-image::before,
.craft-section .section-image::before,
.history-section .section-image::before {
    content: ""; display: inline-block; width: 1px; height: 0; padding-bottom: calc(100% - 4px);
}
.philosophy-section h3,
.craft-section h3,
.history-section h3 {
    margin-top: 0; font-size: 22px; line-height: 28px; margin-bottom: 21px; color: #5e5e5e; text-transform: uppercase; font-weight: 400;
}
.philosophy-section p,
.craft-section p,
.history-section p {
    font-size: 14px; line-height: 21px; marign-top: 0; margin-bottom: 21px; color: #5e5e5e;
}
.philosophy-section .section-content,
.craft-section .section-content,
.history-section .section-content { padding-bottom: 70px; }
.philosophy-section .home-content .section-image { background-image: url("../assets/img/philosophy.jpg"); }
.craft-section .home-content .section-image:before { display: none !important; }
.craft-section .home-content .section-image .image-item.first-item { background-image: url("../assets/img/craft-1.jpg"); }
.craft-section .home-content .section-image .image-item.second-item { background-image: url("../assets/img/craft-2.jpg"); }
.craft-section .home-content .section-image .image-item.third-item { background-image: url("../assets/img/craft-3.jpg"); }
.craft-section .home-content .section-image .image-item.fourth-item { background-image: url("../assets/img/craft-4.jpg"); }
.history-section .home-content .section-image:before { display: none !important; }
.history-section .home-content .section-image .image-item.first-item { background-image: url("../assets/img/history-1.jpg"); }
.history-section .home-content .section-image .image-item.second-item { background-image: url("../assets/img/history-2.jpg"); }
.history-section .home-content .section-image .image-item.third-item { background-image: url("../assets/img/history-3.jpg"); }
.history-section .home-content .section-image .image-item.fourth-item { background-image: url("../assets/img/history-4.jpg"); }
.history-section .home-content .section-image .image-item.fifth-item { background-image: url("../assets/img/history-5.jpg"); }
.publications-section { padding-bottom: 45px; }
.publications-section .slick-prev,
.publications-section .slick-next { z-index: 1; }
.publications-section .slick-prev { left: 10px; width: 12px; height: 33px; }
.publications-section .slick-prev:before {
    display: block; content: ""; background-image: url("../assets/img/prev-white.png"); background-position: center; background-repeat: no-repeat; width: 12px; height: 33px;
}
.publications-section .slick-next { right: 10px; width: 12px; height: 33px; }
.publications-section .slick-next:before {
    display: block; content: ""; background-image: url("../assets/img/next-white.png"); background-position: center; background-repeat: no-repeat; width: 12px; height: 33px;
}
.publications-section .publication-item { color: #5e5e5e; }
.publications-section .publication-item img { width: 100%; height: auto; }
.publications-section .publication-item .title {
    margin-top: 19px; margin-bottom: 12px; line-height: 21px; font-size: 14px; font-weight: 400; text-transform: uppercase;
}
.publications-section .publication-item .excerpt { font-size: 11px; line-height: 21px; }
.publications-section .publication-item .excerpt p {
    margin-top: 0; margin-bottom: 21px; font-size: 11px; line-height: 21px;
}
.publications-section .publication-item .download-link { color: #5e5e5e; font-size: 11px; line-height: 21px; font-weight: bold; }
@media screen and (min-width: 1024px) {
    .philosophy-section, .craft-section, .history-section { background: #fff; }
    .philosophy-section .home-content, .craft-section .home-content, .history-section .home-content { display: flex; }
    .philosophy-section .home-content .section-title,
    .craft-section .home-content .section-title,
    .history-section .home-content .section-title { padding-top: 0; margin-top: 0; margin-bottom: 0; }
    .philosophy-section .home-content .section-image,
    .craft-section .home-content .section-image,
    .history-section .home-content .section-image {
        width: 50%; flex-grow: 0; flex-shrink: 0; background-repeat: no-repeat; background-size: cover; background-position: center center;
        margin-right: 25px; margin-left: 0;
    }
    .philosophy-section .home-content .section-image::before,
    .craft-section .home-content .section-image::before,
    .history-section .home-content .section-image::before {
        content: ""; display: inline-block; width: 1px; height: 0; padding-bottom: calc(100% - 4px);
    }
    .philosophy-section .home-content h3,
    .craft-section .home-content h3,
    .history-section .home-content h3 {
        margin-top: 68px; font-size: 22px; line-height: 28px; margin-bottom: 28px; color: #5e5e5e; text-transform: uppercase; font-weight: 400;
    }
    .philosophy-section .home-content p,
    .craft-section .home-content p,
    .history-section .home-content p {
        font-size: 16px; line-height: 24px; marign-top: 0; margin-bottom: 28px; color: #5e5e5e;
    }
    .craft-section .home-content { padding-right: 95px; padding-left: 0; }
    .craft-section .home-content .section-title { right: 0; left: auto; transform-origin: 0 0; transform: translateX(100%) rotate(90deg); }
    .craft-section .home-content .section-content { order: 1; }
    .craft-section .home-content .section-image { margin-left: 25px; margin-right: 0; order: 2; }
    .publications-section .home-content { padding-right: 115px; padding-left: 0; }
    .publications-section .home-content .section-title { right: 0; left: auto; transform-origin: 0 0; transform: translateX(100%) rotate(90deg); }
    .publications-section .home-content .publications-container { display: flex; }
    .publications-section .home-content .publications-container .publication-item {
        margin-right: 120px; width: calc(33.33% - 80px);
    }
    .publications-section .home-content .publications-container .publication-item .title {
        margin-bottom: 5px; line-height: 28px; font-size: 20px;
    }
    .publications-section .home-content .publications-container .publication-item .excerpt { font-size: 16px; line-height: 24px; }
    .publications-section .home-content .publications-container .publication-item .excerpt p {
        margin-top: 0; margin-bottom: 10px; font-size: 16px; line-height: 24px;
    }
    .publications-section .home-content .publications-container .publication-item .download-link { font-size: 16px; line-height: 24px; }
    .publications-section .home-content .publications-container .publication-item:last-of-type { margin-right: 0; }
}
.wellendorf-box { padding: 0 !important; }
.wellendorf-box .image-container figure {
    margin-left: 0 !important; margin-right: 0 !important; float: none !important; display: block;
}
.wellendorf-box .image-container figure img { width: 100%; height: auto; }
.wellendorf-box .text-container { padding: 20px 20px 35px; box-sizing: border-box; }
.wellendorf-box .text-container p:first-of-type,
.wellendorf-box .text-container p:last-of-type { display: none; }
.wellendorf-box .text-container .title {
    display: block; font-size: 20px !important; line-height: 27px !important; font-weight: 700;
}
.wellendorf-box .text-container .content {
    font-size: 15px !important; line-height: 24px !important; margin-bottom: 0 !important;
}
.wellendorf-box figure { margin: 0 !important; }
.nitsch-introduction h2 { font-size: 28px; font-weight: 400; margin-bottom: 25px; line-height: 34px; }
.nitsch-introduction .description { font-size: 20px; line-height: 27px; }
.nitsch-introduction .name { font-size: 15px; line-height: 24px; margin-bottom: 0; }
.introduction-spacer { height: 42px !important; }
.page-id-252 .page-content {
    font-family: "GoudyOldStyle" !important; color: #2d2d2d !important; padding-left: 0; padding-right: 0;
}
.page-id-252 .page-content h1,
.page-id-252 .page-content h2,
.page-id-252 .page-content h3,
.page-id-252 .page-content h4,
.page-id-252 .page-content h5,
.page-id-252 .page-content h6,
.page-id-252 .page-content p { color: #2d2d2d !important; }
.page-id-252 .page-content iframe { width: 100% !important; }
.page-id-252 .page-content .nitsch-introduction h1,
.page-id-252 .page-content .nitsch-introduction h2,
.page-id-252 .page-content .nitsch-introduction h3,
.page-id-252 .page-content .nitsch-introduction h4,
.page-id-252 .page-content .nitsch-introduction h5,
.page-id-252 .page-content .nitsch-introduction h6,
.page-id-252 .page-content .nitsch-introduction p {
    padding-left: 20px; padding-right: 20px;
}
@media screen and (max-width: 1023px) {
    .altered-direction { flex-direction: column-reverse; }
}
@media screen and (min-width: 1024px) {
    .page-id-252 .page-content { padding-left: 0; padding-right: 0; }
    .nitsch-introduction h2 { font-size: 40px; font-weight: 400; margin-bottom: 25px; line-height: 45px; }
    .nitsch-introduction .description { font-size: 18px; line-height: 28px; }
    .nitsch-introduction .name { font-size: 18px; line-height: 28px; margin-bottom: 0; }
    .introduction-spacer { height: 82px !important; }
    .wellendorf-box { padding: 0 !important; height: 285px; }
    .wellendorf-box .image-container { width: 354px !important; flex-basis: 354px !important; flex-grow: 0; flex-shrink: 0; margin: 0 !important; }
    .wellendorf-box .text-container {
        flex-basis: unset !important; flex-grow: 1; flex-shrink: 1; width: calc(100% - 354px) !important; margin: 0 !important; padding: 40px 35px 0;
    }
    .wellendorf-box .text-container p:first-of-type,
    .wellendorf-box .text-container p:last-of-type { display: none; }
    .wellendorf-box .text-container .title {
        display: block; font-size: 22px !important; line-height: 30px !important; font-weight: 700;
    }
    .wellendorf-box .text-container .content { font-size: 18px !important; line-height: 28px !important; }
    .wellendorf-box figure { margin: 0 !important; }
}
.career-page-title h1 {
    font-family: "SilkSerif"; font-weight: 400; font-size: 70px; line-height: 70px; color: #5e5e5e; letter-spacing: 0.025em; margin: 0; text-transform: none; text-align: left; padding-bottom: 40px;
}
.career-overview { background: #eeeee9; padding: 55px 36px; }
.career-overview p { margin-top: 0; color: #5e5e5e; font-size: 16px; line-height: 24px; margin-bottom: 28px; }
.career-overview .career-item { background: #fffffe; margin-bottom: 45px; }
.career-overview .career-item:last-child { margin-bottom: 0; }
.career-overview .career-item .page-content { padding-top: 28px !important; margin: 0 auto !important; }
.career-overview .career-item .career-title {
    color: #5e5e5e; font-size: 22px; line-height: 24px; padding-bottom: 28px; font-weight: normal; cursor: pointer; padding-right: 30px;
}
.career-overview .career-item .career-title.active { font-weight: bold; }
.career-overview .career-item .career-description { clear: both; padding-top: 15px; padding-bottom: 10px; }
.career-overview .career-item .career-description ul {
    padding-top: 0; padding-left: 20px; margin-top: -20px; margin-bottom: 20px;
}
.career-overview .career-item .career-icon { cursor: pointer; float: right; margin-top: -55px; }
.career-overview .career-item .career-icon.closed {
    background: url("../assets/img/career-closed-icon.png") no-repeat; background-size: 17px 30px; width: 17px; height: 30px; -webkit-transform: rotate(0deg); transition: 0.2s linear;
}
.career-overview .career-item .career-icon.open {
    background: url("../assets/img/career-closed-icon.png") no-repeat; background-size: 17px 30px; width: 17px; height: 30px; transition: 0.2s linear; -webkit-transform: rotate(90deg);
}
@media screen and (max-width: 390px) {
    .career-icon { margin-top: -66px; }
}

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




