:root {
    
    --c-black: #1D282E;  /* comment */ 
    --c-brown: #A0835C;  /* comment */ 
    --c-grey: #737E80;  /* comment */ 
    --c-light-grey-2: #EDEDED;  /* comment */            
    --c-light-blue: #EEF6F9;  /* comment */ 
    --c-beige: #D1C8B8;  /* comment */      
    
    --background-color: #F4F4F4; /* FON  rgba(244,244,244,1) */
    --background-color: #FFF; /* FON  rgba(244,244,244,1) */
    --bg-info4: #FAFAFA; /* FON  rgba(244,244,244,1) */
    --text-w: #FAFAFA;
    
    
    /*--color-one: #2b2b2b; */
    /*--color-two: #17110f; */
    /* OLD */
    
    --color-one: #282828;     
    --color-two: #9e9d9b;
    --color-two-opacity: rgba(158, 157, 155, .6);    
    --color-three: #f2f2f2;    
    --color-three-opacity: rgba(242, 242, 242, .6);    
    --color-four: #ffffff;
    --color-five: rgb(201, 182, 169); /*#aa9382;*/
    --color-five: #aa9382;
    
    
    --text-color: #181A19; /* PODVAL - IM JE PISHEM  rgba(24,26,25,1) */
    --text-color-opacity: rgba(24,26,25,0.8); /* FON  rgba(244,244,244,1) */    
    --block-color: #EADDDB; /* DLA BLOKIV - I KNOPOK  rgba(234,221,219,1) */
    --block-color-opacity: rgba(234, 221, 219, 0.6); /* DLA BLOKIV - I KNOPOK  rgba(234,221,219,1) */
    --border-color: #383639; /* IM OBVODIM KNOKI BLOKI ILI SHTO TO PISHEM VTOROSTEPENNOE #383639 rgba(56,54,57,1) */    
    --color-7A: #7A7A7A;
    --color-28: #282828;

    --font-p: "Open Sans", Sans-serif;
}
  /* color: var(--blue); */
  /* background-color: var(--white); */ 
  


body {
    /* font-family: 'Montserrat', sans-serif;        */
    font-family: var(--font-p);
    background-color: var(--background-color);       
    color: var(--color-28);      
}

strong {
    color: var(--color-28);
}

h3 {
	font-size: 20px;
}

.text-color28 {
    color: var(--color-28);
}

.text-color7a {
    color: var(--color-7A) !important;
}

.bg-main-color {
    background-color: var(--background-color);     
}

.bg-c-black {
    background-color: var(--color-one);
}

.bg-c-lightgrey {
    background-color: #EDEDED;
}

.text-w {
    color: var(--text-w);
}

.text-brown {
    color: var(--c-brown) !important;
}

.f-s-14 {
    font-size: 14px;
}

.f-s-12 {
    font-size: 12px;
}

.p-x-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.p-t-10 {
    padding-top: 10px;
}

.p-b-10 {
    padding-bottom: 10px;
}

h1 {
    font-size: 1.5em;
}

p {
    /* Your styles for all <p> elements go here */    
    font-size: 16px;
    line-height: 1.5;
    color: var(--color-7A);
    /* Add more styles as needed */
}

.h1-common {
    font-size: 1.7em;
}

.h1-common-under {
    font-size: 1.1em;    
    color: var(--c-brown);
}

.content-wrapper {
    margin-top: 40px;
    min-height: calc(100vh - 500px);    
    /* border: solid 2px red; */
}        

.btn-common {
    background-color: var(--c-black);    
    color: #fff;    
    border: none;
    border-radius: 0;
    font-weight: bold;
}

.btn-common:hover {
    background-color: var(--c-brown);    
    color: #fff;    
    text-transform: uppercase;
}


.btn-common-2 {
    background-color: var(--c-grey);    
    color: #fff;    
    border: none;
    border-radius: 0;
    font-weight: bold;
}
.btn-common-2:hover {
    background-color: var(--c-brown);    
    color: #fff;    
    text-transform: uppercase;
}
    
.btn-standard {    
    padding: 10px 10px;
    font-weight: bold;    
    color: var(--color-four);
    background-color: var(--color-one); 
    /*border: solid 1px var(--color-four);  */
    /* border-radius: 10px;*/
    border: none;
}

.btn-standard:hover {
    /* background-color: var(--block-color-opacity); */
    color: var(--color-five);
    text-transform: uppercase;
}


.btn-black {
    border-radius: 0;
    /* border: none; */
    border: solid 2px var(--color-one);
    background-color: var(--color-one);
    font-size: 16px;
    color: white;
    font-weight: 400;
}

.btn-black:hover {
    background-color: var(--c-white);
    color: var(--c-black);
    border: solid 2px var(--c-black);
}


.btn-black-opened {
    border-radius: 0;
    /* border: none; */
    border: solid 2px var(--c-black);
    background-color: #fff;
    color: var(--c-black);
    font-weight: 600;
}

.btn-black-opened:hover {
    background-color: #fff;
    color: var(--c-black);;
    border: solid 2px var(--c-black);
}


.btn-white {
    border-radius: 0;
    /* border: none; */
    border: solid 2px var(--c-black);
    color: var(--c-black);
    background-color: white;
    font-weight: 600;
}

.btn-white:hover {
    background-color: var(--c-white);
    color: var(--c-black);
    border: solid 2px var(--c-black);
}

.unmark {
    color: white;
    -webkit-text-stroke: 1px black;
}

.mark-count {
    color: rgba(85, 85, 85, 1);
    border: 1px solid rgb(85, 85, 85, 1);
}


.btn-square {
    border-radius: 0;
}


.link-stabdard {    
    color: var(--c-black);    
    text-decoration: none;
}

.link-stabdard:hover {    
    color: var(--c-grey);    
    /* text-transform: uppercase;*/
}


/* Info Item */
.info-item {
    background-color: var(--c-beige);
    background-color: var(--bg-info4);
}

.disabled>.bg-info4 {
    background-color: var(--c-light-grey-2);
}

.bg-info4 {
    background-color: var(--bg-info4);
}

.info-item-title {
    margin-bottom: 7px;
    color: #7A7A7A;
    font-family: "Open Sans", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-align: start;
}

.info-item-content {
    font-family: "Open Sans", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #7A7A7A;
    text-align: start;
}

.responsive-text {
    font-size: 18px;
}

.responsive-h-text {
    font-size: 28px;
}

.height-img {
    min-height: 624px;
}

.height-img-small {
    min-height: 624px;
}

.height-form {
    min-height: 800px;
}

.size-icons-3d {
    height: 50px;
    width: 50px;
}

.small-size-icons-3d {
    height: 50px;
    width: 50px;
}

.top-left {
    top: 16px;
    left: 16px;
}

.top-right {
    top: 16px;
    right: 16px;
}

.bottom-left {
    bottom: 16px;
    left: 16px;
}

.bottom-right {
    bottom: 16px;
    right: 16px;
}

.bottom-middle-left {
    bottom: 15%;
    left: 16px;
}

@media (max-width: 1399px) {
    .height-img {
        min-height: 532px;
    }

    .height-img-small {
        min-height: 532px;
    }

    .height-form {
        min-height: 800px;
    }
}
  
@media (max-width: 1199px) {
    .responsive-text {
        font-size: 16px;
    }

    .responsive-h-text {
        font-size: 22px;
    }

    .height-img {
        min-height: 442px;
    }

    .height-img-small {
        min-height: 442px;
    }
}

@media (max-width: 991px) {
    .content-wrapper {
        margin-top: 80px;
    }
    .bg-info4 {
        background-color: transparent;
    }

    .info-item-title {
        text-align: center;
    }

    .info-item-content {
        font-family: "Open Sans", Sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        color: #7A7A7A;
        text-align: center;
    }


    .responsive-text {
        font-size: 12px;
    }

    .responsive-h-text {
        font-size: 16px;
    }

    .height-img {
        min-height: 267px;
    }

    .height-img-small {
        min-height: 267px;
    }
}

@media (max-width: 768px) {
    .responsive-text {
        font-size: 8px;
    }

    .responsive-h-text {
        font-size: 14px;
    }

    .height-img {
        min-height: 200px;
    }

    .height-img-small {
        min-height: 100px;
    }

    .small-size-icons-3d {
        height: 30px;
        width: 30px;
    }

    :root {
        --icon-padding: 4px;
    }
}

@media (max-width: 576px) {
    .responsive-text {
        font-size: 7px;
    }

    .responsive-h-text {
        font-size: 12px;
    }

    .height-img {
        min-height: 150px;
    }
}

@media (max-width: 460px) {
    .responsive-text {
        font-size: 6px;
    }

    .responsive-h-text {
        font-size: 10px;
    }

    .height-img {
        min-height: 200px;
    }

    .height-img-small {
        min-height: 100px;
    }

    .size-icons-3d {
        height: 30px;
        width: 30px;
    }
}

@media (max-width: 500px) {
	.info-item {
        font-size: 12px;
    }

    .height-img {
        min-height: 200px;
    }

    .height-img-small {
        min-height: 100px;
    }
}

.info-item-heading {
    text-decoration: underline;
}

.info-item-link a {
    color:var(--c-brown);
    text-decoration: none;
}

.info-item-link2 a {
    color:var(--c-brown);
    text-decoration: none;
}

.info-item-link a:hover {
    /*color:var(--c-light-grey-2);*/
    text-transform: uppercase;
    font-weight: bold;
}
/* Info Item */




.top-div {
    background-color: rgba(255, 255, 255, 0.9) !important;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}

/*.container {
        max-width: 1200px;
        margin: 0 auto;
}*/
/* .active {
    transition: 0.3s;
} */ 

.top-main-page {
    /* background-color: red; */
    background: url(/build/images/header.f69a3653.jpg) no-repeat;
    background: url('https://pd-shop.luxania.de/files/MainPage/RaumteileR0.jpg') no-repeat;    
    background: url('https://pd-shop.luxania.de/files/MainPage/111-90.jpg') no-repeat;    
    background-size: cover;
    height: 50vh;
    background-position: center center;
}

/* Header Section */
.header {
    background: url(/build/images/header.f69a3653.jpg) no-repeat;
    background: url('https://pd-shop.luxania.de/files/MainPage/RaumteileR0.jpg') no-repeat;    
    background: url('https://pd-shop.luxania.de/files/MainPage/111-90.jpg') no-repeat;        
    background-size: cover;
    height: 50vh;
    background-position: center center;    
    /* FULL SCREEN*/
    /* background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
    width: 100vw;
    height: 100vh;
    display: flex; 
    justify-content: center; 
    align-items: center; */        
}
.header-mini {
    
}
.header-inside {
    background-color: rgba(255, 255, 255, 0.5);
    height: 100%;
}
.icons-top svg {
    margin: 5px 10px;
}

.bg-light {        
    background-color: transparent !important;        
}
.bg-white {        
    background-color: #FFF;
}
.nav-link {
    color: #313131;
}
.nav-link:hover {
    font-weight: bold;
}
.navbar-toggler {
    border: none;
}

/* Wave Image */
.first-wave img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 77%;
        z-index: -1;
}







/*Accordeon Section*/
.accordeon-title {
	cursor: pointer;
	margin-top: 50px;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.accordeon-title:after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #C7C6C6;
	bottom: -10px;
}
.accordeon-title h3 {
	font-size: 18px;
	display: inline-block;
}
.accordeon-title img {
	width: 30px;
	height: 20px;
	margin-top: -5px;
}
.accordeon-subtitle {
	max-height: 0;
	overflow: hidden;
	transition: 0.3s;
}
.accordeon-subtitle  {
	margin-top: 25px;
	font-weight: 300;
	font-size: 15px;
}


/*Media Sections*/ 
/*Media Services*/ 

/*Media Slider*/


/*Media FAQ*/
/*.container {
        max-width: 1200px;
        margin: 0 auto;
}*/
/*.active {
    transition: 0.3s;    
}*/
.rotate {
    transform: rotate(180deg);
}

/*Header Section*/
.header {
    background: url(/build/images/header.f69a3653.jpg) no-repeat;
    background-size: cover;
    height: 50vh;
    background-position: center center;       
    /* FULL SCREEN*/
    /* background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
    width: 100vw;
    height: 100vh;
    display: flex; 
    justify-content: center; 
    align-items: center; */        
}
.header-mini {
    
}
.header-inside {    
    background-color: rgba(255,255,255, 0.5);    
    /* background-color: red; */ 
}
.navbar {
    /* padding: 0; */
    /*  margin-top: 20px;*/
}
.bg-light {
        /* background-color: unset !important;*/
         background-color: transparent !important;        
}
.navbar-brand {
        /* font-weight: 600; */
        /* font-size: 40px; */
}
.nav-link {
        /*margin-right: 50px;*/
        /*margin-top: 5px;*/
        /*font-weight: 500;*/
        /*font-size: 15px;*/
        color: #313131;
}
.nav-link:hover {
        /*font-weight: 700;*/
}
.navbar-toggler {
        border: none;
}
.main-title {
    /* margin: 150px 0;*/
}
.main-title h1 {
    /*
        max-width: 840px;
        font-family: 'Spectral', sans-serif;
        font-weight: 400;
        font-size: 30px;
        text-transform: uppercase;
    */
}
.first-wave img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 77%;
        z-index: -1;
}





/*Sections Section :)*/
.title h2{
	
	font-weight: 700;
	font-family: var(--font-nav-item);
	font-size: 1.5em;
	text-transform: uppercase;
}
.title h2:after {
	margin-top: 5px;
	content: '';
	display: block;
	width: 45px;
	height: 2px;
	background-color: #F08F5A;
}
.sections-list {
	margin-top: 45px;
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
}
.sections-item a:hover {
	text-decoration: none;
}
.sections-item__img img {
	width: 100%;
}
.sections-item__title {
	margin-top: 10px;
	font-size: 19px;
	text-decoration: none;
	color: var(--c-black);
	font-family: var(--font-nav-item);
}

/*Services Section*/
.services-list {
	flex-wrap: wrap;
	display: flex;
}
.services-item__img {
	margin-top: 50px;
	margin-bottom: 25px;
}
.services-item__title {
	font-size: 18px;
}
.services-item__subtitle {
	font-weight: 300;
	font-size: 15px;
}

/*Slider Section*/
.slider {
	position: relative;
}
.swiper-container {
	margin: 0 auto;
	padding-top: 95px;
  	width: 80%;
  	height: auto;
}
.swiper-slide-main {
	display: flex;
	width: 100%;
	height: 100%;
}
.swiper-slide-item {
	text-align: center;
}
.swiper-slide-item__img img {
	text-align: center;	
	width: 90%;
}
.swiper-slide-item__img:hover {
	transform: scale(1.1);
}
.swiper-slide-item__text {
	text-align: center;
	margin-top: 25px;
	width: 90%;
}
.swiper-slide-item__title {
	font-size: 18px;
	font-weight: 400;
}
.swiper-slide-item__subtitle {
	font-weight: 500;
	font-size: 19px;
}
.swiper-button-prev:after, .swiper-button-next:after {
	color: #F08F5A;
}
.swiper-button-prev:before, .swiper-button-next:before {
	content: '';
	display: block;
	background: #F5F5F5;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: absolute;
	z-index: -1;
}
:root {
	--swiper-navigation-size: 20px !important
}
.swiper-button-next {
	top: 50%;
	right: 100px;
}
.swiper-button-prev {
	top: 50%;
	left: 100px;
}
.swiper-button-next:focus, .swiper-button-next:hover, .swiper-button-next:active {
  outline: none;
  border: none;
}
.swiper-button-prev:focus, .swiper-button-prev:hover, .swiper-button-prev:active {
  outline: none;
  border: none;
}

.second-wave img {
	z-index: -1;
    position: absolute;
    top: -370px;
    left: 0;
    width: 100%;
}

/*Accordeon Section*/
.accordeon-title {
	cursor: pointer;
	margin-top: 50px;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.accordeon-title:after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	background-color: var(--c-black);
	bottom: -10px;
}
.accordeon-title h3 {
	font-size: 18px;
	display: inline-block;
	font-family: var(--font-nav-item);
}
.accordeon-title img {
	width: 30px;
	height: 20px;
	margin-top: -5px;
}
.accordeon-subtitle {
	max-height: 0;
	overflow: hidden;
	transition: 0.3s;
}
.accordeon-subtitle  {
	margin-top: 25px;
	font-weight: 300;
	font-size: 15px;
}

.bg-divider {
	background-color: var(--c-brown);
}


/* INNER DOORS */
.nav-link-custom {
    color: var(--text-color);
}
.nav-link-custom .active {
    color: red !important;
    background-color: green !important;
}
.nav-link-custom:hover {
    color: var(--text-color-opacity);
    /* background-color: green; */
    border: none;
}

.shadow-extra {
    box-shadow: 0.5rem 0.5rem 2rem rgba(0, 0, 0, 0.2) !important;
}

.link-inside-product-block {    
    color: #333;
    text-decoration: none;
    font-weight: bold;
}

.link-inside-product-block:hover {
    color: grey;    
}



.link-in-menu {    
    color: var(--c-black);   
    color: #444;    
    /* width: calc(100% - 50px);     */
    text-decoration: none;    
}

.link-in-menu:hover {
    color:  var(--c-black);   
    /* color: #666; */
    /* width: 100%; */    
    text-decoration: underline;
}

.expanded-button,
.collapsed-button {
  /* border: none; */
  /* background-color: transparent; */
  /* padding: 10px; */
  /* cursor: pointer; */
  transition: background-color 0.3s ease; 
}

.expanded-button span,
.collapsed-button span {
  font-size: 20px; 
  margin-right: 10px; 
}

.expanded-button:hover,
.collapsed-button:hover {
  /* background-color: #f0f0f0; */
  text-decoration: underline;
}

.expanded-button span {
  color: green; 
  color: var(--c-black); 
}

.collapsed-button span {
  color: red; 
  color: var(--c-black); 
}

.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;  
  text-align: center;
  vertical-align: middle;
}

.content {  
    margin-left: 35px;      
}

.logo-text, .logo-text-big {
    color: var(--c-black);    
}

.anfrage-box a {
    color: #fff !important;    
    text-decoration: none;
}

.anfrage-box:hover a {
    color: #282828 !important;       
    color: var(--c-brown) !important;                   
    /* --c-grey: --c-light-grey-2: --c-light-blue: --c-beige: */     
    text-decoration: none;
}

.anfrage-link-mini {
    color: #282828;    
    border: 1px solid #282828;
    padding: 5px 5px; 
    text-decoration: none;
}

.anfrage-link-mini:hover {
    color: var(--c-brown);                   
    /* --c-grey: --c-light-grey-2: --c-light-blue: --c-beige: */     
    text-decoration: none;
}

.ob-fit-con {
    object-fit: contain;
    width: 100%;
    height: 100%;
    display: block;
}



/*Media Header*/ 
@media (max-width: 980px) {
	.header {
		padding-left: 15px;
	}
	.main-title {
		margin: 75px 0;
	}
    .logo-text {
        font-size: 1.25rem;
    }
}
@media (max-width: 850px) {
	.main-title {
		margin-top: 30px;
		margin-bottom: 70px;	
	}
	.main-title h1 {
		font-size: 25px;
	}
	.nav-link {
		margin-top: 0;
		font-size: 12px;
	}
}
@media (max-width: 600px) {
	.main-title h1 {
		font-size: 20px;
	}
    .logo-text {
        font-size: 1rem;
    }
}

/*Media Sections*/ 
@media (max-width: 980px) {

	.sections-list {
		padding-left: 15px;
		margin-top: 20px;
	}
}
@media (max-width: 767px) {
    .icons-top svg {
        margin: 5px 3px;
    }
	.title h2 {
		text-align: center;
	}
	.title h2:after {
		margin: 0 auto;
	}
	.sections-item__img img {
		width: 80%;
	}
	.sections-item__title {
		margin-bottom: 40px;
	}
	.sections-item {
		text-align: center;
	}
}

/*Media Services*/ 
@media (max-width: 767px) {
	.services-item {
		text-align: center;
	}
	.services-item__img img {
		width: 25%;
	}
	.services-item__subtitle {
		width: 80%;
		margin: 0 auto;
	}
}

/*Media Slider*/
@media (min-width: 576px) and (max-width: 1200px) {
	.swiper-button-next {
		right: 80px;
	}
	.swiper-button-prev {
		left: 80px;
	}
}
@media (max-width: 980px) {
	
	.swiper-container {
		padding-top: 40px;
	}
	.swiper-button-next, .swiper-button-prev {
		top: 45%;
	}
}
@media (max-width: 950px) {
	.swiper-button-next {
		right: 37px;
	}
	.swiper-button-prev {
		left: 44px;
	}
}
@media (max-width: 575px) {
	.swiper-button-next {
		right: 35px;
	}
	.swiper-button-prev {
		left: 35px;
	}
	.swiper-slide-item__img img {
		width: 80%;
	}
}


/*Media FAQ*/
@media (max-width: 767px) {
	.accordeon-title h3 {
		width: 91%;
		font-size: 14px;
	}
	.accordeon-subtitle {
		font-size: 12px;
	}
	.accordeon-title img {
		width: 20px;
		height: 15px;
		margin-top: 2%;
	}
}
@media (max-width: 480px) {
	.accordeon-title img {
		margin-top: 5%;
	}
}
