body {
    font-family: "Inter", sans-serif;
    color: #282525;
}

h1 {
    font-weight: 800;
    letter-spacing: 0.2vi;
    font-size: calc(1.2rem + 1vw);
    color: #575a5f;
}

h2 {
    font-weight: 700;
    font-size: calc(1rem + 1vw);
    color: #575a5f;
}

h3 {
    font-weight: 600;
    font-size: calc(0.8rem + 1vw);
    color: #575a5f;
}

a {
    text-decoration: none;
}

a:hover {
    color: #5c73a3;
}

.bgcolor {
    background-color: #b60f69 !important;
}

.mw100auto {
    max-width: 100%;
    height: auto;
}

.mw90auto {
    max-width: 90%;
    height: auto;
}

.text-justify {
    text-align: justify;
}

.form-control {
    border-radius: 20px;
}

.form-control2 {
    border-radius: 10px;
}

.form-check-input:checked {
    background-color: #b60f69 !important;
    border-color: #b60f69 !important;
}

.grecaptcha-badge {
    visibility: hidden;
}

.pointer {
    cursor: pointer;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    border: 2px solid #f0f0f0;
}

/* NAVBAR */
.navbar-bg {
    background-color: #ffffff;
}

.nav-item-red {
    color: #bd1523;
}

.nav-item {
    font-weight: 700;
}

.nav-link.active {
    color: #5b6eaa !important;
    font-weight: 800 !important;
}

/* BANNER */
.banner {
    background-image: url("../images/bannerbg.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    transition: opacity 1s ease-in-out;
    opacity: 1;
}

.fade-out {
    opacity: 0;
}

.fade-in {
    opacity: 1;
}

.hormann-logo {
    position: absolute;
    right: 3px;
    top: 3px
}

@media screen and (min-width: 1000px) {
    .banner {
        min-height: 520px;
    }
}

.banner h1 {
    font-weight: 900;
    color: #ffffff;
    letter-spacing: normal;
    font-size: calc(2.0rem + 1vw);
    text-shadow: 2px 2px 2px #000000;
}

.banner h2 {
    font-weight: 500;
    color: #ffffff;
    letter-spacing: normal;
    /* font-size: 0.8rem; */
    font-size: calc(1.2rem + 1vw);
    text-shadow: 2px 2px 2px #000000;
}

.banner h3 {
    font-weight: 800;
    color: #ffffff;
    letter-spacing: normal;
    font-size: calc(0.5rem + 1vw);
    text-shadow: 2px 2px 2px #000000;
}

.banner p {
    font-weight: 700;
    color: #ffffff;
}

.tile {
    position: relative;
    top: -4vw;
}

.tile img {
    width: 70%;
    height: auto;
}

/* TERMÉKEK OVERLAY */

.tcontainer {
    position: relative;
    width: 50%;
}

.timage {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #3f496c;
}

.tcontainer:hover .overlay {
    opacity: 0.3;
}

.ttext {
    position: absolute;
    bottom: 4vw;
    right: 2vw;
    font-size: calc(0.8em + 1vw);
    font-weight: 700;
    color: #ffffff;
}

.ttextSmall {
    position: absolute;
    bottom: 1vw;
    right: 2vw;
    font-size: calc(0.1em + 1vw);
    font-weight: 500;
    color: #ffffff;
    text-align: right;
}

.ttextStart {
    position: absolute;
    bottom: 4vw;
    left: 2vw;
    font-size: calc(0.8em + 1vw);
    font-weight: 700;
    color: #ffffff;
}

.ttextSmallStart {
    position: absolute;
    bottom: 1vw;
    left: 2vw;
    font-size: calc(0.1em + 1vw);
    font-weight: 500;
    color: #ffffff;
    text-align: left;
}

/* SZOLGÁLTATÁSOK */
.services {
    background-image: url("../images/szolgaltatasokbg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    max-width: 100%;
    background-clip: content-box;
}

.sborder {
    border: 2px solid #ffffff;
}

.ajanlatnyil {
    transition: transform 200ms ease-out;
}

.ajanlatnyil:hover {
    transform: translate(0px, 0px) scale(1.04, 1.04);
}

.roundBorder {
    border: 2px solid #c6c5c5;
    border-radius: 30px;
}


/* AJÁNLATKÉRÉS */
.requestoffer {
    background-image: url("../images/ajanlatkeresbg.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    color: #ffffff;
}

.requestoffer h1 {
    color: #ffffff;
}

.requestoffer a {
    color: #ffffff;
    text-decoration: underline;
}

.requestoffer a:hover {
    color: #5c73a3;
}


.requestoffer .form-control {
    border-radius: 5px;
}

.checkbox {
    position: relative;
    top: 6px;
    margin-right: 10px;
}

/* HÍREK */
.news {
    text-align: justify;
    font-size: 14px;
    padding: 10px;
}

.news h2 {
    font-size: 1rem;
    font-weight: 800;
    color: #575a5f;
}

.news a {
    color: #575a5f;
    text-decoration: none;
}

.news img {
    width: 100%;
    height: auto;
    margin-top: 0px !important;
}

.newsBg {
    background-color: #f5f5f5;
}

.accordion-button:not(.collapsed) {
    background-color: #eeeeee;
}

.accordion h3 {
    font-size: calc(0.3rem + 1vw);
}

/* RÓLUNK */
.about {
    background-image: url("../images/rolunktextbg.png");
    background-repeat: no-repeat;
    background-position: left top;
}

.profilePic {
    width: 250px;
    height: auto;

    margin-left: -10px;
    -webkit-transform: scale(1.5);
    transform: scale(1.0);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.profilePic:hover {
    margin-left: 5px;
}


/* Futó szöveg a partnerekkel */
.acontainer {
    overflow: hidden;
    display: flex;
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.acontainer div {
    min-width: 200px;
    margin-left: 50px;
    animation: slide 20s linear infinite;
}

@keyframes slide {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(-4000px, 0, 0);
    }
}

/* KAPCSOLAT */
#contact a {
    color: #ffffff;
}

#contact a:hover {
    color: #5c73a3;
}

#contact_card a {
    color: #000000;
}

#contact_card a:hover {
    color: #5c73a3;
}

.contact {
    background-image: url("../images/kapcsolatbg.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    color: #ffffff;
    max-width: 100%;
    background-clip: content-box;
}

@media screen and (min-width: 768px) {
    .mapPosition {
        height: 80%;
        position: relative;
        left: 50px;
    }

    .corner1 {
        display: block;
        float: right;
        position: relative;
        right: -75px;
        top: 40px;
        display: inline-flex;
    }

    .corner2 {
        display: block;
        float: right;
        position: relative;
        right: -75px;
        top: -50px;
        display: inline-flex;
    }
}

@media screen and (max-width: 768px) {
    .mapPosition {
        height: 100%;
        min-height: 400px;
    }

    .corner1 {
        display: none;
    }

    .corner2 {
        display: none;
    }
}

/* FOOTER */
.footer {
    background-image: url("../images/footerbg.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    color: #ffffff;
}

.footerCopyright {
    color: #8e8e8e;
}

.footer a {
    color: #ffffff;
}

.footer a:hover {
    color: #5c73a3;
}

/* REVIEWS */
.reviewContainer {
    height: auto;
}

.reviewInnerContainer {
    margin: 5px;
    padding: 10px;
    height: 100%;
    border: 2px solid #e7e7e7;
    border-radius: 10px;
}

.scroll-container {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
}

.scroll-item {
    scroll-snap-align: start;
    box-sizing: border-box;
    padding: 5px;
}

.profilePhoto {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #575a5f;
    color: #ffffff;
    padding-top: 8px;
    font-weight: 600;
}

@media (min-width:992px) {
    .scroll-item {
        flex: 0 0 30%;
    }

    .tile {
        position: relative;
        top: -4vw;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .scroll-item {
        flex: 0 0 40%;
    }

    .tile {
        position: relative;
        top: -8vw;
    }
}

@media (max-width: 767.98px) {
    .scroll-item {
        flex: 0 0 80%;
    }

    .tile {
        position: relative;
        top: -10vw;
    }
}

/* FADE-IN */
.fade-in-section {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 2s ease-out, transform 2s ease-out;
}

.fade-in-section.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ROTATE */
@keyframes rotate360 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.rotate {
    animation: rotate360 2s ease-in-out;
    /* animation-delay: 5s; */
}

/* TERMÉKEK ALOLDAL */

.laip-button {
    width: 150px;
    border: 2px solid #cfcfcf;
    background-color: #f5f5f5;
    color: #cfcfcf;
    padding: 5px;
}

.laip-button-active {
    background-color: #28315c;
    color: #ffffff;
}

.groupImg {
    box-shadow:
        -5px -5px 5px 5px rgba(185, 200, 228, 0.2),
        5px 5px 5px 5px rgba(185, 200, 228, 0.2);
    width: 100%;
    height: auto;
}

.groupName {
    color: #575a5f;
    padding: 5px;
}

.groupNameActive {
    color: #ffffff;
    background-color: #28315c;
    width: 100%;
    padding: 5px;
    display: block;
}

.groupNameHeading {
    color: #28315c;
}

.productGroupName {
    color: #575a5f;
    padding: 5px;
    display: inline-block;
}

.productGroupNameActive {
    color: #ffffff;
    background-color: #28315c;
    padding: 7px;
    display: inline-block;
}

.icons {
    width: 70px;
    height: auto;
    margin-bottom: 15px;
}

/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
    /* max-width: 160px; */
    /* max-width: 100%; */
    border-radius: 10px;
    opacity: 0.6;
    display: inline-block;
    /* position: relative;
    top: -18vw; */

    /* position: absolute;
    top: -10px; */
    /* top: -18vw; */
    /* position: relative;
    top: -4vw; */
}

.dot {
    cursor: pointer;
    height: 3px;
    width: 10px;
    margin: 0 2px;
    background-color: #ffffff;
    /* border-radius: 50%; */
    display: inline-block;
    transition: background-color 0.3s ease;
    text-align: center;
}

.active,
.dot:hover {
    background-color: #ffffff;
}

/* end of The dot/bullet/indicator container */


/* PROGRESSBAR */
#progress-container {
    position: absolute;
    top: 70px;
    left: 0px;
    height: 5px;
    width: 100%;
    /* background-color: lightgray; */
    z-index: 1000;
}

#progress-bar {
    height: 100%;
    width: 0%;
    background-color: #5c73a3;
    transition: width 0.1s ease-out;
}

/* end of PROGRESSBAR */

/* NEWSLETTER */
#newsletter-tab {
    position: fixed;
    top: 70%;
    right: 0;
    background-color: #1e4785e6;
    color: white;
    padding: 10px 8px;
    font-weight: bold;
    border-radius: 8px 0 0 8px;
    cursor: pointer;
    z-index: 1050;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 14px;
    transition: background-color 0.3s;
}

#newsletter-tab:hover {
    background-color: #0b5ed7;
}

/* /NEWSLETTER */