html,
body{
    margin: 0;
    padding: 0;
    font-family: arial, helvatica, sans-serif;
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body{
    background-color: #97cb58;
    padding-top: 8px;
}

.clear{
    clear: both;
}

.hidden{
    display:none;
}

.centered{
    text-align: center;
}

a:link,
a:visited{
    color: #00712b;
}

a.white:link,
a.white:visited{
    color: #FFF;
}

a:hover{
    color: #F44E00;
}

a.nodeco:link,
a.nodeco:visited{
    text-decoration: none;
}

#container{
    width: 900px;
    margin: auto;
}

#top{
    background-image: url("../_img/top.png");
    height: 275px;
    background-size: 100% 100%;
    position: relative;
}

#arch{
    background-image: url("../_img/arch_top.png");
    height: 59px;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 10;
}

#kiwipuzzel{
    background-image: url("../_img/kiwipuzzel1.png?v2");
    height: 243px;
    width: 234px;
    position: absolute;
    bottom: 41px;
    left: 262px;
    z-index: 5;
}

#kiwijongeleer{
    background-image: url("../_img/kiwijongeleer.png");
    height: 152px;
    width: 150px;
    position: absolute;
    bottom: 100px;
    left: 390px;
    z-index: 4;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#kiwigreen.small{
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    transform: scale(0.5);
}

#kiwithumbsup{
    background-image: url("../_img/thumbsup.png");
    height:180px;
    width: 138px;
    position: absolute;
    bottom: 67px;
    left: 235px;
    z-index: 4;
}



#menu{
    background-image: url("../_img/menu_back.png?v2");
    height: 58px;
    width: 100%;
    position: absolute;
    top: 154px;
    z-index: 20;
    text-align: center;
    padding-top: 14px;
}

#menu a:link,
#menu a:visited{
    display: inline-block;
    height: 30px;
    padding: 5px 10px;
    margin: 0;
    font-size: 14px;
    text-decoration: none;
    color: black;
    background: url("../_img/menu_divider.png") no-repeat right center,
                url("../_img/menu_divider.png") no-repeat left center;
    text-align: center;
}

#menu a.first{
    background: url("../_img/menu_divider.png") no-repeat right center;
}

#menu a.last{
    background: url("../_img/menu_divider.png") no-repeat right center;
}

#menu a.active{
    background-color: white;
    color: #dfaf43
}

#menu a:hover{
    background-color: white;
}

#logo{
    background-image: url("../_img/logo_nl.png");
    background-repeat: no-repeat;
    position: absolute;
    height: 161px;
    width: 199px;
    left: 20px;
    top: 18px;
    z-index: 50;
    pointer-events: none;
}

#sloganpuzzel{
    background-image: url("../_img/slogan2017_nl.png");
    background-repeat: no-repeat;
    position: absolute;
    height: 97px;
    width: 256px;
    left: 533px;
    top: 27px;
    z-index: 50;
    pointer-events: none;
    -webkit-transition: top 0.5s;
    transition: top 0.5s;
    background-position: center right;
}

#sloganpuzzel.active{
    top: 35px;
}

#buttons{
    position: absolute;
    right: 0;
    top: 23px;
    width: 90px;
    height: 200px;
}

#buttons .bar{
    width: 100%;
    height: 26px;
    text-align: center;
    font-size: 13px;
    margin: 4px 0;
}

#buttons a:link,
#buttons a:visited{
    display: inline-block;
    padding: 5px 2px;
    text-decoration: none;
    color: black;
}

#buttons a:hover{
    color: white;
}

#buttons a.active{
    color: white;
}

#facebook{
	width: 100%;
	height: 58px;
	background-image: url("../_img/facebook.png");
	background-repeat: no-repeat;
	background-position: center 4px;
}

#facebook:hover{
	background-position: center 2px;
}


#bottom{
    background-image: url("../_img/bottom.jpg");
    background-size: 100% 100%;
    height: 161px;
    width: 100%;
}

#content{
    background-color: white;
    padding: 0 40px 20px 40px;
    font-size: 13px;
    z-index: 100;
    position: relative;
}

.col{
    width: 272px;
    height: 100%;
    float: left;
    padding: 0 20px;
}

.colhalf{
    width: 408px;
    height: 100%;
    float: left;
    padding: 0 20px;
}

.col2{
    width: 544px;
    height: 100%;
    float: left;
    padding: 0 20px;
}

.homebox{
    height: 480px;
}

.homebox .image{
    width: 100%;
    height: 280px;
    background-size: 100% 100%;
    margin-bottom: 26px;
}

.homebox .image.poster{
    background-image: url("../_img/home_poster_nl.jpg");
}
.homebox .image.school{
    background-image: url("../_img/home_school.jpg");
}
.homebox .image.party{
    background-image: url("../_img/home_kiwiparty.jpg");
}
.homebox .image.bib{
    background-image: url("../_img/home_bib.jpg");
}
.homebox .image.tussendoor{
    background-image: url("../_img/home_tussendoor.jpg");
}
.homebox .image.ballenposter{
    background-image: url("../_img/ballenposter.jpg");
}

.homeboxtop{
margin-bottom: 24px;
}

.homeboxtop .content{
	position: relative;
}

.homebox .more,
.homebox a.more{
    background-color: #FDC000;
    color: white;
    text-decoration: none;
    padding: 6px 10px 6px 30px;
    border-radius: 5px;
    display: inline-block;
    margin: 10px 0;
    background-image: url("../_img/arrow_right.png");
    background-repeat: no-repeat;
    background-position: 5px 6px;

}

.homebox .more:hover,
.homebox a.more:hover{
    background-color: #e0a500;
}

.homebox a.more.red{
    background-color: #F44E00;
}

.homebox a.more.red:hover{
    background-color: #d54700;
}

.homebox a.more.green{
    background-color: #00712b;
}

.homebox a.more.green:hover{
    background-color: #005d2b;
}

#ballen{
    background-image: url("../_img/ballen.png");
	background-repeat: no-repeat;
    height: 113px;
    width: 161px;
    position: absolute;
    right: -44px;
	bottom: -64px;
	z-index: 100;
}

.homeboxtop.colored{
	text-align: center;
	background-color: rgb(252, 249, 239);
	height: 150px;
}

#spotlight{
    clear: both;
    height: 158px;
    position: relative;
}


h2{
    margin: 0;
    color: white;
    font-size: 15px;
    padding: 12px 8px;
}

h3{
    color: #F44E00;
    font-size: 16px;
}

h3.green{
    color: #00A23D;
    background-color: white;
}

h4.green{
	color: #00A23D;
    background-color: white;
}

.yellow{
    background-color: #FFD300;
}

.red{
    background-color: #F44E00;
}

.green{
    background-color: #00A23D;
}

b.green{
    color: #00A23D;
    background: none;
}


.dottedyellow{
    border-right: 2px dotted #FFD300;
}

.dottedgreen{
    border-right: 2px dotted #00A23D;
}

.dottedred{
    border-right: 2px dotted #F44E00;
}

.dottedyellowdown{
    border-bottom: 2px dotted #FFD300;
	margin-bottom: 16px;
}


.challengebox{
    float: left;
    width: 162px;
    border: 1px solid #A0C949;
    margin: 3px;
}

.challengebox h2{
    background-color: #A0C949;
    padding: 4px;
}

.challengebox p{
    padding: 6px;
    margin: 0;
    color: #466955;
    font-size: 12px;
    height: 170px;
}

.inputbox{
    width: 200px;
    padding: 4px;
    border: 1px solid #00A23D;
    margin-bottom: 8px;
}

.inputbox.large{
    width: 350px;
}


.inputbox.error{
	 border: 2px solid #c23a0d;
}



a.button,
.button{
    display: inline-block;
    padding: 8px 16px;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    background-color: #00712b;
    text-decoration: none;
}

.button:hover,
a.button.yellow,
.button.yellow,
a.bijlage:hover .button{
    background-color: #FFD300;
    color: #00712b;
    cursor: pointer;
}

a.button.yellow:hover,
.button.yellow:hover{
    background-color: #00712b;
    color: white;
    cursor: pointer;
}


.button.light{
    background-color: #97cb58;
    color: #00712b;
    cursor: pointer;
}

.button.light:hover{
    background-color: #00712b;
    color: #97cb58;
    cursor: pointer;
}

a.bijlage{
    text-decoration: none;
}




.downloads{
    margin-bottom: 20px;
}

.downloads h4{
    font-style: italic;
    font-size: 14px;
    margin: 0;
    padding: 10px 0 0 0;
    border-bottom: 1px dotted silver;
}

h2.yellow.inactive{
    background-color: silver;
}


.inactive h3,
.inactive h4{
    color: silver;
}

.item,
.itemd{
    border-bottom: 1px dotted #00A23D;
    margin: 0 0 0 20px;
    padding: 6px 4px 6px 20px;
    background-image: url("../_img/kiwi_icon.png");
    background-repeat: no-repeat;
    background-position: left center;
    color: #004a1f;
}

.item:hover,
.itemd:hover{
    background-color: #c8fbce;
    cursor: pointer;
    color: #000000;
}

a.itemd{
	display: block;
	text-decoration: none;
}


.inactive .item,
.item.inactive{
    background-image: url("../_img/kiwi_icon_gray.png");
    color: #a0a0a0;
    border-bottom: 1px dotted #a0a0a0;
}

.inactive .item:hover,
.item.inactive:hover{
    background-color: #F2F2F2;
}


.tip{
    background-color: #79CB4B;
    padding: 16px 16px 16px 75px;
    background-image: url("../_img/tip_nl.png");
    background-repeat: no-repeat;
    background-position: 16px 16px;
    min-height: 70px;
    margin: 10px 0;
    border-radius: 5px;
}

.letop{
    background-color: #FFD300;
    padding: 16px 16px 16px 75px;
    background-image: url("../_img/letop_nl.png");
    background-repeat: no-repeat;
    background-position: 16px 16px;
    min-height: 70px;
    margin: 10px 0;
    border-radius: 5px;
}

.comment{
    font-size: 12px;
    color: gray;
}

div.error{
    color: white;
    background-color: #c23a0d;
    padding: 8px 8px 20px 75px;
    background-image: url("../_img/letop_nl.png");
    background-repeat: no-repeat;
    background-position: 4px 4px;
    margin: 10px 0;
    font-size: 16px;
}

fieldset{
margin: 0px;
padding: 0px;
border: 0px none;
outline: 0px none;

}




fieldset{
    margin: 0px;
    padding: 0px;
    border: 0px none;
    outline: 0px none;

}

legend{
    padding: 10px 0;
    font-size: 16px;
    color: #00A23D;
    margin-bottom: 10px 0 20px 0;
    font-weight: bold;
}

table .col1,
table .col3{
    width: 100px;
}

table .col2,
table .col4{
    width: 240px;
}

.inpNormal{
    width: 200px;
    padding: 4px;
    border: 1px solid #00A23D;
}

.inpSmall{
    width: 60px;
    padding: 4px;
    border: 1px solid #00A23D;
}

.inpNormal.error,
.inpSmall.error{
	 border: 2px solid #c23a0d;
}

.listitem{
	border-bottom: 1px dotted #00A23D;
	margin: 4px 0 16px 0;
	padding: 4px;
}

.listitem:hover{
    background-color: #FFF6C1;
    cursor: pointer;
	border-bottom: 1px dotted #F44E00;
}


a.noline{
	text-decoration: none;
}

#progress_bar_container{
    width: 100%;
    border: 1px solid #609b29;
    height: 5px;
    margin: 0 auto 30px auto;
}

#progress_bar{
    background-color: #77ba31;
    width: 0;
    height: 100%;
}


#uploadthankyou textarea{
    width: 100%;
    height: 100px;
    border: 1px solid #609b29;
    padding: 8px;
    margin: 10px 0;

}

.bib .caption{
    color: #00A23D;
    font-size: 1.2em;
    font-weight: bold;
}

.bib a.item{
    border-bottem: 1px dotted #609b29;
    background-image: url("../_img/kiwidot.png");
    background-repeat: no-repeat;
    background-position: 4px 4px;
    padding: 4px;
    display: block;
    text-decoration: none;
}

.bib a.item:hover {
    background-color: #e5ffd4;
    border-bottem: 1px dotted #F44E00;
}

.bib .item div{
    display: inline-block;
}

.bib .item .label{
    margin-left: 20px;
    width: 300px;
}

.bib .item .filetype{
    padding-left: 4px;
    width: 50px;
    color: #609b29;
}

.bib .item .filesize{
    padding-left: 4px;
    width: 65px;
    color: #609b29;
}

.smileycheck{
    padding: 8px 8px 8px 46px;
    min-height: 60px;
    border: 1px dotted #FFF;
}

.smileycheck .box{
    position: absolute;
    width: 32px;
    height: 32px;
    margin-left: -38px;
    border: 2px solid #bababa;
}

.smileycheck:hover{
    border: 1px dotted #d4fec4;
    cursor: pointer;
}

.smileycheck:hover .box{
    border: 2px solid #609b29;
}

.smileycheck.checked .box{
    background-image: url("../_img/smiley.png");
    background-position: center center;
    background-repeat: no-repeat;
}

.smileycheck a.button{
    background-color: silver;
}

.smileycheck.checked a.button{
    background-color: #00712b;;
}

.smileycheck.checked a.button:hover{
    background-color: #FFD300;
    color: #00712b;
    cursor: pointer;
}

img.shadow{
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.51);
}

#myfiles a{
    background-image: url("../_img/kiwidot.png");
    background-repeat: no-repeat;
    background-position: 4px 4px;
    padding: 4px 4px 4px 24px;
    display: block;
    text-decoration: none;
    border-bottom: 1px dotted #00A23D;
}

#myfiles a:hover{
    background-color: #e5ffd4;
}



#myfiles br{
    background-image: url("../_img/kiwidot.png");
    display: none;
}

a.fancyvideo{
    background-color: #00A23D;
    text-decoration: none;
    margin-bottom: 2px;
    display: block;
}

a.fancyvideo:hover{
    background-color: #F44E00;
}

a.fancyvideo i{
    text-align: center;
    font-style: normal;
    color: white;
    padding: 4px;
    width: 100%;
    display: block;
    text-decoration: none;
    background-color: #00A23D;
}

a.fancyvideo:hover i{
    background-color: #F44E00;
}





/* cartoon */

.animationcontainer{
                width: 250px;
                height: 340px;
                background-color:  #97CB58;
            }

            .balloon{
                box-sizing: border-box;
                width: 250px;
                height: 140px;
                background-color:  #EAF2DD;
                position: relative;
                font-family: sans-serif;
                font-size: 16px;
                padding: 20px;
            }

            .balloon::before{
                content: '';
                position: absolute;
                width: 250px;
                height: 38px;
                background-position: center top;
                background-repeat: no-repeat;
                background-size: contain;
                background-image: url("../../_img/animation/balloonbottom.png");
                bottom: -35px;
                left: 0;
            }

            .figure{
                background-position: center bottom;
                background-repeat: no-repeat;
                background-size: contain;
                height: 200px;
            }

.animationcontainer.centered{
    margin: auto;
}
			
/* tussendoortjes */

.tussendoortje{
    background-color: #97cb58;
    width: 100%;
    height: 340px;
    padding: 10px;
}

.figure_t{
    float: left;
    width: 180px;
    height: 100%;
    background-image: url("../../_img/animation/Aisha4.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}


.figure_t.finn{
    background-image: url("../../_img/animation/Finn2.png");
}


.figure_t.louise{
    background-image: url("../../_img/animation/Louise2.png");
}

.figure_t.lucas{
    background-image: url("../../_img/animation/Lucas1.png");
}

.tussendoortje .list{
    background-color: white;
    border-radius: 10px;
    width: 290px;
    padding: 20px;
    height: 100%;
    float: right;
}

.tussendoortje a.item_t{
    border: 2px solid #FFD300;
    -box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    text-decoration: none;
    text-align: center;
    background-color: white;
    width: 100px;
    display: block;
    transform: rotate(5deg);
    -webkit-backface-visibility: hidden;
    padding: 2px;
    transition: backgroundcolor 0.3s;
    margin-left: 75px;
}

.tussendoortje a.item_t.wide{
    width: 255px;
    margin-top: 14px;
    margin-left: 0;
}

.tussendoortje a.item_t.hidden{
   display: none;
}

.tussendoortje a.item_t img{
    width: 100%;
}

.tussendoortje a.item_t p{
    padding: 4px;
    margin: 0;
    background-color: #2E7939;
    color: white;
}

.tussendoortje a.item_t:hover{
    background-color: #F44E00;
}

.tussendoortje a.item_t:hover p{
    background-color: #F44E00;
}


.item_t_container h3{
    margin: 0 0 10px 0;
    padding: 0;
}



.downloaditems{
    padding-left: 20px;
    padding-top: 40px;
}


.downloaditems .download{
    width: 160px;
    float: left;
    height: 200px;
    position: relative;
}

.downloaditems .download img{
    position: absolute;
    z-index: 100;
    margin-left: 30px;
    transform: rotate(7deg);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
    -webkit-backface-visibility: hidden;
}

.downloaditems .download.landscape img{
    margin-top: 30px;
    margin-left: 20px;
}

.downloaditems .download.square img{
    margin-top: 30px;
    margin-left: 30px;
}


.downloaditems .download.r4 img{
    transform: rotate(4deg);
}

.downloaditems .download.rm5 img{
    transform: rotate(-5deg);
}

.downloaditems .download i{
    position: absolute;
    width: 140px;
    height: 140px;
    background-color: rgba(255, 214, 17, 0.6);
    border-radius: 50%;
    margin-top: 40px;
}

.downloaditems .download.new i{
    background-color: #fbc450;
}

.downloaditems .download.new:before{
    content: ' Nieuw ';
    position: absolute;
    z-index: 1000;
    padding: 4px 10px;
    background-color: rgb(209, 3, 26);
    color: white;
    font-size: 11px;
    text-align: center;
    margin-top: 100px;
    margin-left: 10px;
}

.downloaditems.dotgreen .download i,
.downloaditems .download.square i{
    background-color: #97CB58;
}

.downloaditems.dotgreen .download.new i,
.downloaditems .download.square.new i{
    background-color: #bce259;
}


.downloaditems.dotgreen .download.golf2 i,
.downloaditems .download.golf2.square i,
.downloaditems .download.golf2 i{
    background-color: #f39a00;
}

.downloaditems.dotgreen .download.golf2 span,
.downloaditems .download.golf2 span,
.downloaditems .download.golf2.square span{
    color: white;
}


.downloaditems .download.mystery img,
.downloaditems.dotgreen .download.mystery img{
    height: 100px;
    margin-left: 40px;
}

.downloaditems .download.mystery i,
.downloaditems.dotgreen .download.mystery i{
    background-color: #d4d4d4;
}


.downloaditems .download a i{
    transition: background 1s ease;
}
.downloaditems .download a img{
    transition: transform 0.3s ease;
}

.downloaditems .download a span{
    position: absolute;
    display: block;
    margin-top: 135px;
    z-index: 101;
    margin-left: 15px;
    color: black;
    text-align: center;
    width: 110px;
}

.downloaditems .download a span.line3{
    margin-top: 125px;
}

.downloaditems .download.mystery a span,
.downloaditems.dotgreen .download.mystery a span{
    margin-top: 115px;
}

.downloaditems .download a:hover i{
    background-color: #97CB58;
}
.downloaditems.dotgreen .download a:hover i,
.downloaditems .download.square a:hover i{
    background-color: #FFD611;
}

.downloaditems .download a:hover span{
    color: white;
}
.downloaditems .download a:hover img{
    transform: rotate(-4deg);
}
.downloaditems .download.rm5 a:hover img{
    transform: rotate(5deg);
}

.downloaditems h3{
    margin: 0 0 12px 0;
    border-bottom: 1px dashed #97CB58;
}

.nologin{
    border: 4px dashed #FFD300;
    padding: 40px;
    margin-top: 10px;
}


.spotlight a.image{
    display: block;
    background-image: url('/_img/spotlight.jpg');
    width: 776px;
    height: 131px;
    border-radius: 10px 10px 0 0 ;
    margin: 0 0 0 20px;
    text-decoration: none;
    color: white;
    text-align: right;
}

.spotlight a.image .text{
    padding: 10px;
}

.spotlight a.image .text b{
    font-size: 24px;
}

.spotlight a.image .spotlightimage{
    display: block;
    height: 127px;
    float: right;
    margin: 2px 2px 0 10px ;
    background-image: url("/_img/spotlight3.png");
    width: 180px;
    transition: width 0.3s ease;
    border-radius: 0 9px 0 0 ;
}


.spotlight a.image:hover .spotlightimage{
    width: 200px;
}

.spotlight a.bar{
    display: block;
    text-decoration: none;
    color: white;
    padding: 10px 0 10px 16px;
    background-color: #00712b;
    width: 776px;
    border-radius: 0 0 10px 10px;
    margin: 0 0 20px 20px;
}

.spotlight a.bar:hover{
    background-color: #F44E00;
}

.disclaimer{
	background-color: #FED522;
	font-size:12px;
	color: white;
	text-align: center;
	padding: 10px;
	margin-bottom:40px;
}
