@charset "utf-8";

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ @FONT-FACE +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

@font-face {
    font-family: 'oswaldlight';
    src: url('../fonts/oswald-light/oswald-light-webfont.eot');
    src: url('../fonts/oswald-light/oswald-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oswald-light/oswald-light-webfont.woff2') format('woff2'),
         url('../fonts/oswald-light/oswald-light-webfont.woff') format('woff'),
         url('../fonts/oswald-light/oswald-light-webfont.ttf') format('truetype'),
         url('../fonts/oswald-light/oswald-light-webfont.svg#oswaldlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'oswald_regularregular';
    src: url('../fonts/oswald-regular/oswald-regular-webfont.eot');
    src: url('../fonts/oswald-regular/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oswald-regular/oswald-regular-webfont.woff2') format('woff2'),
         url('../fonts/oswald-regular/oswald-regular-webfont.woff') format('woff'),
         url('../fonts/oswald-regular/oswald-regular-webfont.ttf') format('truetype'),
         url('../fonts/oswald-regular/oswald-regular-webfont.svg#oswald_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'oswaldregularitalic';
    src: url('../fonts/oswald-regular-italic/oswald-regularitalic-webfont.eot');
    src: url('../fonts/oswald-regular-italic/oswald-regularitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oswald-regular-italic/oswald-regularitalic-webfont.woff2') format('woff2'),
         url('../fonts/oswald-regular-italic/oswald-regularitalic-webfont.woff') format('woff'),
         url('../fonts/oswald-regular-italic/oswald-regularitalic-webfont.ttf') format('truetype'),
         url('../fonts/oswald-regular-italic/oswald-regularitalic-webfont.svg#oswaldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ END @FONT-FACE +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ NORMALIZE +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ END NORMALIZE +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ MAIN ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

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

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles: Styles by Julia Haunschild - www.juliahaunschild.com
   ========================================================================== */

/* ----- Adjust behavior of padding ----- */

nav,
header,
main,
aside,
footer,
div,
input,
textarea {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

/* ----- END Adjust behavior of padding ----- */

/* ----- Set fixed Background Image; note that fixed background images for mobile devices has been disabled by the manufacturers ----- */

html { 
  background:url(../img/institut-fuer-meditation-achtsamkeit-und-kunst-augsburg_hintergrund.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


/* ----- END Set fixed Background Image ----- */

/* ----- Make image cover complete width of a div ----- */

.responsive-image {
    width: 100%;
    background-size: 100% 100%;
}

/* ----- END Make image cover complete width of a div ----- */

/* ----- Smooth transition for links when changing color ----- */

a,
a:hover {
	transition: color .5s ease-out;
    -moz-transition: color .5s ease-out;
    -webkit-transition: color .5s ease-out;
    -o-transition: color .5s ease-out;
}

/* ----- END Smooth transition for links when changing color ----- */

/* ----- Remove underline from links ----- */

a,
a:hover {
	text-decoration:none;
}

/* ----- END Remove underline from links ----- */

/* ----- Hyphenate text in paragraphs; language has to be set ----- */

p {
	-webkit-hyphens: auto;
  	-moz-hyphens: auto;
  	-ms-hyphens: auto;
  	hyphens: auto;
}

/* ----- END Hyphenate text in paragraphs; language has to be set ----- */

body {
	color:rgba(135,135,135,1);
	font-family: 'oswaldlight';
    font-weight: normal;
    font-style: normal;
	font-size:16px;
}

#content-wrapper {
	width:100%;
}

.fading-content {
	display:none;
}

#intro-fader {
	position:absolute;
	top:10vh;
	background-color:rgba(255,255,255,0.9);
	padding-bottom:50px;
}

.intro-fader-hide {
	display:none;
}

@media (max-width: 749px) {
	#intro-fader {
		width:calc(100% - 80px);
		left:40px;
	}
}

@media (min-width: 750px) {
	#intro-fader {
		width:calc(100% - 160px);
		left:80px;
	}
}

#logo-fader {
	position:relative;
	width:200px;
	margin-left:calc((100% - 200px) / 2);
}

@media (max-width: 749px) {
	#logo-fader {
		margin-top:50px;
	}
}

@media (min-width: 750px) {
	#logo-fader {
		margin-top:100px;
	}
}

.fader-heading {
	font-family: 'oswald_regularregular';
    font-weight: normal;
    font-style: normal;
	text-transform:uppercase;
	margin-bottom:0;
	text-align:center;
}

@media (max-width: 859px) {
	.fader-heading {
		font-size:18px;
	}
}

@media (min-width: 860px) and (max-width: 1159px) {
	.fader-heading {
		font-size:32px;
	}
}

@media (min-width: 1160px) {
	.fader-heading {
		font-size:48px;
	}
}

/* ----- Header styles ----- */

#main-header {
	background-color:rgba(255,255,255,0.9);
	width:100%;
	position:relative;
}

#logo {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

#main-header h1 {
	font-family: 'oswald_regularregular';
    font-weight: normal;
    font-style: normal;
	text-transform:uppercase;
	margin-bottom:0;
	text-align:center;
	font-size:18px;
}

@media (max-width: 479px) {
	#main-header h1 {
		font-size:14px;
	}
}

@media (min-width: 480px) {
}

@media (max-width: 1023px) {
	#main-header {
		height:80px;
	}
	
	#logo {
		width:50px;
		height:auto;
	}
	
	#main-header h1 {
		margin-top:7px;
	}
}

@media (min-width: 1024px) {
	#main-header {
		height:130px;
	}
	
	#logo {
		width:84px;
		padding-top:15px;
	}
	
	#main-header h1 {
		margin-top:7px;
	}
}

/* ----- END Header styles ----- */

/* ----- Wrapper including page intro and desktop navigation ----- */

#top-wrapper {
	position:relative;
	clear:both;
}

#intro-wrapper {
}

@media (min-width: 1024px) {
	
	#top-wrapper {
		margin-top:50px;
	}
	
	#intro-wrapper {
		width:75%;
		float:left;
	}
}

/* ----- Desktop navigation ----- */

@media (max-width: 1023px) {
	#desktop-navigation {
		display:none;
	}
	
	#desktop-navigation ul li .nav-circle {
		display:none;
	}
}

@media (min-width: 1024px) {
	#desktop-navigation {
		width:25%;
		float:left;
		text-transform:uppercase;
		font-family: 'oswald_regularregular';
    	font-weight: normal;
    	font-style: normal;
	}
	
	#desktop-navigation ul {
		list-style-type:none;
		margin-left:0;
		margin-right:0;
		margin-bottom:0;
		margin-top:30px;
		padding:0;
	}
	
	#desktop-navigation ul li {
		position:relative;
	}
	
	#desktop-navigation ul li a {
		color:rgba(135,135,135,1);
		display:block;
		background-color:rgba(255,255,255,0.9);
		width:calc(100% - 60px);
		margin-left:30px;
		height:70px;
		line-height:75px;
		margin-bottom:20px;
		text-align:center;
		transition: background-color .5s ease-out;
    	-moz-transition: background-color .5s ease-out;
    	-webkit-transition: background-color .5s ease-out;
    	-o-transition: background-color .5s ease-out;
	}
	
	#desktop-navigation ul li:hover a {
		color:rgba(255,255,255,1);
		background-color:rgba(255,210,0,0.9);
	}
	
	#desktop-navigation ul li .nav-circle {
		background-color:rgba(255,210,0,1);
		width:30px;
		height:30px;
		-moz-border-radius:50%;
		-webkit-border-radius:50%;
		border-radius:50%;
		position:absolute;
		top:20px;
		right:15px;
		transition: background-color .5s ease-out;
    	-moz-transition: background-color .5s ease-out;
    	-webkit-transition: background-color .5s ease-out;
    	-o-transition: background-color .5s ease-out;
	}
	
	#desktop-navigation ul li:hover .nav-circle {
		background-color:rgba(255,255,255,1);
	}
}

@media (min-width: 1024px) and (max-width: 1279px) {
	#desktop-navigation ul li {
		font-size:16px;
	}
	
	.two-lines {
		line-height:25px!important;
		padding-top:12px;
		height:58px!important;
	}

}




@media (min-width: 1280px) {
	#desktop-navigation ul li {
		font-size:16px;
	}
}

/* Navigation Item "Warum Achtsamkeit und Meditation" */

@media (max-width: 1023px) {
	.nav-meditations-linebreak {
		display:none;
	}
}

@media (min-width: 1024px) and (max-width: 1307px) {
	.nav-warum-meditation {
		line-height:25px!important;
		padding-top:12px;
		height:58px!important;
	}
}

@media (min-width: 1308px) {
	.nav-meditations-linebreak {
		display:none;
	}
}

/* END Navigation Item "Warum Achtsamkeit und Meditation" */


/* Navigation Item "Seminare / Aus- und Weiterbildung" */

@media (max-width: 1023px) {
	.nav-seminar-linebreak {
		display:none;
	}
}

@media (min-width: 1024px) and (max-width: 1259px) {
	.nav-seminare {
		line-height:25px!important;
		padding-top:12px;
		height:58px!important;
	}
}

@media (min-width: 1260px) {
	.nav-seminar-linebreak {
		display:none;
	}
}

/* END Navigation Item "Seminare / Aus- und Weiterbildung" */


/* Navigation Item "Meditations-Retreat" */

@media (max-width: 1023px) {
	.nav-retreat-linebreak {
		display:none;
	}
}

@media (min-width: 1024px) and (max-width: 1359px) {
	.nav-meditationsretreat {
		line-height:25px!important;
		padding-top:12px;
		height:58px!important;
	}
}

@media (min-width: 1360px) {
	.nav-retreat-linebreak {
		display:none;
	}
}

/* END Navigation Item "Meditations-Retreat" */


/* Navigation Item "Seminarleitung" */

@media (max-width: 1023px) {
	.nav-seminarleitung-linebreak {
		display:none;
	}
}

@media (min-width: 1024px) and (max-width: 1129px) {
	.nav-seminarleitung {
		line-height:25px!important;
		padding-top:12px;
		height:58px!important;
	}
}

@media (min-width: 1130px) {
	.nav-seminarleitung-linebreak {
		display:none;
	}
}

/* END Navigation Item "Seminarleitung" */


.currentmainpage {
}

.currentmainpage a {
	background-color:rgba(255,210,0,1)!important;
	color:rgba(255,255,255,1)!important;
}

#desktop-navigation ul .currentmainpage .nav-circle {
	background-color:rgba(255,255,255,1);
}

/* ----- END Desktop navigation ----- */

/* ----- Intro Block ----- */

#intro-container {
}

#subnavi-container {
}

#intro-additional-info-container {
	background-color:rgba(255,255,255,0.9);
	text-align:center;
	font-family: 'oswald_regularregular';
    font-weight: normal;
    font-style: normal;
}

.intro-top-bottom-line {
	position:relative;
}

#intro-content-line {
	background-color:rgba(255,255,255,0.9);
	position:relative;
}

.intro-colored {
	background-color:rgba(255,210,0,1);
	position:relative;
	margin-left:auto;
	margin-right:auto;
}

.intro-top,
.intro-bottom {
	height:30px;
}

.intro-headline-container {
	text-align:center;
	padding-top:30px;
	padding-bottom:30px;
}

.intro-inner-border {
	background-color:rgba(255,210,0,1);
	height:15px;
}

.intro-inner-top-border {
	margin-bottom:30px;
}

.intro-inner-bottom-border {
}

.intro-content-detail {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	margin-bottom:30px;
}

.intro-content-detail  address {
	font-family: 'oswaldlight';
    font-weight: normal;
    font-style: normal;
	text-align:center;
	margin-top:30px;
}

.intro-content-detail a {
	color:rgba(180,180,180,1);
}

.intro-content-detail a:hover {
	color:rgba(138,138,138,1);
}

.intro-content-detail  address .addressheading {
	text-transform:uppercase;
}

@media (max-width: 1023px) {
	#intro-container,
	#subnavi-container,
	#intro-additional-info-container {
		margin-left:10px;
		margin-right:10px;
	}
	
	#intro-additional-info-container {
		padding-left:20px;
		padding-right:20px;
		padding-top:30px;
		padding-bottom:30px;
	}
	
	#intro-container {
		margin-top:30px;
	}
	
	#subnavi-container,
	#intro-additional-info-container {
		margin-top:35px;
	}
	
	.intro-colored,
	.intro-content-detail {
		width:90%;
	}
	
	.intro-headline-container {
		padding-left:10px;
		padding-right:10px;
	}
}

@media (min-width: 1024px) {
	#intro-container,
	#subnavi-container,
	#intro-additional-info-container {
		margin-left:30px;
		margin-right:30px;
	}
	
	#subnavi-container,
	#intro-additional-info-container {
		margin-top:35px;
	}
	
	#intro-additional-info-container {
		padding:30px;
	}
	
	.intro-colored {
		width:calc(75% - 30px);
	}
	
	.intro-headline-container {
		padding-left:30px;
		padding-right:30px;
	}
	
	.intro-content-detail {
		width:calc(100% - 120px);
	}
}

.intro-headline-container ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

.intro-headline-container ul li {
	margin:0;
	padding:0;
	font-size:20px;
	line-height:30px;
	text-transform:uppercase;
	font-family: 'oswald_regularregular';
    font-weight: normal;
    font-style: normal;
}

.separator-bullet {
	display:inline-block;
	width:10px;
	height:10px;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
}

#intro-container ul .separator-bullet {
	background-color:rgba(255,255,255,1);
	margin-bottom:2px;
}

.intro-quote h2 {
	font-family: 'oswaldregularitalic';
    font-weight: normal;
    font-style: normal;
	font-size:20px;
	margin:0;
}

.main-intro-quote-author {
	font-family: 'oswald_regularregular';
    font-weight: normal;
    font-style: normal;
	font-size:20px;
}


.intro-content-detail p {
	text-align:center;
	margin-top:0;
	margin-bottom:30px;
	line-height:30px;
}

.intro-content-detail p:first-of-type {
	margin-top:0;
}

.intro-content-detail p:last-of-type {
	margin-bottom:0;
}

/* ----- END Intro Block ----- */


/* ----- Subnavigation ----- */

.subnav-item {
	background-color:rgba(255,255,255,0.9);
	color:rgba(135,135,135,1);
	position:relative;
	height:50px;
	text-transform:uppercase;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
}

.subnav-item a {
	color:rgba(135,135,135,1);
}

.subnav-item a:hover {
	color:rgba(255,255,255,1);
}

@media (max-width: 1023px) {
	.subnav-item {
		padding-top:30px;
		padding-bottom:90px;
	}
}

@media (min-width: 1024px) and (max-width: 1122px) {
	.subnav-item {
		height:120px;
		line-height:120px;
	}
	
	.small-multiline-item {
		line-height:30px;
	}
	
	.small-twoline-item {
		padding-top:30px;
	}
	
	.small-threeline-item {
		padding-top:15px;
	}
}

@media (min-width: 1123px) {
	.subnav-item {
		height:80px;
		line-height:85px;
	}
	
	.two-line-subnav-item {
		line-height:30px;
		padding-top:10px;
	}
}

.subnav-item:hover {
	background-color:rgba(255,210,0,1);
	color:rgba(255,255,255,1);
	transition: background-color .5s ease-out;
    -moz-transition: background-color .5s ease-out;
    -webkit-transition: background-color .5s ease-out;
    -o-transition: background-color .5s ease-out;
	transition: color .5s ease-out;
    -moz-transition: color .5s ease-out;
    -webkit-transition: color .5s ease-out;
    -o-transition: color .5s ease-out;
}

.subnav-circle {
	background-color:rgba(255,210,0,1);
	width:20px;
	height:20px;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	position:absolute;
	bottom:-10px;
	left:calc(50% - 10px);
	transition: background-color .5s ease-out;
    -moz-transition: background-color .5s ease-out;
    -webkit-transition: background-color .5s ease-out;
    -o-transition: background-color .5s ease-out;
}

.subnav-item:hover .subnav-circle {
	background-color:rgba(255,255,255,1);
}

@media (max-width: 1023px) {
	.subnav-item:nth-child(n+2) {
		margin-top:15px;
	}
}

@media (min-width: 1024px) {
	
	.subnav-item {
		width:calc(50% - 15px);
		float:left;
	}
	
	.subnav-item:nth-child(2n+2) {
		margin-left:30px;
	}
	
	.subnav-item:nth-child(n+3) {
		margin-top:30px;
	}

}

#currentsubpage {
	background-color:rgba(255,210,0,1);
}

#currentsubpage a {
	color:rgba(255,255,255,1);
}

#currentsubpage .subnav-circle {
	background-color:rgba(255,255,255,1);
}

/* ----- END Subnavigation ----- */

/* ----- END Wrapper including page intro and desktop navigation ----- */


/* ----- Bottom Wrapper ----- */

.top-bottom-spacer {
	clear:both;
	width:100%;
	height:30px;
}

#bottom-wrapper {
	background-color:rgba(247,247,247,1);
	position:relative;
	clear:both;
	padding-top:10px;
	padding-bottom:30px;
}

.page-topic {
	display:block;
	background-color:rgba(255,210,0,1);
	text-align:center;
}

.page-headline {
	text-transform:uppercase;
	font-family: 'oswald_regularregular';
    font-weight: normal;
    font-style: normal;
	padding-top:15px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
}

.inner-bottom-wrapper {
	/*background-color:#9F6;*/
	position:relative;
}

.inner-bottom-content-container {
	/*background-color:#F93;*/
	position:relative;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.inner-bottom-content-container p em {
	font-family: 'oswald_regularregular';
    font-weight: normal;
    font-style: normal;
}

.inner-bottom-content-container blockquote {
	line-height:30px;
	font-size:16px;
	font-family: 'oswaldregularitalic';
    font-weight: normal;
    font-style: normal;
}

.inner-bottom-content-container cite {
	font-family: 'oswaldlight';
    font-weight: normal;
    font-style: normal;
	font-size:14px;
}

.teilnehmerfeedback {
	font-family: 'oswaldregularitalic';
    font-weight: normal;
    font-style: normal;
	text-align:center;
}

.teilnehmer {
	font-family: 'oswaldlight';
    font-weight: normal;
    font-style: normal;
}

.previous-teilnehmerfeedback {
	position:absolute;
	left:0;
	top:0;
	cursor:pointer;
}

.next-teilnehmerfeedback {
	position:absolute;
	right:30px;
	top:0;
	cursor:pointer;
}

.next-teilnehmerfeedback img {
	transform:rotate(180deg);
}

.previous-teilnehmerfeedback img,
.next-teilnehmerfeedback img {
	position:absolute;
  	left:0;
  	-webkit-transition: opacity 1s ease-in-out;
  	-moz-transition: opacity 1s ease-in-out;
  	-o-transition: opacity 1s ease-in-out;
  	transition: opacity 1s ease-in-out;
}

.previous-teilnehmerfeedback img.top-hover-img:hover,
.next-teilnehmerfeedback img.top-hover-img:hover {
	opacity:0;
}

#teilnehmerfeedback-02,
#teilnehmerfeedback-03 {
}

.slide-unit {
}

.invisible-slide {
	display:none;
}

@media (max-width: 1023px) {
	
	.page-topic,
	.inner-bottom-wrapper {
		margin-left:10px;
		margin-right:10px;
	}
	
	.page-headline {
		font-size:16px;
	}
	
	.inner-bottom-content-container {
		margin-left:10px;
		margin-right:10px;
	}
	
	.teilnehmerfeedback {
		margin-left:35px;
		margin-right:35px;
	}
}

@media (min-width: 1024px) {
	
	.page-headline {
		font-size:24px;
	}
	
	.page-topic,
	.inner-bottom-wrapper {
		margin-left:30px;
		margin-right:30px;
	}
	
	.inner-bottom-content-container {
		width:850px;
	}
}

.inner-bottom-content-container p {
	text-align:center;
	margin-top:0;
	margin-bottom:30px;
	line-height:30px;
}

.inner-bottom-content-container p:first-of-type {
	margin-top:0;
}

.inner-bottom-content-container p:last-of-type {
	margin-bottom:0;
}


.framed-paragraph {
	border:solid 2px rgba(255,210,0,1);
	padding:30px;
	display:block;
	margin-bottom:30px;
}

.framed-paragraph ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

.framed-paragraph ul li {
	margin:0;
	padding:0;
	line-height:30px;
}

.framed-paragraph ul .separator-bullet {
	background-color:rgba(255,210,0,1);
}

.framed-paragraph ul li em {
	font-family: 'oswald_regularregular';
    font-weight: normal;
    font-style: normal;
}


/* ----- Accordeon ----- */


.page-sub-topic {
	position:relative;
	background-color:rgba(138,138,138,1);
	color:rgba(255,255,255,1);
	text-align:center;
	transition: background-color .5s ease-out;
    -moz-transition: background-color .5s ease-out;
    -webkit-transition: background-color .5s ease-out;
    -o-transition: background-color .5s ease-out;
}

.page-sub-headline {
	text-transform:uppercase;
	font-family: 'oswald_regularregular';
    font-weight: normal;
    font-style: normal;
	padding-top:15px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
}



@media (max-width: 600px) {
	.page-sub-topic {
		text-align:left;
	}
	
	.page-sub-headline {
		padding-left:20px;
		padding-right:75px;
	}
}

@media (min-width: 601px) {
	.page-sub-headline {
		padding-left:75px;
		padding-right:75px;
	}
}

@media (max-width: 1023px) {
	.page-sub-headline {
		font-size:16px;
	}
}

@media (min-width: 1024px) {
	.page-sub-headline {
		font-size:24px;
	}
}

.open-close-button-container {
	position:absolute;
	width:30px;
	height:30px;
	cursor:pointer;
}

@media (max-width: 1023px) {
	.single-line-open-close {
		right:15px;
		top:9px;
	}
}

@media (min-width: 1024px) {
	.single-line-open-close {
		right:15px;
		top:15px;
	}
}

.accordeon-more .bottom-hover-img,
.accordeon-more .top-hover-img,
.accordeon-less .bottom-hover-img,
.accordeon-less .top-hover-img {
	position:absolute;
	left:0;
	top:0;
	-webkit-transition: opacity 1s ease-in-out;
  	-moz-transition: opacity 1s ease-in-out;
  	-o-transition: opacity 1s ease-in-out;
  	transition: opacity 1s ease-in-out;
}

.accordeon-more .top-hover-img:hover,
.accordeon-less .top-hover-img:hover {
	opacity:0;
}

.open {
	background-color:rgba(255,210,0,1);
}


#less-ausbildung-meditationskursleiter-allgemein {
	/*display:none;*/ /*removing comment shows arrow down instead*/
}

#less-ausbildung-meditationskursleiter-kursleiterentspannungsmeditation {
	/*display:none;*/ /*removing comment shows arrow down instead*/
}

#less-ausbildung-meditationskursleiter-meditationslehrer-2 {
	/*display:none;*/ /*removing comment shows arrow down instead*/
}

#less-ausbildung-meditationskursleiter-meditationslehrer-3 {
	/*display:none;*/ /*removing comment shows arrow down instead*/
}

#less-ausbildung-meditationskursleiter-lerninhaltembsr {
	/*display:none;*/ /*removing comment shows arrow down instead*/
}

#less-ausbildung-meditationskursleiter-lerninhalteabnehmen {
	/*display:none;*/ /*removing comment shows arrow down instead*/
}

#less-ausbildung-meditationskursleiter-achtsamkeitkoerper {
	/*display:none;*/ /*removing comment shows arrow down instead*/
}

#less-ausbildung-meditationskursleiter-achtsamkeitgeist {
	/*display:none;*/ /*removing comment shows arrow down instead*/
}

#less-ausbildung-meditationskursleiter-ausdrucksformen {
	/*display:none;*/ /*removing comment shows arrow down instead*/
}

#less-ausbildung-meditationskursleiter-voraussetzungen {
	/*display:none;*/ /*removing comment shows arrow down instead*/
}

#less-ausbildung-meditationskursleiter-ablauf {
	/*display:none;*/ /*removing comment shows arrow down instead*/
}


#more-ausbildung-meditationskursleiter-wiesemueller {
	display:none;
}



#ausbildung-meditationskursleiter-content-allgemein {
	/*display:none;*/ /*removing closes content at pageload*/
}

#ausbildung-meditationskursleiter-content-kursleiterentspannungsmeditation {
	/*display:none;*/ /*removing closes content at pageload*/
}

#ausbildung-meditationskursleiter-content-meditationslehrer-2 {
	/*display:none;*/ /*removing closes content at pageload*/
}

#ausbildung-meditationskursleiter-content-meditationslehrer-3 {
	/*display:none;*/ /*removing closes content at pageload*/
}

#ausbildung-meditationskursleiter-content-lerninhaltembsr {
	/*display:none;*/ /*removing closes content at pageload*/
}

#ausbildung-meditationskursleiter-content-lerninhalteabnehmen {
	/*display:none;*/ /*removing closes content at pageload*/
}

#ausbildung-meditationskursleiter-content-achtsamkeitkoerper {
	/*display:none;*/ /*removing closes content at pageload*/
}

#ausbildung-meditationskursleiter-content-achtsamkeitgeist {
	/*display:none;*/ /*removing closes content at pageload*/
}

#ausbildung-meditationskursleiter-content-ausdrucksformen {
	/*display:none;*/ /*removing closes content at pageload*/
}

#ausbildung-meditationskursleiter-content-voraussetzungen {
	/*display:none;*/ /*removing closes content at pageload*/
}

#ausbildung-meditationskursleiter-content-ablauf {
	/*display:none;*/ /*removing closes content at pageload*/
}


.panel-content-wrapper hr {
	border:0;
	height:2px;
	background-color:rgba(138,138,138,1);
	width:50%;
	margin-left:25%;
}

.inner-bottom-content-container hr {
	border:0;
	height:2px;
	background-color:rgba(138,138,138,1);
	width:50%;
	margin-left:25%;
}

.framed-paragraph h4 {
	margin-top:0;
	margin-bottom:5px;;
	font-family: 'oswald_regularregular';
    font-weight: normal;
    font-style: normal;
	text-transform:uppercase;
}

.panel-content-wrapper h5 {
	font-family: 'oswaldlight';
    font-weight: normal;
    font-style: normal;
	text-transform:uppercase;
	font-size:16px;
	margin-top:30px;
	margin-bottom:15px;
}

#panel-content-wrapper .framed-paragraph h5 {
	margin-top:0;
}

.heading-h4-outside-of-panel {
	font-family: 'oswaldlight';
    font-weight: normal;
    font-style: normal;
	text-transform:uppercase;
	font-size:16px;
	margin-top:30px;
	margin-bottom:15px;
}

.framed-headline {
	font-family: 'oswald_regularregular'!important;
    font-weight: normal;
    font-style: normal;
	margin-top:0!important;
}

.blog-link {
	background-color:rgba(255,210,0,1);
	margin-top:30px;
	text-transform:uppercase;
	color:rgba(138,138,138,1);
	font-family: 'oswald_regularregular';
    font-weight: normal;
    font-style: normal;
	transition: color .5s ease-out;
    -moz-transition: color .5s ease-out;
    -webkit-transition: color .5s ease-out;
    -o-transition: color .5s ease-out;
	transition: background-color .5s ease-out;
    -moz-transition: background-color .5s ease-out;
    -webkit-transition: background-color .5s ease-out;
    -o-transition: background-color .5s ease-out;
}

.blog-link:hover {
	color:rgba(255,255,255,1);
	transition: color .5s ease-out;
    -moz-transition: color .5s ease-out;
    -webkit-transition: color .5s ease-out;
    -o-transition: color .5s ease-out;
}

/* ----- END Accordeon ----- */

.ausbildungs-main {
	font-family: 'oswald_regularregular';
    font-weight: normal;
    font-style: normal;
}

.framed-paragraph a {
	color:rgba(180,180,180,1);
}

.framed-paragraph a:hover {
	color:rgba(138,138,138,1);
}

.inner-bottom-content-container p a {
	color:rgba(135, 135, 135, 1);
	text-decoration:underline;
}

/* ----- End Bottom Wrapper ----- */


/* ----- Impressionen ----- */

.impressions-wrapper {
	width:100%;
	clear:both;
	position:relative;
}

.impressions-container {
	position:relative;
	width:calc(25% - 10px);
	float:left;
	margin-left:5px;
	margin-right:5px;
	background-size:contain;
	background-repeat:no-repeat;
}


.impressions-container img {
  	-webkit-transition: opacity 1s ease-in-out;
  	-moz-transition: opacity 1s ease-in-out;
  	-o-transition: opacity 1s ease-in-out;
  	transition: opacity 1s ease-in-out;
	margin-bottom:30px;
}

.impressions-container img.top-hover-img:hover {
	cursor:pointer;
	opacity:0;
}

.impressions-container img.bottom-hover-img {
}

.impressions-separator {
	clear:both;
}

#impressionen-01 {
	background-image:url(../img/impressionen_01-color.jpg);
}

#impressionen-02 {
	background-image:url(../img/impressionen_02-color.jpg);
}

#impressionen-03 {
	background-image:url(../img/impressionen_03-color.jpg);
}

#impressionen-04 {
	background-image:url(../img/impressionen_04-color.jpg);
}

.impressions-big {
	width:100%;
	height:100vh;
	background-color:rgba(0,0,0,0.9);
	position:fixed;
	top:0;
	left:0;
}

.big-impressions-photo {
	position:relative;
	width:640px;
	margin-left:calc((100% - 640px) / 2);
	margin-right:calc((100% - 640px) / 2);
	margin-top:100px;
}

.close-impression {
	position:absolute;
	right:30px;
	top:30px;
	cursor:pointer;
}

.hidden-impression {
	display:none;
}

@media (max-width: 1023px) {
	
	.impressions-container {
		display:none;
	}
	
	.impressions-separator,
	.upper-impressions-separator,
	.impressionen-headline {
		display:none;
	}
}

/* ----- END Impressionen ----- */


/* ----- Footer ----- */

#main-page-footer {
	background-color:rgba(255,255,255,1);
	padding-top:30px;
	padding-bottom:30px;
	clear:both;
}

.footer-address {
	font-family: 'oswaldlight';
    font-weight: normal;
    font-style: normal;
}

.footer-address a {
	color:rgba(180,180,180,1);
}

.footer-address a:hover {
	color:rgba(138,138,138,1);
}

.footer-separator {
	background-color:rgba(255,210,0,1);
	border:0;
	height:2px;
	margin-top:20px;
}

#link-collection a {
	color:rgba(180,180,180,1);
}

#link-collection a:hover {
	color:rgba(138,138,138,1);
}

.footer-bullet {
	background-color:rgba(255,210,0,1);
	display:inline-block;
	width:15px;
	height:15px;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
}

.links-padding-footer {
	margin-left:10px;
	margin-right:10px;
}

@media (max-width: 1023px) {
	#main-page-footer {
	}
	
	.footer-address,
	#link-collection {
		margin-left:10px;
		margin-right:10px;
		text-align:center;
	}
	
	.footer-separator {
		margin-left:10px;
		margin-right:10px;
	}
}

@media (min-width: 1024px) {
	#main-page-footer {		
	}
	
	.footer-address,
	#link-collection {
		margin-left:30px;
	}
	
	.footer-separator {
		margin-left:30px;
		margin-right:30px;
	}
}

/* ----- END Footer ----- */


/* ----- Device-Specifically Hidden Elements ----- */

@media (max-width: 1023px) {
	
	.hidden-mobile {
		display:none;
	}
	
}


@media (min-width: 1024px) and (max-width: 1279px) {
	
	.hidden-tablet {
		display:none;
	}
	
}

@media (min-width: 1280px) {
	
	.hidden-desktop {
		display:none;
	}
	
}

/* ----- END Device-Specifically Hidden Elements ----- */


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ END MAIN ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ LIST OF MEDIA QUERIES ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

@media (max-width: 1023px) {
}

@media (min-width: 1024px) and (max-width: 1279px) {
}

@media (min-width: 1280px) {
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++ END LIST OF MEDIA QUERIES ++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */