﻿@charset "UTF-8";
/* CSS Document */

html, body, div, span, object, iframe,
h1, h2, h3, dl dt, h4, blockquote.simple, h5, h6, p, blockquote.simple, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, a {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}

::selection {
    color:#fff;
	background: #f25555; /* Safari */
	}
::-moz-selection {
    color:#fff;
	background: #f25555; /* Firefox */
}

:focus {
    outline: 0;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: "" "";
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: "";
    }

table {
    border-spacing: 0;
    border-collapse: separate;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

input, textarea, select {
    -webkit-appearance: none;
    border-radius: 0;
}
/********************************************************************/
.clear {
    clear: both;
}

.hide {
    display: none;
}

.clickable {
    cursor: pointer;
}

.wrapper {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0;
    padding: 0;
}

.jsHide {
    display: none !important;
}

.align-right {
    text-align: right;
}

.block {
    display: block;
}

.inline {
    display: inline-block;
}

.w50 {
    width: 50px;
}

.w65{
    width: 65px;
}

.w100 {
    width: 100px;
}

.m010 {
    margin: 0 10px;
}

.size1 {
    width: 100%;
    float: left;
    display: block;
}

.size14{
    width:25%;
    float: left;
    display: block;
    color:#a5a5a5;
}

.size24{
    width:50%;
    float: left;
    display: block;
    color:#a5a5a5;
}

.size13 {
    width: 33.33%;
    float: left;
    display: block;
}

.size12 {
    width:50%;
    float: left;
    display: block;
    position:relative;
}

.size23 {
    width: 33.33%;
    float: left;
    display: block;
}
.pos-inherit {
    position: inherit;
}

/********************************************************************/
.relative {
    position: relative;
}

.center {
    text-align: center;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.unlink {
    text-decoration: none;
}

    .unlink a {
        text-decoration: none;
    }

.normal {
    font-weight: normal;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

a, a > * {
    transition: all 0.4s ease 0s;
}

    a.ms {
        transition: background 0.4s ease 0s;
    }
/********************************************************************/
.h0, .h1, .h2, .h3, .h5, .h7, .h10, .h12, .h15, .h20, .h25, .h26, .h27, .h30, .h35, .h40, .h50, .h60, .h70, .h80 {
    height: 10px;
    line-height: 0px;
    font-size: 0px;
    clear:both;
    display: block;
}

.h0 {
    height: 0px;
}

.h1 {
    height: 1px;
}

.h2 {
    height: 2px;
}

.h3 {
    height: 3px;
}

.h5 {
    height: 5px;
}

.h7 {
    height: 7px;
}

.h10 {
    height: 10px;
}

.h12 {
    height: 12px;
}

.h15 {
    height: 15px;
}

.h20 {
    height: 20px;
}

.h25 {
    height: 25px;
}

.h26 {
    height: 26px;
}

.h27 {
    height: 27px;
}

.h30 {
    height: 30px;
}

.h35 {
    height: 35px;
}

.h40 {
    height: 40px;
}

.h50 {
    height: 50px;
}

.h60 {
    height: 60px;
}

.h70 {
    height: 70px;
}

.h80 {
    height: 80px;
}
/********************************************************************/
.p5 {
    padding: 0 5px 0;
    display: block;
}

.p10 {
    padding: 0 10px 0;
    display: block;
}

.p15 {
    display: block;
    padding: 0 15px 0;
}

.p20 {
    padding: 0 20px 0;
    display: block;
}

.p20l {
    padding: 0 10px 0 20px;
}

.p25 {
    padding: 0 25px 0;
}

.p30 {
    padding: 0 30px 0;
}

.p35 {
    padding: 0 35px 0;
}

.p40 {
    padding: 0 40px 0;
}

.p43 {
    padding: 0 43px 0;
}

.p50 {
    padding: 0 50px 0;
}

.p70 {
    padding: 0 70px 0;
}

.p80 {
    padding: 0 80px 0;
}
/********** Font *************************/
.t1 {
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: 200;
    line-height: 36px;
}

.t2 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.t3 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.t4 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
}

.t5 {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
}

.t6 {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.t7 {
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    font-weight: 400;
}

.t8 {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.t9 {
    font-family: 'Roboto', sans-serif;
    font-size: 21px;
    font-weight: 200;
}
.t10 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
}


.t11 {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.t12 {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 200;
}


.lh30 {
    line-height: 30px;
}

.lhnorm {
    line-height: normal;
}


.cl3 .detail-tekst a {
    color: #333;
}

.cl1 {
    color: #fff;
}

.cl2 {
    color: #999999;
}

.cl3 {
    color: #333;
}

.cl4 {
    color: #f25555;
}

.cl5 {
    color: #a5a5a5;
}

.cl5:hover {
    color: #f25555;
}
.cl6 {
    color: #5CACE5;
}

.bg1, .bg4 {
    background: #f25555;
}

.bg2, .bg5 {
    background: #67c0ff;
}

.bg3 {
    background: #c3deb6;
}

/*.bg4 {
    background: #9595d7;
}*/

/*.bg5 {
    background: #ffb31f;
}*/

.bg6 {
    background: #c2c2c2;
}
.bg7 {
    background: #ffffff;
}

a.bg3:hover {
    background: #bed5ae;
}

a.bg2:hover, a.bg5:hover {
    background: #61b6f2;
}

a.bg1:hover, a.bg4:hover {
    background: #e55050;
}

/*a.bg5:hover {
    background: #f2ab1d;
}*/

/*a.bg4:hover {
    background: #8b8bc9;
}*/

.lineGrey {
    border-top: 1px solid #d6d6d6;
    font-size: 0px;
    line-height: 0px;
    width: 100%;
}
.notclickable {
    cursor:default;
}