@charset "UTF-8";
@import url('module.css');
@import url('../fonts/arimo-fontfacekit/stylesheet.css');
@import url('../fonts/noticia-text-fontfacekit/stylesheet.css');

*{
	margin: 0;
	padding: 0;
}

body{
	font-family: 'ArimoRegular', sans-serif;
	font-size: 14px;
	color: #010a26;
}

html, body, #container {height: 101%;}
body > #container {height: auto; min-height: 101%;}

p, #content ul, #content ol, #content table, address, h1, h2, h3, h4, h5, h6 {margin-bottom: 16px;}

address{
	margin-bottom: 16px;
	font-style: normal;
}

a,
a:visited{
	outline: none;
	color: #4c5e01;
}

a:hover,
a:active,
a:focus{
	text-decoration: none;
}

img{
	border: none;
}
	
img.right {
	display: block;
	float: right;
}

.tagungen img:not(:last-child){
	max-width:1170px;
	text-align:center;
	margin-bottom:5px;
}

/**********************************************

	   ////////// Nicht löschen ///////////

***********************************************/

.clear{
	clear: both;
	float: none;
}

.nopadding{
	padding: 0 !important;
}
.nomargin{
	margin: 0 !important;
}

/**********************************************

	   ////////// Seitenformatierung ///////////

***********************************************/


#background {
	position: fixed; 
	top: -50%; 
	left: -50%; 
	width: 200%; 
	height: 200%;
	z-index: 1;
}

#background img {
	position: absolute; 
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	margin: auto; 
	min-width: 50%;
	min-height: 50%;
}

#content .aktuelles-veranstaltungen img{
	width:80%;
}

@media screen and (max-width:930px){
	#content .aktuelles-veranstaltungen img{
	width:50%;
	}
}

@media screen and (max-width:870px){
	#content .aktuelles-veranstaltungen img{
	width:40%;
	}
}

@media screen and (max-width:650px){
#content .aktuelles-veranstaltungen p{
	text-align:left !important;
	margin-left:80px;
	}
	#content .aktuelles-headline h2{
	text-align:left !important;
	margin-left:160px;
	}
	#content .aktuelles-headline hr{
	display:none;
	}
}

@media screen and (max-width:560px){
#content .aktuelles-veranstaltungen p{
	text-align:left !important;
	margin-left:0;
	}
	#content .aktuelles-headline h2{
	text-align:left !important;
	margin-left:80px;
	}
}

@media screen and (max-width:450px){
	#content .aktuelles-veranstaltungen img{
	width:30%;
	margin-left:0 !important;
        
	}
	#content .aktuelles-headline h2{
	text-align:left !important;
	margin-left:0px;
	font-size:20px;
	}
}

#container,
#footer {
	position: relative;
	z-index: 2;
}

h1, h2, h3, h4, h5 {
	 font-family: 'NoticiaTextRegular', serif;
}

#container {
	background: url(../images/container.jpg) center top repeat-y;
}

#header {
	background: url(../images/header_2022.jpg) center 0 no-repeat;
	min-width: 960px;
}

#inner_header {
	width: 960px;
	margin: 0 auto;
	height: 340px;
	position: relative;
}

#header h1 {
	position: absolute;
	left: 50%;
	margin-left: -250px;
	top: 25px;
}

#header h1 a {
	display: block;
	width: 500px;
	height: 130px;
	text-indent: -9999px;
	font-size: 1px !important;
	color: #011959;
}

#mainmenu {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 55px;
	line-height: 55px;
}

#mainmenu ul {
	list-style: none;
	/*text-align: center;*/
	width: 1050px;
}

#mainmenu ul li {
	display: inline-block;
}

#mainmenu ul li a,
#mainmenu ul li a:visited,
#mainmenu ul li.empty {
	display: inline-block;
	font-size: 15px;
	color: #f2e8b3;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 0px;
	line-height: 47px;
	margin: 0 5px;
}

#mainmenu ul li.empty {
	cursor: help;
}

#mainmenu ul li a:hover,
#mainmenu ul li a:focus,
#mainmenu ul li a:active,
#mainmenu ul li.active a,
#mainmenu ul li.empty:hover {
	border-top: 4px solid #C8CA43;
	border-bottom: 4px solid #C8CA43;
	padding: 0px;
	color: #C8CA43; 
}

#contentcontainer {
	width: 940px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	padding: 0 10px 125px 10px;
}

.teaser {
	width: 400px;
	float: left;
	margin-right: 20px;
	background:  #bfba75;
	padding: 0 30px;
}

.teaser img {
	margin: 0 -30px 20px;
	display: block;	
}

.teaser h2 {
	font-size: 24px;
	color: #021859;
	font-weight: normal;
	margin-bottom: 0;
}

.teaser a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.teaser a:hover,
.teaser a:active,
.teaser a:focus {
	text-decoration: underline;
}

img.left {
	display: block;
	float: left;
	margin: 0 2px 25px 0!important;
	padding: 2px;
	border: 1px dotted #777;
}

#contentcontainer ul {margin-left: 15px !important;}

#contentcontainer h2, 
#contentcontainer h3,
#contentcontainer h4,
#contentcontainer h5 {
	font-size: 24px;
	color: #021859;
	font-weight: normal;
	margin-bottom: 10px;
}

#content .teaser {
	background: transparent;
	padding: 0;
	width: 460px;
}

#content .teaser img {
	margin: 0;
}

#content .teaser a{
	color: #021859;
	font-weight: bold;
}

hr {
	clear: both;
	margin: 40px 0;
	border: none;
	height: 4px;
	background: url(../images/hr.jpg) center top no-repeat;
}

#preise table {
	width: 420px;
	border-collapse: collapse;
	text-align: right;
	padding: 0;
}

#preise table td:first-child {
	text-align: left;
}

#preise table tr:first-child {
	background: #ededed;
}
#preise table td {
	padding: 5px;
	border-bottom: 1px dotted #ededed;
}

.entry {
	margin: 20px 0;
	background: #021859;
	color: #fff;
	padding: 40px 30px 40px 30px;
	position: relative;
	border-radius: 10px;
}

.entry h3 {
	color: #fff !important;
	font-style: italic;
	font-size: 30px !important;
	margin-bottom: 15px !important;
}

.entry .special {
	width: 175px;
	height: 170px;
	padding-top: 70px;
	background: url(../images/special.png) 0 0 no-repeat;
	position: absolute;
	top: -19px;
	right: 28px;
	color: #010a26;
	font-size: 22px;
	text-align: center;
}

#footer {
	clear: both;
	height: 83px;
	min-width: 960px;
	background: url(../images/footer.jpg) center top no-repeat;
	position: relative;
	margin-top: -83px;
}

#inner_footer {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #011140;
	padding: 25px 0 0 0;
}



.imgbox {
	display: block;
	position: relative;
	float: left;
}

.imgbox  a.fb img {
	display: block;
	position: relative;
}

.lupe {
	position: absolute;
	right: 5px;
	bottom: 20px;
	z-index: 905;
}

ul.galerie {
	list-style-type: none;
	height: 140px;
	white-space: no-wrap;
	overflow: hidden;
}

ul.galerie li {
	display: block;
	position: relative;
	vertical-align: bottom;
	float: left;
}

ul.galerie li img {
	width: 165px;
	bottom: 0;
	position: relative;
	cursor: pointer;
	margin: 5px 2px 5px;
	padding: 3px;
	border: 1px dotted #ededed;
}
ul.galerie li img.img_active {
	width: 200px;
}

ul.galerie li img.lupe {
	bottom: 5px !important;
	position: absolute !important;
	right: 5px !important;
	margin: 0 !important;
	border: none !important;
	width: 40px !important;
	height: 40px !important;
}

.aligncenter {
	text-align: center !important;
}

.zitat h3{
	color: #010a26 !important;
	font-size: 18px !important;
}

h3.speisenhighlight {
	background: #031859;
	color: #F3E7AD !important;
	padding: 10px;
	margin-bottom: 0 !important;
}

table.speisen {
	border-collapse: collapse;
	border: none;
	width: 100%;
	border-top: 1px solid #363E56;
	border-bottom: 3px solid #363E56;
}

table.speisen tr td {
	padding: 5px 10px;
	font-size: 17px;
	line-height: 19px;
	border-bottom: 1px solid #363E56;
}

table.speisen tr:nth-child(2n) {
	background: #EDEDED;
}

table.speisen tr td:first-child {
	font-weight: bold;
	width: 300px
}

table.speisen tr td:last-child {
	text-align: right;
}

table.speisen tr td span.desc {
	font-weight: normal;
	display: block;
	font-size: 15px;
}

.halfcol {
	width: 450px;
}

.left {
	float: left;
}

.right {
	float: right;
}

#footer address,
#footer ul {
	margin: 0;
}

#footer ul {
	list-style: none;
}

#footer ul li {
	display: inline-block;
}

#footer ul li a,
#footer ul li a:visited {
	display: inline-block;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #011140;
}

#footer ul li a:after {
	content: "·";
	padding-left: 4px;
}
#footer ul li:last-child a:after {
	content: "";
	padding-left: px;
}
#footer ul li a:hover,
#footer ul li a:focus,
#footer ul li a:active,
#footer ul li.active a,
#footer ul li.empty:hover {
	color: #1F3003;
}