@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,700,300italic&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Oswald:700,300&subset=latin,latin-ext);
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.2/font/bootstrap-icons.css");

html, body {
    width: 100%;
    height: 100%;
    padding: 0 !important
}

body {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #292929;
    font-size: 16px
}

h1, h2, h3 {
    text-transform: uppercase
}

a {
    color: #E74639;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s
}

ul {
    margin-bottom: 30px
}

.navbar-default.navbar-fixed-top {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: white;
    min-height: 70px;
    background-color: #951327;
    border: 0;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s
}

.navbar-default.navbar-fixed-top .navbar-header .navbar-brand {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: white;
    height: 70px;
    display: flex;
    gap: 1rem;
}


.navbar-default.navbar-fixed-top .navbar-header .navbar-brand img:nth-child(1) {
    height: 40px;
}
@media screen and (max-width: 360px){
    .navbar-default.navbar-fixed-top .navbar-header .navbar-brand img:nth-child(1){
        display: none;
    }
}
.navbar-default.navbar-fixed-top .navbar-header .navbar-brand img.text-logo {
    height: 25px;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 5px;
}

.navbar-default.navbar-fixed-top .navbar-header-title {
    display: none
}

.navbar-default.navbar-fixed-top .navbar-nav {
    margin-top: 0
}

.navbar-default.navbar-fixed-top .navbar-toggle {
    margin-top: 18px
}

.navbar-default.navbar-fixed-top .navbar-collapse {
    border: 0;
    max-height: none
}

.navbar-default.navbar-fixed-top .nav > li {
    padding-top: 10px;
    padding-bottom: 10px
}

.navbar-default.navbar-fixed-top .nav > li:hover {
    background: #c13b46;

}
/* .navbar-default.navbar-fixed-top .nav > li:hover a,
.navbar-default.navbar-fixed-top .nav > li:hover a:hover   {
    color: black;
} */

.navbar-default.navbar-fixed-top .nav > li:active {
    background: #c13b46
}

.navbar-default.navbar-fixed-top .nav > li > a, .navbar-default.navbar-fixed-top .nav > li.dropdown.open > a, .navbar-default.navbar-fixed-top .nav > li > a:focus, .navbar-default.navbar-fixed-top .nav > li > a:hover {
    text-transform: uppercase;
    font-size: 16px;
    color: white;
    margin: 0 5px
}

.navbar-default.navbar-fixed-top .nav > li > a .glyphicon, .navbar-default.navbar-fixed-top .nav > li.dropdown.open > a .glyphicon, .navbar-default.navbar-fixed-top .nav > li > a:focus .glyphicon, .navbar-default.navbar-fixed-top .nav > li > a:hover .glyphicon {
    font-size: 12px;
    top: 0;
    left: 8px
}

.navbar-default.navbar-fixed-top .nav > li > a, .navbar-default.navbar-fixed-top .nav > li.dropdown.open > a, .navbar-default.navbar-fixed-top .nav > li > a:focus {
    background: transparent
}

.navbar-default.navbar-fixed-top .nav > li.dropdown.open {
    background: #600909
}

.navbar-default.navbar-fixed-top .nav .dropdown-menu {
    margin: 0;
    border: 0;
    border-radius: 0;
    padding: 0;
    left: 0;
    right: auto;
    min-width: 100%;
    background: #073849
}

.navbar-default.navbar-fixed-top .nav .dropdown-menu li > a {
    height: 35px;
    background: #951327;
    color: white;
    padding-top: 8px;
    font-size: 16px;
    text-transform: uppercase
}

.navbar-default.navbar-fixed-top .nav .dropdown-menu li > a:hover {
    background: #5984A3
}

.navbar-default.navbar-fixed-top .login {
    position: absolute;
    right: 0;
    top: 70px;
    height: 46px;
    -moz-transition: right ease-in-out .5s;
    -o-transition: right ease-in-out .5s;
    -webkit-transition: right ease-in-out .5s;
    transition: right ease-in-out .5s
}

.navbar-default.navbar-fixed-top .login.closed {
    right: -250px
}

.navbar-default.navbar-fixed-top .login .primary {
    font-size: 16px;
    text-decoration: underline;
    position: relative
}

.navbar-default.navbar-fixed-top .login .primary .glyphicon {
    font-size: .8em;
    top: 0
}

.navbar-default.navbar-fixed-top .login .primary:after {
    -moz-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    right: 100%;
    top: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #E74639;
    border-width: 45px;
    border-top: 0
}

.navbar-default.navbar-fixed-top .login .primary:hover:after {
    border-right-color: #F23636
}

.navbar-default.navbar-fixed-top .login .primary:active:after {
    border-right-color: #C63232
}
.navbar .magazin-menu{
    background: #618ba8 !important;
    box-sizing: border-box;
    box-shadow: 0 4px 12px #094A6022;
}
.navbar .magazin-menu:hover{

    background-color: #6f92b3 !important;
}


.index-fullscreen{
    height: 100vh;
    display: grid;
    grid-template-rows:auto min-content
}
header {
    position: relative;
    width: 100%;
    text-align: center;
    color: white;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
}
header.main img{
   /* width: min(90%, 280px);*/
    margin: 50vh 0 0vh 0;
}

header.main {
    /*min-height: 600px*/
    height: 100%;
}

header.application .header-content {
    padding: 170px 15px 110px 15px
}

header.application .megfeleles-header {
    padding: 210px 15px 30px 15px
}

header.general-content .header-content {
    padding: 170px 15px 110px 15px
}

header .header-content {
    width: 100%;
    padding: 0 15px;
    text-align: center
}

@media (max-height: 767px) {
    header .header-content {
        padding: 130px 15px
    }
}

header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 200;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 48px;
}

header .header-content .header-content-inner h2 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    width: fit-content;
    background: #3D6F90;
    padding: 1rem;
    margin-inline: auto;
}

header .header-content .header-content-inner button {
    margin-bottom: 90px
}

@media (max-height: 767px) {
    header .header-content .header-content-inner button {
        margin-bottom: 45px
    }
}

header .scroll-down {
    position: absolute;
    width: 100%;
    bottom: -45px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase
}

header .scroll-down .btn {
    margin-top: 25px;
    height: 90px;
    width: 90px;
    border: 1px solid #fafafa;
    background: #fafafa;
    border-radius: 100% !important;
    line-height: 90px;
    padding: 0;
    letter-spacing: normal;
    color: #B9B9B9;
    font-size: 30px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

header .scroll-down .btn:hover {
    background: #E74639;
    border-color: #E74639;
    color: white
}

header .scroll-down .btn:active {
    background: #C63232;
    border-color: #C63232;
    color: white
}

#content {
    max-width: 70vw;
    margin: auto;
}

.primary {
    display: inline-block;
    color: white;
    background: #E74639;
    border: 0;
    border-radius: 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 24px;
    text-transform: uppercase;
    padding: 12px 50px;
    margin: 0
}

.primary:hover {
    background: #F23636;
    color: white;
    cursor: pointer;
    text-decoration: none
}

.primary:active {
    background: #C63232;
    color: white
}

.primary:focus {
    color: white
}

.when-busy, .when-success {
    display: none
}

.busy .when-busy {
    display: inline-block
}

.busy .content {
    display: none
}

.success.primary {
    background: #127c79
}

.success .when-success {
    display: inline-block
}

.success .content {
    display: none
}

.glyphicon-ok-animate {
    -moz-animation: spin2 .7s ease 1 normal;
    -o-animation: spin2 .7s ease 1 normal;
    -webkit-animation: spin2 .7s ease 1 normal;
    animation: spin2 .7s ease 1 normal
}

.glyphicon-refresh-animate {
    -webkit-animation: spin2 .7s infinite linear;
    -moz-animation: spin2 .7s infinite linear;
    -o-animation: spin2 .7s infinite linear;
    animation: spin2 .7s infinite linear
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin2 {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.form-container {
    min-height: calc(100vh - 293px - 72px);
}

.admin-login-form {
    display: flex;
    flex-direction: column;
    max-width: 50%;
    margin: auto;
}

.admin-login-form input[type="submit"] {
    margin-top: 1rem;
}

.error {
    color: red;
    font-weight: 600;
}

.logout-btn {
    margin: 2rem 0;
}
.logout-btn a:hover {
    text-decoration: none;
    color: #E74639;
}

section#content {
    min-height: calc(100vh - 293px - 72px);
}

section {
    margin-top: 70px
}

section.shade {
    background: #F7F7F7
}

section h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #292929;
}

section h3 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 24px;
    color: #B9B9B9
}

section h4 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #292929;
    text-align: center;
    text-transform: uppercase
}

.contact-map {
    width: 100%;
    background: url('../images/contact_map.png') no-repeat center center;
    background-size: cover
}

.mod-row-no-margin {
    margin-left: 0;
    margin-right: 0
}

footer {
    min-height: 70px;
    background: #4f4d51;
    color: white;
    padding: 16px 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 14px
}

footer a, a:focus {
    color: white;
}

footer a:hover {
    cursor: pointer;
    color: #F23636
}

footer a:active {
    color: #C63232
}

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

.footer-row p {
    margin-bottom: 0;
}

.circles-container {
    display: table;
    margin: 0 auto
}

.circle {
    position: relative;
    display: inline-block;
    margin: 10px;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #292929;
    text-transform: uppercase
}

.circle .circle-content {
    position: absolute;
    max-width: 210px;
    width: 210px;
    height: 70px;
    top: 70px;
    font-size: 18px
}

.circle .circle-content.circle-link:hover {
    color: #F23636;
    font-size: 20px
}

.circle .circle-inner {
    fill: transparent;
    stroke: #E0DEDF;
    stroke-width: 3
}

.circle .circle-outer {
    fill: transparent;
    stroke: #EFEFEF;
    stroke-width: 13;
    stroke-dasharray: 100 510;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.circle:hover .circle-outer {
    stroke: #E74639
}

#modules h3 {
    margin-bottom: 50px
}

#modules h4 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 32px;
    color: #292929;
    margin-top: 50px;
    margin-bottom: 35px;
    text-transform: none;
    text-align: left
}

.tabControl {
    width: 95%;
    text-align: justify;
    border: 1px solid #B9B9B9;
    padding: 4px 10px;
    height: 40px
}

.tabControl:after {
    display: inline-block;
    width: 100%;
    content: ''
}

.article-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 32px;
}

.cegunkrol-article .article img {
    width: 100%;
    max-width: 60rem;
}

.cegunkrol-articles .p-title {
    text-transform: uppercase;
    padding-bottom: 1rem;
}

.officials {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10%;
    padding: 0 1rem;
}
.officials img {
    width: 100%;
    min-width: 12rem;
    border: 0 solid #b1d9f1;
    border-radius: 50%;
}

.official p {
    padding-top: 1rem;
    text-align: center;
}

.diagram {
    width: 90%;
    padding-bottom: 15px;
}

.cover-img {
    max-width: 100%;
    width: 100%;
    height: 15rem;
    object-fit: cover;
    padding-bottom: 1.5rem;
}

.article ul {
    padding-left: 2rem;
}

.top-title {
    padding-bottom: 3rem;
}

.top-title p {
    font-size: 2rem;
}

.downloads-title {
    padding-top: 16px;
}

.p-title {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}
.p-title-smaller {
    font-weight: 600;
    font-size: 14px;
}
.download-list {
    list-style-type: none;
    padding-left: 0 !important;
}

.download-list i {
    background: #3D6F90;
    color: white;
    padding: 0.7rem 1.1rem;
    border-radius: 50%;
    margin-right: 1rem;
    font-size: 16px;
}

.download-list a, .document a {
    color: black;
}

.download-list li {
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 18px;
}

.masonry-item {
    margin-top: -15rem;
}

.document {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 1rem;
    padding-top: 2rem;
}

.document .application-link {
    padding-top: .3rem;
}

.document i {
    background: #E74639;
    color: white;
    padding: 0.3rem 1.1rem;
    border-radius: 50%;
    font-size: 24px;
}

#documents {
    margin: -20rem 0 0 0;
    padding-bottom: 5rem;
}

.documents-main-title {
    padding-bottom: 2rem;
}

.documents-main-title h2 {
    margin-top: 0;
}

.document-data .title {
    font-size: 20px;
    font-weight: 600;
}

@media (max-width: 1300px) {
    #content {
        max-width: 85vw;
    }
}

@media (max-width: 992px) {
    .article-grid {
        grid-template-columns: 1fr;
    }
    .documents-container {
        grid-row-start: 5;
    }
    #documents {
        margin: 0;
    }
    .masonry-item {
        margin: 0;
    }
}

@media (max-width: 576px) {
    .documents-grid {
        grid-template-columns: 1fr;
    }
    .article-top {
        grid-template-columns: 0.3fr 1fr;
    }
    #content {
        max-width: 90vw;
    }
    .article p {
        font-size: 14px;
    }
    .p-title {
        font-size: 16px !important;
    }
    .officials {
        grid-template-columns: 1fr;
        grid-gap: 0;
    }
    .official {
        display: grid;
        justify-items: center;
    }
    .officials img {
        width: 50%;
        min-width: 50%;
    }
}

.tabControl li {
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 22px;
    text-transform: uppercase
}

.tabControl li:hover {
    cursor: pointer
}

.tabControl li a {
    color: #797997
}

.tabControl li a:hover {
    text-decoration: none
}

.tabControl li.selected {
    border-bottom: 4px solid #E74639
}

.tabControl li.selected a {
    color: #E74639
}

@media (max-width: 767px) {
    .tabControl {
        height: 50px
    }

    .tabControl li {
        display: none;
        position: relative
    }

    .tabControl li.selected {
        display: block;
        border-bottom: 0
    }

    .tabControl li.selected:after {
        content: "\e258";
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        position: absolute;
        top: 8px
    }

    .tabControl li a {
        display: inline-block;
        width: 85%;
        margin-top: 3px
    }

    .tabControl.opened {
        height: auto
    }

    .tabControl.opened li {
        display: block
    }
}

.tabContent {
    width: 95%;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #292929
}

.references-container {
    width: 95%;
    text-align: justify;
    margin-top: 30px
}

.references-container:after {
    display: inline-block;
    width: 100%;
    content: ''
}

.references-container .reference {
    display: inline-block;
    position: relative;
    width: 30%;
    height: 145px;
    padding: 25px;
    background: white
}

.references-container .reference .reference-logo {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center
}

.references-container .reference .reference-text {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    background-color: rgba(231, 70, 50, 0.95);
    opacity: 0;
    -moz-transition: all ease-in .5s;
    -o-transition: all ease-in .5s;
    -webkit-transition: all ease-in .5s;
    transition: all ease-in .5s;
    padding: 15px
}

.references-container .reference .reference-text p {
    margin: 0
}

.references-container .reference .reference-text .title {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 26px
}

.references-container .reference .reference-text .description {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 200;
    font-size: 16px
}

.references-container .reference .reference-text .year {
    position: absolute;
    bottom: 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 200;
    font-size: 22px
}

.references-container .reference .reference-text .glyphicon {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 22px
}

.references-container .reference:hover .reference-text {
    opacity: 1
}

#documents h3 {
    margin-bottom: 50px
}

.doc-row {
    padding: 20px;
    border: 2px solid #F7F7F7;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.doc-row .doc-icon {
    width: 120px;
    height: 120px;
    background-size: 37px;
    background-position: center center;
    background-color: #F7F7F7;
    background-image: url(web_dok.svg);
    background-repeat: no-repeat;
    border-radius: 100% !important
}

.doc-row .doc-icon .icon-container {
    position: absolute;
    top: 80px;
    right: 0;
    width: 40px;
    height: 40px;
    border-radius: 100% !important;
    background-color: #E74639;
    color: white;
    text-align: center;
    font-size: 18px
}

.doc-row .doc-icon .glyphicon {
    margin-top: 10px
}

.doc-row p {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 200;
    font-size: 16px;
    color: #292929
}

.doc-row .title {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 22px;
    color: #797997;
    text-transform: uppercase
}

.application-link {
    display: block
}

.application-link:hover .icon-container {
    background-color: #F23636
}

.application-link:hover .application-link-text {
    text-decoration: underline
}

.application-link:active .icon-container {
    background-color: #C63232
}

.application-link:active .application-link-text {
    text-decoration: underline
}

.szaktanacsadas-articles, .cegunkrol-articles {
    padding-top: 6rem;
}

#contact h3 {
    margin-bottom: 50px
}

#contact .map {
    min-height: 320px;
    overflow: hidden;
    position: relative
}

#contact .contact-form {
    background: rgba(67, 67, 67, 0.8);
    color: white;
    padding: 45px;
    font-size: 18px
}

#contact .contact-form .button-send-form {
    margin-top: 10px;
    margin-right: 0
}

#contact .contact-form .contact-form-inner {
    display: table;
    width: 100%
}

#contact .contact-form .form-row {
    display: table-row
}

#contact .contact-form label {
    display: table-cell;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    vertical-align: top;
    text-align: right;
    padding-right: 10px;
    padding-top: 14px;
    min-width: 120px
}

#contact .contact-form .form-spacer {
    display: table-cell
}

#contact .contact-form .form-info {
    display: table-cell;
    width: 100%;
    font-style: italic;
    padding-top: 10px
}

#contact .contact-form input, #contact .contact-form textarea {
    display: table-cell;
    width: 100%;
    background: transparent;
    margin-top: 5px;
    border: solid 2px;
    border-color: white;
    padding: 1px 5px
}

#contact .contact-form input {
    height: 45px
}

#contact .contact-form textarea {
    min-height: 140px
}

#contact .contact-form button {
    height: 50px;
    font-size: 20px;
    margin-right: 14px
}

.nobo-validation-element-base {
    font-size: 11px;
    background-color: #e84538;
    color: white;
    padding: 3px 5px
}

.nobo-validation-element {
    font-size: 11px;
    background-color: #e84538;
    color: white;
    padding: 3px 5px;
    display: none
}

.nobo-validation-element-file {
    font-size: 11px;
    background-color: #e84538;
    color: white;
    padding: 3px 5px;
    width: calc(100% + 24px);
    margin-left: -4px;
    margin-bottom: -2px
}

input[type=text], input[type=password], input[type=email], textarea, select {
    background-color: white;
    border: 1px solid #B9B9B9;
    border-radius: 0
}

input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, textarea:focus, select:focus {
    border-color: #66afe9 !important;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.nobo-invalid-element {
    border: 2px solid #e84538 !important
}

.nobo-invalid-element + .nobo-validation-element {
    display: block
}

#contact-email-validation-message {
    display: none
}

.attachment-info-wrapper {
    margin-left: 25px
}

.mod-cursor-pointer {
    cursor: pointer
}

.mod-appsubmit {
    margin-top: 20px
}

.mod-textarea-validation {
    margin-top: -6px
}

.data-protection-wrapper {
    padding-left: 20px
}

.recaptch-wrapper {
    margin-top: 10px
}

#passwordReset {
    min-height: 500px;
    margin-top: 90px
}

#passwordReset .input-group, #passwordReset .input-item {
    margin: 10px 0
}

.information-privacy-content {
    min-height: 500px
}

#application {
    margin-top: 75px
}

#application h3 {
    font-weight: 600;
    text-transform: none;
    font-size: 30px
}

#application label {
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 5px
}

#application label.dataProtection {
    text-transform: none
}

#application .input-group {
    width: 100%
}

#application input[type=text], #application input[type=email], #application select {
    width: 100%;
    height: 45px;
    font-size: 18px
}

#application textarea {
    width: 100%;
    font-size: 18px;
    padding: 5px;
    min-height: 45px;
    height: 45px
}

#application .form-left {
    border-right: 6px solid #F7F7F7
}

#application h3.form-left {
    margin: 0;
    width: 50%;
    padding: 20px 0
}

#application .doc-row {
    border: 0
}

#application .fileName {
    font-size: 16px;
    border: solid 1px;
    border-color: #B9B9B9;
    padding: 9px;
    min-height: 42px
}

#application .fileUpload {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 10px 0;
    font-size: 16px
}

#application .fileUpload.btn-default {
    border-radius: 0
}

#application .fileUpload input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    height: 100%
}

#application .fileUpload .uploadTitle {
    text-decoration: underline
}

#application .toggle-button {
    font-size: 26px;
    display: inline-block;
    position: absolute;
    top: 15px;
    margin-left: 25px;
    cursor: pointer
}

#application .btn-secondary {
    color: white;
    background: #B9B9B9;
    border-radius: 0;
    text-transform: uppercase;
    margin-top: 10px
}

#application .file-remove {
    display: inline-block;
    position: absolute;
    top: 12px;
    right: 5px;
    font-size: 14px;
    color: #292929
}

#application .other-attachment-container {
    margin-bottom: 20px
}

#application .help-container {
    margin-top: 20px
}

#application .help-container-1 {
    margin-top: 182px
}

#application .help-container-3 {
    margin-top: 24px
}

.info {
    display: block
}

section.highlight {
    background: #073849;
    color: white;
    padding: 85px 0;
    font-size: 30px
}

section.highlight .primary {
    margin-top: 10px
}

section.modules {
    padding: 50px 0
}

section.modules h3 {
    text-transform: none;
    color: #292929;
    font-weight: 600
}

section.modules h3 .info {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 40px
}

section.modules h4 {
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    text-transform: none;
    text-align: left
}

section.modules a.module-anchor {
    color: #292929;
    cursor: pointer
}

section.modules a.module-anchor:hover {
    color: #F23636
}

section.modules a.module-anchor.active {
    color: #C63232
}

table.components {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 50px
}

table.components tr {
    border: solid 1px;
    border-color: #B9B9B9
}

table.components tr.separator {
    border: 0;
    height: 14px
}

table.components td {
    padding: 12px
}

table.components td.nowrap {
    white-space: nowrap
}

table.components td.nowrap > * {
    margin-right: 15px
}

table.components td.nowrap > *:last-child {
    margin-right: 0
}

.editor-content {
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300
}

.editor-content h3 {
    margin-top: 35px
}

.editor-content h4 {
    margin-bottom: 50px
}

.editor-content h5 {
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300
}

.nobo-close-button {
    margin-top: 4px;
    padding: 4px;
    font-size: 18px;
    color: white;
    display: block;
    cursor: pointer;
    border-radius: 100%
}

.nobo-close-button:hover {
    background-color: white;
    color: #127c79
}

.nobo-close-button:active {
    background-color: white;
    color: #063749
}

.nobo-alerts-container {
    display: none;
    position: fixed;
    left: 300px;
    width: calc(100% - 400px);
    bottom: 40px;
    color: white
}

.nobo-alerts-container.open {
    z-index: 10;
    display: block
}

.nobo-alert-content {
    margin-right: 20px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.nobo-alert-close {
    float: right
}

.nobo-alert-close.nobo-close-button {
    height: 100%;
    font-size: 16px;
    margin-top: 0
}

.nobo-alert-close.nobo-close-button .glyphicon {
    top: -1px
}

.nobo-alert-item {
    padding: 5px;
    height: 30px;
    opacity: 0;
    -webkit-transition: all linear .5s;
    -moz-transition: all linear .5s;
    -o-transition: all linear .5s;
    transition: all linear .5s
}

.nobo-alert-item.visible {
    opacity: 1
}

.nobo-alert-success {
    background-color: #127c79
}

.nobo-alert-error {
    background-color: #e84538
}

.nobo-alert-warning {
    background-color: orange
}

.login-form {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    z-index: 1;
    background: none;
    color: transparent;
    padding: 4px;
    padding-right: 20px;
    height: 34px;
    text-transform: uppercase;
    overflow: hidden;
    font-size: 14px;
    -moz-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s
}

@media (max-width: 767px) {
    .login-form.opened {
        height: 188px;
        padding-left: 50px
    }

    .login-form .login-form-inner {
        float: none !important
    }

    .login-form table, .login-form thead, .login-form tbody, .login-form th, .login-form td, .login-form tr {
        display: block
    }
}

.login-form.opened {
    width: 100%;
    background: #434343;
    color: white
}

.login-form.opened.failed {
    overflow: visible
}

.login-form label {
    font-size: 13px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    margin: 0;
    margin-bottom: 0
}

.login-form input {
    background: none;
    border: solid 1px;
    border-color: white;
    padding: 1px 5px;
    margin-left: 8px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300
}

.login-form a {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-decoration: underline;
    color: white;
    font-family: 'Source Sans Pro', sans-serif
}

.login-form input, .login-form a {
    margin-right: 20px
}

.login-form button {
    background: none;
    border: 0;
    text-decoration: underline;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-transform: uppercase
}

.login-form .login-error {
    color: white;
    background: #e84538;
    padding: 4px 10px;
    margin-left: 8px;
    margin-right: 20px
}

.login-form-inner {
    margin-top: 2px
}

#coworkers h4 {
    margin-bottom: 75px
}

#coworkers .join-us-text {
    display: block;
    position: relative;
    top: 71px;
    color: white;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    margin: 0 20px;
    text-align: center;
    text-transform: uppercase;
    line-height: 25px
}

#coworkers .coworker-container {
    display: table;
    margin: 0 auto
}

#coworkers .coworker {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 4px double #B9B9B9;
    margin: 12px 10px;
    width: 210px;
    height: 210px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

#coworkers .coworker.mod-contact-us {
    cursor: pointer
}

#coworkers .coworker:hover p.name {
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    background: none
}

#coworkers .coworker:hover .coworker-inner:not(.no-animate) {
    background: rgba(232, 70, 57, 0.8);
    padding-top: 45%;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

#coworkers .coworker:hover .coworker-inner:not(.no-animate) p.role {
    opacity: 1
}

#coworkers .coworker:hover .coworker-inner:not(.no-animate) .linkedin {
    opacity: 1
}

#coworkers .coworker p.name {
    position: absolute;
    padding: 8px 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: white;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    margin: 0;
    background: rgba(232, 70, 57, 0.6);
    -moz-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s
}

#coworkers .coworker .coworker-inner {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    bottom: 0;
    font-size: 16px
}

#coworkers .coworker .coworker-inner:not(.no-animate) {
    -moz-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    -moz-transform: translateY(150px);
    -ms-transform: translateY(150px);
    -o-transform: translateY(150px);
    -webkit-transform: translateY(150px);
    transform: translateY(150px)
}

#coworkers .coworker .coworker-inner p.role {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    padding: 0 15px;
    line-height: 18px;
    margin-top: 10px;
    font-size: 16px;
    opacity: 0;
    -moz-transition: opacity ease-in-out .5s;
    -o-transition: opacity ease-in-out .5s;
    -webkit-transition: opacity ease-in-out .5s;
    transition: opacity ease-in-out .5s
}

#coworkers .coworker .coworker-inner .linkedin {
    background: rgba(0, 0, 0, 0.8);
    height: 65px;
    width: 100%;
    position: absolute;
    bottom: 0;
    opacity: 0;
    -moz-transition: opacity ease-in-out .5s;
    -o-transition: opacity ease-in-out .5s;
    -webkit-transition: opacity ease-in-out .5s;
    transition: opacity ease-in-out .5s
}

#coworkers .coworker .coworker-inner .linkedin-icon {
    background: url('/css/images/bmeits_cegunkrol_linkedin.svg');
    width: 100%;
    height: 50px;
    margin-top: -10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

#team .circle-outer {
    stroke-width: 5px
}

#team .circle-content {
    font-size: 50px
}

#team figcaption {
    margin-top: 10px
}

#results {
    padding: 0 100px
}

@media (max-height: 767px) {
    #results {
        padding: 0
    }
}

#results .number {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 42px;
    text-align: right
}

#results .subject {
    font-size: 18px;
    text-align: right
}

#publicinformation ul {
    padding: 0;
    margin-top: 40px
}

li.stacked-link {
    margin-top: 10px;
    list-style: none;
    border: 1px solid #B9B9B9;
    padding: 10px 15px
}

li.stacked-link:hover {
    background: #E84639
}

li.stacked-link:hover a {
    color: white;
    text-decoration: none
}

li.stacked-link a {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 18px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
    color: #292929
}

li.stacked-link a .glyphicon {
    float: right;
    margin-top: 2px
}

#services a {
    text-decoration: none
}

#services a:hover {
    text-decoration: none
}

section#intro .editor-content h4 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #292929;
    margin-bottom: 50px
}

.submit-app-btn {
    float: right
}

@media (max-width: 767px) {
    .form-item {
        margin: 0 !important;
        margin-top: 10px !important
    }
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: inline-block
    }

    .navbar-collapse.collapse {
        display: none !important;
        overflow: hidden !important;
        visibility: hidden !important
    }

    .navbar-collapse.collapse.in {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
        visibility: visible !important
    }

    .navbar-header {
        float: none
    }

    .navbar-nav > li {
        float: none
    }

    .navbar-right {
        float: none !important
    }

    .navbar-nav {
        margin: 7.5px -15px
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

.bold-text {
    font-weight: 700;
}

@media (max-width: 1105px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px 5px 25px
    }
}

@media (min-width: 1105px) {
    .navbar-toggle {
        display: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
        visibility: visible !important
    }

    .navbar-header {
        float: left
    }

    .navbar-nav > li {
        float: left
    }

    .navbar-right {
        float: right !important
    }

    .navbar-nav {
        margin: 0
    }

    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.mod-display-inline-block {
    display: inline-block
}

.menuitem-lang {
    background: no-repeat right;
    background-size: 26px;
    padding-right: 30px;
    width: 60px;
    display: inline-block
}

#bs-example-navbar-collapse-1.collapse.in + #login-warpper, #bs-example-navbar-collapse-1.collapsing + #login-warpper {
    display: none
}

.kapcsolat-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0;
    align-items: center;
}
.kapcsolat-grid > div {
    padding: 3rem;
    max-width: 580px;
}
 /*---CEGUNKROL---*/
 .coworker-container span{
    text-align: center;
    display: block;
 }
 .coworker-container span:nth-child(1){
font-weight: 700;
 }
 .coworker-container span:nth-child(2){
    margin-bottom: 4rem;
 }

  /*---MEGFELELOSEGERTEKELES---*/
 .editor-content h5{
    line-height: 1.5 !important;
    margin:4rem 0 2rem 0!important;
 }

 .img-full-height img{
    height: 100%;
    width: 100%;
    margin-top: 2rem;
    object-fit: cover;
 }
 .row.display-flex .editor-content {
    display: flex;
    flex-wrap: wrap;
  }

  .row.display-flex  [class*='col-'] {
    display: flex;
    flex-direction: column;
    margin-bottom: 10rem;
  }
  .row.display-flex .doc-row .doc-icon, .row.display-flex .doc-row [class*='col-']{
    margin-bottom:0 !important
  }
  .md-show{
    display: none !important;
}

  @media screen and (max-width:1199px){
    .img-full-height img{
        max-height: 400px;
     }
     .img-full-height{
        width: 100%;
     }
     .row.display-flex  [class*='col-'] {
        margin-bottom: 0;
      }
    .md-hide{
        display: none !important;
    }
    .md-show{
        display: flex !important;
    }
 }

 /*--- CONTACT ---*/

 .contact-text-right{
    height:600px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
@media screen and (max-width: 1199px){
    .contact-text-right{
        height:fit-content;
        padding-top:3rem;
    }
    iframe.map{
        width:100%
    }
}
@media screen and (max-width: 560px){
    iframe.map{
        height: 400px
    }
}

a:hover, a:active, a:focus {
    outline: none;
    border: 0;
}

/* Video Grid */
.video-grid{
    display: grid;
    gap: 3.5rem; 
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    margin-bottom: 5rem;
}
@media screen and (max-width: 380px){
    .video-grid{
        grid-template-columns: 1fr;
    }
}
.video-grid > .video-box {
    width: 100%;
}
.video-grid > .video-box video{
    width:100%
}