
body {
    background: #554E55;
	color: #42133F;
    font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	border-top: 1px solid #e9e9e9;
}


h1, h2, h3, h4, h5, h6{
	font-family:'Montserrat', sans-serif;;
	color: #ff1482;
	margin: 20px 0 20px 0;
}

h2{
	font-size: 28px;
}

a {
	color: #ff1482;
}

a:hover{
	color: #ff1482;
	text-decoration: underline;
}

ul, ol{
	padding-left: 19px;
    list-style-position: outside;
	color: #ff1482;
}


blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
	font-style: italic;
	color: #ff1482;
    border-left: 5px solid #42133F;
}

iframe{
	max-width: 100%;
}

.breadcrumb {
  background-color: transparent;
	padding: 8px 0;
}

.btn, .btn-primary {
    position: relative;
    margin: 10px 1px;
	cursor: pointer;
    color: white;
    border-radius: 2px;
    text-decoration: none !important;
    transition: background-color .2s ease,box-shadow .28s cubic-bezier(0,0,0,1);
    outline: none !important;
    background: #42133F;
    font-weight: normal;
	border: none;
	font-size: 1em;
	font-family: 'Montserrat', sans-serif;

}

.btn-primary {
     background: #32c6bc;
  
}

    .btn:hover,
	.btn:active,
	.btn-primary:hover,
	.btn-primary:active,
	.btn:focus,
	.btn-primary:focus {
        transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.2s ease;
        transition-delay: 0.1s;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
		background-color:#ff1482; 
        color: white;
        text-decoration: none !important;
    }

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
	background-color: #19635e;
}

.btn-primary::after {
        content: "\f105";
        display: block;
		position: absolute;
        color: inherit;
		right:15px;
		top: 1px;
        font-family: 'Fontawesome';
        font-size: 1.5em;
        font-weight: normal;
        margin: 0 0 0 .5em;
        float: right;
    }


.btn,
.btn-primary {
	display: inline-block;
	padding: 8px 30px;
}
.btn-primary {
	padding-right: 40px;
}

.btn *,
.btn-primary * {
	color: white;
    text-decoration: none !important;
}

.btn *:hover,
.btn-primary *:hover {
	color: white;
    text-decoration: none !important;
}


#Copyright{
	color: white;
}

input.btn, input.btn-primary  {	padding: 8px 30px;}
input.btn-primary {	padding-right: 40px;}

a.btn, a.btn-primary{	display: inline-block;    padding: 8px 30px;}
a.btn-primary {	padding-right: 40px;}


a .btn, a .btn-primary {
display: inline-block;
	padding: 8px 30px;
}

a .btn-primary {padding-right: 40px;}


.divider{
	background-position: center bottom;
	padding-bottom: 5em;
	background-repeat: no-repeat;
	background-size: 1140px auto;
}

.logoMenuButton{
	position:relative;
	width: 100%;
	padding: 8px 0;
}

   a.logo {
		display: block;
	    height: auto;
		float: left;
        width: 180px;
    }

a.logo img {
	width: 100%;
	height: auto;
}

section.mainContent {
    background: #fff;
}

footer {
    padding: 2em 0;
}

footer h1,footer h2,footer h3,footer h4,footer h5,footer h6{
	color: white;
}
.bgDarkGrey
{
	background-color:#221B22;
	color:#989198;
}
.bgDarkGrey a,
.bgDarkGrey p,
.bgDarkGrey address,
.bgDarkGrey h2
{
	color:#989198;
}

.bgGrey {
    background: #42133F;
}

.bgGrey h2 {
	text-shadow: 1px 1px 2px rgba(0, 153, 153, .125);
}

.bgGrey a,
.bgGrey p,
.bgGrey address{
	color: white;
}



.bgGrey .btn,
.bgGrey .btn:hover,
	color: white;
}

.bgGrey .btn *,
.bgGrey .btn:hover *,
.bgGrey .btn:focus *{
	color: white;
}
.bgGreen
{
	background-color:#32c6bc;
	padding:15px;
}
.bgGreen h1
{
	color:white;
}
.bgPink
{
	background-color:#ff1482 ;
	padding-top:15px;
	padding-bottom:15px;
	position: relative;
	
}

.bgPink,
.bgGreen,
.bgPink h1,
.bgPink h2,
.bgPink h3,
.bgPink h4,
.bgPink h5,
.bgPink h6,
.bgGreen h1,
.bgGreen h2,
.bgGreen h3,
.bgGreen h4,
.bgGreen h5,
.bgGreen h6
{
	color:white;
}
.Home h1
{
	color:white;
	text-align:center;
}

.highlight {
	background: #CBB2C8;
	padding: 0 0;
	color: white;
}

.highlight h2 {
	color: white;
	text-shadow: 1px 1px 2px rgba(0, 153, 153, .125);
}

.highlight p {
	
}

.highlight a {
	text-decoration: underline;
}

  .highlight a:hover {
	color: white;
}

.bgWhite {
    background: #fff;
}

.white{
	color: white;
}

.pad {
    padding-top: 30px;
    padding-bottom: 30px;
}

a.nounderline {
    text-decoration: none;
    color: #333;
}

img + p.caption {
    font-style: italic;
}

p img {
	max-width: 100%;
}

.navbar-wrapper {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
    background: white;
}

    .navbar-wrapper > .container {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-wrapper .navbar {
        padding-right: 15px;
        padding-left: 15px;
    }

        .navbar-wrapper .navbar .container {
            width: auto;
        }

.navbar {
    margin-bottom: 0;
}

.nav>li {
width: 100%;
}

#Search {
    display: block;
    float: left;
	padding-left: 10px;
}

    #Search .searchButton {
        box-shadow: none;
        padding: 4px 0 ;
    }

        #Search .searchButton:after {
            content: "\f002";
            font-family: fontawesome;
            font-size: 20px;
            color: #9d9d9d;
        }

        #Search .searchButton.active + #SearchBar {
            display: block;
            width: auto;
        }

    #Search #SearchBar {
        background: white;
        display: none;
        padding: 7px;
        position: absolute;
        top: 62px;
        right: 15px;
        width: 0;
        transition: all .5s;
    }

    #Search input[type=text] {
        background: #fff;
        border: 1px solid #ccc !important;
        border-radius: 50px;
        box-shadow: 0 1px 1px rgba(0,0,0,.075) inset;
        height: 34px;
        margin: 0;
        padding: .25em 40px .25em 1em;
        color: #222;
    }

    #Search input[type=submit] {
        background: url(/img/search.gif) center center no-repeat;
        border: none;
        display: inline-block;
        font-size: 0;
        height: 30px;
        margin: 0;
        padding: 0;
        position: absolute;
        right: 10px;
        top: 8px;
        width: 30px;
    }

a.result{
	text-decoration: none;
}

a.result .breadcrumb {
	background-color: transparent;
}

header .menu-button {
    position: relative;
    width: auto;
    font-family: "Fontawesome";
    font-size: 1.5em;
    float: right;
    padding:  10px 0 0;
    cursor: pointer;
}
 header .menu-button .touch-button {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

header .menu-button .touch-button i {
            display: none;
        }

.checkbox > label {
		position: relative;
		float: left;
		padding-left: 1.5em;
	}
	
	
.checkbox > div {
	position: absolute;
	left: 0;
	top: 0;
	padding: 5px 0 0 0;
}
	
.checkbox > div > input {
	position: relative !important;
	float: left;
	margin: 0 !important;
	
}

.fallBackImage {
    width: auto;
       position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
	 -ms-transform: translate(-50%, -50%); /* IE 9 */
    -webkit-transform:translate(-50%, -50%)
    z-index: -1;
    /*height: 100%;*/
	height:auto;
  
}	
.homeVideo iframe

{
	display:none;
}


.Home .padding-top-10,
.Home .padding-bottom-10
{
	padding:0;
}
.homeVideo
{ 
  overflow:hidden;
  position:relative;
    height: 300px;
}

.homeVideo .embed-responsive.embed-responsive-16by9 
{
	position:absolute;
	top:0;
	left:0;
	right:0;
   z-index: -1;
}


.vid-info {
	color: #fff;
	font-family: Avenir, Helvetica, sans-serif;
    padding: 1em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	 -ms-transform: translate(-50%, -50%); /* IE 9 */
    -webkit-transform:translate(-50%, -50%)
 
		}

.homeVideo p
{
	font-weight:bold;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	letter-spacing: 3px;
	font-size:30px;
	color:white;
	text-shadow:0px 0px 4px #000;
}

.homeVideo p.homeSmallText {
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
	font-weight:normal;
}
.subFooter
{
	background-color:black;
}
.subFooter a
{
	color:#989198;
}

/* ==== for teksten page ====== */
.bgGreen .btn-primary
{
	background-color: #19635e;
}

/* ==== Main Navigation ======================================================== */

header nav {
    position: relative;
    margin: 0 -15px;
}

    header nav ul {
        padding: 0;
	    margin: 0;
        width: 100%;
    }


header .flexnav {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    -webkit-transform-style: preserve-3d;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    max-height: 0;
	background: #221B22;
}

    header .flexnav.opacity {
        opacity: 0;
    }

    header .flexnav.flexnav-show {
        max-height: 1000px;
        overflow-y: auto;
        opacity: 1;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }


header nav ul li {
    position: relative;
    padding: 0 16px;
    border-top: 1px solid white;
}

    header nav ul li::before {
        display: none;
    }

    header nav ul li a,
    header nav ul li a:hover,
    header nav ul li a:focus {
        display: block;
		font-family: 'Montserrat', sans-serif;
		text-transform: uppercase;
  		color: white;
		text-decoration: none;
        padding: .5em 15px;
    }

    header nav ul li.current > a,
    header nav ul li.current > a:hover,
    header nav ul li.current > a:focus {
        color: #42133F;
		text-shadow: 1px 1px 1px rgba(188,32,133, .25);
    }

    header nav ul li .touch-button {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 40px;
        height: 39px;
        cursor: pointer;
		border-left: solid 1px rgba(79, 79, 79, .75);
    }

        header nav ul li .touch-button i {
            display: none;
        }

header nav ul .touch-button::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 7px;
    text-align: center;
    content: "\f078";
    color: #ff1482;
    font-family: "Fontawesome";
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

header nav ul li .touch-button.active::after {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}


header nav ul ul {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    background: #ff1482;
}

			header nav ul ul a,
			header nav ul ul a:hover
			
			{
				color: white;
			}
				
				header nav ul ul li.current a,
				header nav ul ul li.current a:hover,
				header nav ul li.current > a,
				header nav ul li.current > a:hover {
				color: #ff1482;
				}

.carousel {
    height: 330px;
}
		
		.carousel-indicators{
	display: none;
				}



.carousel-control:hover {
    cursor: pointer;
}

.carousel-caption {
    z-index: 10;
	line-height: 1.1;
font-family: 'Open Sans', sans-serif;
}
.carousel-caption p{
	font-size: 25px;
	text-transform: uppercase;
	font-family: "Arvo", serif;
}

.carousel-caption em{
font-family: 'Open Sans', sans-serif;	font-size: 18px;
}

.carousel .item {
    height: 330px;
    background-color: #777;
    background-size: cover;
    background-position: center;
}

.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 330px;
}

.carousel-indicators {
	
}

.noSliderTitelBlock h2 {
	color: white
}

.marketing .col-lg-4 {
    margin-bottom: 20px;
    text-align: center;
}

.marketing h2 {
    font-weight: 400;
}

.marketing .col-lg-4 p {
    margin-right: 10px;
    margin-left: 10px;
}

#mapCanvas {
    height: 20em;
}

.maps {
    position: relative;
}

#zoomInBtn, #zoomOutBtn {
    position: absolute;
    left: 2em;
    top: 4em;
    height: 2em;
    width: 2em;
    background-size: contain;
    border: none;
    background-color: transparent;
}

#zoomOutBtn {
    top: 7em;
}

.featurette-divider {
    margin: 80px 0;
}

.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}

.navbar-inverse.navbar {
    background-color: white;
	border-bottom: none;
}


.social-container .links{
	text-align: center;
}

.social-container .links a{
	margin: 0 .5em;
	color: rgba(119, 119, 119, .45);
	text-decoration: none;
	font-size: 1.75em;
	font-weight: bold;
	transition: all ease-in-out .25s;
}

.social-container .links a:hover {
	color: rgba(119, 119, 119, 1);
}

.form-box .error {
	color: #cc0000;
}
		
		.form-box label.req::after{
			content: "*";
			display: inline;
			margin-left: .25em;
			}
		
	input, textarea{
		padding: 5px !important;
	}
	
	input.error, textarea.error{
		border: 1px solid #cc0000;
		background: #ffb1b1;
	}
footer .socialLinks a{
	display: inline-block;
	
	margin-left: 15px;
}

@media (min-width: 768px) {
	
.logoMenuButton{
	float: left;	
	width: 220px;
	}
	
	.centerLogo .logoMenuButton{
		width:100%;
	}	

	.centerLogo a.logo {
		display: block;
		height: auto;
		margin: 10px auto;
		float: none;
		width: 260px;
	}
.homeVideo {
 
	height: auto;
}

.fallBackImage
{
	position:relative;
	transform:none;
    margin:0;
    width:100%;
	top:0;
	left:0;
	z-index:-99;
}

.homeVideo .embed-responsive.embed-responsive-16by9 
{
	top:-37%;
}
.homeVideo iframe

{
	display:block;
}

.homeVideo p
{
	font-size:34px;

	}
.homeVideo p.homeSmallText {
    font-size: 19px;
	}

/* ==== Main Navigation ======================================================== */

header nav{
	z-index: 5000;
	float: right;
}

.centerLogo nav {
	display: block;
	position:relative;
	float: none;
	width: 100%;
	text-align: center;
	background: #221B22;
	margin: 0;
}
	
header .flexnav {	
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none;
}

	header .flexnav{
		overflow: visible;
	}

    header nav .flexnav.opacity {
        display: block;
        opacity: 1;
        height: auto;
        max-height: none;
    }
		
	header.centerLogo nav .flexnav.opacity {
		display: inline-block;
		width: auto;
	    margin-top: 5px;
	}
		
        header nav ul li {
            float: left;
			position: relative;
            border-top: none;
            overflow: visible;
			list-style-type: none;
        }


		header nav > ul > li {
            padding-left: 2em;
        }

		header nav > ul > li:first-of-type {
            padding-left: 0;
        }
	
		header nav > ul > li::before {
            content: "\f111";
			color: #ff1482;
			display: inline-block;
			position:absolute;
			font-size: .5em;
        	font-family:  "Fontawesome";
			top: 14px;
			left: 5px;
        }

		header nav > ul > li:first-of-type::before {
			content: "";
			display: none;
		}

		header nav ul li a,
		header nav ul li a:hover,
		header nav ul li a:focus {
			color: white;
		}
	
	
		header nav > ul > li {
            padding-top: .8em;
			padding-bottom: .8em;
        }

		 header.centerLogo nav > ul > li {
            padding-top: 0;
			padding-bottom: 0;
        }


            header nav ul li.item-with-ul {
                padding-right: 20px;
            }

    header nav ul.flexnav li > ul {
        position: absolute;
        top: 64px;
        left: 0;
		background: white;
		width: auto;
    }

	
		header nav ul li .touch-button {
		  top: .8em;
		}
	
		header.centerLogo nav ul li .touch-button {
		  top: 0;
			color: white;
		}
		header.centerLogo nav ul li .touch-button::after {
		 
			color: white;
		}

        header nav ul.flexnav li > ul li {
            width: auto;
			float: none;
		  	min-width: 167px;
			background: rgba(71,71,71,.15);
			border-top: 1px solid rgba(79, 79, 79, .75);
        }

		header nav ul.flexnav li > ul li:hover {
			background: none;
        }

    header nav ul.flexnav li ul li > ul {
        margin-left: 100%;
        top: 0;
    }

    header nav ul.flexnav li ul li a {
        border-bottom: none;
    }

    header nav ul.flexnav li ul.open {
        display: block;
        opacity: 1;
        visibility: visible;
        z-index: 1000000;
    }

        header nav ul.flexnav li ul.open li {
            overflow: visible;
            max-height: 100px;
        }
		
		
		
	   header nav ul li .touch-button {
          width: 20px;
       }

    
header nav ul .touch-button::after {
    padding: 8px 0;
    text-align: left;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

header nav ul li .touch-button.active::after {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

		
		header nav ul li .touch-button.active::after {
			-ms-transform: rotate(0deg);
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
		}
      
		header nav ul li .touch-button {
			border: none;
			right: 5px;
		}
	

	.carousel{
		position:relative;
	}
	
	.carousel::after {
		/*content: "";
		display: block;
		position: absolute;
		width: 100%;
		height: 267px;
		bottom: 0;
		left: 0;
		background: url(/img/slidermask.png) no-repeat;
		background-position: bottom center;
		background-size: contain;*/
	}

.carousel, .carousel .item {
        height: 345px;
    }

        .carousel .item > .container {
            position: relative;
            height: 345px;
        }

    .carousel-inner > .item > img {
        height: 345px;
    }

    .form-horizontal .control-label {
        text-align: left;
    }

    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 30px;
	
    }

	.carousel-caption p strong {
		color: 	#ff1482;
		font-weight: normal;
	}
	

    .carousel-caption.topLeft {
        top: 1em;
        bottom: auto;
        right: 45%;
        left: 0;
        text-align: left;
    }

    .carousel-caption.topCenter {
        top: 1em;
        bottom: auto;
        right: 20%;
        left: 20%;
        text-align: center;
    }

    .carousel-caption.topRight {
        top: 1em;
        bottom: auto;
        right: 15px;
        left: 45%;
        text-align: left;
    }

    .carousel-caption.bottomLeft {
        top: auto;
        bottom: 1em;
        right: 40%;
        left: 15px;
        text-align: left;
    }

    .carousel-caption.bottomCenter {
        top: auto;
        bottom: 1em;
        right: 20%;
        left: 20%;
        text-align: center;
    }

    .carousel-caption.bottomRight {
        top: auto;
        bottom: 1em;
        right: 0;
        left: 45%;
        text-align: left;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width:992px) {
    
.homeVideo p
{
	font-size:54px;

	}

 
.featurette-heading {
        margin-top: 120px;
    }
	
.itemImageWrap {
	padding: 15px;
	height:11em;
	width: 100%;
}
	
.itemImage{
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	height:100%;
	width: 100%;
}
	
}

.margin-top-05 {
    margin-top: .5em;
}

.margin-top-10 {
    margin-top: 1em;
}

.margin-top-15 {
    margin-top: 1.5em;
}

.margin-top-20 {
    margin-top: 2em;
}

.margin-top-25 {
    margin-top: 2.5em;
}

.margin-bottom-05 {
    margin-bottom: .5em;
}

.margin-bottom-10 {
    margin-bottom: 1em;
}

.margin-bottom-15 {
    margin-bottom: 1.5em;
}

.margin-bottom-20 {
    margin-bottom: 2em;
}

.margin-bottom-25 {
    margin-bottom: 2.5em;
}

.padding-top-05 {
    padding-top: .5em;
}

.padding-top-10 {
    padding-top: 1em;
}

.padding-top-15 {
    padding-top: 1.5em;
}

.padding-top-20 {
    padding-top: 2em;
}

.padding-top-25 {
    padding-top: 2.5em;
}

.padding-bottom-05 {
    padding-bottom: .5em;
}

.padding-bottom-10 {
    padding-bottom: 1em;
}

.padding-bottom-15 {
    padding-bottom: 1.5em;
}

.padding-bottom-20 {
    padding-bottom: 2em;
}

.padding-bottom-25 {
    padding-bottom: 2.5em;
}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
h2 {

}

h3 {

}

h4 {

}

.btn {

}

.btn-primary btn {

}

