* {
    font-family: Rubik;
}

body {
    background-color: #FAFAFA;
}

.hidden {
    display: none!important;
}

.bg-lightgray {
    background-color: #e6e6e6;
}

.border-yellow, .border-yellow:focus {
    border-width: 2px!important;
    border-color: #F8B017!important;
}

.pale-yellow {
    color: #FCC45F;
}

.border-yellow:focus {
    box-shadow: none;
}

.hover-effect-off:hover {
    background-color: transparent;
}

#navbar-top .nav-link {
    color: #000000;
}

#navbar-top .nav-link:hover {
    color: #F8B017;
}

#navbar-top, #navbar-felvi  {
    font-weight: bold;
}

header {
    background-color: #FFFFFF;
}

.fb-link {
    background-color: rgb(0, 132, 255);
    margin: 0.5rem!important;
    padding: 0!important;
    width: 21px;
    border-radius: 2px;
}

.fb-icon {
    background-color: rgb(0, 132, 255);
    color: #ffffff;
    border-radius: 2px;
    display: inline-block;
    width: 21px;
    height: 21px;
    text-align: center;
    font-size: 16px;
}

.oh-logo {
    display: inline-block;
    background-image: url("../image/OH_logo_allo_420.png");
    background-position-y: -3px;
    background-size: 25%;
    background-repeat: no-repeat;
    padding-left: 40px;
    text-transform: uppercase;
    font-size: 12px;
}

#navbar-felvi {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#navbar-felvi li {
    margin: 0 15px 0 0;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
}

#navbar-felvi > li:last-child {
    margin: 0;
    padding-right: 0;
    flex-grow: 2;
    justify-content: right;
}

#navbar-felvi .menu-item {
    position: relative;
}

#navbar-felvi .menu-item a {
    color: #535353;
    text-decoration: none;
}

#navbar-felvi .menu-item:hover a, #navbar-felvi .menu-item.active a{
    color: #A56403;
}

#navbar-felvi .menu-item:hover:after, #navbar-felvi .menu-item.active:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -7px;
    width: 100%;
    height: 7px;
    background-color: #A56403;
    z-index: 1;
}

#ponthatarok {
    border-top: 7px solid #E6E6E6;
    position: relative;
    height: 170px;
    display:flex;
    align-items:center;
    background-color: #616161;
    background-image: url('../image/main-bg.png');
    background-repeat: no-repeat;
    background-position: right top;
    background-size: auto 100%;
}

#ponthatarok h1 a {
    font-weight: bold;
    color: white;
    text-decoration: none;
}

.card-new {
    border: none;
}
.card-new .card-img-top{
    border-radius: 7px;
}
.card-new h1 {
    font-weight: bold;
    font-size: 1.25rem;
}
.card-new h2 {
    font-weight: bold;
    font-size: 1.25rem;
}

.card-new .date {
    font-size: 13px;
    color: #4F4F4F;
   font-weight: bold;

    text-align: left;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
}

a.felvi-link {
    color: #A06103;
    text-decoration: none;
}

a.felvi-link:hover {
    text-decoration: underline;
}

a.felvi-link:active, a.felvi-link:hover {
    color: #F8B017!important;
}

a.felvi-link:visited {
    color: #775F3C;
}

.card-new .card-text {
    color: #4F4F4F;
}
.section-line {
    color: #E2E2E2;
    height: 1px;
}

.ad {
    background-color: #E6E6E6;
    color: #2E2E2E;
    font-size: 12px;
    font-family: Rubik;
    text-align: center;
    position: relative;
    margin-bottom: 80px;
}
.ad-close {
    color: #2E2E2E;
    text-decoration: none;
    position: absolute;
    bottom: 0;
}

.ad-vertical {
    width: 100%;
    height: 130px;
}

form[name="hirlevel"] legend {
    font-size: 13px;
    font-family: Rubik;
    text-transform: uppercase;
    font-weight: bold;
}

form[name="hirlevel"] .form-check-input {
    margin-bottom: -5px;
}

form[name="hirlevel"] input, form[name="hirlevel"] select {
    border: 1px solid #707070;
    background-color: #ffffff;
    border-radius: 3px;
    color: #000000;
    font-size: 12px;
}
form[name="hirlevel"] input::placeholder {
    color: #000000;
}

form[name="hirlevel"] label[for="adatkezeles"] {
    font-size: 12px;
}
form[name="hirlevel"] label[for="adatkezeles"] a {
    color: #3D0FD9;
}

.btn-hirlevel {
    background-color: #F8B017;
    border: 2px solid #F8B017;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 3px;

    font-size: 12px;
    text-align: center;
    font-weight: bold;
    font-family: Rubik;
    padding-left: 25px;
    padding-right: 25px;
}

.card-hirlevelfrm {
    background-color: #F3F3F3;
}


.card-shadow {
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
    min-width: 308px;
    min-height: 183px;
    border-radius: 11px;
}
@media screen and (max-width: 450px) {
    .card-container {
        margin-left: 0!important;
        width: 100%;
        padding: 12px;
    }

    footer .col-4, footer .col-8 {
        width: 100%;
        text-align: center;
    }

    #footer-logo {
        margin-bottom: 2em;
    }

    footer .nav {
        display: block;
        padding-left: 5em;
        padding-right: 5em;
    }

    footer .nav-item a {
        font-size: 18px;
        line-height: 3em;
        border-top: 1px solid #707070;
    }
}
@media screen and (max-width: 310px) {
    footer .nav {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 767px) {
    #navbar-felvi {
        flex-wrap: wrap-reverse;
    }

    #navbar-felvi > li:last-child {
        justify-content: center;
    }
}


.card-shadow a.navlink {
    font-family: Rubik;
    text-transform: uppercase;
    font-weight: bold;
    color: #000000;
    font-size: 13px;
    text-decoration: none;
}

.card-diakhitel {
    background-color: #ffffff;
    background-image: url("../image/diakhitel_logo.png");
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
}

.card-diplomantul {
    background-color: #A3D14C;
    background-image: url("../image/diplomantul-inscreen.png");
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
}

.card-belepes {
    background-color: #6D6C71;
    background-image: url("../icon/svg/belepes.svg");
    background-size: 25%;
    background-repeat: no-repeat;
    background-position: center 30%;
}

footer .nav-link {
    color: #000000;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0px;
    text-transform: uppercase;
    opacity: 1;
}
#bottom-line {
    height: 10px;
    background: #FCB040;
    opacity: 1;
    margin-top: 5px!important;
    margin-bottom: 0!important;
    padding-bottom: 0!important;
}

#szolgaltatasok .card {
    text-align: center;
    height: 150px;
    margin: 5px 0;
    box-shadow: 0px 3px 6px #00000029;
}

#tovabbi-szolgaltatasok {
    color: #A06103;
    text-decoration: none;
}

#tovabbi-szolgaltatasok:hover {
    text-decoration: underline;
}

#navbar-felvi button:active, #navbar-felvi button:focus {
    box-shadow: none;
}

#login-modal .modal-footer li:first-child {
    border-right: 1px solid #DEE2E6;
}

#tovabbi-szolgaltatasok img {
    margin: -5px 0 0 5px;
}

#tovabbi-szolgaltatasok-modal ul {
    color: #A06103;
    list-style-type: none;
}

#tovabbi-szolgaltatasok-modal ul {
    padding-left: 20px;
}

#tovabbi-szolgaltatasok-modal ul li {
    margin: 20px 0;
}

#szolgaltatasok .card-body img {
    margin-top: 15px;
    height: 50px;
}

#szolgaltatasok .card-footer {
    background-color: transparent;
    margin-top: -15px;
    height: 75px;
    border-color: transparent;
}

#oh-header {
    margin-bottom: 30px;
}

main section h2 {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    letter-spacing: 0px;
    color: #000000;
}

main section h1 {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
}


#e-felveteli {
    background-color: #FCB040;
}

#e-felveteli a {
    color: #000000;
}

#e-felveteli a:hover, #e-felveteli a:active {
    color: #000000!important;
    text-decoration: underline!important;
}

#aktualis .card, #hallgatoknak .card {
    position: relative;
    height: 400px;
    overflow-y: hidden;
    margin-bottom: 30px;
}

#aktualis .card::after, #hallgatoknak .card::after, #ponthatarok::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 25%;
    bottom: 0px;
    background: linear-gradient(transparent, #FAFAFA);
}

.btn-yellow {
    background-color: #FCB040;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
    box-shadow: 0px 3px 6px #00000029;
}

.btn-yellow:hover, .btn-yellow:active, .btn-yellow:focus {
    background-color: #FCC45F!important;
    color: #000000;
    border-color: #FCC45F;
    box-shadow: 0px 3px 6px #00000029;
}

@media screen and (max-width: 1100px) {
    #ponthatarok {
        background-position: left 350px top;
    }
}

@media screen and (max-width: 991px) {
    #tovabbi-szolgaltatasok-modal ul:nth-child(2n+0) {
        border-left: 1px solid #DEE2E6;
    }
}

@media screen and (min-width: 992px) {
    #tovabbi-szolgaltatasok-modal ul:not(:first-child) {
        border-left: 1px solid #DEE2E6;
    }
}

#search {
    position: relative;
}

#search input {
    padding-left: 38px;
}

#search input[name="search"]:focus {
  outline: none;
  box-shadow: none;
}

#search::after {
    color: black;
    position: absolute;
    content: "";
    display: inline;
    top: 11px;
    left: 11px;
    width: 16px;
    height: 16px;
    background-image: url("../icon/svg/search.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#logoutButton {
    position: relative;
    width: 40px;
}

#logoutButton:hover i {
    background-image: url("../icon/svg/box-arrow-right-white.svg");
}

#logoutButton i {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("../icon/svg/box-arrow-right.svg");
    background-size: 50%;
    background-position: center center;
    background-repeat: no-repeat;
}

#loggedInUserButton {
    display: inline-flex;
    position: relative;
    padding-right: 30px!important;
}

#loggedInUserButton span {
    margin: 0;
    padding: 0;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 100px;
    max-width: 200px;
}

#loggedInUserButton.withDropDown::after {
    position: absolute;
    content: "";
    display: inline;
    top: 11px;
    right: 8px;
    width: 15px;
    height: 15px;
    background-image: url("../icon/svg/dropdown-arrow.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#loggedInUserButton.withDropDown.show::after {
    transform: rotate(180deg);
}

#loggedInUserButton.withDropDown:hover::after {
    background-image: url("../icon/svg/dropdown-arrow-white.svg");
}

.skiplink {
    position: relative
}

.skiplink a {
    position: absolute;
    top: -5em;
    left: 40%;
    left: -webkit-calc(50% - 7em);
    left: calc(50% - 7em);
    width: 14em;
    text-align: center;
    display: block;
    background-color: #fcb040;
    color: #fff;
    padding: 1em 0;
    z-index: 4;
    text-decoration: none;
    -webkit-transition: top .3s ease-out;
    -moz-transition: top .3s ease-out;
    -ms-transition: top .3s ease-out;
    -o-transition: top .3s ease-out;
    transition: top .3s ease-out
}

.skiplink a:focus,.skiplink a:hover {
    top: 0;
    outline: none
}

@media all and (max-width: 23em) {
    .skiplink a {
        left:0;
        width: 100%
    }
}

.transform-none{
    text-transform:none !important;
}