@charset "UTF-8";

@font-face {
    font-family: GandhiSans;
    src: url("fonts/GandhiSans-Regular-webfont.eot") format("eot");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: GandhiSans;
    src: url("fonts/GandhiSans-Regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: GandhiSans;
    src: url("fonts/GandhiSans-Italic-webfont.eot") format("eot");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: GandhiSans;
    src: url("fonts/GandhiSans-Italic-webfont.woff") format("woff");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: GandhiSans;
    src: url("fonts/GandhiSans-Bold-webfont.eot") format("eot");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: GandhiSans;
    src: url("fonts/GandhiSans-Bold-webfont.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: GandhiSans;
    src: url("fonts/GandhiSans-BoldItalic-webfont.eot") format("eot");
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: GandhiSans;
    src: url("fonts/GandhiSans-BoldItalic-webfont.woff") format("woff");
    font-weight: bold;
    font-style: italic;
}





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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
	height:100%;
}
*,
*:before,
*:after { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

body {	
	position:relative;
	width:100%;
	min-height:100%;
	padding:0;
	margin:0;
	background-image: url(images/background.jpg);
	background-size: cover;
	background-position:center right;
	background-repeat:no-repeat;
}

body,
button,
input,
select,
textarea {
	color: #444;
	font-family: 'GandhiSans',sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 26px;
	line-height: 2.6rem;
}

h1 {
   	font-size: 30px;
   	font-size:3rem;
   	padding: 0 0 15px 0;
	margin: 0 0 9px 0;
}

h3, h4, h5 {
	clear:both;
	font-family: 'GandhiSans', sans-serif;
	font-weight: normal;	
	color: #00a0dd;
	text-transform: uppercase;
	text-rendering: optimizeLegibility;
	clear: both;
}

h2 {
   	font-family: 'GandhiSans', sans-serif;
	font-weight: normal;
	color: #00a0dd;
	text-transform: uppercase;
	text-rendering: optimizeLegibility;
   	font-size: 26px;
   	font-size: 2.6rem;
   	padding: 10px 0 5px 0;
	margin: 6px 0 9px 0;
}
    
h3 {
   	font-size: 20px;
   	font-size: 2rem;
   	padding: 0 0 5px 0;
	margin: 26px 0 0 0;
   	color: #00a0dd;
}

h4 {
   	color: #00a0dd;
   	font-size: 17px;
   	font-size: 1.7rem;
   	padding: 0 0 5px 0;
	margin: 26px 0 0 0;
	font-weight: normal;
}
h4:first-of-type {
	margin: 10px 0 0 0;
}

p, article ul, code, audio {
	padding-top: 5px;
	margin: 0 0 10px 0;
}
.blue, .blue a {
	color:#00a0dd;	
}
.gold {
	color:#e8b448;	
}

strong, b {
	font-weight: bold;	
}

i, em {
	font-style: italic;	
}

a {
	color: #00a0dd;
	text-decoration: none;
	font-weight: normal;
	-webkit-transition-property: color;
    -webkit-transition-duration: 0.6s;	
	transition-property: color;
    transition-duration: 0.6s;
}

a:hover {
	text-decoration: none;
	color: #e8b448;
	
}

a:active, {
}

img {
	display: inline;
	border: none;	
	margin-right: 10px;
}

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

.wrapper {
	position:absolute;
	margin: 0 20% 0 7%;
	bottom:15%;
}
.wrappertext {
	position:relative;
	margin: 20px 20% 20px 7%;
}


header {
}

header h1 {
	text-indent:-9999px;	
	height:0px;
	padding:0;
	margin:0;
}
header img {
	padding:0;
	margin:0;
}

nav ul {
	clear:both;
	position: relative;
	margin-top: 40px;
	float: right;
	text-align: right;
	list-style: none;
}

nav li {		
	text-transform: uppercase;
	text-decoration: none;
	padding: 0;
}

nav li a {	
	color: #787373;
	font-size:15px;
	font-size:1.5rem;
	font-weight: bold;
	display: inline-block;
}


nav li a:hover {	
	color: #bd0d25;
}

nav li:last-of-type a {	
}

nav li.current-menu-item a, nav li.current-menu-parent a, nav li.current-menu-ancestor a, nav li.current-page-ancestor a {
	color: #bd0d25;
}

nav li ul.sub-menu {
display: none;
margin-top: 4px;
}

nav li ul.sub-menu li ul.sub-menu {
display: none;
margin-top: 0px;
}

nav .current_menu_parent ul.sub-menu {
display: block;
}

nav li.current-menu-item ul.sub-menu {
display: block;
}

nav ul.sub-menu li.current-menu-item ul.sub-menu {
display: block;
}

nav ul.sub-menu li.current_menu_ancestor ul.sub-menu {
display: block;
color: #bd0d25;
}

nav ul li.current-menu-ancestor ul.sub-menu {
display: block;
color: #bd0d25;
}

nav ul li ul.sub-menu li.current-menu-ancestor a {
color: #bd0d25;
}

nav a {
	color: #bd0d25;
}
nav li.current-menu-item a {
	color: #bd0d25;
}
nav li.current-menu-item ul.sub-menu a {
	color: #bd0d25;
	font-size: 13px;
	font-size: 1.3rem;
	border: none;
	padding: 5px 0 0 0;
	margin: 0;
	text-align: right;
}
nav li.menu-item ul.sub-menu a:hover {
color: #bd0d25;
}
nav li ul.sub-menu li {
	padding: 0 0 5px 0;
	margin: 0;	
}
nav li ul.sub-menu li:first-of-type {
	padding-top: 3px;
}
nav li ul.sub-menu li:last-of-type {
	padding-bottom: 20px;
}
nav li ul.sub-menu li.menu-item a {
color: #bd0d25;
	font-size: 13px;
	font-size: 1.3rem;
	border: none;
	padding: 0;
	margin: 0;
	text-align: right;
}
nav li ul.sub-menu li.current-menu-item a {
	color: #bd0d25;
	font-size: 13px;
	font-size: 1.3rem;
	border: none;
	padding: 0;
	margin: 0;
	text-align: right;
}

nav li ul.sub-menu li ul.sub-menu li:last-of-type {
	padding-bottom: 10px;
}

nav li ul.sub-menu li ul.sub-menu li.menu-item {
	line-height: 14px;
	line-height: 1.4rem;
}

nav li ul.sub-menu li ul.sub-menu li.menu-item a {
	color: #bd0d25;
	font-size: 11px;
	font-size: 1.1rem;
	border: none;
	padding: 0;
	margin: 0;
	text-align: right;
}

nav li ul.sub-menu li ul.sub-menu li.menu-item a:hover {
	color: #bd0d25;
}

nav li ul.sub-menu li ul.sub-menu li.current-menu-item a {
	color: #bd0d25;
	font-size: 11px;
	font-size: 1.1rem;
	border: none;
	padding: 0;
	margin: 0;
	text-align: right;
}

#headbar {
	position:fixed;
	z-index:8999;
	width: 100%;
	max-width:900px;
	padding-left: 240px;
	padding-right: 20px;
	top: 0px;
	color: #787373;
}	

#headbar ul {
	height: 80px;
 	padding-top: 25px;
 	background: rgba(255,255,255,0.9);
	border-bottom: 2px dotted #787373;
	list-style: none;
}	

#headbar li {
	float: left;
	padding:0 15px 0 0;
	margin: 0;	
}
#headbar li:last-of-type {
	float: right;
	padding:0;
	margin: 0;	
	width:40%;
}

#headbar li a {
	color: #787373;
   	font-size: 40px;
	font-size: 4rem;
	font-family: 'entypo', sans-serif;
}
#headbar li a.socialtype {
   	font-family: 'entyposocial', sans-serif;
}

#headbar li a:hover {
	color: #bd0d25;
	
}

#headbar #submit {
	float:right;
	text-align:right;
	cursor:pointer;
	vertical-align:middle;
	font-family: 'entypo', sans-serif;
	font-size: 40px;
	font-size: 4rem;
	color: #787373;
	border: none;
	background: none;
	margin:0;
	padding:0;
	width:20%;
	-webkit-transition-property: color;
    -webkit-transition-duration: 0.6s;
    transition-property: color;
    transition-duration: 0.6s;
}

#headbar #submit:hover {
	color: #bd0d25;
}

#searchform section:hover {
	background-color:#ddd;
	padding-left:3px;
}

#headbar input {
	vertical-align:middle;
	font-family: 'GandhiSans', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	border: none;
	color: #787373;
	margin:0;
	background:none;
	width:80%;
}


.main {
	position:relative;
	width: 100%;
	max-width:900px;
	padding-left: 240px;
	margin-top:100px;
}
.vorspann {
	font-size:19px;
	font-size:1.9rem;
} 
article header {
	position:relative;
	padding:0;
	margin:0;
	width:100%;
	z-index:0;
}
article ul {
	list-style: none;
}

article ul li {
	padding-left: 20px;
}

article ul li:before {
	content: "»\A0\A0";
	color: #bd0d25;
	margin-left: -20px;
}

figure {
	padding:0;
	margin:0;
}
figure img {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
}

.alignleft {
	margin: 7px 20px 20px 0px;
	float: left;
	display: inline;
}

.alignleft:last-of-type.buchschatten  {
	float: none;
}

.foto .alignleft:last-of-type  {
	float: none;
}

.alignright {
	margin: 7px 0px 20px 20px;
	float: right;
	display: inline;
}

.startlinks {
	margin-top: 260px;
	float: left;
	width: 320px;
}

.startrechts {
	margin-top: 260px;
	float: right;
	width: 320px;
}

.startrechts h3 {
	margin-top: 0px;
	padding-top: 5px;
}

.buch img {
	box-shadow: 2px 2px 4px #ccc;
}

.buchschatten {
	box-shadow: 2px 2px 4px #ccc;
}

.schatten {
	box-shadow: 2px 2px 4px #ccc;
	margin-bottom: 0;
}

.map {
	display:table;
	float:right;
	padding:0 0 20px 20px;
	width:65%;
	height:300px;
}

article {
	border-bottom: 1px dotted #787373;
	padding-bottom:10px;
}

article:last-of-type {
	border-bottom: none;
}

.page-id-60 article p {
	display:table;
	width:100%;
	margin-bottom:30px;
}

.page-id-60 article img {
	box-shadow: 0px 0px 3px #333;
	-moz-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	-o-transform: rotate(2deg);
	-webkit-transform: rotate(2deg);
	transform: rotate(2deg);
}
.page-id-60 article p:nth-of-type(4n+2) img {
	-moz-transform: rotate(-1deg);
	-ms-transform: rotate(-1deg);
	-o-transform: rotate(-1deg);
	-webkit-transform: rotate(-1deg);
	transform: rotate(-1deg);
}
.page-id-60 article p:nth-of-type(4n+3) img {
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
	transform: rotate(3deg);
}
.page-id-60 article p:nth-of-type(4n+4) img {
	-moz-transform: rotate(1deg);
	-ms-transform: rotate(1deg);
	-o-transform: rotate(1deg);
	-webkit-transform: rotate(1deg);
	transform: rotate(1deg);
}
.orange {
	font-family: 'GandhiSans','Helvetica Neue','Trebuchet MS', sans-serif;
	color:#e46f00;
	font-weight:bold;
	padding-bottom:0;
	margin-bottom:0;
}


.wpex_div {
	-webkit-transition-property: display;
    -webkit-transition-duration: 6s;
    transition-property: display;
    transition-duration: 6s;
}

footer {
	clear: both;
	float: none;
	width: 100%;
	max-width:900px;
	padding-left: 240px;
	margin-top:30px;
	top: 0px;
	color: #787373;
}

footer a {
}

footer a:hover {
}

footer ul {
	display:block;
	border-top: 2px dotted #787373;
	padding: 0;	
	list-style: none;
}

footer p, footer li {
	float: left;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 2px 15px 0 0;
	margin: 0 25px 0 0;	
}

footer p:first-of-type {
	padding-right: 0;	
}

footer li:last-of-type {
	padding-right: 0;	
}

.event-time {
	width: 32%;
}

td, th {
	vertical-align: top;
	text-align: left;
	padding: 5px 0 5px 0;
}

th {
	border-bottom: 1px dotted #807575;
}

td {
	border-bottom: 1px dotted #807575;
	padding-right: 10px;
}

.em-booking-form-details {
	padding: 0 !important;
}

input[type="submit"] {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	background-color: #bd0d25;
	color: #fff;
	border: none;
	height: auto;
	margin-top: 10px;
	padding: 3px;
	-webkit-transition-property: background-color;
    -webkit-transition-duration: 0.6s;
    transition-property: background-color;
    transition-duration: 0.6s;
    width:auto;
}

input[type="submit"]:hover {
	background-color: #bd0d25;
}

#em-wrapper p:first-of-type {
	display: none;	
}

.em-search-wrapper {
	display: none;	
}

.events-table {
	width: 100% !important;
}