* {
    font-family: 'Open Sans', sans-serif;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    padding: 0;
    background-image:url('../images/bg.jpg');
    background-repeat: repeat;
    /*background-position: top -242px center;*/
    background-position: top -301px center;
}

img {
    border: 0;
}

a {
    text-decoration: none;
    transition: ease-in-out .1s;
    color: #4c9700;
}

a:hover {
    text-decoration: underline;
}

input, textarea {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    border: 0;
    background: #ffffff;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 20px;
    font-size: 14px;
}
input[type="submit"] {
    padding: 20px;
    box-sizing: border-box;
    background-color: #65b800;
    color: #fff;
    text-shadow: none;
    font-weight: 800;
    border-radius: 10px;
    border: 5px solid #fff;
    font-size: 17px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    width: auto;
}

.wrapper {
    width: 100%;
    max-width: 950px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
}

.content {
    background-color: #fcf3c7;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
}
.content.content-below-banner {
    margin-top: -25px;
    padding-top: 20px;
    padding-bottom: 30px;
}
#header {
    position: relative;
    z-index: 3;

}
#header #logo {
    float: left;
    width: 100%;
    max-width: 410px;
    margin-top: 5px;
    margin-bottom: 10px;
}
#links {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 11px;
    line-height: 26px;
    margin-top: 20px;
}
#links li {
    float: left;
    margin-right: 10px;
}
#links li:last-child {
    margin-right: 0;
}
.bankrekening-icon {
    width: 26px;
    height: 26px;
    border-radius: 26px;
    background: #67bd00;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    line-height: 26px;
    float: left;
    margin-right: 5px;
}
.image-wrap {
    width: 26px;
    height: 26px;
    background: #67bd00;
    border-radius: 26px;
    text-align: center;
    margin-right: 5px;
    float: left;
}
/*.phone-rotate {*/
    /*-webkit-transform: rotate(-90deg);*/
    /*-moz-transform: rotate(-90deg);*/
    /*-ms-transform: rotate(-90deg);*/
    /*-o-transform: rotate(-90deg);*/
    /*transform: rotate(-90deg);*/
/*}*/
#links img {
    vertical-align: middle;
    max-width: 17px;
    max-height: 17px;
}
#links a {
    color: #000000;
    text-decoration: none;
}
#header #nav {
    width: 100%;
    float: left;
    background-image:url('../images/menu-balk.png');
    /*height: 85px;*/
    height: 64px;
    background-size: auto 100%;
    background-repeat: repeat-x;
    background-position: top center;
    margin-top: -2px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
}
#header #nav ul {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 10px;
}
#header #nav ul li {
    display: inline-block;
    position: relative;
}
#header #jsddm ul li:hover > a, #jsddm .nav-selected a {
    color: #67bd00 !important;
}
#header #nav ul li ul {
    /*display: none;*/
    visibility: hidden;
    position: absolute;
    margin-top: 54px;
    background: #ffffff;
    padding: 5px;
    border-radius: 0 0 6px 6px;
    margin-left: -5px;
}
#header #nav ul li ul li {
    width: 100%;
    float: left;
}
#header #nav ul li ul a {
    color: #000000;
    text-shadow: none;
}
#header #nav ul li ul a:hover {
    color: #67bd00;
}
#header #nav ul li a {
    color: #fcf3c7;
    text-decoration: none;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 1);
    text-transform: uppercase;
    padding-right: 20px;
    /*padding-top: 20px;*/
    /*padding-bottom: 20px;*/
    float: left;
    box-sizing: border-box;
    transition: ease-in-out 0.2s;
    line-height: 48px;
}
#header #nav ul li a:hover {
    color: #65b800;
}
#header #nav ul li a.has-submenu:after {
    content: '';
    background-image:url('../images/downarrow.svg');
    background-size: 16px 16px;
    background-position: left top;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 5px;
}
.head-doneer-adopteer {
    float: right;
    width: 270px;
}
.head-doneer-adopteer * {
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -o-transition: color 0 ease-in !important;
    transition: none !important;
}
.doneer-adopteer {
    float: left;
    margin-top: 3px !important;
    /*display: none;*/
    width: 100%;
}
.doneer-adopteer li {
    width: 100%;
    float: left;
}
.doneer-adopteer li a {
    /*padding: 10px 20px 10px 20px;*/
    padding: 0px 20px 0px 20px;
    box-sizing: border-box;
    background-color: #65b800;
    color: #fff;
    text-shadow: none;
    font-weight: 800;
    border-radius: 10px;
    border: 5px solid #fff;
    font-size: 17px;
    /*-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);*/
    /*-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);*/
    /*box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);*/
    width: 100%;
    float: left;
    text-align: center;
}
#no-colorchange:hover {
    color: #fcf3c7 !important;
}
.doneer-adopteer li a.active {
    border-bottom: 0;
    margin-bottom: 5px;
    position: relative;
    z-index: 101;
    box-shadow: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.doneer-adopteer li ul {
    width: 100%;
    display: none;
}
.donatie-form input, .donatie-form select {
    font-size: 14px;
}
.doneer-adopteer-menu {
    width: 100%;
    float: left;
    background: #ffffff;
    margin-top: -15px;
    position: relative;
    z-index: 100;
    font-size: 13px;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 0 6px 6px 6px;
    display: none;
}
.doneer-adopteer-menu h3 {
    float: left;
    margin: -15px -10px 10px -10px;
    padding-left: 10px;
    padding-right: 10px;
    background: #65b800;
    padding-top: 10px;
    font-size: 14px;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    /*color: #fcf3c7;*/
    color: #ffffff;
}
.doneer-adopteer-menu * {
    text-transform: none !important;
}
.doneer-adopteer-menu ul {
    margin: 0 !important;
}
.doneer-adopteer-menu li {
    width: 100%;
    float: left;
}
.doneer-adopteer-menu a {
    font-size: 11px;
    color: #000000 !important;
    text-shadow: none !important;
    text-decoration: none;
    width: 100%;
    padding-right: 0 !important;
    box-sizing: border-box;
    padding: 0 25px;
}
.doneer-adopteer-menu li:hover {
    padding-bottom: 5px;
}
.doneer-adopteer-menu a:hover {
    color: #65b800 !important;
    text-decoration: underline !important;
}
.donatie-titel {
    background: #65b800;
    color: #ffffff;
    width: 100%;
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}
.donatie-plus {
    width: 18px;
    height: 18px;
    border-radius: 18px;
    background: #ffffff;
    color: #67bd00;
    float: left;
    text-align: center;
    margin-right: 5px;
}
#pull {
    float: right;
    border-left: 0;
    text-align:center;
    text-decoration:none;
    padding: 10px;
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100px;
    box-sizing: border-box;
    background: #4c9700;
    display: none;
    transition:none;
    color: #ffffff;
    border: 0;
    border-radius: 5px;
    margin-right: 20px;
}
#pull:before{
    content:'Menu';
    text-align: right;
    padding-right: 10px;
    text-transform: uppercase;
    float: left;
}
.bars{
    float:right;
    margin-top: 2px;
}
.icon-bar {
    background-color: #ffffff;
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 18px;
    margin-top: 3px;
}
.banner {
    background-image:url('../images/banner.jpg');
    background-size: cover;
    background-position: center center;
    width: 100%;
    /*height: 500px;*/
    height: 482px;
    margin-top: -50px;
    position: relative;
    z-index: 2;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 1);
    display: table;
}
.banner a {
    text-decoration: none;
    color: #ffffff;
}
.banner-top .text {
    background: url('../images/banner-text.png');
    width: 335px;
    height: 332px;
    text-align: center;
    vertical-align: middle;
    display: table;
    font-weight: bold;
    color: #ffffff;

}
.banner-top .text-content {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}
.banner-top .text-content h2:before {
    content: "“ ";
    color: #ffffff;
    /*text-shadow: 0px 2px 5px rgba(0, 0, 0, 1);*/
}
.banner-top .text-content h2 {
    /*text-shadow: 0px 2px 5px rgba(0, 0, 0, 1);*/
    font-size: 31px;
}
.banner-top .text-content h2:after {
    content: " ”";
    color: #65b800;
    /*text-shadow: 0px 2px 5px rgba(0, 0, 0, 1);*/
}
.banner-top .banner-kleur1 {
    color: #65b800;
}
.banner-top .banner-kleur2 {
    color: #ffffff;
}
.banner-bottom .banner-kleur1 {
    color: #fbc71c;
}
.banner-bottom .banner-kleur2 {
    color: #ffffff;
}
.banner .overlay-swoosh {
    background-image:url('../images/swoosh.png');
    background-size: 1903px 124px;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    height: 124px;
    position: absolute;
    bottom: 0;
    z-index: 1;
}
.banner .overlay-shadow:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.1);
}
.banner .overlay-shadow {
    background-image:url('../images/bg.jpg');
    background-repeat: repeat;
    background-position: top -245px center;
    width: 100%;
    height: 24px;
    position: absolute;
    bottom: 0;
    z-index: 0;
}
.banner .overlay-boven-swoosh {
    background-image:url('../images/swoosh-boven.png');
    background-size: 1903px 162px;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    margin-top: -39px;
    height: 162px;
    position: absolute;
    top: 0;
    z-index: 1;
}
.banner .overlay-boven-shadow:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(252,243,199,0.5);
}
.banner .overlay-boven-shadow {
    background-image:url('../images/bg.jpg');
    background-repeat: repeat;
    background-position: top -245px center;
    width: 100%;
    height: 15px;
    position: absolute;
    top: 0;
    z-index: 0;
}
/*** Homeitems ***/
#homeitems {
    width: 100%;
    float: left;
}
.home-titel {
    width: 100%;
    float: left;
    text-align: right;
}
.home-titel h1 {
    text-transform: uppercase;
    color: #4c9700;
    font-size: 27px;
}
.home-titel p {
    width: 100%;
    color: #040300;
    font-size: 25px;
    margin-top: 0;
}
#homeitems ul {
    width: 100%;
    float: left;
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none;
}
#homeitems li {
    width: calc(100% / 3);
    float: left;
}
.homeitem-picture {
    width: 165px;
    margin: 0 auto;
    position: relative;
}
.homeitem-picture img {
    width: 165px;
    height: 165px;
}
.homeitem-image-overlay {
    width: 165px;
    height: 165px;
    float: left;
    background: url("../images/home-item-foreground.png");
    position: absolute;
    top: 0;
}
#homeitems li h2 {
    text-transform: uppercase;
    font-size: 14px;
    color: #4c9700;
}
#homeitems li p {
    /*line-height: 38px;*/
    line-height: 1.8;
    font-size: 16px;
    color: #040300;
}
#homeitems li a {
    color: #4c9700;
    font-size: 16px;
    text-decoration: underline;
}
#nieuwsbrief {
    width: 100%;
    float: left;
}
#nieuwsbrief .left {
    width: calc(100% / 2);
    float: left;
    box-sizing: border-box;
    padding-right: 45px;
    /*line-height: 50px;*/
    line-height: 1.8;
    font-size: 14px;
    color: #0e0603
}
#nieuwsbrief h2 {
    font-size: 28px;
    color: #4c9700;
    margin: 0;
    line-height: normal;
}
#nieuwsbrief .right {
    width: calc(100% / 2);
    float: left;
    box-sizing: border-box;
    padding-left: 45px;
}
#nieuwsbrief .right input {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    border: 0;
    background: #ffffff;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 20px;
    font-size: 14px;
}
#nieuwsbrief .right input[type="submit"] {
    padding: 20px;
    box-sizing: border-box;
    background-color: #65b800;
    color: #fff;
    text-shadow: none;
    font-weight: 800;
    border-radius: 10px;
    border: 5px solid #fff;
    font-size: 17px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    width: auto;
    -webkit-appearance: none;
    -moz-appearance:  none;
    appearance:  none;
}
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.banner-bottom .text {
    background-image: url("../images/banner-bottom-text.png");
    width: 335px;
    height: 332px;
    margin-top: 115px;
    text-align: center;
    display: table;
    font-size: 28px;
}
.banner-bottom .text-content {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}
.banner-bottom .text-content h2:before {
    content: "“ ";
    color: #ffffff;
    /*text-shadow: 0px 2px 5px rgba(0, 0, 0, 1);*/
}
.banner-bottom .text-content h2 {
    /*text-shadow: 0px 2px 5px rgba(0, 0, 0, 1);*/
    font-size: 31px;
}
.banner-bottom .text-content h2:after {
    content: " ”";
    color: #fbc71c;
    /*text-shadow: 0px 2px 5px rgba(0, 0, 0, 1);*/
}
.banner-bottom-kleur1 {
    color: #fbc71c;
}
.banner-bottom-kleur2 {
    color: #ffffff;
}
.clear {
    clear: both;
}
#foot-wrap {
    position: relative;
    float: left;
    width: 100%;
}
/*#foot-wrap .content {*/
    /*padding-top: 100px;*/
/*}*/
.home-subcontent {
    width: 100%;
    float: left;
    /*padding: 80px 20px;*/
    padding: 50px 20px 30px;
}
.home-subcontent h2 {
    color: #67bd00;
    font-weight: normal;
}
.home-subcontent p {
    /*line-height: 36px;*/
    line-height: 1.8;
    font-size: 15px;
    color: #000000;
}
.home-subcontent a.button {
    padding: 20px;
    box-sizing: border-box;
    background-color: #65b800;
    color: #fff;
    text-shadow: none;
    font-weight: 800;
    border-radius: 10px;
    border: 5px solid #fff;
    font-size: 17px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    width: auto;
    margin-top: 50px;
    float: left;
}
a.button {
    padding: 20px;
    box-sizing: border-box;
    background-color: #65b800;
    color: #fff;
    text-shadow: none;
    font-weight: 800;
    border-radius: 10px;
    border: 5px solid #fff;
    font-size: 17px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    width: auto;
    margin-top: 50px;
    float: left;
}
.footer-image {
    width: 300px;
    height: 300px;
    float: right;
}
.footer-image img {
    float: left;
}
.footer-image-overlay {
    width: 300px;
    height: 300px;
    float: left;
    /*margin-top: -300px;*/
    margin-top: -299px;
    background-image: url("../images/footer-overlay.png");
}
#grass-sky-bg:before {
    content: "";
    width: calc(50% - 475px);
    background-image:url('../images/grasveld.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}
#grass-sky-bg:after {
    content: "";
    width: calc(50% - 475px);
    background-image:url('../images/grasveld.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left bottom;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}
#grass-sky-bg {
    /*background-image:url('../images/grass-sky.jpg');*/
    /*background-image:url('../images/grasveld.jpg');*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    width: 100%;
    float: left;
    position: relative;
}
#contactgegevens {
    float: left;
    width: 33.33%;
}
footer {
    width: 100%;
    float: left;
}
.footer-top {
    width: 100%;
    float: left;
    height: 365px;
}
#footer-menu {
    float: left;
    width: 25%;
}
#socialmedia {
    float: left;
    width: calc(100% / 2);
    /*width: 16%;*/
    position: relative;
}
#socialmedia ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#socialmedia li {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
#socialmedia .image-wrap img {
    width: 17px;
    height: 17px;
    vertical-align: middle;
}
#socialmedia a {
    color: #000000;
    text-decoration: none;
}
#scrollToTop {
    position: absolute;
    top: 50px;
    right: 50px;
}
#footer-title {
    height: 64px;
    position: relative;
    z-index: 500;
    line-height: 68px;
    /*line-height: 1.8;*/
    color: #fcf3c7;
    font-size: 19px;
    text-transform: uppercase;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 1);
}
.footer-title-bg {
    width: 100%;
    height: 64px;
    float: left;
    /*background-image: url('../images/plank_test.png');*/
    /*background-position: right center;*/
    box-sizing: border-box;
    padding-left: 20px;
}
.footer-content {
    /*min-height: 473px;*/
    /*min-height: 425px;*/
    height: 425px;
    position: relative;
    z-index: 1;
    padding-top: 30px;
    box-sizing: border-box;
    overflow: hidden;
}
.footer-links {
    width: calc(100% / 3);
    float: left;
    box-sizing: border-box;
    padding-right: 10px;
    /*line-height: 40px;*/
    line-height: 1.8;
}
.footer-icon {
    width: 17px;
    height: 17px;
    vertical-align: middle;
    line-height: 17px;
}
.footer-button-wrap {
    width: 100%;
    float: left;
    /*margin-bottom: 15px;*/
    margin-bottom: 9px;
    line-height: normal;
}
.footer-rechts {
    width: calc((100% / 3) * 2);
    float: left;
    /*min-height: 260px;*/
    height: 260px;
    /*min-height: 365px;*/
    box-sizing: border-box;
    padding-left: 10px;
    background-image: url("../images/footer-background.png");
    background-position: bottom right;
    background-repeat: no-repeat;
}
.footer-rechts h3 {
    margin-top: 0;
    margin-bottom: 4px;
}
#footer-menu {
    width: calc((100% / 2) - 1px);
    min-height: 365px;
    float: left;
    box-sizing: border-box;
}
#footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;

}
#footer-menu li {
    /*line-height: 36px;*/
    line-height: 1.8;
}
#footer-menu a {
    color: #000000;
    text-decoration: none;
}
.footer-bottom {
    width: 100%;
    float: left;
}
.footer-bottom-left {
    width: calc(100% / 2);
    float: left;
    font-size: 10px;
}
.footer-bottom-right {
    width: calc(100% / 2);
    float: left;
    font-size: 14px;
}
.footer-bottom-right ul {
    margin: 0;
    padding: 0;
    float: right;
    list-style: none;
}
.footer-bottom-right li {
    float: left;
}
.footer-bottom-right li:after {
    content: "|";
    margin: 0 3px;
    float: left;
}
.footer-bottom-right li:first-child:after {
    content: "";
    margin: 0;
}
.footer-bottom-right a {
    color: #000000;
    text-decoration: none;
    font-size: 10px;
}
.bird-wrap {
    width: 960px;
    margin: auto;
    position: relative;
}
#footer-vogel {
    width: 126px;
    height: 109px;
    position: absolute;
    top: -100px;
    right: -130px;
    z-index: 100;
}
#footer-fence {
    /*background-image:url('../images/footer_fence.png');*/
    background-image:url('../images/hekje_test.png');
    /*background-repeat: no-repeat;*/
    background-repeat: repeat-x;
    /*background-size: cover;*/
    background-position: center center;
    /*width: 1550px;*/
    width: 100%;
    /*height: 492px;*/
    height: 495px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /*left: calc(50% - 746px);*/
    /*z-index: 5;*/
    z-index: 1;
    max-width: 100%;
}
#copyright {

}
#copyright a {
    cursor: text;
    color: #000000;
    text-decoration: none;
}



#responsive-doneer-adopteer {
    width: 100%;
    float: left;
    display: none;
}
#responsive-doneer-adopteer ul {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
}
#responsive-doneer-adopteer .doneer-adopteer {
    width: 100%;
}
#responsive-doneer-adopteer .doneer-adopteer li {
    float: left;
}
#responsive-doneer-adopteer .doneer-adopteer a {
    padding-top: 5px;
    padding-bottom: 5px;
}
#responsive-doneer-adopteer .doneer-adopteer-menu {
    margin-top: 0px;
}
#responsive-doneer-adopteer .head-doneer-adopteer {
    width: 100%;
    float: left;
}
/*.main-menu-wrap {*/
    /*width: 100%;*/
    /*float: left;*/
/*}*/
.menu-wrapper {
    max-width: 680px;
    float: left;
}
.footer-wrap-container {
    width: 100%;
    float: left;
    margin-top: 65px;
}
.main-content {
    width: 100%;
    float: left;
}

.donatie-form {
    width: 100%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}

.donatie-form select {
    width: 100%;
    padding: 0 20px;
    height: 55px;
    line-height: 55px;
}

.donatie-form input, .donatie-form select {
    box-sizing: border-box;
    border: 1px solid #cccccc;
    margin-bottom: 15px;
}

.donatie-form input {
    border: 1px solid #cccccc;
}

.donatie-form input[type="submit"] {
    width: 100%;
    margin-bottom: 0;
}

optgroup[label] {
    /*background:#000;*/
    /*color:#fff;*/
    /*font-style:normal;*/
    /*font-weight:normal;*/
}

optgroup{
    /*-webkit-appearance: none;*/
    /*-moz-appearance: none;*/
    /*appearance: none;*/
    /*background:#000;*/
    /*color:#fff;*/
    /*font-style:normal;*/
    /*font-weight:normal;*/
}
#nieuwsitem {
    width: 100%;
    float: left;
}
#nieuwsitem-titel h2 {
    margin: 0;
}
#nieuwsitem-titel {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
#nieuwsitem-afbeelding {
    float: right;
}
#nieuwsitem-afbeelding img {
    max-width: 300px;
}
#nieuwsitem-tekst {
    width: 100%;
    float: left;
}
#nieuwsitem-tekst p {
    margin: 0;
}
.nieuwsitem {
    width: 100%;
    float: left;
    margin: 10px 0;
}
.nieuwsitem img {
    max-width: 150px;
    vertical-align: middle;
    margin-right: 20px;
    float: left;
}
.nieuws-item-snelzicht {
    width: calc(100% - 170px);
    float: left;
}
.nieuwsitem-tekst {
    width: 100%; float: left;
    margin-bottom: 10px;
}
.nieuwsitem-inleiding {
    width: 100%;
    float: left;
}
.nieuwsitem a {
    color: #4c9700;
    text-decoration: none;
}
.home-maintekst {
    width: 100%;
    float: left;
    margin: 10px 0;
}

.facebook-head-image, .mail-head-image {
    margin-top: -2px;
}

#hometekst {
    width: 100%;
    float: left;
    margin-top: 80px;
    padding-bottom: 15px;
}

.content img {
    max-width: 100%;
    height: auto;
}