@font-face {
    font-family: "OpenSans Light";
    font-display: swap;
    src: url(../fonts/OpenSans-Light.ttf) format("truetype");
}

@font-face {
    font-family: "OpenSans Regular";
    font-display: swap;
    src: url(../fonts/OpenSans-Regular.ttf) format("truetype");
}

@font-face {
    font-family: "OpenSans Semibold";
    font-display: swap;
    src: url(../fonts/OpenSans-SemiBold.ttf) format("truetype");
}

@font-face {
    font-family: "OpenSans Bold";
    font-display: swap;
    src: url(../fonts/OpenSans-Bold.ttf) format("truetype");
}

:root {
    --custom-blue: #1b3556;
    --custom-lightblue: #3a71ba;
    --custom-cream: #cfb193;
}


/* navbar */
button.nav-link {
    background-color: transparent;
    border: none;
    outline: none;
}

button.nav-link::after {
    display: none;
}

.navbar .dropdown-menu {
    left: unset;
    right: 30px;
    min-width: 12rem;
    text-align: center;
    border-radius: 0;
}

.navbar .dropdown-menu a {
    color: var(--custom-blue);
    margin: 0 !important;
}

.navbar .dropdown-menu a:hover {
    background-color: transparent;
    color: var(--custom-lightblue);
}
/* end of navbar */

/* static content */
.static-content h1,
.static-content h2,
.static-content h3,
.static-content h4,
.static-content h5,
.static-content h6 {
    font-weight: 500;
}


.static-content img {
    max-width: 100%;
}

/* end of static content */

/* base stuff */
form label a,
form label a:hover {
    text-decoration: underline;
}

.base_container {
    min-height: 450px;
}

.light.cc_dialog {
    padding: 1em 1.5em !important;
    max-width: 90% !important;
}

.navbar-nav .dropdown-toggle::after,
.hidden {
    display: none;
}

html {
    scroll-behavior: smooth;
}

.navbar-toggler {
    border-color: #8d9aab;
}

form small {
    text-align: left !important;
    color: #f00;
}

a:focus,
a:hover,
a:focus *,
a:hover *{
    text-decoration: none !important;
    color: currentColor;
}
/* end of base stuff*/

/* popup */
.popup-modal {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 600px;
    /*height: 400px;*/
    height: fit-content;
    max-width: 95%;
    max-height: 95%;
    z-index: 1010;
    box-shadow: 0 0 15px -3px rgba(0,0,0,0.35);
    padding: 1.2em 1em;
    overflow: scroll;
}

/*.popup-modal .popup-content {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    overflow: auto;*/
/*    padding: 1.2em 1em;*/
/*}*/

.popup-modal #closePopup {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.1em 0.3em;
    cursor: pointer;
    font-size: 25px;
    z-index: 100;
}
/* end of popup */

.top-header-fluid {
    background-color: #28947E;
}

.top-header-fluid .col-sm-12.d-flex {
    height: 40px;
    align-items: center;
}

.top-header-contact-elem {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    margin-left: 25px;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.66px;
    color: #fff;
}

body {
    font-family: "Playfair Display", serif;
}

.top-header-contact-elem img {
    margin-right: 10px;
}

.big-logo-header-fluid {
    background-color: #50A695;
}

.big-logo-header {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    min-height: 206px;
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 63.98px;
    text-transform: uppercase;
}

.form-check > div {
    display: flex;
    align-items: center;
}

input[type="checkbox"] {
    transform: scale(1.3);
}

.big-logo-header:hover,
.big-logo-header:focus {
    color: #fff !important;
    text-decoration: underline !important;
}

.big-logo-header img {
    margin-right: 25px;
}

.menu-title {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    line-height: 31.99px;
}

.menu-header-fluid {
    margin-top: 3em;
    margin-bottom: 3em;
}

.navbar-expand-lg .navbar-nav {
    flex-direction: column;
}

.nav-link {
    font-size: 20px;
    font-weight: 400;
    line-height: 26.66px;
    text-transform: uppercase;
    color: #50A695;
    background-color: #FDFEFF;
    margin-top: 3px;
    margin-bottom: 3px;
    position: relative;
}

.nav-link.active-link,
.nav-link:hover,
.nav-link:focus {
    background-color: #50A695;
    border-radius: 5px;
    color: #FDFEFF;
}

.carousel-img {
    height: 390px;
    object-fit: cover;
    border-radius: 5px;
    opacity: 80%;
    width: 100%;
}

.carousel-title {
    font-size: 36px;
    font-weight: 600;
    line-height: 47.99px;
    color: #3A3A3A;    
    text-transform: uppercase;
}

.carousel-caption {
    height: 100%;
    width: 100%;
    left: 0px;
    right: 0px;
    display: flex;;
    align-items: top;
    padding-top: 3em;
    justify-content: center;
    bottom: 0px;
}

.home-container {
    background-image: url('../images/left-home-design.png');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: auto;
    min-height: 500px;
}

.static-title {
    color: #3A3A3A;
    font-size: 36px;
    font-weight: 600;
    line-height: 47.99px;
    text-transform: uppercase;
}

.static-content {
    font-size: 22px;
    font-weight: 400;
    line-height: 31.99px;
    color: #3A3A3A;
}

.image-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    width: 100%;
}

.big-image {
    height: 450px;
    width: 450px;
    border-radius: 50%;
    margin-top: 2em;
    object-fit: cover;
    margin-bottom: 2em;
}

.rolunk-fluid .big-image {
    height: auto;
    width: 550px;
    max-height: 100%;
    aspect-ratio: 1 / 1;
}

.small-images {
    position: absolute;
    height: 165px;
    border: 5px solid #fff;
    width: 165px;
    object-fit: cover;
    border-radius: 50%;
}

.small-images.first {right: 60px; top: 0px;}
.small-images.second {right: 5px; top: 175px;}
.small-images.third {right: 60px; top: 349px;}

.first-home-row {
    margin-top: 5em;
    margin-bottom: 5em;
}

.first-home-row .extra-leftp {
    padding-left: 3em;
}

.green-icon-block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-shrink: 0;
    margin-top: 1em;
}

.green-icon-block img {
    margin-right: 15px;
}

.green-block-title {
    font-size: 20px;
    font-weight: 800;
    line-height: 26.66px;
    color: #50A695;
    margin-bottom: 0px;
}

.green-static-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 26.66px;
    color: #50A695;
}

.standard-btn {
    border: 2px solid #50A695;
    background-color: #50A695;
    min-height: 52px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 31.99px;
    border-radius: 5px;
}

.standard-btn:hover,
.standard-btn:focus {
    color: #fff;
    background-color: #72BEAF;
}

.standard-btn.max-width {
    width: 600px;
    max-width: 100%;
}

.standard-btn.outline-btn {
    background-color: transparent;
    color: #50A695;
}

.standard-btn.outline-btn:hover,
.standard-btn.outline-btn:focus {
    color: #fff;
    background-color: #72BEAF;
}


.dolgozoink-row {
    margin-bottom: 5em;
}

.one-dolgozo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2em;
    margin-bottom: 2em;
    flex-direction: column;
}

.dolgozo-img {
    width: 255px;
    height: 255px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 15px;
}

.dolgozo-name {
    font-size: 20px;
    font-weight: 500;
    line-height: 26.66px;
    color: #3A3A3A;
    text-transform: uppercase;
}

.dolgozo-status {
    font-size: 20px;
    font-weight: 500;
    line-height: 26.66px;
    color: #3A3A3A;
}

.dolgozo-contact {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    margin-left: 25px;
    font-size: 20px;
    font-weight: 400;
    line-height: 26.66px;
    color: #3A3A3A;
    margin-bottom: 5px;
    width: fit-content;
}

.dolgozo-contact img {
    margin-right: 10px;
}

.aktualitasok-row {
    margin-top: 6em;
    margin-bottom: 6em;
}

.home-list-gallery img {
    height: 350px;
    object-fit: cover;
    width: 100%;
}

.aktualitas-list-img {
    width: 100%;
    height: 278px;
    border-radius: 5px;
    object-fit: cover;
    margin-bottom: 10px;
}

.aktualitas-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    height: 69px;
    font-size: 22px;
    font-weight: 500;
    line-height: 23px;
    text-transform: uppercase;
    color: #3A3A3A;
    width: 100%;
    overflow: hidden;
}

.aktualitas-short-desc {
    height: 197px;
    overflow: hidden;
    font-size: 22px;
    font-weight: 300;
    text-align: justify;
    line-height: 31.99px;
    margin-top: 15px;
    color: #3A3A3A;
}

.aktualitas-date {
    font-size: 20px;
    font-weight: 600;
    line-height: 26.66px;
    color: #000;
}

.svg-bg {
    width: 100%;
    height: auto;
}

.home-scond-fluid .home-container {
    padding-top: 5em;
}

.one-foglalkozas {
    margin-top: 2em;
    margin-bottom: 1.5em;
}

.one-foglalkozas img {
    height: 321px;
}

.one-foglalkozas .aktualitas-short-desc {
    height: 133px;
}

.foglalkozasok-row {
    margin-bottom: 6em;
}

.one-design-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.design-title {
    font-size: 20px;
    font-weight: 800;
    line-height: 26.66px;
    color: #3A3A3A;
    text-transform: uppercase;
    margin-top: 12px;
    margin-bottom: 0px;
}

.design-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 26.66px;
    color: #3A3A3A;
    text-align: center;
}

.designs-row {
    margin-top: 8em;
    margin-bottom: 9em;
}

.alapitvany-home-img {
    height: 278px;
    object-fit: cover;
    width: 100%;
    border-radius: 5px;
}

.alapitvany-row {
    margin-bottom: 5em;
}

.home-container-fluid {
    min-height: 400px;
    margin-top: -200px;
    position: relative;z-index: 100;
    background-color: #72BEAF;
    padding-bottom: 4em;
}

.cw-control {
    border: 1px solid #50A695;
    background-color: #EDFAFF;
    height: 48px;
    border-radius: 0px;
}

.form-group label.absolute-label {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 31.99px;
    text-transform: uppercase;
}

#contact_form_content_page{
    margin-top: 3em;
}

#contact_form_content_page .standard-btn{
    background-color: #28947E;
    width: 280px;
    max-width: 100%;
}

#contact_form_content_page .standard-btn:hover,
#contact_form_content_page .standard-btn:focus {
    background-color: transparent;
}

.contact-page #contact_form_content_page .standard-btn:hover,
.contact-page #contact_form_content_page .standard-btn:focus {
    background-color: transparent;
    color: #28947E;
}

.openhour-block {
    background-color: #50A695;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding-top: 4em;
}

.openhour-title {
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 26.66px;
    text-align: center;
}

.openhour-row {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 21.33px;
    margin-top: 22px;
    width: 214px;
}

.address-row {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 20px;
    font-weight: 600;
    line-height: 26.66px;
    color: #fff;
    padding-bottom: 20px
}

footer {
    background-color: #50A695;
    padding-top: 3em;
    padding-bottom: 3em;
}

.footer-main-text {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 42.66px;
    text-align: center;
    margin-top: 10px;
}

.copyright {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 26.66px;
}

.footer-title {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
    line-height: 31.99px;
    color: #fff;
}

.footer-link {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    display: flex;
    width: fit-content;
    margin-bottom: 5px;
    line-height: 26.66px;
}

footer .top-header-contact-elem {
    font-size: 20px;
    margin-left: 0px;
    margin-bottom: 10px;
}

footer .top-header-contact-elem img {
    max-height: 20px;
}

.cw-link {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    display: flex;
    width: fit-content;
    margin-bottom: 5px;
    line-height: 26.66px;
}

.rolunk-third-fluid {
    margin-top: 5em;
    margin-bottom: 5em;
}

.dolgozo-big-img {
    width: 450px;
    height: auto;
    max-width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 15px;
}

.dolgozoink-row {
    margin-top: 4em;
    margin-bottom: 4em;
    align-items: center;
}

.dolgozoink-row .dolgozo-contact {
    margin-left: 0px;
    margin-top: 5px;
    font-size: 17px;
}

.dolgozoink-row.inv {
    flex-direction: row-reverse;
}

.page-item.disabled .page-link {
    border-color: #50A695 !important;
}

.page-item .page-link {
    color: #50A695;
    border-radius: 5px;
}

.page-item{
    height: 36px;
    width: 36px;
    margin-left: 7px;
    margin-right: 7px;
    border-radius: 5px !important;
    border-color: #50A695;
    line-height: 1 !important;
}

.page-item .page-link {
    padding: 0px;
    margin: 0px;
    display: flex;
    height: 36px;
    width: 36px;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    line-height: 1 !important;
    border-color: #50A695;
    padding-bottom: 8px;
}

.page-item:last-child .page-link,
.page-item:first-child .page-link {
    padding-bottom: 0px;
    width: 44px;
}

.page-item:last-child,
.page-item:first-child {
    width: 44px;
}

.page-item.active .page-link {
    background-color: #50A695;
    border-color: #50A695;
}

.aktualitasok-mainIMG {
    width: 100%;
    max-height: 350px;
    object-fit: cover;
    margin-bottom: 15px;
}

.foglalkozasok-list-row .one-foglalkozas{
    flex-direction: row;
    display: flex;
}

.foglalkozasok-list-row .one-foglalkozas .aktualitas-list-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.one-foglalkozas-list-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    width: calc(100% - 45% - 25px);
}

.foglalkozas-img-container {
    height: 321px;
    width: 45%;
    object-fit: cover;
    margin-right: 25px;
}

.foglalkozasok-list-row .aktualitas-title {
    height: auto;
    font-size: 26px;
}

.foglalkozasok-list-row .one-foglalkozas .aktualitas-short-desc {
    min-height: 205px;
    height: auto;
    font-size: 20px;
}

.one-gallery-list-img {
    height: 289px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.gallery-list-fluid {
    margin-top: 5em;
    margin-bottom: 5em;
}

.gallery-list-fluid > .container > .row {
    margin-bottom: 3em;
}

.gallery-img-block {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    height: 400px;
    margin-bottom: 2em;
}

.gallery-img-block img{
    height: 100%; width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.contactpage-fluid {
    margin-top: 5em;
}

.home-container-fluid.contact-page {
    margin-top: 5em;
    margin-bottom: 5em;
    background-color: transparent;
}

.home-container-fluid.contact-page .static-title,
.home-container-fluid.contact-page .custom-checkbox a,
.home-container-fluid.contact-page label,
.home-container-fluid.contact-page .static-content {
    color: #3A3A3A !important;
}

.home-container-fluid .top-header-contact-elem {
    margin-top: 15px;
    font-size: 18px;
    margin-left: 0px;
}

.home-container-fluid.contact-page .form-control {
    border-color: #3A3A3A;
    background-color: #EDFAFF80;
}


.home-container-fluid a {
    text-decoration: none;
    color: #fff !important;
    font-weight: 700;
}

.home-container-fluid.contact-page a:not(.top-header-contact-elem) {
    text-decoration: none;
    color: #343434 !important;
    font-weight: 700;
}

table {
    max-width: 100% !important;
}

/*EOF*/