@charset "utf-8";

/*
Theme Name: Stratmann
Theme URI: http://wordpress.org/extend/themes/twentytwelve
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/* =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%;
	vertical-align: baseline;
}
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;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px 0;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear,
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear,
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}

strong, b { font-weight: 600; }

/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 26px; 
	font-weight: 300;
	color: #000;
    line-height: 34px;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 10px;
}
button,
input {
    line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
button,
.button,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
	padding: 6px 15px;
	font-weight: 400;
	color: #fff;
	background: #ff5401;
	border: 0;
	border-bottom: 3px solid #ff8534;
	text-decoration: none;
	position: relative;
	display: inline-block;
	font-size: 14px;
	border-radius: 0;
}
button,
.button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
button:hover,
.button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #fff;
	background: #ff4901;
}
button:active,
.button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #fff;
	background: #ff5401;
	border: 0;
	margin-top: 3px;
}

button:before,
.button:before,
input[type="submit"]:before,
input[type="button"]:before,
input[type="reset"]:before {
	content: "› ";
	color: #fff;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.gallery-item {
    float: left;
}

.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 100%;
    padding: 0 7px 0 0;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #000;
	background: #0f0f0f;
	background: #111;
}
body.custom-font-enabled {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
a {
	outline: none;
	color: #ff6701;
    text-decoration: none;
}
a:hover {
	color: #ff6701;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:hover,
.main-navigation .assistive-text:active,
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.wrapper {
	width: 960px;
	margin: 0 auto;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
}

.site {
	width: 100%;
}
.site-content {
	margin: 30px 0 0;
}
.widget-area {
	margin: 30px 0 0;
}

/* Header */
.site-header {
	width: 960px;
	height: 220px;
	margin: 0 auto;
	position: relative;
}

body.home .site-header { height: 427px; }

div.spot {
	width: 618px;
	height: 302px;
	background: url(img/spot.png) no-repeat center center;
	position: fixed;
	top: 0;
	right: 50%;
	z-index: 1;
	text-align: center;
}

img.logo {
	z-index: 2;
	position: relative;
	margin-top: 30px;
}


#slider {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 0;
}

#slider div {
	position: absolute;
	background-image: none;
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
}

#subheader {
    text-align: right;
    color: #ff6701;
    font-size: 18px;
    line-height: 165px;
    font-weight: 300;
}

#main {
	border-top: 3px solid #ff6701;
	background: url(img/content-bg.gif) repeat;
	position: relative;
	z-index: 10;
}

#map {
	height: 300px;
	border-top: 3px solid #ff6701;
    border-bottom: 3px solid #ff6701;
	position: relative;
	z-index: 10;
	background: #000;
}
#map iframe {
	width: 100%;
	height: 300px;
	opacity: 0.8;
}

#footer-widgets {
	width: 100%;
	height: 545px;
	background: url(img/widget-bg.jpg) no-repeat center center #eae1d4;
	font-size: 14px;
	line-height: 22px;
	font-weight: 300;
	position: relative;
	z-index: 10;
}

#footer-widgets aside {
	width: 300px;
	margin: 40px 0 0 30px;
	float: left;
}
#footer-widgets aside:first-child { margin-left: 0; }

img.post-thumbnail,
img.size-thumbnail,
#footer-widgets img {
	border: 1px solid #fff;
	border-radius: 230px;
	box-shadow: 0 0 5px rgba(0,0,0,0.35);
}

#content .gallery-item img.attachment-thumbnail {
	border-radius: 0px;
	box-shadow: 0 0 transparent;
	border: 0;
}

img.post-thumbnail.alignright { margin-right: 35px; }

#footer-widgets h2 {
	font-size: 26px;
	font-weight: 300;
	margin: 20px 0;
}

#footer-widgets a h2 { color: #000; }
#footer-widgets a:hover h2 { color: #ff6701; }

#footer-widgets p { margin-bottom: 18px; }


/* Sidebar */
.widget-area .widget {
	/*-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;*/
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}
.widget-area .widget h3 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 16px;
	line-height: 1.846153846;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .widget a {
	color: #757575;
}
.widget-area .widget a:hover {
	color: #ff6701;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

/* Footer */
footer#colophon {
	border-top: 3px solid #ff6701;
	clear: both;
	width: 100%;
	height: 270px;
    color: #fff;
}
footer#colophon a {
	color: #fff;
    text-decoration: none;
}
footer#colophon a:hover {
	color: #ff6701;
    text-decoration: none;
}

#colophon .footer-widgets {
    width: 960px;
    margin: 0 auto;
}

#colophon aside {
    width: 285px;
    float: left;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
}

#colophon aside#text-4 { width: 376px; }
#colophon aside#text-5 { width: 295px; }

#colophon h3 {
    color: #ff6701;
    font-size: 26px;
    line-height: 18px;
    font-weight: 300;
    margin: 35px 0 25px;
}

#colophon li {
    display: block;
    width: 160px;
    float: left;
    margin-bottom: 18px;
    padding-left: 28px;
    min-height: 22px;
}

#colophon li.loc { background: url(img/icon-addr.jpg) no-repeat; }
#colophon li.zeit { background: url(img/icon-time.jpg) no-repeat; }
#colophon li.tel { background: url(img/icon-tel.jpg) no-repeat; }
#colophon li.mail { background: url(img/icon-mail.jpg) no-repeat; width: 180px; }

/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	font-size: 28px;
	line-height: 38px;
    color: #ff5401;
	font-weight: 300;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #ff6701;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 26px;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin: 0 15px;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc inside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.textwidget li,
.mu_register li {
	margin: 0;
    list-style-image: url(img/bullet.jpg);
}

.entry-content ul.wide {
    border-bottom: 60px transparent solid;
    margin: 0;
}
.entry-content ul.wide li {
    float: left;
    width: 200px;
}


/* Gitarren Kategorien */
.entry-content ul.wide.clear {
    list-style: none;
    width: 100%;
    border: 0;
    margin-bottom: 20px;
}

.entry-content ul.wide.clear li {
    list-style: none;
    width: 25%;
    text-align: center;
}
.entry-content ul.wide.clear img {
    width: 90%;
    margin: -15px 10px -5px;
}


.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft {
	margin: 12px 30px 12px 0;
}
img.alignright {
	margin: 12px 30px;
}
img.aligncenter {
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {
	padding-bottom: 35px;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Media queries fŸr 960px Breite
-------------------------------------------------------------- */

	.site {
		margin: 0 auto;
	}
	.site-content {
		float: left;
		width: 650px;
	}
	body.template-front-page .site-content,
	body.single-attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.widget-area {
		float: right;
		width: 280px;
	}
	
	#site-navigation {
		background: url(img/navi.png);
		position: absolute;
		bottom: 0;
		z-index: 100;
		width: 100%;
	}
	
    #site-navigation.isfix {
        position: fixed;
        top: 0;
        bottom: auto;
        left: 0;
        border-bottom: 3px solid #ff6701;
        background: #000;
        z-index: 99;
    }

    body.admin-bar #site-navigation.isfix {
        top: 32px;
    }

    #site-navigation.isfix > div {
        width: 960px;
        margin: 0 auto;
    }

	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: inline-block !important;
		text-align: left;
		width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #fff;
		line-height: 55px;
		white-space: nowrap;
		padding: 0 20px;
		font-size: 16px;
		font-weight: 300;
	}
	.main-navigation li:hover a {
		background: #ff5401;
		color: #fff;
	}
	.main-navigation li {
		margin: 0;
		position: relative;
	}
	.main-navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul {
		border-left: 0;
		display: block;
	}
	.main-navigation li ul li a {
		background: #ff5401;
		border-top: 1px solid #ff6701;
		display: block;
		line-height: 45px;
		padding: 0 20px;
		width: 212px;
		white-space: normal;
	}
	.main-navigation li ul li a:hover {
		background: #ff6701;
		color: #fff;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #ff5401;
	}
	
	/* Home Button */
	ul.nav-menu #menu-item-62 a {
		background: url(img/home.png) no-repeat center -24px;
		width: 23px;
	}
	ul.nav-menu #menu-item-62.current-menu-item a { background: url(img/home.png) no-repeat center 16px; }
	ul.nav-menu #menu-item-62 a:hover { background: url(img/home.png) no-repeat center -24px #ff5401; }
	
	/* Facebook*/
	#menu-item-78 { float: right; }
	#menu-item-78 a {
		background: url(img/fb.png) no-repeat center center;
		width: 20px;
	}
	#menu-item-78 a:hover { background: url(img/fb.png) no-repeat center center #133783; }
    .button.facebook {
        background: #133783;
        border-bottom: 3px solid #1847ab;
    }
    .button.facebook:hover { background: #113175; }

	ul.nav-menu a span { display: none; }


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}

	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin
    }
}

/* Contact Form 7 */
form.wpcf7-form input.wpcf7-text,
form.wpcf7-form textarea.wpcf7-textarea  {
	width: 628px;
	height: 20px;
	margin-bottom: 5px;
	font-size: 13px;
	color: #7f7f7f;
}
form.wpcf7-form textarea.wpcf7-textarea {
	width: 628px;
	min-width: 628px;
	max-width: 628px;
	height: 136px;
	min-height: 136px;
}
img.wpcf7-captchac {
	position: relative;
	top: 7px;
}
input.wpcf7-captchar {
	width: 180px;
	height: 20px;
}

form.wpcf7-form input.wpcf7-submit {
	width: 250px;
	float: right;
/*	margin-right: 20px;*/
    line-height: 28px;
}


/* Kursanfrage */
input.halb { width: 46% !important; }
input.halb.links { float: left; }
input.halb.rechts { float: right; }

select.wpcf7-select {
    margin: 0 50px 0 10px;
}

span.personenzahl input,
span.anreise input,
span.abreise input {
    width: 175px !important;
    float: left;
    margin-right: 25px;
}

span.abreise input { margin:0; }

/*  Content  */
.half {
    width: 50% !important;
}

.entry-content h2 {
    font-weight: 300;
    font-size: 26px;
    margin-bottom: 20px;
    clear: none;
}

.entry-content h3 {
    font-weight: 300;
    font-size: 22px;
    margin-bottom: 20px;
    clear: none;
    color: #ff5401;
}


/* TablePress */
#content .tablepress tfoot th,
#content .tablepress thead th {
    font-weight: 300;
    font-size: 18px;
    background: #ff5401;
    color: white;
    line-height: 22px;
}

#content .tablepress td,
#content .tablepress th {
    padding: 8px;
    font-size: 14px;
    line-height: 22px;
    color: #000;
}

.tablepress tr.odd td {
    background: #eee;
}

body.page-id-36 h2 { cursor: pointer; }

body.page-id-36 h2:before {
    content: "[+] ";
    color: #ff5401;
}

body.page-id-36 h2.open:before {
        content: "[−] " !important;
}

/* Timeline */
ul.historie li {
	color: black;
	list-style: outside;
	list-style-image: url(img/bullet.jpg);
	font-size: 16px;
}

ul.historie > li {
	list-style-type: none;
	font-size: 18px;
	color: #ff5401;
	list-style: none;
}

ul.historie ul { margin-bottom: 15px; } 


/* Unterseiten Übersicht */
ul.unterseiten li {
	list-style-type: none;
	display: block;
	float: left;
	width: 220px;
	height: 300px;
	margin-right: 15px;
}