@charset "UTF-8";
/* CSS Document */

/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * Programming // Der Hersteller // www.der-hersteller.de                        *
 *                                                                               *
 * ----------------------------------------------------------------------------- */




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * GLOBALS                                                                       *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
html {
	height: 101%;
}
body {
	font: 62.5%/1.5em 'hindregular', Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: rgb(0,0,0);
	background: rgb(209,211,212);
}

a {
	-webkit-transition:0.4s linear;  
   	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;    
   	-o-transition:0.4s linear;  
   	transition:0.4s linear;
}
a, a:active, a:link, a:visited {
    color: inherit;
    text-decoration: none;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.left {float: left;}
.right {float: right;}
.clear {clear: both;}
.wech {display: none !important; visibility: hidden;}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
}

.mobile-only {display: none !important}
.nowrap {white-space: nowrap;}
.uppercase {text-transform: uppercase;}

.background-cover {
	background-position: center center;
  	background-repeat: no-repeat;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
.multiply {
	mix-blend-mode: multiply;
}
.shadow {
	-moz-box-shadow: 3px 3px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 3px 3px 2px rgba(0,0,0,0.5);
	box-shadow: 3px 3px 2px rgba(0,0,0,0.5);
}

.box-sizing {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.hyphens {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.stretch {
	align-self: stretch;
}




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * TYPOSATZ                                                                      *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h1 {
}
#header h1 {
	font-family: 'hindmedium';
	text-transform: uppercase;
	font-size: 8.8em;
	line-height: 1.1em;
	letter-spacing: 0.01em;
}
#main h1 {
	font-family: 'fairytales_scriptregular';
	font-size: 6.5em;
	line-height: 1.1em;
	margin-bottom: 0.45em;
}
.kunst #main h1 {
    text-align: center;
}
#footer h1 {
	text-transform: uppercase;
	font-size: 2.9em;
	line-height: 1.25em;
	margin-bottom: 1em;
}

#main h2 {
	font-family: 'hindmedium';
	text-transform: uppercase;
	font-size: 2.9em;
	line-height: 1.3em;
	margin-bottom: 0.5em;
}
#main p + h2 {
	margin-top: 2em;
}
#main h3 {
	font-family: 'hindmedium';
	font-size: 2.9em;
	line-height: 1.25em;
}
#main h4 {
    font-family: 'hindsemibold';
    font-size: 2.4em;
	line-height: 1.25em;
	letter-spacing: 0.01em;
    text-transform: uppercase;
}
h5 {	
}

#main p, #main ul {
	font-size: 2.4em;
	line-height: 1.25em;
	letter-spacing: 0.01em;
	margin: 0 0 1.3em 0;
}
#main p.initial::first-letter {
	font-family: 'fairytales_scriptregular';
	color: rgb(253,183,20);
	font-size: 350%;
	float: left;
	line-height: 1.5em;
	margin: -0.1em 0.1em 0 0;
}
.unterschrift {
	font-family: 'horizontes_scriptbold';
	font-size: 2.4em;
	line-height: 1.5em;
	padding-left: 0.5em;
}
#footer p {
	font-family: 'hindlight';
	font-size: 2.9em;
	line-height: 1.25em;
	margin: 0 0 1em 0;
}
#main ul {
	list-style: none;
	padding: 0 0 0 0;
}
#main ul li {
	padding-left: 1em;
    position: relative;
}
#main ul li:before {
	content: "·";
	position: absolute;
	left: 0;
    top: 0;
	font-size: 2.4em;
}

i, em {
	font-style: normal;
}
b, strong {
	font-family: 'hindsemibold';
	font-weight: normal;
}
strong {
    text-transform: uppercase;
}

.start #main h1,
.start #main h2,
.start #main ul li:before,
.start .colored,
.start strong,
.start #main a:hover,
.start #main a:active,
.start #main a:focus {
    color: rgb(95,188,205);
}
.vita #main h1,
.vita #main h2,
.vita #main ul li:before,
.vita .colored,
.vita strong,
.vita #main a:hover,
.vita #main a:active,
.vita #main a:focus {
    color: rgb(241,138,50);
}
.integration #main h1,
.integration #main h2,
.integration #main ul li:before,
.integration .colored,
.integration strong,
.integration #main a:hover,
.integration #main a:active,
.integration #main a:focus {
    color: rgb(0,123,194);
}
.energiearbeit #main h1,
.energiearbeit #main h2,
.energiearbeit #main ul li:before,
.energiearbeit .colored,
.energiearbeit strong,
.energiearbeit #main a:hover,
.energiearbeit #main a:active,
.energiearbeit #main a:focus {
    color: rgb(242,138,50);
}
.kinderbetreuung #main h1,
.kinderbetreuung #main h2,
.kinderbetreuung #main ul li:before,
.kinderbetreuung .colored,
.kinderbetreuung strong,
.kinderbetreuung #main a:hover,
.kinderbetreuung #main a:active,
.kinderbetreuung #main a:focus {
    color: rgb(123,183,202);
}
.life-coaching #main h1,
.life-coaching #main h2,
.life-coaching #main ul li:before,
.life-coaching .colored,
.life-coaching strong,
.life-coaching #main a:hover,
.life-coaching #main a:active,
.life-coaching #main a:focus {
    color: rgb(117,184,66);
}
.theaterpaedagogik #main h1,
.theaterpaedagogik #main h2,
.theaterpaedagogik #main ul li:before,
.theaterpaedagogik .colored,
.theaterpaedagogik strong,
.theaterpaedagogik #main a:hover,
.theaterpaedagogik #main a:active,
.theaterpaedagogik #main a:focus {
    color: rgb(223,118,82);
}
.termine #main h1,
.termine #main h2,
.termine #main h4,
.termine #main ul li:before,
.termine .colored,
.termine strong,
.termine #main a:hover,
.termine #main a:active,
.termine #main a:focus {
    color: rgb(35,182,180);
}
.kunst #main h1,
.kunst #main h2,
.kunst #main h4,
.kunst #main ul li:before,
.kunst .colored,
.kunst strong,
.kunst #main a:hover,
.kunst #main a:active,
.kunst #main a:focus {
    color: rgb(0,138,132);
}




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * CONTAINER                                                                     *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
#wrapper {
	/*padding-top: 16.7em;*/
    padding-top: 4em;
	background-color: rgb(255,255,255);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 50em;
	background-image: url(../images/magnolien-top.png);
}
.ornament {
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 86.2em;
	background-image: url(../images/magnolien-bottom.png);
}

.inside {
	margin: 0 auto;
	width: 114em;
	padding: 0 3em;
}




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * HEADER                                                                        *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
/*#header {
	display: flex;
    flex-direction: row-reverse;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 4.2em;
}
.header-top {
	margin-top: -2em;
	margin-right: -6.5em;
}*/
#header {
	display: flex;
    flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	/*margin-bottom: 4.5em;*/
    margin-bottom: 6.5em;
}
.header-top {
	width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-top: 0;
    margin-right: 0;
}
.header-top .logo {
	display: block;
	margin: 0;
	width: 15.6em;
}
.header-bottom {
	position: relative;
	width: 70em;
}
.header-bottom img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0;
}
.header-bottom h1 {
	position: absolute;
	bottom: 2.65em;
	left: 6.4em;
}




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * NAVIGATION                                                                    *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
#nav {
	margin-bottom: 11.2em;
	margin-right: -10em !important;
}
#nav ul {
}
#nav ul > li {
	display: inline-block;
	margin-right: 2.8em;
}
#nav ul > li:last-child {
	margin-right: 0;
}
#nav ul > li > a {
	font-family: 'hindmedium';
	text-transform: uppercase;
	font-size: 2.4em;
	line-height: 1.1em;
	letter-spacing: 0.01em;
}
.start #nav ul > li > a:hover,
.start #nav ul > li > a:active,
.start #nav ul > li > a:focus,
.start #nav ul > li.current-menu-item > a {
	color: rgb(95,188,205);
}
.vita #nav ul > li > a:hover,
.vita #nav ul > li > a:active,
.vita #nav ul > li > a:focus,
.vita #nav ul > li.current-menu-item > a {
	color: rgb(241,138,50);
}
.integration #nav ul > li > a:hover,
.integration #nav ul > li > a:active,
.integration #nav ul > li > a:focus,
.integration #nav ul > li.current-menu-item > a {
	color: rgb(0,123,194);
}
.energiearbeit #nav ul > li > a:hover,
.energiearbeit #nav ul > li > a:active,
.energiearbeit #nav ul > li > a:focus,
.energiearbeit #nav ul > li.current-menu-item > a {
	color: rgb(242,138,50);
}
.kinderbetreuung #nav ul > li > a:hover,
.kinderbetreuung #nav ul > li > a:active,
.kinderbetreuung #nav ul > li > a:focus,
.kinderbetreuung #nav ul > li.current-menu-item > a {
	color: rgb(123,183,202);
}
.life-coaching #nav ul > li > a:hover,
.life-coaching #nav ul > li > a:active,
.life-coaching #nav ul > li > a:focus,
.life-coaching #nav ul > li.current-menu-item > a {
	color: rgb(117,184,66);
}
.theaterpaedagogik #nav ul > li > a:hover,
.theaterpaedagogik #nav ul > li > a:active,
.theaterpaedagogik #nav ul > li > a:focus,
.theaterpaedagogik #nav ul > li.current-menu-item > a {
	color: rgb(223,118,82);
}
.termine #nav ul > li > a:hover,
.termine #nav ul > li > a:active,
.termine #nav ul > li > a:focus,
.termine #nav ul > li.current-menu-item > a {
	color: rgb(35,182,180);
}
.kunst #nav ul > li > a:hover,
.kunst #nav ul > li > a:active,
.kunst #nav ul > li > a:focus,
.kunst #nav ul > li.current-menu-item > a {
	color: rgb(0,138,132);
}

#sub-nav {
}
#sub-nav ul {
}
#sub-nav ul > li {
	display: inline-block;
}
#sub-nav > ul > li:before {
  	content: " / ";
	margin: 0 0.1em;
	font-size: 2.9em;
}
#sub-nav > ul > li:first-child:before {
  	content: "";
	margin: 0;
}
#sub-nav ul > li > a {
	text-transform: uppercase;
	font-size: 2.9em;
	line-height: 1.25em;
}
#sub-nav ul > li > a:hover,
#sub-nav ul > li > a:active,
#sub-nav ul > li > a:focus,
#sub-nav ul > li.current-menu-item > a {
	color: rgb(255,255,255);
}

/* responsive-nav */
.open-nav {
	/*display: none;*/
	margin-top: 1.5em;
    margin-bottom: 2em;
}
.close-nav {
	margin: 4em 0 0 8em;
}
.toggle-button {
	font-family: 'hindmedium';
}
.open-nav .toggle-button {
	text-transform: uppercase;
	font-size: 2em;
	line-height: 1.1em;
	letter-spacing: 0.01em;
}
.close-nav .toggle-button {
	font-size: 3em;
	line-height: 1.1em;
	letter-spacing: 0.01em;
}
.open-nav .toggle-button:hover,
.open-nav .toggle-button:active,
.open-nav .toggle-button:focus {
	color: rgb(253,183,20);
}
.close-nav .toggle-button:hover,
.close-nav .toggle-button:active,
.close-nav .toggle-button:focus {
	color: rgb(253,183,20);
}

#responsive-nav.toggle {
	width: 100%;
}
#responsive-nav {
	/*display: none;*/
	position: fixed;
	width: 0em;
	height: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	overflow-x: hidden;
	background: rgba(255,255,255,0.95);
	-webkit-transition:0.5s ease;  
   	-moz-transition:0.5s ease;  
   	-o-transition:0.5s ease;  
   	transition:0.5s ease;
	z-index: 999;
	background-repeat: no-repeat;
	background-position: bottom right;
	background-image: url(../images/magnolien-bottom.png);
    background-size: 50em;
}
#responsive-nav ul {
	width: 30em;
	padding: 3em 3em 3em 8em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#responsive-nav ul > li {
	margin-bottom: 1em;
}
/*#responsive-nav ul > li:nth-child(7),
#responsive-nav ul > li:nth-child(8) {
	display: none;
}*/
#responsive-nav ul > li > a {
	font-family: 'hindmedium';
	text-transform: uppercase;
	font-size: 2em;
	line-height: 1.1em;
	letter-spacing: 0.01em;
}

.start #responsive-nav ul > li > a:hover,
.start #responsive-nav ul > li > a:active,
.start #responsive-nav ul > li > a:focus,
.start #responsive-nav ul > li.current-menu-item > a {
	color: rgb(95,188,205);
}
.vita #responsive-nav ul > li > a:hover,
.vita #responsive-nav ul > li > a:active,
.vita #responsive-nav ul > li > a:focus,
.vita #responsive-nav ul > li.current-menu-item > a {
	color: rgb(241,138,50);
}
.integration #responsive-nav ul > li > a:hover,
.integration #responsive-nav ul > li > a:active,
.integration #responsive-nav ul > li > a:focus,
.integration #responsive-nav ul > li.current-menu-item > a {
	color: rgb(0,123,194);
}
.energiearbeit #responsive-nav ul > li > a:hover,
.energiearbeit #responsive-nav ul > li > a:active,
.energiearbeit #responsive-nav ul > li > a:focus,
.energiearbeit #responsive-nav ul > li.current-menu-item > a {
	color: rgb(242,138,50);
}
.kinderbetreuung #responsive-nav ul > li > a:hover,
.kinderbetreuung #responsive-nav ul > li > a:active,
.kinderbetreuung #responsive-nav ul > li > a:focus,
.kinderbetreuung #responsive-nav ul > li.current-menu-item > a {
	color: rgb(123,183,202);
}
.life-coaching #responsive-nav ul > li > a:hover,
.life-coaching #responsive-nav ul > li > a:active,
.life-coaching #responsive-nav ul > li > a:focus,
.life-coaching #responsive-nav ul > li.current-menu-item > a {
	color: rgb(117,184,66);
}
.theaterpaedagogik #responsive-nav ul > li > a:hover,
.theaterpaedagogik #responsive-nav ul > li > a:active,
.theaterpaedagogik #responsive-nav ul > li > a:focus,
.theaterpaedagogik #responsive-nav ul > li.current-menu-item > a {
	color: rgb(223,118,82);
}
.termine #responsive-nav ul > li > a:hover,
.termine #responsive-nav ul > li > a:active,
.termine #responsive-nav ul > li > a:focus,
.termine #responsive-nav ul > li.current-menu-item > a {
	color: rgb(35,182,180);
}
.kunst #responsive-nav ul > li > a:hover,
.kunst #responsive-nav ul > li > a:active,
.kunst #responsive-nav ul > li > a:focus,
.kunst #responsive-nav ul > li.current-menu-item > a {
	color: rgb(0,138,132);
}




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * MAIN                                                                          *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
#main {
	padding-bottom: 25em;
}
#main section {
	margin-bottom: 5.5em;
}
#main img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0;
}
#main a {
	text-decoration: underline;
}

/* spalten-layouts */
.content-flex {
	position: relative;
	display: flex;
    flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-top: 5em;
}
.content-flex .flex-left {
	width: 18.2em;
	margin-right: 3em;
}
.content-flex .flex-right {
	width: 35em;
}
.content-flex .vita {
	position: absolute;
	right: 0;
	top: 0;
}
.table-vita .flex {
	display: flex;
    flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.table-vita .flex .year {
	width: 18%;
}
.table-vita .flex .text {
	width: 80%;
}

.flex-three {
    display: flex;
    flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
    margin-top: 3em;
}
.flex-three .item {
    width: 31.57894736842105%; /* 360/1140 */
    margin-bottom: 2.631578947368421%; /* 30/1140 */
}
#main .flex-three .item img {
    margin-bottom: 1em;
}
.kunst #main .flex-three .item img {
    margin-bottom: 0;
}
#main .flex-three .item p {
    font-size: 1.8em;
    margin-bottom: 0;
}

.flex-four {
    display: flex;
    flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
    margin-top: 3em;
}
.flex-four .item {
    width: 23.026315789473685%; /* 262.5/1140 */
    margin-bottom: 2.631578947368421%; /* 30/1140 */
}

/* termine */
.list-termine {
    margin: 6em 0;
}
.list-termine .post {
    padding-top: 3em;
}
.list-termine .post:nth-child(2n) {
    background: rgb(241,248,248);
}
.list-termine .post .inside {
    display: flex;
    flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.list-termine .post .inside .date {
    font-family: 'hindsemibold';
    text-transform: uppercase;
    width: 12%;
}
.list-termine .post .inside .content {
    width: 84%;
}
.list-termine .post .inside .content .red {
    color: rgb(227,6,19);
}

/* form */
form {
	width: 100%;
	margin: 5.5em 0;
}
input, textarea {
	display: block;
	border: none;	
	background: rgb(255,255,255);
	padding: 0.3em 0.5em;
	width: 100%;
	font-family: 'hindregular';
	font-size: 2.9em;
	line-height: 1.25em;
	color: rgb(102,103,107);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input {
	margin-bottom: 1.2em;
}
textarea {
	height: 5em;
	margin-bottom: 0.6em;
}
input[type=submit] {
	float: right;
	border: none;
	background: none;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	color: rgb(0,0,0);
	text-align: right;
	cursor: pointer;
	width: auto;
	margin-right: -0.6em;
}
input[type=submit]:hover {
	color: rgb(255,255,255);
	-webkit-transition: 0.5s linear;  
   	-moz-transition: 0.5s linear;  
   	-o-transition: 0.5s linear;  
   	transition: 0.5s linear;  
}




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * FOOTER                                                                        *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
#footer {
	background: rgb(209,211,212);
	padding-top: 5.5em;
	padding-bottom: 5.5em;
}
#footer a:hover,
#footer a:active,
#footer a:focus {
	color: rgb(255,255,255);
}
.footer-top, .footer-bottom {
	padding: 0 4em;
}
.footer-top {
	display: flex;
    flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}