@charset "UTF-8";
/* CSS Document */
@font-face {
    font-family: 'goboldregular';
    src: url('../fonts/gobold_regular-webfont.woff2') format('woff2'),
         url('../fonts/gobold_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body{
	background-image: url('../afbeeldingen/background.jpg');
	background-repeat: no-repeat;
	background-size: cover;
    background-attachment: fixed;
}

h1, h2, h3, h4, h5, h6 {
    color: #eee;
    font-family: 'goboldregular';
}

.inhoud{
	width: 960px;
    margin: 40px auto 0;
    background: #000;
    background: rgba(0,0,0,.7);
    position: relative;
    z-index: 100;
    padding-top: 20px;
    padding-bottom: 0;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.inhoud_home{
	background: none;
    background-color: transparent;
    background-image: url('../afbeeldingen/background-inhoud.png');
    background-repeat: no-repeat;
    background-position: 0 -34px;
}

#title h2, #title h3 {
    display: block;
    font-size: 200%;
    font-weight: normal;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0,0,0,.8), 0px 1px 4px rgba(0,0,0,.6);
    padding: 0;
    margin: 10px 0;
    width: auto;
    font-family: 'goboldregular';
    line-height: 40px;
    text-align: center;
    padding: 5px 0;
}

#title {
    -webkit-box-shadow: inset 0 5px 5px -5px rgba(50, 50, 50, .3);
    -moz-box-shadow: inset 0 5px 5px -5px rgba(50, 50, 50, .3);
    box-shadow: inset 0 5px 5px -5px rgba(50, 50, 50, .3);
    border-bottom: 1px solid rgba(0,0,0,.7);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(0, 0, 0, 0.7);
    position: relative;
    z-index: 1500;
    color: #fff;
    background-color: #111;
    background-color: rgba(0,0,0,.5);
    text-align: center;
}

.logo a{
	display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
}

.navigatie li{
	display: inline-block;
	font-family: 'goboldregular';
	padding-right: 20px;
}

.navigatie{
	margin-top: 20px;
}

.navigatie a{
	display: block;
    line-height: 35px;
    color: #fefefe;
    text-decoration: none;
    margin: 0;
    padding: 10px 0;
    font-size: 26px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    font-weight: 300;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color: white;
}

#homecontainer {
    display: block;
    width: 960px;
    height: 668px;
    background: transparent;
    position: relative;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    margin-top: 20px;
}

.txts{
	display: block;
    width: 45%;
    height: auto;
    position: absolute;
    top: 100px;
    left: 2%;
    color: #fff;
    font-family: 'goboldregular';
    padding: 0;
    list-style-type: none;
    font-weight: thin;
}

.tmi{
	padding: 15px 0;
}

.txts li{
	font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 60px;
    height: 110px;
}

.txts li a{
    color: white;
}

.txts h2{
  font-size: 24px;
  margin: 0;
}

#homecontainer .contactinfo {
    display: block;
    width: 45%;
    height: auto;
    position: absolute;
    top: 170px;
    left: 51%;
    color: #fff;
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    font-family: 'goboldregular';
}

#homecontainer .contactinfo h6{
	font-size: 25px;
	margin-bottom: 0;
}

#homecontainer .contactinfo address{
	margin-bottom: 0;
}

#homecontainer .contactinfo a{
	color: white;
	text-decoration: underline;
}

#content{
	overflow: auto;
    -webkit-box-shadow: inset 0 5px 5px -5px rgba(50, 50, 50, .3);
    -moz-box-shadow: inset 0 5px 5px -5px rgba(50, 50, 50, .3);
    box-shadow: inset 0 5px 5px -5px rgba(50, 50, 50, .3);
    border-top: 1px solid rgba(255,255,255,.3);
    font-family: 'goboldregular';
    font-size: 17px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    word-wrap: break-word;
    overflow: hidden;
    color: #eee;
    padding: 15px;
}

#content p{
	margin-bottom: 25px;
}

a.pagebutton {
    display: block;
    margin: 70px auto 40px auto!important;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    margin: 0 auto;
    padding: 7px 15px;
    border-radius: 15px;
    line-height: 30px;
    color: white;
    font-family: 'goboldregular';
    text-align: center;
}

.kol1, .kol2{
	width: 50%;
	padding: 15px 25px;
	float: left;
}

.kol3{
	width: 75%;
	padding: 15px 25px;
	float: left;
}

.kol4{
	width: 25%;
	padding: 15px 25px;
	float: left;
}

.kol5{
	width: 33.3%;
	padding: 15px 25px;
	float: left;
}

.realisaties img{
	width: 100%;
}

.realisaties a{
	position: relative;
	display: block;
}

.realisaties a div{
	position: absolute;
	background: rgba(0,0,0,0.7);
	color: white;
	font-family: 'goboldregular';
	text-align: center; width: 100%;
	bottom: 0;
	font-size: 17px;
	padding: 10px 0;
}

.realisaties a div p{
	margin-bottom: 0;
}

form input, form textarea{
	width: 100%;
	padding: 5;
	margin-bottom: 15px;
}

form textarea{
	height: 100px;
}

form label{
	color: white;
	font-size: 17px;
	font-family: 'goboldregular';
}

.kol4 .logo img{
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}

.kol4{
	color: #eee;
	font-family: 'goboldregular';
	text-align: right;
	font-size: 17px;
}

.kol4 a{
	color: white;
	text-decoration: underline;
}

audio{
    margin-top: 15px;
}

.in_media{
    margin-top: 20px;
}

.ventilatie{
    color: white;
    font-size: 24px;
    position: absolute;
    width: 45%;
    bottom: 20px;
    left: 20px;
    font-family: 'goboldregular';
}

.ventilatie a{
    color: white;
    display: block;
}

.g-recaptcha iframe{
  width: 60% !important;
}

.social{
  color: white;
  font-size: 24px;
  position: absolute;
  width: 45%;
  bottom: 25px;
  right: 20px;
  font-family: 'goboldregular';
  text-align: right;
}

.link_social svg{
  width: 20px;
  font-size: 20px;
  fill: white;

}
