body{
	color:#424242;
	background-color: #ccd676;
}

.inhalt{padding: 40px;}
.img-responsive{margin-top: 30px; padding: 40px;}

ul{list-style: none;}
.inhalt-center{text-align: center; padding: 40px 40px 0px 40px;}
h2.center{
	text-align: center;
	padding-bottom: 20px;
}

.top{
	background-color: #ccd676;
	color: #fff;
	text-align: center;
	padding: 5px;
}

h3{
	text-align:center;
}

nav{background-color:#ccd676;}
nav a{color:#fff;}
.nav > li > a:hover{
	background-color:#ccd676 !important;
	color:#fff;
	
}

p{line-height: 1.6;}

.container{background-color:#fff;}

.content--logo{
	text-align:center;
	padding:20px 0px 20px 0px;
}

.btn-success a{color: #fff; text-decoration: none;}

.logo{
	width:196px;
}

img.center-block{
	width:100%;
	border-bottom: 4px solid #ccd676;
}

.icon{
	text-align: center;
	color: #ccd676;
	padding:25px 0px 10px 0px;
}

.footer{
	background-color: #ccd676;
	height: 50px;
	line-height: 3.7;
	color:#fff;
	margin-bottom: 15px;
}

.footer a{ color:#fff;}

.navbar-toggle{
background-color: #fff;
}

span.icon-bar{background-color: #ccd676;}

#meyForm{margin-top:20px;}

.form-control{
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #424242;
background-color: #fff;
background-image: none;
border: 1px solid #f7a600;
border-radius: 0px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.btn-primary{
color: #fff;
background-color: #f7a600;
border-color: #b6851f;
border-radius: 0px;
}

.btn-primary:hover{
color: #fff;
background-color: #78b61f;
border-color: #629716;
border-radius: 0px;
}

#meySuccess{
width: 100%;
text-align: center;
background-color: #629716;
padding: 20px 20px 20px 20px;
color: #fff;
margin-bottom:20px;
}

/* Mobile */
@media only screen and (max-width: 760px) {

}

/* Tabletts */
@media only screen and (min-width: 760px) {


}

/* Mittlere Monitore */
@media only screen and (min-width: 980px) {

}

/* Große Monitore */
@media only screen and (min-width: 1280px) {

}