html, body {
    height: 100%;
}

body {
	font-family: 'Open Sans',sans-serif,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7em;
	background: #fff;
}

p {
	margin-bottom: 1.61em;
}

a {
    color: #5a0e27;
    text-decoration: none;
}

a:hover, a:focus {
	color: #5a0e27;
    text-decoration: none;
}

section ul { 
	padding-left: 0;
	margin-left: 1em;
	list-style-type: circle;
}

section ul li {
	padding-left:5px;
}

small {
	font-size: 90%;
}

hr {
    margin-top: 40px;
    margin-bottom: 40px;
    border-width: 1px 0px 0px;
	border-color: inherit;
}

/* ----- Abstände ----- */

.pt30 {
	padding-top: 30px;
}

.pt50 {
	padding-top: 50px;
}

.pb30 {
	padding-bottom: 30px;
}

.pb10 {
	padding-bottom: 10px;
}

.pt10 {
	padding-top: 10px;
}

.mr20 {
	margin-right: 20px;
}

.mb20 {
	margin-bottom: 20px;
}

/* ----- Überschriften ----- */

h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	color: #5a0e27;
	font-size: 42px;
	font-weight: 300;
	line-height: 52px;
	margin-bottom: 42px;
}

h2 span {
	border-bottom: 3px solid #5a0e27;
	padding-bottom: 18px;
	width: 110%;
}

h3 {
	font-family: 'Open Sans Condensed', sans-serif;
	color: #5a0e27;
	font-size: 32px;
	font-weight: 300;
	line-height: 40px;
	margin-bottom: 10px;
	margin-top: 0px;
}

h4 {
	font-family: 'Open Sans Condensed', sans-serif;
	color: #333;
	font-size: 18px;
	font-weight: 600;
	line-height: 23px;
	margin-bottom: 20px;
	margin-top: 0px;
}

h5 {
	font-family: 'Open Sans', sans-serif;
	color: inherite;
	font-size: 16px;
	font-weight: 600;
	line-height: 23px;
	margin-bottom: 20px;
	margin-top: 0px;
	text-transform:uppercase;
	
}

/* ----- Header ----- */
 
header {
	background: #5a0e27;
	border-bottom: 1px solid #fff;
	border-top: 0px solid #02415c;
	position: fixed;
	z-index: 1;
	width: 100%;
}
 
header .container .row {
	padding: 0px 0px;
}

.bg02415c {
	background-color: #02415c;
}	

header h1 a {
    display: inline-block;
    width: 800px;
    height: 200px;
    background: url('../images/logo-holstenbaeckerei.png') no-repeat scroll 0px 0px transparent;
    text-decoration: none;
    text-indent: -9999px;
	margin: 10px auto;
}

h1 {
	margin: 0px;
}

header .navbar {
	margin-top: 0px;
	margin-bottom: 5px;
	min-height: 65px;
}

header .nav-pills > li > a {
    border-radius: 0px;
}

header .nav-pills > li:last-child {
    margin-right: -25px;
}

header .nav > li > a {
    position: relative;
    display: inline-block;
    padding: 0px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 300;
}

header .nav-pills > li > a:hover {
    color: #cccccc;
}

header .nav-pills > li.active > a {
    color: #fff;
    background-color: transparent;
	padding-bottom: 10px;
	border-bottom: 2px solid #fff;
}

header .nav-pills > li.active > a:hover, header .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: transparent;
	padding-bottom: 0px;
	border-bottom: 0px solid transparent;
}

header .nav > li > a:hover, header .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}

.dropdown-menu > li > a {
	color: #ffffff;	
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #dddddd;
    outline: 0;
}

/* ----- Inhalt ----- */

.eyecatcher {
    width: 100%;
	height: auto;
    z-index: 0;
    overflow: hidden;
	margin-top: 290px;
}

.eyecatcher-map {
    width: 100%;
	height: auto;
    z-index: 0;
    overflow: hidden;
	margin-top: 245px;
}

.btn-wb-md {
    color: #fff;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	letter-spacing: 2px;
    background-color: #005980;
    border-color: #005980;
	padding: 5px 34px;
	text-shadow: 1px 1px 3px #02415c;
  	text-transform: uppercase;
	border-radius: 5px;
}

.btn-wb-md:hover, .btn-wb-md:focus {
    color: #FFF;
	background-color: #02415c;
    border-color: #02415c;
}

.btn-wb-sm {
    color: #5a0e27;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
    background-color: #fdc333;
    border-color: #5a0e27;
	padding: 7px 20px;
	text-shadow: 1px 1px 1px #02415c;
  	text-transform: uppercase;
	border-radius: 5px;
}

.btn-wb-sm:hover, .btn-wb-sm:focus {
    color: #FFF;
	background-color: #edc333;
    border-color: #5a0e27;
}

.breadcr {
    background-color: #fff;
    border-radius: 0px;
}

.breadcrumb {
    padding: 8px 15px;
    list-style: none outside none;
	background-color: #fff;
    font-size: 13px;
	margin-bottom: 0px;
}

.breadcrumb > li + li:before {
    padding: 0px 5px;
    color: #777;
    content: "/ ";
}

.icon {
	color: #fff;
	font-size: 75px;
	padding-bottom: 15px;
}

.line-fff {
	border-top: 1px solid #fff;
}

.line-5a0e27 {
	border-top: 1px solid #5a0e27;
}

.bgddd {
	background-color: #dddddd;
}

.bgc4c4c4 {
	background-color: #bbbbbb;
}

.bga3bac4 {
	background-color: #5a0e27;
}

.bgfff {
	background-color: #fff;
}

.field {
	display: block;
	margin: 0px; 
}

/*.field .caption h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	line-height: 1.3;
    margin-bottom: 25px;
	color: #dddddd;
	text-transform:uppercase;
}*/

.feature {
	text-align: center;
	font-size: 1em;
}

.feature h3 {
	margin-bottom: 0px;
}

.caption {
	padding: 20px 10px;
}

.image-angled img {
	border-radius: 0px;
	width: 100%;
}

.bildunterschrift {
	font-size: 12px;
}

.img-border {
	border-radius: 5px;
	border: 1px solid #fff;
}

.img-circle {
	border-radius: 50%;
	border: 1px solid #fff;
}

@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}

/* ----- Footer ----- */

.footer {
	background-color: #5a0e27;
	padding: 50px 0px 20px;
	color: #fff;
	font-weight: 300;
}

.img-center {
	width: 240px;
    margin: 0px auto;
}

.footer a {
	color: #fff;
    text-decoration: none;
}

.footer .nav-pills > li.active > a:hover, .footer .nav-pills > li.active > a:focus {
    color: #FFF;
    background-color: transparent;
}

.footer .nav-pills > li.active > a {
    color: #FFF;
	font-weight: 600;
    background-color: transparent;
}

.footer .nav > li > a {
    padding: 2px 0px;
	margin-left: 0px;
}

.footer .nav > li > a:hover, .footer .nav > li > a:focus {
    color: #c4d5e4;
    background-color: transparent;
}

a.socmed {
    color: #7f9da9;
    background-color: transparent;
	font-size: 18px;
	margin-left: -3px !important;
}

.copyright {
	background-color:#fdc333;	
}
	
	
/*------------------------------------------------------media devices---------------------------------------------------------*/

@media (min-width: 1480px) {

.navigation-small {
	display: none;
}



}

/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 1220px) and (max-width: 1479px) {

.navigation-small {
	display: none;
}

.camera_caption > div {
    padding: 20px!important;
}

.camera_caption .title {
    font-size: 24px!important;
}

.camera_pag {
    right: 39%!important;
}

.eyecatcher {
    margin-top: 180px;
}

.eyecatcher-map {
    margin-top: 200px;
}

}

/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1219px) {

.navigation-small {
	display: none;
}

.camera_caption > div {
    padding: 20px!important;
}

.camera_caption .title {
    font-size: 24px!important;
}

.camera_pag {
    right: 39%!important;
}

.eyecatcher {
    margin-top: 180px;
}

.eyecatcher-map {
    margin-top: 200px;
}

}

/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {


.camera_caption > div {
    padding: 20px!important;
}

.camera_caption .title {
    font-size: 24px!important;
}

.camera_pag {
    right: 39%!important;
}

.navigation {
	display: none;
}

.navigation-small {
	display: block;
}

header h1 a {
    display: block;
}

.slider {
    margin: 0px -15px 0px!important;
}

.eyecatcher {
    margin-top: 0px;
}

.eyecatcher-map {
    margin-top: 0px;
}

}

/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 768px) {

.eyecatcher {
    margin-top: 0px;
}

.eyecatcher-map {
    margin-top: 0px;
}

}

/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 626px) {


}

/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 560px) {


}


/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1024px) {


.field .caption h3 {
    font-size: 22px;
}

.camera_caption > div {
    padding: 20px!important;
}

.camera_caption .title {
    font-size: 22px!important;
}

.camera_pag {
    right: 36%!important;
}

}

/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 980px) {
	
.navigation {
	display: none;
}

.navigation-small {
	display: block;
	width: 100%;
	margin: 0px auto;
}

header h1 a {
    display: block;
}

header {
	position: static;
}

}

/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 800px) {
	
.navigation {
	display: none;
}

.navigation-small {
	display: block;
	width: 100%;
	margin: 0px auto;
}

header h1 a {
    display: block;
}

header {
	position: static;
}

.slider {
    margin: 0px -15px 0px!important;
}

.camera_caption > div {
    padding: 10px!important;
}

.camera_caption .title {
    font-size: 20px!important;
}

.camera_pag {
    right: 32%!important;
}	
	
}

/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 768px) {

.navigation {
	display: none;
}

.navigation-small {
	display: block;
	width: 100%;
	margin: 0px auto;
}

header h1 a {
    display: block;
}

header {
	position: static;
}

.slider {
    margin: 0px -15px 0px!important;
}

.camera_caption > div {
    padding: 10px!important;
}

.camera_caption .title {
    font-size: 20px!important;
}

.camera_pag {
    right: 32%!important;
}
	
}

/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 640px) {

.navigation {
	display: none;
}

.navigation-small {
	display: block;
	width: 100%;
	margin: 0px auto;
}

header h1 a {
    display: block;
}

header {
	position: static;
}

h2 span {
	border-bottom: 3px solid #02415c;
	padding-bottom: 5px;
	width: 100%;
}
	
}

/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 480px) {


}

/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 360px) {

.navigation {
	display: none;
}

header h1 a {
    display: block;
}

header {
	position: static;
}


.camera_caption {
    width: 285px!important;
}

.camera_caption .title {
	font-size: 30px!important;
}

.camera_caption .description {
	font-size: 18px!important;
}

	
}

/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 320px) {
	
}





