.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Oswald', sans-serif;
  font-size: 2.2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #9fe870 !important;
}
.bg-success {
  background-color: #ffa600 !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #c71030 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
  color: #264d0c !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #264d0c !important;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffa600 !important;
  border-color: #ffa600 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffb833 !important;
  border-color: #ffb833 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ffb833 !important;
  border-color: #ffb833 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #c71030 !important;
  border-color: #c71030 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ed1d41 !important;
  border-color: #ed1d41 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ed1d41 !important;
  border-color: #ed1d41 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #9fe870;
  color: #9fe870;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6ddc25 !important;
  background-color: transparent !important;
  border-color: #6ddc25 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #264d0c !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ffa600;
  color: #ffa600;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a86e00 !important;
  background-color: transparent !important;
  border-color: #a86e00 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa600 !important;
  border-color: #ffa600 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #c71030;
  color: #c71030;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #770a1d !important;
  background-color: transparent !important;
  border-color: #770a1d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #c71030 !important;
  border-color: #c71030 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #9fe870 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #ffa600 !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #c71030 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #66d022 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #996400 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #690819 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #9fe870;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #c71030;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #9fe870;
  border-color: #9fe870;
  color: #306310;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #9fe870;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffedcc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f3647d;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #9fe870 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #9fe870;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #9fe870;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #9fe870;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #9fe870;
  border-bottom-color: #9fe870;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #9fe870 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%239fe870' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uEedkYwLcb {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #c71030;
}
.cid-uE2oare0NE {
  padding-top: 90px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/tetocsereptisztitas.hu-header-7-1150x700.webp");
}
.cid-uE2oare0NE .form-control,
.cid-uE2oare0NE .form-control:focus {
  background: #ffffff;
  border: 1px solid #ffffff;
}
.cid-uE2oare0NE .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
  background: linear-gradient(#a6a99c, #edefeb);
  border: none;
}
.cid-uE2oare0NE textarea.form-control {
  min-height: 188px;
}
.cid-uE2oare0NE .input-group-btn {
  justify-content: center;
  -webkit-justify-content: center;
}
@media (min-width: 768px) {
  .cid-uE2oare0NE .content-container {
    padding-right: 5rem;
  }
}
.cid-uE2oare0NE H1 {
  text-align: left;
}
.cid-uE2oare0NE .mbr-text,
.cid-uE2oare0NE .mbr-section-btn {
  text-align: left;
}
.cid-uAyIvE251M {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uAyIvE251M .mbr-section-subtitle {
  color: #c71030;
}
.cid-uE2V0T5om9 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/tetocsereptisztitas.hu-header-22-1600x1067.webp");
}
.cid-uE2V0T5om9 .mbr-overlay {
  background: #000000;
  opacity: 0.3;
}
.cid-uE2V0T5om9 img,
.cid-uE2V0T5om9 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uE2V0T5om9 .item:focus,
.cid-uE2V0T5om9 span:focus {
  outline: none;
}
.cid-uE2V0T5om9 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uE2V0T5om9 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uE2V0T5om9 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uE2V0T5om9 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uE2V0T5om9 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uE2V0T5om9 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uE2V0T5om9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uE2V0T5om9 .mbr-section-title {
  color: #ffffff;
}
.cid-uE2V0T5om9 .mbr-text,
.cid-uE2V0T5om9 .mbr-section-btn {
  text-align: left;
}
.cid-uE2V0T5om9 .item-title {
  text-align: left;
}
.cid-uE2V0T5om9 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uE2V0T5om9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uE35SmKjdF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-uBkLmGmDpZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/nvtelen-32-800x600.webp");
}
.cid-uBkLmGmDpZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBkLmGmDpZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBkLmGmDpZ .mbr-text {
  color: #767676;
}
.cid-uBkLmGmDpZ .mbr-section-subtitle {
  color: #767676;
}
.cid-uBkLmGmDpZ .title .num {
  width: 100%;
  display: block;
}
.cid-uBkLmGmDpZ .title .card-title {
  z-index: 1;
}
.cid-uBkLmGmDpZ .num {
  color: #c71030;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uBkLmGmDpZ * {
    text-align: center !important;
  }
  .cid-uBkLmGmDpZ .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uBkLmGmDpZ .mbr-section-title,
.cid-uBkLmGmDpZ .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-uBkLmGmDpZ .card-text {
  color: #a6a99c;
  text-align: left;
}
.cid-uBkLmGmDpZ .card-title,
.cid-uBkLmGmDpZ .card-img {
  text-align: left;
}
.cid-uAu4WWPw6d {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uAu4WWPw6d h3 {
  text-align: center;
}
.cid-uAu4WWPw6d .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uAu4WWPw6d .mbr-content-text {
  color: #767676;
}
.cid-uAu4WWPw6d .panel-item {
  background: #ffffff;
}
.cid-uAu4WWPw6d .card {
  word-wrap: break-word;
}
.cid-uAu4WWPw6d .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-uE5YWNtFmg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uE5YWNtFmg .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uE5YWNtFmg .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-uE5YWNtFmg .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-uE5YWNtFmg .img-text {
  width: 84px;
  height: 84px;
  font-size: 42px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-uE5YWNtFmg .img-text {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .cid-uE5YWNtFmg .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-uE5YWNtFmg .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-uE5YWNtFmg .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-uE5YWNtFmg .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-uE5YWNtFmg .media-block {
    padding-left: 2rem;
  }
}
.cid-uE5YWNtFmg .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-uE5YWNtFmg .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-uE5YWNtFmg .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uE5YWNtFmg .mbr-section-title {
  color: #c71030;
}
.cid-uE5YWNtFmg H4 {
  color: #c71030;
}
.cid-uAxYMf4x2I {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uAxYMf4x2I .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uAxYMf4x2I form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uAxYMf4x2I form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uAxYMf4x2I form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uAxYMf4x2I .content-head {
  max-width: 800px;
}
.cid-uAxYMf4x2I .mbr-section-title {
  color: #c71030;
}
.cid-uB8t9vOZtV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uB8t9vOZtV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB8t9vOZtV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB8t9vOZtV .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uB8t9vOZtV .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uB8t9vOZtV .row {
    text-align: center;
  }
  .cid-uB8t9vOZtV .row > div {
    margin: auto;
  }
  .cid-uB8t9vOZtV .social-row {
    justify-content: center;
  }
}
.cid-uB8t9vOZtV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uB8t9vOZtV .list {
  list-style: none;
  padding-left: 0;
  color: #c71030;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uB8t9vOZtV .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uB8t9vOZtV .list {
    margin-bottom: 0rem;
  }
}
.cid-uB8t9vOZtV .mbr-text {
  color: #c71030;
  text-align: left;
}
.cid-uB8t9vOZtV .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uB8t9vOZtV .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uB8t9vOZtV div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uB8t9vOZtV H5 {
  color: #000000;
}
.cid-uB8t9vOZtV .copyright {
  text-align: center;
}
.cid-uB8t9vOZtV .mbr-section-subtitle {
  color: #000000;
}
.cid-uAAeWIJvfo {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #f7f7f7;
}
.cid-uAAeWIJvfo .mbr-section-subtitle {
  color: #232323;
}
.cid-uAAeWIJvfo H2 {
  color: #c71030;
}
.cid-uB7PGrTbrN {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uB7PGrTbrN .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uB7PGrTbrN .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uB7PGrTbrN .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uB7PGrTbrN .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uB7PGrTbrN .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #232323, #45505b) !important;
}
.cid-uB7PGrTbrN .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uB7PGrTbrN .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uB7PGrTbrN .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uB7PGrTbrN .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #232323, #45505b) !important;
}
.cid-uEkS2l4oM9 {
  padding-top: 90px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/tetocsereptisztitas.hu-header-7-1150x700.webp");
}
.cid-uEkS2l4oM9 .form-control,
.cid-uEkS2l4oM9 .form-control:focus {
  background: #ffffff;
  border: 1px solid #ffffff;
}
.cid-uEkS2l4oM9 .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
  background: linear-gradient(#a6a99c, #edefeb);
  border: none;
}
.cid-uEkS2l4oM9 textarea.form-control {
  min-height: 188px;
}
.cid-uEkS2l4oM9 .input-group-btn {
  justify-content: center;
  -webkit-justify-content: center;
}
@media (min-width: 768px) {
  .cid-uEkS2l4oM9 .content-container {
    padding-right: 5rem;
  }
}
.cid-uEkS2l4oM9 H1 {
  text-align: left;
}
.cid-uEkS2l4oM9 .mbr-text,
.cid-uEkS2l4oM9 .mbr-section-btn {
  text-align: left;
}
.cid-uEkS7pujy0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uB8t9vOZtV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uB8t9vOZtV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB8t9vOZtV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB8t9vOZtV .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uB8t9vOZtV .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uB8t9vOZtV .row {
    text-align: center;
  }
  .cid-uB8t9vOZtV .row > div {
    margin: auto;
  }
  .cid-uB8t9vOZtV .social-row {
    justify-content: center;
  }
}
.cid-uB8t9vOZtV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uB8t9vOZtV .list {
  list-style: none;
  padding-left: 0;
  color: #c71030;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uB8t9vOZtV .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uB8t9vOZtV .list {
    margin-bottom: 0rem;
  }
}
.cid-uB8t9vOZtV .mbr-text {
  color: #c71030;
  text-align: left;
}
.cid-uB8t9vOZtV .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uB8t9vOZtV .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uB8t9vOZtV div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uB8t9vOZtV H5 {
  color: #000000;
}
.cid-uB8t9vOZtV .copyright {
  text-align: center;
}
.cid-uB8t9vOZtV .mbr-section-subtitle {
  color: #000000;
}
.cid-uAAf4dTK3P {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uAAf4dTK3P .mbr-section-subtitle {
  color: #232323;
}
.cid-uAAf4dTK3P H2 {
  color: #c71030;
}
.cid-uBk0wgjZq9 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-uBk0wgjZq9 .mbr-text {
  color: #000000;
}
.cid-uBk0wgjZq9 .mbr-section-subtitle {
  color: #000000;
}
.cid-uAAf4eOgSE {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/20200915-181451-2000x1500.webp");
}
.cid-uAAf4eOgSE .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uAAf4eOgSE .panel-group {
  border: none;
}
.cid-uAAf4eOgSE .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uAAf4eOgSE .card-header {
    padding: 0rem;
  }
}
.cid-uAAf4eOgSE .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uAAf4eOgSE .img-col {
  padding: 0;
}
.cid-uAAf4eOgSE .img-item {
  height: 100%;
}
.cid-uAAf4eOgSE img {
  height: 100%;
  object-fit: cover;
}
.cid-uAAf4eOgSE .collapsed span {
  transform: rotate(0deg);
}
.cid-uAAf4eOgSE .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uAAf4eOgSE p {
  margin-bottom: 0.3rem;
}
.cid-uAAf4eOgSE .panel-title-edit {
  color: #000000;
}
.cid-uAAf4eOgSE .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uAAf4eOgSE .card {
  background: #f7f7f7;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uAAf4eOgSE .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAAf4eOgSE .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uAAf4eOgSE .panel-text {
  color: #000000;
}
.cid-uAAf4eOgSE .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uAAf4eOgSE .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uAAf4eOgSE .panel-title-edit,
.cid-uAAf4eOgSE .mbr-iconfont {
  color: #000000;
}
.cid-uE6hhLXTIR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uE6hhLXTIR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE6hhLXTIR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE6hhLXTIR .mbr-section-title {
  color: #c71030;
}
.cid-uBktljghWz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uBktljghWz .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uBktljghWz .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uBktljghWz .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uBktljghWz .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uBktljghWz .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uBktljghWz .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uBktljghWz .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uBktljghWz .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uBktljghWz .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uEeItD5cNE {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uEeItD5cNE .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uEeItD5cNE .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uEeItD5cNE .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uEeItD5cNE .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uEeItD5cNE .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #000000, #000000) !important;
}
.cid-uEeItD5cNE .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uEeItD5cNE .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-uEeItD5cNE .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uEeItD5cNE .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #000000, #000000) !important;
}
.cid-uEki1XSd3b {
  padding-top: 90px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/tetocsereptisztitas.hu-header-7-1150x700.webp");
}
.cid-uEki1XSd3b .form-control,
.cid-uEki1XSd3b .form-control:focus {
  background: #ffffff;
  border: 1px solid #ffffff;
}
.cid-uEki1XSd3b .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
  background: linear-gradient(#a6a99c, #edefeb);
  border: none;
}
.cid-uEki1XSd3b textarea.form-control {
  min-height: 188px;
}
.cid-uEki1XSd3b .input-group-btn {
  justify-content: center;
  -webkit-justify-content: center;
}
@media (min-width: 768px) {
  .cid-uEki1XSd3b .content-container {
    padding-right: 5rem;
  }
}
.cid-uEki1XSd3b H1 {
  text-align: left;
}
.cid-uEki1XSd3b .mbr-text,
.cid-uEki1XSd3b .mbr-section-btn {
  text-align: left;
}
.cid-uEkRO9vA3N {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uB8t9vOZtV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uB8t9vOZtV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB8t9vOZtV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB8t9vOZtV .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uB8t9vOZtV .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uB8t9vOZtV .row {
    text-align: center;
  }
  .cid-uB8t9vOZtV .row > div {
    margin: auto;
  }
  .cid-uB8t9vOZtV .social-row {
    justify-content: center;
  }
}
.cid-uB8t9vOZtV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uB8t9vOZtV .list {
  list-style: none;
  padding-left: 0;
  color: #c71030;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uB8t9vOZtV .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uB8t9vOZtV .list {
    margin-bottom: 0rem;
  }
}
.cid-uB8t9vOZtV .mbr-text {
  color: #c71030;
  text-align: left;
}
.cid-uB8t9vOZtV .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uB8t9vOZtV .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uB8t9vOZtV div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uB8t9vOZtV H5 {
  color: #000000;
}
.cid-uB8t9vOZtV .copyright {
  text-align: center;
}
.cid-uB8t9vOZtV .mbr-section-subtitle {
  color: #000000;
}
.cid-uBjNG19jaT {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #f7f7f7;
}
.cid-uBjNG19jaT .mbr-section-subtitle {
  color: #232323;
}
.cid-uBjNG19jaT H2 {
  color: #c71030;
}
.cid-uBjOdiWqs7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uBjOdiWqs7 .mbr-text {
  color: #000000;
}
.cid-uBjOdiWqs7 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBjOdiWqs7 .mbr-section-title {
  color: #000000;
}
.cid-uBjNG263t9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uBjNG263t9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBjNG263t9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBjNG263t9 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBjNG263t9 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uBjNG263t9 .row {
    text-align: center;
  }
  .cid-uBjNG263t9 .row > div {
    margin: auto;
  }
  .cid-uBjNG263t9 .social-row {
    justify-content: center;
  }
}
.cid-uBjNG263t9 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBjNG263t9 .list {
  list-style: none;
  padding-left: 0;
  color: #c71030;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uBjNG263t9 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBjNG263t9 .list {
    margin-bottom: 0rem;
  }
}
.cid-uBjNG263t9 .mbr-text {
  color: #c71030;
  text-align: left;
}
.cid-uBjNG263t9 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uBjNG263t9 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uBjNG263t9 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uBjNG263t9 H5 {
  color: #000000;
}
.cid-uBjNG263t9 .copyright {
  text-align: center;
}
.cid-uBjNG263t9 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBjUeFEqgE {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #f7f7f7;
}
.cid-uBjUeFEqgE .mbr-section-subtitle {
  color: #232323;
}
.cid-uBjUeFEqgE H2 {
  color: #c71030;
}
.cid-uBjUeFQnuL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uBjUeFQnuL .mbr-text {
  color: #000000;
}
.cid-uBjUeFQnuL .mbr-section-subtitle {
  color: #000000;
}
.cid-uBjUeFQnuL .mbr-section-title {
  color: #000000;
}
.cid-uBjUeG3jjM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uBjUeG3jjM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBjUeG3jjM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBjUeG3jjM .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBjUeG3jjM .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uBjUeG3jjM .row {
    text-align: center;
  }
  .cid-uBjUeG3jjM .row > div {
    margin: auto;
  }
  .cid-uBjUeG3jjM .social-row {
    justify-content: center;
  }
}
.cid-uBjUeG3jjM .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBjUeG3jjM .list {
  list-style: none;
  padding-left: 0;
  color: #c71030;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uBjUeG3jjM .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBjUeG3jjM .list {
    margin-bottom: 0rem;
  }
}
.cid-uBjUeG3jjM .mbr-text {
  color: #c71030;
  text-align: left;
}
.cid-uBjUeG3jjM .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uBjUeG3jjM .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uBjUeG3jjM div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uBjUeG3jjM H5 {
  color: #000000;
}
.cid-uBjUeG3jjM .copyright {
  text-align: center;
}
.cid-uBjUeG3jjM .mbr-section-subtitle {
  color: #000000;
}
.cid-uEeiqh4kxK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uEeiqh4kxK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEeiqh4kxK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEeiqh4kxK .mbr-section-title {
  color: #c71030;
}
.cid-uEehlJJGId {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uEehlJJGId .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEehlJJGId .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEehlJJGId .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-uEehlJJGId .currentcost {
  color: #232323;
}
.cid-uEehlJJGId .card-wrapper {
  border-radius: 4px;
  background: #edefeb;
}
@media (min-width: 992px) {
  .cid-uEehlJJGId .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uEehlJJGId .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uEehlJJGId .text-box {
    padding: 1rem;
  }
}
.cid-uEehlJJGId .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uEk7dWYnQr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uEk7dWYnQr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEk7dWYnQr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEk7dWYnQr .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-uEk7dWYnQr .currentcost {
  color: #232323;
}
.cid-uEk7dWYnQr .card-wrapper {
  border-radius: 4px;
  background: #edefeb;
}
@media (min-width: 992px) {
  .cid-uEk7dWYnQr .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uEk7dWYnQr .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uEk7dWYnQr .text-box {
    padding: 1rem;
  }
}
.cid-uEk7dWYnQr .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uEk7fMDERq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uEk7fMDERq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEk7fMDERq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEk7fMDERq .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-uEk7fMDERq .currentcost {
  color: #232323;
}
.cid-uEk7fMDERq .card-wrapper {
  border-radius: 4px;
  background: #edefeb;
}
@media (min-width: 992px) {
  .cid-uEk7fMDERq .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uEk7fMDERq .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uEk7fMDERq .text-box {
    padding: 1rem;
  }
}
.cid-uEk7fMDERq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uEk7gzb80O {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uEk7gzb80O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEk7gzb80O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEk7gzb80O .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-uEk7gzb80O .currentcost {
  color: #232323;
}
.cid-uEk7gzb80O .card-wrapper {
  border-radius: 4px;
  background: #edefeb;
}
@media (min-width: 992px) {
  .cid-uEk7gzb80O .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uEk7gzb80O .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uEk7gzb80O .text-box {
    padding: 1rem;
  }
}
.cid-uEk7gzb80O .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uEkvh9UPQD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uEkvh9UPQD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEkvh9UPQD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEkvh9UPQD .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-uEkvh9UPQD .currentcost {
  color: #232323;
}
.cid-uEkvh9UPQD .card-wrapper {
  border-radius: 4px;
  background: #edefeb;
}
@media (min-width: 992px) {
  .cid-uEkvh9UPQD .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uEkvh9UPQD .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uEkvh9UPQD .text-box {
    padding: 1rem;
  }
}
.cid-uEkvh9UPQD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uEkvicwCor {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uEkvicwCor .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEkvicwCor .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEkvicwCor .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-uEkvicwCor .currentcost {
  color: #232323;
}
.cid-uEkvicwCor .card-wrapper {
  border-radius: 4px;
  background: #edefeb;
}
@media (min-width: 992px) {
  .cid-uEkvicwCor .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uEkvicwCor .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uEkvicwCor .text-box {
    padding: 1rem;
  }
}
.cid-uEkvicwCor .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uEkxr7KZq6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uEkxr7KZq6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEkxr7KZq6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEkxr7KZq6 .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-uEkxr7KZq6 .currentcost {
  color: #232323;
}
.cid-uEkxr7KZq6 .card-wrapper {
  border-radius: 4px;
  background: #edefeb;
}
@media (min-width: 992px) {
  .cid-uEkxr7KZq6 .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uEkxr7KZq6 .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uEkxr7KZq6 .text-box {
    padding: 1rem;
  }
}
.cid-uEkxr7KZq6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uEkyctajx7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uEkyctajx7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEkyctajx7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEkyctajx7 .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-uEkyctajx7 .currentcost {
  color: #232323;
}
.cid-uEkyctajx7 .card-wrapper {
  border-radius: 4px;
  background: #edefeb;
}
@media (min-width: 992px) {
  .cid-uEkyctajx7 .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uEkyctajx7 .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uEkyctajx7 .text-box {
    padding: 1rem;
  }
}
.cid-uEkyctajx7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uEky3hRLNH {
  padding-top: 90px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/tetocsereptisztitas.hu-header-7-1150x700.webp");
}
.cid-uEky3hRLNH .form-control,
.cid-uEky3hRLNH .form-control:focus {
  background: #ffffff;
  border: 1px solid #ffffff;
}
.cid-uEky3hRLNH .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
  background: linear-gradient(#a6a99c, #edefeb);
  border: none;
}
.cid-uEky3hRLNH textarea.form-control {
  min-height: 188px;
}
.cid-uEky3hRLNH .input-group-btn {
  justify-content: center;
  -webkit-justify-content: center;
}
@media (min-width: 768px) {
  .cid-uEky3hRLNH .content-container {
    padding-right: 5rem;
  }
}
.cid-uEky3hRLNH H1 {
  text-align: left;
}
.cid-uEky3hRLNH .mbr-text,
.cid-uEky3hRLNH .mbr-section-btn {
  text-align: left;
}
.cid-uEkRslMglQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uB8t9vOZtV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uB8t9vOZtV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB8t9vOZtV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB8t9vOZtV .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uB8t9vOZtV .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uB8t9vOZtV .row {
    text-align: center;
  }
  .cid-uB8t9vOZtV .row > div {
    margin: auto;
  }
  .cid-uB8t9vOZtV .social-row {
    justify-content: center;
  }
}
.cid-uB8t9vOZtV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uB8t9vOZtV .list {
  list-style: none;
  padding-left: 0;
  color: #c71030;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uB8t9vOZtV .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uB8t9vOZtV .list {
    margin-bottom: 0rem;
  }
}
.cid-uB8t9vOZtV .mbr-text {
  color: #c71030;
  text-align: left;
}
.cid-uB8t9vOZtV .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uB8t9vOZtV .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uB8t9vOZtV div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uB8t9vOZtV H5 {
  color: #000000;
}
.cid-uB8t9vOZtV .copyright {
  text-align: center;
}
.cid-uB8t9vOZtV .mbr-section-subtitle {
  color: #000000;
}
.cid-uEjPmL5FhD {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uEjPmL5FhD .mbr-section-subtitle {
  color: #767676;
}
.cid-uEjPmL5FhD H2 {
  color: #c71030;
}
.cid-uCJCVFQYGO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
}
.cid-uCJCVFQYGO .mbr-text {
  color: #000000;
}
.cid-uCJHVUymWO {
  padding-top: 45px;
  padding-bottom: 30px;
  position: relative;
  background-color: #ffffff;
}
.cid-uCJHVUymWO p {
  color: #767676;
}
.cid-uCJHVUymWO .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uCJHVUymWO .toggle-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uCJHVUymWO .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uCJHVUymWO .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uCJHVUymWO .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
}
.cid-uCJHVUymWO .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uCJHVUymWO .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uCJHVUymWO .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uCJHVUymWO .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
}
@media (max-width: 991px) {
  .cid-uCJHVUymWO .mbr-figure {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uCJHVUymWO .mbr-figure {
    padding-left: 4rem;
  }
}
.cid-uCJHVUymWO .panel-text {
  color: #000000;
}
.cid-uCJBSv73TS {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uCJBSv73TS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCJBSv73TS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCJBSv73TS .row {
  flex-direction: row-reverse;
}
.cid-uCJlw7RMDC {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uCJlw7RMDC .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uCJlw7RMDC .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCJlw7RMDC .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uCJlw7RMDC .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uCJlw7RMDC .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uCJlw7RMDC .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uCJlw7RMDC .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uCJlw7RMDC .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uCJlw7RMDC .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uEkhSg8VOC {
  padding-top: 90px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/tetocsereptisztitas.hu-header-7-1150x700.webp");
}
.cid-uEkhSg8VOC .form-control,
.cid-uEkhSg8VOC .form-control:focus {
  background: #ffffff;
  border: 1px solid #ffffff;
}
.cid-uEkhSg8VOC .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
  background: linear-gradient(#a6a99c, #edefeb);
  border: none;
}
.cid-uEkhSg8VOC textarea.form-control {
  min-height: 188px;
}
.cid-uEkhSg8VOC .input-group-btn {
  justify-content: center;
  -webkit-justify-content: center;
}
@media (min-width: 768px) {
  .cid-uEkhSg8VOC .content-container {
    padding-right: 5rem;
  }
}
.cid-uEkhSg8VOC H1 {
  text-align: left;
}
.cid-uEkhSg8VOC .mbr-text,
.cid-uEkhSg8VOC .mbr-section-btn {
  text-align: left;
}
.cid-uEkRCDj02v {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uB8t9vOZtV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uB8t9vOZtV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB8t9vOZtV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB8t9vOZtV .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uB8t9vOZtV .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uB8t9vOZtV .row {
    text-align: center;
  }
  .cid-uB8t9vOZtV .row > div {
    margin: auto;
  }
  .cid-uB8t9vOZtV .social-row {
    justify-content: center;
  }
}
.cid-uB8t9vOZtV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uB8t9vOZtV .list {
  list-style: none;
  padding-left: 0;
  color: #c71030;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uB8t9vOZtV .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uB8t9vOZtV .list {
    margin-bottom: 0rem;
  }
}
.cid-uB8t9vOZtV .mbr-text {
  color: #c71030;
  text-align: left;
}
.cid-uB8t9vOZtV .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uB8t9vOZtV .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uB8t9vOZtV div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uB8t9vOZtV H5 {
  color: #000000;
}
.cid-uB8t9vOZtV .copyright {
  text-align: center;
}
.cid-uB8t9vOZtV .mbr-section-subtitle {
  color: #000000;
}
.cid-uEjSZfPwql {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f7f7f7;
}
.cid-uEjSZfPwql .mbr-section-subtitle {
  color: #767676;
}
.cid-uEjSZfPwql H2 {
  color: #c71030;
}
.cid-uEjREGplA0 {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uEjREGplA0 .mbr-text {
  color: #000000;
}
.cid-uEkfRVoxCh {
  padding-top: 90px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/tetocsereptisztitas.hu-header-7-1150x700.webp");
}
.cid-uEkfRVoxCh .form-control,
.cid-uEkfRVoxCh .form-control:focus {
  background: #ffffff;
  border: 1px solid #ffffff;
}
.cid-uEkfRVoxCh .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
  background: linear-gradient(#a6a99c, #edefeb);
  border: none;
}
.cid-uEkfRVoxCh textarea.form-control {
  min-height: 188px;
}
.cid-uEkfRVoxCh .input-group-btn {
  justify-content: center;
  -webkit-justify-content: center;
}
@media (min-width: 768px) {
  .cid-uEkfRVoxCh .content-container {
    padding-right: 5rem;
  }
}
.cid-uEkfRVoxCh H1 {
  text-align: left;
}
.cid-uEkfRVoxCh .mbr-text,
.cid-uEkfRVoxCh .mbr-section-btn {
  text-align: left;
}
.cid-uEkQtNHPt9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uB8t9vOZtV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uB8t9vOZtV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB8t9vOZtV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB8t9vOZtV .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uB8t9vOZtV .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uB8t9vOZtV .row {
    text-align: center;
  }
  .cid-uB8t9vOZtV .row > div {
    margin: auto;
  }
  .cid-uB8t9vOZtV .social-row {
    justify-content: center;
  }
}
.cid-uB8t9vOZtV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uB8t9vOZtV .list {
  list-style: none;
  padding-left: 0;
  color: #c71030;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uB8t9vOZtV .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uB8t9vOZtV .list {
    margin-bottom: 0rem;
  }
}
.cid-uB8t9vOZtV .mbr-text {
  color: #c71030;
  text-align: left;
}
.cid-uB8t9vOZtV .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uB8t9vOZtV .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uB8t9vOZtV div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uB8t9vOZtV H5 {
  color: #000000;
}
.cid-uB8t9vOZtV .copyright {
  text-align: center;
}
.cid-uB8t9vOZtV .mbr-section-subtitle {
  color: #000000;
}
.cid-uEjPG6syDQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
}
.cid-uEjPG6syDQ .mbr-section-subtitle {
  color: #767676;
}
.cid-uEjPG6syDQ H2 {
  color: #c71030;
}
.cid-uEjVRcMzfs {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uEjWML2U7q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uEjWML2U7q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEjWML2U7q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEjWML2U7q .item {
  padding-bottom: 2rem;
}
.cid-uEjWML2U7q .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uEjWML2U7q .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uEjWML2U7q .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uEjWML2U7q .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uEjWML2U7q .carousel-control,
.cid-uEjWML2U7q .close {
  background: #1b1b1b;
}
.cid-uEjWML2U7q .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uEjWML2U7q .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uEjWML2U7q .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uEjWML2U7q .carousel-control-next span {
  margin-left: 5px;
}
.cid-uEjWML2U7q .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uEjWML2U7q .close::before {
  content: '\e91a';
}
.cid-uEjWML2U7q .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uEjWML2U7q .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uEjWML2U7q .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uEjWML2U7q .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uEjWML2U7q .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uEjWML2U7q .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uEjWML2U7q .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uEjWML2U7q .carousel-indicators li.active,
.cid-uEjWML2U7q .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uEjWML2U7q .carousel-indicators li::after,
.cid-uEjWML2U7q .carousel-indicators li::before {
  content: none;
}
.cid-uEjWML2U7q .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uEjWML2U7q .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uEjWML2U7q .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uEjWML2U7q .carousel-indicators {
    display: none;
  }
}
.cid-uEjWML2U7q .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uEjWML2U7q .carousel-inner > .active {
  display: block;
}
.cid-uEjWML2U7q .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uEjWML2U7q .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uEjWML2U7q .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uEjWML2U7q .carousel-control,
  .cid-uEjWML2U7q .carousel-indicators,
  .cid-uEjWML2U7q .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uEjWML2U7q .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uEjWML2U7q .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uEjWML2U7q .carousel-indicators .active,
.cid-uEjWML2U7q .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uEjWML2U7q .carousel-indicators .active {
  background: #fff;
}
.cid-uEjWML2U7q .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uEjWML2U7q .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uEjWML2U7q .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uEjWML2U7q .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uEjWML2U7q .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uEjWML2U7q .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uEjWML2U7q .carousel {
  width: 100%;
}
.cid-uEjWML2U7q .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uEjWML2U7q .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uEjWML2U7q .modal.fade .modal-dialog,
.cid-uEjWML2U7q .modal.in .modal-dialog {
  transform: none;
}
.cid-uEjWML2U7q .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uEjWML2U7q H6 {
  text-align: center;
}
.cid-uEkhEDB1r6 {
  padding-top: 90px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/tetocsereptisztitas.hu-header-7-1150x700.webp");
}
.cid-uEkhEDB1r6 .form-control,
.cid-uEkhEDB1r6 .form-control:focus {
  background: #ffffff;
  border: 1px solid #ffffff;
}
.cid-uEkhEDB1r6 .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
  background: linear-gradient(#a6a99c, #edefeb);
  border: none;
}
.cid-uEkhEDB1r6 textarea.form-control {
  min-height: 188px;
}
.cid-uEkhEDB1r6 .input-group-btn {
  justify-content: center;
  -webkit-justify-content: center;
}
@media (min-width: 768px) {
  .cid-uEkhEDB1r6 .content-container {
    padding-right: 5rem;
  }
}
.cid-uEkhEDB1r6 H1 {
  text-align: left;
}
.cid-uEkhEDB1r6 .mbr-text,
.cid-uEkhEDB1r6 .mbr-section-btn {
  text-align: left;
}
.cid-uEkReSMCIx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uB8t9vOZtV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uB8t9vOZtV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB8t9vOZtV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB8t9vOZtV .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uB8t9vOZtV .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uB8t9vOZtV .row {
    text-align: center;
  }
  .cid-uB8t9vOZtV .row > div {
    margin: auto;
  }
  .cid-uB8t9vOZtV .social-row {
    justify-content: center;
  }
}
.cid-uB8t9vOZtV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uB8t9vOZtV .list {
  list-style: none;
  padding-left: 0;
  color: #c71030;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uB8t9vOZtV .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uB8t9vOZtV .list {
    margin-bottom: 0rem;
  }
}
.cid-uB8t9vOZtV .mbr-text {
  color: #c71030;
  text-align: left;
}
.cid-uB8t9vOZtV .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uB8t9vOZtV .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uB8t9vOZtV div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uB8t9vOZtV H5 {
  color: #000000;
}
.cid-uB8t9vOZtV .copyright {
  text-align: center;
}
.cid-uB8t9vOZtV .mbr-section-subtitle {
  color: #000000;
}
.cid-uEjZwa45Gi {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uEjZwa45Gi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEjZwa45Gi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEjZwa45Gi .mbr-section-title {
  color: #c71030;
}
.cid-uEjZvs7fk8 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uEjZyBDs7y {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uEjZyBDs7y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEjZyBDs7y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEjZyBDs7y .item {
  padding-bottom: 2rem;
}
.cid-uEjZyBDs7y .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uEjZyBDs7y .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uEjZyBDs7y .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uEjZyBDs7y .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uEjZyBDs7y .carousel-control,
.cid-uEjZyBDs7y .close {
  background: #1b1b1b;
}
.cid-uEjZyBDs7y .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uEjZyBDs7y .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uEjZyBDs7y .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uEjZyBDs7y .carousel-control-next span {
  margin-left: 5px;
}
.cid-uEjZyBDs7y .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uEjZyBDs7y .close::before {
  content: '\e91a';
}
.cid-uEjZyBDs7y .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uEjZyBDs7y .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uEjZyBDs7y .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uEjZyBDs7y .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uEjZyBDs7y .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uEjZyBDs7y .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uEjZyBDs7y .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uEjZyBDs7y .carousel-indicators li.active,
.cid-uEjZyBDs7y .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uEjZyBDs7y .carousel-indicators li::after,
.cid-uEjZyBDs7y .carousel-indicators li::before {
  content: none;
}
.cid-uEjZyBDs7y .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uEjZyBDs7y .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uEjZyBDs7y .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uEjZyBDs7y .carousel-indicators {
    display: none;
  }
}
.cid-uEjZyBDs7y .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uEjZyBDs7y .carousel-inner > .active {
  display: block;
}
.cid-uEjZyBDs7y .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uEjZyBDs7y .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uEjZyBDs7y .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uEjZyBDs7y .carousel-control,
  .cid-uEjZyBDs7y .carousel-indicators,
  .cid-uEjZyBDs7y .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uEjZyBDs7y .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uEjZyBDs7y .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uEjZyBDs7y .carousel-indicators .active,
.cid-uEjZyBDs7y .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uEjZyBDs7y .carousel-indicators .active {
  background: #fff;
}
.cid-uEjZyBDs7y .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uEjZyBDs7y .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uEjZyBDs7y .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uEjZyBDs7y .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uEjZyBDs7y .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uEjZyBDs7y .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uEjZyBDs7y .carousel {
  width: 100%;
}
.cid-uEjZyBDs7y .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uEjZyBDs7y .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uEjZyBDs7y .modal.fade .modal-dialog,
.cid-uEjZyBDs7y .modal.in .modal-dialog {
  transform: none;
}
.cid-uEjZyBDs7y .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uEjZyBDs7y H6 {
  text-align: center;
}
.cid-uEkgvYdarN {
  padding-top: 90px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/tetocsereptisztitas.hu-header-7-1150x700.webp");
}
.cid-uEkgvYdarN .form-control,
.cid-uEkgvYdarN .form-control:focus {
  background: #ffffff;
  border: 1px solid #ffffff;
}
.cid-uEkgvYdarN .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
  background: linear-gradient(#a6a99c, #edefeb);
  border: none;
}
.cid-uEkgvYdarN textarea.form-control {
  min-height: 188px;
}
.cid-uEkgvYdarN .input-group-btn {
  justify-content: center;
  -webkit-justify-content: center;
}
@media (min-width: 768px) {
  .cid-uEkgvYdarN .content-container {
    padding-right: 5rem;
  }
}
.cid-uEkgvYdarN H1 {
  text-align: left;
}
.cid-uEkgvYdarN .mbr-text,
.cid-uEkgvYdarN .mbr-section-btn {
  text-align: left;
}
.cid-uEkR4yd1Xa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uB8t9vOZtV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uB8t9vOZtV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB8t9vOZtV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB8t9vOZtV .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uB8t9vOZtV .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uB8t9vOZtV .row {
    text-align: center;
  }
  .cid-uB8t9vOZtV .row > div {
    margin: auto;
  }
  .cid-uB8t9vOZtV .social-row {
    justify-content: center;
  }
}
.cid-uB8t9vOZtV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uB8t9vOZtV .list {
  list-style: none;
  padding-left: 0;
  color: #c71030;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uB8t9vOZtV .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uB8t9vOZtV .list {
    margin-bottom: 0rem;
  }
}
.cid-uB8t9vOZtV .mbr-text {
  color: #c71030;
  text-align: left;
}
.cid-uB8t9vOZtV .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uB8t9vOZtV .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uB8t9vOZtV div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uB8t9vOZtV H5 {
  color: #000000;
}
.cid-uB8t9vOZtV .copyright {
  text-align: center;
}
.cid-uB8t9vOZtV .mbr-section-subtitle {
  color: #000000;
}
.cid-uEjTLYGpZX {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f7f7f7;
}
.cid-uEjTLYGpZX .mbr-section-subtitle {
  color: #767676;
}
.cid-uEjTLYGpZX H2 {
  color: #c71030;
}
.cid-uEjU4oV9qJ {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uEjU4oV9qJ .mbr-text {
  color: #000000;
}
.cid-uEkgbuNTzk {
  padding-top: 90px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/tetocsereptisztitas.hu-header-7-1150x700.webp");
}
.cid-uEkgbuNTzk .form-control,
.cid-uEkgbuNTzk .form-control:focus {
  background: #ffffff;
  border: 1px solid #ffffff;
}
.cid-uEkgbuNTzk .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
  background: linear-gradient(#a6a99c, #edefeb);
  border: none;
}
.cid-uEkgbuNTzk textarea.form-control {
  min-height: 188px;
}
.cid-uEkgbuNTzk .input-group-btn {
  justify-content: center;
  -webkit-justify-content: center;
}
@media (min-width: 768px) {
  .cid-uEkgbuNTzk .content-container {
    padding-right: 5rem;
  }
}
.cid-uEkgbuNTzk H1 {
  text-align: left;
}
.cid-uEkgbuNTzk .mbr-text,
.cid-uEkgbuNTzk .mbr-section-btn {
  text-align: left;
}
.cid-uEkQIqbRTt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uB8t9vOZtV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uB8t9vOZtV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB8t9vOZtV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB8t9vOZtV .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uB8t9vOZtV .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uB8t9vOZtV .row {
    text-align: center;
  }
  .cid-uB8t9vOZtV .row > div {
    margin: auto;
  }
  .cid-uB8t9vOZtV .social-row {
    justify-content: center;
  }
}
.cid-uB8t9vOZtV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uB8t9vOZtV .list {
  list-style: none;
  padding-left: 0;
  color: #c71030;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uB8t9vOZtV .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uB8t9vOZtV .list {
    margin-bottom: 0rem;
  }
}
.cid-uB8t9vOZtV .mbr-text {
  color: #c71030;
  text-align: left;
}
.cid-uB8t9vOZtV .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uB8t9vOZtV .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uB8t9vOZtV div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uB8t9vOZtV H5 {
  color: #000000;
}
.cid-uB8t9vOZtV .copyright {
  text-align: center;
}
.cid-uB8t9vOZtV .mbr-section-subtitle {
  color: #000000;
}
.cid-uEkfe0Y9Hc {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f7f7f7;
}
.cid-uEkfe0Y9Hc .mbr-section-subtitle {
  color: #767676;
}
.cid-uEkfe0Y9Hc H2 {
  color: #c71030;
}
.cid-uEkffC2iaS {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uEkffC2iaS .mbr-text {
  color: #000000;
}
.cid-uEkgmFATwg {
  padding-top: 90px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/tetocsereptisztitas.hu-header-7-1150x700.webp");
}
.cid-uEkgmFATwg .form-control,
.cid-uEkgmFATwg .form-control:focus {
  background: #ffffff;
  border: 1px solid #ffffff;
}
.cid-uEkgmFATwg .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
  background: linear-gradient(#a6a99c, #edefeb);
  border: none;
}
.cid-uEkgmFATwg textarea.form-control {
  min-height: 188px;
}
.cid-uEkgmFATwg .input-group-btn {
  justify-content: center;
  -webkit-justify-content: center;
}
@media (min-width: 768px) {
  .cid-uEkgmFATwg .content-container {
    padding-right: 5rem;
  }
}
.cid-uEkgmFATwg H1 {
  text-align: left;
}
.cid-uEkgmFATwg .mbr-text,
.cid-uEkgmFATwg .mbr-section-btn {
  text-align: left;
}
.cid-uEkQTbjpU3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uB8t9vOZtV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uB8t9vOZtV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB8t9vOZtV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB8t9vOZtV .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uB8t9vOZtV .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uB8t9vOZtV .row {
    text-align: center;
  }
  .cid-uB8t9vOZtV .row > div {
    margin: auto;
  }
  .cid-uB8t9vOZtV .social-row {
    justify-content: center;
  }
}
.cid-uB8t9vOZtV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uB8t9vOZtV .list {
  list-style: none;
  padding-left: 0;
  color: #c71030;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uB8t9vOZtV .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uB8t9vOZtV .list {
    margin-bottom: 0rem;
  }
}
.cid-uB8t9vOZtV .mbr-text {
  color: #c71030;
  text-align: left;
}
.cid-uB8t9vOZtV .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uB8t9vOZtV .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uB8t9vOZtV div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uB8t9vOZtV H5 {
  color: #000000;
}
.cid-uB8t9vOZtV .copyright {
  text-align: center;
}
.cid-uB8t9vOZtV .mbr-section-subtitle {
  color: #000000;
}
.cid-uEkBoer90Y {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #f7f7f7;
}
.cid-uEkBoer90Y .mbr-section-subtitle {
  color: #767676;
}
.cid-uEkBoer90Y H2 {
  color: #c71030;
}
.cid-uEkBpFjMWE {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uEkBpFjMWE .mbr-text {
  color: #000000;
}
.cid-uEkC1QNt2p {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uEkC1QNt2p .item {
  padding-bottom: 2rem;
}
.cid-uEkC1QNt2p .item-wrapper {
  height: 100%;
}
.cid-uEkC1QNt2p .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uEkC1QNt2p .carousel-control,
.cid-uEkC1QNt2p .close {
  background: #1b1b1b;
}
.cid-uEkC1QNt2p .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uEkC1QNt2p .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uEkC1QNt2p .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-uEkC1QNt2p .close::before {
  content: '\e91a';
}
.cid-uEkC1QNt2p .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uEkC1QNt2p .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-uEkC1QNt2p .carousel-inner > .active {
  display: block;
}
.cid-uEkC1QNt2p .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uEkC1QNt2p .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uEkC1QNt2p .carousel-control .icon-next,
.cid-uEkC1QNt2p .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uEkC1QNt2p .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uEkC1QNt2p .carousel-control,
  .cid-uEkC1QNt2p .carousel-indicators,
  .cid-uEkC1QNt2p .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uEkC1QNt2p .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uEkC1QNt2p .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uEkC1QNt2p .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-uEkC1QNt2p .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uEkC1QNt2p .carousel-indicators {
    display: none;
  }
}
.cid-uEkC1QNt2p .carousel-indicators .active,
.cid-uEkC1QNt2p .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-uEkC1QNt2p .carousel-indicators .active {
  background: #fff;
}
.cid-uEkC1QNt2p .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uEkC1QNt2p .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uEkC1QNt2p .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uEkC1QNt2p .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uEkC1QNt2p .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uEkC1QNt2p .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-uEkC1QNt2p .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uEkC1QNt2p .carousel {
  width: 100%;
}
.cid-uEkC1QNt2p .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uEkC1QNt2p .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-uEkC1QNt2p .modal.fade .modal-dialog,
.cid-uEkC1QNt2p .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-uEkC1QNt2p .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uEkC1QNt2p a {
  display: block;
}
.cid-uEkC1QNt2p a.img {
  pointer-events: none;
}
.cid-uEkBk6a3PV {
  padding-top: 90px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/tetocsereptisztitas.hu-header-7-1150x700.webp");
}
.cid-uEkBk6a3PV .form-control,
.cid-uEkBk6a3PV .form-control:focus {
  background: #ffffff;
  border: 1px solid #ffffff;
}
.cid-uEkBk6a3PV .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
  background: linear-gradient(#a6a99c, #edefeb);
  border: none;
}
.cid-uEkBk6a3PV textarea.form-control {
  min-height: 188px;
}
.cid-uEkBk6a3PV .input-group-btn {
  justify-content: center;
  -webkit-justify-content: center;
}
@media (min-width: 768px) {
  .cid-uEkBk6a3PV .content-container {
    padding-right: 5rem;
  }
}
.cid-uEkBk6a3PV H1 {
  text-align: left;
}
.cid-uEkBk6a3PV .mbr-text,
.cid-uEkBk6a3PV .mbr-section-btn {
  text-align: left;
}
.cid-uEkPnB7Fly {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uB8t9vOZtV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uB8t9vOZtV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB8t9vOZtV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB8t9vOZtV .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uB8t9vOZtV .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uB8t9vOZtV .row {
    text-align: center;
  }
  .cid-uB8t9vOZtV .row > div {
    margin: auto;
  }
  .cid-uB8t9vOZtV .social-row {
    justify-content: center;
  }
}
.cid-uB8t9vOZtV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uB8t9vOZtV .list {
  list-style: none;
  padding-left: 0;
  color: #c71030;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uB8t9vOZtV .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uB8t9vOZtV .list {
    margin-bottom: 0rem;
  }
}
.cid-uB8t9vOZtV .mbr-text {
  color: #c71030;
  text-align: left;
}
.cid-uB8t9vOZtV .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uB8t9vOZtV .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uB8t9vOZtV div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uB8t9vOZtV H5 {
  color: #000000;
}
.cid-uB8t9vOZtV .copyright {
  text-align: center;
}
.cid-uB8t9vOZtV .mbr-section-subtitle {
  color: #000000;
}
