/*              BASIC SETUP                  */

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    background-color: #fff;
    color: #4A4A4A;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    text-rendering: optimizeLegibility;
    /* overflow-x: hidden; */
    word-wrap: break-word;
    /* global color definitions */
    --primarydark: #333333;
    --secondaryblue: #218BCC;
    --secondarybluehover:#095787;
    --primarydarkalt: #999999;
    --primaryfontcolor: #4A4A4A;
    --secondarydarkblue: #221E42;
    --secondaryfontcolor: #9b9b9b;
    --articletext: #555555;
    /* tile and tag colors */
    --catcolor1: #B8345A;
    --catcolor2: #EF7E1D;
    --catcolor3: #92938E;
    --catcolor4: #E61880;
    --catcolor5: #074482;
    --catcolor6: #ACC927;
    --catcolor7: #F9CC3D;
    --catcolor8: #221E42;
    --catcolor9: #218BCC;
    --catcolor10: #146324;
    --catcolor11: #4A1729;
    --catcolor12: #844E98;
}
@media only screen and (max-width:767px) {
  body {
      overflow-x: hidden;
      /* leave this here to prevent scrolling inside child elements on mobile */
      /*overflow: hidden;*/
  }
}

.clearfix {
    zoom: 1
}

.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

@media only screen and (min-width:992px) {
  .flexrow {
    display: flex;
  }
}

/* GENERAL RULES */
h1 {
    font-size: 112.5%;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--secondarydarkblue);
    margin: 0 0 20px 0;
}

h2.big {
    font-size: 112.5%;
    text-transform: uppercase;
    color: var(--secondarydarkblue);
}

hr {
    height: 1px;
    background-color: var(--secondaryblue);
    width: 100%;
    margin-top: 44px;
    margin-bottom: 44px;
}

a {
    color: var(--secondaryblue);
}

a:hover {
    color: var(--secondarybluehover);
}
p, .bloggie-actarticle>div {
    margin-bottom: 1.8em;
}

/* SITEWISE USED COMPONENTS */

.searchbox input[type="text"] {
    height: 34px;
    border: 1px solid var(--secondaryblue);
    padding: 10px;
    font-size: 87.5%;
    line-height: 1em;
    color: #000;
    float: left;
}

.searchbox input[type="submit"] {
    width: 34px;
    height: 34px;
    float: left;
    background-color: var(--secondaryblue);
    background-image: url(img/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: center;
    border-style: none;
}

.searchbox input[type="submit"]:hover {
    background-color: var(--secondarybluehover);
}

.continue {
    font-size:87.5%;
    margin-top: 14px;
}

aside.sidebar section h2:first-child {
    margin-top: 0;
    position: relative; /* font lineheight fix to look better */
    top: -4px;
}

aside.sidebar section {
    margin-bottom: 28px;
}

aside section.heroquadrant {
  margin-bottom: 3em;
  padding-left: 15px;
  padding-right: 15px;
}

aside section.heroquadrant .row div {
  padding-right: 4px;
  padding-left: 4px;
}

aside section.heroquadrant .card {
  display: block;
  position: relative;
  height: 213px;
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.4s ease-out;
  margin-bottom: 10px;
}
aside section.heroquadrant .card:hover {
  filter: brightness(120%) !important;
}

aside section.heroquadrant .card span {
  position: absolute;
  bottom: 0px;
  width: 100%;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #333333;
  font-size: 11px;
  line-height: 13px;
  font-family: 'Roboto', 'Open Sans';
  font-weight: 600;
  background-color: #fff;
  height: 40px;
}

aside .card.adom {
  background-image: url(img/quad_adom3.jpg);
}
aside .card.kult {
  background-image: url(img/quad_kult3.jpg);
}
aside .card.heti {
  background-image: url(img/quad_heti3.jpg);
}
aside .card.xtra {
  background-image: url(img/quad_xtra.jpg);
}

aside .placeholder{
    height: 640px;
    border: 1px solid #AAA;
    text-align: center;
    background-color: #DDD;
    padding: 15%;
    text-transform: uppercase;
}

aside .placeholder::after {
    content: "SOME PLACEHOLDER CONTENT HERE";
}

ul.tags {
    width: 100%;
    list-style: none;
    text-transform: uppercase;
    font-size: 75%;
    line-height: 1.16em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 2em;
}

ul.tags li {
    background-color: #D4D3D4;
    margin: 3px;
    border-radius: 20px;
}

ul.tags a {
    display: inline-block;
    padding: 6px 14px;
    color: #FFF;
    text-decoration: none;
}

article {
    color: #555555;/*var(--articletext); <-- htmleditor chrome-ban megkergül*/
    font-size: 18px;/*112.5%;*/
}

[data-htmleditor-itm="image"] {
	display: inline-block;
}

[data-htmleditor-itm="image"][style*="float: left;"] {
	margin-right: 20px;
}

[data-htmleditor-itm="image"][style*="float: right;"] {
	margin-left: 20px;
}
[data-htmleditor-itm="image"][style*="display: table"]+br {
  display: none;
}
article img,[data-htmleditor-itm="image"] img {
    width: 100%;
    margin: 0;
}

[data-htmleditor-itm="image"] .image-caption>span:empty {
  display: none;
}

[data-htmleditor-itm="image"] .image-caption .image-title:not(:empty) ~ span:not(:empty):before, [data-htmleditor-itm="image"] .image-caption .image-descr:not(:empty) ~ span:not(:empty):before {
  content: ",";
  position: relative;
  top: 0;
  left: -6px;
}

span.image-caption {
    display: flex;
    justify-content: center;
    color: var(--primarydarkalt);
    font-size: 80%;
    font-style: italic;
}

span.image-caption span {
	margin: 0 6px;
}

article p:first-child:not(.readonly-control) {
    font-size: 24px;/*133.3%;*/
    line-height: 1.5em;
}

article p.biggie {
    color: var(--secondaryblue);
    font-size: 166%;
    line-height: 1.33em;
    padding-left: 0;
    padding-right: 0;
    width: 70%;
}

article a {
    font-style: italic;
}

article .subscribebox a {
    font-size: 77%;
}

article h1 {
        display: none;
}

article h2 {
    font-size: 100%;
    line-height: 1.44em;
    font-weight: bold;
}

strong {
    font-weight: 800;
}

address {
    font-size: 77%;
    color: var(--primarydarkalt);
}

/* file download box */

.filedownload {
    margin-bottom: 2.8em;
}

.filedownload a {
    font-size: inherit;
    color: inherit;
    display: flex;
    flex-wrap: nowrap;
}

.filedownload .fileicon {
    width: 36px;
    height: 36px;
    border: 1px dashed var(--secondaryfontcolor);
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 10px;
    order: 1;
    flex-grow: 0;
}

.filedownload .fileicon.doc {
    background-image: url(img/docico.svg);
}

.filedownload .fileicon.pdf {
    background-image: url(img/icopdf.svg);
}

.filedownload .fileicon.xlsx {
    background-image: url(img/xlsxico.svg);
}

.filedownload .fileicon.pptx {
    background-image: url(img/pptxico.svg);
}

.filedownload .details {
    color: var(--primaryfontcolor);
    display: block;
    margin-left: 15px;
    font-size: 75%;
    line-height: 1.5em;
    height: 60px;
    flex-grow: 10;
    order: 3;
}

.filedownload .details span {
    color: var(--secondaryfontcolor);
}

.filedownload p {
    font-size: 87.5%;
    line-height: 1.5em;
    margin-top: 10px;
    margin-bottom: 1em;
    padding: 0 15% 0 5%;
}

.filedownload[data-type="mfile2"] {
    max-width: 870px;
    margin-top: 20px;
    min-height: 100px;
}

.filedownload[data-type="mfile2"] p {
    padding:0;
    margin-top: 35px;
    font-size: 87.5%;
}

.filedownload[data-type="mfile2"] .fileicon {
    width: 36px;
    height: 36px;
    border: 1px dashed var(--secondaryfontcolor);
    background-position: center;
    background-repeat: no-repeat;
}

.downloadico {
    font-size: 85%;
    text-align: center;
    color: var(--secondaryblue);
    order: 5;
    flex-grow: 0;
    line-height: 1em;
}

.filedownload .downloadico img {
    width: 13px;
    margin: 0 0 4px 0;
}

.filedownload[data-type="mfile2"] .details span {
    color: var(--secondaryfontcolor);
}

/* swiper */
.swiper-outercontainer {
    /* this is an outer wrapper for swiper container, also containing arrows to position them outside of the swiper conatiner */
	position: relative;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    width: 92%;
    padding-left: 2em;
    padding-right: 2em;
}

.swiper-container .element {
    height: 120px;
    background-size: cover;
    background-position: center;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
    border-radius: 10px;
}

.swiper-container .element h3 {
    font-size: 87.5%;
    color: #FFF;
    letter-spacing: 0.02px;
    text-align: left;
    line-height: 25px;
    padding: 4% 7%;
}

.swiper-container {
    height: 180px;
}

.swiper-wrapper {
    margin-bottom: 3em;
    width: 73.8%;
}

.swiper-button-prev, .swiper-button-next {
    top: 0 !important;
	margin-top: 0;
    height: 100%;
    background-size: 90% !important;
    min-width: 40px;
}

.swiper-button-prev {
    left: 0;
}

@media (min-width: 37.5em) {
    .swiper-button-prev {
        display: block;
    }
}

.swiper-button-next {
    right: 0;
}

@media (min-width: 37.5em) {
    .swiper-button-next {
        display: block;
    }
}

/* banners */
.banner {
    background-color: #EEE;
    border: 1px solid grey;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 2em auto;
    box-sizing: content-box;
    min-width: 212px;
}

.banner.big {
    width: 670px;
    height: 170px;
}

.banner.full{
    margin-top: -50px;
    margin-bottom: 50px;
    max-width: 1280px;
    width: unset !important;
    height: unset !important;
}

.bannerblock {
  position: sticky;
  left: 0;
  top: 32px;
  transition: top 0.4s;
}

.scroll-up .bannerblock {
  top: 162px;
}

aside.sidebar .banner img {
    width: 270px;
    height: 70px;
}

/* bigview definitions */
/* used on recipe detail and event detail pages */
section.bigview {
    margin-top: -50px;
}

section.bigview .heropic {
    min-height: 500px;
    margin-bottom: 40px;
    background-size: cover;
    background-position: center;
    position: relative;
}

section.bigview .heropic-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

section.bigview .heropic .image-holder {
  position: relative;
  min-height: 500px;
  overflow: hidden;
}

section.bigview  .heropic .info {
    position: absolute;
    bottom: 3%;
    width: 100%;
    padding:0 3%;
}

section.bigview .heropic .info .more {
    color: #FFF;
    font-size: 87.5%;
}

section.bigview .heropic hr {
    background: var(--primarydarkalt);
    height: 1px;
    border: none;
    clear: both;
    margin: 10px 0;
}

section.bigview .heropic .info h1, section.venuedetail h1 {
    color: #FFF;
    text-transform: none;
    font-size: 300%;
    letter-spacing: 0;
}

section.bigview ul.tags {
    /* some mods on global tags ul list to make it inline */
    width: auto;
    float: left;
    margin-right: 1.5em;
}

section.bigview .more p {
    line-height: 2em;
}

section.bigview .sm {
    height: 60px;
}

.subscribebox {
    margin: 1em 5%;
	padding-top: 30px;
    color: #000;
    border-top: 1px solid #0EEEEE;
}

.subscribebox div {
	padding-left: 0;
    padding-right: 0;
}

.subscribebox .info {
	margin-bottom: 16px;
}

.subscribebox .info span {
    font-size: 77%;
    display: block;
    line-height: 2em;
}

.subscribebox .info span:first-of-type {
	font-size: 100%;
    margin-bottom: 1em;
    font-weight: 700;
}

.subscribebox .inputs {
    padding: 0 0 0 5%;
    color: var(--primaryfontcolor);
}

.subscribebox .inputs label {
    font-size: 72%;
}

.subscribebox .inputs input[type="text"] {
    color: var(--primaryfontcolor) !important;
}

/* calendar dynamic icon */

.calender{
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    color: #000;
    background-color: #fff;
    border: 0 solid #CCCCCC;
    border-radius: 3px;
    margin: 10px 20px 0 15px;
    text-align: center;
    font-size: 18px;
}

.calender .mount{
    display: block;
    height: 14px;
    background-color: var(--secondaryblue);
    border-radius: 3px 3px 0 0;
    font-size: 55%;
    color:#fff;
    line-height: 16px;
    text-transform: uppercase;
}

.calender .day{
    height: 26px;
    font-weight: 400;
    line-height: 23px;
}

/* article lead boxes */

/* article lead boxes */

.articlelead {
    -webkit-box-shadow: 0 2px 10px 0 #EEEEEE;
    box-shadow: 0 2px 10px 0 #EEEEEE;
    border-radius: 5px;
    margin-bottom: 30px;
    padding-bottom:15px;
}

article .articlelead {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.articlelead img {
  width: 100%;
  border-radius: 5px 5px 0 0;
}

.articlelead .nopic {
    height: 175px;
    background-color: #cbd2cb;
    border-radius: 5px 5px 0 0;
}

.articlelead .catbg, .pictag{
    min-width: 75px;
    padding: 0 8px;
    text-align: center;
    color: #fff;
    border-radius: 15px 15px 15px 15px;
    font-size:75%;
    position: absolute;
    margin-top:15px;
    margin-left:15px;
    text-transform: uppercase;
}

.catbg.tag1 {
  background-color: var(--catcolor1);
}

.catbg.tag2 {
  background-color: var(--catcolor2);
}

.catbg.tag3 {
  background-color: var(--catcolor12);
}

.catbg.tag4 {
  background-color: var(--catcolor4);
}

.catbg.tag5 {
  background-color: var(--catcolor5);
}

.catbg.tag6 {
  background-color: var(--catcolor6);
}

.catbg.tag7 {
  background-color: var(--catcolor7);
}

.catbg.tag8 {
  background-color: var(--catcolor8);
}

.catbg.tag9 {
  background-color: var(--catcolor9);
}

.catbg.tag10 {
  background-color: var(--catcolor10);
}

.catbg.tag11 {
  background-color: var(--catcolor11);
}

.articles p{
    display: block;
    font-size:112.5%;
    font-weight: 600;
    margin: 0 20px 40px 20px;
}

.articles .date{
    display: block;
    text-transform: uppercase;
    margin: 35px 0 10px 20px;
}

ul.tags li.catbg {
  background: #D4D3D4;
}

ul.tags .tag1:hover, ul.tags .tag1.chosen  {
    background-color: var(--catcolor1);
}
ul.tags .tag2:hover, ul.tags .tag2.chosen  {
    background-color: var(--catcolor2);
}
ul.tags .tag3:hover, ul.tags .tag3.chosen  {
    background-color: var(--catcolor12);
}
ul.tags .tag4:hover, ul.tags .tag4.chosen  {
    background-color: var(--catcolor4);
}
ul.tags .tag5:hover, ul.tags .tag5.chosen  {
    background-color: var(--catcolor5);
}
ul.tags .tag6:hover, ul.tags .tag6.chosen  {
    background-color: var(--catcolor6);
}
ul.tags .tag7:hover, ul.tags .tag7.chosen  {
    background-color: var(--catcolor7);
}
ul.tags .tag8:hover, ul.tags .tag8.chosen  {
    background-color: var(--catcolor8);
}

ul.tags .tag9:hover, ul.tags .tag9.chosen {
  background-color: var(--catcolor9);
}

ul.tags .tag10:hover, ul.tags .tag10.chosen {
  background-color: var(--catcolor10);
}

ul.tags .tag11:hover, ul.tags .tag11.chosen {
  background-color: var(--catcolor11);
}

.catc.tag1 {
  color: var(--catcolor1);
}

.catc.tag2 {
  color: var(--catcolor2);
}

.catc.tag3 {
  color: var(--catcolor12);
}

.catc.tag4 {
  color: var(--catcolor4);
}

.catc.tag5 {
  color: var(--catcolor5);
}

.catc.tag6 {
  color: var(--catcolor6);
}

.catc.tag7 {
  color: var(--catcolor7);
}

.catc.tag8 {
  color: var(--catcolor8);
}

.catc.tag9 {
  color: var(--catcolor9);
}

.catc.tag10 {
  color: var(--catcolor10);
}

.catc.tag11 {
  color: var(--catcolor11);
}

.articles .result p{
    display: block;
    font-size:112.5%;
    font-weight: 600;
    margin: 0 20px 40px 20px;
}

.articles .date{
    display: block;
    text-transform: uppercase;
    margin: 35px 0 10px 20px;
}

.articles .date {
    font-size: 75%;
    text-transform: uppercase;
    margin: 12px 0 4px 0;
    font-weight: 400;
}

.articles h2 {
    display: block;
    font-size: 1em;
    line-height: 1.3em;
    margin: 2px 0;
    overflow: hidden;
    max-height: 3.90em;
    color: #000;
    height: 3.9em;
}

.articles .info {
    padding: 0 7%;
}

.datetime {
  text-transform:lowercase !important;
}

.articleendmotif {
    width: 24px;
    height: 24px;
    margin: 1em 0 2em 6.6%;
}

/* HEADER */

header {
    margin-bottom: 50px;
    z-index: 190;
    width: 100%;
    position:fixed;
    top:0;
    left:0;
}

header .top {
    min-height: 50px;
    font-size: 75%;
    color: #FFF;
    background-color: var(--secondaryblue);
    z-index: 201;
    position: relative;
    display: flex;
    align-items: center;
    padding: 8px 0;
}

header .top .container {
    height: 100%;
}

header .top .container .helper {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  header .top .container .helper {
    display: block;
  }
}

header .left {
  padding-right: 4px;
}

header .left a {
  color: #fff;
}

header img.candle {
  height: 16px;
  position: relative;
  top: -4px;
}

header .top .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-preferred-size: 4;
    flex-basis: 4;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  header .top .right {
    justify-content: space-between;
  }
}

header .top .right .dates {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .top .right .lang {
    min-width: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 25px;
    padding-left: 22px;
    background-image: url(img/language.svg);
    background-repeat: no-repeat;
    background-position: left 7px;
}

header .top .right .lang a.dropdown-toggle {
    color: #FFF;
    text-decoration: none;
}

header .top .disbutton img {
    width: 32px;
    height: auto;
}

header .top .left {
    -ms-flex-preferred-size: 6;
    flex-basis: 6;
}

header .bottom {
    height: 80px;
    font-size: 81.25%;
    -webkit-box-shadow: 0 2px 4px 0 rgba(155,155,155,0.50), inset 0 1px 3px 0 rgba(0,0,0,0.50);
    box-shadow: 0 2px 4px 0 rgba(155,155,155,0.50), inset 0 1px 3px 0 rgba(0,0,0,0.50);
    position: relative;
    background-color: #FFF;
    z-index: 200;
}

header .bottom .container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .bottom .left {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

header .bottom .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

header .bottom .right nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin:0;
}

header .bottom .right nav > ul > .level-1 > a::after, header .bottom .right nav > ul > .level-1 > span::after {
  content: none;
}

header .bottom .right nav > ul > .level-1 > ul {
  top: 100%;
  left: 0;
}

header .bottom .right nav > ul > .level-1 ul {
  border: none;
  border-radius: none;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

header .bottom .right nav > ul > .level-1 ul > li {
  background: #fff;
  margin: 0;
}

header .bottom .right nav > ul > .level-1 ul > li a, header .bottom .right nav > ul > .level-1 ul > li span {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}

header .bottom .right nav > ul > .level-1 ul > li:first-child a, header .bottom .right nav > ul > .level-1 ul > li:first-child span {
  border-top: 1px solid #eee;
}

header .bottom .right nav > ul > .level-1 ul > li:last-child a, header .bottom .right nav > ul > .level-1 ul > li:last-child span {
  border-bottom: 1px solid #eee;
}

header .bottom .right nav > ul > .level-1 > ul li > a, header .bottom .right nav > ul > .level-1 > ul li > span {
  margin: 0;
  padding: 6px 20px;
  color: #888;
}

header .bottom .right nav > ul > .level-1 > ul li > span {
  white-space: nowrap;
  display: block;
  cursor: default;
  line-height: 1.42857143;
}

header .bottom .right nav > ul > .level-1 > ul > li:first-child {
  margin-top: 23px;
  border-top: 5px solid var(--secondaryblue);
}

.dropdown-submenu:hover > a:after {
  border-left-color: #999;
}

.dropdown-submenu.openleft:hover > a:after {
  border-right-color: #999;
  border-left-color: transparent;
}

.dropdown-submenu .caret, .dropdown .caret {
  margin-top: -3px;
}

header .bottom .right ul li {
    margin: 0 12px;
    list-style: none;
    text-transform: uppercase;
}

header .bottom .right a{
    color: var(--primaryfontcolor);
    white-space: nowrap;
}

header .bottom .right a.search {
    padding: 12px 0 12px 12px;
    line-height: 20px;
}

header .searchhelper {
    position: relative;
}

header .searchbox {
    display: none;
    position: absolute;
    top: -65px;
    right: 0px;
    z-index: 100;
    background-color: #FFF;
    padding: 14px;
    -webkit-transition: top 0.1s;
    transition: top 0.1s;
    z-index: 195;
}

header .searchbox.show {
    top: 0px;
    display: block;
}

header .hambutt {
    display: none;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-right: 5%;
    font-size: 200%;
    cursor: pointer;
    border: none;
}

/* TOP MENU VISIBILITY */
header {
  top: 0;
  transform: translateY(-100%);
  overflow: hidden;
  transition: transform 0.4s;
}

header.ontop, header.scrollup {
  transform: translateY(0);
}

header.visible {
  overflow: visible;
}

.topmargin {
  margin-top: 180px;
}

/* SIDENAV */

.sidenav {
    width: 40%;
    background-color: rgba(0,0,0,0.1);
    height: 100%;
    z-index: 1;
    margin-top:50px;
    padding: 20px 50px 50px 50px;
    position: fixed;
    left: -90%;
    top: 0;
    color: var(--secondaryblue);
    -webkit-box-shadow: 0 20px 20px 0 rgba(0,0,0,0.7);
    box-shadow: 0 20px 20px 0 rgba(0,0,0,0.7);
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    color: #FFF;
    display: none;
}

.sidenav.show {
    left: 0;
    z-index:301;
    background-color: rgba(0,0,0,0.85);
    display: block;
    overflow-y: scroll;
}

.sidenav button {
    color: #FFF;
    opacity: 0.7;
    margin: -18px -40px 0 0;
    padding: 16px;
    font-size: 1.7rem;
}

.sidenav button:hover {
    color: #FFF;
    opacity: inherit;
}

.sidenav nav ul {
    text-decoration: none;
    position:static;
    display:block !important;
    float:none !important;
    margin:0 !important;
    background:transparent;
}

.sidenav nav ul li {
    display: block;
    background:transparent;
    float:none;
    margin:0 !important;
}

.sidenav nav ul li a {
    color: #fff;
}

.sidenav nav ul li a:hover {
    text-decoration: none;
    background:transparent;
    color:#ccc;
}

.sidenav nav ul li a::after {
  display:none;
}

.sidenav nav .level-2 ul {
    margin-left: 20px !important;
    transform: none !important;
    left: 0 !important;
}

.sidenav nav .caret {
  display:none;
}

/* ---------------- HERO ----------------*/

section.hero {
    margin-bottom: 68px;
}

section.hero .swiper-outercontainer {
    width: 100%;
    padding: 0;
}

section.hero .swiper-container {
    height: 500px;
    position: relative;
    margin-top: -50px;
}

section.hero .element {
    height: 500px;
    border-radius: 0;
    max-width: 1920px;
    margin: 0 auto;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  border: 1px solid rgba(255, 255, 255, 0.9);
}

section.hero .hero-text-box {
    color: #fff;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 800px;
}

section.hero .hero-text-box h1 {
  font-size: 300%;
  margin-bottom: 30px;
  color: #FFF;
  text-transform: none;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.6),
  0px 8px 13px rgba(0, 0, 0, 0.3),
  0px 0px 20px rgba(0, 0, 0, 1);
}

section.hero .hero-text-box h1 a{
    color:inherit;
    text-decoration: none;
}

section.hero .hero-text-box p {
  font-size: 150%;
  line-height: 1.3em;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.6),
  0px 8px 6px rgba(0, 0, 0, 0.3),
  0px 0px 10px rgba(0, 0, 0, 1);
}

section.hero input[type="button"]{
    background: var(--secondaryblue);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
    border-style: none;
    border-radius: 25px;
    padding: 5px 30px;
    min-height: 50px;
    text-transform: uppercase;
    font-size: 87.5%;
    min-width: 220px;
    margin-top: 20px;
}

section.hero input[type="button"]:hover{
    background: var(--secondarybluehover);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,2.50);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,2.50);
}

/* footer */

footer {
    margin-top: 100px;
    border-top: 1px solid #003467;
    color: #000;
    font-size: 87.5%;
}

footer .top {
    min-height: 386px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-color: var(--primarydark);
    color: var(--primarydarkalt);
    padding-bottom: 1em;
}

footer h2 {
    text-transform: uppercase;
    font-size: 87.5%;
    font-weight: 700;
    letter-spacing: 3px;
    color: #FFF;
}

footer .top a{
    color: var(--primarydarkalt);
}

footer .top .info a, footer .top .info span{
    color:#fff;
    font-weight: 600;
}

footer .top li{
    list-style: none;
    margin-bottom: 1em;
}

footer .top nav{
    text-transform: uppercase;
}

footer .top .separator {
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, color-stop(54%, var(--secondaryblue)),color-stop(54%, #555555));
    background: linear-gradient(to right, var(--secondaryblue) 54%,#555555 54%);
    margin: 1.3em 0 1.5em 0;
}

footer .top .info .separator {
    background: -webkit-gradient(linear, left top, right top, color-stop(35%, var(--secondaryblue)),color-stop(35%, #555555));
    background: linear-gradient(to right, var(--secondaryblue) 35%,#555555 35%);
}

footer .top .subscribe .separator {
    background: -webkit-gradient(linear, left top, right top, color-stop(43%, var(--secondaryblue)),color-stop(43%, #555555));
    background: linear-gradient(to right, var(--secondaryblue) 43%,#555555 43%);
}

footer input[type="text"], .subscribebox .inputs input[type="text"] {
    width: 50%;
    float: left;
    background: none;
    border: 1px solid var(--secondaryblue);
    border-bottom: none;
    border-radius: 5px 0 0 5px;
    padding: 6px 2px 6px 16px;
    margin: 0;
    color: #FFF;
}

footer input[type="text"]:nth-child(2), .subscribebox .inputs input[type="text"]:nth-child(2) {
  border-radius: 0 5px 5px 0;
  border-left: none;
}

footer input[type="text"]:nth-child(3), .subscribebox .inputs input[type="text"]:nth-child(3) {
    width: 84.4%;
    float: left;
    background: none;
    border: 1px solid var(--secondaryblue);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 6px 2px 6px 16px;
    margin: 0;
    color: #FFF;
}

footer input[type="submit"], .subscribebox .inputs input[type="submit"] {
    float: left;
    width: 15.6%;
    height: 40px;
    background-color: var(--secondaryblue);
    background-image: url(img/plane.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 26px auto;
    border-style: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

footer input[type="submit"]:hover, .subscribebox .inputs input[type="submit"]:hover {
  background-color: var(--secondarybluehover);
}

footer .subscribe .Response, .subscribebox .Response {
  clear: both;
  border-radius: 5px;
  padding: 7px;
  transform: translateY(1px);
  font-size: 14px;
}

footer .subscribe .acc,  .subscribebox .inputs .acc {
    clear: both;
    padding-top: 1em;
}

footer .subscribe input[type="checkbox"], .subscribebox .inputs input[type="checkbox"] {
  opacity: 0;
}

footer .subscribe input[type="checkbox"] + label:before, .subscribebox .inputs input[type="checkbox"] + label:before {
    border: 1px solid #555555;
    background: rgba(255,255,255, 0);
    content: "";
    display: inline-block;
    height: 15px;
    width: 15px;
    border-radius: 2px;
    vertical-align: bottom;
    margin-right: 12px;
    margin-left: -22px;
}

footer .subscribe input[type="checkbox"]:checked + label:before, .subscribebox .inputs input[type="checkbox"]:checked + label:before  {
    border: 1px solid var(--secondaryblue);
    background: var(--secondaryblue);
    color: #fff;
    content: "\2713";
    text-align: center;
    font-size:10px;
    font-weight: bold;
    line-height: 13px;
}

footer .subscribe label, .subscribebox .inputs label {
    font-weight: 400;
    font-size: 75%;
    line-height: 13px;
}

footer .top .subscribe .sm {
    margin-top: 2em;
}

footer .top .subscribe .sm img {
    height: 26px;
    margin-right: 24px;
    margin-bottom: 1em;
}

footer .top .subscribe .sm a:hover {
    opacity: 0.7;
}

.newsletter-subscribe-message {
  clear:both;
}

.newsletter-subscribe-message .alert {
  padding:10px;
  margin-bottom:0;
}

footer .bottom {
    min-height: 66px;
    color: #777777;
    background-color:#000;
}

footer .bottom .container{
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 70px;
}

footer .bottom .left {
    display: flex;
    flex-wrap: nowrap;
    line-height: 1.1em;
    align-items: center;
}

footer .bottom .left img{
    height: 38px;
    width: auto;
    margin-right: 15px;
}

footer .bottom .right {
    height: 100%;
}

footer .bottom nav{
    height: 100%;
}

footer .bottom .right ul{
    height: 100%;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
}

footer .bottom .right li{
    height: 1em;
    line-height: 1em;
    border-right: 1px solid #777777;
    padding: 0 15px;
}

footer .bottom .right li:last-child{
    border-right: none;
    padding: 0 15px;
}

footer .bottom .right a{
    color:#777777;
    line-height: 1em;
}

/* Htmleditor */
.htmleditor-font-xsmall {
  font-size:60% !important;
}

.htmleditor-font-small {
  font-size:80% !important;
}

.htmleditor-font-big {
  font-size:130% !important;
}

.htmleditor-font-xbig {
  font-size:160% !important;
}

.htmleditor-bg-red {
  background-color: #ef4726;
  color: #fff;
  margin: 1em 10%;
  padding: 2em;
}

.htmleditor-bg-brown {
  background-color: #4A1729;
  margin: 1em 10%;
  padding: 2em;
  color: #fff;
}

.htmleditor-bg-yellow {
  background-color: #faff79;
    margin: 1em 10%;
    padding: 2em;
}

.htmleditor-bg-orange {
  background-color: #EF7E1D;
  margin: 1em 10%;
  padding: 2em;
  color: #fff;
}

.htmleditor-bg-green {
  background-color: #ACC927;
    margin: 1em 10%;
    padding: 2em;
    color: #FFF;
}

.htmleditor-bg-blue {
  background-color: #218BCC;
    margin: 1em 10%;
    padding: 2em;
    color: #FFF;
}

.htmleditor-bg-grey {
    background-color: #92938E;
    color: #000;
    margin: 1em 10%;
    padding: 2em;
}

p.htmleditor-bg-red + .htmleditor-bg-red, p.htmleditor-bg-brown + .htmleditor-bg-brown, p.htmleditor-bg-yellow + .htmleditor-bg-yellow, p.htmleditor-bg-orange + .htmleditor-bg-orange, p.htmleditor-bg-green + .htmleditor-bg-green, p.htmleditor-bg-blue + .htmleditor-bg-blue, p.htmleditor-bg-grey + .htmleditor-bg-grey {
  margin-top: -3.5em;
}

[data-htmleditor-itm] > li > div {
  display: inline-block;
}

.article-simpletop {
  margin-top: 50px;
}

/* GALLERY */
.gallery .image {
  height: auto;
  display: inline-block;
  padding: 8px;
}

.gallery .image img {
  width: 100%;
}

/* SZERVEZETBOX */
.szervezetbox {
    color: #fff;
    font-size: 87.5%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.szervezetbox .small {
    width: 100%;
    height: 87px;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 100%;
}

.szervezetbox .big {
    width: 100%;
    height: 184px;
    border-radius: 5px;
    margin-bottom: 10px;

}

.szervezetbox .column {
    width: 50%;
}

.szervezetbox .column:first-child {
    margin-right: 10px;
}

.szervezetbox .orange {
    background-color: #EF7E1D;
}

.szervezetbox .pink {
    background-color: #E61880;
}

.szervezetbox .green {
    background-color: #ACC927;
}

.szervezetbox .darkblue {
    background-color: #221E42;
}

.szervezetbox .gray {
    background-color: #92938E;
}

.szervezetbox .blue {
    background-color: #218BCC;
}

.szervezetbox .red {
    background-color: #B8345A;
}

.szervezetbox .brown {
    background-color: #4A1729;
}

.szervezetbox .purple {
    background-color: #844E98;
}

.szervezetbox .yellow {
    background-color: #F9CC3D;
}

.szervezetbox .lightpurple {
    background-color: #B45399;
}

.szervezetbox .darkgreen {
   background-color: var(--catcolor10);
}

.szervezetbox a {
    color: inherit;
}

.szervezetbox p {
    display: block;
    margin: 0 10px 0 10px;
    padding-top: 12px;
    font-size: 87%;
    line-height: 1.25em;
}

.szervezetbox .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

/* SIDEBAR RECIPE */
.kitchenpic {
    height: 170px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 5px;
    -webkit-box-shadow: 5px #000;
    box-shadow: 5px #000;
    opacity: 75%;
    border: 1px solid #ccc;
    position: relative;
}

.kitchenpic .title {
    position: absolute;
    bottom: 12px;
    left: 12px;
}

.kitchenpic .title p {
    color: #fff;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.kitchenpic a {
    font-size: 87.5%;
    color: #EF7E1D;
}

/* SIDEBAR BOXES */
.boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.boxes .details {
    min-height: 4em;
}

.boxes .calender {
    width: 48px;
    border: 1px solid #eeeeee;
    margin: 0 10px 0 0;
}

.boxes .about {
    font-size: 87.5%;
}

.boxes .about a {
  color:inherit;
}

.boxes .date {
    font-size: 75%;
    color: #218BCC;
    line-height: 1em !important;
    margin: 0 !important;
}

.tplblock-item .continue {
    margin-bottom: 50px;
}

/* BESTARTICLES */
.bestarticle {
  border-bottom: 2px solid #eee;
  padding-bottom: 25px;
}

.bestarticle:last-child {
  border-bottom:none;
}

.bestarticle .picture {
    height: 70px;
    width: 100%;
    max-width: 70px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-color: #cbd2cb;
}

.bestarticle .articlebox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.bestarticle .articlebox a {
    color: inherit;
}

.bestarticle .about {
    font-size: 87.5%;
    color: #000;
    font-weight: 600;
    margin-left: 20px;
    font-family: 'Open Sans';
    line-height: 1.3em;
    max-width: calc( 100% - 90px );
}

.bestarticle .date {
    margin: 10px 0;
    font-size: 75%;
    text-transform:uppercase;
}

.selectedit-filters i {
  top:6px;
}

h2.big, h1.withunder, footer h2 {
    display: inline-block;
    padding-bottom: 20px;
    margin-bottom: 30px !important;
    background-image: url(img/blue.png);
    background-repeat: repeat-x;
    background-position: bottom;
}

.viewbox-osd {
    padding: 3%;
}

.nothislanguage {
    margin: 0 4em 100px 4em;
}

.nothislanguage-list {
  list-style: none;
}

.social-block a {
  display: inline-block;
}

.social-block img {
  width: 25px;
}

.fb_iframe_widget span > iframe {
  min-width: 100%;
}

.fb_iframe_widget > span {
  max-height: 20px;
  min-width: 75px;
}

.fb_iframe_widget.fb-comments > span {
  max-height: none;
}

.closerbox {
  display: none;
}

.closerbox.open {
  display: block;
}

.closerbox-icon {
  font-size: 22px;
  cursor: pointer;
}

.articleendmotif {
  width: 25px !important;
  height: 25px;
  margin: 0 0 25px;
}

footer input[type="email"]::placeholder {
    color: #FFF;
}

/* PRIVACYPOLICY ACCEPT */
.privacypolicy-accept {
  position: fixed;
  z-index: 999999;
  width: 100%;
  left: 0;
  bottom: 0;
  max-height: 0;
  background: rgba(0, 0, 0, 0.85);
  overflow: hidden;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}

.privacypolicy-accept.opened {
  max-height: 600px;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}

.privacypolicy-accept-txt {
  display: inline-block;
  padding: 15px;
  font-size: 18px;
  color: #fff;
  vertical-align: middle;
  text-align: center;
}

.privacypolicy-accept-txt a {
  color: #fd4a29;
}

.privacypolicy-accept-txt a:hover {
  color: #606068;
}

.privacypolicy-accept button {
  font-size: 18px;
  vertical-align: middle;
  display: block;
  margin: -5px auto 15px;
}

/* ALTERNATIVE HERO DESIGN */

section.hero .hero-text-box {
    bottom: 3.1em;
    top: unset;
    transform: translate(-50%, 0);
    width: 90%;
    max-width: 1920px;
    text-align: left;
}

section.hero input[type="button"] {
    display: none;
}

section.hero .hero-text-box h1 {
    margin-bottom: 14px;
}

section.hero .hero-text-box p {
    margin-bottom: 0;
}

.htmleditor-voting-form label {
  font-weight: bold;
}

.htmleditor-voting-form input[type="radio"] {
  width: 20px;
  height: 20px;
  position: relative;
  left: -10px;
  top: 5px;
}

.htmleditor-voting-form .radio {
  margin-bottom: 10px;
}

.htmleditor-voting-item {
  margin-bottom: 10px;
}

.htmleditor-voting-item-title {
  font-weight: bold;
  font-size: 90%;
}

.htmleditor-voting-result {
  text-align: right;
  font-size: 80%;
  line-height: 1;
  padding-top: 1px;
}

.htmleditor-voting-bar {
  border: 1px solid #999;
  line-height: 1;
}

.htmleditor-voting-cnt {
  background: #ccc;
}

.htmleditor-voting-allvotes {
  font-weight: bold;
  font-size: 90%;
  text-align: right;
}

.tplblock-item-Bloggie-tplbestarticlesblock ul.nav.nav-tabs {
  margin-top: -4px;
}

.tplblock-item-Bloggie-tplbestarticlesblock .nav-tabs a {
  font-size: 95%;
  padding: 5px;
}

.inline-editor-control-item .control-label {
  padding-top: 0;
}

ul.articletags {
  margin-bottom: 40px;
}

ul.articletags a {
  text-decoration: none;
  font-style: normal;
  font-size: 90%;
  border: 1px solid var(--secondaryblue);
  border-radius: 6px;
  padding: 3px 6px;
}

ul.articletags a:hover {
  text-decoration: underline;
}

.quadrant-edit .inline-editor-content {
  position: relative;
  right: 93%;
  min-width: 300px;
}

.quadrant-edit .inline-editor-control-item:nth-child(2), .quadrant-edit .inline-editor-control-item:nth-child(4), .quadrant-edit .inline-editor-control-item:nth-child(6) {
  display: none;
}

article .more-explanations .articlelead {
  -webkit-box-shadow: 0 2px 10px 0 #EEEEEE;
  box-shadow: 0 2px 10px 0 #EEEEEE;
  font-size: 16px;
}

article .more-explanations h2 {
  font-weight: 500;
}

article .more-explanations a {
  font-style: normal;
}

/* Hetiszakasz */
#to-mgy {
  position: fixed;
  bottom: 15%;
  right: 0px;
  width: 40px;
  padding: 0.15rem 0.2rem 1rem 0;
  color: #FFF;
  background: #1E8BCC;
  border-radius: 5px 0 0 5px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  z-index: 180;
}

#to-mgy span {
  position: relative;
  left: 5px;
}

#to-hsz {
  position: fixed;
  bottom: 15%;
  left: -43px;
  width: 40px;
  padding: 0.15rem 0.2rem 1rem 0;
  color: #FFF;
  background: #1E8BCC;
  border-radius: 0 5px 5px 0;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  transition: all 0.3s ease-in-out;
  z-index: 182;
  transition-delay: 0.1s;
}

.open #to-hsz {
  left: -1px;
}

h1.forced {
  display: block;
}

#to-hsz-mob-helper, h2.mgy {
  color: var(--secondaryblue);
}

@media only screen and (max-width: 767px) {
  #magyarazatpane {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    top: 0;
    left: 100vw;
    z-index: 181;
    transition: all 0.3s ease-in-out;
    padding: 8rem 2rem 2rem 3rem;
    overflow-y: scroll;
  }

  #magyarazatpane.open {
    left: 0;
  }

  h2.mgy {
    display: none;
  }
}

@media only screen and (min-width: 767px) {
  #to-hsz-mob-helper, #to-mgy {
    display: none;
  }
}

.fixedandlastarticlefromcategoryblock.morearticles .continue {
  margin-top: 0;
}
