body {
	margin: 0;
	padding: 0;
	font-family: 'PT Sans', sans-serif;
/*	font-size: 1.5em;*/
	font-size: 22px;
	background: #f6f3e2;
	background-position: center center;
    background-size: cover;
}
#kontakt_links {
	margin-top: 0px;
	height: 35px;
	padding-top: 2px;
	background: #494949;
}
#kontakt_links ul {
	margin:0;
	padding: 1px;
	list-style:none;
	white-space: nowrap;
	float: right;
}
#kontakt_links li {
	display:inline;
	margin-right: 25px;
	float: left;
}

#kontakt_links a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
@media only screen and (max-width: 500px) {
	#kontakt_links {
		height: 50px;
		padding-top: 2px;
	}
	#kontakt_links ul {
		padding-top: 13px;
	}
	#kontakt_links_email {
		display: none !important;
	}
}
#kopf {
	border-bottom: 5px #a21146 solid;
	background-color: #f6f3e2;
	width: 100%;
	position: fixed;
	z-index: 1000;
}
@media only screen and (max-width: 500px) {
	#kopf {
		position: unset;
	}
}

#logo {
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}

#language {
	float: right;
	margin-top: 0px;
	margin-right: 20px;
}

#menu_smartphone {
	display: none;
}

@media only screen and (max-width: 500px) {
	#menu_smartphone {
		display: block;
		padding: 20px;
		clear: both;
	}
	#menu_smartphone a{
		text-decoration: none;
		font-size: 26px;
		font-weight: bold;
		text-transform: uppercase;
		color: #777777;
		vertical-align: middle;
	}
}

#menu_ebene1 {
	margin: 0 auto 0 auto;
	height: 80px;
	padding-top: 2px;
	max-width: 1400px;
}
#menu_ebene1 ul {
	margin:0;
	padding: 1px;
	list-style:none;
	white-space: nowrap;
	float: right;
}
#menu_ebene1 li {
	display:inline;
	margin-right: 25px;
	float: left;
	padding: 7px;
	margin-top: 0px;
}
#menu_ebene1 li:hover {
	background: #d9d7c6;
}
#menu_ebene1 span {
	font-size: 0.8em;
	text-transform: none;
	font-weight: normal;
}
#menu_ebene1 a {
	padding-left: 0px;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #494949;
	letter-spacing: 0.05em;
}
#menu_ebene1 li.akt a {
	color: #a21146;
}

@media only screen and (max-width: 1300px) {
	#menu_ebene1 {
		height: 56px;
		padding-top: 8px;
	}
	#menu_ebene1 a {
		font-size: 12px;
	}

}

#menu_ebene2 {
	margin: 0 auto 0 auto;
	height: 42px;
	padding-top: 2px;
	max-width: 1400px;
}
#menu_ebene2 ul {
	margin:0;
	padding: 1px;
	list-style:none;
	white-space: nowrap;
	border-top: 1px #a21146 solid;
	padding-left: 300px;
}
#menu_ebene2 li {
	display:inline;
	margin-right: 25px;
	float: left;
	padding: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 0px;
}
#menu_ebene2 li:hover {
	background: #d9d7c6;
}
#menu_ebene2 span {
	font-size: 0.8em;
	text-transform: none;
	font-weight: normal;
}
#menu_ebene2 a {
	padding-left: 0px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #494949;
	letter-spacing: 0.05em;
}
#menu_ebene2 li.akt a {
	color: #a21146;
}
#menubaum {
	display: none;
	clear: both;
	margin-top: 0px;
	padding-top: 2px;
	padding-left: 0px;
	background-color: #f6f3e2;
}
#menubaum ul {
	margin:0;
	padding: 1px;
	list-style:none;
	white-space: nowrap;
}
#menubaum li {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-left: 0px;
	border-top: 1px solid #a21146;
	padding-left: 20px;
}
#menubaum ul.sub li {
	border-top: 0px;
}
#menubaum span {
	font-size: 0.8em;
	text-transform: none;
	font-weight: normal;
}
#menubaum a {
	padding-left: 0px;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #494949;
	letter-spacing: 0.05em;
}
#menubaum li.akt a {
	color: #a21146;
}
#menubaum ul.sub li a {
	font-size: 14px;
}

@media only screen and (max-width: 500px) {
	#menu_ebene1 {
		height: auto;
		display: none;
	}
	#menu_ebene1 ul {
		float: none;
	}
	#menu_ebene1 li {
		display:block;
		float: none;
		padding-left: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	#menu_ebene1 a {
		font-size: 26px;
	}
	#menu_ebene2 {
		display: none;
	}
}

#container {
	padding: 0;
	padding-top: 130px;
}
@media only screen and (max-width: 500px) {
	#container {
		padding-top: 40px;
	}
}

div.contentBackground {
	background-repeat: no-repeat;
	/*background-size: 100%;*/
    /*height: 200vh;*/
	height: 500px;
    width: 100vw;
    /*position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
	margin-top: 115px;*/
	background-position: center;
    /*display: none;*/
}

@media only screen and (max-width: 500px) {
	div.contentBackground {
		position: static;
		top: 0;
		left: 0;
		z-index: 0;
		margin-top: 0;
		/*height: 30vh;*/
		height: 250px;
		background-size: auto 100%;
	}
}
#inhalt {
	margin: 0 auto 0 auto;
	max-width: 1200px;
	padding-top: 5px;
	padding-bottom: 50px;
	padding-left: 10px;
	padding-right: 10px;
	background: #f6f3e2;
	color: #494949;
	/*margin-top: 500px;*/
	/*opacity: 0.9;*/
}
#inhalt p {
	text-align: justify;
}
#inhalt.inhaltStartseite {
	margin-top: 500px;
}

@media only screen and (max-width: 500px) {
	#inhalt {
		margin-top: 0px;
	}
}

#inhalt h1 {
	font-size: 1.3em;
}

#inhalt div.kontaktformular fieldset {
    border: 0 none;
}
#inhalt div.kontaktformular fieldset legend {
    color: #4a4a4a;
    font-weight: bold;
    margin-top: 5px;
}
#inhalt div.kontaktformularFeld label {
    display: block;
    float: left;
    margin: 0;
    position: relative;
    width: 100px;
}
#inhalt div.kontaktformularFeld input, #hauptbereich div.kontaktformularFeld textarea {
    background-color: #FFFFFF;
    border: 1px solid #4a4a4a;
    margin-bottom: 2px;
    width: 300px;
}
#inhalt div.kontaktformularFeld input.ohneLabel, #hauptbereich div.kontaktformularFeld textarea {
    width: 360px;
}

#inhalt table th {
	background-color: #494949;
	color: #FFFFFF;
}

#inhalt table td {
	padding: 4px;
	vertical-align: top;
}

#inhalt a{
    padding-left: 26px;
	color: #494949;
    background: url(/fileadmin/hotel-bodenheim.de/link.png) 0px 5px no-repeat;
}

#inhalt a.cboxElement {
    padding-left: 0px;
    background-image: none;
	cursor: zoom-in;
}

#colorbox {
	font-size: 0.6em;
}


@media only screen and (max-width: 500px) {
	/* Force table to not be like tables anymore */
	#inhalt table, #inhalt thead, #inhalt tbody, #inhalt th, #inhalt td, #inhalt tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	#inhalt thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	#inhalt tr {
		border-bottom: 1px solid #ccc;
	}
	
	#inhalt td.tdVeranstaltungName {
		font-weight: bold;
	}
}

#fusszeile {
    bottom:0px;
	background-color: #494949;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 50px;
	text-align: right;
	color: #ffffff;
}
div.fussbox {
	float:left;
	text-align: left;
	width: 300px;
	margin-left: 50px;
	margin-top: 20px;
}
#fussmenu {
	width: 100%;
	text-align: right;
}
#fusszeile ul{
	margin:0;
	margin-left: 10px;
	margin-right: 10px;
	padding: 1px;
	list-style:none;
	white-space: nowrap;
}
#fusszeile li {
	display:inline;
	margin-right: 25px;
}
#fusszeile a{
	padding-left: 0px;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
}

#fusszeile p{
	text-align: left;
	margin-left: 50px;
	margin-right: 50px;
	color: #999999;
}
#fusszeile p.firstLine {
	margin-top: 150px;
}
@media only screen and (max-width: 500px) {
	#fusszeile ul {
		margin:0;
		padding: 1px;
		list-style:none;
		white-space: nowrap;
		text-align: left;
	}
	#fusszeile li {
		padding: 10px;
		margin-top: 10px;
		margin-left: 40px;
		display: block;
	}
	#fusszeile span {
		font-size: 0.8em;
		text-transform: none;
		font-weight: normal;
	}
	#fusszeile a {
		padding-left: 0px;
		text-decoration: none;
		font-size: 16px;
		font-weight: bold;
		text-transform: uppercase;
		color: #ffffff;
		letter-spacing: 0.05em;
	}
}
