@charset "utf-8";
/*
Template Name: Ossibird
Author: <a href="http://www.os-templates.com/">OS Templates</a>
Author URI: http://www.os-templates.com/
Licence: Free to use under our free template licence terms
Licence URI: http://www.os-templates.com/template-terms
File: Layout CSS
*/

@import url("fontawesome-4.6.3.min.css");
@import url("framework.css");

/* Rows
--------------------------------------------------------------------------------------------------------------- */
.row0,
.row0 a {}

.row1,
.row1 a {}

.row2,
.row2 a {}

.row3,
.row3 a {}

.row4,
.row4 a {}

.row5,
.row5 a {}


/* Top Bar + Header + Pageintro Wrapping Spacer
--------------------------------------------------------------------------------------------------------------- */
.topspacer {
    padding: 0px 0;
}


/* Top Bar
--------------------------------------------------------------------------------------------------------------- */
#topbar {
    padding: 8px 15px;
    border-radius: 5px 5px 0 0;
    font-size: .8rem;
    text-transform: uppercase;
}

#topbar * {
    margin: 0;
}

#topbar ul li {
    display: inline-block;
    margin-right: 10px;
    padding-right: 15px;
    border-right: 1px solid;
}

#topbar ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

#topbar i {
    margin: 0 5px 0 0;
    line-height: normal;
}


/* Header
--------------------------------------------------------------------------------------------------------------- */
#header {
    padding: 0 15px;
}

#header #logo {
    margin: 15px 0 10px 0;
    width: 12%;
}

#header #logo h1 {
    margin: 0;
    padding: 0;
    font-size: 22px;
    text-transform: uppercase;
}

/* Page main
--------------------------------------------------------------------------------------------------------------- */

.small{
    font-size: 0.7em;
}




/* Page Intro
--------------------------------------------------------------------------------------------------------------- */
#pageintro {
    padding: 150px 0 70px;
}

/* Important to remove .topspacer padding from the bottom */

#pageintro article {
    display: block;
    max-width: 65%;
}

#pageintro article * {
    line-height: normal;
}

#pageintro article .heading {
    margin-bottom: 30px;
    font-size: 42px;
    letter-spacing: 2px;
}

#pageintro article p {
    font-size: 16px;
}

#pageintro article footer {
    margin-top: 30px;
}


/* Content Area
--------------------------------------------------------------------------------------------------------------- */
.container {
    padding: 80px 0;
}

/* Content */
.container .content {}

.sectiontitle {
    margin-bottom: 80px;
}

.sectiontitle * {
    margin: 0;
}

.cta {}

.cta footer {
    margin-bottom: 0;
}

/* Used when elements stack in small viewports */

#latest {}

#latest > ul {}

#latest > ul > li {}

#latest > ul > li:last-child {
    margin-bottom: 0;
}

/* Used when elements stack in small viewports */
#latest > ul > li > article {
    display: inline-block;
    width: 100%;
    max-width: 320px;
}

#latest > ul > li > article > .postexcerpt {
    padding: 20px 15px;
    height: 15em;
}

#latest > ul > li > article > .postexcerpt * {
    margin: 0;
    padding: 0;
}

#latest > ul > li > article > .postexcerpt .heading {
    margin-bottom: 10px;
    font-size: 1.2rem;
}

#latest > ul > li > article footer {
    border-top: 1px solid;
}

#latest > ul > li > article footer a {
    display: block;
    position: relative;
    width: 100%;
    height: 39px;
    line-height: 39px;
    padding: 0 15px;
    text-transform: uppercase;
}

#latest > ul > li > article footer a::after {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 15px;
    font-family: "FontAwesome";
    content: "\f105";
    border-left: 1px solid;
}

/* Comments */
#comments ul {
    margin: 0 0 40px 0;
    padding: 0;
    list-style: none;
}

#comments li {
    margin: 0 0 10px 0;
    padding: 15px;
}

#comments .avatar {
    float: right;
    margin: 0 0 10px 10px;
    padding: 3px;
    border: 1px solid;
}

#comments address {
    font-weight: bold;
}

#comments time {
    font-size: smaller;
}

#comments .comcont {
    display: block;
    margin: 0;
    padding: 0;
}

#comments .comcont p {
    margin: 10px 5px 10px 0;
    padding: 0;
}

#comments form {
    display: block;
    width: 100%;
}

#comments input,
#comments textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid;
}

#comments textarea {
    overflow: auto;
}

#comments div {
    margin-bottom: 15px;
}

#comments input[type="submit"],
#comments input[type="reset"] {
    display: inline-block;
    width: auto;
    min-width: 150px;
    margin: 0;
    padding: 8px 5px;
    cursor: pointer;
}

/* Sidebar */
.container .sidebar {}

.sidebar .sdb_holder {
    margin-bottom: 50px;
}

.sidebar .sdb_holder:last-child {
    margin-bottom: 0;
}

.hyphenate {
    hyphens: auto;
}

/* Footer
--------------------------------------------------------------------------------------------------------------- */
#footer {
    padding: 80px 0;
}

#footer .heading {
    margin-bottom: 50px;
    font-size: 1.2rem;
}

#footer nav {
    margin-bottom: 30px;
    text-transform: uppercase;
}

#footer nav ul {}

#footer nav ul li {
    display: inline-block;
    margin-right: 20px;
}

#footer nav ul li:last-child {
    margin-right: 0;
}

#footer .linklist li {
    display: block;
    margin-bottom: 15px;
    padding: 0 0 15px 0;
    border-bottom: 1px solid;
}

#footer .linklist li:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

#footer .linklist li::before,
#footer .linklist li::after {
    display: table;
    content: "";
}

#footer .linklist li,
#footer .linklist li::after {
    clear: both;
}

#footer .contact {}

#footer .contact.linklist li,
#footer .contact.linklist li:last-child {
    position: relative;
    padding-left: 40px;
}

#footer .contact li * {
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

#footer .contact li i {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    font-size: 16px;
    text-align: center;
}


/* Copyright
--------------------------------------------------------------------------------------------------------------- */
#copyright {
    padding: 20px 0;
}

#copyright * {
    margin: 0;
    padding: 0;
}


/* Transition Fade
--------------------------------------------------------------------------------------------------------------- */
*,
*::before,
*::after {
    transition: all .3s ease-in-out;
}

#mainav form * {
    transition: none !important;
}


/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */


/* Navigation
--------------------------------------------------------------------------------------------------------------- */
nav ul,
nav ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

#mainav,
#breadcrumb,
.sidebar nav {
    line-height: normal;
}

#mainav .drop::after,
#mainav li li .drop::after,
#breadcrumb li a::after,
.sidebar nav a::after {
    position: absolute;
    font-family: "FontAwesome";
    font-size: 10px;
    line-height: 10px;
}

/* Top Navigation */
#mainav {}

#mainav ul {
    text-transform: uppercase;
}

#mainav ul ul {
    z-index: 9999;
    position: absolute;
    width: 180px;
    text-transform: none;
}

#mainav ul ul ul {
    left: 180px;
    top: 0;
}

#mainav li {
    display: inline-block;
    position: relative;
    margin: 0 15px 0 0;
    padding: 0;
}

#mainav li:last-child {
    margin-right: 0;
}

#mainav li li {
    width: 100%;
    margin: 0;
}

#mainav li a {
    display: block;
    padding: 30px 0;
}

#mainav li li a {
    border: solid;
    border-width: 0 0 1px 0;
}

#mainav .drop {
    padding-left: 15px;
}

#mainav li li a,
#mainav li li .drop {
    display: block;
    margin: 0;
    padding: 10px 15px;
}

#mainav .drop::after,
#mainav li li .drop::after {
    content: "\f0d7";
}

#mainav .drop::after {
    top: 35px;
    left: 5px;
}

#mainav li li .drop::after {
    top: 15px;
    left: 5px;
}

#mainav ul ul {
    visibility: hidden;
    opacity: 0;
}

#mainav ul li:hover > ul {
    visibility: visible;
    opacity: 1;
}

#mainav form {
    display: none;
    margin: 0;
    padding: 0;
}

#mainav form select,
#mainav form select option {
    display: block;
    cursor: pointer;
    outline: none;
}

#mainav form select {
    width: 100%;
    padding: 5px;
    border: 1px solid;
}

#mainav form select option {
    margin: 5px;
    padding: 0;
    border: none;
}

/* Breadcrumb */
#breadcrumb {
    padding: 15px 0;
}

#breadcrumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
}

#breadcrumb li {
    display: inline-block;
    margin: 0 6px 0 0;
    padding: 0;
}

#breadcrumb li a {
    display: block;
    position: relative;
    margin: 0;
    padding: 0 12px 0 0;
    font-size: 12px;
}

#breadcrumb li a::after {
    top: 3px;
    right: 0;
    content: "\f101";
}

#breadcrumb li:last-child a {
    margin: 0;
    padding: 0;
}

#breadcrumb li:last-child a::after {
    display: none;
}

/* Sidebar Navigation */
.sidebar nav {
    display: block;
    width: 100%;
}

.sidebar nav li {
    margin: 0 0 3px 0;
    padding: 0;
}

.sidebar nav a {
    display: block;
    position: relative;
    margin: 0;
    padding: 5px 10px 5px 15px;
    text-decoration: none;
    border: solid;
    border-width: 0 0 1px 0;
}

.sidebar nav a::after {
    top: 9px;
    left: 5px;
    content: "\f101";
}

.sidebar nav ul ul a {
    padding-left: 35px;
}

.sidebar nav ul ul a::after {
    left: 25px;
}

.sidebar nav ul ul ul a {
    padding-left: 55px;
}

.sidebar nav ul ul ul a::after {
    left: 45px;
}

/* Pagination */
.pagination {
    display: block;
    width: 100%;
    text-align: center;
    clear: both;
}

.pagination li {
    display: inline-block;
    margin: 0 2px 0 0;
}

.pagination li:last-child {
    margin-right: 0;
}

.pagination a,
.pagination strong {
    display: block;
    padding: 8px 11px;
    border: 1px solid;
    background-clip: padding-box;
    font-weight: normal;
}

/* Back to Top */
#backtotop {
    z-index: 999;
    display: inline-block;
    position: fixed;
    visibility: hidden;
    bottom: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    text-align: center;
    opacity: .2;
}

#backtotop i {
    display: block;
    width: 100%;
    height: 100%;
    line-height: inherit;
}

#backtotop.visible {
    visibility: visible;
    opacity: .5;
}

#backtotop:hover {
    opacity: 1;
}


/* Tables
--------------------------------------------------------------------------------------------------------------- */
table,
th,
td {
    border: 1px solid;
    border-collapse: collapse;
    vertical-align: top;
}

table,
th {
    table-layout: auto;
}

table {
    width: 100%;
    margin-bottom: 15px;
}

th,
td {
    padding: 5px 8px;
}

td {
    border-width: 0 1px;
}


/* Gallery
--------------------------------------------------------------------------------------------------------------- */
#gallery {
    display: block;
    width: 100%;
    margin-bottom: 50px;
}

#gallery figure figcaption {
    display: block;
    width: 100%;
    clear: both;
}

#gallery li {
    margin-bottom: 30px;
}


/* Font Awesome Social Icons
--------------------------------------------------------------------------------------------------------------- */
.faico {
    margin: 0;
    padding: 0;
    list-style: none;
}

.faico li {
    display: inline-block;
    margin: 8px 5px 0 0;
    padding: 0;
    line-height: normal;
}

.faico li:last-child {
    margin-right: 0;
}

.faico a {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    text-align: center;
}

.faico a {
    color: #FFFFFF;
    background-color: #272727;
}

.faicon-dribble:hover {
    background-color: #EA4C89;
}

.faicon-facebook:hover {
    background-color: #3B5998;
}

.faicon-google-plus:hover {
    background-color: #DB4A39;
}

.faicon-linkedin:hover {
    background-color: #0E76A8;
}

.faicon-twitter:hover {
    background-color: #00ACEE;
}

.faicon-vk:hover {
    background-color: #4E658E;
}


/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */


/* Colours
--------------------------------------------------------------------------------------------------------------- */
body {
    color: #474747;
    background-color: #FFFFFF;
}

a {
    color: #eb009a;
}

a:active,
a:focus {
    background: transparent;
}

/* IE10 + 11 Bugfix - prevents grey background */
hr,
.borderedbox {
    border-color: #D7D7D7;
}

label span {
    color: #FF0000;
    background-color: inherit;
}

input:focus,
textarea:focus,
*:required:focus {
    border-color: #eb009a;
}

.overlay {
    color: #FFFFFF;
    background-color: inherit;
}

.overlay::after {
    color: inherit;
    background-color: rgba(39, 39, 39, .65);
    /* #272727 */
}

.btn,
.btn.inverse:hover,
a .icon.fa,
a.inverse:hover .icon.fa {
    color: #FFFFFF;
    background-color: #eb009a;
    border-color: #eb009a;
    margin-bottom: 25px;
}

.btn:hover,
.btn.inverse,
a:hover .icon.fa,
a.inverse .icon.fa {
    color: inherit;
    background-color: transparent;
    border-color: inherit;
}


/* Rows */
.row0,
.row0 a {
    color: #FFFFFF;
	background-color: #eb009a;
}

.row1 {
    color: #FFFFFF;
    background-color: #272727;
}

.row2 {
    color: #474747;
    background-color: #F6F6F6;
}

.row3 {
    color: #474747;
    background-color: #FFFFFF;
}

.row4 {
    color: #CBCBCB;
    background-color: #272727;
}

.row5,
.row5 a {
    color: #474747;
    background-color: #FFFFFF;
}


/* Top Bar */
#topbar {
    color: inherit;
    background-color: #eb009a;
}

#topbar ul li {
    border-color: rgba(255, 255, 255, .3);
}

#topbar > div:last-of-type li:first-child a {
    color: #272727;
}


/* Header */
#header {
    color: inherit;
    background-color: #272727;
}

#header #logo a {
    color: inherit;
}


/* Content Area */
#latest > ul > li > article {
    border-color: #D7D7D7;
}

#latest > ul > li > article footer,
#latest > ul > li > article footer a::after {
    border-color: #D7D7D7;
}

#latest > ul > li > article:hover footer a {
    color: #FFFFFF;
    background: #eb009a;
}


/* Footer */
#footer .heading {
    color: #FFFFFF;
}

#footer nav a {
    color: inherit;
}

#footer nav li:first-child a,
#footer nav a:hover {
    color: #eb009a;
}

#footer .linklist li {
    border-color: rgba(255, 255, 255, .1);
}


/* Navigation */
#mainav li a {
    color: inherit;
}

#mainav .active a,
#mainav a:hover,
#mainav li:hover > a {
    color: #eb009a;
    background-color: inherit;
}

#mainav li li a,
#mainav .active li a {
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, .6);
    border-color: rgba(0, 0, 0, .6);
}

#mainav li li:hover > a,
#mainav .active .active > a {
    color: #FFFFFF;
    background-color: #eb009a;
}

#mainav form select {
    color: #FFFFFF;
    background-color: #000000;
    border-color: rgba(255, 255, 255, .2);
}

#breadcrumb a {
    color: inherit;
    background-color: inherit;
}

#breadcrumb li:last-child a {
    color: #eb009a;
}

.container .sidebar nav a {
    color: inherit;
    border-color: #D7D7D7;
}

.container .sidebar nav a:hover {
    color: #eb009a;
}

.pagination a,
.pagination strong {
    border-color: #D7D7D7;
}

.pagination .current * {
    color: #FFFFFF;
    background-color: #eb009a;
}

#backtotop {
    color: #FFFFFF;
    background-color: #eb009a;
}


/* Tables + Comments */
table,
th,
td,
#comments .avatar,
#comments input,
#comments textarea {
    border-color: #D7D7D7;
}

#comments input:focus,
#comments textarea:focus,
#comments *:required:focus {
    border-color: #eb009a;
}

th {
    color: #FFFFFF;
    background-color: #373737;
}

tr,
#comments li,
#comments input[type="submit"],
#comments input[type="reset"] {
    color: inherit;
    background-color: #FBFBFB;
}

tr:nth-child(even),
#comments li:nth-child(even) {
    color: inherit;
    background-color: #F7F7F7;
}

table a,
#comments a {
    background-color: inherit;
}


/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */


/* Media Queries
--------------------------------------------------------------------------------------------------------------- */
@-ms-viewport {
    width: device-width;
}


/* Max Wrapper Width - Laptop, Desktop etc.
--------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width:978px) {
    .hoc {
        max-width: 82%;
    }
}


/* Mobile Devices
--------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:900px) {
    .hoc {
        max-width: 90%;
    }

    #topbar {}

    #header {
        padding: 15px;
    }

    #header #logo {
        margin: 3px 0 0 0;
    }

    #mainav {}

    #mainav ul {
        display: none;
    }

    #mainav form {
        display: block;
    }

    #breadcrumb {}

    .container {}

    #comments input[type="reset"] {
        margin-top: 10px;
    }

    .pagination li {
        display: inline-block;
        margin: 0 5px 5px 0;
    }

    #footer {}

    #copyright {}

    #copyright p:first-of-type {
        margin-bottom: 10px;
    }
}


@media screen and (max-width:750px) {

    .imgl,
    .imgr {
        display: inline-block;
        float: none;
        margin: 0 0 10px 0;
    }

    .fl_left,
    .fl_right {
        display: block;
        float: none;
    }

    .group .group > *:last-child,
    .clear .clear > *:last-child,
    .clear .group > *:last-child,
    .group .clear > *:last-child {
        margin-bottom: 0;
    }

    /* Experimental - Needs more testing in different situations, stops double margin when stacking */
    .one_half,
    .one_third,
    .two_third,
    .one_quarter,
    .two_quarter,
    .three_quarter {
        display: block;
        float: none;
        width: auto;
        margin: 0 0 30px 0;
        padding: 0;
    }

    #topbar {
        text-align: center;
    }

    #topbar ul {
        margin: 0 0 8px 0;
    }

    #topbar > div:last-of-type ul {
        margin: 0;
    }

    #header {
        text-align: center;
    }

    #header #logo {
        margin: 0 0 15px 0;
    }

    #pageintro article {
        max-width: none;
    }

    #footer {
        padding-bottom: 50px;
    }

    /* Not neccessary, just looks a little better */
}


@media screen and (max-width:450px) {
    #topbar ul li {
        margin-bottom: 2px;
        padding-right: 0;
        border-right: none;
    }
}


/* Other
--------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:650px) {
    .scrollable {
        display: block;
        width: 100%;
        margin: 0 0 30px 0;
        padding: 0 0 15px 0;
        overflow: auto;
        overflow-x: scroll;
    }

    .scrollable table {
        margin: 0;
        padding: 0;
        white-space: nowrap;
    }

    .inline li {
        display: block;
        margin-bottom: 10px;
    }

    .pushright li {
        margin-right: 0;
    }

    .font-x2 {
        font-size: 1.4rem;
    }

    .font-x3 {
        font-size: 1.6rem;
    }
}



.nav ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
            overflow: hidden;
            background-color: #333;
            margin-bottom: 5em;
        }

        .nav li {
            float: left;
        }

        .nav li a {
            display: block;
            color: white;
            text-align: center;
            padding: 14px 16px;
            text-decoration: none;
        }

       .nav li a:hover:not(.active) {
            background-color: #111;
        }

        .nav .active {
            background-color: #4CAF50;
        }
        .prijs p{
            color: orange;
        }
* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%; 
    background: -webkit-linear-gradient(to left, #6441A5, #2a0845); /* Chrome 10-25, Safari 5.1-6 */
}

body {
    font-family: montserrat, arial, verdana;
    background: transparent;
}

/*form styles*/
#msform {
    text-align: center;
    position: relative;
    margin-top: 30px;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    box-sizing: border-box;
    width: 80%;
    margin: 0 10%;

    /*stacking fieldsets above each other*/
    position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

/*inputs*/
#msform input, #msform textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 13px;
}

#msform input:focus, #msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #ee0979;
    outline-width: 0;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
}

/*buttons*/
#msform .action-button {
    width: 100px;
    background: #eb009a;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #eb009a;
}

#msform .action-button-previous {
    width: 100px;
    background: #ccc;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button-previous:hover, #msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #C5C5F1;
}

/*headings*/
.fs-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: bold;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 33.33%;
    float: left;
    position: relative;
    letter-spacing: 1px;
    color: black;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 24px;
    height: 24px;
    line-height: 26px;
    display: block;
    font-size: 12px;
    color: #333;
    border-radius: 25px;
    margin: 0 auto 10px auto;
}

/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1; /*put it behind the numbers*/
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before, #progressbar li.active:after {
    background-color: #eb009a;
    color: white;
}


/* Not relevant to this form */
.dme_link {
    margin-top: 30px;
    text-align: center;
}
.dme_link a {
    background: #FFF;
    font-weight: bold;
    color: #eb009a;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 5px 25px;
    font-size: 12px;
}

.dme_link a:hover, .dme_link a:focus {
    background: #ccc;
    text-decoration: none;
}

.last{
    border-bottom: 5px solid #eb009a; 
}

.height{
    height: 20em;
}
#filmElement {
	display:block;
    overflow:hidden;
    padding-bottom:52.25%;
    position:relative;
    height:0;
	width:95%;
	margin:auto;
	padding-top:20%;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
#verbodenbuttons {
	display:block;
	width:18%;
	height:68%;
    left:6%;
	top:22%;
	position:absolute;
}
#livekijkenbutton {
	display:block;
	width:10%;
	height:2%;
    left: 0;
	top:9%;
	position:absolute;
}
#terugkijkenbutton {
	display:block;
	width:10%;
	height:2%;
    left: 11%;
	top:9%;
	position:absolute;
}
.verbodenimage {
	width:87px;
	height:25px;
background: transparent;
	margin-bottom:5px;
border:none;
cursor: pointer;
 display: inline-block;
}
/* Tooltip text */
.verbodenimage .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.verbodenimage .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.verbodenimage:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size:14px;
  background-color: #222222;
  color:#efefef;
  margin: auto;
  padding: 20px;
  border-radius:5px;
  border: 2px solid #9F0404;
  width: 25%;
}

/* The Close Button */
.close {
  color: #efefef;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.mybutton {
	background:transparent;
	width:100%;
	height:100%;
	border:none;
}