/* overwrites old style classes */

html{
    background: none;
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

body{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 1.1rem;
    /*font-family: 'Open Sans', sans-serif;*/
    line-height: 1.6;
}

h1,h2,h3,h4,a,li,p{
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    color: inherit;
}

a{
    text-shadow: initial;
}

.hidden{
    display: none;
}

.white{
    color: #fff;
}

.clear{
    clear : both;
}

.wrapper{
    min-height: 85vh;
    max-width: initial;
    padding: 2em;
    background: #f0f8ffa1;
}

.default a.btn{
    padding: 1em;
    background: #333276;
}

.default a.btn:hover{
    padding: 1em;
    background: #536fbe;
    color: #fff;
}

.loader{
    width: 100px;
    height: 100px;
    background: url('../images/loader.gif');
    -webkit-background-size: cover;
    background-size: cover;
}

.rel{
    position: relative;
}

.right{
    float: right;
}

.left{
    float: left;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.p1 {
    padding: 1em !important;
}

.p7 {
    padding: 7px !important;
}

.wrapper .background {
    border-radius: 7px;
}

.formfield {
    margin-bottom: 14px;
}

.new_user{
    max-width: 560px;
    margin: 1em;
}

h1, h2, h3, h4 {
    padding: .3em 0;
    margin-bottom: 7px;
}

/*h1 {*/
/*    font-size: 1.7em;*/
/*}*/

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.4em;
}

.roze{
    color: #e91e63 !important;
}

.blue{
    color: #333276;
}

.yellow{
    color: #FFEB3B !important;
}

.text-shade{
    text-shadow: 3px 1px 5px #404040;
}

.content-title{
    font-size: 1.4em;
    font-weight: 400;
    margin-bottom: 27px !important;
}

a:hover{
    text-decoration: none;
}

.btn-default{
    background: #333276;
    box-shadow: none;
    border: 1px solid;
    /*float: right;*/
}

.btn-default:hover{
    background: #a4dae6;
    color: #333276;
}

.btn.btn-green {
    background: #38a430;
    color: #E8E8E8;
    border-color: #38a430;
}

a.action-btn {
    width: 100%;
    display: block;
    text-align: center;
    max-width: 240px;
    padding: 2px 10px;
    background: #ffe924;
    border: 1px solid #333276;
    color: #333276;
    border-radius: 4px;
    font-size: .9em;
    text-shadow: none;
}

a.action-btn.pink {
    font-weight: normal;
    margin: 0 auto;
    display: block;
    background: #E91E63;
    color: #ffffff;
    border: 1px solid transparent;
}

a.action-btn:hover{
    background: #333276;
    color: #ffffff;
    text-shadow: none;
    font-weight: 400;
}

a.action-btn.pink:hover{
    background: #d90f53;
    border: 1px solid #ffffff;
}

a.cancel:hover{
    color:#e8447c;
}

.top-loggin .action-btn{
    font-size: 14px;
    padding: 2px 7px;
}

input[type="text"], input[type="password"], input[type="email"],
input[type="number"], input[type="date"], select {
    padding: .5em;
    border-radius: 5px;
    font-size: 15px;
    display: block;
    width: 100%;
    border: 1px solid #a4dae6;
    margin: 0 0 7px 0;
}

label{
    margin-bottom: 0;
}

.formfield select {
    padding: 0.7em;
    border: 1px solid #2BACB6;
    margin: .2em 0;
    vertical-align: middle;
    border-radius: 7px;
    box-shadow: none;
}

header.newView{
    position: relative;
    top: 0;
    width: 100%;
    z-index: 79;
    text-shadow: 0 1px 0 #FFF;
    background: #fff;
    background: rgba(255, 255, 255, 0.91);
    min-height: 65px;
    box-shadow: 0 1px 2px #444;
}

.main-top {
    position: relative;
    width: 100%;
    height: calc(100% - 60px);
}

.newView .logo {
    width: 180px;
    height: 40px;
    float: left;
    margin-top: 11px;
    background: url(../images/flits_logo.png) left no-repeat;
    background-size: contain;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.demo_action {
    padding: 1.1em;
    background-color: #ffeb3b;
    border: 1px solid #333276;
    border-radius: 4px;
    color: #333276;
    font-size: 1.1em;
    font-weight: normal;
    text-align: center;
    position: absolute;
    z-index: 99;
    top: 10%;
}

.demo_action:hover{
    background-color: #e4d25e;
    border: 1px solid #3c6476;
    color: #3b8a8e;
}

.demo_action:active{
    transform: translateY(3px);
}

.top-loggin{
    display: block;
    float: right;
    padding: 7px 0;
    margin-left: 7px;
    margin-top: 12px;
    overflow: hidden;
}

.defaultView .top-loggin{
    margin-top: 2px;
}

.beginbalk {
    position: relative;
    background: url(../images/homeflits.jpg) center no-repeat;
    height: 370px;
    max-height: 500px;
    border-bottom: 3px solid #fff;
}

.anim-wrap {
    position: absolute;
}

.content {
    padding: 1.6em 0;
}

.content .heading {
    margin-bottom: 27px;
    text-align: center;
}

.content.blue h4 {
    color: #FFEB3B;
}

.content.blue {
    background-color: #333276;
    color: white;
}

.content h2 {
    color: #333276;
    margin-bottom: 18px;
}

.content h5 {
    color: #16318A;
    font-size: 16px;
    margin: 14px 0;
    font-weight: bold;
}

.content p {
    font-size: 1.2rem;
    text-shadow: none;
    color: #333276;
    margin-bottom: 1.4em;
}

.content.blue p {
    color: #fff;
}

.bootje {
    background: url(../images/bootjeWr.png) no-repeat;
    background-size: contain;
    bottom : 0;
}

.star{
    top: 100px;
}

section#second {
    padding: 1.6em 0;
    background: rgba(251, 255, 255, 1);
}

section#third {
    background: #a4dae6;
    border-top: 1px solid #3da2d2;
    border-bottom: 1px solid #0B4669;
    padding: 1.4em;
}

section#sixth {
    position: relative;
    background-image: url(../images/org_autumn_scene.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

section#sixth .content h2 {
    font-size: 1.6rem;
    color: #fff;
}

section#sixth .content p {
    color: #fff;
}

section.app{
    min-height: 85%;
}

.menu{
    text-align: center;
    color: #24355d;
    margin-top: 97px;
}

.menu ul{
    padding: 2em 0;
    text-align: center;
    width: 240px;
    margin: 7px auto;
}

.menu ul li{

}

.menu ul li a{
    display: block;
    background: blueviolet;
    margin: 27px;
    padding: 1em;
    border: 1px solid #777;
    border-radius: 7px;
}

a.yellow{
    background: #ffe627 !important;
    color: #383e91;
}

a.blue{
    background: #383e91 !important;
    color: #fff;
}

a.pink{
    background: #ff4d66 !important;
    color: #fff;
}

.contact{
    position: relative;
    z-index: 10;
    padding: 2em;
}

.panter {
    position: absolute;
    top: -58px;
    left: 2%;
    width: 160px;
    height: 120px;
    background: url(../images/tijger.png) no-repeat;
    background-size: contain;
}

.beren {
    height: 93px;
    margin-top: 1em;
    background: url(../images/beren_sm.png) center no-repeat;
    background-size: contain;
}

.panda {
    background: url(../images/panda.png) center no-repeat;
    width: 93px;
    background-size: contain;

}

.overlay {
    background-color: rgba(99, 99, 99, 0.38);
    background-image: url(../images/pattern-licht.png);
    background-repeat: repeat;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.center {
    text-align: center;
    margin: 0 auto;
}

.speakout {
    font-size: 1.4em;
    font-weight: 600;
    margin-bottom: 27px !important;
}

.side-image{
    display: block;
    margin: 1.4em;
}

.side-image img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 7px;
    display: block;
    margin: 0 auto;
}

table.table {
    width: 100%;
    margin: 7px auto;
    text-shadow: none;
    border: 1px solid #5e5e5e;
    border-spacing: 1px;
    border-collapse: collapse;
    color: #333276;
    background-color: #fff;
    text-align: center;
}

table.default th, table.default td{
    text-align: initial;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #e5fbff;
}

th {
    background: #333276;
    color: #eee;
    text-align: center;
    font-weight: normal;
}

.table td, .table th {
    border: 1px solid #a0a0a0;
    padding: 7px;
}

.table td, .table th {
    border: 1px solid #a0a0a0;
    padding: 7px;
}

.table_staffelkorting{
    font-size: .9em;
}

p.total{
    font-weight: bold;
    color: brown;
    padding: 1em .4em;
}

.w40 {
    /* width: 45%; */
    text-align: left;
}

.bijbestellen {
    margin-top: 64px;
}

span.order_label{
    min-width: 140px;
    display: inline-block;
}

.order_overview{
    padding: 1.4em;
    margin-bottom: 2em;
}

.order_overview .button_actions{
    margin: 1.2em 0;
}

#error-consent.error{
    margin: 14px 0;
    padding: 7px;
    background: #eab7bc;
    color: #8c0a17;
    font-size: .9em;
}

.footer {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    background-color: #252a3e;
    color: #fff;
    padding: 1em 0;
}

footer.sticky{
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 14px;
    margin: 0 auto;
}

footer #copy {
    font-size: 85%;
    color: white;
    text-align: center;
}

.ft-text {
    padding: 1.4em 0;
    text-align: center;
    color: #777;
    font-size: .8em;
}

.text-up {
    font-size: 14px;
    padding: 1.4em 0;
}

.text-down{

}

.grid_aanvraag{
    padding: 1.4em 2em;
    background-color: rgb(238, 238, 238);
    border-radius: 4px;
}

.grid_products{
    padding: 1.4em 2em;
}

textarea.insert-words{
    padding: 7px;
    width: 400px;
    margin: 1em 0;
    border-radius: 5px;
    min-height: 100px;
}

.small_text {
    text-align: center;
    font-size: .8em;
    color: #888;
}

footer .footermenu1 {
    color: #82848e;
    text-align: center;
}

.footermenu {
    margin: 44px 0;
    font-size: .9em;
}

.footer-line {
    border-top: 2px solid #faf105;
    border-bottom: 2px solid #faf1056e;
}

.footermenu li:first-child {
    font-size: 14px;
    font-weight: bolder;
    color: #fff;
}

footer .copy {
    text-align: center;
    font-size: .7em;
    color: rgb(78, 127, 165);
    clear: both;
}

/**** FEEDBACK ******/

.feedback {
    position: relative;
    padding: .3em .5em;
    width: 90%;
    margin: 7px auto;
    font-size: .9em;
}

.feedback.success {
    background-color: #BFFFA9;
    color: #489A36;
    border-left: rgb(33, 173, 33) 3px solid;
}

.feedback.error {
    background-color: #FFCDCD;
    color: #C71C1C;
    margin-top: 0;
    border-left: #D01818 3px solid;
}

span.error {
    font-size: .8em;
    margin: 7px;
    color: #d62929;
    border-radius: 4px;
    padding: 7px 14px;
    background: #ffe8e3;
}

.feedback.info {
    color: rgb(236, 236, 236);
    border-left: rgb(6, 129, 170) 3px solid;
}

span.close {
    position: absolute;
    right: 7px;
    color: #272727;
    padding: 0 3px;
    font-size: .8em;
    cursor: pointer;
}

.line_product {
    margin: 40px 0;
    border-top: 2px solid #a4dae6;
    border-bottom: 2px solid #a4dae6;
}

@media screen and (min-width: 800px)
{
    .beginbalk {
        height: 490px;
    }
}

@media screen and (min-width: 760px)
{
    .newView .logo {
        width: 226px;
        /*height: 46px;*/
    }
    a.action-btn {
        padding: 3px 10px;
        font-size: 1em;
    }
}
