/* User css */

#jsn-master {
  background: none;
  width: 100%;
}

#jsn-page {
  max-width: 1600px;
}

#jsn-header {
  display: none;
}

/* Fejléc MENU */

#jsn-menu div.user-header-menu-module {
  background-color: rgb(247,247,247);
  border-bottom: 8px solid white;
  float: none;
  position: fixed;
  text-align: center;
  z-index: 3000;
  width: 100%;
}

.user-header-menu-module > * {
  display: inline-block;
}

#jsn-menu-placeholder {
  display: none;
}

#jsn-menu {
  background: none;
  box-shadow: none !important;
  padding: 0;
  position: relative !important;
}

#jsn-menu * {
  box-sizing: border-box;
}

#jsn-pos-mainmenu {
  float: none;
}

div.jsn-modulecontainer ul.menu-mainmenu > li {
  border: 0;
}

div.jsn-modulecontainer ul.menu-mainmenu > li > a {
  border: 0;
  padding: 15px 20px;
}

div.jsn-modulecontainer ul.menu-mainmenu > li:hover > a {
  background-color: rgba(0,109,203,0.1);
  color: black;
}

div.jsn-modulecontainer ul.menu-mainmenu > li.active > a {
  background-color: rgba(0,109,203,0.7);
  color: white;
}

/* Fejléc KÉP + CÍM */

#jsn-menu div.user-header-module {
  background-image: url('/images/uj-honlap/cimlap.jpg');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  float: none;
  height: 225px;
  margin-top: 53px;
  padding: 40px 0;
  position: relative;
  vertical-align: top;
  width: 100%;
}

.user-header-holder {
  color: black;
  display: flex;
  margin: 0 auto;
  font-family: Roboto;
  position: relative;
  text-align: center;
  width: fit-content;
}

.user-header-holder > div {
  /*left: 50%;
  position: absolute;
  transform: translateX(-50%);*/
}

.user-header-holder > div:nth-child(1) {
  top: 80px;
}

.user-header-holder > div:nth-child(2) {
  top: 200px;
  white-space: nowrap;
}

.user-header-holder > div:nth-child(2) h1 {
  font-size: 36px;
  text-shadow: 0 0 8px whitesmoke;
}

.user-header-holder > div:nth-child(2) h4 {
  font-size: 20px;
}

#jsn-menu div.user-header-module.minimized {
  /*background-position: center 120px;*/
  /*height: 260px;*/
  /*padding: 20px 0;*/
  /*transition: all 3s;*/
  /*width: 33%;*/
}

.user-header-module.minimized .user-header-holder {
  background-color: rgba(255,255,255,0.75);
}

.user-header-module.minimized .user-header-holder > div {
  transform: translate(0, -50%);
  transition: all 3s;
}

.user-header-module.minimized .user-header-holder > div:nth-child(1) {
  font-size: 24px;
  left: 20px;
  top: 50%;
}

.user-header-module.minimized .user-header-holder > div:nth-child(2) {
  font-size: 14px;
  left: 150px;
  top: 50%;
}

.user-header-holder h1 {
}

.user-header-holder h4 {
  color: black;
}

@media (max-width: 640px) {

#jsn-menu div.user-header-module {
  height: 115px;
  padding: 5px 0;
}

.user-header-holder > div > img {
  max-height: 50px;
  max-width: 50px;
}

.user-header-holder > div:nth-child(2) h1 {
  font-size: 18px;
}

.user-header-holder > div:nth-child(2) h4 {
  font-size: 12px;
}

#jsn-menu div.user-header-slide-module {
  max-height: 120px;
}

#jsn-menu div.user-header-slide-module .galleria-container {
  max-height: 120px;
}

#jsn-menu div.user-header-slide-module .galleria-container .galleria-stage {
  max-height: 120px;
}

#jsn-menu div.user-header-slide-module .galleria-container .galleria-stage .galleria-image {
  max-height: 120px;
  position: relative;
  top: -80px;
}

#jsn-menu div.user-header-slide-module .galleria-container .galleria-stage .galleria-image img {
  max-height: 120px;
}

}

/* Fejléc SLIDE */

#jsn-menu div.user-header-slide-module {
  width: 100%;
}

#jsn-menu div.user-header-module.minimized + div.user-header-slide-module {
  /*display: inline-block;*/
}

#jsn-menu div.user-header-slide-module .galleria-container .galleria-stage {
}

#jsn-menu div.user-header-slide-module .galleria-container .galleria-stage .galleria-image img {
}

div.jsn-hasleft #jsn-content_inner {
  background: none;
}

#jsn-pos-promo-left div.jsn-modulecontainer a {
  color: #333333;
}

div.jsn-hasright #jsn-content_inner2 {
  background: none;
}

#jsn-pos-promo-right div.jsn-modulecontainer a {
  color: #333333;
}

#jsn-content-top {
  background: none;
}

#jsn-footer {
  background: none;
  color: #333333;
  font-size: 1em;
  padding: 50px 0 50px 0;
  text-align: center;
}

#jsn-footer > * {
  display: inline-block;
}

#jsn-footer a {
  color: rgba(0,109,203,1);
}

#jsn-footer a:hover {
  color: rgba(0,109,203,1);
}

/* ADMIN - ez itt nem működik, egy admin user css-be kellene tenni */

.CodeMirror-wrapping {
  height: 500px;
}
