/*
- fonts
- colors
- html body links and kbz's generic classes
- boostrap
- animated
- containers
- categories
- lightgallery
- about
- footer

darkgray:
#231f20;
rgba(35,31,32,1)
*/



/* fonts */
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,200;0,400;0,500;0,800;0,900;1,200;1,400;1,500;1,700;1,900&display=swap');
/*
	font-family: 'Work Sans', sans-serif;
*/

/* colors */
:root {
  --dark-gray: #231f20;
}

/* html body links and kbz's generic classes */
a {
	color: #FFFFFF;
	outline: none;
}
a:hover,
a:focus {
	color: #FFFFFF;
	text-decoration: underline;
}
html {
	scroll-behavior: smooth;
}
body {
	background-color: var(--dark-gray);
	color: #FFFFFF;

	font-family: 'Work Sans', sans-serif;
	font-size: 20px;
	font-weight: 400;
}
@media (min-width: 2200px) {
	body {
		font-size: 20px;
		font-weight: 400;
	}

}
h1 {
	display: none;
}
h2 {
	color: #FFFFFF;
	font-size: 2.6em;
	font-weight: 900;
	padding: 0;
	margin: 0;
}
@media (min-width: 2200px) {
	h2 {
		font-size: 4.6em;
	}
}
@media (max-width: 1100px) {
	h2 {
		font-size: 1.8em;
	}
}
@media (max-width: 767px) {
	h2 {
		font-size: 2.6em;
	}
}
@media (max-width: 500px) {
	h2 {
		font-size: 2em;
	}
}
@media (max-width: 288px) {
	h2 {
		font-size: 1.7em;
	}
}
h3 {
	color: #FFFFFF;
	font-size: 1.4em;
	font-weight: 900;
	padding: 20px 0;
	margin: 0;
	margin-top: 3em;
}
h3 span {
	color: #CCCCCC;
	font-style: italic;
}
.no-padding {
	padding: 0 !important;
}
ul {
	display: block;
	list-style: none;
	margin-block-start: 0em;
	margin-block-end: 0em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 0px;
}
/* end kbz */



/* boostrap */
/* nav */
.navbar-light {
	background-color: #FFFFFF!important;
}
.navbar {
	padding: 0;
	margin: 0 auto;
}
.navbar-brand {
	padding: 90px 0!important;
	/*padding-bottom: 110px!important;*/
	margin: 0 auto!important;
	text-align: center;
	width: 100%;
}
.svg-wrapper svg {
	width: 40%!important;
	height: auto;
	margin: 0 auto;
	max-width: 980px;
}
.navbar-brand span {
	display: block;
	letter-spacing: 2px;
	padding-left: 5px;
}
@media (max-width: 767px) {
	.svg-wrapper svg {
		width: 70%!important;
	}
	.navbar-brand {
		padding: 60px 0!important;
	}
}



.dropdown-toggle::after {
	display: none;
}
.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, 0.5);
	border: 0;
	margin-top: -16px;
}
.navbar-toggler {
	padding: 0;
	right: 0;
	margin-top: -28px;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-nav .nav-link {
	padding: 0;
	margin: 0;
	margin-bottom: 6px;
	border-bottom: 1px solid #FFFFFF;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
	color: #000000;
	border-bottom: 1px solid #000000;
}
.navbar-nav {
	margin-top: 30px;
}
@media (min-width: 992px) {
	.navbar-nav {
		margin-top: 0px;
	}
}
.dropdown-menu {
	padding: 6px 0;
	font-size: 12px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border: 0;
	border-radius: 0;
}
.dropdown-menu.show {
	display: block;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
}
.dropdown-item {
	padding: 0;
	color: rgba(0, 0, 0, 0.5);
	margin-bottom: 6px;
}
.dropdown-item:hover,
.dropdown-item:focus {
	color: #000000;
	text-decoration: none;
	background-color: transparent;
}
@media (min-width: 992px) {
	.dropdown-item {
		padding: 0 15px;
	}
	.navbar-light .navbar-nav .nav-link {
		margin-left: 20px;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute;
		margin-left: 6px;
		margin-top: 0px;
		padding-top: 20px;
	}
	.dropdown-menu.show {
		border-bottom: 0;
	}
}
@media (min-width: 1200px) {
	.navbar-light .navbar-nav .nav-link {
		margin-left: 18px;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute;
		margin-left: 10px;
		margin-top: 0px;
		padding-top: 20px;
	}
}
/* end nav */
/* end boostrap */



/* animated */
.animated-delay-333 {
	-webkit-animation-delay: .333s;
	animation-delay: .333s;
}
.animated-delay-500 {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}
.animated-delay-666 {
	-webkit-animation-delay: .666s;
	animation-delay: .666s;
}
.animated-delay-999 {
	-webkit-animation-delay: .999s;
	animation-delay: .999s;
}
.animated-delay-1000 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.animated-delay-1332 {
	-webkit-animation-delay: 1.332s;
	animation-delay: 1.332s;
}
/* end animated */



/* containers */
body .container {
	padding: 30px;
	padding-top: 10px;
	padding-bottom: 120px;
}
@media (min-width: 576px) {
	body > .container {
		padding-bottom: 60px;
	}
}
@media (min-width: 768px) {
	body > .container {
		padding-bottom: 120px;
	}
}
.container .col div {
	color: #666666;
	background-color: #E1E1E1;
	/*border: 1px solid #999999;*/
	/*padding: 10px;*/
	/*margin: 10px;*/

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
@media (min-width: 1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1600px;
		max-width: 1100px;
	}
}
/* end containers */



/* categories */
.categories {
	/*padding: 7px;*/
	margin-bottom: 0;
}
.categories .categorie-thumb {
	position: relative;
	/*padding: 7px!important;*/
	padding: 0;
}
.categories .categorie-thumb.thumb-left {
	padding-right: 7px;
	padding-bottom: 14px;
}
.categories .categorie-thumb.thumb-right {
	padding-left: 7px;
	padding-bottom: 14px;
}
@media (max-width: 767px) {
	.categories .categorie-thumb.thumb-left,
	.categories .categorie-thumb.thumb-right {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 14px;
	}
}
.categories .categorie-thumb .serie-img {
	overflow: hidden;
}
.categories .categorie-thumb img {
	width: 100%;
	height: auto;
}
.categories .categorie-thumb img {
	transform: scale(1);

	-moz-transition: all 166ms ease-in;
	-o-transition: all 166ms ease-in;
	transition: all 166ms ease-in;
}
.categories .categorie-thumb img:hover,
.categories .categorie-thumb img:focus {
	transform: scale(1.025);

	-webkit-transition: all 166ms ease-out;
	-moz-transition: all 166ms ease-out;
	-o-transition: all 166ms ease-out;
	transition: all 166ms ease-out;
}
.categories .categorie-thumb .categorie-thumb-name {
	position: absolute;
	left: 4%;
	top: 4%;
	text-transform: uppercase;
}


/*
.categories .categorie-thumb-pdfs {
	box-shadow: inset 0px 0px 0px 10px transparent;
	background-color: rgba(255,255,255,.25);

	-moz-transition: all 166ms ease-in;
	-o-transition: all 166ms ease-in;
	transition: all 166ms ease-in;
}
.categories .categorie-thumb-pdfs:hover {
	box-shadow: inset 0px 0px 0px 10px #fff;
	background-color: rgba(255,255,255,0);

	-moz-transition: all 166ms ease-in;
	-o-transition: all 166ms ease-in;
	transition: all 166ms ease-in;
}
.categories .categorie-thumb-pdfs .serie-img {
	opacity: 0;
}
*/

.categories .categorie-thumb-pdfs h2 {
	margin-bottom: 30px;
}
ul.pdfs-downloads li {
	margin-bottom: 5px;
}
ul.pdfs-downloads li a {
	font-size: 1.2em;
	font-weight: bold;
}
ul.pdfs-downloads li a span {
	font-size: .8em;
	font-weight: normal;
	padding-left: 15px;
}
ul.pdfs-downloads li a:hover,
ul.pdfs-downloads li a:focus {
	text-decoration: line-through;
}

/*
.series h2 {
	padding-left: 15px;
}
.serie .serie-img img,
.encargo .encargo-img img {
	margin-bottom: 30px;
}
.serie-title,
.encargo-title {
	text-align: center;
	margin-top: 90px;
	margin-bottom: 30px;
}
.serie-text,
.encargo-text {
	text-align: left;
}

/* end categories */



/* lightgallery */
/* prevent scroll on open lg */
html.lg-on body {
	overflow: hidden;
}

.lightgallery-wrapper {
	background-color: #fff;
}
.lg-backdrop {
	/*background-color: rgba(35,31,32,.5)!important;*/
	background-color: var(--dark-gray)!important;
}
picture img {
	width: 100%;
	height: auto;
}
.lg-outer .lg-thumb-item {
	 border: 0;
}
@media (min-width: 768px) {
	.lg-outer .lg-thumb-item {
		 border: 0!important;
	}
}
.lg-prev,
.lg-next {
	/*background-color: transparent;*/
	/*background-color: var(--dark-gray)!important;*/
	background-color: rgba(35,31,32,.85)!important;
}
button,
.lg-prev:focus,
.lg-next:focus {
	outline: 0!important;
	outline: 0!important;
	border: 0!important;
}

/* padding in full */
.lg-outer .lg-img-wrap {
	padding: 60px 30px;
}
@media(max-width: 600px ) {
	.lg-outer .lg-img-wrap {
		padding: 30px 15px;
	}
}
/* thumbs */
.lg-thumb-item {
	opacity: .5;
}
.lg-thumb-item:hover,
.lg-thumb-item:focus {
	opacity: .75;
}
.lg-thumb-item.active,
.lg-thumb-item.active:hover,
.lg-thumb-item.active:focus {
	opacity: 1;
}
.lg-outer .lg-thumb-outer {
	background-color: var(--dark-gray);
}
.lg-outer .lg-toggle-thumb {
	position: absolute;
	right: 0;
	top: calc(100vh - 85px)!important;
	background-color: transparent!important;
	height: 85px!important;

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
.lg-outer.lg-components-open .lg-toggle-thumb {
	top: 100vh!important;

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
.lg-outer.lg-components-open .lg-toggle-thumb:after {
	content: '\e070';
}
.lg-outer .lg-thumb {
	padding: 5px 0;
}
@media (min-width: 768px) {
	.lg-outer .lg-thumb {
		padding: 5px 0;
	}
}

/* end lightgallery */

.photo-item:hover,
.photo-item:focus {
	cursor: pointer;
}
/* prevent close on click item */
.lg-item {
	/*pointer-events: none;*/
}
/* about */
.about img {
	width: 100%;
	height: auto;
}
.about img.iso {
	max-width: 160px;
	padding: 60px 0;
}
p.en {
	color: #CCCCCC;
	font-style: italic;
}
.en-wrapper {
	margin-top: 2em!important;
}
.categorie-info-wrapper {
	font-size: 18px;
	line-height: 1.5;
}
/* end about */



/* modal */

element.style {
}
.modal-content {
    background-color: var(--dark-gray);;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}
.close {
    text-shadow: none;
}
.modal-body {
	padding: 45px 30px;
}
/* end modal */


/* back-to-top */
main {
    position: relative;
    padding: 0;
    margin: 0;
}
.back-to-top-wrapper {
    position: absolute;
    top: 100vh;
    right: 2rem;
    bottom: 0;
    width: 3rem;
    z-index: 2;
    pointer-events: none;
}
/* breack */
@media(max-width: 991px) {
    .back-to-top-wrapper {
        bottom: 0!important;
    }
}
@media(max-width: 500px) {
    .back-to-top-wrapper {
        right: 1rem;
        bottom: -5rem;
        bottom: 0rem!important;
    }
}
.back-to-top-link {
    position: fixed;
    position: sticky;
    pointer-events: all;
    top: calc(100vh - 5rem);
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 1rem;
    line-height: 3rem;
    font-weight: bold;
    text-align: center;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    padding: 0;
    border: 1px dotted #fff;
    background-color: #000;
    transition: transform 80ms ease-in;
    right: 0;
}
@media(max-width: 500px) {
    .back-to-top-link {
        top: calc(100vh - 4rem);
    }

}
.back-to-top-link:hover,
.back-to-top-link:focus {
    /*transform: scale(1.1);*/
    color: #000;
    background-color: #fff;
    text-decoration: none;
    outline: none;
}
/* end back-to-top */



/* footer */
footer {
	color: #000000;
	background-color: #FFFFFF;
	padding: 60px 0 60px 0;
	font-size: 16px;
}
footer .container {
	padding: 0 30px;
}
footer p {
	margin: 0px;
}
footer p.title {
	line-height: 1.5em;
}
footer p.title.title-name {
	font-size: 18px;
}
footer .insta i {
	font-size: 2em;
	margin-bottom: 30px;
}
footer a {
	color: #000000;
	text-decoration: none;
}
footer a:hover,
footer a:focus {
	color: #000000;
	text-decoration: underline;
}
footer p.credits {
	/*padding-top: 15px;*/
	color: #999;
	font-size: 14px;
}
footer p.credits a {
	color: #999;
}
footer p.credits a:hover,
footer p.credits a:focus {
	color: #000;
}
/* end footer */



/* Extra small devices (portrait phones, less than 576px)
No media query for 'xs' since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/* Extra large devices (large desktops)
No media query since the extra-large breakpoint has no upper bound on its width */
/* animation */