@font-face {
    font-family: 'andadabold';
    src: url('../fonts/andada-bold-webfont.woff2') format('woff2'),
         url('../fonts/andada-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}

body{
	background-color: #eee;

}

table{
	width: 100%;
}
th{
	white-space: nowrap;
	background-color: #5e5e5e;
	color: white;
	font-weight: normal;
}
p,td,tr,div{
	font-family: "Open Sans",sans-serif;
	color: #727272;
	font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 26px;
}
p{
    text-align: left;
}
h1,h2,h3,h4,h5,h6, h1 a{
	color: #357dd6;
	font-family: "Open Sans",serif;
	font-weight: bold;
	margin-top:2px;
}
h1{
	font-size: 24px;
	margin-bottom:20px;
}
h2{
	font-size: 24px;
	margin-bottom:20px;

}
h3{
	font-size: 20px;
}
h4{
	font-size: 18px;
	line-height: 24px;
}
h5{
	font-size: 20px;
	border-bottom: 1px inset #357dd6;
	padding: 4px;
}


.page-body ul,
.page-body ol{

  margin: 0 0 0 -20px;
	list-style: none;
	padding: 0 20px;
}
.pagebody ul.projecten {
	margin: 20px 0 20px -20px;
	list-style: none !important;
	padding: 20px;
}

body .modal-body{
	padding: 25px;
}

.flat-btn{
	border: 0px;
	background-color: transparent;
}

.pdflink{
	background-image: url('../images/pdf.gif');
	background-position: left top;
	background-repeat: no-repeat;
	background-size: auto auto;
	padding-left: 20px;
}

.page-body .read-more{
	border-bottom: 1px solid #357dd6;
	width: 100%;
	display: block;
	position: relative;
	min-height: 22px;
}
.page-body .read-more a{
	background-color:white;
	border: 1px solid #36b979;
	color: #36b979;
	padding: 5px 15px;
	border-radius: 4px;
	position: absolute;
	top: 4px;
	left: 10px;
	font-size: 14px;

	-webkit-transition: 	background-color 0.2s ease-in-out;
	-moz-transition: 		background-color 0.2s ease-in-out;
	-o-transition: 			background-color 0.2s ease-in-out;
	transition: 			background-color 0.2s ease-in-out;
}
.page-body .read-more a:hover{
	color: white;
	border: 1px solid #357dd6;
	text-decoration: none;
}

.page-body .read-more.simple{
	border: 0px;
}
.page-body .read-more.simple a{
    border: 1px solid #36b979;
	color: #36b979;
    background-color:white;
	position: relative;
	top: auto;
	left: auto;
}
.page-body .read-more.simple a:hover{
	color: #357dd6;
	border: 1px solid #357dd6;
}


.page-body {
    background-color: #fff;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
    padding: 10px 40px 0;
}

.cke_editable a,
.page-body a,
body a{
	border: #032f54;
	color: #36b979;
}
.cke_editable a:hover,
.page-body a:hover{
	color: black;
}

.cke_editable a.btn,
.cke_editable a.btn:hover,
.page-body a.btn,
.page-body a.btn:hover{
	color: white;
}

.cke_editable a.btn.btn-default,
.cke_editable a.btn.btn-default:hover,
.page-body a.btn.btn-default,
.page-body a.btn.btn-default:hover{
	color: #666;
	margin-bottom: 5px;
}

.cke_editable{
	padding: 5px;
}
.img-responsive{
	width: 100%;
}
.img-circle{
	border: 2px double #fff;
	border-radius: 50%;
	box-shadow: 2px 2px 5px #ccc;
 	-webkit-box-shadow: 2px 2px 5px #ccc;
	-moz-box-shadow: 2px 2px 5px #ccc;
}
.uni {
	border:0pt solid #27935e;
	border-radius:10px;
}

.images-container > a{
	width: 33%;
	float: left;
	text-align: center;
	padding: 10px;
}
.images-container > a img{
	width: 100%;
}

textarea[name=body],
textarea[name=keyobjs]{
	height: 500px;
}
textarea[name=lead]{
	height: 180px;
}
textarea[name=description]{
	height: 220px;
}

.package-list li{
	padding:10px 10px;
}

.package-list li:nth-child(odd){
	background:#FBFBFB;

}


/* Large devices (large desktops, 1200px and down) */
@media (max-width: 1199px) {
}
/* Medium devices (desktops, 992px and down) */
@media (max-width: 991px) {
}
/* Small devices (tablets, 768px and down) */
@media (max-width: 767px) {
	.nav.nav-tabs > li > a{
		padding: 5px 5px;
		font-size: 14px;
	}
	.page-body{
		padding: 0px 15px 40px 15px;
         word-wrap: break-word;
	}
}
/* Micro-Small devices (iphones, 480px and down) */
@media (max-width: 480px) {
	.nav.nav-tabs > li > a{
		font-size: 12px;
		padding: 5px 3px;
		margin: 0px;
	}

    h1{
        font-size: 22px;
    }


}
