* {
	margin: 0;
	padding: 0;
}

@font-face {
    font-family: 'Journal';
    src: url('/css/journal_regular_macroman/journal-webfont.eot');
    src: url('/css/journal_regular_macroman/journal-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/journal_regular_macroman/journal-webfont.woff') format('woff'),
         url('/css/journal_regular_macroman/journal-webfont.ttf') format('truetype'),
         url('/css/journal_regular_macroman/journal-webfont.svg#journalregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	background: url("/images/hintergrund.jpg") no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
}

h1 {
	font-family: 'Journal';
	text-shadow: gray 1px 1px;
	font-size: 110px;
	color: white;
}

h2 {
	margin-top: -1.5em;
	font-weight: normal;
}

h3 {
	font-family: 'Journal';
	text-align: center;
	font-size: 3em;
	color: rgb(91, 91, 93);
}

h4 {
	text-align: center;
	font-weight: lighter;
	color: rgb(91, 91, 93);
	padding-bottom: 15px;
}

h5 {
	font-size: medium;
	color: rgb(91, 91, 93);
}

h6 {
	font-size: .9em;
	color: rgb(91, 91, 93);
}

h7 {
	font-family: 'Journal';
	text-align: left;
	font-size: 3em;
	color: rgb(91, 91, 93);
}

a {
	text-decoration: none;
	color: orange;
}

a:hover {
	color: cornflowerblue;
}

a:visited {
	text-decoration: none;
	color: orange;
}

a.navigation {
	font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	font-size: 20px;
	text-decoration: none;
	text-shadow: gray 1px 1px;
	color: white;
}

a.navigation:hover {
	font-size: 20px;
	text-decoration: underline;
}

a.news_link {
	text-decoration: none;
	color: rgb(91, 91, 93);
}

a.news_link:hover {
	text-decoration: none;
}

.linkactive {
	color: rgb(250, 186, 25) !important;
	text-decoration: underline !important;
}

.schatten {
	box-shadow: 4px 4px 10px rgb(91,91,93);
}

.step {
	border: 2px solid orange;
	border-radius: 5px;
	border-spacing: 3pt 3pt;
	padding: 5px;
}

.orange {
	color: orange;
}

#navigation {
    position: relative;
    height: inherit;
    padding-top: 140px;
}

#navigation ul li {
	padding: 12px;
	list-style: none;
	display: inline;
}

#container {
	margin: 30px auto;
	width: 960px;
}

#header {
	width: 100%;
	background: #003D80;
    background-image: url("/images/schriftzug.png");
    background-size: 500px 100px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
	margin-bottom: 2%;
	height: 180px;
	text-align: center;
	box-shadow: 4px 4px 10px rgb(91,91,93);
}

#logo {
	background-image: url("/images/logo.png");
    background-size: cover;
    width: 200px;
    height: 120px;
    position: absolute;
    margin-top: 20px;
}

#content {
	height: auto;
	min-height: 590px;
	float: left;
	width: 74%;
	margin-right: 1%;
	background: rgba(255,255,255,0.85);
	color: rgb(91, 91, 93);
	border-radius: 5px;
	box-shadow: 4px 4px 10px rgb(91,91,93);
}

#content div {
	padding: 2%;
}

.show {
	display: inline !important;
}

#footer {
	margin: 1%;
	text-align: center;
	font-weight: lighter;
	font-size: .8em;
	color: white;
}

#footer a {
	color: white;
}

#footer a:hover {
	color: orange;
}

#footer ul li {
	padding: 1em;
	list-style: none;
	display: inline;
}

.sidebar {
    float: left;
	width: 25%;
	background: rgba(255,255,255,0.85);
	height: auto;
	border-radius: 5px;
	color: rgb(91, 91, 93);
	font-size: small;
	margin-bottom: 1%;
	box-shadow: 4px 4px 10px rgb(91,91,93);
}

.sidebar div {
    padding: 5%;
}

.sidebar ul li {
    list-style: none;
    line-height: 20px;
}

.sidebar ul li a:hover {
    color: cornflowerblue;
}

#sidebar1 {
	float: left;
	width: 25%;
	background: rgba(255,255,255,0.85);
	height: auto;
	border-radius: 5px;
	color: rgb(91, 91, 93);
	font-size: small;
	margin-bottom: 1%;
	box-shadow: 4px 4px 10px rgb(91,91,93);
}

#sidebar1 div {
	padding: 5%;
}

#sidebar1 div table {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

.text_sidebar {
    padding-top: 10px;
    font-size: 12px;
    text-align: justify;
}

#sidebar2 {
	float: left;
	width: 25%;
	background: rgba(255,255,255,0.85);
	height: auto;
	border-radius: 5px;
	color: rgb(91, 91, 93);
	font-size: small;
	margin-bottom: 1%;
	box-shadow: 4px 4px 10px rgb(91,91,93);
}

#sidebar2 div {
	padding: 5%;
}

#sidebar2 div table {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

#sidebar3 {
	float: left;
	width: 25%;
	background: rgba(255,255,255,0.85);
	height: auto;
	border-radius: 5px;
	color: rgb(91, 91, 93);
	font-size: small;
	margin-bottom: 1%;
	box-shadow: 4px 4px 10px rgb(91,91,93);
}

#sidebar3 div {
	padding: 5%;
}

#impressum {
    font-size: .8em;
    text-align: justify;
}

#impressum p {
    padding-bottom: 20px;
}

.text {
	font-size: .8em;
	color: rgb(91, 91, 93);
}

.captcha img {
	width: 100%;	
}

.news_box {
	margin-bottom: 4%;
	width: 46%;
	float: left;
}

.news_head {
	position: relative;
	width: auto;
	margin-top: -45px;
	background: #003D80;
}

.news_titel {
	width: 100%;
	text-align: left;
	font-family: 'Journal';
	line-height: 30px;
	font-size: 2em;
	display: inline;
	color: white;
}

.news_datum {
	text-align: right;
	font-family: Times;
	font-size: 1em;
	display: inline;
}

.news_bild {
	position: relative;
	width: 100%;
	display: inline;
}

.news_bild img {
	width: 100%;
}

.news_content {
	margin-top: 3%;
	height: 2em;
	font-size: .8em;
}

.news_content p {
	font-size: 1em;
	color: rgb(91, 91, 93);
}

.artikel_titel {
	background: #003D80;
	color: white;
	width: auto; 
	padding: 10px;
	display: block;
	margin-top: -14px;
}

.artikel_bild {
	width: 40%;	
	float: left;
	margin-right: 5%;
	margin-bottom: 5%;
	display: block;
}

.artikel_datum {
	margin-top: -40px;
	margin-bottom: 2%;
	margin-right: 2%;
}

.artikel_inhalt {
	margin-right: 2%;
	text-align: justify;
}

.artikel_inhalt p {
	font-size: .8em;
	color: rgb(91, 91, 93);
}

.trenner {
	padding: 0 !important;
	margin-top: 2em;
	height: .1em;
	width: 96%;
	background: grey;
}

#reservierung {
	display: inline !important;
	margin: 1%;
}

#reservierung div {
	width: 46%;
	display: inline !important;
	float: left;
}

#reservierung select {
	width: 100%;
}

.input {
	width: 80%;
}

/*--- Button & Farben fuer die Reservierung ---*/

.button_abfahrt {
	height: auto;
	width: 44%;
	font-size: .9em;
	padding: 4%;
	margin: 2%;
	margin-left: 0;
	border-radius: 5px;
}

.frei {
	background-color: #82FA58;
}

.belegt {
	background-color: #FA5858;
}

.active {
	background-color: #82FA58;
}

.gallerythumb {
	width: 100px;
	height: 100px;
}

/* Ab hier für iPad */
@media only screen and (max-width: 1024px) {
	h1 {
		font-size: 6em;
	}
	
	a.navigation {
		font-size: 200%;
	}
	
	a.navigation:hover {
		font-size: 200%;
	} 
	
	#container {
		width: 98%;
		margin: 1%;
	}
	
	#content {
		width: 77%;
	}
	
	#header {
		height: auto;
		padding-bottom: 1%;
	}
    
    #logo {
       width: 100px;
       height: 80px;
    }
    
    .sidebar {
        width: 22%;
		min-width: 150px;
		margin-right: 0;
		margin-bottom: 1%;
    }
    
	#sidebar1 {
		width: 22%;
		min-width: 150px;
		margin-right: 0;
		margin-bottom: 1%;
	}
	
	#sidebar2 {
		width: 22%;
		height: 200px;
		margin-bottom: 1%;
	}
	
	#sidebar2 div {
		padding: 2%;
	}
}

/* Ab hier für iPad mit 768px */
@media only screen and (max-width: 768px) {
	h1 {
		font-size: 6em;
	}
	
	a.navigation {
		font-size: 200%;
	}
	
	a.navigation:hover {
		font-size: 200%;
	}
    
    #logo {
        height: 3em;
        width: 3.5em;
        position: relative;
        display: block;
        float: left;
    }
	
	#container {
		width: 98%;
		margin: 1%;
	}
	
	#content {
		width: 70%;
	}
	
	#navigation ul li {
		padding: .5em;
		list-style: none;
		display: inline;
	}
    
    .sidebar {
        width: 29%;
		min-width: 150px;
		margin-right: 0;
		margin-bottom: 1%;
    }
	
	#sidebar1 {
		width: 29%;
		min-width: 150px;
		margin-right: 0;
		margin-bottom: 1%;
	}
	
	#sidebar2 {
		width: 29%;
		height: 200px;
		margin-bottom: 1%;
	}
	
	#sidebar2 div {
		padding: 2%;
	}
	
	.news_box {
		width: auto;
		float: left;
	}
	
	.news_head {
		display: block !important;
		margin-bottom: 1% !important;
	}
	
	.news_titel {
		width: 100% !important;
	}
	
	.news_bild {
		position: relative;
		width: 100%;
		display: block !important;
		float: none;
		margin: 0 !important;
	}
	
	.news_bild img {
		width: 100%;
	}
	
	.news_content {
		text-align: justify;
		height: 2em;
	}
	
	.artikel_head {
		margin-top: -30px !important;
	}
	
	.artikel_titel {
		width: auto;
		text-align: left;
		font-family: 'Journal';
		line-height: 30px;
		font-size: 2em;
		display: block !important;
		color: white;
	}
	
	.artikel_bild {
		position: relative;
		width: 100%;
		display: block !important;
		float: none;
		margin: 0 !important;
	}
	
	.artikel_datum {
		margin-bottom: 2%;
		margin-right: 2%;
	}
	
	.artikel_inhalt {
		margin-right: 2%;
		text-align: justify;
	}
}

/*  */
@media only screen and (max-width: 600px) {
	#content {
		width: 100%;
		margin-bottom: 2%;
	}
    
    .sidebar {
        width: 100%;
		margin-right: 2%;
    }
	
	#sidebar1 {
		width: 49%;
		margin-right: 2%;
	}
	
	#sidebar2 {
		width: 49%;
	}
}

/* Smartphone Landscape Modus */
@media only screen and (max-width: 480px) and (orientation: landscape) {
	body {
		background: url("http://www.immenstadt.de/typo3temp/pics/bbf25a6213.jpg") center center fixed;
		background-repeat: repeat-y;
		background-size: 100%;
	}
	
	h1 {
		font-size: 500%;
		color: white;
	}
	
	a.navigation {
		font-family: 'Journal';
		font-size: 2em;
		text-decoration: none;
	}
	
	a.navigation:hover {
		font-family: 'Journal';
		font-size: 2em;
		text-decoration: underline;
	}
	
	.linkactive {
		color: white !important;
		text-decoration: underline !important;
	}
	
	#header {
		height: auto;
		padding: 0;
	}
	
	#navigation {
		width: 100%;
		margin-top: 0em;
		background: orange;
	}
	
	#navigation ul li {
		padding: .3em;
		list-style: none;
		display: inline;
	}
	
	#content {
		width: 100%;
		height: auto;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 2%;
	}
	
	#content div {
		padding: 5%;
	}
	
	/* Für die Smartphone-Anzeige sind die divs immer sichtbar */
	#content div div {
		text-align: justify;
		display: inline;
	}
    
    .sidebar {
        width: 100%;
		height: auto;
		margin-right: 0;
		margin-bottom: 2%;
    }
	
	#sidebar1 {
		width: 100%;
		height: auto;
		margin-right: 0;
		margin-bottom: 2%;
	}
	
	#sidebar2 {
		width: 100%;
		height: auto;
		margin-right: 0;
		margin-bottom: 2%;
	}
	
	.content-link {
		display: none;
	}
	
	.text {
		font-size: 1em;
	}
	
	.news_box {
		width: auto;
		float: left;
	}
	
	.news_head {
		display: block !important;
		margin-bottom: 1% !important;
	}
	
	.news_titel {
		width: 100% !important;
	}
	
	.news_bild {
		position: relative;
		width: 100%;
		display: block !important;
		float: none;
		margin: 0 !important;
	}
	
	.news_bild img {
		width: 100%;
	}
	
	.news_content {
		text-align: justify;
		height: 2em;
	}
	
	.artikel_head {
		margin-top: -30px !important;
	}
	
	.artikel_titel {
		width: auto;
		text-align: left;
		font-family: 'Journal';
		line-height: 30px;
		font-size: 2em;
		display: block !important;
		color: white;
	}
	
	.artikel_bild {
		position: relative;
		width: 100%;
		display: block !important;
		float: none;
		margin: 0 !important;
	}
	
	.artikel_datum {
		margin-bottom: 2%;
		margin-right: 2%;
	}
	
	.artikel_inhalt {
		margin-right: 2%;
		text-align: justify;
	}
}

/* Smartphone Portrait-Modus */
@media only screen and (max-width: 480px) and (orientation: portrait) {
	body {
		background: url("http://www.immenstadt.de/typo3temp/pics/bbf25a6213.jpg") center center fixed;
		background-repeat: repeat-y;
		background-size: 100%;
	}
	
	h1 {
		font-size: 350%;
	}
	a.navigation {
		font-family: 'Journal';
		font-size: 2em;
		text-decoration: none;
	}
	
	a.navigation:hover {
		font-family: 'Journal';
		font-size: 2em;
		text-decoration: underline;
	}

	.linkactive {
		color: white !important;
		text-decoration: underline !important;
	}
	
	#header {
        height: 150px;
        width: 100%;
        background-image: url("/images/schriftzug.png");
        background-size: 250px 50px;
        background-repeat: no-repeat;
        background-position: 50% 10%;
        text-align: center;
        box-shadow: 4px 4px 10px rgb(91,91,93);
    }
    
    #logo {
        display: none;
    }
	
	#navigation {
        padding-top: 60px;
		width: 100%;
		margin-top: 0;
	}
	
	#navigation ul li {
		padding: 5px;
		list-style: none;
		display: inline;
	}
	
	#content {
		width: 100%;
		height: auto;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 2%;
	}
	
	#content div {
		padding: 5%;
	}
	
	/* Für die Smartphone-Anzeige sind die divs immer sichtbar */
	#content div div {
		text-align: justify;
		display: inline;
	}
	
    .sidebar {
        width: 100%;
		height: auto;
		margin-right: 0;
		margin-bottom: 2%;
    }
    
	#sidebar1 {
		width: 100%;
		height: auto;
		margin-right: 0;
		margin-bottom: 2%;
	}
	
	#sidebar2 {
		width: 100%;
		height: auto;
		margin-right: 0;
		margin-bottom: 2%;
	}
	
	#reservierung div {
		width: 95% !important;
	}
	
	#reservierung div form select {
		width: 95%;
	}
	
	#reservierung div form input {
		width: 46%;
	}
	
	.captcha {
		width: 50%;
		float: left;
	}
	
	.captcha img {
		width: 50%;
	}
	
	.button_abfahrt {
		width: 87%;
	}
	
	.content-link {
		display: none;
	}
	
	.text {
		font-size: 1em;
	}
	
	.news_box {
		width: auto;
		float: left;
	}
	
	.news_head {
		display: block !important;
		margin-bottom: 1% !important;
	}
	
	.news_titel {
		width: 100% !important;
	}
	
	.news_bild {
		position: relative;
		width: 100%;
		display: block !important;
		float: none;
		margin: 0 !important;
	}
	
	.news_bild img {
		width: 100%;
	}
	
	.news_content {
		text-align: justify;
		height: 2em;
	}
	
	.artikel_head {
		margin-top: -30px !important;
	}
	
	.artikel_titel {
		width: auto;
		text-align: left;
		font-family: 'Journal';
		line-height: 30px;
		font-size: 2em;
		display: block !important;
		color: white;
	}
	
	.artikel_bild {
		position: relative;
		width: 100%;
		display: block !important;
		float: none;
		margin: 0 !important;
	}
	
	.artikel_datum {
		margin-bottom: 2%;
		margin-right: 2%;
	}
	
	.artikel_inhalt {
		margin-right: 2%;
		text-align: justify;
	}
}