@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-size: 16px;
    color: #000;
    overflow-x: hidden;
    background: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

input, select, button {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
}

.material-symbols-outlined.fill {
    font-variation-settings:
    'FILL' 1
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot');
    src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fontawesome-webfont.woff2') format('woff2'),
         url('../fonts/fontawesome-webfont.woff') format('woff'),
         url('../fonts/fontawesome-webfont.ttf') format('truetype'),
         url('../fonts/fontawesome-webfont.svg#fontawesome-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}


@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/fa-solid-900.woff2) format("woff2"),
    url(../fonts/fa-solid-900.ttf) format("truetype");
	font-display: swap;
}

.fa-solid,
.fas {
    font-weight: 900
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    src: url(../fonts/fa-brands-400.woff2) format("woff2"),
    url(../fonts/fa-brands-400.ttf) format("truetype");
	font-display: swap;
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    src: url(../fonts/fa-solid-900.woff2) format("woff2"),
    url(../fonts/fa-solid-900.ttf) format("truetype");
	font-display: swap;
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    src: url(../fonts/fa-regular-400.woff2) format("woff2"),
    url(../fonts/fa-regular-400.ttf) format("truetype");
	font-display: swap;
}

@font-face {
    font-family: "FontAwesome";
    src: url(../fonts/fa-solid-900.woff2) format("woff2"),
    url(../fonts/fa-solid-900.ttf) format("truetype");
	font-display: swap;
}

@font-face {
    font-family: "FontAwesome";
    src: url(../fonts/fa-brands-400.woff2) format("woff2"),
    url(../fonts/fa-brands-400.ttf) format("truetype");
	font-display: swap;
}

@font-face {
    font-family: "FontAwesome";
    src: url(../fonts/fa-regular-400.woff2) format("woff2"),
    url(../fonts/fa-regular-400.ttf) format("truetype");
    unicode-range: u+f003, u+f006, u+f014, u+f016-f017, u+f01a-f01b, u+f01d, u+f022, u+f03e, u+f044, u+f046, u+f05c-f05d, u+f06e, u+f070, u+f087-f088, u+f08a, u+f094, u+f096-f097, u+f09d, u+f0a0, u+f0a2, u+f0a4-f0a7, u+f0c5, u+f0c7, u+f0e5-f0e6, u+f0eb, u+f0f6-f0f8, u+f10c, u+f114-f115, u+f118-f11a, u+f11c-f11d, u+f133, u+f147, u+f14e, u+f150-f152, u+f185-f186, u+f18e, u+f190-f192, u+f196, u+f1c1-f1c9, u+f1d9, u+f1db, u+f1e3, u+f1ea, u+f1f7, u+f1f9, u+f20a, u+f247-f248, u+f24a, u+f24d, u+f255-f25b, u+f25d, u+f271-f274, u+f278, u+f27b, u+f28c, u+f28e, u+f29c, u+f2b5, u+f2b7, u+f2ba, u+f2bc, u+f2be, u+f2c0-f2c1, u+f2c3, u+f2d0, u+f2d2, u+f2d4, u+f2dc;
	font-display: swap;
}

@font-face {
    font-family: "FontAwesome";
    src: url(../fonts/fa-v4compatibility.woff2) format("woff2"),
    url(../fonts/fa-v4compatibility.ttf) format("truetype");
    unicode-range: u+f041, u+f047, u+f065-f066, u+f07d-f07e, u+f080, u+f08b, u+f08e, u+f090, u+f09a, u+f0ac, u+f0ae, u+f0b2, u+f0d0, u+f0d6, u+f0e4, u+f0ec, u+f10a-f10b, u+f123, u+f13e, u+f148-f149, u+f14c, u+f156, u+f15e, u+f160-f161, u+f163, u+f175-f178, u+f195, u+f1f8, u+f219, u+f27a;
	font-display: swap;
}

a {
    transition: all ease .5s;
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

button {
    transition: all ease .5s;
}

button {
    outline: 0 !important;
box-shadow: none;
    border: none;
    padding: 0
}

button:focus {
    box-shadow: none
}

h1, h2, h3, h4, h5, h6 {
    color:#000;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
}

h1, .h1 {
    font-size: 110px;
    font-weight: 600;
    line-height: .7;
}

h2, .h2 {
    color: #fff;
    font-size: 70px;
    font-weight: 600;
    line-height: .8;
}

h3, .h3 {
    font-size:35px;
    line-height: 1.5;
}

h4, .h4 {
    font-size:27px;
    line-height: 1.5;
}

h5, .h5 {
    font-size:24px;
    line-height: 1.5;
}

h6, .h6 {
    font-size:20px;
    line-height: 1.5;
}

p {
    color: #616161;
    font-size: 1.1vw;
    line-height: 1.8em;
    margin: 0 0 20px 0;
}

p:last-child {
    margin-bottom: 0;
}

.container {
	padding:0px 5.6vw;
	width:100%;
	max-width:unset !important;
}

img {
    max-width: 100%;
    height: auto;
}

.btn-default {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 54px;
    background: #D6D2CE;
    border: 1px solid #D6D2CE;
    color: #616161;
    font-family: "Open Sans", sans-serif;
    padding: 0px 30px;
    text-transform: uppercase;
    border-radius: 60px;
    text-align: center;
    transition: all .3s;
}

.btn-default.whitebordered {
    border-color: #d6d2ce;
    color: #FFF;
    border-radius: 50px;
    background: none;
}

.btn-default.whitebordered:hover {
    border-color: #fff !important;
    color: #a6916b !important;
    background: #fff !important;
}

.btn-default.small {
    line-height: 36px;
    font-size: .9vw;
    font-weight: 600;
    letter-spacing: .07em;
}

.btn-default.small i {
    margin-left: 7px;
    font-size: 15px;
    transform: rotate(45deg);
    position: relative;
    top: 2px;
}

.btn-default.small:hover,
.btn-default.small:active {
    background: #afafaf;
    border-color: #afafaf;
    color: #616161;
}

.btn-default:hover,
.btn-default:active {
    background: #AFAFAF;
    border-color: #AFAFAF;
    color: #fff;
}

.section-title h2 {
    font-size: 2.7vw;
    font-weight: 300;
    line-height: 1.2em;
    color: #616161;
    margin: 0px;
}

.section-title.lg h2 {
    font-size: 3.1vw;
}

.section-title h2 b {
    font-weight: bolder;
}

.section-title.white h2,
.section-title.white p {
    color: #fff !important;
}

ul.list {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
    padding-left: 17px;
    color: #000;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    margin-bottom: 20px;
}

ul.list li::marker {
    color: #0a44c1;
}

ul.list li {
    margin-bottom: 5px;
    vertical-align: top;
}

.hover-animate {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.hover-animate:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.fancybox-container {
    z-index: 999999;
}

.transform-motion-x {
    transform: translateX(100vw); /* Start far right off-screen */
    opacity: 0;
    transition: transform 1s ease-out, opacity 1s ease-out;
}

.transform-motion-x.visible {
    transform: translateX(0);
    opacity: 1;
}


/*** HEADER ***/
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    padding: 0px 0px;
    background-color: rgb(34 35 40);
    box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
}

header.fixed {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-100%);
    overflow: hidden;
    opacity: 0;
    transition: .3s;
    background-color: #fff;

    overflow: visible;
    transform: translateY(0);
    opacity: 1;
}

header.fixed .navbar-nav>.nav-item>.nav-link {
    color: #313131;
}

header .navbar {
    padding: 0px;
}

header .navbar-brand {
    margin: 0;
    margin-left: 30px;
}

header .navbar-brand img.logo-normal {
    display: inline-block;
    max-height: 60px;
	width:auto;
}

header .navbar-brand img.logo-dark {
    display: none;
    max-height: 60px;
	width:auto;
}

header.fixed .navbar-brand img.logo-normal {
    display: none;
}

header.fixed .navbar-brand img.logo-dark {
    display: inline-block;
}

header .navbar-nav>.nav-item {
    padding: 0 1vw;
}

header .navbar-nav>.nav-item>.nav-link {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    padding: 0px;
    text-transform: uppercase;
    letter-spacing: .1em;
    line-height: 105px;
}

header .navbar-nav>.nav-item.menu-item-has-children>a.nav-link {
    padding-right: 14px;
}

header .navbar-nav>.nav-item.menu-item-has-children>a.nav-link::before {
    content: '';
    position: absolute;
    z-index: 1;
    background: currentColor;
    width: 9px;
    height: 1px;
    right: 0;
    top: 50%;
    margin-top: -1px;
}

header .navbar-nav>.nav-item.menu-item-has-children>a.nav-link::after {
    content: '';
    position: absolute;
    z-index: 1;
    background: currentColor;
    width: 1px;
    height: 9px;
    right: 4px;
    top: 50%;
    margin-top: -5px;
}

header .navbar-nav>.nav-item:hover>.nav-link,
header .navbar-nav>.nav-item.active>.nav-link {
    color: #A6916B;
}

header .navbar-nav>.nav-item.menu-item-has-children>ul.sub-menu {
    background-color: rgb(45 45 45);
    color: #fff;
    min-width: 280px;
    white-space: nowrap;
    padding: 25px 0;
    border: none;
    border-radius: 0px;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
    top: calc(100% + 15px);
    display: block;
    pointer-events: none;
}

header .navbar-nav>.nav-item.menu-item-has-children.dropdown:hover>ul.sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    top: calc(100% + 0px);
}

header .navbar-nav>.nav-item:last-child>ul.sub-menu {
    left: auto;
    right: 0;
}

header .navbar-nav>.nav-item.menu-item-has-children>ul.sub-menu>li>a {
    font-family: "Raleway", sans-serif;
    color: #fff;
    line-height: 30px;
    font-size: 15px;
    font-weight: 600;
    padding: 5px 30px 4px 30px;
}

header .navbar-nav>.nav-item.menu-item-has-children>ul.sub-menu>li>a:before {
    content: '';
    background-color: #A6916B;
    content: "";
    width: 20px;
    height: 1px;
    transition: .3s;
    display: inline-block;
    opacity: 0;
    margin-left: -30px;
    margin-right: 10px;
    vertical-align: middle;
}

header .navbar-nav>.nav-item.menu-item-has-children>ul.sub-menu>li>a:hover:before,
header .navbar-nav>.nav-item.menu-item-has-children>ul.sub-menu>li.active>a:before {
    opacity: 1;
    margin-left: 0;
}


header .btn-default {
    line-height: 44px;
    font-size: 20px;
}

/*** RIGHT-SIDEMENU ***/
.side_panel-toggle {
    height: 105px;
    min-width: 80px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    background-color: rgba(49, 49, 49, 1);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.side_panel-toggle .side_panel-toggle-inner {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 24px;
    height: 24px;
    margin-top: 0;
    position: relative;
    color: inherit;
    line-height: 9px;
}

.side_panel-toggle .side_panel-toggle-inner span {
    background: transparent;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    border-color: currentColor;
    transition: all .3s ease-out;
    color: inherit;
    vertical-align: top;
    position: absolute;
    left: 0;
}

.side_panel-toggle .side_panel-toggle-inner span:nth-child(2) {
    left: 9px;
}

.side_panel-toggle .side_panel-toggle-inner span:nth-child(3) {
    left: 18px
}

.side_panel-toggle .side_panel-toggle-inner span:nth-child(4) {
    top: 9px
}

.side_panel-toggle .side_panel-toggle-inner span:nth-child(5) {
    top: 9px;
    left: 9px
}

.side_panel-toggle .side_panel-toggle-inner span:nth-child(6) {
    top: 9px;
    left: 18px
}

.side_panel-toggle .side_panel-toggle-inner span:nth-child(7) {
    top: 18px
}

.side_panel-toggle .side_panel-toggle-inner span:nth-child(8) {
    top: 18px;
    left: 9px
}

.side_panel-toggle .side_panel-toggle-inner span:nth-child(9) {
    top: 18px;
    left: 18px
}

.side_panel-toggle:hover span:nth-child(1) {
    left: 18px
}

.side_panel-toggle:hover span:nth-child(3) {
    left: 0
}

.side_panel-toggle:hover span:nth-child(7) {
    left: 18px
}

.side_panel-toggle:hover span:nth-child(9) {
    left: 0
}

/**/
.contact_details-menu {
	position:fixed;
	top:0px;
    right: -150%;
    min-width: 490px;
	-webkit-transition: all 0.45s;
    transition: all 0.45s;
	height:100%;
	z-index: 9999999;
	overflow:hidden;
	overflow-y:auto;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
    padding: 100px 80px 87px 80px;
    background-color: rgba(35, 35, 35, 1);
    color: rgba(204, 204, 204, 1);
}

.contact_details-menu.intro {
	right:0px;
}

.contact_details-menu-overlay {
    background: transparent;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .45s ease-in-out;
    z-index: 9999;
}

.contact_details-menu-overlay.active {
    opacity: 1;
    visibility: visible;
    background: rgba(65, 65, 65, 0.6);
}

.contact_details-menu a.CloseBtn {
    float: right;
    color: #fff;
    font-size: 21px;
    margin: 0;
    position: relative;
    z-index: 99;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0px;
    background: #323232;
    width: 80px;
    height: 80px;
    line-height: 80px;
}

.contact_details-menu a.CloseBtn:before,
.contact_details-menu a.CloseBtn:after {
    content: '';
    display: block;
    width: 20px;
    height: 2.2px;
    background-color: currentColor;
    position: absolute;
    left: 50%;
    top: 50%;
}

.contact_details-menu a.CloseBtn:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.contact_details-menu a.CloseBtn:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.contact_details-menu h4, .contact_details-menu .h4 {
    font-size: 1.8vw;
    font-weight: 400;
    line-height: 1.2em;
    color: #FFF;
    margin: 0;
    margin-bottom: 25px;
}

.iconbox {
    display: flex;
    align-items: start;
    margin: 0 17px 0 -5px;
}

.iconbox>.icon {
    margin: 0 17px 0 -5px;
    font-size: 24px;
    color: #fff;
}

.iconbox h3, .iconbox .h3 {
    margin: 4px 0 5px 0;
    font-size: 20px;
    color: #fff;
    line-height: 1.4;
    font-weight: 500;
    word-break: break-word;
    transition: all .45s ease;
}

.iconbox p {
    margin: 0 0 20px 0;
    color: #CCC;
    font-size: 16px;
    line-height: 1.7em;
    font-weight: 400;
}

.iconbox p a {
    color: #ccc;
}

.iconbox p a:hover {
    color: #A6916B;
}

.contact_details-menu .social-links {
    padding-top: 20px;
    padding-left: 40px;
}

.contact_details-menu .social-links h3 {
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    display: block;
    font-weight: 300;
}

.contact_details-menu .social-links a {
    font-size: 20px;
    color: #CCC;
    margin-right: 40px;
}

.contact_details-menu .social-links a i {
    transition: all 0.3s;
}

.contact_details-menu .social-links a:hover i {
    transform: scale(1.1);
    color: #A6916B;
}


/*** PAGE-BANNER ***/
.page-banner {
    position: relative;
    height: 65vh;
    margin-top: 105px;
}

.page-banner:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff0;
    --background-overlay: '';
    background-image: linear-gradient(180deg, #61616100 52%, #616161 100%);
    background-image: linear-gradient(180deg, #61616100 52%, rgba(0,0,0,0.5) 100%);
}

.page-banner .container {
    position: relative;
    z-index: 4;
}

.page-banner h1 {
    font-size: 8vw;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1em;
    color: #FFF;
    margin: 0;
    margin-bottom: -20px;
}

.page-banner.instagram-banner h1 {
    font-size: 7.3vw;
}

.half-page-banner {
    height:51vh;
}

.half-page-banner h1 {
    font-size: 7.3vw;
}

.half-page-banner.height-65 {
	height:65vh;
}

.page-banner.height-65 .item img {
	object-position:bottom center;
}

/*** CONTACT-INFO ***/
.contact-info {
    background: #cac7c3;
    padding: 70px 0px 0px 0px;
}

.contact-info h2 {
    font-size: 3.1vw;
    font-weight: 300;
    line-height: 1.2em;
    color: #616161;
    margin: 0;
    padding-left: 20vw;
    margin-bottom: 5vw;
}

.contact-info h2 em {
    font-style: normal;
}

.contact-info .imgstyle {

}

.contact-info .space-right {
    padding-right: 6vw;
}

.contact-info h3 {
    font-size: 1.8vw;
    font-weight: 400;
    line-height: 1.2em;
    margin-top: 10px;
    margin-bottom: 30px;
    color: #616161;
}

.contact-info p {
    margin-bottom: 30px;
}

.contact-info h4, .contact-info .h4 {
    color: #616161;
    font-size: 1.1vw;
    font-weight: 700;
    line-height: 1.8em;
    margin: 0;
    margin-bottom: 0px;
}

.imgstyle .seperator {
    display: inline-block;
    width: 100%;
    margin: 2vw 0vw 0vw 0vw;
    text-align: right;
    position: relative;
    display: flex;
    align-items: center;
}

.imgstyle .seperator::before {
    content: '';
    display: inline-block;
    background: #afafaf;
    height: 1px;
    width: 100%;
    display: block;
}

.imgstyle .seperator h6, .imgstyle .seperator .h6 {
    display: inline-block;
    width: 100%;
    color: #616161;
    font-size: .9vw;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3em;
    letter-spacing: .07em;
    white-space: nowrap;
    margin: 0;
    margin-left: 2vw;
}

.contact-info .text {
    padding-left: 4vw;
}

.contact-info p a {
    color: #616161;
}

.contact-info p a:hover {
    color: #A6916B;
}

.contact-info p a i {
    width: 1.25em;
    margin-right: 0px;
}

.contact-info p a i {
    width: 1.25em;
    margin-right: 0px;
}

.contact-info .social a {
    background-color: #616161;
    color: #CAC7C3;
    font-size: .8vw;
    border-radius: 50%;
    min-width: 23px;
    fill: #fff;
    display: inline-block;
    line-height: 23px;
    text-align: center;
    transition: all .3s;
}

.contact-info .social a:hover {
    background-color: #FFF;
    color: #616161;
}

.contact-info hr {
    border-color:#AFAFAF;
    opacity: 1;
    display: inline-block;
    width: 100%;
    margin: 0px;
    margin-top: 3vw;
}

.contact-info .text.contact-inner {
    padding-bottom: 5vw;
}

.contact-info .text.contact-inner h3 {
    margin-top: 40px;
    margin-bottom: 20px;
}

.contact-info .text.contact-inner h4 {
    margin-top: 0px;
    margin-bottom: 15px;
}

.contact-info .form-control {
    background-color: #fff;
    border: none !important;
    box-shadow: none !important;
    padding-left: 10px;
    font-size: 14px;
    border-radius: 0px;
    height: 40px;
    font-family: "Open Sans", sans-serif;
    color: #616161;
    margin-bottom: 10px;
}

.contact-info textarea.form-control {
    height: 120px;
}

.contact-info .form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .4);
}

.contact-info .form-control:focus {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
}

.contact-info input[type="file"] {
    width: 100%;
    background: #d6d2ce;
    margin-bottom: 20px;
}

.contact-info label {
    display: inline-block;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    color: #616161;
    margin-bottom: 10px;
    font-weight: 500;
}

.contact-info label input {
    margin-right: 10px;
    margin-bottom: 10px;
}

.contact-info label a {
    color: #A6916B;
}

.contact-info label a:hover {
    color: #616161;
}

.contact-info .btn-default {
    margin-top: 10px;
}

.contact-info h2.border-top-half em {
    /* padding: 0vw 0vw 2vw 0vw; */
    font-style: normal;
    position: relative;
}

.contact-info h2.border-top-half em:after {
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
    width: 20vw;
    background: #AFAFAF;
    height: 1px;
}

.contact-info input[type="file"] {
    height: auto;
}

.contact-info span.wpcf7-list-item {
    margin: 0;
}


/*** MAP ***/
.map iframe {
    float: left;
    width: 100%;
    height: 500px;
    filter: brightness(100%) contrast(100%) saturate(0%) blur(0) hue-rotate(0deg);
    transition-duration: 0s;
}

/*** FOOTER ***/
footer {
    background-color: #282828;
    position: relative;
    padding-top: 90px;
    padding-bottom: 50px;
}

footer .container {
    max-width: 1140px;
}

footer .logo img {
    max-height: 50px;
}

footer .social-links {
    margin-top: 50px;
    padding-left: 10px;
    padding-bottom: 10px;
}

footer .social-links a {
    font-size: 18px;
    color: #CCC;
    margin-right: 20px;
}

footer .social-links a i {
    transition: all 0.3s;
}

footer .social-links a:hover i {
    transform: scale(1.1);
    color: #A6916B;
}

footer .small-links {
    font-size: 15px;
    color: #C9C9C9;
    display: inline-block;
    margin-bottom: 8px;
}

footer a.small-links:hover {
    color: #A6916B;
}

footer .small-links i {
    margin-right: 10px;
}

footer ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: inline-block;
    width: 100%;
}

footer ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 8px;
}

footer ul li a {
    display: inline-block;
    font-size: 15px;
    color: #C9C9C9;
}

footer ul li a:hover {
    color: #A6916B;
}


/*** COPYRIGHT ***/
.copyright {
    background-color: #282828;
    position: relative;
    padding: 10px 0px;
    border-top: 1px solid #484848;
}

.copyright .container {
    max-width: 1140px;
}

.copyright p {
    color: #cccccc;
    font-size: 14px;
    margin: 0;
}

.copyright ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: inline-block;
    width: 100%;
}

.copyright ul li {
    display: inline-block;
    margin-bottom: 8px;
}

.copyright ul li a {
    display: inline-block;
    font-size: 13px;
    color: #C9C9C9;
    color: #A6916B;
}

.copyright ul li a:hover {
    color: #A6916B;
}

.copyright ul li:after {
    content: '|';
    color: #C9C9C9;
    margin-left: 5px;
    font-size: 13px;
}

.copyright ul li:last-child:after {
    display: none;
}



/*** MAIN SIDEMENU ***/
.main-sidemenu-btn {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    min-width: 80px;
}

.main-sidemenu-btn:hover {
    color: #fff;
}

.main-sidemenu-btn span {
    height: 1px;
    width: 20px;
	background:#fff;
    display: inline-block;
    margin: 3px auto;
    float: right;
    transition: all .3s;
}

.main-sidemenu-btn div {
    display: inline-block;
    min-width: 20px;
}

.main-sidemenu-btn span {
    width: 100%;
}

.main-sidemenu {
	position:fixed;
	top:0px;
    left: -150%;
    min-width: 415px;
    max-width: 415px;
	-webkit-transition: all 0.45s;
    transition: all 0.45s;
	height:100%;
	z-index: 9999999;
	overflow:hidden;
	overflow-y:auto;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
    padding: 30px 30px 10px;
    color: rgba(204, 204, 204, 1);
    background-color: rgba(49, 49, 49, 1);
    color: #ffffff;
}

.main-sidemenu.intro {
	left:0px;
}

.main-sidemenu .logo img {
    height: 50px;
}

.main-sidemenu-overlay {
    background: transparent;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .45s ease-in-out;
    z-index: 9999;
}

.main-sidemenu-overlay.active {
    opacity: 1;
    visibility: visible;
    background: rgba(65, 65, 65, 0.6);
}

.main-sidemenu a.CloseBtn {
    color: #fff;
    font-size: 20px;
    margin: 0;
    position: relative;
    z-index: 99;
    cursor: pointer;
    top: -5px;
    right: 0;
    border-radius: 0px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 60px;
}

.main-sidemenu a.CloseBtn:before,
.main-sidemenu a.CloseBtn:after {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background-color: currentColor;
    position: absolute;
    left: 50%;
    top: 50%;
}

.main-sidemenu a.CloseBtn:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.main-sidemenu a.CloseBtn:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}


.main-sidemenu ul.main-menu ul {
	padding: 0;
}

.main-sidemenu ul.main-menu li {
	list-style:none;
	display:inline-block;
	width:100%;
}

.main-sidemenu ul.main-menu {
	padding-left:0px;
	margin-top:50px;
}

.main-sidemenu ul.main-menu>li>a {
    display: inline-block;
    width: 100%;
    letter-spacing: 0.1em;
    color: #fff;
    font-size: 15px;
    line-height: 32px;
    padding: 10px 0px;
    font-weight: 600;
}

.main-sidemenu ul.main-menu li:hover>a,
.main-sidemenu ul.main-menu li.active>a {
	background:none;
    color: #A6916B;
}


.main-sidemenu ul.main-menu li.menu-item-has-children {
    cursor: pointer;
}

.main-sidemenu ul.main-menu li.menu-item-has-children>a {
    pointer-events: none;
    cursor: pointer;
    position: relative;
}

.main-sidemenu ul.main-menu li.menu-item-has-children:hover>a {
    color: #A6916B !important;
}

.main-sidemenu ul.main-menu li.menu-item-has-children>a:after {
    content: '';
    display: inline-block;
    border-top-width: 1px;
    border-top-style: solid;
    border-left-width: 1px;
    border-left-style: solid;
    transform: translate(-50%, -50%) rotate(135deg);
    opacity: .8;
    transition: all .3s ease;
    background: none !important;
    position: absolute;
    top: 50%;
    right: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    visibility: visible;
    border-radius: 0;
    color: inherit;
    border-top-width: 3px;
    border-left-width: 3px;
}

.main-sidemenu ul.main-menu li.menu-item-has-children.current>a:after {

}

.main-sidemenu ul.main-menu li.menu-item-has-children ul.sub-menu {
    opacity: 1;
    visibility: visible !important;
    position: relative !important;
    left: 0 !important;
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
    background: none;
    padding: 0 0 0 30px !important;
    display: none !important;
    top: 0 !important;
}

.main-sidemenu ul.main-menu li.current ul.sub-menu {
    display: block !important;
    pointer-events: auto;
}

.main-sidemenu ul.main-menu li.menu-item-has-children ul.sub-menu li {
    margin: 0;
}

.main-sidemenu ul.main-menu li.menu-item-has-children ul.sub-menu li>a {
    display: inline-block;
    font-size: 15px;
    line-height: 32px;
    padding: 10px 0px;
    color: #fff;
    font-weight: 600;
    position: relative;
    letter-spacing: 0.1em;
    font-family: "Open Sans", sans-serif;
    width: 100%;
}

.main-sidemenu ul.main-menu li.menu-item-has-children ul.sub-menu li>a:before {
    content: '';
    background-color: #A6916B;
    content: "";
    width: 20px;
    height: 1px;
    transition: .3s;
    display: inline-block;
    opacity: 0;
    margin-left: -30px;
    margin-right: 10px;
    vertical-align: middle;
}

.main-sidemenu ul.main-menu li.menu-item-has-children ul.sub-menu li:hover>a,
.main-sidemenu ul.main-menu li.menu-item-has-children ul.sub-menu li.current_page_item>a,
.main-sidemenu ul.main-menu li.menu-item-has-children ul.sub-menu li.active>a {
    background: none !important;
    color: #A6916B !important;
}

.main-sidemenu ul.main-menu li.menu-item-has-children ul.sub-menu li>a:hover:before,
.main-sidemenu ul.main-menu li.menu-item-has-children ul.sub-menu li.active>a:before {
    opacity: 1;
    margin-left: 0;
}


/*** PRELOADER ***/
.preloader  {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
    background: #272727;
	z-index: 9999999;
}

.dot-flashing {
	position: relative;
	width: 10px;
	height: 10px;
	border-radius: 5px;
    background-color: rgba(203, 188, 157, 0.8);
	color: rgba(203, 188, 157, 0.8);
	animation: dot-flashing 1s infinite linear alternate;
	animation-delay: 0.5s;
}

.dot-flashing::before, .dot-flashing::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
}

.dot-flashing::before {
	left: -55px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
    background-color: rgba(203, 188, 157, 0.8);
	color: rgba(203, 188, 157, 0.8);
	animation: dot-flashing 1s infinite alternate;
	animation-delay: 0s;
}

.dot-flashing::after {
	left: 55px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
    background-color: rgba(203, 188, 157, 0.8);
	color: rgba(203, 188, 157, 0.8);
	animation: dot-flashing 1s infinite alternate;
	animation-delay: 1s;
}

@keyframes dot-flashing {
  0% {
    background-color: rgba(203, 188, 157, 0.8);
  }
  50%, 100% {
    background-color: rgba(203, 188, 157, 0.2);
  }
}



/*** SCROLL TO TOP ***/
#backto-top {
    position: fixed;
    z-index: 99;
    right: -1px;
    bottom: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    transition: .4s;
    background-color: #cbbc9d;
    color: #fff;
    opacity: 1;
}

#backto-top.active {
    opacity: 1;
}

#backto-top:after {
    content: "\f135";
    display: inline-block;
    font-family: Flaticon;
    font-size: 18px;
    transform: rotate(90deg);
}

#backto-top:hover:after {
    animation: scroll_up_anim 1.5s infinite;
}


@keyframes scroll_up_anim {
    0% {
        transform: translateY(-3px) rotate(90deg)
    }

    50% {
        transform: translateY(3px) rotate(90deg)
    }

    100% {
        transform: translateY(-3px) rotate(90deg)
    }
}


/*** PAGE-TITLE-TEXT ***/
.page-title-text {
    padding: 2vw 0px 1.5vw 0;
}

.page-title-text h2, .page-title-text .h2 {
    font-size: 5.1vw;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1em;
    color: #CAC7C3;
    margin: 0;
}

/*** MARQUEE-INFO ***/
.marquee-info {
    background-color: #CAC7C3;
    padding: 20px 0px 0px 0px;
}

.marquee-info ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    position: relative;
}

.marquee-info ul li {
    list-style: none;
    padding: 0px;
    margin: 0px 8px 0px 0px;
    color: #FFF;
    font-size: 1.1vw;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .2em;
}

.marquee-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.marquee-scroll {
    display: inline-flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.marquee-scroll li {
    padding: 0 30px;
    font-size: 18px;
    white-space: nowrap;
}

/*** SERVICE-INFO ***/
.service-info {
    background-color: #CAC7C3;
    padding-top: 5vw;
    padding-bottom: 9vw;
    padding-left: 4.5vw;
    padding-right: 4.5vw;
}

.service-info .container-fluid {
    padding-left: 5vw;
    padding-right: 5vw;
}

.service-info .section-title {
    padding-top: 2vw;
    padding-right: 5vw;
    display: flex;
    flex-wrap: wrap;
    gap: 2vw;
    row-gap: 2vw;
    column-gap: 2vw;
}

.service-info .section-title h2 {
    padding: 0vw 0vw 2vw 0vw;
    position: relative;
}

.service-info .section-title h2:after {
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
    width: 20vw;
    background: #AFAFAF;
    height: 1px;
}


/*** SERVICE-DETAILS ***/
.service-details {
    background-color: #CAC7C3;
    padding:5vw 0px;
}

.service-details .section-title {
    padding-top: 4.5vw;
    padding-bottom: 2.5vw;
}

.service-details .container-fluid {
    padding-left: 6vw;
    padding-right: 6vw;
}

.slider-box {
    margin-bottom: 65px;
}

.slider-box img {
    aspect-ratio: 1 / 0.66;
    object-fit: cover;
    object-position: center;
}

.page-template-template-classic .slider-box.normalimg-box img, .page-template-template-modern .slider-box.normalimg-box img, .slider-box.normalimg-box img {
	aspect-ratio: 1 / 0.66;
}

.slider-box h3 {
    color: #616161;
    font-size: 1.3vw;
    font-weight: 400;
    line-height: 1.2em;
    margin: 20px 0px 15px 0px;
    text-align: center;
}

.slider-box h3 a {
    color: #616161;
}

.slider-box .btn-default.small {
    margin: 2vw 0vw 2vw 0vw;
}

.proejct-gallery .slider-box img {
    aspect-ratio: 1 / 0.77;
}

/*** CTA ***/
.cta {
    background: #616161;
    padding-top: 3vw;
    padding-bottom: 4vw;
    transition: .3s;
}

.cta:hover {
    background: #a6916b;
}

.cta .section-title h2 {
    font-size: 30px;
    line-height: 38px;
}

.cta .section-title p {
    color: #fff;
    margin-top: 15px;
    margin-bottom: 40px;
}


/*** MODAL-CONTACT ***/
.modal-contact {

}

.modal-backdrop.show {
    z-index: 99999;
    background-color: rgb(0 0 0 / .8);
    opacity: 1;
}

.modal.show {
    z-index: 999999;
}

.modal-contact .btn-close {
    position: absolute;
    top: 15px;
    right: 8px;
    font-size: 11px;
    outline: none !important;
    box-shadow: none !important;
}

.modal-contact .modal-dialog {
    max-width: 625px;
    margin: 0 auto;
    overflow: hidden;
    overflow-y: scroll;
    height: 100vh;
}

.modal-contact .modal-content {
    border-radius: 0px;
    border: none;
    padding: 0px;
}

.modal-contact .modal-body {
    border-radius: 0px;
    border: none;
    padding: 0px;
}

.modal-contact .contact-info h3 {
    font-size: 23px;
    font-weight: 300;
    line-height: 1.2em;
    color: #616161;
    font-family: "Raleway", sans-serif;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 15px;
}

.modal-contact .contact-info h3 span {
    font-weight: bolder;
}

.modal-contact .contact-info {
    padding-top: 3vw;
    padding-bottom: 5vw;
    padding-left: 5vw;
    padding-right: 5vw;
}

.modal-contact .contact-info p {
    font-size: 15px;
    line-height: 1.4em;
    color: #616161;
    margin-bottom: 15px;
}




/*** INSTAGRAM-INFO ***/
.instagram-info {
    background-color: #CAC7C3;
    padding-bottom: 6vw;
}

.instagram-info .section-title {
    padding-top: 5vw;
    padding-bottom: 5vw;
}

.instagram-info .container-fluid {
    padding-left: 6vw;
    padding-right: 6vw;
}

.insta-icon {
    font-size: 16px;
    line-height: 1.3;
    display: inline-block;
    margin-bottom: 30px;
}

.insta-icon span {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, .75);
    background: #cecece;
    z-index: 2;
    font-size: 18px;
    transition: all .4s;
    margin-right: 20px;
}

.insta-icon:hover span {
    color: #fff;
    background: rgba(0, 0, 0, .75);
}

.instagram-box {
    margin-bottom: 24px;
    display: inline-block;
    width: 100%;
}

.instagram-box img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

@media only screen and (min-width: 1200px) {
.row-cols-lg-7>div {
    width: 14.28%;
}

.row-cols-lg-8>div {
    width: 12.5%;
}
}

.instagram-btn {
    display: inline-block;
    line-height: 35px;
    margin-top: 20px;
    border-radius: 4px;
    font-size: 13px;
    padding: 0px 14px;
    background: #A6916B;
    color: rgb(255, 255, 255);
}

.instagram-btn i {
    margin-right: 5px;
}

.instagram-btn:hover {
    outline: 0;
    box-shadow: inset 0 0 10px 20px #359dff;
    color: #fff;
}


/*** KARRIERE-INFO ***/
.karriere-info {
    padding-top: 5vw;
    background: #cac7c3;
    padding-bottom: 240px;
}

.karriere-info .container-fluid {
    padding-left: 5vw;
    padding-right: 5vw;
}

.karriere-info .section-title h2 b {
    font-weight: bold;
}

.karriere-info .section-title h2.border-top-half {
    margin-top: 30px;
    margin-bottom: 30px;
}

.karriere-info .section-title h2.border-top-half em {
    /* padding: 0vw 0vw 2vw 0vw; */
    font-style: normal;
    position: relative;
}

.karriere-info .section-title h2.border-top-half em:after {
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
    width: 20vw;
    background: #AFAFAF;
    height: 1px;
}

.karriere-info .section-title h2.border-top-half b {
    font-weight: bold;
}

.karriere-info .bg {
    display: flex;
    background: #616161;
    padding: 30px 30px;
    width: 100%;
    justify-content: space-between;
    margin-top: 40px;
}

.karriere-info .bg>div {
    border-left: 1px solid #D6D2CE;
    padding-left: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.karriere-info .bg>div:first-child {
    border: none;
    padding-left: 0px;
}

.karriere-info .bg h3 {
    color: #D6D2CE;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.02em;
    margin: 0px;
}

.karriere-info .bg h6 {
    color: #D6D2CE;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.07em;
    margin: 0px;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
}

.karriere-info .bg p {
    color: #D6D2CE;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.07em;
    margin: 0px;
    font-family: "Raleway", sans-serif;
}


/*** BLOG-INFO ***/
.blog-info {
    background-color: #CAC7C3;
    padding-bottom: 40px;
}

.blog-info .section-title {
    padding-top: 5vw;
    padding-bottom: 5vw;
}

.blog-info .container-fluid {
    padding-left: 6vw;
    padding-right: 6vw;
}

.blog-box {
    display: inline-block;
    width: 100%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    transition: all .3s;
    background-color: #fff;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    transition: all .25s;
    margin-bottom: 30px;
    height: calc(100% - 30px);
}

.blog-box .img {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}

.blog-box .img:after {
    content: "";
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .35), transparent 75%);
    background-repeat: no-repeat;
    bottom: 0;
    display: block;
    height: 100%;
    opacity: 1;
    position: absolute;
    transition: all .3s ease-out;
    width: 100%;
}

.blog-box:hover .img:after {
    opacity: .5;
}

.blog-box .img img {
    display: inline-block;
    width: 100%;
    aspect-ratio: 1 / 0.72;
    object-fit: cover;
    object-position: center;
}

.blog-box .text {
    padding: 30px 30px;
}

.blog-box h3 {
    color: #232323;
    font-size: 24px;
    line-height: 28px;
    min-height: 85px;
}

.blog-box h3 a:hover {
    opacity: .9;
}

.blog-box:hover {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
}

.blog-box .date-text {
    border-top: 1px solid #eaeaea;
    padding: 15px 30px;
    color: #adadad;
    font-size: 12px;
    line-height: 1.3em;
}

/*** SINGLE POST ***/
.blog-content {
	padding:130px 0px 50px 0px;
}

.blog-content .sidebar {
	padding-left:40px;
}

.blog-content .blog-post-box figure {
	margin-bottom:30px;
}

.blog-content .blog-post-box figure img {
	width:100%;
	height:auto;
}

.blog-content .blog-post-box h1 {
	line-height:1.32;
    font-size: 36px;
	font-family:"Raleway", sans-serif;
	font-weight:400;
}

.blog-content .blog-post-box h2 {
	color:#A6916B;
	font-size:24px;
	line-height:28px;
	font-family:"Raleway", sans-serif;
	font-weight:400;
}

.blog-content .blog-post-box a {
	color:#A6916B;	
}

.blog-content .blog-post-box iframe {
	width:100%;	
    aspect-ratio: 1 / 0.56;
    height: auto !important;
}

.blog-content .share-post {
    margin-top:50px;
    padding:30px 0px;
    border-top: 1px solid #e1e1e1;
	display:flex;
	align-items:center;
	gap:10px;
	width:100%;
    justify-content: center;
}

.blog-content .share-post a {
	background:#000;
	color:#fff;
	width:30px;
	height:30px;
	border-radius:30px;
	text-align:center;
	line-height:30px;
}

.blog-content .share-post a:hover {
	background:#A6916B;
}

.blog-content .profile-intro img {
	margin-bottom:20px;
}

.blog-content .profile-intro p {
	font-size:16px;
	font-weight:400;
	font-family:"Raleway", sans-serif;
	letter-spacing:0.5px;
}

.blog-content .recent-post {
	margin-top:42px;
}

.blog-content .sidebar h2 {
	font-size:20px;
	color:#A6916B;
	font-weight:500;
	margin-bottom:20px;
}

.blog-content .sidebar h2:before {
    content: "";
    z-index: 1;
    height: 1px;
    width: 55px;
    display: inline-block;
    vertical-align: super;
    margin-right: 14px;
	background: #A6916B;
}

.blog-content .recent-blog-box {
	display:flex;
	gap:20px;
	margin-bottom:30px;
}

.blog-content .recent-blog-box figure {
	width:84px;
	height:84px;
	margin-bottom:0px;
}

.blog-content .recent-blog-box figure img {
	aspect-ratio:1 / 1;
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center;
}

.blog-content .recent-blog-box p {
	font-weight: 500;
	color:#232323;
	font-size:16px;
	line-height:24px;
	margin-bottom:0px;
}

.blog-content .recent-blog-box:hover p {
	color:#A6916B;
}

.blog-content .recent-blog-box .date {	
    line-height: 1;
    margin-top: 10px;
    font-size: 14px;
    color: #828181;
    font-weight: 500;
    text-transform: capitalize;	
}

.blog-content .blog-post-box .btn-default {
	background:#A6916B;
	color:#fff;
	text-transform:uppercase;
	font-size: 16px;
    border-radius: 4px;
    padding: 15px 30px;
    line-height: 1;
	font-weight:400;
}

/*** CUSTOMER-TALK ***/
.customer-talk {
    background-color: #CAC7C3;
    background: url(../images/luxus-interior-relaxsofa-polsterei-sattlerei-deutschmann-berlin.webp) 50% 50% no-repeat;
    background-size: cover;
    background-attachment: fixed;
    min-height: 390px;
}

.customer-talk .section-title {
    padding-top: 50px;
    padding-bottom: 5vw;
}

.customer-talk .container-fluid {
    padding-left: 6vw;
    padding-right: 6vw;
}

/*** CUSTOMER-TESTIMONIALS ***/
.customer-testimonials {
    background: #CAC7C3;
}

.customer-testimonials .bg {
    display: inline-block;
    width: 100%;
    margin: -180px 0 0 0;
    background: #CAC7C3;
    padding: 80px 95px 120px 95px;
}

.customer-testimonials h3 {
    color: #616161;
    font-family: "Raleway", Sans-serif;
    font-size: 1.1vw;
    font-weight: 700;
    line-height: 1.6;
    margin-top: 70px;
    margin-bottom: 40px;
}

.customer-testimonials h3 span {
    font-weight: 300;
}

.customer-testimonials h3 a {
    color: #616161;
}

.owl-theme .owl-dots .owl-dot span {
    width: 25px;
    height: 1px;
    opacity: .5;
    margin: 5px 5px;
    display: block;
    border-radius: 0px;
    background-color: #232323;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #232323;
    opacity: 1;
    height: 3px;
}


/*** SHOWROOM PAGE CSS ***/
.contact-info.showroom-page {
    padding-top: 130px;
}

.contact-info.showroom-page h2 {
    padding-left: 0px;
    margin-bottom: 30px;
}

.contact-info.showroom-page .space {
    padding-left: 6vw;
    padding-right: 4vw;
}

.contact-info.showroom-page .text {
    padding-left: 0px;
}

.contact-info.showroom-page .space-right {
    padding-right: 6vw;
}

.contact-info.showroom-page .space-right p {
    margin-top: 30px;
}

/*** SHOROOM-PHOTOS ***/
.showroom-photos {
    background-color: #CAC7C3;
    padding-top: 50px;
}

.showroom-photos h2 {
    font-size: 1.8vw;
    font-weight: 400;
    line-height: 1.4em;
    color: #616161;
    margin-bottom: 50px;
}

.showroom-box {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.showroom-box a {
    margin: 0px;
    padding: 0px;
}

.showroom-box>img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    height: 100%;
    transition: all .3s;
    margin: 0px;
    padding: 0px;
}

.showroom-box:hover>img {
    transform: scale(1.1);
}

/*** SMALL-BANNER ***/
.small-banner {
    background: url(../images/modern-schwarz-weiss-streifen-optik-florale-akzente-kunst-interior.webp) 50% 50% no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 70vh;
    overflow: hidden;
}

.small-banner h2 {
    font-size: 8vw;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 0em;
    color: #CAC7C3;
}

.small-banner h2 span {
    font-size: 2vw;
    color: #CAC7C3;
    font-weight: 700;
    letter-spacing: .4vw;
    padding-right: 1vw;
    line-height: 0px !important;
}

.small-banner.inner-fix  {
    height: auto;
    height: inherit;
    overflow: hidden;
    background: #CAC7C3;
    padding-top: 5vw;
    padding-bottom: 5vw;
}

.small-banner.inner-fix .container {
    max-width: 1170px;
}

.small-banner.inner-fix .space {
    padding: 0px 7vw;
}

.small-banner.inner-fix .bg-img {
    background: url(../images/modern-schwarz-weiss-streifen-optik-florale-akzente-kunst-interior.webp) 50% 50% no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 70vh;
    overflow: hidden;
    display: flex;
    align-items: end;
}

.small-banner.inner-fix .btn-default.small {
    margin-top: 30px;
}

.small-banner.inner-fix h4, .small-banner.inner-fix .h4 {
    padding-top: 5vw;
    padding-bottom: 5vw;
    padding-left: 5vw;
    padding-right: 5vw;
    font-size: 1.8vw;
    font-weight: 400;
    line-height: 1.4em;
    color: #616161;
}

.showroom-photos h2 {
    font-size: 1.8vw;
    font-weight: 400;
    line-height: 1.4em;
    color: #616161;
    margin-bottom: 50px;
}


/*** PRODUCT-SHOWROOM ***/
.product-showroom {
    background-color: #CAC7C3;
    padding-top: 5vw;
    padding-bottom: 5vw;
}

.product-showroom h2 {
    font-size: 1.8vw;
    font-weight: 400;
    line-height: 1.4em;
    color: #616161;
    margin-bottom: 50px;
}


/*** SERVICE-INFO INTERACTIVE ***/
.service-info.interactive {
    padding-bottom: 10vw;
}

.service-info.interactive p {
    margin-bottom: 40px;
}

.sideimg-slider .item {
    position: relative;
}

.sideimg-slider .owl-theme .owl-nav {
    margin: 0px;
}

.sideimg-slider .owl-theme .owl-nav [class*=owl-] {
    margin: 0px;
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -20px;
    background: none !important;
    border-radius: 0px !important;
    color: #CAC7C3;
    font-size: 25px;
}

.sideimg-slider .owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 15px;
}

.sideimg-slider .item h3 {
    position: absolute;
    bottom: 0;
    right: -150%;
    color: #CAC7C3;
    font-size: 3vw;
    text-transform: uppercase;
    line-height: .65em;
    font-weight: 700;
    transition: all .9s;
    margin: 0;
}

.sideimg-slider .active .item h3 {
    right: 5px;
}

.sideimg-slider .item h3 a {
    color: #CAC7C3;
}

.sideimg-slider .item {
	position:relative;
	overflow:hidden;
	aspect-ratio:1 / 0.64;
}

.sideimg-slider .item img {
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center;
}

/*** Raumausstattung-page css ***/
.contact-info.showroom-page.raumausstattung-page {
    padding-top: 180px;
}

.contact-info.showroom-page.raumausstattung-page .space-right {
    margin-top: 120px;
}

.contact-info.showroom-page.raumausstattung-page.second h2 {
    margin-top: 60px;
}

.contact-info.showroom-page.raumausstattung-page.second .space-right {
    margin-top: 0px;
}

.contact-info.showroom-page.raumausstattung-page .section-title h2 {
    margin-top: 30px;
    margin-bottom: 70px;
    position: relative;
}

.contact-info.showroom-page.raumausstattung-page .section-title h2:after {
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
    width: 20vw;
    background: #AFAFAF;
    height: 1px;
}

.contact-info.showroom-page.raumausstattung-page .text {
    padding-left: 5vw;
}

.contact-info.showroom-page.raumausstattung-page p {
    margin-bottom: 20px;
}

.contact-info.showroom-page.raumausstattung-page .imgstyle img {
	aspect-ratio:1 / 1;
	object-fit:cover;
	object-position:top center;
}

.contact-info.showroom-page.raumausstattung-page .imgstyle.no-aspect-ratio img {
	aspect-ratio: unset;
}

/*** PAGE-BANNER SLIDER ***/
.page-banner .slider {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.page-banner .owl-carousel {
    height: 100%;
}

.page-banner .owl-carousel,
.page-banner .owl-stage-outer,
.page-banner .owl-stage,
.page-banner .owl-item,
.page-banner .item {
    height: 100%;
}

.page-banner .owl-item {
    position: relative;
    overflow: hidden;
}

.page-banner .item {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.page-banner .item:before {
    background-color: #fff0;
    background-overlay: '';
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    mix-blend-mode: multiply;
    background-image: linear-gradient(180deg, #61616100 52%, #616161 100%);
}

.page-banner .item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.2);
    transition: all 4.3s;
    display: inline-block;
}

.page-banner .active .item img {
    transform: scale(1);
}

/*** QUALIFIED-SUPPLIERS ***/
.qualified-suppliers {
    background: #cac7c3;
    padding: 180px 0px 0px 0px;
}

.qualified-suppliers .section-title {
    padding-left: 20vw;
    padding-right: 80px;
}

.qualified-suppliers .section-title h2 {
    margin-top: 30px;
    margin-bottom: 70px;
    position: relative;
}

.qualified-suppliers .section-title h2:after {
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
    width: 20vw;
    background: #AFAFAF;
    height: 1px;
}

.qualified-suppliers .space-right {
    padding-right: 6vw;
}

.qualified-suppliers .imgstyle .slider {
    padding-left: 6vw;
}

.qualified-suppliers .text {
    padding-left: 5vw;
}


/*** implemention-rooms ***/ 
.implemention-rooms {
    background: #cac7c3;
    padding: 180px 0px 5vw 0px;
}

.implemention-rooms .section-title {
    padding-top: 6vw;
    padding-bottom: 5vw;
    padding-left: 6vw;
    padding-right: 6vw;
}

.implemention-rooms .section-title h2 {
    font-size: 1.8vw;
    font-weight: 400;
    line-height: 1.4em;
    color: #616161;
    border-left: 3px solid #A6916B;
    font-family: "Raleway", sans-serif;
    padding: 0vw 2vw 0vw 2vw;
}

.implemention-rooms .space {
    padding-left: 1vw;
    padding-right: 1vw;
}

.implemention-rooms .space>.row {
    /* gap: 2vw; */
    margin-left: auto;
    margin-right: auto;
}

.implemention-rooms .space .row>div {
    padding: 0px 1vw;
    /* width: 23.5vw; */
}

.implemention-rooms .seperator {
    margin-top: 20px;
}

.imgstyle .seperator h6, .imgstyle .seperator .h6 {
    font-family: "Raleway", sans-serif;
}

.implemention-rooms .space .linkbox>img {
	aspect-ratio:1 / 0.68;
	object-fit:cover;
	object-position:center;
}

.linkbox {
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
    float: left;
}

.linkbox>img {
    transition: all .3s;
}

.linkbox:hover>img {
    transform: scale(1.05);
}

.linkbox span:hover {
    background-color: #FFFFFFB8;
    color: #616161;
}

.linkbox span {
    display: inline-block;
    border-radius: 50%;
    font-size: 15px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    background-color: #CAC7C3;
    color: #616161;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .3s;
    text-align: center;
}

.linkbox:hover span {
    opacity: 1;
}

.linkbox span img {
    display: inline-block !important;
    position: relative;
    right: 1px;
    bottom: 1px;
    max-width: 11px;
    filter: brightness(0) saturate(100%) invert(41%) sepia(0%) saturate(0%) hue-rotate(243deg) brightness(90%) contrast(91%);
}

.qualified-suppliers.lassen {
    padding-top: 5vw;
    padding-bottom: 4vw;
    padding-left: 4.5vw;
    padding-right: 4.5vw;
}

.qualified-suppliers.lassen .space {
    padding-left: 10vw;
    padding-right: 10vw;
}

.qualified-suppliers.lassen .text {
    padding-left: 0vw;
    padding-right: 5vw;
    padding-right: 5vw;
}

.qualified-suppliers.lassen .section-title {
    padding-left: 0vw;
    padding-right: 0px;
}

.imgstyle.imgzoom a {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.imgstyle.imgzoom a img {
    transition: all .3s;
}

.imgstyle.imgzoom a:hover img {
    transform: scale(1.05);
}

/*** INFO-SMALL ***/
.info-small {
    background: #CAC7C3;
    padding-top: 1vw;
    padding-bottom: 200px;
}

.info-small .section-title {
    margin-bottom: 20px;
}

.info-small .container {
    max-width: 1170px;
}


/**** WANDGESTALTUNG CSS ***/
.qualified-suppliers.lassen.wandgestaltung-spacetop {
    padding-top: 15vw;
    padding-bottom: 0vw;
}

.info-small.wandgestaltung-space {
    padding-top: 10vw;
    padding-bottom: 70px;
}

.contact-info.wandgestaltung-spacetop {
    padding-top: 15vw;
}

.cta .btn-default.small {
    font-family: "Raleway", sans-serif;
}

.font-5vw {
    font-size: 5vw !important;
}

/*** HOME PAGE CSS **/
.banner-home {

}

.page-banner.banner-home .item:before {
    display: none;    
}

.page-banner .item .h1 {
    font-size: 7.5vw;
    font-weight: 700;
    text-transform: uppercase;
    line-height:0.95;
    color: #FFF;
    margin: 0;
    margin-bottom: -20px;
}

.banner-home .item {
    position: relative;
}

.banner-home .owl-theme .owl-nav {
    margin: 0px;
}

.banner-home .owl-theme .owl-nav [class*=owl-] {
    margin: 0px;
    position: absolute;
    top: 46%;
    left: 5.5vw;
    margin-top: -20px;
    background: none !important;
    border-radius: 0px !important;
    color: #CAC7C3;
    font-size: 27px;
}

.banner-home .owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 5.5vw;
}

.banner-home .item .h1 {
    position: relative;
    right: -150%;
    transition: all .9s;
}

.banner-home .active .item .h1 {
    right: 5px;
}

.banner-home .item h3 a {
    color: #CAC7C3;
}

/*** SERVICS DEUTSCHMANN ***/
.services-deutschmann {
    background: #cac7c3;
    padding: 70px 0px 0px 0px;
    padding-left: 6vw;
    padding-right: 6vw;
}

.services-deutschmann .section-title h2 {
    margin-bottom: 50px;
}

.service-box {
    background: #d6d3ce;
    aspect-ratio: 1 / 1;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.service-box .arrowicon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    border-radius: 50%;
    background-color: #CAC7C3;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #616161;
    text-align: center;
    align-items: center;
    transition: all .3s;
    opacity: 0;
    z-index: 5;
}

.service-box .arrowicon img {
    width: 15px;
}

.service-box:hover .arrowicon {
    opacity: 1;
}

.service-box .arrowicon:hover {
    opacity: .8;
    background-color: #fff;
}

.service-box h3 {
    color: #616161;
    font-size: 1.3vw;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: .07em;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding-top: 30px;
    z-index: 3;
}

.half-page-banner h1 {
    white-space: nowrap;
}

.service-info.interactive .container-fluid {
    padding-left: 2vw;
    padding-right: 2vw;
}

.contact-info.showroom-page.raumausstattung-page.klassiche-page h4, .contact-info.showroom-page.raumausstattung-page.klassiche-page .h4 {
    font-size: 2.2vw;
    font-weight: 700;
    line-height: 1.2em;
    color: #616161;
    margin-top: 40px;
    margin-bottom: 20px;
}

.contact-info.showroom-page.raumausstattung-page.oldtimer-page {
    padding-top: 60px;
}

.service-photos {
    background-color: #CAC7C3;
    padding-top: 12vw;
    padding-left: 6vw;
    padding-right: 6vw;
    padding-bottom: 5vw;
}

.service-photos .section-title {
    padding-bottom: 50px;
}

.service-photos .section-title h2 {
    margin-bottom: 30px;
}

.oldtimer-imgbox {
    display: inline-block;
    width: 100%;
    background: #000;
    margin-bottom: 24px;
}

.oldtimer-imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    transition: all .3s;
}

.oldtimer-imgbox:hover img {
    opacity: .6;
}

body.home .page-title-text .h2 {
	font-size:5vw;
}

.qualified-suppliers.homi {
    background-color: #CAC7C3;
}

.qualified-suppliers.homi .imgstyle .sideimg-slider {
    padding-left: 6vw;
}

.qualified-suppliers.homi .section-title {
    padding: 0px;
}

.qualified-suppliers.homi .section-title h2 {
    margin-bottom: 40px;
}

.qualified-suppliers.homi .text p {
    margin-bottom: 40px;
}

.qualified-suppliers.homi .text .btn-default.small {
    margin-right: 22px;
    margin-bottom: 15px;
}

.qualified-suppliers.homi .right .imgstyle .sideimg-slider {
    padding: 0vw;
}

.qualified-suppliers.homi .sideimg-slider img {
	aspect-ratio:1 / 1;
	object-fit:cover;
	object-position:center;
}

.qualified-suppliers.homi .right .imgstyle {
    padding-right: 1vw;
}

.qualified-suppliers.homi .padding-bottom {
    padding-bottom: 160px;
}

.logos {
    background: url(../images/bg-logos.webp) 50% 50% no-repeat;
    background-size: cover;
    padding: 15px 0px;
}

.logos .owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

.logos .item img {
    filter: brightness(0) saturate(100%) invert(41%) sepia(7%) saturate(3%) hue-rotate(36deg) brightness(101%) contrast(95%);
    transition: all .3s;
}

.logos .item img:hover {
    filter: none;
}

.info-small .space-y {
    padding: 6vw 0vw;
}

/**** FENSTERGESTALTUNG PAGE ***/
.showroom-photos.fenstergestaltung-page {
    padding-top: 220px;
    padding-bottom: 0px;
}

.info-small.fenstergestaltung-space {
    padding-top: 5vw;
    padding-bottom: 5vw;
}

.service-info.interactive.raumplaner-space {
    padding-top: 13vw;
    padding-bottom: 8vw;
}

.map-info {
    background: #efefef;
}

.map-info p {
    color: #616161;
    font-size: 13px;
    line-height: 1.2;
    margin-top: 15px;
    margin-bottom: 15px;
}

.map-info .btn-green {
    display: inline-block;
    padding: 7px 15px;
    background: #28a745;
    font-size: 13px;
    border-radius: 4px;
    color: #fff;
    margin-bottom: 15px;
}

.map-info iframe {
    float: left;
}

.map-info .iframe-map-box {
	display:none;
}


/*** AGB, DATENSCHUTZ and IMPRESSUM ***/
.content-info {
    background-color: #CAC7C3;
    padding: 5vw 5vw 10vw 5vw;
}

.content-info .section-title h2 {
    margin-bottom: 60px;
}

.light-grey {
    color: #CAC7C3 !important;
}

.content-info p.smalltitle {
    font-size: 22px;
}

.content-info p a {
    color: #A6916B;
}

.content-info p a:hover {
    color: #616161;
}

.btn-yellow {
    display: inline-block;
    background: #ba9853;
    border-radius: 4px;
    color: #fff;
    line-height: 46px;
    font-size: 16px;
    padding: 0px 15px;
}

.btn-yellow:hover {
    background: #d3b85f;
    color: #fff;
}

.content-info.datenschutz .section-title {
    margin-bottom: 20px;
}

.content-info.datenschutz .section-title h2 {
    margin-bottom: 30px;
}

.content-info.datenschutz .h6 {
    margin-bottom: 0px;
    color: #232323;
	font-weight:400;
}

.content-info.datenschutz p span {
    color: #A6916B;
    font-size: 50px;
    line-height: 1.5;
    float: left;
    margin-left: 10px;
    margin-right: 15px;
    font-family: "Raleway", sans-serif;
}

.content-info.datenschutz ul {
    margin: 0;
    padding: 0 0 20px 0;
    line-height: 24px;
    list-style: none;
    color: #616161;
}

.content-info.datenschutz ul li {
    margin-bottom: 20px;
}

.content-info.datenschutz ul li h6 {
    color: #232323;
    margin-bottom: 0;
}

.content-info.datenschutz ul li p {
    margin: 0 0 20px 0;
}

body.home .sideimg-slider .item {
	aspect-ratio: 1 / 1;
}

/*** SEARCH ***/
.search-form {
	background:#CAC7C3;
	padding:5vw 0px;
}

.search-form h2 {
	font-size: 3.1vw;
    font-weight: 300;
    line-height: 1.2em;
    color:#616161;
	margin-bottom:3vw;
}

.search-form input {
	padding-left: calc(50px / 3);
    padding-right: calc(50px / 3);
	border-radius: 3px;
    min-width:76vw;
	background: #f1f2f3;
	border:0px;
	height:56px;
	line-height:56px;
	border:0px;
	outline:0px;
	box-shadow:none;
}

.search-form button {
	width:56px;
	height:56px;
	background:#232323;
	color:#fff;
	font-size:16px;
    margin-left: -5px;
}

body.page-template-template-custom .service-info .h4 {
	font-size: 2.1vw;
    font-weight: 400;
    line-height: 1.2em;
    color:#616161;
}

/*** FAQS MODULES ***/
.faqs {
    background: #CAC7C3;
    padding: 80px 0px;
}

.faqs h2 {
	margin-bottom:30px;
}

.faq-box {
    margin-top: 0px;
}

.faq-box .accordion, .faq-box .accordion-item, .faq-box .accordion-button {
    background: none;
    border: 0px;
    box-shadow: none;
    padding: 0px;
    border-radius: 0px !important;
}

.faq-box .accordion-header  {
    margin-bottom: 0px;
}

.faq-box .accordion-button::after {
    filter: brightness(0) saturate(100%) invert(36%) sepia(5%) saturate(21%) hue-rotate(342deg) brightness(100%) contrast(86%);
}

.faq-box .accordion-header button {
    padding:15px 30px 15px 0px !important;
	font-weight:600;
    color: #616161 !important;
    border-radius: 0px !important;
    line-height: 1 !important;
    letter-spacing: 1px;
	margin-bottom:15px;
	font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    text-align: center;    
    border-width: 1px !important;
	background: transparent !important;
    border-style: solid !important;
    border-color:transparent !important;
    border-image: initial !important;
    border-radius: 0px !important;
    transition: 0.3s;
	border-bottom: 1px solid #AFAFAF !important;
}

.faq-box .accordion-button {
    padding:16px 15px !important;
    border: 0px !important;
}

.faq-box .accordion-button.collapsed {
    background: transparent !important;
}

.faq-box .accordion-body {
    padding:0px 15px 15px 0px;
    background: transparent;
}

.faq-box .collapse.show .accordion-body {
	background: transparent !important;
	margin-top:0px !important;
	padding:0px 30px 30px 0px !important;
	margin-bottom:0px;
	border-radius: 0px !important;
}

.faq-box .collapse.show .accordion-body p {
	 color:#616161 !important;
}