/*
-----------------------------
    SITE GENERIC
-----------------------------
*/

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;700&display=swap');


/*GENERIC*/

* {
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 13pt;
    color: #2F2F2F;
    text-align: center;
    padding: 0;
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

body#tinymce {
    background: #ffffff !important;
}

body.embed {
    background: #ffffff !important;
}

img {
    border: 0;
    width: 100%;
}

a,
a:visited {
    text-decoration: none;
    color: #CA9B4A;
    outline: none;
}

a:hover {
    text-decoration: none;
    color: #666666;
}

p>a {
    font-weight: 600;
}

.content input,
.content textarea,
.content select {
    border: 1px solid #cccccc;
    font-size: 15pt;
}

.btn {
    border: 0 !important;
    color: #ffffff;
    background: #C99B49;
    padding: 6px 20px;
    text-align: center;
    display: inline-block;
    margin: 5px;
    margin-bottom: 20px;
    font-size: 15pt;
    -webkit-appearance: none;
    cursor: pointer;
}

.btn:hover,
.btn:active,
.btn:visited,
.btn {
    color: #ffffff;
    background: #C99B49;
    text-decoration: none;
}

.nextbtn {
    background-image: url('content/common/right.png');
    background-position: center;
    background-repeat: no-repeat;
    width: 80px;
    height: 40px;
}

.bigbtnContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.bigbtn {
    display: flex;
    padding: 40px;
    border: #005172 solid 3px;
    margin: 20px;
    font-weight: 600;
    width: 400px;
    height: 160px;
    align-items: center;
    justify-content: center;
}

.bigbtnContainer>a:hover {
    color: rgb(202, 155, 74, .9);
}

.bigbtn:hover {
    background-color: #005172;
}

.bigbtnContainer>a:visited {
    color: #005172;
}

.kultura,
.tudomany,
.termeszet,
.tarsadalmi {
    color: #2F2F2F;
    font-weight: normal;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.kultura>.instruction,
.tudomany>.instruction,
.termeszet>.instruction,
.tarsadalmi>.instruction {
    width: 60%;
}

.kultura:hover,
.tudomany:hover,
.termeszet:hover,
.tarsadalmi:hover {
    color: #FFFFFF !important;
}

.kultura {
    border: #6c96af solid 3px;
}

.kultura:hover {
    background-color: #6c96af;
}

.tudomany {
    border: #b74a50 solid 3px;
}

.tudomany:hover {
    background-color: #b74a50;
}

.termeszet {
    border: #7ac189 solid 3px;
}

.termeszet:hover {
    background-color: #7ac189;
}

.tarsadalmi {
    border: #d6ae7a solid 3px;
}

.tarsadalmi:hover {
    background-color: #d6ae7a;
}

.instruction {
    margin-top: 30px;
}

.instruction>p {
    margin-top: 0px;
    padding-top: 0px;
}

.txt {
    border: 1px solid #cccccc;
    background: #ffffff;
    color: #444444;
    padding: 3px;
    font-size: 13pt;
}

div.placeholder {
    height: 0px;
    font-size: 1px;
    clear: both;
    overflow: hidden;
}

.b {
    font-weight: bold;
}

.i {
    font-style: italic;
}

.u {
    text-decoration: underline !important;
}

.r {
    text-align: right;
}

.l {
    text-align: left;
}

.c {
    text-align: center;
}

.h {
    display: none;
}

.s {
    display: block;
}

::selection {
    background: #aaaaaa;
}

::-moz-selection {
    background: #aaaaaa;
}

.shame {
    background: #aa0000;
    color: #ffffff;
    text-align: center;
    padding: 15px;
}

.shame a,
.shame a:active,
.shame a:visited,
.shame a:hover {
    color: #ffffff;
}

.content_version_list span.content_version_head {
    font-weight: bold;
}

.content_version a,
.content_version span {
    display: inline-block;
    vertical-align: middle;
    padding: 3px 5px;
    width: 160px;
}

.content_version:nth-child(2n+1) {
    background: #eeeeee;
}

.content_version_current {
    font-weight: bold;
}

div#cookie {
    width: 100%;
    padding: 5px;
    font-size: 10pt;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    background: rgba(0, 0, 0, .8);
    color: #ffffff;
    text-align: center;
    display: none;
    z-index: 100;
}

div#cookie a {
    color: #ffffff;
    text-decoration: underline;
}

div#cookie input {
    border: 0;
    background: #CA9B4A;
    color: #ffffff;
    padding: 3px 10px;
    margin-left: 10px;
}

/* Hamburger menu */
#pop_menu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 20001;
    background: #565656 !important;
    color: #ffffff;
    overflow: hidden;
    padding: 10px;
    text-align: left;
}

#pop_menu a {
    display: block;
    color: #ffffff;
    padding: 10px 0;
}

#pop_menu_close {
    color: #ffffff;
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    width: 20px;
    height: 20px;
    font-weight: bold;
    font-size: 15pt;
    z-index: 105;
}

#pop_menu .submenu {
    padding-left: 15px;
    border-left: 3px solid rgba(255, 255, 255, 0.3);
}

#hamburger {
    display: none;
    position: absolute;
    right: 10px;
    top: 20px;
    background: transparent url('content/common/icons/hamburger.png') center center no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
    z-index: 1;
}

#hider {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(100, 100, 100, .5);
    z-index: 20000;
    display: none;
}

/* Redefine */
h1 {
    font-family: 'Cormorant Garamond', serif;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 24pt;
    text-align: center;
    padding: 30px;
}

h2 {
    font-family: 'Cormorant Garamond', serif;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
    font-size: 22pt;
}

h3 {
    font-family: 'Cormorant Garamond', serif;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 18pt;
}

h4 {
    font-family: 'Cormorant Garamond', serif;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 16pt;
}

p,
li {
    font-size: 13pt;
    margin-bottom: 10px !important;
    text-align: left;
}

/* General layout */
.eighty {
    width: 80%;
    margin: auto;
}

.sixty {
    width: 60%;
    margin: auto;
}

.half {
    width: 50%;
    margin: auto;
}

.divide {
    margin: 50px auto;
}

.white {
    color: #FFFFFF;
}

.gold {
    color: #CA9B4A;
}

.grey_bg {
    background-color: #EBF2F6;
}

.zeromargin {
    margin: 0px !important;
}

/* Index page */
#greet_phone {
    display: none;
    margin-bottom: 0px;
}

#greet_pc {
    margin-bottom: 80px;
}

/* Floater */
.floater {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 10000;

    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.szechenyi {
    width: 300px;
    height: 210px;

    background-image: url('content/common/szechenyi.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.up {
    width: 60px;
    height: 60px;
    margin: 10px;

    border: none;
    border-radius: 50%;
    box-shadow: 0px 0px 15px #CA9B4A;

    background-image: url('content/common/icons/up.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

/* Dropdown */
.langMenupoint {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #CA9B4A;
    font-size: 26px;
    font-weight: bold;
    margin-left: unset !important;
    position: relative;
    z-index: 20000 !important;
}

.langMenupoint * {
    margin: 10px !important;
    z-index: 20000 !important;
}

.langshowed {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.dropContent {
    display: none;
    justify-content: right;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    top: 60px;
    width: 100%;
    z-index: 20000 !important;
}

a.dropbtn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #2F2F2F;
    background-color: #FFFFFF;
    font-size: 20px;
    width: 100%;
    height: 40px;
    margin: unset !important;
    padding: 0px 10px;
}

a.dropbtn>p {
    margin: 0px !important;
    font-size: 24px;
    width: 50px;
}

a.dropbtn:hover {
    color: #FFFFFF;
    background-color: #CA9B4A;
}

.dropped {
    display: flex !important;
}

/* Icons */
.icon {
    width: 32px;
    height: 32px;
}

.big_icon {
    width: 51px;
    height: 50px;
    background-size: cover;
    background-position: center;
}

.lang_icon {
    background-size: contain;
    width: 36px;
    height: 36px;
    background-position: center;
    background-repeat: no-repeat;
}

.facebook_logo {
    background: url('content/common/icons/facebook.png');
    background-size: cover;
}

.instagram_logo {
    background: url('content/common/icons/instagram.png');
    background-size: cover;
}

/* Map */
.map-container {
    height: 85vh;
    display: block;
}

.map {
    width: 100%;
    height: 70vh;
    border: 0;
    position: absolute;
    left: 0;
}

/* Cards */
.grey_content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    padding: 50px 10%;
    /* TESTING */
    min-height: 20vh;
}

.location_card {
    background-color: #FFFFFF;
    text-align: center;
    width: 20%;
    margin: 40px;
    flex-basis: 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.location_image {
    background-size: cover;
    background-position: center;
    height: 25vh;
    width: 100%;
}

.location_title {
    padding: 0px 14px;
}

.location_text {
    height: 100px;
    overflow: hidden;
    font-size: 13pt;
    margin-bottom: 0px !important;
    position: relative;
}

.etc {
    position: absolute;
    background-color: #FFFFFF;
    right: 0px;
    bottom: 5px;
    padding: 0px;
    padding-left: 5px;
}

.highlight_carousel {
    position: relative;
    display: flex;
    justify-content: center;
    min-height: 60vh;
}

.highlight_card {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    background-color: #005172;
    z-index: 90;
    position: absolute;
    height: 60vh;
}

.highlight_card.active {
    z-index: 100;
}

.highlight_content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 50px 60px;
    margin: 0px;
}

.highlight_text {
    color: #FFFFFF;
    padding-bottom: 40px;
}

.highlight_image {
    background-size: cover;
    background-position: center;
    height: 60vh;
    width: 50vw;
}

.hl_btn {
    z-index: 200 !important;
    position: absolute;
    bottom: 50px;
    left: 30px;
}

.arrow_container {
    display: flex;
    z-index: 200;
    position: absolute;
    width: 77%;
    height: 60vh;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
}

.arrow {
    height: 40px;
    width: 21px;
    background-size: cover;
    background-color: unset;
    border: unset;
    cursor: pointer;
}

.leftArrow {
    background-image: url("content/common/arrowL.png");
    background-size: cover;
}

.rightArrow {
    background-image: url("content/common/arrowR.png");
    background-size: cover;
}

/* Insta feed */
.feed-container {
    width: 100%;
}

.crt-feed-window {
    height: unset !important;
    max-height: 912px;
}

.crt-post-c {
    margin: 10px;
    overflow: hidden;
}

/* Family pages */
div.simacenter {
    text-align: center;
    width: 130%;
    position: relative;
    left: -15%;
}

.portrait {
    width: 400px;
    height: auto;
    float: left;
    margin-right: 30px !important;
}

div.iconblock {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    min-height: 10px;
    width: 250px;
    margin: 20px;

    font-family: 'Cormorant Garamond', serif;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
    font-size: 16pt;
    padding: 5px;
}

.smallportrait {
    width: 250px;
    height: 350px;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden !important;
}

.smallportrait img {
    transition: .5s ease-in-out;
}

div.smallportrait:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.person-card {
    width: 100%;
    display: flex;
    flex-direction: row;
    overflow: hidden;
}

.person_portrait {
    width: auto;
    height: 400px;
    float: left;
}

.person_info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left !important;
    padding: 40px;
}

.person_info>h2 {
    text-align: left !important;
}

/* Event page */
.month-select {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 20px 5px;
    background-color: #005172;
    justify-content: space-between;
}

.month-select * {
    background-color: #005172;
    color: #CA9B4A;
    border: none;

    font-family: 'Cormorant Garamond', serif;
    text-align: center;
    font-weight: normal;
    font-size: 22pt;
}

.month-select>button {
    font-size: 18pt;
}

.month-select>button:hover {
    font-weight: bold;
    font-size: 20pt;
}

/* Quiz pages */
.signtext {
    min-height: 400px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.illust-p {
    height: 400px;
    width: auto;
    float: left;
    margin-right: 30px !important;
}

.illust-l {
    width: 50%;
    max-height: 400px;
    float: left;
    margin-right: 30px !important;
    padding-top: 20px;
}

.illust-long {
    width: 100%;
    height: auto;
    padding: 0px;
}

/* Location pages */
.location_logo {
    width: 400px;
    height: 200px !important;
    background-size: contain;
    display: inline-block;
    margin: 10px;
    margin-top: 20px;
    background-repeat: no-repeat;
    background-position: center;
}

.location_list_image {
    background-size: cover;
    background-position: center;
    height: 50vh;
    width: 100%;
}

.arrow_container_location {
    display: flex;
    z-index: 200;
    position: absolute;
    width: 95%;
    height: 50vh;
    margin: 0px 2.5%;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
}

/* Gallery */
.gallery {
    overflow: hidden;
    background-color: #005172;
    z-index: 90;
    height: 50vh;
    width: 100%;
    position: relative;
}

.gallery>.arrow_container {
    width: 100%;
    padding: 20px;
}

.gallery_image {
    background-size: cover;
    background-position: center;
    height: 50vh;
    width: 100%;
    position: absolute;
}

.gallery_image.active {
    z-index: 100;
}

/* Slideshow */
#slideshow {
    width: 100%;
    position: relative;
    height: 80vh;
    overflow: hidden;
}

.slideshow_image {
    position: absolute;
    z-index: 90;
    height: 80vh;
    width: 100vw;
    background-size: cover;
    background-position: center;
}

.slideshow_image.active {
    z-index: 100;
}

.dot-container {
    position: absolute;
    left: 50%;
    bottom: 5px;
    z-index: 110;
    -ms-transform: translateY(-50%, -50%);
    transform: translate(-50%, -50%);
}

.dot {
    height: 15px;
    width: 15px;
    margin: 0px 7px;
    background-color: #EBF2F6;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    z-index: 50;
}

.dot.active {
    background-color: #C99B49 !important;
    transition: background-color 0.6s ease;
}

/* Audio */
audio::-webkit-media-controls-panel {
    background-color: #CA9B4A;
}

audio::-webkit-media-controls-current-time-display {
    color: #FFFFFF;
}

audio::-webkit-media-controls-time-remaining-display {
    color: #005172;
}

.sound-container {
    display: flex;
    flex-direction: column;
}

.sound-container>p {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.sound-container>p>a {
    padding: 10px;
    width: 100%;
    border: #005172 solid 2px;
    color: #CA9B4A;
}

.sound-container>p>a:hover {
    background-color: #005172;
}


/* CONTENT */
.anchor {
    position: absolute;
}

.page-content {
    margin-bottom: 100px;
}

.expandblock {
    margin-bottom: 15px;
}

.expandblock_title {
    cursor: pointer;
    background: #888888 url('images/right.png') 5px center no-repeat;
    color: #FFFFFF;
    padding: 3px 5px 3px 25px;
    font-weight: bold;
}

.expandblock_content {
    display: none;
    padding: 5px 10px 10px 10px;
    overflow: hidden;
}

h1.normalh1 {
    font-weight: normal !important;
}

.vbox8020,
.vbox7030,
.vbox6040,
.vbox5050,
.vbox4060,
.vbox3070,
.vbox2080 {
    display: flex;
    min-height: 10px;
    padding: 3px;
    flex-flow: center;
    align-items: flex-start;
    align-content: flex-start;
}

.vbox8020 .vbox_l,
.vbox7030 .vbox_l,
.vbox6040 .vbox_l,
.vbox5050 .vbox_l,
.vbox4060 .vbox_l,
.vbox2080 .vbox_l {
    min-height: 10px;
    padding: 10px;
}

.vbox8020 .vbox_r,
.vbox6040 .vbox_r,
.vbox5050 .vbox_r,
.vbox4060 .vbox_r,
.vbox3070 .vbox_r,
.vbox2080 .vbox_r {
    min-height: 10px;
    padding: 10px;
}

.vbox2080 .vbox_l {
    flex-basis: 20%;
}

.vbox2080 .vbox_r {
    flex-basis: 80%;
}

.vbox3070 .vbox_l {
    flex-basis: 30%;
}

.vbox3070 .vbox_r {
    flex-basis: 70%;
}

.vbox4060 .vbox_l {
    flex-basis: 40%;
}

.vbox4060 .vbox_r {
    flex-basis: 60%;
}

.vbox5050 .vbox_l {
    flex-basis: 50%;
}

.vbox5050 .vbox_r {
    flex-basis: 50%;
}

.vbox6040 .vbox_l {
    flex-basis: 60%;
}

.vbox6040 .vbox_r {
    flex-basis: 40%;
}

.vbox7030 .vbox_l {
    flex-basis: 70%;
}

.vbox7030 .vbox_r {
    flex-basis: 30%;
}

.vbox8020 .vbox_l {
    flex-basis: 80%;
}

.vbox8020 .vbox_r {
    flex-basis: 20%;
}

@media screen and (max-width: 800px) {

    .vbox8020,
    .vbox7030,
    .vbox6040,
    .vbox5050,
    .vbox4060,
    .vbox3070,
    .vbox2080 {
        display: block;
        padding: 0;
    }
}

div.inlineblock {
    display: inline-block;
    vertical-align: top;
    padding: 20px;
    margin-bottom: 10px;
    min-height: 10px;
}

a.button:hover,
a.button:active,
a.button:visited,
a.button {
    border: 0 !important;
    color: #ffffff;
    background: #666666;
    padding: 5px 15px 5px 15px;
    text-align: center;
    margin: 5px;
    text-decoration: none;
    display: inline-block;
}

a.rbutton:hover,
a.rbutton:active,
a.rbutton:visited,
a.rbutton {
    border: 0 !important;
    color: #ffffff;
    background: #666666;
    padding: 5px 15px 5px 15px;
    text-align: center;
    margin: 5px;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
}

.w30 {
    width: 100%;
}

.w50 {
    width: 100%;
}

.w100 {
    width: 100%;
}

.onepage_page {
    width: 100%;
    /*min-height: 100vh;*/
}

a.minigallery {
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
}

/*
-----------------------------
    TEMPLATE GENERIC
-----------------------------
*/

div#main {
    /* max-width: 1920px; */
    margin: auto;
}

/* Header */
div#head {
    background: #ffffff;
    min-height: 100px;
    width: 100%;
    /* position: fixed;
    z-index: 11000; */
}

div#headb {
    background: #ffffff;
    min-height: 100px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.flex_header {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: stretch;
}

#head_logo {
    background: transparent url('content/common/logo.png') center center no-repeat;
    width: 200px;
    height: 100px !important;
    background-size: contain;
    display: inline-block;
    margin: 10px;
    margin-top: 20px;
    flex-grow: 6;
}

#head_icons {
    flex-grow: 1;
    display: flex;
    justify-content: right;
    align-items: center;
    width: 320px;
}

#head_icons * {
    margin: 20px;
}

/* Menu */
#head_menu {
    font-family: 'Cormorant Garamond', serif;
    text-align: center;
    background-color: #005172;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-content: center;
}

div#head .menu0,
div#head .menusel0 {
    color: #C99B49;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 10px;
    margin-right: 5px;
    font-size: 16pt;
    height: 100%;
    text-transform: uppercase;
}

/* Lenyíló menü */
div#head_menu>.submenu {
    display: none;
    position: fixed;
    background: #005172;
    max-width: 20%;
    box-shadow: #EBF2F6;
    text-align: left;
    z-index: 200;
    padding-top: 10px;
}

div#head_menu .submenu a {
    display: block;
    color: #CA9B4A;
}

div#head_menu .submenu a:hover {
    font-weight: 600;
}

div#head_menu>.submenu>.submenuf>.submenub>a {
    padding: 5px 10px;
    min-width: 200px;
}

/* Menü almenüje */
.submenuf>.submenu {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    background: #C99B49;
    width: 100%;
    position: absolute;
    margin-top: 10px;
}

.submenuf>.submenu>a {
    padding: 5px 10px;
    padding-left: 30px;
    color: #005172 !important;
}

/* Almenü almenüje */
.submenu>.submenu {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    background: #EBF2F6;
    width: 100%;
    position: absolute;
}

.submenu>.submenu>a {
    padding: 5px 10px;
    padding-left: 30px;
    color: #12181E !important;
}

.submenuf {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.submenub {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
    flex-wrap: wrap;
    justify-content: space-around;
}

#i_head {
    height: 400px;
}

/* Content */
div.content {
    background: #ffffff;
    text-align: left;
    width: 100%;
    /*padding: 0 15px 0 15px; */
    margin: auto;
    font-size: 15pt;
}

div.contentb {
    width: 100%;
}

.page_content {
    max-width: 1200px;
    text-align: center;
    position: relative;
}

/* Footer */
div#foot {
    clear: both;
    background-color: #005172;
}

div#foot a {
    color: #C99B49;
    padding: 5px;
    font-size: 16pt;
    font-family: 'Cormorant Garamond', serif;
}

.coding {
    color: #aaaaaa !important;
}

#foot_flex {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

#foot_flex * {
    margin: 10px;
}

#foot_logo {
    background: transparent url('content/common/light_logo.png') center center no-repeat;
    width: 200px;
    height: 100px !important;
    background-size: contain;
    display: inline-block;
    margin: 10px;
    margin-top: 20px;
}

#foot_menu {
    text-align: center;
    width: 100%;
    background-color: #02445F;
    padding: 10px;
}

.paralaximg {
    min-height: 100px;
}


/* CONTENT */

div.col4321 {
    column-count: 4;
    column-gap: 20px;
}

div.col321 {
    column-count: 3;
    column-gap: 20px;
}

div.col21 {
    column-count: 2;
    column-gap: 20px;
}

div.col4321 a,
div.col321 a,
div.col21 a {
    display: inline-block;
    break-inside: avoid;
}

div.wfull {
    left: 0;
    right: 0;
    background: #ffffff;
    z-index: 5;
}

div.wfullb {
    margin: auto;
    width: 100%;
    max-width: 1000px;
    padding: 10px;
}

div.login,
div.resetpassword {
    width: 100%;
    max-width: 500px;
    margin: auto;
}

div.login .row,
div.resetpassword .row {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
    display: flex;
    align-items: flex-start;
}

div.login div.l,
div.resetpassword div.l {
    width: 40%;
    text-align: right;
    padding-right: 10px;
}

div.login div.c,
div.resetpassword div.c {
    text-align: center;
    flex-grow: 1;
}

div.login div.f,
div.resetpassword div.f {
    flex-grow: 1;
}

div.login div.f input[type=text],
div.resetpassword input[type=text] {
    width: 100%;
}

div.login div.c .btn,
div.resetpassword div.c .btn {
    margin: 10px auto 10px auto;
}

div.login div.title,
div.resetpassword div.title {
    text-align: center;
    font-size: 25pt;
    padding-bottom: 10px;
    flex-grow: 1;
}

.wfhh {
    background: #005172;
    color: #FFFFFF;
    padding: 20px 40px;
    width: 100%;
    margin: auto;
    z-index: 5;
    display: flex;
    flex-wrap: wrap;
    justify-items: center;
}

.wfhh_left {
    min-width: 150px;
    flex-grow: 1;
    width: 50%;
}

.wfhh_right {
    min-width: 150px;
    flex-grow: 1;
    width: 50%;
}

.hh {
    margin: 50px;
}


/* RESPONSIVE */

@media screen and (min-width: 1200px) {
    .person-info {
        min-height: 700px;
    }

    .timeline-container {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 20px 0px;
        height: 300px;
        position: relative;
        background-color: #ffffff;
    }

    .timeline-line {
        border-bottom: #005172 solid 1px;
        width: 100%;
        height: 50%;
        position: absolute;
        top: 0px;
    }

    .timeline-scale {
        border-right: #005172 solid 1px;
    }

    .yearlabel {
        position: absolute;
        margin-left: -15px;
        background: none;
        border: none;

        font-family: 'Cormorant Garamond', serif;
        text-align: center;
        font-weight: normal;
        font-size: 16pt;
    }

    .titlelabel:hover {
        font-weight: bold;
        background-color: #FFFFFF;
    }

    .infotext {
        background-color: rgb(202, 155, 74, 0.7);
        width: 300px;
        padding: 10px;
        transition: .5s ease-in-out;
    }

    /* Nyilacskák */
    .submenub>.hassubmenu::before,
    .submenu>.hassubmenu::before {
        content: url('content/common/right.png');
        width: 16px;
        height: 16px;
        left: 6px;
        padding: 2px;
        position: absolute;
    }

    /* Akadálymentes */
    #mentes {
        background: url('content/common/icons/mentes.png');
        background-size: cover;
        cursor: pointer;

        border: none;
    }

    .mentes_page {
        color: #FFFFFF !important;
        background-color: #000000 !important;
    }

    .mentes_page>#head_menu {
        height: unset;
    }

    .mentes_page * {
        font-family: 'Open Sans', sans-serif;
        font-size: 22pt !important;
    }

    .mentes_card {
        color: #FFFFFF !important;
        background-color: #000000 !important;
        flex-basis: 40% !important;
    }

    .mentes_card>.location_text {
        height: 200px;
    }

    .mentes_highlight {
        display: flex;
        width: 100%;
        color: #FFFFFF;
        background-color: #000000;
        position: unset !important;
    }

    .mentes_arrows {
        width: 98% !important;
    }

    .mentes_hl_btn {
        display: none;
        margin: 10px;
    }
}

@media screen and (max-width: 1200px) {
    #hamburger {
        display: block;
    }

    div.inlineblock {
        padding: 10px;
    }

    .location_card {
        margin: 40px 10px;
        flex-basis: 100%;
    }

    #greet_pc {
        display: none;
        margin-bottom: 0px;
    }

    #greet_phone {
        display: block;
        margin-bottom: 80px;
    }

    .highlight_card {
        overflow: unset;
        flex-direction: column;
        height: 80vh;
        max-height: none;
    }

    .highlight_content>div>.big_icon {
        display: none;
    }

    .highlight_image {
        height: 80vh;
    }

    .highlight_carousel {
        min-height: 80vh;
    }

    .highlight_text {
        padding: unset;
    }

    .arrow_container {
        height: 80vh;
    }

    #gallery {
        width: 120%;
        left: -10%;
    }

    .illust-p {
        float: unset;
        display: block;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .illust-l,
    .illust-long {
        float: unset;
        display: block;
        width: 100%;
        height: auto;
        max-height: unset;
    }

    .signtext {
        min-height: unset;
    }

    .month-select {
        flex-wrap: wrap;
    }

    .location_list_image {
        width: 140%;
        margin-left: -20%;
    }

    #head_icons {
        width: unset;
    }

    #mentes {
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    #head_menu {
        display: none;
    }

    div#head .submenu {
        display: block;
    }

    div.contentb {
        padding: 20px;
    }

    .paralaximg {
        height: 300px;
    }

    .flex_header {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
    }
}

@media screen and (max-width: 800px) {
    div.contentb {
        padding: 10px;
    }

    .paralaximg {
        height: 200px;
    }
}