/* Add your custom styles here */


/* Adds a bit of spacing to "Responsive Grid Row" blocks. */
.crx-grid {
  padding-top: 40px;
  padding-bottom: 40px;
}

.crx-grid .crx-grid {
  padding-top: 0;
  padding-bottom: 0;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
  --red: #a01b1c;
  --gray1: #434343;
  --gray2: #2d2d2d;
}

body {
  font-family: times;
  color: var(--gray1);
  border-top: 22px solid black;
  background-color: #323232;
}

a {
  color: var(--red);
  text-decoration: none;
}

a:hover {
  color: var(--gray1);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: times, sans-serif;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 997;
  padding: 40px 0 15px;
  background-color: #fff;
}

.header .logo img {
  padding-left: 2rem;
  max-width: 100%;
}

.header-motive {
  background-color: var(--red);
  height: 120px;
  width: 100%;
  background-image: url("../img/brno.b1e84a96a15c.gif");
  background-position: bottom center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: flex-end;
}

.navbar ul>li a {
  background-color: var(--gray1);
  color: white;
  padding: 8px 16px 8px;
  transition: all 0.2s ease;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  top: 4px;
  z-index: 1;
}

.navbar ul>li a.active {
  background-color: var(--red);
  top: 0;
}

.navbar ul>li a:hover,
.navbar ul>li a:focus {
  color: white;
  top: 0;
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: -11px;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(16, 16, 16, 0.9);
  transition: 0.3s;
  z-index: 3;
}

.navbar-mobile ul>li a {
  top: 0;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.content-sidebar {
  padding-top: 1rem;
  margin-right: 2rem;
  padding-bottom: 1.5rem;
  background-color: var(--gray1);
  height: fit-content;
  position: relative;
}

.content-sidebar h4 {
  color: white;
  border-bottom: 1px solid #636363;
  padding-left: 1rem;
}

.content-sidebar a {
  color: white;
}

.content-sidebar ul {
  list-style-type: none;
  padding-left: 2rem;
}

.content-sidebar ul li::before {
  content: "\2022";
  color: #797979;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.content-sidebar ul li.active::before {
  color: var(--red);
}

.content-navbar__bg {
  background-image: url("../img/sidenav_header.4c82541dfce2.png");
  width: 102%;
  height: 40px;
  position: absolute;
  top: -26px;
  left: -3px;
  background-size: 101% auto;
}

@media screen and (max-width: 992px) {
  .content-navbar__bg {
    display: none;
  }
}

.navbar-brand img {
  width: 394px;
  height: 32px;
  padding-left: 2rem;
}

.navbar-brand {
  float: none;
  display: block;
}

.header-motive {
  background-color: var(--red);
  height: 120px;
  width: 100%;
  background-image: url("../img/brno.b1e84a96a15c.gif");
  background-position: bottom center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}

#content {
  background-color: white;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.richtext-content h2,
.richtext-content h3,
.richtext-content h4,
.richtext-content h5 {
  color: var(--red);
}

.heroblock img {
  object-fit: cover;
  background-color: #F0F0F0;
  border: 1px solid #DDDDDD;
  margin-top: 5px;
  padding: 5px;
}

.leaflet-map {
  height: 100%;
  width: 100%;
}

.leaflet-map--small {
  height: 180px;
}

.leaflet-map--medium {
  height: 350px;
}

.leaflet-map--large {
  height: 600px;
}

.text-404 {
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 4px;
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.form-page form .form-page__field {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5rem;
}

.form-page form .form-page__field input,
.form-page form .form-page__field textarea,
.form-page form .form-page__field select {
  outline: none;
  border: 1px solid #ccc;
}

.form-page form .form-page__field textarea {
  max-height: 120px;
}

.required {
  color: var(--red);
  margin-left: 2px;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.btn.btn-default {
  background-color: var(--red);
  border: 1px solid var(--gray2);
  color: white;
}

.btn.btn-default:hover,
.btn.btn-default:focus {
  background-color: #cc3738;
  color: #fff;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
  background: var(--gray1);
  padding: 40px 0 0 0 !important;
}

footer .crx-grid {
  padding-top: 0;
  padding-bottom: 0;
}

footer a,
footer h4,
footer h3,
footer h2,
footer strong,
footer b {
  color: white;
}

footer p,
footer li {
  color: #ccc;
}

footer ul {
  list-style-type: none;
}

footer ul li::before {
  content: "\2022";
  color: #797979;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

footer .credits {
  background-color: var(--gray2);
  margin-top: 1.5rem;
  padding: 15px 0 0 0;
  font-size: 13px;
  text-align: center;
}