body {
  margin: 0px;
  font-family: 'Open Sans', sans-serif;
}

a {
  color: black;
  text-decoration: none;
}

a:visited {
  color: #00a0e3;
  text-decoration: none;
}

header {
  padding-bottom: 14px;
}

.content {
  width: 70%;
  height: auto;
  margin: 0 auto;
  background-color: white;
  padding: 0 15px;
  max-width: 1400px;
}

p {
  color: #5b5b5b;
  font-size: 19px;
  font-family: 'Open Sans', sans-serif;
}

li {
  color: #5b5b5b;
  font-size: 19px;
  font-family: 'Open Sans', sans-serif;
}

h4 {
  margin: 0px;
  color: #5b5b5b;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
}

h3 {
  color: #5b5b5b;
  font-size: 28px;
  font-family: 'Open Sans', sans-serif;
}

h2 {
  color: #2b2a29;
  font-size: 35px;
  font-family: 'Open Sans', sans-serif;
}

/* HEADER */

header {
  color: black;
  position: fixed;
  box-sizing: border-box;
  top: 0px;
  width: 100%;
  z-index: 100;
  background-color: white;
  height: 130px;
}

header .content {
  height: 130px;
}

.sticky .logo {
  width: 28%;
}

.sticky .m {
  padding-top: 3.5%;
  transition-duration: 0.3s;
}

.sticky {
  box-shadow: 0px 1px 3px #888888;
}

.logo {
  transition-duration: 0.3s;
  float: left;
  width: 35%;
  padding-top: 40px;
}

.logo img {
  width: 75%;
}

.m {
  transition-duration: 0.3s;
  float: right;
  width: 55%;
  height: 100px;
  padding-top: 5%;
}

.m li a {
  color: black;
}

.m li a:hover {
  border-bottom: 2px solid #000000;
}

.m li {
  font-size: 19px;
  list-style-type: none;
  text-align: center;
  flex-grow: 1;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}

.menu {
  width: 96%;
  overflow: hidden;
  padding-left: 15px;
  float: left;
  box-sizing: border-box;
  display: flex;
}

.img-wrapper {
  display: flex;
  flex-flow: row;
  justify-content: center;
}

.uvod {
  background-color: #537371;
  margin-top: 170px;
  background-size: 100%;
  height: 380px;
  background-image: url('../images/uvod_photo.jpg');
  text-align: center;
  padding: 50px 0px 50px 0px;
  width: 100% !important;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.uvod p {
  margin: 0 auto;
  color: white;
  font-size: 30px;
}

.uvod .uvod_left {
  width: 95%;
  box-sizing: border-box;
  padding: 10px 10px;
  margin: 0 auto;
  text-shadow: 1px 1px black;
}

.uvod_text_velky {
  font-weight: bold;
  font-size: 55px;
}

.uvod_procestak {
  background-color: #17261f;
  color: white;
  margin-top: 170px;
  background-size: cover;
  height: 180px;
  background-image: url('../images/uvod_procestak_photo2.jpg');
  text-align: center;
  padding: 50px 0px 50px 0px;
  width: 100% !important;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.uvod_procestak p {
  margin: 0 auto;
  color: white;
  font-size: 30px;
}

.uvod_procestak .uvod_left {
  width: 95%;
  box-sizing: border-box;
  padding: 10px 10px;
  margin: 0 auto;
  text-shadow: 1px 1px black;
}

.uvod_procestak_text_velky {
  font-weight: bold;
  font-size: 35px;
}

.uvod_procestak_list {
  text-align: center;
  margin-top: 0px;
}

.uvod_procestak_list .uvod_2_left {
  min-height: 210px;
  float: left;
  width: 29.3%;
  box-sizing: border-box;
  margin: 1%;
}

.uvod_procestak_list .uvod_2_left h3,
.uvod_procestak_list .uvod_2_middle h3,
.uvod_procestak_list .uvod_2_right h3 {
  font-size: 24px;
  color: black;
}

.uvod_procestak_list .uvod_2_middle {
  min-height: 210px;
  float: left;
  width: 29.3%;
  box-sizing: border-box;
  margin: 1%;
}

.uvod_procestak_list .uvod_2_right {
  min-height: 210px;
  float: left;
  width: 29.3%;
  box-sizing: border-box;
  margin: 1%;
}

.procestak_box {
  padding-bottom: 20px;
  margin-bottom: 20pxs;
}

.procestak_klicovefunkce p {
  padding-left: 60px;
}

.procestak_klicovefunkce h4 {
  color: #00a0e3;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
}

.procestak_klicovefunkce h4:before {
  margin-right: 20px;
  background-image: url('../images/circle.png');
  background-size: 20px 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: '';
  margin-top: 8px;
}

.procestak_nadpis {
  text-align: center;
  font-weight: bold;
  font-size: 50px;
  color: black;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.uvod_process_time {
  background-color: #01a0e2;
  margin-top: 170px;
  background-size: auto 90%;
  background-repeat: no-repeat;
  background-position: center top;
  height: 500px;
  background-image: url('../images/uvod_process_time_photo_2.png');
  text-align: center;
  padding: 60px 0px 60px 0px;
  width: 100% !important;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.uvod_process_time p {
  margin: 0 auto;
  color: white;
  font-size: 30px;
}

.uvod_process_time .uvod_left {
  width: 75%;
  box-sizing: border-box;
  padding: 10px 10px;
  margin: 0px auto 0px auto;
  text-shadow: 1px 1px black;
}

.uvod_process_time .uvod_small {
  width: 60%;
  box-sizing: border-box;
  padding: 10px 10px;
  margin: 430px auto 0px auto;
  text-shadow: 1px 1px black;
}

.uvod_process_time_text_velky {
  font-weight: bold;
  font-size: 35px;
}

.uvod_2 {
  text-align: center;
  margin-top: 20px;
}

.uvod_2 .uvod_2_left {
  min-height: 380px;
  float: left;
  width: 29.3%;
  box-sizing: border-box;
  margin: 2%;
}

.uvod_2 .uvod_2_left img,
.uvod_2 .uvod_2_middle img,
.uvod_2 .uvod_2_right img {
  padding: 0px;
  margin: 0px;
  height: 20px;
}

.uvod_2 .uvod_2_left h2 {
  font-size: 30px;
  color: black;
}

.uvod_2 .uvod_2_middle h2 {
  font-size: 30px;
  color: black;
}

.uvod_2 .uvod_2_right h2 {
  font-size: 30px;
  color: black;
}

.uvod_2 .uvod_2_middle {
  min-height: 380px;
  float: left;
  width: 29.3%;
  box-sizing: border-box;
  margin: 2%;
}

.uvod_2 .uvod_2_right {
  min-height: 380px;
  float: left;
  width: 29.3%;
  box-sizing: border-box;
  margin: 2%;
}

.slick-list {
  height: auto;
}

.slick-slide img {
  height: 100%;
  width: auto !important;
}

.video {
  margin-top: 40px;
}

.buttons {
  text-align: center;
}

.buttons button {
  background-color: #00a0e3;
  color: white;
  border-radius: 7px;
  height: 50px;
  text-align: center;
  width: 300px;
  border: none;
  font-size: 15px;
  margin: 20px 5px 25px 5px;
}

.kdo_jsme {
  border-bottom: 2px dotted black;
  padding-bottom: 50px;
}

.kdo_jsme_box {
  display: flex;
}

.kdo_jsme_text {
  width: 55%;
  text-align: justify;
  padding: 0px 60px 40px 0px;
  box-sizing: border-box;
  border-right: 2px dotted black;
}

.kdo_jsme_photo {
  width: 45%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.kdo_jsme_photo .photos {
  display: flex;
  flex-wrap: wrap;
}

.kdo_jsme_photo .photo_container {
  box-sizing: border-box;
  padding: 0px 20px 5px 20px;
  width: 40%;
  margin-bottom: 5px;
  text-align: center;
  min-height: 260px;
}

.kdo_jsme_photo .photo_container img {
  margin: 0 auto;
  box-sizing: border-box;
  width: 90%;
  border-radius: 50%;
}

.kdo_jsme_photo .photo_container img:hover {
  filter: none;
  transition: 0.2s;
  cursor: pointer;
  filter: opacity(80%);
}

.kdo_jsme_photo .photo_container p {
  padding: 0px;
  font-size: 15px;
  margin: 0 15px;
}

.co_delame {
  border-bottom: 2px dotted black;
  padding-bottom: 40px;
}

.co_delame .co_delame_text p {
  padding-left: 60px;
}

.co_delame .co_delame_text h4 {
  color: #00a0e3;
  font-size: 25px;
  font-family: 'Open Sans', sans-serif;
}

.co_delame .co_delame_text h4:before {
  margin-right: 40px;
  background-image: url('../images/circle.png');
  background-size: 20px 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: '';
  margin-top: 8px;
}

.jak_pracujeme {
  height: 950px;
  border-bottom: 2px dotted black;
}

.jak_pracujeme_relative {
  position: relative;
}

.jak_pracujeme_left1 {
  width: 42%;
  float: left;
  text-align: right;
  padding-right: 15px;
  box-sizing: border-box;
  position: absolute;
}

.jak_pracujeme_left2 {
  width: 42%;
  float: left;
  text-align: right;
  padding-right: 15px;
  box-sizing: border-box;
  margin-top: 210px;
  position: absolute;
}

.jak_pracujeme_left3 {
  width: 42%;
  float: left;
  text-align: right;
  padding-right: 15px;
  box-sizing: border-box;
  margin-top: 440px;
  position: absolute;
}

.jak_pracujeme_right1 {
  width: 42%;
  right: 1px;
  padding-left: 15px;
  box-sizing: border-box;
  position: absolute;
  margin-top: 100px;
}

.jak_pracujeme_right2 {
  width: 42%;
  right: 1px;
  padding-left: 15px;
  box-sizing: border-box;
  margin-top: 320px;
  position: absolute;
}

.jak_pracujeme_right3 {
  width: 42%;
  right: 1px;
  padding-left: 15px;
  box-sizing: border-box;
  margin-top: 550px;
  position: absolute;
}

.jak_pracujeme_img {
  position: absolute;
  margin-left: 50%;
  float: left;
  width: 120px;
}

.jak_pracujeme_img img {
  width: 100%;
  margin-left: -50px;
}

.jak_pracujeme_img2 {
  display: none;
  position: absolute;
}

.reference-icon-wrapper {
  position: absolute;

  top: 0;

  right: 0;

  display: flex;
}

.reference-camunda {
  width: 30px;

  height: 30px;

  border-radius: 5px;

  background-image: url(/images/CamundaLogo.png);

  background-size: contain;
}

.reference-richtig {
  width: 30px;

  height: 30px;

  border-radius: 5px;

  background-image: url(/images/RichtigLogo.svg);

  background-size: contain;
}

.tooltip {
  position: relative;

  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;

  width: 120px;

  background-color: #555;

  color: #fff;

  text-align: center;

  border-radius: 6px;

  padding: 5px 0;

  position: absolute;

  z-index: 1;

  bottom: 125%;

  left: 50%;

  margin-left: -60px;

  opacity: 0;

  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: '';

  position: absolute;

  top: 100%;

  left: 50%;

  margin-left: -5px;

  border-width: 5px;

  border-style: solid;

  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;

  opacity: 1;
}

.img-text-center {
  display: flex;

  align-items: center;
}

/* CAMUNDA TIMELINE */
* {
  box-sizing: border-box;
}
.camunda-timeline {
  margin: 120px 0;
}
.camunda-timeline:before {
  width: 100%;
  height: 100vw;
  content: '';
  display: none;
}
.camunda-timeline .container {
  max-width: 78.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}
.camunda-timeline .timeline-heading {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  margin-bottom: 108px;
}
.camunda-timeline-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.camunda-timeline-list {
  position: sticky;
  top: 0;
  width: 45% !important;
  display: flex;
  flex-wrap: wrap;
}
.camunda-timeline-list .camunda-timeline-year {
  position: relative;
  width: 400px;
  height: 80px;
  margin-left: auto;
  overflow: hidden;
  transform: translateX(8px);
  top: 130px;
}
.camunda-timeline-list .timeline-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
  font-size: 50px;
  font-weight: 300;
  line-height: 2;
  padding-right: 55px;
  opacity: 0;
}
.camunda-timeline-list .timeline-item .item span:nth-child(1) {
  transition-delay: 0.05s;
}
.camunda-timeline-list .timeline-item .item span:nth-child(2) {
  transition-delay: 0.1s;
}
.camunda-timeline-list .timeline-item .item span:nth-child(3) {
  transition-delay: 0.15s;
}
.camunda-timeline-list .timeline-item .item span:nth-child(4) {
  transition-delay: 0.2s;
}
.camunda-timeline-list .timeline-item .item span:nth-child(5) {
  transition-delay: 0.25s;
}
.camunda-timeline-list .timeline-item .item span:nth-child(6) {
  transition-delay: 0.3s;
}
.camunda-timeline-list .timeline-item .item span:nth-child(7) {
  transition-delay: 0.35s;
}
.camunda-timeline-list .timeline-item .item span:nth-child(8) {
  transition-delay: 0.4s;
}
.camunda-timeline-list .timeline-item .item span:nth-child(9) {
  transition-delay: 0.45s;
}
.camunda-timeline-list .timeline-item .item span:nth-child(10) {
  transition-delay: 0.5s;
}
.camunda-timeline-list .timeline-item .item span:nth-child(11) {
  transition-delay: 0.55s;
}
.camunda-timeline-list .timeline-item .item span:nth-child(12) {
  transition-delay: 0.6s;
}
.camunda-timeline-list .timeline-item .item {
  display: flex;
}
.camunda-timeline-list .timeline-item .item span {
  transform: translateY(100%);
  transition: 0.2s;
}
.camunda-timeline-list .timeline-item.animate {
  opacity: 1;
}
.camunda-timeline-list .timeline-item.animate .item span {
  transform: translateY(0);
}
.camunda-timeline-list .circle {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 1px solid #00a0e3;
  border-radius: 16px;
  background-color: #fff;
}
.camunda-timeline-list .circle:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 6px;
  width: 6px;
  height: 6px;
  background-color: #00a0e3;
  content: '';
}
.camunda-timeline-slider {
  width: 55%;
  margin-left: auto;
  margin-top: 63px;
  padding-left: 75px;
  padding-top: 110px;
  border-left: 1px solid #c2d7da;
  overflow: visible;
}
.camunda-timeline-slider .slick-list {
  overflow: visible !important;
}
.camunda-timeline-slider .slick-track {
  display: block;
}
.camunda-timeline-block {
  position: relative;
  display: block;
  margin-top: 80px;
  padding-top: 26px;
}
.camunda-timeline-block:first-child {
  margin-top: 0;
  padding-top: 0;
}
.camunda-timeline-block .timeline-item {
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
  padding-right: 55px;
  display: none;
}
.camunda-timeline-block.has-media {
  padding-top: 0;
}
.camunda-timeline-block.has-media .circle {
  top: 32px;
}
.camunda-timeline-block:first-child .circle {
  display: none;
}
.camunda-timeline-block .circle {
  position: absolute;
  left: -84px;
  top: 32px;
  width: 16px;
  height: 16px;
  border: 1px solid #00a0e3;
  border-radius: 16px;
  background-color: #fff;
}
.camunda-timeline-block .circle:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 6px;
  width: 6px;
  height: 6px;
  background-color: #00a0e3;
  content: '';
}
.camunda-timeline-block .image-block {
  margin-bottom: 30px;
}
.camunda-timeline-block h4 {
  margin-bottom: 10px;
  margin-top: 0;
}
.camunda-timeline-block p {
  line-height: 1.75;
}

/* CONTACT FORM */

.contact {
  height: 400px;
}

.contact_panel {
  padding-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}
.send_email{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}

.contact_panel h3 {
  text-align: center;
}

.contact_text {
  width: 50%;
  padding: 20px 20px 0px 0px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.contact_text p {
  padding: 0px;
  margin: 0px;
}
.contact_text p a{
  color: #00a0e3;
}

.contact_box {
  bottom: 1px;
  width: 100%;
  height: 400px;
  box-sizing: border-box;
}

.contact_right {
  width: 66%;
  float: right;
}

.firstname_email {
  width: 100%;
  margin: 0 auto;
  display: block;
  padding-top: 10px;
}

.firstname_box {
  float: left;
  padding: 10px 20px 10px 0px;
  width: 49%;
  box-sizing: border-box;
}

.firstname_box input[type='text'],
message {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  width: 100%;
  border: solid gray 1px;
  border-radius: 5px;
  height: 35px;
  padding-left: 10px;
}

.email_box {
  float: left;
  padding: 10px 0px;
  width: 49%;
  box-sizing: border-box;
}

.email_box input[type='text'],
email {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  width: 100%;
  border: solid gray 1px;
  border-radius: 5px;
  height: 35px;
  padding-left: 10px;
}

.message_box {
  clear: both;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.message_box textarea {
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  display: block;
  resize: none;
  height: 310px;
  border: solid gray 1px;
  border-radius: 5px;
  padding: 10px;
  font-family: 'Open Sans', sans-serif;
}

button[type='submit'],
.btn.btn-primary {
  margin-bottom: 25px;
  float: left;
  margin-top: 20px;
  background-color: #00a0e3;
  color: white;
  border-radius: 5px;
  height: 40px;
  text-align: center;
  width: 240px;
  border: none;
  font-size: 15px;
}

.btn.btn-primary {
  display: flex;
  justify-content: center; /* Align horizontal */
  align-items: center;
  margin-bottom: 25px;
  float: left;
  margin-top: 20px;
  background-color: #00a0e3;
  color: white;
  border-radius: 5px;
  height: 40px;
  width: 240px;
  border: none;
  font-size: 15px;
}

button[type='submit']:hover,
.btn.btn-primary:hover {
  background-color: #0185bc;
  cursor: pointer;
}

input[type='submit']:hover,
.btn.btn-primary:hover {
  background-color: #0185bc;
  cursor: pointer;
}

.text-align-center {
  padding-top: 15px;
}

/* LOGOS */

.logos {
  padding: 10px 0px;
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  align-items: stretch;
  font-family: 'Open Sans', sans-serif;
  border-bottom: 2px dotted black;
  padding-bottom: 40px;
}

/*.logos img {float:left; box-sizing:border-box;}  */

.logos .item {
  text-align: center;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  position: relative;
  padding-top: 46px;
  padding-bottom: 20px;
  width: 23%;
  /* max-width: 310px; */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.logos .item .img {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
}

.logos .item .img img {
  max-width: 80%;
  max-height: 100%;
  margin: auto;
}

.logos .label {
  width: 80%;
  color: #999;
  font-size: 12px;
  margin-bottom: 16px;
}

.logos .label h3 {
  font-size: 14px;
  font-weight: normal;
  padding: 0;
  margin: 0;
  color: #999;
}

.logos .label hr {
  background-color: #aaa;
  border-top: 1px solid #ddd;
  color: #ddd;
}

.logos .label .name {
  height: 60px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.logos .btn {
  width: 130px;
  border: 1px solid #ddd;
  display: block;
  padding: 6px 0;
  border-radius: 4px;
  font-size: 14px;
}

.logos .btn:hover {
  background-color: #eee;
}

/* FOOTER */

footer a {
  text-decoration: none;
  color: white !important;
  font-family: 'Open Sans', sans-serif;
}

footer li {
  color: white;
  list-style-type: none;
  font-size: 13px;
}

footer ul {
  margin: 5px 0px;
  padding: 0px;
}

footer h4 {
  margin-top: 20px;
  color: white;
}

footer p {
  color: white;
  font-size: 13px;
  margin-bottom: 10px;
}

footer .content {
  margin: 0 auto;
  border: 0px;
  padding: 15px 45px 0px 45px;
  background-color: #727271;
}

footer .footer_left {
  float: left;
  width: 15%;
}

footer .footer_middle {
  float: left;
  width: 15%;
}

footer .footer_right {
  float: left;
  width: 24%;
}

footer .footer_logo {
  float: right;
  width: 25%;
  padding-top: 15px;
}

footer .footer_logo img {
  width: 100%;
}

footer .footer_card {
  clear: both;
  padding: 10px 0px;
}

footer .footer_card img {
  clear: both;
  width: 50px;
}

footer .footer_text {
  clear: both;
  padding: 0px 5px 5px 0px;
}

footer .footer_bg {
  width: 100%;
  background-color: #727271;
}

/* FORMULAR */

.formular_skoleni {
  padding-top: 30px;
}

.formular_skoleni form div {
  line-height: 5px;
  padding: 10px;
  width: 100%;
  transition: 0.3s ease;
}

.formular_skoleni form div:hover {
  background-color: #e5f5fc;
}

.formular_skoleni form div label {
  display: inline-block;
  width: 30%;
  box-sizing: border-box;
  padding-right: 30px;
  color: #5b5b5b;
  font-size: 19px;
}

.formular_skoleni form input[type='text'] {
  font-family: 'Open Sans', sans-serif;
  padding: 0px 8px;
  height: 35px;
  border-radius: 2px;
  border: 1px solid gray;
  margin: 0px;
  width: 30%;
}

.formular_skoleni form textarea {
  padding: 8px;
  height: 100px;
  border-radius: 2px;
  border: 1px solid gray;
  margin: 0px;
  resize: vertical;
  font-family: 'Open Sans', sans-serif;
  width: 30%;
}

.skoleni-vysledek {
  color: gray;
  font-family: 'Open Sans', sans-serif;
  clear: both;
  margin-bottom: 10px;
}

.formular_skoleni .contact {
  height: auto;
}

.formular_skoleni .btn .btn-primary {
  float: none;
  margin: 10px 0px;
}

.formular_skoleni form .btn-primary {
  margin-left: 30%;
  position: relative;
  left: 10px;
}

/* KARIERA */
.kariera_positions {
  display: flex;
}

.kariera_select {
  display: flex;
  flex-direction: column;

  min-height: 340px;
  position: relative;
  padding: 20px;
  transition: 0.3s background-color ease-in-out;
  border-bottom: 2px dotted black;
  width: 30%;
  float: left;
  box-sizing: border-box;
  margin: 1%;
}

.kariera_select:hover {
  background-color: #e5f7ff;
}

.kariera_left {
  width: 100%;
  float: none;
  flex: 1 1 auto;
}

.kariera_right {
  width: 100%;
  float: none;
  text-align: center;
}

.kariera_right img {
  height: 60px;
  padding-top: 1%;
}

a.button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;

  text-decoration: none;
  color: initial;
}

.uvod_2 > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 350px;
  min-width: 300px;
}
.camunda_block .img-wrapper2{
  width: 35em; 
  margin: 3em;
}
.img-wrapper img{
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.first_block{
  display: flex;
   gap:20px;
   align-items: center;
}

.first_block .camunda_block_text{
 flex: 1 1 60%;
}
.first_block .img-wrapper{
  flex: 1 1 40%;
  object-fit: contain;
}

/* RESPONSIVE */

@media all and (min-width: 1900px) {
  .kdo_jsme_photo .photo_container {
    min-height: 280px;
  }
}

@media all and (max-width: 1600px) {
  .content {
    width: 90%;
  }

  .uvod {
    height: 300px;
    margin-top: 160px;
  }
}

@media all and (max-width: 1400px) {
  .content {
    width: 90%;
  }

  .login {
    width: 30%;
  }

  .login a {
    font-size: 15px;
  }

  .menu {
    overflow: hidden;
    float: left;
  }

  .uvod_2 h2 {
    font-size: 29px;
  }

  .m {
    width: 65%;
  }
}
@media all and (max-width: 1200px) {
  .kariera_select {
    min-height: 380px;
  }
  .logos .item {
    width: 30%;
  }
}

@media all and (max-width: 1000px) {
  .first_block .img-wrapper {
    max-width: 30em;}
  .camunda_block {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .camunda_block_text {
    order: 2;
  }
  .camunda_block .img-wrapper2 {
    order: 1;
    max-width: 25em;
    width: auto;
  }
  .content {
    width: 98%;
    border: none;
    padding: 0px 5px;
    box-sizing: border-box;
  }

  .contact .contact_box {
    clear: both;
    width: 100%;
  }

  .contact .contact_text {
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
  }

  .contact .contact_right {
    clear: both;
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
  }

  header .logo {
    width: 30%;
  }

  .m {
    width: 70%;
  }

  .m li {
    font-size: 15px;
  }

  .login {
    width: 30%;
  }

  .login a {
    font-size: 15px;
  }

  .menu {
    overflow: hidden;
    float: left;
  }

  .jak_pracujeme_relative {
    position: unset;
  }

  .jak_pracujeme_relative .jak_pracujeme_left1 {
    padding-left: 25%;
    text-align: left;
    float: none;
    width: 100%;
    box-sizing: border-box;
    position: static;
  }

  .jak_pracujeme_relative .jak_pracujeme_left2 {
    padding-left: 25%;
    margin-top: 20px;
    text-align: left;
    float: none;
    width: 100%;
    box-sizing: border-box;
    position: static;
  }

  .jak_pracujeme_relative .jak_pracujeme_left3 {
    padding-left: 25%;
    margin-top: 20px;
    text-align: left;
    float: none;
    width: 100%;
    box-sizing: border-box;
    position: static;
  }

  .jak_pracujeme_relative .jak_pracujeme_right1 {
    padding-left: 25%;
    margin-top: 20px;
    left: 0px;
    text-align: left;
    float: none;
    width: 100%;
    box-sizing: border-box;
    position: static;
  }

  .jak_pracujeme_relative .jak_pracujeme_right2 {
    padding-left: 25%;
    margin-top: 20px;
    left: 0px;
    text-align: left;
    float: none;
    width: 100%;
    box-sizing: border-box;
    position: static;
  }

  .jak_pracujeme_relative .jak_pracujeme_right3 {
    padding-left: 25%;
    margin-top: 20px;
    left: 0px;
    text-align: left;
    float: none;
    width: 100%;
    box-sizing: border-box;
    position: static;
  }

  .jak_pracujeme_img {
    display: none;
  }

  .jak_pracujeme {
    height: auto;
    padding-bottom: 30px;
  }

  .group {
    padding-top: 40px;
  }

  .kdo_jsme_box {
    display: block;
  }

  .kdo_jsme_text {
    width: 100%;
    border: none;
    padding: 0px;
  }

  .kdo_jsme_photo {
    width: 80%;
    margin: 0 auto;
    padding-top: 20px;
    border: none;
  }

  .jak_pracujeme_img2 {
    display: block;
    left: 1px;
    padding: 30px 5px 0px 5px;
    height: 100px;
    width: 25%;
    text-align: center;
    box-sizing: border-box;
  }

  .jak_pracujeme_img2 img {
    width: 90%;
    text-align: center;
  }

  .uvod {
    height: 200px;
  }

  .uvod p {
    font-size: 25px;
    width: 90%;
  }

  .uvod_text_velky {
    font-size: 30px;
  }

  .kdo_jsme_photo .photo_container {
    width: 50%;
    padding: 5px;
  }

  .quote {
    width: 90%;
    margin: 0 auto;
  }

  .slider {
    width: 90%;
    margin: 0 auto;
  }

  .kariera_select {
    width: 48% !important;
    float: left;
    margin: 1%;
  }

  .formular_skoleni form input[type='text'],
  .formular_skoleni form textarea {
    width: 50%;
  }

  .formular_skoleni form div label {
    width: 40%;
  }

  .formular_skoleni form .btn-primary {
    margin-left: 40%;
  }
}

.menu_icon {
  display: none;
}

@media all and (max-width: 700px) {
  .logos .item {
    width: 41%;
  }
  .kariera_positions {
    flex-direction: column;
    gap: 40px;
  }

  .kariera_select {
    width: auto !important;
    min-height: auto;
    gap: 20px;
  }

  footer .content {
    padding: 0px;
    font-size: 15px;
  }

  footer h4 {
    font-size: 11px !important;
  }

  footer .footer_text {
    padding: 5px;
  }

  footer .footer_left {
    width: 33.3%;
    text-align: center;
  }

  footer .footer_middle {
    width: 33.3%;
    text-align: center;
  }

  footer .footer_right {
    width: 33.3%;
    text-align: center;
  }

  footer .footer_right h4 {
    padding-bottom: 25px;
  }

  footer .footer_logo img {
    width: 80%;
    text-align: center;
  }

  footer .footer_card {
    width: 100%;
    text-align: center;
  }

  footer h4 {
    padding: 10px;
    font-size: 14px;
  }

  footer ul {
    padding: 10px;
  }

  footer p {
    text-align: center;
  }

  footer a {
    padding-left: 5px !important;
    font-size: 12px;
  }

  footer .footer_logo {
    clear: both;
    float: none;
    width: 100%;
  }

  input[type='button'],
  message_button {
    float: none;
    width: 95%;
  }

  .buttons button {
    padding: 5px;
    margin: 5px;
    width: 95%;
  }

  .uvod_2 img {
    width: 100%;
  }

  .message_box {
    clear: both;
    width: 100%;
    margin: 0 auto;
    display: block;
  }

  .message_box textarea {
    width: 95%;
    box-sizing: border-box;
    margin: 0 auto;
    display: block;
    resize: none;
    height: 310px;
    border: solid gray 1px;
    border-radius: 5px;
    padding: 10px;
    font-family: arial;
  }

  button[type='submit'],
  .btn.btn-primary {
    margin-left: 10px;
    float: left;
    width: 60%;
    clear: both;
  }

  .contact_right {
    width: 99%;
    clear: both;
  }
  .send_email{
    width: 100%;
    order: 1;
    align-items: center;
  }

  .contact_text {
    order: 2;
 align-items: center;
    width: 99%;
    text-align: center;
    padding-bottom: 15px;
  }

  .firstname_email {
    width: 94%;
  }

  .rm {
    float: none;
    width: 99%;
  }

  .plm {
    float: none;
    width: 99%;
  }

  .menu {
    display: block;
  }

  .menu_icon {
    z-index: 1;
    position: fixed;
    top: 0px;
    right: 10px;
    display: block;
    height: 50px;
    width: 50px;
    font-size: 50px;
    font-weight: bold;
  }

  .menu_icon img {
    width: 35px;
    margin-top: 15px;
    float: right;
  }

  .m {
    text-align: center;
    display: none;
    position: absolute;
    right: 0px;
    top: 40px;
    width: 100%;
    padding-bottom: 10px;
    padding-right: 0px;
  }

  .m ul {
    padding: 0px;
  }

  .m li {
    padding: 15px 0px;
    clear: both;
    text-align: center;
    width: 100%;
    font-size: 20px;
    margin: 0 auto;
  }

  .m li a {
    color: black;
    padding-bottom: 0 px;
  }

  .m.visible {
    display: block;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 70px !important;
    z-index: 2;
    background-color: white;
  }

  .m .home_icon {
    clear: both;
    margin: 0 auto;
    float: none;
    padding: 0px;
    width: 100%;
  }

  .m .home_icon img {
    margin: 0 auto;
    padding: 0px;
    float: none;
    width: 30px;
    margin-bottom: 50px;
  }

  .login {
    clear: both;
    text-align: center;
    width: 100%;
    float: none;
    padding-top: 50px;
  }

  .login a {
    float: none;
    padding: 0px 20px;
  }

  header {
    padding-bottom: 10px;
    height: 80px;
  }

  header .content {
    height: 80px;
  }

  header .logo {
    width: 50%;
    padding: 20px 0px 0px 5px;
  }

  .content {
    width: 100%;
  }

  .uvod_2 {
    margin-top: 80px;
    justify-content: center !important;
  }

  .uvod_2 .uvod_2_left {
    clear: both;
    text-align: center;
    float: none;
    width: 50%;
    margin: 0 auto;
  }

  .uvod_2 .uvod_2_middle {
    clear: both;
    text-align: center;
    float: none;
    width: 50%;
    margin: 0 auto;
  }

  .uvod_2 .uvod_2_right {
    clear: both;
    text-align: center;
    float: none;
    width: 50%;
    margin: 0 auto;
  }

  .uvod_2 .uvod_2_right img,
  .uvod_2_middle img,
  .uvod_2_left img {
    width: 150px;
  }

  .uvod {
    height: 250px;
    background-size: cover;
    margin-top: 80px;
  }

  .b {
    padding-top: 10px;
  }

  .skoleni {
    width: 98% !important;
  }

  .formular_skoleni {
    padding-top: 30px;
  }

  .formular_skoleni form div {
    line-height: 5px;
    padding: 10px;
    width: 100%;
    transition: 0.3s ease;
    box-sizing: border-box;
  }

  .formular_skoleni form div label {
    display: block;
    width: 80%;
  }

  .formular_skoleni form input[type='text'] {
    width: 90% !important;
    font-family: 'Open Sans', sans-serif;
    padding: 0px 8px;
    height: 35px;
    border-radius: 2px;
    border: 1px solid gray;
    margin: 20px 5% 0 5%;
    box-sizing: border-box;
  }

  .formular_skoleni form textarea {
    width: 90% !important;
    padding: 8px;
    height: 100px;
    border-radius: 2px;
    border: 1px solid gray;
    margin: 20px 5% 0 5%;
    resize: vertical;
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box;
  }

  .formular_skoleni form .btn-primary {
    width: 80%;
    margin: 20px 10%;
    left: 0;
  }

  .formular_skoleni .skoleni-vysledek {
    margin: 10 auto;
    color: gray;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
  }
}
@media all and (max-width: 512px) {
  .logos .item {
    width: 70%;
  }
}
