/* 
color scheme

content accent:

#cec3b7 / 
#e0d9d2 /
#404b57 /
#313c48 /


text accent:
#313c48 / 
--------------------------------------*/
:root {
    --footerHeight: 100px;
}


/* defaults */
body {
    font-family: "Arvo", serif;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.4;
    background: #fff;
}

body a {
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    color: #313c48;
}

h2 {
    color: #313c48;
}

/* fonts */

.arvo-regular {
    font-family: "Arvo", serif;
    font-weight: 400;
    font-style: normal;
}

.arvo-bold {
    font-family: "Arvo", serif;
    font-weight: 700;
    font-style: normal;
}

.arvo-regular-italic {
    font-family: "Arvo", serif;
    font-weight: 400;
    font-style: italic;
}

.arvo-bold-italic {
    font-family: "Arvo", serif;
    font-weight: 700;
    font-style: italic;
}

/* navigation */

.logo {
    position: absolute;
    left: 10px;
}

.topnav {
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 15px;    
}

.topnav a {
    float: right;
    display: block;
    color: #000;
    text-align: center;
    padding: 14px 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.1rem;
}

.topnav a:hover {
    background-color: #E7E8D1;
    color: black;
}

.topnav a.active {
    background-color: #31473A;
    color: #fff;
}

.topnav .icon {
    display: none;
}

@media screen and (max-width: 1400px) {
    .topnav {
        padding-left: 15px;
    }

    .topnav a {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 1400px) {
    .topnav.responsive {
        position: relative;
    }

    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}

@media screen and (max-width: 515px) {

    .logo img{
        width: 80%;            
        }

    .topnav {
        padding: 0px;
    }
}

/* header */
#booking {
    cursor: pointer;
    display: flex;
    position: fixed;
    right: 25px;
    bottom: calc(var(--footerHeight) - 85px);
    width: 145px;
    height: 145px;
    background-color: #313c48;
    color: #fff;
    border-radius: 50%;
    justify-content: center;
    text-align: center;
    padding-top: 1.2rem;
    text-shadow: 2px 2px 5px #e0d9d2;
}

#booking a {
    color: #fff;
    font-weight: 400;
}

@media screen and (max-width: 880px) {
    #booking {
        left: 70%;
    }
}

/* content */
main {
    margin-top: 50px;
    margin-bottom: 210px;
}

/* footer */
footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 75px;
    padding-top: 15px;
    padding-left: 15px;
    background-color: #e0d9d2;
    margin-top: 50px;
    font-size: 0.8rem;
}

footer a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.8rem;
}

.copyright {
    padding-left: 12px;
}

footer h2 {
    color: #000;
}

.footerRechts {
    text-align: right;
}

/* Design */

.row>* {
    padding-right: 0;
}

.contentPadding {
    padding-top: 15px;
    padding-left: 100px;
    padding-right: 25px;
}

.contentPadding2 {
    padding-top: 15px;
    padding-left: 20%;
    padding-right: 20%;
}

@media screen and (max-width: 1300px) {
    .contentPadding {
        padding-left: 1.5rem;
        padding-right: 0.25rem;
    }

    .contentPadding2 {
        padding-left: 5%;
        padding-right: 5%;
    }

}

.picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.xw-ls__banner-text {
    color: #313c48;
}

.rooms img {
    width: 100%;
    padding-bottom: 15px;
}


.box {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.grey {
    background-color: #e0d9d2;    
}

.light {
    background-color: #404b57;    
}

.blue {
    background-color: #313c48;
    color: #fff;    
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 70px;
    right: 42%;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #e0d9d2;
    color: #000;
    cursor: grabbing;
    padding: 15px;
    border-radius: 4px;
}

#myBtn:hover {
    background-color: #313c48;
    color: #fff;
}

.btn-outline-engel1 {
    --bs-btn-color: #fff;
    --bs-btn-border-color: #fff;
    --bs-btn-hover-color: #313c48;
    --bs-btn-hover-bg: #fff;
    --bs-btn-hover-border-color: #fff;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #313c48;
    --bs-btn-active-bg: #fff;
    --bs-btn-active-border-color: #fff;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fff;
    --bs-gradient: none;
    --bs-btn-padding-x: 1.5rem;
    --bs-btn-padding-y: 0.5rem;
}

.btn-outline-engel2 {
    --bs-btn-color:#000;
    --bs-btn-border-color: #313c48;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #313c48;
    --bs-btn-hover-border-color: #e0d9d2;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #313c48;
    --bs-btn-active-bg: #e0d9d2;
    --bs-btn-active-border-color: #e0d9d2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #e0d9d2;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #e0d9d2;
    --bs-gradient: none;
    --bs-btn-padding-x: 1.5rem;
    --bs-btn-padding-y: 0.5rem;
}
