/* Stylesheet TTS Roden */

/* ------------------------ Fonts ------------------------------- */
@font-face {
	font-family: 'American Typewriter';
	src: url('fonts/AmericanTypewriter.eot');
	src: url('fonts/AmericanTypewriter.eot?#iefix') format('embedded-opentype'),
		url('fonts/AmericanTypewriter.woff') format('woff'),
		url('fonts/AmericanTypewriter.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'klavika_chregular_condensed';
    src: url('../fonts/klavika/klavikach-regularcondensed-webfont.woff2') format('woff2'),
         url('../fonts/klavika/klavikach-regularcondensed-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'klavika_chbold_condensed';
    src: url('../fonts/klavika/klavikach-boldcondensed-webfont.woff2') format('woff2'),
         url('../fonts/klavika/klavikach-boldcondensed-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'klavika_chmedium_condensed';
    src: url('../fonts/klavika/klavikach-mediumcondensed-webfont.woff2') format('woff2'),
         url('../fonts/klavika/klavikach-mediumcondensed-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Klavika Rg';
    src: url('../fonts/klavika/Klavika-RegularItalic.eot');
    src: url('../fonts/klavika/Klavika-RegularItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/klavika/Klavika-RegularItalic.woff') format('woff'),
        url('../fonts/klavika/Klavika-RegularItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}


/* Media Queries */

/* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

}

/* Portrait phones and smaller */
@media (max-width: 480px) {

}


body {
  padding-top: 0px;
}

hr.hr-mobile {
	display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
	hr.hr-mobile {
		display: block;
		border-color: #E8E8E8;
		width: 90%;
	}
	
	hr.hr-normal {
		display: none;
	}
}

@media (max-width: 767px) {
	body {
	  padding-top: 0px;
	}
	
	hr.hr-mobile {
		display: block;
		border-color: #E8E8E8;
		width: 90%;
	}
	
	hr.hr-normal {
		display: none;
	}
}



/* Algemeen */
.btn-primary {
	background-color: #01528F;
	border: 0px;
	width: 250px;
	height: 60px;
	font-size: 18px;
	padding-top: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	border-radius: 10px;
}

.btn-primary:hover {
	background-color: #024272;
}

.btn-primary:focus {
	background-color: #024272;
}

.btn-primary:active {
	background-color: #024272 !important;
}


/* Navigatie */

.navbar {
	background-color: #01528F;
	border-radius: 0;
	border: none;
	margin-bottom: 0;
	height: 100px;
}

.navbar-brand-normal {
	height: 65px;
	width: 369px;
	display: block;
	margin-bottom: 8px;
	margin-top: 15px;
}

a.navbar-brand-normal:hover {
	background: none !important;
	padding-left: 0px !important;
}

.navbar-brand-mobile {
	display: none;
}

@media (max-width: 767px) {
	.navbar-brand-normal {
		display: none;
	}
	
	.navbar-brand-mobile{
		display: block;
		padding: 15px 0 0 15px;
	}
	
	.navbar-header a:hover {
		background-color: transparent !important;
	}
	
	.navbar {
		background-image: url("img/mobile-banner.jpg");
		height: 200px;
		background-size: cover;
		margin-bottom: 0px
	}
}


.navbar a {
	color: #ffffff;
	font-size: 15px;
	font-family: 'Klavika Rg', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.navbar-nav {
		margin-right: 20px;
	}
	
	.navbar a {
		font-size: 20px;
	}
}

.navbar a:hover {
	color: #01528F;
	background-color: #fff;
	display: block;
	border-radius: 15px;	
	padding-top: 9px;
	padding-bottom: 6px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 6px;
	
}

.navbar .active a {
	color: #01528F;
	background-color: #fff;
	display: block;
	border-radius: 15px;	
	padding-top: 9px;
	padding-bottom: 6px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 6px;
	
}

.navbar ul {
	float: right;
}

.navbar ul li {
	padding-right: 5px;
	padding-top: 25px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.navbar ul li {
		padding-right: 0px;
		padding-top: 10px;
	}
}

.navbar ul li #menu-contact {
	margin-right: -50px;
}

.nav > li >a:focus, .nav >li > a:hover {
	background-color: #fff;
}

@media (max-width: 767px) {	
	.navbar-toggle {
		display: none;
	}
}


/* Slider banner */ 
@media (max-width: 767px) {
	#myCarousel-banner {
		display: none;
	}
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
	height: 470px;
	background-position: center;
}

.carousel-caption {
	padding-bottom: 165px;
}

.carousel-caption h1 {
	color: #fff;
	text-shadow: none;
	font-family: 'klavika_chmedium_condensed', sans-serif;
	line-height: 69px;
	font-size: 40px;
	text-transform: uppercase;
	max-width: 780px;
	margin: 0 auto;
}

#myCarousel-banner .item:nth-child(1) {
	background-image: url("img/banner-truck-en-trailer-service.jpg");
  	background-position: center;
	height: 470px;
}

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,s
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}


/* Uitlichting */
#portret {
	width: 233px;
	height: 233px;
	border: 10px solid #fff;
	border-radius: 150px;
	background-color: #F2F2F2;
	display: block;
	position: relative;
	margin-top: -165px;
	left: 50%;
	margin-left: -117px;
}

@media (max-width: 767px) {	
	#portret  {
		width: 160px;
		height: 160px;
		border: 6px solid #fff;
		margin-left: -80px;
		margin-top: -110px;
	}
}

.jumbotron#uitlichting {
	background-color: #F7F7F7;
	padding-bottom: 10px;
}

#uitlichting h1 {
	text-align: center;
	font-size: 37px;
	font-family: 'klavika_chmedium_condensed', sans-serif;
	text-transform: uppercase;
	padding: 5px 0 10px 0;
	color: #090909;
}

#uitlichting p {
	color: #090909;
	text-align: center;
	font-size: 20px;
	line-height: 45px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	padding-bottom: 40px;
}

#uitlichting .btn-primary {
	margin-left: 48px
}

#uitlichting-buttons-normal {
	margin-left: -24px;
}

#uitlichting-buttons-mobile {
	display: none;
}

@media (max-width: 767px) {	
	#uitlichting h1  {
		font-size: 22px;
	}
	
	#uitlichting p {
		font-size: 15px;
		line-height: 28px;
		padding-bottom: 20px;
	
	}
	
	#uitlichting-buttons-normal {
		display: none;
	}

	#uitlichting-buttons-mobile {
		display: block;
		left: 50%;
	}
	
	#uitlichting .btn-primary {
		margin-left: 0;
	}
	
	#uitlichting-buttons-mobile .btn-primary {
		display: block;
		background-color: transparent;
		display: inline-block;
	}
	
	#mobile-bellen {
		background-image: url("img/icon-bellen-mobile.svg");
		width: 65px;
		height: 65px;
		margin-right: 50px;
		display: block;
	}
	
	#mobile-mailen {
		background-image: url("img/icon-mailen-mobile.svg");
		width: 65px;
		height: 65px;
		margin-left: 50px;
		display: block;

	}
	
}

/* Over ons bedrijf */
#werkwijze-en-kennis {
	padding-top: 15px;
	padding-bottom: 30px;
}

#werkwijze-en-kennis h2 {
	color: #01528F;
	font-family: 'klavika_chmedium_condensed', sans-serif;
}

span.werkwijze {
    display: inline-block;
    vertical-align: middle;
    height: 65px;
    width: 65px;
    background-image: url("img/icon-overbedrijf.svg");
    background-repeat: no-repeat;
	margin-right: 20px;
}

span.kennis {
    display: inline-block;
    vertical-align: middle;
    height: 65px;
    width: 65px;
    background-image: url("img/icon-specaliteiten.svg");
    background-repeat: no-repeat;
	margin-right: 20px;
}

#werkwijze-en-kennis p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #4E4E4E;
	font-size: 18px;
	line-height: 45px;
	padding-bottom: 40px;
}

#werkwijze-en-kennis ul {
	margin-top: -55px;
}

#werkwijze-en-kennis ul li {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #4E4E4E;
	font-size: 18px;
	line-height: 45px;
	list-style: none;
}

#werkwijze-en-kennis li {
	padding-left: 20px;
}

#werkwijze-en-kennis li:before { 
    content: "";
    border-color: transparent #01528F;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -2em;
    top: 1.6em;
    position: relative;
}

@media (max-width: 767px) {	
	#werkwijze-en-kennis {
		padding-top: 0px; 
	}	
	
	#werkwijze-en-kennis h2 {
		font-size: 22px;
		text-align: center;
		padding-bottom: 10px;
	}
	
	#werkwijze-en-kennis p {
	    font-size: 15px;
	    line-height: 28px;
		text-align: left;
		padding-bottom: 10px;
		padding-left: 20px;
	}
	
	span.werkwijze {
	    display: block;
	    width: 80px;
		height: 80px;
		background-size: cover;
		margin: 0 auto;
		margin-bottom: 15px;
	}
	
	span.kennis {
	    display: block;
	    width: 80px;
		height: 80px;
		background-size: cover;
		margin: 35px auto;
		margin-bottom: 15px;
	}
	
	#werkwijze-en-kennis ul {
		margin-top: -20px;
	}
	
	#werkwijze-en-kennis ul li {
		font-size: 15px;
	    line-height: 28px;
	}
	
	#werkwijze-en-kennis li:before { 
	    top: 1.4em;
	}
	
}

/* Testimonials */
#myCarousel-testimonials .item:nth-child(1) {
	background-image: url("img/banner-wasstraat.jpg") ;
  	background-position: center;
	background-size: cover;
	height: 511px;
}
	

#myCarousel-testimonials .carousel-caption {
	background-color: #01528F;
	max-width: 400px;
	border-radius: 8px;
	top: 15%;
	left: 50%;
	display: block;
	max-height: 330px;
}

#myCarousel-testimonials h1 {
	color: #fff;
	font-size: 37px;
	text-shadow: none;
	font-family: 'klavika_chmedium_condensed', sans-serif;
	padding: 15px 0 15px 30px !important;
	text-transform: none !important;
	line-height: 30px !important;
	margin: 0 !important;
	text-align: left;
}

#myCarousel-testimonials p {
	color: #fff;
	font-size: 18px;
	line-height: 45px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
	
}

.carousel-indicators {
	bottom: 65px;
}

#myCarousel-testimonials .carousel-indicators li {
	width: 22px;
	height: 22px;
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 22px;
	border: none;
	margin-left: 30px;
}

#myCarousel-testimonials .carousel-indicators li.active {
	width: 22px;
	height: 22px;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 22px;
	border: none;
	margin-bottom: 1px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.carousel-caption {
		left: 12%;
		right: 12%
	}
	
	#myCarousel-testimonials .item:nth-child(1) {
		height: 750px;
		background-size: cover;
	}
	
	#myCarousel-testimonials .item:nth-child(2) {
		height: 750px;
		background-size: cover;
	}

	#myCarousel-testimonials .item:nth-child(3) {
		height: 750px;
		background-size: cover;
	}

	#myCarousel-testimonials .item:nth-child(4) {
		height: 750px;
		background-size: cover;
	}

	#myCarousel-testimonials .item:nth-child(5) {
		height: 750px;
		background-size: cover;
	}

	#myCarousel-testimonials .item:nth-child(6) {
		height: 750px;
		background-size: cover;
	}
	
	.carousel-indicators {
		bottom: 50px;
	}
}

@media (max-width: 767px) {	
	#myCarousel-testimonials .carousel-caption {
		background-color: #01528F;
		max-width: 400px;
		border-radius: 8px;
		top: 15%;
		left: 10%;
		display: block;
		max-height: 330px;
	}
	
	.carousel-caption {
		left: 8%;
		right: 8%
	}

	#myCarousel-testimonials h1 {
		font-size: 22px;
		padding: 0px 0 0px 0;
		line-height: 40px;
	}

	#myCarousel-testimonials h2 {
		font-size: 17px;
		line-height: 13px;
	}

	#myCarousel-testimonials h3 {
		font-size: 15px;
		padding-bottom: 28px;
	}

	#myCarousel-testimonials p {
		color: #fff;
		font-size: 13px;
		text-shadow: none;
		line-height: 28px;
		font-family: 'Open Sans', sans-serif;
	}
	
	#myCarousel-testimonials .carousel-indicators li {
		width: 16px;
		height: 16px;
		margin-left: 15px;
	}

	#myCarousel-testimonials .carousel-indicators li.active {
		width: 16px;
		height: 16px;
	}
	
	.carousel-indicators {
		bottom: 55px;
	}
}

@media (max-width: 320px) {
	#myCarousel-testimonials .item:nth-child(1) {
		height: 650px;
	}
	
	#myCarousel-testimonials .item:nth-child(2) {
		height: 650px;
	}

	#myCarousel-testimonials .item:nth-child(3) {
		height: 650px;
	}

	#myCarousel-testimonials .item:nth-child(4) {
		height: 650px;
	}

	#myCarousel-testimonials .item:nth-child(5) {
		height: 650px;
	}

	#myCarousel-testimonials .item:nth-child(6) {
		height: 650px;
	}
	
	.carousel-indicators {
		bottom: 20px;
	}

}	

/* Bijles en Ondersteuning */
.jumbotron#bijles-en-ondersteuning {
	padding-bottom: 0px;
}

#bijles-en-ondersteuning {
	background-color: #fff;
}

#bijles-en-ondersteuning h1 {
	text-align: center;
	font-size: 35px;
	font-family: 'klavika_chmedium_condensed', sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #090909;
	text-transform: uppercase;
}

#bijles-en-ondersteuning p {
	color: #090909;
	text-align: center;
	font-size: 20px;
	line-height: 45px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	padding-bottom: 40px;
}

hr {
	border-top: 1px solid #BFBFBF;
}


@media (max-width: 767px) {	
	#bijles-en-ondersteuning {
		background-color: #F7F7F7;
	}
	
	#bijles-en-ondersteuning h1 {
		font-size: 22px;
	}
	
	#bijles-en-ondersteuning p{
		font-size: 15px;
		line-height: 28px;
		padding-bottom: 20px;
	}
}

/* Cultuur en tekstredactie */
#cultuur-en-tekstredactie {
	margin-top: -20px;
}

#cultuur-en-tekstredactie h2 {
	color: #01528F;
	font-family: 'klavika_chmedium_condensed', sans-serif;
}

#cultuur-en-tekstredactie p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #4E4E4E;
	font-size: 18px;
	line-height: 45px;
	padding-bottom: 28px;
}

#cultuur-en-tekstredactie img {
	width: 47%;
	padding-right: 5px;
	margin-top: -20px;
	padding-bottom: 10px;
}

span.cultuur {
    display: inline-block;
    vertical-align: middle;
    height: 65px;
    width: 65px;
    background-image: url("img/icon-specaliteiten.svg");
    background-repeat: no-repeat;
	margin-right: 20px;
}

span.tekstredactie {
    display: inline-block;
    vertical-align: middle;
    height: 65px;
    width: 65px;
   	background-image: url("img/icon-overbedrijf.svg");
    background-repeat: no-repeat;
	margin-right: 20px;
}

#aanvraag-button  {
	padding: 30px 0 60px 0;
	width: 100%;
}

#aanvraag-button p{
	text-align: center;
}

@media (max-width: 767px) {	
	#cultuur-en-tekstredactie {
		padding-top: 0px; 
	}	
	
	#cultuur-en-tekstredactie h2 {
		font-size: 22px;
		text-align: center;
		padding-bottom: 10px;
	}
	
	#cultuur-en-tekstredactie p {
	    font-size: 15px;
	    line-height: 28px;
		text-align: left;
		padding-bottom: 10px;
		padding-left: 20px;
	}
	
	span.cultuur {
	    display: block;
	    width: 80px;
		height: 80px;
		background-size: cover;
		margin: 0 auto;
		margin-bottom: 15px;
	}
	
	span.spreken {
	    display: block;
	    width: 80px;
		height: 80px;
		background-size: cover;
		margin: 35px auto;
		margin-bottom: 15px;
	}
	
	span.medisch {
	    display: block;
	    width: 80px;
		height: 80px;
		background-size: cover;
		margin: 35px auto;
		margin-bottom: 15px;
	}
	
	span.tekstredactie {
	    display: block;
	    width: 80px;
		height: 80px;
		background-size: cover;
		margin: 35px auto;
		margin-bottom: 15px;
	}
	
	#cultuur-en-tekstredactie img {
		display: none;
	}
	
	#aanvraag-button .btn-primary  {
		padding: 30px 0 60px 0;
		width: 85%;
		margin-left: -10px;
	}

	#aanvraag-button p{
		text-align: center;
	}

}

/* Footer */
footer.footer-normal {
	display: block;
}

footer.footer-mobile {
	display: none;
}

footer {
	background-color: #01528F;
	padding-top: 45px;
}

footer h2 {
	color: #fff;
	font-family: 'klavika_chmedium_condensed', sans-serif;
	padding-bottom: 10px;
}

#footer-image {
	width: 220px;
	height: 220px;
	border: 10px solid #fff;
	background-color: #F2F2F2;
	margin-top: 26px;
}

footer ul li {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 18px;
	line-height: 45px;
	list-style: none;
}

footer ul {
	padding: 0px;
}

footer li {
	margin-left: 0px;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #fff;
}

#footer-bottom {
	background-color: #003A66;
	margin-top: 50px;
	padding: 15px 0 15px 0;
}

#footer-bottom p {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 18px;
	line-height: 45px;
	list-style: none;
	padding-top: 10px;
}

#footer-bottom p span {
	float: right;
}

@media (min-width: 768px) and (max-width: 991px) {
	footer.footer-normal {
		margin-top: 40px;
	}
	
	footer.footer-normal h2 {
		text-align: center;
	}
	
	#footer-image {
		border-radius: 160px;
		width: 160px;
		height: 160px;
		border: 6px solid #fff;
		display: block;
		margin: 0px auto;
		margin-top: -130px;
	}
	
	#footer-navigeer {
		display: none;
	}
}


@media (max-width: 767px) {		
	footer.footer-normal {
		display: none;
	}
	
	footer.footer-mobile {
		display: block;
		margin-top: 40px;
	}
	
	footer.footer-mobile #footer-image {
		border-radius: 160px;
		width: 160px;
		height: 160px;
		border: 6px solid #fff;
		display: block;
		margin: 0px auto;
		margin-top: -130px;
	}
	
	footer.footer-mobile h2 {
		text-align: center;
		font-size: 22px;
	}
	
	footer.footer-mobile ul li a {
		padding-left: 10px;
		font-size: 15px;
	}
	
	footer.footer-mobile #footer-bottom {
		text-align: center;
	}
	
	footer.footer-mobile #footer-bottom p {
		font-size: 15px;
	}

	footer.footer-mobile #footer-bottom p span {
		text-align: center;
		float: none;
		font-size: 18px;
	}
	
	footer.footer-mobile #footer-bottom {
		margin-top: 20px;
	}
}


/* Contact */
.modal-content {
	margin-top: 200px;
}

.modal-header #portret {
	width: 233px;
	height: 233px;
	border: 10px solid #fff;
	border-radius: 150px;
	background-color: #F2F2F2;
	display: block;
	position: relative;
	margin-top: -130px;
	left: 50%;
	margin-left: -117px;
}

.modal-header {
	background-color: #F7F7F7;
	border: none;
	border-radius: 10px;
}

.modal-header .close {
	width: 60px;
	height: 60px;
	background-image: url("img/icon-close.svg"); 
	opacity: 1;
}

#button-wrapper .close {
	display: block;
	position: absolute;
	margin-left: 600px;
	margin-top: -190px;
}

.modal-header h2 {
	text-align: center;
	font-size: 37px;
	font-family: 'klavika_chmedium_condensed', sans-serif;
	padding-top: 20px;
	line-height: 20px;
}

.modal-header h3 {
	text-align: center;
	font-size: 24px;
	color: #B3B3B3;
	font-family: 'klavika_chmedium_condensed', sans-serif;
	padding-bottom: 25px;
}

.modal-body p {
	font-family: 'Open Sans', sans-serif;
	color: #676767;
	font-size: 18px;
	font-weight: 300;
	padding: 20px 30px 0 30px;
	text-align: center;
}

.modal-body p span {
	font-weight: normal;
	color: #000000;
}

.help-block {
  	 margin-top: -20px;
     padding-bottom: 0;
     padding-left: 60px;
     position: absolute;
}

.text-danger {
	font-family: "Open Sans",sans-serif;
	color: #01528F;
}

.text-success {
	font-family: "Open Sans",sans-serif;
	color: #80A05B;
}

.modal-body input {
	height: 70px;
	border-radius: 10px;
	font-size: 18px;
	margin: 30px auto;
	width: 80%;
	padding-left: 30px;
	font-family: 'Open Sans', sans-serif;
}

.modal-body textarea {
	height: 160px;
	border-radius: 10px;
	font-size: 18px;
	margin: 35px auto;
	width: 80%;
	padding: 20px 0 0 30px;
	font-family: 'Open Sans', sans-serif;
}

.modal-body .form-control:focus {
	border-color: #01528F;
	box-shadow: none;
}

.modal-footer {
	border: none;
	text-align: center;
	padding: 0 0 50px 0;
	margin-top: -20px;
}

.modal-footer .btn-primary {
	width: 76%;
	padding-top: 10px;
}

/* Huisregels */

.modal h3.huisregels-titel {
	text-align: left;
	font-size: 24px;
	color: #EB649A;
	font-family: 'American Typewriter';
	padding-bottom: 0px;
	padding-left: 30px;
	line-height: 45px;
	margin-bottom: -5px;
}

.modal p.huisregels-tekst {
	padding-top: 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #4E4E4E;
	font-size: 18px;
	line-height: 45px;
	text-align: left;
}

.modal-body a {
    color: #EB649A;
    font-weight: bold;
}

@media (max-width: 767px) {	
	.modal-header #portret {
		width: 160px;
		height: 160px;
		border: 6px solid #fff;
		margin-top: -100px;	
		margin-left: -80px;
	}
	
	.modal-header h2 {
		font-size: 22px;
		padding-top: 20px;
		line-height: 20px;
	}
	
	.modal-header h3 {
		font-size: 18px;
		padding-bottom: 10px;
	}

	.modal-body p {
		font-size: 15px;
		padding: 10px 20px 0 20px;
	}	
	
	.modal-body input {
		font-size: 15px;
		margin: 30px auto;
	}

	.modal-body textarea {
		height: 160px;
		border-radius: 10px;
		font-size: 15px;
		margin: 35px auto;
		width: 80%;
		padding: 20px 0 0 30px;
		font-family: 'Open Sans', sans-serif;
	}
	
	.modal-body a {
		color: #024272;
		font-weight: bold;
	}
	
	.modal h3.huisregels-titel {
		padding-left: 20px;
		font-size: 22px;
		line-height: 28px;
		padding-bottom: 10px;
	}
	
	.modal p.huisregels-tekst {
		font-size: 15px;
		line-height: 28px;
	}
}