body,
html {
    height: 100%;
    color: #000000;
    line-height: 1.8;
    scroll-behavior: smooth;
    font-family: 'Roboto Condensed', sans-serif !important;
}

.w3-wide {
    letter-spacing: 10px;
}

.w3-hover-opacity {
    cursor: pointer;
}

.w3-button:hover {
    color: #ffffff !important;
}

.w3-bar-item:hover {
    background-color: transparent !important;
}

.w3-button {
    color: #d6d6d6;
}

.washed-white {
    color: #d6d6d6;
}

.datepicker-picker {
    padding: 10px;
    border-radius: 10px;
}

.datepicker-cell.disabled {
    color: red!important;
}

.reading-more {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 1);
    color: #000;
    border-radius: 30px;
    font-weight: 700;
}

.reading-more:hover {
    background: #ffffff8c;
    border-color: transparent;
    color: #111;
    cursor: pointer;
}

.ms_nav_dark_green {
    color: #000 !important;
    background-color: #515d40 !important;
}

.dark-green {
    color : #515d40 ;
}

.impressum-body-text {
    text-align: left;
}

.impressum-header-text {
    text-align: left!important;
}

.img-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #008CBA;
}

.destination-home {
    z-index: 1;
    width: 50px;
    height: 50px;
    background-color: var(--destination-btn-bg-color);
    border: 2px solid black;
    border-radius: 50%;
    box-shadow: var(--destination-btn-box-shadow);
}

a {
    text-decoration: none;
}

h4 {
    letter-spacing: 4px;
    text-align: center;
    font-weight: 400;
    font-size: 30px;
}

h3 {
    letter-spacing: 4px;
    font-weight: 400;
}

.scroll-up {
    display: block;
    /* position: fixed; */
    bottom: 7px;
    right: 7px;
    z-index: 999;
}

.nu-reserven-btn {
    border: 1px solid black;
    border-radius: 30px;
    font-size: small;
    width: fit-content;
}

.nu-reserven-btn>a {
    padding: 8px 37px;
    letter-spacing: 2px;
}

.nu-reserven-btn:hover {
    background: black;
    color: white;
}

.too-webpage-btn {
    border: 1px solid black;
    border-radius: 30px;
    font-size: small;
    width: fit-content;
    margin-top: 10px;
}

.too-webpage-btn>a {
    padding: 8px 37px;
    letter-spacing: 2px;
}

.too-webpage-btn:hover {
    background: black;
    color: white;
}

#addDatesBtn:hover {
    background: black!important;
    color: white!important;
}


.footer-wrap {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    font-size: 14px;
}

.valid {
    border-left: 3px solid #44E444;
}

.invalid {
    border-left: 3px solid #FF0000;
}

.checkmark {
    width: 30px;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}


.input-group-date {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    border: none;
    box-shadow: 0 4px 0px -3px lightgray;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-tertiary-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
}

.explore-papa-head-container {
    border-bottom: 1px dotted lightgray;
    /* padding-bottom: 25px; */
}

.explore-para-font-style-header {
    font-weight: 300;
    font-size: 14px;
}

.explore-para-font-style-text {
    font-weight: 300;
    font-size: 14px;
}

.ul-a {
    padding: 0px;
    list-style-type: none;
    font-weight: 300;
    font-size: 14px;
}

.ul-a>li:before {
    content: "-  ";
}

.image-container {
    position: relative;
    /* padding: 8px; */
    overflow: hidden;
}

.overlay {
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    background-color: rgba(0, 0, 0, 0.7);
    /* Adjust the overlay color and opacity as needed */
    /* display: flex; */
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.overlay p {
    color: white;
    /* Adjust the text color as needed */
    text-align: center;
}

.image-container:hover .overlay {
    opacity: 1;
}

.o-header {
    letter-spacing: 2px;
    font-weight: 200;
    font-size: 11px;
    margin: 0px;
    margin-top: 50px;
}

.o-text {
    font-weight: 100;
    letter-spacing: 2px;
    font-size: 11px;
    color: lightgray !important;
    margin: 0px;
}

.f-g-1-slides >img,.f-g-2-slides >img,.f-g-4-slides >img,.f-g-3-slides >img,.f-g-5-slides >img,.f-g-6-slides >img {
    position: fixed;
    background-color: white;
    margin: 0;
    padding: 0;
    max-height: 90%;
    max-width: 90%;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 20px black;
}

#reservieren-container {
    margin-left: 20%;
    margin-right: 20%;
}

#section1 {
    scroll-margin-top: 40px;
}

#myNavbar {
    justify-content: center;
    display: flex;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 11px;
    font-weight: 300;
}

.stylish-borderline {
    position: relative;
    background: #eaeaea;
    display: block;
    height: 1px;
    width: 100%;
    margin: 4px 0 3px;
}

.stylish-borderline-emptycenter {
    position: relative;
    background: #eaeaea;
    display: block;
    height: 1px;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 4px;
    margin-bottom: 3px;
}

.stylish-borderline::before {
    position: absolute;
    background: #eaeaea;
    content: "";
    bottom: -7px;
    left: 50%;
    height: 14px;
    width: 14px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    margin-left: -7px;
}

.stylish-borderline::after {
    position: absolute;
    background: #fff;
    content: "";
    bottom: -5px;
    left: 50%;
    height: 16px;
    width: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    margin-left: -8px;

}

#card-wijn{
    width: 30%;
    margin-left: auto;
    margin-right: auto;
}

.w3-ul {
    height: 700px;
}

#navDemo {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 10px;
}

#nuwenstatHeaderTwo {
    text-transform: uppercase;
}

.nuwenstat-en-comfort-row {
    margin-top: 100px;
    /* margin-left: 40px;
    margin-right: 40px; */
    margin-bottom: 100px;
}

.nuwenstat-en-comfort-col-text {
    padding-left: 32px;
}

.nuwenstat-en-comfort-col-img {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.header-wide {
    letter-spacing: 10px;
}

#myNavbar > .w3-bar-item {
    display: flex;
    align-self: center;
}

#portrait-container {
    margin-left: 20%; 
    margin-right: 20%;
}

/* #logo-nav {
    background: url(img/logo1.PNG);
} */

@media (max-width: 1200px) {
    #reservieren-container {
        margin-left: 8%;
        margin-right: 8%;
    }
}


@media (max-width: 980px) {
    #myNavbar {
        display: block;
        color: #000 !important;
        background-color: #515d40 !important;
        text-align: left!important;
    }

    #reservieren-container {
        margin-left: 0px;
        margin-right: 0px;
    }

    .impressum-body-text {
        text-align: center!important;
    }

    .impressum-header-text {
        text-align: center!important;
    }

    #portrait-container {
        margin-left: 8%; 
        margin-right: 8%;
    }
}

@media (max-width: 600px) {

    #myNavbar {
        text-align: left!important;
    }

    #reservieren-container {
        margin-left: 0px;
        margin-right: 0px;
    }

    #navDemo {
        border-top: 1px solid #ffffff3b;
    }

    #card-wijn{
        width: 100%; 
    }

    #reservieren-container {
        margin-left: 2%;
        margin-right: 2%;
    }

    #nuwenstatHeaderOne,
    #impressionsHeaderOne {
        font-size: 28px;
    }

    .w3-ul {
        height: auto;
    }

    .nuwenstat-en-comfort-row {
        margin-top: 100px;
        /* margin-left: 20px;
        margin-right: 20px; */
        margin-bottom: 100px;
    }

    .nuwenstat-en-comfort-col-text {
        padding-left: 0px;
    }

    .nuwenstat-en-comfort-col-img {
        margin-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .impressum-body-text {
        text-align: center!important;
    }

    .impressum-header-text {
        text-align: center!important;
    }

    .header-wide {
        letter-spacing: 0px;
    }

    #portrait-container {
        margin-left: 0px;
        margin-right: 0px;
    }

    #hedwig {
        margin-bottom: 20px;
    }
    
}