﻿@font-face {
    font-family: 'aaux_proregular_osfregular';
    src: url('../fonts/ufonts.com_aaux-proregular-osf-webfont.eot');
    src: url('../fonts/ufonts.com_aaux-proregular-osf-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ufonts.com_aaux-proregular-osf-webfont.woff2') format('woff2'),
         url('../fonts/ufonts.com_aaux-proregular-osf-webfont.woff') format('woff'),
         url('../fonts/ufonts.com_aaux-proregular-osf-webfont.ttf') format('truetype'),
         url('../fonts/ufonts.com_aaux-proregular-osf-webfont.svg#aaux_proregular_osfregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'gotham_lightregular';
    src: url('../fonts/gotham_light_regular-webfont.eot');
    src: url('../fonts/gotham_light_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gotham_light_regular-webfont.woff2') format('woff2'),
         url('../fonts/gotham_light_regular-webfont.woff') format('woff'),
         url('../fonts/gotham_light_regular-webfont.ttf') format('truetype'),
         url('../fonts/gotham_light_regular-webfont.svg#gotham_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ostrichblack';
    src: url('../fonts/ostrich-black.eot');
    src: url('../fonts/ostrich-black.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ostrich-black.woff2') format('woff2'),
         url('../fonts/ostrich-black.woff') format('woff'),
         url('../fonts/ostrich-black.ttf') format('truetype'),
         url('../fonts/ostrich-black.svg#ostrichblack') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
	margin: 0;
    padding:0;
}

html, body, form {
	height: 100%;
    font-family: 'aaux_proregular_osfregular';

}

body {

    background-color:white;  
    color:#006881;
}

.padding{
    padding:0.5em;
    height:1.5em;
    text-align:left;
}

.padding2{
    padding:0.5em;
    height:1.5em;
    text-align:left;
}

#design{
    width:100%;

}

.design{
    /*padding-top:1em;*/
    font-size:0.6em;
    color:#231e46;
    line-height:1.5em;
}

.design a, .design a:link, .design a:hover, .design a:visited{
    text-decoration:none;
    color:#231e46;

}

footer {
    background-color:white;   
    text-align: center;
    height: 2em;
    width: 100%;
    clear:both;
}

section{
    width:100%;
}

header{
    background-color:white;
    width:100%;
    margin-left: auto;
    margin-right: auto;
    vertical-align:central;
    height:11em;   
    text-align:center;
}


.page-wrap {
    min-height: 100%;  
    margin-bottom: -2em; /* equal to footer height */
}

.page-wrap:after {
    /* .push must be the same height as footer */
    content: "";
    display: block;
    height: 2em;
}

h1{
    color:#1194c6;
    margin:0em auto;
    text-align:center;
    font-size:2.4em;
    padding:0.5em 0 0.25em 0;
    font-family: 'ostrichblack';
    letter-spacing:3px;
}

h2{
    color:white;
    margin:0 auto;
    /*background-color:#fad000;*/
    letter-spacing:3px;   
    font-family: 'ostrichblack';
    padding:0.25em;
    font-size:1.5em;
}



.helft{
    float:left;
    width:50%;
}




.backgroundwhite .img {
   height:10em;
   margin:0.5em auto 0 auto;
}

.blok{
    display: block;
    text-align:center;
    margin:0 auto;
    background-color:#ffd100;
    width:20em;
}

.red{
    background-color:#e73843;
    height:1em;
    width:100%;
    float:left;
}

.orange{
    background-color:#ec663C;
    height:1.5em;
    width:100%;
    float:left;
}




.darkblue{
    background-color:#006881;
    height:2em;
    width:100%;
    float:left;
}

.yellow{
    background-color:#ffd100;
    height:2.5em;
    width:100%;
    text-align:center;
    float:left;
}



.blue{
    background-color:#1194c6;
    height:0.75em;
    width:100%;
    float:left;
}

.lightgreen{
    background-color:#50ae32;
    height:1em;
    width:100%;
    float:left;
}

.green{
    background-color:#007665;
    height:1.5em;
    width:100%;
    float:left;
}

.backgroundwhite{
    background-color:white;
    width:100%;
    text-align:center;
    float:left;
    margin:0;
    padding:0;
    /*height:32vh;*/
}

.backgroundblue{
    background-color:aliceblue;
    width:100%;
    float:left;
    /*min-height:22em!important;*/
    text-align:center;
}

.backgroundbluemini{
    background-color:aliceblue;
    height:2em;
    width:100%;
    float:left;
}
.ImagesocialeMedia{
    height:2em;
    width:auto;
    margin:0;
    padding:0;
}


/*Flex items*/
.list {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  font-family: 'aaux_proregular_osfregular';
  width:100%;
}


.list-item {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  width: 50%;

}

.container  .red{
    color:#e73843;
    background-color:transparent;
}

.add{
    float:left;
    width:100%;
    margin:1em auto!important;
    text-align:left;
}

.add a:visited, .add a:link, .add a:hover{
    text-decoration:none;
    background-color:#e73843;
    color:white;
    padding:0.5em;


}

.next{
    background-color:#50ae32;
    color:white;
    padding:0.5em;
        float:left;
}

.beheer{
    width:100%;
    margin:2em auto 1em auto;
    text-align:center;
}

.beheer a:visited, .beheer a:link, .beheer a:hover{
    text-decoration:none;
    background-color:#ffd100;
    color:white;
    padding:1em;


}
.aanmelden{
    width:100%;
    margin:0 auto;
    text-align:center;
}

.aanmelden a:visited, .aanmelden a:link, .aanmelden a:hover{
    text-decoration:none;
    color:#50ae32;
}

.section80{
    width:80%;
    margin:0 auto 1em auto!important;
}

.list-content {
	/*background-color: white;*/
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-direction: column;
    align-items: center;
    /*justify-content: center;*/  
    /*color:#007665;*/
    color:#006881;
	width: 100%;
}


.list-content p {
	flex: 1 0 auto;
    text-align:center;
    line-height:1.5em;
    padding:0 0 1em 0;
    font-family: 'ostrichblack';
}

.list-content p a, .list-content p a:visited, .list-content p a:link{
    color:#50ae32;
    text-decoration:none;
}

.list-content p a:hover{
    color:#50ae32;
    text-decoration:underline;
}

.tel, .tel:hover, .tel:visited, .tel:link {
    color:#006881;
    text-decoration:none;
}

.list-content p .tel,.list-content p .tel:hover,.list-content p .tel:visited,.list-content p .tel:link {
    color:#006881;
    text-decoration:none;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index:99999999999999999;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

/* MEDIA QUERIES */

@media screen and (max-width:480px) {


    .list-item {
       
	    width: 100%;

    }

    h1{
        font-size:1.5em;
    }
  
    h2{
         font-size:1em;
    }

    header{
        height:10em;
    }

}

@media screen and (min-width: 481px) and (max-width: 600px) {

    h1{
        font-size:1.8em;
    }
    header{
        height:10em;
    }
}

@media screen and (min-width: 601px) and (max-width: 800px) {

    h1{
        font-size:1.8em;
    }

    header{
        height:10em;
    }
}

@media screen and (min-width:1600px) {

}
    