/**
 * @author Jan Reitter
 * @package Vratenin 2025
 * @subpackage v1.0
 * @copyright Copyright (C) 2022 Jan Reitter. All rights reserved.
 */

 /* GLOBAL settings */
@charset "utf-8"; 


/* Main menu */
.main-menu {
	background-color: var(--bs-primary);
	color: #fff;
}

.main-menu .nav-item {
	position: relative;
}

.main-menu a, .main-menu span {
	position: relative;
	display: block;
	padding: 14px 18px;
	color: #fff;
	background-color: var(--bs-primary);
	transition: background-color linear 250ms
}

.main-menu .active > a, .main-menu .active > span, .main-menu a:hover, .main-menu span:hover {
	background-color: #3e0f14;
	transition: background-color linear 250ms
}

.main-menu .parent > a::after, .main-menu .parent > span::after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #fff;
	margin-left: 5px;
	-webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708"/></svg>');
	mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708"/></svg>');
}

.main-menu .mod-menu__sub .parent > a::after, .main-menu .mod-menu__sub .parent > span::after {
	position: absolute;
	right: 9px;
	top: 50%;
	transform: translateY(-50%) rotate(-90deg);
}

.main-menu .mod-menu__sub {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 1022;
	min-width: 200px;
	opacity: 0;
	visibility: hidden;
	transition: all linear 250ms
}

.main-menu .parent:hover > .mod-menu__sub {
	opacity: 1;
	visibility: visible;
	box-shadow: 0 5px 15px 0 rgba(0,0,0,0.3);
	transition: all linear 250ms
}

.mod-menu__sub .mod-menu__sub {
	left: 100%;
	top: 0
}
/*.mod-menu__sub a {
  align-items: center !important;     
  display: inline-flex !important;
}  */
.mod-menu__sub a img {
  width: 100px;
  height: 100px;
  margin-right: 16px;
}
.mod-menu__sub a .image-title {
  width: max-content;
  height: fit-content;
}

/* offcanvas*/
.offcanvas-body .mod-menu {
	flex-direction: column;
}

.offcanvas-body .mod-menu__sub {
	display: none;
	padding: 10px
}

.offcanvas-body .nav-item {
	padding: 5px 0;
	border-bottom: 1px solid var(--bs-border-color);
	position: relative;
}

.offcanvas-body .nav-item:last-child {
	border-bottom: none;
}

.offcanvas-body a {
	font-size: 15px;
	color: #333
}

.offcanvas-body .active > a {
   font-weight: bold;
}

.offcanvas-body .subtoggle {
	padding: 0;
	background-color: transparent;
	border: none;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 1px;
	z-index: 1
}

.offcanvas-body .subtoggle.open {
	transform: rotate(-180deg);
	transition: all linear 200ms
}

/* To top */
.back-to-top-link {
	/*display: none; */
	position: fixed;
	right: 12px;
	bottom: 12px;
	z-index: 1020;
}

header {
background: url(/images/headers/bunkr.jpg);
height: 400px;
    background-size: cover;
    background-position: bottom center;	
}
 
nav .subtoggle  {
display: none;
} 
.offcanvas .subtoggle {
display: block;
}

.navigace-mobil {
padding: 10px 14px !important;
}
.hlavicka-nazev {
font-size: 5rem;
    font-weight: 700;
    line-height: 1;
    color: white;
}


                            
/* 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) { 

 }

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {

}
