﻿
/* ========= Specifieke opmaak van de blokken/kaarten op pagina 'Memorandum' ========= */

.card {
    inline-size: 100%; /* breedte van de kaart */
}

.card1-title img {
    inline-size: 100%;
    margin: 0 auto;  
    border-radius: 5px;
}

.button {
    margin: 0.25vw auto;
    inline-size:100%;
}

:root {
    --primary-color: rgb(0, 45, 71); /* blue */
    --accent-color1: rgb(255, 127, 30); /* orange */
    --accent-color2: rgb(242, 242, 242); /* grey */
    --radius: 2px;
}

/* ==== HEADER ==== */



.header_memo .title {
    font-size: 1em;
    font-weight: bold;
    margin-top: 1vw;
}

/* wijzigingen blauwe achtergrond */

header p {
    color: white;
}

.navbar1 {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

.title_mem p {
    color: white;
}

.footer {
    border-top: 1px solid white;

}

.copyright {
    border-top:1px solid rgb(0,45,71);
}











.divider_header {
    border-bottom: 1px solid rgb(0, 45, 71);
    margin-top: 0.5vw;
    margin-bottom: 2vw;
    color: rgb(0,45,71);
}

.divider_footer {
    border-bottom: 1px solid rgb(0, 45, 71);
    margin-top: 2vw;
    margin-bottom: 0.5vw;
    color: rgb(0,45,71);
}


/* ==== Einde HEADER ==== */

body {
    background-image: none;
    background-color: rgb(0,45,71);
}



p {
    text-align: justify;
}

.title {
    display: flex;
    justify-content: space-between;
    font-style:italic;
    font-size:0.8em;
}

.title_mem h1 {
    padding: 1vw 0 1vw 0;
    color: white;
    font-weight: 900;
    text-transform: none;
    text-align: left;
    font-size: 2em;
}

.memorandum_footer {
    font-style: italic;
    font-size: 0.8em;
}


h1 {
    font-size: 1em;
    padding: 1vw 0 1vw 0;
    text-transform: uppercase;
    text-align: center;
    color: var(--primary-color);
}

h2 {
    font-size: 1em;
}

h3 {
    font-size: 1em;
    font-style: italic;
}

h4 {
    font-style: italic;
    font-weight: normal;
}


.container {
    max-width: 1044px;
    box-sizing: border-box;
    margin: auto;
    background-color: white;
    padding: 50px;
    padding-left: 5vw;
    padding-right: 5vw;
    box-shadow: 0 4px 8px rgba(0, 45, 71, 0.3);
    background-image: url('../../media/image/CompasV2.png');
    background-size: contain;
    background-repeat: repeat-y;
    background-position: right;
    border-radius: 10px;
}


#ftn1, #ftn2, #ftn3, #ftn4, #ftn5, #ftn6, #ftn7, #ftn8, #ftn9, #ftn10, #ftn11, #ftn12, #ftn13, #ftn14, #ftn15, #ftn16, #ftn17 {
    font-size: 0.8em;
}

.relevant-instruments-table td:first-child {
    width: 10%;
}

.relevant-instruments-table td {
    text-align: left;
    vertical-align: top;
    text-align: justify
}

    .annex_table td:first-child {
        width: 20%;
    }

.annex_table td {
    
    padding: 0.5vw 0;
}
.para_section-text {
    flex: 1;
    font-size: 1rem;
    font-weight: bold;
}

.paragraph-box, .section-box {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.section-box {
    margin-top: 2vw;
}

.para-number {
    width: 6em;
    color: #003366;
    margin-right: 1em;
    text-align: left;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: bold;
}

.para-number-annex {
    width: 4.5em;
    color: #003366;
    margin-right: 1em;
    text-align: left;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: bold;
}



.para-text {
    flex: 1;
    font-size: 1rem;
    text-align: justify
}

.no-underline {
    text-decoration: none;
    color: var(--primary-color);
    font-size: 0.8em;
}

ol, ul {
    text-align: justify;
    line-height: 1.2;
    margin-top: 0;
}

.srp-table,
.srp-table th,
.srp-table td {
    border: 1px solid #333;
    border-collapse: collapse;
}

.srp-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    font-size: 0.8em;
}

    .srp-table th,
    .srp-table td {
        padding: 8px;
        text-align: left;
    }

    .srp-table td,
    .srp-table th {
        text-align: center;
    }

caption {

    caption-side: top; /* or bottom */
    text-align: left;
    margin-bottom: 0.5em;
}

.parameter {
    text-decoration: underline;
}

ul, ol {
    line-height: 1; /* Reduce vertical spacing */
}

    ul.intended, ol.intended {
        padding-left: 80px; /* Increase this for a bigger "tab" */
        line-height: 1;
    }

.annex10-remark {
    font-size: 0.8em;
    font-style: italic;
}

a {
    color: var(--primary-color);
    text-decoration: none;
}