/* FARBEN */
/* BLAU #76c5ee rgb(118,197,238) */
/* DUNEKLBLAU #204d69 rgb(32,77,105) */

/* HTML ELEMENTE */
body {
	font-family: sans-serif;
}

.row {
	margin-bottom: 15px;
}

section {
	margin-top: 30px;

}

.wrapper {
	height: 50px;
}

.nom {
	margin-bottom: -8px;
}

/* HEROBANNER */
#fh5co-hero .overlay {
	background: linear-gradient(rgba(160,160,160,0.2), rgba(46,89,115,0.3));
}



/* NAV */
.navbar-nav {
	float: right;
}

.navbar-default .navbar-header .navbar-brand {
	margin-top: 15px;
	width: 40px;
}

.navbar-brand img {
	width: 100%;
	height: auto;
}

.navbar-default a {
	font-size: 0.9em;
}


/* TEXT */

#fh5co-hero .text h1 {
	letter-spacing: 1px;
}

h2 {
	position: relative;
	margin-bottom: 20px;
}
h2:after {
	content: "";
	position: absolute;
	left: 0px;
	bottom: -5px;
	border-bottom: 3px solid #76c5ee;
	width: 50px;
}

h3 {
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 1em;
}

h4 {
	text-align: center;
	font-weight: 400;
	font-size: 1em;
}

.centered {
	text-align: center;
}

a {
	text-decoration: none;
	color: #76c5ee;
}

a:hover, a:focus, a:active {
	text-decoration: none;
	color: #204d69;
}

/* KUNDEN */
.kunden p {
	margin-bottom: 5px;
}

.kunden span {
	color: #76c5ee;
}

.kunden .container-fluid {
	margin-top: 30px;
}

/* ICONS */
.feature .feature-item .feature-icon {
	margin-top: 0px;
}

.feature-icon {
	font-size: 3em;
	text-align: center;
	color: #76c5ee;
}

.icon {
	width: 100px;
	height: auto; 
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}

.img-trenner {
	padding-top: 50px;
}

/* FOOTER */
#fh5co-footer {
	background: #204d69;
	color: #ccc;
	padding-bottom: 0px
}
.copyright {
	border-top: 0px solid #ccc;
	font-size: 0.7em;
	margin-top: 0px;
	padding-top: 0px;
}

#fh5co-footer .footer-heading {
	color: #ccc;
}

#fh5co-footer a {
	color: #76c5ee;
	text-decoration: none;
}

#fh5co-footer a:hover, a:focus, a:active {
	color: #fff;
	text-decoration: none;
}

#fh5co-main {
	padding-bottom: 0;
}

ul li {
	list-style-type: none;
	float: right;
}



/* KONTAKTFORMULAR */
input, textarea {
	width: 100%;
	margin-top: 3px;
}

input:focus { 
    outline: none !important;
    border-color: #76c5ee;
    box-shadow: 0 0 5px #76c5ee;
}
textarea:focus { 
    outline: none !important;
    border-color: #76c5ee;
    box-shadow: 0 0 5px #76c5ee;
}

form div {
	margin-bottom: 15px;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	width: 30%;
	background-color: rgba(0,0,0,0);
	border: 2px solid #76c5ee;
	color: #76c5ee;
	padding: 10px;
}

button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	width: 30%;
	background-color: rgba(0,0,0,0);
	border: 2px solid #fff;
	color: #fff;
	padding: 10px;
}



/* MEDIA QUERIES */
@media (min-width: 300px) and (max-width: 991px) {
	#fh5co-footer .footer-box {
		margin-left: 15px;
	}
	.copyright {
		margin-left: 15px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.icon {
		width: 80px;
		height: auto;
	}
}

@media (min-width: 300px) and (max-width: 767px) {
	.icon {
		width: 80px;
		height: auto;
		padding-top: 30px;
	}

	.icon:first-child {
		padding-top: 0;
	}
}