*{
  box-sizing: border-box;
}

html {
    height: 100%;
    overflow: auto;
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
  line-height: 14px normal;  
  color: #1c2030;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  -webkit-text-shadow: none;
  -o-text-shadow: none;
  -ms-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  white-space: normal;
  text-align: justify;
  vertical-align: baseline;
  word-spacing: 0px;
  font-size: 14px;
  flex-direction: column;
  display: flex;
  min-height: 100vh;
  position: relative;
  margin: 0;
  padding: 0;
  max-width: 100%;
  font-family: Geneva, Tahoma, Sans-Serif;
  font-size: 14px;
  line-height: 1.42857143;
  background-color: #ffffff;
  height: auto;
  overflow: hidden;
}

/*reset default style*/
body:not(.has-sidebar-right) .site-grid .container-component {
    grid-column-end: none;
}
body:not(.has-sidebar-left) .site-grid .container-component {
    grid-column-start: 1;
}
.grid-child {
    max-width: none;
}
@supports (display:grid){
  .site-grid {
    grid-gap: 0;
  }
}
.footer {
    background-color: #fff;
    background-image: none;    
}
/*reset END*/

body p{
  text-indent: 0px;
  margin-top: 12px;
  margin-right: 0px;
  margin-bottom: 12px;
  margin-left: 0px;
}
.grid-child:has(div.jsvisitcounter) {
    background: none;
    background-color: white;
    background-image: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Times New Roman', Georgia, Times, Serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h2 {
    line-height: 24px normal;
    color: #313754;
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    -webkit-text-shadow: none;
    -o-text-shadow: none;
    -ms-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    white-space: normal;
    margin-top: 19px;
    margin-right: 0px;
    margin-bottom: 19px;
    margin-left: 0px;
    text-align: left;
    vertical-align: baseline;
    text-indent: 0px;
    word-spacing: 0px;
}

.blog-featured .page-header h1, .com-content-article .page-header h1{
  color: #1c2030;
  text-shadow: #333 2px 2px 2px;
  line-height: 26px normal;
  text-decoration: none;
  font-size: 26px;
  font-weight: 400;
  font-style: italic;
  font-variant: normal;
  text-transform: none;
  white-space: normal;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 15px;
  vertical-align: baseline;
  text-indent: 0px;
  word-spacing: 0px;
}
.blog-item .item-content h2.item-title a, .com-content-article .page-header h2[itemprop="headline"], .page-header h2[itemprop="name"] a, .com-content-article .page-header h1[itemprop="headline"]{
    line-height: 28px normal;
    text-transform: none;
    color: #d5daec;
    font-size: 28px;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
    -webkit-text-shadow: #333333 2px 2px 2px;
    -o-text-shadow: #333333 2px 2px 2px;
    -ms-text-shadow: #333333 2px 2px 2px;
    -moz-text-shadow: #333333 2px 2px 2px;
    text-shadow: #333333 2px 2px 2px;
    white-space: normal;
    text-align: left;
    vertical-align: baseline;
    text-indent: 0;
    word-spacing: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.blog-item .item-content h2.item-title, .com-content-article .page-header h2[itemprop="headline"], .page-header h2[itemprop="name"], .com-content-article .page-header h1[itemprop="headline"], .page-header h1{
    background-origin: initial;
    background-color: #25293c;
  color: #d5daec;
    position: relative;
    z-index: 1;
    display: block;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 0px 0px 5px;
    padding: 1px;
    padding-top: 6px;
    border-top: 1px solid #bfbfbf;
    border-bottom: 3px solid #bfbfbf;
    border-radius: 0px;
    text-indent: 32px;
}
h3 {
    line-height: 20px normal;
    color: #313754;
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    -webkit-text-shadow: none;
    -o-text-shadow: none;
    -ms-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    white-space: normal;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    text-align: left;
    vertical-align: baseline;
    text-indent: 0px;
    word-spacing: 0px;
}

.container-topbar .mod-custom.custom{
  background-position-x: 0px;
  background-position-y: 0px;
  background-origin: border-box;
  background-color: rgba(37, 50, 115, 0);
  height: 150px;
  display: block;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
}

.header.container-header.full-width{
  min-height: 25px;
  position: relative;
  background-color: #22273b;
  background-image: url(/images/headers/vaszonatmenet.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: left top;
  display: block;
  line-height: 14px;
  color: #1c2030;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  -webkit-text-shadow: none;
  -o-text-shadow: none;
  -ms-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  white-space: normal;
  text-align: justify;
  vertical-align: baseline;
  word-spacing: 0px;
  font-size: 14px;
  font-family: Geneva, Tahoma, Sans-Serif;
}
a:not(.btn):hover, a:not(.btn):focus {
    color: #dddeed;
}
a.btn.btn-secondary, a.bd-button{
    border-width: 0;
    padding: 0;
    color: #ffffff;
    background-color: #596499;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    position: relative;
    z-index: auto;
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    background-image: linear-gradient(top, #fd8f3a 0, #fc6f03 79%, #ed6802 100%);
    background-image: -webkit-linear-gradient(top, #fd8f3a 0, #fc6f03 79%, #ed6802 100%);
    background-image: -o-linear-gradient(top, #fd8f3a 0, #fc6f03 79%, #ed6802 100%);
    background-image: -ms-linear-gradient(top, #fd8f3a 0, #fc6f03 79%, #ed6802 100%);
    background-image: -moz-linear-gradient(top, #fd8f3a 0, #fc6f03 79%, #ed6802 100%);
    background-repeat: repeat;
    background-size: auto auto;
    background-origin: border-box;
    font-size: 14px;
    font-family: Century Gothic;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-text-shadow: none;
    -o-text-shadow: none;
    -ms-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    text-indent: 0px;
    word-spacing: 0px;
    border-collapse: separate;
    background-attachment: scroll;
    background-position: top left;
    margin: 0 auto;
    padding: 0 35px;
    border: 0 none;
    border-radius: 0px;
    line-height: 34.02px;
}
a.btn.btn-secondary:hover{
  background-color: #7385be;
  text-decoration: none;
  background-image: linear-gradient(top, #feb47c 0, #fd8930 100%);
  background-image: -webkit-linear-gradient(top, #feb47c 0, #fd8930 100%);
  background-image: -o-linear-gradient(top, #feb47c 0, #fd8930 100%);
  background-image: -ms-linear-gradient(top, #feb47c 0, #fd8930 100%);
  background-image: -moz-linear-gradient(top, #feb47c 0, #fd8930 100%);
}

/*header - G*/
.bd-container-inner{
  height: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.bd-imagelink-1592 {
    height: 100%;
    width: auto;
    top: 0.67%;
    left: 1.33%;
    position: absolute;
}
img:not([class]), .bd-imagestyles {
    vertical-align: middle;
    display: inline-block;
    text-align: center;
}
.bd-headline-1250 {
    background-size: auto auto;
    background-color: rgba(37, 50, 115, 0);
    min-width: 50px;
    z-index: 104;
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 534px;
    right: auto;
    bottom: auto;
}
.bd-slogan-1252 {
    line-height: 24px;
    color: #dbdbdb;
    font-size: 24px;
    font-family: 'Times New Roman', Georgia, Times, Serif;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-text-shadow: #171717 1px 0px 0px, #171717 -1px 0px 0px, #171717 0px -1px 0px, #171717 0px 1px 0px, rgba(0, 0, 0, 0.988281) 0px 0px 10px;
    -o-text-shadow: #171717 1px 0px 0px, #171717 -1px 0px 0px, #171717 0px -1px 0px, #171717 0px 1px 0px, rgba(0, 0, 0, 0.988281) 0px 0px 10px;
    -ms-text-shadow: #171717 1px 0px 0px, #171717 -1px 0px 0px, #171717 0px -1px 0px, #171717 0px 1px 0px, rgba(0, 0, 0, 0.988281) 0px 0px 10px;
    -moz-text-shadow: #171717 1px 0px 0px, #171717 -1px 0px 0px, #171717 0px -1px 0px, #171717 0px 1px 0px, rgba(0, 0, 0, 0.988281) 0px 0px 10px;
    text-shadow: #171717 1px 0px 0px, #171717 -1px 0px 0px, #171717 0px -1px 0px, #171717 0px 1px 0px, rgba(0, 0, 0, 0.988281) 0px 0px 10px;
    white-space: nowrap;
    text-align: left;
    vertical-align: baseline;
    word-spacing: 0px;
}

.bd-slogan-1252 {
    background-size: auto auto;
    min-width: 50px;
    position: absolute;
    left: 50%;
    z-index: 105;
    -webkit-transform: translateX(-50%) translateY(0);
    -moz-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
    top: 65%;
}

.bd-headline-1250 h3 {
    line-height: 28.8px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    color: #555555;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
    -webkit-text-shadow: 1px 1px 0px #ffffff, 2px 2px 0px rgba(133, 133, 133, 0.72);
    -o-text-shadow: 1px 1px 0px #ffffff, 2px 2px 0px rgba(133, 133, 133, 0.72);
    -ms-text-shadow: 1px 1px 0px #ffffff, 2px 2px 0px rgba(133, 133, 133, 0.72);
    -moz-text-shadow: 1px 1px 0px #ffffff, 2px 2px 0px rgba(133, 133, 133, 0.72);
    text-shadow: 1px 1px 0px #ffffff, 2px 2px 0px rgba(133, 133, 133, 0.72);
    white-space: nowrap;
    text-align: left;
    vertical-align: baseline;
    text-indent: 0px;
    word-spacing: 0px;
    word-wrap: normal;
    text-transform: none;
    font-family: 'Times New Roman', Georgia, Times, Serif;
}
.bd-headline-1250 h3 a {
    white-space: normal;
}
.bd-headline-1250 h3 a {
    line-height: 50px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 50px;
    font-weight: normal;
    text-transform: none;
    color: #dddeed;
    font-style: italic;
    font-variant: normal;
    text-decoration: none;
    -webkit-text-shadow: #171717 1px 0px 0px, #171717 -1px 0px 0px, #171717 0px -1px 0px, #171717 0px 1px 0px, rgba(0, 0, 0, 0.988281) 0px 0px 10px;
    -o-text-shadow: #171717 1px 0px 0px, #171717 -1px 0px 0px, #171717 0px -1px 0px, #171717 0px 1px 0px, rgba(0, 0, 0, 0.988281) 0px 0px 10px;
    -ms-text-shadow: #171717 1px 0px 0px, #171717 -1px 0px 0px, #171717 0px -1px 0px, #171717 0px 1px 0px, rgba(0, 0, 0, 0.988281) 0px 0px 10px;
    -moz-text-shadow: #171717 1px 0px 0px, #171717 -1px 0px 0px, #171717 0px -1px 0px, #171717 0px 1px 0px, rgba(0, 0, 0, 0.988281) 0px 0px 10px;
    text-shadow: #171717 1px 0px 0px, #171717 -1px 0px 0px, #171717 0px -1px 0px, #171717 0px 1px 0px, rgba(0, 0, 0, 0.988281) 0px 0px 10px;
    white-space: nowrap;
    text-align: left;
    vertical-align: baseline;
    text-indent: 0px;
    word-spacing: 0px;
}

@media (min-width: 992px){
  .bd-container-inner {
    max-width: 970px;
  }
}
@media (max-width: 767px){
  .container-topbar .mod-custom.custom {
    height: 286px;
    background-attachment: scroll;
    background-position: center center;
  }
  .bd-headline-1250 {
    width: 100%;
    height: 85px;
    left: 50%;
    right: auto;
    top: 52%;
    -webkit-transform: translateX(-50%) translateY(0);
    -moz-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
  }
  .bd-imagelink-1592 {
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-right: auto;
    margin-left: auto;
    height: 150px;
  }
  .bd-container-inner {
    max-width: 750px;
  }
  .bd-slogan-1252 {
    text-align: center;
    top: 92%;
  }
  .bd-headline-1250 h3 {
    text-align: center;
  }
  .bd-headline-1250 h3 a{
    white-space: normal;
  }
  .container-topbar{
    margin-bottom: 5px;
  }
}

/* nav - G*/
.grid-child.container-nav{
  background-size: auto auto;
  position: relative;
  z-index: 499;
  display: block;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: rgba(28, 32, 48, 0.5);
  margin: 0 auto;
  border-radius: 0px;
  padding: 0;
}
.mod-menu .metismenu-item.level-1{
  margin:0;
  padding:0;
}
nav .mod-menu{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.metismenu.mod-menu {
    margin: 0;
    display: flex;
    align-items: center;
}
.mod-menu .metismenu-item.level-1 a{
    color: #ffffff;
    font-size: 14px;
    font-family: Geneva, Tahoma, Sans-Serif;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    -webkit-text-shadow: none;
    -o-text-shadow: none;
    -ms-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    white-space: normal;
    text-align: center;
    vertical-align: baseline;
    text-indent: 0px;
    word-spacing: 0px;
    cursor: pointer;
    padding: 8px;
    line-height: 14px;
    display: block;
    border-radius: 4px;
    position: relative;

    margin-top: 12px;
    margin-right: 0px;
    margin-bottom: 12px;
    margin-left: 0px;
}

/* nav desktop view*/
@media (min-width: 991px){
  .mod-menu .metismenu-item.level-1:hover > .mm-collapse, .mod-menu .metismenu-item.level-1 > a:hover ~ .mm-collapse   {
    display: block;
  }
  .mod-menu .metismenu-item.level-1> button{
    display:none;
  }
  
}

  /*hover,active,active-hover*/
  .mod-menu .metismenu-item.level-1 > a:hover, .mod-menu.metismenu .metismenu-item.level-1:hover > a{
    background-color: #dddddd;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: top left;
    color: #2a365c;
    border-radius: 0px;
  }
  .mod-menu .metismenu-item.level-1.active > a {
    color: #22273b;
    text-align: left;
    background-color: #ffffff;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: top left;
    border-radius: 0px;
  }
  .mod-menu .metismenu-item.level-1.active > a:hover {
    text-decoration: underline;
  }
  /*sumbenu*/
  .mod-menu .metismenu-item.level-1 > .mm-collapse{
    padding: 0;
    margin: 0;
    background-attachment: scroll;
    /*display: block;*/
    position: absolute;
    content: ' ';
    z-index: 1;
    margin-bottom: -8px;
    margin-top: -8px;
    background: unset;
  }
  .metismenu.mod-menu .metismenu-item {
    padding: 0;
  }
  .mod-menu .metismenu-item.level-1 > .mm-collapse .level-2 a{
    z-index: 11;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #bfbfbf;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: top left;
    text-align: left;
    color: #262626;
    font-size: 12px;
    text-decoration: none;
    width: 100%;
    margin: 0 auto;
    padding: 8px;
    border-radius: 0px;
    line-height: 19.68px;
    /*display: block;*/
    white-space: nowrap;
  }
  
  .mod-menu .metismenu-item.level-1 > .mm-collapse .level-2 a:hover{
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #949494;
    color: #111119;
    margin: 0px;
    background-image: none;
  }
  .mod-menu .metismenu-item.level-1 > .mm-collapse .level-2.active a{
    text-decoration: underline;
  }
  .mod-menu .metismenu-item.level-1 > .mm-collapse .level-2.active a:hover{
    text-decoration: none;
    background-color: #949494;
  }
  
/*}*/

@media (max-width: 991px){
  .container-header .container-nav nav{
    text-align: center;
    color: #ffffff;
    background-color: rgba(61, 61, 64, 0.75);
    margin: 0 auto;
    display: block;
    padding: 0;
  }
  .container-header .navbar-toggler {
    color: #fff;
    cursor: pointer;
    border: 0;
  }
  .icon-menu{
    display: flex;
  }
  .icon-menu:before {
    content: "";
    border: none;
    font-size: 26px;
    color: #ffffff;
    padding: 10px;
    line-height: 31.428571px;
  }
  .icon-menu:after {
    content: "Menu";
    border: none;
    font-size: 19px;
    color: #ffffff;
    padding: 10px;
    line-height: 31.428571px;
    font-weight: normal;
  }
  .navbar-toggler:focus {
    box-shadow: unset;
  }
  .navbar .navbar-collapse{
    background: #1f2335;
  }
  
  .metismenu.mod-menu .metismenu-item.level-1 {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
  }
}
/*homepage welcome banner*/
.bd-section-5 {
    height: 450px;
    background-image: url(/images/designer/keresztszemes.jpg);
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-size: contain;
    background-position: left top;
    padding-right: 1em;
    padding-left: 1em;
}
.bd-container-inner {
    position: relative;
}
@media (min-width: 768px){
  .bd-container-inner {
    max-width: 750px;
  }
}
@media (min-width: 992px){
  .bd-container-inner {
    max-width: 970px;
  }
}

.bd-container-inner {
    margin-left: auto;
    margin-right: auto;
}

.bd-section-5 h2 {
    line-height: 51.6px;
    letter-spacing: -1px;
    color: #d9534f;
    font-weight: 700;
    font-size: 43px;
}
h2.bd-textblock-3 {
    color: #ba0d0d;
}
.bd-textblock-3 {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.6);
    left: 31.758%;
    right: auto;
    top: 4.394%;
    bottom: auto;
    width: 60%;
    display: block;
    padding: 20px;
}
.bd-tagstyles:not(.bd-custom-image):not(.shape-only) img {
    margin: 10px !important;
}

.bd-tagstyles:not(.bd-custom-image):not(.shape-only) img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
}
.bd-imagestyles-3 {
    vertical-align: middle;
    display: inline-block;
    text-align: center;
}
.bd-imagelink-4 {
    position: absolute;
    top: 4.394%;
    left: 0%;
    right: auto;
    bottom: auto;
    height: 80%;
    display: block;
}
@media (max-width: 1199px){
  .bd-imagelink-4 {
    left: 2.67789%;
    right: auto;
    top: 3.7037%;
    bottom: auto;
  }
}
@media (max-width: 991px){
  .bd-imagelink-4 {
    left: 5.457%;
    right: auto;
    top: 5.970%;
    bottom: auto;
    display: block;
  }
}
.container-banner.full-width{
    height: 450px;
  }
@media (max-width: 1199px){
  .bd-section-5 {
    height: 348px;
  }
  .container-banner.full-width{
    margin: 0;
    height: 348px;
  }
}
@media (max-width: 991px){
  .container-banner.full-width{
    height: 302px;
  }
  .bd-section-5 {
    height: 302px;
  }
  .bd-section-5 h2 {
    line-height: 40.5px;
    font-size: 27px;
  }
}
@media (max-width: 767px){
  .bd-section-5{
    padding-right: 0em;
    padding-left: 0em;
    height: 205px;
    margin: 0;
  }
  .container-banner.full-width{
    height: 205px;
    margin: 0;
  }
  .bd-container-inner {
    max-width: none;
  }
  .bd-imagelink-4 {
    left: 3.40133%;
    right: auto;
    top: 1.71409%;
    bottom: auto;
  }
  .bd-textblock-3 {
    width: 50%;
    left: 40%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 24.28571429px;
    font-size: 17px;
  }
  h2.bd-textblock-3 {
    line-height: 24.28571429px;
    font-size: 17px;
  }
  
}

/* content div*/
@media (min-width: 768px){
  .site-grid .grid-child.container-component {
    width: 750px;
  }
}
@media (min-width: 992px){
  .site-grid .grid-child.container-component {
    width: 970px;
  }
}
@media (min-width: 1200px){
  .site-grid .grid-child.container-component {
    width: 910px;
  }
}

/*content style*/

.grid-child.container-component .blog-items.items-leading .blog-item .item-content>p{
    /*display: -webkit-box;*/
    padding-right: 10px;
    padding-left: 10px;    
    text-align: justify;
    color: rgb(28, 32, 48);
}
.grid-child.container-component .blog-items .blog-item .item-content>p{
    display: block;
    padding-right: 10px;
    padding-left: 10px;    
    text-align: justify;
    color: rgb(28, 32, 48);
}
.grid-child.container-component .blog-items.items-leading .blog-item .item-content>p{
    /*justify-content: center;
    display: flex;*/
}
.grid-child.container-component .blog-items .blog-item .item-content>p.blogOnePic, p.blogOnePic {
    display: flex;
    justify-content: center;
}

.grid-child.container-component .blog-items .blog-item .item-content{
    text-align: justify;
    padding-right: 10px;
    padding-left: 10px;
}
.grid-child.container-component .blog-items .blog-item .item-content >p.imgspan, p.imgspan{
    padding-right: 10px;
    padding-left: 10px;
    text-align: justify;
    display: flex;
}
.grid-child.container-component .blog-items .blog-item .item-content >p>img{
    float: left;
}

.grid-child.container-component .blog-items .blog-item .item-content >blockquote{
    position: static;
    z-index: auto;
    display: inline-block;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-image: url(/images/designer/postquote.png);
    background-repeat: no-repeat;
    background-size: auto auto;
    background-color: #253273;
    margin: 10px 10px 10px 50px;
    padding: 2px 10px 10px 25px;
    border-radius: 0px;
    font-size: 16.25px;
    border-left: 5px solid #f5f5f5;
    line-height: 13px normal;
    color: #ffffff;
    font-weight: 400;
    font-style: italic;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    -webkit-text-shadow: none;
    -o-text-shadow: none;
    -ms-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    white-space: normal;
    text-align: justify;
    vertical-align: baseline;
    text-indent: 0px;
    word-spacing: 0px;
    letter-spacing: 1px;
}

p.imgspan img{
  float: left;
  margin-right: 10px;
}
.com-content-article__body img, .com-content-category-blog__items img{
  margin: 0 10px;
  margin: 0 auto;
  margin: 10px;
}
.com-content-article__body table {
    position: relative;
}
@media(max-width: 769px){
  p.imgspan{
    display: flex;
    flex-direction: column;
    padding: 0 10px;
  }
  p.imgspan img{
    margin: auto;
  }
  .grid-child.container-component .blog-items .blog-item .item-content >p.imgspan>img{
    width: 70%;
    margin: 0 auto;
    height: fit-content;
    margin-bottom: 10px;
  }
  .grid-child.container-component .blog-items .blog-item .item-content >p.imgspan {    
    flex-direction: column;
  }
  .grid-child.container-component .blog-items .blog-item .item-content >table{
    max-width: 100%;
  }
  .com-content-article.item-page{
    padding: 0 10px;
  }
  .com-content-article__body p, .com-content-article__body table {
    max-width: 98%;
  }
}
@media(max-width: 468px){
  .grid-child.container-component .blog-items .blog-item .item-content >p>img{
    width: 100%;
    margin-bottom: 10px;
  }
}
@media(min-width: 468px){
  .grid-child.container-component .blog-items .blog-item .item-content >p>img{
    margin: 10px 10px;
  }
}


/***** FOOTER *****/
.footer .grid-child {
  display: flex;
  flex-direction: column;
  padding-bottom:0;
  padding-left:0;
  padding-right:0;
}
.footer .grid-child .jsvisitcounter{
  margin-bottom: 80px;
}

@media (min-width: 768px){
  .footer .grid-child {
    width: 750px;
  }
}

@media (min-width: 992px){
  .footer .grid-child {
    width: 970px;
  }
}
@media (min-width: 1200px){
  .footer .grid-child{
    width: 910px;
  }
}
.footer .grid-child div {
    margin-top: 10px;
}
/*profnet*/
.footer .grid-child div#mod-custom118 {
    display: inline-block;
    background: #1c2030;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    padding: 10px 0;
    position: absolute;
    bottom: 0;
}
.footer .grid-child div#mod-custom118 a {
    text-decoration: none;
}

/*map*/
.footer .grid-child div#mod-custom119 p {
    height: 100%;
}
.footer .grid-child div#mod-custom119 {
    height: 300px;
    width: 100%;
    display: block;
}
@media (min-width: 768px){
  .footer .grid-child div#mod-custom119, .footer .grid-child div#mod-custom121 {
    width: 750px;
  }
}

@media (min-width: 992px){
  .footer .grid-child div#mod-custom119, .footer .grid-child div#mod-custom121  {
    width: 970px;
  }
}
@media (min-width: 1200px){
  .footer .grid-child div#mod-custom119, .footer .grid-child div#mod-custom121  {
    width: 910px;
  }
}
/*tamogatoink*/
.footer .grid-child div#mod-custom120 {
  display: inline-block;
  width: 100%;
  background-color: #cbcfe1;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  text-align: center;
  margin-top: 20px;
}
.footer .grid-child div#mod-custom120 h1{
  text-shadow: #333 2px 2px 2px;
  color: #1c2030;
  font-family: 'Times New Roman', Georgia, Times, Serif;
  font-size: 26px;
  font-weight: 400;
  font-style: italic;
}
/*tamogatok*/
.footer .grid-child div#mod-custom121 img{
    width: 80%;
    margin: 0 auto;
    display: block;
}

/* W  oldal tetejére nyíl */
.back-to-top-link {
  position: fixed; 
  background-color: #d5daec;
}

/* W  phoca kategória nézet */
.pg-item-box, .pg-category-box {
  width: auto !important; 
 border: 1px solid #d3d4da;
}  
  /* W */
.com_phocagallery .pagination {
    justify-content: center !important; 
}
/* MyLightbox-galley G*/
.lightbox{
display: none;
	}
.com-content-article__body img{
	cursor: pointer;
	}
.generateImg{
      /* background: black; */
    background-color: unset;
    /* line-height: 761px; */
    /* line-height: 100vh; */
    height: 100%;
    /* max-height: 761px;*/
}

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    padding-top: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    background-color: rgba(21,33,57,0.95);
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 0;
    text-align: center;
    z-index: 1000000;
    flex-direction: column-reverse;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: unset;
    margin: auto;
    padding: 0;
    max-width: 1200px;
    display: inline-grid;
    height: 100%;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
  margin: 0 auto;
  width: 95%;
  height: 100%;
  align-content: space-around;
  flex-wrap: wrap;
  position: relative;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.mymodalNext,
.mymodalPrev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin: 0 -10px;
  padding: 0;
  margin-top: -25px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  text-decoration: unset;
}

/* Position the "next button" to the right */
.mymodalNext {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.mymodalPrev:hover,
.mymodalNext:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.generateImg img {
  max-height: 761px;
  margin: 0 auto;
  padding: 0;
  border: 3px solid #fff;
}

.caption-container {
  text-align: center;
  background-color: unset;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

.com-content-article__body img {
  transition: 0.3s;
}

.com-content-article__body img:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}