h1 {
    color:  rgb(1, 0, 105);
    font-size: 30px;
    font-family: Arial;
}

h2 {
    font-size: 16px;
    font-family: Arial;
    font-weight: normal;
    text-align: left;
}

h3 {
    color:  rgb(1, 0, 105);
    font-size: 24px;
    font-family: Arial;
    font-weight: normal;
    text-align: left;
}

p {
    margin: 5% 0px;
}

body {
    background-color: rgb(220, 220, 220);
}

#header {
    width: 100%;
	height: auto;
	border-bottom: solid;
	border-width: 15px;
	border-color:  rgb(1, 0, 105);
    background-color: rgb(255, 255, 255);
    position: sticky;
    top: 0px;
}

#blok_header {
    width: 1000px;
    height: auto;
    padding: 1% 5%;
    margin: 0px auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
}

#blok_logo {
    width: 255px;
    height: 40px;
    display: flex;
    justify-content: flex-start;
}

#blok_menu {
    width: 70%;
    padding-right: 2%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#blok_vlaggen {
    width: 102px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

.knop_header {
    font-size: 20px;
    display: flex;
    flex-wrap: nowrap;
    padding: 0px 15px;
    border-style: none solid;
    border-width: 1px;
    border-color:  rgb(1, 0, 105);
    color:  rgb(1, 0, 105);
    background-color: rgb(255, 255, 255);
}

.knop_header:hover {
    color: rgb(25, 90, 170);
    cursor: pointer;
}

.dropbtn {
    width: 64px;
    height: 64px;
    border: none;
    cursor: pointer;
}
  
.dropbtn:hover, .dropbtn:focus {
    background-color: #2980B9;
}
  
.dropdown_blok {
    position: relative;
    display: inline-block;
}
  
.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    border-radius: 5px;
    background-color: rgb(220, 220, 220);
    min-width: 5%;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
    z-index: 1;
}
  
.dropdown-content a {
    padding: 12px 16px;
    font-family: Arial;
    text-decoration: none;
    color:  rgb(1, 0, 105);
    text-align: center;
    display: block;
}
  
.dropdown_blok a:hover {
    background-color: #ddd;
}

.lijn_dropdown {
    width: 100%;
    height: 2px;
    background-color: rgb(181, 181, 181);
}
  
.show {
    display: block;
}

#achtergrond {
    padding: 0px auto;
	overflow: auto;
}

#blok_hoofd {
	width: 1000px;
    margin: 5% auto;
	overflow: auto;
    padding: 1% 3%;
    box-sizing: border-box;
    background-color: rgba(245, 245, 245, 0.85);
}

#blok_links {
    float: left;
    width: 50%;
    padding-right: 2%;
    box-sizing: border-box;
}

#blok_rechts {
    float: right;
    width: 50%;
    padding-left: 2%;
    box-sizing: border-box;
}

.knop_lees_meer {
    padding: 1% 3%;
    font-size: 150%;
	border: 0px;
    border-radius: 6px;
    transition-duration: 0.3s;
    background-color:  rgb(1, 0, 105);
    color: white;
}

.knop_lees_meer:hover {
    background-color: rgba(250, 250, 250);
    color: black;
    cursor: pointer;
}

#over_cebiq_blok {
    width: 1000px;
    padding: 3%;
    box-sizing: border-box;
    margin: auto;
}

.img_left {
    width: 300px;
    height: 300px;
    padding-right: 50px;
}

#SAP-Consultancy_blok {
    width: 1000px;
    padding: 0px 3% 3% 3%;
    box-sizing: border-box;
    margin: auto;
}

.plaatje {
    display: flex;
    justify-content: center;
    align-items: center;
}

.img_right {
    width: 300px;
    height: 300px;
    padding-left: 50px;
}

#footer {
    width: 100%;
    height: auto;
    color: white;
    background-color:  rgb(1, 0, 105);
}

#blok_bedrijfsinfo {
    width: 1000px;
    margin: auto;
    box-sizing: border-box;
    padding: 2% 0px;
    display: flex;
    flex-direction: row;
}

#blok_footer_logo {
    width: 30%;
    height: auto;
    box-sizing: border-box;
    padding: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#blok_footer_info {
    width: 50%;
    height: auto;
    padding: 0px 5%;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

#blok_footer_menu {
    width: 20%;
    height: auto;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.knop_footer:hover {
    color: rgb(208, 208, 208);
    cursor: pointer;
}

.knop_privacy {
    border: none;
    padding: 0px;
    font-size: 150%;
    font-family: Arial;
    color: white;
    background-color: rgb(1, 0, 90);
}

#privacy {
    width: 100%;
    color: white;
    background-color:  rgb(1, 0, 90);
}

#blok_privacy {
    width: 1000px;
    height: auto;
    padding: 15px 0px;
    margin: auto;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.knop_privacy:hover {
    border: 0px;
    color: rgb(208, 208, 208);
    cursor: pointer;
}

#copyright {
    width: 100%;
    height: auto;
	box-sizing: border-box;
    color: white;
    background-color: black;
}

#blok_copyright {
    width: 1000px;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
	box-sizing: border-box;
}

.knop_footer {
    border: 0px;
    padding: 5% 0px;
    font-size: 125%;
    color: white;
    background-color:  rgb(1, 0, 105);
}

.flex-box_row{
    display: flex;
    justify-content: center;
    flex-direction: row;
}

@media(max-width: 600px){
	.dropdown-content {
        font-size: 400%;
    }
    .knop_footer {
        font-size: 300%;
    }
    #blok_privacy {
        font-size: 200%;
    }
}

@media(min-width: 601px) and (max-width: 767px){
	.dropdown-content {
        font-size: 350%;
    }
    .knop_footer {
        font-size: 250%;
    }
    #blok_privacy {
        font-size: 150%;
    }
}

@media(max-width: 768px){
    #blok_bedrijfsinfo {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #blok_footer_logo {
        width: 100%;
        height: auto;
        padding: 5%;
    }
    #blok_footer_info {
        width: 100%;
        height: auto;
        padding: 5%;
    }
    #blok_footer_menu {
        width: 100%;
        height: auto;
        padding: 5%;
    }
}

@media(min-width: 769px) and (max-width: 1000px){
    .dropdown-content {
        font-size: 300%;
    }
    .knop_footer {
        font-size: 200%;
    }
    #blok_privacy {
        font-size: 125%;
    }
}

@media(max-width: 1000px){
    h1 {
        font-size: 400%;
    }
    h2 {
        font-size: 200%;
    }
    h3 {
        font-size: 300%;
    }
    #blok_header {
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    #blok_hoofd {
        width: 90%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #blok_links {
        width: 100%;
        padding: 0px 5%;
    }
    #blok_rechts {
        width: 100%;
        padding: 0px 5%;
        margin-bottom: 5%;
    }
    #over_cebiq_blok {
        width: 90%;
        margin-bottom: 5%;
    }
    .plaatje {
        display: none;
    }
    #SAP-Consultancy_blok {
        width: 90%;
        margin-bottom: 5%;
    }
    .knop_header{
        display: none;
    }
    .knop_lees_meer {
        font-size: 300%;
    }
    #blok_bedrijfsinfo {
        width: 100%;
        padding: 5%;
    }
    #blok_privacy {
        width: 100%;
        box-sizing: border-box;
        padding: 3%;
    }
    #blok_copyright {
        width: 100%;
        padding: 3%;
        box-sizing: border-box;
    }
}

@media(min-width: 1001px){
    h1 {
        color:  rgb(1, 0, 105);
        font-size: 36px;
        font-family: Arial;
    }
    h2 {
        font-size: 20px;
        font-family: Arial;
        font-weight: normal;
        text-align: left;
    }
    h3 {
        color:  rgb(1, 0, 105);
        font-size: 28px;
        font-family: Arial;
        font-weight: normal;
        text-align: left;
    }
	.knop_header {
        font-size: 20px;
    }
    .dropdown_blok{
        display: none;
    }
}