html {
	background-color: #f7f7f7;


}

body {
	margin: 0 auto;

	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	color: #040404;


}

/*Padding-bottom*/


.img_twenty_to_eight {
	position: relative;
	padding-bottom: 40%;
	/* 20:8 ratio */
	height: 0;
	overflow: hidden;
	background-color: black;
}

.img_twenty_to_eight img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
}

.img_23-wrapper {
	width: 90%;
	height: 0;
	padding-bottom: 66.67%;
	border: 2px solid white;
	position: relative;
}

.img_23 {
	width: 100%;
	position: absolute;
}

header {
	max-width: 1200px;
	background: white;
	position: fixed;
	top: 0;
	z-index: 9999;
	height: 120px;
	padding: 0 0 2px 0;
	border-bottom: 1px #ededed solid;
	margin: 0;
}

#logo {
	padding: 10px 0 0 40px;
}

#logo a {
	width: 85px;
	height: 34px;
	background: url("/includes/media/textilveredelung-meier.svg") left center no-repeat;
	display: block;
}

nav {
	height: 56px;
	padding: 0 !important;
}

nav ul {
	list-style: none;
	margin: 0;
}

nav ul li {
	list-style: none;

}

nav ul li a {
	color: #040404;
	text-decoration: none;
	text-align: center;
	font-size: 0.9em;
	display: block;
	padding: 16px 0 0 0;
	margin: 0;
	height: 40px;
	transition: background-color 0.7s ease;
}

div#logo a.nav-active {
	padding: 0;
}

a.nav-active {
	background-color: #ededed;
	color: #303030;
	text-decoration: none;
	text-align: center;
	font-size: 0.9em;
	display: block;
	padding: 16px 0 0 0;
	margin: 0;
	height: 40px;
}

nav ul li a:hover {
	background-color: #ededed;
	color: #040404;
}

.grid-padding {
	padding: 0 10px;
}

.content {
	background: white;
}

section {
	display: block;
	/*	padding: 2em 0 2em 0;*/
}

h4 {
	display: block;
	border-bottom: 1px #ededed solid;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.1em;
	height: 30px;
	font-weight: normal;
	margin: 0 10px;
	padding-left: 20px;
}

section.page-1 {
	border-bottom: 1px #ededed solid;
}

section.page-2 {
	border-bottom: 1px #ededed solid;
}

section.page-3 {
	border-bottom: 1px #ededed solid;
	margin-top: -4rem;
	padding-top: 5rem;
}

section.page-4 {
	border-bottom: 1px #ededed solid;
}

section.page-5 {
	position: relative;
}

.bot-marg {
	margin-bottom: 20px;
}

.section-title1 {
	margin: 0 auto 60px;
	/*	padding-top: 110px;*/
	text-align: center;
}

.section-title {
	margin: 0 auto 60px;
	padding-top: 60px;
	text-align: center;
}

.section-title h4,
.section-title1 h4 {
	font-size: 1.5em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

/*Welcome*/
.welcometext {
	text-align: justify;
	font-size: 0.8em;
}

/*Leistungen*/
.beschr p {
	padding: 0;
}

.beschr {
	margin-top: 10px;
	padding: 0 20px;
	font-size: 0.8em;
}

/*Contactform*/

#frmContact {
	padding-top: 10px;
}

.sidep {
	padding: 0 20px;
	box-sizing: border-box;
	-web-box-sizing: border-box;
}

#frmContact div {
	margin-bottom: 15px
}

#frmContact textarea {
	height: 270px;
}

textarea,
input {
	outline: none;

}

textarea {
	font-size: 0.9em;
	font-weight: normal;
	letter-spacing: 0.1em;
}

input {
	font-size: 0.9em;
	font-weight: bold;
}

.inAttach {
	margin: 10px 0 10px;
	-web-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

input[type="file"],
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #050505;
	font-size: 1em;
	font-weight: normal;
	padding-top: 3px;
	letter-spacing: normal;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #050505;
	font-size: 1em;
	font-weight: normal;
	padding-top: 3px;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #050505;
	font-size: 1em;
	font-weight: normal;
	padding-top: 3px;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #050505;
	font-size: 1em;
	font-weight: normal;
	padding-top: 3px;
}


.InputBox {
	padding: 20px;
	-web-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: #F0F0F0 1px solid;
	background-color: #FFF;
	width: 100%;
}

.btnAction {
	margin: 0 auto;
	height: 40px;
	width: 100%;
	/*    -web-box-sizing: padding-box;*/
	/*    -moz-box-sizing: padding-box; */
	/*box-sizing: padding-box;*/
	text-align: center;
	background-color: #004f71;
	border: 0;
	padding: 10px 0;
	color: #FFF;
	border: #F0F0F0 1px solid;
	border-radius: 4px;
}

.error {
	background-color: #FF6600;
	border: #AA4502 1px solid;
	padding: 5px 10px;
	color: #FFFFFF;
	border-radius: 4px;
}

.success {
	background-color: #12CC1A;
	border: #0FA015 1px solid;
	padding: 5px 10px;
	color: #FFFFFF;
	border-radius: 4px;
}

.info {
	font-size: .8em;
	color: #FF6600;
	letter-spacing: 2px;
	padding-left: 5px;
}


/**/



a {
	color: #0083e8;
}

b,
strong {
	font-weight: 600;
}

.footer {

	bottom: 0;
	margin: 0 auto;
	left: 0;
	height: 59px;
	width: 100%;
	background: #004f71;
	color: ghostwhite;

}

.footer .left {
	padding: 20px 0 0 40px;
	font-size: 0.6em;
	display: block;
	-webkit-box-sizing: padding-box;
	-moz-box-sizing: padding-box;
	box-sizing: padding-box;
}

.footer .right {
	text-align: right;
	padding: 20px 40px 0 0;
	-webkit-box-sizing: padding-box;
	-moz-box-sizing: padding-box;
	box-sizing: padding-box;
	font-size: 0.6em;
	display: block;
}

.footer .right a {
	color: ghostwhite;
	font-size: 1.2em;
	text-decoration: none;
}

.right a:hover {
	text-decoration: underline;
}

.grid-center {

	margin-left: auto;
	height: 120px;
	margin-right: auto;
	max-width: 1200px;
}

/*Desktop*/
@media (min-width: 1025px) {

	.footer .left {
		padding: 20px 0 0 20px;
	}

	.footer .right {
		padding: 20px 40px 0 0;
	}

	.contacts {
		margin-top: 250px;
	}
}

.leafletMap {
	height: 100px;
}

/*Landscape Tablet*/
@media (min-width: 768px) and (max-width: 1024px) {}

/*Portrait Tablet*/
@media (max-width: 767px) {
	.section-title {
		margin: 0 auto 60px;
		padding-top: 5%;
		text-align: center;

	}

	.hamburger {
		background: none;
		position: absolute;
		top: 0;
		right: 0;
		line-height: 45px;
		padding: 4px 15px 0px 15px;
		color: #000;
		border: 0;
		font-size: 1.4em;
		font-weight: bold;
		cursor: pointer;
		outline: none;
		z-index: 10000000000000;
	}

	.cross {
		background: none;
		position: absolute;
		top: 0px;
		right: 0;
		padding: 3px 18px 0px 15px;
		color: #000;
		border: 0;
		font-size: 3em;
		line-height: 65px;
		font-weight: bold;
		cursor: pointer;
		outline: none;
		z-index: 10000000000000;
	}

	header {
		max-width: 1200px;
		background: white;
		position: fixed;
		top: 0;
		background: white;
		display: block;
		z-index: 9999;
		margin: 0;
		border: none;
	}

	#logo {
		padding: 10px 0;


	}

	#logo a {
		width: 85px;
		height: 34px;
		background: url("/includes/media/textilveredelung-meier.svg") left center no-repeat;
		display: block;
		position: fixed;
		left: 4%;
		top: 2%;
	}

	nav {
		height: initial;
		padding: 0 !important;

	}

	nav ul {
		list-style: none;
		margin: 0;
		padding: 0;

	}

	ul li {
		background: white;
	}

	nav ul li {
		list-style: none;
		display: block;
	}

	nav ul li a {
		color: #040404;
		text-decoration: none;
		text-align: center;
		font-size: 0.9em;
		display: block;
		padding: 16px 0 0 0;
		margin: 0 0 1em 0;
		height: 40px;
		width: 100%;
		transition: background-color 0.7s ease;
	}

	div#logo a.nav-active {
		padding: 0;
	}

	a.nav-active {
		background-color: #ededed;
		color: #303030;
		text-decoration: none;
		text-align: center;
		font-size: 0.9em;
		display: block;
		padding: 16px 0 0 0;
		margin: 0;
		height: 40px;
	}

	nav ul li a:hover {
		background-color: #ededed;
		color: #040404;
	}

	section {
		padding-top: 100px;
		display: block;

	}

	.border-bot {
		border-bottom: 1px #ededed solid
	}

}

/*.menu2{
     
    
    
    text-align: center;
    
    display: block;
    padding: 16px 0 0 0;
    margin: 0;
    height: 40px;
}
.menu2 li{
    background-color: #ededed;
    list-style: none;
}
.menu2 li a{
     color: #040404;
    text-decoration: none;
    text-align: center;
    font-size: 0.9em;
    display: block;
    padding: 16px 80px 16px 60px;
    margin: 0 0 0 20px;
    height: 40px;
    transition: background-color 0.7s ease;
  
}
.menu2 a:hover{
     background-color: #ededed;
    color: #040404;
}*/