@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

html, body {
    background-color: #035645;
    font-family: 'exomedium';
    font-size: 18px;
    line-height: 1.4;
}

#koekaas_wrapper {
    width: 100%;
    height: 960px;
    padding: 0px;
    overflow: hidden;
}

#koekaas_omgeving {
    z-index: 100;
    width: 1920px;
    height: 960px;
    overflow: hidden;
    display:block;
    border-bottom: #e30513 solid 8px;
}

#koekaas_menu {
    z-index: 500;
    width: 1920px;
    height: 128px;
    float:left;
    position: fixed;
    top: 0px;
    z-index: 300;
}

#koekaas_tip {
    z-index: 200;
    float:left;
    position: fixed;
    display: block;
    top: 128px;
    width: 100%;
    text-align: center;
    color: #ffffff;
}

#koekaas_lightbox {
    overflow: hidden;
    z-index: 250;
    top: 0px;
    left: 0px;
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url('../images/pod_awa_bg_lightbox.png');
    background-repeat: repeat;
}

#koekaas_dynamic {
    overflow: hidden;
    z-index: 400;
    float: left;
    top: 100px;
    left: 50%;
    position: fixed;
    background-color: transparent;
    width: 840px;
    height: 544px;
    margin-left: -420px;
}

.koekaas_menu_sub {
    overflow: hidden;
    height: 44px;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    border-bottom: #e30513 solid 4px;
}

.koekaas_menu_sub ul {
    list-style: none;
    height: 40px;
    margin: 0px;
}

.koekaas_menu_sub ul li {
    list-style: none;
    display: inline-block;
    margin: 0px;
    cursor: pointer;
}

.koekaas_sub_left {
    float:left;
    position: relative;
    top: 0px;
    width: 14px;
    height: 40px;
    background: transparent;
    background-image: url('../images/pod_awa_menu_sub_left.png');
    background-position: left top;
    background-repeat: no-repeat;
}

.koekaas_sub_left.active {
    background-image: url('../images/pod_awa_menu_sub_left_red.png') !important;
}

.koekaas_sub_center {
    float:left;
    position: relative;
    top: 0px;
    height: 40px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    text-align: center;
    background: transparent;
    background-image: url('../images/pod_awa_menu_sub_center.png');
    background-position: left top;
    background-repeat: repeat-x;
    color: #e30513;
    font-family: 'amatic_scregular';
    font-size: 24px;
}

.koekaas_sub_center.active {
    background-image: url('../images/pod_awa_menu_sub_center_red.png') !important;
    color: #ffffff !important;
}

.koekaas_sub_right {
    float:left;
    position: relative;
    top: 0px;
    width: 14px;
    height: 40px;
    background: transparent;
    background-image: url('../images/pod_awa_menu_sub_right.png');
    background-position: left top;
    background-repeat: no-repeat;
    margin-right: 16px !important;
}

.koekaas_sub_right.active {
    background-image: url('../images/pod_awa_menu_sub_right_red.png') !important;
}

.koekaas_exit {
    float:right;
    position: relative;
    top: 0px;
    width: 52px;
    height: 40px;
    background-image: url('../images/pod_awa_menu_sub_tab_bg_x.png');
    background-position: center top;
    background-repeat: no-repeat;
}

.koekaas_dynamic_content {
    overflow: hidden;
    background-color: #ffffff;
    width: 100%;
    height: 500px;
    margin: 0px;
    padding: 16px;
}

.koekaas_subcontent {
    width:490px;
}
.koekaas_subcontent_full {
    width:100%;
}

.koekaas_subcontent_video {
    width:808px;
    height:468px;
}

.koekaas_subcontent > * {
    width:490px;
}

.awa_subholder {
    
}

.awa_quiz_endquote {
    position: absolute;
    left: 16px;
    bottom: 8px;
    text-align: left;
}

.awa_next {
    position: absolute;
    right: 334px;
    bottom: 8px;
    text-align: right;
    background-image: url('../images/button_red_right.png');
    background-position: right top;
    background-repeat: no-repeat;
    height: 48px;
    padding-right: 56px;
    padding-top: 13px;
    cursor: pointer;
}

.awa_prev {
    position: absolute;
    left: 16px;
    bottom: 8px;
    background-image: url('../images/button_red_left.png');
    background-position: left top;
    background-repeat: no-repeat;
    height: 48px;
    padding-left: 56px;
    padding-top: 13px;
    cursor: pointer;
}


.awa_quiz_true {
    display: inline-block;
    background-image: url('../images/pod_awa_quiz_button_true.png');
    background-position: left top;
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    cursor: pointer;
}

.awa_quiz_false {
    display: inline-block;
    background-image: url('../images/pod_awa_quiz_button_false.png');
    background-position: left top;
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    cursor: pointer;
}

.awa_quiz_true_mini {
    display: inline-block;
    background-image: url('../images/pod_awa_quiz_button_true_mini.png');
    background-position: left top;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    margin-bottom: -8px;
    margin-right: 10px;
}

.awa_quiz_false_mini {
    display: inline-block;
    background-image: url('../images/pod_awa_quiz_button_false_mini.png');
    background-position: left top;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    margin-bottom: -8px;
    margin-right: 10px;
}


.alert {
    z-index: 900;
    width: 80%;
    margin-left: 10%;
}


.awa_11 {
    
}
.awa_12,
.awa_13,
.awa_14 {
    background-image: url('../images/pod_awa_character_boer.png');
    background-position: left top;
    background-repeat: no-repeat;
}


.awa_21 {
    
}
.awa_22,
.awa_23,
.awa_24 {
    background-image: url('../images/pod_awa_character_kaasmaker.png');
    background-position: left top;
    background-repeat: no-repeat;
}


.awa_31 {
    
}
.awa_32 ,
.awa_35 {
    background-image: url('../images/pod_awa_character_kaasrijper.png');
    background-position: left top;
    background-repeat: no-repeat;
}

.awa_33 {
    background-image: url('../images/pod_awa_character_verpakker.png');
    background-position: left top;
    background-repeat: no-repeat;
}


.awa_41 {
    
}
.awa_42,
.awa_43 {
    background-image: url('../images/pod_awa_character_kaasdame.png');
    background-position: left top;
    background-repeat: no-repeat;
}


.awa_51 {
    
}
.awa_52,
.awa_53 {
    background-image: url('../images/pod_awa_character_kind.png');
    background-position: left top;
    background-repeat: no-repeat;
}


.awa_61,
.awa_62 {
    background-image: url('../images/pod_awa_character_chauffeur.png');
    background-position: left top;
    background-repeat: no-repeat;
}

.awa_9991 {
    background-image: url('../images/pod_awa_character_kaasrijper.png');
    background-position: left top;
    background-repeat: no-repeat;
}

.awa_9999 {
    background-image: url('../images/pod_awa_colofon.png');
    background-position: left top;
    background-repeat: no-repeat;
}

