body,html {
	background-color : #F5F9F5; /*#6b925d*/
	color : #4b4b4b;
	font-weight : 400;
}

a {
	color : #4b4b4b;
	transition: all .2s;
}

a:hover {
	color : #009133;
	text-decoration : none;
}

.container {
	margin-top : 30px;
	margin-bottom : 30px;
	background-color : #fafafa;
	min-height : 100%;
	width : 90%;
	max-width : 960px;
	box-shadow : 0px 2px 5px #b1b1b1; /*	box-shadow : 0px 2px 5px #5f5f5f;#d9d9d9 */
	min-width : 320px;
	/*background: url(../img/background.png) center 0 repeat !important;*/
}

.content {
	font-size : 16px;
}

.alert img {
	max-width : 100%;
	height : auto;
}

.right {
	float : right;
	text-align : right;
}

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

.center {
	text-align : center;
}

hr {
}

.navbar {
	/* box-shadow : 0px 3px 6px #4b4b4b; */
	background-color : #009133;
	/* border : 1px solid #4b4b4b; */
	border-top-left-radius : 5px;
	border-top-right-radius : 5px;
	border-bottom : 0px;
	padding : 0px;
}

.navbar-nav {
	margin-left : 10px;
	margin-right : 10px;
}

.navbar-collapse {
	padding : 0px;
}

.navbar a {
	text-align : center;
	color : #F0F0F0;
	font-size : 18px;
	padding-top : 15px;
	padding-bottom : 15px;
	font-weight : 500;
	transition: all .2s;
	padding-left : 20px !important;
	padding-right : 20px !important;
}

.navbar a:hover {
	background-color : #009a36;
}

.carousel-item {
	height: 35vh;
	min-height: 300px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-bottom-right-radius : 5px;
	border-bottom-left-radius : 5px;
}

.carousel-caption {
	color : black;
	/*color : #26a637;*/
	text-shadow : 2px 2px 3px white;
}

.carousel-caption h3 {
	color : #788A40; /*#26a637*/
	font-size : 30px;
	font-weight : 600;
}

.carousel-indicators {
	margin-bottom : 80px;
}

.teaser-img {
	/* border : 1px solid #4b4b4b; */
	width : 100%;
}

.carousel-title {
	/* border : 1px solid #4b4b4b; */
	border-top : 0px;
	border-bottom-right-radius : 5px;
	border-bottom-left-radius : 5px;
	background-color : #009133;
	color : #F0F0F0;
	padding : 15px;
	text-align : center;
	font-weight : 600;
	bottom : 0px;
	position : absolute;
	width : 100%;
}

.navbar-toggler {
	border : none;
	margin : 5px;
	border-color : #5a4327;
	padding : 15px;
	color : #F0F0F0;
}

.navbar-toggler a {
	color : #4b4b4b;
}

.navbar-toggler:focus {
    outline: 0;
    box-shadow: none;
}

.karte {
	box-shadow : 0px 2px 5px #b7803d;
	width : 270px;
	transition: all .2s;
}

.karte:hover {
	box-shadow : 0px 2px 10px #b7803d;
}

.footer {
	text-align : center;
	font-size : 12px;
	margin-bottom : 40px;
}

.footer a:hover {
	color : black;
}

.btn-primary {
	background-color : #009133;
	color : #F0F0F0;
	border : none;
	box-shadow: 0px 2px 5px #bfbfbf;
	padding : 8px;
}

.btn-primary:hover {
	background-color : #009a36;
	color : #F0F0F0;
	border : none;
	box-shadow: 0px 2px 5px #8c8c8c;
}

.btn-primary:focus {
	background-color : #009333;
	color : #F0F0F0;
	border : none;
	box-shadow: 0px 2px 5px #bfbfbf;
}

.btn-primary:active {
	background-color : #009333 !important;
	color : #F0F0F0 !important;
	border : none;
	box-shadow: 0px 2px 5px #bfbfbf !important;
}

btn:focus, a:focus {
	outline: none;
	box-shadow: none !important;
}

.col-form-label {
	font-weight : 600;
}

.form-control {
	background-color : #ededed;
	border : none;
	transition : 0.2s;
	color : #4b4b4b !important;
}

.form-control:hover {
	background-color : #e2e2e2;
}

.form-control:focus {
	background-color : #f2f2f2;
}

.logo {
	border-radius : 5px;
	margin : 30px;
}

@media (max-width: 767px) {	
	.content {
		font-size : 14px;
	}
}

@media (max-width: 575px) {	
	.logo {
		width : 100% !important;
	}
}

h1 {
	font-size : 16px !important;
	font-weight : 600;
	margin-bottom : 0px;
	padding-bottom : 0px;
	text-align : center;
}

h2 {
	font-size : 18px !important;
	font-weight : 700;
	line-height : 18px;
	margin-top : 20px;
}

h3 {
	font-size : 18px !important;
	font-weight : 600;
	line-height : 18px;
	margin-top : 20px;
}

.alert-primary {
	text-align : center;
	background-color : #009133;
	border-color : #4b4b4b;
	color : #4b4b4b;
}