/*! HTML5 Boilerplate v7.1.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 1.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

 
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    height: 100%;
    margin: 0;
    padding: 0;
    color: #292929;
    font-size: 14px;
    line-height: 1.6;
    font-family: 'Montserrat', sans-serif;
    scroll-behavior: smooth;
}

input, button, select, textarea, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}




 /*==================================================================================================================
   Author's custom styles
================================================================================================================== */

*{
    font-family: 'Montserrat', sans-serif;
}

a{
    text-decoration: none;
}

a:hover{
    text-decoration: none;
}




body{
    width: 100%;
    height: 100%;
	margin: 0;
	padding: 0;
    font-family: inherit; 
}

.background{
	width: 100%;
	min-height: 100vh;
	background-color: #000;
	background-image: url(img/abstract-music-rock-bw.jpg);
	background-repeat: no-repeat;
	background-size: cover;
    background-position: center;
}

.tm-nav {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
	position: fixed;
    width: 100%;  
    transition: all 0.3s ease; 
    z-index: 1000;
}

.tm-nav.scroll {
    background: rgba(0, 0, 0, 0.50);
    padding: 0;
}

.tm-nav.scroll .navbar { 
    padding: 0;     
    position: relative;

}

.navigation{
	width: 96%;
    height: 80px;
	float:left;
}

.navigation ul{
    position: absolute;
	width: 100%;
    display:block;
    margin: 0 auto;
    float:left;
    z-index: 1;
}

.motto{
    display: none;
}

.navigation ul li{
	float:left;
	list-style: none;
	margin: 30px 25px;
}

.navigation ul li a{
	color: #fff;
    font-size: 16px;
	text-decoration: none;
}

.navigation ul.nav li a .node-txt {
    display: block;
    height: 21px;
    overflow: hidden;
}

.navigation ul.nav li a .node-txt span {
    display: block;
    -webkit-transition: .2s all ease;
    -moz-transition: .2s all ease;
    transition: .2s all ease;
    position: relative;
    top: 0;
}

.navigation ul.nav li a .node-txt .hover {
    color: #7aecb1;
}

.navigation ul.nav li a.active .node-txt span,
.navigation ul.nav li a:hover .node-txt span {
    top: -24px;
}


.social{
    float: right;
    width: 9%;
    height: 100px;   
}

.social ul{
    position: absolute;
    width: 10%;
    display: block;
    margin: 0 auto;
    float:right;
    z-index: 1;
}

.social ul li{
    padding: 0 10px;
	list-style: none;
    line-height: 0px;
	margin: 30px 0;
}

.social ul li a{
	color: #fff;
    font-size: 25px;
	text-decoration: none;
}

.social ul.nav li a .node-txt {
    display: block;
    height: 25px;
    overflow: hidden;
}

.social ul.nav li a .node-txt span {
    display: block;
    -webkit-transition: .2s all ease;
    -moz-transition: .2s all ease;
    transition: .2s all ease;
    position: relative;
    top: 0;
}

.social ul.nav li a .node-txt .hover {
    color: #7aecb1;
}

.social ul.nav li a.active .node-txt span,
.social ul.nav li a:hover .node-txt span {
    top: -25px;
}

.text{
    position: absolute;
    text-align: center;
    width: 100%;
    padding-top: 7%;
    font-size: 50px;
}

.text h1{
    width: 100%;
    margin-top: 15px;
    font-size:40px;
    color: #fff;
    font-weight: normal;
}

.logo{  
    padding: 1.5%;
    background-color: #7aecb1;
}

.logo img{
    width: 20%;
}

.compact a img{
    height: 35px;
    margin-top: -35%;
}


   
/*=============================================================Muse====En====Place=============================================================================================================*/
               

.muse-en-place{
    width: 100%;
    height: auto;
    margin-top: -50px;
    box-sizing: border-box;
}

.musenplace{
    width: 100%;
}

.museheader{
    width:50%;
    float: left;
    box-sizing: border-box;
    margin-bottom: -8px;
}

.museheader h1{
    width: 50%;
    padding: 7% 3%;
    font-size: 70px;
    color: #fff;
    float: right;
    text-align: center;
    background-color: #7aecb1;
    -webkit-box-shadow: 12px -3px 15px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 12px -3px 15px 0px rgba(0,0,0,0.75);
    box-shadow: 12px -3px 15px 0px rgba(0,0,0,0.75);
}

.museparag{
    width:50%;
    float: left;
    box-sizing: border-box;
    padding: 7% 26% 0 5%; 
}
.musenparag p{
    width: 50%;
    color: #000;
    text-align: left;
}

.museparag a{
    position: absolute;
    margin-top: 15px;
    color: #292929;
    border: 1.5px solid #7aecb1;
    padding: 10px 30px;
    text-decoration: none;
    border-radius: 25px;
}

.museparag a:hover{
    color: #fff;
    background-color: #7aecb1;
    transition:0.3s;    
    text-decoration: none;
}



/*============================================================================================================== Mike ======================================================*/
                                
.mike{
    width:50%;
    margin-right: 25%;
    float: right;
    box-sizing: border-box;
    margin-bottom: 5%;
}
.naam{
    color: #7aecb1;
    font-size:26px; 
    line-height: 24px; 
}

.foto-mike{
    width: 50%;
    float: right;
}
.foto-mike img{
    width: 100%;
    -webkit-box-shadow: 12px -3px 15px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 12px -3px 15px 0px rgba(0,0,0,0.75);
    box-shadow: 12px -3px 15px 0px rgba(0,0,0,0.75);
}
.overmike{
    width:50%;
    float: left;
    box-sizing: border-box;
    margin-top: 9%;
}

.overmike p{
    width: 100%;
    padding: 20px 18px 0 16px;
    justify-content: center;
    color: #292929;
    text-align: left;
}

.overmike a{
    position: absolute;
    margin-top: 15px;
    margin-left: 16px;
    color: #292929;
    border: 1.5px solid #7aecb1;
    padding: 10px 20px;
    border-radius: 25px;
}

.overmike a:hover{
    color: #fff;
    background-color: #7aecb1;
    transition:0.3s;
    text-decoration: none;
}




/*===================================================================================================================================================over====ons=============================================================================================================================================================================================*/
.overons{
	width: 100%;
    min-height: 550px;
	float: left;
	background-image: url(img/over-ons.jpg);
	background-repeat: no-repeat;
	background-size: cover;
    background-position: center;
    z-index: -22;
}

.overonstext{
    float: right;
    width: 44%;
    box-sizing: border-box;
    background-color:rgba(122,236,177, 0.7); 
    margin: 10% 6% 10% 0;
    padding: 130px 95px ;
    border-bottom: solid 30px #fff;
    border-right: solid 30px #fff;
}

.place{
    white-space: pre;
    color: #fff; 
    font-weight: 500; 
    font-size: 30px; 
}

.overonstext p{
    color: #292929;
    font-size: 18px;
    line-height: 30px;
}
 
.overonstext a{
    position: absolute;
    padding: 10px 20px;
    background-color: #fff;
    color: #000;
    margin-top: 1%;
    border-radius: 25px;
}

.overonstext a:hover{
    background-color: #7aecb1;
    color: #fff;
    cursor: pointer;
    transition:0.3s;
    text-decoration: none;
}




/*==========================Onze====diensten=================================================================================================================================================================================================================================================================================================================*/

.hide{
    display: none;
}
.onzediensten{
    width: 100%;
    float: left;
    text-align: center;
}

.diensttitle{
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: nowrap;
}

.bigo{
    width: 39%;
    font-size: 600px;
    font-weight: 700;
    color: #7aecb1;
    padding-left: 10%;
    margin: -15% 0 -20% 0;
}

.rest{
    width: 60%;
    font-size: 100px;
    font-weight: 500;
    color: #7aecb1;
    margin-top: 4%;
    padding-right: 10%;
    margin-bottom: 4%;
}

.flex-cont {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 5%
}

.flex-cont > div{
    width: 370px;
    margin: 10px;
    padding: 3% 20px;
    background-color: #fff;
    text-align: center;   
    word-break: keep-all;
    -webkit-box-shadow: 9px 2px 24px -1px rgba(0,0,0,0.35);
    -moz-box-shadow: 9px 2px 24px -1px rgba(0,0,0,0.35);
    box-shadow: 9px 2px 24px -1px rgba(0,0,0,0.35);
 
}

.bgeen:hover{
    background-image: url(img/part.jpg);
    background-size: cover;
    color: #fff;
}

.bgtwee:hover{
    background-image: url(img/pro.jpg);
    background-size: cover;
    color: #fff;
}

.bgdrie:hover{
    background-image: url(img/school.jpg);
    background-size: cover;
    color: #fff;
}

.column img{
    margin-top: 20px;
    margin-bottom: 20%;
}

.column h2{
   padding-bottom: 5%;
}

.column p{
  font-size: 14px;
    padding: 5px;
}


.onzediensten a{
    text-align: center;
    padding: 10px 30px;
    border: 1.5px solid #7aecb1;
    color: #000;
    border-radius: 25px;
}

.onzediensten a:hover{
    background-color: #7aecb1;
    text-decoration: none;
    color: #fff;
    cursor: pointer;  
    transition:0.3s;
}





/*=================================================================================================================================================Quote=====================================================================================================================================================================================================*/
     
.quote{
	width: 100%;
    min-height: 540px;
	min-height: 66rem;
	float: left;
	background-image: url(img/onze-missie.jpg);
	background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.quotetext{
    float: left;
    width: 45%;
    box-sizing: border-box;
    background-color:rgba(122,236,177, 0.7); 
    margin: 16% 0 10% 6%;
    padding: 80px 50px ;
    border-left: solid 30px #fff;
    border-bottom: solid 30px #fff;
}

.quotetext p{
    width: 100%;
    padding: 20px 20px 0 20px;
    font-size: 20px;
    line-height: 35px;
    color: #292929;
    text-align: center;
}

.double-quote{
    font-size:10em; 
    color: #fff; 
    text-align: left; 
    float: left;
    font-family: 'Lora', serif; 
}

.double-quote-right{
    font-size:10em; 
    font-family: 'Lora', serif; color: #fff; 
    text-align: right; 
    float: right;
}
 

/*===================================================================================================================================================Blog====================================================================================================================================================================================================*/

.blog{
    width: 100%;
    float: left;
    text-align: center;
    box-sizing: border-box;
}

.blogtitle{
    width: 100%;
}

.bigb{
    width: 80%;
    margin: -20% 0 -18% 0;
    float: left;
}

.bigb h1{
    width: 100%;
    font-size: 600px;
    font-weight: 700;
    color: #7aecb1;
    text-align: right
} 
.rest-sent{
    width: 10%;
    float: left;
     margin-top: -3%;
}

.rest-sent h1{
    font-size: 145px;
    font-weight: 500;
    color: #7aecb1;
}

.optredens{
    width: 100%;
    margin-bottom: 8%;  
}

.flex-container-blog {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 5%;
}

.flex-container-blog > div {
    width: 360px;
    background-color: #fff;
    margin: 0 0 90px 50px;
    text-align: center;
    -webkit-box-shadow: 9px 2px 24px -1px rgba(0,0,0,0.35);
    -moz-box-shadow: 9px 2px 24px -1px rgba(0,0,0,0.35);
    box-shadow: 9px 2px 24px -1px rgba(0,0,0,0.35);
}

.blogen img{
    width: 100%;
}

.blogen h2{
    width: 100%;
    font-size: 16px;
    padding: 10% 10% 5%;
    font-weight: bold;
    text-align: left;
     color: #292929;
}

.blogen p{
    height: 150px;
    width: 100%;
    font-size: 14px;
    padding: 0 10%;
    text-align: left;
    color: #292929;
}

.blogen h6{
    width: 80%;
    font-size: 12px;
    padding: 12px 0 10px 5%;
    text-align: left;
    color: #292929;
    border-top: solid 1px #292929;
    padding-left: 20px;
}

.optredens a{
    text-align: center;
    padding: 10px 30px;
    border: 1.5px solid #7aecb1;
    color: #000;
    border-radius: 25px;
}

.optredens a:hover{
    background-color: #7aecb1;
    text-decoration: none;
    color: #fff;
    cursor: pointer;  
    transition:0.3s;
}


/*=============================================================================================================================================create===your====stage========================================================================================================================================================================================*/

.create-stage{
    width: 100%;
    height: auto;
    text-align: center;
}
.create-stage img{
    width: 100%;
    margin-bottom: 3%;
}

.create-stage h1{
    width: 100%;
    font-size: 48px;
    text-align: center;
    color: #7aecb1;
    text-transform: uppercase;
    margin-bottom: 1%;
}

.create-stage p{
    width: 100%;
    text-align: center;
    padding: 0 25%;
    margin-bottom: 5%;
}

.pakket{
    width: 90%;
    padding: 0 10%;
    margin-left:10%;
    margin-bottom: 35%;
}

.pakket-left{
    width: 50%;
    float: left;
}

.pakket-left h2{
    width: 30%;
    padding: 2%;
    font-size: 16px;
    color: #fff;
    background-color: #7aecb1;
    border-radius: 25px;
    text-align:center;
}

.pakket-left p{
    width: 60%;
    padding: 2%;
    text-align: left;
}

.pakket-right{
    width: 50%;
    float: left;
}

.pakket-right h2{
    width: 30%;
    padding: 2%;
    font-size: 16px;
    color: #fff;
    background-color: #7aecb1;
    border-radius: 25px;
    text-align:center;
}

.pakket-right p{
    width: 60%;
    padding: 2%;
    text-align: left;
}

.stage{ 
    width: 100%;
    text-align: center;
    margin-bottom: 8%;
}

.stage a{ 
    width: 100%;
    border: 1.5px solid #7aecb1;
    color: #000;
    padding: 12px 30px; 
    border-radius:25px;
}

.stage a:hover{
    background-color: #7aecb1;
    text-decoration: none;
    color: #fff;
    cursor: pointer; 
    transition:0.3s;
}



/*===================================================================================================================================================Social===media==========================================================================================================================================================================================*/

.social-media{
    width: 100%;
    float: left;
}

.social-media h1{
    width: 100%;
    font-size: 95px;
    padding-left: 40%;
    color: #7aecb1;
}

.instagram{
    width: 80%;
    float: left; 
    padding-right: 85px;
}

#instafeed{
    width: 100%;
}

.instaimg img{
    margin: 50px;
    width: 100%;
    float: left;
}

.instaimg img:hover{
	opacity:0.8;
	-moz-opacity:0.8;
	-webkit-opacity:0.8;
    transition:0.3s;

}

.social-icon {
    width: 100%; 
    text-align: left;   
    margin-bottom: 10%;
}

.social-icon a{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    padding: 14px 20px;
    border: 1.5px solid #7aecb1; 
    border-radius: 5px;
    color: #292929;
}

.social-icon a:hover{
    color: #fff;
    background-color: #7aecb1;
    cursor: pointer;
    text-decoration: none;
    transition: 0.2s;
}


.bg{
    margin: 0 0 0 9%;
    font-size: 39px;
    width: 4.5%;
    color: #fff;
    padding: 9px;
    border-radius: 5px;
    background-color: #7aecb1;
    vertical-align: middle;
    text-align: center;
}



/*=================================CONTACT===ONS=============================================================================================================================================================================================================================================================================================================*/


.contact{
    width: 100%;
    box-sizing: border-box;
    max-height: 175em;
    overflow: hidden;
    float: left; 
    background-color:rgba(0,0,0, 0.3);    
  
}

.bo{
    width: 85%;
    margin-bottom: 7%;
    height: 800px;
    margin: 50px 0 60px 50px;
    border-top: 50px solid #7aecb1;
    border-left: 50px solid #7aecb1;
}

.contactus{
    width: 100%;
    float: left;
}

.us{
    width: 50%;
    float: left;
    padding: 4%;
    position: relative;
    box-sizing: border-box;
}

.us h1{
    width: 100%;
    color: #7aecb1;
    font-size: 50px;
    margin-bottom: 10%;
}

.inputbox{
    position: relative;
}

.inputbox input{
    width: 75%;
    padding: 10px 5px;
    color: #000;
    margin-bottom: 30px;
    border: none;
    outline: none;
    border-bottom: 1.5px solid #fff;
    background-color: transparent; 
}
    
.inputbox label{
    position: absolute;
    color: #fff;
    top: 0;
    left: 5px;
    padding: 10px 0px;
    pointer-events: none;
    transition: 0.5s;  
}

.inputbox input:focus~label,
.inputbox input:valid~label{
    top: -25px;
    left: 5px;
    color: #dddddd;
    font-size: 12px;
}

textarea{
    width: 75%;
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 2px;
    padding: 20px;
    border: 1.5px solid #7aecb1;
}

textarea:focus{    
    outline: none;
}

input[type=submit]{
    width: 22%;
    float: left;
    text-align: center;
    color: #000;
    background-color: #fff;
    border: 1.5px solid #7aecb1;
    cursor: pointer;
    padding: 10px;
    border-radius: 21px;
    margin: 5% 0;    
}

input[type=submit]:hover{
    background-color: #7aecb1;
    text-decoration: none;
    color: #fff;
    transition:0.2s;
}
    
.opening{
    width: 50%;
    float: left;
    margin-top: 10%;
    padding-left: 5% 
}

.openinghours fieldset{
    width: 50%;
    float: left;
}

.openinghours{
    width: 100%;
    float: left;
    box-sizing: border-box;  
    padding-left: 15%;
}

.contact-info{
    width:100%;
    margin-bottom: 8%;
    vertical-align: middle;
}

.contact-info img{
    widows: 100%;
    float: left;
    padding-right: 2%;
}

.contact-info p{
    width: 100%;
    color: #fff;
    padding: 2%;
    box-sizing: border-box;
}
.openinghours h3{
    width: 100%;
    color: #fff;
    font-size: 36px;
    margin-bottom: 5%;
}

td{
    color: #fff;
    padding-left: 15px;
}

td:nth-child(even){
    width: 120px;
    height: 25px;
    float: right;
    padding-left:15px;
}

tr{
    height: 15px;
}

.up-button{
    width: :100%;
    float: left;
    display: table;
    padding-left: 50%;
}

#myBtn {
    display: table;
    position: fixed;
    bottom:34px;
    right: 20px;
    z-index: 99;
    background-color:#fff;
    color:  #7aecb1;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 25px 25px 0 25px;
    border: 1px solid #7aecb1;

}

#myBtn:hover{
    border: 1px solid ;
    background-color:  #7aecb1;
    color: #fff;
}

/*========================================================================================================guitar=====================*/

.guitar{
    top: 440em;
    width: 100%;
    position: absolute;
    min-height:196em;
    object-fit: cover;
    background-image: url(img/Guitar.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    z-index: -999;
}



 /*===================================Footer===============================================================================================================================================================================================================================================================================================================*/        

.wrapper{
    width: 100%;
    height: 80px;
    background-image: linear-gradient(to right bottom, #313131, #434343, #555555, #686868, #7c7c7c, #898989, #969696, #a3a3a3, #acacac, #b5b5b5, #bfbfbf, #c8c8c8);
    float: left;  
}

.footermenu{
    width: 100%;
    float:right;
}

.footerright{
    width: 50%;
    float: left;
    line-height: 40px;
    text-align: right;
}

.footerright a{
    float: right;
    color: #fff;
    padding: 20px 100px;
    color: #fff;
    text-decoration: none;
}

.footerright a:hover{
    color: #7aecb1;
    text-decoration: none;
}

.footerleft{
    width: 50%;
    float: left;
    margin: auto 0;
}

.socialmedia{
    width: 100%;
    float: left;
    display: block;
}

.socialmedia ul{
    display: block;
    margin: 0 auto;
    z-index: 1;
    width: 100%;
    padding-top: 20px;
}

.socialmedia ul li{
    float: left;
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
	list-style: none;
    line-height: 0px;
}

.socialmedia ul li a{
    font-size: 25px;
    color: #fff;
}

.socialmedia ul.ts-nav li a .node-txt {
    display: block;
    height: 23px;
    overflow: hidden;
}

.socialmedia ul.ts-nav li a .node-txt span {
    display: block;
    -webkit-transition: .2s all ease;
    -moz-transition: .2s all ease;
    transition: .2s all ease;
    position: relative;
    top: 0;
}

.socialmedia ul.ts-nav li a .node-txt .hover {
    color: #7aecb1;
}

.socialmedia ul.ts-nav li a.active .node-txt span,
.socialmedia ul.ts-nav li a:hover .node-txt span {
    top: -25px;
}

.copyrights{
    width: 100%;
    height: 30px;
    float: left;   
    background-color: #7aecb1;
    box-sizing: border-box;
}

.copyrights p{
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    position: relative;
    top: 50%;
 transform:translateY(-50%);
    margin-bottom: 0;
}





 /*=========================Diensten===page================================================================================================================================================================================================================================================================================================================*/ 
  
.bg-dienst{
    width: 100%;
    min-height: 600px;
    background-image:url(img/bg-diensten.jpg);
    background-size:contain;
    background-repeat:no-repeat;
    background-position:top;
}

.diens-pg{
    margin-top: -17%;
}

.d-pg{
    margin-bottom: 3%;
    margin-top: 0.5%;
}
.contactusdie{
    width: 100%;
    float: left;
    padding: 0 15%;
}


.checkbox-container{
    width: 50%;
    float: left;
    height: 250px;
}

.checkbox-container h3{
    width: 100%;
    font-size: 16px;
    font-weight: bold;
}
.checkbox-container input[type=checkbox] + label {
    margin: 1em 0;
    cursor: pointer;
    float: left;
    padding: 0 15px;
}

.checkbox-container input[type=checkbox] {
    display: none;
}

.checkbox-container input[type=checkbox] + label:before {
    content: "\2714";
    float: left;
    border: 1.5px solid #7aecb1;
    line-height: 20px;
    width: 1.1em;
    height: 1.1em;
    font-size: 20px;
    padding-left: 0.1em;
    padding-bottom: 0.1em;
    margin-right: 1em;
    color: transparent;
    transition: .2s;
}

.checkbox-container input[type=checkbox] + label:active:before {
    transform: scale(0);
}
.checkbox-container input[type=checkbox]:checked + label:before {
    background-color: #7aecb1;
    color: #fff;
}

.checkbox-container input[type=checkbox]:disabled + label:before {
  transform: scale(1);
  border-color: #aaa;
}

.checkbox-container input[type=checkbox]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}

.acuoustic{
    margin-left: 35%;
}

.radio-container{
    width: 50%;
    float: left;
    height: 250px;
}

.radio-container h3{
    width: 100%;
    font-size: 16px;
    font-weight: bold;
}
.radio-container input[type=radio] + label {
    margin: 1em 0;
    cursor: pointer;
    float: left;
    padding: 0 15px;
}

.radio-container input[type=radio] {
    display: none;
}

.radio-container input[type=radio] + label:before {
    content: "\2714";
    float: left;
    border: 1.5px solid #7aecb1;
    line-height: 20px;
    width: 1.1em;
    height: 1.1em;
    font-size: 20px;
    padding-left: 0.1em;
    padding-bottom: 0.1em;
    margin-right: 1em;
    color: transparent;
    transition: .2s;
}

.radio-container input[type=radio] + label:active:before {
    transform: scale(0);
}
.radio-container input[type=radio]:checked + label:before {
    background-color: #7aecb1;
    color: #fff;
}

.radio-container input[type=radio]:disabled + label:before {
  transform: scale(1);
  border-color: #aaa;
}

.radio-container input[type=radio]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}

.a{ 
    width: 50%;
    float: left;
}

.e{ 
    width: 50%;
    float: left;
}

.d{ 
    width: 100%;
    float: left;
}



.inputboxpg{
    position: relative;
    margin-top: 10%;
}

.inputboxpg input{
    width: 80%;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 30px;
    border: none;
    outline: none;
    border-bottom: 1.5px solid #000;
    padding-left: 5px;
    background-color: transparent; 
}
    
.inputboxpg label{
    position: absolute;
    top: 0;
    left: 0;
    padding: 0px 0px;
    padding-left: 5px;
    pointer-events: none;
    transition: 0.5s;  
}

.inputboxpg input:focus~label,
.inputboxpg input:valid~label{
    top: -20px;
    left: 0;
    color: #B9C9C5;
    font-size: 12px;
}

.text-area{
    width: 90%;
    color: #000;
    background-color: #fff;
    border: 1.5px solid #000;
    border-radius: 4px;
    padding: 20px;
}

.text-area:focus{    
    outline: none;
}

.off[type=submit]{
    width: auto;
    float: left;
    text-align: center;
    color: #000;
    border: 1.5px solid #7aecb1;
    cursor: pointer;
    padding: 10px 35px;
    margin-left: 15px;
}

.off[type=submit]:hover{
    background-color: #7aecb1;
    text-decoration: none;
    color: #fff;
    transition: 0.3s;
}






/* =====================================================================       
============================   blog   =========================
=======================================================================*/
.background-blog{
    width: 100%;
    min-height: 600px;
    background-image: url(img/Blog-hero-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 7%;
}

.blog-pg-logo{
    position: absolute;
    text-align: left;
    padding-left: 100px;
    width: 100%;
    padding-top: 20%;
}

.blog-pg-logo h1{
    width:100%;
    font-size: 15px;
    padding-left: 70px;
    color: #fff;
}

.logo-green{  
    width: 100%;
    padding: 1.5%;
}

.logo-green img{
    width: 20%;
}

.optrading{
    width: 100%;
    margin-bottom: 5%;
    text-align: center;
}

.optrading a{
    display: inline-block;
	color: #292929;
    border: solid 1px #7aecb1;
    border-radius: 25px;
    padding: 10px 20px;
}

.optrading a:hover {
    color: #fff;
    background-color:#7aecb1; 
    cursor: pointer;
    text-decoration: none;
}

.flex-container {
    display: flex;
    flex-wrap: nowrap;
}

.flex-container > div {
    width: 350px;
    margin: 0 0 100px 120px;
    text-align: center;
    -webkit-box-shadow: 9px 2px 24px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 9px 2px 24px -1px rgba(0,0,0,0.75);
    box-shadow: 9px 2px 24px -1px rgba(0,0,0,0.75);
}

.blo img{
    width: 100%;
}

.blo h2{
    width: 100%;
    font-size: 22px;
    padding: 20px 0 10px 20px;
    font-weight: bold;
    text-align: left;
    color: #292929;
}

.blo p{
    width: 100%;
    font-size: 14px;
    padding: 0 0 20px 20px;;
    text-align: left;
    color: #292929;
}

.blo h6{
    width: 80%;
    font-size: 12px;
    padding: 10px 0 10px 0;
    text-align: left;
     color: #292929;
    border-top: solid 1px #292929;
    padding-left: 20px;
}

.review{
    width: 60%;
    margin-bottom: 10%;
}

.review h1{
    width: 100%;
    font-size: 95px;
    text-align: left;
    color: #7aecb1;
    margin-left: 115px;
}

.review h3{
    width: 100%;
    font-size: 30px;
    padding: 20px 0 25px 0;
    text-align: left;
    color: #292929;
    margin-left: 120px;
    border-bottom: solid 2px #292929;
}

.testimonial p{
    width: 100%;
    padding-top: 20px;
    padding-left:14%;
}

.testimonial img{
    width: 20%;
    margin-left: 130px;
}

.review a{
    position: absolute;
    margin-top: 3%;
    margin-left: 8%;
    border: 1.5px solid #7aecb1;
    border-radius: 25px;
    padding: 10px 15px;
    color: #292929;
}

.review a:hover{
    color: #fff;
    background-color: #7aecb1;
    text-decoration: none;
    cursor: pointer;
}









 /*=========================over===ons===page==============================================================================================================================================================================================================================================================================================================*/                          
.banner-about-us{
	width: 100%;
	min-height: 600px;
	background-color: #000;
	background-image: url(img/banner-img-about-us.jpg);
	background-repeat: no-repeat;
	background-size: cover;
    background-position: center;
   
}

.text-about-us{
    position: absolute;
    text-align: center;
    width: 100%;
    padding-top: 12%;
}

.text-about-us h1{
    display: inline-block;
    font-size: 50px;
    line-height: 70px;
    padding: 5px;
    color: #7aecb1;
    border-bottom: 3px solid #fff;
    text-transform: uppercase;
}

.text-about-us h3{
    width: 100%;
    float: left;
    font-size: 18px;
    padding: 5px;
    color: #fff;
}

.overonspg{
    width: 100%;
    float: left;
}

.deel-een{
    width: 100%;
    float: left;
}

.deel-een-foto{
    width: 50%;
    float: left;
}

.deel-een-foto img{
    margin: -8% 0 0 22%
}

.deel-een-text{
    width: 50%;
    float: left;
    box-sizing: border-box;
    margin-top: 8%;
    padding-right: 11%
}

.deel-een-text p{
    width: 100%;
    text-align: center;
    padding: 0 10%;
    margin-top: -8%;
}

.deel-twee{
    width: 100%;
    float: left;
}

.deel-twee-foto{
    width: 50%;
    float: left;
}

.deel-twee-text{
    width: 50%;
    float: left;
    box-sizing: border-box;
    margin-top: 8%;
    padding-left: 11%
}

.deel-twee-text p{
    width: 100%;
    text-align: center;
    padding: 0 11%;
    margin-top: -8%;
}

.quotation{
    width: 100%;
    float: left;
}

.quotation p{
    font-style: italic; 
    text-align: center; 
    font-size: 20px;
    line-height: 2.50rem;
    padding: 5%;
}

.mike-about-us-pg{
    width: 100%;
    float: left;
}

.mike-foto{
    width: 30%;
    float: left;
    padding: 3%;
}

.mike-foto img{
    width: 100%;
    float: none;
   -webkit-box-shadow: 9px 2px 24px -1px rgba(0,0,0,0.35);
    -moz-box-shadow: 9px 2px 24px -1px rgba(0,0,0,0.35);
    box-shadow: 9px 2px 24px -1px rgba(0,0,0,0.35);
}

.over-mike-pg{
    width: 70%;
    float: left;
    padding: 6% 5%;
}

.over-mike-pg p{
    float: left;
    box-sizing: border-box;
    margin-bottom: 40px;
}



        
/*=======================Contact===ons===page================================================================================================================================================================================================================================================================================================================*/
.banner-contact-pg{
    width: 100%;
    min-height: 600px;
    background-image: url(img/banner-contact-us.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bg-cont{
    width: 100%;
    height: auto;
    background-color:none; 
}


.head-color h3{
    color: #7aecb1;
}


td:nth-child(even){
    width: 120px;
    height: 25px;
    float: right;
    padding-left:15px;
}
 tr{
     height: 15px;
}



/*===============================Privacy============================================================================================================================*/
.privcy{
     width: 100%;
    height: 80px;
    background-image: linear-gradient(to right bottom, #313131, #434343, #555555, #686868, #7c7c7c, #898989, #969696, #a3a3a3, #acacac, #b5b5b5, #bfbfbf, #c8c8c8);
}

.policy{
    width: 80%;
    text-align: left;
    margin-left: 10%;
    margin-bottom: 5%;
}
.policy h1{
    width: 100%;
    margin: 2%;
}

.policy h3{
    width: 100%;
    margin: 2%;
}

.policy p{
    width: 100%;
    margin: 2%;

}


/*===============================e=mail============================================================================================================================*/
.container{
    position: relative;
    width: 5%;
    margin: 0 auto;
    margin-bottom: 10%;
    text-align:  center;
}

.email{
	width: 100%;
	min-height: 300px;
	background-image: url(img/bg-diensten.jpg);
	background-repeat: no-repeat;
	background-size: cover;
    background-position: bottom;
}

.emaillogo img{
    width: 20%;
}

.emailtext h2{
    width: 100%;
    color: #000;
    font-size: 50px;
    font-weight: bold;
}

.emailtext p{
    width: 100%;
    color: #000;
    font-size: 20px;
    margin-bottom: 3%;
}

.emailtext a{
    padding: 10px 30px;
    color: #000;
    border: 1.5px solid #7aecb1;
    border-radius: 25px;
    margin: 0 10px;
}

.emailtext  a:hover{
    text-decoration: none;
    background-color: #7aecb1;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
}








/* ===================================================================================================================================   
============================   Media  query    =======================================================================================
=====================================================================================================================================*/




/*
 * Hide visually and from screen readers
 */

 .hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; /* 1 */
}

/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

 
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

   @media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

 
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

   @media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
















