/*
Dit is de lijst van fonts zoals die in de set zitten 

font-family:'AmericanTypwrterITCW01-_731025'; light
font-family:'AmericanTypwrterITCW01-_731028'; light italic
font-family:'AmericanTypwrterITCW01-_731031'; medium
font-family:'AmericanTypwrterITCW01-_731034'; medium italic
font-family:'AmericanTypwrterITCW01-_731010'; Bold
font-family:'AmericanTypwrterITCW01-_731013'; Bold italic
font-family:'AmericanTypwrterITCW01-_731019'; Condensed light
font-family:'AmericanTypwrterITCW01-_731022'; Condensed
font-family:'AmericanTypwrterITCW01-_731016'; Condensed bold


*/
    @font-face{
        font-family:"American Typewriter ITC W01 Lt";
        src:url("../../fonts/189a83e8-d7e5-405d-b303-152ed1572ab3.woff2") format("woff2"),url("../../fonts/ea34ba57-3fc9-4a7e-b6ee-d03195824288.woff") format("woff");
    }
    @font-face{
        font-family:"American Typewriter ITCW01LtIt";
        src:url("../../fonts/981a8c3d-49b5-4142-876e-dd37d3de8786.woff2") format("woff2"),url("../../fonts/66d6b0f5-73a0-4f82-a968-e52095ede082.woff") format("woff");
    }
    @font-face{
        font-family:"American Typewriter ITC W01 Md";
        src:url("../../fonts/b98e947d-c7f0-4a56-b21a-cac5a0826cc8.woff2") format("woff2"),url("../../fonts/a27244f4-111f-4cdd-ba1d-7dc4ef39f7af.woff") format("woff");
    }
    @font-face{
        font-family:"American Typewriter ITCW01MdIt";
        src:url("../../fonts/97e694d9-efe0-43f9-a626-36b08dc99022.woff2") format("woff2"),url("../../fonts/640bd668-0ced-4d6d-b5ab-1885944a7360.woff") format("woff");
    }
    @font-face{
        font-family:"American Typewriter ITC W01 Bd";
        src:url("../../fonts/c800130c-4ea0-45e2-ba2f-33dc7233fe97.woff2") format("woff2"),url("../../fonts/a385f616-95de-4795-87dd-a48a069b90fe.woff") format("woff");
    }
    @font-face{
        font-family:"American Typewriter ITCW01BdIt";
        src:url("../../fonts/1082bbdb-417c-42fc-b797-e1c4438cd28b.woff2") format("woff2"),url("../../fonts/3bbfa570-8c5d-478e-b348-4f34c7362483.woff") format("woff");
    }
/*Use border-box for everything*/
* {
    box-sizing: border-box;
}

/*Color pairs*/
.cpair1 {
    background-color: #DEE0D2; 
    color: #363C3C;
}
.cpair2 {
    background-color: #F5E2DE; 
    color: #8C182B;
}
.cpair3 {
    background-color: #D0D9C8; 
    color: #2F3535;
}
.cpair4 {
    background-color: #D3CABB; 
    color: #8A3636;
}
.cpair5 {
    background-color: #CBD7D7; 
    color: #535E7E;
}
.cpair6 {
    background-color: #D9D8DD; 
    color: #413535;
}
.cpair7 {
    background-color: #DEE0D2; 
    color: #6C7854;
}
.cpair8 {
    background-color: #E1DDD4; 
    color: #2E3548;
}
.cpair9 {
    background-color: #F8F5EE; 
    color: #8A3636;
}

/*Font for headers and link in menu*/

h1,h2,h3,h4,b,header a {
    font-weight: normal;
    /*font-family:'AmericanTypwrterITCW01-_731010';*/
    font-family:"American Typewriter ITC W01 Bd";
}

/*Footer used for social links*/
footer {
    clear: both;
    text-align: right;
    padding: 0 70px ;
}

footer img {
    margin-left: 10px;
}
#stbtns {
    width: 200px;
    float: right;
    margin-right: -3px;
    margin-top: -4px;
}
#button_1 {
    margin-left: -5px;
}

/*General clear and right align styles*/
.clear {
    clear: both;
}
.right {
    text-align: right;
}

/* colum styles for 1,2 or 3 columns*/
.col1w, 
.col2w,
.col3w {
    position: relative;
    display: block;
    float: left;
    margin-left: 35px;
    min-height: 455px;
    margin-bottom: 35px;
    padding: 40px 40px 0 40px;
    font-size: 12.5px;
    line-height: 20px;
    letter-spacing: 0.7px;
}
/*First child has negative margin top*/
.col1w h2:first-child,
.col2w h2:first-child,
.col3w h2:first-child {
    margin-top: -8px;
    font-size: 16px;
    line-height: 20px;
}
.col1w .quote, 
.col2w .quote,
.col3w .quote {
    position: relative;
    display: block;
    float: right;
    font-size: 14.5px;
    line-height: 22px;
    letter-spacing: 0.7px;
    text-align: right;
}


/*Yellow marker*/
.col1w strong,
.col2w strong,
.col3w strong,
#zeghertForm #naam-error,
#zeghertForm #opdracht-error,
#zeghertForm #verhaal-error,
#zeghertForm #voorwaarden-error {
    font-weight: normal;
    background: #d8f600;
}
.col1w img,
.col2w img,
.col3w img{
    width: 100%;
    height: auto;
    display: block;
}

/*No margins for p*/
.col1w p, 
.col2w p,
.col3w p{
    margin:0;
}
/*No color for links*/
.col1w a, 
.col2w a,
.col3w a{
    color: inherit;

}
/*the widths of the columns*/
.col1w {
    width: 300px;
}
.col2w {
    width: 635px;
}
.col3w {
    width: 970px;
}
/*The photo column has no padding*/
.col1w.photo,
.col2w.photo,
.col3w.photo{
    padding: 0;
}
/*tweehoog is twice the height + the gutter*/
.tweehoog {
    min-height: 945px;
}

/*Form*/
#zeghertForm {
	width: 555px;
	border: none;
	margin: 0;
	padding: 0;
}
#zeghertForm fieldset {
    border: none;
	margin: 0;
	padding: 0;
}
#zeghertForm #naam, #zeghertForm #email, #zeghertForm #opdracht {
    width: 555px;
}
#zeghertForm label.error {
	margin-left: 10px;
	width: auto;
	display: inline;
}
#newsletter_topics label.error {
	display: none;
	margin-left: 103px;
}
textarea {
	resize: none;
	overflow: hidden;
}
label {
	display: block;
}
.labelvw{
	display: inline;
}
input[type=submit] {
    border: 0;
    width: 125px;
    height:25px;
    font-weight: normal;
    letter-spacing: 1px;
    /*font-family:'AmericanTypwrterITCW01-_731010';*/
    font-family:"American Typewriter ITC W01 Md";
    background: #363C3C;
    color: #DEE0D2;
}

/*The center column containing all*/
main {
    display: block;
    max-width: 1110px;
    margin: 0 auto;
    background: white;
    padding-left: 35px;
    padding-top: 16px;
    padding-bottom: 35px;
}
main header {
     
    position: relative;
    margin-left: 35px;
    margin-right: 35px;
    height: 50px;
    margin-bottom: 28px;
}
main header .logo {
    position: relative;
}
main header .logo img {
   height: 50px; 
}
main header a {
    text-decoration: none;
    color: #99A285;
}
/*Menu*/
header nav {
    position: absolute; 
    bottom: 1px;
    right: 0;
    padding-left: 75px;
    padding-right: 35px;
    text-align: right;
}
header nav ul {
    margin: 0;
    display: inline-block;
}

header nav li {
    display: inline-block;
    margin-left: 35px;
}
header nav a {
    color: #4a393f;
    text-decoration: none;
    /*font-size: 1.1em;*/
    letter-spacing: 0.5px;
}
header nav a.menuactive {
    background: #d8f600;
}


body {
    padding: 0;
    margin: 0;
    background: #ddd;
    /*font-family:'AmericanTypwrterITCW01-_731031';*/
    font-family:"American Typewriter ITC W01 Md";
}

/* Stylesheet: zeghert Modified On 2022-06-30 16:27:01 */
