/*
* Added by Kosmas Ntokos
*/
/* ========================================================================
*        General  
*=========================================================================*/
/* Buttons */
.btn-oranje,
.btn-groen,
.btn-blauw {
	margin-bottom: 20px;
}

.btn-oranje > .margin,
.btn-groen > .margin,
.btn-blauw > .margin {
	padding: 0px 20px;
} 

.btn-oranje > .margin > .padding,
.btn-groen > .margin > .padding,
.btn-blauw > .margin > .padding{
	border-radius: 5px;
	padding: 7px 45px 7px 20px !important;
	font-size: 18px;
	color: #fff;
	float: left;
	width: 100%;
	position: relative;
	cursor: pointer;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	transition: all .2s ease-in 0s;
}

.btn-oranje > .margin > .padding:hover,
.btn-groen > .margin > .padding:hover,
.btn-blauw > .margin > .padding:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer;
    transition: all .2s ease-in 0s;
    -webkit-box-shadow: 1px 1px 12px 0 rgba(0,0,0,.4);
    -moz-box-shadow: 1px 1px 12px 0 rgba(0,0,0,.4);
    box-shadow: 1px 1px 12px 0 rgba(0,0,0,.4);
}

.btn-oranje > .margin > .padding a,
.btn-groen > .margin > .padding a,
.btn-blauw > .margin > .padding a{
	color: #fff;
	display: block;
	text-decoration: none;
}

.btn-oranje > .margin > .padding::after,
.btn-groen > .margin > .padding::after,
.btn-blauw > .margin > .padding::after {
	content: "\f101";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #50267d;
	font-size: 16px;
	position: absolute;
	top: 50%;
	right: 13px;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
	transition-duration: 0.2s;
	background-color: #fff;
	width: 22px;
	height: 22px;
	text-align: center;
	border-radius: 50%;
	line-height: 19px;
	transform: translateX(0%) translateY(-50%);
	-webkit-transform: translateX(0%) translateY(-50%);
	-moz-transform: translateX(0%) translateY(-50%);
	padding-left: 2px;
}


.btn-oranje > .margin > .padding::after{
	color: #fbb900;
}

.btn-groen > .margin > .padding::after{
	color: #53a833;
}

.btn-blauw > .margin > .padding::after{
	color: #24aae2;
}

.btn-oranje > .margin > .padding,
.clip-btn.orange{
	background-color: #fbb900;
}

.btn-groen > .margin > .padding,
.clip-btn.green{
	background-color: #53a833;
}

.btn-blauw > .margin > .padding,
.clip-btn.blue{
	background-color: #24aae2;
}

a.btn-purple {
	border-radius: 5px;
	padding: 7px 20px 7px 20px !important;
	font-size: 18px;
	color: #fff;
	float: left;
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-color: #50267d;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
}
a.btn-purple:hover,
a.btn-purple:active {
	color: #fff;
	text-decoration: none;
	opacity: 0.9;
}
/* general colors */

/* general classes */
.left{
	float: left;
}

.right{
	float: right;
}
/* ========================================================================
*        End General  
*=========================================================================*/
/* ========================================================================
*        Top  
*=========================================================================*/
.row.menu{
	background-color: #50267d;
	color: #fff;
	position: fixed;
	z-index: 90;
	top: 0;
	height: 50px;
	transition: all 0.25s ease-out;
}

.row.menu > div{
	position: relative !important;
	max-width: 1200px;
}

.row.menu .widget-menu-list > .margin > .padding{
	padding: 0px 10px!important;
}

.row.menu > div > div.group > .margin > .padding > .article.widget-menu-list > .margin > .padding ul.menu > li {
    line-height: 30px;
	position: relative;
	max-width: 130px;
    vertical-align: top;
}

.row.menu > div > div.group > .margin > .padding > .article.widget-menu-list > .margin > .padding ul.menu > li:not(.group-1569):not(.group-1223):after{
	content: '';
	height: 100%;
	width: 2px;
	background-color: #5e4785;
	position: absolute;
	z-index: 9;
	top: 0;
	right: 0;
}

.row.menu > div > div.group > .margin > .padding > .article.widget-menu-list > .margin > .padding ul.menu li a {
    font-size: 12px;
	line-height: 16px;
	height: 50px;
}
/* logo */

.row.full-site-width .logo{
    position: fixed;
	z-index: 10;
    margin: 0 auto;
    left: 0;
    right: -237px;
    text-align: center;
    max-width: 1000px;
	transition: all 0.25s ease-out;
}

.row.full-site-width .logo.shrink {
    top: 55px;
    right: -478px;
    max-width: 300px;
	transition: all 0.25s ease-out;	
}


.row.full-site-width .logo img{
    position: absolute;
    top: -39px;
}

/* menu */
.group-1045,
.group-1223{
	float: right;
}
/* ========================================================================
*        End Top 
*=========================================================================*/

/* ========================================================================
*        Banner  
*=========================================================================*/
.row.basicBanner > div{
	position: relative !important;
}
.row.basicBanner > div:after{
	content: '';
	background-image: url('/site/media/images/banner-bg.png');
	background-position: top center;
	background-repeat: no-repeat;
	width: 100%;
	height: 525px;
	bottom: -200px;
	position: absolute;
	z-index: 1;
}
/* ========================================================================
*        End Banner 
*=========================================================================*/
/* ========================================================================
*         Left Gray
*=========================================================================*/
/* ========================================================================
*         End Left Gray
*=========================================================================*/
/* ========================================================================
*          Content
*=========================================================================*/
.row.downloads .group,
.row.content .group{
	position: relative;
    z-index: 9;
}
/* ========================================================================
*          End Content
*=========================================================================*/
/* ========================================================================
*          Footer
*=========================================================================*/
.row.footer{
	position: relative;
	padding-bottom: 20px;
	color: #50267d;
	margin-top: 200px;
}

.row.footer> div > .group > .margin > .padding > .article > .margin{
	margin-right: 20px;
}

.row.footer> div > .group > .margin > .padding > .article > .margin > .padding{
	position: relative;
	padding-top: 20px;
	padding-right: 0;
}

/* .row.footer> div > .group > .margin > .padding > .article:not(.right) > .margin > .padding::before{
    content: '';
	height: 2px;
	width: calc(100% - 20px);
	top: 0px;
	position: absolute;
	background-color: #847147;
} */

.row.footer a{
	font-size: 13px;
	position: relative;
	width: 100%;
	float: left;
}

.row.footer a,
.row.footer p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.row.footer a::after {
    content: "\f101";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #50267d;
    font-size: 16px;
    position: absolute;
    top: 0;
    right:0px;
    margin-left: auto;
    margin-right: auto;
	text-decoration: none;
    transition-duration: 0.2s;
}

.row.footer .group{
	position: relative;
	z-index: 99;
}

.row.footer .right{
	width: 220px;
	padding-bottom: 30px;
}


/* webdesign */

.row.webdesign{
	background-color: #50267d;
	color: #fff;
}

.row.webdesign *{
	background-color: #50267d;
	color: #fff;
	text-decoration: none;
}

.row.webdesign a:hover{
	text-decoration: underline;
}

.row.webdesign ul {
    margin-left: 0;
    padding: 0 0 0 20px;
    margin: 4px 0px;
}

.row.webdesign > div > div.group > .margin > .padding > ul > li,
.row.webdesign > div > div.group > .margin > .padding > ul > li > * {
    font-size: 12px;
}
/* ========================================================================
*          End Footer
*=========================================================================*/
/*
* End Added by Kosmas Ntokos
*/


body {
	overflow-x: hidden;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	line-height: 24px;
	background-image: url('/site/media/images/footer-bg.png');
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: 2560px 450px;
	color: #50267d;
	margin-top: 50px;
}

#devicegrade > div:after { 
	content: "PC";
} 

.toggle-bar::before, 
.toggle-bar::after {
	background-color:#fbb900;	
}

.toggle-bar {
	border-top:solid 3px #fbb900;	
}

h1 {
	font-size:24px;
	color: #24aae2;
	line-height:36px;
	font-weight:bold;
	margin-bottom:0;
	padding-bottom:0;
}

h2 {
	font-size:17px;
	color: #50267d;
	line-height:26px;
	font-weight:bold;
	margin-bottom:0;
	padding-bottom:0;
}

h3, h4  {
	font-size:16px;
	font-size:inherit;
	color: #50267d;
	line-height:inherit;
	font-weight:bold;
	margin-bottom:0;
	padding-bottom:0;
}

a{
	text-decoration:underline;
	/* TODO change color */
	/*color:#50267d;*/
	color:#24aae2;
}

a:hover,
.n-popup > .padding > .content > .buttons > .btn.ok:hover{
	/* TODO change color */
	text-decoration:underline;
	color:#50267d;
}

a:active,
a:focus{
	/* TODO change color */
	text-decoration:underline;
}

.group{

}
	.group > .margin{
		float:left;
		width:100%;
	}
	
	.group > .margin > .padding{
		float:left;
		width:100%;
	}
	.article > .margin{

	}
		.article > .margin > .padding{
		
		}	
		
		.row > div > div.group > .margin > .padding >.article > .margin > .padding ul.menu > li {
			/* TODO Space between menu items */			
			margin: 0px 0px 0px 0px;	
		}
		
		/*
		* menu
		*/ 
		.row > div > div.group > .margin > .padding >.article > .margin > .padding ul.menu li a{
			/* TODO Set font size for menu items */
			font-size:inherit;
			color:inherit;
			text-transform: uppercase;
		}
		
		.row > div > div.group > .margin > .padding >.article > .margin > .padding ul.menu li.currentpath > a,
		.row > div > div.group > .margin > .padding >.article > .margin > .padding ul.menu > li:hover > a,
		.row > div > div.group > .margin > .padding >.article > .margin > .padding ul.menu > li > ul > li:hover > a {
			color:#e4a511;
			/* TODO Set menu active styling */
		}
		
		.row > div > div.group > .margin > .padding >.article > .margin > .padding ul.menu > li > ul, /* first sub menu */
		.row > div > div.group > .margin > .padding >.article > .margin > .padding ul.menu > li > ul > li > ul /* second submenu*/ 
		.row > div > div.group > .margin > .padding >.article > .margin > .padding ul.menu > li > ul > li > ul > li > ul { /* third submenu*/ 
			margin:0;
			padding:0;
		}
		
		.row > div > div.group > .margin > .padding >.article > .margin > .padding ul.menu > li > ul > li:hover, /* first sub menu */
		.row > div > div.group > .margin > .padding >.article > .margin > .padding ul.menu > li > ul > li > ul > li:hover /* second submenu*/ 
		.row > div > div.group > .margin > .padding >.article > .margin > .padding ul.menu > li > ul > li > ul > li > ul > li:hover { /* third submenu*/ 
			
		}


/**/

ul {
	margin-left:0;
	padding:0 0 0 20px;
}

.scroll-div {
	background:rgba(255,255,255,0.65);
	
}


.fixed {
	position:fixed;	
	top:0;
	z-index:20;
}




/*
* slider  and itemImage
*/
.row{
	
}
	.row .ms-anim-layers{
		width: 100%;
		max-width: 1200px;
		float: none;
		margin: 0px auto;
		height: 100%;
		position: relative;
	}
		.row .ms-anim-layers > div{
			margin: 0 auto;
			max-width: 1200px;
		}
			.row .ms-anim-layers > div > div{
				/* TODO change styling */
				padding: 10px;
				margin: 20px 20px 0px 20px;					
				background-color: rgba(0,0,0,0.5);
				width: auto;
				float:left;
				color:#fff;
			}


/*
*	Forms
*/

.select-clone .option:hover {
	background-color:#E1F3FF	
}

.select-clone .option.selected,
.input-wrap .input input[type="submit"]:hover {
	/* TODO change color */
	background-color:#24aae2;
	color:#fff;
}
.checkbox-clone:hover,
.radiobutton-clone:hover{
	/* TODO change color, same color as select-clone .option.selected */
	border-color:#24aae2;
}

.input-wrap .input input[type="submit"]{
	/* TODO change color */
	background-color:#53a833;	
	color:#fff;
}


body > #full-page-loader {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	text-align:center;
	background:rgba(255,255,255,0.75);
	z-index:20000;
}

body > #full-page-loader > i {
	font-size:50px;
	color: #313131;
	z-index:20001;
	position:absolute;
	top:50%;
	margin-top:-30px;
	margin-left:-15px;
}






.row.screen-width > div {
	max-width: 100%;
	padding: 0px;
}

.row.screen-width > div iframe {
	width: 100% !important;
}

.row.screen-width > div .padding {
	padding-left: 0px !important;
	padding-right: 0px !important;
}




.article.widget-default-embed .kaart-wrap {
	position: relative;
}
.article.widget-default-embed .kaart-wrap > .kaart img {
	display: block;
	width: 100%;
}
.article.widget-default-embed .kaart-wrap > .marker {
	position: absolute;
	cursor: pointer;
}
.article.widget-default-embed .kaart-wrap > .marker[data-place="Gorinchem"] {
	top: 36%;
    left: 14%;
	margin-top: -46px;
	margin-left: -41px;
}
.article.widget-default-embed .kaart-wrap > .marker[data-place="Dalem"] {
	top: 42%;
    left: 20.5%;
	margin-top: -35px;
	margin-left: -41px;
}
.article.widget-default-embed .kaart-wrap > .marker[data-place="Vuren"] {
	top: 48%;
    left: 31%;
	margin-top: -41px;
	margin-left: -41px;
}
.article.widget-default-embed .kaart-wrap > .marker[data-place="Herwijnen"] {
	top: 46%;
    left: 52%;
	margin-top: -48px;
	margin-left: -41px;
}
.article.widget-default-embed .kaart-wrap > .marker[data-place="Hellouw"] {
	top: 45%;
    right: 34%;
	margin-top: -46px;
	margin-right: -41px;
}
.article.widget-default-embed .kaart-wrap > .marker[data-place="Haaften"] {
	top: 58%;
    right: 24%;
	margin-top: -43px;
	margin-right: -41px;
}
.article.widget-default-embed .kaart-wrap > .marker[data-place="Tuil-Waardenburg"] {
	top: 46%;
    right: 13%;
	margin-top: -78px;
	margin-right: -41px;
}
.article.widget-default-embed .kaart-wrap > .show-all {
	display: none;
	position: absolute;
	right: 30%;
	bottom: -28px;
	color: #fff;
	background-color: #24aae2;
	border: solid 2px #fff;
	border-radius: 50px;
	padding: 10px 15px 10px 30px;
	max-width: 300px;
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	cursor: pointer;
    z-index: 10;
}
.article.widget-default-embed .kaart-wrap > .show-all:before {
	position: absolute;
	content: '\f101';
	font-family: 'FontAwesome';
	left: 15px;
	top: 10px;
	font-weight: 400;
}
h1.work-title {
	color: #57297b;
	padding-left: 120px;
}