@charset "UTF-8";
.bg-white {
  background-color: #fff !important;
}

.bg-light-blue {
  background-color: #0edeff;
}

.bg-gray {
  background-color: #F5F5F5;
}

@font-face {
  font-family: "DINPro";
  src: url("../fonts/DINPro/DINPro-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "DINPro";
  src: url("../fonts/DINPro/DINPro-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "DINPro";
  src: url("../fonts/DINPro/DINPro-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "DINPro";
  src: url("../fonts/DINPro/DINPro-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "DINPro";
  src: url("../fonts/DINPro/DINPro-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
/* === MYRIAD PRO FONT FAMILY === */
/* Regular (400) */
@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/MYRIADPRO-REGULAR.OTF") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Light (300) */
@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/MyriadPro-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* SemiBold (600) */
@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/MYRIADPRO-SEMIBOLD.OTF") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* SemiBold Italic (600 italic) */
@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/MYRIADPRO-SEMIBOLDIT.OTF") format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
/* Bold (700) */
@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/MYRIADPRO-BOLD.OTF") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* Bold Italic (700 italic) */
@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/MYRIADPRO-BOLDIT.OTF") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
/* Condensed Regular (400 condensed) */
@font-face {
  font-family: "Myriad Pro Condensed";
  src: url("../fonts/MYRIADPRO-COND.OTF") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-stretch: condensed;
  font-display: swap;
}
/* Condensed Italic (400 condensed italic) */
@font-face {
  font-family: "Myriad Pro Condensed";
  src: url("../fonts/MYRIADPRO-CONDIT.OTF") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-stretch: condensed;
  font-display: swap;
}
/* Bold Condensed (700 condensed) */
@font-face {
  font-family: "Myriad Pro Condensed";
  src: url("../fonts/MYRIADPRO-BOLDCOND.OTF") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-stretch: condensed;
  font-display: swap;
}
/* Bold Condensed Italic (700 condensed italic) */
@font-face {
  font-family: "Myriad Pro Condensed";
  src: url("../fonts/MYRIADPRO-BOLDCONDIT.OTF") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-stretch: condensed;
  font-display: swap;
}
/* === DEFAULT USAGE === */
body {
  font-family: "Myriad Pro", sans-serif;
}

/* html {
    box-sizing: border-box;
  }

  *, *::before, *::after {
    box-sizing: inherit;
  } */
body {
  margin: 0;
  font-family: "DINPro", sans-serif;
  min-width: 320px;
  background-color: #fff !important;
}

h1 {
  font-size: 4rem;
  color: #fff;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0 0 0 #fff !important;
  background-color: #213047;
}

h2 {
  color: #000;
  font-size: 2.625rem;
  letter-spacing: 1px;
  font-weight: 500;
}

h3 {
  color: #000;
  font-size: 3.125rem;
  font-weight: 500;
}

h4 {
  font-size: 2rem;
}

h6 {
  font-weight: 300;
  font-size: 1.7rem;
  line-height: 1.3;
}

li {
  font-size: 1.4375rem;
  font-family: "Myriad Pro";
}

p {
  font-size: 2.06rem;
  line-height: 1.2 !important;
}

.mensi p {
  font-size: 1.4375rem;
  font-weight: 400;
}

table td {
  font-size: 1.4375rem;
  font-weight: 400;
  color: gray;
}
table .td-first {
  min-width: 135px;
  vertical-align: top;
}

.btn-angled {
  background-color: #0edeff;
  color: #213047;
  font-weight: 400;
  font-size: 2.5rem;
  padding: 1rem 4rem;
  border: none;
  cursor: pointer;
  letter-spacing: 0.5px;
  transition: background 0.3s, transform 0.2s;
  /* výrazněji šikmé hrany */
}

.btn-angled:hover {
  background-color: #0056b3;
  color: #fff;
  transform: translateY(-2px);
}

.btn-more {
  background-color: #0edeff;
  color: #213047;
  font-weight: 400;
  font-size: 1.3rem;
  padding: 0.75rem 1rem;
  border: none;
  cursor: pointer;
  letter-spacing: 0.5px;
  transition: background 0.3s, transform 0.2s;
  /* výrazněji šikmé hrany */
}

.btn-more:hover {
  background-color: #0056b3;
  color: #fff;
  transform: translateY(-2px);
}

.font-weight-100 {
  font-weight: 100 !important;
}

.font-weight-300 {
  font-weight: 300 !important;
}

.font-weight-400 {
  font-weight: 400 !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.font-weight-800 {
  font-weight: 800 !important;
}

section {
  position: relative;
}

.img-fluid {
  width: 100%;
}

*:focus {
  outline: none !important;
  border: none;
  box-shadow: none;
}

.moved {
  padding-left: 15px;
  padding-right: 0;
}

.p-left {
  padding-left: 77px;
}

.p-left2 {
  padding-left: 77px;
}

.c-white {
  color: #fff;
}

.c-blue {
  color: #0edeff;
}

a.blue-light {
  color: #0edeff;
}

.font-myriad {
  font-family: "Myriad Pro", sans-serif;
}

.text-normal {
  text-transform: none;
}

.max-width-600 {
  max-width: 600px;
}

.content {
  max-width: 2560px;
  margin: 0 auto;
  padding: 0px 20rem;
}

nav .navbar-brand img {
  height: 9rem;
  transition: all 0.5s;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 0;
  align-items: center;
}

nav .nav-link {
  text-align: center;
}
nav .navbar-brand img {
  height: 5rem;
}

#hero {
  margin-top: 112px;
  background-size: cover;
  aspect-ratio: 2.55/1;
}

/* Dropdown – bílé pozadí, černý text */
.dropdown-menu {
  background-color: #fff; /* bílé pozadí */
  border: none; /* odstraní rámeček Bootstrapu */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* jemný stín */
  border-radius: 0 !important;
  padding: 0.5rem 0;
}

/* Položky v dropdownu */
.dropdown-item {
  font-family: "DINPro";
  font-size: 1.2rem;
  color: #000; /* černý text */
  font-weight: 400;
  padding: 0.6rem 1.2rem;
  transition: background-color 0.2s ease, color 0.2s ease;
  text-transform: uppercase;
}

/* Hover efekt */
.dropdown-item:hover,
.dropdown-item:focus {
  background-color: #f8f9fa; /* světle šedé zvýraznění */
  color: #000;
}

/* Aktivní stav (např. kliknutá položka) */
.dropdown-item.active {
  background-color: #0edeff; /* tyrkysová – ladí s designem */
  color: #fff;
}

.navbar .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

@media all and (max-width: 2560px) {
  .content {
    max-width: 2560px;
    padding: 0px 30rem;
  }
}
@media all and (max-width: 2200px) {
  html {
    font-size: 100%;
  }
  .content {
    padding: 0px 15rem;
  }
}
@media all and (max-width: 2000px) {
  html {
    font-size: 100%;
  }
  .content {
    padding: 0px 15rem;
  }
}
@media all and (max-width: 1920px) {
  html {
    font-size: 80%;
  }
  .content {
    padding: 0px 15rem;
  }
  .p-left {
    padding-left: 62px;
  }
  .p-left2 {
    padding-left: 77px;
  }
  h3 {
    font-size: 2.5rem;
  }
  ol li::before {
    font-size: 3rem;
  }
  li {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 1800px) {
  .content {
    padding: 0px 10rem;
  }
  #hero {
    margin-top: 89px;
  }
}
@media all and (max-width: 1700px) {
  html {
    font-size: 80%;
  }
}
@media all and (max-width: 1600px) {
  html {
    font-size: 70%;
  }
  .content {
    padding: 0px 8rem;
  }
  .p-left {
    padding-left: 54px;
  }
}
@media all and (max-width: 1500px) {
  html {
    font-size: 70%;
  }
  .content {
    padding: 0px 10rem;
  }
  #hero {
    margin-top: 78px;
  }
  nav .nav-link {
    font-size: 16px;
  }
  nav .dropdown-item {
    font-size: 16px;
  }
  nav .flag {
    height: 16px;
  }
  footer a {
    font-size: 16px;
  }
  footer .flag {
    font-size: 16px;
  }
  .p-left {
    padding-left: 55px;
  }
  ol li::before {
    font-size: 2.5rem;
  }
}
@media all and (max-width: 1439px) {
  html {
    font-size: 70%;
  }
  .content {
    padding: 0px 6rem;
  }
  .p-left {
    padding-left: 55px;
  }
}
@media all and (max-width: 1365px) {
  html {
    font-size: 70%;
  }
  .content {
    padding: 0px 5rem;
  }
  .p-left {
    padding-left: 53px;
  }
}
@media all and (max-width: 1199px) {
  html {
    font-size: 70%;
  }
  .content {
    padding: 0px 2rem;
  }
  nav .navbar-brand img {
    height: 4rem;
    transition: all 0.5s;
  }
  #hero {
    margin-top: 67px;
  }
}
@media all and (max-width: 991.98px) {
  html {
    font-size: 70%;
  }
  .content {
    padding: 0px 2rem;
  }
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 3rem;
  }
  p {
    font-size: 16px;
  }
  ol li {
    font-size: 16px;
  }
  .slick-prev {
    left: -0.5rem !important;
    top: 50%;
  }
  .slick-next {
    right: -0.5rem !important;
    top: 50%;
  }
  .p-left, .p-left2 {
    padding-left: 0;
  }
  /* Dropdown se vypíše vždy v menu */
  .navbar .dropdown-menu {
    display: block !important;
    position: static;
    float: none;
    box-shadow: none !important;
    border: none;
    padding: 0;
    background: transparent;
  }
  .navbar .dropdown-menu li {
    text-align: center;
  }
  /* Položky uvnitř dropdownu – přizpůsobení stylu mobilního menu */
  .navbar .dropdown-item {
    color: #000;
    padding: 0.5rem 1rem;
    font-weight: 400;
  }
  .navbar .dropdown-item:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  /* Drobný oddělovací efekt mezi položkami */
  .navbar .dropdown-item + .dropdown-item {
    border-top: none;
  }
  .navbar .dropdown-toggle::after {
    display: none;
  }
  nav .nav-link {
    font-size: 19px;
    color: #000;
  }
  nav .dropdown-item {
    font-size: 19px;
    color: #000;
  }
  nav .flag {
    height: 19px;
  }
  .btn-angled {
    font-size: 1.5rem;
    padding: 1rem 4rem;
    /* výrazněji šikmé hrany */
  }
  #hero {
    margin-top: 51px;
    background: url("../images/heros/hompage-mobile.jpg");
    aspect-ratio: 5/3;
    background-size: cover;
  }
  #hero.svarecska-skola {
    background: url("../images/heros/skola-mobile.jpg");
    aspect-ratio: 5/3;
    background-size: cover;
  }
  #hero.kontakt {
    background: url("../images/heros/kontakt-mobile.jpg");
    aspect-ratio: 5/3;
    background-size: cover;
  }
  #hero.kariera {
    background: url("../images/heros/kariera-mobile.jpg");
    aspect-ratio: 5/3;
    background-size: cover;
  }
  #hero.zakladni-kurz {
    background: url("../images/heros/kurz-mobile.jpg");
    aspect-ratio: 5/3;
    background-size: cover;
  }
  footer {
    background-image: url("../images/heros/hompage-mobile.jpg");
    background-position: center center !important;
    background-size: cover;
  }
  ol li::before {
    font-size: 2rem;
  }
}
@media all and (max-width: 767.98px) {
  html {
    font-size: 70%;
  }
  #panels-2 .panel {
    aspect-ratio: 4/1;
  }
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 2rem;
  }
  #hero {
    aspect-ratio: 5/4 !important;
  }
}
@media all and (max-width: 575.98px) {
  /* p{
      line-height: 1.8;
  } */
  #panels .panel {
    aspect-ratio: auto;
  }
}
@media all and (max-width: 450px) {
  section {
    padding: 0;
  }
}
/*# sourceMappingURL=global.css.map */