html{
    height: 100%;
}
h1{
	font-family: 'charlotte', sans-serif;
    color: #5e4d16;
	font-size: 2em;
    
}

h2 {
	font-size: 1.4em;
	font-weight: 900;
}

h3 {
	font-size: 1.2em;
	font-weight: 100;
}

 .container {
    width: 1920px;
	 padding: 0px;
  }

.logo img {
	margin: 0 auto;
}

/*sprache*/
.sprache  {
	
	text-align: right;
    margin-top: 10px;
	padding-right: 20px;
	
}

.sprache ul {
	
	text-align: right;
    margin-top: 10px;
	padding-right: 100px;
	list-style-type: none;
	color: #5e4d16;
}

.sprache li a {
	
	color: #5e4d16;
}

/*sprache-ende*/

/*navigation*/

.navipanel ul.navigation {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.navipanel ul.navigation li {
    background-color: #5e4d16;
    margin-bottom: 1px;
    padding: 5px 10px;
}

.navipanel ul.navigation li a {
	color: #fff;
}

.navipanel ul.navigation li.subcats {
    margin-left: 18px;
}

/*navigation ende*/

/*content*/

.content {
		
    margin-top: 10px;
	padding-right: 100px;
	
}

/*content-ende*/

/*Moodpanel*/

.moodpanel {
	background-color: #f0f0f0;
	/*-webkit-box-shadow: inset 0px 24px 28px -10px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 24px 28px -10px rgba(0,0,0,0.75);
	box-shadow: inset 0px 24px 28px -10px rgba(0,0,0,0.75);*/
    position: relative;
    
}


.moodpanel .shadowcontainer {
	
	-webkit-box-shadow: inset 0px 24px 28px -20px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 24px 28px -20px rgba(0,0,0,0.75);
	box-shadow: inset 0px 24px 28px -20px rgba(0,0,0,0.75);
	z-index: 3;
	position: absolute;
	width: 100%;
    top: 0;
    height: 50px;
}
.moodpanel .item img {
	margin: 0 auto;
}

.carousel-control.right, .carousel-control.left {
	background-image: none;
}
.carousel-indicators {
	display: none;
}


/*Moodpanel ende*/


/*Formassistent*/

.pifa-field-lbl {

	display:block;

	margin: 5px 0;

	color:#030303;

}



.checkbox_wrapper {

	display:block;

	margin: 10px 0;

}

.pifa-form select {

	border: 1px solid #000000;

    color: #000000;

    padding: 5px;

	min-width: 100px;

}

.pifa-form textarea {

	border: 1px solid #E3E3E3;

    color: #000000;

	padding: 5px;

font-family: Verdana, sans-serif;

    font-size: 12px;

}

.checkbox_wrapper > label {

	color:#030303;

}



.pifa-error-message {

	color:#f00;

}
/*Formassistent ende*/

/*footer*/
.footerpanel  {
    background-color: #5e4d16;
	height: 50px;
    margin-bottom: 1px;
    padding: 5px 10px;
}

.footerpanel ul.navigation li a {
	color: #fff;
}

.footerpanel ul.navigation {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.footerpanel ul.navigation li {
    display: inline-block;
    margin:  10px;
}

.fb {
    text-align: right;
    margin-top: 10px;
}


/*footer ende*/




/* MEDIA QUERY */
@media screen and (max-width:800px) {
	
.container {
    width: 98%;
	 
		  }
	
.sprache ul {
	
	padding-right: 10px;
}	
	
.footerpanel  {
	height: 50px;
}
	
.fb {
    margin-top: -35px;
}
	
.content {
		
	padding-left: 2%;
	
}	
	

}
