/* @override 
	https://www.kloepferkeller.at/templates/kloepferkeller/css/user.css?* */



/* pt-serif-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/pt-serif-v18-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/pt-serif-v18-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* pt-serif-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'PT Serif';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/pt-serif-v18-latin-italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/pt-serif-v18-latin-italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* pt-serif-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/pt-serif-v18-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/pt-serif-v18-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* pt-serif-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'PT Serif';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/pt-serif-v18-latin-700italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/pt-serif-v18-latin-700italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}


/* euphoria-script-regular - latin */
@font-face {
  font-family: 'Euphoria Script';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/euphoria-script-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/euphoria-script-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/euphoria-script-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/euphoria-script-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/euphoria-script-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/euphoria-script-v16-latin-regular.svg#EuphoriaScript') format('svg'); /* Legacy iOS */
}

 
*,
:after,
:before {
 box-sizing:border-box
}
@media (prefers-reduced-motion:no-preference) {
 :root {
  scroll-behavior:smooth
 }
}

html, body {
	color: #000;
	overflow-x: hidden;
}

body {
	height: auto!important;
	font: 16px 'PT Serif', sans-serif;
	line-height: 1.4em;

	background-size: cover;
	font-weight: 400;
}
/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

table>tbody>tr>td, table>tbody>tr>th, table>tfoot>tr>td, table>tfoot>tr>th, table>thead>tr>td, table>thead>tr>th {
	border-top: 2px solid rgba(144, 168, 69, 0.50);
	padding: 6px 10px 6px 0;
	vertical-align: top; 
}
table>tbody {
	border-bottom: 2px solid rgba(144, 168, 69, 0.50);
}

.module-content ul li::before {
	content: "";
}
.nav>li>a:focus, .nav>li>a:hover{
	background: none;
}

#main:after, .menunav::after, #fullwidth .moduletable::after, .page-content > div::after, #navigation::after, #footer #main::after, .items-row::after, .bilder::after, .contentbox::after, .linie::after {	
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

body section {
	padding-top: 110px;
}
#fullwidth {
	z-index: 1;
}

#main {
	padding-bottom: 0px; 
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0px;
	padding-bottom: 20px;
	font-family: 'Euphoria Script';
	color: #91a846;
	line-height: 1em;
}
h1 {
	font-size: 55px;}
	
h2 {
	font-size: 45px;
}
h4, h5, h6 {
	font-family: 'PT Serif', sans-serif;
	line-height: 1.2em;
}
h3 {font-size: 44px;}
h4 {font-size: 21px;}
h5 {font-size: 20px;}
h6 {font-size: 18px;}
a {
	color: #859a3d;
}
a:focus, a:hover {
	color: #91a846;
	text-decoration: underline;
}
p {
	padding-top: 0;
}
ol, ul, p {
	padding-bottom: 15px;
}
ul li {
	list-style: none;
}
#main-box ul li::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 3.5px;
  background-color: #91a747;
  float: left;
  margin-top: 7px;
  margin-left: -16px;
}
@media (max-width: 990px) { 
	body section {
		padding-top: 60px; }

}
@media (max-width: 767px) { 
	body section {
		padding-top: 60px; }

	h1 {font-size: 50px;}
	h2 {font-size: 40px;}
	h3 {font-size: 38px;}
	h4 {font-size: 20px;}
	h5 {font-size: 18px;}
}
#main-box a{
	text-decoration: underline;
}
a.btn {
	display: inline-block;
	padding: 10px 20px;
	margin-bottom: 0;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 0px solid #949494;
	border-radius: 0px;
	font-variant: normal;
	line-height: 1.2em;
	color: #565656;
	border-radius: 0px;
	background: none;
	font-weight: 700;
	font-size: 16px;
}
a.btn:hover {
	
}
.btn .icon-chevron-right {
	display: none;
	visibility: hidden;
}
.btn-primary {
	background-color: #525151;
	border-color: #525151;
}
a.link {
	background-color: #c1ccd2;
	display: block;
	text-align: center;
	text-decoration: none!important;
	padding-top: 3px;
	padding-bottom: 4px;
}
#main-box #container, .container {
	background: none;
	padding: 0!important;

}
#main-box .row {
	margin-left: 0!important;
	margin-right: 0!important;
}
header#site-header.headroom {
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 100;
	height: 110px;
	background-color: #fff;

}
#main {
	padding-top: 0;
	padding-bottom: 0!important;
	margin-bottom: 0!important;
}
#main-box {
	padding-top: 0!important;
	padding-bottom: 0!important;
	margin-bottom: 0;
}
.container-component>*+* {
	margin-top: 0!important;
}
.container {
	max-width: 1200px!important;
	margin-right: auto;
	margin-left: auto;
	padding: 0 0px !important;
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 
	#top {
		height: auto;
	}

	#top .custom p{
		text-align: center;
	}

}

/* Navigation */
#site-header {
	z-index: 00;
	position: relative;
}
.linie {
	border-top: 18px solid #92a847;
	padding-top: 7px;
		transition: all 300ms ease-in-out 0s;
}
.container-topbar {
	display: grid;
	grid-template-columns: 37% 1fr;
	 align-items: center;
	 height: 85px;
	 margin-left: auto;
	 margin-right: auto;
	 max-width: 1200px;
	 transition: all 300ms ease-in-out 0s;
}

.top ul.menu {
	text-align: right;
	padding: 7px 0 0;
	margin: 0;
}
.top ul.menu li {
	display: inline-block;
	padding: 0;
	margin: 0;
	text-align: right;
	text-transform: uppercase;
}
.top ul.menu li a {
	padding: 0 0 0 15px;
	color: #a2a2a2;
}
.logo {
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.37);
	padding: 15px;
	border-radius: 3px;
	margin: 9px -30px -20px -10px;
	z-index: 800;
	position: a;
	background-color: #fff;
	transition: all 300ms ease-in-out 0s;
}
.logo p {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin: 0;
	text-align: center;
}
.logo img {
	width: 100%;
	transition: all 300ms ease-in-out 0s;
	max-height: auto;
}
.container-header nav {
	padding-top: 35px;
	padding-left: 10px;
	justify-self: end;
	margin-top: 0;
	align-self: start;
}

header#site-header.headroom.headroom--pinned {
    display: block;
}

header#site-header.headroom.headroom--pinned {
}
header#site-header.headroom.headroom--unpinned {
    top: -110px;
}
header#site-header.headroom.headroom--not-top {
	height: 110px;
}
header#site-header.headroom.headroom--not-top .linie {
	padding-top: 0px;
}
header#site-header.headroom.headroom--not-top .container-topbar {
	grid-template-columns: 300px 1fr;
	height: 92px;
}
header#site-header.headroom.headroom--not-top nav {
	padding-top: 42px;
}
header#site-header.headroom.headroom--not-top .logo {
	box-shadow: 0 0 4px rgba(0, 0, 0, 0);
	padding: 0;
	border-radius: 0px;
	margin: 0 0px 0px;
	z-index: 800;
	position: relative;
	background: #fff;
	grid-template-columns: 300px 1fr;

}
header#site-header.headroom.headroom--not-top .logo img {
	width: 320px;
}
header#site-header.headroom.headroom--not-top.headroom--pinned {
	top: -15px;
	box-shadow: 0 0 0px rgba(0, 0, 0, 0.42);
}

header#site-header.headroom.headroom--pinned, header#site-header.headroom.headroom--unpinned, #top.top, #top .titel img,  #top.affix img, #top img, .navigation, .top.affix .logo {
	transition: all 300ms ease-in-out 0s;
}
@media (max-width: 1050px) { 
	header#site-header.headroom.headroom--not-top .linie {
		padding-top: 5px;
	}
	.container-topbar {
		display: grid;
		grid-template-columns: 300px 1fr;
	}
	 .logo, header#site-header.headroom.headroom--not-top .logo {
		box-shadow: 0 0 0px rgba(0, 0, 0, 0);
		padding: 0px 0px 0px 4px;
		border-radius: 3px;
		margin: 0 0px 0px;
		background-color: #fff;
	}
	header#site-header.headroom.headroom--not-top .logo img {
		width: auto;
	}
	header#site-header.headroom.headroom--not-top .container-topbar {
		grid-template-columns: 300px 1fr;
		height: 50px;
	}
	.container-header nav, header#site-header.headroom.headroom--not-top nav {
		padding-top: 8px;
	}
}
@media (max-width: 990px) {
	.logo p {
		text-align: left;
	}

	.container-header nav {
		padding-top: 23px;
	}
	header#site-header.headroom.headroom--not-top nav {
		padding-top: 8px;
	}
	header#site-header.headroom, .container-header {
		height: 80px;
		position: fixed!important;
	}
	header#site-header.headroom.headroom--pinned {
	}
	header#site-header.headroom.headroom--unpinned {
	    top: -80px;
	}
	header#site-header.headroom.headroom--not-top {
		height: 80px;
	}
	.container-topbar, header#site-header.headroom.headroom--not-top .container-topbar  {
		grid-template-columns: 1fr 130px;
		align-items: start;
		height: auto;
	}
	.linie {
		border-top-width: 5px;
		padding-top: 0px;
	}
	header#site-header.headroom .logo {
		padding-top: 5px;
	}
	header#site-header.headroom .logo img {
		width: auto;
		max-height: 64px;
		grid-template-columns: 300px 1fr;

	}

	.topnav {
		display: none;
		visibility: hidden;
	}

	header#site-header.headroom.headroom--not-top.headroom--pinned {
		top: 0px;
	}
}
@media (max-width: 768px) { 
	header#site-header.headroom.headroom--not-top.headroom--pinned {
		top: 0px;
	}
}
/* Bannerbilder */
#banner {
	z-index: 10;
	position: relative;
}
#banner .moduletable {
	margin: 0;
	padding: 0;
}
.bannertext {
color: #ffffff;
  font-family: "Euphoria Script";
  font-weight: normal;
  text-shadow: rgba(0,0,0,0.58) 1px 1px 8px;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  border-width: 0px;
}
@media (max-width: 990px) { 

}
@media (max-width: 768px) { 


}
.custommeldung {
	z-index: 49;
	position: relative;
	overflow: ;

}
.custommeldung div.abstand {
	display: block;
	position: relative;
	height: 100%;
	padding-left: 30px;
	padding-bottom: 20px;
	margin-top: -180px;
}
.custommeldung img {
	width: 160px;
}

@media (max-width: 767px) { 

	.custommeldung img {
		width: 80px;
	}
	.custommeldung div.abstand {
		margin-top: -90px;
		padding-bottom: 10px;
	}
}


/* Statseite Einleitung*/
#content-top .moduletable.start {
	margin: 0;
	padding: 40px 30px 20px;
}
#content-top .moduletable .custom {
	padding-top: 0px;
}
#content-top .module-title h1.title {
	margin-bottom: 0;
	padding-bottom: 0;
}
#content-top .moduletable h4 {
	color: #91a846;
	font: 36px 'Euphoria Script';
}

/* Inhalte */

#main {
	background-color: #fff;
}
.item-page, .blog {
	margin-top: 40px;
	padding-bottom: 0px;
}


.page-header, 
#content-top .module-title {
	text-align: center;
	border: none;
	position: relative;
	padding-bottom: 30px;
}

.blog {
	padding-top: 0px;
	padding-bottom: 0;
	margin-bottom: 0;
}

.blog .page-header h1, .item-page .page-header h1, .item-page .page-header h2, #main-box > h1, #content-top .module-title h1, #content-bottom .module-title h3 , h1.igallery_title {
	font-size: 72px;
	display: inline-block;
	margin-top: 0!important;
	font-weight: normal;
	font-style: normal;
	font-weight: normal;
	padding: 0 10px;
	font-family: 'Euphoria Script';
	color: #92a847;	
}

h1.igallery_title {
	text-align: center;
	display: block;
	padding-bottom: 30px;
	padding-top: 20px;
}

@media (max-width: 767px) { 
	.blog .page-header h1, .item-page .page-header h1, .item-page .page-header h2, #main-box > h1, h1.igallery_title {
		font-size: 46px;
	}
}

/* Newsbeitrag */
.blog .item .page-header {
	margin-bottom: 20px;
	border: none;
	color: #76a790;
}
.blog .item .page-header h2 {
		padding-bottom: 10px;
		background-size: auto 3px;
		margin-bottom: 10px;
		margin-top: 0;
		font-weight: bold;
		text-align: left;
}
.blogpost {
	padding-top: 20px;
}
.blog-items {
	grid-gap:0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.blog-item {
	margin-bottom: 0px;
	position: relative;
	background-color: #eff4e8;
	margin: 0 -9999rem !important;
	padding: 0 9999rem !important;	
}

.blog-item:nth-child(even) {
	background-color: #fff;
}
.item-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.blog-item:nth-child(even) .item-image {
	grid-area: 1 / 2 / auto / auto;
}

.blog-item .text {
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 30px;
}
.blog-item:nth-child(even) .text {
	padding: 0 30px;
}
.blog .item .articletitle {
	text-align: left;
	border-bottom: none;
	padding-left: 30px;
}

.blog .item .articletitle h2 {
	font-weight: normal;
	font-style: normal;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
}
.blog .item .articletitle h2 a {
	text-decoration: none!important;
}

.blog-item .item-image {
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	position: relative;
}
.blog .item-image a,
.item-page .item-image,
.newsflash .item-image a {
	display: block;
	position: relative;
}
.blog-item .item-image a::before,
.newsflash .item-image a::before,
.item-page .item-image::before, 
.angebote .element .bild::before {
	content: "";
	position: absolute;
	border: 1px solid rgba(255, 255, 255);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: 10px;
	z-index: 10;
	transition: all 300ms ease-in-out 0s;
}
.blog .item-image:hover a:before,
.newsflash .item-image:hover a:before {
	border-color: rgba(255, 255, 255);
}
.blog .items-row {
	padding-bottom: 0px;
}

.blog .item .page-header {
	margin: 0px 0 0px!important;
	padding: 10px 0 0!important;
}

p.readmore {
	font-size: 18px;
	padding-left: 0px;
}
p.readmore a {
	display: inline-block;
	padding: 5px 10px;
	text-decoration: none!important;
	font-weight: normal;
	font-style: normal;
	color: #91a846;
	text-align: center;
	border: 1px solid #91a846;
	text-decoration: none!important;
	background-color: #fff;
}
.blog .items-row:nth-child(even) .item p.readmore a {
	background-color: #eff4e8;
}
p.readmore a:hover {
	background-color: #eff4e8;
	color: #91a846;
}
.blog .items-row:nth-child(even) .item p.readmore a:hover {
	background-color: #fff;
}
.newsflash p.readmore {
	padding-bottom: 0;
	padding-left: 0px;
	display: block;
	align-self: flex-end;
	flex-grow: ;
	width: 100%;
	height: 50px;
	border: none;
}
.newsflash p.readmore a {
	font-weight: normal;
	font-style: normal;
	display: block;
	text-decoration: none;
	padding: 10px 20px;
	color: #91a846;
	border: none;
	text-align: center;
	font-size: 0;
	background: none;
}
.newsflash p.readmore a::before {
	content:"\2026";
	font: 50px/0 Georgia, "Times New Roman", Times, serif;
	text-decoration: none!important;
}
.newsflash p.readmore a:hover {
	color: #91a846;
}

@media (max-width: 767px) { 
	.item-content {
		display: grid;
		grid-template-columns: 1fr ;
	}
	.blog-item:nth-child(even) .item-image {
		grid-area: 1 / 1 / auto / auto;
	}
	.blog .item .page-header h2 {
		font-size: 35px;
	}
	.blog .articletext {
		text-align: left;
		padding-right: 5px;
		padding-left: 5px;
	}
	.blog-item .text, .blog-item:nth-child(even) .text {
		padding: 20px 10px 40px;
	}


}

/* Region */

.newsflash .item .page-header {
	margin-bottom: 20px;
	border: none;
	color: #8fa844;
}
.newsflash .item .page-header h3 {
	padding-bottom: 10px;
	background-size: auto 3px;
	margin-bottom: 10px;
	margin-top: 0;
	font-weight: bold;
}

div.newsflash {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	  column-gap: 2em;
	  row-gap: 2em;
	padding: 30px 10px;
	align-items: stretch;
}
.newsflash .item {
	margin-bottom: 0px;
	align-items: stretch;
	display: grid;
}

.newsflash .item .text {
	background-color: #fff;
	color: #000;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;

}
.newsflash .item:hover .text {
	background-color: #dde8cd;
}
.newsflash .item .item-image {
	overflow: hidden;
	margin: 0;
}
.newsflash .item:hover .item-image img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.newsflash .item .item-image img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.newsflash .item .articletitle h3 {
	padding-top: 5px;
	padding-right: 5px;
	text-align: center;
	color: #849b3d;
	  -ms-hyphens: auto;
	  -webkit-hyphens: auto;
	  hyphens: auto;
	padding-left: 5px;
	font-size: 38px;
	font-weight: normal;
	font-style: normal;
}
.newsflash .item .articletitle h3 a {
	color: #849b3d;
	text-decoration: none!important;
}

.newsflash .item .page-header {
	margin: 0px 0 0px!important;
	padding: 10px 0 0!important;
}
.newsflash .articletext {
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
}
.newsblock .moduletable {
	padding-left: 0;
	padding-right: 0;
}
.newsblock .moduletable h2 {
	text-align: center;
}
.newsflash p.readmore a, .newsflash p.readmore a:hover {
	color: #90a845;
}

@media (max-width: 990px) { 
	.newsflash .item .page-header h2 {
		text-transform: none;
		font-size: 20px;
	}

}
@media (max-width: 767px) { 
	div.newsflash {
		grid-template-columns: 1fr;
	}
	.newsflash .item {
		display: block;
	}
	.newsflash .item {
		width: 100%;
	}
	.newsflash .item-image {
		text-align: center;
		background-color: #fff;
		float: none;
		width: 100%;	
	}
	.newsflash .item-image img {
		width: 100%;
	}
	.newsflash .articletext {
		padding-top: 0;
		padding-bottom: 0;
	}
	.newsflash p.readmore a {
		padding-top: 0;
		padding-bottom: 10px;
		margin-top: 0;
		margin-bottom: 0;
	}
	.newsflash p.readmore {
		height: auto;
	}

}

#main-box .blog-featured .item-title a, #main-box .blog .page-header a, #main-box  .btn {
	text-decoration: none;
}



#main-box h2.item-title a, #main-box .blog .page-header h2 a {
	text-decoration: none;
}

.pagination-wrapper {
	text-align: center;
	line-height: 14px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background-color: #92a847;
	border-color: #92a847;
}
.pagination>li>a, .pagination>li>span {
	color: #75a58e;
	text-decoration: none!important;
	padding-top: 8px;
	padding-bottom: 2px;
	line-height: 20px;
}

.pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span {
	border-radius: 0;
}




/* bottome */
#content-bottom {
	padding-bottom: 40px;
}

#content-bottom .moduletable {
	margin-left: 0px;
	margin-bottom: 0;
	margin-right: 10px;
	padding-top: 20px;
	clear: both;
	padding-bottom: 10px;
	text-align: center;
}
/* Meldungen */

#system-message {
	border: 1px solid #9f9f9f;
	background-color: #fff;
	text-align: center;
}
.alert {
	padding: 15px;
	margin-bottom: 20px;
	border-radius: 0px;
}


/* Fussleiste*/

#footer {
	font-size: 14px;
	padding-bottom: 20px;
	line-height: 1.4em;
	color: #fff;
	text-align: left;
	background: url(../images/hg-fussleiste.png) center bottom no-repeat #92a847;
	padding-top: 20px;
}
#footer ul li, #footer ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	padding-bottom: 0;
}
#footer .custom {
	display: flex;
	justify-content: space-between;
	align-items: to;
	padding-top: 10px;
}

#footer p {
	padding: 0;
	margin: 0;
}

#footer .element {
	padding-right: 40px;
	width: 30%;
}
#footer .element2 {
	width: 35%;
}
#footer .element3 {
	width: 35%;
}

#footer .element p {
	margin-left: 40px;
	margin-bottom: 20px;
}
#footer p.bild {
	padding-bottom: 0px;
	width: auto;
	float: left;
	margin-left: 0;
	clear: left;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	background: none;
	text-decoration: underline;
}

#footer .moduletable {
	padding-top: 15px;
	padding-bottom: 0;
	margin-bottom: 0;
}
#footer .element3 ul li:before {
	content: "»";
	padding-right: 5px;
}
#footer .bildlinks {
	display: flex;
	align-content: center;
	justify-content: flex-start;
	width: 100%;
}

#footer .bildlinks a {
	display: block;
	padding-right: 10px;
	padding-top: 20px;
}
#footer .buchungslink {
	float: right;
	padding: 1px;
}
#footer .buchungslink a {
	display: block;
	align-items: center;
	background-color: #fff;
	color: #91a846;
	padding: 4px 10px;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
}
#footer .buchungslink span {
	display: block;

}
#footer .buchungslink .icon {
	display: block;
	background-color: #91a846;
	padding: 5px 2px;
}
@media (max-width: 990px) { 
	#footer .custom {
		flex-wrap: wrap;
	}
	#footer .element, #footer .element2, #footer .element3 {
		width: 50%;
	}
		#footer .container {
		padding: 0 10px!important;
	}

}
@media (max-width: 767px) { 

	#footer .element, #footer .element2, #footer .element3 {
			width: 100%;
		}


	#footer .custom {
		display: block;
		justify-content: space-between;
		align-items: to;
		padding-top: 10px;
	}
	#footer .bildlinks {
		justify-content: center;
		padding-top: 20px;
		padding-bottom: 20px;
		width: 100%;
	}
	}

#footer .nav {
	text-align: center;
	padding-right: 5px;
	font-weight: normal;
	font-style: normal;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
#footer .nav li:first-child a::after {
	content: "\007C";
	padding-left: 15px;
	padding-right: 10px;
}
#footer .nav li {
	display: inline-block;
	width: auto;
	white-space: nowrap;
}

#footer .nav li a {
	padding: 0 2px 0 0;
	display: inline-block;
	color: #fff;
}

#footer .nav .moduletable {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

/* Zurück nach oben */
.back-to-top {
	position: fixed;
	bottom: 2em;
	right: 0;
	text-decoration: none;
	color: #000000;
	background-color: rgba(255, 255, 255, 0.8);
	font-size: 12px;
	width: 60px;
	padding: 1em;
	text-align: center;
	line-height: 1.2em;
	z-index: 1200;
}
.back-to-top:hover {
	background-color: #ffffff;
}
/* Suche */
span.icon-search:after { 
	font-weight:bold;
}

/* Inhalte */
.box {
	margin-bottom: 0px;
	margin-top: 0px;
}
.box.weit  {
    position: relative;
	margin: 0 -9999rem !important;
	padding: 0 9999rem !important;
	clear: both;
}
div.box:first-of-type {
	margin-top: 40px!important;
}
.box.gruen {
	background: rgb(240, 244, 233);
}

.box .elemente {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
}
.box.reverse .bild {
	grid-area: 1 / 1 / auto / auto;
}
.bildbox .bild p:before {
	content: "";
	position: absolute;
	border: 1px solid rgba(255, 255, 255);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: 10px;
}

.package .elemente {
	align-items: flex-start;
	flex-wrap: wrap;
}
.package .elemente .text {
	width: 100%;
}
.package .elemente .text2 {
	padding-top: 30px;
	padding-bottom: 40px;
}
.package .elemente .text .abstand {
	padding-top: 0px;
}

.package .elemente .rahmen {
	width: 40%;
	margin-top: 30px;
}
.package .elemente .rahmen .abstand {
	border: 2px solid #90a845;
	margin-left: 30px;
	padding: 30px 25px;
	background-color: #f5f8f0;
	border-radius: 5px;
}
.box.gruen.veranstaltung {
	margin-bottom: 40px!important;
}
.angebote h2 {
	text-align: center;
	padding-top: 40px;
}
.angebote .elemente {
	display: flex;
	flex-direction: row;
	align-content: stretch;
	align-items: stretch;
	padding-bottom: 30px;
	padding-top: 0px;
	margin-left: -30px;
	margin-right: -30px;
}
.angebote .elemente .element {
	display: flex;
	align-content: stretch;
	align-items: stretch;
	width: 50%;
}
.angebote .elemente .element h3 {
	font-size: 38px;
}
.angebote .elemente .element > .abstand {
	background-color: #fff;
	margin: 30px;
}
.angebote .bild {
	position: relative;
}
.angebote .bild p{
	padding: 0;
}
.angebote .text > .abstand {
	padding: 40px;
}
.buchungslink {
	font-weight: bold;
	margin-top: 10px;
}
.buchungslink a {
	border: 1px solid #90a845;
	padding: 10px 15px;
	text-decoration: none!important;
	display: inline-block;
	background-color: #eff4e8;
}
.buchungslink a:hover {
	background-color: #fff;
}
.gruen .buchungslink a {
	background-color: #fff;
}
.gruen .buchungslink a:hover {
	background-color: #eff4e8;
}
@media (max-width: 990px) { 
	.box .elemente{
		display: block;

	}
	.package .elemente .text {
		width: 100%;
	}
	.package .elemente .text .abstand {
		padding-top: 30px;
		margin-left: 0;
		margin-top: 30px;
	}
	.angebote .elemente .element {
		width: 100%;
	}
	
}
@media (max-width: 767px) { 
	.box.weit  {
	    position: relative;
		margin: 0 0px !important;
		padding: 0 0rem !important;
		clear: both;
	}
}

/* Formular */
button, input, label, select, textarea {
	font: 18px 'Poppins', sans-serif;
}
.form-control, .uneditable-input, input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], select, textarea {
	border-color: #000;
}
#bestellen {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	color: #005121;
}
#bestellen textarea {
	height: 189px;
}
#bestellen p {
	padding-bottom: 0;
	font: 18px 'PT Serif', sans-serif;
	line-height: 1.5em;
}
#bestellen .col-sm-10 p {
	padding-bottom: 20px;
}
#bestellen label {
	padding-bottom: 0;
	margin-bottom: 0;
}
#bestellen .col-sm-2 label {
	display: none;
	visibility: hidden;
}
#bestellen .col-sm-4 {
	margin-left: 0;
	padding-left: 0;
}
#bestellen .rsform-block-wein-uberschr,
#bestellen .rsform-block-menge-uberschr, 
#bestellen .rsform-block-datenschutz {
	padding-top: 40px;
}

.has-error .help-block {
	line-height: 1em;
}
#bestellen .formError {
	font-size: 14px;
}


@media (max-width: 767px) { 
	#bestellen .col-sm-2 {
		padding-top: 30px;
	}
	#bestellen .col-sm-2 .form-group {
		margin-bottom: 0;	
	}
	#bestellen .col-sm-4 {
	padding-left: 20px;
}
	#bestellen .rsform-block-wein-uberschr,
	#bestellen .rsform-block-menge-uberschr,
	.nomobile {
		display: none;
		visibility: hidden;
	}
}

/* Packages */



.packagesseite .item-page .page-header h2 {
	font-size: 50px;
}
.packagesseite .content {
	display: grid;
	grid-template-columns: 1fr  1fr;
	column-gap: 2em;
	row-gap: 1em;
	padding-top: 40px;
	padding-bottom: 40px;
}
.packagesstart {
	padding-top: 30px;
}
.packagesstart h2 {
	padding-bottom: 0;
	text-align: center;
}
.packagesstart .newsflash {
	display: flex;
	flex-direction: row;
	grid-template-columns: auto;
	column-gap: 0em;
	row-gap: 0em;
	justify-content: center;
	flex-wrap: wrap;
	align-items: stretch; 
	margin-right: -0px;
	margin-left: -0px;
}
.packagesstart .newsflash .item {
	width: 25%;
	min-width: 210px;
	display: flex;
	flex-direction: column;
	align-items: stretch;
}
.packagesstart .newsflash .item .text{
	margin: 0 15px 30px;
	background-color: #849a3d;
	flex-grow: 2;
}
.packagesstart .newsflash .page-header {
	padding: 10px 20px!important;
	margin: 0;
	color: #83993d;
}
.packagesstart .newsflash .page-header h3 {
	line-height: 1.2em;
	margin: 0;
	padding: 0;
}
.packagesstart .newsflash .page-header h3 a {
	color: #fff;
}
.packages .newsflash {
	grid-template-columns: 1fr  1fr;
	row-gap: 3em;
	column-gap: 3em;;
	margin-top: 0;
	padding-top: 0;
}
#content-bottom .row {
	 position: relative;
	margin: 0 -9999rem !important;
	padding: 30px 9999rem 0 !important;
	clear: both;
	background-color: #f0f4e9;
}
#content-bottom .newsflash .item:hover .text {
	background-color: #fff;
}
#content-bottom .newsflash .articletext {
	text-align: left;
	padding: 0 30px 10px;
}
#content-bottom .newsflash .item .articletitle h3 {
	text-align: left;
	padding-left: 30px;
	font-weight: normal;
	font-style: normal;
	font-size: 36px;
}

@media (max-width: 767px) { 
	.packages .newsflash {
		grid-template-columns: 1fr;}
	
	.packagesseite .content {
		display: grid;
		grid-template-columns: 1fr;
		padding-right: 10px;
		padding-left: 10px;
	}
	.packagesseite .content .item-image {
		grid-area: 2 / 1 / auto / auto;
	}
	.packagesstart .newsflash .item .text{
		margin: 0 5px 10px;
		background-color: #849a3d;
		flex-grow: 2;
	}
	.packagesstart .newsflash .page-header h3 {
		font-size: 1.1em;
	}
	.packagesstart .newsflaFsh .item {
		width: 50%;
		min-width: auto;
	}
}
@media (max-width: 400px) { 


}
/* Speisekarte */
.box.speisekarte {
	padding-top: 50px;
}
.box.speisekarte .ig-grid-img-link {
	border: 1px solid #91a747;
}
/* Freizeit Navigation */

.freizeitnav ul li, .freizeitnav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#main-box .freizeitnav ul li:before {
	display: none;
	visibility: hidden;
	width: 0;
	height: 00;
}
.freizeitnav ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto;
	column-gap:1em;
	row-gap: 1em;
	justify-items: center;
	align-items: stretch;
	margin-top: 30px;
	justify-items: stretch;
	padding: 40px 10px;
}
.freizeitnav ul li {
	display: flex; 
	font-weight: bold;
	background-size: cover;
	background-position: center center;
	opacity: 1;
	min-height: 150px;
	overflow: hidden;
}

.freizeitnav ul li a {
	padding: 20px;
	display: flex;
	color: #fff;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	text-decoration: none!important;
	font-size: 26px;
	opacity: 1;
	background-color: rgba(48, 56, 21, 0.39);
	position: relative;
	text-align: center;
	transition: all 300ms ease-in-out 0s;
}
.freizeitnav ul li a:active, .freizeitnav ul li a:focus {color: #fff;
}
.freizeitnav ul li a:before{
	content: "";
	position: absolute;
	border: 1px solid rgba(255, 255, 255);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: 10px;
	z-index: 30;
}
.freizeitnav ul li a img {
	display: block;
	position: absolute;
	z-index: 1;
		transition: all 300ms ease-in-out 0s;
}
.freizeitnav ul li a span.image-title {
	z-index: 10;
	position: absolute;
	display: block;
}
.freizeitnav ul li a:hover {
	background-color: #000;
	color: #fff;
}
.freizeitnav ul li a:hover img {
	opacity: 0.67;
}
.block.zurueck a {
	display: inline-block;
	background-color: #eff4e8;
	color: #91a846;
	padding: 10px 20px;
	text-decoration: none!important;
	font-size: 18px;
	text-align: center;
	align-items: center;
}
 .block.zurueck a:hover {
	background-color: rgba(0, 0, 0, 0.09);
	color: #fff;
}


@media (max-width: 990px) {
	.freizeitnav ul {
		grid-template-columns: 49% 49%;
		grid-template-rows: 200px 200px 200px 200px;
	}
}
@media (max-width: 767px) {
	.freizeitnav ul {
		display: flex;
		flex-direction: column;
	}
	.freizeitnav ul li {
		width: 100%;
		margin-bottom: 10px;
		height: 140px;
	}

}

/* Aktivitäten */
.sit-tourism--result-count, .sit-tourism--pagination, .sit-tourism--footer {
	text-align: center;
}
.sit-tourism--search-form {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: auto;
	float: left;
}
.sit-tourism--loading {
	clear: both;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
}
p.sit-tourism--search-text, p.sit-tourism--main-category {
	padding-bottom: 0;
	padding-right: 10px;
}
#sit-tourism--container {
	padding-right: 10px;
	padding-left: 10px;
}
.uneditable-input, input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], select, textarea {
    background-color: #fff;
    background-image: none;
    border: 1px solid #c7c8c7;
    box-shadow: 0 1px 1px rgba(0,0,0,.075) inset;
    color: #555;
    display: inline-block;
    font-size: 100%;
    line-height: 1.42857;
    min-width: 100px;
    padding: 6px 12px;
}
#sit-tourism--container select {
    border-radius: 0;
    border: none;
    color: #91a846;
    width: 180px;
    height: 31px;
}
.sit-tourism--search-form input[type="submit"] {
    border: none;
	background-color: #eff4e8;
	color: #91a846;
	margin-top: 0;
    padding: 6px 6px;
    height: 35px;
}
.sit-tourism--search-form label {
	display: none;
	visibility: hidden;
}
.sit-tourism--community {
	padding-bottom: 0;
	margin-right: 10px;
}
.sit-tourism--result-count {
	float: right;
}
.sit-tourism--period-selector {
	clear: both;
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding-top: 20px;
}
.sit-tourism--period-selector a {
	background-color: #eff4e8;
	display: inline-block;
	padding: 5px 15px;
}
.sit-tourism--pagination {
	display: flex;
	justify-content: center;
	padding-bottom: 50px;
	padding-top: 30px;
	clear: both;
}
.sit-tourism--pagination span {
	display: block;
	padding: 5px 8px 5px 12px;
	border: 1px solid #91a846;
	margin-right: 5px;
	margin-left: 5px;
	font-weight: bold;
}
.sit-tourism--pagination span a {
	text-decoration: none!important;
}
.sit-tourism--current-period {
	font-weight: bold;
}
.sit-tourism--pagination span.active, .sit-tourism--pagination span:hover {
	background-color: #91a846;
	background-color: #eff4e8;
	color: #91a846;
}
.sit-tourism--pagination span.active a, .sit-tourism--pagination span:hover a{
	color: #91a846;
}
.sit-tourism--footer {
	font-size: 12px;
	padding-top: 20px;
}
.sit-tourism--object-list {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	clear: both;
	padding-top: 40px;
}
.sit-tourism--object-list > div {
	width: 50%;
}
.sit-tourism--object {
	display: flex;
	padding-bottom: 30px;
	border-bottom: 1px solid #c8c8c8;
	margin-bottom: 30px;
}
.sit-tourism--image-instead-of-logo, .sit-tourism--logo, .sit-tourism--no-logo {
	width: 30%;
}
.sit-tourism--object:nth-of-type(even) div:first-of-type {	
	border-left: 0px solid #c8c8c8;
}

.sit-tourism--object-list .sit-tourism--image-instead-of-logo img, 
.sit-tourism--object-list .sit-tourism--logo img, 
.sit-tourism--object-list .sit-tourism--no-logo img {
	padding-right: 20px;
	padding-left: 20px;
}
.sit-tourism--infos {
	width: 70%;
	margin-right: 20px;
}
.sit-tourism--description h1,
.sit-tourism--description h2,
.sit-tourism--description h3,
.sit-tourism--description h4 {
	font-family: 'PT Serif', sans-serif;
	font-size: 24px;
}
.sit-tourism--infos h2 {
	font: bold 20px 'PT Serif', sans-serif;
	padding-bottom: 10px;
}
.sit-tourism--detail h1 {
	font: bold 26px 'PT Serif', sans-serif;
}
p.categories, p.sit-tourism-communities-list {
	padding-bottom: 0;
	font-size: 14px;
	color: #919191;
	line-height: 1.3em;
}
p.sit-tourism--description {
	padding-top: 10px;
	padding-bottom: 10px;
}
@media (max-width: 767px) {
	
	.sit-tourism--object-list > div {
		width: 100%;
	}
	.sit-tourism--object:nth-of-type(even) div:first-of-type {	
		border-left: 0px solid #c8c8c8;
	}
}
/* Buchungslink */
#quicklinks {
	position: fixed;
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	width: 46px;
	height: auto;
	padding: 0;
	text-align: center;
	line-height: 1.2em;
	z-index: 100;
	top: 35em;
	transition: all 300ms ease-in-out 0s;
	right: -50px;
	background-color: rgba(145, 168, 70, 0.6);
	opacity: 0;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	overflow: hidden;
}
#quicklinks ul.nav, #quicklinks ul.nav li {
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 0;
	padding-top: 0;
	display: block;
}
#quicklinks ul.nav li a {
	display: block;
	padding: 3px;
	transition: all 300ms ease-in-out 0s;
}
#quicklinks ul.nav li a:hover {
	background-color: rgba(145, 168, 70, 1);
}
#quicklinks ul.nav li a img {
	width: 100%;
	height: auto;
}
#quicklinks.visible {	
	transition: opacity 300ms ease-in-out 0s;
	opacity: 1;
	right: 0px;

}

@media (max-width: 700px) { 
	#quicklinks, #quicklinks.visible  {
		top: 20em;

	}
}

/* Galerie */
body.galerie .item-page {
	text-align: center;
}
body.galerie .box {
	padding-top: 30px!important;
}
/* Galerie, Galerie Lightbox */


.ig-menu-grid-text h4 {
	color: #91a846;
	background: rgb(240, 244, 233);
	padding: 5px;
	text-align: center;
	margin-bottom: 0;
}
#main-box a.ig-menu-grid-link {
	text-decoration: none;
}
.ig-gallery-wrapper {
	padding-bottom: 40px;
}
div.igui-inline:after, div.ig-grid-img-link:after{
	content: "";
	position: absolute;
	border: 1px solid rgba(255, 255, 255);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: 10px;
	z-index: 30;
}

.igui-lightbox  {
	background-color: rgba(0, 0, 0, 0.8)!important;
	transition: all 300ms ease-in-out 0s;
}
.ig-lightbox-left-wrapper, .ig-lightbox-right-wrapper, .ig-thumb-scroller-lbox-below {
	background: none;
}
.igui-transition-slide-top, .igui-transition-slide-top {
	transform: translateY(0%);
}

.igui-lightbox-items .igui-active img {
	z-index: 200;
	position: relative;
}


.back-to-top-link {
	position: fixed;
	bottom: 20px;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	right: 20px;
	border-color: #2E4178;
	color: #91a747;
	font-size: 18px;
	line-height: 0.8em;
	display: flex;
	text-decoration: none!important;
	justify-content: center;
	align-items: center;
	z-index: 1000;
	background-color: #fff;
}
.back-to-top-link:focus, .back-to-top-link:hover {
	background-color: #91a747;
	color: #fff!important;
}
