﻿@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,400italic,600italic);

body {
	font-family: Verdana;
	font-size: 15px;
	line-height: 1.42857143;
	color: #ffffff;
	background-color: #fff;
}

.btn, link, a:visited {
	font-weight: normal;
	text-align: center;
	cursor: pointer;
	white-space: nowrap;
	font-size: 15px;
	line-height: 1.42857143;
	color: #888;
}

.button-heading {
	background-color: #ca0000; /* Grüne Hintergrundfarbe */
	color: white;  /* Weiße Schriftfarbe */
	padding: 5px 15px; /* Abstand um den Text */
	text-align: center; /* Text zentrieren */
	text-decoration: none; /* Keine Unterstreichung */
	display: flex; /* Button bleibt als Inline-Element */
	font-size: 25px; /* Schriftgröße */
	font-weight: bold; /* Fettdruck */
	border-radius: 8px; /* Abgerundete Ecken */
	border: none; /* Keine Rahmenlinie */
	cursor: none; /* Mauszeiger wird zu einem Zeiger */
}


#WebsiteContent #btnFooterTop {
	position: absolute;
	top: -15px;
	right: 15px;
}

#WebsiteContent {
	background-color: #fff;
	padding-bottom: 0px;
	position: center;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 18px;
	line-height: 1.42857143;
	color: rgba(77, 77, 77, 0.7);
}

#WebsiteHeader {
	position: relative;
	color: #fff;
}

#WebsiteLogo {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	background-repeat: repeat-x;
}

#WebsiteLogo img {
	border: none;
}

/*Neu Css*/
.catdispaly {
	display: none !important;
}


#Element {
	width: 2777.78px;
	height: 500px;
	top: 0px;
	left: -388.889px;
	position: absolute;
}


#WebsiteFooter {
	color: #fff;
	padding-bottom: 5px;
	background-color: rgba(0, 0, 0, 0.7);
	font-size: 16px;
}

#WebsiteFooter a:link, #WebsiteFooter a:visited {
	color: #fff;
}

#WebsiteFooter a:hover, #WebsiteFooter a:active {
	color: #996e4f;
	text-decoration: none;
}

#WebsiteFooter .footerlogo {
	margin-bottom: 10px;
}


.img-thumbnail {
	border: double;
	border: 0,1px;
}

.innenabstand {
	padding: 20px;
	margin-bottom: 0px;
}

.innenabstand-anfrage {
	padding: 30px;
	margin-bottom: 0px;
}

.innenabstand-text {
	padding: 15px;
	margin-bottom: 0px;
}

.innenabstand-preise {
	width: 100%;
}

.innenabstand-foto {
	margin: 0% 0% -3% 0%;
}

.innenabstand-logo {
	padding: 5px;
}

.innenabstand-section {
	margin: 200px 0 200px 0;
}

.form-control {
	display: block;
	width: 90%;
	height: 35px;
	padding: 8px 12px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #555555;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 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;
}


section {
	padding: 1% 0;
	background-position: center 0px;
	background-color: #fff;
}

section a:link, a:visited {
	background-color: #bba27a;
	color: white;
	padding: 10px 18px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
}

section a:hover, a:active {
	background-color: #70614f;
}

	section .section-inner {
		text-align: justify;
		text-align: center;
		padding: 15px;
		margin-top: 15px;
		margin-bottom: 15px;
	}

	section .section-textblock {
		padding: 15px;
		margin-top: 15px;
		margin-bottom: 5px;
		background-color: rgba(10, 10, 10, 0.5);
		color: #fff;
	}

	section .section-inner h1 {
		margin: 0 0 05px 0;
		text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
	}

	section .section-events h1 {
		padding: 15px;
		margin-top: 15px;
		margin-bottom: 15px;
		background: #fff;
	}

	section .section-text {
		padding: 15px;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.table {
	border-collapse: collapse !important;
}

	.table td {
		background-color: rgba(231, 225, 204, 0.77) !important;
	}

	.table th {
		background-color: #70614f !important;
		color: #fff;
	}


.col .container-fluid .row {
	padding: 0;
	margin: 0;
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: auto;
	max-height: 100%;
}


@media only screen and (max-width: 800px) {

	.table {
		border: none;
	}

	.table-row,
	.table-cell {
		display: block;
		border: 1px solid silver;
	}

	.table-row {
		margin-bottom: 20px;
	}
}


/* Clear floats after the columns */
.row:after {
	content: "";
	display: table;
	clear: both;
}

.column {
	float: left;
	width: 50%;
}


/* Header */
#Header {
	position: relative;
}

.header-navbar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	/*display: flex;*/
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 10;
	background-color: #00000042;
}

.header-logo {
	margin-right: auto;
}

.header-buttons {
	margin-left: auto;
}

/* Menü */

.navbar.affix {
	top: 0px;
	width: 100%;
	z-index: 99999;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	background-color: transparent;
}

.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

.navbar-inverse {
	background: none;
}

	.navbar-inverse .navbar-nav > li > a:hover,
	.navbar-inverse .navbar-nav > li > a:focus {
		color: #eee;
		background-color: transparent;
	}

	.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
		background-color: #000;
		color: #fff;
	}

	.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .active > a {
		background-image: -o-linear-gradient(top, #c9b99a # 0%, #c9b99a 10%);
		background-image: -o-linear-gradient(top, #c9b99a # 0%, #c4b392 10%);
		background-image: -webkit-gradient(linear, left top, left bottom, from(#), color-stop(5%, #));
		background-image: linear-gradient(to bottom, 0% 0%, 0% 0%);
		background-repeat: repeat-x;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc4b392', endColorstr='#ffc9b99a', GradientType=0);
		-webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0);
		box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0);
	}

	.navbar-inverse .navbar-nav > li > a {
		text-shadow: none;
		color: #70614f; /* Menü Schriftfarbe*/
		font-size: 20px;
		font-family: 'Arial Regular', Arial, sans-serif;
	}


.navbar-collapse {
	background-color: transparent;
}


.navbar-toggle {
	border-color: #fff; /* Farbe Aussenrand Auswahlmenü Mobil */
}

.navbar-inverse, .navbar-form {
	-webkit-box-shadow: 10px 20px 30px grey;
	box-shadow: 10px 20px 30px grey;
}


.navbar-nav .open .dropdown-menu > li > a { /* Unter-Menü Schriftfarbe Handy */
	color: rgba(0, 0, 0, 0.7);
	font-size: 15px;
}

.navbar-inverse .navbar-brand {
	color: #fff;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
	text-shadow: 0 0 0;
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-inverse .navbar-toggle {
	border-color: #fff;
}

/* Menu Sticky */

.header-logo {
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 360px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

	.header-logo img {
		width: 75%;
	}

.menu-fixed .header-logo {
	width: 200px;
}


.menu-fixed .header-navbar {
	background: rgba(153, 153, 153, 0.8);
	color: #fff;
}

.navbar.affix {
	position: relative;
}

.navbar-inverse, .navbar-form {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}

	.navbar-inverse .navbar-nav > li > a {
		color: white;
		-webkit-transition: color 0.4s;
		-o-transition: color 0.4s;
		transition: color 0.4s;
	}

.menu-fixed .navbar-inverse .navbar-nav > li > a {
	color: #fff;
}


.header-button2 {
	position: absolute;
	bottom: 40px;
	left: 40px;

}


.header-button2-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 170px;
	height: 170px;
	border-radius: 50%;
	background-image: -webkit-linear-gradient(top, #bba27a 0%, #a48554 100%);
	background-image: -o-linear-gradient(top, #bba27a 0%, #a48554 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#bba27a), to(#a48554));
	background-image: linear-gradient(to bottom, #bba27a 0%, #a48554 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbba27a', endColorstr='#ffa48554', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
	border-color: #bba27a;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	transform: rotate( -10deg);
	transition: all 0.4s;
	box-shadow: 0 0 5px black;
	color: #fff;
	text-decoration: none;
	border: solid;
	
}

.header-button-inner:hover {
	transform: none;
}

a.header-button-inner{
	cursor: pointer;
	color: inherit;
}


	/* Fifty */
.fifty {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.fifty-pic,
.fifty-content {
	width: 50%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

	.fifty-pic img {
		max-width: none;
		width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center center;
		object-position: center center;
	}

.fifty-content {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	background-color: #fffcea;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	color: #6c6c6c;
}


.fifty a:link, a:visited {
	/*background-color: rgba(111, 52, 10, 0.7);*/
	color: rgba(111, 52, 10, 0.7);
	padding: 0px 0px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
}

.fifty a:hover, a:active {
	background-color: #eee;
}

.fifty-reversed {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}


/*
	Swiper Pfeile
*/


.jssora01l,
.jssora01r {
	position: absolute;
	width: 60px;
	height: 100px;
	z-index: 10;
	font-size: 30px;
	cursor: pointer;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
/*
.jssora01l {
	left: 20px;
}
.jssora01r {
	right: 20px;
}
*/

.btn-lg, .btn-group-lg > .btn {
	padding: 5px 11px;
	font-size: 19px;
	line-height: 1.3333333;
	border-radius: 0px;
}

/* ---------VERSCHIEDENE GRÖßEN---------- */



/* Mobile xs 768x1200 */

@media screen and (max-width: 767px) {
	h1 {
		font-family: 'Yanone Kaffeesatz', sans-serif;
		font-size: 30px;
		color: #9b662e;
	}

	h2 {
		font-family: 'Yanone Kaffeesatz', sans-serif;
		font-size: 33px;
		color: rgba(111, 52, 10, 0.7);
	}

	h3 {
		font-family: 'Yanone Kaffeesatz', sans-serif;
		font-size: 20px;
		color: #9b662e;
	}

	h4 {
		font-family: 'Yanone Kaffeesatz', sans-serif;
		font-size: 20px;
		color: #9b662e;
	}

	h5 {
		font-family: 'Yanone Kaffeesatz', sans-serif;
		font-size: 40px;
		color: #fff;
	}

	h6 {
		font-family: 'Yanone Kaffeesatz', sans-serif;
		font-size: 25px;
		color: rgba(111, 52, 10, 0.7);
		margin-bottom: 0px;
	}

	#WebsiteTop #Logo_Desktop {
		padding: 10px;
	}

	.innenabstand {
		padding: 15px;
		margin-bottom: 0px;
	}

	.nav > li > a {
		padding-left: -55px;
		padding-right: 0px;
		font-size: 20px;
	}

	.header-logo,
	.header-buttons {
		display: none;
	}

	.header-navbar {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.navbar-container {
		width: 100%;
	}

	.navbar-header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: calc(100% - 30px);
		padding: 0 10px;
	}

	body:not(.menu-fixed) .navbar-collapse {
		background: rgba(43, 43, 43, 0.9);
		color: #fff;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: inherit;
	}

	.thead {
		font-weight: bold;
		background: #eee;
		text-align: center;
		width: 100%;
	}

	.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
		top: 82%;
	}


	/* Fifty */
	.fifty {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 40px;
	}

	.fifty-pic {
		height: 30vh;
	}

		.fifty-pic img {
			height: 100%;
		}

	.fifty-pic,
	.fifty-content {
		width: 100%;
	}

	.header-button2{
		display: none;
	}
}



/* Tablet Hochformat */

@media screen and (min-width: 768px) and (max-width: 1024px) {
	h1 {
		font-family: 'Yanone Kaffeesatz', sans-serif;
		font-size: 35px;
		color: #9b662e;
	}

	h2 {
		font-family: 'Yanone Kaffeesatz', sans-serif;
		font-size: 38px;
		color: rgba(111, 52, 10, 0.7);
	}

	h3 {
		font-family: 'Yanone Kaffeesatz', sans-serif;
		font-size: 20px;
		color: #9b662e;
	}

	h4 {
		font-family: 'Yanone Kaffeesatz', sans-serif;
		font-size: 20px;
		color: #9b662e;
	}

	h5 {
		font-family: 'Yanone Kaffeesatz', sans-serif;
		font-size: 23px;
		color: #fff;
	}

	h6 {
		font-family: 'Yanone Kaffeesatz', sans-serif;
		font-size: 25px;
		color: rgba(111, 52, 10, 0.7);
		margin-bottom: 0px;
	}

	#WebsiteTop #Logo_Desktop {
		padding: 10px;
	}

	.innenabstand {
		padding: 15px;
		margin-bottom: 0px;
	}

	.navbar-inverse .navbar-nav > li > a {
		font-size: 12px;
	}

	.header-navbar.header-navbar .nav > li > a {
		padding-right: 5px;
	}


	.thead {
		font-weight: bold;
		background: #eee;
		text-align: center;
		width: 100%;
	}

	@media screen and (max-width: 1280px) {
		.header-navbar .nav > li > a {
			padding-right: 10px;
		}

	}

	a {
		color: #cec29e;
		text-decoration: none;
	}


	.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
		top: 82%;
	}


	/* Fifty */
	.fifty {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 40px;
	}

	.fifty-pic {
		height: 80vh;
	}

		.fifty-pic img {
			height: 100%;
		}

	.fifty-pic,
	.fifty-content {
		width: 100%;
	}

}


/* Tablet Querformat */

@media screen and (min-width: 992px) and (max-width: 1199px) {
	h1 {
		font-family: 'Yanone Kaffeesatz', sans-serif;
		font-size: 40px;
		color: #9b662e;
	}

	h2 {
		font-family: 'Yanone Kaffeesatz', sans-serif;
		font-size: 38px;
		color: rgba(111, 52, 10, 0.7);
	}

	h3 {
		font-family: 'Yanone Kaffeesatz', sans-serif;
		font-size: 20px;
		color: #9b662e;
	}

	h4 {
		font-family: 'Yanone Kaffeesatz', sans-serif;
		font-size: 20px;
		color: #9b662e;
	}

	h5 {
		font-family: 'Yanone Kaffeesatz', sans-serif;
		font-size: 27px;
		color: #fff;
	}

	h6 {
		font-family: 'Yanone Kaffeesatz', sans-serif;
		font-size: 25px;
		color: rgba(111, 52, 10, 0.7);
		margin-bottom: 0px;
	}

	.innenabstand {
		padding: 5px;
		margin-bottom: 0px;
	}

	.thead {
		font-weight: bold;
		background: #eee;
		text-align: center;
		width: 27%;
	}

	.thead-preise {
		background: #fff;
		text-align: center;
		width: 23%;
	}

	.header-navbar.header-navbar .nav > li > a {
		font-size: 17px;
	}

	.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
		top: 84%;
	}
}

@media screen and (max-width: 1440px) {

	.header-button--facebook {
		display: none;
	}

	.header-logo {
		width: 180px;
	}

	.menu-fixed .header-logo {
		width: 160px;
	}
}

@media screen and (max-width: 1280px) {
	.header-navbar .nav > li > a {
		padding-right: 5px;
	}

}

a {
	color: #ca0d0d;
	text-decoration: none;
}


@media screen and (max-width: 1140px) {
	.header-logo {
		display: none;
	}

	/* Fifty */
	.fifty {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 40px;
	}

	.fifty-pic {
		height: 100%;
	}

		.fifty-pic img {
			height: 100%;
		}

	.fifty-pic,
	.fifty-content {
		width: 100%;
	}
}


/* Desktop lg 1920x1200 Mein Bildschirm - Rechts */


@media screen and (min-width: 1200px) and (max-width: 1920px) {
	h1 {
		font-family: 'Yanone Kaffeesatz', sans-serif;
		font-size: 45px;
		color: #9b662e;
	}

	h2 {
		font-family: 'Yanone Kaffeesatz', sans-serif;
		font-size: 38px;
		color: rgba(111, 52, 10, 0.7);
	}

	h3 {
		font-family: 'Yanone Kaffeesatz', sans-serif;
		font-size: 30px;
		color: #9b662e;
	}

	h4 {
		font-family: 'Yanone Kaffeesatz', sans-serif;
		font-size: 30px;
		color: #9b662e;
	}

	h5 {
		font-family: 'Yanone Kaffeesatz', sans-serif;
		font-size: 34px;
		color: #fff;
	}

	h6 {
		font-family: 'Yanone Kaffeesatz', sans-serif;
		font-size: 40px;
		color: rgba(111, 52, 10, 0.7);
	}

	.innenabstand {
		padding: 15px;
		margin-bottom: 0px;
	}

	.nav > li > a {
		padding-left: 5px;
		padding-right: 25px;
		font-size: 25px;
		color: #fff;
	}

	.thead {
		font-weight: bold;
		background: #eee;
		text-align: center;
		width: 27%;
	}

	.thead-preise {
		background: #fff;
		text-align: center;
		width: 23%;
	}

	.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
		top: 87%;
	}
}
/* Desktop xxl 2560x1600 Mein Bildschirm */
@media screen and (min-width: 1921px) {
	h1 {
		font-family: 'Yanone Kaffeesatz', sans-serif;
		font-size: 45px;
		color: #9b662e;
	}

	h2 {
		font-family: 'Yanone Kaffeesatz', sans-serif;
		font-size: 38px;
		color: rgba(111, 52, 10, 0.7);
	}

	h3 {
		font-family: 'Yanone Kaffeesatz', sans-serif;
		font-size: 30px;
		color: #9b662e;
	}

	h4 {
		font-family: 'Yanone Kaffeesatz', sans-serif;
		font-size: 30px;
		color: #9b662e;
	}

	h5 {
		font-family: 'Yanone Kaffeesatz', sans-serif;
		font-size: 34px;
		color: #fff;
	}

	h6 {
		font-family: 'Yanone Kaffeesatz', sans-serif;
		font-size: 40px;
		color: rgba(111, 52, 10, 0.7);
	}

	.innenabstand {
		padding: 15px;
		margin-bottom: 0px;
	}

	.nav > li > a {
		padding-left: 5px;
		padding-right: 35px;
		font-size: 25px;
		color: #fff;
	}

	.thead {
		font-weight: bold;
		background: #eee;
		text-align: center;
		width: 27%;
	}

	.thead-preise {
		background: #fff;
		text-align: center;
		width: 23%;
	}

	.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
		top: 89%;
	}
}

/* Wetter */
#meteoprovbz_container {
	margin-top: 30px;
}

	#meteoprovbz_container, #meteoprovbz_container th, #meteoprovbz_container td {
		border: none !important;
		text-align: center !important;
		font-weight: normal !important;
	}

		#meteoprovbz_container .meteoprovbz_min {
			background-color: rgba(0,0,255,0.2);
			color: #ccc !important;
		}

		#meteoprovbz_container .meteoprovbz_max {
			background-color: rgba(255,0,0,0.2);
			color: #ccc !important;
		}

		#meteoprovbz_container a {
			padding: 0 !important;
			margin: 0 !important;
		}

		#meteoprovbz_container td[colspan="6"] {
			padding: 5px 0 0 0 !important;
		}
