* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    color: #333333;
}

.card {
    position: relative;
    transition: transform 0.5s;
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
        rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
        rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.navbar-nav {
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-nav .separator {
    height: 25px;
    width: 1px;
    margin: 0 10px;
    background-color: #ccc;
    display: inline-block;
}

a.nav-link {
    text-align: center;
}

.form-control {
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    box-shadow: none;
    padding-top: 20px;
}

.form-control::placeholder {
    color: transparent;
}

.form-control:focus::placeholder {
    color: #999;
}

.card-title {
    text-shadow: 1px 1px 2px #000;
}

ul {
    list-style-type: none;
}

#termek ul {
    list-style-type: circle;
    margin-left: 20px;
}

section {
    padding: 100px;
}

section.gray {
    background: #ecedf3;
}

footer {
    background: #ecedf3;
}

footer a,
footer a:hover {
    color: #333;
}

header a {
    color: #fff;
    text-decoration: none;
}

header a:hover {
    color: #ececec;
}

#elerhetosegeink img {
    margin: 0 20px 0 0;
    width: 22px;
}

#elerhetosegeink li {
    font-size: 20px;
    margin-bottom: 20px;
}

#elerhetosegeink a {
    color: #333;
}

section.white {
    background: #fff;
}

.card-col {
    padding-right: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.w-65 {
    width: 65% !important;
}

.w-90 {
    width: 90% !important;
}

.super {
    vertical-align: super;
    font-size: 14px;
}

#szechenyi-toggle {
    z-index: 999;
    display: block;
    position: fixed;
    bottom: 335px;
    right: 20px;
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 20px;
    background-color: #818181;
    transition: all 0.4s ease;
    outline: none;
}

#szechenyi_2 {
    z-index: 999;
    display: block;
    position: fixed;
    bottom: 120px;
    right: 0;
    width: 290px;
    height: 200px;
    background-image: url(/images/szechenyi_2020.png);
    background-repeat: no-repeat;
    transition: all 0.4s ease;
    background-size: contain;
}

#szechenyi_3 {
    z-index: 999;
    display: block;
    position: fixed;
    bottom: 0px;
    width: 290px;
    height: 160px;
    background-image: url(/images/napelemes_rendszer_megvalositasa_palyazat.png);
    background-repeat: no-repeat;
    transition: all 0.4s ease;
    background-size: contain;
}

#szechenyi {
    z-index: 999;
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 410px;
    height: 123px;
    background-image: url(/images/szechenyi.jpg);
    background-repeat: no-repeat;
    transition: all 0.4s ease;
    background-size: contain;
    box-shadow: -5px -3px 5px 0px rgba(0, 0, 0, 0.32);
    -webkit-box-shadow: -5px -3px 5px 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: -5px -3px 5px 0px rgba(0, 0, 0, 0.32);
}

#elonyok {
    margin-top: 70px;
}

#elonyok p {
    margin-top: 25px;
    font-weight: 700;
    font-size: 30px;
}

.col-sm-4.border-left {
    border-left: 1px solid rgb(207, 207, 207);
}

.col-sm-4.border-right {
    border-right: 1px solid rgb(207, 207, 207);
}

#nav-content {
    background: #fff;
    transition: all 0.3s linear;
}

.fix-not-top #site-logo {
    width: 100px;
}

.fix-not-top .main_contact {
    font-size: 14px !important;
}

.fix-not-top .main_contact img {
    height: 14px !important;
}

.fix-not-top .navbar {
    padding: 5px 0;
}

.fix-not-top #nav-content {
    box-shadow: 0 4px 2px -2px gray;
}

.fix-not-top .nav-item {
    font-size: 14px;
}

.animate-charcter {
    background-image: linear-gradient(
        -225deg,
        #ff5800 0%,
        #ff5800 29%,
        #ff8b50 67%,
        #ff8b50 100%
    );
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 3s linear infinite;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

section#goz2,
section#rolunk,
section#palyazat,
section#termek,
section#szolgaltatas,
section#kapcsolat-form {
    margin-top: 200px;
}

#goz2 {
    height: 45vh;
    background-image: url(/images/header.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}

#goz2 h1,
#goz2 p {
    width: 60%;
}

#goz2 h1 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

#goz2 p {
    font-size: 20px;
}

.w-95 {
    width: 95% !important;
}

.white-box-right {
    padding-left: 45% !important;
}

.section-title {
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.3s linear;
}

#site-logo {
    transition: all 0.3s linear;
}

#header-contact {
    background-color: #9fa0a4;
    padding: 4px 0;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}

#header-contact span {
    color: #fff;
}

#header-contact img {
    height: 25px;
}

.ml-3 {
    margin-left: 20px;
}

.text-right {
    text-align: right !important;
}

.rounded-3 {
    border-radius: 0.6rem !important;
}

.small-line {
    width: 130px;
    border-width: 2px;
    border-style: solid;
    border-image: linear-gradient(to right, #ff5800, #ff7733) 1;
    margin-bottom: 20px;
    border-radius: 15px;
}

.white-box {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
        rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.white-box h3,
.white-box p {
    width: 50%;
}

.white-box h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 28px;
    color: #333333;
}

.white-box p {
    font-size: 16px;
    line-height: 20px;
}

.white-box a {
    margin-top: 20px;
}

#terkep {
    height: 400px;
    width: 100%;
    border: 2px solid #fff;
}

#product h1 {
    text-transform: uppercase;
    font-weight: 700;
}

.navbar {
    padding: 10px 0;
}

.navbar-nav li {
    position: relative;
    margin: 0 0 0 30px;
}

.white-box .details {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bg-image {
    height: 390px;
    background-position: center !important;
    background-size: cover !important;
}

.service_right {
    margin-top: 80px;
    margin-bottom: 120px;
    position: relative;
}

.service_right h3,
.service_right p {
    width: 95%;
}

.navbar-nav a.nav-link::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: #333;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out;
}

.navbar-nav a.nav-link:hover::before {
    visibility: visible;
    transform: scaleX(1);
}

.card {
    border: 0;
    border-radius: 0;
}

.card-title {
    text-transform: uppercase;
}

.card-title,
.card-text {
    text-align: center;
    color: #fff;
}

.btn {
    margin: 0 auto;
    text-transform: uppercase;
    width: 200px;
    background-image: linear-gradient(
        to right,
        #ff5800 0%,
        #ff7733 100%,
        #ff5800 100%
    );
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    color: white;
    border: 0;
}

.btn:hover {
    background-image: linear-gradient(
        to right,
        #ec512a 0%,
        #ff7733 100%,
        #ff5800 100%
    );
    background-position: right center;
    color: #fff;
    text-decoration: none;
}

.floated-image {
    position: absolute;
    top: 150px;
    z-index: 888;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.embed-responsive-16by9::before {
    padding: 0;
}

section#rolunk,
section#palyazat {
    border-top: 1px solid #d1d1d1;
}

#kapcsolat input[type="text"],
#kapcsolat select,
#kapcsolat textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

#kapcsolat input[type="submit"] {
    background-color: #04aa6d;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#kapcsolat input[type="submit"]:hover {
    background-color: #45a049;
}

.message {
    color: #b20000;
    font-size: 14px;
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1350px;
    }
}

@media (max-width: 1200px) {
    section {
        padding: 30px 0;
    }
}

@media (max-width: 1400px) {
    section {
        padding: 50px 30px;
    }

    #elerhetosegeink li {
        font-size: 16px;
    }

    .service_right {
        margin-top: 30px;
    }
}

@media (max-width: 1100px) {
    #szolgaltatasok .col-md-9 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        margin-left: 0 !important;
    }

    .floated-image {
        display: none;
        position: relative !important;
        width: 100% !important;
    }

    .white-box-right {
        padding-left: 20px !important;
    }

    .white-box h3,
    .white-box p {
        width: 100%;
    }

    .white-box .details {
        display: block;
    }
}

@media (max-width: 992px) {
    #elonyok p {
        font-size: 16px;
    }

    #elonyok img {
        width: 50%;
    }

    #goz2 h1 {
        font-size: 20px;
    }

    section {
        padding-left: 0px;
        padding-right: 0px;
    }

    .header-right {
        display: none;
    }

    .w-50 {
        width: 90% !important;
    }

    .palyazat-kep {
        text-align: center;
    }

    .palyazat-kep img {
        width: 90%;
    }

    #header-contact img {
        height: 18px;
    }

    .main_contact a {
        font-size: 14px !important;
    }

    .googlemap {
        display: block;
        margin-top: 10px;
        margin-left: 0px !important;
    }
}

@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 90%;
    }
}
