/*----- FONTS -----*/
@font-face {
  font-family: 'Poppins';
  src: url('/application/themes/healthware/fonts/Poppins-Black.woff2') format('woff2'), url('/application/themes/healthware/fonts/Poppins-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('/application/themes/healthware/fonts/Poppins-Bold.woff2') format('woff2'), url('/application/themes/healthware/fonts/Poppins-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('/application/themes/healthware/fonts/Poppins-Light.woff2') format('woff2'), url('/application/themes/healthware/fonts/Poppins-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('/application/themes/healthware/fonts/Poppins-Medium.woff2') format('woff2'), url('/application/themes/healthware/fonts/Poppins-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('/application/themes/healthware/fonts/Poppins-Regular.woff2') format('woff2'), url('/application/themes/healthware/fonts/Poppins-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*----- COLORS -----*/
/*----- GLOBAL STYLES -----*/
#layout {
  background: #fff;
}
#layout .container {
  width: 1380px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
#layout .container-large {
  width: 1780px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
#layout .flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
#layout .flex-wrapper.flex-column {
  flex-direction: column;
}
#layout .flex-wrapper.h-center {
  justify-content: center;
}
#layout .flex-wrapper.v-center {
  align-items: center;
}
#layout img {
  max-width: 100%;
  height: auto;
}
#layout .empty-content {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
body *,
#layout * {
  box-sizing: border-box;
}
/*----- TYPO -----*/
#layout {
  font-family: 'Poppins';
}
#content,
footer {
  font-size: 18px;
  font-weight: 400;
}
#content h1,
footer h1,
#content h2,
footer h2,
#content h3,
footer h3,
#content h4,
footer h4 {
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.25;
  font-weight: bold;
}
#content h2,
footer h2 {
  font-size: 30px;
  color: #000000;
}
#content h3,
footer h3 {
  font-size: 22px;
  color: #000000;
  margin-bottom: 10px;
}
#content h4,
footer h4 {
  font-size: 20px;
}
#content a,
footer a,
#content a:hover,
footer a:hover {
  text-decoration: none;
  color: #993338;
}
#content em,
footer em {
  font-style: italic;
}
#content strong,
footer strong,
#content b,
footer b {
  font-weight: bold;
}
#content p,
footer p {
  margin-bottom: 30px;
}
#content .hr,
footer .hr {
  display: inline-block;
  height: 6px;
  width: 174px;
  max-width: 100%;
  margin: 30px auto;
  background: #993338;
}
/*----- BUTTON -----*/
#layout .button,
footer .button {
  color: #fff;
  background-color: #993338;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 17px;
  padding: 12px 40px;
  margin: 15px 0;
  min-width: 180px;
  line-height: 1;
  display: inline-block;
  border-radius: 30px;
  transition: all 250ms ease-in-out;
}
#layout .button:hover,
footer .button:hover {
  text-decoration: none;
  background: #ffd11f;
  color: #fff;
}
#layout .button.large,
footer .button.large {
  font-size: 46px;
}
#layout .button.blue,
footer .button.blue {
  background: #14b4dc;
  color: #fff;
}
#layout .button.blue:hover,
footer .button.blue:hover {
  background: #993338;
  color: #ffffff;
}
#layout .details-button,
footer .details-button {
  margin-top: auto;
  display: inline-block;
  text-transform: uppercase;
  color: #14b4dc;
  font-weight: bold;
}
/*----- LIST -----*/
#content ul:not(.rslides) {
  margin-bottom: 30px;
}
#content ul:not(.rslides) li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
#content ul:not(.rslides) li:before {
  content: '';
  position: absolute;
  top: 11px;
  left: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #993338;
}
/*----- FORM -----*/
#layout div.alert-error,
#layout div.alert-danger {
  color: #fff;
  border-radius: 0;
  font-weight: bold;
  border: none !important;
  padding-left: 70px;
  background: #B10305;
  background-size: 37px !important;
  margin-bottom: 30px;
}
#layout div.alert-error li,
#layout div.alert-danger li {
  margin-bottom: 5px;
}
#layout form,
#layout .form {
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* Disabled checkbox */
  /* Accessibility */
}
#layout form .form-group input,
#layout .form .form-group input,
#layout form .form-group select,
#layout .form .form-group select,
#layout form .form-group textarea,
#layout .form .form-group textarea,
#layout form .form-group .form-control,
#layout .form .form-group .form-control {
  border: none;
  border-bottom: 2px solid #dfdfdf;
  border-radius: 0;
  background: transparent;
  color: #000000;
  padding: 10px 10px;
  height: auto;
  outline: none;
  box-shadow: none;
  transition: all 300ms;
}
#layout form .form-group input:focus,
#layout .form .form-group input:focus,
#layout form .form-group select:focus,
#layout .form .form-group select:focus,
#layout form .form-group textarea:focus,
#layout .form .form-group textarea:focus,
#layout form .form-group .form-control:focus,
#layout .form .form-group .form-control:focus,
#layout form .form-group input:active,
#layout .form .form-group input:active,
#layout form .form-group select:active,
#layout .form .form-group select:active,
#layout form .form-group textarea:active,
#layout .form .form-group textarea:active,
#layout form .form-group .form-control:active,
#layout .form .form-group .form-control:active {
  outline: none;
  box-shadow: none;
  border-bottom: 2px solid #14b4dc;
}
#layout form ::placeholder,
#layout .form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1;
}
#layout form :-ms-input-placeholder,
#layout .form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}
#layout form ::-ms-input-placeholder,
#layout .form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
}
#layout form [type="checkbox"]:not(:checked),
#layout .form [type="checkbox"]:not(:checked),
#layout form [type="checkbox"]:checked,
#layout .form [type="checkbox"]:checked {
  position: absolute;
  left: 0;
  opacity: 0.01;
  transition: all .275s;
}
#layout form [type="checkbox"]:not(:checked) + label,
#layout .form [type="checkbox"]:not(:checked) + label,
#layout form [type="checkbox"]:checked + label,
#layout .form [type="checkbox"]:checked + label {
  position: relative;
  display: inline;
  padding-left: 30px;
  padding-top: 5px;
  font-size: 14px;
  line-height: 1.5;
  cursor: pointer;
  font-weight: normal;
}
#layout form [type="checkbox"]:not(:checked) + label:before,
#layout .form [type="checkbox"]:not(:checked) + label:before,
#layout form [type="checkbox"]:checked + label:before,
#layout .form [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
  border-radius: 0;
  background: #dfdfdf;
  -webkit-transition: all .275s;
  transition: all .275s;
}
#layout form [type="checkbox"]:checked + label:before,
#layout .form [type="checkbox"]:checked + label:before {
  background: #14b4dc;
}
#layout form [type="checkbox"]:not(:checked) + label:after,
#layout .form [type="checkbox"]:not(:checked) + label:after,
#layout form [type="checkbox"]:checked + label:after,
#layout .form [type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
  border-radius: 0;
  background: url("/application/themes/healthware/images/icons/icon-checked.png") no-repeat center;
  background-size: contain;
  -webkit-transition: all .2s;
  transition: all .2s;
}
#layout form [type="checkbox"]:not(:checked) + label:after,
#layout .form [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
#layout form [type="checkbox"]:checked + label:after,
#layout .form [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
#layout form [type="checkbox"]:disabled:not(:checked) + label:before,
#layout .form [type="checkbox"]:disabled:not(:checked) + label:before,
#layout form [type="checkbox"]:disabled:checked + label:before,
#layout .form [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #e9e9e9;
}
#layout form [type="checkbox"]:disabled:checked + label:after,
#layout .form [type="checkbox"]:disabled:checked + label:after {
  color: #777;
}
#layout form [type="checkbox"]:disabled + label,
#layout .form [type="checkbox"]:disabled + label {
  color: #aaa;
}
#layout form [type="checkbox"]:checked:focus + label:before,
#layout .form [type="checkbox"]:checked:focus + label:before,
#layout form [type="checkbox"]:not(:checked):focus + label:before,
#layout .form [type="checkbox"]:not(:checked):focus + label:before {
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.4), 0 0 0 2px rgba(26, 174, 232, 0.35);
}
/* IFRAME */
#content iframe {
  max-width: 100%;
  height: 260px;
}
/* BACK TO TOP */
#back-to-top {
  display: inline-block;
  background-color: #993338;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 8px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#back-to-top:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/application/themes/healthware/images/icons/icon-up-arrow.png") no-repeat center;
  background-size: 60%;
}
#back-to-top:hover {
  cursor: pointer;
  background-color: #ffd11f;
  opacity: 1;
}
#back-to-top:active {
  background-color: #ffd11f;
}
#back-to-top.show {
  opacity: .8;
  visibility: visible;
}
/*----- FRAME -----*/
html,
body {
  background: transparent;
  font-weight: normal;
  color: #000000;
}
body {
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#layout {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
/*----- HEADER -----*/
#layout header {
  position: relative;
  padding: 15px 0;
  font-family: "Poppins";
}
#layout header .container {
  align-items: center;
}
#layout header .logo {
  content: '';
  max-width: 280px;
  width: 100%;
  height: 84px;
  text-indent: -9999px;
  cursor: pointer;
  background: url('/application/themes/healthware/images/logos/logo-healthware.png') no-repeat center;
  background-size: contain;
}
#layout header .logo a {
  display: flex;
  height: 100%;
}
#layout header .navigation {
  margin: auto 0 auto auto;
  z-index: 10;
}
#layout header .navigation ul {
  display: flex;
  flex-wrap: wrap;
}
#layout header .navigation ul li {
  margin-left: 15px;
}
#layout header .navigation ul li a {
  font-size: 17px;
  color: #000000;
  background: none;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: transparent;
  transition: all 250ms;
}
#layout header .navigation ul li a:hover {
  color: #993338;
}
#layout header #menu-toggle {
  content: '';
  /*position: absolute;
      top: 17px;
      right: 15px;*/
  display: none;
  cursor: pointer;
  margin: auto 0 auto 25px;
  width: 40px;
  height: 40px;
  background: url("/application/themes/healthware/images/icons/icon-menu-toggle.png") no-repeat center;
  background-size: 34px;
}
/*----- LANGUAGES -----*/
#languages-wrapper {
  margin: auto;
}
#languages-wrapper .language-list {
  display: flex;
  margin-bottom: 0;
}
#languages-wrapper .language-list li {
  margin-left: 15px;
}
#languages-wrapper .language-list li a {
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  font-size: 17px;
}
#languages-wrapper .language-list li.active a {
  color: #993338;
}
/*----- SEARCH -----*/
.searchbar-wrapper {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.searchbar-wrapper form {
  position: relative;
  display: flex;
  align-items: center;
}
.searchbar-wrapper form .input-wrapper {
  min-width: unset !important;
  margin-bottom: 0 !important;
}
.searchbar-wrapper form input[type="text"],
.searchbar-wrapper form input[type="text"]:active,
.searchbar-wrapper form input[type="text"]:focus {
  background: #f0f0f0;
  border: none;
  border-radius: 30px;
  line-height: 1.25;
  min-height: 40px;
  padding: 10px 40px 10px 20px;
  outline: none;
  font-size: 13px;
}
.searchbar-wrapper form input[type="submit"] {
  position: absolute;
  right: 5px;
  top: 0;
  height: 100%;
  background: #f0f0f0 url("/application/themes/healthware/images/icons/icon-search.png") no-repeat center;
  border: none;
  border-radius: 30px;
  text-indent: -9999px;
  outline: none;
}
.searchbar-wrapper form input[type="submit"]:focus {
  outline: none;
}
.ccm-search-block-form.results .input-wrapper {
  position: relative;
  min-width: 300px;
  margin-bottom: 45px;
}
.ccm-search-block-form.results .ccm-search-block-text,
.ccm-search-block-form.results .ccm-search-block-text:focus {
  background: #f0f0f0;
  border: none;
  border-radius: 30px;
  line-height: 1.25;
  min-height: 40px;
  padding: 10px 40px 10px 20px;
  outline: none;
  font-size: 13px;
  width: 100%;
}
.ccm-search-block-form.results input[type="submit"] {
  position: absolute;
  right: 5px;
  top: 0;
  height: 100%;
  background: #f0f0f0 url("/application/themes/healthware/images/icons/icon-search.png") no-repeat center;
  border: none;
  border-radius: 30px;
  text-indent: -9999px;
  outline: none;
}
.ccm-search-block-form.results input[type="submit"]:focus {
  outline: none;
}
/*----- CONTENT -----*/
#content {
  overflow: hidden;
  flex: 0 0 auto;
  margin: 90px 0;
}
/*----- LANDING -----*/
#layout #content {
  margin: 0;
}
#layout #content #header-image {
  height: 230px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/application/themes/healthware/images/backgrounds/bg-header-palyazat.jpg");
}
#layout #content #header-image .page-title {
  font-size: 70px;
  font-weight: 300;
  color: #fff;
  margin: auto 0;
  width: 100%;
  line-height: 1.2;
}
#layout #content #header-image.hirek {
  background-image: url("/application/themes/healthware/images/backgrounds/bg-header-hirek.jpg");
}
#layout #content #header-image.palyazat {
  background-image: url("/application/themes/healthware/images/backgrounds/bg-header-palyazat.jpg");
}
#layout #content #header-image.publikaciok {
  background-image: url("/application/themes/healthware/images/backgrounds/bg-header-publikaciok.jpg");
}
#layout #content #header-image.karrier {
  background-image: url("/application/themes/healthware/images/backgrounds/bg-header-karrier.jpg");
}
#layout #content #header-image.hirlevel {
  background-image: url("/application/themes/healthware/images/backgrounds/bg-header-hirlevel.jpg");
}
#layout #content #header-image.rolunk {
  background-image: url("/application/themes/healthware/images/backgrounds/bg-header-rolunk.jpg");
  background-position: center top;
  height: auto;
}
#layout #content #header-image.rolunk .page-title {
  margin: 80px 0;
}
#layout #content #header-image.rolunk .header-box {
  background: #fff;
  padding: 70px 70px 0;
  max-width: 800px;
}
#layout #content #header-image.rolunk .header-box h2.title {
  font-size: 46px;
  margin-bottom: 30px;
  font-weight: 500;
}
#layout #content #header-image.tevekenysegek {
  background-image: url("/application/themes/healthware/images/backgrounds/bg-header-tevekenysegek-1.jpg");
  background-position: center top;
  background-size: cover;
  height: auto;
}
#layout #content #header-image.tevekenysegek .header-description {
  max-width: 800px;
  color: #fff;
  padding: 120px 0;
}
#layout #content #header-image.tevekenysegek .header-description .page-title {
  position: relative;
  margin: 0 0 40px;
  padding-top: 30px;
  font-size: 62px;
}
#layout #content #header-image.tevekenysegek .header-description .page-title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #14b4dc;
  width: 92px;
  height: 5px;
}
#layout #content #header-image.tevekenysegek.egeszseg-gazdasagtani-elemzesek {
  background-image: url("/application/themes/healthware/images/backgrounds/bg-header-tevekenyseg-1.jpg");
}
#layout #content #header-image.tevekenysegek.egeszsegfinanszirozasi-tanacsadas {
  background-image: url("/application/themes/healthware/images/backgrounds/bg-header-tevekenyseg-2.jpg");
}
#layout #content #header-image.tevekenysegek.kutatas-es-adatelemzes {
  background-image: url("/application/themes/healthware/images/backgrounds/bg-header-tevekenyseg-3.jpg");
}
#layout #content #header-image.tevekenysegek.egeszsegugyi-adatfeldolgozas-es-informacios-rendszerfejlesztes {
  background-image: url("/application/themes/healthware/images/backgrounds/bg-header-tevekenyseg-4.jpg");
}
#layout #content #contact-form {
  display: none;
  max-width: 666px;
  margin: 30px auto;
}
#layout #content #contact-form fieldset {
  display: flex;
  flex-wrap: wrap;
}
#layout #content #contact-form fieldset .form-group {
  width: 100%;
  margin: 10px 10px 30px;
}
#layout #content #contact-form fieldset .form-group:nth-of-type(1),
#layout #content #contact-form fieldset .form-group:nth-of-type(2) {
  width: calc(50% - 20px);
}
#layout #content #contact-form fieldset .form-group label {
  text-transform: uppercase;
  font-size: 18px;
  font-family: "HK Grotesk Black";
}
#layout #content #contact-form fieldset .text-muted {
  display: none;
}
#layout #content #contact-form .form-group.captcha {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#layout #content #contact-form .form-group.captcha label[for="ccm-captcha-code"] {
  display: none;
}
#layout #content #contact-form .form-group.captcha label[for="ccm-captcha-code"] + div {
  display: inline-block;
  width: 144px;
  margin: 0 20px;
}
#layout #content #contact-form .form-group.captcha label[for="ccm-captcha-code"] + div + div {
  display: inline-block;
  width: 150px;
}
#layout #content #contact-form .ccm-captcha-image {
  margin: 0 0 0;
  height: 45px;
}
#layout #content section {
  position: relative;
}
#layout #content section .container {
  position: relative;
  z-index: 2;
}
#layout #content #landing-slider {
  position: relative;
}
#layout #content #landing-slider .rslides_nav {
  background: url("/application/themes/healthware/images/icons/icon-slider-arrow.png") no-repeat center;
  width: 21px;
  height: 38px;
  opacity: 1;
  margin-top: 0;
  transform: translateY(-50%);
}
#layout #content #landing-slider .rslides_nav.prev {
  left: 30px;
}
#layout #content #landing-slider .rslides_nav.next {
  right: 30px;
  transform: translateY(-50%) rotate(180deg);
}
#layout #content #landing-slider .rslides li {
  padding: 0;
}
#layout #content #landing-slider .rslides li .slider-text-wrapper {
  position: absolute;
  left: 15px;
  right: 15px;
  height: 100%;
  display: flex;
  align-items: center;
  max-width: 840px;
}
#layout #content #landing-slider .rslides li .slider-text-wrapper .ccm-image-slider-text {
  position: relative;
  width: auto;
  left: 0;
  top: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#layout #content #landing-slider .rslides li .slider-text-wrapper .ccm-image-slider-text .ccm-image-slider-title {
  color: #fff;
  font-size: 50px;
  font-weight: 300;
  line-height: 1.2;
}
#layout #content #landing-slider .rslides li .slider-text-wrapper .ccm-image-slider-text h3 {
  font-weight: normal;
  color: #fff;
}
#layout #content #landing-slider:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 625px;
  padding-bottom: 34%;
  max-width: 34vw;
  background: url("/application/themes/healthware/images/img-slider-circles.png") no-repeat center;
  background-size: contain;
  transform: translateY(50%);
  z-index: 3;
}
.ineditmode #layout #content #landing-slider:before {
  display: none;
}
/*----- ACTIVITIES -----*/
#landing-activities {
  padding-top: 150px;
}
#landing-activities > h3,
#landing-activities > p {
  max-width: 910px;
}
#landing-activities #activities {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0;
  width: 100%;
  height: auto;
  justify-content: center;
}
#landing-activities #activities .swiper {
  width: 100%;
  height: auto;
  padding: 90px 30px;
}
#landing-activities #activities .swiper-arrow {
  content: '';
  position: absolute;
  top: 50%;
  font-size: 30px;
  color: #14b4dc;
  width: 21px;
  height: 38px;
  background: url("/application/themes/healthware/images/icons/icon-swiper-arrow.png") no-repeat center;
  background-size: contain;
}
#landing-activities #activities .swiper-arrow.swiper-button-prev-custom {
  left: -15px;
}
#landing-activities #activities .swiper-arrow.swiper-button-next-custom {
  right: -15px;
  transform: rotate(180deg);
}
#landing-activities #activities .activity-item-wrapper {
  padding: 0 30px;
  display: flex;
}
#landing-activities #activities .activity-item-wrapper .activity-item {
  padding: 45px;
  border-radius: 14px;
  box-shadow: 0 0 30px 0 rgba(96, 133, 145, 0.5);
  display: flex;
  flex-direction: column;
  transition: all 300ms ease-in-out;
}
#landing-activities #activities .activity-item-wrapper .activity-item .icon-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
#landing-activities #activities .activity-item-wrapper .activity-item .icon-wrapper .icon {
  content: '';
  width: 80px;
  height: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-15%, -20%);
}
#landing-activities #activities .activity-item-wrapper .activity-item .icon-wrapper:before {
  content: '';
  display: inline-block;
  width: 103px;
  height: 103px;
  background: #9ae0f7;
  border-radius: 50%;
  transition: all 300ms ease-in-out;
}
#landing-activities #activities .activity-item-wrapper .activity-item h3 {
  position: relative;
  font-size: 22px;
  font-weight: bold;
  padding-top: 20px;
  margin-top: 20px;
}
#landing-activities #activities .activity-item-wrapper .activity-item h3:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #ea525c;
  width: 92px;
  height: 5px;
}
#landing-activities #activities .activity-item-wrapper .activity-item .description {
  margin-bottom: 15px;
  font-size: 16px;
}
#landing-activities #activities .activity-item-wrapper .activity-item a {
  color: #000000;
  transition: all 300ms ease-in-out;
}
#landing-activities #activities .activity-item-wrapper .activity-item .details-button {
  color: #14b4dc;
}
#landing-activities #activities .activity-item-wrapper .activity-item:hover {
  background: #14b4dc;
}
#landing-activities #activities .activity-item-wrapper .activity-item:hover .icon:before {
  background: #b1e2f1;
}
#landing-activities #activities .activity-item-wrapper .activity-item:hover .details-button {
  color: #000000;
}
/*----- SUBPAGE -----*/
#subpage-content {
  padding: 120px 0;
}
/*----- NEWS / BLOG -----*/
#markcon-blog.browser {
  margin: 30px 0;
}
#markcon-blog.browser .blog-items {
  width: 100%;
  justify-content: center;
}
#markcon-blog.browser .blog-items .item h3 {
  margin: 20px 0 0;
}
#markcon-blog.browser .item-detail .details-content {
  margin: -100px 60px 30px;
  background: #fff;
  padding: 45px;
  font-size: 17px;
}
#markcon-blog.browser .item-detail .details-content h2.title {
  font-size: 32px;
  color: #000000;
  margin-bottom: 20px;
}
#markcon-blog.browser .item-detail .details-content .created {
  color: #aaa;
  margin-bottom: 45px;
}
#markcon-blog.browser .item-detail .main-image {
  margin: 0 -20px;
}
#markcon-blog.browser .item-detail .main-image .image {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 42%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  background-attachment: fixed;
}
/*----- CARRIER -----*/
#CarrierWrapper .CarrierMainTabs {
  display: flex;
  width: 100%;
  margin-bottom: 50px;
}
#CarrierWrapper .CarrierMainTabs .CarrierMainTab {
  width: 33%;
  cursor: pointer;
  font-size: 22px;
  font-weight: 500;
  padding: 8px 16px;
  margin-right: 5px;
  text-transform: uppercase;
  border-bottom: 5px solid #dfdfdf;
  transition: all 250ms ease-out;
}
#CarrierWrapper .CarrierMainTabs .CarrierMainTab.Active {
  border-bottom: 5px solid #ea525c;
  padding-left: 20px;
}
#CarrierWrapper .CarrierMainTabs .CarrierMainTab:hover:not(.Active) {
  border-bottom: 5px solid #999;
  padding-left: 20px;
}
#CarrierWrapper .CarrierMainTabs .CarrierMainTab:last-of-type {
  margin-right: 0;
}
#CarrierWrapper .CarrierMain .Items {
  margin-top: 50px;
}
#CarrierWrapper .CarrierMain .CarrierItem {
  position: relative;
  padding-left: 40px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
#CarrierWrapper .CarrierMain .CarrierItem .CarrierItemTitle h3 {
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
  cursor: pointer;
}
#CarrierWrapper .CarrierMain .CarrierItem .CarrierItemTitle h3:before {
  content: "+";
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-block;
  color: #3db7dd;
  font-family: monospace;
  font-size: 36px;
  text-align: center;
  line-height: 16px;
  transform: rotate(90deg);
}
#CarrierWrapper .CarrierMain .CarrierItem .CarrierItemTitle h3.open:before {
  content: "\2012";
  transform: rotate(0);
  -webkit-animation: rotate .5s linear 1;
  animation: rotate .5s linear 1;
}
#CarrierWrapper .CarrierContent {
  margin: 30px 0;
}
/*----- COLLEAGUES -----*/
#colleagues {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 45px;
}
#colleagues .colleagues-wrapper {
  width: calc(50% - 20px);
  min-width: 300px;
  font-size: 16px;
}
#colleagues .colleagues-wrapper .position-title {
  color: #ea525c;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}
#colleagues .colleagues-wrapper .colleague-row {
  display: flex;
  padding: 10px 0;
}
#colleagues .colleagues-wrapper .colleague-row:not(:last-of-type) {
  border-bottom: 1px solid #dfdfdf;
}
#colleagues .colleagues-wrapper .colleague-row div {
  width: 50%;
}
#colleagues .colleagues-wrapper .colleague-row div.name {
  font-weight: bold;
}
/*----- PRODUCTS / TEVEKENYSEGEK -----*/
#products {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
  width: 100%;
  height: auto;
  justify-content: center;
}
#products .product-item-wrapper {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
#products .product-item-wrapper .product-item {
  width: calc(33% - 40px);
  min-width: 300px;
  margin: 20px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #a0a0a0;
  transition: all 300ms ease-in-out;
  cursor: default;
}
#products .product-item-wrapper .product-item .icon-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
#products .product-item-wrapper .product-item .icon-wrapper .icon {
  content: '';
  width: 80px;
  height: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-15%, -20%);
}
#products .product-item-wrapper .product-item .icon-wrapper:before {
  content: '';
  display: inline-block;
  width: 103px;
  height: 103px;
  background: #9ae0f7;
  border-radius: 50%;
  transition: all 300ms ease-in-out;
}
#products .product-item-wrapper .product-item h3 {
  position: relative;
  font-size: 22px;
  font-weight: bold;
  padding-top: 20px;
  margin: 20px 0 25px;
}
#products .product-item-wrapper .product-item h3:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #ea525c;
  width: 92px;
  height: 5px;
}
#products .product-item-wrapper .product-item .description {
  margin-bottom: 15px;
  font-size: 16px;
}
#products .product-item-wrapper .product-item a {
  color: #000000;
  transition: all 300ms ease-in-out;
}
#products .product-item-wrapper .product-item:hover .icon:before {
  background: #b1e2f1;
}
/*----- NEWSLETTER BOX -----*/
#layout .newsletter-box {
  padding: 45px 45px 15px;
  border-radius: 14px;
  box-shadow: 0 0 30px 0 rgba(96, 133, 145, 0.5);
  display: flex;
  flex-direction: column;
  transition: all 300ms ease-in-out;
  width: 440px;
  max-width: 100%;
}
#layout .newsletter-box .icon-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
#layout .newsletter-box .icon-wrapper .icon {
  content: '';
  width: 80px;
  height: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/application/themes/healthware/images/icons/icon-newsletter-box.png");
  transform: translate(-15%, -20%);
}
#layout .newsletter-box .icon-wrapper:before {
  content: '';
  display: inline-block;
  width: 103px;
  height: 103px;
  background: #9ae0f7;
  border-radius: 50%;
  transition: all 300ms ease-in-out;
}
#layout .newsletter-box h3 {
  position: relative;
  font-size: 22px;
  font-weight: bold;
  padding-top: 20px;
  margin-top: 20px;
}
#layout .newsletter-box h3:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #ea525c;
  width: 92px;
  height: 5px;
}
#layout .newsletter-box form a {
  color: #14b4dc;
}
/*----- LATEST NEWSLETTER -----*/
#latest-newsletter {
  display: flex;
  flex-wrap: wrap;
  width: 900px;
  max-width: 100%;
  padding-left: 90px;
  padding-top: 45px;
}
#latest-newsletter .description-wrapper {
  flex: 1;
  padding-right: 75px;
}
#latest-newsletter .description-wrapper h3 {
  text-transform: uppercase;
}
#latest-newsletter .content-wrapper {
  width: 310px;
}
#latest-newsletter .content-wrapper .cover-image {
  content: '';
  width: 100%;
  padding-bottom: 140%;
  background-color: #333;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 60px;
}
#latest-newsletter .content-wrapper .download {
  border: 3px solid #14b4dc;
  border-radius: 20px;
  padding: 10px 50px 10px 30px;
  display: inline-block;
  line-height: 1.2;
  color: #14b4dc;
  background: url("/application/themes/healthware/images/icons/icon-newsletter-download.png") no-repeat right 15px center;
}
#latest-newsletter .content-wrapper .download span {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
}
/*----- NEWSLETTER LIST -----*/
#newsletter-list-wrapper {
  padding: 120px 0;
  margin-top: 120px;
  border-top: 1px solid #dfdfdf;
  width: 100%;
}
#newsletter-list-wrapper .Hidden {
  display: none;
}
#newsletter-list-wrapper h3 {
  text-transform: uppercase;
  margin-bottom: 30px;
}
#newsletter-list-wrapper .newsletter-list {
  margin-bottom: 30px;
}
#newsletter-list-wrapper .newsletter-list .NewsLetterTitle {
  position: relative;
  padding-left: 40px;
  padding-bottom: 0;
  margin-bottom: 20px;
  border-top: 1px solid #ccc;
  cursor: pointer;
}
#newsletter-list-wrapper .newsletter-list .NewsLetterTitle h3 {
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 20px;
}
#newsletter-list-wrapper .newsletter-list .NewsLetterTitle h3:before {
  content: "+";
  position: absolute;
  top: 25px;
  left: 0;
  display: inline-block;
  color: #3db7dd;
  font-family: monospace;
  font-size: 36px;
  text-align: center;
  line-height: 16px;
  transform: rotate(90deg);
  transition: all 300ms ease-in-out;
}
#newsletter-list-wrapper .newsletter-list .NewsLetterTitle h3.open:before {
  content: "\2012";
  transform: rotate(0);
  -webkit-animation: rotate .5s linear 1;
  animation: rotate .5s linear 1;
}
#newsletter-list-wrapper .newsletter-list .list-year,
#newsletter-list-wrapper .newsletter-list .list-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 30px;
  justify-content: space-around;
}
#newsletter-list-wrapper .newsletter-list .list-item {
  display: flex;
  width: calc(25% - 20px);
  min-width: 270px;
  margin: 10px;
  border: 1px solid #dfdfdf;
  border-radius: 16px;
  padding: 20px;
}
#newsletter-list-wrapper .newsletter-list .list-item .cover-image {
  content: '';
  width: 80px;
  padding-bottom: 110%;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 30px;
}
#newsletter-list-wrapper .newsletter-list .list-item .description-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#newsletter-list-wrapper .newsletter-list .list-item .description-wrapper .download {
  text-indent: -9999px;
  display: inline-block;
  margin-top: 10px;
  width: 21px;
  height: 30px;
  background: url("/application/themes/healthware/images/icons/icon-newsletter-download.png") no-repeat center center;
}
/*----- TOP VIDEO -----*/
#top-video {
  display: flex;
  align-items: center;
  justify-content: center;
}
#top-video .video-wrapper {
  width: 100%;
}
#top-video .video-wrapper video {
  width: 100%;
}
#top-video .container {
  position: absolute !important;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#top-video .container .description {
  text-align: center;
  color: #fff;
  text-shadow: -2px 7px 4px rgba(0, 0, 0, 0.5);
}
#top-video .container .description h2 {
  color: #fff;
  font-size: 100px;
}
#top-video .container .description p {
  font-size: 40px;
  line-height: 1.2;
}
/*----- FOOTER CONTACT -----*/
#footer-contact {
  position: relative;
  min-height: 860px;
  background: #0c89b5;
  color: #9ad0e3;
  display: flex;
  align-items: center;
}
#footer-contact > .flex-wrapper {
  height: 100%;
}
#footer-contact .contact-wrapper {
  width: 50%;
  padding-right: 90px;
}
#footer-contact .contact-wrapper h3 {
  color: #fff;
}
#footer-contact .contact-wrapper form#ContactForm .form-control {
  border: none;
  border-bottom: 2px solid #07475c;
  border-radius: 0;
  background: transparent;
  color: #fff;
  padding: 10px 0;
}
#footer-contact .contact-wrapper form#ContactForm a {
  color: #fff;
}
#footer-contact .contact-wrapper ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9ad0e3;
  opacity: 1;
}
#footer-contact .contact-wrapper :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #9ad0e3;
}
#footer-contact .contact-wrapper ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #9ad0e3;
}
#footer-contact .location-map {
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
}
#footer-contact .location-map .background {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("/application/themes/healthware/images/img-location-map.jpg") no-repeat center;
  background-size: cover;
  z-index: 2;
  opacity: .85;
  transition: all 600ms ease-in-out;
}
#footer-contact .location-map:hover .background {
  opacity: 1;
  transform: scale(1.1);
}
#footer-contact .contact-info {
  margin-top: 30px;
}
#footer-contact .contact-info ul li {
  position: relative;
  padding-left: 30px;
  font-size: 15px;
  margin-bottom: 15px;
}
#footer-contact .contact-info ul li a {
  color: #9ad0e3;
  transition: all 300ms ease-in-out;
}
#footer-contact .contact-info ul li a:hover {
  color: #fff;
}
#footer-contact .contact-info ul li:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border-radius: 0;
}
#footer-contact .contact-info ul li:nth-of-type(1):before {
  background-image: url("/application/themes/healthware/images/icons/icon-footer-address.png");
}
#footer-contact .contact-info ul li:nth-of-type(2):before {
  background-image: url("/application/themes/healthware/images/icons/icon-footer-phone.png");
}
#footer-contact .contact-info ul li:nth-of-type(3):before {
  background-image: url("/application/themes/healthware/images/icons/icon-footer-fax.png");
}
#footer-contact .contact-info ul li:nth-of-type(4):before {
  background-image: url("/application/themes/healthware/images/icons/icon-footer-mail.png");
}
/*----- FOOTER -----*/
#footer {
  padding: 45px 0;
  font-size: 13px;
  color: #a0a0a0;
}
#footer > .flex-wrapper {
  align-items: center;
}
#footer .links-wrapper {
  margin-left: 15px;
}
#footer .links-wrapper a {
  margin-left: 15px;
}
#footer .links-wrapper p {
  margin-bottom: 0;
}
#footer .logo {
  margin-left: auto;
}
@media (max-width: 1460px) {
  #layout header .navigation {
    width: 100%;
  }
  #layout header .navigation ul {
    justify-content: space-around;
  }
  #layout header .searchbar-wrapper {
    margin: auto 30px auto auto;
  }
  #layout header #languages-wrapper {
    margin: auto 0 auto 0;
  }
  #layout #content #landing-slider .rslides li .slider-text-wrapper {
    left: 95px;
    right: 95px;
  }
  #layout #content #landing-slider .rslides li .slider-text-wrapper .ccm-image-slider-text .ccm-image-slider-title {
    font-size: 38px;
  }
  #layout #content #landing-slider:before {
    width: 30vw;
  }
  #landing-activities #activities .swiper {
    padding: 30px 0 90px;
  }
  #landing-activities #activities .activity-item-wrapper .activity-item h3 {
    font-size: 20px;
  }
}
@media (max-width: 960px) {
  #layout #content #landing-slider .rslides li .slider-text-wrapper {
    align-items: flex-end;
  }
  #layout #content #landing-slider .rslides li .slider-text-wrapper .ccm-image-slider-text .ccm-image-slider-title {
    font-size: 22px;
  }
  #layout header #menu-toggle {
    display: inline-block;
  }
  #layout header .navigation {
    display: none;
  }
  #layout header .navigation.visible {
    display: block;
  }
  #layout header .navigation ul {
    flex-direction: column;
    margin-top: 30px;
  }
  #layout header .navigation ul li {
    border-bottom: 1px dotted #993338;
    margin-left: 0;
  }
  #layout header .navigation ul li:last-of-type {
    border-bottom: none;
  }
  #markcon-blog.browser .blog-items .item {
    width: calc(50% - 20px);
  }
  #layout #content #header-image.rolunk .header-box {
    max-width: 100%;
  }
  #products .product-item-wrapper .product-item {
    width: calc(50% - 40px);
  }
}
.mobile-visible {
  display: none;
}
@media (max-width: 680px) {
  .mobile-visible {
    display: block;
  }
  .mobile-hidden {
    display: none;
  }
  #layout header .logo {
    max-width: 140px;
    height: 50px;
  }
  #layout header .searchbar-wrapper {
    display: none;
  }
  #layout header #languages-wrapper {
    margin: auto 0 auto auto;
  }
  #layout #content #landing-slider .rslides li .slider-text-wrapper {
    left: 15px;
    right: 15px;
  }
  #layout #content #landing-slider .rslides li .slider-text-wrapper h2 {
    font-size: 14px;
  }
  #layout #content #landing-slider .rslides li .slider-text-wrapper h3 {
    font-size: 12px;
    display: none;
  }
  #layout #content #landing-slider .rslides li .slider-text-wrapper p {
    margin-bottom: 10px;
  }
  #layout #content #landing-slider .rslides li .slider-text-wrapper .button {
    font-size: 13px;
    padding: 9px 25px;
    margin: 0 0;
    min-width: 130px;
  }
  #layout #content #landing-slider .rslides_nav {
    display: none;
  }
  #layout #content #landing-slider:before {
    display: none;
  }
  #landing-activities {
    padding-top: 45px;
  }
  #landing-activities #activities .activity-item-wrapper .activity-item {
    padding: 30px;
  }
  #footer-contact {
    flex-direction: column;
    padding-top: 45px;
    min-height: 0;
  }
  #footer-contact .contact-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
  #footer-contact .location-map {
    position: relative;
    height: 70vw;
    width: 100%;
  }
  #footer > .flex-wrapper {
    flex-direction: column;
  }
  #footer > .flex-wrapper .links-wrapper {
    margin-left: 0;
    margin-top: 15px;
  }
  #footer > .flex-wrapper .links-wrapper a {
    margin-left: 0;
  }
  #footer > .flex-wrapper .logo {
    margin-left: auto;
    margin: 30px auto 0;
  }
  #layout #content #header-image {
    height: 120px;
    background-position: 60% 50%;
    background-size: cover;
  }
  #layout #content #header-image .page-title {
    font-size: 32px !important;
  }
  #layout #content #header-image.rolunk .page-title {
    margin: 40px 0;
  }
  #layout #content #header-image.rolunk .header-box {
    padding: 30px;
    font-size: 14px;
  }
  #layout #content #header-image.rolunk .header-box h2.title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  #layout #content #header-image.tevekenysegek .header-description .page-title {
    font-size: 22px !important;
    margin-bottom: 15px !important;
  }
  #layout #content #header-image.tevekenysegek .header-description {
    max-width: 100%;
    padding: 30px 0;
    font-size: 14px;
  }
  #colleagues .colleagues-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }
  #colleagues .colleagues-wrapper .colleague-row {
    flex-direction: column;
    font-size: 13px;
  }
  #colleagues .colleagues-wrapper .colleague-row div {
    width: 100%;
  }
  #subpage-content {
    padding: 60px 0;
  }
  #products {
    margin: 0;
  }
  #products .product-item-wrapper .product-item {
    width: 100%;
    margin: 0 auto;
  }
  #PublicationWrapper .PublicationCategory,
  #CarrierWrapper .CarrierMain .CarrierItem {
    padding-left: 30px;
  }
  #CarrierWrapper .CarrierMain .CarrierItem {
    padding-bottom: 0;
  }
  #PublicationWrapper .PublicationCategoryTitle h3,
  #CarrierWrapper .CarrierMain .CarrierItem .CarrierItemTitle h3 {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: bold;
  }
  #PublicationWrapper .PublicationCategoryTitle h3:before,
  #CarrierWrapper .CarrierMain .CarrierItem .CarrierItemTitle h3:before {
    top: 0;
  }
  #PublicationWrapper .PublicationContent,
  #CarrierWrapper .CarrierContent {
    font-size: 14px;
  }
  #CarrierWrapper .CarrierMainTabs {
    margin-bottom: 30px;
  }
  #CarrierWrapper .CarrierMainTabs .CarrierMainTab {
    font-size: 13px;
    line-height: 1.2;
    text-align: center;
  }
  #CarrierWrapper .Category {
    font-size: 15px;
  }
  #latest-newsletter {
    padding-left: 15px;
  }
  #latest-newsletter .newsletter-list .list-item .cover-image {
    width: 60px;
    margin-right: 20px;
  }
  #newsletter-list-wrapper {
    padding: 30px 0;
    margin-top: 30px;
  }
}
@media (max-width: 360px) {
  #content h2,
  footer h2 {
    font-size: 22px;
  }
  #content h3,
  footer h3 {
    font-size: 20px;
  }
}
