h1, h2, h3, h4, h5, h6 {
  font-family: 'Hind', sans-serif;
  font-weight: normal;
}
h1, body .hl-1  {
  font-size: 48px;
  line-height: 3rem;
}

h2, body .hl-2  {
  font-size: 36px;
}

h3, body .hl-3  {
  font-size: 24px;
}

h4, body .hl-4 {
  font-size: 18px;
  line-height: 1.5;
}

h5, body .hl-5  {
  font-size: 14px;
}

h6, body .hl-6  {
  font-size: 12px;
}

a.link {
  text-decoration: underline;
}
a[target="_blank"]::after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
  margin: 0 3px 0 5px;
}
body {
  position: relative;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  color: #525050;
  min-height: 100%;
  /* overflow: hidden; */
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.site-main h1,
.site-main h2,
.site-main h3,
.site-main h4,
.site-main h5,
.site-main h6 {
  color: #525050;
}

.site-main h1 a,
.site-main h2 a,
.site-main h3 a,
.site-main h4 a,
.site-main h5 a,
.site-main h6 a,
.site-main h1 a:visited,
.site-main h2 a:visited,
.site-main h3 a:visited,
.site-main h4 a:visited,
.site-main h5 a:visited,
.site-main h6 a:visited {
  color: #525050;
  text-decoration: none;
}

.site-main h1 a:hover,
.site-main h2 a:hover,
.site-main h3 a:hover,
.site-main h4 a:hover,
.site-main h5 a:hover,
.site-main h6 a:hover {
  color: #661e30;
}



.site {
  background-color: #f8f8f8;
}

.category-hirek .page-title {

}

.news h4,
.category-hirek h2.entry-title {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}


.category-hirek .entry-content {
  margin: 5px 0 0 0;
  font-size: 14px;
}

.category-hirek .entry-content p {
  margin: 0;
  text-align: justify;
}
.single-post .category-hirek h2.entry-title {
  font-size: 36px;
}

article footer {
  text-align: right;
}

blockquote {
  padding: 0 30px;
  border-left: 1px solid #630922;
  margin: 0;
}

ul.side-menu {
  margin: 0;
  list-style: none;
  background-color: #fff;
  padding: 18px 0;
  width: 145px;
  -webkit-box-shadow: 0px 18px 58px -33px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 18px 58px -33px rgba(0,0,0,0.75);
  box-shadow: 0px 18px 58px -33px rgba(0,0,0,0.75);
}

ul.side-menu.sticky {
  position: fixed;
  top: 128px;
}

ul.side-menu li {
  margin: 0 0 2px 0;
}

ul.side-menu li a {
  text-decoration: underline;
  display: block;
  padding: 5px 18px;
}
ul.side-menu li a:focus,
ul.side-menu li a:hover {
  background-color: #661e30;
  color: #fff;
}

ul.side-menu li a:focus,
ul.side-menu li a:hover {
  background-color: #661e30;
  color: #fff;
}


ul.side-menu li.last {
  padding: 0 0 0 24px;
}

ul.side-menu a {
  color: #525050;
  text-decoration: none;
  outline: none;
  font-size: 14px;
}

#nav-access {
  width: 100%;
  position: absolute;
  top: -20em;
  z-index: 1001;
}

#nav-access .nav-access-item,
#nav-access .nav-access-items {
  list-style: none;
  margin: 0;
}
#nav-access a {
  border-radius: 0 0 1em 1em;
  top: 0;
  color: #fff;
  background: #661e30;
  padding: 10px 20px;
  position: absolute;
  width: fit-content;
  left: 0;
  right: 0;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  text-align: center;
  transition: top 400ms;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  word-spacing: 0.16em;
}
#nav-access a:focus,
#nav-access a:active {
  box-shadow: 0px 7px 3px rgba(0,0,0,0.2);
  top: 20em;
  text-decoration: none;
  outline: 0;
}



.entry-meta > span {
  display: block;
  color: #525050;
  font-size: 14px;
}

.entry-meta .meta-icon {
  display: initial;
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: text-top;
  margin-right: 5px;
}

.entry-meta .posted-on .meta-icon {
  background-image: url('../img/clock.svg');
}
.entry-meta .posted-category .meta-icon {
  background-image: url('../img/folder.svg');
}

footer .more .meta-icon {
  background-image: url('../img/arrow.svg');
  width: 18px;
  height: 18px;
  text-align: right;
  display: inline-block;
}

.icon-more {
  background-image: url('../img/arrow.svg');
  width: 18px;
  height: 18px;
  display: inline-block;
}

.page-template-page-interest .site-main,
.page-template-page-interest .site {
  background-color: #f2f2f2;
}

/* .hentry {
  margin: 0;
} */

body.page #content,
body.error404  #content,
.page-template #content,
.category #content,
.single-post #content {
  padding-top: 96px;
}

body.page.home #content {
  padding-top: 0;
}

.single-post .entry-content {
  margin: 15px 0;
}

.entry-content {
  overflow: hidden;
}

.site-header {
  background-color: #fff;
  border-bottom: 1px solid #d8d8d7;
  position: fixed;
  width: 100%;
  padding: 0;
  z-index: 99;
}

.a11y-toolbar {
  position: absolute;
  z-index: 99999;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  left: auto;
  right: 24px;
  height: 100%;
  display: flex;
  align-items: center;
}
.open-res-menu .a11y-toolbar,
.sticky-menu .a11y-toolbar {
  display: none;
}
.a11y-toolbar ul li .a11y-toggle-contrast {
  line-height: 1;
  height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 29px;
  padding: 0px;
  background-color: yellow;
  color: #000;
  border: 1px solid #ccc;
  text-decoration: none !important;
}
.a11y-toolbar ul li .a11y-toggle-contrast:hover {
  background-color: #080808;
  color: yellow;
}
.a11y-toolbar ul li .a11y-toggle-contrast:hover .aticon-adjust:before {
  color: yellow;
}
.a11y-toolbar ul li:last-child button {
  border-radius: 50%;
  cursor: pointer;
}
 .a11y-toolbar button:focus {
   outline-offset: 0;
   outline-color: black;
 }
.a11y-toolbar button:hover .offscreen, .a11y-toolbar button:focus .offscreen {
  right: 2em;
  left: auto;
  background-color: black;
  font-size: 18px;
  padding: 2px 5px !important;
  border-radius: 6px;
  width: auto !important;
  line-height: 1.5;
  color: yellow;
  display: block;
  text-transform: uppercase;
  top: 0px;
  height: auto;
}

.site-main {
  background-color: #f8f8f8;
}
.logo-title {
  margin: 0;
  padding: 0;
}

.offscreen {
  height: 0;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px,1px,1px,1px);
	margin: 0;
	padding: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
  background-color: #fff;
  color: #000;
  display: block;
}

#nav_keyshortcuts {
  margin-top: 8em;
  border: 1px solid  #ccc;
  padding: 10px;
  font-size: 14px;
}
#nav_keyshortcuts.closed {
  border: 0;
}

.btn-link {
  background-color: transparent;
  border: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
  color:  #525050;
  text-decoration: underline;
  font-weight: normal;
  font-family: inherit;
  text-align: left;
  display: inline-block;
  text-align: left;
  padding: 0.25em 0;
  margin: 0 0.5em 0.5em 0;
}

.btn-link:focus,
.btn-link:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
  color: #661e30;
}

@media screen and (max-width: 768px) {
  #nav_keyshortcuts {
    display: none;
  }
}


#nav_keyshortcuts p {
  margin: 0.5em 0;
}
#nav_keyshortcuts_title {
  font-size: inherit;
  margin: 5px 0;
  line-height: inherit;
  font-weight: bold;
}

#nav_keyshortcuts_title span {
  cursor: help;
  border-bottom: 1px dotted #ccc;
}
#nav_keyshortcuts_title span::before {
  /* info sign */
  content: '\2139';
  margin-right: 5px;
  color: #888;
}



#nav_keyshortcuts h1 span:hover {
  text-decoration: underline;
}
#nav_keyshortcuts.closed .nav-keyshortcuts-inner {
  display: none;
}

.site-branding {
  display: inline-block;
  margin: 7px 0 3px 0;
}

.site-branding a {
  display: inline-block;
  font-size: 0;
}

.site-branding .black {
  /* display: none; */
  padding: 0;
  margin: 0;
  font-size: 1em;
  line-height: 1.5;
}
.site-branding .black .offscreen {
  position: relative;
}
.a11y-toggle .offscreen {
  position: relative  !important;
  height: auto;
  margin-bottom: -1px;
  margin-left: -1px;
}
.a11y-toolbar button:hover .offscreen, .a11y-toolbar button:focus .offscreen {
  position: absolute !important;
  height: auto;
  margin-bottom: 0px;
  margin-left: 0px;
}
.site-header.sticky .site-branding .black {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1.5;
}

.site-branding .custom-logo-link {
  display: none;
}
.site-header.sticky .site-branding .custom-logo-link {
  display: none;
}

.main-navigation {
  float: none;
  /* display: table; */
  display: flex;
  width: 100%;
  height: 100%;
  text-align: right;
}

.main-navigation li {
  display: inline-block;
  float: none;
}
.open-res-menu .main-navigation--a11y .menu-main-menu-container,
.menu-main-menu-container {
  position: relative
}
/* #masthead .menu-main-menu-container::before {
	content: '';
	position: absolute;
	width: 120%;
	height: 100%;
	left: -10%;
	top: 0;
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,248,248,0.9) 10%, rgba(255,248,248,0.9) 90%, rgba(255,254,254,0) 100%);
	pointer-events: none;
} */
.main-navigation a {
  color: #000;
  position: relative;
  font-size: 18px;
  padding: 0 8px;
  font-weight: lighter;
  font-family: 'Hind', Arial, sans-serif;
}
.main-navigation .nav-menu > li > a::before,
.main-navigation .nav-menu > li > a::after {
  content: '';
  position: absolute;
  width: calc(100% - 16px);
  height: 1px;
  bottom: 2px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(0,0,0, 0.2);
}
.main-navigation .nav-menu > li > a::after {
  bottom: 0px;
  width: 0;
  transition-property: width;
  transition-duration: 500ms;
}
.main-navigation .nav-menu > li > a:focus::after,
.main-navigation .nav-menu > li > a:hover::after {
  bottom: 0px;
  width: calc(100% - 20px);
}

/* .site-header.sticky .main-navigation .nav-menu > li.focus > a::before,
.site-header.sticky .main-navigation .nav-menu > li.focus > a::after {
    background-color: #525050;
} */

/* header .main-navigation li.current-menu-parent > a::before,
header .main-navigation li.current-menu-parent > a::after, */
header .main-navigation li.current-menu-item > a::before,
header .main-navigation li.current-menu-item > a::after {
  display: none;
}

.site-header.sticky {
  background-color: #fff;
}

#primary-mobile-menu > li.a11y,
.open-res-menu .main-navigation--a11y #primary-menu > li.a11y,
#primary-menu > li.a11y {
  display: flex;
}
#primary-menu > li {
  margin: 0 3px;
  position: relative;
}

.open-res-menu .main-navigation--a11y #primary-menu > li,
#primary-mobile-menu > li {
    margin: 5px 0px;
    position: relative;
}


#primary-menu > li::before {
  content: '';
  width: 1px;
  background-color: rgba(255,255,255, 0.35);
  height: 80%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: -4px;
  color: #fff;
}
.open-res-menu .main-navigation--a11y #primary-menu > li::before {
  display: none;
}


#primary-menu > li:last-of-type::before {
  display: none;
}

.site-header.sticky #primary-menu > li::before {
  background-color: rgba(0, 0, 0, 0.1);
}


.open-res-menu .main-navigation--a11y .menu-main-menu-container,
.menu-main-menu-container {
  margin-right: 24px;
  display: flex;
  flex: 1 1 auto;
  align-items: flex-start;
}
.responsive-menu .menu-main-menu-container {
  display: none;
 }
.open-res-menu .main-navigation--a11y .menu-main-menu-container,
.open-res-menu .responsive-menu .menu-main-menu-container {
  display: flex;
}
#primary-mobile-menu > li:last-of-type {
  margin-bottom: 2em;
}

.main-navigation ul li > ul {
  /* visibility: hidden; */
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
  left: auto;
  /* visibility: visible; */
}
.main-navigation > div > ul {
  display: flex;
  height: 100%;
  align-items: center;
  margin-left: auto;
}

.main-navigation > div > ul > li {
  display: flex;
  align-items: center;
  position: relative;
}
.main-navigation > div > ul > li > a {
  display: flex;
  align-items: center;
}

.main-navigation > div > ul > li.focus,
.main-navigation > div > ul > li.focus > a,
.main-navigation > div > ul > li:hover > a,
.main-navigation > div > ul > li > a:focus,
.main-navigation > div > ul > li:hover {
  height: 100%;
}

.main-navigation > div > ul > li.focus > a,
.main-navigation > div > ul > li > a:focus,
.main-navigation > div > ul > li:hover > a {
  background-color: #eee;
}
.site-header.sticky .main-navigation > div > ul > li.focus > a,
.site-header.sticky .main-navigation > div > ul > li > a:focus,
.site-header.sticky .main-navigation > div > ul > li:hover > a {
  background-color: #eee;
}


.main-navigation ul ul.sub-menu {
  box-shadow: none;
  color: #525050;
  border: 0;
  top: 100%;
  padding: 12px 0;
}
.main-navigation ul ul.sub-menu > li {
  background-color: #eee;

}
/* .site-header.sticky .main-navigation ul ul.sub-menu {
  background-color: #eee;
} */

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {

}

.main-navigation ul ul::after {
  box-shadow: 0px 10px 9px 3px rgba(0,0,0,0.14);
  content: ' ';
  display: block;
  width: 100%;
  height: calc(100% - 24px);
  top: 12px;
  left: 0;
  background-color: transparent;
  position: absolute;
}
.main-navigation ul ul::before {
  content: ' ';
  display: block;
  margin: 0 auto;
  margin-top: -9px;
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 13px solid #eee;
  position: absolute;
  left: 33px;
}
.main-navigation ul ul li {
  z-index: 1;
  position: relative;
}
.main-navigation ul ul a {
  width: 280px;
}

.main-navigation ul ul li {
}

.main-navigation ul ul li a {
  color: #525050;
  padding: 8px 12px;
  font-size: 16px;
  text-align: left;
  font-weight: normal;
  text-decoration: underline;
}

.main-navigation ul ul li a:hover,
.main-navigation ul ul li a:focus {
  text-decoration: underline;
  background-color: #6E002E;
  color: #fff;
}

body .site-header .main-navigation li.current-menu-item > a,
body .site-header .main-navigation li.current-menu-parent > a {
  font-weight: 600;
  text-decoration: none;
}

.site-main section {
  margin-bottom: 92px;
}

.canvas {
  background: url() no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 420px;
  height: 949px;
  display: none;
  position: relative;
}

/* :focus {
  outline: none !important;
} */

.map-wrapper {
  position: relative;
  text-align: center;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.mark-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 15;
}

.active > .marker-content {
  font-size: 14px;
  color: #fff;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 5px 10px 5px 10px;
  border-radius: 15px;
  z-index: -1;
  display: block;
}

.marker {
  width: 20px;
  height: 20px;
  position: absolute;
  pointer-events: auto;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(0,0,0, 1);
  animation: pulse 2s infinite;
  z-index: 14;
  opacity: 1;
  transition-duration: 500ms;
  transition-delay: 200ms;
  transition-property: opacity;
}

.marker.active {
  z-index: 6;
  animation: none;
  transition-delay: 0ms;
  opacity: 1  !important;
  /* display: block !important; */
}

.marker > .circle {
  width: 38px;
  height: 38px;
  /* background-color: red; */
  text-align: center;
  margin: -11px;
  z-index: 10;
  display: flex;
  align-items: center;
  position: relative;
  /* justify-content: center; */
}
.marker > .circle::after {
  content: '';
  background-color: #fff;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  display: block;
}

.marker.disable {
  transition-delay: 0ms;

  /* display: none; */
  opacity: 0;
}

.marker-content {
  top: -7.5px;
  left: -10px;
  display: none;
}

/* ID 1: Tisza Lajos Irodaház - bal felső sarok */
.marker-1 {
  top: 62%;
  left: 1%;
}

.marker-content-1 {
  padding-left: 35px !important;
  width: 200px;
}

/* ID 2: Agrárminisztérium - középső nagy terület */
.marker-2 {
  top: 67%;
  right: 45%;
}

.marker-content-2 {
  padding-right: 35px !important;
  left: unset;
  right: -7.5px;
  width: 200px;
}

/* ID 3: Igazságügyi Palota - bal oldali nagy épület */
.marker-3 {
  top: 64%;
  left: 28%;
}

.marker-content-3 {
  padding-left: 35px !important;
  width: 170px;
}

/* ID 4: Szabad György Irodaház - jobb oldali nagy épület */
.marker-4 {
  top: 69%;
  right: 17%;
}

.marker-content-4 {
  padding-right: 35px !important;
  left: unset;
  right: -7.5px;
  width: 220px;
}

/* ID 5: Nemzeti Összetartozás Emlékhelye - középső felső */
.marker-5 {
  top: 76.5%;
  left: 40%;
}

.marker-content-5 {
  padding-left: 35px !important;
  width: 240px;
}

/* ID 6: Vértanúk tere - jobb felső kis épület */
.marker-6 {
  top: 70%;
  right: 34%;
}

.marker-content-6 {
  padding-left: 30px !important;
  width: 150px;
}

/* ID 7: Kossúth Lajos tér - középső nagy park terület */
.marker-7 {
  top: 88%;
  left: 45%;
}

.marker-content-7 {
  padding-left: 35px !important;
  width: 180px;
}

/* ID 8: Országház látogatóközpont és mélygarázs - bal alsó sarok */
.marker-8 {
  top: 82%;
  left: 1%;
}

.marker-content-8 {
  padding-left: 35px !important;
  width: 240px;
}

/* ID 9: Wellisch Palota - jobb oldali épület */
.marker-9 {
  top: 68%;
  right: 4%;
}

.marker-content-9 {
  padding-right: 35px !important;
  left: unset;
  right: -7.5px;
  width: 160px;
}

.pulse:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  /* rgba(204,169,44, 0); */
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 20px rgba(255,255,255, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
    box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(255,255,255, 0);
      box-shadow: 0 0 0 20px rgba(255,255,255, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
      box-shadow: 0 0 0 0 rgba(255,255,255, 0);
  }
}

.site-footer {
  background-color: #f8f8f8;
  padding: 32px 0 30px 0;
}

.site-footer-right {
  text-align: right;
}
.site-footer .hl-4,
.site-footer h4 {
  margin-bottom: 10px;
}
.site-footer .hl-4 .title,
.site-footer h4 .title {
  position: relative;
  display: inline-block;
  font-weight: bold;
}
.site-footer .hl-4 span::after,
.site-footer h4 span::after {
  position: absolute;
  height: 1px;
  background-color: #630922;
  width: 85%;
  display: block;
  bottom: 0;
  left: 0;
  content: ' ';
}
.site-footer address {
  font-style: normal;
  margin: 0;
  padding: 0;
  font-size: 15px;
}

.site-footer-after {
  background-color: #661e30;
  height: 6px;
}

.news {
  padding: 64px;
  background-color: #fff;
}

.news h4 {
  margin: 0;
}

.news .news-content p {
  text-align: justify;
  margin-bottom: 0;
}

.news footer {
  text-align: right;
}

footer a.more {
  text-decoration: none;
  color: black;
  text-align: right;
  display: inline-block;
}

.poster {
  height: 792px;
  position: relative;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  overflow: hidden;
}

.poster > div {
  position: relative;
  width: 100%;
  height: 100%;
}

.poster .poster-title {
  position: absolute;
  bottom: 0;
  float: left;
  color: #fff;
  width: 70%;
  margin-bottom: 108px;
  padding-left: 2%;
}

.poster .poster-title h1,
.poster .poster-title h2,
.poster .poster-title h3,
.poster .poster-title h4 {
  color: #fff;
	background-color: rgba(0,0,0,0.64);
	padding: 0.4em;
}

.poster .planner h4 {
  font-weight: normal;
}

.poster .poster-image {
	height: 100%;
	width: auto;
	display: block;
	position: absolute;
  visibility: hidden;
	max-width: none;
	margin: auto;
	left: -50%;
	right: -50%;
}

.datas a.href-link::before,
.icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
}

.icon.arrow-down {
  background-image: url('../img/down_arrow.svg');
}
.icon.arrow-up {
  background-image: url('../img/up_arrow.svg');
}
.icon.arrow-left {
  background-image: url('../img/left_arrow.svg');
}
.icon.arrow-right {
  background-image: url('../img/right_arrow.svg');
}
.icon.arrow-slider-left {
  background-image: url('../img/slider-left.png');
}
.icon.arrow-slider-right {
  background-image: url('../img/slider-right.png');
}

.site-branding-wrp {
  display: flex;

}
.menu-toggle,
.icon.hamburger-icon {
  background-image: url('../img/menu_black.svg');
  margin-right: 15px;
  width: 32px;
  height: 32px;
  align-self: center;
  padding: 0;
  background-color: transparent;
  border: 1px solid #ccc;
}
.toggled .menu-toggle {
  background-image: url('../img/close_arrow_black.svg');
}

.icon.arrow-close {
  background-image: url('../img/close_arrow.svg');
}

div:hover > .icon.arrow-down:not(.nohover) {
  background-image: url('../img/down_arrow_hover.svg');
}
div:hover > .icon.arrow-up:not(.nohover) {
  background-image: url('../img/up_arrow_hover.svg');
}
div:hover > .icon.arrow-left:not(.nohover) {
  background-image: url('../img/left_arrow_hover.svg');
}
div:hover > .icon.arrow-right:not(.nohover) {
  background-image: url('../img/right_arrow_hover.svg');
}

.datas ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.datas .title > h1,
.datas .title > h2,
.datas .title > h3,
.datas .title > h4,
.datas .title > h5,
.datas .title > h6 {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

.datas .content h6 {
  font-weight: 600;
  font-size: 1.1em;
  margin: 1.5em 0 0.5em 0;
}

.datas .content h6 + p {
  margin-top: 0.5em;
}
.datas .title {
  display: flex;
  background-color: #fff;
  padding: 10px 36px;
  line-height: normal;
  cursor: pointer;
  margin-bottom: 20px;
  position: relative;
  border-radius: 4px;
  border: 2px solid #fff;
}
.datas .title:focus {
  outline: 0 none;
  border: 2px solid #6E002E;
}
.datas .title .anchor-link {
  margin-left: auto;
}

.datas .title > a {
  text-decoration: none;
  color: #525050;
}

.datas .title > a:hover {
  color: #7a0026;
}
.datas a.href-link::before {
  content: "🔗";
  font-size: 13px;
}
.datas a.href-link::before,
.datas .title .icon {
  margin-right: 5px;
}

.datas .has-content.active .title {
  margin-bottom: 0;
  color: #7a0026;
}

.datas .has-content.active {
  margin-bottom: 20px;
}

.datas .title:hover {
  color: #7a0026;
}

.datas > ul > li ul {
  margin-left: 20px;
}


.datas li .submenu,
.datas li .content,
.datas li .archive {
  display: none;
}

.datas li.active > .submenu,
.datas li.active > .content,
.datas li.active > .archive {
  display: block;
}

.datas .content {
  background-color: #edeaea;
  padding: 20px 30px;
}
.datas .content:focus {
  border: 1px solid #888;
  outline: 0 none;
}
.datas .archive {
  border-top: 1px solid #ccc9c9;
  background-color: #edeaea;
  padding: 10px 30px;
}

.datas .archive table {
  border-collapse: collapse;
}

.datas .archive table td {
  border: 1px solid #000;
  padding: 8px 24px;
}

.datas .archive table td.year {
  text-align: center;
}

.datas .data-buttons {
  text-align: right;
  font-size: 14px;
  margin-bottom: 0.5em;
}
.datas .data-buttons .btn-link {
  margin-right: 0;
}

.datas .data-buttons .sepa {
  margin: 0 5px;
  display: inline-block;
  width: 1px;
  height: 10px;
  background-color: #ccc;
}

@media screen and (max-width: 380px) {
  .datas .data-buttons .sepa {
    display: none;
  }
  .datas .data-buttons .btn-link {
    margin-right: 0.5em;
  }
}

nav.navigation.post-navigation {
  /* border-top: 1px solid #aaaaaa; */
  padding: 0;
}

nav.navigation.post-navigation a {
  color: black;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  vertical-align: middle;
}

.post-hr {
  height:1px;
  background-color:#aaaaaa;
}

.nav-links .title {
  margin-bottom: 15px;
}
button,
[role="button"] {
  cursor: pointer;
}

.sidebar {
  z-index: 5;
  pointer-events: none;
}
.sidebar #side-menu,
.sidebar .side-menu {
  pointer-events: all;
}

.gallery {
  position: relative;
  padding: 10px 0;
}
.gallery > div > div {
  padding: 0 10px;
}
.gallery .links > a {
  position: absolute;
  /* background-color: rgba(0, 0, 0, 0.5); */
  /* border-radius: 50%; */
  /* padding: 25px; */
  width: 70px;
  height: 70px;
  margin: auto;
  display: none;
}

.gallery .links > a:hover {
  /* background-color: rgba(0, 0, 0, 1); */
  cursor: pointer;
}

.gallery .links > a.left {
  left: 4%;
  top: 0;
  bottom: 0;
  display: none;
}
.gallery .links > a.right {
  right: 4%;
  top: 0;
  bottom: 0;
  margin: auto;
}

.gallery .links > a.active {
  display: block;
}

figure.gallery-item {
  border: 10px solid #fff;
  font-size: 0;
  width: 100%;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
  /* margin: 0 20px; */
  position: relative;
}

figure.gallery-item a {
  display: block;
  cursor: zoom-in;
}
figure.gallery-item a.zoom-btn {
  display: none;
  width: 42px;
  height: 42px;
  box-sizing: content-box;
  position: absolute;
  background: rgba(225,225,225, 0.75) url("../img/zoom.svg") no-repeat center;
  background-size: 90%;
  border: 1px solid #eee;
  border-radius: 5px 0 0 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
figure.gallery-item a.zoom-btn::after {
  background-image: url(../img/zoom_white.svg);
  content: '';
  display: block;
  opacity: 0;
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
figure.gallery-item.active a.zoom-btn {
  display: block;
}
figure.gallery-item a.zoom-btn:hover,
figure.gallery-item a.zoom-btn:focus {
  background-image: url("../img/zoom_white.svg");
  background-color: rgba(0,0,0, 0.8);
  border: 2px solid #777;
}

figure.gallery-item > div::before {
  /* content: ' '; */
  width: 10px;
  height: 100%;
  display: inline-block;
  position: absolute;
  border: 5px solid #fff;
  left: -15px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
  z-index: -1;
}

.gallery > div > div:nth-child(even) {
  /* transform: scale(0.9); */
}

a.prev-page {
  color: #525050;
  text-decoration: none;
  display: block;
  margin-bottom: 35px;
}
.responsive-menu {
  display: none;
}
.open-res-menu .main-navigation--a11y,
.responsive-menu {
  position: absolute;
  max-width: 400px;
  top: 0;
  left: -86%;
  background-color: #fff;
  z-index: 105;
  height:100vh;
  padding-left: 25px;
  padding-top: 25px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  width: 85%;
  position: fixed;
}
.open-res-menu .main-navigation--a11y {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 200;
}

.open-res-menu .main-navigation--a11y .menu-main-menu-container,
.responsive-menu .menu-main-menu-container {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.open-res-menu .main-navigation--a11y,
.open-res-menu .responsive-menu {
  transition: 0.5s;
  left: 0;
}
.open-res-menu .main-navigation--a11y .close:hover,
.responsive-menu .close:hover,
.open-res-menu .main-navigation--a11y .close:focus,
.responsive-menu .close:focus {
  border: 1px solid #222;
  outline: 0 none;
  background-color: #630922;
}

.main-navigation--a11y .close,
.responsive-menu .close {
  position: absolute;
  display: none;
  cursor: pointer;
	width: 32px;
	height: 32px;
	right: 15px;
	top: 15px;
	border: 0 none;
	background: transparent;
}
.open-res-menu .main-navigation--a11y .close,
.open-res-menu .responsive-menu .close {
  display: block;
}
.main-navigation--a11y .close::before,
.responsive-menu .close::before,
.main-navigation--a11y .close::after,
.responsive-menu .close::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #222;
	top: 0;
	padding: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	transform: rotate(45deg);
	transform-origin: center;
	display: block;
}
.main-navigation--a11y .close::after,
.responsive-menu .close::after {
	transform: rotate(-45deg);
}

.main-navigation--a11y .close:hover::before,
.responsive-menu .close:hover::before,
.main-navigation--a11y .close:focus::before,
.responsive-menu .close:focus::before,
.main-navigation--a11y .close:hover::after,
.responsive-menu .close:hover::after,
.main-navigation--a11y .close:focus::after,
.responsive-menu .close:focus::after {
	background-color: #fff;
  height: 2px;
}

.open-res-menu .main-navigation--a11y ul,
.responsive-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.open-res-menu .main-navigation--a11y .li,
.responsive-menu li {
  margin: 0.25em 0;
}
.open-res-menu .main-navigation--a11y .menu span,
.responsive-menu .menu span,
.open-res-menu .main-navigation--a11y .menu a,
.responsive-menu .menu a {
  padding: 0.35em 0.5em;
  font-size: 14px;
  display: inline-block;
}
.open-res-menu .main-navigation--a11y .menu a,
.responsive-menu .menu a {
  color: #3c3c3c;
  text-decoration: underline;
}
.open-res-menu .main-navigation--a11y .menu a:focus,
.responsive-menu .menu a:focus,
.open-res-menu .main-navigation--a11y .menu a:hover,
.responsive-menu .menu a:hover {
  background-color: #7a0026;
  color: #fff;
  /* background-color: #eee;
  outline: 2px dashed #888; */
}


.open-res-menu .main-navigation--a11y > div > ul li.current-menu-parent > span,
.open-res-menu .main-navigation--a11y > div > ul li.current-menu-parent > a,
.open-res-menu .main-navigation--a11y > div > ul li.current-menu-item a,
.open-res-menu .main-navigation--a11y > div > ul li.current_page_item a,

.responsive-menu > div > ul li.current-menu-parent > span,
.responsive-menu > div > ul li.current-menu-parent > a,
.responsive-menu > div > ul li.current-menu-item a,
.responsive-menu > div > ul li.current_page_item a {
  font-weight: bold;
  text-decoration: none;
}
.open-res-menu .main-navigation--a11y ul ul,
.responsive-menu ul ul {
  margin-left: 15px;
}

.open-res-menu .main-navigation--a11y ul ul a,
.responsive-menu ul ul a {
}
.open-res-menu .main-navigation--a11y  .black,
.responsive-menu .black {
  margin-bottom: 10px;
  display: none;
}

.responsive-menu .black a {
  display: inline-block;
}

.open-res-menu .main-navigation--a11y .black,
.open-res-menu  .responsive-menu .black {
  display: block;
}

.site-header .hamburger-icon {
  display: none;
}

.open-res-menu .site-header {
  position: relative;
}

.open-res-menu .overlayer {
  position: absolute;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  /* z-index: 100; */
  z-index: 98;
  transition: all 0.5s;
}

.footer-menu {
  margin: 15px 0 0 0;
}
.footer-menu > span {
  display: inline-block;
  margin: 0 4px;
  width: 1px;
  background-color: #aaa;
  height: 0.7em;
}

.map-effect-wrapper {
  position: relative;
}

/* Base image styling */
.map-effect-wrapper .base-image {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

/* SVG overlay positioning */
.map-effect-wrapper .overlay-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}

/* Dark layer (masked darkening effect) */
.map-effect-wrapper .dark-layer {
  opacity: 0;
  transition: opacity 0.3s ease;
  transition-delay: 0s;
}

.map-effect-wrapper .dark-layer.active {
  opacity: 1;
  transition-delay: 0s;
}

/* White highlight layer for special buildings */
.map-effect-wrapper .highlight-layer {
  opacity: 0;
  transition: opacity 0.3s ease;
  transition-delay: 0s;
}

.map-effect-wrapper .highlight-layer.active {
  opacity: 1;
  transition-delay: 0s;
}

/* Base image now handles the image map */
.map-effect-wrapper .base-image {
  pointer-events: auto;
}

.project-bubble {
  display: none;
  font-size: 16px;
  position: absolute;
  top: 0;
  z-index: 10;
  color: #fff;
  width: 100%;
  top: 0;
  bottom: 0;
}

.project-bubble.active {
  background-color: rgba(0,0,0,0.75);
}

.project-bubble.active .project-line,
.project-bubble.active .project-menus {
  display: block;
}

.project-line,
.project-menus {
  display: none;
}

.project-bubble ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.project-bubble .icon.arrow-close {
  width: 32px;
  height: 32px;
  background-color: transparent;
  border: 0 none;
  /* box-sizing: content-box; */
}

.project-bubble .icon.arrow-close:hover,
.project-bubble .icon.arrow-close:focus {
  background-color: rgba(0,0,0,0.2);
  border: 1px solid #fff;
}
.project-bubble ul li {
  padding: 5px 15px;
  margin: 10px 0;
  text-align: center;
}
.project-bubble ul li a {
  color: #fff;
}
.project-line {
  height: 1px;
  width: 30%;
  background-color: #fff;
  margin: 15px auto;
}

.project-bubble-btn {
  background-color: rgba(0,0,0,0.65);
  padding: 12px 32px;
  display: inline-block;
  border-radius: 16px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  display: block;
  margin: 100px auto 0 auto;
}

.project-bubble-btn span {
  color: #fff;
}
.project-bubble-btn:focus {
  outline: 0 none;
  border: 1px solid #fff;
}

.project-bubble.active .project-bubble-btn {
  border: 0 none;
  font-weight: bold;
  background: none;
}
.project-bubble.active .project-bubble-btn:focus {
  outline: 1px dotted #ccc;
}
.project-bubble.active .project-bubble-btn span {
  background: none;
}

.project-close {
  display: none;
  color: #fff;
  text-align: right;
  font-size: 26px;
  position: absolute;
  top: 80px;
  right: 20px;
  z-index: -1;
}

.project-bubble.active .project-close {
  display: block;
  z-index: 2;
}



.single-projects .container section:first-child h2 {
  margin-top: 0;
}

.single-projects .entry-content {
  margin-top: 64px;
}

.a11y {
  display: none;
}

.main-navigation li.a11y {
  display: none;
}


@media screen and (max-width: 992px) {
  .site-header {
    background-color: #fff;
    border-bottom: 1px solid #d8d8d7;
  }

  .site-header .site-branding .custom-logo-link {
    display: none;
  }

  .site-header .hamburger-icon,
  .site-header .site-branding .black {
    display: inline-block;
    display: inline-flex;
  }

  .site-header .main-navigation {
    display: none;
  }

  .site-header .site-branding img {
    height: 30px;
    width: auto;
  	max-width: none;
  }
  .open-res-menu .main-navigation--a11y,
  .responsive-menu {
    display: flex;
    flex-direction: column;
  }

}

@media screen and (max-width: 767px) {
  .single-projects .entry-content {
    margin-top: 32px;
  }
  .poster {
    height: 420px;
  }

  .poster .poster-title h1 {
    font-size: 32px;
    line-height: 32px;
  }

  .poster .poster-title {
    margin-bottom: 35px;
  }

  #content {
    padding-top: 48px;
  }


  .news {
    padding: 0;
  }

  .mark-wrapper {
    display: none;
  }

  .project-bubble {
    display: block;
  }

  .canvas {
    display: block;
  }

  .map-wrapper {
    display: none;
  }

  .site-footer-right {
    text-align: left;
  }

  .gallery-wrapper .links {
    display: none;
  }
}

@media screen and (max-width: 426px) {
  .canvas {
    max-height: 626px;
    overflow-y: auto;
  }
}

@media screen and (max-width: 425px) {
  .gallery-wrapper {
    overflow: hidden;
  }
  figure.gallery-item {
  }

  .poster .poster-title h1 {
    font-size: 1.6em;
    line-height: 1.2em;
  }
}

@media screen and (max-width: 375px) {
  figure.gallery-item {
  }
}
