@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Antonio');


* {
    padding: 0;
    margin: 0;
}

*:focus-visible {
    outline: 3px solid #ff3399 !important;
    outline-offset: 2px;
    border-radius: 1px;
}
/*
img:focus, .footer-link:focus, .label-link:focus, .nav-link:focus, .navbar-brand:focus, #my_share_image:focus, .lang_link:focus, #kisfaludy_link:focus {
}
*/




.important {
    font-weight: bold;
}
html {
    height: 100%;
}
body {
    margin: auto;
    max-width: 1920px;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    color: #555555;
    box-shadow: 0px 10px 25px 10px lightgrey;
}

p {
    margin-bottom: 0.6rem;
}
h1 {
    margin: 0;
    font-weight: bold;
}
h2 {
    padding-bottom: 1rem;
    font-weight: bold;
}
h3 {
    padding-bottom: 0.5rem;
}




.alignCenter {
    text-align:center;
}

.admin {
    text-align: center;
    color: black;
    background-color: #ff9955;
    padding:9px;
}


.nav-item {
    font-weight: bold;    
}
.decoratedHeaderText {
    padding-top: 2rem;
    background-image: linear-gradient(to right bottom, #112b08,#3a981b,#112b08);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.headerWithIcon {
    display: inline-block;
}


.headerIco {
    margin-top: 1rem;
}
.headerIcoWithoutText {

}
.headerIco, .headerIcoWithoutText {
    margin-right: 9px;
    font-size: 16px;
    min-width: 26px;
    min-height: 26px;
    max-width: 26px;
    max-height: 26px;
    background-color: white;
    padding: 6px;
    border-radius: 25px;
    border: 1px solid #328217;
    box-shadow: 2px 6px 6px #bbbbbb;
}

.flex-container {
    display: flex;
}
.roomCard {
    height: 100%;
    transition: color .3s ease-in-out, background-color .6s ease-in-out;
    
}
.roomCard:hover {
    background-color: white !important;
    color: #555555 !important;
}
.myArrowLeft {
    left: 10px;
}
.myArrowRight {
    right: 10px;
}
.myArrow {
    font-size: 200%;
    display: inline-block;
    position: absolute;
    top: 40%;
    color: transparent !important;   
}
.roomCard:hover .myArrow {
    color: #555555 !important; 
}
.roomImage {overflow: hidden;
    z-index: 100;
    margin: 0 !important;
    padding: 0 !important;
    min-height: 400px;

    -ms-background-position-x: center;
    -ms-background-position-y: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    
    transition: transform .5s ease;
}
.roomImage:hover {
    transform: scale(1.03);
}
.myBull {
    display: inline-block;
    height: 10px;
    width: 10px;
    background-color: #328217;
    border-radius: 5px;
    margin-right: 20px;
}


.xxxsh {
    box-shadow:
        inset 10px 10px 10px -10px #333333,
        inset -10px -10px 10px -10px #333333;    
}
.roomProperites {
    list-style-type: none;
}
.fullWidth {
    padding: 0;
}


.navbarWithoutImage {
    box-shadow: 2px 6px 6px #cccccc;   
}

.navbar-brand {
    font-weight: bold;
    letter-spacing: 2px;
}

/* --------------HEADER LINE-------------------- */

.contactLine {
    font-size: 12px;
/*    color: #cccccc; */
    color: #ffffff;
    padding: 6px 0;
}
.contactLine a {
    color: #ffffff;
  /* text-decoration: underline; */
}
/*.separatorElement {
    margin: 0 6px;
    font-size: 16px;
    position: relative;
    top: 2px;
} */
.contactMe {
    margin-right: 20px;
}
.contactIcon {
    margin-right: 10px;
    font-size: 15px;
}
#contactDiv, #contactDiv  a, .mapDiv a {
    color: white;
}
#contactDiv h3 {
    font-weight: bold;
}



/* --------------NAVBAR-------------------- */

.navbar {
    padding: 20px 0;
}

/*
.navbar-nav {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
} */
.nav-item {
    margin: 0 6px;
    font-size: 90%;
}
.nav-item a {
    color: #2C405E;
    position: relative;
    text-decoration: none;
}
.nav-item a::after {
    border-radius: 2px;
    content: '';
    background-color: #328217;
    position: absolute;
    bottom: -15px;
    left: 0;
    opacity: 0;
    height: 3px;
    width: 100%;
    transition: transform 0.6s ease;/*, opacity 0.6s; */
}

nav .nav-item a:hover::after {
	opacity: 1;
	transform: translateY(-16px);
}

.labels {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.label-link {
    background-color: rgba(0,0,0,0.2);
    padding: 2px 6px;
    margin-top: 6px;
    margin-bottom: 5px;
    display: inline-block !important;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 6px;
}
.footer-link, .label-link {
    color: #aaaaaa;
    display: inline-block !important;
    margin-right: 12px;
}
.footer-link:hover, .label-link:hover {
    font-weight: normal;
    color: white !important;
}





footer {
    font-size: 80%;
}







/* --------------HEADER IMAGE-------------------- */


.siteHeaderCoverDiv:hover {
/*    visibility: visible;
    opacity: 1;
    transition: opacity 0.6s, visibility 0.6s;*/
}


.siteHeaderImageDiv, .siteFooterImageDiv {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.siteHeaderCoverDiv {
    background-color: rgba(0,0,0,0.2);
    box-shadow:
        inset 0px 10px 10px -10px #333333,
        inset 0px -10px 10px -10px #333333;
}
.siteFooterCoverDiv {
    background-color: rgba(0,120,0,0.3);
    box-shadow:
        inset 0px 10px 10px -10px #224422,
        inset 0px -10px 10px -10px #224422;
}
.siteHeaderCoverDiv, .siteFooterCoverDiv {
    width: 100%;
    height: 100%;
}
.fadeIn, .slideIn {
    opacity: 0;
}
.noWrap {
    white-space: nowrap;    
}

.langImage {
    width: 20px;
}


.mainSiteHeaderContentDiv {
    text-shadow: 0 2px 0 black, 0 0 9px black;

}
#siteFooterContentDiv {
    padding: 30px 0;
}
#siteFooterContentDiv h2 {
    padding-top: 1rem;
    font-size: 50px;
}
.siteHeaderContentDiv {
    font-size: 56px;
    padding: 120px 0;    
}
#siteFooterContentDiv p {
    text-shadow: 0 2px 0 black, 0 0 9px black;
    padding-bottom: 20px;
    font-size: 20px;
}
.siteHeaderContentDiv, #siteFooterContentDiv h2 {
    font-family: "Antonio", sans-serif;
    text-shadow: 0 2px 0 black, 0 0 9px black;

}
.siteHeaderContentDiv, #siteFooterContentDiv {
    width: 100%;
    height: 100%;
    color: white;
    text-align: center;
    font-weight: bold;
}
#siteFooterImage {
    background-image: url('../images/sailboats.webp');
    background-position-y: -400px;
}
@media (min-width: 576px) {
    .siteHeaderBackgroundDiv_main {
        padding-top: 330px; /* 10%; */
        padding-bottom: 20%;
    }    
}
@media (max-width: 576px) {
    .siteHeaderBackgroundDiv_main {
        padding-top: 100px;
        padding-bottom: 100px;
    }    
}
.siteHeaderBackgroundDiv_main {
/*    font-family: "Antonio", sans-serif; */
    color: white;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../images/headers/home.webp');
}
.mainSiteHeaderContentDiv h1 {
    font-size: 20px !important;
}
.mainSiteHeaderContentDiv h2 {
    font-size: 60px !important;
}
@media (min-width: 576px) {
    .menuCard {
        top: -60px;
    }
}
@media (max-width: 576px) {
    .menuCard {
        top: 20px;
    }    
}
.menuCard h3, .roomCard h3 {
    font-family: "Antonio", sans-serif;   
    font-weight: bold;
}
.menuCard {
    text-align: center;
    padding: 20px;
    background-color: white;
    position: relative;
    height: 100%;
    border: 0px solid #dddddd;
    border-radius: 6px;
    box-shadow: 0px 6px 15px 6px rgba(0,0,0,0.1);       
}
.menuCardImage {
    height: 160px;
    -ms-background-position-x: center;
    -ms-background-position-y: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;    
}


.siteHeaderBackgroundDiv_rooms {
    background-image: linear-gradient(#8be6f9, #54dcfb);
}
#siteHeaderImage_rooms {
    background-image: url('../images/headers/rooms.webp');
    background-position-y: -90px;
}
.siteHeaderBackgroundDiv_about {
    background-image: linear-gradient(#8be6f9, #54dcfb);
}
#siteHeaderImage_about {
    background-image: url('../images/headers/about.webp');
    background-position-y: 0px;
}
.siteHeaderBackgroundDiv_covid {
    background-image: linear-gradient(#444444, #666666);
}
#siteHeaderImage_covid {
    background-image: url('../images/headers/covid.webp');
    background-position-y: -60px;
}
.siteHeaderBackgroundDiv_booking {
    background-image: linear-gradient(#b1a194, #c9b49f);
}
#siteHeaderImage_booking {
    background-size: 100%;
    /* background-image: url('../images/headers/booking.webp');
    background-position-y: -60px; */
    /*
        -ms-background-position-x: center;
    -ms-background-position-y: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;  
    */
}
.siteHeaderBackgroundDiv_contact {
    background-image: linear-gradient(#e7f9fd, #a99fa5);
}
#siteHeaderImage_contact {
        background-size: 100%;
 
}
@media (min-width: 576px) {
    #siteHeaderImage_contact {
        background-position-y: -20px;
        background-image: url('../images/headers/contact.webp');
    }
}
@media (min-width: 576px) and (max-width: 992px) {
    #siteHeaderImage_contact {
        background-position-y: -50px;
        background-image: url('../images/headers/contact_M.webp');
    }
}
@media (max-width: 576px) {
    #siteHeaderImage_contact {
        background-position-y: 0px;
        background-image: url('../images/headers/contact_XS.webp');
    }
}


@media (min-width: 992px) {
    #siteHeaderImage_booking {
        background-position-y: -60px;
        background-image: url('../images/headers/booking.webp');
    }
}
@media (min-width: 576px) and (max-width: 992px) {
    #siteHeaderImage_booking {
        background-position-y: -60px;
        background-image: url('../images/headers/booking_M.webp');
    }
}
@media (max-width: 576px) {
    #siteHeaderImage_booking {
        background-position-y: 0px;
        background-image: url('../images/headers/booking_XS.webp');
    }
}

.mapDiv {
    min-height: 400px;
}



.imageUnit {
    font-style: italic;
}
.bgImage {
    -ms-background-position-x: center;
    -ms-background-position-y: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 0px solid #dddddd;
    border-radius: 9px;
    box-shadow: 2px 6px 6px #bbbbbb;
    height: 530px;
}
#bgImage_about {
    /*background-image: url('../pictures/haz.webp');*/
}
#bgImage_booking {
}

#bgImage_gmap {
    -ms-background-position-x: center;
    -ms-background-position-y: top;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}


#fullScreenDiv {
    cursor:pointer;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    vertical-align: middle;
    text-align: center;
    position: fixed;
    top:0;
    left:0;
    height: 100vh;
    width: 100vw;
    z-index: 10000; /* min 1030 legyen, hogy a menüt eltakarja */
}
#fullScreenPic {
    margin: auto;
    display: block;
    max-height: 100vh;
    max-width: 100vw;
    border: 3px solid gray;
}
#fullScreenCloser {
    position: fixed;
    top: 20pt;
    right: 20pt;
    font-size: calc(300%) !important;
    color: white;
}

.fullHeight {


    /* Full height */
    height: 100%; 

    /* Center and scale the image nicely */
    -ms-background-position-x: center;
    -ms-background-position-y: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;    
}




.btn {
    padding: 0.8rem 1.6rem;
    -webkit-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
    text-transform: uppercase;
    font-weight: bold;
}



/*
.btn:hover {
    background-color: white;
    border: 2px solid green;
    color: green;
} */



/*SS
#share {
    background-color:#0044ff !important;
    height:24px;
    width: 80px;
} */

.my_share_image{
    background-image: url("../images/fb_share2.png");
}
.my_share_image:hover{
    background-image: url("../images/fb_share1.png");
}
.my_share_image, .my_share_image.hover{
    height: 22px;
    width: 80px;
    background-size: 80px 16px;
    background-repeat: no-repeat;
    background-position: center;
}
