@font-face {
    font-family: 'prodigy_sansregular';
    src: url('../../fonts/prodigysans-regular-webfont.woff2') format('woff2'),
         url('../../fonts/prodigysans-regular-webfont.woff') format('woff'),
         url('../../fonts/prodigysans-regular-webfont.ttf') format('truetype'),
         url('../../fonts/prodigysans-regular-webfont.svg#prodigy_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'prodigy_sansbold';
    src: url('../../fonts/prodigysans-bold-webfont.woff2') format('woff2'),
         url('../../fonts/prodigysans-bold-webfont.woff') format('woff'),
         url('../../fonts/prodigysans-bold-webfont.ttf') format('truetype'),
         url('../../fonts/prodigysans-bold-webfont.svg#prodigy_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'prodigy_sansblack';
    src: url('../../fonts/prodigysans-black-webfont.woff2') format('woff2'),
         url('../../fonts/prodigysans-black-webfont.woff') format('woff'),
         url('../../fonts/prodigysans-black-webfont.ttf') format('truetype'),
         url('../../fonts/prodigysans-black-webfont.svg#prodigy_sansblack') format('svg');
    font-weight: normal;
    font-style: normal;

}

.truncate {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3.4em;
}

.left-col {
    float: left;

    text-align: left !important;
    margin-bottom: 5px;
}

.text-left{
  text-align: left !important;
}

.buttonpadding{
  padding: .375rem 8.75rem .375rem 1.75rem !important;
}

.foremployees_section a{
  width: 100%;
  text-align: center;
  padding: 0.375em 0 !important;
}

.center-col {
    text-align: right;
    float: right;
    margin-bottom: 7px;
    margin-left: 8px;

}

.right-col {
    float: right;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	color:black !important;
}

.select2-selection.select2-selection--multiple {
    border: none !important;
    border-radius: 0 10px 10px 0 !important;
}

.select2-search__field {
    height: 30px;
    border:none;
}

#spinner-div {
  position: fixed;
  width: 100%;
  height: 150%;
  display: none;
  top: 0;
  left: 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
}


.spinner_ajax{
    margin-top: 15% !important;
}
/* site front - body  16px*/
body{
  /*font-size: 0.8rem;*/
  font-size: 1rem;
  font-family: 'prodigy_sansregular', sans-serif;
}
img{
  max-width: 100%;
}

h1{
  font-weight: 900;
  font-size: 2.9rem;
  font-family: 'prodigy_sansblack', sans-serif;
}
h5{
  font-weight: 400;
  padding: 20px 0;
  font-size: 1.55rem;
  font-family: 'prodigy_sansblack', sans-serif;
  color: rgba(0,0,0,0.7);
}

h4{
  color: #fff;
  font-weight: 300;
}

h6{
  font-weight: 700;
  font-size: 1.35rem;
  font-family: 'prodigy_sansbold', sans-serif;
  color: rgba(0,0,0,1);
}

a{
  text-decoration: none;
}

.btn-primary{
  background-color: #5E7CF1;
  border-color: #5E7CF1;
  border-radius: 10px;
  padding: .375rem 2.75rem;
}

section{
  margin: 3rem 0;
}

/* site front - header */
header{
  height: 80px;
}
nav ul{
  list-style-type: none;
  vertical-align: middle;
  text-align: center;
  margin-block-start: 0em;
  margin-block-end: 0em;
  padding-inline-start: 0px;
}
nav ul li{
  display: inline-block;
  padding: 0px 20px;
  text-transform: normal;
  font-weight: 300;
}
nav li a {
  color: #fff;
}
nav li a:hover {
  color: #000;
  text-decoration: none;
}
.logo{
  /*max-height: 90px;*/
  margin-top: 15px;
}
.header-sq{
  padding: 20px 20px;
}

/* navigation */
.navigation{
  margin-top: 15px;
  background: #5E7CF1;
  color: white;
  border-radius: 20px;
  height: 60px;
  line-height: 60px;
  box-shadow: grey 1px 1px 12px;
}

.mobilenavcontainer{
  display: none;
}

.mobilenavigation{display: none;}

.containerslider{
  background: url(../../images/Hunam_Key_Visual_RGB.webp) ;
  background-size: 50%;
  background-position: right 0%;
  background-repeat: no-repeat;
  padding-bottom: 80px;
}

.aboutsection{margin-top: 0;}

.slider-info{
  margin-top: 40px;
  padding-top: 50px;
}

.containerslider .btn{
  box-shadow: 1px 2px 4px #888888;
}


.aboutsection, .employeesection, .clientsection, .requestsection, .contactsection, .jobsection{
  padding: 0;
}

.aboutimage, .employeeimage, .clientsimage, .requestimage, .contactimage, .jobimage{
  margin-bottom: 40px;
}

.aboutimage_mobile, .employeeimage_mobile, .clientsimage_mobile, .requestimage_mobile, .contactimage_mobile{
  display: none;
}


.searchcontainer{
  background: #5E7CF1;
  padding: 30px;
  border-radius: 40px;
  margin: 0;
  box-shadow: 1px 3px 12px #888888;
}

.searchcontainer input[type="text"]{
  border-radius: 10px;
  border:none;
}

.searchcontainer .search{
  width: 100%;
  border-radius: 10px;
  border:none;
  background-color: rgb(217, 217, 217);
  color: #000;
  font-weight: 700;
}

.input-group-text {
  color: #5E7CF1;
  background: #fff;
  border-radius: 10px 0 0 10px;
  border: none;
}

.form-control:focus{border-color: #fff !important; box-shadow: none;}

.searchcontainer h4{
    margin-bottom: 20px;
}

.searchresultbox{
  width: 100%;
  border-radius: 40px;
  border:none;
  background-color: rgb(225, 219, 233);
  color: #000;
  margin-top: 40px;
  padding: 40px 20px;
  cursor: pointer;
} 

.searchresultbox .postitle{
  font-size: 1.3rem;
}

.searchresultbox .postitle, .searchresultbox .posplacemarker{
  color: #5E7CF1;
  font-weight: 700;
}

.searchresultbox .posdescription, .searchresultbox .posplace{
  color: #000;
}

.searchresultbox a {
  text-decoration: none;
}

.select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border: none !important;
    border-radius: 0 10px 10px 0 !important;
}

.requestsection .select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border: none !important;
    /*border-radius: 0 10px 10px 0 !important;*/
    border-radius: 10px 10px 10px 10px !important;
    margin-bottom: 20px;
}



.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px !important;
}

.cl-box{
  padding: 10px;
}

.cl-box-inner{
  border: none;
  padding: 20px;
  border-radius: 30px;
  box-shadow: 1px 3px 12px #888888;
}

.cl-box1{
  background-color: #5E7CF1;
  color: #fff;
}
.cl-box2{
  background-color: #d5deff;
  color: #5E7CF1;
}
.cl-box3{
  background-color: #f1755e;
  color: #fff;
}
.cl-box4{
  background-color: #46e685;
  color: #000;
}

.cl-boxtitle{
  font-weight: 700;
  font-size: 1.3rem;
  margin-bottom: 10px
}


.requestcontainer{
  background: #5E7CF1;
  padding: 30px;
  border-radius: 40px;
  margin: 0;
  box-shadow: 1px 3px 12px #888888;
}

.requestcontainer input[type="text"],.requestcontainer select{
  margin-bottom: 20px;
  border-radius: 10px;
  border:none;
  height: 2.4rem;
  font-size: 0.8rem;
}

.requestcontainer h4{
    margin-bottom: 20px;
}


.requestcontainer .sendrequest{
  width: 100%;
  border-radius: 10px;
  border:none;
  background-color: rgb(217, 217, 217);
  color: #000;
  font-weight: 700;
}

.requestcontainer label{
  position: absolute;
  font-size: 0.7rem;
  padding: 0 30px 0 10px;
  color: #fff;
}

.accept_term{width: 12px;}

.request_bottom{
  margin: 20px 0;
}

.contactcontainer .fab{
  color: #5E7CF1;
  font-size: 1.3rem;
  margin-right: 10px;
}

.contactcontainer a{
  text-decoration: none;
  color: #000;
}


.btn-linkedin{
  width: 100%;
    border-radius: 10px;
    border: none;
    background-color: rgb(217, 217, 217);
    color: #000;
    font-weight: 700;
    text-align: center;
    padding-left: 20px;
}


/* JOB */

.jobt1{
  font-weight: 700;
  font-size: 1.5rem;
  color: #5E7CF1;
  margin-top: 20px;
}


.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url(https://www.hunam.hu/assets/images/Hunam_Ikon_24px_Down.svg);
  background-color: transparent;
  background-size: contain;
  border: none !important;
  height: 25px !important;
  width: 25px !important;
  margin: auto !important;
  top: 5px !important;
  left: auto !important;
  right: 5px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #053568 !important;
    border-color: #0062cc;
}



.wrapper {
  position: fixed;
  bottom: 50px;
  left: -350px;
  max-width: 340px;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  padding: 15px 25px 22px;
  transition: right 0.3s ease;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.wrapper.show {
  left: 20px;
}
.wrapper header {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
.wrapper header i {
  color: #029B8C;
  font-size: 32px;
}
.wrapper header h2 {
  color: #029B8C;
  font-weight: 500;
}
.wrapper .data {
  margin-top: 16px;
}
.wrapper .data p {
  color: #333;
  font-size: 16px;
}
.data p a {
  color: #029B8C;
  text-decoration: none;
}
.data p a:hover {
  text-decoration: underline;
}
.wrapper .buttons {
  margin-top: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.buttons .button {
  border: none;
  color: #fff;
  padding: 8px 0;
  border-radius: 4px;
  background: #029B8C;
  cursor: pointer;
  width: calc(100% / 2 - 10px);
  transition: all 0.2s ease;
}
.buttons #acceptBtn:hover {
  background-color: #034bf1;
}
#declineBtn {
  border: 2px solid #029B8C;
  background-color: #fff;
  color: #029B8C;
}
#declineBtn:hover {
  background-color: #029B8C;
  color: #fff;
}

.modal-dialog {
    max-width: 820px;
}

b {
  font-family: 'prodigy_sansbold', sans-serif !important;
}

p{
  width: 100%;
  font-family: 'prodigy_sansregular', sans-serif !important;
  font-size:1.0rem;
}