*
{
    box-sizing: border-box;
	min-width: 0;
    max-width: 100dvw;
    font-family: 'ABeeZee', Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 32px;
	color: #000000;
	line-height: 1.5em;
	letter-spacing: 0.03em;
	word-spacing: 0.14em;
	border-collapse: collapse;
}


header
{
    font-family: 'Architects Daughter', "Comic Sans MS", "DomBold BT", "DomCasual BT", cursive;
    font-size: 2.5rem;
    min-font-size: 1.5rem;
    text-shadow: #ffffffaa 0.15rem 0.15rem 0.1rem;
    text-align: center;
    padding: 0.5rem;
    background-color: #A9C1B3;
    background-image: linear-gradient(to bottom, #00A652, #A9C1B3);
}


footer
{
	position: relative;
	/* display: table-cell; */
	/* vertical-align: bottom; */
	/* float: left;
	float-offset: 0 0; */
    font-size: 65%;
	margin: 0;
    /* padding: 0.2rem; */
    line-height: 1rem;
    height: 1.05rem;
    /* vertical-align: center; */
    background-color: #80D3A9;
    text-align: center;
    /* position: fixed; */
    bottom: 0;
    left: 0;
    right: 0;
}


.waiting
{
	cursor: wait;
}


@media only screen and (max-width: 800px)
{
    header
    {
        font-size: 32px;
    }


    footer
    {
        font-size: 9px;
        padding: 3px;
        height: 15px;
    }
}


@media only screen and (max-width: 600px)
{
    header
    {
        font-size: 26px;
    }


    footer
    {
        font-size: 7px;
        padding: 2px;
        height: 11px;
    }
}


@media only screen and (max-width: 400px)
{
    *
    {
        font-size: 15px;
    }


    header
    {
        font-size: 20px;
    }


    footer
    {
        font-size: 6px;
        padding: 2px;
        height: 10px;
    }
}


body
{
    margin: 0;
    background-color: #D5E1DA;
    width: 100%;
    height: 100vh;
}


main
{
    width: 1000px;
    min-width: 300px;
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
    margin-bottom: 53px;
}


nav
{
    background-color: #00A652;
    width: 100%;
    text-align: center;
    overflow: hidden;
}


/* nav > *
{
    line-height: unset;
} */


nav > a
{
    display: inline-block;
    padding: 8px;
    padding-left: 16px;
    padding-right: 16px;
    text-decoration: none;
    color: #000000;
}


nav > .language-change
{
/*    float: right;
    position: absolute;
    right: 0; */
    font-weight: bold;
    color: #ff6600;
}


nav > .language-change:hover
{
    font-weight: bold;
    background-color: #ffffff33;
    text-decoration: none;
    text-shadow: 2px 2px 1px #ffffffaa;
    color: #7F3200;
}


nav > a:hover
{
    background-color: #ffffff33;
    text-decoration: none;
    text-shadow: 2px 2px 1px #ffffffaa;
    color: #000000;
}


.key-features
{
    text-align: center;
}


.key-features > ul, .key-features > ul > li > ul
{
    left: 0;
    margin-left: 0;
    padding-left: 0;
}


.key-features > ul > li
{
    left: 0;
    margin-left: 0;
    padding-left: 0;
    text-indent: 0;
    font-weight: bold;
    margin-bottom: 8px;
    list-style-type: none;
    list-style-position: inside;
}


.key-features > ul > li > ul > li
{
    left: 0;
    margin-left: 0;
    padding-left: 0;
    text-indent: 0;
    display: inline-flex;
    font-weight: normal;
    font-style: italic;
}


.coverpage
{
    width: 100%;
    text-align: center;
}


.coverpage > img
{
    margin-top: 32px;
    margin-bottom: 32px;
    box-shadow: 10px 10px 15px #000000aa;
    border: 1px solid #000000;
    width: 564px;
    max-width: 44.415vh;
    min-width: 141px;
    height: 800px;
    max-height: 63vh;
    min-height: 200px;
}


h2
{
    font-family: 'Architects Daughter', "Comic Sans MS", "DomBold BT", "DomCasual BT", cursive;
    font-size: 36px;
    font-variant: small-caps;
    text-align: center;
    margin-bottom: 24px;
}


#divBedragVerskuldig
{
    font-weight: bold;
    color: #003333;
}


input[type="text"]
{
    width: 25ch;
    min-width: 10ch;
    max-width: 100%;
}


input[type="email"]
{
    width: 40ch;
    min-width: 10ch;
    max-width: 100%;
}


input[type="tel"]
{
    width: 13ch;
    min-width: 10ch;
    max-width: 100%;
}


input[type="number"]
{
    width: 8ch;
    min-width: 8ch;
    max-width: 100%;
}


textarea
{
    width: 100%;
    min-width: 10ch;
    max-width: 100%;
}


.vereis:after
{
    content: " *";
    color: #8B0000;
    font-weight: bold;
}


.vereis-verklaring
{
    font-style: italic;
	margin-top: 1rem;
	margin-bottom: 1rem;
	color: #FF0000;
}


.vereis-verklaring:before
{
    content: "* ";
    color: #FF0000;
    font-weight: bold;
    font-style: normal;
}


.pages-image-preview > div
{
    border: #003333 solid 1px;
    display: inline-grid;
    margin-right: 16px;
    margin-bottom: 16px;
    height: 199px;
    width: 141px;
}


.preview-page-container
{
	z-index: 999998;
	position: fixed;
	display: table-cell;
	width: 100vw;
	min-width: 100%;
	height: 100vh;
	min-height: 100%;
	text-align: center;
	vertical-align: center;
	background: rgba(0, 0, 0, 0.4);
	border: none;
	left: 0;
	top: 0;
	padding: 0;
	margin: 0;
}


.preview-page-container:hover
{
	cursor: pointer;
}


.preview-page
{
	cursor: default;
	z-index: 999999;
	position: absolute;
	display: block;
	/* margin-left: auto;
	margin-right: auto; */
	border: #000000 solid 1px;
	border-collapse: collapse;
	box-shadow: #000000aa 20px 20px 20px;
	/* vertical-align: middle; */
	translate: -50% -50%;
	top: 50%;
	left: 50%;
	max-height: 90vh;
	max-width: 90vw;
}


.preview-page:hover
{
	cursor: default;
}


.pages-image-preview img:hover
{
	/* cursor: pointer; */
}


input[type="radio"].form-element
{
    margin-right: 24px;
}


/* input:invalid:focus
{
    border: 2px solid darkred;
} */


/* input:empty
{
    border: 4px solid blue;
} */


/* input:empty:visited
{
    border: 4px solid yellowgreen;
}


input:invalid:visited:focus
{
    border: 1px solid #FF0000;
    box-shadow: 0px 0px 20px 20px rgba(255, 0, 0, 0.8);
    color: blue;
} */
