@import url(fontawesome-all.min.css);

/*
	Editorial by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/


div, span, object, nav,
h1, h2, h3, h4, h5, h6, p, 
pre, em, img, 
strong, var, b,
u, i, center, ul, li,
caption, tr, th, td, 
output, menu, {
    display: block;
    }

body {
    line-height: 1;
    margin: 0;
    }

ol, ul {
    list-style: none;
    }


body {
    -webkit-text-size-adjust: none;
    }

/* Basic */
@-ms-viewport {
    width: device-width;
    }

body {
    -ms-overflow-style: scrollbar;
    }

@media screen and (max-width: 480px) {
    html, body {
        min-width: 320px;
    }
}

html {
    box-sizing: border-box;
    }

*, *:before, *:after {
    box-sizing: inherit;
    }

body {
    background: #ffffff;
    }

body.is-preload *, body.is-preload *:before, body.is-preload *:after, body.is-resizing *, body.is-resizing *:before, body.is-resizing *:after {
    -moz-animation: none !important;
    -webkit-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
    }

/* Font setting */

body {
    color: #666;
    font: 1em Arial, sans-serif;
    font-weight: 400;
    line-height: 1.4;
}
    @media screen and (max-width: 1680px) {
    body {
        font-size: 11pt;
        }
    }
    @media screen and (max-width: 1280px) {
    body {
      font-size: 10pt;
      }
    }
    @media screen and (max-width: 360px) {
    body {
      font-size: 9pt;
      }
    }

a {
    -moz-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
    color: #d20;
    text-decoration: none;
    }
    a:hover  {
        color: #04f;
        }

p {
    margin: 0 0 2em 0;
    }

h1, h2, h3, h4, h5, h6 {
    color: #3d4449;
    font-weight: 700;
    margin: 10px;
    }
    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        color: inherit;
        text-decoration: none;
        border-bottom: 0;
        }

h1 {
    font-size: 4em;
    margin: 0 0 0.5em 0;
    line-height: 1.3;
    }

h2 {
    font-size: 3em;
    }

h3 {
    font-size: 2em;
    }

h4 {
    font-size: 1.4em;
    color: #b21;
    }

h5 {
    font-size: 1em;
    }

h6 {
    font-size: 0.8em;
    }

@media screen and (max-width: 1680px) {
    h1 {
        font-size: 3.5em;
        }
}

@media screen and (max-width: 980px) {
    h1 {
        font-size: 3.25em;
        }
}

@media screen and (max-width: 736px) {
    h1 {
        font-size: 2em;
        line-height: 1.4;
        }
    h2 {
        font-size: 1.5em;
        }
    h4 {
        font-size: 1.2em;
        line-height: 2;
        }
    h5 {
        font-size: 0.8em;
        }
}

/* container */

#container {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    min-height: 100vh;
    margin: 0;
    }

/* Main */
#main {
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    width: 100%;
    background-color: #ddd;
    padding: 0;
    }


/* Header */
#header {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    width: 90%;
    height: 150px;
    margin: 1em auto;
    position: relative;
    background-image: url(../../images/titel.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #323232;
    border: 4px #d20 solid;
    border-radius: 10px;	
    }
    #header > * {
        -moz-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-bottom: 0;
        }

@media screen and (max-width: 1680px) {
    #header {
        max-width: 80%;
        margin: 0.5 auto 0.5em auto;
        display: block;
        }
}
@media screen and (max-width: 1280px) {
    #header {
        height: 100px;
        }
}
@media screen and (max-width: 736px) {
    #header {
        width: 80%;
        height: 50px;
        background-image: url(../../images/titel_mobile.jpg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-color: #ddd;
        border: 2px #d20 solid;
        }
}

/* Intro */

.content {
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    width: 60%;
    float: left;
    padding: 0 2em 0 2em;
    }
.content p {
    margin: 15px 10px 5px 20px;
    text-align:justify;
    line-height: 1.5;
    }

#stars  {
    background-color: #444;
    border-radius: 5px;    
    }

#slideshow {
    width: 40%;
    float: right;
    padding: 0 2em 0 2em;
    }

/* coin slider */

#slider {
    width: 256px;
    height: auto;
    margin: 1em auto;
    padding: 10px;
    background-color: #ddd;
    opacity: 0.8;
    filter: alpha(opacity=60); /* For IE8 and earlier */
    border: 1px  #666 solid;
    border-radius: 5px;
    } 
.coin-slider {
    overflow: hidden;
    zoom: 1;
    position: relative;
    margin-left: -1px;
    }
.cs-buttons {
    font-size: 0px;
    padding: 10px;
    float: left;
    }
.cs-buttons a { 
    margin-left: 15px;
    height: 10px;
    width: 10px;
    float: left;
    border: 1px solid #d20;
    color: #d20;
    text-indent: -1000px;
    }
.cs-active { 
    background-color: #666;
    color: #fff;
    }

@media screen and (max-width: 1280px) {
    .content, #slideshow {
        width:50%;
        padding: 0 0.5em 0 0.5em;
        }
}
@media screen and (orientation: portrait) {
    .content {
        -moz-flex-grow: 0;
        -webkit-flex-grow: 0;
        -ms-flex-grow: 0;
        flex-grow: 0;
        -moz-flex-shrink: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-shrink: 0;
        flex-shrink: 0;
        width: 50%;
        }
}
@media screen and (max-width: 736px) {
    .content {
        width: 100%;
        float: left;
        padding: 0.2em;
        }
    .content p {
        margin: 10px 5px 5px 5px;
        text-align: left;
        line-height: 1.4;
        }
    #slideshow, #stars  {
        display: none;
        } 
}

/* -------------------------------------  presentation of items  ------------------------------- */

.presentation {
    width: 1142px;
    height: auto;
    overflow:hidden;
    margin: 1em auto 1em auto;
    padding: 10px;
    border: 1px solid #888;
    border-radius: 5px;	
    line-height: 1;
    }
.hor_center {
    display: b;
    align-items:center;
    justify-content:center;
    }
.info {
    width: 25%;    
    height: 170px;
    margin: 0 20px 0 20px;
    padding 10px;
    background-color: #eee;
    border: 1px solid #aaa;
    border-radius: 3px;
    line-height: 1.5;
}
.info h2, .info h3, .info p {
    width: 100%;
    margin: 10px;
    float: left;
    }
.info img {
    display: block;
    margin: 10px auto;
    }
.item  {
    width: 260px;
    }
.double_item  {
    width: 540px;
    }
.item, .double_item  {
    height: auto;
    margin: 10px;
    float: left;
    padding: 1%;
    position: relative;
    background-color: #eee;
    border: 1px #bbb solid;    
    }
 .item img, .double_item img  {
    margin: 0 auto;
    }
.item h5, .item h6, .double_item h5, .double_item h6  {
    width: 240px;
    margin-top: 10px;
    line-height: 1;
    }

/* ------------------------------------------------------- max 1680px -----------------------------------------*/
@media screen and (max-width: 1680px) {
    .presentation {
        width: 872px;
        padding: 15px;
        }
    .item  {
        margin: 10px;
        }
}

/* ------------------------------------------------------- max 1280px -----------------------------------------*/
@media screen and (max-width: 1280px) {
    .presentation {
        width: 582px;
        padding: 10px;
        }
}
/* ------------------------------------------------------- max 736px -----------------------------------------*/
@media screen and (max-width: 736px) {   
    .main {
        width: 100%;
        padding: 10px;
        }
    .presentation {
        width: 90%;
        margin: 0.5em auto 0.5em auto;
        padding: 0.5em;
        }
    .hor_center  {
        height: 140px;
        padding: 0;
        position: relative;
        }
    .p_1  {
        width: 100%;  
        height: auto;
        margin: 1em auto;
        position: absolute;
        top: 0;
        left: 0;
        padding 5px;
        line-height: 1.2;
        }
    .p_2  {
        width: 65%;  
        height: 140px;
        margin: 5px auto;
        position: absolute;
        left: 0;
        bottom: 0;
        padding 5px;
        line-height: 1.1;        
        }
    .p_3  {
        width: 30%;  
        height: auto;
        margin: 0 auto;
        position: absolute;
        right: 0;
        bottom: 0;
        }
    .p_3 img  {
        width: 96%;
        object-fit: contain;
        margin: 2% auto;
        }    
    .info  {
        padding: 0;
        }   
    .info h2, .info h3, .info p  {
        margin: 5px;
        }
    .item  {
        width: 40%;
        margin-bottom: 0.5em;
        padding: 5px;
        z-index: 1;
        }
    .item:hover  {
        transform: scale(1.4);
        z-index: 1000;
        border: 1px #666 solid;
        }
    .item img, .double_item img  {
        width: 100%;
        object-fit: contain;
         } 
    .double_item  {
        width: 95%;
        }
     .b_left  {
        float: left;
        }
    .b_left:hover  {
        margin-left: 6%;
        box-shadow: 5px 5px 5px #666;
        }    
    .b_right  {
        float: right;
        }        
    .b_right:hover  {
        margin-right: 6%;
        box-shadow: -5px 5px 5px #666;
        } 
}


.contact p {
    margin: 2em 0 1em 0;
    font-size: 0.9em;
    }

/* Form */

	form {
		 width: 600px;
		 height: 450px;
         margin: 1em auto;
		}
	label  {
        width: 140px;
    	height: 24px;
        margin: 0 4px 0 4px;
    	padding: 4px;
 		float:left;
        font-family: Arial, sans-serif;
        font-size: 0.9em;
        font-weight: 600;
    	color: #666;
        text-align: left;
    	}
    input, select  {
		margin: 0 4px 0 4px;
		padding: 4px;
		border: 1px #777 solid;
		}
	#naam, #email, #telefoon, #mededeling {
		width: 440px;
        margin-left: 0;
        float: left;
		text-align: left;
		color: #555;
		border: 1px #777 solid;
		}
	#naam, #email, #telefoon {
        height: 22px;
        }
	#mededeling  {
		height: 200px;
		}
	#send  {
        width: 600px;
        height: 25px;
		text-align: center;
		margin-top: 20px;
        float: left;
		}	
@media screen and (max-width: 1280px) {
    label  {
        width: 20%;
        }
    #naam, #email, #telefoon, #mededeling {
        width:70%;
        }
}
 
@media screen and (max-width: 736px) {
    form  {
        width:  100%;
        }
    label, #send {
        width: 90%;
        margin: 10px;
        height: auto;
        }
    #naam, #email, #telefoon, #mededeling  {
        width:90%;
        margin: 5px;
        }
}

.copyright  {
    margin: 0;
    padding: 0;
    text-align: center;
    }
.copyright p {
    margin: 1em;
    padding: 1em;    
    color: #666;
    font-size: 11pt;
    line-height: 1.5;
    }

@media screen and (max-width: 736px) {
.copyright p {
    margin: 0.5em;
    padding-top: 0.8em;    
    color: #666;
    font-size: 9pt;
    line-height: 1.2;
    }    
}


/* Icons */

ul.icons {
  cursor: default;
  list-style: none;
  margin: 0;
  padding-left: 0;
  }
  ul.icons li {
    display: inline-block;
    padding: 0 0.5em 0 0;
    text-align: center;
    }
ul.icons li a:hover  {
    color: #d20;
    }
    ul.icons li:last-child {
      padding-right: 0;
      }
    ul.icons li .icon {
      color: inherit;
      }
      ul.icons li .icon:before {
        font-size: 1.25em;
        }

/* Icon */
.icon {
  text-decoration: none;
  border-bottom: none;
  position: relative;
  }
.icon:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    text-transform: none !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    }
.icon > .icon_label {
    margin-top: 10px;
    padding: 0;
    font-size: 10px;
    }
.icon:before {
    line-height: inherit;
    }
.icon.solid:before {
    font-weight: 900;
    }
.icon.brands:before {
    font-family: 'Font Awesome 5 Brands';
    text-indent: 0;
    }

/*  sidebar socials */

#sidebar_socials .icons  {
    text-align: left;
    }

@media screen and (max-width: 736px) {
    #sidebar_socials .icons  {
        text-align: center;
        }
   #sidebar_socials .icon > .icon_label {
        display: none;
        }
}

/* Sidebar */

#sidebar {
  -moz-flex-grow: 0;
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -moz-transition: margin-left 0.5s ease, box-shadow 0.5s ease;
  -webkit-transition: margin-left 0.5s ease, box-shadow 0.5s ease;
  -ms-transition: margin-left 0.5s ease, box-shadow 0.5s ease;
  transition: margin-left 0.5s ease, box-shadow 0.5s ease;
  background-color: #f5f6f7;
  font-size: 0.9em;
  position: relative;
  width: 24em;
  }
#sidebar h2 {
    font-size: 1.38889em;
    }
#sidebar > .inner {
    padding: 2em 2em 2.5em 2em ;
    position: relative;
    width: 26em;
    }
#sidebar > .inner > * {
    border-bottom: solid 2px rgba(210, 215, 217, 0.75);
    margin: 0 0 1em 0;
    padding: 0 0 1em 0;
    }
    #sidebar > .inner > * > :last-child {
        margin-bottom: 1em;
        }
    #sidebar > .inner > *:last-child {
        margin-bottom: 1em;
        padding-bottom: 1em;
        }

#sidebar .toggle {
    text-decoration: none;
    -moz-transition: left 0.5s ease;
    -webkit-transition: left 0.5s ease;
    -ms-transition: left 0.5s ease;
    transition: left 0.5s ease;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    display: block;
    height: 6em;
    left: 25em;
    line-height: 6em;
    outline: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    text-indent: -15em;
    white-space: nowrap;
    top: 0;
    width: 6em;
    z-index: 10000;
    }
#sidebar .toggle:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    text-transform: none !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    }
#sidebar .toggle:before {
    content: '\f0c9';
    font-size: 2rem;
    color: #d20;
    height: inherit;
    left: 0;
    line-height: inherit;
    position: absolute;
    text-indent: 0;
    top: 0;
    width: inherit;
    }
  #sidebar.inactive {
    margin-left: -26em;
    }

@media screen and (max-width: 1680px) {
    #sidebar {
        width: 22em;
        }
    #sidebar > .inner {
        padding: 1.66667em 1.66667em 1.33333em 1.66667em ;
        width: 22em;
        }
    #sidebar > .inner > .alt {
        margin: -1.66667em 0 3.33333em -1.66667em;
        padding: 1.66667em;
        width: calc(100% + 3.33333em);
        }
    #sidebar .toggle {
        height: 5.5em;
        left: 20.5em;
        line-height: 5.5em;
        text-indent: 6em;
        width: 6em;
        }
    #sidebar.inactive {
        margin-left: -22em;
        }
}
@media screen and (max-width: 1280px) {
    #sidebar {
        box-shadow: 0 0 5em 0 rgba(0, 0, 0, 0.175);
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10000;
        }
    #sidebar.inactive {
        box-shadow: none;
        }
    #sidebar > .inner {
        -webkit-overflow-scrolling: touch;
        height: 100%;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        position: absolute;
        top: 0;
        }
    #sidebar > .inner:after {
        content: '';
        display: block;
        height: 4em;
        width: 100%;
        }
    #sidebar .toggle {
        text-indent: 6em;
        width: 6em;
        }
    body.is-preload #sidebar {
        display: none;
        }
}
@media screen and (max-width: 736px) {
    #sidebar .toggle {
        text-indent: 7.25em;
        width: 7.25em;
        }
    #sidebar .toggle:before {
        margin-left: 0;
        margin-top: -0.8em;
        font-size: 1.4rem;
        text-shadow: 0 3px 1px #ddd;
        z-index: 1;
        }
    #sidebar .toggle:after {
        content: '';
        color: #d20;
        height: 3.5em;
        position: absolute;
        top: 1.5em;
        left: 0.5em;
        width: 4em;
        }
}

/* Menu */

#menu_title {
  border-bottom: solid 3px #d20;
  display: inline-block;
  margin: 0 0 2em 0;
  padding: 0 0.75em 0.5em 0;
  }

#menu ul {
color: #666;
    font: 1em Verdana, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.075em;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    text-transform: uppercase;
    }
#menu ul a, #menu ul span {
    border-bottom: 0;
    color: inherit;
    cursor: pointer;
    display: block;
    font-size: 0.9em;
    padding: 0.625em 0;
    }
#menu ul a:hover, #menu ul span:hover {
    color: #d20;
    text-indent: 5px;
    }
#menu ul a.opener, #menu ul span.opener {
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    position: relative;
    }
#menu ul a.opener:before, #menu ul span.opener:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    text-transform: none !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    }
#menu ul a.opener:before, #menu ul span.opener:before {
    -moz-transition: color 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out, -ms-transform 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, transform 0.2s ease-in-out;
    color: #aaa;
    content: '\f078';
    position: absolute;
    right: 0;
    }
#menu ul a.opener:hover:before, #menu ul span.opener:hover:before {
    color: #d20;
    text-indent: 5px;  
    }
#menu ul a.opener.active + ul, #menu ul span.opener.active + ul {
    display: block;
    }
#menu ul a.opener.active:before, #menu ul span.opener.active:before {
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    }
#menu > ul > li {
    border-top: solid 1px rgba(210, 215, 217, 0.75);
    margin: 0.5em 0 0 0;
    padding: 0.5em 0 0 0;
    }
#menu > ul > li > ul {
    color: #aaa;
    display: none;
    margin: 0.5em 0 1.5em 0;
    padding-left: 1em;
    }
#menu > ul > li > ul a, #menu > ul > li > ul span {
    font-size: 0.8em;
    }
#menu > ul > li > ul > li {
    margin: 0.125em 0 0 0.5em;
    padding: 0.125em 0 0 0;
    }
#menu > ul > li:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}




