body,
nav 
{
    background-color: #4B0E1E;
    box-sizing: content-box !important;
}

.carousel,
.carousel-item,
body 
{
    padding-right: 0 !important;
}

.carousel,
.carousel-item,
.carouselimg 
{
    min-width: 100% !important;
}

.kep2,
.kep3 
{
    margin-left: 2.5rem !important;
}

.modal,
body,
html 
{
    overflow-x: hidden;
}

@font-face 
{
    font-family: montserrat_regular;
    src: url("../../../../Main/betutipusok/montserrat/Montserrat-Regular.ttf") format("truetype");
}
@font-face 
{
    font-family: montserrat_semibold;
    src: url("../../../../Main/betutipusok/montserrat/Montserrat-SemiBold.ttf") format("truetype");
}
@font-face 
{
    font-family: montserrat_semibold_italic;
    src: url("../../../../Main/betutipusok/montserrat/Montserrat-SemiBoldItalic.ttf") format("truetype");
}
@font-face 
{
    font-family: colgent;
    src: url("../../../../Main/betutipusok/Colgent/Colgent.ttf") format("truetype");
}
@font-face
{
    font-family: montserrat_medium;
    src: url("../../../../Main/betutipusok/montserrat/Montserrat-Medium.ttf") format("truetype");
}

body 
{
    max-width: 100% !important;
}

/*NAV*/
.footerlink,
.menu-link,
.menu-link:hover 
{
    color: #fff;
    text-decoration: none;
}

.nav-link,
.nav-link:hover 
{
    color: #fff !important;
    border-radius: 20px;
}

.nav-link 
{
    font-family: montserrat_regular;
    font-size: 23px;
    text-transform: uppercase;
}

.nav-link:hover 
{
    border: 1px solid #fff;
}
/*NAV*/

.carousel-item 
{
    height: 73%;
}

.carouselimg 
{
    object-fit: cover;
    height: 100% !important;
    transform: scale(1);
    position: absolute;
    z-index: -1;
}

.carouselszoveg 
{
    color: #fff;
    font-size: 10vw;
    font-family: Colgent;
    padding-top: 10% !important;
}

.cim 
{
    margin-top: 2rem !important;
    color: #fff;
}

.cim3 
{
    font-size: 80px;
    color: #fff;
}

.cim,
.cim2 
{
    color: #fff;
    font-size: 60px;
}

.cim,
.cim2,
.cim3 
{
    font-family: colgent;
}

.logokep 
{
    width: 350px;
}

.allo_feher 
{
    height: 90%;
    float: left;
}

.fekvo 
{
    display: none !important;
    margin-bottom: 0 !important;
}

.kep2 
{
    margin-top: 5rem !important;
}

.kep3 
{
    margin-top: 3rem !important;
}

.cim,
.szoveg,
.pluszSzoveg
{
    margin-left: 20% !important;
}

.nagyakep 
{
    margin-right: -30% !important;
    margin-top: 5rem !important;
}

.szoveg,
.szoveg2 
{
    font-family: montserrat_semibold;
    font-size: 18px;
    color: #fff;
}

.pluszSzoveg
{
    font-family: montserrat_regular;
    font-size: 18px;
    color: #fff;
    margin-top: 6rem;
}

.arbovebb 
{
    background-color: #7b142f;
    margin-bottom: 100px;
}


.kartyaszoveg 
{
    font-family: colgent;
    font-size: 65px;
    color: #fff;
}

.CardWidth
{
    width: 75% !important;
}

/*FOOTER*/
.footercim,
.footercim2 {
    font-size: 15px;
}
.card-text {
    font-family: montserrat_semibold;
    color: #fff;
}
.footercim2 {
    margin-top: 0 !important;
}
.footertartalom {
    color: #fff;
    font-size: 20px;
    font-family: montserrat_medium;
}
.footerfelso
{
    width: 70%;
}
.footeralso {
    width: 70%;
}
.footerlink:hover {
    color: #fff;
    border-bottom: 1px solid #fff;
}
.kicsi_allo,
.kicsi_allo2 {
    width: 4% !important;
    margin-top: 0rem !important;
}
.footerelso {
    padding-left: 22rem !important;
    padding-top: 3rem !important;
}
.linkdiv
{
    padding-top: 3rem !important;
}
.listadiv
{
    padding-right: 20rem !important;
    padding-top: 3rem !important;
    font-size: 15px !important;
}
/*FOOTER*/

.apartmankepek:hover,
.card:hover 
{
    transform: scale(1.02);
    -ms-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
}

/*IMAGE VIEWER*/
.modal 
{
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
}

#next,
#prev,
.close 
{
    position: absolute;
    top: 15px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: 700;
    transition: 0.3s;
}

.modal-content 
{
    margin: auto;
    display: block;
    width: 75%;
}

#caption,
.modal-content 
{
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom 
{
    from 
    {
        -webkit-transform: scale(0);
    }
    to 
    {
        -webkit-transform: scale(1);
    }
}

@keyframes zoom 
{
    from 
    {
        transform: scale(0);
    }
    to 
    {
        transform: scale(1);
    }
}

.close 
{
    right: 35px;
}

#next:hover,
#prev:hover,
.close:focus,
.close:hover 
{
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 700px) 
{
    .modal-content 
    {
        width: 100%;
    }
}

#prev 
{
    right: 140px;
}

#next 
{
    right: 90px;
}
/*IMAGEVIEWER*/

.nemtablet 
{
    display: flex !important;
}

.nemtablet2 
{
    display: block !important;
}

.tablet 
{
    display: none !important;
}

.kisakepek 
{
    position: relative;
    right: -100;
}
