@charset "UTF-8";
@import url('font.css');
@import url('topnavigation.css');
	@import url('home.css');
	@import url('news.css');
	@import url('menue.css');
	@import url('menue_info_window.css');
	@import url('media.css');
	@import url('impressum.css');
	@import url('reservierung.css');
	@import url('meinung.css');
	@import url('kontakt.css');
@import url('bottombar.css');
/*CSS RESET*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	text-decoration: none;
}
a:hover{
	color: orange;
}
/*ENDE CSS RESET*/

/*@IMPORTed FONT EINBETTUNG*/

/*ALLGEMEINE EINSTELLUNGEN*/
	body{
		background-image: url(../img/hp/bg.jpg);
		width: 100%;
	}
	#body_wrap {
		background-color: white;
		width: 960px;
		margin: auto;
		margin-top: 30px;
	}
	header {
		background-image: url(../img/hp/logo_960x160.jpg);
		width: 100%;
		height: 160px;
	}
	header a{
		width: 100%;
		height: 160px;
		display:block;
	}
	
	/* @IMPORTed Top Navigation */
	
	/*Content*/
		
		#container{
			width: 100%;
			flaot: left;
		}
		
		/* @IMPORTed HOME */
		
		/* @IMPORTed MENUE SPEISEKARTE */
		
		/* @IMPORTed MEDIA */
	
		/* @IMPORTed Impressum */
		
		/* @IMPORTed Reservierung */
		
		/* @IMPORTed Meinung */
		
		/* @IMPORTed Kontakt */
		
	/*ENDE Content*/
	
	/* @IMPORTed Bottom Bar */
	
	
	/*Footer*/
	footer{
		width: 960px;
		height: auto;
		margin: auto;
	
		clear: both;
		background-color: white;
	
		padding-top: 80px;
		padding-bottom: 20px;
		
		margin-bottom: 30px;
		text-align: center;
		font-family: sansregular;
		font-style: italic;
		font-size: 11pt;
	}
	.footerSpan{
		font-family: DVCondensed2;
		
	}

/* 父容器居中 + 内部横排 */
.highlights_container{
    width:100%;
    text-align:center;   /* 父容器文本居中 */
    margin:20px 0;
}

.highlight{
    display:inline-block;  /* 改为 inline-block 实现居中 */
    vertical-align:top;
    width:28%;
    margin:0 1%;
    font-family:Verdana, Arial, sans-serif;
    font-weight:bold;
    text-align:center;
    font-size:18px;
    background:#fff8e1;
    border:1px solid #e0c97f;
    padding:15px 10px;
    border-radius:10px;
    box-shadow:0 2px 6px rgba(0,0,0,0.15);
    box-sizing:border-box;
    line-height:1.5;
}

/* 手机自适应 */
@media (max-width:768px){
    .highlight{
        display:block;       /* 手机端占满一行 */
        width:100%;
        margin:10px 0;
        font-size:20px;
    }
}
	/*ENDE Footer*/
/*ENDE ALLGEMEINE EINSTELLUNGEN*/
