@charset "UTF-8";

@font-face {
    font-family: 'Saira';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/SairaCondensed-Thin.ttf') format('truetype');
}
@font-face {
    font-family: 'Saira';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/SairaCondensed-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Saira';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/SairaCondensed-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Saira';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/SairaCondensed-Bold.ttf') format('truetype');
}
pre {
  display: block;
  padding: 15px;
  font-size: 12px;
  color: white;
  background: #00000087;
  line-height: 13px;
  border-radius: 8px;
}
:root {
  --red: #ec1c23;
  --grey: rgb(167, 169, 172);
  --grey-opacity: rgba(167,169,172,0.50);
}


  
/*default*/
  * {
    scroll-padding-top: 120px;
  }

  html {
    height: 100%;
    scroll-behavior: smooth;
  }
  body {
    overflow-x: hidden;
    overflow-y: overlay;
    font-family: 'Saira';
    font-size: 18px;
    line-height: 1.5em;
    color: black;
    background-color: rgb(167, 169, 172);
    background-attachment: fixed;
  }
  p {
    padding: 0;
  }

  a,
  a:hover,
  a:focus,
  a:visited {
    color: black;
    text-decoration: none !important;
  }

  .icons.tck-article-tools.tck-article-tools-right {
    display: none;
  }

  .backbutton {
    text-align: right;
    margin-top: 30px;
  }
  .backbutton a {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--red);
  }
  .backbutton a:before {
    content: "";
    width: 0;
    height: 0;
    display: inline-block;
    margin-right: 7px;
    border-style: solid;
    border-width: 10px 9px 10px 0;
    border-color: transparent var(--red) transparent transparent;
  }

  .readmore.tck-readmore {
    text-align: right;  
  }
  .readmore.tck-readmore a {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--red);
  }

  .embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
  .embed-container iframe,
  .embed-container object,
  .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
  
  .infos .embed-container { position: relative; padding-bottom: 67%; height: 0; overflow: hidden; max-width: 100%; }

/*login*/

  form.form-validate.form-horizontal.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    max-width: 420px;
    margin: 0 auto;
  }
  .form-horizontal .control-group {
    margin-bottom: 0;
  }
  .form-horizontal .control-label {
    _display: none;
  }
  input#username {
    _display: none;
  }
  .form-horizontal .controls {
    _margin-left: 0;
    _text-align: center;
  }
  
  .login .control-group {
    margin-bottom: 10px;
  }
  .login .control-group:nth-child(1) {
    _width: 0px;
    _display: none;
  }
  .login .control-group:nth-child(2) {
    _display: inline-block;
    _width: calc(100% - 128px);
  }
  .login .control-group:nth-child(3) {
    _width: 0px;
    display: none;
  }
  .login .control-group:nth-child(4) {
    _display: inline-block;
    _text-align: center;
    _width: 128px;
    _margin-left: 4px;
  }

  .login form.form-validate.form-horizontal.well #username,
  .login form.form-validate.form-horizontal.well #password {
    _width: 100%;
    height: 42px;
    margin-bottom: 0 !important;
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    background: white;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    font-family: 'Saira';
    font-size: 22px;
    line-height: 32px;
    transition: none;
    color: #555;
    vertical-align: middle;
    box-sizing: border-box;
    outline: none !important;
    mar
  }
  .login form.form-validate.form-horizontal.well button[type="submit"] {
    margin-top: 0px;
    background: var(--red);
    color: white;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    text-shadow: none;
    background-color: var(--red);
    background-image: none;
    background-repeat: repeat-x;
    filter: none;
    border-color: transparent;
    font-family: "Saira";
    font-size: 24px;
    line-height: 42px;
    width: 128px;
  }


/*wrapper*/

  
  #slideshowwrapper {
    position: relative;
    _top: -45px;
    _margin-bottom: -45px;
  }
  #wrapper {
    opacity: 1;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #wrapper > .inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  #main {
    opacity: 0;
    transform: scale(1);
    z-index: 100;
    position: relative;
  }

/*backgrounds*/

  body {
    background-attachment: fixed;
  }
  body.mainpage {
    background-image: url('/images/templates/main/backgrounds/mainpage.jpg');
    background-size: cover;
    background-position-x: center;
  }
  body.exhibition {
    background-image: url(/images/templates/main/backgrounds/floor-3.jpg);
    background-size: cover;
    background-position-x: center;
  }
  body.museum-floors.museum-floor-0 {
    background-image: url('/images/templates/main/backgrounds/floor-0.jpg');
  }
  body.museum-floors.museum-floor-1 {
    background-image: url('/images/templates/main/backgrounds/floor-1.jpg');
  }
  body.museum-floors.museum-floor-2 {
    background-image: url('/images/templates/main/backgrounds/floor-2.jpg');
  }
  body.museum-floors.museum-floor-3 {
    background-image: url('/images/templates/main/backgrounds/floor-3.jpg');
  }
  body.museum-floors.museum-floor-4 {
    background-image: url('/images/templates/main/backgrounds/floor-4.jpg');
  }
  body.impressum {
    background-image: url(/images/templates/main/backgrounds/impressum.jpg);
    background-size: cover;
    background-position-x: center;
  }
  body.search {
    background-image: url(/images/templates/main/backgrounds/search.jpg);
    background-size: cover;
    background-position-x: center;
  }
  body.documents {
    background-image: url(/images/templates/main/backgrounds/documents.jpg);
    background-size: cover;
    background-position-x: center;
  }


/*header*/
  #headerwrapper {
    height: 120px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: rgba(167,169,172,0.50);
    _background-color: transparent;
    backdrop-filter: blur(5px);
    box-shadow: 0 4px 4px transparent;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
  }
  #headerwrapper + div {
    top: 120px;
    margin-bottom: 120px;
  }
  #headerwrapper > .inner {
    height: 120px;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
  }
  #headercolumn1 {
    
    _background: rgba(255,0,0,0.1);
    
    width: calc( (100% - 1190px) / 2 );
    height: 120px;
  }
  #headercolumn2 {
    
    _background: rgba(0,255,0,0.1);
    
    width: 1100px;
    padding: 0 10px;
    padding-top: 32px;
    height: 120px;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
  }
  #headercolumn3 {
    
    _background: rgba(0,0,255,0.1);
    
    width: 90px;
    padding-top: 32px;
    height: 120px;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
  }
  #headercolumn4 {
    
    _background: rgba(255,0,0,0.1);
    
    width: calc( (100% - 1190px) / 2 );
    padding-top: 32px;
    height: 120px;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
  }
  #headerwrapper.scrolled {
    height: 56px;
    background-color: rgba(167,169,172,0.80);
    backdrop-filter: blur(5px);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
  }
  #headerwrapper.scrolled > .inner {
    height: 56px;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
  }
  #headerwrapper.scrolled #headercolumn1 {
    height: 56px;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
  }
  #headerwrapper.scrolled #headercolumn2 {
    padding-top: 0;
    height: 56px;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
  }
  #headerwrapper.scrolled #headercolumn3 {
    padding-top: 0;
    height: 56px;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
  }
  #headerwrapper.scrolled #headercolumn4 {
    padding-top: 0;
    height: 56px;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
  }

/*logo*/

  div#logo {
    width: 118px;
    margin-left: auto;
    margin-right: 10%;
    position: relative;
    z-index: 10000;
    top: -66px;
  }


/*social and language*/
  
  div#social {
    margin-left: 10%;
    margin-right: auto;
  }
  .socialicons {
    padding-top: 2px;
  }

/**/


/*language topright*/

  div#language {
    border-bottom: 2px solid white;
    margin-left: -10px;
    margin-right: 10px;
  } 

  div#language .mod-languages {
    padding: 0px;
    text-align: right;
    padding-right: 0px;
  }

  div#language .mod-languages ul.dropdown-menu {
    position: absolute;
    top: 52px;
    left: -58px;
    z-index: 1000;
    float: none;
    min-width: 160px;
    padding: 0px;
    margin: 0;
    list-style: none;
    background-color: var(--grey);
    backdrop-filter: blur(2px);
    border: 1px solid rgba(255,255,255,0.2);
    border-right-width: 1px;
    border-left-width: 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
  }
  div#language .mod-languages ul.dropdown-menu > li {
    margin: 0px;
    background:transparent;
    text-align: left;
  }
  div#language .mod-languages ul.dropdown-menu > li > a {
    display: block;
    padding: 10px 20px;
    clear: both;
    font-weight: normal;
    line-height: 30px;
    font-size: 30px;
    color: white;
    white-space: nowrap;
    background:transparent;
  }
  div#language .mod-languages ul.dropdown-menu > li > a > img {
    margin-right: 8px;

  }
  .dropdown-menu > li > a:hover,
  .dropdown-menu > li > a:focus,
  .dropdown-submenu:hover > a,
  .dropdown-submenu:focus > a {
    text-decoration: none;
    color: #fff;
    background-color: transparent;
    background-image: none;
    background-repeat: repeat-x;
    filter: none;
  }



  div#language div.mod-languages ul.lang-inline li {
    display: inline;
    line-height: 42px;
  }
  div#language div.mod-languages li {
    margin-left: 20px;
    margin-right: 0px;
  }




/*mainmenu*/

/**/
  nav#mainmenu div[id^="maximenuck"] ul.maximenuck {
    display: flex !important;
    justify-content: space-between;
    background-color: transparent;
    background-image: url(/images/templates/main/template/menu-border.png);
    background-repeat: repeat-x;
    background-position-x: center;
    background-position-y: bottom;
  }
  nav#mainmenu ul li a,
  nav#mainmenu ul li span {
    font-size: 24px;
    text-transform: uppercase;
    color: white !important;
  }
  nav#mainmenu ul.menu > li > a,
  nav#mainmenu ul.nav > li > a,
  nav#mainmenu ul.maximenuck > li > a {
    margin: 0;
  }
  nav#mainmenu div[id^="maximenuck"] ul.maximenuck > li {
    margin: 0px;
    margin-right: 0px;
  }
  nav#mainmenu div[id^="maximenuck"] ul.maximenuck li.maximenuck.level1 > a,
  nav#mainmenu div[id^="maximenuck"] ul.maximenuck li.maximenuck.level1 > span.separator {
    padding: 15px 0;
  }
  nav#mainmenu div[id^="maximenuck"] ul.maximenuck:after {
    content: none;
  }
  
  

  nav#mainmenu div[id^="maximenuck"] ul.maximenuck li.maximenuck.level1:hover,
  nav#mainmenu div[id^="maximenuck"] ul.maximenuck li.maximenuck.level1.active {
    background: transparent;
  }

  nav#mainmenu div[id^="maximenuck"] ul.maximenuck li.maximenuck.level1 {
    position: relative;
  }

  nav#mainmenu div[id^="maximenuck"] ul.maximenuck li.maximenuck.level1:after {
    content: '';
    position: absolute;
    top: 38px;
    left: 50%;
    width: 0;
    height: 10px;
    background-image: url(/images/templates/main/template/active-menu-border.png);
    background-repeat: repeat-x;
    background-position-x: center;
    background-position-y: bottom;
    border-top: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  nav#mainmenu div[id^="maximenuck"] ul.maximenuck li.maximenuck.level1.active:after {
    width: 100%;
    left: 0;
  }
  nav#mainmenu div[id^="maximenuck"] ul.maximenuck li.maximenuck.level1:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  nav#mainmenu div[id^="maximenuck"] ul.maximenuck li.level1.parent > a:after,
  nav#mainmenu div[id^="maximenuck"] ul.maximenuck li.level1.parent > span.separator:after {
    content: none;
  }
  
  nav#mainmenu div[id^="maximenuck"] ul.maximenuck li.maximenuck.level1.item121 .floatck {
    _display: block !important;
  }

  nav#mainmenu div[id^="maximenuck"] ul.maximenuck li.maximenuck .floatck {
    background-color: var(--grey);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 10px;
  }
  nav#mainmenu div[id^="maximenuck"] li div.maxidrop-main {
    width: 300px;
  }

  nav#mainmenu div[id^="maximenuck"] ul.maximenuck li ul.maximenuck2 li.maximenuck,
  nav#mainmenu div[id^="maximenuck"] ul.maximenuck2 li.maximenuck {
    border-bottom: 1px solid white;
    line-height: 34px;
  }
  nav#mainmenu div[id^="maximenuck"] ul.maximenuck li ul.maximenuck2 li.maximenuck:last-child,
  nav#mainmenu div[id^="maximenuck"] ul.maximenuck2 li.maximenuck:last-child {
    border-bottom: none;
  }

  nav#mainmenu div[id^="maximenuck"] ul.maximenuck li.level1.parent div.floatck.fixRight li.parent > a:after,
  nav#mainmenu div[id^="maximenuck"] ul.maximenuck li.level1.parent div.floatck.fixRight li.parent > span.separator:after,
  nav#mainmenu div[id^="maximenuck"] ul.maximenuck li.level1.parent.menu_right li.parent > a:after,
  nav#mainmenu div[id^="maximenuck"] ul.maximenuck li.level1.parent.menu_right li.parent > span.separator:after {
    border-color: transparent var(--red) transparent transparent;
    border-width: 6px 7px 6px 0;
    top: 17px;
  }
  div#maximenuck105 ul.maximenuck li.level1.parent li.parent > a:after,
  div#maximenuck105 ul.maximenuck li.level1.parent li.parent > span.separator:after,
  div#maximenuck105 ul.maximenuck li.maximenuck ul.maximenuck2 li.parent > a:after,
  div#maximenuck105 ul.maximenuck li.maximenuck ul.maximenuck2 li.parent > a:after {
    border-color: transparent transparent transparent var(--red);
    top: 17px;
  }
  nav#mainmenu div[id^="maximenuck"] ul.maximenuck li li:hover,
  nav#mainmenu div[id^="maximenuck"] ul.maximenuck li li:focus {
    background: grey;
  }

/*mobilemenu*/
  
  nav#mainmenu div[id^="maximenuck"].mobilemenuck-bar {
    background: transparent;
    height: 43px;
    line-height: 43px;
    margin-top: 7px;

  }

  nav#mainmenu div[id^="maximenuck"].mobilemenuck-bar .mobilemenuck-bar-title {
    background: transparent;
    background: transparent;
    height: 43px;
    line-height: 43px;
    text-indent: 0;
    display: inline-block;
    display: none;
  }
  nav#mainmenu div[id^="maximenuck"].mobilemenuck-bar .mobilemenuck-bar-title .titreck-text {
    height: 43px;
    line-height: 43px;
    text-indent: 0;
    display: inline-block;
  }
  nav#mainmenu div[id^="maximenuck"].mobilemenuck-bar .mobilemenuck-bar-title .titreck-text .titreck-title {
    background: transparent;
    font-weight: 500;
    font-family: "Saira";
    text-transform: uppercase;
    font-size: 24px;
    line-height: 43px;
    text-indent: 7px;
    display: none;
  }
  nav#mainmenu div[id^="maximenuck"].mobilemenuck-bar .mobilemenuck-bar-button {
    background: transparent;
    background: transparent;
    height: 43px;
    width: 43px;
    color: #FFFFFF;
    padding-top: 0px;
    line-height: 43px;
    font-size: 43px;
    font-family: "Saira";
  }

   nav#mainmenu div[id^="maximenuck"].mobilemenuck {
    background: transparent;
    color: #FFFFFF;
    margin-top: 7px;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 1.2em;
  }
  nav#mainmenu div[id^="maximenuck"].mobilemenuck .mobilemenuck-title {
    background: transparent;
    font-weight: 500;
    font-family: "Saira";
    text-transform: uppercase;
    font-size: 24px;
    line-height: 43px;
    text-indent: 7px;
    color: transparent;
  }
  nav#mainmenu div[id^="maximenuck"].mobilemenuck .mobilemenuck-button {
    height: 43px;
    width: 43px;
    line-height: 35px;
    font-size: 59px;
    font-weight: 100;
    font-family: 'Saira';
  }
  nav#mainmenu div[id^="maximenuck"].mobilemenuck .mobilemenuck-item {
    background: var(--grey);
  }
  nav#mainmenu div[id^="maximenuck"].mobilemenuck .mobilemenuck-item > .level1,
  nav#mainmenu div[id^="maximenuck"].mobilemenuck .mobilemenuck-item > .level2,
  nav#mainmenu div[id^="maximenuck"].mobilemenuck .mobilemenuck-item > .level3 {
    background: transparent;
    -moz-border-radius: 0px;
    -o-border-radius:  0px;
    -webkit-border-radius:  0px;
    border-radius:  0px;
    color: #FFFFFF;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 0px;
    padding-top: 7px;
    padding-right: 10px;
    padding-bottom: 7px;
    padding-left: 10px;
    border-bottom: 1px solid white;
    line-height: 34px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  nav#mainmenu div[id^="maximenuck"].mobilemenuck .mobilemenuck-item > .level1 a .titreck-title,
  nav#mainmenu div[id^="maximenuck"].mobilemenuck .mobilemenuck-item > .level2 a .titreck-title,
  nav#mainmenu div[id^="maximenuck"].mobilemenuck .mobilemenuck-item > .level3 a .titreck-title {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 24px;
    white-space: nowrap;
  }
  nav#mainmenu div[id^="maximenuck"].mobilemenuck .mobilemenuck-togglericon:after {
    background: transparent;
    -pie-background: transparent;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    height: 50px;
    width: 35px;
    padding-right: 0px;
    padding-left: 0px;
    line-height: 42px;
    font-size: 33px;
    color: var(--red);
    font-weight: normal;
    font-family: 'Saira';
  }
  nav#mainmenu div[id^="maximenuck"].mobilemenuck .mobilemenuck-item > .level2 a {
    color: white;
    text-indent: 20px;
  }
  nav#mainmenu div[id^="maximenuck"].mobilemenuck .mobilemenuck-item > .level3 a {
    color: white;
    text-indent: 30px;
  }

/*category-desc cat-children*/

  .category-desc {
    margin-top: 35px;

  }
  
  .cat-children h2 {
    margin: 0;
    padding-bottom: 0;
    padding-top: 6px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    border-bottom: 1px solid var(--red);
    line-height: 34px;
  }
  .cat-children .subheading-category {
    font-weight: 500;
    font-family: "Saira";
    text-transform: uppercase;
    font-size: 24px;
    line-height: 43px;
    display: block;
    color: var(--red);
  }

  .cat-children {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    background: var(--grey-opacity);
    backdrop-filter: blur(3px);
    padding: 10px;
    z-index: 10;
    text-align: right;
  }
  .cat-children > div {
    padding-top: 6px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    border-bottom: 1px solid white;
    line-height: 34px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .cat-children h3.page-header.item-title {
    margin: 0;
    padding-bottom: 0;
  }
  .cat-children h3.page-header.item-title a {
    font-weight: 500;
    font-family: "Saira";
    text-transform: uppercase;
    font-size: 24px;
    line-height: 43px;
    display: block;
    color: white;
  }

/*mainpage*/

  body.mainpage #headerwrapper {

  }
  body.mainpage #wrapper {
    display: none;
  }
  body.mainpage #footerwrapper {

  }
  body.mainpage nav#mainmenu ul {
    margin-top: 510px !important;
  }
  body.mainpage #logo > .inner {
    display: none;
  }
  body.mainpage #logo {
    background: url(/images/templates/main/template/logo-mainpage.png);
    width: 250px;
    height: 800px;
    margin-left: 283px;
    background-repeat: no-repeat;
    background-position-y: top;
    background-position-x: left;
  }
  body.mainpage nav#mainmenu ul {
    background-image: none;
  }



/*greetings*/

  body.greetings #wrapper {
    background-image: url('/images/templates/main/backgrounds/greetings.jpg');
    background-size: cover;
    background-position-x: center;
    min-height: calc(100vw * 0.5625);
  }
  body.greetings.aboutus {
    background-image: url('/images/templates/main/backgrounds/greetings.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position-x: center;
  }
  body.greetings.aboutus #wrapper {
    background-image: none;
    min-height: calc(100vw * 0.5625);
  }
  body.greetings #wrapper > .inner {
    max-width: 1190px;
    margin: 0 auto;
    padding: 10px;
  }

  body.greetings .blog {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  body.greetings .tck-article.item {
    width: 47%;
    float: right;
  }
  body.greetings .tck-article.item .item-image {
    display: none;
  }
  body.greetings.aboutus .item-image {
    display: none;
  }
  body.greetings .blog p {
    font-size: 26px;
    line-height: 1.6;
    text-indent: 26px;
    text-align: justify;
  }

  body.greetings h1.greetings-title {
    font-size: 40px;
    text-transform: uppercase;
    margin-left: -2px;
    margin-bottom: 60px;
    position: relative;
    white-space: nowrap;
    __padding: 26px 40px 36px;
    __background-image: url(/images/templates/main/template/title-border-left.png), url(/images/templates/main/template/title-border-bottom.png);
    __background-position: left 0px bottom, left 30px bottom;
    __background-repeat: no-repeat, repeat-x;
  }

  body.greetings h1.greetings-title:before {
    content: '';
    background-image: url(/images/templates/main/template/title-border-left.png);
    position: absolute;
    top: -21px;
    left: -40px;
    width: 31px;
    height: 88px;
  }
  body.greetings h1.greetings-title:after {
    content: '';
    background-image: url(/images/templates/main/template/title-border-bottom.png);
    position: absolute;
    bottom: -22px;
    left: -10px;
    width: 500%;
    height: 15px;
  }

  .tck-article.item-page.greetings {
    width: 47%;
    float: right;
    text-align: justify;
    text-indent: 26px;
  }

/*infos*/
  
  #infowrapper {
    background-image: url('/images/templates/main/backgrounds/information.jpg');
    background-size: cover;
    background-position-x: center;
  }
  body.visitorinfo {
    background-image: url('/images/templates/main/backgrounds/information.jpg');
    background-size: cover;
    background-position-x: center;
  }
  body.visitorinfo #infowrapper {
    background-image: none;
  }
  #infowrapper > .inner {
    max-width: 1190px;
    margin: 0 auto;
    padding: 100px 10px;
    box-sizing: border-box;
  }
  .infos {
    color: black;
  }
  .infos:after {
    content: '';
    display: block;
    clear: both;
  }
  .infos a,
  .infos a:hover,
  .infos a:focus,
  .infos a:visited {
    color: black;
  }
  .infos .w50l {
    width: calc(50% - 10px);
    margin-right: 10px;
    float: left;
  }
  .infos .w50r {
    width: calc(50% - 10px);
    margin-left: 10px;
    float: left;
  }
  .infos h2 {
    font-size: 34px;
  }
  .infos h3 {
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .infos table {
    width: 100%;
    max-width: 400px;
  }
  .infos table td {
    line-height: 1.2em;
  }
  .infos table tr td:last-child {
    text-align: right;
  }

  .notificationarea {
    text-align: center;
    background-color: var(--red);
    background-image: url(/images/templates/terminal/template/scrollbar-thumb.png);
    background-repeat: no-repeat;
    background-position: left -12px bottom -22px;
    color: white;
    padding: 4px 10px 4px 70px;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  span.notificationbutton {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 38px;
    background-color: var(--red);
    font-size: 30px;
    font-weight: bold;
    line-height: 38px;
    text-align: center;
    color: white;
    border-radius: 8px;
    cursor: pointer;
    top: 5px;
    margin-right: 2px;
  }
  .popover {
    position: absolute;
    z-index: 1010;
    display: none;
    top: 46px !important;
    left: -362px !important;
    max-width: 400px;
    width: 400px;
    padding: 0px;
    text-align: center;
    background-color: transparent;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    white-space: normal;
  }
  .popover .notificationarea {
    margin-bottom: 0;
  }
  .popover-content {
    padding: 0;
  }.popover .arrow {
    display: none;
  }
  #social > .inner > .tck-module {
    display: inline-block;
  }

  @media screen and (max-width: 673px) {
    .popover {
      top: 42px !important;
      left: -105px !important;
    }
  }

  



/*footer*/
  #footerwrapper {
    background-color: rgba(167,169,172,0.50);
    backdrop-filter: blur(5px);
    box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.15);
  }
  #footerwrapper > .inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 10px 5px;
  }
  .footer {
    color: white;
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 400;
  }
  .footer p {
    margin-bottom: 0;
  }
  .footer a {
    color: white;
  }
  .copyright {
    display: block;
    text-align: center;
    font-style: italic;
    font-size: 14px;
    line-height: 1.3em;
    padding-top: 14px;
    clear: both;
  }
  .w33l {
    width: calc(50% - 67px);
    float: left;
    text-align: left;
    padding-top: 10px;
  }
  .w33c {
    width: 114px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    text-align: center;
  }
  .w33r {
    width: calc(50% - 67px);
    float: left;
    text-align: right;
    padding-top: 10px;
  }
  span.nowrap {
    white-space: nowrap;
  }
/*blog*/

  .blog.tck-blog {
    padding-top: 0px;
  }


  .blog .category-desc {
    padding: 0;
    margin: 0;
  }


  .blog.exhibition.tck-blog {
    padding-top: 0px;
    position: relative;
    margin-top: -90px;
  }



/*floors*/

  .blog.exhibition .floors {
    position: relative;

    margin: 0 auto;
  }
  .blog.exhibition .floor {
    position: absolute;
  }
  .blog.exhibition .floor4 {
    top: 0px;
    z-index: 100;
  }
  .blog.exhibition .floor3 {
    top: 120px;
    z-index: 99;
  }
  .blog.exhibition .floor2 {
    top: 240px;
    z-index: 98;
  }
  .blog.exhibition .floor1 {
    top: 360px;
    z-index: 97;
  }
  .blog.exhibition .floor0 {
    top: 480px;
    z-index: 96;
  }

/*left menu

  #left > .inner {
    margin: 53px auto 0;
  }
  #left .left-menu {
    margin: 0 auto;
    text-align: center;
  }
  body.museum-floors .left-menu img {
    opacity: 0;
  }
*/
/*floor map
  
  .floor-map {
    width: 100%;
    height: 800px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .floor-map a {
    text-transform: uppercase;
    font-size: 28pt;
    line-height: 28pt;
    font-weight: 500;
    position: relative;
    white-space: nowrap;
    color: var(--red);
  }
  .floor-map a:before {
    content: "";
    display: block;
    position: absolute;
    background: var(--red);
    width: 100%;
    height: 2px;
    bottom: -6px;
  }
*/  

/*floor 0

  a#floor-0-quotes {
    position: absolute;
    top: 32%;
    left: 73%;
  }
  a#floor-0-quotes:before {
    width: calc( 100% + 137%);
    left: -137%;
  }

  a#floor-0-items {
    position: absolute;
    top: 20%;
    left: 10%;
  }
  a#floor-0-items:before {
    width: calc( 100% + 112% );
    left: 0%;
  }
*/
/*floor 1

  a#floor-1-quotes {
    position: absolute;
    top: 32%;
    left: 73%;
  }
  a#floor-1-quotes:before {
    width: calc( 100% + 137%);
    left: -137%;
  }

  a#floor-1-kispest {
    position: absolute;
    top: 78%;
    left: 19%;
  }
  a#floor-1-kispest:before {
    width: calc( 100% + 112% );
    left: 0%;
  }

  a#floor-1-zuglo {
    position: absolute;
    top: 53%;
    left: 6%;
  }
  a#floor-1-zuglo:before {
    width: calc( 100% + 46%);
    left: 0%;
    top: 32px;
  }

  a#floor-1-1956 {
    position: absolute;
    top: 19%;
    left: 17%;
  }
  a#floor-1-1956:before {
    width: calc( 100% + 168% );
    left: 0%;
  }

  a#floor-1-madrid {
    position: absolute;
    top: 15%;
    left: 55%;
  }
  a#floor-1-madrid:before {
    width: calc( 100% + 62%);
    left: -62%;
  }

  a#floor-1-varnegyed {
    position: absolute;
    top: 39%;
    left: 82%;
    text-align: right;
  }
  a#floor-1-varnegyed:before {
    width: calc( 100% + 22% );
    left: -22%;
  }
*/
/*floor 2
  
  a#floor-2-quotes {
    position: absolute;
    top: 47%;
    left: 92%;
  }
  a#floor-2-quotes:before {
    width: calc( 100% + 268%);
    left: -268%;
  }

  a#floor-2-cup {
    position: absolute;
    top: 33%;
    left: 5%;
  }
  a#floor-2-cup:before {
    width: calc( 100% + 554% );
    left: 0%;
  }

  a#floor-2-members {
    position: absolute;
    top: 35%;
    left: 76%;
  }
  a#floor-2-members:before {
    width: calc( 100% + 241%);
    left: -241%;
  }
*/
/*floor 3
  
  a#floor-3-quoteswall {
    position: absolute;
    top: 28%;
    left: 67%;
  }
  a#floor-3-quoteswall:before {
    width: calc( 100% + 50%);
    left: -50%;
  }

  a#floor-3-quotessnake {
    position: absolute;
    top: 54%;
    left: 89%;
  }
  a#floor-3-quotessnake:before {
    width: calc( 100% + 85% );
    left: -85%;
  }

  a#floor-3-slogan {
    position: absolute;
    top: 68%;
    left: 18%;
  }
  a#floor-3-slogan:before {
    width: calc( 100% + 110%);
    left: -0%;
  }
*/
/*floor 4
  
  a#floor-4-quotes {
    position: absolute;
    top: 29%;
    left: 69%;
  }
  a#floor-4-quotes:before {
    width: calc( 100% + 96%);
    left: -96%;
  }

  a#floor-4-car {
    position: absolute;
    top: 46%;
    left: 87%;
  }
  a#floor-4-car:before {
    width: calc( 100% + 602% );
    left: -602%;
  }

  a#floor-4-movie {
    position: absolute;
    top: 72%;
    left: 30%;
  }
  a#floor-4-movie:before {
    width: calc( 100% + 270% );
    left: 0px;
  }

  a#floor-4-music {
    position: absolute;
    top: 12%;
    left: 52%;
  }
  a#floor-4-music:before {
    width: calc( 100% );
    left: 0px;
  }
*/
/*blogview quotesitem objects*/

  a.breadcrumblink {
    color: var(--red);
    border-bottom: 2px solid;
    display: inline-block;
  }

  .blogpage-header {
    margin-left: 190px;
    margin-top: -10px;
    padding-bottom: 30px;
  }
  .blogpage-header h1 {
    color: var(--red);
    text-transform: uppercase;
  }
  .museum-floors #content {
    margin-top: 0px;
  }
  .blog.museum-floors.tck-blog {
    padding-top: 0;
  }

  .blog.museum-floors.quotesitem {
    margin-top: 0px;
    _overflow-x: clip;
    _overflow-y: auto;
    padding-right: 0px;
    padding-top: 0px;
  }
  .blog.museum-floors.quotesitem .items-row {
    margin-bottom: 50px !important;
  }
  .blog.museum-floors.quotesitem .tck-article.item a {
    display: block;
  }

  .blog.museum-floors.quotesitem .itemarea {
    display: block;
  }
  .blog.museum-floors.quotesitem .readmorearea {
    display: block;
    margin-top: 0px;
    text-align: right;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--red);
  }



  .blog.museum-floors.quotesitem .introimage {
    width: 120px;
    float: left;
    margin-right: 0px;
  }

  .blog.museum-floors.quotesitem .introimage + .tck-article-body {
    width: calc(100% - 128px); 
    float: left;
  }

  .blog.museum-floors.quotesitem .tck-article-body {
    float: left;
  }

  .blog.museum-floors.quotesitem .itemtitle {
    font-size: 20px;
    line-height: 1.2em;
    margin-bottom: 6px;
    color: black;
    font-weight: 500;
  }

  .blog.museum-floors.quotesitem .beforereadmore {
    font-size: 16px;
    line-height: 1.2em;
    color: black;
    text-align: justify;
  }
  .blog.museum-floors.quotesitem .itemcited {
    font-size: 16px;
    line-height: 1.2em;
    text-align: right;
    color: black;
  }
  .blog.museum-floors.quotesitem .itemsource {
    font-size: 16px;
    line-height: 1.2em;
    text-align: right;
    color: black;
  }

  .blog.museum-floors.quotesitem img.itemtouch {
    display: inline-block;
    width: 60px;
    vertical-align: middle;
  }

/*blogview quotesitem quotes*/

  .blog.museum-floors.quotesitem .itemarea.isquote .tck-article-body {
    float: none;
    text-align: justify;
  }
  .blog.museum-floors.quotesitem .beforereadmore.isquote {
    font-size: 20px;
    line-height: 1.2em;
  }
  .blog.museum-floors.quotesitem .beforereadmore.isquote.morethan500 {
    font-size: 20px;
    line-height: 1.2em;
  }
  .blog.museum-floors.quotesitem .beforereadmore.isquote.morethan350 {
    font-size: 20px;
    line-height: 1.2em;
  }
  .blog.museum-floors.quotesitem .beforereadmore.isquote.morethan200 {
    font-size: 20px;
    line-height: 1.2em;
  }
  .blog.museum-floors.quotesitem .itemcited.isquote {
    font-size: 18px;
    line-height: 1.2em;
    text-align: right;
  }




  .blog.museum-floors.quotesitem .quoteitem-beforereadmore {
    font-size: 50px;
    line-height: 1.5em;
  }
  .blog.museum-floors.quotesitem span.quoteitem-cited-brm {
    font-size: 22px;
    line-height: 1.5;
    font-style: italic;
    white-space: nowrap;
  }
  .blog.museum-floors.quotesitem .quoteitem-arm {
    margin-top: 10px;
  }
  
  .blog.museum-floors.quotesitem .quoteitem-afterreadmore {
    text-align: right;
    font-size: 22px;
    line-height: 1.5em;
  }
  .blog.museum-floors.quotesitem .quoteitem-cited-arm {
    text-align: right;
    font-style: italic;
    line-height: 1.3em;
  }

  .blog.museum-floors.quotesitem .quoteitem-source-arm {
    text-align: right;
    font-size: 15px;
    line-height: 2em;
  }
  .blog.museum-floors.quotesitem .quoteitem-source-arm p {
    padding: 0;
  }
  .blog.museum-floors.quotesitem .quoteitem-link-arm {
    text-align: right;
    font-style: italic;
    font-size: 15px;
    line-height: 2em;
  }




  .blog.museum-floors.quotesitem .tck-article.item {
    _box-shadow: 0 0 5px #00000070;
  }

  .blog.museum-floors.quotesitem .tck-article-body {
    padding: 0 4px;
  }

  .blog.museum-floors.quotesitem a.readmorelink {
    border-right: 11px solid var(--red);
    position: relative;
  }
  .blog.museum-floors.quotesitem a.readmorelink:after {
    content: '';
    background-image: url(/images/templates/main/template/scrollbar-up.png);
    transform: rotate(90deg);
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    display: inline-block;
    padding: 0;
    position: absolute;
    right: -9px;
    top: calc(50% - 15px);
  }



/*breadcrumbs*/
  
  .breadcrumb {
    padding-left: 0px;
    margin: 0;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .breadcrumb li:nth-child(1),
  .breadcrumb li:nth-child(5),
  .breadcrumb li:nth-child(6),
  .breadcrumb li:nth-child(7),
  .breadcrumb li:nth-child(8),
  .breadcrumb li:nth-child(9) {
    display: none;
  }
  .breadcrumb li:nth-child(4) .divider {
    display: none;
  }
  ul.breadcrumb li span {
    font-size: 18px;
    color: var(--red);
    font-weight: 500;
    text-transform: uppercase;
  }
  ul.breadcrumb li a {
    border-bottom: 1px solid var(--red);
    line-height: 2em;
  }
  ul.breadcrumb .divider img {
    display: none;
  }
  ul.breadcrumb .divider {
    background-image: url(/images/templates/main/template/scrollbar-up.png);
    transform: rotate(90deg);
    width: 20px;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    display: inline-block;
    padding: 0;
  }


/*item-page article*/

  .tck-article-body {
    text-align: justify;
  }
  
  .tck-article.item-page.museum-floors {
    padding-top: 0px;
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: black;
  }
  .tck-article.item-page.museum-floors .introimage {
    width: 100%;
    float: none;
    margin-right: 0px;
    margin-bottom: 10px;
    color: black;
  }
  .tck-article.item-page.museum-floors .tck-article-body .itemtitle {
    font-size: 20px;
    line-height: 1.2em;
    margin-bottom: 10px;
    color: black;
    font-weight: 500;
  }
  .tck-article.item-page.museum-floors .tck-article-body .afterreadmore {
    font-size: 18px;
    line-height: 1.2em;
    color: black;
  }
  .tck-article.item-page.museum-floors .tck-article-body .afterreadmore h2 {
    font-size: 20px;
    line-height: 20px;
  }
  .tck-article.item-page.museum-floors .tck-article-body .itemcited {
    text-align: right;
    font-size: 16px;
    line-height: 1.2em;
    margin-top: 10px;
    color: black;
  }
  .tck-article.item-page.museum-floors .tck-article-body .itemsource {
    text-align: right;
    font-size: 16px;
    line-height: 1.2em;
    margin-top: 10px;
    color: black;
    text-decoration: underline !important;
  }
  .tck-article.item-page.museum-floors .tck-article-body .itemsource a:hover {
    text-decoration: underline !important;
  }

/*bios blog*/

  .blog.museum-floors.tck-blog.quotesitem.biospage .tck-article-body {
    float: left;
    margin-right: 0;
  }
  .blog.museum-floors.tck-blog.quotesitem.biospage .beforereadmore p {
    margin-bottom: 6px;
    padding: 0;
  }

/*bios article*/
  .tck-article.biositem.item-page.museum-floors {
    display: block;
  }
  .tck-article.biositem.item-page.museum-floors .introimage {
    width: 50%;
    float: left;
    margin-right: 30px;
  }
  .tck-article.biositem.item-page.museum-floors .tck-article-body {
    width: calc(50% - 30px);
    float: left;
  }

  .tck-article.biositem.item-page.museum-floors .portraitimage {
    margin-bottom: 20px;
  }

  .tck-article.biositem.item-page.museum-floors .beforereadmore p {
    margin-bottom: 0px;
    padding: 0;
  }

  .tck-article.biositem.item-page.museum-floors .dessimages {
    margin-top: 30px;
    display: flex;
    gap: 30px;
  }

  .tck-article.biositem.item-page.museum-floors .itemtitle {
    font-size: 40px;
    line-height: 1em;
    margin-top: 3px;
    margin-bottom: 0px;
  }
  .tck-article.biositem.item-page.museum-floors .tck-article-body h2 {
    margin-top: 40px;
    font-size: 28px;
    line-height: 1.2;
  }
  .tck-article.biositem.item-page.museum-floors .tck-article-body p {
    padding: 0;
    margin-bottom: 20px;
  }


/*impressum*/

  .tck-article.item-page.impressum .tck-article-body {
    text-align: center;
  }
  .tck-article.item-page.impressum p {
    margin-bottom: 6px;
    padding: 0;
  }
  .tck-article.item-page.impressum h2 {
    font-size: 26px;
    font-weight: 500;
    margin: 0;
    padding: 36px 0 2px;
  }
  span.bordered {
    border: 2px solid black;
    padding: 0px 6px;
    display: inline-block;
  }

/*news bnews*/
  
  body.layout-mainnews div[itemprop="articleBody"] {
    text-align: justify;
  }

  .bnews .items-row {
    margin-bottom: 40px;
  }
  .bnews-introimage {
    width: 20%;
    margin-right: 20px;
    float: left;
  }
  .bnews-introdata {
    width: calc(80% - 20px);
    float: left;
  }
  .bnews-titlerow > div {
    width: calc(100% - 184px);
    display: inline-block;
  }
  .bnews-titlerow > div h2 {
    font-weight: 500;
    margin-top: 0;
  }
  .bnews-titlerow > dl.article-info {
    width: 180px;
    display: inline-block;
    text-align: right;
    vertical-align: top;
    padding-top: 15px;
    margin: 0;
    margin-bottom: 0;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
  }
  .bnews-titlerow > dl.article-info time {
    color: var(--red);
    font-weight: 500;
  }
  

/*article news*/

  .item-page.news .item-image {
    width: 50%;
    margin-right: 20px;
  }

/*pagination*/

  .pagination .counter {
    display: none;
  }
  .pagination {
    text-align: center;
  }
  .pagination ul {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .pagination ul > li {
    display: inline;
    width: 36px;
    height: 36px;
    margin: 0px 10px;
    display: inline-block;
  }
  .pagination ul > li > a,
  .pagination ul > li > span {
    float: left;
    padding: 0px 0px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 3px !important;
    line-height: 36px;
    width: 36px;
    height: 36px;
    margin: 0px 0px;
    text-decoration: none;
    background-color: #fff;
    border: 0px solid #ddd;
    color: black;
    border-left-width: 0;
  }
  .pagination ul > li > span,
  .pagination ul > li > span:after {
    cursor: default;
  }
  .pagination ul > li > span {
    background: var(--red);
    color: white;
  }
  li.pagination-start span.pagenav,
  li.pagination-start a.pagenav {
    font-size: 0 !important;
    position: relative;
    background: #fff;
  }
  li.pagination-prev span.pagenav,
  li.pagination-prev a.pagenav {
    font-size: 0 !important;
    position: relative;
    background: #fff;
  }
  li.pagination-next span.pagenav,
  li.pagination-next a.pagenav {
    font-size: 0 !important;
    position: relative;
    background: #fff;
  }
  li.pagination-end span.pagenav,
  li.pagination-end a.pagenav {
    font-size: 0 !important;
    position: relative;
    background: #fff;
  }

  li.pagination-start span.pagenav:after,
  li.pagination-start a.pagenav:after {
    content: '\f100';
    font-family: 'fontawesome';
    width: 36px;
    height: 36px;
    display: block;
    color: black;
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0px;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 0px;
  }
  li.pagination-prev span.pagenav:after,
  li.pagination-prev a.pagenav:after {
    content: '\f104';
    font-family: 'fontawesome';
    width: 36px;
    height: 36px;
    display: block;
    color: black;
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0px;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 0px;
  }
  li.pagination-next span.pagenav:after,
  li.pagination-next a.pagenav:after {
    content: '\f105';
    font-family: 'fontawesome';
    width: 36px;
    height: 36px;
    display: block;
    color: black;
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0px;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 0px;
  }
  li.pagination-end span.pagenav:after,
  li.pagination-end a.pagenav:after {
    content: '\f101';
    font-family: 'fontawesome';
    width: 36px;
    height: 36px;
    display: block;
    color: black;
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0px;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 0px;
  }
  li.pagination-start span.pagenav:after,
  li.pagination-prev span.pagenav:after,
  li.pagination-next span.pagenav:after,
  li.pagination-end span.pagenav:after {
    color: #ccc;
  }


/*searchform*/
  
  span.highlight {
    background-color: #0b8e367d;
  }

  #searchForm {
    margin-bottom: 0px;
  }
  .searchinputs {
    max-width: 400px;
    margin: 0 auto;
    padding: 10px 0;
  }

  .searchinputs #search-searchword {
    width: calc(100% - 43px);
    height: 42px;
    margin-bottom: 0 !important;
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    background: white;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    font-family: 'Saira';
    font-size: 22px;
    line-height: 32px;
    transition: none;
    color: #555;
    vertical-align: middle;
    box-sizing: border-box;
    outline: none !important;
  }
  .searchinputs #search-submit {
    width: 42px;
    height: 42px;
    margin-left: -3px;
    border: none;
    background: var(--red);
    color: white;
    font-size: 22px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    line-height: 33px;
    text-align: center;
    vertical-align: middle;
    text-shadow: none;
    display: inline-block;
  }
  .searchinputs #search-submit .icon-search {
    width: 42px;
    height: 42px;
    line-height: 42px;
  }
  .resultsnumber {
    text-align: center;
  }
  span.total {
    font-weight: 400;
  }
  span.counter {
    font-size: 16px;
  }


/*searchresult*/

  

  .resultitem {
    margin-bottom: 60px;
  }
  .resultitem .resultimage {
    width: 246px;
    float: left;
    margin-right: 0px;
  }
  .resultitem .resultdatas {
    float: none;
    margin-right: 0;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .resultitem .resultimage + .resultdatas {
    float: left;
    margin-right: 0;
    width: calc(100% - 286px);
    padding: 0 20px;
  }
  .resultitem .resulttitle {
    font-size: 20px;
    line-height: 1.2em;
    margin-bottom: 6px;
    margin-top: 0;
    color: black;
  }
  .resultitem .resultintro {
    font-size: 16px;
    line-height: 1.2em;
    color: black;
  }

  .resultitem .resultcited {
    font-size: 16px;
    line-height: 1.2em;
    text-align: right;
    color: black;
  }
  .resultitem .resultsource {
    font-size: 16px;
    line-height: 1.2em;
    text-align: right;
    color: black;
  }
  .resultitem.isquote .resultintro {
    font-size: 16px;
  }
  .resultitem.isquote .resultcited,
  .resultitem.isquote .resultsource {
    font-size: 16px;
  }

  .resultitem.exhibitionitem .readmorearea,
  .resultitem.newsitem .readmorelink {
    display: block;
    text-align: right;
    font-size: 24px;
    line-height: 1.5em;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--red);
  }
  .resultintro.newsitem h1,
  .resultintro.newsitem h2,
  .resultintro.newsitem h3,
  .resultintro.newsitem h4,
  .resultintro.newsitem h5,
  .resultintro.newsitem h6 {
    font-size: 18px;
    margin: 0;
    padding: 0;
  }
  .resultintro.newsitem p {
    margin-bottom: 4px;
  }



/* custom scrollbar */
  ::-webkit-scrollbar {
    width: 12px;
  }

  ::-webkit-scrollbar-track {
    background-color: transparent;
  }

  ::-webkit-scrollbar-thumb {
    background-color: rgba(100,100,100,0.4);
    backdrop-filter: blur(5px);
    border-radius: 12px;
    border: 3px solid transparent;
    background-clip: content-box;
  }

  ::-webkit-scrollbar-thumb:hover {
    background-color: #a8bbbf;
  }

/*form*/

  .formContainer .form-row {
    margin-left: 0;
    margin-right: 0;
  }
  .formContainer .row {
    margin-left: 0px;
  }
  .formContainer .formControlLabel {
    padding-left: 0;
  }

  .rsform-block .control-label {
    font-size: 18px;
  }
  .rsform-block .form-check-label {
    font-size: 18px;
  }
  

  .rsform-block-submit button {
    margin-top: 0px;
    background: var(--red) !important;
    color: white;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    text-shadow: none;
    background-color: var(--red);
    background-image: none;
    background-repeat: repeat-x;
    filter: none;
    border-color: transparent;
    font-family: "Saira";
    font-size: 24px;
    line-height: 42px;
    width: 128px;
  }

  .rs-continue {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    background: var(--red) !important;
    color: white;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-shadow: none;
    background-color: var(--red);
    background-image: none;
    background-repeat: repeat-x;
    filter: none;
    border-color: transparent;
    font-family: "Saira";
    font-size: 21px;
    line-height: 35px;
    width: 128px !important;
  }

  button.rsform-calendar-button {
    background: var(--red) !important;
    border-color: transparent;
    color: white;
    font-weight: bold;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }

  strong.formRequired {
    color: var(--red);
  }
  input[type="radio"] {
    accent-color: var(--red);
    width: 18px;
    height: 18px;
  }

  body.visitorinfo .tck-article-body a {
    color: var(--red);
    text-decoration: underline !important;
  }



  .rsfp_thankyou_popup_inner {
    background: var(--grey);
    width: 40%;
    padding: 29px 20px 20px;
    margin: 0 auto;
    position: relative;
    text-align: center;
  }
  .rsfp_thankou_popup_close_btn {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 38px;
    line-height: 30px;
    width: 30px;
    cursor: pointer;
  }


/*backtoexhibition*/

a.backtoexhibition {
    display: block;
    background: var(--red);
    width: 180px;
    color: white;
    padding: 10px 20px;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 20px auto;
    text-align: center;
    top: 20px;
    position: relative;
}


























/*events*/

  .event-blog .items-row {
    margin-bottom: 60px;
  }

  .event-header {
    display: flex;
    gap: 20px;
  }

  .event-image {
    flex: 1;
  }

  .event-blog .event-header.past .event-image a img {
    filter: grayscale(1);
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
  }
  .event-blog .event-header.past .event-image a:hover img {
    filter: grayscale(0);
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
  }

  .event-datas {
    flex: 2;
  }


  .event-datas .tck-article-title {
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .event-datas i {
    margin-right: 10px;
    width: 22px;
    text-align: center;
  }

  p.eventdate {
    font-size: 22px;
    margin-bottom: 10px;
  }

  p.eventdate.future {
    color: var(--red);
    font-weight: 500;
  }
  p.eventdate.actual {
    color: var(--red);
    font-weight: 500;
  }
  p.eventdate.past {
    color: #666;
  }

  p.eventlocation {
    font-size: 20px;
    margin-bottom: 20px;
  }
  p.eventlocation.past {
    color: #666;
  }


  .item-page .event-header {
    background: #999;
    margin-bottom: 30px;
  }
  .item-page .event-header.future,
  .item-page .event-header.actual {
    background: var(--red);
  }

  .item-page .event-image {
    flex: 1;
  }

  .item-page .event-datas {
    flex: 1;
    padding: 20px 10px 20px 0;
  }
  .item-page .event-datas .tck-article-title {
    font-size: 40px;
  }

  .item-page .event-datas .ed {
    display: flex;
    gap: 10px;
  }
  .ed a {
    text-decoration: underline !important;
    text-decoration-color: #000000 !important;
    text-decoration-thickness: 1px !important;
  }

  .item-page .event-datas i {
  }

  .item-page p.eventdate {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .item-page p.eventdate.future {
    color: white;
  }
  .item-page p.eventdate.actual {
    color: white;
  }
  .item-page p.eventdate.past {
    color: black;
  }

  .item-page p.eventlocation {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .item-page p.eventlocation.past {
    color: black;
  }

  p.eventnote {
    font-size: 22px;
    margin-bottom: 22px;
  }
  p.eventlink {
    font-size: 22px;
    margin-bottom: 22px;
  }

  p.eventprice {
    font-size: 22px;
    margin-bottom: 22px;
  }
  p.eventprice.past {
    color: #666;
  }



























/*responsive*/

@media screen and (max-width: 1600px) {
  #headerwrapper {
    _background-color: red;
  }
  

/*social and language*/
  
  div#social {
    margin-right: 10%;
    text-align: right;
  }
  .socialicons {
    position: absolute;
    right: 4px;
    top: 66px;
    width: 42px;
    padding-top: 0px;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
  }
  .socialicons a {
    backdrop-filter: blur(5px);
    background-color: var(--grey-opacity);
    display: block;
    border-radius: 9px;
    margin-bottom: 2px;
  }
  #headerwrapper.scrolled .socialicons {
    top: 34px;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
  }
}

@media screen and (max-width: 1426px) {
  
  div#logo {
    width: 90px;
    top: -40px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1366px) {
  #wrapper > .inner,
  body.greetings #wrapper > .inner,
  #infowrapper > .inner {
    margin-left: 88px;
    margin-right: 88px;
  }
  #headercolumn1 {
    width: 88px;
  }
  #headercolumn2 {
    width: calc(100% - 264px);
  }
  #headercolumn3 {
    width: 88px;
  }
  #headercolumn4 {
    width: 88px;
  }
  div#logo {
    width: 80px;
    top: -27px;
  }

  body.greetings .blog {
    padding-top: 106px;
  }
  body.greetings h1.greetings-title {
    font-size: 36px;
  }
  body.greetings .blog p {
    font-size: 20px;
    line-height: 1.5;
  }


  .item-page .event-datas {
    padding: 10px 10px 10px 0;
  }
  .item-page .event-datas .tck-article-title {
    font-size: 24px;
    margin-bottom: 0px;
  }
  .item-page p.ed {
    font-size: 20px;
    margin-bottom: 10px;
  }




}

@media screen and (max-width: 1100px) {
  nav#mainmenu ul li a,
  nav#mainmenu ul li span {
    font-size: 20px;
  }
}

/*tablet landscape*/
@media screen and (max-width: 1024px) {
  #headerwrapper {

  }
}


/*tablet portrait*/
@media screen and (max-width: 950px) {
  body {
    font-size: 16px;
    line-height: 1.2em;
  }
  #headercolumn2 {
    width: calc(100% - 88px);
  }
  #headercolumn3 {
    position: absolute;
    





    width: 48px;
    width: 80px;








    top: 0;
    right: 64px;
    z-index: 1000;
  }
  #headercolumn4 {
    position: absolute;
    width: 177px;
    text-align: center;
    top: 0;







    right: 120px;
    right: 142px;





    
    z-index: 1000;
  }
  div#language {
    border-bottom: none;
    margin-left: 0;
    margin-right: 0;
    margin-top: 7px;
  }
  div#language .mod-languages {
    text-align: center;
    padding-right: 0;
  }
  div#social {
    margin-left: 0;
    margin-right: 0;
    margin-top: 4px;
  }
  .socialicons {
    position: relative;
    right: 0;
    top: 0px;
    width: auto;
  }
  .socialicons a {
    display: inline-block;
    background-color: transparent;
    backdrop-filter: none;
  }
  #headerwrapper.scrolled .socialicons {
    top: 7px;
  }
  #headerwrapper #logo,
  #headerwrapper.scrolled #logo {
    top: 2px;
    width: 57px;
  }
  #headerwrapper #logo img,
  #headerwrapper.scrolled #logo img {
     content: url("/images/templates/main/template/puskas-muzeum-logo.png");
  }
  #headerwrapper {
    height: 56px;
  }
  #headerwrapper > .inner {
    height: 56px;
  }
  #headerwrapper #headercolumn1 {
    height: 56px;
  }
  #headerwrapper #headercolumn2 {
    padding-top: 0;
    height: 56px;
  }
  #headerwrapper #headercolumn3 {
    padding-top: 0;
    height: 56px;
  }
  #headerwrapper #headercolumn4 {
    padding-top: 0;
    height: 56px;
  }
  #headerwrapper + div {
    top: 56px;
    margin-bottom: 56px;
  }
  div#logo {
    top: -54px;
  }
  #wrapper > .inner,
  body.greetings #wrapper > .inner,
  #infowrapper > .inner,
  #footerwrapper > .inner {
    margin-left: 5px;
    margin-right: 5px;
  }
  .backbutton {
    text-align: right;
    margin-top: 10px;
  }
  .backbutton a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--red);
  }
  .backbutton a:before {
    content: "";
    width: 0;
    height: 0;
    display: inline-block;
    margin-right: 7px;
    border-style: solid;
    border-width: 6px 5px 6px 0;
    border-color: transparent var(--red) transparent transparent;
  }
  body.greetings #wrapper {
    background-image: none;
    background-size: cover;
    background-position-x: center;
    min-height: calc(100vw * 0.5625);
  }
  body.greetings.aboutus {
    background-image: none;
  }
  body.greetings.aboutus #wrapper {
    background-image: none;
  }
  body.greetings #wrapper > .inner {
    max-width: 1190px;
    margin: 0 auto;
    padding: 10px;
  }
  .tck-article.item-page.greetings {
    width: 100%;
    float: none;
  }
  body.greetings .blog {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  body.greetings .tck-article.item {
    width: 100%;
    float: none;
  }
  body.greetings.aboutus #wrapper .item-image,
  body.greetings .tck-article.item .item-image {
    display: block;
    text-align: center;
    float: none !important;
  }
  body.greetings .tck-article.item .item-image img {
    margin: 0 auto;
  }
  body.greetings .tck-article.item .tck-article-body {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: -20px;
  }
  body.greetings .blog p {
    font-size: 16px;
    line-height: 1.2;
    text-indent: 10px;
    text-align: justify;
  }
  body.greetings h1.greetings-title {
    font-size: 40px;
    text-transform: uppercase;
    margin-left: 40px;
    margin-bottom: 60px;
    position: relative;
  }
  body.greetings h1.greetings-title:after {
    content: '';
    background-image: url(/images/templates/main/template/title-border-bottom.png);
    position: absolute;
    bottom: -22px;
    left: -10px;
    width: 120%;
    height: 15px;
  }
  .bnews-introimage {
    margin-right: 10px;
  }
  .bnews-introdata {
    width: calc(80% - 10px);
  }
  .bnews-titlerow > div {
    width: 100%;
    display: block;
  }
  .bnews-titlerow > div h2 {
    font-size: 17px;
    line-height: 1.2em;
    margin: 0;
  }
  .bnews-titlerow > dl.article-info {
    width: 100%;
    padding-top: 0;
    font-size: 13px;
  }
  .bnews-introdata .tck-article-body {
    font-size: 16px;
    line-height: 1.2em;
  }
  .readmore.tck-readmore a {
    font-size: 16px;
    padding: 0 !important;
  }
  .item-page.news {
    font-size: 16px;
    line-height: 1.2em;
  }
  .blog.museum-floors.quotesitem .beforereadmore.isquote {
    font-size: 16px;
  }
  .blog.museum-floors.quotesitem .itemcited.isquote {
    font-size: 16px;
  }
  .tck-article.item-page.museum-floors .tck-article-body .afterreadmore {
    font-size: 16px;
  }
  .blog.museum-floors.quotesitem .introimage {
    width: 20%;
  }
  .blog.museum-floors.quotesitem .introimage + .tck-article-body {
    width: calc(80% - 8px);
  }
  .tck-article.item-page.museum-floors .tck-article-body .itemtitle {
    font-size: 18px;
  }
  .tck-article.item-page.museum-floors .tck-article-body .afterreadmore h2 {
    font-size: 16px;
    line-height: 1.2em;
  }
  .resultitem.exhibitionitem .readmorelink {
    border-right: 11px solid var(--red);
    position: relative;
    display: block;
  }
  .resultitem.exhibitionitem .readmorelink:after {
    content: '';
    background-image: url(/images/templates/main/template/scrollbar-up.png);
    transform: rotate(90deg);
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    display: inline-block;
    padding: 0;
    position: absolute;
    right: -9px;
    top: calc(50% - 15px);
  }
  .resultitem .resultimage {
    width: 20%;
    float: left;
    margin-right: 0px;
  }
  .resultitem .resultdatas {
    float: none;
    margin-right: 0;
    width: 100%;
    padding: 0 4px;
    box-sizing: border-box;
  }
  .resultitem .resultimage + .resultdatas {
    float: left;
    margin-right: 0;
    width: calc(80% - 8px);
    padding: 0 4px;
  }
  .resultitem.exhibitionitem .readmorearea {
    display: none;
  }
  .resultitem.exhibitionitem .readmorearea,
  .resultitem.newsitem .readmorelink {
    font-size: 18px;
    margin-top: 10px;
  }
  .pagination ul {
    zoom: 0.7;
  }
  .pagination ul > li {
    margin: 0px 6px;
  }
  

}

/*mobile landscape*/
@media screen and (max-width: 758px) {
  .infos {
    padding: 10px 0;
  }
  .infos .w50l,
  .infos .w50r {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    float: none;
    line-height: 1.2em;
  }
  .infos .w50l {
    margin-bottom: 20px;
  }
  .infos h2 {
    font-size: 22px;
  }
  .infos h3 {
    font-size: 20px;
  }

  .tck-article.item-page.impressum h2 {
    font-size: 18px;
    padding: 10px 0 0px;
  }
  .tck-article.item-page.impressum p {
    font-size: 16px;
    line-height: 1.2em;
  }
  body.greetings h1.greetings-title {
    font-size: 26px;
  }




  
  .event-datas .tck-article-title {
    margin-bottom: 10px;
    font-size: 22px;
  }
  p.ed {
    font-size: 16px;
    margin-bottom: 6px;
  }

  

  .item-page .event-header {
    display: flex;
    gap: 0px;
    flex-direction: column;

  }

  .item-page .event-datas {
    padding: 12px 20px 0px 20px;
  }


}



/*mobile portrait*/
@media screen and (max-width: 524px) {
  #headerwrapper {

  }
  body.greetings h1.greetings-title {
    font-size: 20px;
    white-space: nowrap;
    margin-left: 20px;
  }

  #footerwrapper > .inner {
    padding: 10px 10px;
  }
  .w33l,
  .w33c,
  .w33r {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    float: none;
    text-align: center;
    padding-top: 0;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.3em;
  }
  .w33c img {
    width: 80px;
  }
  .item-page.news .item-image {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .page-header {
    margin: 0px 0px 0px 0px;
    padding-bottom: 5px;
  }

  





  .event-header {
    gap: 0px;
    flex-direction: column;
  }
  







}


_.ptext-center .tck-article-body .beforereadmore p {
  text-align: center;
}