body {
    min-height: 60rem;
    padding-top: 4rem;

    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

/* fejleszt */
input, textarea, select {
    outline: none !important;
    box-shadow: none !important;
}

.accordion-button {
    font-size: 1.1rem !important;
    cursor: pointer;
}

.accordion-button:not(.collapsed) {
    background-color: #FFFFFF !important;
}

.img-a {
    background-image: url("../images/nyil.png");
    background-repeat: no-repeat;
    background-position: center;
}

.text-gray {
    color: #808080 !important;
}

.bg-custom {
    background-color: #F02036 !important;
}

.bg-custom-img {
    background-image: url('../images/bg.png'), url('../images/bg.jpg');
    background-repeat: no-repeat;
    background-position: left bottom, center;
    background-size: auto, cover;
}

.text-custom {
    color: #F02036 !important;
    /*color: #00a2e2!important;*/
}

.bg-atmenet {
    background: rgb(255, 193, 7);
    background: linear-gradient(0deg, rgba(255, 193, 7, 0) 50%, rgba(255, 193, 7, 1) 90%);
}

.cursor-pointer {
    cursor: pointer;
}

.img-hover:hover {
    opacity: 0;
}

.nav-link:hover {
    color: #F02036 !important;
}

.btn-custom, .btn-custom2 {
    color: #747d88 !important;
    border-width: 4px !important;
    border-color: #747d88;
    border-radius: 100px;
    letter-spacing: 2px;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    outline: none !important;
    box-shadow: none !important;
}

.btn-custom-invert {
    color: #fff !important;
    border-width: 5px !important;
    border-color: #fff;
    border-radius: 100px;
    letter-spacing: 2px;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    outline: none !important;
    box-shadow: none !important;
}

.btn-custom:after, .btn-custom-invert:after {
    display: none;
    content: " ►";
}

.btn-custom:hover, .btn-custom-invert:hover, .btn-custom2:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.btn-custom:hover:after, .btn-custom-invert:hover:after {
    display: inline;
}

.map-container {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.map-container iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.text-gray {
    color: #747d88 !important;
}

.nyk {
    background-image: url("../images/nyomonkovetes.png");
    background-repeat: repeat-x;
    background-position: center;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .accordion-button {
        font-size: 1.5rem !important;
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {

}