@charset "UTF-8";
.container-fluid {
  max-width: 1920px !important;
  max-width: 100%;
}

nav {
  max-width: 100% !important;
  /* === DROPDOWN STYL === */
}
nav .nav-link {
  font-family: "DINPro", sans-serif;
  font-size: 19px;
  text-transform: uppercase;
  text-align: center;
}
nav .dropdown-item {
  font-size: 19px;
}
nav .flag {
  height: 19px;
  border: solid 1px #eeeeee !important;
  opacity: 0.5;
  transition: opacity 0.3s;
}
nav .flag.active,
nav .flag:hover {
  opacity: 1;
}
nav .nav-link:hover {
  text-decoration: none;
  font-weight: 500;
}
nav .navbar-brand img {
  height: 8rem;
  transition: all 0.5s;
  cursor: pointer;
}
nav .navbar-toggler-icon {
  background-image: none;
  border: none;
}
nav .navbar-toggler {
  border: none;
}
nav .navbar-toggler:focus {
  box-shadow: none;
}
nav .ham {
  width: 30px;
  height: 3px;
  background-color: black;
}
nav .navbar-toggler-icon {
  display: inline-block;
  width: 30px;
  height: 20px;
}

.navbar-toggler.collapsed .navbar-toggler-icon .ham-x {
  top: 8px;
  transform: rotate(0deg);
}
.navbar-toggler.collapsed .navbar-toggler-icon .ham-2 {
  transform: rotate(0deg);
}
.navbar-toggler.collapsed .navbar-toggler-icon .ham-1,
.navbar-toggler.collapsed .navbar-toggler-icon .ham-4 {
  opacity: 1;
}

.navbar-toggler .navbar-toggler-icon .ham-x {
  top: 8px;
  transform: rotate(45deg);
  transition: transform 0.3s ease-in-out;
}
.navbar-toggler .navbar-toggler-icon .ham-2 {
  transform: rotate(-45deg);
  transition: transform 0.3s ease-in-out;
}
.navbar-toggler .navbar-toggler-icon .ham-1,
.navbar-toggler .navbar-toggler-icon .ham-4 {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

#hero {
  margin-top: 74px;
  width: 100vw;
  background-image: url("../images/heros/homepage.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 4/1.5;
}
#hero .window {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  z-index: 100 !important;
}
#hero .container-fluid {
  max-width: 1920px;
}
#hero p {
  color: #fff;
  font-family: Montserrat;
  font-size: 2rem;
}

#hero.kariera {
  background-image: url("../images/heros/kariera-homepage.jpg");
}

#hero.kontakt {
  background-image: url("../images/heros/kontakt-homepage.jpg");
}

#hero.svarecska-skola {
  background-image: url("../images/heros/skola-homepage.jpg");
}

#hero.zakladni-kurz {
  background-image: url("../images/heros/kurz-hompage.jpg");
}

#vyroba, #form.background {
  background: url("../images/canvas/platno-vyroba.jpg") no-repeat;
  background-position: center right;
  background-size: 60%;
}

#technologie {
  background: url("../images/canvas/platno-technologie.jpg") no-repeat;
  background-position: center left;
  background-size: 60%;
}

#kontakt-info {
  background: url("../images/canvas/platno-technologie.jpg") no-repeat;
  background-position: center left;
  background-size: 60%;
}

#servis, #kariera-pozice {
  background: url("../images/canvas/platno-servis.jpg") no-repeat;
  background-position: center right;
  background-size: 60%;
}

.vyroba-carousel {
  width: 100%;
  position: relative;
}
.vyroba-carousel .col {
  aspect-ratio: 1/1;
}
.vyroba-carousel .col img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 42px;
  width: 42px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 1;
}

.slick-prev:before,
.slick-next:before {
  content: "";
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev,
.slick-prev:hover,
.slick-prev:focus {
  background-color: #213047;
  background-image: url("../images/ui/arrow-left.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 13px 25px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}

.slick-next,
.slick-next:hover,
.slick-next:focus {
  background-color: #0edeff;
  background-image: url("../images/ui/arrow-right.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 13px 25px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}

.slick-list {
  padding: 0;
}

.slick-prev {
  left: unset !important;
  top: calc(50% - 21px);
  right: -4px;
}

.slick-next {
  right: -4px !important;
  top: calc(50% + 21px);
}

ol {
  list-style: none;
  counter-reset: item;
  padding: 0;
  margin: 0;
}

ol li {
  counter-increment: item;
  display: flex;
  align-items: center;
  /* číslo a text vertikálně na střed */
  font-weight: 500;
  margin-bottom: 1.2rem;
}

ol li::before {
  content: counter(item) ".";
  font-family: "Myriad Pro", sans-serif;
  font-weight: 400;
  font-size: 3rem;
  color: black;
  flex-shrink: 0;
  /* čísla se nezmenšují */
  width: 3.5rem;
  /* šířka sloupce pro čísla */
  text-align: right;
  /* zarovnání doprava (na tečku) */
  margin-right: 1.4rem;
  /* mezera mezi číslem a textem */
  line-height: 1;
  /* stabilní výška čísla */
  position: relative;
  top: 0.05em;
  /* drobné doladění vertikální pozice */
}

.highlight {
  display: inline;
  -moz-column-span: all;
       column-span: all;
  /* vynutí, že se span nerozdělí mezi sloupce */
}

#panels .panel {
  aspect-ratio: 1.1854/1;
  width: 100%;
  /* nebo libovolně, třeba 100% */
  background: linear-gradient(118deg, #213047 0%, #213047 43%, #1f425a 43%, #1f425a 65%, #213047 65%, #213047 100%);
}
#panels .panel h3 {
  color: #0edeff !important;
  text-transform: uppercase;
}
#panels .panel p {
  color: #fff;
  font-weight: 400;
}

#panels-2 .panel {
  aspect-ratio: 4/1.5;
  width: 100%;
  /* nebo libovolně, třeba 100% */
  background: linear-gradient(118deg, #213047 0%, #213047 43%, #1f425a 43%, #1f425a 65%, #213047 65%, #213047 100%);
}
#panels-2 .panel h3 {
  color: #0edeff;
}
#panels-2 .panel p {
  color: #fff;
  font-weight: 500;
}
#panels-2 .contact-panel {
  background-color: #0edeff;
  font-family: "Myriad PRO";
}
#panels-2 a {
  color: #000;
  text-decoration: none;
}
#panels-2 a:hover {
  text-decoration: underline;
}

#kariera-pozice .panel {
  width: 100%;
  /* nebo libovolně, třeba 100% */
  background: linear-gradient(118deg, #213047 0%, #213047 62%, #1f425a 62%, #1f425a 84%, #213047 84%, #213047 100%);
}
#kariera-pozice .panel p {
  color: #fff;
  font-weight: 400;
}
#kariera-pozice .panel h4 {
  color: #0edeff !important;
}
#kariera-pozice a.link {
  text-decoration: none;
}
#kariera-pozice a.link:hover {
  text-decoration: underline;
}

#kontakt-info .panel {
  width: 100%;
  /* nebo libovolně, třeba 100% */
  background: linear-gradient(118deg, #213047 0%, #213047 43%, #1f425a 43%, #1f425a 65%, #213047 65%, #213047 100%);
}
#kontakt-info .panel h3 {
  color: #0edeff !important;
  text-transform: uppercase;
}
#kontakt-info .panel h4 {
  color: #0edeff !important;
}
#kontakt-info .panel p {
  color: #fff;
  font-weight: 400;
}
#kontakt-info a.link-black {
  color: #000;
  text-decoration: none;
  font-weight: 300;
}
#kontakt-info a.link-black:hover {
  text-decoration: underline;
}

#label {
  background-color: #213047;
  /* základní barva */
  background-image: url("../images/skola/kurz-background.jpg");
  background-repeat: no-repeat;
  background-position: 60% center;
  background-size: contain;
  /* obrázek se pěkně drží vpravo */
}
#label p {
  font-style: italic;
  font-weight: 400;
}

#kurzy .panel {
  width: 100%;
  /* nebo libovolně, třeba 100% */
  background: linear-gradient(118deg, #213047 0%, #213047 43%, #1f425a 43%, #1f425a 65%, #213047 65%, #213047 100%);
}
#kurzy .panel h4 {
  color: #0edeff !important;
  text-transform: uppercase;
  line-height: 1.5;
}
#kurzy a {
  text-decoration: none !important;
}
#kurzy a:hover h4 {
  text-decoration: underline;
}

#form .contact-form {
  max-width: 600px;
  margin: 0 auto;
  font-family: "Myriad Pro", sans-serif;
  color: #000;
}
#form .contact-form label {
  display: block;
  margin-bottom: 0.4rem;
  font-weight: 500;
  font-size: 1.3rem;
}
#form .contact-form input,
#form .contact-form textarea {
  width: 100%;
  padding: 0.6rem 0.8rem;
  margin-bottom: 1rem;
  border: 1px solid #ccc;
  border-radius: 0;
  font-size: 1.5rem;
  font-family: inherit;
}
#form .contact-form input:focus,
#form .contact-form textarea:focus {
  outline: none;
  border-color: #0edeff;
  box-shadow: 0 0 0 2px rgba(14, 222, 255, 0.2);
}
#form article {
  max-width: 600px;
}

#kurz-template .panel {
  width: 100%;
  /* nebo libovolně, třeba 100% */
  background: linear-gradient(118deg, #213047 0%, #213047 62%, #1f425a 62%, #1f425a 84%, #213047 84%, #213047 100%);
}
#kurz-template .panel p {
  color: #fff;
  font-weight: 400;
}
#kurz-template .panel h4 {
  color: #0edeff !important;
}
#kurz-template .panel-1 {
  width: 100%;
  /* nebo libovolně, třeba 100% */
  background-color: #213047;
  /* základní barva */
  background-image: url("../images/skola/kurz-background.jpg");
  background-repeat: no-repeat;
  background-position: 60% top;
  background-size: contain;
  /* obrázek se pěkně drží vpravo */
}
#kurz-template .panel-1 p {
  color: #fff;
  font-weight: 400;
}
#kurz-template .panel-1 h4 {
  color: #0edeff !important;
}
#kurz-template .kurz-link a {
  font-family: "Myriad PRO";
  color: #0edeff;
}
#kurz-template a.anchorLink {
  text-decoration: none;
  font-family: "DINPro";
}
#kurz-template a.anchorLink:hover {
  text-decoration: none;
}
#kurz-template .btn-angled {
  line-height: 1;
}
#kurz-template a {
  text-decoration: none;
}
#kurz-template a.dotaz {
  color: #0edeff;
  text-decoration: underline;
}
#kurz-template a.dotaz:hover {
  text-decoration: none;
}

#pravidla a {
  font-family: "Myriad PRO";
  color: #213047;
}

footer {
  max-width: 100% !important;
  background-color: #213047;
  /* základní barva */
  background-image: url("../images/heros/homepage.jpg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  /* obrázek se pěkně drží vpravo */
  width: 100%;
  color: #fff;
}
footer .logo {
  width: 8rem;
  transition: opacity 0.3s ease;
  opacity: 1;
}
footer .logo:hover {
  opacity: 1;
}
footer a {
  font-size: 19px;
  display: block;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer .link {
  font-family: "Myriad PRO";
}
footer .nav-link {
  display: inline;
}
/*# sourceMappingURL=index.css.map */