.kariera_img_container {
  min-height: 90em;
}

@media (min-width: 992px) {
  .kariera_img_container {
    min-height: 80em;
  }
}

.kariera_img {
  position: relative;
  min-height: 1860px;
}

.kariera_row {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

@media (max-width: 992px) {
  .kariera_row {
    display: flex;
    flex-direction: column;
    max-width: 80%;
  }
}

.wrapper-uvod {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.kariera_kontakt_col1 {
  display: flex;
  flex-direction: column;
  width:65%;
  margin-left: -4em;
}

.znak2 {
  transform: rotate(90deg) scale(1.8);
  display: inline-block;
}

.kariera_kontakt_col2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgb(250, 153, 56,0.8);
  height: 200px;
  margin-top: 3.5em;
  margin-left: -20em;
  width: 30%;
  color: white;
}

.kariera_col1 {
  display: flex;
  flex-direction: column;
  padding: 0.5em;
}

.img_ref {
  width: auto;
}

.kariera_img_box {
  width: 100%;
  min-height: 85%;
  top:0%;
  position:absolute; 
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to bottom, rgba(249,139,26,0.2), rgba(249,139,26,0.5), rgba(249,139,26,0.5));
}

.ref_uvod_nadpis {
  font-size: larger;
}

.kariera_nadpis {
  color: white;
}

.kariera_podnadpis {
  margin-top: 2em;
  color: white;
}

.kariera_pozadavky {
  color: white;
}

.kariera_nabidka {
  margin-top: 3em;
  width: 80%;
  opacity: 0;
  scale: 0.9;
  padding-bottom: 2em;
  border-radius: 2em;
  background: linear-gradient(to top, rgba(252,135,15,0.82), rgba(255,150,42,0.82));
}

.kariera_contact {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  margin-top: 1em;
  margin-left: 1.5em;
}

@media (max-width: 992px) {
  .kariera_contact {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    /*background: linear-gradient(to bottom, rgba(249,139,26,0.82), rgba(191,97,0,0.82));*/
  }
}

.potvrdit_formular {
  padding: 0.7em 3em!important;
  transition: all 0.15s ease-in-out;
}

.kariera_contact_nadpis {
  margin-top: 1.5em;
  font-size: xx-large;
  color: white;
}

@media (max-width: 992px) {
  .kariera_contact_nadpis {
    font-size: x-large;
    color: white;
  }
}

.kariera_contact_podnadpis {
  font-size: x-large;
  color: white;
}

@media (max-width: 992px) {
  .kariera_contact_podnadpis {
    font-size: medium;
    color: white;
  }
}

form {
  max-width: 60%;
}

@media (max-width: 992px) {
  form {
    max-width: 80%;
  }
}

form label {
  color: #ffeeee;
  font-size: 0.9em;
}

label {
  display: flex;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="text"], input[type="email"], textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

input[type="submit"] {
  background-color: rgb(231,117,0);
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

input[type="submit"]:hover {
  background-color: rgb(186,94,1);
}

input[type="email"], #name {
  max-width: 50%;
}

@media (max-width: 992px) {
  input[type="email"], #name {
    max-width: 80%;
  }
}

@media (max-width: 992px) {
  .kariera_footer {
    margin-top: 0em;
    padding-top: 3em;
  }
}

.znak2 {
  transform: rotate(90deg) scale(1.8);
  display: inline-block;
  animation: swing 1.5s infinite alternate;
}

@keyframes swing {
  from {
      transform: translateY(0) rotate(90deg) scale(1.8);
      opacity: 0.5;
  }
  to {
      transform: translateY(20px) rotate(90deg) scale(1.8);
      opacity: 1; /* Adjust this value to change the swing range */
  }
}

.nadpis_kariery {
  position: relative;
}

.podtrhnuti {
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #e37300;
  width: 0;
  height: 6px;
}

.footer_container {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.container_copyright {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.kariera_footer {
  width: 100%;
}

.kariera_formular label {
  color: white;
}
.kariera_pozadavky{
  padding-left: 1.5em;
}

@media only screen and (max-width: 900px) and (max-height: 1400px) {
  .kariera_img_box {
    width: 100%;
    min-height: 85%;
    top:0%;
    position: relative; 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(to bottom, rgba(249,139,26,0.2), rgba(249,139,26,0.5), rgba(249,139,26,0.5));
  }

  .kariera_pozadavky {
    padding-left: 0;
  }

  .kariera_podnadpis {
    font-size: larger;
    margin-top: 0.5em;
  }
  .kariera_row {
    max-width: 90%;
  }

  .kariera_kontakt_col1 {
    display: flex;
    flex-direction: column;
    width: 65%;
    margin-left: 2em;
}
form {
  max-width: 100%;
}
.kariera_img_container {
  display: none;
}
.kariera_kontakt_col2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgb(250, 153, 56, 0.8);
  height: 200px;
  margin-top: 3.5em;
  margin-left: 0;
  width: 100%;
  color: white;
}
.custom {
  padding-left: 1.5em;
}
}