[data-bs-theme=light] {
  --blue_background: #e8edf3;
}
[data-bs-theme=dark] {
  --blue_background: #212529;
}

/*font-family: 'Open Sans', sans-serif; */
body {
    padding-top: 0rem!important;
    width: 100vw;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    font-weight: 400;
}
main {
	min-height: 100vh;
	padding-top: 130px;
	overflow-x: hidden;
}
section {
	height: auto;
	
}

html {
    width: 100%;
}

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;
}
.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: #fff;
	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: #003e7c;
}
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: #003e7c;
	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;
   }
}

.full {
	width: 100%;
	padding-top: 2rem;
}
/* Day-night switcher */
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.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: 60px;
    padding: 5px 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: 70px;
}

.nav-link {
    color: #003e7c;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.052em;
    padding: 10px 10px!important;
}
.active .nav-link {
    color: #fff!important;
	background: #003e7c;
}

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

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

.nav-item:hover::after {
    width: 100%;
    //transition: width .3s;
}
.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: #003e7c;
}
.navbar-toggler:hover {
	border-radius: 0;
	background: #ff4a01;
}

footer h3, .h3{
	font-size: 16px;
}	
footer {
	border-top: 1px solid #ccc;
	font-size: 1em;
}
footer p {
	font-size: 0.8em;
}


.blue_background {
    background-color: var(--blue_background);
	padding-bottom: 40px;
    position: relative;
    height: auto;
}
@include color-mode(dark) {
 .blue_background {
    background: #212529;
    padding-bottom: 40px;
    border-top: 1px solid #fff;
    position: relative;
    height: auto;
   }
}
.white-box {
	background: #fff;
	padding: 10px;
	margin: 10px;
	width: 95%;
	text-align: center;
}
@media (min-width: 992px){
.white-box {
    background: #fff;
    padding: 10px;
    margin: 10px;
    width: 31%;
}
}
.white-box .fa-solid, .white-box .fas {
	font-size: 50px;
	padding: 25px;
}
.font-50 .fa-solid, .font-50 .fas {
	font-size: 50px;
	padding: 25px;
}
.white-box img {
	padding: 25px;
	height: 100px;
}
.white-box .h3, .white-box h3 {
    font-size: 1.1rem;
}
.box-head {
	display: block;
    float: left;
}
.box-body {
    width: auto;
	padding-top: 20px;
}
.benefits_image {
	height: 50px;
	margin-bottom: 20px;
}
.visite-card {
	width: 100%;
    display: inline-block;
	padding-bottom: 10px;
}
.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: 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: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;
}
@media (min-width: 768px) {
.com-content-article {
	padding: 20px;
}
.nav-item {
	margin: 10px 0 0 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;
}
/* Dropdown */
ul.nav-child li.parent:hover > ul.nav-child:before {/*triangle's gray border*/
	border-top: 8px solid rgba(0, 0, 0, 0);
	border-right: 8px solid rgba(0, 0, 0, 0.2);
	border-bottom: 8px solid rgba(0, 0, 0, 0);
	border-left: 8px solid rgba(0, 0, 0, 0);
	content: "";
	display: inline-block;
	position: absolute;
	right: 100%;
	top: 6px;
}
ul.nav-child li.parent:hover > ul.nav-child:after {/*triangle's white background*/
	border-top: 6px solid rgba(0, 0, 0, 0);
	border-right: 6px solid #FFFFFF;
	border-bottom: 6px solid rgba(0, 0, 0, 0);
	border-left: 6px solid rgba(0, 0, 0, 0);
	content: "";
	display: inline-block;
	position: absolute;
	right: 100%;
	top: 7px;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
	text-transform: uppercase;
	text-decoration: none;
    float: left;
    min-width: 10rem;
    padding: 0;
    margin: 0px;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0;
}
.dropdown-menu .nav-item{
    border-bottom: 1px solid #ccc;
	margin: 0;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 1rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 15px;
}
.dropdown-item:active {
  color: #fff;
  background-color: #000;
}
.dropdown-item:hover {
  color: #fff;
  background-color: #000;
}
@media (min-width: 767px){
.dropdown-item {
    text-align: inherit;
}}
.dropdown:hover>.dropdown-menu {
  display: block;
}
.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: 1px solid #000!important;

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

}
.card {
  padding: 10px;
}
.card-header {
  background: #003e7c;
  color: #fff;
  transition: 0.3s;
}
.card-header:hover {
  background: #ff5003;
  color: #fff;
  transition: 0.3s;
}

