
/******* ANPASSUNG FRAMEWORK *********/

body {
	font-family: 'Quicksand', 'Open Sans','Helvetica Neue',Arial,sans-serif;
	font-weight: 300;
	color: #777;
	font-size: 22px;
	line-height: 38px;
	background-color: #ebebeb;
}


.header-role {
		background-color: rgba(0,0,0,0.75);
		display: inline-block;
		padding: 5px 30px;
}

.config {
	color: #fff;
	top: 50px;
	position: absolute;
	left: 10%;
	width: 80%;
}

footer p {
	margin: 0em;
}


#sticky-nav {
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 40px;
	background-color: #fff;
	-moz-box-shadow: 0px -1px 4px 2px rgba(50, 50, 50, 0.2);
	-webkit-box-shadow: 0px -1px 4px 2px rgba(50, 50, 50, 0.2);
	box-shadow: 0px -1px 4px 2px rgba(50, 50, 50, 0.2);
	z-index:99;
	margin-bottom: 0px;
	display: none;
}

/******* STYLE *********/


html, button, input, select, option, textarea,
.pure-g [class *= "pure-u"] {
  font-family: "Quicksand", "Open Sans",'Helvetica Neue',Arial,sans-serif !important;
	font-size: 22px;
}

textarea, input {
	font-size: 18px;
}

.pure-g [class *= "pure-u"] {

}

.pure-button {
	color: #fff;
	background-color: #0386c9;
	border-color: #0386c9;
	font-weight: 600;
}

.pure-button:hover {
	color: #fff;
	background-color: #026597;
	border-color: #025e8d;
}


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


h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	word-wrap: break-word;
	word-break: break-all;
	white-space: pre-wrap;
}

h1 {
	font-size: 42px;
	line-height: 52px;
}

h2 {
	font-size: 36px;
	line-height: 46px;
}

h3 {
	font-size: 26px;
	line-height: 36px;
}

h4 {
	font-size: 22px;
	line-height: 32px;
}

a {
  color: #777;
	cursor: pointer;
}

p {
	line-height: 200%;
}


#gruende h4 {
	font-weight: 500;
	margin-bottom: 0em;
}

#gruende ul {
	margin-top: 0.5em;
}

input, textarea, select {
	border-radius: 2px;
	padding: 8px 10px;
	border: 1px solid #bbb;
	background-color: #fff;
}

select {
	background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encod…none%22%20width%3D%2220%22%20height%3D%2220%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);
	background-repeat: no-repeat;
	background-position: right 7px top 50%;
	background-size: 24px 24px;
	-moz-appearance: none;
	-webkit-appearance: none;
}

select option {
	padding: 10px 5px;
}

input[type="checkbox"] {
	width: 20px;
	height: 20px;
}

input:focus {
	border-color: #000;
}


button[type="text"]:disabled {
    background: #dddddd;
}

/******* BREAKPOINTS *********/



@media (min-width: 0px) and (max-width: 1170px) {
	#content, #leistungen, #gruende, #anmeldung, #kontakt, #inhouse, .mittig {
		margin-left: 10px;
		margin-right: 10px;
		padding: 0px;
	}

	body {
		font-size: 140% !important;
		line-height: 160%;
		text-align: justify;
	}

	.img-top-offset-50 {
		margin-top: 0em;
	}

	input {
		line-height: 200%;
	}

	button {
		width: 100%;
		word-wrap: break-word;
		word-break: break-all;
		white-space: pre-wrap;
	}

	h1 {
		font-size: 28px;
		line-height: 32px;
	}

	h2 {
		font-size: 24px;
		line-height: 26px;
		font-weight: bold;
	}


}
