:root{
    --bgColor:#fff;
    --bgColorHeads: #EBB905;
    --bgColorBorder: #e3e3e3;
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    background-color: var(--bgColor);
}


p{
    margin:0 0 10px 
}

h1, .h1 {
    font-size: 36px;
}

h4, .h4 {
    font-size: 18px;
}

.container {
    background-color:var(--bgColor);
}

#footer{
    background-color:var(--bgColor);
}

.well {
    background-color: var(--bgColorHeads);
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    border: 1px solid var(--bgColorBorder);
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px r
}


.btn-default{
    color: #333;
    background-color: var(--bgColor);
    border-color: var(--bgColorBorder);
}
.btn-block{
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;

}
.btn{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.btn-reservering{
    padding: 10px 16px;
    /*  font-size: 1vw; */
    line-height: 1.33;
    border-radius: 6px;
}
.btn:hover{
    background-color: #d2ae2e;
    color:#FFFFFF;
    font-weight: bold;
}

.slide{
padding-left: 0px;
padding-right: 0px;
margin-left: 0px;
margin-left: 0px;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.Carousel{
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-left: 0px;
}
.Row.Carousel-inner{
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-left: 0px;
}
div.Carimg img.Carimg{
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-left: 0px;

}
.Carousel{
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-left: 0px;

}
figcaption{
    padding: 0.5em;
    border: thin var(--bgColorBorder) solid;
    border-bottom: none;
    border-top: none;
    text-align: center;
    background-color: var(--bgColorHeads);
}



.panel-default {
    border-color: var(--bgColorBorder);
}

.panel {
    margin-bottom: 20px;
    background-color: var(--bgColor);
    border: 0.5px rgba(0, 0, 0, 0.2) solid;

    border-radius: 4px;
    /* -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%); */
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.panel-default > .panel-heading {
    background-color: var(--bgColorHeads);
}



.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel-body {
    padding: 15px;
}
hr{
    border: 0.5px var(--bgColorHeads) solid;
    opacity: 0.7;
}

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}