.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

nav .logo {
    cursor: pointer;
    height: 35px;
}

nav {
    background: #083d55;
    height: 70px;
}

a.nav-link {
    font-size: 15px;
    font-weight: bold;
    color: white;
}

a.nav-link.active {
    color: #2aa7d6;
}

a.nav-link:hover {
    color: #2aa7d6;
}

a.nav-link:focus {
    color: white;
}

nav .btn.custom {
    background-color: #33c1f6;
    border-radius: 10px;
    font-size: 14px;
    color: white;
    width: 115px;
}

.navbar-nav {
    width: 95%;
}

nav .dropdown-item.active {
    background-color: #33c1f6 !important;
}

nav .dropdown-menu[data-bs-popper] {
    margin-top: 12px !important;
}

nav .dropdown-menu {
    border-radius: 0px !important;
}

nav .lang-logo {
    height: 21px;
}

nav .navbar-toggler-icon {
    filter: hue-rotate(180deg) brightness(0.5) !important;
}

nav .hamburger-icon {
    width: 21px;
    -webkit-mask: url(/images/hamburger.svg) no-repeat center;
    mask: url(/images/hamburger.svg) no-repeat center;
    height: 21px;
    background-color: #33c1f6;
}

nav .dropdown-item:focus,
.dropdown-item:hover {
    color: #1e2125;
    background-color: #e9ecef;
}

.main-content {
    flex: 1 1 0;
}

body {
    position: relative;
    min-height: 100vh;
    margin: 0px;
}

footer {
    height: 620px;
}

footer .left-spacer {
    width: 25px;
}

footer .right-spacer {
    width: 25px;
    background: #083d55;
}

footer nav {
    height: 355px;
    border-top-left-radius: 190px;
    flex-wrap: wrap !important;
    align-content: baseline;
    padding-top: 143px !important;
}

footer .light {
    margin: 0px 232px;
    background-color: #33c1f6;
    z-index: 1;
    position: absolute;
    bottom: 260px;
    width: -webkit-fill-available;
    width: -moz-available;
    border-radius: 40px;
    padding: 40px 40px 40px 100px;
    color: white;
}

footer .light h1 {
    font-weight: bold;
    margin-bottom: 75px;
}

footer .dark {
    position: absolute;
    bottom: 0;
    width: 100%;
}

footer .map {
    height: 200px;
    width: 200px;
    border-radius: 25px;
    margin-left: 110px;
}

footer .light .spacer {
    height: 35px;
    background-color: white;
    width: 1px;
    padding: 0px;
}

footer .light .text {
    width: fit-content;
    font-size: 13px;
}

footer .social {
    position: absolute;
    bottom: 50px;
    z-index: 2;
    width: 100%;
}

footer .webinit {
    position: absolute;
    bottom: 9px;
    z-index: 2;
    width: 100%;
    color: white;
}

footer .webinit a {
    color: #33c1f6;
}

footer .social-icon-container {
    background: #33c1f6;
    border-radius: 5px;
    padding: 5px;
    cursor: pointer;
}

li {
    list-style-type: none;
}

.szechenyi-footer-left {
    position: absolute;
    width: 300px;
    bottom: 47px;
    left: 16%;
    max-width: 95%;
}

.szechenyi-footer-right {
    position: fixed;
    height: 200px;
    bottom: 0px;
    right: 0px;
    z-index: 2;
    max-width: 100%;
}

@media (max-width:1450px) {
    .szechenyi-footer-left {
        left: 12%;
    }
}

@media (max-width:1399px) {
    footer .map {
        margin-left: 30px;
    }

    footer .light {
        padding: 25px;
        margin: 0px 217px;
    }

    .szechenyi-footer-left {
        left: 6%;
    }
}

@media (max-width:1199px) {
    .navbar-nav {
        width: 96%;
    }

    footer nav {
        border-top-left-radius: 140px;
    }

    footer .light {
        margin: 0px 113px;
    }
}

@media (max-width:1199px) {
    .szechenyi-footer-left {
        left: 4%;
    }
}

@media (max-width:991px) {
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #083d55;
    }

    nav {
        height: 50px;
    }

    footer {
        height: 885px;
    }

    footer .light h1 {
        margin-bottom: 30px;
    }

    footer .map {
        width: 100%;
        margin-left: 0px;
        margin-top: 30px;
    }

    .navbar-collapse {
        padding-left: 20px;
    }

    footer .btn.custom {
        margin-right: 16px;
    }

    .navbar {
        align-content: baseline;
    }

    .szechenyi-footer-left {
        position: unset;
        margin-bottom: 15px;
    }

    footer nav {
        height: 485px;
    }

    footer .light {
        bottom: 390px;
    }
}

@media (max-width:767px) {
    footer .left-spacer {
        width: 12px;
    }

    footer .right-spacer {
        width: 12px;
    }

    footer nav {
        border-top-left-radius: 60px;
    }

    footer .light {
        margin: 0px 46px;
        padding: 17px;
    }

    nav .logo {
        height: 25px;
    }

    .navbar .btn.custom {
        padding-top: 1px;
        padding-bottom: 1px;
    }

    footer .btn.custom {
        margin-top: 6px;
    }
}

@media (max-width:610px) {
    footer .light {
        margin: 0px 28px;
    }
}

@media (max-width:575px) {
    footer {
        height: 900px;
    }

    footer .light .text {
        width: 135px;
    }

    footer .light {
        margin: 0px 46px;
    }

    nav .logo {
        margin-left: 12px;
    }
}

@media (max-width:390px) {
    footer .left-spacer {
        width: 0px;
    }

    footer .right-spacer {
        width: 0px;
    }

    footer nav {
        border-top-left-radius: 0px;
    }

    footer .light {
        margin: 0px 10px;
    }
}

@media (max-width:318px) {
    footer .light {
        margin: 0px 0px;
    }
}