html {
  position: relative;
  min-height: 90%;
}

body {
  padding-bottom: 2rem;
}

h1 {
  font-size: 2.3rem;
}

h3 {
  margin-top: 2rem;
  line-height: 1.7;
}
h4 {
    font-size: 1.2rem;
    font-weight: bold !important;
}
.row {
  margin-bottom: 1rem;
}
.row .row {
  margin-top: 1rem;
  margin-bottom: 0;
}
[class*="col-"] {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.section-heading {
    line-height: 23px;
    font-weight: bold;
}

.section-title.center {
    padding: 30px 0;
}

.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}

.section-title.center .line {
    border-top: 4px solid #065528;
    height: 10px;
    width: 60px;
    text-align: center;
    margin: 0 auto;
}

.section-title.center hr {
    border-top: 4px solid rgba(6, 85, 40, 0.34);
    width: 40px;
    text-align: center;
    margin-top: 10px;
    position: relative;
}

.color {
    color: #065528;
}
.light-gray {
	background-color: #E4E4E4;
	min-height: 200px;
}
.gray {
	background-color: #D4D4D4;
	min-height: 200px;
}
.white {
	color: #ffffff;
}
#klein {
    background: url(../img/kleinklaeranlagen/lake.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #ffffff;
    height: 200px;
}

.well {
    min-height: 20px;

    margin: 20px auto;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #065528;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

ul{
	list-style: none;
}

.ulspezial {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 25px;
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 20px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #fff;
}

.crunchify-top:hover {
	color: #fff !important;
	background-color: #065528;
	text-decoration: none;
}
 
.crunchify-top {
	display: none;
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	width: 3.2rem;
	height: 3.2rem;
	line-height: 3.2rem;
	font-size: 1.4rem;
	color: #fff;
	background-color: rgba(0,0,0,0.3);
	text-decoration: none;
	border-radius: 3.2rem;
	text-align: center;
	cursor: pointer;
	z-index: 999;
}


.image-bg-fluid-height,
.image-bg-fixed-height {
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.image-bg-fluid-height {
	background: url('../img/home/abwassertechnik_simon_fromm.jpg') no-repeat center center scroll;
    padding: 100px 0;
	
}

.image-bg-fixed-height {
	background: url('../img/home/abwassertechnik_simon_fromm.jpg') no-repeat center center scroll;
    height: 600px;
}

.img-center {
	margin: 0 auto;
}

section {
    padding: 75px 0;
}

.section-heading {
    font-size: 1.5rem;
}

.section-lead {
    margin: 30px 0;
}

.section-paragraph {
    margin: 30px 0;
	text-align: center;
}

.circle-icon-scroll {
    border: 1px solid #065528;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #065528;
    font-size: 25px;
	background:rgba(255,255,255, 0.5);;
}
.circle-icon-scroll:hover {
    color: #FFF;
    background: #065528;
}
.circle-icon {
    border: 1px solid #999;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #999;
    font-size: 10px;
}
.circle-icon:hover {
    color: #FFF;
    background: #065528;
}

.support-left {
    width: 60px;
    float: left;
    padding-left: 15px;
}
.support-right {
    float: left;
    width: calc(100% - 77px);
    text-align: left;
}

#headerwrap {
    background: url(../img/home/landscape-1071406_1920.jpg) no-repeat center top;
    padding-top: 90px;
    text-align: center;
    background-attachment: relative;
    background-position: center center;
    min-height: 500px;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#intro {
    background: #2c3e50;
    padding-top: 60px;
    padding-bottom: 60px;
    color: white;
}
#headerwrap h1 {
    font-size: 80px;
    color: white;
}
#headerwrap h3 {
    font-size: 20px;
    color: white;
}

blockquote {
font-family: Georgia, serif;
font-size: 18px;
font-style: italic;
max-width: 525px;
margin: 0.25em 0;
padding: 0.25em 50px;
line-height: 1.45;
position: relative;
color: #383838;
left:0;
right:0;
}
blockquote:before {
display: block;
content: "\201C";
font-size: 80px;
position: absolute;
left: -2px;
top: -20px;
color: #7a7a7a;
}
blockquote cite {
color: #999999;
font-size: 14px;
display: block;
margin-top: 5px;
}
 
blockquote cite:before {
content: "\2014 \2009";
}

.centerdiv {
	margin-left:auto;
margin-right:auto;
}

.features-icon span {
    width: 48px;
    height: 48px;
    display: inline-block;
   /* background: url(../img/home/leistung_fromm.png) no-repeat 0px 0px; */
    margin-top: 1em;
}

textarea:focus,
textarea:hover,
input[type="text"]:focus,
input[type="text"]:hover,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="email"]:hover,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(6, 85, 40, 0.8) !important;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(6, 85, 40, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(6, 85, 40, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(6, 85, 40, 0.6);
}

.btn:hover {
	background-color: white;
	opacity: 1;
	text-decoration: none;
	border-color: rgba(6, 85, 40, 0.8) !important;
	outline: 0;
	outline: thin dotted \9;
/* IE6-9 */
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(6, 85, 40, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(6, 85, 40, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(6, 85, 40, 0.6);
}
/*
.linkhover{
    border: 1px solid #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.linkhover:hover{
    border: 1px solid #065528;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
*/
.padding-bottom0{
	padding-bottom: 0px;
}
@media (max-width: 1024px){
	#headerwrap {
		min-height: 400px;
	}	
}

@media (max-width: 768px){
	#headerwrap h1 {
		font-size: 40px !important;
	}
	h1 {
		font-size: 1.7rem;
	}
	h3 {
		font-size: 16px !important;
	}
	#headerwrap {
		min-height: 300px;
	}
}

@media (max-width: 480px){
	#headerwrap h1 {
		font-size: 40px !important;
	}
	h1 {
		font-size: 1.7rem;
	}
	h3 {
		font-size: 16px !important;
	}
	#headerwrap {
		min-height: 200px;
		padding-top:50px;
	}
}

.feature-wrap i {
    font-size: 48px;
    height: 80px;
    width: 80px;
    margin: 3px;
    border-radius: 100%;
    line-height: 74px;
    text-align: center;
    background: #ffffff;
    color: #065528;
    border: 3px solid #ffffff;
    box-shadow: inset 0 0 0 5px #ffffff;
    -webkit-box-shadow: inset 0 0 0 5px #ffffff;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
    float: left;
    margin-right: 25px;
}
div#hover:hover .feature-wrap i {
  background: #065528;
  color: #fff;
  box-shadow: inset 0 0 0 5px #065528;
  -webkit-box-shadow: inset 0 0 0 5px #065528;
  border: 3px solid #065528;
}
.feature-wrap i:hover{
  background: #065528;
  color: #fff;
  box-shadow: inset 0 0 0 5px #065528;
  -webkit-box-shadow: inset 0 0 0 5px #065528;
  border: 3px solid #065528;
}
.feature-wrap {
    margin-bottom: 20px;
    overflow: hidden;
}
.center{
	margin: auto;
}
.control-label{
	padding: 0px;
}
.btn-primary {
    color: #fff;
    background-color: #065528 !important;
    border-color: #065528 !important;

}

.btn-primary:hover {
	color: #fff;
    background-color: rgba(6, 85, 40, 0.8) !important;
    border-color: #065528;

}

.abstand-rechts {
  margin-right: 2rem; 
}
.abstand-negativ {
	margin-bottom: -1rem;
}

