.navbar-logo,.navbar-logo:hover {
    color: white;
    font-size: 26px;
    font-weight: bold;
    line-height: 18px;
    text-decoration: none;
    margin-left: 10px;
    margin-right: 10px;
    top: 30px;
    position: sticky;
}
.fixed-top {
    background: #3a1642;
}
.accordion {
    background-color: #3a1642;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}
  
.active, .accordion:hover {
    background-color: #3a1642;
    color:rgba(255,255,255,.75)
}
.accordion:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
content: "\2212";
}
.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    padding-top: 10px;
}

.centered {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.row button{
    background: #3a1642;
    color: white;
}

.formulier{
    text-align: left;
}
li{
    list-style-type: none;
}
.btn-primary{
    background: #3a1642;
}
.lesvorm{
    margin-top: 20px;
}
.detailsimg{
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.btn:hover, .btn:first-child:active, .btn-primary:not(:disabled):not(.disabled):active {
    color:rgba(255,255,255,.75);
    background-color: #3a1642;
    border-color: rgba(255,255,255,.75);
}
#laatst_gewijzigd, #active, .none{
    display: none;
}
.data-submit{
    margin-bottom: 10px;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #3a1642;
    --bs-btn-border-color: #3a1642;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #3a1642;
    --bs-btn-hover-border-color: #3a1642;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #3a1642;
    --bs-btn-active-border-color: #3a1642;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #3a1642;
    --bs-btn-disabled-border-color: #3a1642;
}
.centered1 {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.headerimg{
    width: 100%;
    height: 100%;
    position: relative;

}
.navbar-dark .navbar-nav .nav-link {
    color: white;
    text-align: left;
}

.header{
    overflow: hidden;
    height: 300px;
    padding: 0px;
    margin: 0px;
    box-shadow: 0px 0px 8px 1px #000000;
}
#map{
    height: 300px;
}
.footer-main{
    background-color: #3A1642;

}
.center{
    text-align: center;
}
.foto img{
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}
label {
    display: inline-block;
    font-weight: bold;
}

/* This would be the way to go without PHP */
tbody tr:nth-child(odd) {
    background-color: white;
}
tfoot td {
    text-align: center;
    font-weight: bold;
}

td {
    padding: 0 10px;
}
td.image img {
    width: 50px;
    height: 50px;
}

.errors {
    color: red;
}
h3, h4{
    line-height: 2.2;
}
.homepageimg{
    width: 100%;
    height: auto;
    position: relative;
}
.left{
    text-align: left;
}
.reserveren{
    background-color: #17a2b8;
    border: 2px solid #17a2b8;
    padding: 35px;
    background: #17a2b8;
    color: white;
    margin-bottom: 66px;
}
.tafelres{
    width: 100%;
}
.tafelres input, .index input#datum, .index input#tijd{
    float: right;
}
.index .data-submit{
    text-align: right;
    width: 100%;
}
.image{
    height: auto;
    width: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
.contact{
    padding-top: 50px;
}
.footer{
    color: white;
}
.inleiding, .container-lg, .container-md, .container-sm {
    margin-top: 50px;
    margin-bottom: 50px;
}
.paragraaf{
    margin-top: 50px;
    padding: 0px;       
}
@media (min-width: 992px){
}
/*voor mobiel*/
@media (max-width: 768px) {

    .header{
        overflow: inherit;
        height: 100px;

    }
    .dropdown-menu{
        background: #3a1642;
    }
    .dropdown-item{
        color: white;
    }
    .index .data-submit{
        text-align: left;
        width: 100%;
    }
    .navbar-logo{
        top: 34px;
        font-size: 23px;
    }
    .navbar-nav .nav-link {
        padding-left: 10px;
    }
    .paragraaf {
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
    .centered1 {
        transform: translate(-50%, 50%);
        width: 80%;
    }
    .centered {
        font-size: 25px;
        width: 80%;
    }
    .headerimg {
        bottom: -80px;
    }
    .desk{
        display: none;
    }
    .admintable{
        margin-top: 20px;
    }
    .methodehome{
        margin-top: 10px;
    }
    .image{
        width: 100%;
    }
}
