@charset "UTF-8";

/* FONTS */

@font-face {
	font-family: '_text';
	src: url('webfont/OpenSans-Regular-webfont.eot');
	src: url('webfont/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('webfont/OpenSans-Regular-webfont.woff') format('woff'),
		 url('webfont/OpenSans-Regular-webfont.ttf') format('truetype'),
		 url('webfont/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: '_text';
	src: url('webfont/OpenSans-Semibold-webfont.eot');
	src: url('webfont/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('webfont/OpenSans-Semibold-webfont.woff') format('woff'),
		 url('webfont/OpenSans-Semibold-webfont.ttf') format('truetype'),
		 url('webfont/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: '_text';
	src: url('webfont/OpenSans-Bold-webfont.eot');
	src: url('webfont/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('webfont/OpenSans-Bold-webfont.woff') format('woff'),
		 url('webfont/OpenSans-Bold-webfont.ttf') format('truetype'),
		 url('webfont/OpenSans-Bold-webfont.svg#open_sanssemibold') format('svg');
	font-weight: bold;
	font-style: normal;
}

/* RESET */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, 
abbr, acronym, address, cite, code, 
del, dfn, em, img, ins, kbd, q, s, samp, 
big, 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;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section { 
	display: block;
}

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;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

del {
    text-decoration:  line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

hr {
    display: block;
    height: 1px;
    border: 0;   
    border-top: 1px dotted #cc7700;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

/* SETUP */

html, body, #wrapper {
	height: 100%;
	min-height: 100%;
	overflow: show;
}
#bgimage {
	height: auto;
	min-height: 100%;
}

body {
	font-family: _text, sans-serif;
	font-size: 100%;
	line-height: 1.375;
	color: #000;
	text-align: center;
	background: #f0e7e0;
}

button, input, select, textarea {
	font-family: _text, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: _text, sans-serif;
	font-weight: normal;
	color: #933;
}

h1 {
	font-size: 1.75em;
	line-height: 1;
	margin-top: 0.75em;
	margin-bottom: 0.25em;
}

h2 {
	font-size: 1.5em;
	line-height: 1.2;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 1.25em;
	line-height: 1.2;
	margin-bottom: 0.5em;
}

h4 {
	font-size: 1.0625em;
	line-height: 1.353;
}

h5 {
	font-size: inherit;
	line-height: inherit;
	font-weight: bold;
}

h6 {
	font-size: inherit;
	line-height: inherit;
	font-weight: bold;
}

.video h4 {
	color: #ddd;
}

b, .bold {
	font-weight: bold;
}
.semibold {
	font-weight: 600;
}

p {
	margin-bottom: 0.5em;
}

li {
	margin-bottom: 0.5em;
}

ul.dotlist {
	list-style: disc outside;
}
ul.dotlist li {
	margin-left: 1.5em;
}

small, .small {
	font-size: 0.875em;
	line-height: 1.286;
}
p.small {
	margin-bottom: 0.3572em;
}

.nobreak, .nowrap {
	white-space: nowrap;
}

.padtop {
	padding-top: 0.5em;
}

.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}

code, pre, tt {
	font-family: consolas, menlo, courier, monospace;
	color: #666;
}

/* LAYOUT */

#wrapper {
	width: 100%;
	min-width: 20em;
	text-align: left;
	position: relative;
}
#bgimage {
	width: 100%;
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: cover;
	background-position: 50% 50%;
	background-attachment: scroll;
}

#nav {
	font-family: opensans, 'helvetica neue', helvetica, arial, sans-serif;
	font-weight: normal;
	font-size: 1.25em;
	display: inline;
	display: inline-block;
	padding: 0.75em 0em;
	border-radius: 0.5em;
	background-color: #cb0;
	background-color: rgba(230,220,128,0.97);
	background-image: url(images/waben.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: cover;
	background-position: 50% 50%;
	color: #fff;
	position: fixed; top: 1.5em; right: -9em; z-index: 100;
	-moz-transition: right 0.4s linear;
	-webkit-transition: right 0.4s linear;
	transition: right 0.4s linear;
}
#nav ul {
	display: inline;
	display: inline-block;
	width: 11em;
	list-style: none outside;
	margin: 0; padding: 0;
}
#nav ul li {
	white-space: nowrap;
	margin-bottom: 0;
	padding: 0 0.5em;
	text-shadow: 1px 1px 2px black, 0 0 0.75em black, 0 0 0.25em black;
}
#nav:hover {
	right: -0.5em;
}
#nav ul li a {
	display: block;
}
#nav ul li a:link, #nav ul li a:visited {
	text-decoration: none;
	color: #f0e7e0;
}
#nav ul li a:hover, #nav ul li a:active {
	text-decoration: none;
	color: #fc0;
}
#nav ul li.selected {
	color: #ffffff;
	font-weight: 600;
/*
	background: rgba(255,241,0,0.25);
*/
}

.circle {
	display: inline;
	display: inline-block;
	font-size: 1.2em;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	border: 0.1em solid #fff;
	position: relative; top: 0.208em;
}
.index .circle {
	background-color: #9c0;
}
.imkerei .circle {
	background-color: #fc0;
}
.zenmeditation .circle {
	background-color: #39d;
}
.aikido .circle {
	background-color: #d30;
}
.impressum .circle {
	background-color: #dc9;
}

.whitebox {
	display: inline;
	display: inline-block;
	max-width: 80em;
	padding: 0.75em 1em;
	border-radius: 0.5em;
	background: #f0e7e0;
	background: rgba(226,214,197,0.75);
	color: #000;
	margin-left: 2.5em;
	margin-right: 2.5em;
	margin-bottom: 1.5em;
}
.blackbox {
	display: inline;
	display: inline-block;
	max-width: 80em;
	padding: 0.75em 1em;
	border-radius: 0.5em;
	background: #666666;
	background: rgba(0,0,0,0.33);
	mix-blend-mode: multiply;
	color: #ddd;
	margin-left: 2.5em;
	margin-right: 2.5em;
	margin-bottom: 1.5em;
}

.textkasten {
	margin-top: 1.5em;
}

.row {
	width: 100%;
}

.col {
	width: 100%;
	overflow: hidden;
}

.col.last, .last {
	padding-right: 0;
}

a.button {
	display: inline-block;
	margin-right: 0.25em;
	padding: 0.125em 1em 0.25em 1em;
	line-height: 1.5;
	white-space: nowrap;
	vertical-align: middle;
	font-weight: bold;
	border-radius: 0.5em;
	background: transparent;
	background: rgba(255,255,255,0.38);
	border: 1px solid #933;
	color: #933;
}
a.button:link, a.button:visited {
	text-decoration: none;
	background: transparent;
	background: rgba(255,255,255,0.38);
	color: #933;
}
a.button:hover, a.button:active {
	text-decoration: none;
	color: #fff;
	background: #933;
}

button, input[type=submit], input[type=reset], input[type=button] {
	display: inline-block;
	background: #777;
	color: #fff;
	font-size: 1em;
	padding: 0.5em 1em;
	margin: 0.5em 0;
	border: none;
	border-radius: 0.25em;
	cursor: pointer;
}
button:disabled, input[type=submit]:disabled, input[type=reset]:disabled, input[type=button]:disabled,
button:disabled:hover, input[type=submit]:disabled:hover, input[type=reset]:disabled:hover, input[type=button]:disabled:hover {
	background: #777;
	color: #fff;
	opacity: 0.5;
	cursor: default;
}
button:hover, input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {
	background: #666;
	color: #fff;
}
button.blue, input[type=submit].blue, input[type=reset].blue, input[type=button].blue {
	background: #06c;
	color: #fff;
}
button.blue:hover, input[type=submit].blue:hover, input[type=reset].blue:hover, input[type=button].blue:hover {
	background: #05a;
	color: #fff;
}

a:link, a:visited {
	text-decoration: none;
	color: #933;
}
a:hover, a:active {
	text-decoration: underline;
	color: #000;
}

.blackbox a:link, .blackbox a:visited {
	text-decoration: none;
	color: #eee;
}
.blackbox a:hover, .blackbox a:active {
	text-decoration: underline;
	color: #fff;
}

#alignbottom {
	position: absolute; bottom: 0; left: 0;
}

/* MEDIAQUERIES */

.desk_block, {
	display: none;
}
.phone_block {
	display: block;
}

@media screen and (min-width: 48em) {
	.col {
		padding-right: 1em;
		float: left;
	}
	.col.last, .last {
		padding-right: 0;
	}
	.w1of5 {
		width: 20%;
	}
	.w4of5 {
		width: 80%;
	}
	.w1of4 {
		width: 25%;
	}
	.w1of3 {
		width: 33%;
	}
	.w2of3 {
		width: 67%;
	}
	.w1of2 {
		width: 50%;
	}
	.wgs1 {
		width: 38%;
	}
	.wgs2 {
		width: 62%;
	}
	
	.desk_block {
		display: block;
	}
	.phone_block {
		display: none;
	}
	
	.logo {
		max-width: 100%;
		margin-right: 0;
	}
}