/*
Theme Name: apotheose-festival
Theme URI: apotheose-festival
Description: A brief description.
Version: 1.0
Author: Mathijs Oggel
Author URI: http://mathijs.online
*/
/*
paars = rgb(191,225,247)
groen = rgb(236,127,13)
aqua =rgb(236,127,13)
*/

* {
    font-family: 'Montserrat', sans-serif;
}
p {
    font-weight: 300;
}
.site-header {
    color: #fff !important;
    font-size: 50px;
    letter-spacing: 1.3;
    margin-top: -5px;
}
.label-ding {
    text-align: center;
    background:rgb(236,127,13);
    color: #fff;
    padding-top: 10px;
    font-size: 25px;
    line-height: 1.25;
    margin-top: -5px;
    height: 80px;
    width: 150px;
    margin-left: 73px;
    font-family: 'Autour One', cursive;
}
.label-ding2 {
    text-align: center;
    background: rgb(236,127,13);
    color: #fff;
    padding-top: 10px;
    font-size: 25px;
    line-height: 1.25;
    margin-top: -5px;
    height: 80px;
    margin-left: 75px;
    width: 100px;
    font-family: 'Autour One', cursive;
}
.arrow-down {
    width: 0;
    height: 0;
    border-left: 75px solid transparent;
    border-right: 75px solid transparent;
    border-top: 40px solid rgb(236,127,13);
margin-left: 73px;}
.arrow-down2 {
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 40px solid rgb(236,127,13);;
      margin-left: 75px;
}

.arrow-down-wit {
    width: 0;
    height: 0;
    border-left: 75px solid transparent;
    border-right: 75px solid transparent;
    border-top: 40px solid #fff;;
      margin-left: 75px;
}

.label-ding-wit {
    text-align: center;
    background: #fff;
    color: rgb(191,225,247);
    padding-top: 10px;
    font-size: 25px;
    line-height: 1.25;
    margin-top: -5px;
    height: 80px;
    width: 150px;
    margin-left: 73px;
    font-family: 'Autour One', cursive;
}
.header {
    width: 100%;
    height: 70px;
    background: rgb(191,225,247);
    border-bottom: 5px solid rgb(236,127,13);
    padding: 5px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1
}
.row {
    width: 100%;
    padding: 0px !important;
    margin: 0px !important;
}
.yv {
    min-height: 500px;
    ;
    width: 100%;
    background: none;
    border-top: 5px solid rgb(236,127,13);
    border-bottom: 5px solid rgb(236,127,13);
}
.main {
    width: 100%;
    min-height: 10vh;
    background: #fff;
    background-repeat: repeat;
    padding-top: 30px;
    padding-bottom: 0px;
}
.block {
    background: #fff;
    padding: 5px 10px 5px 15px;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    margin: 10px;
}
.paars {
    background: rgb(191,225,247);
    border:3px solid rgb(236,127,13);
    color: #fff;
    text-align: left;
    transition-property: all 0.15s linear 0.01s;
    border-radius: 5px;
    -webkit-transition: all 0.15s linear 0.01s;
}
.btn-paars:hover{
	color: rgb(191,225,247);
	background: #fff;
	
}
.btn-paars{
	background: rgb(191,225,247);
	border-color: rgb(191,225,247);
	color: #fff;
}
.aqua {
    background: #eee;
    color: #555;
    border-radius: 5px;
    text-align: center;
    transition-property: all 0.15s linear 0.01s;
    -webkit-transition: all 0.15s linear 0.01s;
}
.groen {
    background: rgb(236,127,13);
    color: rgb(191,225,247);
    border-radius: 5px;
    text-align: center;
    transition-property: all 0.15s linear 0.01s;
    -webkit-transition: all 0.15s linear 0.01s;
}
a:hover {
    text-decoration: none !important;
}
.kaartje {
    border: 5px solid rgb(191,225,247);
    border-radius: 10px;
    margin-left: 12px;
}
.kaartje:hover {
    color: rgb(191,225,247);
	background: #fff;
    text-decoration: none;
    border: 5px solid rgb(191,225,247);
    border-radius: 5px;
}
.menu {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}
.menu li {
    list-style-type: none;
    display: inline;
    margin: 0px 20px 0px 20px;
}
.menu li a {
    padding: 5px 40px;
    background: rgb(236,127,13);
    color: #fff;
    border: 4px solid rgb(191,225,247);
    border-radius: 20px;
    font-size: 1em;
    transition: 0.15s;
    cursor: pointer !important;
    transition-property: all 0.15s linear 0.01s;
    -webkit-transition: all 0.15s linear 0.01s;
}
.menu li a:hover {
    background:rgb(236,127,13);
    cursor: pointer !important;
    text-decoration: none;
    margin-top: 0px;
}
ul.menu li.icon {
    display: none;
}
@media screen and (max-width: 680px) {
    ul.menu li {
        display: none;
    }
    ul.menu li.icon {
        float: right;
        display: inline-block;
    }
}
@media screen and (max-width: 680px) {
    ul.menu.responsive {
        position: relative;
    }
    ul.menu.responsive li.icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    ul.menu.responsive li {
        float: none;
        display: inline;
    }
    ul.menu.responsive li a {
        display: block;
        margin-top: -3px !important;
    }
}
.footer {
    padding: 20px;
    border-top: 5px solid rgb(191,225,247);
    background: #fff;
    height: 100%;
}
#vim video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: fixed;
    z-index: -1 !important;
    margin-top: 0px;
    padding: 0 !important;
    margin: 0 !important;
}
#overbanner {
    height: intrinsic;
    width: 100%;
    
    z-index: 2 !important;
    top: 0 !important;
    margin-top: 65px !important;
}
#mobile_header {
    display: none;
}
.groot h1 {
    font-size: 140px !important;
}

.abc{
//mar
}


@media only screen and (max-device-width: 480px) and (max-device-width: 960px) {
    body {
        margin-top: 0px;
    }
    .row{
	    padding: 0px !important;
	    margin: 0px !important;
    }
    #vim {
        display: none;
    }
    .yv {
        display: none;
    }
    #overbanner {
        display: none;
    }
    #content {
        padding-top: 90px;
    }
    #mobile_header {
        display: block;
        margin-top: 0px;
        padding-top: 40px;
        margin-bottom: 0px;
        background: #fff;
        border-bottom: 5px solid rgb(236,127,13);
    }
    .main{
        margin-top:30px;
    }
    .groot h1 {
        font-size: 30px !important;
    }
    .label-col {
        display: none;
    }
    .label-col2,label-ding2 {
        display: none;
    }
    .site-header {
        font-size: 22px !important;
    }
    .header {
        height: 40px;
        padding-top: 10px;
    }
    .mobile-koop{
	    display: block !important;
	    
    }
    


.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
}
 .mobile-koop{
 	display: none;
}