/* roboto-300 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/roboto-v29-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
        url('fonts/roboto-v29-latin-300.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */ url('fonts/roboto-v29-latin-300.woff2') format('woff2'),
        /* Super Modern Browsers */ url('fonts/roboto-v29-latin-300.woff')
            format('woff'),
        /* Modern Browsers */ url('fonts/roboto-v29-latin-300.ttf')
            format('truetype'),
        /* Safari, Android, iOS */ url('fonts/roboto-v29-latin-300.svg#Roboto')
            format('svg'); /* Legacy iOS */
}

/* roboto-300italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    src: url('fonts/roboto-v29-latin-300italic.eot'); /* IE9 Compat Modes */
    src: local(''),
        url('fonts/roboto-v29-latin-300italic.eot?#iefix')
            format('embedded-opentype'),
        /* IE6-IE8 */ url('fonts/roboto-v29-latin-300italic.woff2')
            format('woff2'),
        /* Super Modern Browsers */ url('fonts/roboto-v29-latin-300italic.woff')
            format('woff'),
        /* Modern Browsers */ url('fonts/roboto-v29-latin-300italic.ttf')
            format('truetype'),
        /* Safari, Android, iOS */
            url('fonts/roboto-v29-latin-300italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/roboto-v29-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
        url('fonts/roboto-v29-latin-regular.eot?#iefix')
            format('embedded-opentype'),
        /* IE6-IE8 */ url('fonts/roboto-v29-latin-regular.woff2')
            format('woff2'),
        /* Super Modern Browsers */ url('fonts/roboto-v29-latin-regular.woff')
            format('woff'),
        /* Modern Browsers */ url('fonts/roboto-v29-latin-regular.ttf')
            format('truetype'),
        /* Safari, Android, iOS */
            url('fonts/roboto-v29-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/roboto-v29-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
        url('fonts/roboto-v29-latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */ url('fonts/roboto-v29-latin-700.woff2') format('woff2'),
        /* Super Modern Browsers */ url('fonts/roboto-v29-latin-700.woff')
            format('woff'),
        /* Modern Browsers */ url('fonts/roboto-v29-latin-700.ttf')
            format('truetype'),
        /* Safari, Android, iOS */ url('fonts/roboto-v29-latin-700.svg#Roboto')
            format('svg'); /* Legacy iOS */
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto';
    font-size: 18px;
    line-height: 1.8;
    font-weight: 300;
    color: #000;
}

.content {
    width: 100%;
}

.site-inner {
    max-width: 1640px;
    padding: 0;
    margin: 0 auto;
}

:root {
    --gold: #aba06c;
    --content-max-width: 1640px;
}

a {
    color: var(--gold);
    text-decoration: none;
}

p {
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

:focus {
    outline: 0;
}

.button {
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 15px;
    background: var(--gold);
    font-weight: 700;
}

.button:hover {
    color: var(--gold);
}

button:focus,
button:hover,
input[type='button']:focus,
input[type='button']:hover,
input[type='reset']:focus,
input[type='reset']:hover,
input[type='submit']:focus,
input[type='submit']:hover,
.site-container
    div.wpforms-container-full
    .wpforms-form
    input[type='submit']:focus,
.site-container
    div.wpforms-container-full
    .wpforms-form
    input[type='submit']:hover,
.site-container
    div.wpforms-container-full
    .wpforms-form
    button[type='submit']:focus,
.site-container
    div.wpforms-container-full
    .wpforms-form
    button[type='submit']:hover,
.button:focus,
.button:hover {
    background-color: var(--gold);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto';
}

h2 {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 35px;
    font-weight: 300;
}

.custom-logo-link {
    width: 242px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 120px;
    cursor: default;
}

.social-media {
    position: fixed;
    right: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1640px;
    font-size: 21px;
    margin-top: 8px;
    z-index: 100;
    top: 11px;
}

.facebook,
.instagram,
.share {
    right: 0;
    position: fixed;
}

.facebook {
    right: 80px;
}

.instagram {
    right: 40px;
}

#hamburger {
    display: none;
}

.fa-share {
    color: var(--gold);
    cursor: pointer;
}

.further-share {
    display: none;
    transition: 0.5s;
}

.further-share .fa-envelope {
    margin: 0;
}

.share-active {
    display: block;
    position: absolute;
    right: -4px;
    margin-top: 20px;
    background-color: #fff;
    padding: 5px;
    border: 1px solid var(--gold);
}

.share-active ul li {
    color: #fff;
}

.fa-whatsapp {
    font-family: 'Font Awesome 5 Brands';
    font-style: inherit !important;
    text-decoration: none;
}

#genesis-nav-primary {
    border-bottom: 1px solid #d9d4bc;
    max-width: 1640px;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    z-index: 10;
}

#genesis-nav-primary::before {
    content: '';
    background: #fff;
    width: 144%;
    z-index: -10;
    height: 70px;
    position: absolute;
    margin-left: -500px;
}

.js .nav-primary {
    padding: 0;
}

#menu-header {
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    padding-left: 70px;
}

#menu-header li {
    height: 70px;
}

#menu-header li a {
    color: #676767;
    padding: 30px 24px 24px;
    height: 65px;
}

#menu-header li a:hover {
    background: var(--gold);
    color: #fff;
}

#mobile-nav {
    display: none;
}

#logo-nav {
    position: fixed;
    margin: 13px 0 0 12px;
    z-index: 100;
    left: 50%;
    transform: translateX(-50%);
    top: 11px;
    height: 0;
    width: 1640px;
}

#header-section {
    margin-top: 14em;
    position: relative;
}

/* #header-section::after {
    content: url(https://www.juwelier-grabbe.de//wp-content/uploads/2022/02/G1.png);
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    height: auto;
    margin-top: 2.8em;
} */

/* .header_image img {
    min-height: 375px;
    object-fit: cover;
} */

.header_image::before {
    content: '';
    width: 100%;
    display: block;
    border-top: 1px solid var(--gold);
    margin-bottom: 4px;
}

.header_image::after {
    content: '';
    width: 100%;
    display: block;
    border-bottom: 1px solid var(--gold);
    margin-top: 4px;
}

#header_text1 {
    font-size: 32px;
    font-weight: 300;
    font-style: italic;
    text-transform: uppercase;
    position: absolute;
    top: 150px;
    color: #fff;
    right: 150px;
    line-height: 1.5;
}

#header_text2 {
    position: absolute;
    top: 18em;
    width: 398px;
    right: 260px;
    color: #fff;
    font-size: 16px;
}

#header-section h3 {
    font-size: 33px;
    font-weight: 700;
    margin-left: -19px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#home-couture-section {
    position: relative;
}

#home-couture-section,
#watches-section,
#jewellery-section,
#buy-online-section,
#contact-section {
    background-image: url(https://www.juwelier-grabbe.de//wp-content/uploads/2022/02/home_couture_background.jpg);
    width: 100%;
    height: 875px;
    background-repeat: no-repeat;
    margin-top: 10em;
    background-position: -132px;
}

#home-couture-section::before,
#watches-section::before,
#jewellery-section::before,
#buy-online-section::before,
#contact-section::before {
    content: url(https://www.juwelier-grabbe.de//wp-content/uploads/2022/02/home_couture_background.jpg);
    width: 100%;
    height: 875px;
    background-repeat: no-repeat;
    z-index: -1;
    position: absolute;
    left: 0;
}

#home-couture-section::before {
    left: -132px;
    margin-top: 2px;
}

/* #home-couture-section::after {
    content: url(https://www.juwelier-grabbe.de//wp-content/uploads/2022/02/G1.png);
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    height: auto;
    bottom: -8em;
} */

#home-couture-section h2 {
    padding-top: 2.5em;
}

.section_text {
    width: 640px;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 3em;
}

#home-couture-section .wrap,
#watches-section .wrap,
#jewellery-section .wrap,
#buy-online-section .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home_couture_image1,
.home_couture_image2,
.home_couture_image3,
.home_couture_image4 {
    width: 25%;
    display: flex;
    justify-content: center;
}

#watches-section {
    background-image: url(https://www.juwelier-grabbe.de//wp-content/uploads/2022/02/watches_background.jpg);
    height: 1013px;
    position: relative;
}

#watches-section::before {
    content: url(https://www.juwelier-grabbe.de//wp-content/uploads/2022/02/watches_background.jpg);
    height: 1013px;
    left: -132px;
}

.gradient {
    height: 250px;
    width: 100%;
    position: absolute;
}

.gradient::before {
    height: 250px;
    width: 116%;
    content: '';
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(
        0deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    background: -webkit-linear-gradient(
        0deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    background: linear-gradient(
        0deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
    position: absolute;
    left: -132px;
}

#watches-section h2 {
    color: #000;
    z-index: 5;
    position: relative;
}

#watches-section .section_text {
    color: #000;
    z-index: 5;
    position: relative;
}

.watches_image1,
.watches_image2,
.watches_image3,
.watches_image4 {
    width: 25%;
    display: flex;
    justify-content: center;
}

/* #watches-section::after {
    content: url(https://www.juwelier-grabbe.de//wp-content/uploads/2022/02/G2.png);
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    height: auto;
    bottom: 3em;
} */

#jewellery-section {
    background-image: url(https://www.juwelier-grabbe.de//wp-content/uploads/2022/02/jewellery_background.jpg);
    height: 988px;
    margin-top: 0;
    position: relative;
}

#jewellery-section::before {
    content: url(https://www.juwelier-grabbe.de//wp-content/uploads/2022/02/jewellery_background.jpg);
    height: 988px;
    left: -132px;
}

#jewellery-section h2 {
    padding-top: 2.5em;
}

.jewellery_image1,
.jewellery_image2,
.jewellery_image3,
.jewellery_image4 {
    width: 25%;
    display: flex;
    justify-content: center;
}

/* #jewellery-section::after {
    content: url(https://www.juwelier-grabbe.de//wp-content/uploads/2022/02/G1.png);
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    height: auto;
    bottom: -8em;
} */

#buy-online-section {
    background-image: url(https://www.juwelier-grabbe.de//wp-content/uploads/2022/02/Buy-Online-Background.jpg);
    height: 700px;
    margin-top: 0;
    position: relative;
    margin-top: 10em;
}

#buy-online-section::before {
    content: url(https://www.juwelier-grabbe.de//wp-content/uploads/2022/02/Buy-Online-Background.jpg);
    height: 700px;
    left: -132px;
}

#buy-online-section .wrap div {
    position: relative;
    z-index: 9;
}

#buy-online-section .gradient::before {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(
        0deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.9443978274903712) 87%,
        rgba(255, 255, 255, 1) 100%
    );
    background: -webkit-linear-gradient(
        0deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.9443978274903712) 87%,
        rgba(255, 255, 255, 1) 100%
    );
    background: linear-gradient(
        0deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.9443978274903712) 87%,
        rgba(255, 255, 255, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}

#buy-online-section h2 {
    color: #242424;
    padding-bottom: 1em;
    z-index: 1;
    position: relative;
}

.buy_online_image1,
.buy_online_image2,
.buy_online_image3,
.buy_online_image4 {
    width: 25%;
    display: flex;
    justify-content: center;
}

#brands-section h2 {
    color: #000;
    padding-top: 5.3em;
}

.brands_image {
    padding: 20px 20px;
}

#brands-section .slick-list {
    margin-left: -10px;
    width: 101%;
}

#brands-section .slick-slide img {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#partners-section {
    background: #242424;
    margin-top: 5em;
}

#partners-section::before {
    background: #242424;
    content: '';
    width: 144%;
    height: 420px;
    position: absolute;
    margin-left: -500px;
    z-index: -1;
}

#partners-section h2 {
    padding: 1.7em 0 1.3em;
    margin: 0;
}

#partners-section .partners-wrap {
    max-width: 1640px;
    height: 90px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#partners-section .partners-wrap div {
    width: 19%;
    display: flex;
    justify-content: center;
}

.slick-prev,
.slick-next {
    top: 42%;
}

.slick-prev {
    left: -40px;
}

.slick-next {
    right: -40px;
}

.slick-prev::before,
.slick-next::before {
    content: '\f104';
    font-family: 'Font Awesome 5 Pro';
    font-size: 60px;
    font-weight: 300;
    -webkit-text-stroke: 2px #fff;
}

.slick-next::before {
    content: '\f105';
}

.slick-prev::before,
.slick-next::before {
    color: #989898;
}

#contact-section {
    background: url(https://www.juwelier-grabbe.de//wp-content/uploads/2022/02/contact_background.jpg);
    height: 100%;
    position: relative;
    padding: 0 2em;
}

#contact-section::before {
    content: url(https://www.juwelier-grabbe.de//wp-content/uploads/2022/02/contact_background.jpg);
    height: 545px;
    left: -132px;
    width: 116%;
}

.contact-block {
    float: left;
    padding: 6em 3em;
    line-height: 2.2;
    font-size: 18px;
}

.contact-block:first-of-type,
.contact-block:last-of-type {
    padding: 6em 0;
}

.contact-block:first-of-type {
    padding: 6em 0 0;
    width: 25%;
}

.contact-block:nth-of-type(2) {
    width: 55%;
    padding-right: 4.2em;
}

.contact-block:nth-of-type(2) p {
    margin: 0;
}

.contact-block:nth-of-type(2) iframe {
    width: 100%;
    height: 280px;
}

.contact-block:nth-of-type(2) p {
    position: relative;
}

.contact-block:nth-of-type(2) p::after {
    content: 'VIP PARKPLATZ auf dem Posthof';
    padding: 5px 20px;
    position: absolute;
    right: 5px;
    top: 5px;
    color: var(--gold);
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    background-color: white;
    letter-spacing: 0.5px;
}

.contact-block:last-of-type {
    padding: 6em 0 0;
    width: 20%;
}

#contact-section h2 {
    color: #000;
    text-align: left;
    font-size: 32px;
}

#contact-section a {
    color: #000;
}

#contact-section a:hover {
    color: var(--gold);
}

#contact-section ul li::before {
    content: '\2022';
    color: #656565;
    font-weight: bold;
    display: inline-block;
    width: 1em;
}

#contact-section ol li::before {
    content: '\f00c';
    color: #656565;
    display: inline-block;
    width: 1em;
    margin-right: 0.8em;
    font-family: 'Font Awesome 5 Pro';
}

#mail {
    text-decoration: underline;
}

.fa-map-pin {
    margin-right: 25px;
}

.fa-phone-alt,
.fa-envelope {
    margin-right: 15px;
}

#contact-section .button {
    padding: 10px 30px 10px 65px;
    position: relative;
    color: #fff;
}

#contact-section .button::before {
    content: '\f277';
    font-family: 'Font Awesome 5 Pro';
    font-size: 30px;
    color: #fff;
    position: absolute;
    left: 22px;
    top: -4px;
}

.button:hover {
    color: #fff;
    background: #000;
}

.contact-block {
    float: left;
    padding: 6em 0 0;
}

.contact-block:first-of-type {
    padding: 6em 3em 0 0;
}

#contact-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background: inherit;
}

.contact-block:last-of-type {
    padding: 6em 0 0 0;
}

.page-id-213 #contact-section {
    margin-top: 0;
}

.fa-map-signs {
    font-size: 30px;
    margin: 0 10px 0 -10px;
}

footer {
    display: none;
}

/* Kontaktseite */

.contact-header {
    margin-bottom: 3em;
}

.contact-header:after {
    content: '';
    width: 100%;
    display: block;
    border-bottom: 1px solid var(--gold);
    margin-top: 4px;
}

.contact-header::before {
    content: '';
    width: 100%;
    display: block;
    border-top: 1px solid var(--gold);
    margin-bottom: 4px;
}

.page-id-213 .entry-content {
    margin-top: 14em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.page-id-213 .entry-content > p:nth-child(2) {
    text-align: center;
    width: 100%;
}

.wpcf7-form {
    display: flex;
}

#wpcf7-f7-p213-o1 {
    width: 60%;
}

.wpcf7-form-control-wrap {
    margin: 20px 0;
    width: 49%;
    display: inline-block;
    height: 42px;
}

.wpcf7-form-control-wrap.your-message {
    width: 100%;
}

.wpcf7-form p {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

::placeholder {
    color: #adb5bd;
    font-size: 14px;
    text-transform: uppercase;
}

.page-id-213 input,
.page-id-213 select,
.page-id-213 textarea {
    border: 1px solid #dee2e6;
}

.datenschutz {
    width: 100%;
    margin-top: 11em;
}

span.wpcf7-form-control {
    width: 100%;
}

.wpcf7-list-item {
    width: 100%;
    margin: 0;
}

.wpcf7-acceptance {
    width: 100%;
}

.wpcf7-list-item label {
    width: 100%;
    display: flex;
}

.wpcf7-list-item-label {
    width: 100%;
    margin-left: 10px;
    height: 29px;
    font-size: 16px;
    margin-top: 5px;
}

.wpcf7-submit {
    border-radius: 0 !important;
    background-color: #1a1a1a !important;
    color: #fff !important;
    font-weight: 300 !important;
    padding: 10px 30px !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #fff;
    width: 100%;
    color: var(--gold);
}

.wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 0;
}

.wpcf7-form {
    position: relative;
    flex-wrap: wrap;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #fff;
    color: #ff0000;
}

/* Impressum */

.page-id-189 .entry-content {
    margin: 18em auto 0;
    width: 60%;
    font-size: 16px;
}

.page-id-189 #imprint {
    color: #000;
    text-align: left;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 15px;
    font-size: 28px;
}

.page-id-189 #contact-section {
    margin-top: 0;
}

/* Datenschutz */

.page-id-191 .entry-content {
    margin: 18em auto 0;
    width: 60%;
    font-size: 16px;
}

.page-id-191 #imprint {
    color: #000;
    text-align: left;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 15px;
    font-size: 28px;
}

.page-id-189 #contact-section {
    margin-top: 0;
}

#partners-section,
#brands-section {
    display: none;
}

#home-couture-section,
#watches-section,
#jewellery-section,
#contact-section {
    margin-top: 0;
}

#watches-section {
    margin-top: 8.5em;
}

#home-couture-section {
    margin-top: 10.5em;
}

#header-section::after {
    margin-top: 3em;
}

#home-couture-section::after {
    bottom: -7em;
}
