@font-face {
  font-family: MetropolisBold;
  src: url(/fonts/Metropolis-Bold.otf);
}

@font-face {
  font-family: MetropolisBoldItalic;
  src: url(/fonts/Metropolis-BoldItalic.otf);
}

@font-face {
  font-family: MetropolisLight;
  src: url(/fonts/Metropolis-Light.otf);
}

@font-face {
  font-family: MetropolisLightItalic;
  src: url(/fonts/Metropolis-LightItalic.otf);
}

@font-face {
  font-family: MetropolisRegular;
  src: url(/fonts/Metropolis-Regular.otf);
}

@font-face {
  font-family: MetropolisRegularItalic;
  src: url(/fonts/Metropolis-RegularItalic.otf);
}

@font-face {
  font-family: MetropolisSemiBold;
  src: url(/fonts/Metropolis-SemiBold.otf);
}

@font-face {
  font-family: MetropolisSemoiBoldItalic;
  src: url(/fonts/Metropolis-SemiBoldItalic.otf);
}

@font-face {
  font-family: Playfair;
  src: url(/fonts/PlayfairDisplay-Regular.otf);
}

@font-face {
  font-family: icon;
  src: url(/js/ContentTools/build/images/icons-ok.woff);
  font-weight: 400;
  font-style: normal
}


h1,
h2,
h3,
h4,
h5,
legend,
label {
  font-family: "MetropolisLight";
  letter-spacing: unset;
}

.reveal-modal h1,
.reveal-modal h2,
.reveal-modal h3,
.reveal-modal h4 {
  color: #666666 !important;
}

body,
input,
select,
textarea,
div,
p,
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"] {
  font-family: 'Source Sans Pro', sans-serif;
}

:root {

  --syslight: #ffffff;
  --sysdark: #555555;

  --syslight-hover: #fffffff0;
  --sysdark-hover: #555555f0;

  --success: #1a7d37;
  --info: #276d9c;
  --warning: #c47447;
  --danger: #b5382b;
  --default: #61605c;
  --primary: #095495;/*#61605c;*/

  --alert-link: #e6e6e6;

  --success-hover: #1a7d37f0;
  --info-hover: #276d9cf0;
  --warning-hover: #c47447f0;
  --danger-hover: #b5382bf0;
  --default-hover: #61605cf0;
  --primary-hover: #61605cf0;

  --link: #276d9c;
  --required: #c47447;
  --focus: #276d9c;
  --disabled: #dddddd;
}

/*************************************************************************************************/
/* gombok és alertek */

.alert {
  padding: 15px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert>p,
.alert>ul {
  margin-bottom: 0;
}

.alert>p+p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #fff;
  background-color: var(--success);
  border-color: var(--success);
}

.alert-success hr {
  border-top-color: var(--success);
}

.alert-success .alert-link {
  color: var(--alert-link);
}

.alert-info {
  color: var(--syslight);
  background-color: var(--info);
  border-color: var(--info);
}

.alert-info hr {
  border-top-color: var(--info);
}

.alert-info .alert-link {
  color: var(--alert-link);
}

.alert-warning {
  color: var(--syslight);
  background-color: var(--warning);
  border-color: var(--warning);
}

.alert-warning hr {
  border-top-color: var(--warning);
}

.alert-warning .alert-link {
  color: var(--alert-link);
}

.alert-danger,
.alert-error {
  color: var(--syslight);
  background-color: var(--danger);
  border-color: var(--danger);
}

.alert-danger hr,
.alert-error hr {
  border-top-color: var(--danger);
}

.alert-danger .alert-link,
.alert-error .alert-link {
  color: var(--alert-link);
}

.alert button {
  background-color: transparent;
}

.close {
  float: right;
  font-size: 22.5px;
  font-weight: bold;
  line-height: 1;
  color: var(--sysdark);
  text-shadow: none;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.close:hover,
.close:focus {
  color: var(--sysdark-hover);
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}



.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 10px 15px;
  font-size: 1.0rem;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  font-family: "MetropolisLight";
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed !important;
  filter: alpha(opacity=65);
  opacity: 0.55;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
  cursor: not-allowed !important;
}

.btn.file-upload {
  margin: 0;
}

.btn-default {
  background-color: var(--syslight);
  color: var(--default);
  border-color: var(--default);
}

.btn-default:focus,
.btn-default.focus {
  opacity: 0.8;
}

.btn-default:hover {
  opacity: 0.8;
  color: var(--syslight);
  background-color: var(--default-hover);
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
  opacity: 0.8;
  background-image: none;
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open>.btn-default.dropdown-toggle:hover,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle.focus {
  opacity: 0.8;
}

.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  opacity: 0.8;
}

.btn-default .badge {}

.btn-primary {
  color: var(--syslight);
  background-color: var(--primary);
  /* #498b83;*/
  border-color: var(--primary);
}

.btn-primary:focus,
.btn-primary.focus {
  opacity: 0.8;
}

.btn-primary:hover {
  opacity: 0.8;
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
  background-image: none;
  opacity: 0.8;
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open>.btn-primary.dropdown-toggle:hover,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle.focus {
  opacity: 0.8;
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  opacity: 0.8;
}

.btn-primary .badge {}

.btn-success {
  background-color: var(--syslight);
  color: var(--success);
  border-color: var(--success);
}

.btn-success:focus,
.btn-success.focus {
  opacity: 0.8;
}

.btn-success:hover {
  opacity: 0.8;
  color: var(--syslight);
  background-color: var(--success-hover);
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
  background-image: none;
  opacity: 0.8;
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open>.btn-success.dropdown-toggle:hover,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle.focus {
  opacity: 0.8;
}

.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  opacity: 0.8;
}

.btn-success .badge {}

.btn-info {
  background-color: var(--syslight);
  color: var(--info);
  border-color: var(--info);
}

.btn-info:focus,
.btn-info.focus {
  opacity: 0.8;
}

.btn-info:hover {
  opacity: 0.8;
  color: var(--syslight);
  background-color: var(--info-hover);
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
  background-image: none;
  opacity: 0.8;
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open>.btn-info.dropdown-toggle:hover,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle.focus {
  opacity: 0.8;
}

.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  opacity: 0.8;
}

.btn-info .badge {}

.btn-warning {
  background-color: var(--syslight);
  color: var(--warning);
  border-color: var(--warning);
}

.btn-warning:focus,
.btn-warning.focus {
  opacity: 0.8;
}

.btn-warning:hover {
  opacity: 0.8;
  color: var(--syslight);
  background-color: var(--warning-hover);
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
  background-image: none;
  opacity: 0.8;
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open>.btn-warning.dropdown-toggle:hover,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle.focus {
  opacity: 0.8;
}

.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  opacity: 0.8;
}

.btn-warning .badge {}

.btn-danger {
  background-color: var(--syslight);
  color: var(--danger);
  border-color: var(--danger);
}

.btn-danger:focus,
.btn-danger.focus {
  opacity: 0.8;
}

.btn-danger:hover {
  opacity: 0.8;
  color: var(--syslight);
  background-color: var(--danger-hover);
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
  background-image: none;
  opacity: 0.8;
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open>.btn-danger.dropdown-toggle:hover,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle.focus {
  opacity: 0.8;
}

.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  opacity: 0.8;
}

.btn-danger .badge {
  color: var(--danger);
  background-color: var(--syslight);
}

.btn-link {
  font-weight: 400;
  color: var(--link);
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  opacity: 0.8;
  color: var(--link);
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: var(--link);
  opacity: 0.8;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  text-decoration: none;
}

.btn-lg,
.btn-group-lg>.btn {
  padding: 18px 27px;
  font-size: 1.0rem;
  line-height: 1.33333;
  border-radius: 6px;
}

.btn-sm,
.btn-group-sm>.btn {
  padding: 6px 9px;
  font-size: 1.0rem;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs,
.btn-group-xs>.btn {
  padding: 1px 5px;
  font-size: 1.0rem;
  line-height: 1.5;
  border-radius: 3px;
}


/*************************************************************************************************/
/* kötelező és focus mezők */

.x-form-reqfield,
input[data-validation="required"],
select[data-validation="required"],
textarea[data-validation="required"] {
  border-color: var(--required);
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
  border-color: var(--focus);
  background-color: var(--syslight);
  border-width: 1px;
}


/*************************************************************************************************/
/* text_content szövegszerkesztő  stílusok */


.ct-widget.ct-ignition {
  right: 125px;
  left: unset;
  position: fixed;
  top: 16px;
}

.ct-inspector {
  display: none;
}


.cte-point {
  position: absolute;
  right: 35px;
  top: 0px;
  cursor: pointer;
}

.cte-hover {
  background: #2e8ece !important;
}

.cte-hover::before {
  display: inline-block !important;
  transform: rotate(-15deg) !important;
}

.cte-line {
  position: fixed;
  top: 0;
  left: 0;
  width: 10px;
  height: 0;
  border-right: 2px dashed #dddddd;
  display: none;
}


.fullscreen {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: white;
  padding: 1rem;
  overflow-y: auto;
}

div.partial-hidden,
td.partial-hidden {
  height: 125px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}

th.partial-hidden {
  height: unset !important;
}

.display-block-important {
  display: block !important;
}

.divit-encyclopedia-link {
  font-weight: unset;
  color: #2e8ece;
}

.divit-footnote-link {
  font-weight: unset;
  vertical-align: super;
  font-size: 80%;
  color: #2e8ece;
}


.mm-listview li a i,
.mm-listview li span i {
  width: 17px;
}

.ra-public .mm-listview li a i,
.ra-public .mm-listview li span i {
  width: 24px;
}

.ui-front {
  z-index: 1010;
}

.def-margin {
  margin: 1rem;
}

.page-message-block {
  animation: unset;
}

#page-footer {
  position: fixed;
  bottom: 0px;
}

u {
  text-decoration-line: underline;
}

ins {
  text-decoration-line: underline;
  text-decoration-style: dotted;
}

.image-viewer {
  height: 60vh !important;
  width: 100%;
}


.h40 .image-viewer {
  height: 40vh !important;
  width: 100%;
}

h1.ce-element,
h2.ce-element {
  font-family: "Source Sans Pro", sans-serif;
  color: unset;
  font-weight: normal;
  letter-spacing: unset;
  clear: both;
}

h1.ce-element {
  font-size: 28px;
}

h2.ce-element {
  font-size: 20px;
  font-weight: bold;
}

p.ce-element {
  clear: both;
}

/* mark stílusok  - footable cellában ************************************************************/

.partial-hidden mark {
  display: none;
}

.partial-hidden .divit-mark-pagebreak {
  display: none;
}

.partial-hidden .divit-mark-datebreak {
  display: none;
}

.partial-hidden .divit-mark-sidemark-left {
  display: none;
}

.partial-hidden .divit-mark-sidemark-right {
  display: none;
}

.partial-hidden .divit-mark-definition-notice {
  display: none;
}

.dao-tr-highlight {
  background-color: #EEEEEE88 !important;
}

/*************************************************************************************************/
/* symfony táblák hasonló stílusa dao tábla alapján */

.divit-sfb-base {
  padding: 2rem;
}

.divit-sfb-base table {
  width: 100%;
}

.divit-sfb-base table td.actions-block {
  display: flex;
}

.divit-sfb-center {
  padding-top: 2rem;
  width: 40vw;
  min-width: 330px;
  margin-left: auto;
  margin-right: auto;
}

.divit-sfb-center h1,
.divit-sfb-base h1,
.divit-sfb-center h2,
.divit-sfb-base h2 {
  color: #61605c;
}

.dao-info-th.center {
  text-align: center;
}


/*************************************************************************************************/
/* pagination */



ul.pagination {
	display: block;
	min-height: 1.5rem;
	margin-left: -0.3125rem;
}

ul.pagination li {
	height: 1.5rem;
	color: #222222;
	font-size: 1.0rem;
	margin-left: 0.3125rem;
}

ul.pagination li a, ul.pagination li button {
	display: block;
	padding: 0.0625rem 0.625rem 0.0625rem;
	color: #999999;
	background: none;
	border-radius: 3px;
	font-weight: normal;
	font-size: 1em;
	line-height: inherit;
	transition: background-color 300ms ease-out;
}

ul.pagination li:hover a, ul.pagination li a:focus, ul.pagination li:hover button,
	ul.pagination li button:focus {
	background: #e6e6e6;
}

ul.pagination li.unavailable a, ul.pagination li.unavailable button {
	cursor: default;
	color: #999999;
}

ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus,
	ul.pagination li.unavailable:hover button, ul.pagination li.unavailable button:focus
	{
	background: transparent;
}

ul.pagination li.current a, ul.pagination li.current button {
	background: #008CBA;
	color: #FFFFFF;
	font-weight: bold;
	cursor: default;
}

ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover,
	ul.pagination li.current button:focus {
	background: #008CBA;
}

ul.pagination li {
	float: left;
	display: block;
}

/* Pagination centred wrapper */
.pagination-centered {
	text-align: center;
}

.pagination-centered ul.pagination li {
	float: none;
	display: inline-block;
}




ul.pagination {
  display: inline-block;
  margin: 0;
  padding-top: 10px;
}

.pagination a:hover,
.pagination a:focus {
  opacity: 0.73;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 21px 0;
  border-radius: 4px;
}

.pagination>li {
  display: inline;
}

.pagination>li>a,
.pagination>li>span,
ul.pagination li a,
ul.pagination li button {
  position: relative;
  float: left;
  padding: 10px 15px;
  margin-left: -1px;
  line-height: 1.42857;
  color: #fff;
  text-decoration: none;
  background-color: #61605c;
  border: 1px solid transparent;
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
  z-index: 2;
  color: #fff;
  background-color: #61605c;
  border-color: transparent;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
  /*z-index: 3;*/
  background-color: #fff;
  cursor: default;
  color: #61605c;
  border-color: #61605c;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
  color: #ecf0f1;
  cursor: not-allowed;
  background-color: #c0c0be;
  border-color: transparent;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
  padding: 18px 27px;
  font-size: 19px;
  line-height: 1.33333;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
  padding: 6px 9px;
  font-size: 13px;
  line-height: 1.5;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}


ul.pagination li:hover a,
ul.pagination li a:focus,
ul.pagination li:hover button,
ul.pagination li button:focus {
  background-color: #61605c;
}

/*************************************************************************************************/

.nopadd {
  padding: 0;
}

.bottom-space-1 {
  padding-bottom: 1rem;
}

.flash.messages {
  position: fixed;
  top: 100px;
  right: 25px;
  width: 360px;
}


fieldset {
  margin-bottom: 1.125rem !important;
}

.buttonIn {
  width: 100%;
  position: relative;
}

.buttonIn input {
  width: 100%;
  outline: none;
}

.buttonIn a,
.inner-button,
.buttonIn>a.inner-button {
  margin-bottom: 0 !important;
  position: absolute;
  right: 2px;
  z-index: 2;
  border: none;
  top: 24px;
  height: 30px;
  cursor: pointer;
  color: white;
  transform: translateX(2px);
  padding: 0;
  padding-left: 10px;
  padding-top: 3px;
}


input[type="checkbox"],
input[type="radio"] {
  margin: 0 0 1rem 0;
  padding: 0;
  display: inline-grid;
  grid-template-columns: 6px 6px;
  gap: 6px;
}

input[type="checkbox"]+label,
input[type="radio"]+label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 6px;
  vertical-align: text-bottom;
}


#side-menu-init-button-logo-holder {
  height: 69px;
  z-index: 10;
  position: relative;
  top: 7px;
  left: 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

#side-menu-init-button-logo {
  height: 69px;
  vertical-align: bottom;
}

#side-menu-init-button-holder {
  /*z-index: 900;
  position: absolute;
  top: 96px;
  left: 0;*/
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

#side-menu-init-button {
  font-size: 26px !important;
  font-weight: 300;
  line-height: 22px;
  color: #FFFFFF;
  height: 69px;
  vertical-align: bottom;
}


body.ra-public #mm-0,
#mm-0 {
  max-width: unset;
}

.hamburger,
.clicked-hamburger {
  position: fixed;
  top: 25px;
  left: 30px; /*right*/
  z-index: 10000;
}

.moc-icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 50px;
}

.moc-icon:before,
.moc-icon:after,
.moc-icon div {
  background: #fff;
  content: "";
  display: block;
  height: 6px;
  border-radius: 3px;
  margin: 7px 0;
  transition: all 0.5s;
  pointer-events: none;
}

.dark .moc-icon:before,
.dark .moc-icon:after,
.dark .moc-icon div {
  background: #666;  
}


.clicked-hamburger .moc-icon:before {
  background-color: #666;
  transform: translateY(12px) rotate(135deg);

}

.clicked-hamburger .moc-icon:after {
  background-color: #666;
  transform: translateY(-12px) rotate(-135deg);
}

.clicked-hamburger .moc-icon div {
  background-color: #666;
  transform: scale(0);
}


.language-chooser a {
  width: 30px;
  display: inline-block;
}

.row .padded {
  padding: 1em;
}


.view-container {
  background-color: #FFFFFF;
}

@media only screen and (min-width: 700px) and (max-width: 999px) {
  .view-container {
    margin-left: 7%;
    margin-right: 7%;
    background-color: #FFFFFF;
  }

}

@media only screen and (min-width: 1000px) {
  .view-container {
    margin-left: 17.3%;
    margin-right: 20.5%;
    background-color: #FFFFFF;
  }
}

.content-view {
  overflow-y: auto;
  height: 95%;
}


#view-tool {
  position: relative;
  top: -50px;
  left: 0;
  float: right;
  font-size: 24px;
  border: 2px solid #666666;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 48px;
  line-height: 48px;
  opacity: .9;
  text-align: center;
  font-family: icon;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

#help-toggler {
  align-items: center;
  background-color: #d3cba88a;
  border-radius: 50%;
  bottom: 10px;
  color: #0e2335;
  display: flex;
  height: 50px;
  justify-content: center;
  position: fixed;
  right: 10px;
  transform: translateY(15px);
  transition: all .5s ease-out;
  width: 50px;
  z-index: 999999998;
  opacity: 1;
  transform: translateY(0);
}

#help-toggler-trigger {
  margin:0;
  border: 1px solid #AAAAAA;
  background-color: transparent;
  /*border-color: transparent;*/
  border-radius: 50%;
  bottom: 0px;
  cursor: pointer;
  height: 50px;
  position: fixed;
  right: 0px;
  width: 50px;
  z-index: 999999999;
}


#help-toggler::before {
  font-family: icon;
  content: "\EA09";
  font-size: 44px;
}


#helpPopupContent {
  max-height: 500px;
  overflow-y: auto;
}

.spec-char-button {
  font-family: 'Source Sans Pro';
  padding: 2px 9px;
}

.margin-bottom-1 {
  margin-bottom: 1em;
}

li.language-chooser {
 
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

li.language-chooser nav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: max-content;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6px;
  height: 45px;
}

li.language-chooser nav a {
  width: 100%;
}

li.language-chooser nav a:nth-child(3n+1) {
  grid-column: 1;
  text-align: center;
}

li.language-chooser nav a:nth-child(3n+2) {
  grid-column: 2;
  text-align: center;
}

li.language-chooser nav a:nth-child(3n+3) {
  grid-column: 3;
  text-align: center;
}

sub {
  vertical-align: sub!important;
  font-size: smaller;
}

sup {
  vertical-align: super!important;
  font-size: smaller;
}

.df-3dcanvas {
  right: unset!important;
  top: unset!important;
}

.zoomist-slider.zoomist-slider-horizontal {
  display: none;
}

.avis {
  display: block!important;
}


footer {
  background-color: #222;
  color: white;
  padding: 20px;
  margin-top:50px;
}

.footer-container {
  display: grid;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

/* 2 oszlopos elrendezés nagy kijelzőn (2/3 - 1/3 arány) */
@media (min-width: 900px) {
  .footer-container {
      grid-template-columns: 2fr 1fr;
  }
}

/* 1 oszlopos elrendezés mobilon */
@media (max-width: 899px) {
  .footer-container {
      grid-template-columns: 1fr;
  }
}

.footer-left {
  background:transparent;
  padding: 20px;
}

.footer-right {
  background: transparent;
  padding: 20px;
}



main  {    
  min-height: calc(100vh - 521px);
}

.mm-btn--prev:before {
    inset-inline-start: 63px!important;
}