/*Ocima nasich zamestnancu*/

.background-image-container {
    background-image: url('/sites/default/files/inline-images/ocimaZamestnancu.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 284px; /* Adjust this value depending on how tall you want the container to be */
    width: 100%;
}

.background-image-container .row {
    margin-bottom: 10px;
    text-align: center;
}

.background-image-container .text-title {
    font-weight: bold;
}

.background-image-container .text-description {
    font-weight: normal;
}


/*konec ocima zamestnancu*/

.nasi-zamestnanci-sekce strong {
    font-weight: 900;
}

.nasi-zamestnanci-sekce {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/*Main block .nasi-zamestnanci-zamestnanec*/
.nasi-zamestnanci-zamestnanec {
	padding: 1em;
	line-height: normal;
}

.nasi-zamestnanci-zamestnanec:nth-child(odd) {
	background: linear-gradient(to left, #f3f3f3, white), linear-gradient(to right, #f3f3f3, white);
  background-position: left top, right top;
  background-size: 51% 99%;
  background-repeat: no-repeat;
}

.nasi-zamestnanci-zamestnanec h2{
	color: #002443;
	font-size: 2em;
}

.nasi-zamestnanci-zamestnanec img{
  max-height: 400px;
  max-width: -webkit-fill-available;
  width: auto;
  height: auto;
  margin: 2em;
  border-radius: 7px;
  float: left;
}

.nasi-zamestnanci-zamestnanec:nth-child(even) img{
	float: right;
}
/*ANIMATION Main block .nasi-zamestnanci-zamestnanec*/
/*
.nasi-zamestnanci-zamestnanec {
  opacity: 0;
  transition: opacity 1s;
  visibility: hidden;
}

.nasi-zamestnanci-zamestnanec.visible {
  opacity: 1;
  visibility: visible;
}
*/
/*END ANIMATION*/

/*END Main block .nasi-zamestnanci-zamestnanec*/

/*Motivace na stránce BLOK*/
.image-container {
  position: relative;
  width: 130vw;
  left: -23%;
  height: 300px; /* Adjust the height as needed */
  background-image: url('/sites/default/files/inline-images/ocimaZamestnancu_2.jpg');
  background-size: cover;
  background-position: center;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Adjust the alpha value for darkness */
}

.text-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center; /* Align text in the middle */
}

.text-line {
  font-size: 6em;
  line-height: 1.2;
  opacity: 0.9; /* Adjust opacity for the first line */
  margin-bottom: auto;
  margin-top: auto;
}

.text-line:nth-child(2) {
  opacity: 0.7; /* Adjust opacity for the second line */
  font-size: 1.5em;
  margin-top: 5px;
}


/* Media queries for tablet and phone */
@media (max-width: 768px) {
  .text-line {
    font-size: 3em; /* Adjust font size for tablets */
    line-height: 1.2;
  }

  .text-line:nth-child(2) {
    font-size: 0.9em; /* Adjust font size for phones */
  }
  @media (max-width: 768px) {
  	.image-container {
  		height: 230px;
  	}
  }
}
@media (max-width: 1024px) {
	.nasi-zamestnanci-zamestnanec img{
		float: none;
		margin: 0!important;
    height: 25vh;
	}
	.nasi-zamestnanci-zamestnanec:nth-child(even) img{
	float: none;
}
	
}
