body, input, select, textarea, a {
color: #444;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}	

/**img Internet Explorer 10, SVG  afcb08 497a0e 659e22 e9381b 36580e*/

.img-fluid {width: 100% \9;}

.c_659e22 {
color: #659e22;
}

.bc_659e22 {
background-color: #659e22;
}
.bc_659e22_op {
background-color:		rgb(101,158,34, 0.3);
padding: 2em;
margin-bottom: 1.5em;
}
.bc_659e22_f {
background-color:		rgb(101,158,34, 0.2);
}

.bc_ffffff {
background-color: #ffffff;
}
.border1{
border-top: 			3px solid #659e22;
}

.hr {
clear: both;
display: block;
width: 100%;
height: 1.563em;
line-height: 1.563em;
position: relative;
margin: 0.625em 0;
float: left;
}

.hr-short {
height: 1.25em;
line-height: 1.25em;
margin: 0.625em 0;
float: none;
}

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

.hr-inner {
width: 100%;
position: absolute;
height: 0.12em;
left: 0;
top: 50%;
width: 100%;
margin-top: -0.125em;
border-top-width: 0.12em;
border-top-style: solid;
	}

.hr-short .hr-inner {
width: 48%;
left: 50%;
margin-left: -24%;
color: #659e22;
}

.hr-short {
    line-height: 1.25em;
}
.hr {
    line-height: 1.563em;
}

.hr-short .hr-inner-style {
border-radius: 1.25em;
height: 0.563em;
width: 0.563em;
border-width: 0.125em;
border-style: solid;
display: block;
position: absolute;
left: 50%;
margin-left: -0.313em;
margin-top: -0.313em;
}

.hr-inner .glyphicon{
display: block;
position: absolute;
left: 50%;
margin-left: -0.313em;
margin-top: -0.563em;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

section, footer {
padding: 0;
margin: 0;
overflow-x: hidden;
}

.teamentwicklung {
color: #659e22;
font-size: 1.2em;
font-weight: 600;
letter-spacing: 0.02em;
}

@media (max-width:576px) {
	.teamentwicklung {
	font-size: 98%;
	font-weight: 600;
	letter-spacing: 0.01em;
	}
}

#banner {
    padding: 10em 0 8em 0;
}

#banner {
    padding: 10em 0 10em 0;
    background-color: #659e22; /*446092 7b9687 bccf02*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 10% 25%;
    text-align: left;
    position: relative;
    z-index: 9999;
}

.banner1 {
    background-image: url("../img/Seminar-Konflikte-neutralisieren.jpg");
}
.banner2 {
    background-image: url("../img/team-training-program.jpg");
}

.banner3 {
    background-image: url("../img/outdoor-training-feuer.jpg");
}

#banner .inner {
    max-width: 65em;
    width: calc(100% - 6em);
    margin: 0 auto;
    position: relative;
    z-index: 10000;
}
section .inner {
    max-width: 65em;
    width: calc(100% - 6em);
    margin: 0 auto;
	padding: 2em;
	background-color: rgb(255,255,255,0.6);
	border-radius: 6px;
}

h1.in {
font-weight:	600em;
font-size: 2.0em;
}

/* Container */


/* Basic */
p {
font-size: 1.05em;
line-height: 1.2em;
}

a{
color: #444;
}

a:hover {
color: #444;
}
a:hover {
	text-decoration: underline;
}

strong, b {
	color: #666;
	font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
	color: #444;
	font-weight: 400;
	line-height: 1em;
	margin: 0 0 1em 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	text-decoration: none;
}

h1 {
	font-size: 1.75em;
	line-height: 2.0em;
}

h2 {
	font-size: 1.5em;
	line-height: 1.75em;
}

h3 {
	font-size: 1.35em;
	line-height: 1.5em;
}

h4 {
	font-size: 1.1em;
	line-height: 1.5em;
}

h5 {
	font-size: 0.9em;
	line-height: 1.5em;
}

h6 {
	font-size: 0.7em;
	line-height: 1.5em;
}


/* Form */

form {
	margin: 0;
	padding: 0;
}

input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: rgba(144, 144, 144, 0.075);
	border-radius: 4px;
	border: none;
	border: solid 1px rgba(144, 144, 144, 0.25);
	color: inherit;
	display: block;
	outline: 0;
	padding: 0 1em;
	text-decoration: none;
	width: 95%;
}

input[type="submit"], .zuruek{
color:					#ffffff;
font-size: 				15pt;
background-color:		#659e22;
border-radius: 			6px;
padding: 				6px 10px 6px 10px;
border:					none;
box-shadow:				none;
cursor: 				pointer;
}


footer{
margin: 				0px auto;
padding-top:			30px;
padding-bottom:			20px;
border-top: 			3px solid #659e22;
border-bottom: 			3px solid #659e22;
background-color:		rgb(101,158,34, 0.1);
}


a.checkpoint{
color:					#ffffff;
font-size: 				15pt;
background-color:		rgb(101,158,34);
border-radius: 			6px;
padding: 				6px 10px 6px 10px;
border:					none;
box-shadow:				none;
cursor: 				pointer;
}

a.checkpoint:hover{
color:					#ffffff;
font-size: 				15pt;
background-color:		rgb(101,158,34, 0.7);
text-decoration:		none;
}