html, body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: rgb(27, 38, 60);
    background: rgb(242, 240, 230);
}

html {
    overflow-y: scroll;
}

img {
    border: 0;
}

h1, h2, h3 {
    font-weight: bold;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

p {
    margin-bottom: 0;
}

th, td {
    vertical-align: top;
    text-align: left;
}

th {
    font-weight: bold;
}

label {
    font-weight: bold;
}

input, textarea {
    font-family: Arial, sans-serif;
    font-size: 12px;
}

ul {
    margin: 0 0 0 1em;
    padding: 0;
    list-style-position: outside;
    list-style-type: disc;
}

li {
    margin: 0;
    padding: 0;
}

#envelope {
    margin: 15px auto;
    border: 1px solid rgb(169, 150, 90);
    width: 900px;
    background: #fff;
}

#headerimg {
    margin: 0;
    padding: 0;
    display: block;
}

#menubtn {
    display: none;
}

#wrap {
    display: table;
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%;
}

.content_row {
    display: table-row;
    padding: 0;
}

.content_column {
    display: table-cell;
    vertical-align: top;
    text-align: left;
    padding: 0;
}

#menu {
    width: 185px;
    padding: 53px 0 50px 72px;
    background: url(afbeeldingen/logo.gif) no-repeat rgb(247, 247, 239);
    font-family: Verdana, sans-serif;
    font-size: 12px;
    line-height: 200%;
}

#menu a, #thispage {
    margin: 0;
    text-decoration: none;
    color: rgb(169, 150, 90);
}

#thispage, #menu a:hover {
    color: rgb(202, 2, 0);
}

.section_list {
    margin: 0 0 10px 20px;
    padding: 0;
    list-style-type: none;
}

.section_list menu {
    list-style-type: none;
}

.section_list li {
    margin: 0 10px 10px 0;
    padding: 0;
    /*	border-bottom: 1px solid #b99;	*/
}

.section_list menu li {
    margin-left: -15px;
}

#goudenlijntje {
    width: 1px;
    background: rgb(220, 211, 188);
    font-size: 0;
}

#content {
    margin: 0;
    padding: 23px 50px;
}

#footer {
    margin: 3em 0 1em 0;
    padding: 1em;
    text-align: center;
    /*	border-top: 1px solid #000;	*/
}

#footer a {
    text-decoration: none;
}

.entry-content {
    margin: 0 0 2em 0;
}

.verborgen {
    display: none;
}

#comments_list ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-bottom: 25px;
}

#comments_list ul li {
	float: left;
	display: block;
	padding: 5px;
	border: 1px solid #ccc;
	margin-right: 5px;
}

#comments_list ul li a {
	color: #000;
	text-decoration: none;
}

input#txpCommentPreview {
text-transform: capitalize;
}

#txpCommentInputForm label {
	display: block;
	width: 100px;
}

#txpCommentInputForm i {
	font-size: 10px;
}

#txpCommentInputForm input {
	width: 250px;
}

#txpCommentInputForm textarea {
	width: 250px;
}

/* Logo's onderaan welkomstpagina */
#logokop {
    display: flex;
    justify-content: space-between;
}
#logokop div:first-child {
    flex: 0 1 75%;
    text-align: left;
}
#logokop div:last-child {
    flex: 1 1 25%;
    text-align: right;
}

#logoblok {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
#img-cvm {
    width: 23%;
}
#img-lvsc {
    width: 18%;
    margin-right: 25%;
}
#img-cs {
    width: 20%;
}

/* Responsive media queries */

@media (max-width: 900px) {

    #menubtn {
        display: block;
        position: absolute;
        top: 88px;
        left: 10px;
        width: 64px;
        height: 1.5em;
        padding: 4px 6px 2px 6px;
        color: white;
        background: #68727e;
        border: 1px solid rgb(169, 150, 90);
        font-weight: bold;
        text-align: center;
        cursor: pointer;
        font-size: 17px;
        opacity: 0.95;
        border-radius: 2px;
    }
    #menubtn span {
        font-size: 15px;
        position: relative;
        /*top: -1px;*/
    }

    #envelope {
        width: 100%;
        margin: 0;
        border-left: none;
        border-right: none;
    }

    #wrap {
        display: block;
    }

    .content_row {
        display: block;
        position: relative;
    }

    .content_column {
        display: block;
    }

    #goudenlijntje, #headerimg {
        display: none;
    }

    #menu {
        position: absolute;
        left: -285px;
        transition: left 0.3s;
        border: 1px solid rgb(169, 150, 90);
        border-top: none;
        border-left: none;
        border-bottom-right-radius: 1px;
    }

    #header {
        height: 130px;
/*        background-image: url("afbeeldingen/zee.jpg"); */
        background-image: url("afbeeldingen/header_zee_tekst_hoofd-2025.jpg");
        background-position: right top;
        background-repeat: no-repeat;
    }
}

@media (max-width: 650px) {

    #content {
        padding: 23px 40px;
    }

}

@media (max-width: 450px) {

    #header {
        background-position: -428px top;
    }

    #content {
        padding: 23px 30px;
    }

    #txpCommentInputForm label, .comConnectForm label {
	width: auto;
    }

    #txpCommentInputForm input, input.comText, input.comEmail {
	width: 95%;
    }

    #txpCommentInputForm textarea, .comConnectForm textarea {
	width: 95%;
    }

    #img-cvm {
        width: 26%;
    }
    #img-lvsc {
        width: 20%;
        margin-right: 22%;
    }
    #img-cs {
        width: 22%;
    }
}

@media (max-width: 350px) {

    #header {
        background-position: -488px top;
    }

    #content {
        padding: 20px 20px;
    }

    #img-cvm {
        width: 30%;
    }
    #img-lvsc {
        width: 23%;
        margin-right: 19%;
    }
    #img-cs {
        width: 25%;
    }
}