/*
font-family: "Bodoni Moda", serif;
font-family: "Great Vibes", cursive;
font-family: "Spectral", serif;
 */
body {
    padding-top: 0rem!important;
    width: 100vw;
    font-family: "Spectral", serif;
    font-size: 1.1em;
    font-weight: 400;
}
main {
	min-height: 100vh;
	padding-top: 0px;
	overflow-x: hidden;
}
section {
	height: auto;
	
}
img, svg {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}
.bodoni-moda-<uniquifier> {
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.great-vibes-regular {
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  text-shadow: 2px 2px #ffffff;
}
.spectral-extralight {
  font-family: "Spectral", serif;
  font-weight: 200;
  font-style: normal;
}

.spectral-light {
  font-family: "Spectral", serif;
  font-weight: 300;
  font-style: normal;
}

.spectral-regular {
  font-family: "Spectral", serif;
  font-weight: 400;
  font-style: normal;
}

.spectral-medium {
  font-family: "Spectral", serif;
  font-weight: 500;
  font-style: normal;
}

.spectral-semibold {
  font-family: "Spectral", serif;
  font-weight: 600;
  font-style: normal;
}

.spectral-bold {
  font-family: "Spectral", serif;
  font-weight: 700;
  font-style: normal;
}

.spectral-extrabold {
  font-family: "Spectral", serif;
  font-weight: 800;
  font-style: normal;
}

.spectral-extralight-italic {
  font-family: "Spectral", serif;
  font-weight: 200;
  font-style: italic;
}

.spectral-light-italic {
  font-family: "Spectral", serif;
  font-weight: 300;
  font-style: italic;
}

.spectral-regular-italic {
  font-family: "Spectral", serif;
  font-weight: 400;
  font-style: italic;
}

.spectral-medium-italic {
  font-family: "Spectral", serif;
  font-weight: 500;
  font-style: italic;
}

.spectral-semibold-italic {
  font-family: "Spectral", serif;
  font-weight: 600;
  font-style: italic;
}

.spectral-bold-italic {
  font-family: "Spectral", serif;
  font-weight: 700;
  font-style: italic;
}

.spectral-extrabold-italic {
  font-family: "Spectral", serif;
  font-weight: 800;
  font-style: italic;
}


html {
    width: 100%;
}
.mod-menu {
    flex-direction: column;
}
@media (min-width: 768px) {
    .mod-menu {
        flex-direction: row;
    }
}
.parallax {
  height: 800px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    background-attachment: fixed;
}
.parallax img {
  object-fit: cover;
  object-position: 50% 50%;
}
.photo-body {
	font-family: "Great Vibes", cursive;
    font-weight: 400;
    text-shadow: 2px 2px #000000;
}
.photo-title {
    font-family: "Bodoni Moda", serif;
}
.photo-title {
    text-shadow: 2px 2px #000000;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    border-radius: 5px;
    border: 1px solid #ccc;
    line-height: inherit;
}

.h1, h1 {
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 400;
}
.h2, h2 {
    font-size: 1.5rem;
    font-weight: 300;
	text-transform: uppercase;
}
.h3, h3 {
    font-size: 1.5rem;
    font-weight: 300;
	text-transform: uppercase;
}
.btn-dark {
    background-color: #000;
    border: 1px solid #ffffff66;
    border-radius: 0px;
    text-transform: uppercase;
    padding: 15px 25px 15px 25px;
    outline: 0.1rem solid #dabb759e !important;
    outline-offset: -0.35rem !important;
    letter-spacing: 2px;
}

.blog h1, .moduletable h3 {
    text-align: center;
}

.blog h1:after, .moduletable h3:after {
    content: "";
    display: block;
    width: 7rem;
    height: 3px;
    background: #000000;
    position: relative;
    bottom: -0.7rem;
    overflow: hidden;
    margin: 0 auto 1rem auto;
}

.small, small {
    font-size: .75em;
    font-weight: 700;
}
.create {
	font-size: 10px;
	font-weight: bold;
}
.top-nav {
	background: #0000004a;
	box-shadow: 0 0 10px rgba(0,0,0,0.23);
	transition: 0.5s ease-in;
	-webkit-transition: 0.5s ease-in;
	-moz-transition: 0.5s ease-in;
}
.light-header {
	height: 70px;
	background: #000;
	box-shadow: 0 0 10px rgba(0,0,0,0.23);
	transition: 0.5s ease-in;
	-webkit-transition: 0.5s ease-in;
	-moz-transition: 0.5s ease-in;
}

main a {
    text-decoration: none;
	color: #000;
}
main a:hover {
    text-decoration: none;
	color: #ff5003;
}
.btn-orange {
	background: #ff5003;
	border-radius: 0;
	color: #fff !important;
}
.btn-contact {
	background: #ff5003;
	border-radius: 0;
	color: #fff !important;
}
.btn-contact:hover {
	background: #fff;
	border-radius: 0;
	color: #fff !important;
}

*:focus {
    outline: 0;
    outline: none;
}
@media (max-width: 768px){
.px-5 {
	padding-right: 1rem!important;
    padding-left: 1rem!important;
   }
.py-5 {
        padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    }
}

.full {
	width: 100%;
	padding-top: 2rem;
}
.fixed {
	position: fixed;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
    font-size: 3.5rem;
    }
}
@media (min-width: 1400px) {
.blog, .blog-featured, .com-content-article {
    margin-right: auto;
    margin-left: auto;
}
}

.filter-search {
    margin: 0;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-family: inherit;
    font-size: inherit;
    margin-right: 5px; 
    line-height: inherit;
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}
.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}
.bi {
    vertical-align: -.125em;
    fill: currentColor;
}
.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}
.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}
.bd-mode-toggle {
    z-index: 1500;
}
/* Navbar */

.bg-bg-white {
	background: #fff;
	padding: 0px;
}
.logo {
	height: 90px;
    padding: 0px 0px 5px 0px;
	transition: 0.5s ease-in;
	-webkit-transition: 0.5s ease-in;
	-moz-transition: 0.5s ease-in;
}

.navbar-brand {
    float: left;
    height: 90px;
}

.nav-link {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.052em;
    padding: 17px 10px !important;
}
.active .nav-link {
    color: #fff!important;
}

.nav-link:focus, .nav-link:hover {
    color: #fff!important;
}
.active .nav-link:focus, .active .nav-link:hover {
    color: #fff!important;
}

.nav-item::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width .2s;
}

.nav-item:hover::after {
    width: 100%;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: relative;
    background: #fff;
    border-radius: 0;
	padding-bottom: 0;
}
@media (min-width: 767px){
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
}
}
.box-dropdown {
	text-align: center;
	border: 1px solid #fff;
}
.box-dropdown:hover {
	border: 1px solid #ccc;
}

@media (max-width: 768px){
.box-dropdown {
	text-align: center;
	border-bottom: 1px solid #ccc;
}
.nav-link {
    padding: 10px 10px!important;
}
}

.dropdown-menu  strong {
	color: #062b52;
}
.dropdown-menu .lead {
	color: #000;
	margin-bottom: 0px;
}
.dropdown-link a {
    color: #000;
    text-decoration: none;
}
.navbar-toggler {
    border-radius: 0;
    background: #00000036;
    border: 1px solid #fff;
    margin: 20px;
}
.navbar-toggler:hover {
    border-radius: 0;
    background: #060606;
}
.navbar_black {
	background: #000000db;
}

footer h3, .h3{
	font-size: 16px;
}	
footer {
	border-top: 1px solid #ccc;
	font-size: 1em;
}
footer p {
	font-size: 0.8em;
}
.page-header {
	padding: 10px;
    text-align: center;
}
.item-content .page-header {
	padding: 0px;
	margin-bottom: 20px;
	color: #000;
}
.page-header h2, .page-header .h2{
	padding: 0px;
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
}
.blog-item{
	width: auto;
	margin: 10px;
	float: left;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
@media (min-width: 992px){
.items-leading .blog-item{
	width: 31%;
	margin: 10px;
	float: left;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
  
  .blog-item{
	width: 48%;
	margin: 10px;
	float: left;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}}
.blog-item:hover {
    text-decoration: none;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), 0rem 0rem 1rem rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), 0rem 0rem 1rem rgba(0,0,0,0.2);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), 0rem 0rem 1rem rgba(0,0,0,0.2);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
    outline: none !important;
}
.aktuality .blog-item{
	width: auto;
	margin: 10px;
	float: left;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
@media (min-width: 992px){
.aktuality .blog-item{
	width: 47%;
	margin: 10px;
	float: left;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
}
.blog-item .item-content {
    padding: 25px;
	font-size: 17px;
}
.aktuality .blog-item:hover {
    text-decoration: none;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), 0rem 0rem 1rem rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), 0rem 0rem 1rem rgba(0,0,0,0.2);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), 0rem 0rem 1rem rgba(0,0,0,0.2);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
    outline: none !important;
}
.aktuality .blog-item .item-content {
    padding: 25px;
	font-size: 17px;
	
}
.blog-item .item-image {
	height: auto;
    overflow: hidden;
}
.blog-item .item-image img{
	width: 100%;
    height: auto;
	object-fit: cover;
}
.item-image img{
	width: 100%;
    height: 100%;
	object-fit: cover;
}
.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    border: 1px solid #ccc;
}
.com-content-article {
	padding: 10px;
}
.nav-item {
    background: #000000bd;
    border-bottom: 1px solid #5d5d5d;
    padding: 10px;
}
@media (min-width: 768px) {
.com-content-article {
	padding: 20px;
}
.nav-item {
	margin: 10px 0 0 10px;
    background: transparent;
	border-bottom: 0;
    padding: 10px;
}
}
.vizitka-body {
	padding: 10px;
}
.vizitka-image {
    overflow: hidden;
}
.blog-item .vizitka-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
h3.eb-heading {
    display: inline-block;
    margin-right: 20px;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
}
.chosen-container-single .chosen-single {
    color: #444;
    white-space: nowrap;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(.2, #fff), color-stop(.5, #f6f6f6), color-stop(.52, #eee), to(#f4f4f4));
    background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%) padding-box padding-box;
    border: 1px solid #aaa;
    border-radius: 10px;
    height: 37px;
    padding: 0 0 0 8px;
    line-height: 37px;
    text-decoration: none;
    display: block;
	font-size: 14px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: inset 0 0 3px #fff, 0 1px 1px #0000001a;
    box-shadow: inset 0 0 3px #fff, 0 1px 1px #0000001a;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  background: none;
  border-left: none;
}

.jshop {
  max-width: 1000px;
        margin-right: auto;
        margin-left: auto;
}
.jshop_img {
  width: 100%;
  height: auto;
}
.published {
  font-size: 10px;
}
hr {
    border-color: #000 !important;
    border-width: 3px !important;
    max-width: 50px !important;
    margin: 1rem auto !important;
    opacity: 1 !important;
}
.about-img {
	padding-top: 5rem;
}
.space {
	padding-top: 0px;
}
.current a, .current a:hover {
    border-bottom: 3px solid #ffffff !important;

}
.category-desc {
	text-align: center;
}
.readmore {
	text-align: center;
}
.btn-secondary {
	border-radius: 0;
	--bs-btn-color: #000;
	--bs-btn-bg: #fff;
	padding: 10px;
    width: 100%;
}
.btn-secondary:hover {
	border-radius: 0;
	--bs-btn-color: #fff;
	--bs-btn-bg: #ff5003;

}
.card {
  padding: 10px;
}
.card-header {
  background: #fff;
  color: #fff;
  transition: 0.3s;
}
.card-header:hover {
  background: #ff5003;
  color: #fff;
  transition: 0.3s;
}
.mozaika {
	position: relative !important;
}

.pic-1 {
	position: static;
    width: 100%;
}
.pic-2 {
	position: static;
    width: 100%;
}
.pic-3 {
	position: static;
    width: 100%;
}
.pic-4 {
	position: static;
    width: 100%;
}
.pic-5 {
	position: static;
    width: 100%;
}
.pic-6 {
	position: static;
    width: 100%;
}
@media (min-width: 767px){
.mozaika {
	position: relative !important;
}
.pic-1 {
	position: absolute;
    width: 50%;
    left: 10%;
    top: 0;
    z-index: 1;
}
.pic-2 {
	position: absolute;
    top: 70px;
    right: 0;
    z-index: 3;
    width: 50%;
}
.pic-3 {
	position: absolute;
    left: 17%;
    top: 333px;
    z-index: 2;
    width: 55%;
}
.pic-4 {
	position: absolute;
    width: 50%;
    left: 5%;
    top: 0;
    z-index: 2;
}
.pic-5 {
	position: absolute;
    top: 52px;
    right: 0;
    z-index: 1;
    width: 60%;
}
.pic-6 {
	position: absolute;
    left: 30%;
    top: 313px;
    z-index: 3;
    width: 65%;
}
}
.gold-font {
	color: #000 !important;
    text-transform: uppercase;
    font-weight: 200;
	text-shadow: 2px 1px #000000;
}
.black-font {
	color: #000 !important;
    text-transform: uppercase;
    font-weight: 200;
	text-shadow: 2px 1px #000000;
}
.golden-font {
	color: #d7b000 !important;
	text-shadow: 2px 1px #000000;
}
.black-font {
	color: #000 !important;
    text-transform: uppercase;
    font-weight: 200;
}
.bg-header {
    background: url(../img/tapeta.jpg) no-repeat bottom center scroll;
    min-height: 160px;
}
.icons {
	display: none;
}
.gray-bg {
  background: rgb(249, 247, 245);
}
.nav-justified .nav-item, .nav-justified>.nav-link {
    flex-grow: 1;
    flex-basis: 0;
    text-align: center;
    margin: 0;
    padding: 0;
    background: #fff;
    color: #000;
}
.nav-justified .nav-link {
  color: #000;
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 0;
}
.nav-justified .nav-link.active, .nav-justified .nav-link:hover {
  color: #ffff;
  background: #000;
}

table {
    table-layout: fixed;
    word-wrap: break-word;
}