@charset "utf-8";
/* CSS Document */
/*
Theme Name: Yoga Namaskar
Theme URI: https://yoga-namaskar.ch
Author: Stadelmann Software Solutions
Author URI: https://www.stasoso.ch
Version: 1.0
*/

.container-Baustelle {
	width: 100%;
	height: 100%;
	background: #E9D7A1;
	font-size: 18px;
	font-family: "Verdana", sans-serif;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 100px;
}
.container-Baustelle h1 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 100px;
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
0.0 Normalize in css/reset.css
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
	clear: both;
}

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #333;
	font-family: "Verdana", "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.4;
	margin: 0 0 0.75em;
	padding: 1.5em 0 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	padding-top: 0;
}

h1 {
	font-size: 24px;
	/*font-size: 1.5rem;*/
	font-weight: bold;
}

h2 {
	color: #333333;
	font-size: 20px;
	/*font-size: 1.25rem;*/
	font-weight: bold;
}

h3 {
	color: #333;
	font-size: 18px;
	/*font-size: 1.125rem;*/
	font-weight: bold;
}

h4 {
	color: #333;
	font-size: 16px;
	/*font-size: 1rem;*/
	font-weight: bold;
}

h5 {
	color: #333333;
	font-size: 15px;
	/*font-size: 0.8125rem;*/
	font-weight: bold;
}

h6 {
	color: #333;
	font-size: 13px;
	/*font-size: 0.9375rem;*/
	font-weight: bold;
}

p {
	margin: 0 0 3px;
	padding: 0;
}

.absatz {
	margin-top: 10px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	color: #666;
	font-size: 18px;
	font-size: 1.125rem;
	font-style: italic;
	line-height: 1.7;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

blockquote cite {
	display: block;
	font-style: normal;
	font-weight: 600;
	margin-top: 0.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #eee;
	text-decoration: none;
}

big {
	font-size: 125%;
}

blockquote {
	quotes: "" "";
}

q {
	quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
	content: "";
}

:focus {
	outline: none;
}

[class*="fa-"]::before {
	font-weight: 400;
	font-family: "FontAwesome";
}

/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/

label {
	color: #333;
	display: block;
	font-weight: normal;
	margin-bottom: 20px;
}

fieldset {
	margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #333;
	background: #fff;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	padding: 0.7em;
	width: 100%;
	margin-top: 10px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	box-shadow: 0 0 12px rgba(155, 201, 59, 1);
}

select {
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 3em;
	max-width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 400;
}

button,
input[type="button"],
input[type="submit"] {
	background-color: #fff;
	border: 2px solid #97b2de;
	-webkit-border-radius: 2px;
	border-radius: 23px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #97b2de;
	cursor: pointer;
	display: -moz-inline-stack;
	display: inline-block;
	font-size: 18px;
	font-weight: 800;
	line-height: 1;
	padding: 1em 2em;
	text-shadow: none;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
	*display: inline;
}

input + button,
input + input[type="button"],
input + input[type="submit"] {
	padding: 0.75em 2em;
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
	background-color: #ddd;
	color: #222;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #97b2de;
	color: #fff;
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
	background: #bbb;
}

/* Placeholder text color -- selectors need to be separate to work. */
/*::-webkit-input-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

:-moz-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

::-moz-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
/*}

:-ms-input-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}*/

/* button ui-to-top */
.ui-to-top {
	right: 20px;
	bottom: 20px;
	border: none;
	cursor: pointer;
	outline: none;
	width: 50px;
	height: 50px;
	font-size: 24px;
	line-height: 46px;
	color: #fff;
	background: #3b86c9;
	border-radius: 50%;
	position: fixed;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	z-index: 11000;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
	padding: 0;
	display: none;
}
.ui-to-top.active {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translageY(0);
	transform: translateY(0);
}

/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/

hr {
	background-color: #bbb;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/

ul,
ol {
	margin: 0 0 1.5em;
	padding: 0;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/

table {
	border-collapse: collapse;
	margin: 0 0 1.5em;
	width: 100%;
}

thead th {
	border-bottom: 2px solid #bbb;
	padding-bottom: 0.5em;
}

th {
	padding: 0.4em;
	text-align: left;
}

tr {
	border-bottom: 1px solid #eee;
}

td {
	padding: 0.4em;
}

th:first-child,
td:first-child {
	padding-left: 0;
}

th:last-child,
td:last-child {
	padding-right: 0;
}

/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/

a {
	color: #222;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	color: #000;
	outline: 0;
	text-decoration: none;
}

/* Hover effects */

.entry-content a,
.entry-summary a,
.widget a,
.site-footer .widget-area a,
.posts-navigation a,
.widget_authors a strong {
	-webkit-box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 1);
	box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 1);
	-webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
}

.entry-title a,
.entry-meta a,
.page-links a,
.page-links a .page-number,
.entry-footer a,
.entry-footer .cat-links a,
.entry-footer .tags-links a,
.edit-link a,
.post-navigation a,
.logged-in-as a,
.comment-navigation a,
.comment-metadata a,
.comment-metadata a.comment-edit-link,
.comment-reply-link,
a .nav-title,
.pagination a,
.comments-pagination a,
.site-info a,
.widget .widget-title a,
.widget ul li a,
.site-footer .widget-area ul li a,
.site-footer .widget-area ul li a {
	-webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
	text-decoration: none;
	-webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
}

.entry-content a:focus,
.entry-content a:hover,
.entry-summary a:focus,
.entry-summary a:hover,
.widget a:focus,
.widget a:hover,
.site-footer .widget-area a:focus,
.site-footer .widget-area a:hover,
.posts-navigation a:focus,
.posts-navigation a:hover,
.comment-metadata a:focus,
.comment-metadata a:hover,
.comment-metadata a.comment-edit-link:focus,
.comment-metadata a.comment-edit-link:hover,
.comment-reply-link:focus,
.comment-reply-link:hover,
.widget_authors a:focus strong,
.widget_authors a:hover strong,
.entry-title a:focus,
.entry-title a:hover,
.entry-meta a:focus,
.entry-meta a:hover,
.page-links a:focus .page-number,
.page-links a:hover .page-number,
.entry-footer a:focus,
.entry-footer a:hover,
.entry-footer .cat-links a:focus,
.entry-footer .cat-links a:hover,
.entry-footer .tags-links a:focus,
.entry-footer .tags-links a:hover,
.post-navigation a:focus,
.post-navigation a:hover,
.pagination a:not(.prev):not(.next):focus,
.pagination a:not(.prev):not(.next):hover,
.comments-pagination a:not(.prev):not(.next):focus,
.comments-pagination a:not(.prev):not(.next):hover,
.logged-in-as a:focus,
.logged-in-as a:hover,
a:focus .nav-title,
a:hover .nav-title,
.edit-link a:focus,
.edit-link a:hover,
.site-info a:focus,
.site-info a:hover,
.widget .widget-title a:focus,
.widget .widget-title a:hover,
.widget ul li a:focus,
.widget ul li a:hover {
	color: #000;
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);
}

/* Fixes linked images */
.entry-content a img,
.widget a img {
	-webkit-box-shadow: 0 0 0 8px #fff;
	box-shadow: 0 0 0 8px #fff;
}

.post-navigation a:focus .icon,
.post-navigation a:hover .icon {
	color: #222;
}

/*--------------------------------------------------------------
11.0 Featured Image Hover
--------------------------------------------------------------*/

.post-thumbnail {
	margin-bottom: 1em;
}

.post-thumbnail a img {
	-webkit-backface-visibility: hidden;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.post-thumbnail a:hover img,
.post-thumbnail a:focus img {
	opacity: 0.7;
}

/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/

.main-header .nav_primary {
	margin: 0;
	padding: 80px 0 30px 0;
	text-align: center;
	position: relative;
	z-index: 2;
	list-style: none;
	float: left;
	display: -moz-inline-stack;
	display: inline-block;
	width: 65%;
	*display: inline;
}
.menuToggle {
	position: absolute;
	float: left;
	right: 30px;
	top: 40px;
	width: 100%;
}
.menuToggle input {
	opacity: 0;
}
.main-header .nav_primary .sf-menu {
	float: left;
	margin: 20px 0 0;
	width: 100%;
	
}
.main-header .nav_primary .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.main-header .nav_primary .sf-menu li {
	position: relative;
}
.main-header .nav_primary .sf-menu >li {
	display: -moz-inline-stack;
	display: inline-block;
	padding: 20px 5%;
	vertical-align: top;
	text-align: center;
	*display: inline;
}
.main-header .nav_primary .sf-menu > li:hover > a, .main-header .nav_primary .sf-menu > li.active, .main-header .nav_primary .sf-menu > li > a:hover, .main-header .nav_primary .sf-menu >li.active > a {
	text-decoration: none;
	color: #739bdd;
}
/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/

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

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
.row-correction {
	margin-left: 15px;
	margin-right: 15px;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

#wrapper {
	position: relative;
	word-wrap: break-word;
	overflow: hidden;
	z-index: 1;
}

/*--------------------------------------------------------------
13.1 Header
--------------------------------------------------------------*/
.main-header {
	position: relative;
	background: #97b2de;
	margin: 0;
	padding: 30px 0 0 0;
	border: none;
	z-index: 99;
}
.main-header .header-wrap {
	min-height: 1px;
	position: relative;
}
.main-header .header-nav-content {
	background: #fff;
	padding: 10px 0 0 0;
}
.main-header .logo {
	z-index: 99;
	position: relative;
	top: 0px;
	display: inline;
	float: left;
	width: 10%;
	padding-left: 4%;
	margin-right: 30px;
}
.main-header .logo img {
	width: 100%;
	height: auto;
}
.main-header .logo-title {
	float: left;
	z-index: 99;
	position: relative;
	display: inline;
	padding: 10px 0 50px 0px;
	width: 15%;
}
.main-header .logo-title h2 {
	font-weight: bold;
	font-size: 20px;
}
.main-header .img-header {
	position: relative;
	float: none;
}
.main-header .img-header img {
	width: 100%;
	height: auto;
}
.main-header .main-title {
	text-align: center;
	position: relative;
	float: none;
	padding: 50px 0;
	background: #97b2de;
}
.main-header .main-title h1 {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-shadow: 2px 2px 5px #333333;
}
/*--------------------------------------------------------------
13.2 Frontpage
--------------------------------------------------------------*/
.main-section {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
/*--------------------------------------------------------------
13.2 Section Feature white
--------------------------------------------------------------*/
.feature-white {
	background: #fff;
}
.feature-white .feature-white-content {
	padding: 80px 13%;
	text-align: center;
}
.feature-white .feature-white-content h2 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 30px;
}
.feature-white .feature-white-content p {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
/*--------------------------------------------------------------
13.2 Section Feature yellow
--------------------------------------------------------------*/
.feature-yellow {
	background: #EFCB71;
}
.feature-yellow .feature-yellow-content {
	padding: 80px 0;
	height: 100%;
	overflow: hidden;
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.text-left {
	display: -moz-inline-stack;
	display: inline-block;
	padding-right: 20px;
	float: left;
	*display: inline;
	
}
.feature-yellow .feature-yellow-content h2 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 30px;
	text-align: center;
	text-transform: uppercase; 
}
.feature-yellow .feature-yellow-content p {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.img-right {
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
}
.img-right img {
	width: 100%;
	height: auto;
}
main.start .feature-yellow .img-right, main.start .feature-light .img-right {
	padding-left: 100px;
}
main.kurse .kursbeschreibung .img-right {
	text-align: right; 
	padding-top: 50px;
}

/*--------------------------------------------------------------
13.2 Section Feature dark
--------------------------------------------------------------*/
.feature-dark {
	background:#1d274c;
}
.feature-dark .feature-dark-content {
	padding: 80px 0;
	height: 100%;
	overflow: hidden;
}
main.start .feature-dark .feature-dark-content, main.kurse .aufbau .feature-dark-content {
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.text-right {
	display: -moz-inline-stack;
	display: inline-block;
	padding-left: 20px;
	float: left;
	*display: inline;
	
}
.feature-dark .feature-dark-content h2 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 30px;
	text-align: center;
	text-transform: uppercase;
	color: #F1E9DA
}
.feature-dark .feature-dark-content p {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	color: #F1E9DA;
	text-align: left;
}
.img-left {
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
}
.img-left img {
	width: 100%;
	height: auto;
}
.feature-dark .img-left img {
	width: 80%;
	height: auto;
}

/*--------------------------------------------------------------
13.2 Section Feature light
--------------------------------------------------------------*/
.feature-light {
	background: #F1E9DA;
}
.feature-light .feature-light-content {
	padding: 80px 0;
	height: 100%;
	overflow: hidden;
	display: -webkit-flex;
	display: -moz-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.feature-light .feature-light-content h2 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 30px;
	text-align: center;
	text-transform: uppercase; 
}
.feature-light .feature-light-content p {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
main.kurse .feature-light .feature-light-content.ortangaben {
	display: block;
}
/*--------------------------------------------------------------
13.2 Footer
--------------------------------------------------------------*/
.main-footer {
	background: #666666;
	color: #F1E9DA;
}
.main-footer .footer-address {
	padding: 50px 15px 0 15px;
}
.main-footer .footer-address h2 {
	color: #F1E9DA;
	text-transform: uppercase;
}
.main-footer .footer-address hr, .main-footer hr {
	margin: 50px 15px 15px 15px;
}
.main-footer .footer-address .fa-envelope-open::before {
	content: '\f2b6';
}
.main-footer .footer-address i {
	display: -moz-inline-stack;
	display: inline-block;
	float: left;
	padding: 3px 20px 0 0;
	*display: inline;
}
.main-footer .footer-address .fa-phone::before {
	font-size: 18px;
}
.main-footer .footer-address p {
	margin-bottom: 3px;
}
.main-footer .footer-address p > a {
	color: #F1E9DA;
}
.main-footer .footer-address p > a:hover {
	color: #333333;
	text-decoration: none;
}
.main-footer .footer-img {
	padding: 50px 15px 0 40px;
}
.main-footer .footer-last {
	margin-bottom: 15px;
	padding-right: 0;
}
.main-footer .footer-last .footer-nav {
	padding: 0;
}
.main-footer .footer-last .footer-nav > ul {
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
}
.main-footer .footer-last .footer-nav > ul > li {
	float: left;
	display: -moz-inline-stack;
	display: inline-block;
	padding: 0 20px;
	margin: 0;
	*display: inline;
}
.main-footer .footer-last .footer-nav > ul > li:first-child {
	padding-left: 0;
}
.main-footer .footer-last .footer-nav > ul > li > a  {
	font-size: 12px;
	color: #F1E9DA;
	text-decoration: none;
}
.main-footer .footer-last .footer-nav > ul > li > a:hover, .main-footer .footer-last .copyright p a:hover  {
	color: #333333;
	text-decoration: none;
}
.main-footer .footer-last .copyright {
	float: right;
	text-align: right;
	padding-left: 0;
}
.main-footer .footer-last .copyright p {
	font-size: 10px;
}
.main-footer .footer-last .copyright p a {
	color: #F1E9DA;
}
.main-footer .footer-last .copyright .copy, .main-footer .footer-last .copyright .strich, .main-footer .footer-last .copyright .webdesign {
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
}
.main-footer .footer-last .copyright .strich {
	margin: 0 6px;
}
/*--------------------------------------------------------------
13.2 Page "Kurse"
--------------------------------------------------------------*/
main.kurse .text-left h2 {
	text-align: left;
	margin-bottom: 50px;
}
main.kurse .feature-light .ortangaben .anmeldung {
	margin-top: 20px;
}
main.kurse .feature-light .ortangaben .anmeldung h2 {
	margin-bottom: 30px;
}
main.kurse .feature-light .ortangaben i {
	float: left;
	padding-top: 5px;
	padding-right: 20px;
	font-size: 18px;
}
main.kurse .kosten h3 {
	color: #F1E9DA;
	text-align: left;
	padding-bottom: 27px;
	height: 40px;
}
main.kurse .kosten .text-left {
	display: block;
	padding-right: 15px;
	float: left;
	height: 100%;
	overflow: hidden;
	margin-bottom: 50px;
}
main.kurse .kosten .kosten-table {
	padding: 0;
	overflow: hidden;
	height: 100%;
	margin-bottom: 30px;
}
main.kurse .kosten .kosten-table .kosten-normal, .kurse .kosten .kosten-table .kosten-reduziert {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	float: left;
	margin-top: 50px;
	justify-content: space-evenly;
}
main.kurse .kost-frame {
	width: 200px;
	display: -moz-inline-stack;
	display: inline-block;
	margin-bottom: 30px;
	background: #f1e9da;
	vertical-align: top;
	box-shadow: 0 1px 1px rgba(0,0,0,0.16);
	border: thin solid #8c8c8c;
}
main.kurse .kosten .kosten-table .kosten-normal .kost-frame h3, main.kurse .kosten .kosten-table .kosten-reduziert .kost-frame h3 {
	background: #f1e9da;
	color: #1d274c;
	border-bottom: thin solid #8c8c8c;
	line-height: 40px;
	margin-bottom: 20px;
	font-size: 16px;
	text-align: center;
}
main.kurse .kost-preis {
	color: #1d274c;
	margin-bottom: 20px;
	text-align: center;
	font-size: 22px;
}
main.kurse .kost-preis em {
	display: block;
	padding-top: 10px;
	font-size: 16px;
	font-style: normal;
}
/*.kurse table tr th, .kurse table tr td {
	text-align: center;
	vertical-align: middle;
}
.kurse table, .kurse table tr, .kurse table tr th, .kurse table tr td {
	border: none;
	padding: 0;
}*/
main.kurse .kosten .bestimmungen, .kurse .kosten .ferien, .kurse .kosten .unfall {
	display: block;
	padding: 0 15px;
	float: left;
}

main.kurse .aufbau .feature-dark-content {
	padding-top: 0;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: inherit;
}
main.kurse .aufbau .title {
	float: none;
	padding-bottom: 30px;
	padding-top: 80px;
	text-align: center;
	display: block;
}
main.kurse .aufbau .feature-dark-content p {
	font-weight: normal;
}
main.kurse .aufbau .feature-dark-content .text-right {
	padding-left: 80px;
	font-weight: bold;
}
main.kurse .aufbau .feature-dark-content img {
	width: 80%;
}
/*--------------------------------------------------------------
13.2 Page "Über mich"
--------------------------------------------------------------*/
main.mich .text-left {
	width: 60%;
}
main.mich .img-right {
	width: 40%;
	text-align: right;
}
main.mich a {
	color: #337ab7;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}
main.mich a:hover, main.mich a:active {
	color: #fff;
	text-decoration: none;
	outline: none;
}
main.mich a:focus {
	outline: none;
}

/*--------------------------------------------------------------
13.2 Page "Kontakt"
--------------------------------------------------------------*/
main.kontakt .text-left {
	width: 60%;
}
main.kontakt .text-left h2 {
	text-align: left;
	text-transform: none;
	
}
main.kontakt .img-right {
	width: 40%;
	text-align: right;
	margin-top: -100px;
}

