
header {
	margin: 0px 0px 0px;
	border-bottom: 10px solid #fff;
}

header .logo img.logo { width: 253px; height: 126px; }


.verlauf {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3e2c7+0,c19e67+99,ccb081+100,e9d4b3+100 */
background: rgb(243,226,199); /* Old browsers */
background: -moz-linear-gradient(top, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 99%, rgba(204,176,129,1) 100%, rgba(233,212,179,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(243,226,199,1) 0%,rgba(193,158,103,1) 99%,rgba(204,176,129,1) 100%,rgba(233,212,179,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(243,226,199,1) 0%,rgba(193,158,103,1) 99%,rgba(204,176,129,1) 100%,rgba(233,212,179,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#e9d4b3',GradientType=0 ); /* IE6-9 */
}

#main {
	background: #653e17;
}
.slider-start {
    overflow: hidden;
	max-height: 469px;
}

	
.page-content-start {	
	background: #fff;
}


.page-content-start-1 {
	background: #ffffff;
	padding: 10px 0px 10px 0px;
	margin: 0;
}
.search {
    position: absolute;
    right: 20px;
    text-align: right;
    top: 45px;
    width: 250px;
}
input.searchbox-sword {
    color: #000000;
    font-size: 14px;
    height: 25px;
    padding: 4px 10px;
    width: 168px;
}

input.searchbox-button {
    background: #653e17 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: block;
    height: 25px;
    margin: 0;
    padding: 0;
    position:relative;
    right: 0;
    top: -12px;}

.language {
	position: absolute;
	right: 65px;
}

#language_switch li {
	float: left; 
	padding: 10px 10px;
}

#language_switch li {
	list-style-type: none;
}

/* Brotkrumen Menü */

.page-breadcrumb {
	background-color: #fcf7d7;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}





footer { 
	background-color: #fcf7d7;
	color: #653e17;
	min-height: 250px;
	margin-top: 0px;
}

@media screen and (max-width: 1200px){
	
	.slider-start {
    overflow: hidden;
	max-height: 469px;
	height: 350px;
}
}

@media screen and (max-width: 550px) {
	.container-fluid .container {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.page-content-start .row {
	margin-left: -15px;
	margin-right: -15px;
}
	.tx-ws-flexslider {
		height: 250px;	
	}
	
	.search {
    position: absolute;
    text-align: right;
    top: 15px;
	right: 90px;
    width: 250px;
    z-index: 3;
}
	
	.language {
    position: absolute;
    right: 10px;
    top: -150px; 
    z-index: 4;
}
	
}

@media screen and (max-width:766px){
	.navbar {
    border: 1px solid transparent;
    min-height: 50px;
    position: relative;
	margin-top: 0px;
}
	
.slider-start {
    overflow: hidden;
	max-height: 469px;
	height: 250px;
}
	
.search {
    position: absolute;
    right: 32px;
    text-align: right;
    top: 3px;
    width: 250px;
}	
	
	.language {
    position: absolute;
    right: 24px;
    top: -20px;
}
}

@media screen and (max-width: 400px) {

.slider-start {
    overflow: hidden;
	max-height: 469px;
	height: 145px;
}
	
	.language {
    position: absolute;
    right: 25px;
    top: -20px;
    z-index: 4;
}
	
	.search {
    position: absolute;
    text-align: right;
    top: 3px;
    width: 250px;   
	left:15px;
}
}