#long-description {
    scroll-margin-top: 120px;
}

.header__logo .logo a{
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
    text-align: left;
    max-width: 250px;
}
.header__logo .logo span
{
    display: inline-block;
    word-break: break-word;
    font-size: 18px;
    line-height: 1.2;
    padding: 0px 10px;
    font-weight: 900;
    margin-top: 10px;
}
.breadcrumb-area
{
    padding-top: 90px;
    padding-bottom: 90px;
}
.breadcrumb-area--bg-two
{
    padding-top: 115px;
    padding-bottom: 115px;
}
.contact-form__one .contact-input .contact-inner textarea {
    border-radius: 25px;
    border: 1px solid #ddd;
    padding: 10px 20px;
    width: 100%;
    font-style: italic;
}
.contact-form__one .contact-input {
    margin-bottom: 20px;
}
.navigation-menu>ul>li>a {
    font-weight: bold;
    font-size: 15px;
}
#project_page .single-donation-wrap {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid #3c80af;
}
#project_page .col-lg-12:first-of-type .single-donation-wrap
{
    border-top: 0px solid #3c80af;
}
.has-children > a .submenu-indicator {
    display: inline-block;
    margin-left: 6px;
    margin-bottom: 2px;
    transition: transform 0.3s ease;
    border: solid #333;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(45deg);
}
/*
.has-children:hover > a .submenu-indicator {
    transform: rotate(-135deg);
}
*/
#breadcrumb_404
{
    padding-top: 70px;
    padding-bottom: 70px;
}
.header__logo
{
    padding: 5px 0;
}
.header__logo .logo img
{
    width: 65px;
}
.salat-content .single-salat-time {
    position: relative;
    width: 100px;
    text-align: center;
}
.header-sticky.is-sticky
{
    background: #A7C7E7;
}
.header-area {
    background: #A7C7E7;
}
#opening_hours_box
{
    margin-top: 30px;
    border-top: 2px solid #3c80af;
    padding-top: 30px;
}
#opening_hours_box .contact-icon svg
{
    width: 50px;
    margin-bottom: 10px;
    color: #3c80af;
    fill: #3c80af;
}
#opening_hours_box .contact-icon
{
    padding: 0px 25px;
}
#opening_hours_box .opening_hours_description
{
    text-align: center;
}
#opening_hours_box .opening_hours_description p
{
    margin: 0px;
}
.pagination_box
{
    text-align: center;
    padding:50px 0px;
}
.pagination_box .a_page
{
    background-color: white;
    width: 50px;
    height: 50px;
    display: inline-block;
    font-size: 20px;
    padding: 10px 0px;
    font-weight: bold;
    cursor: pointer;
    border: 2px solid #3c80af;
    border-radius: 4px;
    line-height: 25px;
}
.pagination_box .a_page.active
{
    background-color: #3c80af;
    color: white;
    border: 2px solid #04002a;
}
.flaticon-right-arrow:before {
    content: "\f10b";
    transform: rotate(90deg);
    content: "\f10b";
    display: block;
    transform: rotate(-90deg);
}
#news_wrapper #back_page
{
    float: right;
    border-radius: 25px;
    height: 40px;
    padding: 0 45px;
    line-height: 2.2;
    border: 2px solid #3c80af;
}
#news_wrapper #back_page:hover
{
    background-color: #3c80af;
    color: white;
}
.header-right .navigation-menu>ul>li
{
    margin: 0 7px;
}
.header-right .navigation-menu .has-children > a .submenu-indicator
{
    display: inline-block;
    margin-left: 4px;
}
.map-responsive {
    position: relative;
    width: 100%;
    /* 16:9 arány (9/16 = 56.25%) */
    padding-top: 56.25%;
    overflow: hidden;
    border-radius: 8px; /* opcionális */
}
.map-responsive iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media (min-width: 1052px) and (max-width: 1199px) {
    .container {
        max-width: 1160px;
    }
}

@media (min-width: 1200px) {
    .container {
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px;
        max-width: 1400px;
    }
}

@media (max-width: 991px) {
    .header__logo .logo .logo_text
    {
        display: none;
    }
    .header__logo .logo img {
        width: 45px;
    }
    #mobile-menu-overlay .logo img
    {
        width: 50px;
    }
    #mobile-menu-overlay .mobile-menu-overlay__header
    {
        padding: 5px 0px;
    }
    #miv_section img
    {
        width: 100%;
    }
    #contact #googleMap-1 iframe
    {
        width: 100%;
        height: -webkit-fill-available;
        height: -moz-available;
        height: inherit;
    }
}
@media (max-width: 524px) {
    .muslim-salte-time .single-salat-time:nth-child(3)
    {
        display: none;
    }
}
@media (max-width: 424px) {
    .muslim-salte-time .single-salat-time:nth-child(4)
    {
        display: none;
    }
}