#page_content{
    flex: 1;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
}

.footer-container{
    background-color: rgb(40, 38, 38) !important;
    position: relative;
    z-index: 1000;
}

.back-to-top{
    z-index: 2000 !important;
}

.platypi-text {
    font-family: "Platypi", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.w3-modal{
    /*z-index: 3;*/
    z-index: 3000;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.7);
    align-items: center;
    justify-content: center;
}
.w3-modal-content{
    margin: auto;
    /*background-color: rgba(0,23,46,0.9);*/
    background-color: rgba(52,58,64,0.9);
    position: relative;
    padding: 0;
    outline: 0;
    width: 600px;
    /*box-shadow: 0 0 20px rgba(204,245,255,0.5);*/
    border-radius: 15px;
    color: white;
    /*text-shadow: 1px 1px 1px rgb(255, 51, 255)*/
}
.w3-modal .w3-container h1{
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
}
.w3-button{
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap
}
.w3-animate-zoom{
    animation: animatezoom 0.4s
}
@keyframes animatezoom{
    from{
        transform: scale(0)
    }
    to{
        transform: scale(1)
    }
}
.w3-animate-bottom{
    position:relative;
    animation:animatebottom 0.8s;
}
@keyframes animatebottom{
    from{
        bottom:-300px;
        opacity:0;
    }
    to{
        bottom:0;
        opacity:1
    }
}
.w3-display-topright{
    position: absolute;
    right: 0;
    top: 0;
}

.error_input{
    width: 450px;
    height: 125px;
    text-align: center;
}
.error_input h2{
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
}

.wrong_input_style{
    border-bottom-color: #e62e00 !important;
    border-right-color: #e62e00 !important;
    border-bottom-width: 2px !important;
    border-right-width: 2px !important;
}

.wrong_email_address{
    width: 450px;
    height: 125px;
    text-align: center;
}
.wrong_email_address h2{
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
}

.bg-dark2 {
    background-color: rgb(40, 38, 38) !important
}

.bg-light2 {
    background-color: rgba(223, 223, 216, 1) !important
}

.btn-custom1 {
    color: rgba(223, 223, 216, 1) !important;
    background-color: rgb(133, 88, 50) !important;
    border-color: rgba(133, 88, 50, 1) !important;
}

.btn-custom1:hover {
    color: #212529 !important;
    background-color: rgb(190, 109, 63) !important;
    border-color: rgb(190, 109, 63) !important;
}

/*
.btn-custom1:focus,
.btn-custom1.focus {
    color: #212529;
    background-color: rgb(255, 202.75, 12.75);
    border-color: #ffc800;
    box-shadow: 0 0 0 .2rem rgba(221.7, 184.9, 49.5, .5)
}

.btn-custom1.disabled,
.btn-custom1:disabled {
    color: #212529;
    background-color: #ffd333;
    border-color: #ffd333
}

.btn-custom1:not(:disabled):not(.disabled):active,
.btn-custom1:not(:disabled):not(.disabled).active,
.show>.btn-custom1.dropdown-toggle {
    color: #212529;
    background-color: #ffc800;
    border-color: rgb(242.25, 190, 0)
}

.btn-custom1:not(:disabled):not(.disabled):active:focus,
.btn-custom1:not(:disabled):not(.disabled).active:focus,
.show>.btn-custom1.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(221.7, 184.9, 49.5, .5)
}
*/

.lh-1{
    line-height: 1.2;
}
.lh-2{
    line-height: 1.5;
}

.cur-p{
    cursor: pointer !important;
}

.radio-group{
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.text-input-group{
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 20px;
}

.cookie-accept{
    display: none;
    position: fixed !important;
    z-index: 1500 !important;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(30,30,30,0.8);
    color: #62E5FF;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    cursor: pointer;
}

.cookie-animate{
    position:relative;
    animation:animatebottom 0.8s
}
@keyframes animatebottom{
    from{
        bottom:-300px;opacity:0
    }
    to{
        bottom:0;opacity:1
    }
}

#accept_cookie_btn{
    margin-left: 10px;
}

.slide{
    position: absolute;
    width: 100%;
    margin: 0 auto;
    opacity: 0;
    z-index: 1;

    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}
.showing{
    opacity: 1;
    z-index: 2;
}


.ticker-wrap {
    width: 100%;
    overflow: hidden;
    /*background-color: #000;*/
    border-bottom: 1px solid #222;
}

.ticker {
    display: inline-block;
    white-space: nowrap;
    padding-left: 100%;
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    animation: ticker-scroll 45s linear infinite;
    font-weight: 500;
}

/* Jobbról balra mozgás */
@keyframes ticker-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* Teljes képernyős, interakciót blokkoló háttér */
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.65);
    z-index: 9999;

    display: flex;
    align-items: center;
    justify-content: center;

    backdrop-filter: blur(3px);
    /* minden kattintást elkap */
    pointer-events: all;
}

/* Modal doboz */
.under_construction_modal {
    background: #fff;
    padding: 32px 48px;
    border-radius: 6px;
    min-width: 320px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.35);
}