@charset "UTF-8";




/*colors*/
  :root {
    --gold: #cdb575;
    --gold0: #cdb57500;
    --gold20: #cdb57533;
    --gold50: #cdb57580;
    --gold80: #cdb575cc;
    --bg: #292929;
    --bg-black: #191919;
    
  }


/*template*/

  .aa_gold {
    color: var(--gold);
  }


/* custom scrollbar */
  ::-webkit-scrollbar {
    width: 8px;
  }

  ::-webkit-scrollbar-track {
    background-color: var(--bg-black);
  }

  ::-webkit-scrollbar-thumb {
    background-color: var(--gold);
    backdrop-filter: blur(5px);
    border-radius: 12px;
    border: 1px solid transparent;
    background-clip: content-box;
  }

  ::-webkit-scrollbar-thumb:hover {
    background-color: var(--gold50);
  }
  

html {
	text-rendering: geometricprecision;
	-webkit-font-smoothing: antialiased !important;
	scroll-behavior:smooth;
	scroll-padding-top: 50px;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  color: white;
  background: rgb(41,41,41);
  background: linear-gradient(90deg, rgba(41,41,41,1) 0%, rgba(48,48,48,1) 100%);
}


pre {
  display: block;
  font-size: 75%;
  color: #212529;
  background: whitesmoke;
  line-height: 1em;
  padding: 10px 0;
  border-radius: 3px;
}

.jmodedit {
  display: none !important;
}
.icons {
  display: none !important;
}

a {

  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
a:hover {

  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#maincenter a,
#footer a {
  color: var(--gold);
  text-decoration: underline 1px var(--gold0);
  transition: text-decoration-color 200ms;
}
#maincenter a:hover,
#footer a:hover {
  text-decoration-color: var(--gold);
  transition: text-decoration-color 200ms;
}

.wf_file img {
  margin-right: 10px;
}

h1,h2,h3,h4,h5,h6 {
  text-transform: uppercase;
  font-family: Cinzel;
  color: var(--gold);
}

p {
  padding: 4px 0px;
  margin-bottom: 4px;
}

.tck-article-body b,
.tck-article-body strong {
  color: var(--gold);
}

/*table*/
  table tr {
    border-bottom: 1px solid var(--gold50);
  }
  table th, table td {
    padding: 6px 2px 2px 2px;
    vertical-align: top;
    text-align: inherit;
    word-break: break-word;
  }

/*embed*/
  .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%; }

/*buttons*/

  button {
    box-shadow: none !important;
  }

  .btn-secondary:not(:disabled):not(.disabled):active,
  .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: initial;
    background-color: transparent;
    border-color: transparent;
    border: none;
    outline: none;
  }
  .btn-check:focus + .btn-secondary,
  .btn-secondary:focus {
    color: initial;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
    outline: none;
  }

/*header*/
  

  #headercolumn1 {
    width: 300px;
  }
  #headercolumn2 {
    width: calc(100% - 556px);
  }
  #headercolumn3 {
    width: 42px;
  }
  #headercolumn4 {
    width: 163px;
  }

  div#headerwrapper {
    background: black;
    height: 42px;
    z-index: 1000;
    background: black;
    border-bottom: 1px solid black;

    position: fixed;
    height: 42px;
    top: 0;
    left: 0;
    right: 0;
  }
  div#headerwrapper + div {
    margin-top: 42px;
  }

  body.mainpage div#headerwrapper {
    background-image: url('/images/template/Erika-mainpage.png');
    background-size: 100%;
    background-position: 0px -60px;
    height: 100vh;
    background-position: 0px -60px;
    _position: sticky;
    _top: calc(-100vh + 42px);
    position: relative;
  }
  body.mainpage div#headerwrapper + div {
    margin-top: 0px;
  }

/*header row*/
  
  section#header {
    position: fixed;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    border-top: 1px solid black;

  }

  #mainmenu {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: calc(100% - 550px);
    margin: 0 auto;
  }

  #mainmenu > .inner {
    
  }

  #mainmenu.fixed-menu {
    position: fixed !important;
    top: 1px !important;
    bottom: initial !important;
    left: 50% !important;
    transform: translateX(-50%);
    z-index: 1001;
  }

  .blackbg {
    background: black !important;

  }




  





















































/*language*/

  div.mod-languages .btn-group .btn {
    flex: none;
    background: transparent;
    border: none;
    padding: 0;
    margin: 2px 4px;
  }
  div.mod-languages .btn-group .btn.dropdown-toggle::after {
    content: none;  
  }

  div.mod-languages .dropdown-menu {
    background-color: var(--gold);
    border: none;
    border-radius: 0;
    color: black;
    border-top: 1px solid black;
    padding: 4px 10px 8px;
    min-width: 82px;
  }
  div.mod-languages ul li {
    padding: 6px 0px;
    margin: 0;
  }
  div.mod-languages ul.lang-block li {
    padding: 6px 0px;
  }
  div.mod-languages ul li.lang-active {
    color: white;
    background-color: transparent;
  }
  div.mod-languages ul.lang-block li a {
    color: black;
  }
  div.mod-languages ul.lang-block li a:hover {
    color: white;
  }
  div.mod-languages ul.lang-block li a img {
    margin-top: -3px;
  }

/*social*/
  
  div#social {
    margin: 3px 4px 2px;
  }

  .socialicons a img {
    
  }



/*search*/


  #search {
    position: relative;
    
  }



  #search > .inner .search .tck-module-text {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    padding: 0px; 
  }

  #searchfocus {
    cursor: pointer;
    width: 50px;
  }
  .search.tck-module #searchfocus img {
    width: 36px;
    margin: 2px;
  }

  form.mod-finder.js-finder-searchform.form-search.search.opacity0 {
    opacity: 1;
    

    width: 6px;
    



    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
  }
  #search form.mod-finder.js-finder-searchform.form-search.search.opacity0 .awesomplete input {
    padding: 5px 0px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
  }

  form.mod-finder.js-finder-searchform.form-search.search {
    opacity: 1;




    width: calc(100%);
    border-right: 2px solid var(--gold);
    border-left: 2px solid var(--gold);
    margin: 1px 0;
    



    position: relative;
    top: 0px;
    right: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
  }

  #search .awesomplete {
    width: 100%;
    padding-right: 0px;
  }

  

  #search input,
  #search input:focus {
    width: calc(100% - 4px);
    max-width: 100%;
    background-color: white;
    border: none;
    cursor: auto;
    border-radius: 0;
    margin-left: 2px;
    margin-right: 2px;

    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    box-shadow: inset 2px 2px 10px -3px #00000077;
    padding: 5px 10px;
    height: 38px;
  }

  

  #search input::placeholder {
    color: grey;
    text-transform: lowercase;
    text-align: left;
  }



  .searcharea {
    position: relative;
    width: 100%;
  }


  form.js-finder-searchform .form-inline {
    justify-content: space-evenly;
  }

  form.js-finder-searchform input#q {
    border-radius: 0;
  }

  .btn-primary,
  body.contentpane .btn-primary,
  div.ckboxmodal-body .btn-primary {
    background-color: var(--gold) !important;
    color: black !important;
    border: none;
    border-radius: 0;
    padding: 7px 20px;
  }

  .com-finder.finder {
    padding: 30px 5px;
  }

  .awesomplete > ul {
    background: white;
    border: 1px solid var(--bg);
    border-radius: 0;
    box-shadow: none;
  }
  .awesomplete ul li {
    color: black;
  }
  .awesomplete ul li mark {
    background: var(--gold);
  }
  .awesomplete > ul > li:hover, 
  .awesomplete > ul > li[aria-selected="true"] {
    background: var(--gold50);
    color: black;
  }
  .awesomplete > ul > li:hover mark, 
  .awesomplete > ul > li[aria-selected="true"] mark {
    background: var(--gold80);
    color: black;
  }

  mark {
    background: var(--gold);
  }

/*header logo*/
  

  a.headerlogo {
    position: absolute;
    top: 3px;
    left: 23px;
    width: 210px;
    height: 35px;
    opacity: 1;
  }

  body.mainpage a.headerlogo {
    
    opacity: 0;
    pointer-events: none;
  }
  #headerwrapper.scrolled a.headerlogo {
    opacity: 1;
    pointer-events: auto;
    margin-top: 0px;
  }































/*mainmenu*/
  

  #mainmenu div[id^=maximenuck].maximenuckh ul.maximenuck li.maximenuck.level1.item124 .floatck {
    _display: block !important;
  }


  #mainmenu div[id^=maximenuck].maximenuckh {
    line-height: 20px;
    font-size: 18px;
  }

  
  
  #mainmenu div[id^=maximenuck].maximenuckh {
    text-align: center;
  }
  #mainmenu div[id^=maximenuck].maximenuckh ul.maximenuck {
    background-color: var(--gold);
    display: inline-block !important;
    padding: 0;
  }
  #mainmenu div[id^=maximenuck].maximenuckh ul.maximenuck li.maximenuck.level1 {
    padding: 0;
    padding: 0 10px;
    vertical-align: inherit;

  }

  #mainmenu div[id^=maximenuck].maximenuckh ul.maximenuck li.maximenuck.level1 > a,
  #mainmenu div[id^=maximenuck].maximenuckh ul.maximenuck li.maximenuck.level1 > span.separator,
  #mainmenu div[id^=maximenuck].maximenuckh ul.maximenuck li.maximenuck.level1 > span.nav-header {
    display: block;
    padding: 10px 10px;
    margin: 0;
    text-indent: 0;
    color: black;
    width: 100%;

  }
  
  #mainmenu div[id^=maximenuck].maximenuckh ul.maximenuck2 li.maximenuck > a,
  #mainmenu div[id^=maximenuck].maximenuckh ul.maximenuck2 li.maximenuck > span.separator,
  #mainmenu div[id^=maximenuck].maximenuckh ul.maximenuck2 li.maximenuck > span.nav-header {
    color: black;
    padding: 10px;
  }

  #mainmenu div[id^=maximenuck].maximenuckh span.titreck {
    text-transform: uppercase;
  }

  #mainmenu div[id^=maximenuck].maximenuckh li > a > .titreck > .titreck-text > .titreck-title,
  #mainmenu div[id^=maximenuck].maximenuckh li > span.separator > .titreck > .titreck-text > .titreck-title,
  #mainmenu div[id^=maximenuck].maximenuckh li > span.nav-header > .titreck > .titreck-text > .titreck-title {
    color: black;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  #mainmenu div[id^=maximenuck].maximenuckh li.active > a > .titreck > .titreck-text > .titreck-title,
  #mainmenu div[id^=maximenuck].maximenuckh li.active > span.separator > .titreck > .titreck-text > .titreck-title,
  #mainmenu div[id^=maximenuck].maximenuckh li.active > span.nav-header > .titreck > .titreck-text > .titreck-title {
    color: white;
  }
  #mainmenu div[id^=maximenuck].maximenuckh li.current > a > .titreck > .titreck-text > .titreck-title,
  #mainmenu div[id^=maximenuck].maximenuckh li.current > span.separator > .titreck > .titreck-text > .titreck-title,
  #mainmenu div[id^=maximenuck].maximenuckh li.current > span.nav-header > .titreck > .titreck-text > .titreck-title {
    color: white;
  }
  #mainmenu div[id^=maximenuck].maximenuckh li:hover > a > .titreck > .titreck-text > .titreck-title,
  #mainmenu div[id^=maximenuck].maximenuckh li:hover > span.separator > .titreck > .titreck-text > .titreck-title,
  #mainmenu div[id^=maximenuck].maximenuckh li:hover > span.nav-header > .titreck > .titreck-text > .titreck-title {
    color: white;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }




  #mainmenu div[id^=maximenuck].maximenuckh ul.maximenuck .floatck {
    background-color: var(--gold);
    padding: 8px 0px 10px;
    border-top: 1px solid black;
    border-bottom: none;
  }

  #mainmenu div[id^=maximenuck].maximenuckh ul.maximenuck .floatck.undermiddle {
    bottom: 40px;
    padding: 6px 0px 10px;
    border-top: none;
    border-bottom: 1px solid black;
  }

  #mainmenu div[id^=maximenuck].maximenuckh div.maxidrop-main {
    width: initial;
  }

  #mainmenu div[id^=maximenuck].maximenuckh ul.maximenuck2 li.maximenuck a {
    padding: 4px 10px;
  }

  #mainmenu div[id^=maximenuck].maximenuckh ul.maximenuck2 li.maximenuck .titreck-title {
    font-size: 16px;
    text-transform: initial;
  }

/*mobilmenu*/

  div#mobilemenu {
    width: 0;
    display: none;
  }

  @media screen and (max-width: 1300px) {
    div#mobilemenu {
      width: 77px;
      display: block;
    }
  }

  #mobilemenu > .inner {
    padding: 22px 0;
  }

  #mobilemenu div[id^=maximenuck][id$="-mobile-bar"]{
    width: 41px;
    margin: 2px 0;
    display: block !important;
  }
  #mobilemenu div[id^=maximenuck][id$="-mobile"] .mobilemenuck-topbar {
    display: none !important;
  }
  #mobilemenu div[id^=maximenuck] .mobilemenuck-bar-title {
    background: transparent;
    width: 42px;
    margin-left: 0;
    padding-left: 0px;
    text-indent: 0px;
    font-family: 'dmserif';
    text-transform: uppercase;
    font-weight: normal;
    font-size: 30px;
    line-height: 38px;
    cursor: pointer;
  }

  #mobilemenu div[id^=maximenuck] .mobilemenuck-bar-button {
    padding-top: 0px;
    text-align: left;
    background: transparent;
    left: 0;
    top: 0px;
    height: 45px;
    width: 54px;
    font-size: 54px;
    line-height: 31px;
    vertical-align: middle;
    border-right: 2px solid var(--gold);
    display: block;
    color: var(--gold);
    text-align: center;
    align-content: center;
  }
  #mobilemenu div[id^=maximenuck] .mobilemenuck-button {
    height: 41px;
    line-height: 41px;
    left: 0; 
    _padding-top: 5px;
    text-align: left;
    background: transparent;
    left: 0;
  }

  #mobilemenu div[id^=maximenuck].mobilemenuck {
    background: var(--gold);
    width: 290px;
    position: absolute !important;
    top: 42px !important;
    left: 0px !important;
  }
  #mobilemenu div[id^=maximenuck].mobilemenuck .mobilemenuck-topbar .mobilemenuck-title {
    display: none;
  }
  #mobilemenu div[id^=maximenuck].mobilemenuck .mobilemenuck-item {
    background: transparent;
  }
  
  #mobilemenu div[id^=maximenuck].mobilemenuck div.mobilemenuck-item:first-of-type div {
    padding-top: 0px;
  }

  #mobilemenu div[id^=maximenuck].mobilemenuck .mobilemenuck-item > .level1 {
    background: transparent;
    margin: 0;
    line-height: 22px;
  }
  #mobilemenu div[id^=maximenuck].mobilemenuck .mobilemenuck-item > .level1 a {
    line-height: 22px;
  }
  #mobilemenu div[id^=maximenuck].mobilemenuck .mobilemenuck-item > .level2 a {
    background: transparent;
    margin: 0;
    line-height: 22px;
  }
  #mobilemenu div[id^=maximenuck].mobilemenuck .mobilemenuck-item span.titreck-text {
    line-height: 22px;
  }
  #mobilemenu div[id^=maximenuck].mobilemenuck .mobilemenuck-item span.titreck-title{
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
    vertical-align: middle;
    color: black;
    font-weight: normal;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    font-family: 'dmserif';
  }
  #mobilemenu div[id^=maximenuck].mobilemenuck .mobilemenuck-item span.titreck-title:hover,
  #mobilemenu div[id^=maximenuck].mobilemenuck .mobilemenuck-item .current span.titreck-title{
    color: white;
  }


  #mobilemenu div[id^=maximenuck].mobilemenuck .mobilemenuck-itemwrap {
    width: 294px !important;
    border-bottom: 10px solid var(--gold);
    top: 42px !important;
    left: 0px !important;
  }

  #mobilemenu div[id^=maximenuck].mobilemenuck .mobilemenuck-item > .level2 {
    background: transparent;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: white;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 45px;
  }





/*wrapper*/


  div#wrapper {
    background-image: url(/images/template/kvint-wrapper2.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    padding-bottom: 330px;
  }
  body.homepage div#wrapper {
    background-image: none;
    padding-bottom: 0px;
  }

  .page-header h1,
  .page-header h2,
  .page-header h2[itemprop="headline"],
  .category-pagetitle {
    color: var(--gold);
    padding: 30px 5px;
    text-transform: uppercase;
    font-family: Cinzel;
    font-size: 30px;
  }

  #mod-custom116 {
    background-image: url(/images/template/metodus-desktop2.png);
  }

p.quote-intro {
  font-family: 'Cinzel';
  color: var(--gold);
}

/*jelentkezes*/

.apply-intro {
  align-items: center;
  justify-items: center;
  margin-bottom: 25px;
  padding: 30px;
}

.apply-intro h4 {
  text-align: center;
}

.apply-intro p {
  text-align: justify;
}

.apply-section-container {
  display: flex;
  flex-direction: row;
  gap: 40px;
  justify-content: center;
  padding: 30px 0;
}

.apply-section-container h4 {
  text-align: center;
}

.apply-flex-row-container {
  width: 40%;
  align-items: center;
}

.apply-outro {
  padding: 30px;
}

.apply-outro h4 {
  text-align: center;
}

.apply-container {
  padding: 0 10px 0px 10px;
}

.apply-button {
  justify-self: center;
  text-align: center;
}

.training-details h5 {
  font-weight: bold;
}

/*partnerek*/

.partners-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
}

/*kepzesi-program*/

body.itemid-132 div#wrapper {
  background-image: url(/images/template/ujabb-kvint-1648.png);
  background-position: bottom center;
  background-repeat: no-repeat;
}

body.itemid-171 div#wrapper {
  background-image: url(/images/template/ujabb-kvint-1100.png);
  background-position: bottom center;
}

body.pageid-27 div.com-content-category-blog.blog.tck-blog {
  display: none;
}

body.pageid-36 div.com-content-category-blog.blog.tck-blog {
  display: none;
}

body.itemid-122 ul.fields-container {
  display: none;
}

body.itemid-123 ul.fields-container {
  display: none;
}

.itemid-159 ul.fields-container {
  display: none;
}

.itemid-175 ul.fields-container {
  display: none;
}

li.newsflash-item {
  max-width: 100%;
  margin: 0px 10px 0px 10px;
}

ul.mod-articlesnews-vertical.newsflash-vert.mod-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 35px;
}

body.itemid-163 li.newsflash-item:nth-child(even) {
  align-self: flex-end;
}

body.itemid-172 li.newsflash-item:nth-child(even) {
  align-self: flex-end;
}

iframe {
  border: 2px solid #cdb575;
  max-width: 100%;
}

p.readmore.btn.btn-secondary {
  background: #cdb575;
  border: none;
  border-radius: 0;
}

.readmore.btn.btn-secondary a {
  color: black !important;
}

/*miklosa-method*/

body.itemid-169 h2 {
  display: none;
}

h3.miklosa-method-title {
  padding: 30px 5px;
}

/*tisztsegviselok*/

.trustees-name {
  padding-top: 25px;
}






/*mainpage-newsflash*/

h3.tck-module-title {
  font-size: 40px;
  padding: 15px 0 15px 0;
}

.mod-articlesnews-horizontal figure img {
  width: 100%;
  border: 2px solid var(--gold);
}

.mod-articlesnews-horizontal.newsflash-horiz.mod-list {
  margin: 10px;
}

.newsflash-horiz {
  grid-gap: 1rem;
}

h4.newsflash-title a:hover {
  text-decoration: none;
  transition: all 0.3s linear;
  color: white;
}

.main-newsflash-item p {
  text-align: justify;
}

/*mainpage-events*/

.mainpage-events-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.mainpage-events-item {
  display: flex;
  flex-direction: row;
  gap: 20px;
  border: 1px solid var(--gold);
}

.newsflash-image.mainpage-event-image {
  width: 100%;
}

.newsflash-data {
  align-content: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

h4.newsflash-title a {
  color: var(--gold);
}

.newsflash-image {
  width: 100%;
}

.newsflash-text {
  text-align: justify;
  margin-right: 20px;
}

.newsflash-image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.newsflash-vert.mod-list > li:nth-child(even) h4 {
  text-align: right;
}

.event-date {
  color: #cdb575cc;
}



/*application*/

.kvint-application-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

div#mod-application-form129 {
  text-align: center;
}

div#mod-application-form133 {
  text-align: center;
}

p.data-policy-message {
  display: none;
}

p#data-policy-message {
  color: var(--gold);
}

p#application-button {
  padding: 10px 0 10px 0;
}

/*blog*/

.newspage figure.item-image img {
  border-right: 15px solid #cdb575;
}

  .blogitem-content-header {
    display: flex;
    margin-bottom: 15px;
  }
  .blogitem-content-image {
    flex: 1;
  }
  .blogitem-content-eventdatas {
    flex: 2;
    padding-left: 20px;
  }

  .blog-item .page-header h2[itemprop="name"].tck-article-title {
    padding: 0;
    text-transform: none;
    font-size: 26px;
  }

  .eventdate-location {
    margin: 25px 0px 0px;
  }
  
  span.event-location {
    color: var(--gold);
    font-weight: 700;
  }

.blogitem-content-image .event-item-image img {
  border-right: 15px solid #cdb575;
}

.tck-article-body {
  text-align: justify;
}

/*kepzesi-program*/

figure.kepzes.item-image {
  text-align: center;
}


/*event article*/

  .com-content-article__body.tck-article-body {
    padding: 0px 10px;
    text-align: justify;
  }

  .eventitem-content-header {
    display: flex;
    margin-top: 80px;
    margin-bottom: 2em;
  }
  .eventitem-content-eventdatas {
    flex: 1;
    background-color: black;
    text-align: right;
  }

  .eventitem-content-eventdatas .page-header, .eventsdatas {
    padding-right: 20px;
  }

  .eventitem-content-image {
    flex: 1;
    border-left: 10px solid #cdb575;
  }



  .eventitem-content-image figure {
    margin: 0 !important;
  }

  .item-page .page-header h2[itemprop="name"].tck-article-title {
    padding: 0;
    text-transform: none;
    font-size: 26px;
  }

  .item-page .eventdate {
    font-size: 25px;
    margin: 20px 0 10px;
  }
  .item-page .event-location {
    
    font-size: 20px;
    margin: 20px 0 10px;
  }
  .item-page .event-brochure {
    margin: 20px 0 10px;
  }
  .pdficon {
    margin-right: 10px;
  }
  .item-page .event-fb {
    margin: 20px 0 10px;
  }
  .item-page .event-ticket {
    margin: 20px 0 10px;
  }

  





/*trustees-blog*/


  .trustees-item {
    display: flex;
    gap: 20px;
  }
  .trustees-item-image {
    flex: 1;
  }


  .trustees-item-content {
    flex: 1;
  }
  .trustees-name a {
    color: var(--gold);
  }
  span.trustees-lastname {
    font-size: 30px;
    font-weight: bold;
  }
  span.trustees-firstname {
    font-size: 30px;
  }
  .trustees-titlename {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .trustees-titlename ul li {
    list-style-type: none;
  }

.trustees-titlename ul {
  margin: 0 0 0 10px;
}



  


/*readmore and backbutton*/
  a.btn.btn-secondary,
  a.btn.btn-secondary:not(:disabled):not(.disabled):active,
  a.btn.btn-secondary:focus,
  a.btn.btn-secondary:hover {
    background-color: var(--gold);
    color: black !important;
    border: none;
    border-radius: 0;
  }
  .backbutton {
    margin: 50px 0;
    text-align: right;
  }


/*trustees-article*/
  
  .trustees-container {
    margin-top: 30px;
    padding: 0px 5px;
  }
  
  .trustees-content-image {
    float: left;
    margin-right: 60px;
    margin-bottom: 10px;
    max-width: 400px;
  }


/*instructor-article*/

  
  .instructor-page .trustees-content-image {
    float: right;
    margin-left: 30px;
    margin-bottom: 10px;
    max-width: 400px;
  }


/*news*/


  .newspage .item-content {
    display: flex;
    gap: 30px;
    flex-direction: row;
  }

  .newspage .blogitem-content-image {
    flex: 1;
  }
  .newspage .blogitem-content {
    flex: 2;
  }


/*subjectsmodule*/

  
  .subjectsmodule {
    float: right;
    border: 1px solid var(--gold);
    padding: 0px;
    margin-left: 20px;
  }

  .subjectsmodule h3 {
    background: var(--bg);
    padding: 10px 20px;
    margin-bottom: 0;
    border-bottom: 1px solid var(--gold);
  }

  .subjectsmodule ul.mod-articlescategory {
    margin: 0;
    padding: 0;
  }
  .subjectsmodule ul.mod-articlescategory li {
    list-style-type: none;
  }
  #maincenter .subjectsmodule ul.mod-articlescategory li a.mod-articles-category-title {
    display: block;
    padding: 10px 30px;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid var(--bg);
    color: black;
    background: var(--gold);
    font-family: 'Cinzel';
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  #maincenter .subjectsmodule ul.mod-articlescategory li:last-child a.mod-articles-category-title {
    border-bottom: none;
  }

  #maincenter .subjectsmodule ul.mod-articlescategory li a.mod-articles-category-title:hover,
  #maincenter .subjectsmodule ul.mod-articlescategory li a.mod-articles-category-title.active {
    color: var(--gold);
    background: var(--gold20);
    border-bottom-color: var(--gold);
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }





















/*mainmodule*/

  .cover.mainphilosophy {
    background-color: white;
    color: black;
  }
  
  .mainphilosophy .mod-custom {
    height: 880px;
    background-position: center bottom;
  }
  .mainphilosophy .inner {
    max-width: 890px;
    margin: 0 auto;
    padding-left: 60px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 350px;
  }
  .mainphilosophy .inner h2 {
    font-size: 68px;
    margin-bottom: 0;
  }
  .mainphilosophy .inner p {
    font-size: 20px;
    line-height: 2em;
  }

  
  .mainmethod .mod-custom {
    height: 880px;
    background-position: center bottom;
  }
  .mainmethod .inner {
    max-width: 890px;
    margin: 0 auto;
    padding-left: 470px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 350px;
  }
  .mainmethod .inner p {
    font-size: 20px;
    line-height: 2em;
  }


  .cover.mainspecialist {
    background-color: white;
    color: black;
  }

  .mainspecialist .mod-custom {
    height: 880px;
    background-position: center bottom;
  }
  .mainspecialist .inner {
    max-width: 890px;
    margin: 0 auto;
    padding-left: 320px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 350px;
  }
  .mainspecialist .inner h2 {
    font-size: 68px;
    margin-bottom: 0;
  }
  .mainspecialist .inner p {
    font-size: 20px;
    line-height: 2em;
  }





/*footer*/


  #footer {
    background: var(--gold);
    color: black;
  }
  .mainpage #footer {
    background: rgb(41,41,41);
    background: linear-gradient(90deg, rgba(41,41,41,1) 0%, rgba(48,48,48,1) 100%);
    color: var(--gold);
  }
  #footer > .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 0;
  }

  #footer .flexiblemodule {
    align-items: center;
  }

  #footer a {
    color: black;
  }
  .mainpage #footer a {
    color: var(--gold);
  }
  #footer1 {
    text-align: left;
  }
  .mainpage #footer2 {
    text-align: center;
    filter: none;
  }
  #footer2 {
    filter: brightness(0.4);
  }




  #footer3 {
    text-align: right;
  }

  #footer p {
    margin-bottom: 0;
    padding: 0;
  }

  /*hallgatoi-informaciok-footer*/

  .logo-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 100px;
  }


/*rsform*/


/*form*/
  .rsform-block {
    display: block;
  }
  .rsform-block label.formControlLabel {
    text-transform: uppercase;
    max-width: initial;
    width: initial;
    flex: none;
  }
  .rsform-block .formControls {
    width: 100%;
    max-width: 100%;
    flex: 1;
  }
  .rsform-block .formControls input,
  .rsform-block .formControls textarea,
  .rsform-block .formControls select {
    border-radius: 0 !important;
    border-color: transparent;
    padding: 5px 13px;
  }

  .btnCal.rsform-calendar-button {
    border-radius: 0 !important;
    background: var(--gold);
    color: var(--gold);
    width: 36px;
    height: 36px;
    margin-top: 1px;
    position: relative;
  }
  .btnCal.rsform-calendar-button:after {
    content: '\f073';
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 38px;
    height: 38px;
    color: white;
    font-size: 20px;
    line-height: 34px;
    padding-left: 0px;
    text-align: center;
  }

  .formError,
  .formRed {
    color: black;
    font-weight: normal;
  }
  p[id^="rsfp-counter-"] {
    text-align: right !important;
    padding: 0;
    margin-bottom: 0;
  }

  /*yui calendar*/

  .yui-calcontainer {
    border-color: var(--green);
  }

  .yui-calendar .calnavleft, .yui-calendar .calnavright {
    position: absolute;
    overflow: hidden;
    text-indent: -10000em;
    cursor: pointer;
    top: -3px;
    bottom: 0;
    width: 26px;
    height: 25px;
    z-index: 1;
  }

  .yui-calendar .calnavleft {
    background: none;
  }
  .yui-calendar .calnavleft:after {
    content: '\f0a8';
    font-family: "Font Awesome 5 Free";
    width: 30px;
    height: 30px;
    color: var(--gold);
    display: block;
    position: absolute;
    top: 0;
    text-indent: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 22px;
  }
  .yui-calendar .calnavright {
    background: none;
  }
  .yui-calendar .calnavright:after {
    content: '\f0a9';
    font-family: "Font Awesome 5 Free";
    width: 30px;
    height: 30px;
    color: var(--gold);
    display: block;
    position: absolute;
    top: 0;
    text-indent: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 22px;
  }
  .yui-calendar td.calcell a {
    color: black;
    text-decoration: none;
  }
  .yui-calendar a.calnav:hover {
    border: 1px solid transparent;
    background-color: transparent;
    background: none;
    color: black;
    cursor: default;
  }
  .yui-calendar td.calcell.selected {
    color: white;
    background-color: var(--gold);
    border: 1px solid var(--green);
  }

  .yui-calendar td.calcell.calcellhover {
    color: white;
    background-color: var(--gold);
    border: 1px solid var(--green);
  }
  
  /*fielupload*/

  input[type='file']::file-selector-button {
    __background: var(--green) !important;
    background: var(--gold) !important;
    position: relative;
    top: -1px;
    line-height: 40px;
    margin-right: 25px;
    padding: 5px 10px 3px 10px;
    border-radius: 0;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    outline: none !important;
    box-shadow: none !important;
  }

  button.btn.btn-secondary.btn-sm.rsfp-field-multiple-plus-button {
    background: var(--gold);
    line-height: 37px;
    margin-top: 0;
    margin-right: 16px;
    padding: 0px 0px 0px 0px;
    border-radius: 0;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    outline: none !important;
    box-shadow: none !important;
    position: absolute;
    _top: 0;
    bottom: 1px;
    right: 0;
    color: var(--gold);
    font-size: 0px;
    overflow: hidden;
    width: 37px;
    margin-bottom: 0;
  }
  button.btn.btn-secondary.btn-sm.rsfp-field-multiple-plus-button:after {
    content: "+";
    display: block;
    width: 37px;
    height: 37px;
    color: white !important;
    font-size: 33px;
    font-weight: normal;
    position: absolute;
    top: 0;
    left: 0;
  }

  /*GDPR*/
  .rsform-type-checkboxgroup input[type='checkbox'] {
    width: 22px;
    height: 22px;
  }
  .rsform-type-checkboxgroup input[type='checkbox']:checked {
    background-color: var(--green);
  }
  input {
    outline: none !important;
  }
  _.rsform-type-checkboxgroup .form-check-inline {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    display: flex;
    gap: 10px;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-left: 1px;
  }

  /*submit*/
  .rsform-block.rsform-block-submit .formControls  {
    text-align: right;
  }

  .rs-continue,
  .rsform-block.rsform-block-submit button {
    position: relative;
    background: var(--gold);
    line-height: 57px;
    margin-right: 49px;
    padding: 0 10px 0 15px;
    border-radius: 0;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    outline: none !important;
    box-shadow: none !important;
  }
  .rs-continue {
    background-size: 0% 1px !important;
    text-decoration: none;
  }
  .rs-continue:after,
  .rsform-block.rsform-block-submit button:after {
    content: '';
    position: absolute;
    background-image: url(/images/template/readmore.png);
    width: 49px;
    height: 57px;
    right: -49px;
  }

  .rsform-block.rsform-type-freetext {
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 40px;
    text-decoration: underline;
  }

  .row.mb-3.rsform-block.rsform-block-rendezvenykezdet.rsform-type-calendar {
    width: 50%;
    float: left;
  }
  .row.mb-3.rsform-block.rsform-block-rendezvenyveg.rsform-type-calendar {
    width: 50%;
    float: right;
  }
  .row.mb-3.rsform-block.rsform-block-rendezvenyveg.rsform-type-calendar:after {
    content: '';
    display: block;
    clear: both;
  }
  .row.mb-3.rsform-block.rsform-block-rendezvenyveg.rsform-type-calendar + div {
    clear: both;
  }
  .col-form-label {
    padding-top: 0px;
    padding-bottom: 0;
    font-size: 15px;
  }

  /*yn*/

  div[class*="switchradio"] {
    _display: flex;
    display: block;
    justify-content: space-between;
  }

  div[class*="switchradio"]  label.formControlLabel {
    display: block;
    flex: initial;
    width: initial;
    max-width: initial;
    _padding: 0 0 6px 0;
  }

  .formControls[aria-labelledby*="switchradio"] {
    display: flex;
    flex: initial;
    width: initial;
    max-width: initial;
    margin-bottom: 0px;
    overflow: hidden;
    min-width: 141px;
  }
  .formControls[aria-labelledby*="switchradio"] .form-check {
    padding-left: 0em;
    margin-bottom: 0px;
    margin-left: 0;
    margin-right: 0;
  }

  .formControls[aria-labelledby*="switchradio"] input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
  }

  .formControls[aria-labelledby*="switchradio"] label {
    background-color: white;
    color: black;
    line-height: 1;
    text-align: center;
    padding: 8px 16px;
    margin-right: -1px;
    border: 1px solid var(--gold);
    transition: all 0.1s ease-in-out;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
    user-select: none; /* Standard for modern browsers */
    -webkit-user-select: none; /* Chrome, Safari, Opera */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
  }

  .formControls[aria-labelledby*="switchradio"] label:hover {
    cursor: pointer;
  }

  .formControls[aria-labelledby*="switchradio"] input:checked + label {
    background-color: var(--gold);
    color: white;
    box-shadow: none;
  }

  .formControls[aria-labelledby*="switchradio"] .form-check:first-of-type label {
    _border-radius: 18px 0 0 18px;
  }

  .formControls[aria-labelledby*="switchradio"] .form-check:nth-last-of-type(2) label {
    _border-radius: 0 18px 18px 0;
    margin-right: 0px;
  }

  /*popup*/
  
  .rsfp_thankyou_popup_outer .rsfp_thankyou_popup_inner {
    background: linear-gradient(to left top, rgba(29, 193, 193, 1) 0%, rgba(1, 107, 107, 1) 39%, rgba(200, 38, 74, 1) 84%, rgba(200, 38, 74, 1) 100%);
    text-align: center;
  }
  /*checkbox*/

  /* Base for label styling */
  [type="checkbox"]:not(:checked),
  [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
  }
  [type="checkbox"]:not(:checked) + label,
  [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 2.6em;
    cursor: pointer;
  }

  /* checkbox aspect */
  [type="checkbox"]:not(:checked) + label:before,
  [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 7px;
    top: -1px;
    width: 25px;
    height: 25px;
    border: 1px solid white;
    background: white;
    border-radius: 0;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
  }
  [type="checkbox"]:checked + label:before {
    border: 1px solid var(--gold);
    background: var(--gold);
  }
  /* checked mark aspect */
  [type="checkbox"]:not(:checked) + label:after,
  [type="checkbox"]:checked + label:after {
    content: '\2713\0020';
    position: absolute;
    font-weight: 900;
    top: -1px;
    left: 8px;
    font-size: 1.6em;
    line-height: 1;
    color: white;
    transition: all .2s;
    font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
  }
  /* checked mark aspect changes */
  [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
  }
  [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
  }
  /* disabled checkbox */
  [type="checkbox"]:disabled:not(:checked) + label:before,
  [type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
  }
  [type="checkbox"]:disabled:checked + label:after {
    color: #999;
  }
  [type="checkbox"]:disabled + label {
    color: #aaa;
  }
  /* accessibility */
  [type="checkbox"]:checked:focus + label:before,
  [type="checkbox"]:not(:checked):focus + label:before {
    __border: 2px dotted blue;
  }


/*partners*/
  .partnerpage .tck-article-body {
    text-align: center;
  }
  .partnerpage .tck-article-body img {
    max-width: 540px;
    margin: 50px auto;

  }


/*contact*/

  div#mainbottommodule {
    text-align: center;
  }
  .mapinfo a {
    color: var(--gold);
  }

  #footer .n1 > .flexiblemodule {
    width: 100%;
    text-align: center;
  }

p.footer-copyright {
  color: var(--gold);
}













/*responsive*/

@media screen and (min-width: 758px) and (max-width: 2000px) {
  button#language_btn_111 img {
    width: 32px;
    height: 31px;
  }
}

@media screen and (max-width: 2000px) {

  .newsflash-image.mainpage-event-image {
    width: 30%;
  }

  /*eventspage*/

  .blogitem-content-image {
    flex: 1;
    text-align: -webkit-right;
  }
  figure.event-item-image.item-image {
    max-width: 80%;
  }

  .socialicons-mobile {
    display: none;
  }
}

@media screen and (max-width: 1600px) {
  #mainmenu div[id^=maximenuck].maximenuckh li > a > .titreck > .titreck-text > .titreck-title, 
  #mainmenu div[id^=maximenuck].maximenuckh li > span.separator > .titreck > .titreck-text > .titreck-title, 
  #mainmenu div[id^=maximenuck].maximenuckh li > span.nav-header > .titreck > .titreck-text > .titreck-title {
    font-size: 16px;
  }
  #mainmenu div[id^=maximenuck].maximenuckh ul.maximenuck li.maximenuck.level1 {
    padding: 0 6px;
  }

  body.itemid-163 div#maintopmodule {
    margin: 0px 70px 0px 70px;
  }

  .newsflash-image.mainpage-event-image {
    width: 30%;
  }

  /*eventspage*/

  .blogitem-content-image {
    flex: 1;
    text-align: -webkit-right;
  }
  figure.event-item-image.item-image {
    max-width: 80%;
  }

  body.itemid-132 div#wrapper {
    background-image: url(/images/template/ujabb-kvint-1100.png);
    background-position: bottom center;
  }

  body.itemid-171 div#wrapper {
    background-image: url(/images/template/ujabb-kvint-1100.png);
    background-position: bottom center;
  }

  .socialicons-mobile {
    display: none;
  }
}

@media screen and (max-width: 1500px) {
  #mainmenu div[id^=maximenuck].maximenuckh ul.maximenuck li.maximenuck.level1 {
    padding: 0 0px;
  }

  __body.mainpage div#headerwrapper {
    height: 56vw;
    background-position: 0;
    position: sticky;
    top: calc(-56vw + 42px);
    background-size: cover;
  }

  ul.mod-articlesnews-vertical.newsflash-vert.mod-list {
    display: flex
  ;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 35px;
    padding-right: 45px;
    padding-left: 45px;
  }

  body.itemid-163 div#maintopmodule {
    margin: 0px 70px 0px 70px;
  }

  .newsflash-image.mainpage-event-image {
    width: 30%;
  }

  /*eventspage*/

  .blogitem-content-image {
    flex: 1;
    text-align: -webkit-right;
  }
  figure.event-item-image.item-image {
    max-width: 80%;
  }

  .socialicons-mobile {
    display: none;
  }
}

@media screen and (max-width: 1300px) {

  body.mainpage div#headerwrapper {
    background-image: url(/images/template/Erika-mainpage.png);
    background-size: 100%;
    background-position: 0px -60px;
    height: 79vh;
    background-position: 0px -6px;
    _position: sticky;
    _top: calc(-100vh + 42px);
    position: relative;
  }

  .newsflash-image.mainpage-event-image {
    width: 30%;
  }

  body.itemid-132 div#wrapper {
    background-image: url(/images/template/ujabb-kvint-1100.png);
    background-position: bottom center;
  }

  body.itemid-171 div#wrapper {
    background-image: url(/images/template/ujabb-kvint-1100.png);
    background-position: bottom center;
  }

  /*eventspage*/

  .blogitem-content-image {
    flex: 1;
    text-align: -webkit-right;
  }
  figure.event-item-image.item-image {
    max-width: 80%;
  }

  .search.tck-module #searchfocus img {
    width: 36px;
    margin: 2px;
    margin-top: 6px;
    margin-left: -10px;
  }

  form.mod-finder.js-finder-searchform.form-search.search.opacity0 {
    opacity: 0;
  }

  .socialicons-mobile {
    display: none;
  }
}

@media screen and (min-width: 1300px) {
  .mainpage-event-image img {
    width: 100%;
    height: 215px;
    object-fit: fill;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1170px) {
  body.mainpage div#headerwrapper {
    background-image: url(/images/template/Erika-mainpage.png);
    background-size: 100%;
    background-position: 0px -60px;
    height: 79vh;
    background-position: 0px -6px;
    _position: sticky;
    _top: calc(-100vh + 42px);
    position: relative;
  }

  body.itemid-163 div#maintopmodule {
    margin: 0px 0px 0px 0px;
  }

  .newsflash-image.mainpage-event-image {
    width: 30%;
  }

  /*eventspage*/

  .blogitem-content-image {
    flex: 1;
    text-align: -webkit-right;
  }
  figure.event-item-image.item-image {
    max-width: 80%;
  }

  .search.tck-module #searchfocus img {
    width: 36px;
    margin: 2px;
    margin-top: 5px;
    margin-left: -11px;
  }

  form.mod-finder.js-finder-searchform.form-search.search.opacity0 {
    opacity: 0;
  }

  .socialicons-mobile {
    display: none;
  }
}

@media screen and (min-width: 900px) and (max-width: 1300px) {
  .mainpage-events-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    border: 1px solid var(--gold);
  }

  .newsflash-image.mainpage-event-image {
    width: 100%;
    height: 490px;
  }
}

@media screen and (min-width: 800px) and (max-width: 1024px) {
  body.pageid-36 div#wrapper {
    background-image: url(/images/template/kvint-800-responsive-wrapper.png);
    background-position: bottom center;
  }

  form.mod-finder.js-finder-searchform.form-search.search.opacity0 {
    opacity: 0;
  }

  .socialicons-mobile {
    display: none;
  }
}

@media screen and (max-width: 1024px) {

  body.mainpage div#headerwrapper {
    background-image: url(/images/template/Erika-mainpage.png);
    background-size: 100%;
    background-position: 0px -60px;
    height: 54vh;
    background-position: 0px 10px;
    _position: sticky;
    _top: calc(-100vh + 42px);
    position: relative;
  }
  /*students*/

  ul.mod-articlesnews-vertical.newsflash-vert.mod-list {
    padding-right: 0;
    padding-left: 0;
  }

  body.itemid-163 div#maintopmodule {
    margin: 0px 0px 0px 0px;
  }


  /*eventspage*/

  .blogitem-content-image {
    flex: 1;
    text-align: -webkit-right;
  }
  figure.event-item-image.item-image {
    max-width: 80%;
  }

  body.itemid-132 div#wrapper {
    background-image: url(/images/template/ujabb-kvint-1100.png);
    background-position: bottom center;
  }

  body.itemid-171 div#wrapper {
    background-image: url(/images/template/ujabb-kvint-1100.png);
    background-position: bottom center;
  }

  .search.tck-module #searchfocus img {
    width: 36px;
    margin: 2px;
    margin-top: 5px;
    margin-left: -11px;
  }

  form.mod-finder.js-finder-searchform.form-search.search.opacity0 {
    opacity: 0;
  }

  .socialicons-mobile {
    display: block;
  }


}

@media screen and (min-width: 758px) {

  .mod-articlesnews-horizontal.newsflash-horiz.mod-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
  }

  .main-newsflash-item {
    flex: 1;
  }

  .mainpage-news-image {
    position: relative;
    overflow: hidden;
  }

  .mainpage-news-image:before {
    content: "";
    display: block;
    padding-top: 75%;
  }

  .mainpage-news-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
  }

}

@media screen and (max-width: 900px) {

  /*headerwrapper*/

  body.mainpage div#headerwrapper {
    background-image: url(/images/template/Erika-mainpage.png);
    background-size: 100%;
    background-position: 0px -60px;
    height: 54vh;
    background-position: 0px 10px;
    _position: sticky;
    _top: calc(-100vh + 42px);
    position: relative;
  }

  .mainphilosophy .mod-custom {
    height: 550px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 215%;
  }
  .mainphilosophy .inner {
    padding-left: 30px;
    padding-right: 10px;
    bottom: 38vw;
  }
  .mainphilosophy .inner h2 {
    font-size: 40px;
  }
  .mainphilosophy .inner p {
    font-size: 16px;
    line-height: 1.5em;
  }
  /*------------*/
  .mainmethod .mod-custom {
    height: 550px;
    background-position: left bottom;
    background-size: cover;
  }
  .mainmethod .inner {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    bottom: 15px;
    left: 15px;
    margin: 0;
    max-width: 270px;
    background-color: #0000009e;
  }
  .mainmethod .inner p > span {
    color: white !important;
  }
  .mainmethod .inner p > span > span {
    font-size: 40px !important;
    color: var(--gold);
  }
  .mainmethod .inner p {
    font-size: 16px;
    line-height: 1.5em;
  }
  /*------------*/
  .mainspecialist .mod-custom {
    height: 550px;
    background-position: center bottom;
    background-size: cover;
  }
  .mainspecialist .inner {
    padding-left: 30px;
    padding-right: 10px;
    bottom: 48vw;
  }
  .mainspecialist .inner h2 {
    font-size: 40px !important;
  }
  .mainspecialist .inner p {
    font-size: 16px;
    line-height: 1.5em;
  }

  /**/
  /*mainpage-events*/

  .mainpage-events-list {
    margin: 10px;
  }

  .newsflash-data {
    margin: 10px;
  }

  .mainpage-events-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    border: 1px solid var(--gold);
  }

  .newsflash-image.mainpage-event-image {
    width: 100%;
  }

  /*students*/

  ul.mod-articlesnews-vertical.newsflash-vert.mod-list {
    padding-right: 0;
    padding-left: 0;
  }

  body.itemid-163 div#maintopmodule {
    margin: 0px 0px 0px 0px;
  }

  /*eventspage*/

  .blogitem-content-image {
    flex: 1;
    text-align: -webkit-right;
  }
  figure.event-item-image.item-image {
    max-width: 80%;
  }

  body.itemid-132 div#wrapper {
    background-image: url(/images/template/ujabb-kvint-1100.png);
    background-position: bottom center;
  }

  body.itemid-171 div#wrapper {
    background-image: url(/images/template/ujabb-kvint-1100.png);
    background-position: bottom center;
  }

  .search.tck-module #searchfocus img {
    width: 36px;
    margin: 2px;
    margin-top: 6px;
    margin-left: -11px;
  }

  form.mod-finder.js-finder-searchform.form-search.search.opacity0 {
    opacity: 0;
  }

  .socialicons-mobile {
    display: block;
  }

}

@media screen and (max-width: 758px) {
  
  body {
    font-size: 16px;
  }

  div#wrapper {
    padding-bottom: 38vw;
    background-size: 100%;
  }

  #headercolumn1 {
    width: 255px;
    margin-left: -19px;
    height: 54px;
  }
  #headercolumn2 {
    width: calc(100% - 386px);
  }
  #headercolumn3 {
    width: 42px;
  }
  #headercolumn4 {
    width: 0;
    display: none;
  }


  .mainphilosophy .mod-custom {
    height: 500px;
  }
  .mainphilosophy .inner h2,
  .mainmethod .inner p > span > span,
  .mainspecialist .inner h2 {
    font-size: 32px !important;
  }
  #footer > .inner {
    padding: 30px 10px;
  }
  #footer2 > .inner {
    text-align: center;
  }
  #footer2 img {
    max-width: 120px;
    margin: 20px 0;
  }

  .blogitem-content-header {
    display: block;
  }
  .com-content-category-blog__item.blog-item.tck-article {
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0 10px;
  }
  .com-content-category-blog__item.blog-item.tck-article figure {
    margin-bottom: 10px;
  }

  .page-header h1,
  .page-header h2,
  .page-header h2[itemprop="headline"],
  .category-pagetitle {
    padding: 20px 0 10px 5px;
    font-size: 22px;
    margin-bottom: 0;

  }

  h1, .h1 {
    font-size: 22px;
  }
  h2, .h2 {
    font-size: 22px;
  }
  h3, .h3 {
    font-size: 18px;
  }

  .trustees-item {
    display: block;
  }
  a.btn.btn-secondary,
  a.btn.btn-secondary:not(:disabled):not(.disabled):active,
  a.btn.btn-secondary:focus,
  a.btn.btn-secondary:hover {
    padding: 5px 10px;
  }

  .backbutton {
    padding-right: 10px;
  }


  .blog-item .page-header h2[itemprop="name"].tck-article-title {
    font-size: 18px;
  }

  .eventitem-content-header {
    display: flex;
    flex-direction: column-reverse;
    padding: 0px 10px 0px 10px;

  }

  .mainpage-events-item {
    display: flex
  ;
    flex-direction: row;
    gap: 20px;
    border: 1px solid var(--gold);
  }

  .eventsdatas {
    padding-left: 30px;
    padding-bottom: 30px;
    text-align: left;
  }

  .eventitem-content-image {
    flex: 1;
    border-bottom: 10px solid #cdb575;
    border-left: none;
  }



  .blogitem-content-image .event-item-image img {
    border-bottom: 10px solid #cdb575;
    border-right: none;
  }

  /*mainpage-events*/

  .newsflash-image img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
  }

  .newsflash-image.mainpage-event-image {
    width: 100%;
  }

  .mainpage-events-list {
    margin: 10px;
  }

  .mainpage-events-item {
    display: flex;
    flex-direction: column;
  }

  .newsflash-data {
    margin: 10px;
  }

 /*apply*/

  .apply-section-container {
    flex-direction: column;
    align-items: center;
  }

  .apply-flex-row-container {
    width: 80%;
    align-items: center;
    text-align: justify;
  }

  /*students*/

  ul.mod-articlesnews-vertical.newsflash-vert.mod-list {
    padding-right: 0;
    padding-left: 0;
  }

  body.itemid-163 div#maintopmodule {
    margin: 0px 0px 0px 0px;
  }

  /*eventspage*/

  .blogitem-content-image {
    flex: 1;
    text-align: left;
  }
  figure.event-item-image.item-image {
    max-width: 100%;
  }

  /*hallgatoi-informaciok-footer*/

  .logo-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  .newspage figure.item-image img {
    border-bottom: 15px solid #cdb575;
    border-right: none;
  }

  form.mod-finder.js-finder-searchform.form-search.search.opacity0 {
    opacity: 0;
  }

  .socialicons-mobile {
    display: block;
  }


}
























@media screen and (max-width: 600px) {

  #mod-custom116 {
    background-image: url(/images/template/metodus-mobile.png);
    background-position: center;
    background-size: cover;
  }

  #mod-custom137 {
    background-image: url(/images/template/metodus-mobile.png);
    background-position: center;
    background-size: cover;
  }

  /*students*/

  ul.mod-articlesnews-vertical.newsflash-vert.mod-list {
    padding-right: 0;
    padding-left: 0;
  }

  .newsflash-image.mainpage-event-image {
    width: 100%;
  }

  /*eventspage*/

  .blogitem-content-image {
    flex: 1;
    text-align: left;
  }
  figure.event-item-image.item-image {
    max-width: 100%;
  }
  .blogitem-content-eventdatas {
    padding-left: 0px;
  }

  /*newspage*/

  .newspage .item-content {
    display: flex;
    gap: 30px;
    flex-direction: column;
    margin: 10px;
  }

  .newspage figure.item-image img {
    border-bottom: 15px solid #cdb575;
    border-right: none;
  }

  form.mod-finder.js-finder-searchform.form-search.search.opacity0 {
    opacity: 0;
  }

  .socialicons-mobile {
    display: block;
  }

  
}

@media screen and (min-width: 525px) and (max-width: 758px) {
  body div#headerwrapper {
    height: 42px !important;
  }
  body.mainpage div#headerwrapper {
    height: 79vw !important;
    background-position: 0;
    background-size: cover;
    background-image: url(/images/template/kvintheader-mobile.png);
    /*position: sticky;
    top: calc(-56vw + 42px);
    background-size: cover;


    position: fixed;
    height: 42px !important;
    top: 0;
    left: 0;
    right: 0;*/
  }

  /*mainpage-events*/

  .newsflash-data {
    margin: 10px;
  }

  .mainpage-events-list {
    margin: 10px;
  }

  .mainpage-events-item {
    display: flex;
    flex-direction: column;
  }

  .newsflash-image.mainpage-event-image {
    width: 100%;
  }



  #mod-custom116 {
    background-image: url(/images/template/metodus-mobil.png);
    background-position: center;
    background-size: cover;
  }

  #mod-custom137 {
    background-image: url(/images/template/metodus-mobil.png);
    background-position: center;
    background-size: cover;
  }



  .mod-articlesnews-horizontal.newsflash-horiz.mod-list {
    display: flex;
    flex-direction: column;
    margin: 10px;
  }

  h3.tck-module-title {
    font-size: 32px;
  }

  /*students*/

  ul.mod-articlesnews-vertical.newsflash-vert.mod-list {
    padding-right: 0;
    padding-left: 0;
    margin: auto;
  }

  body.itemid-163 div#maintopmodule {
    margin: 0px 0px 0px 0px;
  }

  /*kepzesi-program*/

  body.itemid-132 div#wrapper {
    background-image: url(/images/template/ujabb-kvint-758.png);
    background-position: bottom center;
    background-repeat: no-repeat;
  }

  body.itemid-171 div#wrapper {
    background-image: url(/images/template/ujabb-kvint-758.png);
    background-position: bottom center;
    background-repeat: no-repeat;
  }

  /*eventspage*/

  .blogitem-content-image {
    flex: 1;
    text-align: left;
  }
  figure.event-item-image.item-image {
    max-width: 100%;
  }

  .blogitem-content-eventdatas {
    padding-left: 0px;
  }

  .search.tck-module #searchfocus img {
    width: 36px;
    margin: 2px;
    margin-top: 6px;
  }

  /*newspage*/

  .newspage .item-content {
    display: flex;
    gap: 30px;
    flex-direction: column;
  }

  .newspage figure.item-image img {
    border-bottom: 15px solid #cdb575;
    border-right: none;
  }

  form.mod-finder.js-finder-searchform.form-search.search.opacity0 {
    opacity: 0;
  }

  a.headerlogo img {
    margin-top: 6px;
    margin-left: -5px;
  }

  button#language_btn_111 img {
    margin-top: 6px;
  }

  .socialicons-mobile {
    display: block;
  }

}
@media screen and (max-width: 524px) {
  body div#headerwrapper {
    height: 42px !important;
  }
  body.mainpage div#headerwrapper {
    height: 82vw !important;
    background-position: 0;
    background-size: cover;
    background-image: url(/images/template/kvintheader-mobile.png);
  }

  #mod-custom116 {
    background-image: url(/images/template/metodus-mobil.png);
    background-position: center;
    background-size: cover;
  }
  #mod-custom137 {
    background-image: url(/images/template/metodus-mobil.png);
    background-position: center;
    background-size: cover;
  }

  .mod-articlesnews-horizontal.newsflash-horiz.mod-list {
    display: flex;
    flex-direction: column;
    margin: 10px;
  }

  h3.tck-module-title {
    font-size: 32px;
  }

  .partnerpage .tck-article-body img {
    max-width: 100%;
    margin: 50px auto;

  }

  /*kepzesi-program*/

  body.itemid-132 div#wrapper {
    background-image: url(/images/template/ujabb-kvint-1100.png);
    background-position: bottom center;
    background-repeat: no-repeat;
  }

  /*students*/

  ul.mod-articlesnews-vertical.newsflash-vert.mod-list {
    padding-right: 0;
    padding-left: 0;
    margin: auto;
  }

  body.itemid-163 div#maintopmodule {
    margin: 0px 0px 0px 0px;
  }

  .newsflash-image.mainpage-event-image {
    width: 100%;
  }

  /*eventspage*/

  .blogitem-content-image {
    flex: 1;
    text-align: left;
  }
  figure.event-item-image.item-image {
    max-width: 100%;
  }

  .blogitem-content-eventdatas {
    padding-left: 0px;
  }

  /*newspage*/

  .newspage .item-content {
    display: flex;
    gap: 30px;
    flex-direction: column;
  }

  .newspage figure.item-image img {
    border-bottom: 15px solid #cdb575;
    border-right: none;
  }

  .search.tck-module #searchfocus img {
    width: 36px;
    margin: 2px;
    margin-top: 6px;
  }

  form.mod-finder.js-finder-searchform.form-search.search.opacity0 {
    opacity: 0;
  }

  a.headerlogo img {
    margin-top: 6px;
    margin-left: -5px;
  }

  button#language_btn_111 img {
    margin-top: 6px;



  }
  .socialicons-mobile {
    display: block;
  }

  @supports not (-webkit-touch-callout: none) {
    #mobilemenu div[id^=maximenuck] .mobilemenuck-bar-button {
      line-height: 45px; /* vagy próbáld más értékkel, pl. 40px */
      padding-top: -10px;   /* finomhangolásra */
    }
  }





}
