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





html,
body {
	height: 100%;
	width: 100%;
	margin: 0px;
}

::selection {
	color: #020202;
	background: #b30c0c;
}

::-webkit-scrollbar {
	width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #040407;
}

.divider {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
	z-index: 2;
}
.divider svg {
	position: relative;
	display: block;
	width: calc(100% + 1.3px);
	height: 25px;
}
.divider .shape-fill {
	fill: #FFFFFF;
}
.divider.top {
	top: -24px;
	transform: unset;
}
.divider.top2 {
	transform: unset;
  bottom: -1291px;
  fill: #6b0707;
}

.divider.btm {
	bottom: -24px;
	transform: rotate(180deg);
}
.divider.btm2 {
	bottom: 13px;
	transform: rotate(180deg);
	z-index: 23;
}
.divider.wave.top {
	transform: rotate(180deg);
}
.divider.wave.btm {
	transform: unset;
}


.info_text {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.info_text.bg1 {
	background-color: #efefef;
}
.info_text.bg1 .divider .shape-fill{
	fill: #efefef;
}
.info_text.bg2 {
	background-color: #fff;
}
.info_text.bg2 .divider .shape-fill {
	fill: #fff;
}
.info_text.bg3 {
	background-color: #6b0707;
	color: white;
}
.info_text.bg3 .divider .shape-fill {
	fill: #6b0707;
}

.info_text_inner {
	width: 100%;
	max-width: 1100px;
	text-align: left;
	padding: 60px 20px;
}
.intro .info_text_inner {	
	/* max-width: 826px; */
}
.info_text_inner h1{
	margin-top: 0px;

}

div.header {
	height: 137px;
	background-color: #fff;
	text-align: center;
	vertical-align: top;
	padding-left: 20px;
	padding-right: 20px;
}

div.header {
	max-width: 1000px;
	margin: auto;
	margin-top: 20px;
}
.page-header{
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
	.page-header-inner{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		color: white;
		width: 100%;
		height: 100%;
	}
		.page-header-inner .title{
			font-size: 45px;
			font-family: TheSerifSemiBoldPlain;
			margin-bottom: 0;
		}
		.page-header-inner .title2{
			font-size: 78px;
			font-family: TheSerifSemiBoldPlain;
			margin-top: 0;
		}

div.logo {
	height: 50px;
	width: 50px;
	background-image: url(../files/logo/Mbuma_logo.png);
	background-repeat: no-repeat;
	background-size: 100px;
	position: absolute;
	left: 13%;
	top: 0;
	background-color: #731111d4;
	padding: 50px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	background-position: center;
}

div.menu {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 999;
	width: 100%;
	min-height: 40px;
	text-align: center;
	background-color: #000000d4;
	padding: 20px;
	padding-top: 28px;
}


div.menu-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 1000px;
}

div.menu_item {
	float: left;
	font-family: TheSerifSemiBoldPlain;
	font-size: 13pt;
	font-weight: normal;
	color: #fff;
	margin-left: 10px;
	margin-right: 10px;
	text-transform: uppercase;
	cursor: pointer;
}

div.menu_item_sel {
	color: #E8920C;
}

div.menu_item:hover {
	color: #A0ACBD;
}

div.header_foto {
	height: 100VH;
	text-align: center;
}
div.header_foto.small {
	height: 60VH;
	text-align: center;
}

div.header_foto div.slide_header_show {
	position: relative;
	z-index: 1;
	height: 100vh;
	width: 100%;
}
div.header_foto.small div.slide_header_show {
	height: 60vh;
	width: 100%;
}

div.slide_header_show_img {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../files/header/banner.jpg');
	background-size: cover;
	background-position: top center;
	width: 100%;
	height: 100%;
	padding: 240px 0;
	box-sizing: border-box;
	color: #fff;
}
div.header_foto.small div.slide_header_show div.slide_header_show_img {
	padding: 115px 0;
}

div.slide_header_show h1 {
	font-family: TheSerifSemiBoldPlain;
	font-size: 78px;
	margin-top: 0;
}

div.slide_header_show h2 {
	font-family: TheSerifSemiBoldPlain;
	font-size: 45px;
	margin-bottom: 0;
}
div.slide_header_show h3 {
	font-family: TheSerifSemiBoldPlain;
	font-size: 32px;
	margin-bottom: 0;
}

div.header_foto div.header {
	position: absolute;
	z-index: 10;
	width: 400px;
	margin: auto;
	height: 120px;
	left: 50%;
	margin-top: 120px;
	margin-left: -200px;
	text-align: center;
	vertical-align: top;
}

div.header_foto div.header div.logo {
	margin: auto;
	float: left;
	margin-top: 0px;
	width: 100%;
}

.block-title {
	text-align: center;
	font-family: TheSerifSemiBoldPlain;
	font-size: 20px;
	color: #020202;
	text-transform: uppercase;
	margin-top: 50px;
	padding: 20px 0;
}

.block {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.block-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 1200px;
	width: 100%;
	font-family: TheSerifSemiBoldPlain;
	font-size: 12pt;
	font-weight: normal;
	padding: 0 20px;
}

.block-inner .page, .info_text_inner .page {
	display: flex;
	justify-content: center;
	align-items: center;
}

.block-inner .tekst, .info_text_inner .tekst {
	/* margin-top: 50px; */
	width: 100%;
	font-family: TheSerifSemiBoldPlain;
	font-size: 12pt;
	font-weight: normal;
	/* padding: 0 20px; */
}
.block-inner .tekst, .info_text_inner .tekst.nomargin {
	margin-top: unset;
}
.info_text_inner .tekst div.btn-holder {
	margin-top: 50px;
	display: flex;
	gap: 10px;
}

#stichting .info_text_inner .tekst a.btn{
	background-color: white;
	color: black;
}

.info_text_inner .tekst a.btn {
	background-color: #6b0707;
	border-radius: 10px;
	padding: 5px 20px;
	text-decoration: none;
	text-align: center;
	transition: all 0.3s ease-in-out;
	color: #fff;
}

#stichting .info_text_inner .tekst a.btn:hover {
	background-color: #000;
  	color: white;
}


.info_text_inner .tekst a.btn:hover {
	background-color: #CC2828 ;
}
.info_text.plattegrond .info_text_inner .tekst {
	color: #fff;
	text-align: center;
}

.block-inner .block-image, .info_text_inner .block-image {
	width: 440px;
	height: 500px;
	width: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 50px 20px 50px 180px;
	border-radius: 10px;
}

.block-inner .block-image-opposite, .info_text_inner .block-image-opposite {
	width: 440px;
	height: 500px;
	width: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 50px 180px 50px 20px;
	border-radius: 10px;
}

.gegevens_row {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 2px 0px;
}
.gegevens_row p {
	margin: 0px;
	margin-bottom: 4px;
}
.gegevens_row>div {
	display: flex;
	flex-direction: row;
}
.gegevens_row input[name="postcode"] {
	width: 150px;
	margin-right: 4px;
}
.gegevens_row input[name="plaats"] {
	width: calc(100% - 54px);
}

span.title {
	font-size: 17pt;
	margin-top: -25px;
	color: #1183C9;
}

div.row {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 20px;
	flex-wrap: nowrap;
	padding: 2px 5px;
	border-radius: 5px;
	transition: all 0.3s ease-out;
}
div.row:hover {
	background-color: #f1f1f1;
	transition: all 0.3s ease-out;
}
div.row .aantal {
	width: 50px;
}
div.row .naam {
	width: calc(100% - 150px);
}
div.row .price {
	width: 60px;
}
div.info_text_inner input,
div.info_text_inner textarea {
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
	border: 1px solid #2B2B2B;
	font-family: 'Open Sans';
	border-radius: 5px;
	font-size: 11pt;
	resize: none;
}

div.info_text_inner input[type="radio"] {
	width: 30px;
}

div.info_text_inner button {
	width: 200px;
	padding: 5px;
	box-sizing: border-box;
	font-family: 'Open Sans';
	border: 1px solid #2B2B2B;
	background-color: #2B2B2B;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
	margin-top: 4px;
}

div#error {
	color: red;
}

/* contactform */
.contactform input {
	width: 100%;
	height: 40px;
	border-radius: 10px;
	padding-left: 20px;
	font-size: 12pt;
	transition: all 0.3s ease-in-out;
	opacity: 0.5;
	border: none;
	margin: 10px 0;
	box-sizing: border-box;
}

div.choosen input[type="checkbox" i], div.choosen input[type="radio" i] {
	display: flex;
	/* justify-content: flex-start; */
	align-items: center;
	width: 30px;
	cursor: pointer;
	margin-right: 15px;
	/* margin-top: -29px; */
}

div.choosen select {
	border-radius: 10px;
	font-family: TheSerifSemiBoldPlain;
	background-color: #2b2b2b98;
	color: #fff;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}
/* 
.contactform label {
	margin-left: 50px;
} */

.contactform textarea {
	width: 100%;
	height: 100px;
	max-height: 200px;
	min-height: 100px;
	border-radius: 10px;
	padding: 10px 20px;
	font-family: var(--font3);
	color: var(--groen);
	font-size: 12pt;
	border: 2px solid var(--donkergeel);
	opacity: 0.5;
	margin: 10px 0;
	box-sizing: border-box;
}

.contactform textarea:focus {
	opacity: 1;
	outline: none;
	border: 2px solid var(--groen);
}

.contactform input:focus {
	transition: all 0.3s ease-in-out;
	opacity: 1;
	outline: none;
	border: 2px solid var(--groen);
}

.buttonForm {
	background-color: #6b0707;
	border-radius: 10px;
	width: 120px;
	padding: 5px;
	text-align: center;
	transition: all 0.3s ease-in-out;
	color: #fff;
}

.buttonForm:hover {
	background-color: #002842;
	border-radius: 10px;
	width: 120px;
	padding: 5px;
	text-align: center;
	transition: all 0.3s ease-in-out;
}
div.checkLabel {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
}
div.checkB {
	width: 50px;
	height: 50px;
}
div.labelB {

}
div.checkLabel div.itemRow {	
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
}

/* button */
.wrap {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.button, .button2 {
	min-width: 300px;
	min-height: 60px;
	font-family: 'Nunito', sans-serif;
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 1.3px;
	font-weight: 700;
	color: #fff;
	background: #4FD1C5;
	background: linear-gradient(90deg, rgb(45, 53, 52) 0%, rgb(45, 63, 61) 100%);
	border: none;
	border-radius: 1000px;
	box-shadow: 12px 12px 24px rgba(54, 77, 74, 0.64);
	transition: all 0.3s ease-in-out 0s;
	cursor: pointer;
	outline: none;
	position: relative;
	padding: 10px;
	z-index: 9;
}

.button::before {
	content: '';
	border-radius: 1000px;
	min-width: calc(300px + 12px);
	min-height: calc(60px + 12px);
	border: 6px solid #0f312a;
	box-shadow: 0 0 60px rgba(35, 49, 46, 0.64);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: all .3s ease-in-out 0s;
	z-index: 999;
}

.button:hover,
.button:focus {
	color: rgb(151, 147, 147);
	transform: translateY(-6px);
}

.button:hover::before,
button:focus::before {
	opacity: 1;
}

.button::after {
	content: '';
	width: 30px;
	height: 30px;
	border-radius: 100%;
	border: 6px solid #0b2c25;
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	animation: ring 1.5s infinite;
}

.button:hover::after,
button:focus::after {
	animation: none;
	display: none;
}

@keyframes ring {
	0% {
		width: 30px;
		height: 30px;
		opacity: 1;
	}

	100% {
		width: 300px;
		height: 300px;
		opacity: 0;
	}
}

.files{
	display: flex;
	gap: 1%;
  	flex-wrap: wrap;
}



/* slider */
.slider {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
}

.slider p {
	text-align: center;
	font-family: TheSerifSemiBoldPlain;
	font-size: 15px;
	color: #2F3174;
	text-transform: uppercase;
	padding: 20px;
}

.slider-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	max-width: 1200px;
	object-fit: cover;
}

.slider-item {
	width: 280px !important;
	height: 300px !important;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	border-radius: 5px;
	margin: 10px;
	transition: all 0.3s ease-in-out;
	display: block;	
}

/* .slider-item:hover{
	transform: scale(1.05);
	transition: all 0.3s ease-in-out;
} */
/* .slider-item p {
	width: 280px;
	text-align: center;
	font-family: TheSerifSemiBoldPlain;
	font-size: 30px;
	margin: 0px !important;
	background-color: #0000009d;
	color: #fff;
	padding: 0 10px;
	display: none;
	transition: all 0.3s ease-in-out;
}

.slider-item:hover p {
	display: block;
	transition: all 0.3s ease-in-out;
} */

.image_overlay {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    text-align: center;
    justify-content: center;
    align-items: center;
    transform: scale(0%);
    transform-origin: bottom;
    transition: all 0.3s ease-in-out;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7));
	border-radius: 10px;
	margin-left: -20px;
}

.image_overlay p{
    color: #fff;
    font-family: var(--font5);
    font-size: 25px;
}

.slider-item:hover .image_overlay {
    display: flex;
    transition: all 0.3s ease-in-out;
    transform: scale(100%);
}

.slick-initialized .slick-slide {
	flex-direction: column !important;
	/* margin-top: 50px !important; */
}

.slick-next,
.slick-prev {
	width: 30px !important;
	height: 30px !important;
	display: block;
	border: 6px solid transparent;
	border-color: #2B2B2B !important;
	border-radius: 5px;
	border-right: 6px;
	border-bottom: 6px;
	transition: all 0.2s ease;
	margin-top: 25px !important;
}



/* footer */
.footer {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: auto;
	background-color: #6b0707;
	color: #fff;
	padding: 50px 0;
}
.footer.bg3 .divider .shape-fill {
	fill: #6b0707;
}

.footer-inner {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	max-width: 1200px;
	width: 100%;
	font-family: TheSerifSemiBoldPlain;
}

.footer a {
	text-decoration: none;
	color: rgb(180, 177, 177);
}
.footer-nieuwsbrief {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
	.footer-nieuwsbrief .nieuwsbrief-title {
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.footer-nieuwsbrief>div {
		display: flex;
		justify-content: flex-start;
		width: 100%;
	}
		.footer-nieuwsbrief input {
			outline: none;
			border: none;
			padding: 12px 12px;
			background-color: #fff;
			color: black;
			border-radius: 5px;
			width: 100%;
		}
		.footer-nieuwsbrief .nieuwsbrief-submit, .footer-nieuwsbrief .nieuwsbrief-submit.short {
			cursor: pointer;
			color: White;
			text-decoration: none;
			padding: 12px 20px;
			transition: all .3s ease;
		}.footer-nieuwsbrief .nieuwsbrief-submit.short { display: none; }
		.footer-nieuwsbrief .nieuwsbrief-submit-error {
			display: none;
			margin-top: 10px;
		}


.copyright {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: auto;
	background-color: #570303;
	color: #fff;
	padding: 10px 0;
}

.copyright-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 1200px;
	width: 100%;
	font-family: TheSerifSemiBoldPlain;
}

.copyright a {
	text-decoration: none;
	color: #FFFFFF;
}



/* fly in animations */


.js-scroll {
	opacity: 0;
	transition: opacity 500ms;
}

.js-scroll.scrolled {
	opacity: 2;
}

.scrolled.fade-in {
	animation: fade-in 1s ease-in-out both;
}

.scrolled.fade-in-bottom {
	animation: fade-in 1s ease-in-out both;
}

.scrolled.slide-left {
	animation: fade-in 1s ease-in-out both;
}

.scrolled.slide-right {
	animation: fade-in 0.5s ease-in-out both;
}

@keyframes slide-in-left {
	0% {
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes slide-in-right {
	0% {
		transform: perspective(400px) scaleX(0.5);
		opacity: 0;
	}

	100% {
		transform: perspective(400px) scaleX(1);
		opacity: 1;
	}
}

@keyframes fade-in-bottom {
	0% {
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
		transform: rotate(180deg);
		opacity: 0;
	}

	50% {
		-webkit-transform: translateY(100px);
		transform: translateY(100px);
		opacity: 0.5;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		transform: rotate(360deg);
		opacity: 1;
	}
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}


/* fade */
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 2-s;
	animation-name: fade;
	animation-duration: 2s;
}

.fade1 {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 4s;
	animation-name: fade;
	animation-duration: 4s;
}

@-webkit-keyframes fade {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fade {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

/* mobile menu */
.burgerClose i {
	display: none;
}

.burgerOpen i {
	display: none;
}

.mobileMenu {
	display: none;
}

.mobileMenuInner {
	display: none;
}
@media screen and (max-width: 1350px) {
	.slider-inner {
		max-width: 900px;
	}
}
@media screen and (max-width: 1060px) {
	.block-inner .page {
		flex-direction: column;
		width: 80%;
	}

	.footer-inner {
		width: 100%;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		padding: 0 25px;
	}

	.footer-right {
		margin-top: 20px;
	}

	.block-inner .tekst {
		margin-top: 20px !important;
	}
	.block-inner {
		margin-bottom: 80px;
	}
}
@media only screen and (max-width: 900px) {

	/* navbar */
	.menu {
		display: none !important;
	}

	/* logo */
	.burgerClose i {
		display: none;
		position: fixed;
		top: 65px;
		right: 30px;
		font-size: 50px;
		color: #fff;
		z-index: 11;
		cursor: pointer;
		transition: all 0.3s ease-in-out;
	}

	.burgerClose i:hover {
		color: var(--groen);
		transition: all 0.3s ease-in-out;
	}

	.burgerOpen i {
		display: block;
		position: fixed;
		top: 65px;
		right: 30px;
		font-size: 50px;
		color: var(--donkergeel);
		mix-blend-mode: multiply;
		z-index: 9999999;
		cursor: pointer;
		transition: all 0.3s ease-in-out;
	}

	.burgerOpen i:hover {
		color: var(--groen);
		transition: all 0.3s ease-in-out;
	}

	.mobileMenu {
		position: fixed;
		top: 0;
		left: 0;
		display: none;
		width: 100%;
		height: 100vh;
		background: #2b2b2be0;
		z-index: 10;
	}

	.mobileMenuInner {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		height: 100%;
	}

	div.logo{
		height: 150px !important;
  		width: 100px !important;
		background-size: 90px !important;

	}

	.mobileMenuInner div {
		color: #fff;
		font-size: 28px;
		padding: 0px 20px;
		font-family: TheSerifSemiBoldPlain;
		font-weight: bold;
		text-decoration: none;
		transition: 0.3s ease-in-out;
		line-height: 2.5;
	}

	.mobileMenuInner div a:hover {
		color: var(--groen);
		transition: 0.3s ease-in-out;
	}
	.block-inner .block-image, .block-inner .block-image-opposite, .info_text_inner .block-image, .info_text_inner .block-image-opposite {
		margin: 50px 20px;
	}
	
	div.slide_header_show h1 {
		font-size: 58px;
	}
	div.slide_header_show h2 {
		font-size: 35px;
	}
}
@media screen and (max-width: 930px) {
	.slider-inner {
		max-width: 600px;
	}
}
@media screen and (max-width: 700px) {
	.block-inner .page, .info_text_inner .page {
		flex-direction: column;
	}
}

@media screen and (max-width: 630px) {
	.slider-inner {
		max-width: 300px;
	}
}
@media screen and (max-width: 660px) {

	div.header_foto {
		height: 450px;
	}

	div.header_foto div.slide_header_show {
		height: 450px;
	}

	div.slide_header_show_img {
		padding: 120px 0;
	}

	div.tekst {
		width: 100%;
	}

	div.tekst input,
	div.tekst textarea {
		width: 100%;
	}

	div.foto {
		width: 100%;
		text-align: center;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	td.bottom {
		height: 60px;
		text-align: center;
	}

	div.info1,
	div.info2,
	div.info3 {
		width: 50%;
	}
}
@media screen and (max-width: 650px) {

	.scroll-container,
	.scroll-container:nth-of-type(even) {
		flex-direction: column;
		align-content: inherit;
	}

	.scroll-caption {
		width: 100%;
	}
}
@media only screen and (max-width: 600px) {
	.contactform input {
		width: 300px;
	}

	.contactform textarea {
		width: 300px;
		height: 100px;
		max-height: 200px;
		max-width: 300px;
		min-width: 300px;
		min-height: 100px;
	}

	.contactform input:focus {
		transform: scale(1.1);
	}

	.contactform label {
		margin-left: 0px;
	}

	div.choosen input[type="checkbox" i] {
		margin-top: 0px;
	}
	.page-header-inner .title2 {
		font-size: 65px;
	}
}
@media screen and (max-width: 580px) {
	div.slide_header_show h1 {
		font-size: 45px;
		margin: unset;
	}
	div.slide_header_show h2 {
		font-size: 35px;
		margin: unset;
	}
	div.slide_header_show h2.fade1 {
		/* margin: unset; */
	}
	.mobileMenuInner div {
		font-size: 24px;
	}
}
@media only screen and (max-width: 520px) {
	.footer-right {
		/* margin-left: -61px; */
	}
	div.slide_header_show h1 {
		font-size: 40px;
	}
	div.slide_header_show h2 {
		font-size: 30px;
	}
	.page-header-inner .title {
		font-size: 40px;
	}
	.page-header-inner .title2 {
		font-size: 55px;
	}
}
@media screen and (max-width: 440px) {
	div.header2 {
		height: 120px;
	}

	div.header_foto div.header {
		width: 80%;
	}

	div.header_foto div.header {
		width: 250px;
		left: 50%;
		margin-left: -125px;
	}

	div.header_foto div.header img {
		width: 250px;
	}

	div.foto img {
		width: 100%;
	}

	div.info1,
	div.info2,
	div.info3 {
		width: 100%;
	}
}

@media screen and (max-width: 400px) {	
	div.slide_header_show h1 {
		font-size: 30px;
	}
	div.slide_header_show h2 {
		font-size: 20px;
	}
	.page-header-inner .title {
		font-size: 30px;
	}
	.page-header-inner .title2 {
		font-size: 40px;
	}

}




