BODY {
    padding: 15px;
    margin:0px;
    background-color: #2E3192;
    border-radius: 15px;
}

H1 {
    font-family: Arial, Helvetica;
    font-size: 24px;
    font-style: bold;
}
H2 {
    font-family: Arial, Helvetica;
    font-size: 18px;
    font-style: bold;
}
H3 {
    font-family: Arial, Helvetica;
    font-size: 14px;
    font-style: bold;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

P {
    font-family: Arial, Helvetica;
    font-size: 10pt;
    margin: 0px;
}

A {
    text-decoration: none;
}

IMG {
    border: 0px solid;
}

P.voorwaarden {
    font-family: Arial Narrow, Arial, Helvetica;
    font-size: 9pt;
    margin-top: 3px;
    padding-top: 3px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

P.tiny {
    font-family: Arial;
    font-size: 8pt;
}


P.small {
    font-family: Arial;
    font-size: 8pt;
}

DIV.menu {
    box-sizing: border-box;
    float: left;
    background-color: #2E3192;
    width: 140px;
    height: 26px;
    margin: 2px;
    text-align: center;
    padding-top: 6px;
    border-radius: 1px;
}
DIV.menu P {
    font-weight: bold;
    color: #ffffff;
}

DIV.bovenmenu {
    background-color: #2E3192;
    height: 2px;
}

DIV.ondermenu {
    background-color: #2E3192;
    height: 2px;
}

DIV.nextmenu {
    clear: both;
}

DIV.sglink {
    box-sizing: border-box;
    float: left;
    background-color: #2E3192;
    margin: 1px;
    text-align: center;
    padding-top: 2px;
    border-radius: 1px;
    overflow: hidden;
}

DIV.sglink P {
    color: #ffffff;
    font-size: 15px !important;
}

.sglink{
    color: white !important;
    font-size: 11px !important;
    font-weight: bold;
    text-decoration: none;
    background-color: #2E3192;
    border: none;
    border-radius: 5px;
    padding: 7px;
    margin: 1px;
    transition: 0.2s;
    transform: scale(1);
}
.sglink:hover {
    /* background-color: #C3D501; */
}

.big{
    font-size: 17px !important;
    padding: 10px;
}

.totaal{
    color: white !important;
    font-size: 15px !important;
    font-weight: bold;
    text-decoration: none;
    background-color: #2E3192;
    border: none;
    border-radius: 5px;
    padding: 5px;
    margin: 1px;
    transition: 0.2s;
    transform: scale(1);

}

DIV.nextsglink {
    clear: both;
}

DIV.main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    width: 260px;
    height: 44px;
    margin-top: 2px;
    margin-bottom: 2px;
    color: #b02020;
}

DIV.contact {
    box-sizing: border-box;
    float: left;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    margin-top: 2px;
    margin-bottom: 2px;
}
DIV.nextcontact {
    clear: both;
}

DIV.pagina {
    background-color: #ffffff;
    padding: 25px;
    border-radius: 10px;
    margin: 1%;
}

TABLE.topborder TR TD {
    border-top: solid gray 1pt
}

TABLE.bottomborder TR TD {
    border-bottom: solid gray 1pt
}
TABLE.bottomborder TR TD P {
    font-family: Arial;
    font-size: 8pt;
}

TABLE.topalign TR {
    vertical-align: top;
}

BODY.admin P {
    margin-bottom: 8px;
}
DIV.admin-inhoud {
    cursor: default;
}
DIV.admin-inhoud P {
    margin-top: 3px;
    margin-left: 10px;
}
DIV.admin-inhoud P A {
    text-decoration: none;
}

INPUT.reserveren {
    border: solid 1px #707070;
    height: 12px;
    width: 40px;
    margin-right: 4px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Courier New;
    font-size: 9pt;
}

TR.art:hover TD P {
    cursor: default;
}
TR.art:hover {
    background-color: #d0d0d0;
}
TABLE.invulscherm INPUT {
    border: solid 1px #707070;
}
TABLE.invulscherm SELECT {
    border: solid 1px #707070;
}

b{
    font-weight: bold;
    color: white !important;
}

.text{
    font-size: 17px;
}

.image-container{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    padding: 30px;
}

#logo{
    width: 100%;
}

/* ON desktop */
@media screen and (min-width: 600px){
    #logo{
        width: 40%;
    } 
}

/* Style for button links */
.button-marten {
    text-decoration: none;
    display: inline-block;
    margin: 2px 5px; /* Add spacing between buttons */
}

.button-marten button {
    background-color: #2E3192; /* Blue background */
    color: white; /* White text */
    border: none;
    border-radius: 5px;
    padding: 8px 13px; /* Padding for clickable area */
    font-size: 14px;
    font-family: Arial, sans-serif;
    cursor: pointer; /* Pointer cursor on hover */
    transition: background-color 0.3s ease, transform 0.2s ease; /* Smooth transition for hover effects */
}

/* Hover effect for buttons */
.button-marten button:hover {
    background-color: #1B237C; /* Darker blue on hover */
    transform: scale(1.05); /* Slight zoom effect */
}

/* Responsive styling for smaller screens */
@media (max-width: 768px) {
    .button-marten {
        display: block;
        text-align: center;
    }

    .button-marten button {
        width: 90%; /* Full-width buttons on smaller screens */
        margin: 5px auto; /* Center align buttons */
    }
}

/* Button */
.submit-marten{
    background-color: #2E3192;
    color: white;
border: none;
border-radius: 5px;
padding: 10px;
}

.submit-marten:hover{
    background-color: #C3D501;
    transition: 0.1s;
    color: #2E3192;
}

     /* Algemene Stijlen */
body {
    font-family: Arial, sans-serif;
    padding: 15px;
    margin: 0;
    background-color: #2E3192;
    border-radius: 15px;
}

/* Formulier Header */
.form-header {
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 20px;
}

/* Outer Container */
.outer-container {
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    /* padding: 20px; */
}

/* Inner Form Table */
.invulscherm {
    width: 100%;
    border-collapse: collapse;
}

.invulscherm td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    vertical-align: top;
}

.invulscherm td.label {
    width: 200px;
    font-weight: bold;
    color: #333;
}

/* Invoervelden Styling */
.invulscherm input[type="text"],
.invulscherm input[type="email"],
.invulscherm input[type="date"],
.invulscherm select {
    width: 100%;
    padding: 8px 12px;
    margin: 4px 0;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: border-color 0.3s;
}

.invulscherm input[type="text"]:focus,
.invulscherm input[type="email"]:focus,
.invulscherm input[type="date"]:focus,
.invulscherm select:focus {
    border-color: #66afe9;
    outline: none;
}

/* Readonly Velden */
.invulscherm input[readonly] {
    background-color: #e9ecef;
    cursor: not-allowed;
}

/* Buttons */
.button-container {
    margin-top: 20px;
}

.submit-marten {
    background-color: #2E3192;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    margin-right: 10px; /* Spacing tussen knoppen */
}

.submit-marten:hover {
    background-color: #C3D501;
    color: #2E3192;
}

.submit-marten.reset {
    color: #dc3545;
    background-color: white !important;
    border: 1px solid #dc3545;

}

.submit-marten.reset:hover {
    background-color: #dc3545 !important;
    color: white;
}

/* Informative Tekst */
.info-text {
    font-weight: bold;
    color: #333;
    margin-top: 20px;
}

.info-text strong {
    color: #000;
}

.info-text .important {
    color: #f00;
}

/* Responsive Design */
@media (max-width: 768px) {
    .outer-container, .invulscherm td.label {
        width: 100%;
        display: block;
    }

    .invulscherm td {
        display: block;
        width: 100%;
    }

    .outer-container td {
        padding: 15px;
    }

    .button-container {
        text-align: center;
    }

    .submit-marten {
        width: 90%;
        margin: 10px auto;
        display: block;
    }
}

.element-padding {
  padding-top: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
  padding-left: 0; /* Removes padding from the left */
}
.element-padding-x {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 0; /* Removes padding from the left */
}

.bigger{
    font-size: 17px;
}